From d459dfac74e90c29950d49a82edc19fd913d435e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Jul 2021 08:25:05 +0000 Subject: update to bootstrap 5.0.2 --- vendor/twbs/bootstrap/.bundlewatch.config.json | 4 +- .../bootstrap/.github/ISSUE_TEMPLATE/config.yml | 4 + vendor/twbs/bootstrap/.github/SUPPORT.md | 2 +- vendor/twbs/bootstrap/.github/dependabot.yml | 24 + vendor/twbs/bootstrap/.github/release-drafter.yml | 57 + .../twbs/bootstrap/.github/workflows/node-sass.yml | 30 + .../bootstrap/.github/workflows/release-notes.yml | 15 + vendor/twbs/bootstrap/README.md | 6 +- vendor/twbs/bootstrap/build/vnu-jar.js | 23 +- vendor/twbs/bootstrap/config.yml | 28 +- vendor/twbs/bootstrap/dist/css/bootstrap-grid.css | 597 +- .../twbs/bootstrap/dist/css/bootstrap-grid.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap-grid.min.css | 4 +- .../bootstrap/dist/css/bootstrap-grid.min.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap-grid.rtl.css | 5001 +++++++++ .../bootstrap/dist/css/bootstrap-grid.rtl.css.map | 1 + .../bootstrap/dist/css/bootstrap-grid.rtl.min.css | 7 + .../dist/css/bootstrap-grid.rtl.min.css.map | 1 + .../twbs/bootstrap/dist/css/bootstrap-reboot.css | 2 +- .../bootstrap/dist/css/bootstrap-reboot.css.map | 2 +- .../bootstrap/dist/css/bootstrap-reboot.min.css | 2 +- .../dist/css/bootstrap-reboot.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-reboot.rtl.css | 423 + .../dist/css/bootstrap-reboot.rtl.css.map | 1 + .../dist/css/bootstrap-reboot.rtl.min.css | 8 + .../dist/css/bootstrap-reboot.rtl.min.css.map | 1 + .../bootstrap/dist/css/bootstrap-utilities.css | 4752 ++++++++ .../bootstrap/dist/css/bootstrap-utilities.css.map | 1 + .../bootstrap/dist/css/bootstrap-utilities.min.css | 7 + .../dist/css/bootstrap-utilities.min.css.map | 1 + .../bootstrap/dist/css/bootstrap-utilities.rtl.css | 4743 ++++++++ .../dist/css/bootstrap-utilities.rtl.css.map | 1 + .../dist/css/bootstrap-utilities.rtl.min.css | 7 + .../dist/css/bootstrap-utilities.rtl.min.css.map | 1 + vendor/twbs/bootstrap/dist/css/bootstrap.css | 673 +- vendor/twbs/bootstrap/dist/css/bootstrap.css.map | 2 +- vendor/twbs/bootstrap/dist/css/bootstrap.min.css | 4 +- .../twbs/bootstrap/dist/css/bootstrap.min.css.map | 2 +- vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css | 10813 +++++++++++++++++++ .../twbs/bootstrap/dist/css/bootstrap.rtl.css.map | 1 + .../twbs/bootstrap/dist/css/bootstrap.rtl.min.css | 7 + .../bootstrap/dist/css/bootstrap.rtl.min.css.map | 1 + vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js | 653 +- .../twbs/bootstrap/dist/js/bootstrap.bundle.js.map | 2 +- .../twbs/bootstrap/dist/js/bootstrap.bundle.min.js | 4 +- .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.esm.js | 4967 +++++++++ vendor/twbs/bootstrap/dist/js/bootstrap.esm.js.map | 1 + vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js | 7 + .../bootstrap/dist/js/bootstrap.esm.min.js.map | 1 + vendor/twbs/bootstrap/dist/js/bootstrap.js | 643 +- vendor/twbs/bootstrap/dist/js/bootstrap.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.min.js | 4 +- vendor/twbs/bootstrap/dist/js/bootstrap.min.js.map | 2 +- vendor/twbs/bootstrap/js/dist/alert.js | 35 +- vendor/twbs/bootstrap/js/dist/alert.js.map | 2 +- vendor/twbs/bootstrap/js/dist/base-component.js | 178 + .../twbs/bootstrap/js/dist/base-component.js.map | 1 + vendor/twbs/bootstrap/js/dist/button.js | 37 +- vendor/twbs/bootstrap/js/dist/button.js.map | 2 +- vendor/twbs/bootstrap/js/dist/carousel.js | 119 +- vendor/twbs/bootstrap/js/dist/carousel.js.map | 2 +- vendor/twbs/bootstrap/js/dist/collapse.js | 21 +- vendor/twbs/bootstrap/js/dist/collapse.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/data.js | 69 + vendor/twbs/bootstrap/js/dist/dom/data.js.map | 1 + vendor/twbs/bootstrap/js/dist/dom/event-handler.js | 316 + .../bootstrap/js/dist/dom/event-handler.js.map | 1 + vendor/twbs/bootstrap/js/dist/dom/manipulator.js | 89 + .../twbs/bootstrap/js/dist/dom/manipulator.js.map | 1 + .../twbs/bootstrap/js/dist/dom/selector-engine.js | 86 + .../bootstrap/js/dist/dom/selector-engine.js.map | 1 + vendor/twbs/bootstrap/js/dist/dropdown.js | 105 +- vendor/twbs/bootstrap/js/dist/dropdown.js.map | 2 +- vendor/twbs/bootstrap/js/dist/modal.js | 279 +- vendor/twbs/bootstrap/js/dist/modal.js.map | 2 +- vendor/twbs/bootstrap/js/dist/offcanvas.js | 721 ++ vendor/twbs/bootstrap/js/dist/offcanvas.js.map | 1 + vendor/twbs/bootstrap/js/dist/popover.js | 55 +- vendor/twbs/bootstrap/js/dist/popover.js.map | 2 +- vendor/twbs/bootstrap/js/dist/scrollspy.js | 19 +- vendor/twbs/bootstrap/js/dist/scrollspy.js.map | 2 +- vendor/twbs/bootstrap/js/dist/tab.js | 28 +- vendor/twbs/bootstrap/js/dist/tab.js.map | 2 +- vendor/twbs/bootstrap/js/dist/toast.js | 32 +- vendor/twbs/bootstrap/js/dist/toast.js.map | 2 +- vendor/twbs/bootstrap/js/dist/tooltip.js | 41 +- vendor/twbs/bootstrap/js/dist/tooltip.js.map | 2 +- vendor/twbs/bootstrap/js/index.esm.js | 34 + vendor/twbs/bootstrap/js/index.umd.js | 34 + vendor/twbs/bootstrap/js/src/alert.js | 13 +- vendor/twbs/bootstrap/js/src/base-component.js | 75 + vendor/twbs/bootstrap/js/src/button.js | 15 +- vendor/twbs/bootstrap/js/src/carousel.js | 63 +- vendor/twbs/bootstrap/js/src/collapse.js | 8 +- vendor/twbs/bootstrap/js/src/dom/data.js | 57 + vendor/twbs/bootstrap/js/src/dom/event-handler.js | 349 + vendor/twbs/bootstrap/js/src/dom/manipulator.js | 80 + .../twbs/bootstrap/js/src/dom/selector-engine.js | 75 + vendor/twbs/bootstrap/js/src/dropdown.js | 45 +- vendor/twbs/bootstrap/js/src/modal.js | 60 +- vendor/twbs/bootstrap/js/src/offcanvas.js | 274 + vendor/twbs/bootstrap/js/src/popover.js | 35 +- vendor/twbs/bootstrap/js/src/scrollspy.js | 4 +- vendor/twbs/bootstrap/js/src/tab.js | 7 +- vendor/twbs/bootstrap/js/src/toast.js | 10 +- vendor/twbs/bootstrap/js/src/tooltip.js | 21 +- vendor/twbs/bootstrap/js/src/util/backdrop.js | 129 + vendor/twbs/bootstrap/js/src/util/index.js | 324 + vendor/twbs/bootstrap/js/src/util/sanitizer.js | 127 + vendor/twbs/bootstrap/js/src/util/scrollbar.js | 97 + vendor/twbs/bootstrap/package-lock.json | 1762 ++- vendor/twbs/bootstrap/package.js | 2 +- vendor/twbs/bootstrap/package.json | 34 +- vendor/twbs/bootstrap/scss/_accordion.scss | 118 + vendor/twbs/bootstrap/scss/_card.scss | 10 +- vendor/twbs/bootstrap/scss/_carousel.scss | 4 +- vendor/twbs/bootstrap/scss/_containers.scss | 41 + vendor/twbs/bootstrap/scss/_dropdown.scss | 8 +- vendor/twbs/bootstrap/scss/_functions.scss | 64 +- vendor/twbs/bootstrap/scss/_helpers.scss | 7 + vendor/twbs/bootstrap/scss/_images.scss | 2 +- vendor/twbs/bootstrap/scss/_modal.scss | 8 +- vendor/twbs/bootstrap/scss/_offcanvas.scss | 79 + vendor/twbs/bootstrap/scss/_popover.scss | 20 +- vendor/twbs/bootstrap/scss/_tables.scss | 2 +- vendor/twbs/bootstrap/scss/_toasts.scss | 2 +- vendor/twbs/bootstrap/scss/_tooltip.scss | 8 +- vendor/twbs/bootstrap/scss/_variables.scss | 40 +- vendor/twbs/bootstrap/scss/bootstrap-grid.scss | 2 +- vendor/twbs/bootstrap/scss/bootstrap-reboot.scss | 2 +- .../twbs/bootstrap/scss/bootstrap-utilities.scss | 18 + vendor/twbs/bootstrap/scss/bootstrap.scss | 2 +- .../bootstrap/scss/forms/_floating-labels.scss | 63 + vendor/twbs/bootstrap/scss/forms/_form-check.scss | 152 + .../twbs/bootstrap/scss/forms/_form-control.scss | 219 + vendor/twbs/bootstrap/scss/forms/_form-range.scss | 91 + vendor/twbs/bootstrap/scss/forms/_form-select.scss | 70 + vendor/twbs/bootstrap/scss/forms/_form-text.scss | 11 + vendor/twbs/bootstrap/scss/forms/_input-group.scss | 121 + vendor/twbs/bootstrap/scss/forms/_labels.scss | 36 + vendor/twbs/bootstrap/scss/forms/_validation.scss | 12 + vendor/twbs/bootstrap/scss/helpers/_clearfix.scss | 3 + .../bootstrap/scss/helpers/_colored-links.scss | 12 + vendor/twbs/bootstrap/scss/helpers/_position.scss | 30 + vendor/twbs/bootstrap/scss/helpers/_ratio.scss | 26 + .../bootstrap/scss/helpers/_stretched-link.scss | 15 + .../bootstrap/scss/helpers/_text-truncation.scss | 7 + .../bootstrap/scss/helpers/_visually-hidden.scss | 8 + vendor/twbs/bootstrap/scss/mixins/_buttons.scss | 2 +- .../twbs/bootstrap/scss/mixins/_color-scheme.scss | 7 + vendor/twbs/bootstrap/scss/mixins/_container.scss | 9 + vendor/twbs/bootstrap/scss/mixins/_grid.scss | 25 +- .../bootstrap/scss/mixins/_table-variants.scss | 21 + vendor/twbs/bootstrap/scss/mixins/_utilities.scss | 68 + .../bootstrap/scss/mixins/_visually-hidden.scss | 29 + vendor/twbs/bootstrap/scss/utilities/_api.scss | 47 + vendor/twbs/bootstrap/scss/vendor/_rfs.scss | 68 +- .../site/assets/scss/_component-examples.scss | 6 +- .../twbs/bootstrap/site/assets/scss/_content.scss | 6 +- .../twbs/bootstrap/site/assets/scss/_layout.scss | 51 + .../twbs/bootstrap/site/assets/scss/_navbar.scss | 32 + .../twbs/bootstrap/site/assets/scss/_subnav.scss | 79 + vendor/twbs/bootstrap/site/content/404.md | 13 + .../bootstrap/site/content/docs/5.0/_index.html | 5 + .../bootstrap/site/content/docs/5.0/about/brand.md | 47 + .../site/content/docs/5.0/about/license.md | 34 + .../site/content/docs/5.0/about/overview.md | 29 + .../bootstrap/site/content/docs/5.0/about/team.md | 23 + .../site/content/docs/5.0/about/translations.md | 20 + .../site/content/docs/5.0/components/accordion.md | 157 + .../site/content/docs/5.0/components/alerts.md | 264 + .../site/content/docs/5.0/components/badge.md | 93 + .../site/content/docs/5.0/components/breadcrumb.md | 96 + .../content/docs/5.0/components/button-group.md | 268 + .../site/content/docs/5.0/components/buttons.md | 246 + .../site/content/docs/5.0/components/card.md | 729 ++ .../site/content/docs/5.0/components/carousel.md | 471 + .../content/docs/5.0/components/close-button.md | 38 + .../site/content/docs/5.0/components/collapse.md | 245 + .../site/content/docs/5.0/components/dropdowns.md | 1210 +++ .../site/content/docs/5.0/components/list-group.md | 542 + .../site/content/docs/5.0/components/modal.md | 1004 ++ .../site/content/docs/5.0/components/navbar.md | 670 ++ .../site/content/docs/5.0/components/navs-tabs.md | 680 ++ .../site/content/docs/5.0/components/offcanvas.md | 265 + .../site/content/docs/5.0/components/pagination.md | 167 + .../site/content/docs/5.0/components/popovers.md | 443 + .../site/content/docs/5.0/components/progress.md | 151 + .../site/content/docs/5.0/components/scrollspy.md | 367 + .../site/content/docs/5.0/components/spinners.md | 195 + .../site/content/docs/5.0/components/toasts.md | 446 + .../site/content/docs/5.0/components/tooltips.md | 471 + .../site/content/docs/5.0/content/figures.md | 33 + .../site/content/docs/5.0/content/images.md | 63 + .../site/content/docs/5.0/content/reboot.md | 443 + .../site/content/docs/5.0/content/tables.md | 789 ++ .../site/content/docs/5.0/content/typography.md | 320 + .../site/content/docs/5.0/customize/color.md | 108 + .../site/content/docs/5.0/customize/components.md | 77 + .../content/docs/5.0/customize/css-variables.md | 50 + .../site/content/docs/5.0/customize/optimize.md | 92 + .../site/content/docs/5.0/customize/options.md | 29 + .../site/content/docs/5.0/customize/overview.md | 51 + .../site/content/docs/5.0/customize/sass.md | 298 + .../site/content/docs/5.0/examples/.stylelintrc | 15 + .../site/content/docs/5.0/examples/_index.md | 36 + .../content/docs/5.0/examples/album-rtl/index.html | 209 + .../content/docs/5.0/examples/album/index.html | 208 + .../content/docs/5.0/examples/blog-rtl/index.html | 206 + .../site/content/docs/5.0/examples/blog/blog.css | 103 + .../content/docs/5.0/examples/blog/blog.rtl.css | 103 + .../site/content/docs/5.0/examples/blog/index.html | 258 + .../docs/5.0/examples/carousel-rtl/index.html | 167 + .../docs/5.0/examples/carousel/carousel.css | 93 + .../docs/5.0/examples/carousel/carousel.rtl.css | 89 + .../content/docs/5.0/examples/carousel/index.html | 166 + .../docs/5.0/examples/cheatsheet-rtl/index.html | 1605 +++ .../docs/5.0/examples/cheatsheet/cheatsheet.css | 169 + .../docs/5.0/examples/cheatsheet/cheatsheet.js | 73 + .../5.0/examples/cheatsheet/cheatsheet.rtl.css | 162 + .../docs/5.0/examples/cheatsheet/index.html | 1589 +++ .../docs/5.0/examples/checkout-rtl/index.html | 232 + .../docs/5.0/examples/checkout/form-validation.css | 3 + .../docs/5.0/examples/checkout/form-validation.js | 20 + .../content/docs/5.0/examples/checkout/index.html | 232 + .../site/content/docs/5.0/examples/cover/cover.css | 53 + .../content/docs/5.0/examples/cover/index.html | 34 + .../docs/5.0/examples/dashboard-rtl/dashboard.js | 53 + .../docs/5.0/examples/dashboard-rtl/index.html | 253 + .../docs/5.0/examples/dashboard/dashboard.css | 100 + .../docs/5.0/examples/dashboard/dashboard.js | 53 + .../docs/5.0/examples/dashboard/dashboard.rtl.css | 96 + .../content/docs/5.0/examples/dashboard/index.html | 252 + .../docs/5.0/examples/features/features.css | 61 + .../content/docs/5.0/examples/features/index.html | 288 + .../5.0/examples/features/unsplash-photo-1.jpg | Bin 0 -> 10451 bytes .../5.0/examples/features/unsplash-photo-2.jpg | Bin 0 -> 113018 bytes .../5.0/examples/features/unsplash-photo-3.jpg | Bin 0 -> 40607 bytes .../site/content/docs/5.0/examples/grid/grid.css | 13 + .../site/content/docs/5.0/examples/grid/index.html | 188 + .../content/docs/5.0/examples/headers/headers.css | 32 + .../content/docs/5.0/examples/headers/index.html | 295 + .../docs/5.0/examples/heroes/bootstrap-docs.png | Bin 0 -> 371399 bytes .../docs/5.0/examples/heroes/bootstrap-themes.png | Bin 0 -> 278159 bytes .../content/docs/5.0/examples/heroes/heroes.css | 11 + .../content/docs/5.0/examples/heroes/index.html | 125 + .../content/docs/5.0/examples/jumbotron/index.html | 45 + .../content/docs/5.0/examples/masonry/index.html | 105 + .../docs/5.0/examples/navbar-bottom/index.html | 41 + .../docs/5.0/examples/navbar-fixed/index.html | 40 + .../5.0/examples/navbar-fixed/navbar-top-fixed.css | 5 + .../docs/5.0/examples/navbar-static/index.html | 40 + .../docs/5.0/examples/navbar-static/navbar-top.css | 4 + .../content/docs/5.0/examples/navbars/index.html | 416 + .../content/docs/5.0/examples/navbars/navbar.css | 7 + .../docs/5.0/examples/offcanvas-navbar/index.html | 140 + .../5.0/examples/offcanvas-navbar/offcanvas.css | 67 + .../5.0/examples/offcanvas-navbar/offcanvas.js | 7 + .../content/docs/5.0/examples/pricing/index.html | 187 + .../content/docs/5.0/examples/pricing/pricing.css | 11 + .../content/docs/5.0/examples/product/index.html | 148 + .../content/docs/5.0/examples/product/product.css | 69 + .../content/docs/5.0/examples/sidebars/index.html | 391 + .../docs/5.0/examples/sidebars/sidebars.css | 89 + .../content/docs/5.0/examples/sidebars/sidebars.js | 8 + .../content/docs/5.0/examples/sign-in/index.html | 32 + .../content/docs/5.0/examples/sign-in/signin.css | 39 + .../docs/5.0/examples/starter-template/index.html | 51 + .../examples/starter-template/starter-template.css | 18 + .../5.0/examples/sticky-footer-navbar/index.html | 52 + .../sticky-footer-navbar/sticky-footer-navbar.css | 7 + .../docs/5.0/examples/sticky-footer/index.html | 24 + .../5.0/examples/sticky-footer/sticky-footer.css | 9 + .../site/content/docs/5.0/forms/checks-radios.md | 277 + .../site/content/docs/5.0/forms/floating-labels.md | 108 + .../site/content/docs/5.0/forms/form-control.md | 150 + .../site/content/docs/5.0/forms/input-group.md | 316 + .../site/content/docs/5.0/forms/layout.md | 330 + .../site/content/docs/5.0/forms/overview.md | 154 + .../bootstrap/site/content/docs/5.0/forms/range.md | 49 + .../site/content/docs/5.0/forms/select.md | 81 + .../site/content/docs/5.0/forms/validation.md | 382 + .../docs/5.0/getting-started/accessibility.md | 62 + .../docs/5.0/getting-started/best-practices.md | 20 + .../docs/5.0/getting-started/browsers-devices.md | 124 + .../docs/5.0/getting-started/build-tools.md | 102 + .../content/docs/5.0/getting-started/contents.md | 180 + .../content/docs/5.0/getting-started/download.md | 119 + .../docs/5.0/getting-started/introduction.md | 161 + .../content/docs/5.0/getting-started/javascript.md | 238 + .../content/docs/5.0/getting-started/parcel.md | 99 + .../site/content/docs/5.0/getting-started/rfs.md | 86 + .../site/content/docs/5.0/getting-started/rtl.md | 182 + .../content/docs/5.0/getting-started/webpack.md | 104 + .../site/content/docs/5.0/helpers/clearfix.md | 36 + .../site/content/docs/5.0/helpers/colored-links.md | 21 + .../site/content/docs/5.0/helpers/position.md | 42 + .../site/content/docs/5.0/helpers/ratio.md | 81 + .../content/docs/5.0/helpers/stretched-link.md | 74 + .../content/docs/5.0/helpers/text-truncation.md | 23 + .../content/docs/5.0/helpers/visually-hidden.md | 29 + .../site/content/docs/5.0/layout/breakpoints.md | 204 + .../site/content/docs/5.0/layout/columns.md | 317 + .../site/content/docs/5.0/layout/containers.md | 176 + .../bootstrap/site/content/docs/5.0/layout/grid.md | 545 + .../site/content/docs/5.0/layout/gutters.md | 165 + .../site/content/docs/5.0/layout/utilities.md | 25 + .../site/content/docs/5.0/layout/z-index.md | 16 + .../bootstrap/site/content/docs/5.0/migration.md | 383 + .../site/content/docs/5.0/utilities/api.md | 409 + .../site/content/docs/5.0/utilities/background.md | 78 + .../site/content/docs/5.0/utilities/borders.md | 99 + .../site/content/docs/5.0/utilities/colors.md | 64 + .../site/content/docs/5.0/utilities/display.md | 160 + .../site/content/docs/5.0/utilities/flex.md | 665 ++ .../site/content/docs/5.0/utilities/float.md | 48 + .../content/docs/5.0/utilities/interactions.md | 39 + .../site/content/docs/5.0/utilities/overflow.md | 40 + .../site/content/docs/5.0/utilities/position.md | 130 + .../site/content/docs/5.0/utilities/shadows.md | 30 + .../site/content/docs/5.0/utilities/sizing.md | 60 + .../site/content/docs/5.0/utilities/spacing.md | 125 + .../site/content/docs/5.0/utilities/text.md | 154 + .../content/docs/5.0/utilities/vertical-align.md | 48 + .../site/content/docs/5.0/utilities/visibility.md | 37 + vendor/twbs/bootstrap/site/data/docs-versions.yml | 2 +- vendor/twbs/bootstrap/site/data/icons.yml | 25 + vendor/twbs/bootstrap/site/data/translations.yml | 5 + .../twbs/bootstrap/site/layouts/_default/404.html | 6 + .../bootstrap/site/layouts/_default/baseof.html | 20 + .../bootstrap/site/layouts/partials/analytics.html | 1 - .../layouts/partials/callout-info-sanitizer.md | 1 + .../partials/callout-warning-input-support.md | 3 + .../site/layouts/partials/docs-subnav.html | 14 + .../site/layouts/partials/docs-versions.html | 14 + .../partials/icons/bootstrap-logo-solid.svg | 1 + .../partials/icons/bootstrap-white-fill.svg | 1 + .../site/layouts/partials/icons/collapse.svg | 4 + .../site/layouts/partials/icons/expand.svg | 4 + .../site/layouts/partials/icons/hamburger.svg | 3 + .../site/layouts/partials/icons/homepage-hero.svg | 1 + .../bootstrap/site/layouts/partials/icons/list.svg | 3 + .../bootstrap/site/layouts/partials/redirect.html | 11 + .../site/layouts/partials/table-content.html | 27 + .../site/layouts/shortcodes/bs-table.html | 9 + .../site/layouts/shortcodes/scss-docs.html | 33 + .../bootstrap/site/layouts/shortcodes/table.html | 30 + vendor/twbs/bootstrap/site/layouts/sitemap.xml | 8 +- .../docs/5.0/assets/brand/bootstrap-logo-black.svg | 1 + .../5.0/assets/brand/bootstrap-logo-shadow.png | Bin 0 -> 48625 bytes .../docs/5.0/assets/brand/bootstrap-logo-white.svg | 1 + .../docs/5.0/assets/brand/bootstrap-logo.svg | 1 + .../5.0/assets/brand/bootstrap-social-logo.png | Bin 0 -> 145590 bytes .../docs/5.0/assets/brand/bootstrap-social.png | Bin 0 -> 54961 bytes .../static/docs/5.0/assets/img/bootstrap-icons.png | Bin 0 -> 40798 bytes .../docs/5.0/assets/img/bootstrap-icons@2x.png | Bin 0 -> 125571 bytes .../5.0/assets/img/bootstrap-themes-collage.png | Bin 0 -> 74829 bytes .../5.0/assets/img/bootstrap-themes-collage@2x.png | Bin 0 -> 244640 bytes .../docs/5.0/assets/img/bootstrap-themes.png | Bin 0 -> 88695 bytes .../docs/5.0/assets/img/bootstrap-themes@2x.png | Bin 0 -> 278159 bytes .../docs/5.0/assets/img/examples/album-rtl.png | Bin 0 -> 6392 bytes .../docs/5.0/assets/img/examples/album-rtl@2x.png | Bin 0 -> 15450 bytes .../static/docs/5.0/assets/img/examples/album.png | Bin 0 -> 10760 bytes .../docs/5.0/assets/img/examples/album@2x.png | Bin 0 -> 25026 bytes .../docs/5.0/assets/img/examples/blog-rtl.png | Bin 0 -> 12545 bytes .../docs/5.0/assets/img/examples/blog-rtl@2x.png | Bin 0 -> 31035 bytes .../static/docs/5.0/assets/img/examples/blog.png | Bin 0 -> 15245 bytes .../docs/5.0/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../docs/5.0/assets/img/examples/carousel-rtl.png | Bin 0 -> 10344 bytes .../5.0/assets/img/examples/carousel-rtl@2x.png | Bin 0 -> 24535 bytes .../docs/5.0/assets/img/examples/carousel.png | Bin 0 -> 13314 bytes .../docs/5.0/assets/img/examples/carousel@2x.png | Bin 0 -> 31465 bytes .../5.0/assets/img/examples/cheatsheet-rtl.png | Bin 0 -> 6089 bytes .../5.0/assets/img/examples/cheatsheet-rtl@2x.png | Bin 0 -> 13863 bytes .../docs/5.0/assets/img/examples/cheatsheet.png | Bin 0 -> 8132 bytes .../docs/5.0/assets/img/examples/cheatsheet@2x.png | Bin 0 -> 19324 bytes .../docs/5.0/assets/img/examples/checkout-rtl.png | Bin 0 -> 8848 bytes .../5.0/assets/img/examples/checkout-rtl@2x.png | Bin 0 -> 21965 bytes .../docs/5.0/assets/img/examples/checkout.png | Bin 0 -> 7639 bytes .../docs/5.0/assets/img/examples/checkout@2x.png | Bin 0 -> 19105 bytes .../static/docs/5.0/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/5.0/assets/img/examples/cover@2x.png | Bin 0 -> 17953 bytes .../docs/5.0/assets/img/examples/dashboard-rtl.png | Bin 0 -> 8261 bytes .../5.0/assets/img/examples/dashboard-rtl@2x.png | Bin 0 -> 19399 bytes .../docs/5.0/assets/img/examples/dashboard.png | Bin 0 -> 11914 bytes .../docs/5.0/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../docs/5.0/assets/img/examples/features.png | Bin 0 -> 6067 bytes .../docs/5.0/assets/img/examples/features@2x.png | Bin 0 -> 15002 bytes .../static/docs/5.0/assets/img/examples/grid.png | Bin 0 -> 14485 bytes .../docs/5.0/assets/img/examples/grid@2x.png | Bin 0 -> 34834 bytes .../docs/5.0/assets/img/examples/headers.png | Bin 0 -> 5197 bytes .../docs/5.0/assets/img/examples/headers@2x.png | Bin 0 -> 12639 bytes .../static/docs/5.0/assets/img/examples/heroes.png | Bin 0 -> 9017 bytes .../docs/5.0/assets/img/examples/heroes@2x.png | Bin 0 -> 23433 bytes .../docs/5.0/assets/img/examples/jumbotron.png | Bin 0 -> 9155 bytes .../docs/5.0/assets/img/examples/jumbotron@2x.png | Bin 0 -> 23316 bytes .../docs/5.0/assets/img/examples/masonry.png | Bin 0 -> 15253 bytes .../docs/5.0/assets/img/examples/masonry@2x.png | Bin 0 -> 37733 bytes .../docs/5.0/assets/img/examples/navbar-bottom.png | Bin 0 -> 4873 bytes .../5.0/assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11666 bytes .../docs/5.0/assets/img/examples/navbar-fixed.png | Bin 0 -> 5911 bytes .../5.0/assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 14103 bytes .../docs/5.0/assets/img/examples/navbar-static.png | Bin 0 -> 6624 bytes .../5.0/assets/img/examples/navbar-static@2x.png | Bin 0 -> 15155 bytes .../docs/5.0/assets/img/examples/navbars.png | Bin 0 -> 13126 bytes .../docs/5.0/assets/img/examples/navbars@2x.png | Bin 0 -> 31168 bytes .../5.0/assets/img/examples/offcanvas-navbar.png | Bin 0 -> 9691 bytes .../assets/img/examples/offcanvas-navbar@2x.png | Bin 0 -> 23975 bytes .../docs/5.0/assets/img/examples/pricing.png | Bin 0 -> 11621 bytes .../docs/5.0/assets/img/examples/pricing@2x.png | Bin 0 -> 29128 bytes .../docs/5.0/assets/img/examples/product.png | Bin 0 -> 12906 bytes .../docs/5.0/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/5.0/assets/img/examples/sidebars.png | Bin 0 -> 12287 bytes .../docs/5.0/assets/img/examples/sidebars@2x.png | Bin 0 -> 33499 bytes .../docs/5.0/assets/img/examples/sign-in.png | Bin 0 -> 2199 bytes .../docs/5.0/assets/img/examples/sign-in@2x.png | Bin 0 -> 4568 bytes .../5.0/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.0/assets/img/examples/sticky-footer.png | Bin 0 -> 4280 bytes .../5.0/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.0/assets/img/favicons/apple-touch-icon.png | Bin 0 -> 7650 bytes .../docs/5.0/assets/img/favicons/favicon-16x16.png | Bin 0 -> 529 bytes .../docs/5.0/assets/img/favicons/favicon-32x32.png | Bin 0 -> 1159 bytes .../docs/5.0/assets/img/favicons/manifest.json | 20 + .../5.0/assets/img/favicons/safari-pinned-tab.svg | 1 + .../static/docs/5.0/assets/js/validate-forms.js | 20 + 431 files changed, 67865 insertions(+), 2799 deletions(-) create mode 100644 vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml create mode 100644 vendor/twbs/bootstrap/.github/dependabot.yml create mode 100644 vendor/twbs/bootstrap/.github/release-drafter.yml create mode 100644 vendor/twbs/bootstrap/.github/workflows/node-sass.yml create mode 100644 vendor/twbs/bootstrap/.github/workflows/release-notes.yml create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.min.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.min.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.min.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css.map create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap.rtl.min.css create mode 100644 vendor/twbs/bootstrap/dist/css/bootstrap.rtl.min.css.map create mode 100644 vendor/twbs/bootstrap/dist/js/bootstrap.esm.js create mode 100644 vendor/twbs/bootstrap/dist/js/bootstrap.esm.js.map create mode 100644 vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js create mode 100644 vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/base-component.js create mode 100644 vendor/twbs/bootstrap/js/dist/base-component.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/dom/data.js create mode 100644 vendor/twbs/bootstrap/js/dist/dom/data.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/dom/event-handler.js create mode 100644 vendor/twbs/bootstrap/js/dist/dom/event-handler.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/dom/manipulator.js create mode 100644 vendor/twbs/bootstrap/js/dist/dom/manipulator.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/dom/selector-engine.js create mode 100644 vendor/twbs/bootstrap/js/dist/dom/selector-engine.js.map create mode 100644 vendor/twbs/bootstrap/js/dist/offcanvas.js create mode 100644 vendor/twbs/bootstrap/js/dist/offcanvas.js.map create mode 100644 vendor/twbs/bootstrap/js/index.esm.js create mode 100644 vendor/twbs/bootstrap/js/index.umd.js create mode 100644 vendor/twbs/bootstrap/js/src/base-component.js create mode 100644 vendor/twbs/bootstrap/js/src/dom/data.js create mode 100644 vendor/twbs/bootstrap/js/src/dom/event-handler.js create mode 100644 vendor/twbs/bootstrap/js/src/dom/manipulator.js create mode 100644 vendor/twbs/bootstrap/js/src/dom/selector-engine.js create mode 100644 vendor/twbs/bootstrap/js/src/offcanvas.js create mode 100644 vendor/twbs/bootstrap/js/src/util/backdrop.js create mode 100644 vendor/twbs/bootstrap/js/src/util/index.js create mode 100644 vendor/twbs/bootstrap/js/src/util/sanitizer.js create mode 100644 vendor/twbs/bootstrap/js/src/util/scrollbar.js create mode 100644 vendor/twbs/bootstrap/scss/_accordion.scss create mode 100644 vendor/twbs/bootstrap/scss/_containers.scss create mode 100644 vendor/twbs/bootstrap/scss/_helpers.scss create mode 100644 vendor/twbs/bootstrap/scss/_offcanvas.scss create mode 100644 vendor/twbs/bootstrap/scss/bootstrap-utilities.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_floating-labels.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_form-check.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_form-control.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_form-range.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_form-select.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_form-text.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_input-group.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_labels.scss create mode 100644 vendor/twbs/bootstrap/scss/forms/_validation.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_clearfix.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_colored-links.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_position.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_ratio.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_stretched-link.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_text-truncation.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_visually-hidden.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_color-scheme.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_container.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_table-variants.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_utilities.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_visually-hidden.scss create mode 100644 vendor/twbs/bootstrap/scss/utilities/_api.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_layout.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_navbar.scss create mode 100644 vendor/twbs/bootstrap/site/assets/scss/_subnav.scss create mode 100644 vendor/twbs/bootstrap/site/content/404.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/_index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/brand.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/license.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/team.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/translations.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/accordion.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/alerts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/badge.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/breadcrumb.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/button-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/buttons.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/card.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/carousel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/close-button.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/collapse.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/dropdowns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/list-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/modal.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/navbar.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/navs-tabs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/offcanvas.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/pagination.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/popovers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/progress.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/scrollspy.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/spinners.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/toasts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/tooltips.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/figures.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/images.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/reboot.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/tables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/typography.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/color.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/components.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/css-variables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/optimize.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/options.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/sass.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/.stylelintrc create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/_index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/album-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/album/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel/carousel.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel/carousel.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/cheatsheet.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/cheatsheet.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout/form-validation.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout/form-validation.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cover/cover.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cover/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard-rtl/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/dashboard.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/dashboard.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/features.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/unsplash-photo-1.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/unsplash-photo-2.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/unsplash-photo-3.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/grid/grid.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/grid/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/headers/headers.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/headers/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/bootstrap-docs.png create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/heroes.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/jumbotron/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/masonry/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-bottom/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/navbar-top.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbars/navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/offcanvas-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/pricing/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/pricing/pricing.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/product/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/product/product.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sidebars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sidebars/sidebars.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sidebars/sidebars.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sign-in/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sign-in/signin.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/starter-template.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer/sticky-footer.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/floating-labels.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/form-control.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/input-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/layout.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/range.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/validation.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/accessibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/best-practices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/browsers-devices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/build-tools.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/contents.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/download.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/introduction.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/javascript.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/parcel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/rfs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/rtl.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/webpack.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/clearfix.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/colored-links.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/ratio.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/stretched-link.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/text-truncation.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/visually-hidden.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/breakpoints.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/columns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/containers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/grid.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/gutters.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/utilities.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/z-index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/migration.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/api.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/background.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/borders.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/colors.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/display.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/flex.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/float.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/interactions.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/overflow.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/sizing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/spacing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/text.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/vertical-align.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/visibility.md create mode 100644 vendor/twbs/bootstrap/site/data/icons.yml create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/404.html create mode 100644 vendor/twbs/bootstrap/site/layouts/_default/baseof.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-info-sanitizer.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/callout-warning-input-support.md create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/docs-subnav.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/docs-versions.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/bootstrap-logo-solid.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/bootstrap-white-fill.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/collapse.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/expand.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/hamburger.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/homepage-hero.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/icons/list.svg create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/redirect.html create mode 100644 vendor/twbs/bootstrap/site/layouts/partials/table-content.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/bs-table.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/scss-docs.html create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/table.html create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo-shadow.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-social-logo.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-social.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-icons.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-icons@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes-collage.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes-collage@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cover.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cover@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/features.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/features@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/grid.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/grid@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/headers.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/headers@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/heroes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/heroes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/jumbotron.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/jumbotron@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/masonry.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/masonry@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-bottom.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-bottom@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-fixed.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-fixed@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-static.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-static@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/offcanvas-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/offcanvas-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/pricing.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/pricing@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/product.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/product@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sidebars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sidebars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sign-in.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sign-in@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/starter-template.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/starter-template@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/android-chrome-192x192.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/android-chrome-512x512.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/favicon-16x16.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/favicon-32x32.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/manifest.json create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/safari-pinned-tab.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/js/validate-forms.js (limited to 'vendor/twbs/bootstrap') diff --git a/vendor/twbs/bootstrap/.bundlewatch.config.json b/vendor/twbs/bootstrap/.bundlewatch.config.json index 81badf254..988accd7f 100644 --- a/vendor/twbs/bootstrap/.bundlewatch.config.json +++ b/vendor/twbs/bootstrap/.bundlewatch.config.json @@ -34,7 +34,7 @@ }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "41.25 kB" + "maxSize": "41.5 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", @@ -50,7 +50,7 @@ }, { "path": "./dist/js/bootstrap.js", - "maxSize": "27.25 kB" + "maxSize": "27.5 kB" }, { "path": "./dist/js/bootstrap.min.js", diff --git a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..2913b45f0 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Ask a question + url: https://github.com/twbs/bootstrap/discussions/new + about: Ask and discuss questions with other Bootstrap community members diff --git a/vendor/twbs/bootstrap/.github/SUPPORT.md b/vendor/twbs/bootstrap/.github/SUPPORT.md index c30bed3b4..a4739f589 100644 --- a/vendor/twbs/bootstrap/.github/SUPPORT.md +++ b/vendor/twbs/bootstrap/.github/SUPPORT.md @@ -7,5 +7,5 @@ See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports. For general troubleshooting or help getting started: - Join [the official Slack room](https://bootstrap-slack.herokuapp.com/). -- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. +- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel. - Ask and explore Stack Overflow with the [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag. diff --git a/vendor/twbs/bootstrap/.github/dependabot.yml b/vendor/twbs/bootstrap/.github/dependabot.yml new file mode 100644 index 000000000..29135b400 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: tuesday + time: "12:00" + timezone: Europe/Athens + open-pull-requests-limit: 10 + reviewers: + - XhmikosR + labels: + - dependencies + - v5 + versioning-strategy: increase + rebase-strategy: disabled + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: tuesday + time: "12:00" + timezone: Europe/Athens diff --git a/vendor/twbs/bootstrap/.github/release-drafter.yml b/vendor/twbs/bootstrap/.github/release-drafter.yml new file mode 100644 index 000000000..5d0f45de8 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/release-drafter.yml @@ -0,0 +1,57 @@ +name-template: 'v$NEXT_MAJOR_VERSION' +tag-template: 'v$NEXT_MAJOR_VERSION' +prerelease: true +exclude-labels: + - 'skip-changelog' +categories: + - title: '❗ Breaking Changes' + labels: + - 'breaking-change' + - title: '🚀 Features' + labels: + - 'new-feature' + - 'feature' + - 'enhancement' + - title: '🐛 Bug fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: '⚡ Performance improvements' + labels: + - 'performance' + - title: '🎨 CSS' + labels: + - 'css' + - title: '☕️ JavaScript' + labels: + - 'js' + - title: '📖 Docs' + labels: + - 'docs' + - title: '🛠 Examples' + labels: + - 'examples' + - title: '🌎 Accessibility' + labels: + - 'accessibility' + - title: '🔧 Utility API' + labels: + - 'utility API' + - 'utilities' + - title: '🏭 Tests' + labels: + - 'tests' + - title: '🧰 Misc' + labels: + - 'build' + - 'meta' + - 'chore' + - 'CI' + - title: '📦 Dependencies' + labels: + - 'dependencies' +change-template: '- #$NUMBER: $TITLE' +template: | + ## Changes + $CHANGES diff --git a/vendor/twbs/bootstrap/.github/workflows/node-sass.yml b/vendor/twbs/bootstrap/.github/workflows/node-sass.yml new file mode 100644 index 000000000..ee64b2152 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/workflows/node-sass.yml @@ -0,0 +1,30 @@ +name: CSS (node-sass) + +on: + push: + branches-ignore: + - "dependabot/**" + pull_request: + +env: + FORCE_COLOR: 2 + NODE: 14 + +jobs: + css: + runs-on: ubuntu-latest + + steps: + - name: Clone repository + uses: actions/checkout@v2 + + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: "${{ env.NODE }}" + + - name: Build CSS with node-sass + run: | + npx --package node-sass@latest node-sass --version + npx --package node-sass@latest node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist-sass/css/ + ls -Al dist-sass/css diff --git a/vendor/twbs/bootstrap/.github/workflows/release-notes.yml b/vendor/twbs/bootstrap/.github/workflows/release-notes.yml new file mode 100644 index 000000000..ab2f37694 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/workflows/release-notes.yml @@ -0,0 +1,15 @@ +name: Release notes + +on: + push: + branches: + - main + +jobs: + update_release_draft: + runs-on: ubuntu-latest + if: github.repository == 'twbs/bootstrap' + steps: + - uses: release-drafter/release-drafter@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/vendor/twbs/bootstrap/README.md b/vendor/twbs/bootstrap/README.md index fc7057a5d..833128379 100644 --- a/vendor/twbs/bootstrap/README.md +++ b/vendor/twbs/bootstrap/README.md @@ -46,11 +46,11 @@ 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.0.1.zip) +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.0.2.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.0.1` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.0.2` - 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.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more. @@ -177,7 +177,7 @@ Get updates on Bootstrap's development and chat with the project maintainers and - Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). - Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/). - Join [the official Slack room](https://bootstrap-slack.herokuapp.com/). -- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. +- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel. - Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)). - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. diff --git a/vendor/twbs/bootstrap/build/vnu-jar.js b/vendor/twbs/bootstrap/build/vnu-jar.js index 7a912675e..6c3517ca5 100644 --- a/vendor/twbs/bootstrap/build/vnu-jar.js +++ b/vendor/twbs/bootstrap/build/vnu-jar.js @@ -9,10 +9,10 @@ 'use strict' -const childProcess = require('child_process') +const { execFile, spawn } = require('child_process') const vnu = require('vnu-jar') -childProcess.exec('java -version', (error, stdout, stderr) => { +execFile('java', ['-version'], (error, stdout, stderr) => { if (error) { console.error('Skipping vnu-jar test; Java is missing.') return @@ -21,23 +21,12 @@ childProcess.exec('java -version', (error, stdout, stderr) => { const is32bitJava = !/64-Bit/.test(stderr) // vnu-jar accepts multiple ignores joined with a `|`. - // Also note that the ignores are regular expressions. + // Also note that the ignores are string regular expressions. const ignores = [ // "autocomplete" is included in + +
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+ +
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+
+ +{{< /example >}} + +### Flush + +Add `.accordion-flush` to remove the default `background-color`, some borders, and some rounded corners to render accordions edge-to-edge with their parent container. + +{{< example class="bg-light" >}} +
+
+

+ +

+
+
Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the first item's accordion body.
+
+
+
+

+ +

+
+
Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the second item's accordion body. Let's imagine this being filled with some actual content.
+
+
+
+

+ +

+
+
Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the third item's accordion body. Nothing more exciting happening here in terms of content, but just filling up the space to make it look, at least at first glance, a bit more representative of how this would look in a real-world application.
+
+
+
+{{< /example >}} + +### Always open + +Omit the `data-bs-parent` attribute on each `.accordion-collapse` to make accordion items stay open when another item is opened. + +{{< example >}} +
+
+

+ +

+
+
+ This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+
+
+

+ +

+
+
+ This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+
+
+{{< /example >}} + +## Accessibility + +Please read the [collapse accessibility section]({{< docsref "/components/collapse#accessibility" >}}) for more information. + +## Sass + +### Variables + +{{< scss-docs name="accordion-variables" file="scss/_variables.scss" >}} diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/components/alerts.md b/vendor/twbs/bootstrap/site/content/docs/5.0/components/alerts.md new file mode 100644 index 000000000..a7e52f5f8 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/components/alerts.md @@ -0,0 +1,264 @@ +--- +layout: docs +title: Alerts +description: Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. +group: components +toc: true +--- + +## Examples + +Alerts are available for any length of text, as well as an optional close button. For proper styling, use one of the eight **required** contextual classes (e.g., `.alert-success`). For inline dismissal, use the [alerts JavaScript plugin](#dismissing). + +{{< example >}} +{{< alerts.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{- end -}} +{{< /alerts.inline >}} +{{< /example >}} + +{{< callout info >}} +{{< partial "callout-warning-color-assistive-technologies.md" >}} +{{< /callout >}} + +### Link color + +Use the `.alert-link` utility class to quickly provide matching colored links within any alert. + +{{< example >}} +{{< alerts.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ end -}} +{{< /alerts.inline >}} +{{< /example >}} + +### Additional content + +Alerts can also contain additional HTML elements like headings, paragraphs and dividers. + +{{< example >}} + +{{< /example >}} + +### Icons + +Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{< param icons >}}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles. + +{{< example >}} + +{{< /example >}} + +Need more than one icon for your alerts? Consider using more Bootstrap Icons and making a local SVG sprite like so to easily reference the same icons repeatedly. + +{{< example >}} + + + + + + + + + + + + + + + + +{{< /example >}} + +### Dismissing + +Using the alert JavaScript plugin, it's possible to dismiss any alert inline. Here's how: + +- Be sure you've loaded the alert plugin, or the compiled Bootstrap JavaScript. +- Add a [close button]({{< docsref "/components/close-button" >}}) and the `.alert-dismissible` class, which adds extra padding to the right of the alert and positions the close button. +- On the close button, add the `data-bs-dismiss="alert"` attribute, which triggers the JavaScript functionality. Be sure to use the ` + +{{< /example >}} + +{{< callout warning >}} +When an alert is dismissed, the element is completely removed from the page structure. If a keyboard user dismisses the alert using the close button, their focus will suddenly be lost and, depending on the browser, reset to the start of the page/document. For this reason, we recommend including additional JavaScript that listens for the `closed.bs.alert` event and programmatically sets `focus()` to the most appropriate location in the page. If you're planning to move focus to a non-interactive element that normally does not receive focus, make sure to add `tabindex="-1"` to the element. +{{< /callout >}} + +## Sass + +### Variables + +{{< scss-docs name="alert-variables" file="scss/_variables.scss" >}} + +### Variant mixin + +Used in combination with `$theme-colors` to create contextual modifier classes for our alerts. + +{{< scss-docs name="alert-variant-mixin" file="scss/mixins/_alert.scss" >}} + +### Loop + +Loop that generates the modifier classes with the `alert-variant()` mixin. + +{{< scss-docs name="alert-modifiers" file="scss/_alert.scss" >}} + +## JavaScript behavior + +### Triggers + +Enable dismissal of an alert via JavaScript: + +```js +var alertList = document.querySelectorAll('.alert') +alertList.forEach(function (alert) { + new bootstrap.Alert(alert) +}) +``` + +Or with `data` attributes on a button **within the alert**, as demonstrated above: + +```html + +``` + +Note that closing an alert will remove it from the DOM. + +### Methods + +You can create an alert instance with the alert constructor, for example: + +```js +var myAlert = document.getElementById('myAlert') +var bsAlert = new bootstrap.Alert(myAlert) +``` + +This makes an alert listen for click events on descendant elements which have the `data-bs-dismiss="alert"` attribute. (Not necessary when using the data-api's auto-initialization.) + + + + + + + + + + + + + + + + + + + + + + + + + + +
MethodDescription
+ close + + Closes an alert by removing it from the DOM. If the .fade and .show classes are present on the element, the alert will fade out before it is removed. +
+ dispose + + Destroys an element's alert. (Removes stored data on the DOM element) +
+ getInstance + + Static method which allows you to get the alert instance associated to a DOM element, you can use it like this: bootstrap.Alert.getInstance(alert) +
+ getOrCreateInstance + + Static method which returns an alert instance associated to a DOM element or create a new one in case it wasn't initialised. + You can use it like this: bootstrap.Alert.getOrCreateInstance(element) +
+ +```js +var alertNode = document.querySelector('.alert') +var alert = bootstrap.Alert.getInstance(alertNode) +alert.close() +``` + +### Events + +Bootstrap's alert plugin exposes a few events for hooking into alert functionality. + + + + + + + + + + + + + + + + + + +
EventDescription
close.bs.alert + Fires immediately when the close instance method is called. +
closed.bs.alert + Fired when the alert has been closed and CSS transitions have completed. +
+ +```js +var myAlert = document.getElementById('myAlert') +myAlert.addEventListener('closed.bs.alert', function () { + // do something, for instance, explicitly move focus to the most appropriate element, + // so it doesn't get lost/reset to the start of the page + // document.getElementById('...').focus() +}) +``` diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/components/badge.md b/vendor/twbs/bootstrap/site/content/docs/5.0/components/badge.md new file mode 100644 index 000000000..de80d3b27 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/components/badge.md @@ -0,0 +1,93 @@ +--- +layout: docs +title: Badges +description: Documentation and examples for badges, our small count and labeling component. +group: components +toc: true +--- + +## Examples + +Badges scale to match the size of the immediate parent element by using relative font sizing and `em` units. As of v5, badges no longer have focus or hover styles for links. + +### Headings + +{{< example >}} +

Example heading New

+

Example heading New

+

Example heading New

+

Example heading New

+
Example heading New
+
Example heading New
+{{< /example >}} + +### Buttons + +Badges can be used as part of links or buttons to provide a counter. + +{{< example >}} + +{{< /example >}} + +Note that depending on how they are used, badges may be confusing for users of screen readers and similar assistive technologies. While the styling of badges provides a visual cue as to their purpose, these users will simply be presented with the content of the badge. Depending on the specific situation, these badges may seem like random additional words or numbers at the end of a sentence, link, or button. + +Unless the context is clear (as with the "Notifications" example, where it is understood that the "4" is the number of notifications), consider including additional context with a visually hidden piece of additional text. + +### Positioned + +Use utilities to modify a `.badge` and position it in the corner of a link or button. + +{{< example >}} + +{{< /example >}} + +You can also replace the `.badge` class with a few more utilities without a count for a more generic indicator. + +{{< example >}} + +{{< /example >}} + +## Background colors + +Use our background utility classes to quickly change the appearance of a badge. Please note that when using Bootstrap's default `.bg-light`, you'll likely need a text color utility like `.text-dark` for proper styling. This is because background utilities do not set anything but `background-color`. + +{{< example >}} +{{< badge.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ .name | title }}{{- end -}} +{{< /badge.inline >}} +{{< /example >}} + +{{< callout info >}} +{{< partial "callout-warning-color-assistive-technologies.md" >}} +{{< /callout >}} + +## Pill badges + +Use the `.rounded-pill` utility class to make badges more rounded with a larger `border-radius`. + +{{< example >}} +{{< badge.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ .name | title }}{{- end -}} +{{< /badge.inline >}} +{{< /example >}} + +## Sass + +### Variables + +{{< scss-docs name="badge-variables" file="scss/_variables.scss" >}} diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/components/breadcrumb.md b/vendor/twbs/bootstrap/site/content/docs/5.0/components/breadcrumb.md new file mode 100644 index 000000000..9143e7612 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/components/breadcrumb.md @@ -0,0 +1,96 @@ +--- +layout: docs +title: Breadcrumb +description: Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS. +group: components +toc: true +--- + +## Example + +Use an ordered or unordered list with linked list items to create a minimally styled breadcrumb. Use our utilities to add additional styles as desired. + +{{< example >}} + + + + + +{{< /example >}} + +## Dividers + +Dividers are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by modifying a local CSS custom property `--bs-breadcrumb-divider`, or through the `$breadcrumb-divider` Sass variable — and `$breadcrumb-divider-flipped` for its RTL counterpart, if needed. We default to our Sass variable, which is set as a fallback to the custom property. This way, you get a global divider that you can override without recompiling CSS at any time. + +{{< example >}} + +{{< /example >}} + +When modifying via Sass, the [quote](https://sass-lang.com/documentation/modules/string#quote) function is required to generate the quotes around a string. For example, using `>` as the divider, you can use this: + +```scss +$breadcrumb-divider: quote(">"); +``` + +It's also possible to use an **embedded SVG icon**. Apply it via our CSS custom property, or use the Sass variable. + +{{< example >}} + +{{< /example >}} + +```scss +$breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E"); +``` + +You can also remove the divider setting `--bs-breadcrumb-divider: '';` (empty strings in CSS custom properties counts as a value), or setting the Sass variable to `$breadcrumb-divider: none;`. + +{{< example >}} + +{{< /example >}} + + +```scss +$breadcrumb-divider: none; +``` + +## Accessibility + +Since breadcrumbs provide a navigation, it's a good idea to add a meaningful label such as `aria-label="breadcrumb"` to describe the type of navigation provided in the `