Skip to content

feat(861n1w5zd): helper text #88

feat(861n1w5zd): helper text

feat(861n1w5zd): helper text #88

Triggered via pull request July 31, 2023 06:34
Status Failure
Total duration 56s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build (18.x): src/components/HelperText/HelperText.styles.ts#L46
Type '{ readonly display: "flex"; readonly alignItems: "flex-start"; readonly gap: "component-gap-large"; readonly text: "medium-150"; readonly intent: { readonly none: { readonly color: "content-secondary"; }; readonly alert: { ...; }; readonly success: { ...; }; }; readonly icon: { ...; }; readonly iconContainer: { ...;...' does not satisfy the expected type 'SystemProps<Theme> & Config'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L27
Property 'text' is missing in type '{ intent: "none"; beforeIcon: true; counter: { current: number; max: number; }; }' but required in type 'HelperTextProps'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L36
Property 'text' is missing in type '{ intent: "alert"; beforeIcon: true; counter: { current: number; max: number; }; }' but required in type 'HelperTextProps'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L45
Property 'text' is missing in type '{ intent: "success"; beforeIcon: true; counter: { current: number; max: number; }; }' but required in type 'HelperTextProps'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L57
Property 'text' is missing in type '{ beforeIcon: true; }' but required in type 'HelperTextProps'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L62
Property 'text' is missing in type '{}' but required in type 'HelperTextProps'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L68
Property 'text' is missing in type '{ counter: { current: number; max: number; }; }' but required in type 'HelperTextProps'.
build (18.x): src/components/HelperText/HelperText.test.tsx#L74
Property 'text' is missing in type '{}' but required in type 'HelperTextProps'.
build (18.x)
Process completed with exit code 2.