Skip to content

Commit 7aaa466

Browse files
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>&lt;Splitter.Root panels={[{ id: &quot;a&quot; }, { id: &quot;b&quot; }]}&gt; &lt;Splitter.Panel id=&quot;a&quot;&gt;Panel A&lt;/Splitter.Panel&gt; &lt;Splitter.ResizeTrigger id=&quot;a:b&quot; /&gt; &lt;Splitter.Panel id=&quot;b&quot;&gt;Panel B&lt;/Splitter.Panel&gt; &lt;/Splitter.Root&gt; </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>&lt;Splitter.Root panels={[{ id: &quot;a&quot; }, { id: &quot;b&quot; }]}&gt; &lt;Splitter.Panel id=&quot;a&quot;&gt;Panel A&lt;/Splitter.Panel&gt; &lt;Splitter.ResizeTrigger id=&quot;a:b&quot; /&gt; &lt;Splitter.Panel id=&quot;b&quot;&gt;Panel B&lt;/Splitter.Panel&gt; &lt;/Splitter.Root&gt; </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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@chakra-ui/react&package-manager=npm_and_yarn&previous-version=3.29.0&new-version=3.30.0)](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

File tree

2 files changed

+800
-800
lines changed

2 files changed

+800
-800
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test": "vitest run"
3333
},
3434
"dependencies": {
35-
"@chakra-ui/react": "^3.21.0",
35+
"@chakra-ui/react": "^3.30.0",
3636
"@deck.gl/core": "^9.1.8",
3737
"@deck.gl/geo-layers": "^9.1.12",
3838
"@deck.gl/layers": "^9.1.12",

0 commit comments

Comments
 (0)