Commit 1f8f0e3
chore: bump the production group with 3 updates (#182)
Bumps the production group with 3 updates:
[@ark-ui/react](https://github.com/chakra-ui/ark/tree/HEAD/packages/react),
[@zag-js/react](https://github.com/chakra-ui/zag) and
[@zag-js/steps](https://github.com/chakra-ui/zag).
Updates `@ark-ui/react` from 5.31.0 to 5.32.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/ark/releases"><code>@ark-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@ark-ui/react</code><a
href="https://github.com/5"><code>@5</code></a>.32.0</h2>
<h3>Added</h3>
<ul>
<li><strong>Locale</strong>: Added <code>useDateFormatter</code> hook
for localized date formatting using
<code>@internationalized/date</code></li>
<li><strong>Swap</strong>: Added new <code>Swap</code> component for
toggling between two visual states with CSS animations using dual
presence
instances</li>
<li><strong>Checkbox</strong>: Added <code>maxSelectedValues</code> prop
to <code>CheckboxGroup</code> to limit the number of selected
values</li>
<li><strong>Drawer</strong>: Replaced <code>BottomSheet</code> with new
<code>Drawer</code> component supporting multi-directional swipe via
<code>swipeDirection</code>
prop (<code>up</code>, <code>down</code>, <code>left</code>,
<code>right</code>), a new <code>Positioner</code> part, and
<code>snapToSequentialPoints</code> option</li>
<li><strong>Date Picker</strong>:
<ul>
<li>Added <code>focus</code> option to <code>api.clearValue({ focus?:
boolean })</code></li>
<li>Added <code>api.setTime(time, index?)</code> for date-time picker
support</li>
<li>Added <code>maxSelectedDates</code> prop to limit selected dates in
<code>multiple</code> selection mode</li>
<li>Added <code>api.isMaxSelected</code> to check if maximum number of
dates has been selected</li>
<li>Added <code>openOnClick</code> prop to open the calendar when
clicking the input field</li>
<li>Added <code>showWeekNumbers</code> support to display ISO 8601 week
number column in the day view</li>
</ul>
</li>
<li><strong>Popover</strong>: Added <code>sizeMiddleware</code>
positioning option to optionally disable the size middleware</li>
<li><strong>Select</strong>: Added <code>autoComplete</code> prop for
browser autofill hints</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Combobox</strong>:
<ul>
<li>Fixed <code>aria-selected</code> being set on highlighted items
instead of selected items</li>
<li>Fixed <code>selectedItems</code> getting out of sync with
<code>value</code> in controlled mode</li>
<li>Fixed item disabled state not accounting for root-level
<code>disabled</code> prop</li>
</ul>
</li>
<li><strong>Date Picker</strong>:
<ul>
<li>Fixed <code>api.selectToday()</code> sending incorrect value
format</li>
<li>Preserve time/timezone when selecting new dates
(<code>CalendarDateTime</code> and <code>ZonedDateTime</code>)</li>
<li>Improved focus management in trigger-only mode</li>
</ul>
</li>
<li><strong>Dialog</strong>: Fixed non-modal dialog closing on outside
click when <code>modal</code> is <code>false</code></li>
<li><strong>Listbox</strong>: Fixed DOM IDs</li>
<li><strong>Number Input</strong>: Fixed <code>invalid</code> prop being
ignored when value is out of range</li>
<li><strong>Popover</strong>: Improved performance by reducing style
recalculations when scrolling</li>
<li><strong>Select</strong>: Fixed autofill not updating value when
hidden select value changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/ark/blob/main/packages/react/CHANGELOG.md"><code>@ark-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[5.32.0] - 2026-02-21</h2>
<h3>Added</h3>
<ul>
<li><strong>Locale</strong>: Added <code>useDateFormatter</code> hook
for localized date formatting using
<code>@internationalized/date</code></li>
<li><strong>Swap</strong>: Added new <code>Swap</code> component for
toggling between two visual states with CSS animations using dual
presence
instances</li>
<li><strong>Checkbox</strong>: Added <code>maxSelectedValues</code> prop
to <code>CheckboxGroup</code> to limit the number of selected
values</li>
<li><strong>Drawer</strong>: Replaced <code>BottomSheet</code> with new
<code>Drawer</code> component supporting multi-directional swipe via
<code>swipeDirection</code>
prop (<code>up</code>, <code>down</code>, <code>left</code>,
<code>right</code>), a new <code>Positioner</code> part, and
<code>snapToSequentialPoints</code> option</li>
<li><strong>Date Picker</strong>:
<ul>
<li>Added <code>focus</code> option to <code>api.clearValue({ focus?:
boolean })</code></li>
<li>Added <code>api.setTime(time, index?)</code> for date-time picker
support</li>
<li>Added <code>maxSelectedDates</code> prop to limit selected dates in
<code>multiple</code> selection mode</li>
<li>Added <code>api.isMaxSelected</code> to check if maximum number of
dates has been selected</li>
<li>Added <code>openOnClick</code> prop to open the calendar when
clicking the input field</li>
<li>Added <code>showWeekNumbers</code> support to display ISO 8601 week
number column in the day view</li>
</ul>
</li>
<li><strong>Popover</strong>: Added <code>sizeMiddleware</code>
positioning option to optionally disable the size middleware</li>
<li><strong>Select</strong>: Added <code>autoComplete</code> prop for
browser autofill hints</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Combobox</strong>:
<ul>
<li>Fixed <code>aria-selected</code> being set on highlighted items
instead of selected items</li>
<li>Fixed <code>selectedItems</code> getting out of sync with
<code>value</code> in controlled mode</li>
<li>Fixed item disabled state not accounting for root-level
<code>disabled</code> prop</li>
</ul>
</li>
<li><strong>Date Picker</strong>:
<ul>
<li>Fixed <code>api.selectToday()</code> sending incorrect value
format</li>
<li>Preserve time/timezone when selecting new dates
(<code>CalendarDateTime</code> and <code>ZonedDateTime</code>)</li>
<li>Improved focus management in trigger-only mode</li>
</ul>
</li>
<li><strong>Dialog</strong>: Fixed non-modal dialog closing on outside
click when <code>modal</code> is <code>false</code></li>
<li><strong>Listbox</strong>: Fixed DOM IDs</li>
<li><strong>Number Input</strong>: Fixed <code>invalid</code> prop being
ignored when value is out of range</li>
<li><strong>Popover</strong>: Improved performance by reducing style
recalculations when scrolling</li>
<li><strong>Select</strong>: Fixed autofill not updating value when
hidden select value changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chakra-ui/ark/commit/30e8cfcd0f768f1bb78af943052c9058f4f3563a"><code>30e8cfc</code></a>
chore: release <code>@ark-ui/react</code> v5.32.0</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/ac6c4df2276274c9378c1386a542360b0df29cc4"><code>ac6c4df</code></a>
chore: bump packages</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/8f52b0efbac445cb83ed25502e1cfcd68e08d803"><code>8f52b0e</code></a>
chore: add datepicker examples</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/cf6d88274aeb63a6788c8691923fd8af0c2bbdff"><code>cf6d882</code></a>
chore: bump zag and panda css (<a
href="https://github.com/chakra-ui/ark/tree/HEAD/packages/react/issues/3789">#3789</a>)</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/421a11128c5b0de00ca1179b5935432712821e9c"><code>421a111</code></a>
chore: bump zag-js</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/4ec8018cf900893aac18b512ccf02d7bfafeda74"><code>4ec8018</code></a>
feat(checkbox-group): max selection</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/22095d2ba9012df2d8f1163324fa35f238bec566"><code>22095d2</code></a>
fix: import</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/58d32cfd543ee967123adb9448070520d0fbbf44"><code>58d32cf</code></a>
feat(swap): swap component</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/12179bae66f0f30d4fe08f0e52199038899474ce"><code>12179ba</code></a>
feat(locale): add <code>useDateFormatter</code> hook for localized date
formatting acros...</li>
<li><a
href="https://github.com/chakra-ui/ark/commit/58792267ebf840f2204bc2e4940219a8a2dbc386"><code>5879226</code></a>
chore: add slider thumb collision example</li>
<li>See full diff in <a
href="https://github.com/chakra-ui/ark/commits/@ark-ui/react@5.32.0/packages/react">compare
view</a></li>
</ul>
</details>
<br />
Updates `@zag-js/react` from 1.33.1 to 1.34.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/zag/releases"><code>@zag-js/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@zag-js/react</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@zag-js/core</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/store</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/types</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/utils</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/zag/blob/main/CHANGELOG.md"><code>@zag-js/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<blockquote>
<p>For v0.x changelog, see the <a
href="https://github.com/chakra-ui/zag/blob/v0/CHANGELOG.md">v0
branch</a></p>
</blockquote>
<h2><a
href="./%5B#1%5D(https://redirect.github.com/chakra-ui/zag/issues/1).34.0">1.34.0</a>
- 2026-02-19</h2>
<h3>Added</h3>
<ul>
<li>
<p><strong>Cascade Select [New]</strong>: Initial release of cascade
select state machine</p>
</li>
<li>
<p><strong>Date Picker</strong></p>
<ul>
<li>Add <code>focus</code> option to <code>api.clearValue({ focus?:
boolean })</code></li>
<li>Add <code>api.setTime(time, index?)</code> for date-time picker
support</li>
<li>Add <code>maxSelectedDates</code> prop to limit the number of
selected dates in <code>multiple</code> selection mode</li>
<li>Add <code>api.isMaxSelected</code> to check if the maximum number of
dates has been selected</li>
<li>Add <code>openOnClick</code> prop to open the calendar when clicking
the input field (defaults to <code>false</code>)</li>
<li>Add <code>showWeekNumbers</code> support to display an ISO 8601 week
number column in the day view</li>
</ul>
</li>
<li>
<p><strong>Date Utils</strong>: Add <code>getWeekOfYear</code> utility
for week number calculation</p>
</li>
<li>
<p><strong>Drawer [New]</strong>: Initial release of the drawer state
machine. Replaces the previous <code>bottom-sheet</code> implementation
and
API naming</p>
</li>
<li>
<p><strong>I18n Utils</strong>: Add <code>formatTime</code> utility for
locale-aware 12h/24h time formatting with optional seconds</p>
</li>
<li>
<p><strong>Popover</strong>: Add <code>sizeMiddleware</code> positioning
option to optionally disable the size middleware for better scroll
performance</p>
</li>
<li>
<p><strong>Select</strong>: Add <code>autoComplete</code> prop for
browser autofill hints (e.g., <code>"address-level1"</code>
for state fields)</p>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>
<p><strong>Combobox</strong></p>
<ul>
<li>Fix <code>aria-selected</code> being set on highlighted items
instead of selected items, improving screen reader announcements</li>
<li>Fix <code>selectedItems</code> getting out of sync with
<code>value</code> when controller ignores selection in controlled
mode</li>
<li>Fix item disabled state not accounting for root-level
<code>disabled</code> prop</li>
</ul>
</li>
<li>
<p><strong>Date Picker</strong></p>
<ul>
<li>Fix <code>api.selectToday()</code> sending incorrect value format to
state machine</li>
<li>Preserve time/timezone when selecting new dates
(<code>CalendarDateTime</code> and <code>ZonedDateTime</code>)</li>
<li>Export <code>DateValue</code> type locally instead of re-exporting
from <code>@internationalized/date</code> (v3.10.0+ compatibility)</li>
<li>Improve focus management in trigger-only mode: focus now correctly
returns to the trigger element after selecting a
date or clearing the value</li>
</ul>
</li>
<li>
<p><strong>Date Utils</strong>: Fix <code>constrainValue</code>
stripping time from
<code>CalendarDateTime</code>/<code>ZonedDateTime</code> values</p>
</li>
<li>
<p><strong>Dialog</strong>: Fix issue where non-modal dialog closes on
outside click even when <code>modal</code> is set to
<code>false</code></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chakra-ui/zag/commit/c25e01fd0d87f4fe508a71184fdea65433520f4e"><code>c25e01f</code></a>
Version Packages (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2972">#2972</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/7b3c333a752d06a8f5a35e30a6ba2980c0a0725e"><code>7b3c333</code></a>
chore: fix tsconfig (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2974">#2974</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/43ffe053f4e328186460f8d55bbbeb76c24eca36"><code>43ffe05</code></a>
fix(cascade-select): add package scripts (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2973">#2973</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/0acceccbb9393379ed7592e702eb21ef947560e1"><code>0accecc</code></a>
fix: angle slider dir</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/ffbed20a8d8675f82b6a8da251f76459d150be0c"><code>ffbed20</code></a>
chore(deps): update dependency <code>@sveltejs/kit</code> to v2.52.2
[security] (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2971">#2971</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/6e0bc83b16d7a5259ca4513f3e12e88a5373ae0c"><code>6e0bc83</code></a>
chore(deps): update dependency svelte to v5.51.5 [security] (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2970">#2970</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/843f1f9c4abff7d7c0fee79bed18e3c37498f9ee"><code>843f1f9</code></a>
docs: cascade select (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2964">#2964</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/0813036b06f0210f9ec2b08922c9199067504dcd"><code>0813036</code></a>
Version Packages (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2938">#2938</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/f64e81f9f024db30c24d06ed33fbd0e4764393ed"><code>f64e81f</code></a>
refactor: cascade select api</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/d3fdc6f933952f1516da8c7acd7f7f347d738678"><code>d3fdc6f</code></a>
docs: changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/chakra-ui/zag/compare/@zag-js/react@1.33.1...@zag-js/react@1.34.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `@zag-js/steps` from 1.33.1 to 1.34.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/zag/releases"><code>@zag-js/steps</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@zag-js/steps</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@zag-js/anatomy</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/core</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/types</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/utils</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
<li><code>@zag-js/dom-query</code><a
href="https://github.com/1"><code>@1</code></a>.34.1</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/zag/blob/main/CHANGELOG.md"><code>@zag-js/steps</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<blockquote>
<p>For v0.x changelog, see the <a
href="https://github.com/chakra-ui/zag/blob/v0/CHANGELOG.md">v0
branch</a></p>
</blockquote>
<h2><a
href="./%5B#1%5D(https://redirect.github.com/chakra-ui/zag/issues/1).34.0">1.34.0</a>
- 2026-02-19</h2>
<h3>Added</h3>
<ul>
<li>
<p><strong>Cascade Select [New]</strong>: Initial release of cascade
select state machine</p>
</li>
<li>
<p><strong>Date Picker</strong></p>
<ul>
<li>Add <code>focus</code> option to <code>api.clearValue({ focus?:
boolean })</code></li>
<li>Add <code>api.setTime(time, index?)</code> for date-time picker
support</li>
<li>Add <code>maxSelectedDates</code> prop to limit the number of
selected dates in <code>multiple</code> selection mode</li>
<li>Add <code>api.isMaxSelected</code> to check if the maximum number of
dates has been selected</li>
<li>Add <code>openOnClick</code> prop to open the calendar when clicking
the input field (defaults to <code>false</code>)</li>
<li>Add <code>showWeekNumbers</code> support to display an ISO 8601 week
number column in the day view</li>
</ul>
</li>
<li>
<p><strong>Date Utils</strong>: Add <code>getWeekOfYear</code> utility
for week number calculation</p>
</li>
<li>
<p><strong>Drawer [New]</strong>: Initial release of the drawer state
machine. Replaces the previous <code>bottom-sheet</code> implementation
and
API naming</p>
</li>
<li>
<p><strong>I18n Utils</strong>: Add <code>formatTime</code> utility for
locale-aware 12h/24h time formatting with optional seconds</p>
</li>
<li>
<p><strong>Popover</strong>: Add <code>sizeMiddleware</code> positioning
option to optionally disable the size middleware for better scroll
performance</p>
</li>
<li>
<p><strong>Select</strong>: Add <code>autoComplete</code> prop for
browser autofill hints (e.g., <code>"address-level1"</code>
for state fields)</p>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>
<p><strong>Combobox</strong></p>
<ul>
<li>Fix <code>aria-selected</code> being set on highlighted items
instead of selected items, improving screen reader announcements</li>
<li>Fix <code>selectedItems</code> getting out of sync with
<code>value</code> when controller ignores selection in controlled
mode</li>
<li>Fix item disabled state not accounting for root-level
<code>disabled</code> prop</li>
</ul>
</li>
<li>
<p><strong>Date Picker</strong></p>
<ul>
<li>Fix <code>api.selectToday()</code> sending incorrect value format to
state machine</li>
<li>Preserve time/timezone when selecting new dates
(<code>CalendarDateTime</code> and <code>ZonedDateTime</code>)</li>
<li>Export <code>DateValue</code> type locally instead of re-exporting
from <code>@internationalized/date</code> (v3.10.0+ compatibility)</li>
<li>Improve focus management in trigger-only mode: focus now correctly
returns to the trigger element after selecting a
date or clearing the value</li>
</ul>
</li>
<li>
<p><strong>Date Utils</strong>: Fix <code>constrainValue</code>
stripping time from
<code>CalendarDateTime</code>/<code>ZonedDateTime</code> values</p>
</li>
<li>
<p><strong>Dialog</strong>: Fix issue where non-modal dialog closes on
outside click even when <code>modal</code> is set to
<code>false</code></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chakra-ui/zag/commit/c25e01fd0d87f4fe508a71184fdea65433520f4e"><code>c25e01f</code></a>
Version Packages (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2972">#2972</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/7b3c333a752d06a8f5a35e30a6ba2980c0a0725e"><code>7b3c333</code></a>
chore: fix tsconfig (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2974">#2974</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/43ffe053f4e328186460f8d55bbbeb76c24eca36"><code>43ffe05</code></a>
fix(cascade-select): add package scripts (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2973">#2973</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/0acceccbb9393379ed7592e702eb21ef947560e1"><code>0accecc</code></a>
fix: angle slider dir</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/ffbed20a8d8675f82b6a8da251f76459d150be0c"><code>ffbed20</code></a>
chore(deps): update dependency <code>@sveltejs/kit</code> to v2.52.2
[security] (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2971">#2971</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/6e0bc83b16d7a5259ca4513f3e12e88a5373ae0c"><code>6e0bc83</code></a>
chore(deps): update dependency svelte to v5.51.5 [security] (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2970">#2970</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/843f1f9c4abff7d7c0fee79bed18e3c37498f9ee"><code>843f1f9</code></a>
docs: cascade select (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2964">#2964</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/0813036b06f0210f9ec2b08922c9199067504dcd"><code>0813036</code></a>
Version Packages (<a
href="https://redirect.github.com/chakra-ui/zag/issues/2938">#2938</a>)</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/f64e81f9f024db30c24d06ed33fbd0e4764393ed"><code>f64e81f</code></a>
refactor: cascade select api</li>
<li><a
href="https://github.com/chakra-ui/zag/commit/d3fdc6f933952f1516da8c7acd7f7f347d738678"><code>d3fdc6f</code></a>
docs: changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/chakra-ui/zag/compare/@zag-js/steps@1.33.1...@zag-js/steps@1.34.1">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: StyleShit <32631382+StyleShit@users.noreply.github.com>1 parent 7f204f1 commit 1f8f0e3
3 files changed
Lines changed: 672 additions & 647 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments