-
Notifications
You must be signed in to change notification settings - Fork 97
chore: v9 QA sweep #1929
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: v9 QA sweep #1929
Conversation
| 'aria-label', | ||
| 'Color picker' | ||
| ); | ||
| const theme = useTheme() || DEFAULT_THEME; |
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.
#1914 build the case that components should always be wrapped in ThemeProvider starting with v9. Do we still need the fallback DEFAULT_THEME?
| const theme = useTheme() || DEFAULT_THEME; | |
| const theme = useTheme() |
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.
My preference is to be consistent with other element-level components for now. If/when we determine to simplify, it should happen across everything.
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.
Good point. 👍 We can always follow-up with a broad sweep. 🧹
ze-flo
left a comment
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.
Great job reorganizing the migration docs. 💯
| */ | ||
| referenceElement?: HTMLElement | null; | ||
| /** @ignore Modifies the placement offset from the reference element (internal only) */ | ||
| offset?: number; |
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.
❤️
- add dialog arrows to custom trigger color picker examples - add v9 `<GlobalAlert>` (expires 2025-01-01) - improve `/components/versions` page with migration/changelog doc links (depends on zendeskgarden/react-components#1929) - fix `breadcrumb` example anchors (no underline, per design) - upgrade to v9.0.0-next.27
Description
TooltipModalinternal-onlyoffsetprop to decrease space betweenColorPickerDialog/ColorSwatchDialogand trigger (per designs)getColorstorybook demowebsitedocumentation