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.
Add
ts-lit-plugin
dependency explicitly since it is used intsconfig.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