Skip to content

Feat/862k40hgp/badge #119

Feat/862k40hgp/badge

Feat/862k40hgp/badge #119

Triggered via pull request August 14, 2023 09:52
Status Failure
Total duration 1m 6s
Artifacts

node.js.yml

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

Annotations

5 errors
build (18.x): src/components/Badge/Badge.stories.tsx#L27
Type '{ appearance: "blue"; icon: "16-bolt"; }' is not assignable to type '(Partial<{ appearance: "blue" | "green" | "grey" | "red" | "orange" | "raspberry" | "magenta" | "purple" | "grape" | "violet" | "cyan" | "teal" | "aquamarine" | "emerald"; intent?: undefined; ... 17 more ...; my?: SystemProp<...> | undefined; }> & { ...; }) | (Partial<...> & { ...; }) | (Partial<...> & { ...; }) | (...'.
build (18.x): src/components/Badge/Badge.stories.tsx#L34
Type '{ intent: "informative"; label: string; beforeIcon: "16-bolt"; afterIcon: "16-bolt"; }' is not assignable to type '(Partial<{ appearance: "blue" | "green" | "grey" | "red" | "orange" | "raspberry" | "magenta" | "purple" | "grape" | "violet" | "cyan" | "teal" | "aquamarine" | "emerald"; intent?: undefined; ... 17 more ...; my?: SystemProp<...> | undefined; }> & { ...; }) | (Partial<...> & { ...; }) | (Partial<...> & { ...; }) | (...'.
build (18.x): src/components/Badge/Badge.stories.tsx#L47
Type '{ appearance: "blue" | "green" | "grey" | "red" | "orange" | "raspberry" | "magenta" | "purple" | "grape" | "violet" | "cyan" | "teal" | "aquamarine" | "emerald"; icon: "16-bolt"; key: "blue" | ... 12 more ... | "emerald"; }' is not assignable to type 'IntrinsicAttributes & (BadgeProps & MarginProps<Theme> & MarginLeftProps<Theme> & MarginBottomProps<Theme> & MarginTopProps<...> & MarginRightProps<...> & MarginXProps<...> & MarginYProps<...>)'.
build (18.x): src/components/Badge/Badge.stories.tsx#L52
Type '{ intent: "neutral" | "informative" | "positive" | "warning" | "negative"; icon: "16-bolt"; key: "neutral" | "informative" | "positive" | "warning" | "negative"; }' is not assignable to type 'IntrinsicAttributes & (BadgeProps & MarginProps<Theme> & MarginLeftProps<Theme> & MarginBottomProps<Theme> & MarginTopProps<...> & MarginRightProps<...> & MarginXProps<...> & MarginYProps<...>)'.
build (18.x)
Process completed with exit code 2.