Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable icons gallery in storybook and update deps #57

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

Haprog
Copy link
Contributor

@Haprog Haprog commented Nov 16, 2023

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:
storybookjs/storybook#19964
storybookjs/storybook#22490

Enable `*.stories.mdx` in Storybook config.
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 seems to be related to:
storybookjs/storybook#19964
storybookjs/storybook#22490
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).
Add missing import for fds-icon.
Add missing property type for boolean property.
Copy link
Collaborator

@ninopenttinen ninopenttinen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff, I had no idea that ts-lit-plugin wasn't in dev dependencies so nice find 👍

Also good to have an active developer on this again who knows their stuff!

@Haprog Haprog merged commit 179cdd9 into main Nov 16, 2023
1 check passed
@Haprog Haprog deleted the feature/minor-improvements branch November 16, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants