From e6dac085cb1d601da1fc63bfd59d811612fa6ef4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 Oct 2021 12:24:19 +0000 Subject: update composer libs --- vendor/twbs/bootstrap/.bundlewatch.config.json | 26 +- vendor/twbs/bootstrap/.cspell.json | 121 + vendor/twbs/bootstrap/.eslintrc.json | 17 +- vendor/twbs/bootstrap/.github/CONTRIBUTING.md | 2 +- .../bootstrap/.github/ISSUE_TEMPLATE/bug_report.md | 20 - .../.github/ISSUE_TEMPLATE/bug_report.yml | 62 + .../bootstrap/.github/ISSUE_TEMPLATE/config.yml | 4 +- .../.github/ISSUE_TEMPLATE/feature_request.md | 18 - .../.github/ISSUE_TEMPLATE/feature_request.yml | 29 + .../bootstrap/.github/workflows/browserstack.yml | 10 +- .../bootstrap/.github/workflows/bundlewatch.yml | 11 +- vendor/twbs/bootstrap/.github/workflows/codeql.yml | 8 +- vendor/twbs/bootstrap/.github/workflows/css.yml | 9 +- vendor/twbs/bootstrap/.github/workflows/docs.yml | 9 +- vendor/twbs/bootstrap/.github/workflows/js.yml | 11 +- vendor/twbs/bootstrap/.github/workflows/lint.yml | 9 +- vendor/twbs/bootstrap/README.md | 16 +- vendor/twbs/bootstrap/build/build-plugins.js | 118 +- vendor/twbs/bootstrap/build/rollup.config.js | 3 +- vendor/twbs/bootstrap/build/vnu-jar.js | 6 +- vendor/twbs/bootstrap/config.yml | 44 +- vendor/twbs/bootstrap/dist/css/bootstrap-grid.css | 461 +- .../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 | 461 +- .../bootstrap/dist/css/bootstrap-grid.rtl.css.map | 2 +- .../bootstrap/dist/css/bootstrap-grid.rtl.min.css | 4 +- .../dist/css/bootstrap-grid.rtl.min.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap-reboot.css | 75 +- .../bootstrap/dist/css/bootstrap-reboot.css.map | 2 +- .../bootstrap/dist/css/bootstrap-reboot.min.css | 4 +- .../dist/css/bootstrap-reboot.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-reboot.rtl.css | 75 +- .../dist/css/bootstrap-reboot.rtl.css.map | 2 +- .../dist/css/bootstrap-reboot.rtl.min.css | 4 +- .../dist/css/bootstrap-reboot.rtl.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-utilities.css | 164 +- .../bootstrap/dist/css/bootstrap-utilities.css.map | 2 +- .../bootstrap/dist/css/bootstrap-utilities.min.css | 4 +- .../dist/css/bootstrap-utilities.min.css.map | 2 +- .../bootstrap/dist/css/bootstrap-utilities.rtl.css | 164 +- .../dist/css/bootstrap-utilities.rtl.css.map | 2 +- .../dist/css/bootstrap-utilities.rtl.min.css | 4 +- .../dist/css/bootstrap-utilities.rtl.min.css.map | 2 +- vendor/twbs/bootstrap/dist/css/bootstrap.css | 948 ++-- 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 | 948 ++-- .../twbs/bootstrap/dist/css/bootstrap.rtl.css.map | 2 +- .../twbs/bootstrap/dist/css/bootstrap.rtl.min.css | 4 +- .../bootstrap/dist/css/bootstrap.rtl.min.css.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js | 1424 +++--- .../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 | 1266 +++--- vendor/twbs/bootstrap/dist/js/bootstrap.esm.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js | 4 +- .../bootstrap/dist/js/bootstrap.esm.min.js.map | 2 +- vendor/twbs/bootstrap/dist/js/bootstrap.js | 1290 +++--- 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 | 126 +- vendor/twbs/bootstrap/js/dist/alert.js.map | 2 +- vendor/twbs/bootstrap/js/dist/base-component.js | 39 +- .../twbs/bootstrap/js/dist/base-component.js.map | 2 +- vendor/twbs/bootstrap/js/dist/button.js | 31 +- vendor/twbs/bootstrap/js/dist/button.js.map | 2 +- vendor/twbs/bootstrap/js/dist/carousel.js | 110 +- vendor/twbs/bootstrap/js/dist/carousel.js.map | 2 +- vendor/twbs/bootstrap/js/dist/collapse.js | 245 +- vendor/twbs/bootstrap/js/dist/collapse.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/data.js | 10 +- vendor/twbs/bootstrap/js/dist/dom/data.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/event-handler.js | 16 +- .../bootstrap/js/dist/dom/event-handler.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dom/manipulator.js | 12 +- .../twbs/bootstrap/js/dist/dom/manipulator.js.map | 2 +- .../twbs/bootstrap/js/dist/dom/selector-engine.js | 56 +- .../bootstrap/js/dist/dom/selector-engine.js.map | 2 +- vendor/twbs/bootstrap/js/dist/dropdown.js | 202 +- vendor/twbs/bootstrap/js/dist/dropdown.js.map | 2 +- vendor/twbs/bootstrap/js/dist/modal.js | 328 +- vendor/twbs/bootstrap/js/dist/modal.js.map | 2 +- vendor/twbs/bootstrap/js/dist/offcanvas.js | 260 +- vendor/twbs/bootstrap/js/dist/offcanvas.js.map | 2 +- vendor/twbs/bootstrap/js/dist/popover.js | 83 +- vendor/twbs/bootstrap/js/dist/popover.js.map | 2 +- vendor/twbs/bootstrap/js/dist/scrollspy.js | 113 +- vendor/twbs/bootstrap/js/dist/scrollspy.js.map | 2 +- vendor/twbs/bootstrap/js/dist/tab.js | 63 +- vendor/twbs/bootstrap/js/dist/tab.js.map | 2 +- vendor/twbs/bootstrap/js/dist/toast.js | 153 +- vendor/twbs/bootstrap/js/dist/toast.js.map | 2 +- vendor/twbs/bootstrap/js/dist/tooltip.js | 226 +- vendor/twbs/bootstrap/js/dist/tooltip.js.map | 2 +- vendor/twbs/bootstrap/js/index.esm.js | 2 +- vendor/twbs/bootstrap/js/index.umd.js | 2 +- vendor/twbs/bootstrap/js/src/alert.js | 68 +- vendor/twbs/bootstrap/js/src/base-component.js | 6 +- vendor/twbs/bootstrap/js/src/button.js | 2 +- vendor/twbs/bootstrap/js/src/carousel.js | 13 +- vendor/twbs/bootstrap/js/src/collapse.js | 185 +- vendor/twbs/bootstrap/js/src/dom/data.js | 2 +- vendor/twbs/bootstrap/js/src/dom/event-handler.js | 3 +- vendor/twbs/bootstrap/js/src/dom/manipulator.js | 6 +- .../twbs/bootstrap/js/src/dom/selector-engine.js | 19 +- vendor/twbs/bootstrap/js/src/dropdown.js | 121 +- vendor/twbs/bootstrap/js/src/modal.js | 59 +- vendor/twbs/bootstrap/js/src/offcanvas.js | 36 +- vendor/twbs/bootstrap/js/src/popover.js | 56 +- vendor/twbs/bootstrap/js/src/scrollspy.js | 31 +- vendor/twbs/bootstrap/js/src/tab.js | 2 +- vendor/twbs/bootstrap/js/src/toast.js | 22 +- vendor/twbs/bootstrap/js/src/tooltip.js | 116 +- vendor/twbs/bootstrap/js/src/util/backdrop.js | 11 +- .../bootstrap/js/src/util/component-functions.js | 34 + vendor/twbs/bootstrap/js/src/util/focustrap.js | 105 + vendor/twbs/bootstrap/js/src/util/index.js | 19 +- vendor/twbs/bootstrap/js/src/util/sanitizer.js | 43 +- vendor/twbs/bootstrap/js/src/util/scrollbar.js | 2 +- vendor/twbs/bootstrap/package-lock.json | 4513 ++++++++------------ vendor/twbs/bootstrap/package.js | 2 +- vendor/twbs/bootstrap/package.json | 82 +- vendor/twbs/bootstrap/scss/_buttons.scss | 1 + vendor/twbs/bootstrap/scss/_card.scss | 3 +- vendor/twbs/bootstrap/scss/_functions.scss | 63 +- vendor/twbs/bootstrap/scss/_grid.scss | 11 + vendor/twbs/bootstrap/scss/_helpers.scss | 2 + vendor/twbs/bootstrap/scss/_mixins.scss | 1 + vendor/twbs/bootstrap/scss/_modal.scss | 12 +- vendor/twbs/bootstrap/scss/_navbar.scss | 31 +- vendor/twbs/bootstrap/scss/_offcanvas.scss | 4 + vendor/twbs/bootstrap/scss/_placeholders.scss | 51 + vendor/twbs/bootstrap/scss/_reboot.scss | 20 +- vendor/twbs/bootstrap/scss/_root.scss | 42 +- vendor/twbs/bootstrap/scss/_tables.scss | 12 +- vendor/twbs/bootstrap/scss/_toasts.scss | 4 +- vendor/twbs/bootstrap/scss/_transitions.scss | 6 + vendor/twbs/bootstrap/scss/_utilities.scss | 52 +- vendor/twbs/bootstrap/scss/_variables.scss | 195 +- vendor/twbs/bootstrap/scss/bootstrap-grid.scss | 4 +- vendor/twbs/bootstrap/scss/bootstrap-reboot.scss | 6 +- .../twbs/bootstrap/scss/bootstrap-utilities.scss | 2 +- vendor/twbs/bootstrap/scss/bootstrap.scss | 3 +- .../twbs/bootstrap/scss/forms/_form-control.scss | 2 +- vendor/twbs/bootstrap/scss/forms/_form-select.scss | 2 + vendor/twbs/bootstrap/scss/helpers/_stacks.scss | 15 + vendor/twbs/bootstrap/scss/helpers/_vr.scss | 8 + vendor/twbs/bootstrap/scss/mixins/_backdrop.scss | 14 + vendor/twbs/bootstrap/scss/mixins/_grid.scss | 39 +- vendor/twbs/bootstrap/scss/mixins/_utilities.scss | 33 +- .../bootstrap/scss/mixins/_visually-hidden.scss | 2 +- vendor/twbs/bootstrap/site/.eslintrc.json | 14 +- .../twbs/bootstrap/site/assets/js/application.js | 49 +- .../site/assets/scss/_component-examples.scss | 26 + vendor/twbs/bootstrap/site/assets/scss/docs.scss | 6 + .../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 10451 -> 0 bytes .../5.0/examples/features/unsplash-photo-2.jpg | Bin 113018 -> 0 bytes .../5.0/examples/features/unsplash-photo-3.jpg | Bin 40607 -> 0 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 371399 -> 0 bytes .../docs/5.0/examples/heroes/bootstrap-themes.png | Bin 278159 -> 0 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 - .../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 0 -> 10451 bytes .../5.1/examples/features/unsplash-photo-2.jpg | Bin 0 -> 113018 bytes .../5.1/examples/features/unsplash-photo-3.jpg | Bin 0 -> 40607 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 0 -> 371399 bytes .../docs/5.1/examples/heroes/bootstrap-themes.png | Bin 0 -> 278159 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 + .../twbs/bootstrap/site/content/docs/_index.html | 2 +- vendor/twbs/bootstrap/site/data/docs-versions.yml | 3 +- vendor/twbs/bootstrap/site/data/examples.yml | 8 + vendor/twbs/bootstrap/site/data/icons.yml | 6 +- vendor/twbs/bootstrap/site/data/sidebar.yml | 7 +- .../site/layouts/partials/docs-versions.html | 2 +- .../bootstrap/site/layouts/partials/footer.html | 2 +- .../site/layouts/partials/home/masthead.html | 2 +- .../bootstrap/site/layouts/partials/scripts.html | 2 +- .../site/layouts/partials/stylesheet.html | 2 +- .../site/layouts/shortcodes/bs-table.html | 3 +- .../bootstrap/site/layouts/shortcodes/callout.html | 3 +- .../bootstrap/site/layouts/shortcodes/docsref.html | 2 +- .../bootstrap/site/layouts/shortcodes/example.html | 18 +- .../site/layouts/shortcodes/js-dismiss.html | 15 + .../bootstrap/site/layouts/shortcodes/param.html | 4 +- .../site/layouts/shortcodes/placeholder.html | 27 +- .../site/layouts/shortcodes/scss-docs.html | 46 +- .../bootstrap/site/layouts/shortcodes/table.html | 13 +- .../bootstrap/site/layouts/shortcodes/year.html | 4 +- .../docs/5.0/assets/brand/bootstrap-logo-black.svg | 1 - .../5.0/assets/brand/bootstrap-logo-shadow.png | Bin 48625 -> 0 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 145590 -> 0 bytes .../docs/5.0/assets/brand/bootstrap-social.png | Bin 54961 -> 0 bytes .../static/docs/5.0/assets/img/bootstrap-icons.png | Bin 40798 -> 0 bytes .../docs/5.0/assets/img/bootstrap-icons@2x.png | Bin 125571 -> 0 bytes .../5.0/assets/img/bootstrap-themes-collage.png | Bin 74829 -> 0 bytes .../5.0/assets/img/bootstrap-themes-collage@2x.png | Bin 244640 -> 0 bytes .../docs/5.0/assets/img/bootstrap-themes.png | Bin 88695 -> 0 bytes .../docs/5.0/assets/img/bootstrap-themes@2x.png | Bin 278159 -> 0 bytes .../docs/5.0/assets/img/examples/album-rtl.png | Bin 6392 -> 0 bytes .../docs/5.0/assets/img/examples/album-rtl@2x.png | Bin 15450 -> 0 bytes .../static/docs/5.0/assets/img/examples/album.png | Bin 10760 -> 0 bytes .../docs/5.0/assets/img/examples/album@2x.png | Bin 25026 -> 0 bytes .../docs/5.0/assets/img/examples/blog-rtl.png | Bin 12545 -> 0 bytes .../docs/5.0/assets/img/examples/blog-rtl@2x.png | Bin 31035 -> 0 bytes .../static/docs/5.0/assets/img/examples/blog.png | Bin 15245 -> 0 bytes .../docs/5.0/assets/img/examples/blog@2x.png | Bin 36944 -> 0 bytes .../docs/5.0/assets/img/examples/carousel-rtl.png | Bin 10344 -> 0 bytes .../5.0/assets/img/examples/carousel-rtl@2x.png | Bin 24535 -> 0 bytes .../docs/5.0/assets/img/examples/carousel.png | Bin 13314 -> 0 bytes .../docs/5.0/assets/img/examples/carousel@2x.png | Bin 31465 -> 0 bytes .../5.0/assets/img/examples/cheatsheet-rtl.png | Bin 6089 -> 0 bytes .../5.0/assets/img/examples/cheatsheet-rtl@2x.png | Bin 13863 -> 0 bytes .../docs/5.0/assets/img/examples/cheatsheet.png | Bin 8132 -> 0 bytes .../docs/5.0/assets/img/examples/cheatsheet@2x.png | Bin 19324 -> 0 bytes .../docs/5.0/assets/img/examples/checkout-rtl.png | Bin 8848 -> 0 bytes .../5.0/assets/img/examples/checkout-rtl@2x.png | Bin 21965 -> 0 bytes .../docs/5.0/assets/img/examples/checkout.png | Bin 7639 -> 0 bytes .../docs/5.0/assets/img/examples/checkout@2x.png | Bin 19105 -> 0 bytes .../static/docs/5.0/assets/img/examples/cover.png | Bin 7240 -> 0 bytes .../docs/5.0/assets/img/examples/cover@2x.png | Bin 17953 -> 0 bytes .../docs/5.0/assets/img/examples/dashboard-rtl.png | Bin 8261 -> 0 bytes .../5.0/assets/img/examples/dashboard-rtl@2x.png | Bin 19399 -> 0 bytes .../docs/5.0/assets/img/examples/dashboard.png | Bin 11914 -> 0 bytes .../docs/5.0/assets/img/examples/dashboard@2x.png | Bin 26556 -> 0 bytes .../docs/5.0/assets/img/examples/features.png | Bin 6067 -> 0 bytes .../docs/5.0/assets/img/examples/features@2x.png | Bin 15002 -> 0 bytes .../static/docs/5.0/assets/img/examples/grid.png | Bin 14485 -> 0 bytes .../docs/5.0/assets/img/examples/grid@2x.png | Bin 34834 -> 0 bytes .../docs/5.0/assets/img/examples/headers.png | Bin 5197 -> 0 bytes .../docs/5.0/assets/img/examples/headers@2x.png | Bin 12639 -> 0 bytes .../static/docs/5.0/assets/img/examples/heroes.png | Bin 9017 -> 0 bytes .../docs/5.0/assets/img/examples/heroes@2x.png | Bin 23433 -> 0 bytes .../docs/5.0/assets/img/examples/jumbotron.png | Bin 9155 -> 0 bytes .../docs/5.0/assets/img/examples/jumbotron@2x.png | Bin 23316 -> 0 bytes .../docs/5.0/assets/img/examples/masonry.png | Bin 15253 -> 0 bytes .../docs/5.0/assets/img/examples/masonry@2x.png | Bin 37733 -> 0 bytes .../docs/5.0/assets/img/examples/navbar-bottom.png | Bin 4873 -> 0 bytes .../5.0/assets/img/examples/navbar-bottom@2x.png | Bin 11666 -> 0 bytes .../docs/5.0/assets/img/examples/navbar-fixed.png | Bin 5911 -> 0 bytes .../5.0/assets/img/examples/navbar-fixed@2x.png | Bin 14103 -> 0 bytes .../docs/5.0/assets/img/examples/navbar-static.png | Bin 6624 -> 0 bytes .../5.0/assets/img/examples/navbar-static@2x.png | Bin 15155 -> 0 bytes .../docs/5.0/assets/img/examples/navbars.png | Bin 13126 -> 0 bytes .../docs/5.0/assets/img/examples/navbars@2x.png | Bin 31168 -> 0 bytes .../5.0/assets/img/examples/offcanvas-navbar.png | Bin 9691 -> 0 bytes .../assets/img/examples/offcanvas-navbar@2x.png | Bin 23975 -> 0 bytes .../docs/5.0/assets/img/examples/pricing.png | Bin 11621 -> 0 bytes .../docs/5.0/assets/img/examples/pricing@2x.png | Bin 29128 -> 0 bytes .../docs/5.0/assets/img/examples/product.png | Bin 12906 -> 0 bytes .../docs/5.0/assets/img/examples/product@2x.png | Bin 27953 -> 0 bytes .../docs/5.0/assets/img/examples/sidebars.png | Bin 12287 -> 0 bytes .../docs/5.0/assets/img/examples/sidebars@2x.png | Bin 33499 -> 0 bytes .../docs/5.0/assets/img/examples/sign-in.png | Bin 2199 -> 0 bytes .../docs/5.0/assets/img/examples/sign-in@2x.png | Bin 4568 -> 0 bytes .../5.0/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.0/assets/img/examples/sticky-footer.png | Bin 4280 -> 0 bytes .../5.0/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.0/assets/img/favicons/apple-touch-icon.png | Bin 7650 -> 0 bytes .../docs/5.0/assets/img/favicons/favicon-16x16.png | Bin 529 -> 0 bytes .../docs/5.0/assets/img/favicons/favicon-32x32.png | Bin 1159 -> 0 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 - .../docs/5.1/assets/brand/bootstrap-logo-black.svg | 1 + .../5.1/assets/brand/bootstrap-logo-shadow.png | Bin 0 -> 48625 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 0 -> 145590 bytes .../docs/5.1/assets/brand/bootstrap-social.png | Bin 0 -> 54961 bytes .../static/docs/5.1/assets/img/bootstrap-icons.png | Bin 0 -> 40798 bytes .../docs/5.1/assets/img/bootstrap-icons@2x.png | Bin 0 -> 125571 bytes .../5.1/assets/img/bootstrap-themes-collage.png | Bin 0 -> 74829 bytes .../5.1/assets/img/bootstrap-themes-collage@2x.png | Bin 0 -> 244640 bytes .../docs/5.1/assets/img/bootstrap-themes.png | Bin 0 -> 88695 bytes .../docs/5.1/assets/img/bootstrap-themes@2x.png | Bin 0 -> 278159 bytes .../docs/5.1/assets/img/examples/album-rtl.png | Bin 0 -> 6392 bytes .../docs/5.1/assets/img/examples/album-rtl@2x.png | Bin 0 -> 15450 bytes .../static/docs/5.1/assets/img/examples/album.png | Bin 0 -> 10760 bytes .../docs/5.1/assets/img/examples/album@2x.png | Bin 0 -> 25026 bytes .../docs/5.1/assets/img/examples/blog-rtl.png | Bin 0 -> 12545 bytes .../docs/5.1/assets/img/examples/blog-rtl@2x.png | Bin 0 -> 31035 bytes .../static/docs/5.1/assets/img/examples/blog.png | Bin 0 -> 15245 bytes .../docs/5.1/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../docs/5.1/assets/img/examples/carousel-rtl.png | Bin 0 -> 10344 bytes .../5.1/assets/img/examples/carousel-rtl@2x.png | Bin 0 -> 24535 bytes .../docs/5.1/assets/img/examples/carousel.png | Bin 0 -> 13314 bytes .../docs/5.1/assets/img/examples/carousel@2x.png | Bin 0 -> 31465 bytes .../5.1/assets/img/examples/cheatsheet-rtl.png | Bin 0 -> 6089 bytes .../5.1/assets/img/examples/cheatsheet-rtl@2x.png | Bin 0 -> 13863 bytes .../docs/5.1/assets/img/examples/cheatsheet.png | Bin 0 -> 8132 bytes .../docs/5.1/assets/img/examples/cheatsheet@2x.png | Bin 0 -> 19324 bytes .../docs/5.1/assets/img/examples/checkout-rtl.png | Bin 0 -> 8848 bytes .../5.1/assets/img/examples/checkout-rtl@2x.png | Bin 0 -> 21965 bytes .../docs/5.1/assets/img/examples/checkout.png | Bin 0 -> 7639 bytes .../docs/5.1/assets/img/examples/checkout@2x.png | Bin 0 -> 19105 bytes .../static/docs/5.1/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/5.1/assets/img/examples/cover@2x.png | Bin 0 -> 17927 bytes .../docs/5.1/assets/img/examples/dashboard-rtl.png | Bin 0 -> 8261 bytes .../5.1/assets/img/examples/dashboard-rtl@2x.png | Bin 0 -> 19399 bytes .../docs/5.1/assets/img/examples/dashboard.png | Bin 0 -> 11914 bytes .../docs/5.1/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../docs/5.1/assets/img/examples/dropdowns.png | Bin 0 -> 6146 bytes .../docs/5.1/assets/img/examples/dropdowns@2x.png | Bin 0 -> 15203 bytes .../docs/5.1/assets/img/examples/features.png | Bin 0 -> 6067 bytes .../docs/5.1/assets/img/examples/features@2x.png | Bin 0 -> 15002 bytes .../docs/5.1/assets/img/examples/footers.png | Bin 0 -> 4324 bytes .../docs/5.1/assets/img/examples/footers@2x.png | Bin 0 -> 10238 bytes .../static/docs/5.1/assets/img/examples/grid.png | Bin 0 -> 14485 bytes .../docs/5.1/assets/img/examples/grid@2x.png | Bin 0 -> 34834 bytes .../docs/5.1/assets/img/examples/headers.png | Bin 0 -> 5197 bytes .../docs/5.1/assets/img/examples/headers@2x.png | Bin 0 -> 12639 bytes .../static/docs/5.1/assets/img/examples/heroes.png | Bin 0 -> 9017 bytes .../docs/5.1/assets/img/examples/heroes@2x.png | Bin 0 -> 23433 bytes .../docs/5.1/assets/img/examples/jumbotron.png | Bin 0 -> 9155 bytes .../docs/5.1/assets/img/examples/jumbotron@2x.png | Bin 0 -> 23316 bytes .../docs/5.1/assets/img/examples/list-groups.png | Bin 0 -> 7134 bytes .../5.1/assets/img/examples/list-groups@2x.png | Bin 0 -> 17804 bytes .../docs/5.1/assets/img/examples/masonry.png | Bin 0 -> 15253 bytes .../docs/5.1/assets/img/examples/masonry@2x.png | Bin 0 -> 37733 bytes .../static/docs/5.1/assets/img/examples/modals.png | Bin 0 -> 4814 bytes .../docs/5.1/assets/img/examples/modals@2x.png | Bin 0 -> 11689 bytes .../docs/5.1/assets/img/examples/navbar-bottom.png | Bin 0 -> 4873 bytes .../5.1/assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11666 bytes .../docs/5.1/assets/img/examples/navbar-fixed.png | Bin 0 -> 5911 bytes .../5.1/assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 14103 bytes .../docs/5.1/assets/img/examples/navbar-static.png | Bin 0 -> 6624 bytes .../5.1/assets/img/examples/navbar-static@2x.png | Bin 0 -> 15155 bytes .../docs/5.1/assets/img/examples/navbars.png | Bin 0 -> 13126 bytes .../docs/5.1/assets/img/examples/navbars@2x.png | Bin 0 -> 31168 bytes .../5.1/assets/img/examples/offcanvas-navbar.png | Bin 0 -> 9691 bytes .../assets/img/examples/offcanvas-navbar@2x.png | Bin 0 -> 23975 bytes .../docs/5.1/assets/img/examples/pricing.png | Bin 0 -> 11621 bytes .../docs/5.1/assets/img/examples/pricing@2x.png | Bin 0 -> 29088 bytes .../docs/5.1/assets/img/examples/product.png | Bin 0 -> 12906 bytes .../docs/5.1/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/5.1/assets/img/examples/sidebars.png | Bin 0 -> 12287 bytes .../docs/5.1/assets/img/examples/sidebars@2x.png | Bin 0 -> 33499 bytes .../docs/5.1/assets/img/examples/sign-in.png | Bin 0 -> 2199 bytes .../docs/5.1/assets/img/examples/sign-in@2x.png | Bin 0 -> 4568 bytes .../5.1/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.1/assets/img/examples/sticky-footer.png | Bin 0 -> 4280 bytes .../5.1/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.1/assets/img/favicons/apple-touch-icon.png | Bin 0 -> 7650 bytes .../docs/5.1/assets/img/favicons/favicon-16x16.png | Bin 0 -> 529 bytes .../docs/5.1/assets/img/favicons/favicon-32x32.png | Bin 0 -> 1159 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 + 689 files changed, 40251 insertions(+), 36549 deletions(-) create mode 100644 vendor/twbs/bootstrap/.cspell.json delete mode 100644 vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 vendor/twbs/bootstrap/js/src/util/component-functions.js create mode 100644 vendor/twbs/bootstrap/js/src/util/focustrap.js create mode 100644 vendor/twbs/bootstrap/scss/_placeholders.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_stacks.scss create mode 100644 vendor/twbs/bootstrap/scss/helpers/_vr.scss create mode 100644 vendor/twbs/bootstrap/scss/mixins/_backdrop.scss delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/_index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/brand.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/license.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/overview.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/team.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/about/translations.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/accordion.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/alerts.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/badge.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/breadcrumb.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/button-group.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/buttons.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/card.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/carousel.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/close-button.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/collapse.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/dropdowns.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/list-group.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/modal.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/navbar.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/navs-tabs.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/offcanvas.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/pagination.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/popovers.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/progress.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/scrollspy.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/spinners.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/toasts.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/components/tooltips.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/figures.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/images.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/reboot.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/tables.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/content/typography.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/color.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/components.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/css-variables.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/optimize.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/options.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/overview.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/customize/sass.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/.stylelintrc delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/_index.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/album-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/album/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/blog.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/blog/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel/carousel.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel/carousel.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/carousel/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/cheatsheet.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/cheatsheet.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/cheatsheet.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cheatsheet/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout/form-validation.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout/form-validation.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/checkout/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cover/cover.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/cover/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard-rtl/dashboard.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard-rtl/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/dashboard.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/dashboard.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/dashboard.rtl.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/dashboard/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/features.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/unsplash-photo-1.jpg delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/unsplash-photo-2.jpg delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/features/unsplash-photo-3.jpg delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/grid/grid.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/grid/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/headers/headers.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/headers/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/bootstrap-docs.png delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/bootstrap-themes.png delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/heroes.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/heroes/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/jumbotron/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/masonry/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-bottom/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/navbar-top.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbars/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbars/navbar.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/offcanvas-navbar/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/pricing/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/pricing/pricing.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/product/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/product/product.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sidebars/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sidebars/sidebars.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sidebars/sidebars.js delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sign-in/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sign-in/signin.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/starter-template/starter-template.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer-navbar/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/sticky-footer/sticky-footer.css delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/floating-labels.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/form-control.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/input-group.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/layout.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/overview.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/range.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/validation.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/accessibility.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/best-practices.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/browsers-devices.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/build-tools.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/contents.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/download.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/introduction.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/javascript.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/parcel.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/rfs.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/rtl.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/getting-started/webpack.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/clearfix.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/colored-links.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/position.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/ratio.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/stretched-link.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/text-truncation.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/helpers/visually-hidden.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/breakpoints.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/columns.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/containers.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/grid.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/gutters.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/utilities.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/layout/z-index.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/migration.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/api.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/background.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/borders.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/colors.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/display.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/flex.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/float.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/interactions.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/overflow.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/position.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/shadows.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/sizing.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/spacing.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/text.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/vertical-align.md delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/utilities/visibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/_index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/brand.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/license.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/translations.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/accordion.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/alerts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/badge.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/breadcrumb.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/button-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/buttons.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/card.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/carousel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/close-button.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/collapse.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/dropdowns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/list-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/modal.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/navbar.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/navs-tabs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/offcanvas.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/pagination.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/placeholders.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/popovers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/progress.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/scrollspy.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/spinners.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/toasts.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/components/tooltips.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/figures.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/images.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/reboot.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/tables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/content/typography.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/color.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/components.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/css-variables.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/optimize.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/options.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/customize/sass.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/.stylelintrc create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/_index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/album-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/album/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog/blog.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog/blog.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/blog/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel/carousel.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel/carousel.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/carousel/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/cheatsheet.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/cheatsheet.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cheatsheet/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout/form-validation.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout/form-validation.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/checkout/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cover/cover.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/cover/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard-rtl/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard-rtl/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/dashboard.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/dashboard.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/dashboard.rtl.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dashboard/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dropdowns/dropdowns.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/dropdowns/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/features.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/unsplash-photo-1.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/unsplash-photo-2.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/features/unsplash-photo-3.jpg create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/footers/footers.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/footers/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/grid/grid.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/grid/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/headers/headers.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/headers/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/bootstrap-docs.png create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/heroes.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/heroes/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/jumbotron/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/list-groups/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/list-groups/list-groups.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/masonry/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/modals/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/modals/modals.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-bottom/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-fixed/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/navbar-top.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbars/navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/offcanvas-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/pricing/pricing.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/product/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/product/product.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sidebars/sidebars.js create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sign-in/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sign-in/signin.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/starter-template/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/starter-template/starter-template.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer-navbar/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/sticky-footer/sticky-footer.css create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/checks-radios.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/floating-labels.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/input-group.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/layout.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/overview.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/range.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/select.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/validation.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/accessibility.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/best-practices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/browsers-devices.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/contents.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/contribute.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/download.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/introduction.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/javascript.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/parcel.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/rfs.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/rtl.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/getting-started/webpack.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/clearfix.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/colored-links.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/ratio.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/stacks.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/stretched-link.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/vertical-rule.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/visually-hidden.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/breakpoints.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/columns.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/containers.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/css-grid.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/grid.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/gutters.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/utilities.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/layout/z-index.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/migration.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/api.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/background.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/borders.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/colors.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/display.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/flex.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/float.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/interactions.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/opacity.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/overflow.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/position.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/shadows.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/sizing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/spacing.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/text.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/vertical-align.md create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/utilities/visibility.md create mode 100644 vendor/twbs/bootstrap/site/layouts/shortcodes/js-dismiss.html delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo-shadow.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-logo.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-social-logo.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/brand/bootstrap-social.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-icons.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-icons@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes-collage.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes-collage@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/bootstrap-themes@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/album@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/blog@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/carousel@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cheatsheet@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/checkout@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cover.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/cover@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard-rtl.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard-rtl@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/dashboard@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/features.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/features@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/grid.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/grid@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/headers.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/headers@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/heroes.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/heroes@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/jumbotron.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/jumbotron@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/masonry.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/masonry@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-bottom.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-bottom@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-fixed.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-fixed@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-static.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbar-static@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbars.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/navbars@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/offcanvas-navbar.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/offcanvas-navbar@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/pricing.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/pricing@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/product.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/product@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sidebars.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sidebars@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sign-in.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sign-in@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/starter-template.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/starter-template@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer-navbar.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer-navbar@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/examples/sticky-footer@2x.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/android-chrome-192x192.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/android-chrome-512x512.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/favicon-16x16.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/favicon-32x32.png delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/manifest.json delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/img/favicons/safari-pinned-tab.svg delete mode 100644 vendor/twbs/bootstrap/site/static/docs/5.0/assets/js/validate-forms.js create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo-black.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo-shadow.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo-white.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-logo.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-social-logo.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/brand/bootstrap-social.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-icons.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-icons@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes-collage.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes-collage@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/bootstrap-themes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/album@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/blog@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/carousel@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cheatsheet@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/checkout@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cover.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/cover@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard-rtl.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard-rtl@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dashboard@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dropdowns.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/dropdowns@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/features.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/features@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/footers.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/footers@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/grid.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/grid@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/headers.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/headers@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/heroes.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/heroes@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/jumbotron.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/jumbotron@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/list-groups.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/list-groups@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/masonry.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/masonry@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/modals.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/modals@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-bottom.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-bottom@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-fixed.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-fixed@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-static.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbar-static@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/navbars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/offcanvas-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/offcanvas-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/pricing.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/pricing@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/product.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/product@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sidebars.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sidebars@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sign-in.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sign-in@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/starter-template.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/starter-template@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/examples/sticky-footer@2x.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/android-chrome-192x192.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/android-chrome-512x512.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/favicon-16x16.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/favicon-32x32.png create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/manifest.json create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/assets/img/favicons/safari-pinned-tab.svg create mode 100644 vendor/twbs/bootstrap/site/static/docs/5.1/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 988accd7f..371a7b459 100644 --- a/vendor/twbs/bootstrap/.bundlewatch.config.json +++ b/vendor/twbs/bootstrap/.bundlewatch.config.json @@ -2,47 +2,47 @@ "files": [ { "path": "./dist/css/bootstrap-grid.css", - "maxSize": "7 kB" + "maxSize": "7.25 kB" }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6 kB" + "maxSize": "6.5 kB" }, { "path": "./dist/css/bootstrap-reboot.css", - "maxSize": "2.25 kB" + "maxSize": "2.5 kB" }, { "path": "./dist/css/bootstrap-reboot.min.css", - "maxSize": "2 kB" + "maxSize": "2.35 kB" }, { "path": "./dist/css/bootstrap-utilities.css", - "maxSize": "7.5 kB" + "maxSize": "7.75 kB" }, { "path": "./dist/css/bootstrap-utilities.min.css", - "maxSize": "6.75 kB" + "maxSize": "6.85 kB" }, { "path": "./dist/css/bootstrap.css", - "maxSize": "24.25 kB" + "maxSize": "25.5 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "22.25 kB" + "maxSize": "23.25 kB" }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "41.5 kB" + "maxSize": "42.5 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "22.25 kB" + "maxSize": "22.75 kB" }, { "path": "./dist/js/bootstrap.esm.js", - "maxSize": "27 kB" + "maxSize": "27.5 kB" }, { "path": "./dist/js/bootstrap.esm.min.js", @@ -50,11 +50,11 @@ }, { "path": "./dist/js/bootstrap.js", - "maxSize": "27.5 kB" + "maxSize": "28.25 kB" }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "15.75 kB" + "maxSize": "16 kB" } ], "ci": { diff --git a/vendor/twbs/bootstrap/.cspell.json b/vendor/twbs/bootstrap/.cspell.json new file mode 100644 index 000000000..3a649ab88 --- /dev/null +++ b/vendor/twbs/bootstrap/.cspell.json @@ -0,0 +1,121 @@ +{ + "version": "0.2", + "words": [ + "affordance", + "allowfullscreen", + "autohide", + "autohiding", + "autoplay", + "autoplays", + "blazingly", + "Blockquotes", + "Bootstrappers", + "borderless", + "browserslist", + "browserslistrc", + "btncheck", + "btnradio", + "callout", + "callouts", + "clearfix", + "Codesniffer", + "colorspace", + "combinator", + "Contentful", + "Cpath", + "Crossfade", + "cssgrid", + "Csvg", + "Datalists", + "Deque", + "discoverability", + "docsearch", + "docsref", + "dropend", + "dropleft", + "dropright", + "dropstart", + "dropup", + "errorf", + "favicon", + "favicons", + "fieldsets", + "flexbox", + "fullscreen", + "fusv", + "getbootstrap", + "globby", + "Grayscale", + "Hoverable", + "hreflang", + "hstack", + "jsdelivr", + "Jumpstart", + "keyframes", + "libera", + "Libsass", + "lightboxes", + "Lowercased", + "markdownify", + "mediaqueries", + "minifiers", + "monospace", + "mouseleave", + "navbars", + "navs", + "Neue", + "noindex", + "Noto", + "offcanvas", + "offcanvases", + "popperjs", + "prebuild", + "precompiled", + "prefersreducedmotion", + "prepended", + "printf", + "rects", + "relref", + "rgba", + "roboto", + "RTLCSS", + "ruleset", + "screenreaders", + "scrollbars", + "scrollspy", + "Segoe", + "sirv", + "srcset", + "stickied", + "Stylelint", + "subnav", + "svgo", + "tabbable", + "textareas", + "toggleable", + "topbar", + "touchend", + "twbs", + "unitless", + "Unported", + "unstylable", + "unstyled", + "Uppercased", + "urlize", + "vbtn", + "viewports", + "vstack", + "walkthroughs", + "WCAG", + "webfont", + "Woohoo", + "zindex", + "بالعالم", + "مرحبا" + ], + "language": "en,en-US", + "ignorePaths": [ + ".cspell.json", + ".min." + ] +} diff --git a/vendor/twbs/bootstrap/.eslintrc.json b/vendor/twbs/bootstrap/.eslintrc.json index 3d86cbdef..9bd404dfa 100644 --- a/vendor/twbs/bootstrap/.eslintrc.json +++ b/vendor/twbs/bootstrap/.eslintrc.json @@ -8,7 +8,12 @@ "xo/browser" ], "rules": { + "arrow-body-style": "off", "capitalized-comments": "off", + "comma-dangle": [ + "error", + "never" + ], "indent": [ "error", 2, @@ -36,22 +41,26 @@ "error", "always" ], + "operator-linebreak": [ + "error", + "after" + ], "semi": [ "error", "never" ], - "unicorn/consistent-function-scoping": "off", "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/no-useless-undefined": "off", - "unicorn/prefer-dom-node-append": "off", + "unicorn/numeric-separators-style": "off", + "unicorn/prefer-array-flat": "off", "unicorn/prefer-dom-node-dataset": "off", - "unicorn/prefer-dom-node-remove": "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 32b30cdb3..be4ad836d 100644 --- a/vendor/twbs/bootstrap/.github/CONTRIBUTING.md +++ b/vendor/twbs/bootstrap/.github/CONTRIBUTING.md @@ -20,7 +20,7 @@ restrictions: * Please **do not** use the issue tracker for personal support requests. Stack Overflow ([`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag), - [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](README.md#community) are better places to get help. + [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](/README.md#community) are better places to get help. * Please **do not** derail or troll issues. Keep the discussion on topic and respect the opinions of others. diff --git a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 70dcfd532..000000000 --- a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Tell us about a bug you may have identified in Bootstrap. -title: '' -labels: '' -assignees: '' - ---- - -Before opening: - -- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [Validate](https://html5.validator.nu/) any HTML to avoid common problems -- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) - -Bug reports must include: - -- Operating system and version (Windows, macOS, Android, iOS) -- Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser) -- A [reduced test case](https://css-tricks.com/reduced-test-cases/) or suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.yml b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..3e3d6b9e5 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,62 @@ +name: Report a bug +description: Tell us about a bug or issue you may have identified in Bootstrap. +title: "Provide a general summary of the issue" +labels: [bug] +assignees: "-" +body: + - type: checkboxes + attributes: + label: Prerequisites + description: Take a couple minutes to help our maintainers work faster. + options: + - label: I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues + required: true + - label: I have [validated](https://html5.validator.nu/) any HTML to avoid common problems + required: true + - label: I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) + required: true + - type: textarea + id: what-happened + attributes: + label: Describe the issue + description: Provide a summary of the issue and what you expected to happen, including specific steps to reproduce. + validations: + required: true + - type: textarea + id: reduced-test-case + attributes: + label: Reduced test cases + description: Include links [reduced test case](https://css-tricks.com/reduced-test-cases/) links or suggested fixes using CodePen ([v4 template](https://codepen.io/team/bootstrap/pen/yLabNQL) or [v5 template](https://codepen.io/team/bootstrap/pen/qBamdLj)). + validations: + required: true + - type: dropdown + id: os + attributes: + label: What operating system(s) are you seeing the problem on? + multiple: true + options: + - Windows + - macOS + - Android + - iOS + - Linux + validations: + required: true + - type: dropdown + id: browser + attributes: + label: What browser(s) are you seeing the problem on? + multiple: true + options: + - Chrome + - Safari + - Firefox + - Microsoft Edge + - Opera + - type: input + id: version + attributes: + label: What version of Bootstrap are you using? + placeholder: "e.g., v5.1.0 or v4.5.2" + validations: + required: true diff --git a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml index 2913b45f0..f15207113 100644 --- a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml +++ b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - - name: Ask a question + - name: Ask the community url: https://github.com/twbs/bootstrap/discussions/new - about: Ask and discuss questions with other Bootstrap community members + about: Ask and discuss questions with other Bootstrap community members. diff --git a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 422fa2bb4..000000000 --- a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for a new feature in Bootstrap. -title: '' -labels: feature -assignees: '' - ---- - -Before opening: - -- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) -- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) - -Feature requests must include: - -- As much detail as possible for what we should add and why it's important to Bootstrap -- Relevant links to prior art, screenshots, or live demos whenever possible diff --git a/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.yml b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..4b757b1d6 --- /dev/null +++ b/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,29 @@ +name: Feature request +description: Suggest new or updated features to include in Bootstrap. +title: "Suggest a new feature" +labels: [feature] +assignees: [] +body: + - type: checkboxes + attributes: + label: Prerequisites + description: Take a couple minutes to help our maintainers work faster. + options: + - label: I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests + required: true + - label: I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) + required: true + - type: textarea + id: proposal + attributes: + label: Proposal + description: Provide detailed information for what we should add, including relevant links to prior art, screenshots, or live demos whenever possible. + validations: + required: true + - type: textarea + id: motivation + attributes: + label: Motivation and context + description: Tell us why this change is needed or helpful, and what problems it may help solve. + validations: + required: true diff --git a/vendor/twbs/bootstrap/.github/workflows/browserstack.yml b/vendor/twbs/bootstrap/.github/workflows/browserstack.yml index bdbc16089..f689a6f35 100644 --- a/vendor/twbs/bootstrap/.github/workflows/browserstack.yml +++ b/vendor/twbs/bootstrap/.github/workflows/browserstack.yml @@ -21,14 +21,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "${{ env.NODE }}" - - - name: Set up npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} + cache: npm - name: Install npm dependencies run: npm ci @@ -41,3 +34,4 @@ jobs: env: BROWSER_STACK_ACCESS_KEY: "${{ secrets.BROWSER_STACK_ACCESS_KEY }}" BROWSER_STACK_USERNAME: "${{ secrets.BROWSER_STACK_USERNAME }}" + GITHUB_SHA: "${{ github.sha }}" diff --git a/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml b/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml index b2b1fa109..33a8734e3 100644 --- a/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml +++ b/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml @@ -2,6 +2,8 @@ name: Bundlewatch on: push: + branches-ignore: + - "dependabot/**" pull_request: env: @@ -20,14 +22,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "${{ env.NODE }}" - - - name: Set up npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} + cache: npm - name: Install npm dependencies run: npm ci diff --git a/vendor/twbs/bootstrap/.github/workflows/codeql.yml b/vendor/twbs/bootstrap/.github/workflows/codeql.yml index 13e2eb598..de6626a15 100644 --- a/vendor/twbs/bootstrap/.github/workflows/codeql.yml +++ b/vendor/twbs/bootstrap/.github/workflows/codeql.yml @@ -19,19 +19,19 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write steps: - name: Checkout repository uses: actions/checkout@v2 - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: "javascript" - - name: Autobuild - uses: github/codeql-action/autobuild@v1 - - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 diff --git a/vendor/twbs/bootstrap/.github/workflows/css.yml b/vendor/twbs/bootstrap/.github/workflows/css.yml index 1f394c65e..48f11d459 100644 --- a/vendor/twbs/bootstrap/.github/workflows/css.yml +++ b/vendor/twbs/bootstrap/.github/workflows/css.yml @@ -22,14 +22,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "${{ env.NODE }}" - - - name: Set up npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} + cache: npm - name: Install npm dependencies run: npm ci diff --git a/vendor/twbs/bootstrap/.github/workflows/docs.yml b/vendor/twbs/bootstrap/.github/workflows/docs.yml index badaad744..cc5f4bd6d 100644 --- a/vendor/twbs/bootstrap/.github/workflows/docs.yml +++ b/vendor/twbs/bootstrap/.github/workflows/docs.yml @@ -22,17 +22,10 @@ jobs: uses: actions/setup-node@v2 with: node-version: "${{ env.NODE }}" + cache: npm - run: java -version - - name: Set up npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - - name: Install npm dependencies run: npm ci diff --git a/vendor/twbs/bootstrap/.github/workflows/js.yml b/vendor/twbs/bootstrap/.github/workflows/js.yml index 4303165dc..266b1576d 100644 --- a/vendor/twbs/bootstrap/.github/workflows/js.yml +++ b/vendor/twbs/bootstrap/.github/workflows/js.yml @@ -27,14 +27,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - - - name: Set up npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} + cache: npm - name: Install npm dependencies run: npm ci @@ -46,7 +39,7 @@ jobs: run: npm run js-test - name: Run Coveralls - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@1.1.3 if: matrix.node == 14 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/vendor/twbs/bootstrap/.github/workflows/lint.yml b/vendor/twbs/bootstrap/.github/workflows/lint.yml index f4c288ec7..153ad6f22 100644 --- a/vendor/twbs/bootstrap/.github/workflows/lint.yml +++ b/vendor/twbs/bootstrap/.github/workflows/lint.yml @@ -22,14 +22,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: "${{ env.NODE }}" - - - name: Set up npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }} + cache: npm - name: Install npm dependencies run: npm ci diff --git a/vendor/twbs/bootstrap/README.md b/vendor/twbs/bootstrap/README.md index 833128379..41e51f300 100644 --- a/vendor/twbs/bootstrap/README.md +++ b/vendor/twbs/bootstrap/README.md @@ -1,6 +1,6 @@

- Bootstrap logo + Bootstrap logo

@@ -9,12 +9,12 @@

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

- Report bug + Report bug · - Request feature + Request feature · Themes · @@ -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.0.2.zip) +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.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.2` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.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. +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. ## Status @@ -131,7 +131,7 @@ bootstrap/ └── 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/). +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/). ## Bugs and feature requests diff --git a/vendor/twbs/bootstrap/build/build-plugins.js b/vendor/twbs/bootstrap/build/build-plugins.js index 53093dc41..2e16e4f03 100644 --- a/vendor/twbs/bootstrap/build/build-plugins.js +++ b/vendor/twbs/bootstrap/build/build-plugins.js @@ -59,76 +59,67 @@ const defaultPluginConfig = { } const getConfigByPluginKey = pluginKey => { - if ( - pluginKey === 'Data' || - pluginKey === 'Manipulator' || - pluginKey === 'EventHandler' || - pluginKey === 'SelectorEngine' || - pluginKey === 'Util' || - pluginKey === 'Sanitizer' || - pluginKey === 'Backdrop' - ) { - return { - external: [] + 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 } - } - - if (pluginKey === 'Alert' || pluginKey === 'Tab' || pluginKey === 'Offcanvas') { - return defaultPluginConfig - } - if ( - pluginKey === 'Base' || - pluginKey === 'Button' || - pluginKey === 'Carousel' || - pluginKey === 'Collapse' || - pluginKey === 'Modal' || - pluginKey === 'ScrollSpy' - ) { - const config = Object.assign(defaultPluginConfig) - config.external.push(bsPlugins.Manipulator) - config.globals[bsPlugins.Manipulator] = 'Manipulator' - return config - } + 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 + } - if (pluginKey === 'Dropdown' || pluginKey === '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 - } + case 'Popover': + return { + external: [ + bsPlugins.Data, + bsPlugins.SelectorEngine, + bsPlugins.Tooltip + ], + globals: { + [bsPlugins.Data]: 'Data', + [bsPlugins.SelectorEngine]: 'SelectorEngine', + [bsPlugins.Tooltip]: 'Tooltip' + } + } - if (pluginKey === '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' + } } - } - } - if (pluginKey === '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: [] } - } } } @@ -172,6 +163,7 @@ const build = async plugin => { name: plugin, sourcemap: true, globals, + generatedCode: 'es2015', file: path.resolve(__dirname, `${pluginPath}/${pluginFilename}`) }) diff --git a/vendor/twbs/bootstrap/build/rollup.config.js b/vendor/twbs/bootstrap/build/rollup.config.js index 8cecec9aa..c00438de2 100644 --- a/vendor/twbs/bootstrap/build/rollup.config.js +++ b/vendor/twbs/bootstrap/build/rollup.config.js @@ -43,7 +43,8 @@ const rollupConfig = { banner, file: path.resolve(__dirname, `../dist/js/${fileDest}.js`), format: ESM ? 'esm' : 'umd', - globals + globals, + generatedCode: 'es2015' }, external, plugins diff --git a/vendor/twbs/bootstrap/build/vnu-jar.js b/vendor/twbs/bootstrap/build/vnu-jar.js index 6c3517ca5..2d5cc8b55 100644 --- a/vendor/twbs/bootstrap/build/vnu-jar.js +++ b/vendor/twbs/bootstrap/build/vnu-jar.js @@ -26,7 +26,11 @@ execFile('java', ['-version'], (error, stdout, stderr) => { // "autocomplete" is included in ' + + alertPlaceholder.append(wrapper) + } + + if (alertTrigger) { + alertTrigger.addEventListener('click', function () { + alert('Nice, you triggered this alert message!', 'success') + }) + } + // Demos within modals document.querySelectorAll('.tooltip-test') .forEach(function (tooltip) { @@ -78,8 +94,8 @@ // Disable empty links in docs examples document.querySelectorAll('.bd-content [href="#"]') .forEach(function (link) { - link.addEventListener('click', function (e) { - e.preventDefault() + link.addEventListener('click', function (event) { + event.preventDefault() }) }) @@ -101,17 +117,6 @@ }) } - // Activate animated progress bar - var btnToggleAnimatedProgress = document.getElementById('btnToggleAnimatedProgress') - if (btnToggleAnimatedProgress) { - btnToggleAnimatedProgress.addEventListener('click', function () { - btnToggleAnimatedProgress.parentNode - .querySelector('.progress-bar-striped') - .classList - .toggle('progress-bar-animated') - }) - } - // Insert copy to clipboard button before .highlight var btnHtml = '

' document.querySelectorAll('div.highlight') @@ -137,25 +142,25 @@ } }) - clipboard.on('success', function (e) { - var tooltipBtn = bootstrap.Tooltip.getInstance(e.trigger) + clipboard.on('success', function (event) { + var tooltipBtn = bootstrap.Tooltip.getInstance(event.trigger) - e.trigger.setAttribute('data-bs-original-title', 'Copied!') + event.trigger.setAttribute('data-bs-original-title', 'Copied!') tooltipBtn.show() - e.trigger.setAttribute('data-bs-original-title', 'Copy to clipboard') - e.clearSelection() + event.trigger.setAttribute('data-bs-original-title', 'Copy to clipboard') + event.clearSelection() }) - clipboard.on('error', function (e) { + clipboard.on('error', function (event) { var modifierKey = /mac/i.test(navigator.userAgent) ? '\u2318' : 'Ctrl-' var fallbackMsg = 'Press ' + modifierKey + 'C to copy' - var tooltipBtn = bootstrap.Tooltip.getInstance(e.trigger) + var tooltipBtn = bootstrap.Tooltip.getInstance(event.trigger) - e.trigger.setAttribute('data-bs-original-title', fallbackMsg) + event.trigger.setAttribute('data-bs-original-title', fallbackMsg) tooltipBtn.show() - e.trigger.setAttribute('data-bs-original-title', 'Copy to clipboard') + event.trigger.setAttribute('data-bs-original-title', 'Copy to clipboard') }) anchors.options = { diff --git a/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss b/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss index e831b1609..f93f1ee98 100644 --- a/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss +++ b/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss @@ -23,6 +23,21 @@ background-color: rgba(255, 0, 0, .1); } +.bd-example-cssgrid { + text-align: center; + + .grid + .grid { + margin-top: 1rem; + } + + .grid > * { + padding-top: .75rem; + padding-bottom: .75rem; + background-color: rgba(255, 0, 255, .1); + border: 1px solid rgba(255, 0, 255, .25); + } +} + .bd-highlight { background-color: rgba($bd-purple, .15); border: 1px solid rgba($bd-purple, .15); @@ -277,6 +292,17 @@ } } +// Placeholders +.bd-example-placeholder-cards { + &::after { + display: none; + } + + .card { + width: 18rem; + } +} + // Toasts .bd-example-toasts { min-height: 240px; diff --git a/vendor/twbs/bootstrap/site/assets/scss/docs.scss b/vendor/twbs/bootstrap/site/assets/scss/docs.scss index e3066ed2e..8b7bc99a1 100644 --- a/vendor/twbs/bootstrap/site/assets/scss/docs.scss +++ b/vendor/twbs/bootstrap/site/assets/scss/docs.scss @@ -28,6 +28,12 @@ @import "../../../scss/variables"; @import "../../../scss/mixins"; +// fusv-disable +$enable-grid-classes: false; // stylelint-disable-line scss/dollar-variable-default +$enable-cssgrid: true; // stylelint-disable-line scss/dollar-variable-default +// fusv-enable +@import "../../../scss/grid"; + // Load docs components @import "variables"; @import "navbar"; diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/_index.html b/vendor/twbs/bootstrap/site/content/docs/5.0/_index.html deleted file mode 100644 index 0a758d2bf..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/_index.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: redirect -sitemap_exclude: true -redirect: "/docs/5.0/getting-started/introduction/" ---- diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/about/brand.md b/vendor/twbs/bootstrap/site/content/docs/5.0/about/brand.md deleted file mode 100644 index 80c613526..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/about/brand.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -layout: docs -title: Brand guidelines -description: Documentation and examples for Bootstrap's logo and brand usage guidelines. -group: about -toc: true ---- - -Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. - -## Logo - -When referencing Bootstrap, use our logo mark. Do not modify our logos in any way. Do not use Bootstrap's branding for your own open or closed source projects. **Do not use the Twitter name or logo** in association with Bootstrap. - -
- Bootstrap -
- -Our logo mark is also available in black and white. All rules for our primary logo apply to these as well. - -
-
- Bootstrap -
-
- Bootstrap -
-
- -## Name - -Bootstrap should always be referred to as just **Bootstrap**. No Twitter before it and no capital _s_. - -
-
-
Bootstrap
- Correct -
-
-
BootStrap
- Incorrect -
-
-
Twitter Bootstrap
- Incorrect -
-
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/about/license.md b/vendor/twbs/bootstrap/site/content/docs/5.0/about/license.md deleted file mode 100644 index 07e60e00a..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/about/license.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: docs -title: License FAQs -description: Commonly asked questions about Bootstrap's open source license. -group: about ---- - -Bootstrap is released under the MIT license and is copyright {{< year >}} Twitter. Boiled down to smaller chunks, it can be described with the following conditions. - -## It requires you to: - -- Keep the license and copyright notice included in Bootstrap's CSS and JavaScript files when you use them in your works - -## It permits you to: - -- Freely download and use Bootstrap, in whole or in part, for personal, private, company internal, or commercial purposes -- Use Bootstrap in packages or distributions that you create -- Modify the source code -- Grant a sublicense to modify and distribute Bootstrap to third parties not included in the license - -## It forbids you to: - -- Hold the authors and license owners liable for damages as Bootstrap is provided without warranty -- Hold the creators or copyright holders of Bootstrap liable -- Redistribute any piece of Bootstrap without proper attribution -- Use any marks owned by Twitter in any way that might state or imply that Twitter endorses your distribution -- Use any marks owned by Twitter in any way that might state or imply that you created the Twitter software in question - -## It does not require you to: - -- Include the source of Bootstrap itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it -- Submit changes that you make to Bootstrap back to the Bootstrap project (though such feedback is encouraged) - -The full Bootstrap license is located [in the project repository]({{< param repo >}}/blob/v{{< param current_version >}}/LICENSE) for more information. diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/about/overview.md b/vendor/twbs/bootstrap/site/content/docs/5.0/about/overview.md deleted file mode 100644 index 0c2fc64c6..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/about/overview.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: docs -title: About -description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved. -group: about -aliases: - - "/about/" - - "/docs/5.0/about/" ---- - -## Team - -Bootstrap is maintained by a [small team of developers](https://github.com/orgs/twbs/people) on GitHub. We're actively looking to grow this team and would love to hear from you if you're excited about CSS at scale, writing and maintaining vanilla JavaScript plugins, and improving build tooling processes for frontend code. - -## History - -Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. - -Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/engineering/en_us/a/2010/hack-week.html) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today. - -Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-twitter.html) on , we've since had over [twenty releases]({{< param repo >}}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach. - -With Bootstrap 4, we once again rewrote the project to account for two key architectural changes: a migration to Sass and the move to CSS's flexbox. Our intention is to help in a small way to move the web development community forward by pushing for newer CSS properties, fewer dependencies, and new technologies across more modern browsers. - -Our latest release, Bootstrap 5, focuses on improving v4's codebase with as few major breaking changes as possible. We improved existing features and components, removed support for older browsers, dropped jQuery for regular JavaScript, and embraced more future-friendly technologies like CSS custom properties as part of our tooling. - -## Get involved - -Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop. diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/about/team.md b/vendor/twbs/bootstrap/site/content/docs/5.0/about/team.md deleted file mode 100644 index 3c1666f29..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/about/team.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: docs -title: Team -description: An overview of the founding team and core contributors to Bootstrap. -group: about ---- - -Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. - -{{< team.inline >}} -
- {{- range (index $.Site.Data "core-team") }} - - @{{ .user }} - - {{ .name }} @{{ .user }} - - - {{ end -}} -
-{{< /team.inline >}} - -Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop. diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/about/translations.md b/vendor/twbs/bootstrap/site/content/docs/5.0/about/translations.md deleted file mode 100644 index e719e3a84..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/about/translations.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: docs -title: Translations -description: Links to community-translated Bootstrap documentation sites. -group: about ---- - -Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date. - -{{< translations.inline >}} - -{{< /translations.inline >}} - -**We don't help organize or host translations, we just link to them.** - -Finished a new or better translation? Open a pull request to add it to our list. diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/components/accordion.md b/vendor/twbs/bootstrap/site/content/docs/5.0/components/accordion.md deleted file mode 100644 index a4ef8272e..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/components/accordion.md +++ /dev/null @@ -1,157 +0,0 @@ ---- -layout: docs -title: Accordion -description: Build vertically collapsing accordions in combination with our Collapse JavaScript plugin. -group: components -aliases: - - "/components/" - - "/docs/5.0/components/" -toc: true ---- - -## How it works - -The accordion uses [collapse]({{< docsref "/components/collapse" >}}) internally to make it collapsible. To render an accordion that's expanded, add the `.open` class on the `.accordion`. - -{{< callout info >}} -{{< partial "callout-info-prefersreducedmotion.md" >}} -{{< /callout >}} - -## Example - -Click the accordions below to expand/collapse the accordion content. - -{{< 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 >}} - -### 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 deleted file mode 100644 index a7e52f5f8..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/components/alerts.md +++ /dev/null @@ -1,264 +0,0 @@ ---- -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 deleted file mode 100644 index de80d3b27..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/components/badge.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -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 deleted file mode 100644 index 9143e7612..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/components/breadcrumb.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -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 `