fintraffic-design / fds-coreui-components

Fintraffic Design System's Core UI Components. Work heavily in progress.
European Union Public License 1.2
0 stars 0 forks source link

Enable icons gallery in storybook and update deps #57

Closed Haprog closed 11 months ago

Haprog commented 11 months ago

Add ts-lit-plugin dependency explicitly since it is used in tsconfig.json but was not a direct dependency. Bump dev dependencies (only backwards compatible versions).

Fix lint issues in fds-button.ts Add missing import for fds-icon. Add missing property type for boolean property.

Enable *.stories.mdx in Storybook config so that the existing Icons page will be shown in storybook. Comment out Subtitle from Icons story to avoid error: "Error: No primary story defined for docs entry. Did you forget to use <Meta>?" This error seemed to be related to: https://github.com/storybookjs/storybook/issues/19964 https://github.com/storybookjs/storybook/issues/22490