mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Bumps [flowbite](https://github.com/themesberg/flowbite) from 1.8.1 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <p>This update introduces a new instance manager feature that allows you manage all of the interactive components from a single place. This is useful if you want to programmatically show or hide a modal, popover, or tooltip. This also works if you use the data attributes interface.</p> <p>This change introduces a few breaking changes to the JavaScript API when creating objects:</p> <ul> <li>new <code>$carouselEl</code> HTML element when creating a <code>Carousel</code> object as the first parameter</li> <li>new <code>$accordion</code> HTML element when creating a <code>Accordion</code> object as the first parameter</li> <li>new <code>$tabsEl</code> HTML element when creating a <code>Tabs</code> object as the first parameter</li> </ul> <p>The breaking changes do not apply to the data attributes interface, only for objects created programmatically via JavaScript.</p> <p>Learn more about the new <a href="https://flowbite.com/docs/getting-started/javascript/">JavaScript API on the docs</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="59d0bab06a"><code>59d0bab</code></a> Merge pull request <a href="https://redirect.github.com/themesberg/flowbite/issues/680">#680</a> from themesberg/instances</li> <li><a href="e195124d91"><code>e195124</code></a> chore(versioning): bump to <code>v2.0.0</code></li> <li><a href="1671b62826"><code>1671b62</code></a> docs(quickstart): reference JavaScript page in the introduction and quickstar...</li> <li><a href="807cfb4353"><code>807cfb4</code></a> refactor(instances): automatically override instances with the same ID when c...</li> <li><a href="3c2c5acb08"><code>3c2c5ac</code></a> chore(package): update Twitter links</li> <li><a href="92d61c27e6"><code>92d61c2</code></a> docs(javascript): update version to <code>2.0</code></li> <li><a href="a74ca06424"><code>a74ca06</code></a> docs(general): fix grammar typo</li> <li><a href="4f472b8202"><code>4f472b8</code></a> docs(general): fix commented previews and update changelog to v2.0</li> <li><a href="2d0936908f"><code>2d09369</code></a> docs(tabs): document the new parameter for the Tabs class</li> <li><a href="ac7bac8b89"><code>ac7bac8</code></a> docs(general): fix milliseconds typo</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v1.8.1...v2.0.0">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 this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>