-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
export design system interface #15313
export design system interface #15313
Conversation
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 7fe1774:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesUnable to find bundle size details for Baseline commit: ad56ce6 Possible causes
Recommendations
|
@@ -571,3 +571,5 @@ export class FluentDesignSystemProvider extends DesignSystemProvider | |||
}) | |||
public neutralOutlineFocusDelta: number; | |||
} | |||
|
|||
export { DesignSystem }; |
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.
On line 47 you'll see this element actually omits a few properties from the DesignSystem interface. You should probably create an interface that is that omission, implement the new interface into the FluentDesignSystemProvider
and export the new interface.
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.
Approved but left a comment
14157ab
to
dd668ef
Compare
🎉 Handy links: |
Pull request checklist
$ yarn change
Description of changes
Exports the DesignSystem interface to support better typing of Fluent Design System instances.
Focus areas to test
(optional)