Bump @zag-js/core and @chakra-ui/react in /frontend
Bumps @zag-js/core to 1.8.2 and updates ancestor dependency @chakra-ui/react. These dependencies need to be updated together.
Updates @zag-js/core from 0.82.1 to 1.8.2
Changelog
Sourced from @zag-js/core's changelog.
1.8.2 - 2025-04-04
Fixed
- Tabs, Radio Group: Fix Next.js issue where indicator size might not be mentioned when conditionally rendering the component and
defaultValueis set.1.8.1 - 2025-04-04
Fixed
Listbox
- Fix issue where keyboard focus loops when
loopFocuswas not set.- Fix issue where
extendedselection mode was not working as expected.Dom Query: Improve platform detection logic to detect
macOSandiOScorrectly.1.8.0 - 2025-04-04
Added
- [New] Listbox: Add listbox machine for displaying a list of selectable options, supporting both single and multiple selection modes.
Changed
- ListCollection: Fix staleness issues in mutation methods by returning a new
ListCollectioninstead of mutating the internalitemsFixed
Tabs: Fix issue where tabs indicator animation behaves inconsistently.
Date Picker
- Fix issue where datepicker throws error when navigating month view.
- Fix issue where range selection doesn't reset correctly when clicking the same start date.
Interact Outside
- Fix issue where pointerdown outside doesn't work consistently on mobile devices.
- Improve pointerdown outside click detection in shadow DOM environments.
1.7.0 - 2025-03-28
Added
- Slider
... (truncated)
Commits
ee85cfaVersion Packages (#2399)b281192docs: next changelog25d93b8refactor: track rect utilities1b1bcbcchore: export typeb7adf8etest(e2e): stabilize tags-inputd93a422Version Packages (#2398)16a7005docs: update api and data attre4c2fbbdocs: next changelog7c00ccddocs: show listboxc3c1642fix: platform and selection- Additional commits viewable in compare view
Updates @chakra-ui/react from 3.8.0 to 3.16.1
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.16.1Patch Changes
46075baThanks@segunadebayo! - - Dialog, Drawer: Use correct z-index for dialog and drawer backdrop
- SegmentGroup: Fix issue where
orientationprop toSegmentGroup.Rootdoesn't work as expected
@chakra-ui/react@3.16.0Minor Changes
529244dThanks@segunadebayo! - - Global CSS: Improve text selection contrast
System
- Fix issue where
borderEndshorthand was not working despiteborderStartbeing present- Fix issue where
system.cvareturn type was incorrect- Soften the focus ring for all color palettes
Dialog, Drawer: Fix issue where
z-indexwas not being applied correctly[Beta] createOverlay: Add
createOverlayutility for programmatically controlling overlay components (Dialog, Drawer, etc.)
@chakra-ui/react@3.15.1Patch Changes
e3d7db7Thanks@segunadebayo! - - Fix issue where backdrop could overlap positioner when reopened quickly
- Ensure types are consistent with React 19
@chakra-ui/react@3.15.0Minor Changes
2f4ea3bThanks@segunadebayo! - - useMediaQuery: Fix type signature to allow skipping the second argument
RadioCard: Fix accessibility issue due to html structure
Slider
- Add support for
origin: endto align the thumb to the end of the track.
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.16.1
Patch Changes
46075baThanks@segunadebayo! - - Dialog, Drawer: Use correct z-index for dialog and drawer backdrop
- SegmentGroup: Fix issue where
orientationprop toSegmentGroup.Rootdoesn't work as expected3.16.0
Minor Changes
529244dThanks@segunadebayo! - - Global CSS: Improve text selection contrast
System
- Fix issue where
borderEndshorthand was not working despiteborderStartbeing present- Fix issue where
system.cvareturn type was incorrect- Soften the focus ring for all color palettes
Dialog, Drawer: Fix issue where
z-indexwas not being applied correctly[Beta] createOverlay: Add
createOverlayutility for programmatically controlling overlay components (Dialog, Drawer, etc.)3.15.1
Patch Changes
e3d7db7Thanks@segunadebayo! - - Fix issue where backdrop could overlap positioner when reopened quickly
- Ensure types are consistent with React 19
3.15.0
Minor Changes
2f4ea3bThanks@segunadebayo! - - useMediaQuery: Fix type signature to allow skipping the second argument
- RadioCard: Fix accessibility issue due to html structure
- Slider
... (truncated)
Commits
ae3ca71ci(changesets): version packages5962834fix(segment-control): vertical orientation46075bafix: use overlay z-index for backdropb26f26fci(changesets): version packages1b45b21feat: add overlay manager65dca4drefactor: soften focus ring7c90653refactor: soften focus ring66751adfix: dialog and drawer stacking903f5bdfix(system): cva return typee80bbd7fix(system): add borderEnd- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.