Skip to content

docs: Figma Code Connect and Storybook Theming #5052

docs: Figma Code Connect and Storybook Theming

docs: Figma Code Connect and Storybook Theming #5052

Triggered via pull request August 7, 2025 15:02
Status Failure
Total duration 2m 8s
Artifacts

verify.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Type Check: packages/components/stories/IconButton.stories.tsx#L40
Property ''aria-label'' is missing in type '{ icon: "add"; size: "medium"; }' but required in type 'IconButtonProps'.
Type Check: packages/components/stories/IconButton.stories.tsx#L39
Property ''aria-label'' is missing in type '{ icon: "add"; size: "small"; }' but required in type 'IconButtonProps'.
Type Check: packages/components/stories/IconButton.stories.tsx#L30
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "default"; }' but required in type 'IconButtonProps'.
Type Check: packages/components/stories/IconButton.stories.tsx#L29
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "minimal"; }' but required in type 'IconButtonProps'.
Type Check: packages/components/stories/IconButton.stories.tsx#L28
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "primary"; }' but required in type 'IconButtonProps'.
Type Check: packages/components/stories/IconButton.stories.tsx#L27
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "destructive"; }' but required in type 'IconButtonProps'.
Type Check: packages/components/figma/Tabs.figma.tsx#L25
'props' is declared but its value is never read.
Type Check: packages/components/figma/Table.figma.tsx#L25
'props' is declared but its value is never read.
Type Check: packages/components/figma/Radio.figma.tsx#L31
Type '{ children: string; isSelected: boolean; value: string; isDisabled: true; }' is not assignable to type 'IntrinsicAttributes & RadioProps'.
Type Check: .storybook/manager.ts#L25
Cannot find name 'darkTheme'.