Commit 7aaa466
authored
chore(deps): bump @chakra-ui/react from 3.29.0 to 3.30.0 in the production-dependencies group (#196)
Bumps the production-dependencies group with 1 update:
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react).
Updates `@chakra-ui/react` from 3.29.0 to 3.30.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/chakra-ui/releases"><code>@chakra-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@chakra-ui/react</code><a
href="https://github.com/3"><code>@3</code></a>.30.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10425">#10425</a>
<a
href="https://github.com/chakra-ui/chakra-ui/commit/0168a04197874d7bd66ebcde25efc7662465571e"><code>0168a04</code></a>
Thanks <a
href="https://github.com/Adebesin-Cell"><code>@Adebesin-Cell</code></a>!
- - <strong>Splitter
[NEW]</strong>: Introduce new resizable splitter component</p>
<pre lang="tsx"><code><Splitter.Root panels={[{ id: "a" },
{ id: "b" }]}>
<Splitter.Panel id="a">Panel A</Splitter.Panel>
<Splitter.ResizeTrigger id="a:b" />
<Splitter.Panel id="b">Panel B</Splitter.Panel>
</Splitter.Root>
</code></pre>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/7b9aa97b41c79d6937b6a3ec2c3e2f23b42c8778"><code>7b9aa97</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- ### Added</p>
<ul>
<li><strong>Carousel</strong>: Added <code>autoSize</code> prop for
variable width/height slides</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>useListCollection</strong>: <code>initialItems</code> now
accepts <code>readonly</code> arrays</li>
<li><strong>Types</strong>: Exported <code>InteractOutsideEvent</code>,
<code>FocusOutsideEvent</code>,
<code>PointerDownOutsideEvent</code> types</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Carousel</strong>: Fixed dragging after tab switch/scroll
and mouse wheel scroll
with <code>allowMouseDrag</code></li>
<li><strong>Combobox</strong>:
<ul>
<li>Fixed <code>onHighlightChange</code> not firing when filtered to
empty;</li>
<li>Fixed focus stealing in controlled mode</li>
<li>Removed problematic <code>aria-hidden</code> behavior</li>
</ul>
</li>
<li><strong>File Upload</strong>: Fixed non-interactive children in
dropzone not opening file
picker</li>
<li><strong>Radio Group</strong>: Fixed inconsistent
<code>data-focus-visible</code>/<code>data-focus</code>
attributes; fixed indicator showing before rect resolved (with
Tabs)</li>
<li><strong>Tabs</strong>: Fixed indicator showing before rect resolved
(with Radio Group);
fixed position not updating when inactive tabs resize</li>
</ul>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/503e11ad4b2b5aa6d653e21d96b7f76a72c87d92"><code>503e11a</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- ### Added</p>
<ul>
<li><strong>Semantic Tokens</strong>: Add new <code>border</code>
semantic token to all color palettes
(<code>gray.300</code>/<code>gray.700</code> for gray,
<code>color.500</code>/<code>color.400</code> for colored
palettes) to improve outline component appearance</li>
</ul>
<h3>Changed</h3>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md"><code>@chakra-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.30.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10425">#10425</a>
<a
href="https://github.com/chakra-ui/chakra-ui/commit/0168a04197874d7bd66ebcde25efc7662465571e"><code>0168a04</code></a>
Thanks <a
href="https://github.com/Adebesin-Cell"><code>@Adebesin-Cell</code></a>!
- - <strong>Splitter
[NEW]</strong>: Introduce new resizable splitter component</p>
<pre lang="tsx"><code><Splitter.Root panels={[{ id: "a" },
{ id: "b" }]}>
<Splitter.Panel id="a">Panel A</Splitter.Panel>
<Splitter.ResizeTrigger id="a:b" />
<Splitter.Panel id="b">Panel B</Splitter.Panel>
</Splitter.Root>
</code></pre>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/7b9aa97b41c79d6937b6a3ec2c3e2f23b42c8778"><code>7b9aa97</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- ### Added</p>
<ul>
<li><strong>Carousel</strong>: Added <code>autoSize</code> prop for
variable width/height slides</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>useListCollection</strong>: <code>initialItems</code> now
accepts <code>readonly</code> arrays</li>
<li><strong>Types</strong>: Exported <code>InteractOutsideEvent</code>,
<code>FocusOutsideEvent</code>,
<code>PointerDownOutsideEvent</code> types</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Carousel</strong>: Fixed dragging after tab switch/scroll
and mouse wheel scroll
with <code>allowMouseDrag</code></li>
<li><strong>Combobox</strong>:
<ul>
<li>Fixed <code>onHighlightChange</code> not firing when filtered to
empty;</li>
<li>Fixed focus stealing in controlled mode</li>
<li>Removed problematic <code>aria-hidden</code> behavior</li>
</ul>
</li>
<li><strong>File Upload</strong>: Fixed non-interactive children in
dropzone not opening file
picker</li>
<li><strong>Radio Group</strong>: Fixed inconsistent
<code>data-focus-visible</code>/<code>data-focus</code>
attributes; fixed indicator showing before rect resolved (with
Tabs)</li>
<li><strong>Tabs</strong>: Fixed indicator showing before rect resolved
(with Radio Group);
fixed position not updating when inactive tabs resize</li>
</ul>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/503e11ad4b2b5aa6d653e21d96b7f76a72c87d92"><code>503e11a</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- ### Added</p>
<ul>
<li><strong>Semantic Tokens</strong>: Add new <code>border</code>
semantic token to all color palettes
(<code>gray.300</code>/<code>gray.700</code> for gray,
<code>color.500</code>/<code>color.400</code> for colored
palettes) to improve outline component appearance</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>Button, Badge, Tag, Checkbox</strong>: Update outline
variants to use
<code>colorPalette.border</code> instead of
<code>colorPalette.muted</code> or global <code>border</code>
token for better appearance, especially for non-gray color
palettes.</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/63c9c4886b0a41cef059cb8f465435ffd88853e7"><code>63c9c48</code></a>
Version Packages (<a
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10462">#10462</a>)</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/721ece7f67b41b71baa48c7ad640b74c4c5d68c5"><code>721ece7</code></a>
chore: bump ark and fix exports</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/7b9aa97b41c79d6937b6a3ec2c3e2f23b42c8778"><code>7b9aa97</code></a>
chore: bump ark-ui</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/2dfd2d2cff98f0d8bdd187453cc73ce0dcc3b05f"><code>2dfd2d2</code></a>
refactor: cx fn</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/14bca5159596ba7c82d39b9353eca2f6cb22b6df"><code>14bca51</code></a>
chore: bump deps</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/0168a04197874d7bd66ebcde25efc7662465571e"><code>0168a04</code></a>
feat: add Splitter component (<a
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10425">#10425</a>)</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/fd155693546b96e390e131c85fac192711d52cef"><code>fd15569</code></a>
fix: rtl arrow tip</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/2f8eaa57231c6707314605ffd2deb1503dd1975f"><code>2f8eaa5</code></a>
chore: expose CssProperties type</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/79bc4358fb60c8a5a22e8245d52ca48e7d53e553"><code>79bc435</code></a>
docs: table example</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/f763c92fda2a83aab1edfa85c0c5c3a788f1c42f"><code>f763c92</code></a>
docs: combobox creatable</li>
<li>Additional commits viewable in <a
href="https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/react">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 54b1614 commit 7aaa466
2 files changed
+800
-800
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments