From 185ddf1eaf82e08586be6c7689507ee924d9dd47 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 19 Aug 2022 13:15:48 +0000 Subject: update to bootstrap 5.2 and fixes --- vendor/composer/InstalledVersions.php | 14 +- vendor/composer/installed.json | 14 +- vendor/composer/installed.php | 66 +- vendor/twbs/bootstrap/.bundlewatch.config.json | 26 +- vendor/twbs/bootstrap/.cspell.json | 38 +- vendor/twbs/bootstrap/.eslintrc.json | 5 +- vendor/twbs/bootstrap/.github/CONTRIBUTING.md | 2 +- vendor/twbs/bootstrap/.github/release-drafter.yml | 3 + .../bootstrap/.github/workflows/browserstack.yml | 7 +- .../bootstrap/.github/workflows/bundlewatch.yml | 7 +- .../.github/workflows/calibreapp-image-actions.yml | 24 + vendor/twbs/bootstrap/.github/workflows/codeql.yml | 7 +- vendor/twbs/bootstrap/.github/workflows/cspell.yml | 28 + vendor/twbs/bootstrap/.github/workflows/css.yml | 7 +- vendor/twbs/bootstrap/.github/workflows/docs.yml | 22 +- .../.github/workflows/issue-close-require.yml | 19 + .../bootstrap/.github/workflows/issue-labeled.yml | 19 + vendor/twbs/bootstrap/.github/workflows/js.yml | 16 +- vendor/twbs/bootstrap/.github/workflows/lint.yml | 7 +- .../twbs/bootstrap/.github/workflows/node-sass.yml | 7 +- .../bootstrap/.github/workflows/release-notes.yml | 1 + vendor/twbs/bootstrap/.gitignore | 3 +- vendor/twbs/bootstrap/.stylelintrc | 2 +- vendor/twbs/bootstrap/CODE_OF_CONDUCT.md | 129 +- vendor/twbs/bootstrap/LICENSE | 4 +- vendor/twbs/bootstrap/README.md | 132 +- vendor/twbs/bootstrap/build/build-plugins.js | 207 +- vendor/twbs/bootstrap/build/change-version.js | 8 +- vendor/twbs/bootstrap/build/generate-sri.js | 14 +- vendor/twbs/bootstrap/build/postcss.config.js | 18 +- vendor/twbs/bootstrap/build/rollup.config.js | 6 +- vendor/twbs/bootstrap/build/svgo.yml | 59 - vendor/twbs/bootstrap/build/vnu-jar.js | 4 +- vendor/twbs/bootstrap/build/zip-examples.js | 18 +- vendor/twbs/bootstrap/config.yml | 55 +- vendor/twbs/bootstrap/dist/css/bootstrap-grid.css | 973 +- .../twbs/bootstrap/dist/css/bootstrap-grid.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap-grid.min.css | 8 +- .../bootstrap/dist/css/bootstrap-grid.min.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap-grid.rtl.css | 973 +- .../bootstrap/dist/css/bootstrap-grid.rtl.css.map | 2 +- .../bootstrap/dist/css/bootstrap-grid.rtl.min.css | 8 +- .../dist/css/bootstrap-grid.rtl.min.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap-reboot.css | 63 +- .../bootstrap/dist/css/bootstrap-reboot.css.map | 2 +- .../bootstrap/dist/css/bootstrap-reboot.min.css | 9 +- .../dist/css/bootstrap-reboot.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-reboot.rtl.css | 63 +- .../dist/css/bootstrap-reboot.rtl.css.map | 2 +- .../dist/css/bootstrap-reboot.rtl.min.css | 9 +- .../dist/css/bootstrap-reboot.rtl.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-utilities.css | 1237 +- .../bootstrap/dist/css/bootstrap-utilities.css.map | 2 +- .../bootstrap/dist/css/bootstrap-utilities.min.css | 8 +- .../dist/css/bootstrap-utilities.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-utilities.rtl.css | 1237 +- .../dist/css/bootstrap-utilities.rtl.css.map | 2 +- .../dist/css/bootstrap-utilities.rtl.min.css | 8 +- .../dist/css/bootstrap-utilities.rtl.min.css.map | 2 +- vendor/twbs/bootstrap/dist/css/bootstrap.css | 4513 +++-- vendor/twbs/bootstrap/dist/css/bootstrap.css.map | 2 +- vendor/twbs/bootstrap/dist/css/bootstrap.min.css | 8 +- .../twbs/bootstrap/dist/css/bootstrap.min.css.map | 2 +- vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css | 4525 +++-- .../twbs/bootstrap/dist/css/bootstrap.rtl.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap.rtl.min.css | 8 +- .../bootstrap/dist/css/bootstrap.rtl.min.css.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js | 4130 +++-- .../twbs/bootstrap/dist/js/bootstrap.bundle.js.map | 2 +- .../twbs/bootstrap/dist/js/bootstrap.bundle.min.js | 6 +- .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.esm.js | 3921 ++-- vendor/twbs/bootstrap/dist/js/bootstrap.esm.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js | 6 +- .../bootstrap/dist/js/bootstrap.esm.min.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.js | 3925 ++-- vendor/twbs/bootstrap/dist/js/bootstrap.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.min.js | 6 +- vendor/twbs/bootstrap/dist/js/bootstrap.min.js.map | 2 +- vendor/twbs/bootstrap/js/dist/alert.js | 157 +- vendor/twbs/bootstrap/js/dist/alert.js.map | 2 +- vendor/twbs/bootstrap/js/dist/base-component.js | 157 +- .../twbs/bootstrap/js/dist/base-component.js.map | 2 +- vendor/twbs/bootstrap/js/dist/button.js | 84 +- vendor/twbs/bootstrap/js/dist/button.js.map | 2 +- vendor/twbs/bootstrap/js/dist/carousel.js | 698 +- vendor/twbs/bootstrap/js/dist/carousel.js.map | 2 +- vendor/twbs/bootstrap/js/dist/collapse.js | 314 +- vendor/twbs/bootstrap/js/dist/collapse.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/data.js | 8 +- vendor/twbs/bootstrap/js/dist/dom/data.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/event-handler.js | 226 +- .../bootstrap/js/dist/dom/event-handler.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/manipulator.js | 50 +- .../twbs/bootstrap/js/dist/dom/manipulator.js.map | 2 +- .../twbs/bootstrap/js/dist/dom/selector-engine.js | 74 +- .../bootstrap/js/dist/dom/selector-engine.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dropdown.js | 418 +- vendor/twbs/bootstrap/js/dist/dropdown.js.map | 2 +- vendor/twbs/bootstrap/js/dist/modal.js | 859 +- vendor/twbs/bootstrap/js/dist/modal.js.map | 2 +- vendor/twbs/bootstrap/js/dist/offcanvas.js | 749 +- vendor/twbs/bootstrap/js/dist/offcanvas.js.map | 2 +- vendor/twbs/bootstrap/js/dist/popover.js | 154 +- vendor/twbs/bootstrap/js/dist/popover.js.map | 2 +- vendor/twbs/bootstrap/js/dist/scrollspy.js | 441 +- vendor/twbs/bootstrap/js/dist/scrollspy.js.map | 2 +- vendor/twbs/bootstrap/js/dist/tab.js | 429 +- vendor/twbs/bootstrap/js/dist/tab.js.map | 2 +- vendor/twbs/bootstrap/js/dist/toast.js | 242 +- vendor/twbs/bootstrap/js/dist/toast.js.map | 2 +- vendor/twbs/bootstrap/js/dist/tooltip.js | 879 +- vendor/twbs/bootstrap/js/dist/tooltip.js.map | 2 +- vendor/twbs/bootstrap/js/dist/util/backdrop.js | 166 + vendor/twbs/bootstrap/js/dist/util/backdrop.js.map | 1 + .../bootstrap/js/dist/util/component-functions.js | 47 + .../js/dist/util/component-functions.js.map | 1 + vendor/twbs/bootstrap/js/dist/util/config.js | 80 + vendor/twbs/bootstrap/js/dist/util/config.js.map | 1 + vendor/twbs/bootstrap/js/dist/util/focustrap.js | 130 + .../twbs/bootstrap/js/dist/util/focustrap.js.map | 1 + vendor/twbs/bootstrap/js/dist/util/index.js | 351 + vendor/twbs/bootstrap/js/dist/util/index.js.map | 1 + vendor/twbs/bootstrap/js/dist/util/sanitizer.js | 123 + .../twbs/bootstrap/js/dist/util/sanitizer.js.map | 1 + vendor/twbs/bootstrap/js/dist/util/scrollbar.js | 139 + .../twbs/bootstrap/js/dist/util/scrollbar.js.map | 1 + vendor/twbs/bootstrap/js/dist/util/swipe.js | 156 + vendor/twbs/bootstrap/js/dist/util/swipe.js.map | 1 + .../bootstrap/js/dist/util/template-factory.js | 178 + .../bootstrap/js/dist/util/template-factory.js.map | 1 + vendor/twbs/bootstrap/js/index.esm.js | 41 +- vendor/twbs/bootstrap/js/index.umd.js | 2 +- vendor/twbs/bootstrap/js/src/alert.js | 18 +- vendor/twbs/bootstrap/js/src/base-component.js | 46 +- vendor/twbs/bootstrap/js/src/button.js | 20 +- vendor/twbs/bootstrap/js/src/carousel.js | 522 +- vendor/twbs/bootstrap/js/src/collapse.js | 155 +- vendor/twbs/bootstrap/js/src/dom/data.js | 4 +- vendor/twbs/bootstrap/js/src/dom/event-handler.js | 188 +- vendor/twbs/bootstrap/js/src/dom/manipulator.js | 53 +- .../twbs/bootstrap/js/src/dom/selector-engine.js | 29 +- vendor/twbs/bootstrap/js/src/dropdown.js | 222 +- vendor/twbs/bootstrap/js/src/modal.js | 252 +- vendor/twbs/bootstrap/js/src/offcanvas.js | 133 +- vendor/twbs/bootstrap/js/src/popover.js | 93 +- vendor/twbs/bootstrap/js/src/scrollspy.js | 337 +- vendor/twbs/bootstrap/js/src/tab.js | 303 +- vendor/twbs/bootstrap/js/src/toast.js | 60 +- vendor/twbs/bootstrap/js/src/tooltip.js | 630 +- vendor/twbs/bootstrap/js/src/util/backdrop.js | 91 +- .../bootstrap/js/src/util/component-functions.js | 2 +- vendor/twbs/bootstrap/js/src/util/config.js | 66 + vendor/twbs/bootstrap/js/src/util/focustrap.js | 66 +- vendor/twbs/bootstrap/js/src/util/index.js | 131 +- vendor/twbs/bootstrap/js/src/util/sanitizer.js | 30 +- vendor/twbs/bootstrap/js/src/util/scrollbar.js | 77 +- vendor/twbs/bootstrap/js/src/util/swipe.js | 146 + .../twbs/bootstrap/js/src/util/template-factory.js | 160 + vendor/twbs/bootstrap/nuget/bootstrap.nuspec | 2 +- vendor/twbs/bootstrap/nuget/bootstrap.png | Bin 1684 -> 6636 bytes vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec | 2 +- vendor/twbs/bootstrap/package-lock.json | 18115 +++++++++++++------ vendor/twbs/bootstrap/package.js | 2 +- vendor/twbs/bootstrap/package.json | 131 +- vendor/twbs/bootstrap/scss/_accordion.scss | 76 +- vendor/twbs/bootstrap/scss/_alert.scss | 22 +- vendor/twbs/bootstrap/scss/_badge.scss | 19 +- vendor/twbs/bootstrap/scss/_breadcrumb.scss | 32 +- vendor/twbs/bootstrap/scss/_button-group.scss | 3 + vendor/twbs/bootstrap/scss/_buttons.scss | 119 +- vendor/twbs/bootstrap/scss/_card.scss | 92 +- vendor/twbs/bootstrap/scss/_close.scss | 2 +- vendor/twbs/bootstrap/scss/_containers.scss | 2 +- vendor/twbs/bootstrap/scss/_dropdown.scss | 158 +- vendor/twbs/bootstrap/scss/_functions.scss | 14 +- vendor/twbs/bootstrap/scss/_grid.scss | 6 +- vendor/twbs/bootstrap/scss/_helpers.scss | 1 + vendor/twbs/bootstrap/scss/_list-group.scss | 71 +- vendor/twbs/bootstrap/scss/_maps.scss | 54 + vendor/twbs/bootstrap/scss/_modal.scss | 114 +- vendor/twbs/bootstrap/scss/_nav.scss | 73 +- vendor/twbs/bootstrap/scss/_navbar.scss | 241 +- vendor/twbs/bootstrap/scss/_offcanvas.scss | 178 +- vendor/twbs/bootstrap/scss/_pagination.scss | 87 +- vendor/twbs/bootstrap/scss/_placeholders.scss | 2 +- vendor/twbs/bootstrap/scss/_popover.scss | 142 +- vendor/twbs/bootstrap/scss/_progress.scss | 29 +- vendor/twbs/bootstrap/scss/_reboot.scss | 65 +- vendor/twbs/bootstrap/scss/_root.scss | 61 +- vendor/twbs/bootstrap/scss/_spinners.scss | 60 +- vendor/twbs/bootstrap/scss/_tables.scss | 55 +- vendor/twbs/bootstrap/scss/_toasts.scss | 51 +- vendor/twbs/bootstrap/scss/_tooltip.scss | 117 +- vendor/twbs/bootstrap/scss/_type.scss | 2 + vendor/twbs/bootstrap/scss/_utilities.scss | 69 +- vendor/twbs/bootstrap/scss/_variables.scss | 234 +- vendor/twbs/bootstrap/scss/bootstrap-grid.scss | 9 +- vendor/twbs/bootstrap/scss/bootstrap-reboot.scss | 10 +- .../twbs/bootstrap/scss/bootstrap-utilities.scss | 9 +- vendor/twbs/bootstrap/scss/bootstrap.scss | 10 +- .../bootstrap/scss/forms/_floating-labels.scss | 17 +- vendor/twbs/bootstrap/scss/forms/_form-check.scss | 33 +- .../twbs/bootstrap/scss/forms/_form-control.scss | 49 +- vendor/twbs/bootstrap/scss/forms/_form-select.scss | 1 - vendor/twbs/bootstrap/scss/forms/_input-group.scss | 22 +- vendor/twbs/bootstrap/scss/helpers/_color-bg.scss | 10 + .../bootstrap/scss/helpers/_colored-links.scss | 4 +- vendor/twbs/bootstrap/scss/helpers/_position.scss | 8 +- vendor/twbs/bootstrap/scss/helpers/_ratio.scss | 4 +- vendor/twbs/bootstrap/scss/helpers/_vr.scss | 2 +- vendor/twbs/bootstrap/scss/mixins/_alert.scss | 10 +- vendor/twbs/bootstrap/scss/mixins/_banner.scss | 9 + .../twbs/bootstrap/scss/mixins/_breakpoints.scss | 16 +- vendor/twbs/bootstrap/scss/mixins/_buttons.scss | 127 +- vendor/twbs/bootstrap/scss/mixins/_container.scss | 6 +- vendor/twbs/bootstrap/scss/mixins/_forms.scss | 8 + vendor/twbs/bootstrap/scss/mixins/_gradients.scss | 2 +- vendor/twbs/bootstrap/scss/mixins/_grid.scss | 24 +- vendor/twbs/bootstrap/scss/mixins/_pagination.scss | 29 +- vendor/twbs/bootstrap/scss/mixins/_reset-text.scss | 2 +- .../bootstrap/scss/mixins/_table-variants.scss | 21 +- vendor/twbs/bootstrap/scss/mixins/_utilities.scss | 16 +- vendor/twbs/bootstrap/site/.eslintrc.json | 94 +- .../twbs/bootstrap/site/assets/js/application.js | 170 +- .../twbs/bootstrap/site/assets/js/code-examples.js | 88 + vendor/twbs/bootstrap/site/assets/js/search.js | 46 +- vendor/twbs/bootstrap/site/assets/js/snippets.js | 154 + .../bootstrap/site/assets/js/vendor/anchor.min.js | 9 - .../site/assets/js/vendor/clipboard.min.js | 4 +- vendor/twbs/bootstrap/site/assets/scss/_ads.scss | 5 +- .../twbs/bootstrap/site/assets/scss/_algolia.scss | 92 - .../twbs/bootstrap/site/assets/scss/_anchor.scss | 16 +- vendor/twbs/bootstrap/site/assets/scss/_brand.scss | 4 +- .../twbs/bootstrap/site/assets/scss/_buttons.scss | 80 +- .../twbs/bootstrap/site/assets/scss/_callouts.scss | 30 +- .../bootstrap/site/assets/scss/_clipboard-js.scss | 37 +- .../site/assets/scss/_component-examples.scss | 285 +- .../twbs/bootstrap/site/assets/scss/_content.scss | 75 +- .../twbs/bootstrap/site/assets/scss/_layout.scss | 22 +- .../twbs/bootstrap/site/assets/scss/_masthead.scss | 90 +- .../twbs/bootstrap/site/assets/scss/_navbar.scss | 85 +- .../site/assets/scss/_placeholder-img.scss | 2 +- .../twbs/bootstrap/site/assets/scss/_search.scss | 121 + .../twbs/bootstrap/site/assets/scss/_sidebar.scss | 90 +- .../twbs/bootstrap/site/assets/scss/_subnav.scss | 79 - .../twbs/bootstrap/site/assets/scss/_syntax.scss | 183 +- vendor/twbs/bootstrap/site/assets/scss/_toc.scss | 45 + .../bootstrap/site/assets/scss/_variables.scss | 26 +- vendor/twbs/bootstrap/site/assets/scss/docs.scss | 7 +- .../bootstrap/site/content/docs/5.1/_index.html | 5 - .../bootstrap/site/content/docs/5.1/about/brand.md | 47 - .../site/content/docs/5.1/about/license.md | 34 - .../site/content/docs/5.1/about/overview.md | 29 - .../bootstrap/site/content/docs/5.1/about/team.md | 23 - .../site/content/docs/5.1/about/translations.md | 20 - .../site/content/docs/5.1/components/accordion.md | 157 - .../site/content/docs/5.1/components/alerts.md | 288 - .../site/content/docs/5.1/components/badge.md | 93 - .../site/content/docs/5.1/components/breadcrumb.md | 96 - .../content/docs/5.1/components/button-group.md | 268 - .../site/content/docs/5.1/components/buttons.md | 250 - .../site/content/docs/5.1/components/card.md | 729 - .../site/content/docs/5.1/components/carousel.md | 471 - .../content/docs/5.1/components/close-button.md | 38 - .../site/content/docs/5.1/components/collapse.md | 268 - .../site/content/docs/5.1/components/dropdowns.md | 1210 -- .../site/content/docs/5.1/components/list-group.md | 542 - .../site/content/docs/5.1/components/modal.md | 1014 -- .../site/content/docs/5.1/components/navbar.md | 734 - .../site/content/docs/5.1/components/navs-tabs.md | 680 - .../site/content/docs/5.1/components/offcanvas.md | 275 - .../site/content/docs/5.1/components/pagination.md | 167 - .../content/docs/5.1/components/placeholders.md | 144 - .../site/content/docs/5.1/components/popovers.md | 443 - .../site/content/docs/5.1/components/progress.md | 142 - .../site/content/docs/5.1/components/scrollspy.md | 367 - .../site/content/docs/5.1/components/spinners.md | 195 - .../site/content/docs/5.1/components/toasts.md | 468 - .../site/content/docs/5.1/components/tooltips.md | 471 - .../site/content/docs/5.1/content/figures.md | 33 - .../site/content/docs/5.1/content/images.md | 63 - .../site/content/docs/5.1/content/reboot.md | 469 - .../site/content/docs/5.1/content/tables.md | 789 - .../site/content/docs/5.1/content/typography.md | 320 - .../site/content/docs/5.1/customize/color.md | 150 - .../site/content/docs/5.1/customize/components.md | 77 - .../content/docs/5.1/customize/css-variables.md | 54 - .../site/content/docs/5.1/customize/optimize.md | 93 - .../site/content/docs/5.1/customize/options.md | 30 - .../site/content/docs/5.1/customize/overview.md | 51 - .../site/content/docs/5.1/customize/sass.md | 303 - .../site/content/docs/5.1/examples/.stylelintrc | 15 - .../site/content/docs/5.1/examples/_index.md | 36 - .../content/docs/5.1/examples/album-rtl/index.html | 209 - .../content/docs/5.1/examples/album/index.html | 208 - .../content/docs/5.1/examples/blog-rtl/index.html | 206 - .../site/content/docs/5.1/examples/blog/blog.css | 103 - .../content/docs/5.1/examples/blog/blog.rtl.css | 103 - .../site/content/docs/5.1/examples/blog/index.html | 258 - .../docs/5.1/examples/carousel-rtl/index.html | 167 - .../docs/5.1/examples/carousel/carousel.css | 93 - .../docs/5.1/examples/carousel/carousel.rtl.css | 89 - .../content/docs/5.1/examples/carousel/index.html | 166 - .../docs/5.1/examples/cheatsheet-rtl/index.html | 1605 -- .../docs/5.1/examples/cheatsheet/cheatsheet.css | 169 - .../docs/5.1/examples/cheatsheet/cheatsheet.js | 73 - .../5.1/examples/cheatsheet/cheatsheet.rtl.css | 162 - .../docs/5.1/examples/cheatsheet/index.html | 1589 -- .../docs/5.1/examples/checkout-rtl/index.html | 232 - .../docs/5.1/examples/checkout/form-validation.css | 3 - .../docs/5.1/examples/checkout/form-validation.js | 20 - .../content/docs/5.1/examples/checkout/index.html | 232 - .../site/content/docs/5.1/examples/cover/cover.css | 53 - .../content/docs/5.1/examples/cover/index.html | 34 - .../docs/5.1/examples/dashboard-rtl/dashboard.js | 53 - .../docs/5.1/examples/dashboard-rtl/index.html | 253 - .../docs/5.1/examples/dashboard/dashboard.css | 100 - .../docs/5.1/examples/dashboard/dashboard.js | 53 - .../docs/5.1/examples/dashboard/dashboard.rtl.css | 96 - .../content/docs/5.1/examples/dashboard/index.html | 252 - .../docs/5.1/examples/dropdowns/dropdowns.css | 89 - .../content/docs/5.1/examples/dropdowns/index.html | 339 - .../docs/5.1/examples/features/features.css | 61 - .../content/docs/5.1/examples/features/index.html | 288 - .../5.1/examples/features/unsplash-photo-1.jpg | Bin 10451 -> 0 bytes .../5.1/examples/features/unsplash-photo-2.jpg | Bin 113018 -> 0 bytes .../5.1/examples/features/unsplash-photo-3.jpg | Bin 40607 -> 0 bytes .../content/docs/5.1/examples/footers/footers.css | 12 - .../content/docs/5.1/examples/footers/index.html | 188 - .../site/content/docs/5.1/examples/grid/grid.css | 13 - .../site/content/docs/5.1/examples/grid/index.html | 188 - .../content/docs/5.1/examples/headers/headers.css | 32 - .../content/docs/5.1/examples/headers/index.html | 295 - .../docs/5.1/examples/heroes/bootstrap-docs.png | Bin 371399 -> 0 bytes .../docs/5.1/examples/heroes/bootstrap-themes.png | Bin 278159 -> 0 bytes .../content/docs/5.1/examples/heroes/heroes.css | 11 - .../content/docs/5.1/examples/heroes/index.html | 125 - .../content/docs/5.1/examples/jumbotron/index.html | 45 - .../docs/5.1/examples/list-groups/index.html | 186 - .../docs/5.1/examples/list-groups/list-groups.css | 61 - .../content/docs/5.1/examples/masonry/index.html | 105 - .../content/docs/5.1/examples/modals/index.html | 173 - .../content/docs/5.1/examples/modals/modals.css | 34 - .../docs/5.1/examples/navbar-bottom/index.html | 41 - .../docs/5.1/examples/navbar-fixed/index.html | 40 - .../5.1/examples/navbar-fixed/navbar-top-fixed.css | 5 - .../docs/5.1/examples/navbar-static/index.html | 40 - .../docs/5.1/examples/navbar-static/navbar-top.css | 4 - .../content/docs/5.1/examples/navbars/index.html | 416 - .../content/docs/5.1/examples/navbars/navbar.css | 7 - .../docs/5.1/examples/offcanvas-navbar/index.html | 140 - .../5.1/examples/offcanvas-navbar/offcanvas.css | 67 - .../5.1/examples/offcanvas-navbar/offcanvas.js | 7 - .../content/docs/5.1/examples/pricing/index.html | 187 - .../content/docs/5.1/examples/pricing/pricing.css | 11 - .../content/docs/5.1/examples/product/index.html | 148 - .../content/docs/5.1/examples/product/product.css | 69 - .../content/docs/5.1/examples/sidebars/index.html | 391 - .../docs/5.1/examples/sidebars/sidebars.css | 89 - .../content/docs/5.1/examples/sidebars/sidebars.js | 8 - .../content/docs/5.1/examples/sign-in/index.html | 32 - .../content/docs/5.1/examples/sign-in/signin.css | 39 - .../docs/5.1/examples/starter-template/index.html | 51 - .../examples/starter-template/starter-template.css | 18 - .../5.1/examples/sticky-footer-navbar/index.html | 52 - .../sticky-footer-navbar/sticky-footer-navbar.css | 7 - .../docs/5.1/examples/sticky-footer/index.html | 24 - .../5.1/examples/sticky-footer/sticky-footer.css | 9 - .../site/content/docs/5.1/forms/checks-radios.md | 277 - .../site/content/docs/5.1/forms/floating-labels.md | 108 - .../site/content/docs/5.1/forms/form-control.md | 150 - .../site/content/docs/5.1/forms/input-group.md | 316 - .../site/content/docs/5.1/forms/layout.md | 330 - .../site/content/docs/5.1/forms/overview.md | 154 - .../bootstrap/site/content/docs/5.1/forms/range.md | 49 - .../site/content/docs/5.1/forms/select.md | 81 - .../site/content/docs/5.1/forms/validation.md | 382 - .../docs/5.1/getting-started/accessibility.md | 62 - .../docs/5.1/getting-started/best-practices.md | 20 - .../docs/5.1/getting-started/browsers-devices.md | 124 - .../content/docs/5.1/getting-started/contents.md | 180 - .../content/docs/5.1/getting-started/contribute.md | 103 - .../content/docs/5.1/getting-started/download.md | 119 - .../docs/5.1/getting-started/introduction.md | 162 - .../content/docs/5.1/getting-started/javascript.md | 238 - .../content/docs/5.1/getting-started/parcel.md | 99 - .../site/content/docs/5.1/getting-started/rfs.md | 86 - .../site/content/docs/5.1/getting-started/rtl.md | 182 - .../content/docs/5.1/getting-started/webpack.md | 108 - .../site/content/docs/5.1/helpers/clearfix.md | 36 - .../site/content/docs/5.1/helpers/colored-links.md | 21 - .../site/content/docs/5.1/helpers/position.md | 42 - .../site/content/docs/5.1/helpers/ratio.md | 81 - .../site/content/docs/5.1/helpers/stacks.md | 84 - .../content/docs/5.1/helpers/stretched-link.md | 74 - .../content/docs/5.1/helpers/text-truncation.md | 23 - .../site/content/docs/5.1/helpers/vertical-rule.md | 44 - .../content/docs/5.1/helpers/visually-hidden.md | 29 - .../site/content/docs/5.1/layout/breakpoints.md | 204 - .../site/content/docs/5.1/layout/columns.md | 317 - .../site/content/docs/5.1/layout/containers.md | 176 - .../site/content/docs/5.1/layout/css-grid.md | 266 - .../bootstrap/site/content/docs/5.1/layout/grid.md | 526 - .../site/content/docs/5.1/layout/gutters.md | 165 - .../site/content/docs/5.1/layout/utilities.md | 25 - .../site/content/docs/5.1/layout/z-index.md | 16 - .../bootstrap/site/content/docs/5.1/migration.md | 385 - .../site/content/docs/5.1/utilities/api.md | 519 - .../site/content/docs/5.1/utilities/background.md | 124 - .../site/content/docs/5.1/utilities/borders.md | 99 - .../site/content/docs/5.1/utilities/colors.md | 113 - .../site/content/docs/5.1/utilities/display.md | 160 - .../site/content/docs/5.1/utilities/flex.md | 665 - .../site/content/docs/5.1/utilities/float.md | 48 - .../content/docs/5.1/utilities/interactions.md | 42 - .../site/content/docs/5.1/utilities/opacity.md | 30 - .../site/content/docs/5.1/utilities/overflow.md | 40 - .../site/content/docs/5.1/utilities/position.md | 130 - .../site/content/docs/5.1/utilities/shadows.md | 30 - .../site/content/docs/5.1/utilities/sizing.md | 60 - .../site/content/docs/5.1/utilities/spacing.md | 125 - .../site/content/docs/5.1/utilities/text.md | 154 - .../content/docs/5.1/utilities/vertical-align.md | 48 - .../site/content/docs/5.1/utilities/visibility.md | 37 - .../bootstrap/site/content/docs/5.2/_index.html | 5 + .../bootstrap/site/content/docs/5.2/about/brand.md | 47 + .../site/content/docs/5.2/about/license.md | 34 + .../site/content/docs/5.2/about/overview.md | 29 + .../bootstrap/site/content/docs/5.2/about/team.md | 23 + .../site/content/docs/5.2/about/translations.md | 20 + .../site/content/docs/5.2/components/accordion.md | 165 + .../site/content/docs/5.2/components/alerts.md | 257 + .../site/content/docs/5.2/components/badge.md | 103 + .../site/content/docs/5.2/components/breadcrumb.md | 111 + .../content/docs/5.2/components/button-group.md | 256 + .../site/content/docs/5.2/components/buttons.md | 242 + .../site/content/docs/5.2/components/card.md | 739 + .../site/content/docs/5.2/components/carousel.md | 379 + .../content/docs/5.2/components/close-button.md | 38 + .../site/content/docs/5.2/components/collapse.md | 198 + .../site/content/docs/5.2/components/dropdowns.md | 1124 ++ .../site/content/docs/5.2/components/list-group.md | 530 + .../site/content/docs/5.2/components/modal.md | 884 + .../site/content/docs/5.2/components/navbar.md | 805 + .../site/content/docs/5.2/components/navs-tabs.md | 720 + .../site/content/docs/5.2/components/offcanvas.md | 351 + .../site/content/docs/5.2/components/pagination.md | 177 + .../content/docs/5.2/components/placeholders.md | 145 + .../site/content/docs/5.2/components/popovers.md | 277 + .../site/content/docs/5.2/components/progress.md | 154 + .../site/content/docs/5.2/components/scrollspy.md | 425 + .../site/content/docs/5.2/components/spinners.md | 213 + .../site/content/docs/5.2/components/toasts.md | 401 + .../site/content/docs/5.2/components/tooltips.md | 301 + .../site/content/docs/5.2/content/figures.md | 33 + .../site/content/docs/5.2/content/images.md | 63 + .../site/content/docs/5.2/content/reboot.md | 446 + .../site/content/docs/5.2/content/tables.md | 835 + .../site/content/docs/5.2/content/typography.md | 286 + .../site/content/docs/5.2/customize/color.md | 151 + .../site/content/docs/5.2/customize/components.md | 77 + .../content/docs/5.2/customize/css-variables.md | 60 + .../site/content/docs/5.2/customize/optimize.md | 95 + .../site/content/docs/5.2/customize/options.md | 31 + .../site/content/docs/5.2/customize/overview.md | 51 + .../site/content/docs/5.2/customize/sass.md | 311 + .../site/content/docs/5.2/examples/.stylelintrc | 15 + .../site/content/docs/5.2/examples/_index.md | 45 + .../content/docs/5.2/examples/album-rtl/index.html | 209 + .../content/docs/5.2/examples/album/index.html | 208 + .../content/docs/5.2/examples/blog-rtl/index.html | 206 + .../site/content/docs/5.2/examples/blog/blog.css | 69 + .../content/docs/5.2/examples/blog/blog.rtl.css | 69 + .../site/content/docs/5.2/examples/blog/index.html | 258 + .../docs/5.2/examples/carousel-rtl/index.html | 167 + .../docs/5.2/examples/carousel/carousel.css | 82 + .../docs/5.2/examples/carousel/carousel.rtl.css | 74 + .../content/docs/5.2/examples/carousel/index.html | 166 + .../docs/5.2/examples/cheatsheet-rtl/index.html | 1609 ++ .../docs/5.2/examples/cheatsheet/cheatsheet.css | 164 + .../docs/5.2/examples/cheatsheet/cheatsheet.js | 73 + .../5.2/examples/cheatsheet/cheatsheet.rtl.css | 157 + .../docs/5.2/examples/cheatsheet/index.html | 1593 ++ .../docs/5.2/examples/checkout-rtl/index.html | 232 + .../docs/5.2/examples/checkout/form-validation.css | 3 + .../docs/5.2/examples/checkout/form-validation.js | 19 + .../content/docs/5.2/examples/checkout/index.html | 232 + .../site/content/docs/5.2/examples/cover/cover.css | 50 + .../content/docs/5.2/examples/cover/index.html | 34 + .../docs/5.2/examples/dashboard-rtl/dashboard.js | 53 + .../docs/5.2/examples/dashboard-rtl/index.html | 253 + .../docs/5.2/examples/dashboard/dashboard.css | 92 + .../docs/5.2/examples/dashboard/dashboard.js | 53 + .../docs/5.2/examples/dashboard/dashboard.rtl.css | 88 + .../content/docs/5.2/examples/dashboard/index.html | 252 + .../docs/5.2/examples/dropdowns/dropdowns.css | 79 + .../content/docs/5.2/examples/dropdowns/index.html | 338 + .../docs/5.2/examples/features/features.css | 31 + .../content/docs/5.2/examples/features/index.html | 288 + .../5.2/examples/features/unsplash-photo-1.jpg | Bin 0 -> 10451 bytes .../5.2/examples/features/unsplash-photo-2.jpg | Bin 0 -> 113018 bytes .../5.2/examples/features/unsplash-photo-3.jpg | Bin 0 -> 40607 bytes .../content/docs/5.2/examples/footers/index.html | 186 + .../site/content/docs/5.2/examples/grid/grid.css | 13 + .../site/content/docs/5.2/examples/grid/index.html | 188 + .../content/docs/5.2/examples/headers/headers.css | 15 + .../content/docs/5.2/examples/headers/index.html | 295 + .../docs/5.2/examples/heroes/bootstrap-docs.png | Bin 0 -> 371399 bytes .../docs/5.2/examples/heroes/bootstrap-themes.png | Bin 0 -> 278159 bytes .../content/docs/5.2/examples/heroes/heroes.css | 3 + .../content/docs/5.2/examples/heroes/index.html | 125 + .../content/docs/5.2/examples/jumbotron/index.html | 45 + .../docs/5.2/examples/list-groups/index.html | 222 + .../docs/5.2/examples/list-groups/list-groups.css | 61 + .../content/docs/5.2/examples/masonry/index.html | 105 + .../content/docs/5.2/examples/modals/index.html | 173 + .../content/docs/5.2/examples/modals/modals.css | 15 + .../docs/5.2/examples/navbar-bottom/index.html | 41 + .../docs/5.2/examples/navbar-fixed/index.html | 40 + .../5.2/examples/navbar-fixed/navbar-top-fixed.css | 5 + .../docs/5.2/examples/navbar-static/index.html | 40 + .../docs/5.2/examples/navbar-static/navbar-top.css | 4 + .../docs/5.2/examples/navbars-offcanvas/index.html | 147 + .../docs/5.2/examples/navbars-offcanvas/navbar.css | 7 + .../content/docs/5.2/examples/navbars/index.html | 416 + .../content/docs/5.2/examples/navbars/navbar.css | 7 + .../docs/5.2/examples/offcanvas-navbar/index.html | 140 + .../5.2/examples/offcanvas-navbar/offcanvas.css | 52 + .../5.2/examples/offcanvas-navbar/offcanvas.js | 7 + .../content/docs/5.2/examples/pricing/index.html | 187 + .../content/docs/5.2/examples/pricing/pricing.css | 11 + .../content/docs/5.2/examples/product/index.html | 148 + .../content/docs/5.2/examples/product/product.css | 69 + .../content/docs/5.2/examples/sidebars/index.html | 391 + .../docs/5.2/examples/sidebars/sidebars.css | 59 + .../content/docs/5.2/examples/sidebars/sidebars.js | 8 + .../content/docs/5.2/examples/sign-in/index.html | 32 + .../content/docs/5.2/examples/sign-in/signin.css | 33 + .../docs/5.2/examples/starter-template/index.html | 52 + .../examples/starter-template/starter-template.css | 9 + .../5.2/examples/sticky-footer-navbar/index.html | 52 + .../sticky-footer-navbar/sticky-footer-navbar.css | 7 + .../docs/5.2/examples/sticky-footer/index.html | 24 + .../5.2/examples/sticky-footer/sticky-footer.css | 9 + .../site/content/docs/5.2/forms/checks-radios.md | 307 + .../site/content/docs/5.2/forms/floating-labels.md | 152 + .../site/content/docs/5.2/forms/form-control.md | 152 + .../site/content/docs/5.2/forms/input-group.md | 316 + .../site/content/docs/5.2/forms/layout.md | 329 + .../site/content/docs/5.2/forms/overview.md | 154 + .../bootstrap/site/content/docs/5.2/forms/range.md | 49 + .../site/content/docs/5.2/forms/select.md | 81 + .../site/content/docs/5.2/forms/validation.md | 380 + .../docs/5.2/getting-started/accessibility.md | 62 + .../docs/5.2/getting-started/best-practices.md | 20 + .../docs/5.2/getting-started/browsers-devices.md | 79 + .../content/docs/5.2/getting-started/contents.md | 109 + .../content/docs/5.2/getting-started/contribute.md | 67 + .../content/docs/5.2/getting-started/download.md | 119 + .../docs/5.2/getting-started/introduction.md | 162 + .../content/docs/5.2/getting-started/javascript.md | 337 + .../content/docs/5.2/getting-started/parcel.md | 158 + .../site/content/docs/5.2/getting-started/rfs.md | 86 + .../site/content/docs/5.2/getting-started/rtl.md | 182 + .../site/content/docs/5.2/getting-started/vite.md | 197 + .../content/docs/5.2/getting-started/webpack.md | 234 + .../site/content/docs/5.2/helpers/clearfix.md | 36 + .../content/docs/5.2/helpers/color-background.md | 52 + .../site/content/docs/5.2/helpers/colored-links.md | 21 + .../site/content/docs/5.2/helpers/position.md | 63 + .../site/content/docs/5.2/helpers/ratio.md | 81 + .../site/content/docs/5.2/helpers/stacks.md | 85 + .../content/docs/5.2/helpers/stretched-link.md | 74 + .../content/docs/5.2/helpers/text-truncation.md | 23 + .../site/content/docs/5.2/helpers/vertical-rule.md | 45 + .../content/docs/5.2/helpers/visually-hidden.md | 29 + .../site/content/docs/5.2/layout/breakpoints.md | 174 + .../site/content/docs/5.2/layout/columns.md | 317 + .../site/content/docs/5.2/layout/containers.md | 91 + .../site/content/docs/5.2/layout/css-grid.md | 267 + .../bootstrap/site/content/docs/5.2/layout/grid.md | 528 + .../site/content/docs/5.2/layout/gutters.md | 165 + .../site/content/docs/5.2/layout/utilities.md | 25 + .../site/content/docs/5.2/layout/z-index.md | 16 + .../bootstrap/site/content/docs/5.2/migration.md | 504 + .../site/content/docs/5.2/utilities/api.md | 616 + .../site/content/docs/5.2/utilities/background.md | 124 + .../site/content/docs/5.2/utilities/borders.md | 164 + .../site/content/docs/5.2/utilities/colors.md | 113 + .../site/content/docs/5.2/utilities/display.md | 112 + .../site/content/docs/5.2/utilities/flex.md | 666 + .../site/content/docs/5.2/utilities/float.md | 48 + .../content/docs/5.2/utilities/interactions.md | 42 + .../site/content/docs/5.2/utilities/opacity.md | 31 + .../site/content/docs/5.2/utilities/overflow.md | 40 + .../site/content/docs/5.2/utilities/position.md | 130 + .../site/content/docs/5.2/utilities/shadows.md | 30 + .../site/content/docs/5.2/utilities/sizing.md | 60 + .../site/content/docs/5.2/utilities/spacing.md | 127 + .../site/content/docs/5.2/utilities/text.md | 155 + .../content/docs/5.2/utilities/vertical-align.md | 48 + .../site/content/docs/5.2/utilities/visibility.md | 37 + .../twbs/bootstrap/site/content/docs/_index.html | 2 +- vendor/twbs/bootstrap/site/data/docs-versions.yml | 3 +- vendor/twbs/bootstrap/site/data/examples.yml | 2 + vendor/twbs/bootstrap/site/data/icons.yml | 10 +- vendor/twbs/bootstrap/site/data/plugins.yml | 47 + vendor/twbs/bootstrap/site/data/sidebar.yml | 28 +- vendor/twbs/bootstrap/site/data/translations.yml | 12 +- .../layouts/_default/_markup/render-heading.html | 5 + .../bootstrap/site/layouts/_default/baseof.html | 1 + .../twbs/bootstrap/site/layouts/_default/docs.html | 39 +- .../bootstrap/site/layouts/_default/examples.html | 37 + .../bootstrap/site/layouts/_default/single.html | 19 +- .../bootstrap/site/layouts/partials/analytics.html | 2 + .../callout-warning-data-bs-title-vs-title.md | 1 + .../site/layouts/partials/docs-navbar.html | 131 +- .../site/layouts/partials/docs-sidebar.html | 37 +- .../site/layouts/partials/docs-subnav.html | 14 - .../site/layouts/partials/docs-versions.html | 44 +- .../bootstrap/site/layouts/partials/favicons.html | 4 +- .../bootstrap/site/layouts/partials/footer.html | 7 +- .../site/layouts/partials/guide-footer.md | 3 + .../bootstrap/site/layouts/partials/header.html | 4 + .../layouts/partials/home/masthead-followup.html | 361 +- .../site/layouts/partials/home/masthead.html | 50 +- .../bootstrap/site/layouts/partials/icons.html | 72 + .../site/layouts/partials/js-data-attributes.md | 3 + .../bootstrap/site/layouts/partials/scripts.html | 54 +- .../site/layouts/partials/stylesheet.html | 5 +- .../site/layouts/shortcodes/added-in.html | 5 + .../site/layouts/shortcodes/bs-table.html | 3 +- .../bootstrap/site/layouts/shortcodes/example.html | 43 +- .../docs/5.1/assets/brand/bootstrap-logo-black.svg | 1 - .../5.1/assets/brand/bootstrap-logo-shadow.png | Bin 48625 -> 0 bytes .../docs/5.1/assets/brand/bootstrap-logo-white.svg | 1 - .../docs/5.1/assets/brand/bootstrap-logo.svg | 1 - .../5.1/assets/brand/bootstrap-social-logo.png | Bin 145590 -> 0 bytes .../docs/5.1/assets/brand/bootstrap-social.png | Bin 54961 -> 0 bytes .../static/docs/5.1/assets/img/bootstrap-icons.png | Bin 40798 -> 0 bytes .../docs/5.1/assets/img/bootstrap-icons@2x.png | Bin 125571 -> 0 bytes .../5.1/assets/img/bootstrap-themes-collage.png | Bin 74829 -> 0 bytes .../5.1/assets/img/bootstrap-themes-collage@2x.png | Bin 244640 -> 0 bytes .../docs/5.1/assets/img/bootstrap-themes.png | Bin 88695 -> 0 bytes .../docs/5.1/assets/img/bootstrap-themes@2x.png | Bin 278159 -> 0 bytes .../docs/5.1/assets/img/examples/album-rtl.png | Bin 6392 -> 0 bytes .../docs/5.1/assets/img/examples/album-rtl@2x.png | Bin 15450 -> 0 bytes .../static/docs/5.1/assets/img/examples/album.png | Bin 10760 -> 0 bytes .../docs/5.1/assets/img/examples/album@2x.png | Bin 25026 -> 0 bytes .../docs/5.1/assets/img/examples/blog-rtl.png | Bin 12545 -> 0 bytes .../docs/5.1/assets/img/examples/blog-rtl@2x.png | Bin 31035 -> 0 bytes .../static/docs/5.1/assets/img/examples/blog.png | Bin 15245 -> 0 bytes .../docs/5.1/assets/img/examples/blog@2x.png | Bin 36944 -> 0 bytes .../docs/5.1/assets/img/examples/carousel-rtl.png | Bin 10344 -> 0 bytes .../5.1/assets/img/examples/carousel-rtl@2x.png | Bin 24535 -> 0 bytes .../docs/5.1/assets/img/examples/carousel.png | Bin 13314 -> 0 bytes .../docs/5.1/assets/img/examples/carousel@2x.png | Bin 31465 -> 0 bytes .../5.1/assets/img/examples/cheatsheet-rtl.png | Bin 6089 -> 0 bytes .../5.1/assets/img/examples/cheatsheet-rtl@2x.png | Bin 13863 -> 0 bytes .../docs/5.1/assets/img/examples/cheatsheet.png | Bin 8132 -> 0 bytes .../docs/5.1/assets/img/examples/cheatsheet@2x.png | Bin 19324 -> 0 bytes .../docs/5.1/assets/img/examples/checkout-rtl.png | Bin 8848 -> 0 bytes .../5.1/assets/img/examples/checkout-rtl@2x.png | Bin 21965 -> 0 bytes .../docs/5.1/assets/img/examples/checkout.png | Bin 7639 -> 0 bytes .../docs/5.1/assets/img/examples/checkout@2x.png | Bin 19105 -> 0 bytes .../static/docs/5.1/assets/img/examples/cover.png | Bin 7240 -> 0 bytes .../docs/5.1/assets/img/examples/cover@2x.png | Bin 17927 -> 0 bytes .../docs/5.1/assets/img/examples/dashboard-rtl.png | Bin 8261 -> 0 bytes .../5.1/assets/img/examples/dashboard-rtl@2x.png | Bin 19399 -> 0 bytes .../docs/5.1/assets/img/examples/dashboard.png | Bin 11914 -> 0 bytes .../docs/5.1/assets/img/examples/dashboard@2x.png | Bin 26556 -> 0 bytes .../docs/5.1/assets/img/examples/dropdowns.png | Bin 6146 -> 0 bytes .../docs/5.1/assets/img/examples/dropdowns@2x.png | Bin 15203 -> 0 bytes .../docs/5.1/assets/img/examples/features.png | Bin 6067 -> 0 bytes .../docs/5.1/assets/img/examples/features@2x.png | Bin 15002 -> 0 bytes .../docs/5.1/assets/img/examples/footers.png | Bin 4324 -> 0 bytes .../docs/5.1/assets/img/examples/footers@2x.png | Bin 10238 -> 0 bytes .../static/docs/5.1/assets/img/examples/grid.png | Bin 14485 -> 0 bytes .../docs/5.1/assets/img/examples/grid@2x.png | Bin 34834 -> 0 bytes .../docs/5.1/assets/img/examples/headers.png | Bin 5197 -> 0 bytes .../docs/5.1/assets/img/examples/headers@2x.png | Bin 12639 -> 0 bytes .../static/docs/5.1/assets/img/examples/heroes.png | Bin 9017 -> 0 bytes .../docs/5.1/assets/img/examples/heroes@2x.png | Bin 23433 -> 0 bytes .../docs/5.1/assets/img/examples/jumbotron.png | Bin 9155 -> 0 bytes .../docs/5.1/assets/img/examples/jumbotron@2x.png | Bin 23316 -> 0 bytes .../docs/5.1/assets/img/examples/list-groups.png | Bin 7134 -> 0 bytes .../5.1/assets/img/examples/list-groups@2x.png | Bin 17804 -> 0 bytes .../docs/5.1/assets/img/examples/masonry.png | Bin 15253 -> 0 bytes .../docs/5.1/assets/img/examples/masonry@2x.png | Bin 37733 -> 0 bytes .../static/docs/5.1/assets/img/examples/modals.png | Bin 4814 -> 0 bytes .../docs/5.1/assets/img/examples/modals@2x.png | Bin 11689 -> 0 bytes .../docs/5.1/assets/img/examples/navbar-bottom.png | Bin 4873 -> 0 bytes .../5.1/assets/img/examples/navbar-bottom@2x.png | Bin 11666 -> 0 bytes .../docs/5.1/assets/img/examples/navbar-fixed.png | Bin 5911 -> 0 bytes .../5.1/assets/img/examples/navbar-fixed@2x.png | Bin 14103 -> 0 bytes .../docs/5.1/assets/img/examples/navbar-static.png | Bin 6624 -> 0 bytes .../5.1/assets/img/examples/navbar-static@2x.png | Bin 15155 -> 0 bytes .../docs/5.1/assets/img/examples/navbars.png | Bin 13126 -> 0 bytes .../docs/5.1/assets/img/examples/navbars@2x.png | Bin 31168 -> 0 bytes .../5.1/assets/img/examples/offcanvas-navbar.png | Bin 9691 -> 0 bytes .../assets/img/examples/offcanvas-navbar@2x.png | Bin 23975 -> 0 bytes .../docs/5.1/assets/img/examples/pricing.png | Bin 11621 -> 0 bytes .../docs/5.1/assets/img/examples/pricing@2x.png | Bin 29088 -> 0 bytes .../docs/5.1/assets/img/examples/product.png | Bin 12906 -> 0 bytes .../docs/5.1/assets/img/examples/product@2x.png | Bin 27953 -> 0 bytes .../docs/5.1/assets/img/examples/sidebars.png | Bin 12287 -> 0 bytes .../docs/5.1/assets/img/examples/sidebars@2x.png | Bin 33499 -> 0 bytes .../docs/5.1/assets/img/examples/sign-in.png | Bin 2199 -> 0 bytes .../docs/5.1/assets/img/examples/sign-in@2x.png | Bin 4568 -> 0 bytes .../5.1/assets/img/examples/starter-template.png | Bin 7753 -> 0 bytes .../assets/img/examples/starter-template@2x.png | Bin 20134 -> 0 bytes .../assets/img/examples/sticky-footer-navbar.png | Bin 6979 -> 0 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 15836 -> 0 bytes .../docs/5.1/assets/img/examples/sticky-footer.png | Bin 4280 -> 0 bytes .../5.1/assets/img/examples/sticky-footer@2x.png | Bin 9665 -> 0 bytes .../assets/img/favicons/android-chrome-192x192.png | Bin 8364 -> 0 bytes .../assets/img/favicons/android-chrome-512x512.png | Bin 23832 -> 0 bytes .../5.1/assets/img/favicons/apple-touch-icon.png | Bin 7650 -> 0 bytes .../docs/5.1/assets/img/favicons/favicon-16x16.png | Bin 529 -> 0 bytes .../docs/5.1/assets/img/favicons/favicon-32x32.png | Bin 1159 -> 0 bytes .../docs/5.1/assets/img/favicons/manifest.json | 20 - .../5.1/assets/img/favicons/safari-pinned-tab.svg | 1 - .../static/docs/5.1/assets/js/validate-forms.js | 20 - .../docs/5.2/assets/brand/bootstrap-logo-black.svg | 1 + .../5.2/assets/brand/bootstrap-logo-shadow.png | Bin 0 -> 48625 bytes .../docs/5.2/assets/brand/bootstrap-logo-white.svg | 1 + .../docs/5.2/assets/brand/bootstrap-logo.svg | 1 + .../5.2/assets/brand/bootstrap-social-logo.png | Bin 0 -> 145590 bytes .../docs/5.2/assets/brand/bootstrap-social.png | Bin 0 -> 54961 bytes .../static/docs/5.2/assets/img/bootstrap-icons.png | Bin 0 -> 40798 bytes .../docs/5.2/assets/img/bootstrap-icons@2x.png | Bin 0 -> 125571 bytes .../5.2/assets/img/bootstrap-themes-collage.png | Bin 0 -> 74829 bytes .../5.2/assets/img/bootstrap-themes-collage@2x.png | Bin 0 -> 244640 bytes .../docs/5.2/assets/img/bootstrap-themes.png | Bin 0 -> 88695 bytes .../docs/5.2/assets/img/bootstrap-themes@2x.png | Bin 0 -> 278159 bytes .../docs/5.2/assets/img/examples/album-rtl.png | Bin 0 -> 6392 bytes .../docs/5.2/assets/img/examples/album-rtl@2x.png | Bin 0 -> 15450 bytes .../static/docs/5.2/assets/img/examples/album.png | Bin 0 -> 10760 bytes .../docs/5.2/assets/img/examples/album@2x.png | Bin 0 -> 25026 bytes .../docs/5.2/assets/img/examples/blog-rtl.png | Bin 0 -> 12545 bytes .../docs/5.2/assets/img/examples/blog-rtl@2x.png | Bin 0 -> 31035 bytes .../static/docs/5.2/assets/img/examples/blog.png | Bin 0 -> 15245 bytes .../docs/5.2/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../docs/5.2/assets/img/examples/carousel-rtl.png | Bin 0 -> 10344 bytes .../5.2/assets/img/examples/carousel-rtl@2x.png | Bin 0 -> 24535 bytes .../docs/5.2/assets/img/examples/carousel.png | Bin 0 -> 13314 bytes .../docs/5.2/assets/img/examples/carousel@2x.png | Bin 0 -> 31465 bytes .../5.2/assets/img/examples/cheatsheet-rtl.png | Bin 0 -> 6089 bytes .../5.2/assets/img/examples/cheatsheet-rtl@2x.png | Bin 0 -> 13863 bytes .../docs/5.2/assets/img/examples/cheatsheet.png | Bin 0 -> 8132 bytes .../docs/5.2/assets/img/examples/cheatsheet@2x.png | Bin 0 -> 19324 bytes .../docs/5.2/assets/img/examples/checkout-rtl.png | Bin 0 -> 8848 bytes .../5.2/assets/img/examples/checkout-rtl@2x.png | Bin 0 -> 21965 bytes .../docs/5.2/assets/img/examples/checkout.png | Bin 0 -> 7639 bytes .../docs/5.2/assets/img/examples/checkout@2x.png | Bin 0 -> 19105 bytes .../static/docs/5.2/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/5.2/assets/img/examples/cover@2x.png | Bin 0 -> 17927 bytes .../docs/5.2/assets/img/examples/dashboard-rtl.png | Bin 0 -> 8261 bytes .../5.2/assets/img/examples/dashboard-rtl@2x.png | Bin 0 -> 19399 bytes .../docs/5.2/assets/img/examples/dashboard.png | Bin 0 -> 11914 bytes .../docs/5.2/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../docs/5.2/assets/img/examples/dropdowns.png | Bin 0 -> 6146 bytes .../docs/5.2/assets/img/examples/dropdowns@2x.png | Bin 0 -> 15203 bytes .../docs/5.2/assets/img/examples/features.png | Bin 0 -> 6067 bytes .../docs/5.2/assets/img/examples/features@2x.png | Bin 0 -> 15002 bytes .../docs/5.2/assets/img/examples/footers.png | Bin 0 -> 4324 bytes .../docs/5.2/assets/img/examples/footers@2x.png | Bin 0 -> 10238 bytes .../static/docs/5.2/assets/img/examples/grid.png | Bin 0 -> 14485 bytes .../docs/5.2/assets/img/examples/grid@2x.png | Bin 0 -> 34834 bytes .../docs/5.2/assets/img/examples/headers.png | Bin 0 -> 5197 bytes .../docs/5.2/assets/img/examples/headers@2x.png | Bin 0 -> 12639 bytes .../static/docs/5.2/assets/img/examples/heroes.png | Bin 0 -> 9017 bytes .../docs/5.2/assets/img/examples/heroes@2x.png | Bin 0 -> 23433 bytes .../docs/5.2/assets/img/examples/jumbotron.png | Bin 0 -> 9155 bytes .../docs/5.2/assets/img/examples/jumbotron@2x.png | Bin 0 -> 23316 bytes .../docs/5.2/assets/img/examples/list-groups.png | Bin 0 -> 7134 bytes .../5.2/assets/img/examples/list-groups@2x.png | Bin 0 -> 17804 bytes .../docs/5.2/assets/img/examples/masonry.png | Bin 0 -> 15253 bytes .../docs/5.2/assets/img/examples/masonry@2x.png | Bin 0 -> 37733 bytes .../static/docs/5.2/assets/img/examples/modals.png | Bin 0 -> 4814 bytes .../docs/5.2/assets/img/examples/modals@2x.png | Bin 0 -> 11689 bytes .../docs/5.2/assets/img/examples/navbar-bottom.png | Bin 0 -> 4873 bytes .../5.2/assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11666 bytes .../docs/5.2/assets/img/examples/navbar-fixed.png | Bin 0 -> 5911 bytes .../5.2/assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 14103 bytes .../docs/5.2/assets/img/examples/navbar-static.png | Bin 0 -> 6624 bytes .../5.2/assets/img/examples/navbar-static@2x.png | Bin 0 -> 15155 bytes .../5.2/assets/img/examples/navbars-offcanvas.png | Bin 0 -> 6864 bytes .../assets/img/examples/navbars-offcanvas@2x.png | Bin 0 -> 17070 bytes .../docs/5.2/assets/img/examples/navbars.png | Bin 0 -> 13126 bytes .../docs/5.2/assets/img/examples/navbars@2x.png | Bin 0 -> 31168 bytes .../5.2/assets/img/examples/offcanvas-navbar.png | Bin 0 -> 9691 bytes .../assets/img/examples/offcanvas-navbar@2x.png | Bin 0 -> 23975 bytes .../docs/5.2/assets/img/examples/pricing.png | Bin 0 -> 11621 bytes .../docs/5.2/assets/img/examples/pricing@2x.png | Bin 0 -> 29088 bytes .../docs/5.2/assets/img/examples/product.png | Bin 0 -> 12906 bytes .../docs/5.2/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/5.2/assets/img/examples/sidebars.png | Bin 0 -> 12287 bytes .../docs/5.2/assets/img/examples/sidebars@2x.png | Bin 0 -> 33499 bytes .../docs/5.2/assets/img/examples/sign-in.png | Bin 0 -> 2199 bytes .../docs/5.2/assets/img/examples/sign-in@2x.png | Bin 0 -> 4568 bytes .../5.2/assets/img/examples/starter-template.png | Bin 0 -> 7753 bytes .../assets/img/examples/starter-template@2x.png | Bin 0 -> 20134 bytes .../assets/img/examples/sticky-footer-navbar.png | Bin 0 -> 6979 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 0 -> 15836 bytes .../docs/5.2/assets/img/examples/sticky-footer.png | Bin 0 -> 4280 bytes .../5.2/assets/img/examples/sticky-footer@2x.png | Bin 0 -> 9665 bytes .../assets/img/favicons/android-chrome-192x192.png | Bin 0 -> 8364 bytes .../assets/img/favicons/android-chrome-512x512.png | Bin 0 -> 23832 bytes .../5.2/assets/img/favicons/apple-touch-icon.png | Bin 0 -> 7650 bytes .../docs/5.2/assets/img/favicons/favicon-16x16.png | Bin 0 -> 525 bytes .../docs/5.2/assets/img/favicons/favicon-32x32.png | Bin 0 -> 1159 bytes .../docs/5.2/assets/img/favicons/manifest.json | 20 + .../5.2/assets/img/favicons/safari-pinned-tab.svg | 1 + .../5.2/assets/img/guides/bootstrap-parcel.png | Bin 0 -> 161826 bytes .../5.2/assets/img/guides/bootstrap-parcel@2x.png | Bin 0 -> 564766 bytes .../docs/5.2/assets/img/guides/bootstrap-vite.png | Bin 0 -> 169189 bytes .../5.2/assets/img/guides/bootstrap-vite@2x.png | Bin 0 -> 558538 bytes .../5.2/assets/img/guides/bootstrap-webpack.png | Bin 0 -> 169872 bytes .../5.2/assets/img/guides/bootstrap-webpack@2x.png | Bin 0 -> 572482 bytes .../img/guides/parcel-dev-server-bootstrap.png | Bin 0 -> 102674 bytes .../5.2/assets/img/guides/parcel-dev-server.png | Bin 0 -> 75744 bytes .../img/guides/vite-dev-server-bootstrap.png | Bin 0 -> 75894 bytes .../docs/5.2/assets/img/guides/vite-dev-server.png | Bin 0 -> 74851 bytes .../img/guides/webpack-dev-server-bootstrap.png | Bin 0 -> 77318 bytes .../5.2/assets/img/guides/webpack-dev-server.png | Bin 0 -> 76154 bytes .../site/static/docs/5.2/assets/img/parcel.png | Bin 0 -> 6126 bytes .../site/static/docs/5.2/assets/img/vite.png | Bin 0 -> 4072 bytes .../site/static/docs/5.2/assets/img/webpack.png | Bin 0 -> 1906 bytes .../static/docs/5.2/assets/js/validate-forms.js | 19 + 831 files changed, 64425 insertions(+), 59839 deletions(-) create mode 100644 vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml create mode 100644 vendor/twbs/bootstrap/.github/workflows/cspell.yml create mode 100644 vendor/twbs/bootstrap/.github/workflows/issue-close-require.yml create mode 100644 vendor/twbs/bootstrap/.github/workflows/issue-labeled.yml delete mode 100644 vendor/twbs/bootstrap/build/svgo.yml create mode 100644 vendor/twbs/bootstrap/js/dist/util/backdrop.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/backdrop.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/component-functions.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/component-functions.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/config.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/config.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/focustrap.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/focustrap.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/index.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/index.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/sanitizer.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/sanitizer.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/scrollbar.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/scrollbar.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/swipe.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/swipe.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/util/template-factory.js create mode 100644 vendor/twbs/bootstrap/js/dist/util/template-factory.js.map create mode 100644 vendor/twbs/bootstrap/js/src/util/config.js create mode 100644 vendor/twbs/bootstrap/js/src/util/swipe.js create mode 100644 vendor/twbs/bootstrap/js/src/util/template-factory.js create mode 100644 vendor/twbs/bootstrap/scss/_maps.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_color-bg.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_banner.scss create mode 100644 vendor/twbs/bootstrap/site/assets/js/code-examples.js create mode 100644 vendor/twbs/bootstrap/site/assets/js/snippets.js delete mode 100644 vendor/twbs/bootstrap/site/assets/js/vendor/anchor.min.js delete mode 100644 vendor/twbs/bootstrap/site/assets/scss/_algolia.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_search.scss delete mode 100644 vendor/twbs/bootstrap/site/assets/scss/_subnav.scss delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/_index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/brand.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/license.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/overview.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/translations.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/accordion.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/alerts.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/badge.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/breadcrumb.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/button-group.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/buttons.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/card.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/carousel.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/close-button.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/collapse.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/dropdowns.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/list-group.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/modal.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/navbar.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/navs-tabs.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/offcanvas.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/pagination.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/placeholders.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/popovers.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/progress.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/scrollspy.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/spinners.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/toasts.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/tooltips.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/figures.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/images.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/reboot.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/tables.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/typography.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/color.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/components.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/css-variables.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/optimize.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/options.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/overview.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/sass.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/.stylelintrc delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/_index.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/album-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/album/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog/blog.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog/blog.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel/carousel.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel/carousel.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/cheatsheet.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/cheatsheet.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout/form-validation.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout/form-validation.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cover/cover.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cover/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard-rtl/dashboard.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/dashboard.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/dashboard.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/dashboard.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dropdowns/dropdowns.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dropdowns/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/features.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/unsplash-photo-1.jpg delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/unsplash-photo-2.jpg delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/unsplash-photo-3.jpg delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/footers/footers.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/footers/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/grid/grid.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/grid/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/headers/headers.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/headers/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/bootstrap-docs.png delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/bootstrap-themes.png delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/heroes.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/jumbotron/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/list-groups/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/list-groups/list-groups.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/masonry/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/modals/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/modals/modals.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-bottom/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-fixed/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/navbar-top.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbars/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbars/navbar.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/offcanvas-navbar/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/pricing.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/product/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/product/product.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sign-in/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sign-in/signin.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/starter-template/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/starter-template/starter-template.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer-navbar/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer/sticky-footer.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/checks-radios.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/floating-labels.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/input-group.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/layout.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/overview.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/range.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/select.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/validation.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/accessibility.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/best-practices.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/browsers-devices.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/contents.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/contribute.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/download.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/introduction.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/javascript.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/parcel.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/rfs.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/rtl.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/webpack.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/clearfix.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/colored-links.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/ratio.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/stacks.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/stretched-link.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/vertical-rule.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/visually-hidden.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/breakpoints.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/columns.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/containers.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/css-grid.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/grid.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/gutters.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/utilities.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/z-index.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/migration.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/api.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/background.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/borders.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/colors.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/display.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/flex.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/float.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/interactions.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/opacity.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/overflow.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/position.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/shadows.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/sizing.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/spacing.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/text.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/vertical-align.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/visibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/_index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/about/brand.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/about/license.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/about/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/about/team.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/about/translations.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/accordion.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/alerts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/badge.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/breadcrumb.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/button-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/buttons.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/carousel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/close-button.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/collapse.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/dropdowns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/list-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/modal.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/navbar.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/navs-tabs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/offcanvas.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/pagination.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/placeholders.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/popovers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/progress.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/scrollspy.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/spinners.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/toasts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/components/tooltips.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/content/figures.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/content/images.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/content/reboot.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/content/tables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/content/typography.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/color.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/components.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/css-variables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/optimize.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/options.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/customize/sass.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/.stylelintrc create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/_index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/album-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/album/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/blog-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/blog/blog.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/blog/blog.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/blog/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/carousel-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/carousel/carousel.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/carousel/carousel.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/carousel/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cheatsheet-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cheatsheet/cheatsheet.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cheatsheet/cheatsheet.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cheatsheet/cheatsheet.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cheatsheet/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/checkout-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/checkout/form-validation.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/checkout/form-validation.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/checkout/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cover/cover.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/cover/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dashboard-rtl/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dashboard-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dashboard/dashboard.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dashboard/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dashboard/dashboard.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dashboard/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dropdowns/dropdowns.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/dropdowns/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/features/features.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/features/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/features/unsplash-photo-1.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/features/unsplash-photo-2.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/features/unsplash-photo-3.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/footers/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/grid/grid.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/grid/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/headers/headers.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/headers/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/heroes/bootstrap-docs.png create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/heroes/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/heroes/heroes.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/heroes/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/jumbotron/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/list-groups/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/list-groups/list-groups.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/masonry/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/modals/modals.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-bottom/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-static/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbar-static/navbar-top.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/navbars/navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/offcanvas-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/pricing/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/pricing/pricing.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/product/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/product/product.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sidebars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sidebars/sidebars.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sidebars/sidebars.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sign-in/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sign-in/signin.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/starter-template/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/starter-template/starter-template.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sticky-footer-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sticky-footer/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/examples/sticky-footer/sticky-footer.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/checks-radios.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/floating-labels.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/form-control.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/input-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/layout.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/range.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/select.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/forms/validation.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/accessibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/best-practices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/browsers-devices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/contents.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/contribute.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/download.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/introduction.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/javascript.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/parcel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/rfs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/rtl.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/vite.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/getting-started/webpack.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/clearfix.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/color-background.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/colored-links.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/ratio.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/stacks.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/stretched-link.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/text-truncation.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/vertical-rule.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/visually-hidden.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/breakpoints.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/columns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/containers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/css-grid.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/grid.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/gutters.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/utilities.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/layout/z-index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/migration.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/api.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/background.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/borders.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/colors.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/display.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/flex.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/float.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/interactions.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/opacity.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/overflow.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/shadows.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/sizing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/spacing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/text.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/vertical-align.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/utilities/visibility.md create mode 100644 vendor/twbs/bootstrap/site/data/plugins.yml create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/_markup/render-heading.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-warning-data-bs-title-vs-title.md delete mode 100644 vendor/twbs/bootstrap/site/layouts/partials/docs-subnav.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/guide-footer.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/js-data-attributes.md create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/added-in.html delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo-black.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo-shadow.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo-white.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-social-logo.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-social.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-icons.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-icons@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes-collage.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes-collage@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cover.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cover@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dropdowns.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dropdowns@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/features.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/features@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/footers.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/footers@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/grid.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/grid@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/headers.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/headers@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/heroes.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/heroes@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/jumbotron.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/jumbotron@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/list-groups.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/list-groups@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/masonry.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/masonry@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/modals.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/modals@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-bottom.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-bottom@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-fixed.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-fixed@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-static.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-static@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbars.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbars@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/offcanvas-navbar.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/offcanvas-navbar@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/pricing.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/pricing@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/product.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/product@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sidebars.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sidebars@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sign-in.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sign-in@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/starter-template.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/starter-template@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/android-chrome-192x192.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/android-chrome-512x512.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/favicon-16x16.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/favicon-32x32.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/manifest.json delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/safari-pinned-tab.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/js/validate-forms.js create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/brand/bootstrap-logo-black.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/brand/bootstrap-logo-shadow.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/brand/bootstrap-logo-white.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/brand/bootstrap-logo.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/brand/bootstrap-social-logo.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/brand/bootstrap-social.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/bootstrap-icons.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/bootstrap-icons@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/bootstrap-themes-collage.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/bootstrap-themes-collage@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/bootstrap-themes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/album-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/album-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/album.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/album@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/blog-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/blog-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/blog.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/blog@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/carousel-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/carousel-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/carousel.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/carousel@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/cheatsheet-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/cheatsheet-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/cheatsheet.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/cheatsheet@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/checkout-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/checkout-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/checkout.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/checkout@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/cover.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/cover@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/dashboard-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/dashboard-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/dashboard.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/dashboard@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/dropdowns.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/dropdowns@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/features.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/features@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/footers.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/footers@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/grid.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/grid@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/headers.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/headers@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/heroes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/heroes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/jumbotron.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/jumbotron@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/list-groups.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/list-groups@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/masonry.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/masonry@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/modals.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/modals@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbar-bottom.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbar-bottom@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbar-fixed.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbar-fixed@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbar-static.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbar-static@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbars-offcanvas.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbars-offcanvas@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/navbars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/offcanvas-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/offcanvas-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/pricing.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/pricing@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/product.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/product@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sidebars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sidebars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sign-in.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sign-in@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/starter-template.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/starter-template@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sticky-footer-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sticky-footer.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/examples/sticky-footer@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/android-chrome-192x192.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/android-chrome-512x512.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/favicon-16x16.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/favicon-32x32.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/manifest.json create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/favicons/safari-pinned-tab.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/bootstrap-parcel.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/bootstrap-parcel@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/bootstrap-vite.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/bootstrap-vite@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/bootstrap-webpack.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/bootstrap-webpack@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/parcel-dev-server-bootstrap.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/parcel-dev-server.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/vite-dev-server-bootstrap.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/vite-dev-server.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/webpack-dev-server-bootstrap.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/guides/webpack-dev-server.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/parcel.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/vite.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/img/webpack.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.2/assets/js/validate-forms.js (limited to 'vendor') diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php index 41bc143c1..c6b54af7b 100644 --- a/vendor/composer/InstalledVersions.php +++ b/vendor/composer/InstalledVersions.php @@ -28,7 +28,7 @@ class InstalledVersions { /** * @var mixed[]|null - * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array}|array{}|null + * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array}|array{}|null */ private static $installed; @@ -39,7 +39,7 @@ class InstalledVersions /** * @var array[] - * @psalm-var array}> + * @psalm-var array}> */ private static $installedByVendor = array(); @@ -243,7 +243,7 @@ class InstalledVersions /** * @return array - * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} + * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool} */ public static function getRootPackage() { @@ -257,7 +257,7 @@ class InstalledVersions * * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. * @return array[] - * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array} + * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} */ public static function getRawData() { @@ -280,7 +280,7 @@ class InstalledVersions * Returns the raw data of all installed.php which are currently loaded for custom implementations * * @return array[] - * @psalm-return list}> + * @psalm-return list}> */ public static function getAllRawData() { @@ -303,7 +303,7 @@ class InstalledVersions * @param array[] $data A vendor/composer/installed.php data set * @return void * - * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array} $data + * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} $data */ public static function reload($data) { @@ -313,7 +313,7 @@ class InstalledVersions /** * @return array[] - * @psalm-return list}> + * @psalm-return list}> */ private static function getInstalled() { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 38ca5fe16..a20c6ac48 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1702,23 +1702,23 @@ }, { "name": "twbs/bootstrap", - "version": "v5.1.3", - "version_normalized": "5.1.3.0", + "version": "5.2.0", + "version_normalized": "5.2.0.0", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e" + "reference": "edf9c40956d19e6ab3f9151bfe0dfac6be06fa21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/1a6fdfae6be09b09eaced8f0e442ca6f7680a61e", - "reference": "1a6fdfae6be09b09eaced8f0e442ca6f7680a61e", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/edf9c40956d19e6ab3f9151bfe0dfac6be06fa21", + "reference": "edf9c40956d19e6ab3f9151bfe0dfac6be06fa21", "shasum": "" }, "replace": { "twitter/bootstrap": "self.version" }, - "time": "2021-10-09T06:43:19+00:00", + "time": "2022-07-19T15:43:58+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", @@ -1749,7 +1749,7 @@ ], "support": { "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/v5.1.3" + "source": "https://github.com/twbs/bootstrap/tree/5.2.0" }, "install-path": "../twbs/bootstrap" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 1b026f54d..ce5db49c0 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,148 +1,148 @@ array( + 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', + 'reference' => '7dee47183d05b6e1f7d5c5588e2df9993fb294dd', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '8ba47450970bab036664f03a558917c13d8c1574', - 'name' => 'zotlabs/hubzilla', 'dev' => false, ), 'versions' => array( 'blueimp/jquery-file-upload' => array( 'pretty_version' => 'v10.32.0', 'version' => '10.32.0.0', + 'reference' => '20f6c4a07a6fbff22d79228c893eb1746d2d8962', 'type' => 'library', 'install_path' => __DIR__ . '/../blueimp/jquery-file-upload', 'aliases' => array(), - 'reference' => '20f6c4a07a6fbff22d79228c893eb1746d2d8962', 'dev_requirement' => false, ), 'brick/math' => array( 'pretty_version' => '0.9.3', 'version' => '0.9.3.0', + 'reference' => 'ca57d18f028f84f777b2168cd1911b0dee2343ae', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), - 'reference' => 'ca57d18f028f84f777b2168cd1911b0dee2343ae', 'dev_requirement' => false, ), 'bshaffer/oauth2-server-php' => array( 'pretty_version' => 'v1.12.0', 'version' => '1.12.0.0', + 'reference' => '60254fc7fbb08ce56164faae9e075068adf914ef', 'type' => 'library', 'install_path' => __DIR__ . '/../bshaffer/oauth2-server-php', 'aliases' => array(), - 'reference' => '60254fc7fbb08ce56164faae9e075068adf914ef', 'dev_requirement' => false, ), 'commerceguys/intl' => array( 'pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', + 'reference' => 'cab3b55dbf8c1753fe54457404082c777a8c154f', 'type' => 'library', 'install_path' => __DIR__ . '/../commerceguys/intl', 'aliases' => array(), - 'reference' => 'cab3b55dbf8c1753fe54457404082c777a8c154f', 'dev_requirement' => false, ), 'desandro/imagesloaded' => array( 'pretty_version' => 'v4.1.4', 'version' => '4.1.4.0', + 'reference' => '67c4e57453120935180c45c6820e7d3fbd2ea1f9', 'type' => 'component', 'install_path' => __DIR__ . '/../desandro/imagesloaded', 'aliases' => array(), - 'reference' => '67c4e57453120935180c45c6820e7d3fbd2ea1f9', 'dev_requirement' => false, ), 'ezyang/htmlpurifier' => array( 'pretty_version' => 'v4.14.0', 'version' => '4.14.0.0', + 'reference' => '12ab42bd6e742c70c0a52f7b82477fcd44e64b75', 'type' => 'library', 'install_path' => __DIR__ . '/../ezyang/htmlpurifier', 'aliases' => array(), - 'reference' => '12ab42bd6e742c70c0a52f7b82477fcd44e64b75', 'dev_requirement' => false, ), 'jbroadway/urlify' => array( 'pretty_version' => '1.2.3-stable', 'version' => '1.2.3.0', + 'reference' => 'b7c142a247bd5fac2bb62ca2491bd151c4d1dee4', 'type' => 'library', 'install_path' => __DIR__ . '/../jbroadway/urlify', 'aliases' => array(), - 'reference' => 'b7c142a247bd5fac2bb62ca2491bd151c4d1dee4', 'dev_requirement' => false, ), 'league/html-to-markdown' => array( 'pretty_version' => '5.1.0', 'version' => '5.1.0.0', + 'reference' => 'e0fc8cf07bdabbcd3765341ecb50c34c271d64e1', 'type' => 'library', 'install_path' => __DIR__ . '/../league/html-to-markdown', 'aliases' => array(), - 'reference' => 'e0fc8cf07bdabbcd3765341ecb50c34c271d64e1', 'dev_requirement' => false, ), 'lukasreschke/id3parser' => array( 'pretty_version' => 'v0.0.3', 'version' => '0.0.3.0', + 'reference' => '62f4de76d4eaa9ea13c66dacc1f22977dace6638', 'type' => 'library', 'install_path' => __DIR__ . '/../lukasreschke/id3parser', 'aliases' => array(), - 'reference' => '62f4de76d4eaa9ea13c66dacc1f22977dace6638', 'dev_requirement' => false, ), 'michelf/php-markdown' => array( 'pretty_version' => '1.9.1', 'version' => '1.9.1.0', + 'reference' => '5024d623c1a057dcd2d076d25b7d270a1d0d55f3', 'type' => 'library', 'install_path' => __DIR__ . '/../michelf/php-markdown', 'aliases' => array(), - 'reference' => '5024d623c1a057dcd2d076d25b7d270a1d0d55f3', 'dev_requirement' => false, ), 'pear/text_languagedetect' => array( 'pretty_version' => 'v1.0.1', 'version' => '1.0.1.0', + 'reference' => '9e253f26cef9a9066f53f200cc3e0684018cb5b5', 'type' => 'library', 'install_path' => __DIR__ . '/../pear/text_languagedetect', 'aliases' => array(), - 'reference' => '9e253f26cef9a9066f53f200cc3e0684018cb5b5', 'dev_requirement' => false, ), 'phpseclib/phpseclib' => array( 'pretty_version' => '2.0.37', 'version' => '2.0.37.0', + 'reference' => 'c812fbb4d6b4d7f30235ab7298a12f09ba13b37c', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), - 'reference' => 'c812fbb4d6b4d7f30235ab7298a12f09ba13b37c', 'dev_requirement' => false, ), 'psr/log' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', + 'reference' => 'ef29f6d262798707a9edd554e2b82517ef3a9376', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), - 'reference' => 'ef29f6d262798707a9edd554e2b82517ef3a9376', 'dev_requirement' => false, ), 'ramsey/collection' => array( 'pretty_version' => '1.2.2', 'version' => '1.2.2.0', + 'reference' => 'cccc74ee5e328031b15640b51056ee8d3bb66c0a', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), - 'reference' => 'cccc74ee5e328031b15640b51056ee8d3bb66c0a', 'dev_requirement' => false, ), 'ramsey/uuid' => array( 'pretty_version' => '4.3.1', 'version' => '4.3.1.0', + 'reference' => '8505afd4fea63b81a85d3b7b53ac3cb8dc347c28', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), - 'reference' => '8505afd4fea63b81a85d3b7b53ac3cb8dc347c28', 'dev_requirement' => false, ), 'rhumsaa/uuid' => array( @@ -154,124 +154,124 @@ 'sabre/dav' => array( 'pretty_version' => '4.3.1', 'version' => '4.3.1.0', + 'reference' => '130abb7017f56e0d99b04eb94b041e000a8e9b39', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/dav', 'aliases' => array(), - 'reference' => '130abb7017f56e0d99b04eb94b041e000a8e9b39', 'dev_requirement' => false, ), 'sabre/event' => array( 'pretty_version' => '5.1.4', 'version' => '5.1.4.0', + 'reference' => 'd7da22897125d34d7eddf7977758191c06a74497', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/event', 'aliases' => array(), - 'reference' => 'd7da22897125d34d7eddf7977758191c06a74497', 'dev_requirement' => false, ), 'sabre/http' => array( 'pretty_version' => '5.1.3', 'version' => '5.1.3.0', + 'reference' => '315f592adfcba8aeb73c2fd64285205747acbbd7', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/http', 'aliases' => array(), - 'reference' => '315f592adfcba8aeb73c2fd64285205747acbbd7', 'dev_requirement' => false, ), 'sabre/uri' => array( 'pretty_version' => '2.2.2', 'version' => '2.2.2.0', + 'reference' => '7cb0f489578afad5006e85cd60f18ff33f2d440d', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/uri', 'aliases' => array(), - 'reference' => '7cb0f489578afad5006e85cd60f18ff33f2d440d', 'dev_requirement' => false, ), 'sabre/vobject' => array( 'pretty_version' => '4.4.1', 'version' => '4.4.1.0', + 'reference' => '06feff370141fd3118609f808e86d9315864bf14', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), - 'reference' => '06feff370141fd3118609f808e86d9315864bf14', 'dev_requirement' => false, ), 'sabre/xml' => array( 'pretty_version' => '2.2.5', 'version' => '2.2.5.0', + 'reference' => 'a6af111850e7536d200d9637c34885cd3c77a86c', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/xml', 'aliases' => array(), - 'reference' => 'a6af111850e7536d200d9637c34885cd3c77a86c', 'dev_requirement' => false, ), 'simplepie/simplepie' => array( 'pretty_version' => '1.6.0', 'version' => '1.6.0.0', + 'reference' => '2bdbc51ed1010941c9c5f2cddca433e79665bfe1', 'type' => 'library', 'install_path' => __DIR__ . '/../simplepie/simplepie', 'aliases' => array(), - 'reference' => '2bdbc51ed1010941c9c5f2cddca433e79665bfe1', 'dev_requirement' => false, ), 'smarty/smarty' => array( 'pretty_version' => 'v4.1.1', 'version' => '4.1.1.0', + 'reference' => '71036be8be02bf93735c47b0b745f722efbc729f', 'type' => 'library', 'install_path' => __DIR__ . '/../smarty/smarty', 'aliases' => array(), - 'reference' => '71036be8be02bf93735c47b0b745f722efbc729f', 'dev_requirement' => false, ), 'symfony/polyfill-php81' => array( 'pretty_version' => 'v1.25.0', 'version' => '1.25.0.0', + 'reference' => '5de4ba2d41b15f9bd0e19b2ab9674135813ec98f', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), - 'reference' => '5de4ba2d41b15f9bd0e19b2ab9674135813ec98f', 'dev_requirement' => false, ), 'twbs/bootstrap' => array( - 'pretty_version' => 'v5.1.3', - 'version' => '5.1.3.0', + 'pretty_version' => '5.2.0', + 'version' => '5.2.0.0', + 'reference' => 'edf9c40956d19e6ab3f9151bfe0dfac6be06fa21', 'type' => 'library', 'install_path' => __DIR__ . '/../twbs/bootstrap', 'aliases' => array(), - 'reference' => '1a6fdfae6be09b09eaced8f0e442ca6f7680a61e', 'dev_requirement' => false, ), 'twitter/bootstrap' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => 'v5.1.3', + 0 => '5.2.0', ), ), 'voku/portable-ascii' => array( 'pretty_version' => '1.6.1', 'version' => '1.6.1.0', + 'reference' => '87337c91b9dfacee02452244ee14ab3c43bc485a', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/portable-ascii', 'aliases' => array(), - 'reference' => '87337c91b9dfacee02452244ee14ab3c43bc485a', 'dev_requirement' => false, ), 'voku/stop-words' => array( 'pretty_version' => '2.0.1', 'version' => '2.0.1.0', + 'reference' => '8e63c0af20f800b1600783764e0ce19e53969f71', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/stop-words', 'aliases' => array(), - 'reference' => '8e63c0af20f800b1600783764e0ce19e53969f71', 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', + 'reference' => '7dee47183d05b6e1f7d5c5588e2df9993fb294dd', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '8ba47450970bab036664f03a558917c13d8c1574', 'dev_requirement' => false, ), ), diff --git a/vendor/twbs/bootstrap/.bundlewatch.config.json b/vendor/twbs/bootstrap/.bundlewatch.config.json index 371a7b459..c89a19e47 100644 --- a/vendor/twbs/bootstrap/.bundlewatch.config.json +++ b/vendor/twbs/bootstrap/.bundlewatch.config.json @@ -2,39 +2,39 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7.25 kB" + "maxSize": "7.5 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6.5 kB" + "maxSize": "6.55 kB" }, { "path": "./dist/css/bootstrap-reboot.css", - "maxSize": "2.5 kB" + "maxSize": "2.75 kB" }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2.35 kB" + "maxSize": "2.5 kB" }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "7.75 kB" + "maxSize": "8.0 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "6.85 kB" + "maxSize": "7.25 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "25.5 kB" + "maxSize": "28.75 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "23.25 kB" + "maxSize": "26.75 kB" }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "42.5 kB" + "maxSize": "43.0 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", @@ -42,19 +42,19 @@ }, { "path": "./dist/js/bootstrap.esm.js", - "maxSize": "27.5 kB" + "maxSize": "27.75 kB" }, { "path": "./dist/js/bootstrap.esm.min.js", - "maxSize": "18.25 kB" + "maxSize": "18.5 kB" }, { "path": "./dist/js/bootstrap.js", - "maxSize": "28.25 kB" + "maxSize": "28.5 kB" }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "16 kB" + "maxSize": "16.25 kB" } ], "ci": { diff --git a/vendor/twbs/bootstrap/.cspell.json b/vendor/twbs/bootstrap/.cspell.json index 3a649ab88..2ba78447b 100644 --- a/vendor/twbs/bootstrap/.cspell.json +++ b/vendor/twbs/bootstrap/.cspell.json @@ -3,6 +3,7 @@ "words": [ "affordance", "allowfullscreen", + "Analyser", "autohide", "autohiding", "autoplay", @@ -11,19 +12,21 @@ "Blockquotes", "Bootstrappers", "borderless", + "Brotli", "browserslist", "browserslistrc", "btncheck", "btnradio", "callout", "callouts", + "camelCase", "clearfix", "Codesniffer", - "colorspace", "combinator", "Contentful", "Cpath", "Crossfade", + "crossfading", "cssgrid", "Csvg", "Datalists", @@ -42,23 +45,25 @@ "fieldsets", "flexbox", "fullscreen", - "fusv", "getbootstrap", - "globby", "Grayscale", "Hoverable", "hreflang", "hstack", + "importmap", "jsdelivr", "Jumpstart", "keyframes", "libera", + "libman", "Libsass", "lightboxes", "Lowercased", "markdownify", "mediaqueries", "minifiers", + "misfunction", + "mkdir", "monospace", "mouseleave", "navbars", @@ -68,6 +73,7 @@ "Noto", "offcanvas", "offcanvases", + "Packagist", "popperjs", "prebuild", "precompiled", @@ -84,12 +90,13 @@ "scrollbars", "scrollspy", "Segoe", - "sirv", + "semibold", + "socio", "srcset", + "stackblitz", "stickied", "Stylelint", "subnav", - "svgo", "tabbable", "textareas", "toggleable", @@ -97,25 +104,28 @@ "touchend", "twbs", "unitless", - "Unported", "unstylable", "unstyled", "Uppercased", "urlize", "vbtn", "viewports", + "Vite", "vstack", "walkthroughs", "WCAG", - "webfont", - "Woohoo", - "zindex", - "بالعالم", - "مرحبا" + "zindex" + ], + "language": "en-US", + "files": [ + "**/*.md" ], - "language": "en,en-US", "ignorePaths": [ ".cspell.json", - ".min." - ] + "dist/", + "*.min.*", + "**/*rtl*", + "**/tests/**" + ], + "useGitignore": true } diff --git a/vendor/twbs/bootstrap/.eslintrc.json b/vendor/twbs/bootstrap/.eslintrc.json index 9bd404dfa..d8e83a8d2 100644 --- a/vendor/twbs/bootstrap/.eslintrc.json +++ b/vendor/twbs/bootstrap/.eslintrc.json @@ -37,6 +37,7 @@ } ], "no-console": "error", + "no-negated-condition": "off", "object-curly-spacing": [ "error", "always" @@ -51,16 +52,12 @@ ], "unicorn/explicit-length-check": "off", "unicorn/no-array-callback-reference": "off", - "unicorn/no-array-for-each": "off", "unicorn/no-array-method-this-argument": "off", - "unicorn/no-for-loop": "off", "unicorn/no-null": "off", "unicorn/no-unused-properties": "error", - "unicorn/numeric-separators-style": "off", "unicorn/prefer-array-flat": "off", "unicorn/prefer-dom-node-dataset": "off", "unicorn/prefer-module": "off", - "unicorn/prefer-prototype-methods": "off", "unicorn/prefer-query-selector": "off", "unicorn/prefer-spread": "off", "unicorn/prevent-abbreviations": "off" diff --git a/vendor/twbs/bootstrap/.github/CONTRIBUTING.md b/vendor/twbs/bootstrap/.github/CONTRIBUTING.md index be4ad836d..476fddb91 100644 --- a/vendor/twbs/bootstrap/.github/CONTRIBUTING.md +++ b/vendor/twbs/bootstrap/.github/CONTRIBUTING.md @@ -69,7 +69,7 @@ Guidelines for bug reports: 3. **Isolate the problem** — ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example. - [This JS Bin](https://jsbin.com/lolome/edit?html,output) is a helpful template. + These [v4 CodePen](https://codepen.io/team/bootstrap/pen/yLabNQL) and [v5 CodePen](https://codepen.io/team/bootstrap/pen/qBamdLj) are helpful templates. A good bug report shouldn't leave others needing to chase you up for more diff --git a/vendor/twbs/bootstrap/.github/release-drafter.yml b/vendor/twbs/bootstrap/.github/release-drafter.yml index 5d0f45de8..0289984be 100644 --- a/vendor/twbs/bootstrap/.github/release-drafter.yml +++ b/vendor/twbs/bootstrap/.github/release-drafter.yml @@ -7,6 +7,9 @@ categories: - title: '❗ Breaking Changes' labels: - 'breaking-change' + - title: '🚀 Highlights' + labels: + - 'release-highlight' - title: '🚀 Features' labels: - 'new-feature' diff --git a/vendor/twbs/bootstrap/.github/workflows/browserstack.yml b/vendor/twbs/bootstrap/.github/workflows/browserstack.yml index f689a6f35..425c56684 100644 --- a/vendor/twbs/bootstrap/.github/workflows/browserstack.yml +++ b/vendor/twbs/bootstrap/.github/workflows/browserstack.yml @@ -2,10 +2,11 @@ name: BrowserStack on: push: + workflow_dispatch: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: browserstack: @@ -15,10 +16,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "${{ env.NODE }}" cache: npm diff --git a/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml b/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml index 33a8734e3..d1a174784 100644 --- a/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml +++ b/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml @@ -5,10 +5,11 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: bundlewatch: @@ -16,10 +17,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "${{ env.NODE }}" cache: npm diff --git a/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml b/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml new file mode 100644 index 000000000..e23f5626e --- /dev/null +++ b/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml @@ -0,0 +1,24 @@ +name: Compress Images + +on: + pull_request: + paths: + - '**.jpg' + - '**.jpeg' + - '**.png' + - '**.webp' + +jobs: + build: + # Only run on Pull Requests within the same repository, and not from forks. + if: github.event.pull_request.head.repo.full_name == github.repository + name: calibreapp/image-actions + runs-on: ubuntu-latest + steps: + - name: Checkout Repo + uses: actions/checkout@v3 + + - name: Compress Images + uses: calibreapp/image-actions@1.1.0 + with: + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/vendor/twbs/bootstrap/.github/workflows/codeql.yml b/vendor/twbs/bootstrap/.github/workflows/codeql.yml index de6626a15..70be0563c 100644 --- a/vendor/twbs/bootstrap/.github/workflows/codeql.yml +++ b/vendor/twbs/bootstrap/.github/workflows/codeql.yml @@ -14,6 +14,7 @@ on: - "!dependabot/**" schedule: - cron: "0 2 * * 5" + workflow_dispatch: jobs: analyze: @@ -26,12 +27,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: "javascript" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/vendor/twbs/bootstrap/.github/workflows/cspell.yml b/vendor/twbs/bootstrap/.github/workflows/cspell.yml new file mode 100644 index 000000000..3751ad339 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/workflows/cspell.yml @@ -0,0 +1,28 @@ +name: cspell + +on: + push: + branches-ignore: + - "dependabot/**" + pull_request: + workflow_dispatch: + +env: + FORCE_COLOR: 2 + NODE: 16 + +jobs: + cspell: + runs-on: ubuntu-latest + + steps: + - name: Clone repository + uses: actions/checkout@v3 + + - name: Run cspell + uses: streetsidesoftware/cspell-action@v2 + with: + config: ".cspell.json" + files: "**/*.md" + inline: error + incremental_files_only: false diff --git a/vendor/twbs/bootstrap/.github/workflows/css.yml b/vendor/twbs/bootstrap/.github/workflows/css.yml index 48f11d459..857a5672c 100644 --- a/vendor/twbs/bootstrap/.github/workflows/css.yml +++ b/vendor/twbs/bootstrap/.github/workflows/css.yml @@ -5,10 +5,11 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: css: @@ -16,10 +17,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "${{ env.NODE }}" cache: npm diff --git a/vendor/twbs/bootstrap/.github/workflows/docs.yml b/vendor/twbs/bootstrap/.github/workflows/docs.yml index cc5f4bd6d..f33413eb4 100644 --- a/vendor/twbs/bootstrap/.github/workflows/docs.yml +++ b/vendor/twbs/bootstrap/.github/workflows/docs.yml @@ -5,10 +5,11 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: docs: @@ -16,10 +17,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "${{ env.NODE }}" cache: npm @@ -29,5 +30,16 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Test docs - run: npm run docs + - name: Build docs + run: npm run docs-build + + - name: Validate HTML + run: npm run docs-vnu + + - name: Run linkinator + uses: JustinBeckwith/linkinator-action@v1 + with: + paths: _site + recurse: true + verbosity: error + skip: "^(?!http://localhost)" diff --git a/vendor/twbs/bootstrap/.github/workflows/issue-close-require.yml b/vendor/twbs/bootstrap/.github/workflows/issue-close-require.yml new file mode 100644 index 000000000..b251cd75e --- /dev/null +++ b/vendor/twbs/bootstrap/.github/workflows/issue-close-require.yml @@ -0,0 +1,19 @@ +name: Close Issue Awaiting Reply + +on: + schedule: + - cron: "0 0 * * *" + +jobs: + issue-close-require: + runs-on: ubuntu-latest + if: github.repository == 'twbs/bootstrap' + steps: + - name: awaiting reply + uses: actions-cool/issues-helper@v3 + with: + actions: "close-issues" + labels: "awaiting-reply" + inactive-day: 14 + body: | + As the issue was labeled with `awaiting-reply`, but there has been no response in 14 days, this issue will be closed. If you have any questions, you can comment/reply. diff --git a/vendor/twbs/bootstrap/.github/workflows/issue-labeled.yml b/vendor/twbs/bootstrap/.github/workflows/issue-labeled.yml new file mode 100644 index 000000000..fac58493b --- /dev/null +++ b/vendor/twbs/bootstrap/.github/workflows/issue-labeled.yml @@ -0,0 +1,19 @@ +name: Issue Labeled + +on: + issues: + types: [labeled] + +jobs: + issue-labeled: + if: github.repository == 'twbs/bootstrap' + runs-on: ubuntu-latest + steps: + - name: awaiting reply + if: github.event.label.name == 'needs-example' + uses: actions-cool/issues-helper@v3 + with: + actions: "create-comment" + token: ${{ secrets.GITHUB_TOKEN }} + body: | + Hello @${{ github.event.issue.user.login }}. Bug reports must include a **live demo** of the issue. Per our [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md), please create a reduced test case on [CodePen](https://codepen.io/) or [StackBlitz](https://stackblitz.com/) and report back with your link, Bootstrap version, and specific browser and Operating System details. diff --git a/vendor/twbs/bootstrap/.github/workflows/js.yml b/vendor/twbs/bootstrap/.github/workflows/js.yml index 266b1576d..82616c574 100644 --- a/vendor/twbs/bootstrap/.github/workflows/js.yml +++ b/vendor/twbs/bootstrap/.github/workflows/js.yml @@ -5,28 +5,25 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 + NODE: 16 jobs: run: - name: Node ${{ matrix.node }} + name: JS Tests runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - node: [12, 14, 16] - steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node }} + node-version: ${{ env.NODE }} cache: npm - name: Install npm dependencies @@ -40,7 +37,6 @@ jobs: - name: Run Coveralls uses: coverallsapp/github-action@1.1.3 - if: matrix.node == 14 with: github-token: "${{ secrets.GITHUB_TOKEN }}" path-to-lcov: "./js/coverage/lcov.info" diff --git a/vendor/twbs/bootstrap/.github/workflows/lint.yml b/vendor/twbs/bootstrap/.github/workflows/lint.yml index 153ad6f22..816694ec2 100644 --- a/vendor/twbs/bootstrap/.github/workflows/lint.yml +++ b/vendor/twbs/bootstrap/.github/workflows/lint.yml @@ -5,10 +5,11 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: lint: @@ -16,10 +17,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "${{ env.NODE }}" cache: npm diff --git a/vendor/twbs/bootstrap/.github/workflows/node-sass.yml b/vendor/twbs/bootstrap/.github/workflows/node-sass.yml index ee64b2152..465cee485 100644 --- a/vendor/twbs/bootstrap/.github/workflows/node-sass.yml +++ b/vendor/twbs/bootstrap/.github/workflows/node-sass.yml @@ -5,10 +5,11 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: css: @@ -16,10 +17,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "${{ env.NODE }}" diff --git a/vendor/twbs/bootstrap/.github/workflows/release-notes.yml b/vendor/twbs/bootstrap/.github/workflows/release-notes.yml index ab2f37694..bbd0a2448 100644 --- a/vendor/twbs/bootstrap/.github/workflows/release-notes.yml +++ b/vendor/twbs/bootstrap/.github/workflows/release-notes.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: update_release_draft: diff --git a/vendor/twbs/bootstrap/.gitignore b/vendor/twbs/bootstrap/.gitignore index 9817c7111..2215d636a 100644 --- a/vendor/twbs/bootstrap/.gitignore +++ b/vendor/twbs/bootstrap/.gitignore @@ -1,7 +1,8 @@ # Ignore docs files /_site/ -# Hugo resources folder +# Hugo files /resources/ +/.hugo_build.lock # Numerous always-ignore extensions *.diff diff --git a/vendor/twbs/bootstrap/.stylelintrc b/vendor/twbs/bootstrap/.stylelintrc index c068d30b5..94c8ec155 100644 --- a/vendor/twbs/bootstrap/.stylelintrc +++ b/vendor/twbs/bootstrap/.stylelintrc @@ -1,6 +1,6 @@ { "extends": [ - "stylelint-config-twbs-bootstrap/scss" + "stylelint-config-twbs-bootstrap" ], "rules": { "declaration-property-value-disallowed-list": { diff --git a/vendor/twbs/bootstrap/CODE_OF_CONDUCT.md b/vendor/twbs/bootstrap/CODE_OF_CONDUCT.md index 5c6a4e727..28fd5e8d4 100644 --- a/vendor/twbs/bootstrap/CODE_OF_CONDUCT.md +++ b/vendor/twbs/bootstrap/CODE_OF_CONDUCT.md @@ -2,42 +2,131 @@ ## Our Pledge -In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone, regardless of age, body +size, visible or invisible disability, ethnicity, sex characteristics, gender +identity and expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, caste, color, religion, or sexual +identity and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, +diverse, inclusive, and healthy community. ## Our Standards -Examples of behavior that contributes to creating a positive environment include: +Examples of behavior that contributes to a positive environment for our +community include: -- Using welcoming and inclusive language -- Being respectful of differing viewpoints and experiences -- Gracefully accepting constructive criticism -- Focusing on what is best for the community -- Showing empathy towards other community members +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +* Focusing on what is best not just for us as individuals, but for the overall + community -Examples of unacceptable behavior by participants include: +Examples of unacceptable behavior include: -- The use of sexualized language or imagery and unwelcome sexual attention or advances -- Trolling, insulting/derogatory comments, and personal or political attacks -- Public or private harassment -- Publishing others' private information, such as a physical or electronic address, without explicit permission -- Other conduct which could reasonably be considered inappropriate in a professional setting +* The use of sexualized language or imagery, and sexual attention or advances of + any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email address, + without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting -## Our Responsibilities +## Enforcement Responsibilities -Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. +Community leaders are responsible for clarifying and enforcing our standards of +acceptable behavior and will take appropriate and fair corrective action in +response to any behavior that they deem inappropriate, threatening, offensive, +or harmful. -Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. +Community leaders have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, and will communicate reasons for moderation +decisions when appropriate. ## Scope -This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. +This Code of Conduct applies within all community spaces, and also applies when +an individual is officially representing the community in public spaces. +Examples of representing our community include using an official e-mail address, +posting via an official social media account, or acting as an appointed +representative at an online or offline event. ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mdo@getbootstrap.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported to the community leaders responsible for enforcement at +mdo@getbootstrap.com. +All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the +reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining +the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed +unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing +clarity around the nature of the violation and an explanation of why the +behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series of +actions. -Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction with +those enforcing the Code of Conduct, for a specified period of time. This +includes avoiding interactions in community spaces as well as external channels +like social media. Violating these terms may lead to a temporary or permanent +ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including +sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No public or +private interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, is allowed during this period. +Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within the +community. ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 1.4, available at +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 2.1, available at +[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. + +Community Impact Guidelines were inspired by +[Mozilla's code of conduct enforcement ladder][Mozilla CoC]. + +For answers to common questions about this code of conduct, see the FAQ at +[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at +[https://www.contributor-covenant.org/translations][translations]. + +[homepage]: https://www.contributor-covenant.org +[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html +[Mozilla CoC]: https://github.com/mozilla/diversity +[FAQ]: https://www.contributor-covenant.org/faq +[translations]: https://www.contributor-covenant.org/translations diff --git a/vendor/twbs/bootstrap/LICENSE b/vendor/twbs/bootstrap/LICENSE index 72dda234e..dda75ca9a 100644 --- a/vendor/twbs/bootstrap/LICENSE +++ b/vendor/twbs/bootstrap/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2011-2021 Twitter, Inc. -Copyright (c) 2011-2021 The Bootstrap Authors +Copyright (c) 2011-2022 Twitter, Inc. +Copyright (c) 2011-2022 The Bootstrap Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/vendor/twbs/bootstrap/README.md b/vendor/twbs/bootstrap/README.md index b354fb6f3..232645d43 100644 --- a/vendor/twbs/bootstrap/README.md +++ b/vendor/twbs/bootstrap/README.md @@ -1,6 +1,6 @@

- Bootstrap logo + Bootstrap logo

@@ -9,7 +9,7 @@

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs » + Explore Bootstrap docs »

Report bug @@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [` Several quick start options are available: -- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.3.zip) +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` -- Install with [npm](https://www.npmjs.com/): `npm install bootstrap` -- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap` -- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.3` +- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.2.0` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.2.0` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` -Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more. +Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more. ## Status @@ -65,8 +65,6 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte [![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue)](https://atmospherejs.com/twbs/bootstrap) [![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap)](https://packagist.org/packages/twbs/bootstrap) [![NuGet](https://img.shields.io/nuget/vpre/bootstrap)](https://www.nuget.org/packages/bootstrap/absoluteLatest) -[![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap)](https://david-dm.org/twbs/bootstrap?type=peer) -[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap)](https://david-dm.org/twbs/bootstrap?type=dev) [![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/main)](https://coveralls.io/github/twbs/bootstrap?branch=main) [![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) [![CSS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) @@ -79,57 +77,61 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte ## What's included -Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: - -```text -bootstrap/ -├── css/ -│ ├── bootstrap-grid.css -│ ├── bootstrap-grid.css.map -│ ├── bootstrap-grid.min.css -│ ├── bootstrap-grid.min.css.map -│ ├── bootstrap-grid.rtl.css -│ ├── bootstrap-grid.rtl.css.map -│ ├── bootstrap-grid.rtl.min.css -│ ├── bootstrap-grid.rtl.min.css.map -│ ├── bootstrap-reboot.css -│ ├── bootstrap-reboot.css.map -│ ├── bootstrap-reboot.min.css -│ ├── bootstrap-reboot.min.css.map -│ ├── bootstrap-reboot.rtl.css -│ ├── bootstrap-reboot.rtl.css.map -│ ├── bootstrap-reboot.rtl.min.css -│ ├── bootstrap-reboot.rtl.min.css.map -│ ├── bootstrap-utilities.css -│ ├── bootstrap-utilities.css.map -│ ├── bootstrap-utilities.min.css -│ ├── bootstrap-utilities.min.css.map -│ ├── bootstrap-utilities.rtl.css -│ ├── bootstrap-utilities.rtl.css.map -│ ├── bootstrap-utilities.rtl.min.css -│ ├── bootstrap-utilities.rtl.min.css.map -│ ├── bootstrap.css -│ ├── bootstrap.css.map -│ ├── bootstrap.min.css -│ ├── bootstrap.min.css.map -│ ├── bootstrap.rtl.css -│ ├── bootstrap.rtl.css.map -│ ├── bootstrap.rtl.min.css -│ └── bootstrap.rtl.min.css.map -└── js/ - ├── bootstrap.bundle.js - ├── bootstrap.bundle.js.map - ├── bootstrap.bundle.min.js - ├── bootstrap.bundle.min.js.map - ├── bootstrap.esm.js - ├── bootstrap.esm.js.map - ├── bootstrap.esm.min.js - ├── bootstrap.esm.min.js.map - ├── bootstrap.js - ├── bootstrap.js.map - ├── bootstrap.min.js - └── bootstrap.min.js.map -``` +Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. + +

+ Download contents + + ```text + bootstrap/ + ├── css/ + │ ├── bootstrap-grid.css + │ ├── bootstrap-grid.css.map + │ ├── bootstrap-grid.min.css + │ ├── bootstrap-grid.min.css.map + │ ├── bootstrap-grid.rtl.css + │ ├── bootstrap-grid.rtl.css.map + │ ├── bootstrap-grid.rtl.min.css + │ ├── bootstrap-grid.rtl.min.css.map + │ ├── bootstrap-reboot.css + │ ├── bootstrap-reboot.css.map + │ ├── bootstrap-reboot.min.css + │ ├── bootstrap-reboot.min.css.map + │ ├── bootstrap-reboot.rtl.css + │ ├── bootstrap-reboot.rtl.css.map + │ ├── bootstrap-reboot.rtl.min.css + │ ├── bootstrap-reboot.rtl.min.css.map + │ ├── bootstrap-utilities.css + │ ├── bootstrap-utilities.css.map + │ ├── bootstrap-utilities.min.css + │ ├── bootstrap-utilities.min.css.map + │ ├── bootstrap-utilities.rtl.css + │ ├── bootstrap-utilities.rtl.css.map + │ ├── bootstrap-utilities.rtl.min.css + │ ├── bootstrap-utilities.rtl.min.css.map + │ ├── bootstrap.css + │ ├── bootstrap.css.map + │ ├── bootstrap.min.css + │ ├── bootstrap.min.css.map + │ ├── bootstrap.rtl.css + │ ├── bootstrap.rtl.css.map + │ ├── bootstrap.rtl.min.css + │ └── bootstrap.rtl.min.css.map + └── js/ + ├── bootstrap.bundle.js + ├── bootstrap.bundle.js.map + ├── bootstrap.bundle.min.js + ├── bootstrap.bundle.min.js.map + ├── bootstrap.esm.js + ├── bootstrap.esm.js.map + ├── bootstrap.esm.min.js + ├── bootstrap.esm.min.js.map + ├── bootstrap.js + ├── bootstrap.js.map + ├── bootstrap.min.js + └── bootstrap.min.js.map + ``` +
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/). @@ -205,11 +207,17 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr ## Thanks - BrowserStack Logo + BrowserStack Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers! + + Netlify + + +Thanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previews! + ## Sponsors @@ -236,4 +244,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com ## Copyright and license -Code and documentation copyright 2011–2021 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). +Code and documentation copyright 2011–2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). diff --git a/vendor/twbs/bootstrap/build/build-plugins.js b/vendor/twbs/bootstrap/build/build-plugins.js index 2e16e4f03..4c68edcd1 100644 --- a/vendor/twbs/bootstrap/build/build-plugins.js +++ b/vendor/twbs/bootstrap/build/build-plugins.js @@ -2,8 +2,8 @@ /*! * Script to build our plugins to use them separately. - * Copyright 2020-2021 The Bootstrap Authors - * Copyright 2020-2021 Twitter, Inc. + * Copyright 2020-2022 The Bootstrap Authors + * Copyright 2020-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -11,173 +11,94 @@ const path = require('path') const rollup = require('rollup') +const globby = require('globby') const { babel } = require('@rollup/plugin-babel') const banner = require('./banner.js') -const rootPath = path.resolve(__dirname, '../js/dist/') -const plugins = [ - babel({ - // Only transpile our source code - exclude: 'node_modules/**', - // Include the helpers in each file, at most one copy of each - babelHelpers: 'bundled' - }) -] -const bsPlugins = { - Data: path.resolve(__dirname, '../js/src/dom/data.js'), - EventHandler: path.resolve(__dirname, '../js/src/dom/event-handler.js'), - Manipulator: path.resolve(__dirname, '../js/src/dom/manipulator.js'), - SelectorEngine: path.resolve(__dirname, '../js/src/dom/selector-engine.js'), - Alert: path.resolve(__dirname, '../js/src/alert.js'), - Base: path.resolve(__dirname, '../js/src/base-component.js'), - Button: path.resolve(__dirname, '../js/src/button.js'), - Carousel: path.resolve(__dirname, '../js/src/carousel.js'), - Collapse: path.resolve(__dirname, '../js/src/collapse.js'), - Dropdown: path.resolve(__dirname, '../js/src/dropdown.js'), - Modal: path.resolve(__dirname, '../js/src/modal.js'), - Offcanvas: path.resolve(__dirname, '../js/src/offcanvas.js'), - Popover: path.resolve(__dirname, '../js/src/popover.js'), - ScrollSpy: path.resolve(__dirname, '../js/src/scrollspy.js'), - Tab: path.resolve(__dirname, '../js/src/tab.js'), - Toast: path.resolve(__dirname, '../js/src/toast.js'), - Tooltip: path.resolve(__dirname, '../js/src/tooltip.js') -} - -const defaultPluginConfig = { - external: [ - bsPlugins.Data, - bsPlugins.Base, - bsPlugins.EventHandler, - bsPlugins.SelectorEngine - ], - globals: { - [bsPlugins.Data]: 'Data', - [bsPlugins.Base]: 'Base', - [bsPlugins.EventHandler]: 'EventHandler', - [bsPlugins.SelectorEngine]: 'SelectorEngine' - } -} +const sourcePath = path.resolve(__dirname, '../js/src/').replace(/\\/g, '/') +const jsFiles = globby.sync(sourcePath + '/**/*.js') -const getConfigByPluginKey = pluginKey => { - switch (pluginKey) { - case 'Alert': - case 'Offcanvas': - case 'Tab': - return defaultPluginConfig - - case 'Base': - case 'Button': - case 'Carousel': - case 'Collapse': - case 'Modal': - case 'ScrollSpy': { - const config = Object.assign(defaultPluginConfig) - config.external.push(bsPlugins.Manipulator) - config.globals[bsPlugins.Manipulator] = 'Manipulator' - return config - } +// Array which holds the resolved plugins +const resolvedPlugins = [] - case 'Dropdown': - case 'Tooltip': { - const config = Object.assign(defaultPluginConfig) - config.external.push(bsPlugins.Manipulator, '@popperjs/core') - config.globals[bsPlugins.Manipulator] = 'Manipulator' - config.globals['@popperjs/core'] = 'Popper' - return config - } +// Trims the "js" extension and uppercases => first letter, hyphens, backslashes & slashes +const filenameToEntity = filename => filename.replace('.js', '') + .replace(/(?:^|-|\/|\\)[a-z]/g, str => str.slice(-1).toUpperCase()) - case 'Popover': - return { - external: [ - bsPlugins.Data, - bsPlugins.SelectorEngine, - bsPlugins.Tooltip - ], - globals: { - [bsPlugins.Data]: 'Data', - [bsPlugins.SelectorEngine]: 'SelectorEngine', - [bsPlugins.Tooltip]: 'Tooltip' - } - } - - case 'Toast': - return { - external: [ - bsPlugins.Data, - bsPlugins.Base, - bsPlugins.EventHandler, - bsPlugins.Manipulator - ], - globals: { - [bsPlugins.Data]: 'Data', - [bsPlugins.Base]: 'Base', - [bsPlugins.EventHandler]: 'EventHandler', - [bsPlugins.Manipulator]: 'Manipulator' - } - } - - default: - return { - external: [] - } - } +for (const file of jsFiles) { + resolvedPlugins.push({ + src: file.replace('.js', ''), + dist: file.replace('src', 'dist'), + fileName: path.basename(file), + className: filenameToEntity(path.basename(file)) + // safeClassName: filenameToEntity(path.relative(sourcePath, file)) + }) } -const utilObjects = new Set([ - 'Util', - 'Sanitizer', - 'Backdrop' -]) - -const domObjects = new Set([ - 'Data', - 'EventHandler', - 'Manipulator', - 'SelectorEngine' -]) - const build = async plugin => { - console.log(`Building ${plugin} plugin...`) + const globals = {} - const { external, globals } = getConfigByPluginKey(plugin) - const pluginFilename = path.basename(bsPlugins[plugin]) - let pluginPath = rootPath + const bundle = await rollup.rollup({ + input: plugin.src, + plugins: [ + babel({ + // Only transpile our source code + exclude: 'node_modules/**', + // Include the helpers in each file, at most one copy of each + babelHelpers: 'bundled' + }) + ], + external(source) { + // Pattern to identify local files + const pattern = /^(\.{1,2})\// + + // It's not a local file, e.g a Node.js package + if (!pattern.test(source)) { + globals[source] = source + return true + } - if (utilObjects.has(plugin)) { - pluginPath = `${rootPath}/util/` - } + const usedPlugin = resolvedPlugins.find(plugin => { + return plugin.src.includes(source.replace(pattern, '')) + }) - if (domObjects.has(plugin)) { - pluginPath = `${rootPath}/dom/` - } + if (!usedPlugin) { + throw new Error(`Source ${source} is not mapped!`) + } - const bundle = await rollup.rollup({ - input: bsPlugins[plugin], - plugins, - external + // We can change `Index` with `UtilIndex` etc if we use + // `safeClassName` instead of `className` everywhere + globals[path.normalize(usedPlugin.src)] = usedPlugin.className + return true + } }) await bundle.write({ - banner: banner(pluginFilename), + banner: banner(plugin.fileName), format: 'umd', - name: plugin, + name: plugin.className, sourcemap: true, globals, generatedCode: 'es2015', - file: path.resolve(__dirname, `${pluginPath}/${pluginFilename}`) + file: plugin.dist }) - console.log(`Building ${plugin} plugin... Done!`) + console.log(`Built ${plugin.className}`) } -const main = async () => { +(async () => { try { - await Promise.all(Object.keys(bsPlugins).map(plugin => build(plugin))) + const basename = path.basename(__filename) + const timeLabel = `[${basename}] finished` + + console.log('Building individual plugins...') + console.time(timeLabel) + + await Promise.all(Object.values(resolvedPlugins).map(plugin => build(plugin))) + + console.timeEnd(timeLabel) } catch (error) { console.error(error) - process.exit(1) } -} - -main() +})() diff --git a/vendor/twbs/bootstrap/build/change-version.js b/vendor/twbs/bootstrap/build/change-version.js index 63f231ea2..6d85441a9 100644 --- a/vendor/twbs/bootstrap/build/change-version.js +++ b/vendor/twbs/bootstrap/build/change-version.js @@ -2,8 +2,8 @@ /*! * Script to update version number references in the project. - * Copyright 2017-2021 The Bootstrap Authors - * Copyright 2017-2021 Twitter, Inc. + * Copyright 2017-2022 The Bootstrap Authors + * Copyright 2017-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -57,7 +57,7 @@ async function replaceRecursively(file, oldVersion, newVersion) { } async function main(args) { - const [oldVersion, newVersion] = args + let [oldVersion, newVersion] = args if (!oldVersion || !newVersion) { console.error('USAGE: change-version old_version new_version [--verbose] [--dry[-run]]') @@ -66,7 +66,7 @@ async function main(args) { } // Strip any leading `v` from arguments because otherwise we will end up with duplicate `v`s - [oldVersion, newVersion].map(arg => arg.startsWith('v') ? arg.slice(1) : arg) + [oldVersion, newVersion] = [oldVersion, newVersion].map(arg => arg.startsWith('v') ? arg.slice(1) : arg) try { const files = await globby(GLOB, GLOBBY_OPTIONS) diff --git a/vendor/twbs/bootstrap/build/generate-sri.js b/vendor/twbs/bootstrap/build/generate-sri.js index 221873b8f..cde818e09 100644 --- a/vendor/twbs/bootstrap/build/generate-sri.js +++ b/vendor/twbs/bootstrap/build/generate-sri.js @@ -5,8 +5,8 @@ * Remember to use the same vendor files as the CDN ones, * otherwise the hashes won't match! * - * Copyright 2017-2021 The Bootstrap Authors - * Copyright 2017-2021 Twitter, Inc. + * Copyright 2017-2022 The Bootstrap Authors + * Copyright 2017-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -47,10 +47,10 @@ const files = [ } ] -files.forEach(file => { - fs.readFile(file.file, 'utf8', (err, data) => { - if (err) { - throw err +for (const file of files) { + fs.readFile(file.file, 'utf8', (error, data) => { + if (error) { + throw error } const algo = 'sha384' @@ -61,4 +61,4 @@ files.forEach(file => { sh.sed('-i', new RegExp(`^(\\s+${file.configPropertyName}:\\s+["'])\\S*(["'])`), `$1${integrity}$2`, configFile) }) -}) +} diff --git a/vendor/twbs/bootstrap/build/postcss.config.js b/vendor/twbs/bootstrap/build/postcss.config.js index b179a0e77..7f8186d10 100644 --- a/vendor/twbs/bootstrap/build/postcss.config.js +++ b/vendor/twbs/bootstrap/build/postcss.config.js @@ -1,19 +1,19 @@ 'use strict' -module.exports = ctx => { +const mapConfig = { + inline: false, + annotation: true, + sourcesContent: true +} + +module.exports = context => { return { - map: ctx.file.dirname.includes('examples') ? - false : - { - inline: false, - annotation: true, - sourcesContent: true - }, + map: context.file.dirname.includes('examples') ? false : mapConfig, plugins: { autoprefixer: { cascade: false }, - rtlcss: ctx.env === 'RTL' ? {} : false + rtlcss: context.env === 'RTL' } } } diff --git a/vendor/twbs/bootstrap/build/rollup.config.js b/vendor/twbs/bootstrap/build/rollup.config.js index c00438de2..2d2920fd5 100644 --- a/vendor/twbs/bootstrap/build/rollup.config.js +++ b/vendor/twbs/bootstrap/build/rollup.config.js @@ -9,7 +9,7 @@ const banner = require('./banner.js') const BUNDLE = process.env.BUNDLE === 'true' const ESM = process.env.ESM === 'true' -let fileDest = `bootstrap${ESM ? '.esm' : ''}` +let fileDestination = `bootstrap${ESM ? '.esm' : ''}` const external = ['@popperjs/core'] const plugins = [ babel({ @@ -24,7 +24,7 @@ const globals = { } if (BUNDLE) { - fileDest += '.bundle' + fileDestination += '.bundle' // Remove last entry in external array to bundle Popper external.pop() delete globals['@popperjs/core'] @@ -41,7 +41,7 @@ const rollupConfig = { input: path.resolve(__dirname, `../js/index.${ESM ? 'esm' : 'umd'}.js`), output: { banner, - file: path.resolve(__dirname, `../dist/js/${fileDest}.js`), + file: path.resolve(__dirname, `../dist/js/${fileDestination}.js`), format: ESM ? 'esm' : 'umd', globals, generatedCode: 'es2015' diff --git a/vendor/twbs/bootstrap/build/svgo.yml b/vendor/twbs/bootstrap/build/svgo.yml deleted file mode 100644 index 67940d393..000000000 --- a/vendor/twbs/bootstrap/build/svgo.yml +++ /dev/null @@ -1,59 +0,0 @@ -# Usage: -# install svgo globally: `npm i -g svgo` -# svgo --config=build/svgo.yml --input=foo.svg - -# https://github.com/svg/svgo/blob/master/docs/how-it-works/en.md -# replace default config - -multipass: true -#full: true - -# https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options - -js2svg: - pretty: true - indent: 2 - -plugins: -# - addAttributesToSVGElement: -# attributes: -# - focusable: false - - cleanupAttrs: true - - cleanupEnableBackground: true - - cleanupIDs: true - - cleanupListOfValues: true - - cleanupNumericValues: true - - collapseGroups: true - - convertColors: true - - convertPathData: true - - convertShapeToPath: true - - convertStyleToAttrs: true - - convertTransform: true - - inlineStyles: true - - mergePaths: true - - minifyStyles: true - - moveElemsAttrsToGroup: true - - moveGroupAttrsToElems: true - - removeAttrs: - attrs: - - "data-name" - - removeComments: true - - removeDesc: true - - removeDoctype: true - - removeEditorsNSData: true - - removeEmptyAttrs: true - - removeEmptyContainers: true - - removeEmptyText: true - - removeHiddenElems: true - - removeMetadata: true - - removeNonInheritableGroupAttrs: true - - removeTitle: false - - removeUnknownsAndDefaults: - keepRoleAttr: true - - removeUnusedNS: true - - removeUselessDefs: true - - removeUselessStrokeAndFill: true - - removeViewBox: false - - removeXMLNS: false - - removeXMLProcInst: true - - sortAttrs: true diff --git a/vendor/twbs/bootstrap/build/vnu-jar.js b/vendor/twbs/bootstrap/build/vnu-jar.js index 2d5cc8b55..df4192e24 100644 --- a/vendor/twbs/bootstrap/build/vnu-jar.js +++ b/vendor/twbs/bootstrap/build/vnu-jar.js @@ -2,8 +2,8 @@ /*! * Script to run vnu-jar if Java is available. - * Copyright 2017-2021 The Bootstrap Authors - * Copyright 2017-2021 Twitter, Inc. + * Copyright 2017-2022 The Bootstrap Authors + * Copyright 2017-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/vendor/twbs/bootstrap/build/zip-examples.js b/vendor/twbs/bootstrap/build/zip-examples.js index 312548e8a..759dd817d 100644 --- a/vendor/twbs/bootstrap/build/zip-examples.js +++ b/vendor/twbs/bootstrap/build/zip-examples.js @@ -3,7 +3,7 @@ /*! * Script to create the built examples zip archive; * requires the `zip` command to be present! - * Copyright 2020-2021 The Bootstrap Authors + * Copyright 2020-2022 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -57,22 +57,22 @@ sh.mkdir('-p', [ sh.cp('-Rf', `${docsDir}/examples/*`, distFolder) -cssFiles.forEach(file => { +for (const file of cssFiles) { sh.cp('-f', `${docsDir}/dist/css/${file}`, `${distFolder}/assets/dist/css/`) -}) +} -jsFiles.forEach(file => { +for (const file of jsFiles) { sh.cp('-f', `${docsDir}/dist/js/${file}`, `${distFolder}/assets/dist/js/`) -}) +} -imgFiles.forEach(file => { +for (const file of imgFiles) { sh.cp('-f', `${docsDir}/assets/brand/${file}`, `${distFolder}/assets/brand/`) -}) +} sh.rm(`${distFolder}/index.html`) // get all examples' HTML files -sh.find(`${distFolder}/**/*.html`).forEach(file => { +for (const file of sh.find(`${distFolder}/**/*.html`)) { const fileContents = sh.cat(file) .toString() .replace(new RegExp(`"/docs/${versionShort}/`, 'g'), '"../') @@ -81,7 +81,7 @@ sh.find(`${distFolder}/**/*.html`).forEach(file => { .replace(/(') .replace(/( +) 'click')\n event = event.replace(stripNameRegex, '')\n return customEvents[event] || event\n}\n\nconst EventHandler = {\n on(element, event, handler, delegationFn) {\n addHandler(element, event, handler, delegationFn, false)\n },\n\n one(element, event, handler, delegationFn) {\n addHandler(element, event, handler, delegationFn, true)\n },\n\n off(element, originalTypeEvent, handler, delegationFn) {\n if (typeof originalTypeEvent !== 'string' || !element) {\n return\n }\n\n const [delegation, originalHandler, typeEvent] = normalizeParams(originalTypeEvent, handler, delegationFn)\n const inNamespace = typeEvent !== originalTypeEvent\n const events = getEvent(element)\n const isNamespace = originalTypeEvent.startsWith('.')\n\n if (typeof originalHandler !== 'undefined') {\n // Simplest case: handler is passed, remove that listener ONLY.\n if (!events || !events[typeEvent]) {\n return\n }\n\n removeHandler(element, events, typeEvent, originalHandler, delegation ? handler : null)\n return\n }\n\n if (isNamespace) {\n Object.keys(events).forEach(elementEvent => {\n removeNamespacedHandlers(element, events, elementEvent, originalTypeEvent.slice(1))\n })\n }\n\n const storeElementEvent = events[typeEvent] || {}\n Object.keys(storeElementEvent).forEach(keyHandlers => {\n const handlerKey = keyHandlers.replace(stripUidRegex, '')\n\n if (!inNamespace || originalTypeEvent.includes(handlerKey)) {\n const event = storeElementEvent[keyHandlers]\n\n removeHandler(element, events, typeEvent, event.originalHandler, event.delegationSelector)\n }\n })\n },\n\n trigger(element, event, args) {\n if (typeof event !== 'string' || !element) {\n return null\n }\n\n const $ = getjQuery()\n const typeEvent = getTypeEvent(event)\n const inNamespace = event !== typeEvent\n const isNative = nativeEvents.has(typeEvent)\n\n let jQueryEvent\n let bubbles = true\n let nativeDispatch = true\n let defaultPrevented = false\n let evt = null\n\n if (inNamespace && $) {\n jQueryEvent = $.Event(event, args)\n\n $(element).trigger(jQueryEvent)\n bubbles = !jQueryEvent.isPropagationStopped()\n nativeDispatch = !jQueryEvent.isImmediatePropagationStopped()\n defaultPrevented = jQueryEvent.isDefaultPrevented()\n }\n\n if (isNative) {\n evt = document.createEvent('HTMLEvents')\n evt.initEvent(typeEvent, bubbles, true)\n } else {\n evt = new CustomEvent(event, {\n bubbles,\n cancelable: true\n })\n }\n\n // merge custom information in our event\n if (typeof args !== 'undefined') {\n Object.keys(args).forEach(key => {\n Object.defineProperty(evt, key, {\n get() {\n return args[key]\n }\n })\n })\n }\n\n if (defaultPrevented) {\n evt.preventDefault()\n }\n\n if (nativeDispatch) {\n element.dispatchEvent(evt)\n }\n\n if (evt.defaultPrevented && typeof jQueryEvent !== 'undefined') {\n jQueryEvent.preventDefault()\n }\n\n return evt\n }\n}\n\nexport default EventHandler\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): dom/data.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst elementMap = new Map()\n\nexport default {\n set(element, key, instance) {\n if (!elementMap.has(element)) {\n elementMap.set(element, new Map())\n }\n\n const instanceMap = elementMap.get(element)\n\n // make it clear we only want one instance per element\n // can be removed later when multiple key/instances are fine to be used\n if (!instanceMap.has(key) && instanceMap.size !== 0) {\n // eslint-disable-next-line no-console\n console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`)\n return\n }\n\n instanceMap.set(key, instance)\n },\n\n get(element, key) {\n if (elementMap.has(element)) {\n return elementMap.get(element).get(key) || null\n }\n\n return null\n },\n\n remove(element, key) {\n if (!elementMap.has(element)) {\n return\n }\n\n const instanceMap = elementMap.get(element)\n\n instanceMap.delete(key)\n\n // free up element references if there are no instances left for an element\n if (instanceMap.size === 0) {\n elementMap.delete(element)\n }\n }\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): base-component.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Data from './dom/data'\nimport {\n executeAfterTransition,\n getElement\n} from './util/index'\nimport EventHandler from './dom/event-handler'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst VERSION = '5.1.3'\n\nclass BaseComponent {\n constructor(element) {\n element = getElement(element)\n\n if (!element) {\n return\n }\n\n this._element = element\n Data.set(this._element, this.constructor.DATA_KEY, this)\n }\n\n dispose() {\n Data.remove(this._element, this.constructor.DATA_KEY)\n EventHandler.off(this._element, this.constructor.EVENT_KEY)\n\n Object.getOwnPropertyNames(this).forEach(propertyName => {\n this[propertyName] = null\n })\n }\n\n _queueCallback(callback, element, isAnimated = true) {\n executeAfterTransition(callback, element, isAnimated)\n }\n\n /** Static */\n\n static getInstance(element) {\n return Data.get(getElement(element), this.DATA_KEY)\n }\n\n static getOrCreateInstance(element, config = {}) {\n return this.getInstance(element) || new this(element, typeof config === 'object' ? config : null)\n }\n\n static get VERSION() {\n return VERSION\n }\n\n static get NAME() {\n throw new Error('You have to implement the static method \"NAME\", for each component!')\n }\n\n static get DATA_KEY() {\n return `bs.${this.NAME}`\n }\n\n static get EVENT_KEY() {\n return `.${this.DATA_KEY}`\n }\n}\n\nexport default BaseComponent\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): util/component-functions.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler'\nimport { getElementFromSelector, isDisabled } from './index'\n\nconst enableDismissTrigger = (component, method = 'hide') => {\n const clickEvent = `click.dismiss${component.EVENT_KEY}`\n const name = component.NAME\n\n EventHandler.on(document, clickEvent, `[data-bs-dismiss=\"${name}\"]`, function (event) {\n if (['A', 'AREA'].includes(this.tagName)) {\n event.preventDefault()\n }\n\n if (isDisabled(this)) {\n return\n }\n\n const target = getElementFromSelector(this) || this.closest(`.${name}`)\n const instance = component.getOrCreateInstance(target)\n\n // Method argument is left, for Alert and only, as it doesn't implement the 'hide' method\n instance[method]()\n })\n}\n\nexport {\n enableDismissTrigger\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): alert.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport { defineJQueryPlugin } from './util/index'\nimport EventHandler from './dom/event-handler'\nimport BaseComponent from './base-component'\nimport { enableDismissTrigger } from './util/component-functions'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'alert'\nconst DATA_KEY = 'bs.alert'\nconst EVENT_KEY = `.${DATA_KEY}`\n\nconst EVENT_CLOSE = `close${EVENT_KEY}`\nconst EVENT_CLOSED = `closed${EVENT_KEY}`\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_SHOW = 'show'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Alert extends BaseComponent {\n // Getters\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n close() {\n const closeEvent = EventHandler.trigger(this._element, EVENT_CLOSE)\n\n if (closeEvent.defaultPrevented) {\n return\n }\n\n this._element.classList.remove(CLASS_NAME_SHOW)\n\n const isAnimated = this._element.classList.contains(CLASS_NAME_FADE)\n this._queueCallback(() => this._destroyElement(), this._element, isAnimated)\n }\n\n // Private\n _destroyElement() {\n this._element.remove()\n EventHandler.trigger(this._element, EVENT_CLOSED)\n this.dispose()\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Alert.getOrCreateInstance(this)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (data[config] === undefined || config.startsWith('_') || config === 'constructor') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config](this)\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nenableDismissTrigger(Alert, 'close')\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Alert to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Alert)\n\nexport default Alert\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): button.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport { defineJQueryPlugin } from './util/index'\nimport EventHandler from './dom/event-handler'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'button'\nconst DATA_KEY = 'bs.button'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst CLASS_NAME_ACTIVE = 'active'\n\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"button\"]'\n\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Button extends BaseComponent {\n // Getters\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n toggle() {\n // Toggle class and sync the `aria-pressed` attribute with the return value of the `.toggle()` method\n this._element.setAttribute('aria-pressed', this._element.classList.toggle(CLASS_NAME_ACTIVE))\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Button.getOrCreateInstance(this)\n\n if (config === 'toggle') {\n data[config]()\n }\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => {\n event.preventDefault()\n\n const button = event.target.closest(SELECTOR_DATA_TOGGLE)\n const data = Button.getOrCreateInstance(button)\n\n data.toggle()\n})\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Button to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Button)\n\nexport default Button\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): dom/manipulator.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nfunction normalizeData(val) {\n if (val === 'true') {\n return true\n }\n\n if (val === 'false') {\n return false\n }\n\n if (val === Number(val).toString()) {\n return Number(val)\n }\n\n if (val === '' || val === 'null') {\n return null\n }\n\n return val\n}\n\nfunction normalizeDataKey(key) {\n return key.replace(/[A-Z]/g, chr => `-${chr.toLowerCase()}`)\n}\n\nconst Manipulator = {\n setDataAttribute(element, key, value) {\n element.setAttribute(`data-bs-${normalizeDataKey(key)}`, value)\n },\n\n removeDataAttribute(element, key) {\n element.removeAttribute(`data-bs-${normalizeDataKey(key)}`)\n },\n\n getDataAttributes(element) {\n if (!element) {\n return {}\n }\n\n const attributes = {}\n\n Object.keys(element.dataset)\n .filter(key => key.startsWith('bs'))\n .forEach(key => {\n let pureKey = key.replace(/^bs/, '')\n pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1, pureKey.length)\n attributes[pureKey] = normalizeData(element.dataset[key])\n })\n\n return attributes\n },\n\n getDataAttribute(element, key) {\n return normalizeData(element.getAttribute(`data-bs-${normalizeDataKey(key)}`))\n },\n\n offset(element) {\n const rect = element.getBoundingClientRect()\n\n return {\n top: rect.top + window.pageYOffset,\n left: rect.left + window.pageXOffset\n }\n },\n\n position(element) {\n return {\n top: element.offsetTop,\n left: element.offsetLeft\n }\n }\n}\n\nexport default Manipulator\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): dom/selector-engine.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nimport { isDisabled, isVisible } from '../util/index'\n\nconst NODE_TEXT = 3\n\nconst SelectorEngine = {\n find(selector, element = document.documentElement) {\n return [].concat(...Element.prototype.querySelectorAll.call(element, selector))\n },\n\n findOne(selector, element = document.documentElement) {\n return Element.prototype.querySelector.call(element, selector)\n },\n\n children(element, selector) {\n return [].concat(...element.children)\n .filter(child => child.matches(selector))\n },\n\n parents(element, selector) {\n const parents = []\n\n let ancestor = element.parentNode\n\n while (ancestor && ancestor.nodeType === Node.ELEMENT_NODE && ancestor.nodeType !== NODE_TEXT) {\n if (ancestor.matches(selector)) {\n parents.push(ancestor)\n }\n\n ancestor = ancestor.parentNode\n }\n\n return parents\n },\n\n prev(element, selector) {\n let previous = element.previousElementSibling\n\n while (previous) {\n if (previous.matches(selector)) {\n return [previous]\n }\n\n previous = previous.previousElementSibling\n }\n\n return []\n },\n\n next(element, selector) {\n let next = element.nextElementSibling\n\n while (next) {\n if (next.matches(selector)) {\n return [next]\n }\n\n next = next.nextElementSibling\n }\n\n return []\n },\n\n focusableChildren(element) {\n const focusables = [\n 'a',\n 'button',\n 'input',\n 'textarea',\n 'select',\n 'details',\n '[tabindex]',\n '[contenteditable=\"true\"]'\n ].map(selector => `${selector}:not([tabindex^=\"-\"])`).join(', ')\n\n return this.find(focusables, element).filter(el => !isDisabled(el) && isVisible(el))\n }\n}\n\nexport default SelectorEngine\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): carousel.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport {\n defineJQueryPlugin,\n getElementFromSelector,\n isRTL,\n isVisible,\n getNextActiveElement,\n reflow,\n triggerTransitionEnd,\n typeCheckConfig\n} from './util/index'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'carousel'\nconst DATA_KEY = 'bs.carousel'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst ARROW_LEFT_KEY = 'ArrowLeft'\nconst ARROW_RIGHT_KEY = 'ArrowRight'\nconst TOUCHEVENT_COMPAT_WAIT = 500 // Time for mouse compat events to fire after touch\nconst SWIPE_THRESHOLD = 40\n\nconst Default = {\n interval: 5000,\n keyboard: true,\n slide: false,\n pause: 'hover',\n wrap: true,\n touch: true\n}\n\nconst DefaultType = {\n interval: '(number|boolean)',\n keyboard: 'boolean',\n slide: '(boolean|string)',\n pause: '(string|boolean)',\n wrap: 'boolean',\n touch: 'boolean'\n}\n\nconst ORDER_NEXT = 'next'\nconst ORDER_PREV = 'prev'\nconst DIRECTION_LEFT = 'left'\nconst DIRECTION_RIGHT = 'right'\n\nconst KEY_TO_DIRECTION = {\n [ARROW_LEFT_KEY]: DIRECTION_RIGHT,\n [ARROW_RIGHT_KEY]: DIRECTION_LEFT\n}\n\nconst EVENT_SLIDE = `slide${EVENT_KEY}`\nconst EVENT_SLID = `slid${EVENT_KEY}`\nconst EVENT_KEYDOWN = `keydown${EVENT_KEY}`\nconst EVENT_MOUSEENTER = `mouseenter${EVENT_KEY}`\nconst EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}`\nconst EVENT_TOUCHSTART = `touchstart${EVENT_KEY}`\nconst EVENT_TOUCHMOVE = `touchmove${EVENT_KEY}`\nconst EVENT_TOUCHEND = `touchend${EVENT_KEY}`\nconst EVENT_POINTERDOWN = `pointerdown${EVENT_KEY}`\nconst EVENT_POINTERUP = `pointerup${EVENT_KEY}`\nconst EVENT_DRAG_START = `dragstart${EVENT_KEY}`\nconst EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_CAROUSEL = 'carousel'\nconst CLASS_NAME_ACTIVE = 'active'\nconst CLASS_NAME_SLIDE = 'slide'\nconst CLASS_NAME_END = 'carousel-item-end'\nconst CLASS_NAME_START = 'carousel-item-start'\nconst CLASS_NAME_NEXT = 'carousel-item-next'\nconst CLASS_NAME_PREV = 'carousel-item-prev'\nconst CLASS_NAME_POINTER_EVENT = 'pointer-event'\n\nconst SELECTOR_ACTIVE = '.active'\nconst SELECTOR_ACTIVE_ITEM = '.active.carousel-item'\nconst SELECTOR_ITEM = '.carousel-item'\nconst SELECTOR_ITEM_IMG = '.carousel-item img'\nconst SELECTOR_NEXT_PREV = '.carousel-item-next, .carousel-item-prev'\nconst SELECTOR_INDICATORS = '.carousel-indicators'\nconst SELECTOR_INDICATOR = '[data-bs-target]'\nconst SELECTOR_DATA_SLIDE = '[data-bs-slide], [data-bs-slide-to]'\nconst SELECTOR_DATA_RIDE = '[data-bs-ride=\"carousel\"]'\n\nconst POINTER_TYPE_TOUCH = 'touch'\nconst POINTER_TYPE_PEN = 'pen'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\nclass Carousel extends BaseComponent {\n constructor(element, config) {\n super(element)\n\n this._items = null\n this._interval = null\n this._activeElement = null\n this._isPaused = false\n this._isSliding = false\n this.touchTimeout = null\n this.touchStartX = 0\n this.touchDeltaX = 0\n\n this._config = this._getConfig(config)\n this._indicatorsElement = SelectorEngine.findOne(SELECTOR_INDICATORS, this._element)\n this._touchSupported = 'ontouchstart' in document.documentElement || navigator.maxTouchPoints > 0\n this._pointerEvent = Boolean(window.PointerEvent)\n\n this._addEventListeners()\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n next() {\n this._slide(ORDER_NEXT)\n }\n\n nextWhenVisible() {\n // Don't call next when the page isn't visible\n // or the carousel or its parent isn't visible\n if (!document.hidden && isVisible(this._element)) {\n this.next()\n }\n }\n\n prev() {\n this._slide(ORDER_PREV)\n }\n\n pause(event) {\n if (!event) {\n this._isPaused = true\n }\n\n if (SelectorEngine.findOne(SELECTOR_NEXT_PREV, this._element)) {\n triggerTransitionEnd(this._element)\n this.cycle(true)\n }\n\n clearInterval(this._interval)\n this._interval = null\n }\n\n cycle(event) {\n if (!event) {\n this._isPaused = false\n }\n\n if (this._interval) {\n clearInterval(this._interval)\n this._interval = null\n }\n\n if (this._config && this._config.interval && !this._isPaused) {\n this._updateInterval()\n\n this._interval = setInterval(\n (document.visibilityState ? this.nextWhenVisible : this.next).bind(this),\n this._config.interval\n )\n }\n }\n\n to(index) {\n this._activeElement = SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)\n const activeIndex = this._getItemIndex(this._activeElement)\n\n if (index > this._items.length - 1 || index < 0) {\n return\n }\n\n if (this._isSliding) {\n EventHandler.one(this._element, EVENT_SLID, () => this.to(index))\n return\n }\n\n if (activeIndex === index) {\n this.pause()\n this.cycle()\n return\n }\n\n const order = index > activeIndex ?\n ORDER_NEXT :\n ORDER_PREV\n\n this._slide(order, this._items[index])\n }\n\n // Private\n\n _getConfig(config) {\n config = {\n ...Default,\n ...Manipulator.getDataAttributes(this._element),\n ...(typeof config === 'object' ? config : {})\n }\n typeCheckConfig(NAME, config, DefaultType)\n return config\n }\n\n _handleSwipe() {\n const absDeltax = Math.abs(this.touchDeltaX)\n\n if (absDeltax <= SWIPE_THRESHOLD) {\n return\n }\n\n const direction = absDeltax / this.touchDeltaX\n\n this.touchDeltaX = 0\n\n if (!direction) {\n return\n }\n\n this._slide(direction > 0 ? DIRECTION_RIGHT : DIRECTION_LEFT)\n }\n\n _addEventListeners() {\n if (this._config.keyboard) {\n EventHandler.on(this._element, EVENT_KEYDOWN, event => this._keydown(event))\n }\n\n if (this._config.pause === 'hover') {\n EventHandler.on(this._element, EVENT_MOUSEENTER, event => this.pause(event))\n EventHandler.on(this._element, EVENT_MOUSELEAVE, event => this.cycle(event))\n }\n\n if (this._config.touch && this._touchSupported) {\n this._addTouchEventListeners()\n }\n }\n\n _addTouchEventListeners() {\n const hasPointerPenTouch = event => {\n return this._pointerEvent &&\n (event.pointerType === POINTER_TYPE_PEN || event.pointerType === POINTER_TYPE_TOUCH)\n }\n\n const start = event => {\n if (hasPointerPenTouch(event)) {\n this.touchStartX = event.clientX\n } else if (!this._pointerEvent) {\n this.touchStartX = event.touches[0].clientX\n }\n }\n\n const move = event => {\n // ensure swiping with one touch and not pinching\n this.touchDeltaX = event.touches && event.touches.length > 1 ?\n 0 :\n event.touches[0].clientX - this.touchStartX\n }\n\n const end = event => {\n if (hasPointerPenTouch(event)) {\n this.touchDeltaX = event.clientX - this.touchStartX\n }\n\n this._handleSwipe()\n if (this._config.pause === 'hover') {\n // If it's a touch-enabled device, mouseenter/leave are fired as\n // part of the mouse compatibility events on first tap - the carousel\n // would stop cycling until user tapped out of it;\n // here, we listen for touchend, explicitly pause the carousel\n // (as if it's the second time we tap on it, mouseenter compat event\n // is NOT fired) and after a timeout (to allow for mouse compatibility\n // events to fire) we explicitly restart cycling\n\n this.pause()\n if (this.touchTimeout) {\n clearTimeout(this.touchTimeout)\n }\n\n this.touchTimeout = setTimeout(event => this.cycle(event), TOUCHEVENT_COMPAT_WAIT + this._config.interval)\n }\n }\n\n SelectorEngine.find(SELECTOR_ITEM_IMG, this._element).forEach(itemImg => {\n EventHandler.on(itemImg, EVENT_DRAG_START, event => event.preventDefault())\n })\n\n if (this._pointerEvent) {\n EventHandler.on(this._element, EVENT_POINTERDOWN, event => start(event))\n EventHandler.on(this._element, EVENT_POINTERUP, event => end(event))\n\n this._element.classList.add(CLASS_NAME_POINTER_EVENT)\n } else {\n EventHandler.on(this._element, EVENT_TOUCHSTART, event => start(event))\n EventHandler.on(this._element, EVENT_TOUCHMOVE, event => move(event))\n EventHandler.on(this._element, EVENT_TOUCHEND, event => end(event))\n }\n }\n\n _keydown(event) {\n if (/input|textarea/i.test(event.target.tagName)) {\n return\n }\n\n const direction = KEY_TO_DIRECTION[event.key]\n if (direction) {\n event.preventDefault()\n this._slide(direction)\n }\n }\n\n _getItemIndex(element) {\n this._items = element && element.parentNode ?\n SelectorEngine.find(SELECTOR_ITEM, element.parentNode) :\n []\n\n return this._items.indexOf(element)\n }\n\n _getItemByOrder(order, activeElement) {\n const isNext = order === ORDER_NEXT\n return getNextActiveElement(this._items, activeElement, isNext, this._config.wrap)\n }\n\n _triggerSlideEvent(relatedTarget, eventDirectionName) {\n const targetIndex = this._getItemIndex(relatedTarget)\n const fromIndex = this._getItemIndex(SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element))\n\n return EventHandler.trigger(this._element, EVENT_SLIDE, {\n relatedTarget,\n direction: eventDirectionName,\n from: fromIndex,\n to: targetIndex\n })\n }\n\n _setActiveIndicatorElement(element) {\n if (this._indicatorsElement) {\n const activeIndicator = SelectorEngine.findOne(SELECTOR_ACTIVE, this._indicatorsElement)\n\n activeIndicator.classList.remove(CLASS_NAME_ACTIVE)\n activeIndicator.removeAttribute('aria-current')\n\n const indicators = SelectorEngine.find(SELECTOR_INDICATOR, this._indicatorsElement)\n\n for (let i = 0; i < indicators.length; i++) {\n if (Number.parseInt(indicators[i].getAttribute('data-bs-slide-to'), 10) === this._getItemIndex(element)) {\n indicators[i].classList.add(CLASS_NAME_ACTIVE)\n indicators[i].setAttribute('aria-current', 'true')\n break\n }\n }\n }\n }\n\n _updateInterval() {\n const element = this._activeElement || SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)\n\n if (!element) {\n return\n }\n\n const elementInterval = Number.parseInt(element.getAttribute('data-bs-interval'), 10)\n\n if (elementInterval) {\n this._config.defaultInterval = this._config.defaultInterval || this._config.interval\n this._config.interval = elementInterval\n } else {\n this._config.interval = this._config.defaultInterval || this._config.interval\n }\n }\n\n _slide(directionOrOrder, element) {\n const order = this._directionToOrder(directionOrOrder)\n const activeElement = SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)\n const activeElementIndex = this._getItemIndex(activeElement)\n const nextElement = element || this._getItemByOrder(order, activeElement)\n\n const nextElementIndex = this._getItemIndex(nextElement)\n const isCycling = Boolean(this._interval)\n\n const isNext = order === ORDER_NEXT\n const directionalClassName = isNext ? CLASS_NAME_START : CLASS_NAME_END\n const orderClassName = isNext ? CLASS_NAME_NEXT : CLASS_NAME_PREV\n const eventDirectionName = this._orderToDirection(order)\n\n if (nextElement && nextElement.classList.contains(CLASS_NAME_ACTIVE)) {\n this._isSliding = false\n return\n }\n\n if (this._isSliding) {\n return\n }\n\n const slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName)\n if (slideEvent.defaultPrevented) {\n return\n }\n\n if (!activeElement || !nextElement) {\n // Some weirdness is happening, so we bail\n return\n }\n\n this._isSliding = true\n\n if (isCycling) {\n this.pause()\n }\n\n this._setActiveIndicatorElement(nextElement)\n this._activeElement = nextElement\n\n const triggerSlidEvent = () => {\n EventHandler.trigger(this._element, EVENT_SLID, {\n relatedTarget: nextElement,\n direction: eventDirectionName,\n from: activeElementIndex,\n to: nextElementIndex\n })\n }\n\n if (this._element.classList.contains(CLASS_NAME_SLIDE)) {\n nextElement.classList.add(orderClassName)\n\n reflow(nextElement)\n\n activeElement.classList.add(directionalClassName)\n nextElement.classList.add(directionalClassName)\n\n const completeCallBack = () => {\n nextElement.classList.remove(directionalClassName, orderClassName)\n nextElement.classList.add(CLASS_NAME_ACTIVE)\n\n activeElement.classList.remove(CLASS_NAME_ACTIVE, orderClassName, directionalClassName)\n\n this._isSliding = false\n\n setTimeout(triggerSlidEvent, 0)\n }\n\n this._queueCallback(completeCallBack, activeElement, true)\n } else {\n activeElement.classList.remove(CLASS_NAME_ACTIVE)\n nextElement.classList.add(CLASS_NAME_ACTIVE)\n\n this._isSliding = false\n triggerSlidEvent()\n }\n\n if (isCycling) {\n this.cycle()\n }\n }\n\n _directionToOrder(direction) {\n if (![DIRECTION_RIGHT, DIRECTION_LEFT].includes(direction)) {\n return direction\n }\n\n if (isRTL()) {\n return direction === DIRECTION_LEFT ? ORDER_PREV : ORDER_NEXT\n }\n\n return direction === DIRECTION_LEFT ? ORDER_NEXT : ORDER_PREV\n }\n\n _orderToDirection(order) {\n if (![ORDER_NEXT, ORDER_PREV].includes(order)) {\n return order\n }\n\n if (isRTL()) {\n return order === ORDER_PREV ? DIRECTION_LEFT : DIRECTION_RIGHT\n }\n\n return order === ORDER_PREV ? DIRECTION_RIGHT : DIRECTION_LEFT\n }\n\n // Static\n\n static carouselInterface(element, config) {\n const data = Carousel.getOrCreateInstance(element, config)\n\n let { _config } = data\n if (typeof config === 'object') {\n _config = {\n ..._config,\n ...config\n }\n }\n\n const action = typeof config === 'string' ? config : _config.slide\n\n if (typeof config === 'number') {\n data.to(config)\n } else if (typeof action === 'string') {\n if (typeof data[action] === 'undefined') {\n throw new TypeError(`No method named \"${action}\"`)\n }\n\n data[action]()\n } else if (_config.interval && _config.ride) {\n data.pause()\n data.cycle()\n }\n }\n\n static jQueryInterface(config) {\n return this.each(function () {\n Carousel.carouselInterface(this, config)\n })\n }\n\n static dataApiClickHandler(event) {\n const target = getElementFromSelector(this)\n\n if (!target || !target.classList.contains(CLASS_NAME_CAROUSEL)) {\n return\n }\n\n const config = {\n ...Manipulator.getDataAttributes(target),\n ...Manipulator.getDataAttributes(this)\n }\n const slideIndex = this.getAttribute('data-bs-slide-to')\n\n if (slideIndex) {\n config.interval = false\n }\n\n Carousel.carouselInterface(target, config)\n\n if (slideIndex) {\n Carousel.getInstance(target).to(slideIndex)\n }\n\n event.preventDefault()\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_SLIDE, Carousel.dataApiClickHandler)\n\nEventHandler.on(window, EVENT_LOAD_DATA_API, () => {\n const carousels = SelectorEngine.find(SELECTOR_DATA_RIDE)\n\n for (let i = 0, len = carousels.length; i < len; i++) {\n Carousel.carouselInterface(carousels[i], Carousel.getInstance(carousels[i]))\n }\n})\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Carousel to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Carousel)\n\nexport default Carousel\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): collapse.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport {\n defineJQueryPlugin,\n getElement,\n getSelectorFromElement,\n getElementFromSelector,\n reflow,\n typeCheckConfig\n} from './util/index'\nimport Data from './dom/data'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'collapse'\nconst DATA_KEY = 'bs.collapse'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst Default = {\n toggle: true,\n parent: null\n}\n\nconst DefaultType = {\n toggle: 'boolean',\n parent: '(null|element)'\n}\n\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_COLLAPSE = 'collapse'\nconst CLASS_NAME_COLLAPSING = 'collapsing'\nconst CLASS_NAME_COLLAPSED = 'collapsed'\nconst CLASS_NAME_DEEPER_CHILDREN = `:scope .${CLASS_NAME_COLLAPSE} .${CLASS_NAME_COLLAPSE}`\nconst CLASS_NAME_HORIZONTAL = 'collapse-horizontal'\n\nconst WIDTH = 'width'\nconst HEIGHT = 'height'\n\nconst SELECTOR_ACTIVES = '.collapse.show, .collapse.collapsing'\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"collapse\"]'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Collapse extends BaseComponent {\n constructor(element, config) {\n super(element)\n\n this._isTransitioning = false\n this._config = this._getConfig(config)\n this._triggerArray = []\n\n const toggleList = SelectorEngine.find(SELECTOR_DATA_TOGGLE)\n\n for (let i = 0, len = toggleList.length; i < len; i++) {\n const elem = toggleList[i]\n const selector = getSelectorFromElement(elem)\n const filterElement = SelectorEngine.find(selector)\n .filter(foundElem => foundElem === this._element)\n\n if (selector !== null && filterElement.length) {\n this._selector = selector\n this._triggerArray.push(elem)\n }\n }\n\n this._initializeChildren()\n\n if (!this._config.parent) {\n this._addAriaAndCollapsedClass(this._triggerArray, this._isShown())\n }\n\n if (this._config.toggle) {\n this.toggle()\n }\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n toggle() {\n if (this._isShown()) {\n this.hide()\n } else {\n this.show()\n }\n }\n\n show() {\n if (this._isTransitioning || this._isShown()) {\n return\n }\n\n let actives = []\n let activesData\n\n if (this._config.parent) {\n const children = SelectorEngine.find(CLASS_NAME_DEEPER_CHILDREN, this._config.parent)\n actives = SelectorEngine.find(SELECTOR_ACTIVES, this._config.parent).filter(elem => !children.includes(elem)) // remove children if greater depth\n }\n\n const container = SelectorEngine.findOne(this._selector)\n if (actives.length) {\n const tempActiveData = actives.find(elem => container !== elem)\n activesData = tempActiveData ? Collapse.getInstance(tempActiveData) : null\n\n if (activesData && activesData._isTransitioning) {\n return\n }\n }\n\n const startEvent = EventHandler.trigger(this._element, EVENT_SHOW)\n if (startEvent.defaultPrevented) {\n return\n }\n\n actives.forEach(elemActive => {\n if (container !== elemActive) {\n Collapse.getOrCreateInstance(elemActive, { toggle: false }).hide()\n }\n\n if (!activesData) {\n Data.set(elemActive, DATA_KEY, null)\n }\n })\n\n const dimension = this._getDimension()\n\n this._element.classList.remove(CLASS_NAME_COLLAPSE)\n this._element.classList.add(CLASS_NAME_COLLAPSING)\n\n this._element.style[dimension] = 0\n\n this._addAriaAndCollapsedClass(this._triggerArray, true)\n this._isTransitioning = true\n\n const complete = () => {\n this._isTransitioning = false\n\n this._element.classList.remove(CLASS_NAME_COLLAPSING)\n this._element.classList.add(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW)\n\n this._element.style[dimension] = ''\n\n EventHandler.trigger(this._element, EVENT_SHOWN)\n }\n\n const capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1)\n const scrollSize = `scroll${capitalizedDimension}`\n\n this._queueCallback(complete, this._element, true)\n this._element.style[dimension] = `${this._element[scrollSize]}px`\n }\n\n hide() {\n if (this._isTransitioning || !this._isShown()) {\n return\n }\n\n const startEvent = EventHandler.trigger(this._element, EVENT_HIDE)\n if (startEvent.defaultPrevented) {\n return\n }\n\n const dimension = this._getDimension()\n\n this._element.style[dimension] = `${this._element.getBoundingClientRect()[dimension]}px`\n\n reflow(this._element)\n\n this._element.classList.add(CLASS_NAME_COLLAPSING)\n this._element.classList.remove(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW)\n\n const triggerArrayLength = this._triggerArray.length\n for (let i = 0; i < triggerArrayLength; i++) {\n const trigger = this._triggerArray[i]\n const elem = getElementFromSelector(trigger)\n\n if (elem && !this._isShown(elem)) {\n this._addAriaAndCollapsedClass([trigger], false)\n }\n }\n\n this._isTransitioning = true\n\n const complete = () => {\n this._isTransitioning = false\n this._element.classList.remove(CLASS_NAME_COLLAPSING)\n this._element.classList.add(CLASS_NAME_COLLAPSE)\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n }\n\n this._element.style[dimension] = ''\n\n this._queueCallback(complete, this._element, true)\n }\n\n _isShown(element = this._element) {\n return element.classList.contains(CLASS_NAME_SHOW)\n }\n\n // Private\n\n _getConfig(config) {\n config = {\n ...Default,\n ...Manipulator.getDataAttributes(this._element),\n ...config\n }\n config.toggle = Boolean(config.toggle) // Coerce string values\n config.parent = getElement(config.parent)\n typeCheckConfig(NAME, config, DefaultType)\n return config\n }\n\n _getDimension() {\n return this._element.classList.contains(CLASS_NAME_HORIZONTAL) ? WIDTH : HEIGHT\n }\n\n _initializeChildren() {\n if (!this._config.parent) {\n return\n }\n\n const children = SelectorEngine.find(CLASS_NAME_DEEPER_CHILDREN, this._config.parent)\n SelectorEngine.find(SELECTOR_DATA_TOGGLE, this._config.parent).filter(elem => !children.includes(elem))\n .forEach(element => {\n const selected = getElementFromSelector(element)\n\n if (selected) {\n this._addAriaAndCollapsedClass([element], this._isShown(selected))\n }\n })\n }\n\n _addAriaAndCollapsedClass(triggerArray, isOpen) {\n if (!triggerArray.length) {\n return\n }\n\n triggerArray.forEach(elem => {\n if (isOpen) {\n elem.classList.remove(CLASS_NAME_COLLAPSED)\n } else {\n elem.classList.add(CLASS_NAME_COLLAPSED)\n }\n\n elem.setAttribute('aria-expanded', isOpen)\n })\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const _config = {}\n if (typeof config === 'string' && /show|hide/.test(config)) {\n _config.toggle = false\n }\n\n const data = Collapse.getOrCreateInstance(this, _config)\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n }\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n // preventDefault only for elements (which change the URL) not inside the collapsible element\n if (event.target.tagName === 'A' || (event.delegateTarget && event.delegateTarget.tagName === 'A')) {\n event.preventDefault()\n }\n\n const selector = getSelectorFromElement(this)\n const selectorElements = SelectorEngine.find(selector)\n\n selectorElements.forEach(element => {\n Collapse.getOrCreateInstance(element, { toggle: false }).toggle()\n })\n})\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Collapse to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Collapse)\n\nexport default Collapse\n","export var top = 'top';\nexport var bottom = 'bottom';\nexport var right = 'right';\nexport var left = 'left';\nexport var auto = 'auto';\nexport var basePlacements = [top, bottom, right, left];\nexport var start = 'start';\nexport var end = 'end';\nexport var clippingParents = 'clippingParents';\nexport var viewport = 'viewport';\nexport var popper = 'popper';\nexport var reference = 'reference';\nexport var variationPlacements = /*#__PURE__*/basePlacements.reduce(function (acc, placement) {\n return acc.concat([placement + \"-\" + start, placement + \"-\" + end]);\n}, []);\nexport var placements = /*#__PURE__*/[].concat(basePlacements, [auto]).reduce(function (acc, placement) {\n return acc.concat([placement, placement + \"-\" + start, placement + \"-\" + end]);\n}, []); // modifiers that need to read the DOM\n\nexport var beforeRead = 'beforeRead';\nexport var read = 'read';\nexport var afterRead = 'afterRead'; // pure-logic modifiers\n\nexport var beforeMain = 'beforeMain';\nexport var main = 'main';\nexport var afterMain = 'afterMain'; // modifier with the purpose to write to the DOM (or write into a framework state)\n\nexport var beforeWrite = 'beforeWrite';\nexport var write = 'write';\nexport var afterWrite = 'afterWrite';\nexport var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];","export default function getNodeName(element) {\n return element ? (element.nodeName || '').toLowerCase() : null;\n}","export default function getWindow(node) {\n if (node == null) {\n return window;\n }\n\n if (node.toString() !== '[object Window]') {\n var ownerDocument = node.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView || window : window;\n }\n\n return node;\n}","import getWindow from \"./getWindow.js\";\n\nfunction isElement(node) {\n var OwnElement = getWindow(node).Element;\n return node instanceof OwnElement || node instanceof Element;\n}\n\nfunction isHTMLElement(node) {\n var OwnElement = getWindow(node).HTMLElement;\n return node instanceof OwnElement || node instanceof HTMLElement;\n}\n\nfunction isShadowRoot(node) {\n // IE 11 has no ShadowRoot\n if (typeof ShadowRoot === 'undefined') {\n return false;\n }\n\n var OwnElement = getWindow(node).ShadowRoot;\n return node instanceof OwnElement || node instanceof ShadowRoot;\n}\n\nexport { isElement, isHTMLElement, isShadowRoot };","import getNodeName from \"../dom-utils/getNodeName.js\";\nimport { isHTMLElement } from \"../dom-utils/instanceOf.js\"; // This modifier takes the styles prepared by the `computeStyles` modifier\n// and applies them to the HTMLElements such as popper and arrow\n\nfunction applyStyles(_ref) {\n var state = _ref.state;\n Object.keys(state.elements).forEach(function (name) {\n var style = state.styles[name] || {};\n var attributes = state.attributes[name] || {};\n var element = state.elements[name]; // arrow is optional + virtual elements\n\n if (!isHTMLElement(element) || !getNodeName(element)) {\n return;\n } // Flow doesn't support to extend this property, but it's the most\n // effective way to apply styles to an HTMLElement\n // $FlowFixMe[cannot-write]\n\n\n Object.assign(element.style, style);\n Object.keys(attributes).forEach(function (name) {\n var value = attributes[name];\n\n if (value === false) {\n element.removeAttribute(name);\n } else {\n element.setAttribute(name, value === true ? '' : value);\n }\n });\n });\n}\n\nfunction effect(_ref2) {\n var state = _ref2.state;\n var initialStyles = {\n popper: {\n position: state.options.strategy,\n left: '0',\n top: '0',\n margin: '0'\n },\n arrow: {\n position: 'absolute'\n },\n reference: {}\n };\n Object.assign(state.elements.popper.style, initialStyles.popper);\n state.styles = initialStyles;\n\n if (state.elements.arrow) {\n Object.assign(state.elements.arrow.style, initialStyles.arrow);\n }\n\n return function () {\n Object.keys(state.elements).forEach(function (name) {\n var element = state.elements[name];\n var attributes = state.attributes[name] || {};\n var styleProperties = Object.keys(state.styles.hasOwnProperty(name) ? state.styles[name] : initialStyles[name]); // Set all values to an empty string to unset them\n\n var style = styleProperties.reduce(function (style, property) {\n style[property] = '';\n return style;\n }, {}); // arrow is optional + virtual elements\n\n if (!isHTMLElement(element) || !getNodeName(element)) {\n return;\n }\n\n Object.assign(element.style, style);\n Object.keys(attributes).forEach(function (attribute) {\n element.removeAttribute(attribute);\n });\n });\n };\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'applyStyles',\n enabled: true,\n phase: 'write',\n fn: applyStyles,\n effect: effect,\n requires: ['computeStyles']\n};","import { auto } from \"../enums.js\";\nexport default function getBasePlacement(placement) {\n return placement.split('-')[0];\n}","// import { isHTMLElement } from './instanceOf';\nexport default function getBoundingClientRect(element, // eslint-disable-next-line unused-imports/no-unused-vars\nincludeScale) {\n if (includeScale === void 0) {\n includeScale = false;\n }\n\n var rect = element.getBoundingClientRect();\n var scaleX = 1;\n var scaleY = 1; // FIXME:\n // `offsetWidth` returns an integer while `getBoundingClientRect`\n // returns a float. This results in `scaleX` or `scaleY` being\n // non-1 when it should be for elements that aren't a full pixel in\n // width or height.\n // if (isHTMLElement(element) && includeScale) {\n // const offsetHeight = element.offsetHeight;\n // const offsetWidth = element.offsetWidth;\n // // Do not attempt to divide by 0, otherwise we get `Infinity` as scale\n // // Fallback to 1 in case both values are `0`\n // if (offsetWidth > 0) {\n // scaleX = rect.width / offsetWidth || 1;\n // }\n // if (offsetHeight > 0) {\n // scaleY = rect.height / offsetHeight || 1;\n // }\n // }\n\n return {\n width: rect.width / scaleX,\n height: rect.height / scaleY,\n top: rect.top / scaleY,\n right: rect.right / scaleX,\n bottom: rect.bottom / scaleY,\n left: rect.left / scaleX,\n x: rect.left / scaleX,\n y: rect.top / scaleY\n };\n}","import getBoundingClientRect from \"./getBoundingClientRect.js\"; // Returns the layout rect of an element relative to its offsetParent. Layout\n// means it doesn't take into account transforms.\n\nexport default function getLayoutRect(element) {\n var clientRect = getBoundingClientRect(element); // Use the clientRect sizes if it's not been transformed.\n // Fixes https://github.com/popperjs/popper-core/issues/1223\n\n var width = element.offsetWidth;\n var height = element.offsetHeight;\n\n if (Math.abs(clientRect.width - width) <= 1) {\n width = clientRect.width;\n }\n\n if (Math.abs(clientRect.height - height) <= 1) {\n height = clientRect.height;\n }\n\n return {\n x: element.offsetLeft,\n y: element.offsetTop,\n width: width,\n height: height\n };\n}","import { isShadowRoot } from \"./instanceOf.js\";\nexport default function contains(parent, child) {\n var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method\n\n if (parent.contains(child)) {\n return true;\n } // then fallback to custom implementation with Shadow DOM support\n else if (rootNode && isShadowRoot(rootNode)) {\n var next = child;\n\n do {\n if (next && parent.isSameNode(next)) {\n return true;\n } // $FlowFixMe[prop-missing]: need a better way to handle this...\n\n\n next = next.parentNode || next.host;\n } while (next);\n } // Give up, the result is false\n\n\n return false;\n}","import getWindow from \"./getWindow.js\";\nexport default function getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}","import getNodeName from \"./getNodeName.js\";\nexport default function isTableElement(element) {\n return ['table', 'td', 'th'].indexOf(getNodeName(element)) >= 0;\n}","import { isElement } from \"./instanceOf.js\";\nexport default function getDocumentElement(element) {\n // $FlowFixMe[incompatible-return]: assume body is always available\n return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing]\n element.document) || window.document).documentElement;\n}","import getNodeName from \"./getNodeName.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport { isShadowRoot } from \"./instanceOf.js\";\nexport default function getParentNode(element) {\n if (getNodeName(element) === 'html') {\n return element;\n }\n\n return (// this is a quicker (but less type safe) way to save quite some bytes from the bundle\n // $FlowFixMe[incompatible-return]\n // $FlowFixMe[prop-missing]\n element.assignedSlot || // step into the shadow DOM of the parent of a slotted node\n element.parentNode || ( // DOM Element detected\n isShadowRoot(element) ? element.host : null) || // ShadowRoot detected\n // $FlowFixMe[incompatible-call]: HTMLElement is a Node\n getDocumentElement(element) // fallback\n\n );\n}","import getWindow from \"./getWindow.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nimport isTableElement from \"./isTableElement.js\";\nimport getParentNode from \"./getParentNode.js\";\n\nfunction getTrueOffsetParent(element) {\n if (!isHTMLElement(element) || // https://github.com/popperjs/popper-core/issues/837\n getComputedStyle(element).position === 'fixed') {\n return null;\n }\n\n return element.offsetParent;\n} // `.offsetParent` reports `null` for fixed elements, while absolute elements\n// return the containing block\n\n\nfunction getContainingBlock(element) {\n var isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') !== -1;\n var isIE = navigator.userAgent.indexOf('Trident') !== -1;\n\n if (isIE && isHTMLElement(element)) {\n // In IE 9, 10 and 11 fixed elements containing block is always established by the viewport\n var elementCss = getComputedStyle(element);\n\n if (elementCss.position === 'fixed') {\n return null;\n }\n }\n\n var currentNode = getParentNode(element);\n\n while (isHTMLElement(currentNode) && ['html', 'body'].indexOf(getNodeName(currentNode)) < 0) {\n var css = getComputedStyle(currentNode); // This is non-exhaustive but covers the most common CSS properties that\n // create a containing block.\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n\n if (css.transform !== 'none' || css.perspective !== 'none' || css.contain === 'paint' || ['transform', 'perspective'].indexOf(css.willChange) !== -1 || isFirefox && css.willChange === 'filter' || isFirefox && css.filter && css.filter !== 'none') {\n return currentNode;\n } else {\n currentNode = currentNode.parentNode;\n }\n }\n\n return null;\n} // Gets the closest ancestor positioned element. Handles some edge cases,\n// such as table ancestors and cross browser bugs.\n\n\nexport default function getOffsetParent(element) {\n var window = getWindow(element);\n var offsetParent = getTrueOffsetParent(element);\n\n while (offsetParent && isTableElement(offsetParent) && getComputedStyle(offsetParent).position === 'static') {\n offsetParent = getTrueOffsetParent(offsetParent);\n }\n\n if (offsetParent && (getNodeName(offsetParent) === 'html' || getNodeName(offsetParent) === 'body' && getComputedStyle(offsetParent).position === 'static')) {\n return window;\n }\n\n return offsetParent || getContainingBlock(element) || window;\n}","export default function getMainAxisFromPlacement(placement) {\n return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';\n}","export var max = Math.max;\nexport var min = Math.min;\nexport var round = Math.round;","import { max as mathMax, min as mathMin } from \"./math.js\";\nexport default function within(min, value, max) {\n return mathMax(min, mathMin(value, max));\n}","export default function getFreshSideObject() {\n return {\n top: 0,\n right: 0,\n bottom: 0,\n left: 0\n };\n}","import getFreshSideObject from \"./getFreshSideObject.js\";\nexport default function mergePaddingObject(paddingObject) {\n return Object.assign({}, getFreshSideObject(), paddingObject);\n}","export default function expandToHashMap(value, keys) {\n return keys.reduce(function (hashMap, key) {\n hashMap[key] = value;\n return hashMap;\n }, {});\n}","import getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getLayoutRect from \"../dom-utils/getLayoutRect.js\";\nimport contains from \"../dom-utils/contains.js\";\nimport getOffsetParent from \"../dom-utils/getOffsetParent.js\";\nimport getMainAxisFromPlacement from \"../utils/getMainAxisFromPlacement.js\";\nimport within from \"../utils/within.js\";\nimport mergePaddingObject from \"../utils/mergePaddingObject.js\";\nimport expandToHashMap from \"../utils/expandToHashMap.js\";\nimport { left, right, basePlacements, top, bottom } from \"../enums.js\";\nimport { isHTMLElement } from \"../dom-utils/instanceOf.js\"; // eslint-disable-next-line import/no-unused-modules\n\nvar toPaddingObject = function toPaddingObject(padding, state) {\n padding = typeof padding === 'function' ? padding(Object.assign({}, state.rects, {\n placement: state.placement\n })) : padding;\n return mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));\n};\n\nfunction arrow(_ref) {\n var _state$modifiersData$;\n\n var state = _ref.state,\n name = _ref.name,\n options = _ref.options;\n var arrowElement = state.elements.arrow;\n var popperOffsets = state.modifiersData.popperOffsets;\n var basePlacement = getBasePlacement(state.placement);\n var axis = getMainAxisFromPlacement(basePlacement);\n var isVertical = [left, right].indexOf(basePlacement) >= 0;\n var len = isVertical ? 'height' : 'width';\n\n if (!arrowElement || !popperOffsets) {\n return;\n }\n\n var paddingObject = toPaddingObject(options.padding, state);\n var arrowRect = getLayoutRect(arrowElement);\n var minProp = axis === 'y' ? top : left;\n var maxProp = axis === 'y' ? bottom : right;\n var endDiff = state.rects.reference[len] + state.rects.reference[axis] - popperOffsets[axis] - state.rects.popper[len];\n var startDiff = popperOffsets[axis] - state.rects.reference[axis];\n var arrowOffsetParent = getOffsetParent(arrowElement);\n var clientSize = arrowOffsetParent ? axis === 'y' ? arrowOffsetParent.clientHeight || 0 : arrowOffsetParent.clientWidth || 0 : 0;\n var centerToReference = endDiff / 2 - startDiff / 2; // Make sure the arrow doesn't overflow the popper if the center point is\n // outside of the popper bounds\n\n var min = paddingObject[minProp];\n var max = clientSize - arrowRect[len] - paddingObject[maxProp];\n var center = clientSize / 2 - arrowRect[len] / 2 + centerToReference;\n var offset = within(min, center, max); // Prevents breaking syntax highlighting...\n\n var axisProp = axis;\n state.modifiersData[name] = (_state$modifiersData$ = {}, _state$modifiersData$[axisProp] = offset, _state$modifiersData$.centerOffset = offset - center, _state$modifiersData$);\n}\n\nfunction effect(_ref2) {\n var state = _ref2.state,\n options = _ref2.options;\n var _options$element = options.element,\n arrowElement = _options$element === void 0 ? '[data-popper-arrow]' : _options$element;\n\n if (arrowElement == null) {\n return;\n } // CSS selector\n\n\n if (typeof arrowElement === 'string') {\n arrowElement = state.elements.popper.querySelector(arrowElement);\n\n if (!arrowElement) {\n return;\n }\n }\n\n if (process.env.NODE_ENV !== \"production\") {\n if (!isHTMLElement(arrowElement)) {\n console.error(['Popper: \"arrow\" element must be an HTMLElement (not an SVGElement).', 'To use an SVG arrow, wrap it in an HTMLElement that will be used as', 'the arrow.'].join(' '));\n }\n }\n\n if (!contains(state.elements.popper, arrowElement)) {\n if (process.env.NODE_ENV !== \"production\") {\n console.error(['Popper: \"arrow\" modifier\\'s `element` must be a child of the popper', 'element.'].join(' '));\n }\n\n return;\n }\n\n state.elements.arrow = arrowElement;\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'arrow',\n enabled: true,\n phase: 'main',\n fn: arrow,\n effect: effect,\n requires: ['popperOffsets'],\n requiresIfExists: ['preventOverflow']\n};","export default function getVariation(placement) {\n return placement.split('-')[1];\n}","import { top, left, right, bottom, end } from \"../enums.js\";\nimport getOffsetParent from \"../dom-utils/getOffsetParent.js\";\nimport getWindow from \"../dom-utils/getWindow.js\";\nimport getDocumentElement from \"../dom-utils/getDocumentElement.js\";\nimport getComputedStyle from \"../dom-utils/getComputedStyle.js\";\nimport getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getVariation from \"../utils/getVariation.js\";\nimport { round } from \"../utils/math.js\"; // eslint-disable-next-line import/no-unused-modules\n\nvar unsetSides = {\n top: 'auto',\n right: 'auto',\n bottom: 'auto',\n left: 'auto'\n}; // Round the offsets to the nearest suitable subpixel based on the DPR.\n// Zooming can change the DPR, but it seems to report a value that will\n// cleanly divide the values into the appropriate subpixels.\n\nfunction roundOffsetsByDPR(_ref) {\n var x = _ref.x,\n y = _ref.y;\n var win = window;\n var dpr = win.devicePixelRatio || 1;\n return {\n x: round(round(x * dpr) / dpr) || 0,\n y: round(round(y * dpr) / dpr) || 0\n };\n}\n\nexport function mapToStyles(_ref2) {\n var _Object$assign2;\n\n var popper = _ref2.popper,\n popperRect = _ref2.popperRect,\n placement = _ref2.placement,\n variation = _ref2.variation,\n offsets = _ref2.offsets,\n position = _ref2.position,\n gpuAcceleration = _ref2.gpuAcceleration,\n adaptive = _ref2.adaptive,\n roundOffsets = _ref2.roundOffsets;\n\n var _ref3 = roundOffsets === true ? roundOffsetsByDPR(offsets) : typeof roundOffsets === 'function' ? roundOffsets(offsets) : offsets,\n _ref3$x = _ref3.x,\n x = _ref3$x === void 0 ? 0 : _ref3$x,\n _ref3$y = _ref3.y,\n y = _ref3$y === void 0 ? 0 : _ref3$y;\n\n var hasX = offsets.hasOwnProperty('x');\n var hasY = offsets.hasOwnProperty('y');\n var sideX = left;\n var sideY = top;\n var win = window;\n\n if (adaptive) {\n var offsetParent = getOffsetParent(popper);\n var heightProp = 'clientHeight';\n var widthProp = 'clientWidth';\n\n if (offsetParent === getWindow(popper)) {\n offsetParent = getDocumentElement(popper);\n\n if (getComputedStyle(offsetParent).position !== 'static' && position === 'absolute') {\n heightProp = 'scrollHeight';\n widthProp = 'scrollWidth';\n }\n } // $FlowFixMe[incompatible-cast]: force type refinement, we compare offsetParent with window above, but Flow doesn't detect it\n\n\n offsetParent = offsetParent;\n\n if (placement === top || (placement === left || placement === right) && variation === end) {\n sideY = bottom; // $FlowFixMe[prop-missing]\n\n y -= offsetParent[heightProp] - popperRect.height;\n y *= gpuAcceleration ? 1 : -1;\n }\n\n if (placement === left || (placement === top || placement === bottom) && variation === end) {\n sideX = right; // $FlowFixMe[prop-missing]\n\n x -= offsetParent[widthProp] - popperRect.width;\n x *= gpuAcceleration ? 1 : -1;\n }\n }\n\n var commonStyles = Object.assign({\n position: position\n }, adaptive && unsetSides);\n\n if (gpuAcceleration) {\n var _Object$assign;\n\n return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? \"translate(\" + x + \"px, \" + y + \"px)\" : \"translate3d(\" + x + \"px, \" + y + \"px, 0)\", _Object$assign));\n }\n\n return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + \"px\" : '', _Object$assign2[sideX] = hasX ? x + \"px\" : '', _Object$assign2.transform = '', _Object$assign2));\n}\n\nfunction computeStyles(_ref4) {\n var state = _ref4.state,\n options = _ref4.options;\n var _options$gpuAccelerat = options.gpuAcceleration,\n gpuAcceleration = _options$gpuAccelerat === void 0 ? true : _options$gpuAccelerat,\n _options$adaptive = options.adaptive,\n adaptive = _options$adaptive === void 0 ? true : _options$adaptive,\n _options$roundOffsets = options.roundOffsets,\n roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets;\n\n if (process.env.NODE_ENV !== \"production\") {\n var transitionProperty = getComputedStyle(state.elements.popper).transitionProperty || '';\n\n if (adaptive && ['transform', 'top', 'right', 'bottom', 'left'].some(function (property) {\n return transitionProperty.indexOf(property) >= 0;\n })) {\n console.warn(['Popper: Detected CSS transitions on at least one of the following', 'CSS properties: \"transform\", \"top\", \"right\", \"bottom\", \"left\".', '\\n\\n', 'Disable the \"computeStyles\" modifier\\'s `adaptive` option to allow', 'for smooth transitions, or remove these properties from the CSS', 'transition declaration on the popper element if only transitioning', 'opacity or background-color for example.', '\\n\\n', 'We recommend using the popper element as a wrapper around an inner', 'element that can have any CSS property transitioned for animations.'].join(' '));\n }\n }\n\n var commonStyles = {\n placement: getBasePlacement(state.placement),\n variation: getVariation(state.placement),\n popper: state.elements.popper,\n popperRect: state.rects.popper,\n gpuAcceleration: gpuAcceleration\n };\n\n if (state.modifiersData.popperOffsets != null) {\n state.styles.popper = Object.assign({}, state.styles.popper, mapToStyles(Object.assign({}, commonStyles, {\n offsets: state.modifiersData.popperOffsets,\n position: state.options.strategy,\n adaptive: adaptive,\n roundOffsets: roundOffsets\n })));\n }\n\n if (state.modifiersData.arrow != null) {\n state.styles.arrow = Object.assign({}, state.styles.arrow, mapToStyles(Object.assign({}, commonStyles, {\n offsets: state.modifiersData.arrow,\n position: 'absolute',\n adaptive: false,\n roundOffsets: roundOffsets\n })));\n }\n\n state.attributes.popper = Object.assign({}, state.attributes.popper, {\n 'data-popper-placement': state.placement\n });\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'computeStyles',\n enabled: true,\n phase: 'beforeWrite',\n fn: computeStyles,\n data: {}\n};","import getWindow from \"../dom-utils/getWindow.js\"; // eslint-disable-next-line import/no-unused-modules\n\nvar passive = {\n passive: true\n};\n\nfunction effect(_ref) {\n var state = _ref.state,\n instance = _ref.instance,\n options = _ref.options;\n var _options$scroll = options.scroll,\n scroll = _options$scroll === void 0 ? true : _options$scroll,\n _options$resize = options.resize,\n resize = _options$resize === void 0 ? true : _options$resize;\n var window = getWindow(state.elements.popper);\n var scrollParents = [].concat(state.scrollParents.reference, state.scrollParents.popper);\n\n if (scroll) {\n scrollParents.forEach(function (scrollParent) {\n scrollParent.addEventListener('scroll', instance.update, passive);\n });\n }\n\n if (resize) {\n window.addEventListener('resize', instance.update, passive);\n }\n\n return function () {\n if (scroll) {\n scrollParents.forEach(function (scrollParent) {\n scrollParent.removeEventListener('scroll', instance.update, passive);\n });\n }\n\n if (resize) {\n window.removeEventListener('resize', instance.update, passive);\n }\n };\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'eventListeners',\n enabled: true,\n phase: 'write',\n fn: function fn() {},\n effect: effect,\n data: {}\n};","var hash = {\n left: 'right',\n right: 'left',\n bottom: 'top',\n top: 'bottom'\n};\nexport default function getOppositePlacement(placement) {\n return placement.replace(/left|right|bottom|top/g, function (matched) {\n return hash[matched];\n });\n}","var hash = {\n start: 'end',\n end: 'start'\n};\nexport default function getOppositeVariationPlacement(placement) {\n return placement.replace(/start|end/g, function (matched) {\n return hash[matched];\n });\n}","import getWindow from \"./getWindow.js\";\nexport default function getWindowScroll(node) {\n var win = getWindow(node);\n var scrollLeft = win.pageXOffset;\n var scrollTop = win.pageYOffset;\n return {\n scrollLeft: scrollLeft,\n scrollTop: scrollTop\n };\n}","import getBoundingClientRect from \"./getBoundingClientRect.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport getWindowScroll from \"./getWindowScroll.js\";\nexport default function getWindowScrollBarX(element) {\n // If has a CSS width greater than the viewport, then this will be\n // incorrect for RTL.\n // Popper 1 is broken in this case and never had a bug report so let's assume\n // it's not an issue. I don't think anyone ever specifies width on \n // anyway.\n // Browsers where the left scrollbar doesn't cause an issue report `0` for\n // this (e.g. Edge 2019, IE11, Safari)\n return getBoundingClientRect(getDocumentElement(element)).left + getWindowScroll(element).scrollLeft;\n}","import getWindow from \"./getWindow.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nexport default function getViewportRect(element) {\n var win = getWindow(element);\n var html = getDocumentElement(element);\n var visualViewport = win.visualViewport;\n var width = html.clientWidth;\n var height = html.clientHeight;\n var x = 0;\n var y = 0; // NB: This isn't supported on iOS <= 12. If the keyboard is open, the popper\n // can be obscured underneath it.\n // Also, `html.clientHeight` adds the bottom bar height in Safari iOS, even\n // if it isn't open, so if this isn't available, the popper will be detected\n // to overflow the bottom of the screen too early.\n\n if (visualViewport) {\n width = visualViewport.width;\n height = visualViewport.height; // Uses Layout Viewport (like Chrome; Safari does not currently)\n // In Chrome, it returns a value very close to 0 (+/-) but contains rounding\n // errors due to floating point numbers, so we need to check precision.\n // Safari returns a number <= 0, usually < -1 when pinch-zoomed\n // Feature detection fails in mobile emulation mode in Chrome.\n // Math.abs(win.innerWidth / visualViewport.scale - visualViewport.width) <\n // 0.001\n // Fallback here: \"Not Safari\" userAgent\n\n if (!/^((?!chrome|android).)*safari/i.test(navigator.userAgent)) {\n x = visualViewport.offsetLeft;\n y = visualViewport.offsetTop;\n }\n }\n\n return {\n width: width,\n height: height,\n x: x + getWindowScrollBarX(element),\n y: y\n };\n}","import getDocumentElement from \"./getDocumentElement.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nimport getWindowScroll from \"./getWindowScroll.js\";\nimport { max } from \"../utils/math.js\"; // Gets the entire size of the scrollable document area, even extending outside\n// of the `` and `` rect bounds if horizontally scrollable\n\nexport default function getDocumentRect(element) {\n var _element$ownerDocumen;\n\n var html = getDocumentElement(element);\n var winScroll = getWindowScroll(element);\n var body = (_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body;\n var width = max(html.scrollWidth, html.clientWidth, body ? body.scrollWidth : 0, body ? body.clientWidth : 0);\n var height = max(html.scrollHeight, html.clientHeight, body ? body.scrollHeight : 0, body ? body.clientHeight : 0);\n var x = -winScroll.scrollLeft + getWindowScrollBarX(element);\n var y = -winScroll.scrollTop;\n\n if (getComputedStyle(body || html).direction === 'rtl') {\n x += max(html.clientWidth, body ? body.clientWidth : 0) - width;\n }\n\n return {\n width: width,\n height: height,\n x: x,\n y: y\n };\n}","import getComputedStyle from \"./getComputedStyle.js\";\nexport default function isScrollParent(element) {\n // Firefox wants us to check `-x` and `-y` variations as well\n var _getComputedStyle = getComputedStyle(element),\n overflow = _getComputedStyle.overflow,\n overflowX = _getComputedStyle.overflowX,\n overflowY = _getComputedStyle.overflowY;\n\n return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX);\n}","import getParentNode from \"./getParentNode.js\";\nimport isScrollParent from \"./isScrollParent.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nexport default function getScrollParent(node) {\n if (['html', 'body', '#document'].indexOf(getNodeName(node)) >= 0) {\n // $FlowFixMe[incompatible-return]: assume body is always available\n return node.ownerDocument.body;\n }\n\n if (isHTMLElement(node) && isScrollParent(node)) {\n return node;\n }\n\n return getScrollParent(getParentNode(node));\n}","import getScrollParent from \"./getScrollParent.js\";\nimport getParentNode from \"./getParentNode.js\";\nimport getWindow from \"./getWindow.js\";\nimport isScrollParent from \"./isScrollParent.js\";\n/*\ngiven a DOM element, return the list of all scroll parents, up the list of ancesors\nuntil we get to the top window object. This list is what we attach scroll listeners\nto, because if any of these parent elements scroll, we'll need to re-calculate the\nreference element's position.\n*/\n\nexport default function listScrollParents(element, list) {\n var _element$ownerDocumen;\n\n if (list === void 0) {\n list = [];\n }\n\n var scrollParent = getScrollParent(element);\n var isBody = scrollParent === ((_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body);\n var win = getWindow(scrollParent);\n var target = isBody ? [win].concat(win.visualViewport || [], isScrollParent(scrollParent) ? scrollParent : []) : scrollParent;\n var updatedList = list.concat(target);\n return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here\n updatedList.concat(listScrollParents(getParentNode(target)));\n}","export default function rectToClientRect(rect) {\n return Object.assign({}, rect, {\n left: rect.x,\n top: rect.y,\n right: rect.x + rect.width,\n bottom: rect.y + rect.height\n });\n}","import { viewport } from \"../enums.js\";\nimport getViewportRect from \"./getViewportRect.js\";\nimport getDocumentRect from \"./getDocumentRect.js\";\nimport listScrollParents from \"./listScrollParents.js\";\nimport getOffsetParent from \"./getOffsetParent.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport { isElement, isHTMLElement } from \"./instanceOf.js\";\nimport getBoundingClientRect from \"./getBoundingClientRect.js\";\nimport getParentNode from \"./getParentNode.js\";\nimport contains from \"./contains.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport rectToClientRect from \"../utils/rectToClientRect.js\";\nimport { max, min } from \"../utils/math.js\";\n\nfunction getInnerBoundingClientRect(element) {\n var rect = getBoundingClientRect(element);\n rect.top = rect.top + element.clientTop;\n rect.left = rect.left + element.clientLeft;\n rect.bottom = rect.top + element.clientHeight;\n rect.right = rect.left + element.clientWidth;\n rect.width = element.clientWidth;\n rect.height = element.clientHeight;\n rect.x = rect.left;\n rect.y = rect.top;\n return rect;\n}\n\nfunction getClientRectFromMixedType(element, clippingParent) {\n return clippingParent === viewport ? rectToClientRect(getViewportRect(element)) : isHTMLElement(clippingParent) ? getInnerBoundingClientRect(clippingParent) : rectToClientRect(getDocumentRect(getDocumentElement(element)));\n} // A \"clipping parent\" is an overflowable container with the characteristic of\n// clipping (or hiding) overflowing elements with a position different from\n// `initial`\n\n\nfunction getClippingParents(element) {\n var clippingParents = listScrollParents(getParentNode(element));\n var canEscapeClipping = ['absolute', 'fixed'].indexOf(getComputedStyle(element).position) >= 0;\n var clipperElement = canEscapeClipping && isHTMLElement(element) ? getOffsetParent(element) : element;\n\n if (!isElement(clipperElement)) {\n return [];\n } // $FlowFixMe[incompatible-return]: https://github.com/facebook/flow/issues/1414\n\n\n return clippingParents.filter(function (clippingParent) {\n return isElement(clippingParent) && contains(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body';\n });\n} // Gets the maximum area that the element is visible in due to any number of\n// clipping parents\n\n\nexport default function getClippingRect(element, boundary, rootBoundary) {\n var mainClippingParents = boundary === 'clippingParents' ? getClippingParents(element) : [].concat(boundary);\n var clippingParents = [].concat(mainClippingParents, [rootBoundary]);\n var firstClippingParent = clippingParents[0];\n var clippingRect = clippingParents.reduce(function (accRect, clippingParent) {\n var rect = getClientRectFromMixedType(element, clippingParent);\n accRect.top = max(rect.top, accRect.top);\n accRect.right = min(rect.right, accRect.right);\n accRect.bottom = min(rect.bottom, accRect.bottom);\n accRect.left = max(rect.left, accRect.left);\n return accRect;\n }, getClientRectFromMixedType(element, firstClippingParent));\n clippingRect.width = clippingRect.right - clippingRect.left;\n clippingRect.height = clippingRect.bottom - clippingRect.top;\n clippingRect.x = clippingRect.left;\n clippingRect.y = clippingRect.top;\n return clippingRect;\n}","import getBasePlacement from \"./getBasePlacement.js\";\nimport getVariation from \"./getVariation.js\";\nimport getMainAxisFromPlacement from \"./getMainAxisFromPlacement.js\";\nimport { top, right, bottom, left, start, end } from \"../enums.js\";\nexport default function computeOffsets(_ref) {\n var reference = _ref.reference,\n element = _ref.element,\n placement = _ref.placement;\n var basePlacement = placement ? getBasePlacement(placement) : null;\n var variation = placement ? getVariation(placement) : null;\n var commonX = reference.x + reference.width / 2 - element.width / 2;\n var commonY = reference.y + reference.height / 2 - element.height / 2;\n var offsets;\n\n switch (basePlacement) {\n case top:\n offsets = {\n x: commonX,\n y: reference.y - element.height\n };\n break;\n\n case bottom:\n offsets = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n\n case right:\n offsets = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n\n case left:\n offsets = {\n x: reference.x - element.width,\n y: commonY\n };\n break;\n\n default:\n offsets = {\n x: reference.x,\n y: reference.y\n };\n }\n\n var mainAxis = basePlacement ? getMainAxisFromPlacement(basePlacement) : null;\n\n if (mainAxis != null) {\n var len = mainAxis === 'y' ? 'height' : 'width';\n\n switch (variation) {\n case start:\n offsets[mainAxis] = offsets[mainAxis] - (reference[len] / 2 - element[len] / 2);\n break;\n\n case end:\n offsets[mainAxis] = offsets[mainAxis] + (reference[len] / 2 - element[len] / 2);\n break;\n\n default:\n }\n }\n\n return offsets;\n}","import getClippingRect from \"../dom-utils/getClippingRect.js\";\nimport getDocumentElement from \"../dom-utils/getDocumentElement.js\";\nimport getBoundingClientRect from \"../dom-utils/getBoundingClientRect.js\";\nimport computeOffsets from \"./computeOffsets.js\";\nimport rectToClientRect from \"./rectToClientRect.js\";\nimport { clippingParents, reference, popper, bottom, top, right, basePlacements, viewport } from \"../enums.js\";\nimport { isElement } from \"../dom-utils/instanceOf.js\";\nimport mergePaddingObject from \"./mergePaddingObject.js\";\nimport expandToHashMap from \"./expandToHashMap.js\"; // eslint-disable-next-line import/no-unused-modules\n\nexport default function detectOverflow(state, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n _options$placement = _options.placement,\n placement = _options$placement === void 0 ? state.placement : _options$placement,\n _options$boundary = _options.boundary,\n boundary = _options$boundary === void 0 ? clippingParents : _options$boundary,\n _options$rootBoundary = _options.rootBoundary,\n rootBoundary = _options$rootBoundary === void 0 ? viewport : _options$rootBoundary,\n _options$elementConte = _options.elementContext,\n elementContext = _options$elementConte === void 0 ? popper : _options$elementConte,\n _options$altBoundary = _options.altBoundary,\n altBoundary = _options$altBoundary === void 0 ? false : _options$altBoundary,\n _options$padding = _options.padding,\n padding = _options$padding === void 0 ? 0 : _options$padding;\n var paddingObject = mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));\n var altContext = elementContext === popper ? reference : popper;\n var popperRect = state.rects.popper;\n var element = state.elements[altBoundary ? altContext : elementContext];\n var clippingClientRect = getClippingRect(isElement(element) ? element : element.contextElement || getDocumentElement(state.elements.popper), boundary, rootBoundary);\n var referenceClientRect = getBoundingClientRect(state.elements.reference);\n var popperOffsets = computeOffsets({\n reference: referenceClientRect,\n element: popperRect,\n strategy: 'absolute',\n placement: placement\n });\n var popperClientRect = rectToClientRect(Object.assign({}, popperRect, popperOffsets));\n var elementClientRect = elementContext === popper ? popperClientRect : referenceClientRect; // positive = overflowing the clipping rect\n // 0 or negative = within the clipping rect\n\n var overflowOffsets = {\n top: clippingClientRect.top - elementClientRect.top + paddingObject.top,\n bottom: elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom,\n left: clippingClientRect.left - elementClientRect.left + paddingObject.left,\n right: elementClientRect.right - clippingClientRect.right + paddingObject.right\n };\n var offsetData = state.modifiersData.offset; // Offsets can be applied only to the popper element\n\n if (elementContext === popper && offsetData) {\n var offset = offsetData[placement];\n Object.keys(overflowOffsets).forEach(function (key) {\n var multiply = [right, bottom].indexOf(key) >= 0 ? 1 : -1;\n var axis = [top, bottom].indexOf(key) >= 0 ? 'y' : 'x';\n overflowOffsets[key] += offset[axis] * multiply;\n });\n }\n\n return overflowOffsets;\n}","import getVariation from \"./getVariation.js\";\nimport { variationPlacements, basePlacements, placements as allPlacements } from \"../enums.js\";\nimport detectOverflow from \"./detectOverflow.js\";\nimport getBasePlacement from \"./getBasePlacement.js\";\nexport default function computeAutoPlacement(state, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n placement = _options.placement,\n boundary = _options.boundary,\n rootBoundary = _options.rootBoundary,\n padding = _options.padding,\n flipVariations = _options.flipVariations,\n _options$allowedAutoP = _options.allowedAutoPlacements,\n allowedAutoPlacements = _options$allowedAutoP === void 0 ? allPlacements : _options$allowedAutoP;\n var variation = getVariation(placement);\n var placements = variation ? flipVariations ? variationPlacements : variationPlacements.filter(function (placement) {\n return getVariation(placement) === variation;\n }) : basePlacements;\n var allowedPlacements = placements.filter(function (placement) {\n return allowedAutoPlacements.indexOf(placement) >= 0;\n });\n\n if (allowedPlacements.length === 0) {\n allowedPlacements = placements;\n\n if (process.env.NODE_ENV !== \"production\") {\n console.error(['Popper: The `allowedAutoPlacements` option did not allow any', 'placements. Ensure the `placement` option matches the variation', 'of the allowed placements.', 'For example, \"auto\" cannot be used to allow \"bottom-start\".', 'Use \"auto-start\" instead.'].join(' '));\n }\n } // $FlowFixMe[incompatible-type]: Flow seems to have problems with two array unions...\n\n\n var overflows = allowedPlacements.reduce(function (acc, placement) {\n acc[placement] = detectOverflow(state, {\n placement: placement,\n boundary: boundary,\n rootBoundary: rootBoundary,\n padding: padding\n })[getBasePlacement(placement)];\n return acc;\n }, {});\n return Object.keys(overflows).sort(function (a, b) {\n return overflows[a] - overflows[b];\n });\n}","import getOppositePlacement from \"../utils/getOppositePlacement.js\";\nimport getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getOppositeVariationPlacement from \"../utils/getOppositeVariationPlacement.js\";\nimport detectOverflow from \"../utils/detectOverflow.js\";\nimport computeAutoPlacement from \"../utils/computeAutoPlacement.js\";\nimport { bottom, top, start, right, left, auto } from \"../enums.js\";\nimport getVariation from \"../utils/getVariation.js\"; // eslint-disable-next-line import/no-unused-modules\n\nfunction getExpandedFallbackPlacements(placement) {\n if (getBasePlacement(placement) === auto) {\n return [];\n }\n\n var oppositePlacement = getOppositePlacement(placement);\n return [getOppositeVariationPlacement(placement), oppositePlacement, getOppositeVariationPlacement(oppositePlacement)];\n}\n\nfunction flip(_ref) {\n var state = _ref.state,\n options = _ref.options,\n name = _ref.name;\n\n if (state.modifiersData[name]._skip) {\n return;\n }\n\n var _options$mainAxis = options.mainAxis,\n checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis,\n _options$altAxis = options.altAxis,\n checkAltAxis = _options$altAxis === void 0 ? true : _options$altAxis,\n specifiedFallbackPlacements = options.fallbackPlacements,\n padding = options.padding,\n boundary = options.boundary,\n rootBoundary = options.rootBoundary,\n altBoundary = options.altBoundary,\n _options$flipVariatio = options.flipVariations,\n flipVariations = _options$flipVariatio === void 0 ? true : _options$flipVariatio,\n allowedAutoPlacements = options.allowedAutoPlacements;\n var preferredPlacement = state.options.placement;\n var basePlacement = getBasePlacement(preferredPlacement);\n var isBasePlacement = basePlacement === preferredPlacement;\n var fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipVariations ? [getOppositePlacement(preferredPlacement)] : getExpandedFallbackPlacements(preferredPlacement));\n var placements = [preferredPlacement].concat(fallbackPlacements).reduce(function (acc, placement) {\n return acc.concat(getBasePlacement(placement) === auto ? computeAutoPlacement(state, {\n placement: placement,\n boundary: boundary,\n rootBoundary: rootBoundary,\n padding: padding,\n flipVariations: flipVariations,\n allowedAutoPlacements: allowedAutoPlacements\n }) : placement);\n }, []);\n var referenceRect = state.rects.reference;\n var popperRect = state.rects.popper;\n var checksMap = new Map();\n var makeFallbackChecks = true;\n var firstFittingPlacement = placements[0];\n\n for (var i = 0; i < placements.length; i++) {\n var placement = placements[i];\n\n var _basePlacement = getBasePlacement(placement);\n\n var isStartVariation = getVariation(placement) === start;\n var isVertical = [top, bottom].indexOf(_basePlacement) >= 0;\n var len = isVertical ? 'width' : 'height';\n var overflow = detectOverflow(state, {\n placement: placement,\n boundary: boundary,\n rootBoundary: rootBoundary,\n altBoundary: altBoundary,\n padding: padding\n });\n var mainVariationSide = isVertical ? isStartVariation ? right : left : isStartVariation ? bottom : top;\n\n if (referenceRect[len] > popperRect[len]) {\n mainVariationSide = getOppositePlacement(mainVariationSide);\n }\n\n var altVariationSide = getOppositePlacement(mainVariationSide);\n var checks = [];\n\n if (checkMainAxis) {\n checks.push(overflow[_basePlacement] <= 0);\n }\n\n if (checkAltAxis) {\n checks.push(overflow[mainVariationSide] <= 0, overflow[altVariationSide] <= 0);\n }\n\n if (checks.every(function (check) {\n return check;\n })) {\n firstFittingPlacement = placement;\n makeFallbackChecks = false;\n break;\n }\n\n checksMap.set(placement, checks);\n }\n\n if (makeFallbackChecks) {\n // `2` may be desired in some cases – research later\n var numberOfChecks = flipVariations ? 3 : 1;\n\n var _loop = function _loop(_i) {\n var fittingPlacement = placements.find(function (placement) {\n var checks = checksMap.get(placement);\n\n if (checks) {\n return checks.slice(0, _i).every(function (check) {\n return check;\n });\n }\n });\n\n if (fittingPlacement) {\n firstFittingPlacement = fittingPlacement;\n return \"break\";\n }\n };\n\n for (var _i = numberOfChecks; _i > 0; _i--) {\n var _ret = _loop(_i);\n\n if (_ret === \"break\") break;\n }\n }\n\n if (state.placement !== firstFittingPlacement) {\n state.modifiersData[name]._skip = true;\n state.placement = firstFittingPlacement;\n state.reset = true;\n }\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'flip',\n enabled: true,\n phase: 'main',\n fn: flip,\n requiresIfExists: ['offset'],\n data: {\n _skip: false\n }\n};","import { top, bottom, left, right } from \"../enums.js\";\nimport detectOverflow from \"../utils/detectOverflow.js\";\n\nfunction getSideOffsets(overflow, rect, preventedOffsets) {\n if (preventedOffsets === void 0) {\n preventedOffsets = {\n x: 0,\n y: 0\n };\n }\n\n return {\n top: overflow.top - rect.height - preventedOffsets.y,\n right: overflow.right - rect.width + preventedOffsets.x,\n bottom: overflow.bottom - rect.height + preventedOffsets.y,\n left: overflow.left - rect.width - preventedOffsets.x\n };\n}\n\nfunction isAnySideFullyClipped(overflow) {\n return [top, right, bottom, left].some(function (side) {\n return overflow[side] >= 0;\n });\n}\n\nfunction hide(_ref) {\n var state = _ref.state,\n name = _ref.name;\n var referenceRect = state.rects.reference;\n var popperRect = state.rects.popper;\n var preventedOffsets = state.modifiersData.preventOverflow;\n var referenceOverflow = detectOverflow(state, {\n elementContext: 'reference'\n });\n var popperAltOverflow = detectOverflow(state, {\n altBoundary: true\n });\n var referenceClippingOffsets = getSideOffsets(referenceOverflow, referenceRect);\n var popperEscapeOffsets = getSideOffsets(popperAltOverflow, popperRect, preventedOffsets);\n var isReferenceHidden = isAnySideFullyClipped(referenceClippingOffsets);\n var hasPopperEscaped = isAnySideFullyClipped(popperEscapeOffsets);\n state.modifiersData[name] = {\n referenceClippingOffsets: referenceClippingOffsets,\n popperEscapeOffsets: popperEscapeOffsets,\n isReferenceHidden: isReferenceHidden,\n hasPopperEscaped: hasPopperEscaped\n };\n state.attributes.popper = Object.assign({}, state.attributes.popper, {\n 'data-popper-reference-hidden': isReferenceHidden,\n 'data-popper-escaped': hasPopperEscaped\n });\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'hide',\n enabled: true,\n phase: 'main',\n requiresIfExists: ['preventOverflow'],\n fn: hide\n};","import getBasePlacement from \"../utils/getBasePlacement.js\";\nimport { top, left, right, placements } from \"../enums.js\";\nexport function distanceAndSkiddingToXY(placement, rects, offset) {\n var basePlacement = getBasePlacement(placement);\n var invertDistance = [left, top].indexOf(basePlacement) >= 0 ? -1 : 1;\n\n var _ref = typeof offset === 'function' ? offset(Object.assign({}, rects, {\n placement: placement\n })) : offset,\n skidding = _ref[0],\n distance = _ref[1];\n\n skidding = skidding || 0;\n distance = (distance || 0) * invertDistance;\n return [left, right].indexOf(basePlacement) >= 0 ? {\n x: distance,\n y: skidding\n } : {\n x: skidding,\n y: distance\n };\n}\n\nfunction offset(_ref2) {\n var state = _ref2.state,\n options = _ref2.options,\n name = _ref2.name;\n var _options$offset = options.offset,\n offset = _options$offset === void 0 ? [0, 0] : _options$offset;\n var data = placements.reduce(function (acc, placement) {\n acc[placement] = distanceAndSkiddingToXY(placement, state.rects, offset);\n return acc;\n }, {});\n var _data$state$placement = data[state.placement],\n x = _data$state$placement.x,\n y = _data$state$placement.y;\n\n if (state.modifiersData.popperOffsets != null) {\n state.modifiersData.popperOffsets.x += x;\n state.modifiersData.popperOffsets.y += y;\n }\n\n state.modifiersData[name] = data;\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'offset',\n enabled: true,\n phase: 'main',\n requires: ['popperOffsets'],\n fn: offset\n};","import computeOffsets from \"../utils/computeOffsets.js\";\n\nfunction popperOffsets(_ref) {\n var state = _ref.state,\n name = _ref.name;\n // Offsets are the actual position the popper needs to have to be\n // properly positioned near its reference element\n // This is the most basic placement, and will be adjusted by\n // the modifiers in the next step\n state.modifiersData[name] = computeOffsets({\n reference: state.rects.reference,\n element: state.rects.popper,\n strategy: 'absolute',\n placement: state.placement\n });\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'popperOffsets',\n enabled: true,\n phase: 'read',\n fn: popperOffsets,\n data: {}\n};","export default function getAltAxis(axis) {\n return axis === 'x' ? 'y' : 'x';\n}","import { top, left, right, bottom, start } from \"../enums.js\";\nimport getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getMainAxisFromPlacement from \"../utils/getMainAxisFromPlacement.js\";\nimport getAltAxis from \"../utils/getAltAxis.js\";\nimport within from \"../utils/within.js\";\nimport getLayoutRect from \"../dom-utils/getLayoutRect.js\";\nimport getOffsetParent from \"../dom-utils/getOffsetParent.js\";\nimport detectOverflow from \"../utils/detectOverflow.js\";\nimport getVariation from \"../utils/getVariation.js\";\nimport getFreshSideObject from \"../utils/getFreshSideObject.js\";\nimport { max as mathMax, min as mathMin } from \"../utils/math.js\";\n\nfunction preventOverflow(_ref) {\n var state = _ref.state,\n options = _ref.options,\n name = _ref.name;\n var _options$mainAxis = options.mainAxis,\n checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis,\n _options$altAxis = options.altAxis,\n checkAltAxis = _options$altAxis === void 0 ? false : _options$altAxis,\n boundary = options.boundary,\n rootBoundary = options.rootBoundary,\n altBoundary = options.altBoundary,\n padding = options.padding,\n _options$tether = options.tether,\n tether = _options$tether === void 0 ? true : _options$tether,\n _options$tetherOffset = options.tetherOffset,\n tetherOffset = _options$tetherOffset === void 0 ? 0 : _options$tetherOffset;\n var overflow = detectOverflow(state, {\n boundary: boundary,\n rootBoundary: rootBoundary,\n padding: padding,\n altBoundary: altBoundary\n });\n var basePlacement = getBasePlacement(state.placement);\n var variation = getVariation(state.placement);\n var isBasePlacement = !variation;\n var mainAxis = getMainAxisFromPlacement(basePlacement);\n var altAxis = getAltAxis(mainAxis);\n var popperOffsets = state.modifiersData.popperOffsets;\n var referenceRect = state.rects.reference;\n var popperRect = state.rects.popper;\n var tetherOffsetValue = typeof tetherOffset === 'function' ? tetherOffset(Object.assign({}, state.rects, {\n placement: state.placement\n })) : tetherOffset;\n var data = {\n x: 0,\n y: 0\n };\n\n if (!popperOffsets) {\n return;\n }\n\n if (checkMainAxis || checkAltAxis) {\n var mainSide = mainAxis === 'y' ? top : left;\n var altSide = mainAxis === 'y' ? bottom : right;\n var len = mainAxis === 'y' ? 'height' : 'width';\n var offset = popperOffsets[mainAxis];\n var min = popperOffsets[mainAxis] + overflow[mainSide];\n var max = popperOffsets[mainAxis] - overflow[altSide];\n var additive = tether ? -popperRect[len] / 2 : 0;\n var minLen = variation === start ? referenceRect[len] : popperRect[len];\n var maxLen = variation === start ? -popperRect[len] : -referenceRect[len]; // We need to include the arrow in the calculation so the arrow doesn't go\n // outside the reference bounds\n\n var arrowElement = state.elements.arrow;\n var arrowRect = tether && arrowElement ? getLayoutRect(arrowElement) : {\n width: 0,\n height: 0\n };\n var arrowPaddingObject = state.modifiersData['arrow#persistent'] ? state.modifiersData['arrow#persistent'].padding : getFreshSideObject();\n var arrowPaddingMin = arrowPaddingObject[mainSide];\n var arrowPaddingMax = arrowPaddingObject[altSide]; // If the reference length is smaller than the arrow length, we don't want\n // to include its full size in the calculation. If the reference is small\n // and near the edge of a boundary, the popper can overflow even if the\n // reference is not overflowing as well (e.g. virtual elements with no\n // width or height)\n\n var arrowLen = within(0, referenceRect[len], arrowRect[len]);\n var minOffset = isBasePlacement ? referenceRect[len] / 2 - additive - arrowLen - arrowPaddingMin - tetherOffsetValue : minLen - arrowLen - arrowPaddingMin - tetherOffsetValue;\n var maxOffset = isBasePlacement ? -referenceRect[len] / 2 + additive + arrowLen + arrowPaddingMax + tetherOffsetValue : maxLen + arrowLen + arrowPaddingMax + tetherOffsetValue;\n var arrowOffsetParent = state.elements.arrow && getOffsetParent(state.elements.arrow);\n var clientOffset = arrowOffsetParent ? mainAxis === 'y' ? arrowOffsetParent.clientTop || 0 : arrowOffsetParent.clientLeft || 0 : 0;\n var offsetModifierValue = state.modifiersData.offset ? state.modifiersData.offset[state.placement][mainAxis] : 0;\n var tetherMin = popperOffsets[mainAxis] + minOffset - offsetModifierValue - clientOffset;\n var tetherMax = popperOffsets[mainAxis] + maxOffset - offsetModifierValue;\n\n if (checkMainAxis) {\n var preventedOffset = within(tether ? mathMin(min, tetherMin) : min, offset, tether ? mathMax(max, tetherMax) : max);\n popperOffsets[mainAxis] = preventedOffset;\n data[mainAxis] = preventedOffset - offset;\n }\n\n if (checkAltAxis) {\n var _mainSide = mainAxis === 'x' ? top : left;\n\n var _altSide = mainAxis === 'x' ? bottom : right;\n\n var _offset = popperOffsets[altAxis];\n\n var _min = _offset + overflow[_mainSide];\n\n var _max = _offset - overflow[_altSide];\n\n var _preventedOffset = within(tether ? mathMin(_min, tetherMin) : _min, _offset, tether ? mathMax(_max, tetherMax) : _max);\n\n popperOffsets[altAxis] = _preventedOffset;\n data[altAxis] = _preventedOffset - _offset;\n }\n }\n\n state.modifiersData[name] = data;\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'preventOverflow',\n enabled: true,\n phase: 'main',\n fn: preventOverflow,\n requiresIfExists: ['offset']\n};","export default function getHTMLElementScroll(element) {\n return {\n scrollLeft: element.scrollLeft,\n scrollTop: element.scrollTop\n };\n}","import getWindowScroll from \"./getWindowScroll.js\";\nimport getWindow from \"./getWindow.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nimport getHTMLElementScroll from \"./getHTMLElementScroll.js\";\nexport default function getNodeScroll(node) {\n if (node === getWindow(node) || !isHTMLElement(node)) {\n return getWindowScroll(node);\n } else {\n return getHTMLElementScroll(node);\n }\n}","import getBoundingClientRect from \"./getBoundingClientRect.js\";\nimport getNodeScroll from \"./getNodeScroll.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport isScrollParent from \"./isScrollParent.js\";\n\nfunction isElementScaled(element) {\n var rect = element.getBoundingClientRect();\n var scaleX = rect.width / element.offsetWidth || 1;\n var scaleY = rect.height / element.offsetHeight || 1;\n return scaleX !== 1 || scaleY !== 1;\n} // Returns the composite rect of an element relative to its offsetParent.\n// Composite means it takes into account transforms as well as layout.\n\n\nexport default function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {\n if (isFixed === void 0) {\n isFixed = false;\n }\n\n var isOffsetParentAnElement = isHTMLElement(offsetParent);\n var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent);\n var documentElement = getDocumentElement(offsetParent);\n var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled);\n var scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n var offsets = {\n x: 0,\n y: 0\n };\n\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || // https://github.com/popperjs/popper-core/issues/1078\n isScrollParent(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n\n if (isHTMLElement(offsetParent)) {\n offsets = getBoundingClientRect(offsetParent, true);\n offsets.x += offsetParent.clientLeft;\n offsets.y += offsetParent.clientTop;\n } else if (documentElement) {\n offsets.x = getWindowScrollBarX(documentElement);\n }\n }\n\n return {\n x: rect.left + scroll.scrollLeft - offsets.x,\n y: rect.top + scroll.scrollTop - offsets.y,\n width: rect.width,\n height: rect.height\n };\n}","import { modifierPhases } from \"../enums.js\"; // source: https://stackoverflow.com/questions/49875255\n\nfunction order(modifiers) {\n var map = new Map();\n var visited = new Set();\n var result = [];\n modifiers.forEach(function (modifier) {\n map.set(modifier.name, modifier);\n }); // On visiting object, check for its dependencies and visit them recursively\n\n function sort(modifier) {\n visited.add(modifier.name);\n var requires = [].concat(modifier.requires || [], modifier.requiresIfExists || []);\n requires.forEach(function (dep) {\n if (!visited.has(dep)) {\n var depModifier = map.get(dep);\n\n if (depModifier) {\n sort(depModifier);\n }\n }\n });\n result.push(modifier);\n }\n\n modifiers.forEach(function (modifier) {\n if (!visited.has(modifier.name)) {\n // check for visited object\n sort(modifier);\n }\n });\n return result;\n}\n\nexport default function orderModifiers(modifiers) {\n // order based on dependencies\n var orderedModifiers = order(modifiers); // order based on phase\n\n return modifierPhases.reduce(function (acc, phase) {\n return acc.concat(orderedModifiers.filter(function (modifier) {\n return modifier.phase === phase;\n }));\n }, []);\n}","export default function debounce(fn) {\n var pending;\n return function () {\n if (!pending) {\n pending = new Promise(function (resolve) {\n Promise.resolve().then(function () {\n pending = undefined;\n resolve(fn());\n });\n });\n }\n\n return pending;\n };\n}","export default function mergeByName(modifiers) {\n var merged = modifiers.reduce(function (merged, current) {\n var existing = merged[current.name];\n merged[current.name] = existing ? Object.assign({}, existing, current, {\n options: Object.assign({}, existing.options, current.options),\n data: Object.assign({}, existing.data, current.data)\n }) : current;\n return merged;\n }, {}); // IE11 does not support Object.values\n\n return Object.keys(merged).map(function (key) {\n return merged[key];\n });\n}","import getCompositeRect from \"./dom-utils/getCompositeRect.js\";\nimport getLayoutRect from \"./dom-utils/getLayoutRect.js\";\nimport listScrollParents from \"./dom-utils/listScrollParents.js\";\nimport getOffsetParent from \"./dom-utils/getOffsetParent.js\";\nimport getComputedStyle from \"./dom-utils/getComputedStyle.js\";\nimport orderModifiers from \"./utils/orderModifiers.js\";\nimport debounce from \"./utils/debounce.js\";\nimport validateModifiers from \"./utils/validateModifiers.js\";\nimport uniqueBy from \"./utils/uniqueBy.js\";\nimport getBasePlacement from \"./utils/getBasePlacement.js\";\nimport mergeByName from \"./utils/mergeByName.js\";\nimport detectOverflow from \"./utils/detectOverflow.js\";\nimport { isElement } from \"./dom-utils/instanceOf.js\";\nimport { auto } from \"./enums.js\";\nvar INVALID_ELEMENT_ERROR = 'Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.';\nvar INFINITE_LOOP_ERROR = 'Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.';\nvar DEFAULT_OPTIONS = {\n placement: 'bottom',\n modifiers: [],\n strategy: 'absolute'\n};\n\nfunction areValidElements() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return !args.some(function (element) {\n return !(element && typeof element.getBoundingClientRect === 'function');\n });\n}\n\nexport function popperGenerator(generatorOptions) {\n if (generatorOptions === void 0) {\n generatorOptions = {};\n }\n\n var _generatorOptions = generatorOptions,\n _generatorOptions$def = _generatorOptions.defaultModifiers,\n defaultModifiers = _generatorOptions$def === void 0 ? [] : _generatorOptions$def,\n _generatorOptions$def2 = _generatorOptions.defaultOptions,\n defaultOptions = _generatorOptions$def2 === void 0 ? DEFAULT_OPTIONS : _generatorOptions$def2;\n return function createPopper(reference, popper, options) {\n if (options === void 0) {\n options = defaultOptions;\n }\n\n var state = {\n placement: 'bottom',\n orderedModifiers: [],\n options: Object.assign({}, DEFAULT_OPTIONS, defaultOptions),\n modifiersData: {},\n elements: {\n reference: reference,\n popper: popper\n },\n attributes: {},\n styles: {}\n };\n var effectCleanupFns = [];\n var isDestroyed = false;\n var instance = {\n state: state,\n setOptions: function setOptions(setOptionsAction) {\n var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction;\n cleanupModifierEffects();\n state.options = Object.assign({}, defaultOptions, state.options, options);\n state.scrollParents = {\n reference: isElement(reference) ? listScrollParents(reference) : reference.contextElement ? listScrollParents(reference.contextElement) : [],\n popper: listScrollParents(popper)\n }; // Orders the modifiers based on their dependencies and `phase`\n // properties\n\n var orderedModifiers = orderModifiers(mergeByName([].concat(defaultModifiers, state.options.modifiers))); // Strip out disabled modifiers\n\n state.orderedModifiers = orderedModifiers.filter(function (m) {\n return m.enabled;\n }); // Validate the provided modifiers so that the consumer will get warned\n // if one of the modifiers is invalid for any reason\n\n if (process.env.NODE_ENV !== \"production\") {\n var modifiers = uniqueBy([].concat(orderedModifiers, state.options.modifiers), function (_ref) {\n var name = _ref.name;\n return name;\n });\n validateModifiers(modifiers);\n\n if (getBasePlacement(state.options.placement) === auto) {\n var flipModifier = state.orderedModifiers.find(function (_ref2) {\n var name = _ref2.name;\n return name === 'flip';\n });\n\n if (!flipModifier) {\n console.error(['Popper: \"auto\" placements require the \"flip\" modifier be', 'present and enabled to work.'].join(' '));\n }\n }\n\n var _getComputedStyle = getComputedStyle(popper),\n marginTop = _getComputedStyle.marginTop,\n marginRight = _getComputedStyle.marginRight,\n marginBottom = _getComputedStyle.marginBottom,\n marginLeft = _getComputedStyle.marginLeft; // We no longer take into account `margins` on the popper, and it can\n // cause bugs with positioning, so we'll warn the consumer\n\n\n if ([marginTop, marginRight, marginBottom, marginLeft].some(function (margin) {\n return parseFloat(margin);\n })) {\n console.warn(['Popper: CSS \"margin\" styles cannot be used to apply padding', 'between the popper and its reference element or boundary.', 'To replicate margin, use the `offset` modifier, as well as', 'the `padding` option in the `preventOverflow` and `flip`', 'modifiers.'].join(' '));\n }\n }\n\n runModifierEffects();\n return instance.update();\n },\n // Sync update – it will always be executed, even if not necessary. This\n // is useful for low frequency updates where sync behavior simplifies the\n // logic.\n // For high frequency updates (e.g. `resize` and `scroll` events), always\n // prefer the async Popper#update method\n forceUpdate: function forceUpdate() {\n if (isDestroyed) {\n return;\n }\n\n var _state$elements = state.elements,\n reference = _state$elements.reference,\n popper = _state$elements.popper; // Don't proceed if `reference` or `popper` are not valid elements\n // anymore\n\n if (!areValidElements(reference, popper)) {\n if (process.env.NODE_ENV !== \"production\") {\n console.error(INVALID_ELEMENT_ERROR);\n }\n\n return;\n } // Store the reference and popper rects to be read by modifiers\n\n\n state.rects = {\n reference: getCompositeRect(reference, getOffsetParent(popper), state.options.strategy === 'fixed'),\n popper: getLayoutRect(popper)\n }; // Modifiers have the ability to reset the current update cycle. The\n // most common use case for this is the `flip` modifier changing the\n // placement, which then needs to re-run all the modifiers, because the\n // logic was previously ran for the previous placement and is therefore\n // stale/incorrect\n\n state.reset = false;\n state.placement = state.options.placement; // On each update cycle, the `modifiersData` property for each modifier\n // is filled with the initial data specified by the modifier. This means\n // it doesn't persist and is fresh on each update.\n // To ensure persistent data, use `${name}#persistent`\n\n state.orderedModifiers.forEach(function (modifier) {\n return state.modifiersData[modifier.name] = Object.assign({}, modifier.data);\n });\n var __debug_loops__ = 0;\n\n for (var index = 0; index < state.orderedModifiers.length; index++) {\n if (process.env.NODE_ENV !== \"production\") {\n __debug_loops__ += 1;\n\n if (__debug_loops__ > 100) {\n console.error(INFINITE_LOOP_ERROR);\n break;\n }\n }\n\n if (state.reset === true) {\n state.reset = false;\n index = -1;\n continue;\n }\n\n var _state$orderedModifie = state.orderedModifiers[index],\n fn = _state$orderedModifie.fn,\n _state$orderedModifie2 = _state$orderedModifie.options,\n _options = _state$orderedModifie2 === void 0 ? {} : _state$orderedModifie2,\n name = _state$orderedModifie.name;\n\n if (typeof fn === 'function') {\n state = fn({\n state: state,\n options: _options,\n name: name,\n instance: instance\n }) || state;\n }\n }\n },\n // Async and optimistically optimized update – it will not be executed if\n // not necessary (debounced to run at most once-per-tick)\n update: debounce(function () {\n return new Promise(function (resolve) {\n instance.forceUpdate();\n resolve(state);\n });\n }),\n destroy: function destroy() {\n cleanupModifierEffects();\n isDestroyed = true;\n }\n };\n\n if (!areValidElements(reference, popper)) {\n if (process.env.NODE_ENV !== \"production\") {\n console.error(INVALID_ELEMENT_ERROR);\n }\n\n return instance;\n }\n\n instance.setOptions(options).then(function (state) {\n if (!isDestroyed && options.onFirstUpdate) {\n options.onFirstUpdate(state);\n }\n }); // Modifiers have the ability to execute arbitrary code before the first\n // update cycle runs. They will be executed in the same order as the update\n // cycle. This is useful when a modifier adds some persistent data that\n // other modifiers need to use, but the modifier is run after the dependent\n // one.\n\n function runModifierEffects() {\n state.orderedModifiers.forEach(function (_ref3) {\n var name = _ref3.name,\n _ref3$options = _ref3.options,\n options = _ref3$options === void 0 ? {} : _ref3$options,\n effect = _ref3.effect;\n\n if (typeof effect === 'function') {\n var cleanupFn = effect({\n state: state,\n name: name,\n instance: instance,\n options: options\n });\n\n var noopFn = function noopFn() {};\n\n effectCleanupFns.push(cleanupFn || noopFn);\n }\n });\n }\n\n function cleanupModifierEffects() {\n effectCleanupFns.forEach(function (fn) {\n return fn();\n });\n effectCleanupFns = [];\n }\n\n return instance;\n };\n}\nexport var createPopper = /*#__PURE__*/popperGenerator(); // eslint-disable-next-line import/no-unused-modules\n\nexport { detectOverflow };","import { popperGenerator, detectOverflow } from \"./createPopper.js\";\nimport eventListeners from \"./modifiers/eventListeners.js\";\nimport popperOffsets from \"./modifiers/popperOffsets.js\";\nimport computeStyles from \"./modifiers/computeStyles.js\";\nimport applyStyles from \"./modifiers/applyStyles.js\";\nvar defaultModifiers = [eventListeners, popperOffsets, computeStyles, applyStyles];\nvar createPopper = /*#__PURE__*/popperGenerator({\n defaultModifiers: defaultModifiers\n}); // eslint-disable-next-line import/no-unused-modules\n\nexport { createPopper, popperGenerator, defaultModifiers, detectOverflow };","import { popperGenerator, detectOverflow } from \"./createPopper.js\";\nimport eventListeners from \"./modifiers/eventListeners.js\";\nimport popperOffsets from \"./modifiers/popperOffsets.js\";\nimport computeStyles from \"./modifiers/computeStyles.js\";\nimport applyStyles from \"./modifiers/applyStyles.js\";\nimport offset from \"./modifiers/offset.js\";\nimport flip from \"./modifiers/flip.js\";\nimport preventOverflow from \"./modifiers/preventOverflow.js\";\nimport arrow from \"./modifiers/arrow.js\";\nimport hide from \"./modifiers/hide.js\";\nvar defaultModifiers = [eventListeners, popperOffsets, computeStyles, applyStyles, offset, flip, preventOverflow, arrow, hide];\nvar createPopper = /*#__PURE__*/popperGenerator({\n defaultModifiers: defaultModifiers\n}); // eslint-disable-next-line import/no-unused-modules\n\nexport { createPopper, popperGenerator, defaultModifiers, detectOverflow }; // eslint-disable-next-line import/no-unused-modules\n\nexport { createPopper as createPopperLite } from \"./popper-lite.js\"; // eslint-disable-next-line import/no-unused-modules\n\nexport * from \"./modifiers/index.js\";","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): dropdown.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport * as Popper from '@popperjs/core'\n\nimport {\n defineJQueryPlugin,\n getElement,\n getElementFromSelector,\n getNextActiveElement,\n isDisabled,\n isElement,\n isRTL,\n isVisible,\n noop,\n typeCheckConfig\n} from './util/index'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'dropdown'\nconst DATA_KEY = 'bs.dropdown'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst ESCAPE_KEY = 'Escape'\nconst SPACE_KEY = 'Space'\nconst TAB_KEY = 'Tab'\nconst ARROW_UP_KEY = 'ArrowUp'\nconst ARROW_DOWN_KEY = 'ArrowDown'\nconst RIGHT_MOUSE_BUTTON = 2 // MouseEvent.button value for the secondary button, usually the right button\n\nconst REGEXP_KEYDOWN = new RegExp(`${ARROW_UP_KEY}|${ARROW_DOWN_KEY}|${ESCAPE_KEY}`)\n\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_KEYDOWN_DATA_API = `keydown${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_KEYUP_DATA_API = `keyup${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_DROPUP = 'dropup'\nconst CLASS_NAME_DROPEND = 'dropend'\nconst CLASS_NAME_DROPSTART = 'dropstart'\nconst CLASS_NAME_NAVBAR = 'navbar'\n\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"dropdown\"]'\nconst SELECTOR_MENU = '.dropdown-menu'\nconst SELECTOR_NAVBAR_NAV = '.navbar-nav'\nconst SELECTOR_VISIBLE_ITEMS = '.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)'\n\nconst PLACEMENT_TOP = isRTL() ? 'top-end' : 'top-start'\nconst PLACEMENT_TOPEND = isRTL() ? 'top-start' : 'top-end'\nconst PLACEMENT_BOTTOM = isRTL() ? 'bottom-end' : 'bottom-start'\nconst PLACEMENT_BOTTOMEND = isRTL() ? 'bottom-start' : 'bottom-end'\nconst PLACEMENT_RIGHT = isRTL() ? 'left-start' : 'right-start'\nconst PLACEMENT_LEFT = isRTL() ? 'right-start' : 'left-start'\n\nconst Default = {\n offset: [0, 2],\n boundary: 'clippingParents',\n reference: 'toggle',\n display: 'dynamic',\n popperConfig: null,\n autoClose: true\n}\n\nconst DefaultType = {\n offset: '(array|string|function)',\n boundary: '(string|element)',\n reference: '(string|element|object)',\n display: 'string',\n popperConfig: '(null|object|function)',\n autoClose: '(boolean|string)'\n}\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Dropdown extends BaseComponent {\n constructor(element, config) {\n super(element)\n\n this._popper = null\n this._config = this._getConfig(config)\n this._menu = this._getMenuElement()\n this._inNavbar = this._detectNavbar()\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n toggle() {\n return this._isShown() ? this.hide() : this.show()\n }\n\n show() {\n if (isDisabled(this._element) || this._isShown(this._menu)) {\n return\n }\n\n const relatedTarget = {\n relatedTarget: this._element\n }\n\n const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, relatedTarget)\n\n if (showEvent.defaultPrevented) {\n return\n }\n\n const parent = Dropdown.getParentFromElement(this._element)\n // Totally disable Popper for Dropdowns in Navbar\n if (this._inNavbar) {\n Manipulator.setDataAttribute(this._menu, 'popper', 'none')\n } else {\n this._createPopper(parent)\n }\n\n // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n if ('ontouchstart' in document.documentElement &&\n !parent.closest(SELECTOR_NAVBAR_NAV)) {\n [].concat(...document.body.children)\n .forEach(elem => EventHandler.on(elem, 'mouseover', noop))\n }\n\n this._element.focus()\n this._element.setAttribute('aria-expanded', true)\n\n this._menu.classList.add(CLASS_NAME_SHOW)\n this._element.classList.add(CLASS_NAME_SHOW)\n EventHandler.trigger(this._element, EVENT_SHOWN, relatedTarget)\n }\n\n hide() {\n if (isDisabled(this._element) || !this._isShown(this._menu)) {\n return\n }\n\n const relatedTarget = {\n relatedTarget: this._element\n }\n\n this._completeHide(relatedTarget)\n }\n\n dispose() {\n if (this._popper) {\n this._popper.destroy()\n }\n\n super.dispose()\n }\n\n update() {\n this._inNavbar = this._detectNavbar()\n if (this._popper) {\n this._popper.update()\n }\n }\n\n // Private\n\n _completeHide(relatedTarget) {\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE, relatedTarget)\n if (hideEvent.defaultPrevented) {\n return\n }\n\n // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n if ('ontouchstart' in document.documentElement) {\n [].concat(...document.body.children)\n .forEach(elem => EventHandler.off(elem, 'mouseover', noop))\n }\n\n if (this._popper) {\n this._popper.destroy()\n }\n\n this._menu.classList.remove(CLASS_NAME_SHOW)\n this._element.classList.remove(CLASS_NAME_SHOW)\n this._element.setAttribute('aria-expanded', 'false')\n Manipulator.removeDataAttribute(this._menu, 'popper')\n EventHandler.trigger(this._element, EVENT_HIDDEN, relatedTarget)\n }\n\n _getConfig(config) {\n config = {\n ...this.constructor.Default,\n ...Manipulator.getDataAttributes(this._element),\n ...config\n }\n\n typeCheckConfig(NAME, config, this.constructor.DefaultType)\n\n if (typeof config.reference === 'object' && !isElement(config.reference) &&\n typeof config.reference.getBoundingClientRect !== 'function'\n ) {\n // Popper virtual elements require a getBoundingClientRect method\n throw new TypeError(`${NAME.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`)\n }\n\n return config\n }\n\n _createPopper(parent) {\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s dropdowns require Popper (https://popper.js.org)')\n }\n\n let referenceElement = this._element\n\n if (this._config.reference === 'parent') {\n referenceElement = parent\n } else if (isElement(this._config.reference)) {\n referenceElement = getElement(this._config.reference)\n } else if (typeof this._config.reference === 'object') {\n referenceElement = this._config.reference\n }\n\n const popperConfig = this._getPopperConfig()\n const isDisplayStatic = popperConfig.modifiers.find(modifier => modifier.name === 'applyStyles' && modifier.enabled === false)\n\n this._popper = Popper.createPopper(referenceElement, this._menu, popperConfig)\n\n if (isDisplayStatic) {\n Manipulator.setDataAttribute(this._menu, 'popper', 'static')\n }\n }\n\n _isShown(element = this._element) {\n return element.classList.contains(CLASS_NAME_SHOW)\n }\n\n _getMenuElement() {\n return SelectorEngine.next(this._element, SELECTOR_MENU)[0]\n }\n\n _getPlacement() {\n const parentDropdown = this._element.parentNode\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPEND)) {\n return PLACEMENT_RIGHT\n }\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPSTART)) {\n return PLACEMENT_LEFT\n }\n\n // We need to trim the value because custom properties can also include spaces\n const isEnd = getComputedStyle(this._menu).getPropertyValue('--bs-position').trim() === 'end'\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPUP)) {\n return isEnd ? PLACEMENT_TOPEND : PLACEMENT_TOP\n }\n\n return isEnd ? PLACEMENT_BOTTOMEND : PLACEMENT_BOTTOM\n }\n\n _detectNavbar() {\n return this._element.closest(`.${CLASS_NAME_NAVBAR}`) !== null\n }\n\n _getOffset() {\n const { offset } = this._config\n\n if (typeof offset === 'string') {\n return offset.split(',').map(val => Number.parseInt(val, 10))\n }\n\n if (typeof offset === 'function') {\n return popperData => offset(popperData, this._element)\n }\n\n return offset\n }\n\n _getPopperConfig() {\n const defaultBsPopperConfig = {\n placement: this._getPlacement(),\n modifiers: [{\n name: 'preventOverflow',\n options: {\n boundary: this._config.boundary\n }\n },\n {\n name: 'offset',\n options: {\n offset: this._getOffset()\n }\n }]\n }\n\n // Disable Popper if we have a static display\n if (this._config.display === 'static') {\n defaultBsPopperConfig.modifiers = [{\n name: 'applyStyles',\n enabled: false\n }]\n }\n\n return {\n ...defaultBsPopperConfig,\n ...(typeof this._config.popperConfig === 'function' ? this._config.popperConfig(defaultBsPopperConfig) : this._config.popperConfig)\n }\n }\n\n _selectMenuItem({ key, target }) {\n const items = SelectorEngine.find(SELECTOR_VISIBLE_ITEMS, this._menu).filter(isVisible)\n\n if (!items.length) {\n return\n }\n\n // if target isn't included in items (e.g. when expanding the dropdown)\n // allow cycling to get the last item in case key equals ARROW_UP_KEY\n getNextActiveElement(items, target, key === ARROW_DOWN_KEY, !items.includes(target)).focus()\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Dropdown.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n })\n }\n\n static clearMenus(event) {\n if (event && (event.button === RIGHT_MOUSE_BUTTON || (event.type === 'keyup' && event.key !== TAB_KEY))) {\n return\n }\n\n const toggles = SelectorEngine.find(SELECTOR_DATA_TOGGLE)\n\n for (let i = 0, len = toggles.length; i < len; i++) {\n const context = Dropdown.getInstance(toggles[i])\n if (!context || context._config.autoClose === false) {\n continue\n }\n\n if (!context._isShown()) {\n continue\n }\n\n const relatedTarget = {\n relatedTarget: context._element\n }\n\n if (event) {\n const composedPath = event.composedPath()\n const isMenuTarget = composedPath.includes(context._menu)\n if (\n composedPath.includes(context._element) ||\n (context._config.autoClose === 'inside' && !isMenuTarget) ||\n (context._config.autoClose === 'outside' && isMenuTarget)\n ) {\n continue\n }\n\n // Tab navigation through the dropdown menu or events from contained inputs shouldn't close the menu\n if (context._menu.contains(event.target) && ((event.type === 'keyup' && event.key === TAB_KEY) || /input|select|option|textarea|form/i.test(event.target.tagName))) {\n continue\n }\n\n if (event.type === 'click') {\n relatedTarget.clickEvent = event\n }\n }\n\n context._completeHide(relatedTarget)\n }\n }\n\n static getParentFromElement(element) {\n return getElementFromSelector(element) || element.parentNode\n }\n\n static dataApiKeydownHandler(event) {\n // If not input/textarea:\n // - And not a key in REGEXP_KEYDOWN => not a dropdown command\n // If input/textarea:\n // - If space key => not a dropdown command\n // - If key is other than escape\n // - If key is not up or down => not a dropdown command\n // - If trigger inside the menu => not a dropdown command\n if (/input|textarea/i.test(event.target.tagName) ?\n event.key === SPACE_KEY || (event.key !== ESCAPE_KEY &&\n ((event.key !== ARROW_DOWN_KEY && event.key !== ARROW_UP_KEY) ||\n event.target.closest(SELECTOR_MENU))) :\n !REGEXP_KEYDOWN.test(event.key)) {\n return\n }\n\n const isActive = this.classList.contains(CLASS_NAME_SHOW)\n\n if (!isActive && event.key === ESCAPE_KEY) {\n return\n }\n\n event.preventDefault()\n event.stopPropagation()\n\n if (isDisabled(this)) {\n return\n }\n\n const getToggleButton = this.matches(SELECTOR_DATA_TOGGLE) ? this : SelectorEngine.prev(this, SELECTOR_DATA_TOGGLE)[0]\n const instance = Dropdown.getOrCreateInstance(getToggleButton)\n\n if (event.key === ESCAPE_KEY) {\n instance.hide()\n return\n }\n\n if (event.key === ARROW_UP_KEY || event.key === ARROW_DOWN_KEY) {\n if (!isActive) {\n instance.show()\n }\n\n instance._selectMenuItem(event)\n return\n }\n\n if (!isActive || event.key === SPACE_KEY) {\n Dropdown.clearMenus()\n }\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nEventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_DATA_TOGGLE, Dropdown.dataApiKeydownHandler)\nEventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_MENU, Dropdown.dataApiKeydownHandler)\nEventHandler.on(document, EVENT_CLICK_DATA_API, Dropdown.clearMenus)\nEventHandler.on(document, EVENT_KEYUP_DATA_API, Dropdown.clearMenus)\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n event.preventDefault()\n Dropdown.getOrCreateInstance(this).toggle()\n})\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Dropdown to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Dropdown)\n\nexport default Dropdown\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): util/scrollBar.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport SelectorEngine from '../dom/selector-engine'\nimport Manipulator from '../dom/manipulator'\nimport { isElement } from './index'\n\nconst SELECTOR_FIXED_CONTENT = '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top'\nconst SELECTOR_STICKY_CONTENT = '.sticky-top'\n\nclass ScrollBarHelper {\n constructor() {\n this._element = document.body\n }\n\n getWidth() {\n // https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth#usage_notes\n const documentWidth = document.documentElement.clientWidth\n return Math.abs(window.innerWidth - documentWidth)\n }\n\n hide() {\n const width = this.getWidth()\n this._disableOverFlow()\n // give padding to element to balance the hidden scrollbar width\n this._setElementAttributes(this._element, 'paddingRight', calculatedValue => calculatedValue + width)\n // trick: We adjust positive paddingRight and negative marginRight to sticky-top elements to keep showing fullwidth\n this._setElementAttributes(SELECTOR_FIXED_CONTENT, 'paddingRight', calculatedValue => calculatedValue + width)\n this._setElementAttributes(SELECTOR_STICKY_CONTENT, 'marginRight', calculatedValue => calculatedValue - width)\n }\n\n _disableOverFlow() {\n this._saveInitialAttribute(this._element, 'overflow')\n this._element.style.overflow = 'hidden'\n }\n\n _setElementAttributes(selector, styleProp, callback) {\n const scrollbarWidth = this.getWidth()\n const manipulationCallBack = element => {\n if (element !== this._element && window.innerWidth > element.clientWidth + scrollbarWidth) {\n return\n }\n\n this._saveInitialAttribute(element, styleProp)\n const calculatedValue = window.getComputedStyle(element)[styleProp]\n element.style[styleProp] = `${callback(Number.parseFloat(calculatedValue))}px`\n }\n\n this._applyManipulationCallback(selector, manipulationCallBack)\n }\n\n reset() {\n this._resetElementAttributes(this._element, 'overflow')\n this._resetElementAttributes(this._element, 'paddingRight')\n this._resetElementAttributes(SELECTOR_FIXED_CONTENT, 'paddingRight')\n this._resetElementAttributes(SELECTOR_STICKY_CONTENT, 'marginRight')\n }\n\n _saveInitialAttribute(element, styleProp) {\n const actualValue = element.style[styleProp]\n if (actualValue) {\n Manipulator.setDataAttribute(element, styleProp, actualValue)\n }\n }\n\n _resetElementAttributes(selector, styleProp) {\n const manipulationCallBack = element => {\n const value = Manipulator.getDataAttribute(element, styleProp)\n if (typeof value === 'undefined') {\n element.style.removeProperty(styleProp)\n } else {\n Manipulator.removeDataAttribute(element, styleProp)\n element.style[styleProp] = value\n }\n }\n\n this._applyManipulationCallback(selector, manipulationCallBack)\n }\n\n _applyManipulationCallback(selector, callBack) {\n if (isElement(selector)) {\n callBack(selector)\n } else {\n SelectorEngine.find(selector, this._element).forEach(callBack)\n }\n }\n\n isOverflowing() {\n return this.getWidth() > 0\n }\n}\n\nexport default ScrollBarHelper\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): util/backdrop.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler'\nimport { execute, executeAfterTransition, getElement, reflow, typeCheckConfig } from './index'\n\nconst Default = {\n className: 'modal-backdrop',\n isVisible: true, // if false, we use the backdrop helper without adding any element to the dom\n isAnimated: false,\n rootElement: 'body', // give the choice to place backdrop under different elements\n clickCallback: null\n}\n\nconst DefaultType = {\n className: 'string',\n isVisible: 'boolean',\n isAnimated: 'boolean',\n rootElement: '(element|string)',\n clickCallback: '(function|null)'\n}\nconst NAME = 'backdrop'\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_SHOW = 'show'\n\nconst EVENT_MOUSEDOWN = `mousedown.bs.${NAME}`\n\nclass Backdrop {\n constructor(config) {\n this._config = this._getConfig(config)\n this._isAppended = false\n this._element = null\n }\n\n show(callback) {\n if (!this._config.isVisible) {\n execute(callback)\n return\n }\n\n this._append()\n\n if (this._config.isAnimated) {\n reflow(this._getElement())\n }\n\n this._getElement().classList.add(CLASS_NAME_SHOW)\n\n this._emulateAnimation(() => {\n execute(callback)\n })\n }\n\n hide(callback) {\n if (!this._config.isVisible) {\n execute(callback)\n return\n }\n\n this._getElement().classList.remove(CLASS_NAME_SHOW)\n\n this._emulateAnimation(() => {\n this.dispose()\n execute(callback)\n })\n }\n\n // Private\n\n _getElement() {\n if (!this._element) {\n const backdrop = document.createElement('div')\n backdrop.className = this._config.className\n if (this._config.isAnimated) {\n backdrop.classList.add(CLASS_NAME_FADE)\n }\n\n this._element = backdrop\n }\n\n return this._element\n }\n\n _getConfig(config) {\n config = {\n ...Default,\n ...(typeof config === 'object' ? config : {})\n }\n\n // use getElement() with the default \"body\" to get a fresh Element on each instantiation\n config.rootElement = getElement(config.rootElement)\n typeCheckConfig(NAME, config, DefaultType)\n return config\n }\n\n _append() {\n if (this._isAppended) {\n return\n }\n\n this._config.rootElement.append(this._getElement())\n\n EventHandler.on(this._getElement(), EVENT_MOUSEDOWN, () => {\n execute(this._config.clickCallback)\n })\n\n this._isAppended = true\n }\n\n dispose() {\n if (!this._isAppended) {\n return\n }\n\n EventHandler.off(this._element, EVENT_MOUSEDOWN)\n\n this._element.remove()\n this._isAppended = false\n }\n\n _emulateAnimation(callback) {\n executeAfterTransition(callback, this._getElement(), this._config.isAnimated)\n }\n}\n\nexport default Backdrop\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): util/focustrap.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler'\nimport SelectorEngine from '../dom/selector-engine'\nimport { typeCheckConfig } from './index'\n\nconst Default = {\n trapElement: null, // The element to trap focus inside of\n autofocus: true\n}\n\nconst DefaultType = {\n trapElement: 'element',\n autofocus: 'boolean'\n}\n\nconst NAME = 'focustrap'\nconst DATA_KEY = 'bs.focustrap'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst EVENT_FOCUSIN = `focusin${EVENT_KEY}`\nconst EVENT_KEYDOWN_TAB = `keydown.tab${EVENT_KEY}`\n\nconst TAB_KEY = 'Tab'\nconst TAB_NAV_FORWARD = 'forward'\nconst TAB_NAV_BACKWARD = 'backward'\n\nclass FocusTrap {\n constructor(config) {\n this._config = this._getConfig(config)\n this._isActive = false\n this._lastTabNavDirection = null\n }\n\n activate() {\n const { trapElement, autofocus } = this._config\n\n if (this._isActive) {\n return\n }\n\n if (autofocus) {\n trapElement.focus()\n }\n\n EventHandler.off(document, EVENT_KEY) // guard against infinite focus loop\n EventHandler.on(document, EVENT_FOCUSIN, event => this._handleFocusin(event))\n EventHandler.on(document, EVENT_KEYDOWN_TAB, event => this._handleKeydown(event))\n\n this._isActive = true\n }\n\n deactivate() {\n if (!this._isActive) {\n return\n }\n\n this._isActive = false\n EventHandler.off(document, EVENT_KEY)\n }\n\n // Private\n\n _handleFocusin(event) {\n const { target } = event\n const { trapElement } = this._config\n\n if (target === document || target === trapElement || trapElement.contains(target)) {\n return\n }\n\n const elements = SelectorEngine.focusableChildren(trapElement)\n\n if (elements.length === 0) {\n trapElement.focus()\n } else if (this._lastTabNavDirection === TAB_NAV_BACKWARD) {\n elements[elements.length - 1].focus()\n } else {\n elements[0].focus()\n }\n }\n\n _handleKeydown(event) {\n if (event.key !== TAB_KEY) {\n return\n }\n\n this._lastTabNavDirection = event.shiftKey ? TAB_NAV_BACKWARD : TAB_NAV_FORWARD\n }\n\n _getConfig(config) {\n config = {\n ...Default,\n ...(typeof config === 'object' ? config : {})\n }\n typeCheckConfig(NAME, config, DefaultType)\n return config\n }\n}\n\nexport default FocusTrap\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): modal.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport {\n defineJQueryPlugin,\n getElementFromSelector,\n isRTL,\n isVisible,\n reflow,\n typeCheckConfig\n} from './util/index'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport ScrollBarHelper from './util/scrollbar'\nimport BaseComponent from './base-component'\nimport Backdrop from './util/backdrop'\nimport FocusTrap from './util/focustrap'\nimport { enableDismissTrigger } from './util/component-functions'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'modal'\nconst DATA_KEY = 'bs.modal'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\nconst ESCAPE_KEY = 'Escape'\n\nconst Default = {\n backdrop: true,\n keyboard: true,\n focus: true\n}\n\nconst DefaultType = {\n backdrop: '(boolean|string)',\n keyboard: 'boolean',\n focus: 'boolean'\n}\n\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDE_PREVENTED = `hidePrevented${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_RESIZE = `resize${EVENT_KEY}`\nconst EVENT_CLICK_DISMISS = `click.dismiss${EVENT_KEY}`\nconst EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY}`\nconst EVENT_MOUSEUP_DISMISS = `mouseup.dismiss${EVENT_KEY}`\nconst EVENT_MOUSEDOWN_DISMISS = `mousedown.dismiss${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_OPEN = 'modal-open'\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_STATIC = 'modal-static'\n\nconst OPEN_SELECTOR = '.modal.show'\nconst SELECTOR_DIALOG = '.modal-dialog'\nconst SELECTOR_MODAL_BODY = '.modal-body'\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"modal\"]'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Modal extends BaseComponent {\n constructor(element, config) {\n super(element)\n\n this._config = this._getConfig(config)\n this._dialog = SelectorEngine.findOne(SELECTOR_DIALOG, this._element)\n this._backdrop = this._initializeBackDrop()\n this._focustrap = this._initializeFocusTrap()\n this._isShown = false\n this._ignoreBackdropClick = false\n this._isTransitioning = false\n this._scrollBar = new ScrollBarHelper()\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n toggle(relatedTarget) {\n return this._isShown ? this.hide() : this.show(relatedTarget)\n }\n\n show(relatedTarget) {\n if (this._isShown || this._isTransitioning) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, {\n relatedTarget\n })\n\n if (showEvent.defaultPrevented) {\n return\n }\n\n this._isShown = true\n\n if (this._isAnimated()) {\n this._isTransitioning = true\n }\n\n this._scrollBar.hide()\n\n document.body.classList.add(CLASS_NAME_OPEN)\n\n this._adjustDialog()\n\n this._setEscapeEvent()\n this._setResizeEvent()\n\n EventHandler.on(this._dialog, EVENT_MOUSEDOWN_DISMISS, () => {\n EventHandler.one(this._element, EVENT_MOUSEUP_DISMISS, event => {\n if (event.target === this._element) {\n this._ignoreBackdropClick = true\n }\n })\n })\n\n this._showBackdrop(() => this._showElement(relatedTarget))\n }\n\n hide() {\n if (!this._isShown || this._isTransitioning) {\n return\n }\n\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE)\n\n if (hideEvent.defaultPrevented) {\n return\n }\n\n this._isShown = false\n const isAnimated = this._isAnimated()\n\n if (isAnimated) {\n this._isTransitioning = true\n }\n\n this._setEscapeEvent()\n this._setResizeEvent()\n\n this._focustrap.deactivate()\n\n this._element.classList.remove(CLASS_NAME_SHOW)\n\n EventHandler.off(this._element, EVENT_CLICK_DISMISS)\n EventHandler.off(this._dialog, EVENT_MOUSEDOWN_DISMISS)\n\n this._queueCallback(() => this._hideModal(), this._element, isAnimated)\n }\n\n dispose() {\n [window, this._dialog]\n .forEach(htmlElement => EventHandler.off(htmlElement, EVENT_KEY))\n\n this._backdrop.dispose()\n this._focustrap.deactivate()\n super.dispose()\n }\n\n handleUpdate() {\n this._adjustDialog()\n }\n\n // Private\n\n _initializeBackDrop() {\n return new Backdrop({\n isVisible: Boolean(this._config.backdrop), // 'static' option will be translated to true, and booleans will keep their value\n isAnimated: this._isAnimated()\n })\n }\n\n _initializeFocusTrap() {\n return new FocusTrap({\n trapElement: this._element\n })\n }\n\n _getConfig(config) {\n config = {\n ...Default,\n ...Manipulator.getDataAttributes(this._element),\n ...(typeof config === 'object' ? config : {})\n }\n typeCheckConfig(NAME, config, DefaultType)\n return config\n }\n\n _showElement(relatedTarget) {\n const isAnimated = this._isAnimated()\n const modalBody = SelectorEngine.findOne(SELECTOR_MODAL_BODY, this._dialog)\n\n if (!this._element.parentNode || this._element.parentNode.nodeType !== Node.ELEMENT_NODE) {\n // Don't move modal's DOM position\n document.body.append(this._element)\n }\n\n this._element.style.display = 'block'\n this._element.removeAttribute('aria-hidden')\n this._element.setAttribute('aria-modal', true)\n this._element.setAttribute('role', 'dialog')\n this._element.scrollTop = 0\n\n if (modalBody) {\n modalBody.scrollTop = 0\n }\n\n if (isAnimated) {\n reflow(this._element)\n }\n\n this._element.classList.add(CLASS_NAME_SHOW)\n\n const transitionComplete = () => {\n if (this._config.focus) {\n this._focustrap.activate()\n }\n\n this._isTransitioning = false\n EventHandler.trigger(this._element, EVENT_SHOWN, {\n relatedTarget\n })\n }\n\n this._queueCallback(transitionComplete, this._dialog, isAnimated)\n }\n\n _setEscapeEvent() {\n if (this._isShown) {\n EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => {\n if (this._config.keyboard && event.key === ESCAPE_KEY) {\n event.preventDefault()\n this.hide()\n } else if (!this._config.keyboard && event.key === ESCAPE_KEY) {\n this._triggerBackdropTransition()\n }\n })\n } else {\n EventHandler.off(this._element, EVENT_KEYDOWN_DISMISS)\n }\n }\n\n _setResizeEvent() {\n if (this._isShown) {\n EventHandler.on(window, EVENT_RESIZE, () => this._adjustDialog())\n } else {\n EventHandler.off(window, EVENT_RESIZE)\n }\n }\n\n _hideModal() {\n this._element.style.display = 'none'\n this._element.setAttribute('aria-hidden', true)\n this._element.removeAttribute('aria-modal')\n this._element.removeAttribute('role')\n this._isTransitioning = false\n this._backdrop.hide(() => {\n document.body.classList.remove(CLASS_NAME_OPEN)\n this._resetAdjustments()\n this._scrollBar.reset()\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n })\n }\n\n _showBackdrop(callback) {\n EventHandler.on(this._element, EVENT_CLICK_DISMISS, event => {\n if (this._ignoreBackdropClick) {\n this._ignoreBackdropClick = false\n return\n }\n\n if (event.target !== event.currentTarget) {\n return\n }\n\n if (this._config.backdrop === true) {\n this.hide()\n } else if (this._config.backdrop === 'static') {\n this._triggerBackdropTransition()\n }\n })\n\n this._backdrop.show(callback)\n }\n\n _isAnimated() {\n return this._element.classList.contains(CLASS_NAME_FADE)\n }\n\n _triggerBackdropTransition() {\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED)\n if (hideEvent.defaultPrevented) {\n return\n }\n\n const { classList, scrollHeight, style } = this._element\n const isModalOverflowing = scrollHeight > document.documentElement.clientHeight\n\n // return if the following background transition hasn't yet completed\n if ((!isModalOverflowing && style.overflowY === 'hidden') || classList.contains(CLASS_NAME_STATIC)) {\n return\n }\n\n if (!isModalOverflowing) {\n style.overflowY = 'hidden'\n }\n\n classList.add(CLASS_NAME_STATIC)\n this._queueCallback(() => {\n classList.remove(CLASS_NAME_STATIC)\n if (!isModalOverflowing) {\n this._queueCallback(() => {\n style.overflowY = ''\n }, this._dialog)\n }\n }, this._dialog)\n\n this._element.focus()\n }\n\n // ----------------------------------------------------------------------\n // the following methods are used to handle overflowing modals\n // ----------------------------------------------------------------------\n\n _adjustDialog() {\n const isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight\n const scrollbarWidth = this._scrollBar.getWidth()\n const isBodyOverflowing = scrollbarWidth > 0\n\n if ((!isBodyOverflowing && isModalOverflowing && !isRTL()) || (isBodyOverflowing && !isModalOverflowing && isRTL())) {\n this._element.style.paddingLeft = `${scrollbarWidth}px`\n }\n\n if ((isBodyOverflowing && !isModalOverflowing && !isRTL()) || (!isBodyOverflowing && isModalOverflowing && isRTL())) {\n this._element.style.paddingRight = `${scrollbarWidth}px`\n }\n }\n\n _resetAdjustments() {\n this._element.style.paddingLeft = ''\n this._element.style.paddingRight = ''\n }\n\n // Static\n\n static jQueryInterface(config, relatedTarget) {\n return this.each(function () {\n const data = Modal.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config](relatedTarget)\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n const target = getElementFromSelector(this)\n\n if (['A', 'AREA'].includes(this.tagName)) {\n event.preventDefault()\n }\n\n EventHandler.one(target, EVENT_SHOW, showEvent => {\n if (showEvent.defaultPrevented) {\n // only register focus restorer if modal will actually get shown\n return\n }\n\n EventHandler.one(target, EVENT_HIDDEN, () => {\n if (isVisible(this)) {\n this.focus()\n }\n })\n })\n\n // avoid conflict when clicking moddal toggler while another one is open\n const allReadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)\n if (allReadyOpen) {\n Modal.getInstance(allReadyOpen).hide()\n }\n\n const data = Modal.getOrCreateInstance(target)\n\n data.toggle(this)\n})\n\nenableDismissTrigger(Modal)\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Modal to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Modal)\n\nexport default Modal\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): offcanvas.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport {\n defineJQueryPlugin,\n getElementFromSelector,\n isDisabled,\n isVisible,\n typeCheckConfig\n} from './util/index'\nimport ScrollBarHelper from './util/scrollbar'\nimport EventHandler from './dom/event-handler'\nimport BaseComponent from './base-component'\nimport SelectorEngine from './dom/selector-engine'\nimport Manipulator from './dom/manipulator'\nimport Backdrop from './util/backdrop'\nimport FocusTrap from './util/focustrap'\nimport { enableDismissTrigger } from './util/component-functions'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'offcanvas'\nconst DATA_KEY = 'bs.offcanvas'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\nconst EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`\nconst ESCAPE_KEY = 'Escape'\n\nconst Default = {\n backdrop: true,\n keyboard: true,\n scroll: false\n}\n\nconst DefaultType = {\n backdrop: 'boolean',\n keyboard: 'boolean',\n scroll: 'boolean'\n}\n\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_BACKDROP = 'offcanvas-backdrop'\nconst OPEN_SELECTOR = '.offcanvas.show'\n\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY}`\n\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"offcanvas\"]'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Offcanvas extends BaseComponent {\n constructor(element, config) {\n super(element)\n\n this._config = this._getConfig(config)\n this._isShown = false\n this._backdrop = this._initializeBackDrop()\n this._focustrap = this._initializeFocusTrap()\n this._addEventListeners()\n }\n\n // Getters\n\n static get NAME() {\n return NAME\n }\n\n static get Default() {\n return Default\n }\n\n // Public\n\n toggle(relatedTarget) {\n return this._isShown ? this.hide() : this.show(relatedTarget)\n }\n\n show(relatedTarget) {\n if (this._isShown) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, { relatedTarget })\n\n if (showEvent.defaultPrevented) {\n return\n }\n\n this._isShown = true\n this._element.style.visibility = 'visible'\n\n this._backdrop.show()\n\n if (!this._config.scroll) {\n new ScrollBarHelper().hide()\n }\n\n this._element.removeAttribute('aria-hidden')\n this._element.setAttribute('aria-modal', true)\n this._element.setAttribute('role', 'dialog')\n this._element.classList.add(CLASS_NAME_SHOW)\n\n const completeCallBack = () => {\n if (!this._config.scroll) {\n this._focustrap.activate()\n }\n\n EventHandler.trigger(this._element, EVENT_SHOWN, { relatedTarget })\n }\n\n this._queueCallback(completeCallBack, this._element, true)\n }\n\n hide() {\n if (!this._isShown) {\n return\n }\n\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE)\n\n if (hideEvent.defaultPrevented) {\n return\n }\n\n this._focustrap.deactivate()\n this._element.blur()\n this._isShown = false\n this._element.classList.remove(CLASS_NAME_SHOW)\n this._backdrop.hide()\n\n const completeCallback = () => {\n this._element.setAttribute('aria-hidden', true)\n this._element.removeAttribute('aria-modal')\n this._element.removeAttribute('role')\n this._element.style.visibility = 'hidden'\n\n if (!this._config.scroll) {\n new ScrollBarHelper().reset()\n }\n\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n }\n\n this._queueCallback(completeCallback, this._element, true)\n }\n\n dispose() {\n this._backdrop.dispose()\n this._focustrap.deactivate()\n super.dispose()\n }\n\n // Private\n\n _getConfig(config) {\n config = {\n ...Default,\n ...Manipulator.getDataAttributes(this._element),\n ...(typeof config === 'object' ? config : {})\n }\n typeCheckConfig(NAME, config, DefaultType)\n return config\n }\n\n _initializeBackDrop() {\n return new Backdrop({\n className: CLASS_NAME_BACKDROP,\n isVisible: this._config.backdrop,\n isAnimated: true,\n rootElement: this._element.parentNode,\n clickCallback: () => this.hide()\n })\n }\n\n _initializeFocusTrap() {\n return new FocusTrap({\n trapElement: this._element\n })\n }\n\n _addEventListeners() {\n EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => {\n if (this._config.keyboard && event.key === ESCAPE_KEY) {\n this.hide()\n }\n })\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Offcanvas.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (data[config] === undefined || config.startsWith('_') || config === 'constructor') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config](this)\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n const target = getElementFromSelector(this)\n\n if (['A', 'AREA'].includes(this.tagName)) {\n event.preventDefault()\n }\n\n if (isDisabled(this)) {\n return\n }\n\n EventHandler.one(target, EVENT_HIDDEN, () => {\n // focus on trigger when it is closed\n if (isVisible(this)) {\n this.focus()\n }\n })\n\n // avoid conflict when clicking a toggler of an offcanvas, while another is open\n const allReadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)\n if (allReadyOpen && allReadyOpen !== target) {\n Offcanvas.getInstance(allReadyOpen).hide()\n }\n\n const data = Offcanvas.getOrCreateInstance(target)\n data.toggle(this)\n})\n\nEventHandler.on(window, EVENT_LOAD_DATA_API, () =>\n SelectorEngine.find(OPEN_SELECTOR).forEach(el => Offcanvas.getOrCreateInstance(el).show())\n)\n\nenableDismissTrigger(Offcanvas)\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n */\n\ndefineJQueryPlugin(Offcanvas)\n\nexport default Offcanvas\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): util/sanitizer.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nconst uriAttributes = new Set([\n 'background',\n 'cite',\n 'href',\n 'itemtype',\n 'longdesc',\n 'poster',\n 'src',\n 'xlink:href'\n])\n\nconst ARIA_ATTRIBUTE_PATTERN = /^aria-[\\w-]*$/i\n\n/**\n * A pattern that recognizes a commonly useful subset of URLs that are safe.\n *\n * Shoutout to Angular https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i\n\n/**\n * A pattern that matches safe data URLs. Only matches image, video and audio types.\n *\n * Shoutout to Angular https://github.com/angular/angular/blob/12.2.x/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+=*$/i\n\nconst allowedAttribute = (attribute, allowedAttributeList) => {\n const attributeName = attribute.nodeName.toLowerCase()\n\n if (allowedAttributeList.includes(attributeName)) {\n if (uriAttributes.has(attributeName)) {\n return Boolean(SAFE_URL_PATTERN.test(attribute.nodeValue) || DATA_URL_PATTERN.test(attribute.nodeValue))\n }\n\n return true\n }\n\n const regExp = allowedAttributeList.filter(attributeRegex => attributeRegex instanceof RegExp)\n\n // Check if a regular expression validates the attribute.\n for (let i = 0, len = regExp.length; i < len; i++) {\n if (regExp[i].test(attributeName)) {\n return true\n }\n }\n\n return false\n}\n\nexport const DefaultAllowlist = {\n // Global attributes allowed on any supplied element below.\n '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],\n a: ['target', 'href', 'title', 'rel'],\n area: [],\n b: [],\n br: [],\n col: [],\n code: [],\n div: [],\n em: [],\n hr: [],\n h1: [],\n h2: [],\n h3: [],\n h4: [],\n h5: [],\n h6: [],\n i: [],\n img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],\n li: [],\n ol: [],\n p: [],\n pre: [],\n s: [],\n small: [],\n span: [],\n sub: [],\n sup: [],\n strong: [],\n u: [],\n ul: []\n}\n\nexport function sanitizeHtml(unsafeHtml, allowList, sanitizeFn) {\n if (!unsafeHtml.length) {\n return unsafeHtml\n }\n\n if (sanitizeFn && typeof sanitizeFn === 'function') {\n return sanitizeFn(unsafeHtml)\n }\n\n const domParser = new window.DOMParser()\n const createdDocument = domParser.parseFromString(unsafeHtml, 'text/html')\n const elements = [].concat(...createdDocument.body.querySelectorAll('*'))\n\n for (let i = 0, len = elements.length; i < len; i++) {\n const element = elements[i]\n const elementName = element.nodeName.toLowerCase()\n\n if (!Object.keys(allowList).includes(elementName)) {\n element.remove()\n\n continue\n }\n\n const attributeList = [].concat(...element.attributes)\n const allowedAttributes = [].concat(allowList['*'] || [], allowList[elementName] || [])\n\n attributeList.forEach(attribute => {\n if (!allowedAttribute(attribute, allowedAttributes)) {\n element.removeAttribute(attribute.nodeName)\n }\n })\n }\n\n return createdDocument.body.innerHTML\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): tooltip.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport * as Popper from '@popperjs/core'\n\nimport {\n defineJQueryPlugin,\n findShadowRoot,\n getElement,\n getUID,\n isElement,\n isRTL,\n noop,\n typeCheckConfig\n} from './util/index'\nimport { DefaultAllowlist, sanitizeHtml } from './util/sanitizer'\nimport Data from './dom/data'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'tooltip'\nconst DATA_KEY = 'bs.tooltip'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst CLASS_PREFIX = 'bs-tooltip'\nconst DISALLOWED_ATTRIBUTES = new Set(['sanitize', 'allowList', 'sanitizeFn'])\n\nconst DefaultType = {\n animation: 'boolean',\n template: 'string',\n title: '(string|element|function)',\n trigger: 'string',\n delay: '(number|object)',\n html: 'boolean',\n selector: '(string|boolean)',\n placement: '(string|function)',\n offset: '(array|string|function)',\n container: '(string|element|boolean)',\n fallbackPlacements: 'array',\n boundary: '(string|element)',\n customClass: '(string|function)',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n allowList: 'object',\n popperConfig: '(null|object|function)'\n}\n\nconst AttachmentMap = {\n AUTO: 'auto',\n TOP: 'top',\n RIGHT: isRTL() ? 'left' : 'right',\n BOTTOM: 'bottom',\n LEFT: isRTL() ? 'right' : 'left'\n}\n\nconst Default = {\n animation: true,\n template: '
' +\n '
' +\n '
' +\n '
',\n trigger: 'hover focus',\n title: '',\n delay: 0,\n html: false,\n selector: false,\n placement: 'top',\n offset: [0, 0],\n container: false,\n fallbackPlacements: ['top', 'right', 'bottom', 'left'],\n boundary: 'clippingParents',\n customClass: '',\n sanitize: true,\n sanitizeFn: null,\n allowList: DefaultAllowlist,\n popperConfig: null\n}\n\nconst Event = {\n HIDE: `hide${EVENT_KEY}`,\n HIDDEN: `hidden${EVENT_KEY}`,\n SHOW: `show${EVENT_KEY}`,\n SHOWN: `shown${EVENT_KEY}`,\n INSERTED: `inserted${EVENT_KEY}`,\n CLICK: `click${EVENT_KEY}`,\n FOCUSIN: `focusin${EVENT_KEY}`,\n FOCUSOUT: `focusout${EVENT_KEY}`,\n MOUSEENTER: `mouseenter${EVENT_KEY}`,\n MOUSELEAVE: `mouseleave${EVENT_KEY}`\n}\n\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_MODAL = 'modal'\nconst CLASS_NAME_SHOW = 'show'\n\nconst HOVER_STATE_SHOW = 'show'\nconst HOVER_STATE_OUT = 'out'\n\nconst SELECTOR_TOOLTIP_INNER = '.tooltip-inner'\nconst SELECTOR_MODAL = `.${CLASS_NAME_MODAL}`\n\nconst EVENT_MODAL_HIDE = 'hide.bs.modal'\n\nconst TRIGGER_HOVER = 'hover'\nconst TRIGGER_FOCUS = 'focus'\nconst TRIGGER_CLICK = 'click'\nconst TRIGGER_MANUAL = 'manual'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Tooltip extends BaseComponent {\n constructor(element, config) {\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s tooltips require Popper (https://popper.js.org)')\n }\n\n super(element)\n\n // private\n this._isEnabled = true\n this._timeout = 0\n this._hoverState = ''\n this._activeTrigger = {}\n this._popper = null\n\n // Protected\n this._config = this._getConfig(config)\n this.tip = null\n\n this._setListeners()\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n static get Event() {\n return Event\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n // Public\n\n enable() {\n this._isEnabled = true\n }\n\n disable() {\n this._isEnabled = false\n }\n\n toggleEnabled() {\n this._isEnabled = !this._isEnabled\n }\n\n toggle(event) {\n if (!this._isEnabled) {\n return\n }\n\n if (event) {\n const context = this._initializeOnDelegatedTarget(event)\n\n context._activeTrigger.click = !context._activeTrigger.click\n\n if (context._isWithActiveTrigger()) {\n context._enter(null, context)\n } else {\n context._leave(null, context)\n }\n } else {\n if (this.getTipElement().classList.contains(CLASS_NAME_SHOW)) {\n this._leave(null, this)\n return\n }\n\n this._enter(null, this)\n }\n }\n\n dispose() {\n clearTimeout(this._timeout)\n\n EventHandler.off(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler)\n\n if (this.tip) {\n this.tip.remove()\n }\n\n this._disposePopper()\n super.dispose()\n }\n\n show() {\n if (this._element.style.display === 'none') {\n throw new Error('Please use show on visible elements')\n }\n\n if (!(this.isWithContent() && this._isEnabled)) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, this.constructor.Event.SHOW)\n const shadowRoot = findShadowRoot(this._element)\n const isInTheDom = shadowRoot === null ?\n this._element.ownerDocument.documentElement.contains(this._element) :\n shadowRoot.contains(this._element)\n\n if (showEvent.defaultPrevented || !isInTheDom) {\n return\n }\n\n // A trick to recreate a tooltip in case a new title is given by using the NOT documented `data-bs-original-title`\n // This will be removed later in favor of a `setContent` method\n if (this.constructor.NAME === 'tooltip' && this.tip && this.getTitle() !== this.tip.querySelector(SELECTOR_TOOLTIP_INNER).innerHTML) {\n this._disposePopper()\n this.tip.remove()\n this.tip = null\n }\n\n const tip = this.getTipElement()\n const tipId = getUID(this.constructor.NAME)\n\n tip.setAttribute('id', tipId)\n this._element.setAttribute('aria-describedby', tipId)\n\n if (this._config.animation) {\n tip.classList.add(CLASS_NAME_FADE)\n }\n\n const placement = typeof this._config.placement === 'function' ?\n this._config.placement.call(this, tip, this._element) :\n this._config.placement\n\n const attachment = this._getAttachment(placement)\n this._addAttachmentClass(attachment)\n\n const { container } = this._config\n Data.set(tip, this.constructor.DATA_KEY, this)\n\n if (!this._element.ownerDocument.documentElement.contains(this.tip)) {\n container.append(tip)\n EventHandler.trigger(this._element, this.constructor.Event.INSERTED)\n }\n\n if (this._popper) {\n this._popper.update()\n } else {\n this._popper = Popper.createPopper(this._element, tip, this._getPopperConfig(attachment))\n }\n\n tip.classList.add(CLASS_NAME_SHOW)\n\n const customClass = this._resolvePossibleFunction(this._config.customClass)\n if (customClass) {\n tip.classList.add(...customClass.split(' '))\n }\n\n // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n if ('ontouchstart' in document.documentElement) {\n [].concat(...document.body.children).forEach(element => {\n EventHandler.on(element, 'mouseover', noop)\n })\n }\n\n const complete = () => {\n const prevHoverState = this._hoverState\n\n this._hoverState = null\n EventHandler.trigger(this._element, this.constructor.Event.SHOWN)\n\n if (prevHoverState === HOVER_STATE_OUT) {\n this._leave(null, this)\n }\n }\n\n const isAnimated = this.tip.classList.contains(CLASS_NAME_FADE)\n this._queueCallback(complete, this.tip, isAnimated)\n }\n\n hide() {\n if (!this._popper) {\n return\n }\n\n const tip = this.getTipElement()\n const complete = () => {\n if (this._isWithActiveTrigger()) {\n return\n }\n\n if (this._hoverState !== HOVER_STATE_SHOW) {\n tip.remove()\n }\n\n this._cleanTipClass()\n this._element.removeAttribute('aria-describedby')\n EventHandler.trigger(this._element, this.constructor.Event.HIDDEN)\n\n this._disposePopper()\n }\n\n const hideEvent = EventHandler.trigger(this._element, this.constructor.Event.HIDE)\n if (hideEvent.defaultPrevented) {\n return\n }\n\n tip.classList.remove(CLASS_NAME_SHOW)\n\n // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n if ('ontouchstart' in document.documentElement) {\n [].concat(...document.body.children)\n .forEach(element => EventHandler.off(element, 'mouseover', noop))\n }\n\n this._activeTrigger[TRIGGER_CLICK] = false\n this._activeTrigger[TRIGGER_FOCUS] = false\n this._activeTrigger[TRIGGER_HOVER] = false\n\n const isAnimated = this.tip.classList.contains(CLASS_NAME_FADE)\n this._queueCallback(complete, this.tip, isAnimated)\n this._hoverState = ''\n }\n\n update() {\n if (this._popper !== null) {\n this._popper.update()\n }\n }\n\n // Protected\n\n isWithContent() {\n return Boolean(this.getTitle())\n }\n\n getTipElement() {\n if (this.tip) {\n return this.tip\n }\n\n const element = document.createElement('div')\n element.innerHTML = this._config.template\n\n const tip = element.children[0]\n this.setContent(tip)\n tip.classList.remove(CLASS_NAME_FADE, CLASS_NAME_SHOW)\n\n this.tip = tip\n return this.tip\n }\n\n setContent(tip) {\n this._sanitizeAndSetContent(tip, this.getTitle(), SELECTOR_TOOLTIP_INNER)\n }\n\n _sanitizeAndSetContent(template, content, selector) {\n const templateElement = SelectorEngine.findOne(selector, template)\n\n if (!content && templateElement) {\n templateElement.remove()\n return\n }\n\n // we use append for html objects to maintain js events\n this.setElementContent(templateElement, content)\n }\n\n setElementContent(element, content) {\n if (element === null) {\n return\n }\n\n if (isElement(content)) {\n content = getElement(content)\n\n // content is a DOM node or a jQuery\n if (this._config.html) {\n if (content.parentNode !== element) {\n element.innerHTML = ''\n element.append(content)\n }\n } else {\n element.textContent = content.textContent\n }\n\n return\n }\n\n if (this._config.html) {\n if (this._config.sanitize) {\n content = sanitizeHtml(content, this._config.allowList, this._config.sanitizeFn)\n }\n\n element.innerHTML = content\n } else {\n element.textContent = content\n }\n }\n\n getTitle() {\n const title = this._element.getAttribute('data-bs-original-title') || this._config.title\n\n return this._resolvePossibleFunction(title)\n }\n\n updateAttachment(attachment) {\n if (attachment === 'right') {\n return 'end'\n }\n\n if (attachment === 'left') {\n return 'start'\n }\n\n return attachment\n }\n\n // Private\n\n _initializeOnDelegatedTarget(event, context) {\n return context || this.constructor.getOrCreateInstance(event.delegateTarget, this._getDelegateConfig())\n }\n\n _getOffset() {\n const { offset } = this._config\n\n if (typeof offset === 'string') {\n return offset.split(',').map(val => Number.parseInt(val, 10))\n }\n\n if (typeof offset === 'function') {\n return popperData => offset(popperData, this._element)\n }\n\n return offset\n }\n\n _resolvePossibleFunction(content) {\n return typeof content === 'function' ? content.call(this._element) : content\n }\n\n _getPopperConfig(attachment) {\n const defaultBsPopperConfig = {\n placement: attachment,\n modifiers: [\n {\n name: 'flip',\n options: {\n fallbackPlacements: this._config.fallbackPlacements\n }\n },\n {\n name: 'offset',\n options: {\n offset: this._getOffset()\n }\n },\n {\n name: 'preventOverflow',\n options: {\n boundary: this._config.boundary\n }\n },\n {\n name: 'arrow',\n options: {\n element: `.${this.constructor.NAME}-arrow`\n }\n },\n {\n name: 'onChange',\n enabled: true,\n phase: 'afterWrite',\n fn: data => this._handlePopperPlacementChange(data)\n }\n ],\n onFirstUpdate: data => {\n if (data.options.placement !== data.placement) {\n this._handlePopperPlacementChange(data)\n }\n }\n }\n\n return {\n ...defaultBsPopperConfig,\n ...(typeof this._config.popperConfig === 'function' ? this._config.popperConfig(defaultBsPopperConfig) : this._config.popperConfig)\n }\n }\n\n _addAttachmentClass(attachment) {\n this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(attachment)}`)\n }\n\n _getAttachment(placement) {\n return AttachmentMap[placement.toUpperCase()]\n }\n\n _setListeners() {\n const triggers = this._config.trigger.split(' ')\n\n triggers.forEach(trigger => {\n if (trigger === 'click') {\n EventHandler.on(this._element, this.constructor.Event.CLICK, this._config.selector, event => this.toggle(event))\n } else if (trigger !== TRIGGER_MANUAL) {\n const eventIn = trigger === TRIGGER_HOVER ?\n this.constructor.Event.MOUSEENTER :\n this.constructor.Event.FOCUSIN\n const eventOut = trigger === TRIGGER_HOVER ?\n this.constructor.Event.MOUSELEAVE :\n this.constructor.Event.FOCUSOUT\n\n EventHandler.on(this._element, eventIn, this._config.selector, event => this._enter(event))\n EventHandler.on(this._element, eventOut, this._config.selector, event => this._leave(event))\n }\n })\n\n this._hideModalHandler = () => {\n if (this._element) {\n this.hide()\n }\n }\n\n EventHandler.on(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler)\n\n if (this._config.selector) {\n this._config = {\n ...this._config,\n trigger: 'manual',\n selector: ''\n }\n } else {\n this._fixTitle()\n }\n }\n\n _fixTitle() {\n const title = this._element.getAttribute('title')\n const originalTitleType = typeof this._element.getAttribute('data-bs-original-title')\n\n if (title || originalTitleType !== 'string') {\n this._element.setAttribute('data-bs-original-title', title || '')\n if (title && !this._element.getAttribute('aria-label') && !this._element.textContent) {\n this._element.setAttribute('aria-label', title)\n }\n\n this._element.setAttribute('title', '')\n }\n }\n\n _enter(event, context) {\n context = this._initializeOnDelegatedTarget(event, context)\n\n if (event) {\n context._activeTrigger[\n event.type === 'focusin' ? TRIGGER_FOCUS : TRIGGER_HOVER\n ] = true\n }\n\n if (context.getTipElement().classList.contains(CLASS_NAME_SHOW) || context._hoverState === HOVER_STATE_SHOW) {\n context._hoverState = HOVER_STATE_SHOW\n return\n }\n\n clearTimeout(context._timeout)\n\n context._hoverState = HOVER_STATE_SHOW\n\n if (!context._config.delay || !context._config.delay.show) {\n context.show()\n return\n }\n\n context._timeout = setTimeout(() => {\n if (context._hoverState === HOVER_STATE_SHOW) {\n context.show()\n }\n }, context._config.delay.show)\n }\n\n _leave(event, context) {\n context = this._initializeOnDelegatedTarget(event, context)\n\n if (event) {\n context._activeTrigger[\n event.type === 'focusout' ? TRIGGER_FOCUS : TRIGGER_HOVER\n ] = context._element.contains(event.relatedTarget)\n }\n\n if (context._isWithActiveTrigger()) {\n return\n }\n\n clearTimeout(context._timeout)\n\n context._hoverState = HOVER_STATE_OUT\n\n if (!context._config.delay || !context._config.delay.hide) {\n context.hide()\n return\n }\n\n context._timeout = setTimeout(() => {\n if (context._hoverState === HOVER_STATE_OUT) {\n context.hide()\n }\n }, context._config.delay.hide)\n }\n\n _isWithActiveTrigger() {\n for (const trigger in this._activeTrigger) {\n if (this._activeTrigger[trigger]) {\n return true\n }\n }\n\n return false\n }\n\n _getConfig(config) {\n const dataAttributes = Manipulator.getDataAttributes(this._element)\n\n Object.keys(dataAttributes).forEach(dataAttr => {\n if (DISALLOWED_ATTRIBUTES.has(dataAttr)) {\n delete dataAttributes[dataAttr]\n }\n })\n\n config = {\n ...this.constructor.Default,\n ...dataAttributes,\n ...(typeof config === 'object' && config ? config : {})\n }\n\n config.container = config.container === false ? document.body : getElement(config.container)\n\n if (typeof config.delay === 'number') {\n config.delay = {\n show: config.delay,\n hide: config.delay\n }\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString()\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString()\n }\n\n typeCheckConfig(NAME, config, this.constructor.DefaultType)\n\n if (config.sanitize) {\n config.template = sanitizeHtml(config.template, config.allowList, config.sanitizeFn)\n }\n\n return config\n }\n\n _getDelegateConfig() {\n const config = {}\n\n for (const key in this._config) {\n if (this.constructor.Default[key] !== this._config[key]) {\n config[key] = this._config[key]\n }\n }\n\n // In the future can be replaced with:\n // const keysWithDifferentValues = Object.entries(this._config).filter(entry => this.constructor.Default[entry[0]] !== this._config[entry[0]])\n // `Object.fromEntries(keysWithDifferentValues)`\n return config\n }\n\n _cleanTipClass() {\n const tip = this.getTipElement()\n const basicClassPrefixRegex = new RegExp(`(^|\\\\s)${this._getBasicClassPrefix()}\\\\S+`, 'g')\n const tabClass = tip.getAttribute('class').match(basicClassPrefixRegex)\n if (tabClass !== null && tabClass.length > 0) {\n tabClass.map(token => token.trim())\n .forEach(tClass => tip.classList.remove(tClass))\n }\n }\n\n _getBasicClassPrefix() {\n return CLASS_PREFIX\n }\n\n _handlePopperPlacementChange(popperData) {\n const { state } = popperData\n\n if (!state) {\n return\n }\n\n this.tip = state.elements.popper\n this._cleanTipClass()\n this._addAttachmentClass(this._getAttachment(state.placement))\n }\n\n _disposePopper() {\n if (this._popper) {\n this._popper.destroy()\n this._popper = null\n }\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Tooltip.getOrCreateInstance(this, config)\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n }\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Tooltip to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Tooltip)\n\nexport default Tooltip\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): popover.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport { defineJQueryPlugin } from './util/index'\nimport Tooltip from './tooltip'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'popover'\nconst DATA_KEY = 'bs.popover'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst CLASS_PREFIX = 'bs-popover'\n\nconst Default = {\n ...Tooltip.Default,\n placement: 'right',\n offset: [0, 8],\n trigger: 'click',\n content: '',\n template: '
' +\n '
' +\n '

' +\n '
' +\n '
'\n}\n\nconst DefaultType = {\n ...Tooltip.DefaultType,\n content: '(string|element|function)'\n}\n\nconst Event = {\n HIDE: `hide${EVENT_KEY}`,\n HIDDEN: `hidden${EVENT_KEY}`,\n SHOW: `show${EVENT_KEY}`,\n SHOWN: `shown${EVENT_KEY}`,\n INSERTED: `inserted${EVENT_KEY}`,\n CLICK: `click${EVENT_KEY}`,\n FOCUSIN: `focusin${EVENT_KEY}`,\n FOCUSOUT: `focusout${EVENT_KEY}`,\n MOUSEENTER: `mouseenter${EVENT_KEY}`,\n MOUSELEAVE: `mouseleave${EVENT_KEY}`\n}\n\nconst SELECTOR_TITLE = '.popover-header'\nconst SELECTOR_CONTENT = '.popover-body'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass Popover extends Tooltip {\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n static get Event() {\n return Event\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n // Overrides\n\n isWithContent() {\n return this.getTitle() || this._getContent()\n }\n\n setContent(tip) {\n this._sanitizeAndSetContent(tip, this.getTitle(), SELECTOR_TITLE)\n this._sanitizeAndSetContent(tip, this._getContent(), SELECTOR_CONTENT)\n }\n\n // Private\n\n _getContent() {\n return this._resolvePossibleFunction(this._config.content)\n }\n\n _getBasicClassPrefix() {\n return CLASS_PREFIX\n }\n\n // Static\n\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Popover.getOrCreateInstance(this, config)\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n }\n })\n }\n}\n\n/**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n * add .Popover to jQuery only if jQuery is present\n */\n\ndefineJQueryPlugin(Popover)\n\nexport default Popover\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v5.1.3): scrollspy.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport {\n defineJQueryPlugin,\n getElement,\n getSelectorFromElement,\n typeCheckConfig\n} from './util/index'\nimport EventHandler from './dom/event-handler'\nimport Manipulator from './dom/manipulator'\nimport SelectorEngine from './dom/selector-engine'\nimport BaseComponent from './base-component'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME = 'scrollspy'\nconst DATA_KEY = 'bs.scrollspy'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst Default = {\n offset: 10,\n method: 'auto',\n target: ''\n}\n\nconst DefaultType = {\n offset: 'number',\n method: 'string',\n target: '(string|element)'\n}\n\nconst EVENT_ACTIVATE = `activate${EVENT_KEY}`\nconst EVENT_SCROLL = `scroll${EVENT_KEY}`\nconst EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_DROPDOWN_ITEM = 'dropdown-item'\nconst CLASS_NAME_ACTIVE = 'active'\n\nconst SELECTOR_DATA_SPY = '[data-bs-spy=\"scroll\"]'\nconst SELECTOR_NAV_LIST_GROUP = '.nav, .list-group'\nconst SELECTOR_NAV_LINKS = '.nav-link'\nconst SELECTOR_NAV_ITEMS = '.nav-item'\nconst SELECTOR_LIST_ITEMS = '.list-group-item'\nconst SELECTOR_LINK_ITEMS = `${SELECTOR_NAV_LINKS}, ${SELECTOR_LIST_ITEMS}, .${CLASS_NAME_DROPDOWN_ITEM}`\nconst SELECTOR_DROPDOWN = '.dropdown'\nconst SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle'\n\nconst METHOD_OFFSET = 'offset'\nconst METHOD_POSITION = 'position'\n\n/**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\nclass ScrollSpy extends BaseComponent {\n constructor(element, config) {\n super(element)\n this._scrollElement = this._element.tagName === 'BODY' ? window : this._element\n this._config = this._getConfig(config)\n this._offsets = []\n this._targets = []\n this._activeTarget = null\n this._scrollHeight = 0\n\n EventHandler.on(this._scrollElement, EVENT_SCROLL, () => this._process())\n\n this.refresh()\n this._process()\n }\n\n // Getters\n\n static get Default() {\n return Default\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n\n refresh() {\n const autoMethod = this._scrollElement === this._scrollElement.window ?\n METHOD_OFFSET :\n METHOD_POSITION\n\n const offsetMethod = this._config.method === 'auto' ?\n autoMethod :\n this._config.method\n\n const offsetBase = offsetMethod === METHOD_POSITION ?\n this._getScrollTop() :\n 0\n\n this._offsets = []\n this._targets = []\n this._scrollHeight = this._getScrollHeight()\n\n const targets = SelectorEngine.find(SELECTOR_LINK_ITEMS, this._config.target)\n\n targets.map(element => {\n const targetSelector = getSelectorFromElement(element)\n const target = targetSelector ? SelectorEngine.findOne(targetSelector) : null\n\n if (target) {\n const targetBCR = target.getBoundingClientRect()\n if (targetBCR.width || targetBCR.height) {\n return [\n Manipulator[offsetMethod](target).top + offsetBase,\n targetSelector\n ]\n }\n }\n\n return null\n })\n .filter(item => item)\n .sort((a, b) => a[0] - b[0])\n .forEach(item => {\n this._offsets.push(item[0])\n this._targets.push(item[1])\n })\n }\n\n dispose() {\n EventHandler.off(this._scrollElement, EVENT_KEY)\n super.dispose()\n }\n\n // Private\n\n _getConfig(config) {\n config = {\n ...Default,\n ...Manipulator.getDataAttributes(this._element),\n ...(typeof config === 'object' && config ? config : {})\n }\n\n config.target = getElement(config.target) || document.documentElement\n\n typeCheckConfig(NAME, config, DefaultType)\n\n return config\n }\n\n _getScrollTop() {\n return this._scrollElement === window ?\n this._scrollElement.pageYOffset :\n this._scrollElement.scrollTop\n }\n\n _getScrollHeight() {\n return this._scrollElement.scrollHeight || Math.max(\n document.body.scrollHeight,\n document.documentElement.scrollHeight\n )\n }\n\n _getOffsetHeight() {\n return this._scrollElement === window ?\n window.innerHeight :\n this._scrollElement.getBoundingClientRect().height\n }\n\n _process() {\n const scrollTop = this._getScrollTop() + this._config.offset\n const scrollHeight = this._getScrollHeight()\n const maxScroll = this._config.offset + scrollHeight - this._getOffsetHeight()\n\n if (this._scrollHeight !== scrollHeight) {\n this.refresh()\n }\n\n if (scrollTop >= maxScroll) {\n const target = this._targets[this._targets.length - 1]\n\n if (this._activeTarget !== target) {\n this._activate(target)\n }\n\n return\n }\n\n if (this._activeTarget && scrollTop < this._offsets[0] && this._offsets[0] > 0) {\n this._activeTarget = null\n this._clear()\n return\n }\n\n for (let i = this._offsets.length; i--;) {\n const isActiveTarget = this._activeTarget !== this._targets[i] &&\n scrollTop >= this._offsets[i] &&\n (typeof this._offsets[i + 1] === 'undefined' || scrollTop < this._offsets[i + 1])\n\n if (isActiveTarget) {\n this._activate(this._targets[i])\n }\n }\n }\n\n _activate(target) {\n this._activeTarget = target\n\n this._clear()\n\n const queries = SELECTOR_LINK_ITEMS.split(',')\n .map(selector => `${selector}[data-bs-target=\"${target}\"],${selector}[href=\"${target}\"]`)\n\n const link = SelectorEngine.findOne(queries.join(','), this._config.target)\n\n link.classList.add(CLASS_NAME_ACTIVE)\n if (link.classList.contains(CLASS_NAME_DROPDOWN_ITEM)) {\n SelectorEngine.findOne(SELECTOR_DROPDOWN_TOGGLE, link.closest(SELECTOR_DROPDOWN))\n .classList.add(CLASS_NAME_ACTIVE)\n } else {\n SelectorEngine.parents(link, SELECTOR_NAV_LIST_GROUP)\n .forEach(listGroup => {\n // Set triggered links parents as active\n // With both