-
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
react-input: Updated to use new shared tokens #22836
react-input: Updated to use new shared tokens #22836
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 f7edb4c:
|
📊 Bundle size report🤖 This report was generated against d325a31bcd5d144e2a40ee4bf085e8ef6b3f5d73 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: d325a31bcd5d144e2a40ee4bf085e8ef6b3f5d73 (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 933 | 947 | 5000 | |
Button | mount | 564 | 548 | 5000 | |
FluentProvider | mount | 1838 | 1790 | 5000 | |
FluentProviderWithTheme | mount | 254 | 249 | 10 | |
FluentProviderWithTheme | virtual-rerender | 247 | 243 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 283 | 299 | 10 | |
MakeStyles | mount | 1607 | 1579 | 50000 |
@@ -15,32 +15,9 @@ export const inputClassNames: SlotClassNames<InputSlots> = { | |||
}; | |||
|
|||
// TODO(sharing) use theme values once available |
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.
Can we remove this comment now?
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.
There is the leftover contentSizes[400] so I left that comment there.
packages/react-components/react-input/src/components/Input/useInputStyles.ts
Outdated
Show resolved
Hide resolved
…InputStyles.ts Co-authored-by: Sean Monahan <[email protected]>
* Updated to use new theme tokens * yarn change * Update packages/react-components/react-input/src/components/Input/useInputStyles.ts Co-authored-by: Sean Monahan <[email protected]> Co-authored-by: Sean Monahan <[email protected]>
Changes
Issues
Updates #22231