-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Docs(react-theme): Add typographyStyles story #22832
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
Docs(react-theme): Add typographyStyles story #22832
Conversation
| @@ -0,0 +1,7 @@ | |||
| { | |||
| "type": "prerelease", | |||
| "comment": "Export TypographyStyle type", | |||
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.
The API impact is the exported type,
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9bf991b:
|
📊 Bundle size report🤖 This report was generated against c416a93f71a2a4e9b78fbed720750c275a8cd4ae |
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 908 | 924 | 5000 | |
| Button | mount | 576 | 589 | 5000 | |
| FluentProvider | mount | 1952 | 1962 | 5000 | |
| FluentProviderWithTheme | mount | 280 | 251 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 229 | 218 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 293 | 278 | 10 | |
| MakeStyles | mount | 1701 | 1710 | 50000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 378e25474622fdeb0891bb3c0a644e88098d8c3f (build) |
packages/react-components/react-theme/src/themes/ThemeTypography.stories.tsx
Show resolved
Hide resolved
* doc(react-theme): Add TypographyStyles story * Changelog * Comment formatting functions

Add
typographyStylesstory to react-theme storybook:Storybook preview
Also add missing export for
TypographyStyle.