-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat(react-textarea): Add shadow variant of filled appearance #24512
feat(react-textarea): Add shadow variant of filled appearance #24512
Conversation
📊 Bundle size report
Unchanged fixtures
|
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 d2b7cfa:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 5c78472d96502d05a10016d9502eceada4edfd8a (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1286 | 2233 | 5000 | Possible regression |
All results
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1286 | 2233 | 5000 | Possible regression |
Button | mount | 957 | 957 | 5000 | |
FluentProvider | mount | 1615 | 1619 | 5000 | |
FluentProviderWithTheme | mount | 633 | 634 | 10 | |
FluentProviderWithTheme | virtual-rerender | 601 | 600 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 632 | 628 | 10 | |
MakeStyles | mount | 1918 | 1906 | 50000 | |
SpinButton | mount | 2603 | 2512 | 5000 |
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.
Just blocking this so we can review the API with the larger team.
packages/react-components/react-textarea/src/stories/Textarea/TextareaAppearance.stories.tsx
Show resolved
Hide resolved
packages/react-components/react-textarea/src/components/Textarea/Textarea.types.ts
Show resolved
Hide resolved
…to input/add-shadows-textarea
* master: (28 commits) fix: use trigger prop for aria-haspopup (microsoft#24794) chore(react-dialog): scaffold DialogContent component (microsoft#24844) chore: Northstar screener should read from screenerStates.json (microsoft#24848) applying package updates (web components) Standardize focus treatment (microsoft#24771) Divider - allow default prop override (microsoft#24840) GroupedList: fix virtualization (unstable preview) (microsoft#24460) fix: Add explicit children prop to TeachingBubble to support React 18 (microsoft#24823) feat: Adds `visible` prop to `TableCellActions` (microsoft#24831) [Northstar][Dropdown] Fix styling mutation when merging themes (microsoft#24787) fix: export `tableCellActionsClassNames` from unstable (microsoft#24830) bugfix(react-dialog): Adds color style to DialogSurface (microsoft#24832) applying package updates Prevent group toggling from selecting the whole group (microsoft#24822) feat(react-textarea): Add shadow variant of filled appearance (microsoft#24512) applying package updates Adding lib-commonjs top-level entries to exports map (microsoft#24792) Created shim packages (microsoft#24780) feat(react-menu): replace keydown handlers by useARIAButtonShorthand on MenuItem (microsoft#24738) fix: update version mismatches triggered by v9 release (microsoft#24812) ...
Current Behavior
There are no shadows applied to Textarea.
New Behavior
Textarea now has
filled-shadow
variants.Note: to see the shadow, you might need to change the background to a lighter color.