-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix(react-datepicker-compat): Fix theming issues with all themes and WHCM #27361
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
fix(react-datepicker-compat): Fix theming issues with all themes and WHCM #27361
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 1403b5f:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: a9e738b4004a59b252893d472caed84b1c336b9d (build) |
📊 Bundle size report🤖 This report was generated against a9e738b4004a59b252893d472caed84b1c336b9d |
...omponents/react-datepicker-compat/src/components/CalendarDayGrid/useCalendarDayGridStyles.ts
Outdated
Show resolved
Hide resolved
...omponents/react-datepicker-compat/src/components/CalendarDayGrid/useCalendarDayGridStyles.ts
Outdated
Show resolved
Hide resolved
...omponents/react-datepicker-compat/src/components/CalendarDayGrid/useCalendarDayGridStyles.ts
Show resolved
Hide resolved
...omponents/react-datepicker-compat/src/components/CalendarDayGrid/useCalendarDayGridStyles.ts
Show resolved
Hide resolved
...-components/react-datepicker-compat/src/components/CalendarPicker/useCalendarPickerStyles.ts
Show resolved
Hide resolved
* master: (39 commits) Added merge tests for custom styles (microsoft#27086) fix: make Option's checkIcon slot render conditionally (microsoft#27409) docs: add subcomponents to Combobox and Dropdown docs (microsoft#27410) Breadcrumb spec (microsoft#26742) bugfix(react-utilities): increments SlotRenderFunction signature to include children (microsoft#27377) fix: Menu should not steal focus on close (microsoft#27414) Fixed Overflow component when there's more then one children element (microsoft#27402) feat(scripts-executors): support custom base and printing all affected packages for checkIfPackagesAffected (microsoft#27364) applying package updates feat(scripts-tasks): make perf test setup generic (microsoft#26920) fix: ColorPicker preview color updated to ignore forced colors (microsoft#27394) fix: Fix babel build error on windows (microsoft#27406) chore(react-datepicker-compat): Add vr-tests and bundle-size fixtures for DatePicker (microsoft#27351) fix(react-dialog): DialogContent scrollbar always visible (microsoft#27367) docs: Add tokens search (microsoft#27265) chore(scripts-tasks): remove not needed api-extractor task logs (microsoft#27094) chore(react-tree): adds e2e flat tree tests (microsoft#27318) applying package updates Accessibility fix for empty vertical bar chart (microsoft#26254) fix(react-datepicker-compat): Fix theming issues with all themes and WHCM (microsoft#27361) ...
This PR fixes the following issues:
Before
After