-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore(react-search-preview): migrate to new slots API #28862
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(react-search-preview): migrate to new slots API #28862
Conversation
📊 Bundle size report🤖 This report was generated against d73590f34a41a22776a0bc2c41391b589531e679 |
|
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 e63a3a9:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: d73590f34a41a22776a0bc2c41391b589531e679 (build) |
packages/react-components/react-search-preview/src/components/SearchBox/SearchBox.types.ts
Outdated
Show resolved
Hide resolved
.../react-components/react-search-preview/src/components/SearchBox/useSearchBoxStyles.styles.ts
Show resolved
Hide resolved
packages/react-components/react-search-preview/src/components/SearchBox/useSearchBox.tsx
Show resolved
Hide resolved
packages/react-components/react-search-preview/src/components/SearchBox/useSearchBox.tsx
Outdated
Show resolved
Hide resolved
096e857 to
2839ea7
Compare
| @@ -0,0 +1,7 @@ | |||
| { | |||
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.
.../react-components/react-search-preview/src/components/SearchBox/useSearchBoxStyles.styles.ts
Outdated
Show resolved
Hide resolved
2839ea7 to
e63a3a9
Compare
🕵 fluentuiv9 No visual regressions between this PR and main |
* master: fix(react-drawer): rename values of position prop from left/right to start/end (microsoft#28905) Breadcrumb design team fixes (microsoft#28883) applying package updates chore(react-search-preview): migrate to new slots API (microsoft#28862) docs: Updating version of CDN used and replacing usage of via.placeholder.com with SVG from CDN (microsoft#28895) fix(DatePicker, react-datepicker-compat): Make year picker react to go to today button (microsoft#28907) fix(DatePicker): readOnlyTextField styles should win over default TextField's (microsoft#28891) chore: fix lint warnings for @fluentui/react (microsoft#28888) Lint: fix fluent v9 warnings (microsoft#28889) doc: add drag & drop example (microsoft#28821)
Previous Behavior
New Behavior
Related Issue(s)