dependabot[bot] opened a new pull request, #69346:
URL: https://github.com/apache/airflow/pull/69346

   Bumps the chakra-ui group with 1 update in the /airflow-core/src/airflow/ui 
directory: 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react).
   
   Updates `@chakra-ui/react` from 3.34.0 to 3.36.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/chakra-ui/chakra-ui/releases";>@​chakra-ui/react's 
releases</a>.</em></p>
   <blockquote>
   <h2><code>@​chakra-ui/react</code><a 
href="https://github.com/3";><code>@​3</code></a>.36.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10752";>#10752</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/1ef580069c1a6c0cc3dd03f6edab52d98dac14b2";><code>1ef5800</code></a>
   Thanks <a 
href="https://github.com/kalisaNkevin";><code>@​kalisaNkevin</code></a>! - 
<strong>[New]
   FloatingPanel</strong>: Add draggable, resizable floating panel component</p>
   <pre lang="tsx"><code>import { FloatingPanel } from 
&quot;@chakra-ui/react/floating-panel&quot;
   </code></pre>
   <pre lang="tsx"><code>&lt;FloatingPanel.Root&gt;
     &lt;FloatingPanel.Trigger /&gt;
     &lt;FloatingPanel.Positioner&gt;
       &lt;FloatingPanel.Content&gt;
         &lt;FloatingPanel.Header&gt;
           &lt;FloatingPanel.DragTrigger&gt;
             &lt;FloatingPanel.Title /&gt;
           &lt;/FloatingPanel.DragTrigger&gt;
           &lt;FloatingPanel.Control&gt;
             &lt;FloatingPanel.StageTrigger /&gt;
             &lt;FloatingPanel.CloseTrigger /&gt;
           &lt;/FloatingPanel.Control&gt;
         &lt;/FloatingPanel.Header&gt;
         &lt;FloatingPanel.Body /&gt;
         &lt;FloatingPanel.ResizeTriggers /&gt;
       &lt;/FloatingPanel.Content&gt;
     &lt;/FloatingPanel.Positioner&gt;
   &lt;/FloatingPanel.Root&gt;
   </code></pre>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10847";>#10847</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/238e20a41a3e8f750bad555d56a1b23fa3de84d8";><code>238e20a</code></a>
   Thanks <a 
href="https://github.com/Adebesin-Cell";><code>@​Adebesin-Cell</code></a>! - 
Update Ark UI to
   v5.37.2</p>
   <ul>
   <li><strong>Splitter</strong>: Accept CSS units (<code>px</code>, 
<code>em</code>, <code>rem</code>, <code>vh</code>, <code>vw</code>) for size
   props, add per-panel <code>resizeBehavior</code> 
(<code>&quot;preserve-pixel-size&quot;</code>), and fix
   focus not moving to a resize trigger on click.</li>
   <li><strong>Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, 
Select,
   Tooltip</strong>: Add <code>data-side</code> to placement-aware parts for 
placement-based
   styling.</li>
   <li><strong>Accordion</strong>: Remove redundant <code>aria-disabled</code> 
from item triggers.</li>
   <li><strong>Color Picker</strong>: Fire <code>onValueChangeEnd</code> when 
picking a color with the
   EyeDropper API.</li>
   <li><strong>Combobox</strong>: Don't submit the form on <code>Enter</code> 
when an item is highlighted
   or the value is rejected by <code>allowCustomValue: false</code>.</li>
   <li><strong>Date Picker</strong>: Fix range-mode clear not resetting 
active/hovered state,
   the native month/year select inside modals (Firefox), and</li>
   </ul>
   </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";>@​chakra-ui/react's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.36.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10752";>#10752</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/1ef580069c1a6c0cc3dd03f6edab52d98dac14b2";><code>1ef5800</code></a>
   Thanks <a 
href="https://github.com/kalisaNkevin";><code>@​kalisaNkevin</code></a>! - 
<strong>[New]
   FloatingPanel</strong>: Add draggable, resizable floating panel component</p>
   <pre lang="tsx"><code>import { FloatingPanel } from 
&quot;@chakra-ui/react/floating-panel&quot;
   </code></pre>
   <pre lang="tsx"><code>&lt;FloatingPanel.Root&gt;
     &lt;FloatingPanel.Trigger /&gt;
     &lt;FloatingPanel.Positioner&gt;
       &lt;FloatingPanel.Content&gt;
         &lt;FloatingPanel.Header&gt;
           &lt;FloatingPanel.DragTrigger&gt;
             &lt;FloatingPanel.Title /&gt;
           &lt;/FloatingPanel.DragTrigger&gt;
           &lt;FloatingPanel.Control&gt;
             &lt;FloatingPanel.StageTrigger /&gt;
             &lt;FloatingPanel.CloseTrigger /&gt;
           &lt;/FloatingPanel.Control&gt;
         &lt;/FloatingPanel.Header&gt;
         &lt;FloatingPanel.Body /&gt;
         &lt;FloatingPanel.ResizeTriggers /&gt;
       &lt;/FloatingPanel.Content&gt;
     &lt;/FloatingPanel.Positioner&gt;
   &lt;/FloatingPanel.Root&gt;
   </code></pre>
   </li>
   <li>
   <p><a 
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10847";>#10847</a>
   <a 
href="https://github.com/chakra-ui/chakra-ui/commit/238e20a41a3e8f750bad555d56a1b23fa3de84d8";><code>238e20a</code></a>
   Thanks <a 
href="https://github.com/Adebesin-Cell";><code>@​Adebesin-Cell</code></a>! - 
Update Ark UI to
   v5.37.2</p>
   <ul>
   <li><strong>Splitter</strong>: Accept CSS units (<code>px</code>, 
<code>em</code>, <code>rem</code>, <code>vh</code>, <code>vw</code>) for size
   props, add per-panel <code>resizeBehavior</code> 
(<code>&quot;preserve-pixel-size&quot;</code>), and fix
   focus not moving to a resize trigger on click.</li>
   <li><strong>Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, 
Select,
   Tooltip</strong>: Add <code>data-side</code> to placement-aware parts for 
placement-based
   styling.</li>
   <li><strong>Accordion</strong>: Remove redundant <code>aria-disabled</code> 
from item triggers.</li>
   <li><strong>Color Picker</strong>: Fire <code>onValueChangeEnd</code> when 
picking a color with the
   EyeDropper API.</li>
   <li><strong>Combobox</strong>: Don't submit the form on <code>Enter</code> 
when an item is highlighted
   or the value is rejected by <code>allowCustomValue: false</code>.</li>
   <li><strong>Date Picker</strong>: Fix range-mode clear not resetting 
active/hovered state,</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/3c000274c54ef4e207221a6979c155ccc648141c";><code>3c00027</code></a>
 Version Packages (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10802";>#10802</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/238e20a41a3e8f750bad555d56a1b23fa3de84d8";><code>238e20a</code></a>
 chore(deps): update <code>@​ark-ui/react</code> to 5.37.2 (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10847";>#10847</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/4384e3f8151e6ed41d638c103eb3fd612a3c44d5";><code>4384e3f</code></a>
 docs(react): remove redundant &quot;render&quot; in For children prop (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10842";>#10842</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/b51f7aeeac6aa0a9e2cd634d8d950de04d6e5cf7";><code>b51f7ae</code></a>
 docs(react): update outdated package readme (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10838";>#10838</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/06b5f022dbe16a2285437465340871b975c34dfb";><code>06b5f02</code></a>
 fix: semantic token lookup</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/6a3e23cbb5db4a8d08ccbf4d57d14cbdfb1399df";><code>6a3e23c</code></a>
 chore: update examples</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/1ef580069c1a6c0cc3dd03f6edab52d98dac14b2";><code>1ef5800</code></a>
 feat: float panel component (<a 
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10752";>#10752</a>)</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/43a016d32f470b14bbfb0d0a7c83075902feee5e";><code>43a016d</code></a>
 fix: remove DatePicker placeholder color override to align with global 
styling</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/82b26bea60f49450522354474fa5b1811095c3bb";><code>82b26be</code></a>
 fix: update Link component to use focusVisibleRing for improved 
accessibility</li>
   <li><a 
href="https://github.com/chakra-ui/chakra-ui/commit/c5e1eedb79c2ec610e6012344cd7509e6b190994";><code>c5e1eed</code></a>
 docs: update datalist</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.34.0&new-version=3.36.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to