-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: update to storybook 8 #2003
Conversation
7e06867
to
c895220
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2003 +/- ##
=======================================
Coverage 97.52% 97.52%
=======================================
Files 108 108
Lines 2545 2545
Branches 635 635
=======================================
Hits 2482 2482
Misses 61 61
Partials 2 2 ☔ View full report in Codecov by Sentry. |
f48d0a7
to
a81f28c
Compare
size-limit report 📦
|
a81f28c
to
77efc1d
Compare
- update docs to support storybook 8 semantics - update commands in package.json to latest supported behaviors - fix documentation issues for hiding react nodes for children props - configure plugins to mesh with new conventions - update typescript to latest version - see storybookjs/storybook#26586
77efc1d
to
18adb74
Compare
There is some difference between |
@@ -44,7 +44,7 @@ | |||
"build:clean": "rm -rf lib/", | |||
"build:tokens": "rm -rf src/tokens-dist/ && node ./style-dictionary.config.js && yarn prettier-tokens-dist", | |||
"build:js": "rollup --config", | |||
"build:storybook": "storybook build -o storybook-static -s src/design-tokens/tier-1-definitions/fonts", | |||
"build:storybook": "storybook build -o storybook-static", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that the fonts get fetched in the UI without this being added
Test Plan: