From b58ba798972661b7f3191cc818c3855aa53893ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 15 Sep 2023 13:37:25 +0200 Subject: Merging upstream version 5.3.2+dfsg. Signed-off-by: Daniel Baumann --- site/assets/scss/_navbar.scss | 2 +- site/assets/scss/_scrolling.scss | 3 + site/assets/scss/_sidebar.scss | 2 +- site/content/docs/5.3/components/popovers.md | 2 +- .../docs/5.3/examples/dashboard-rtl/index.html | 6 +- .../content/docs/5.3/examples/dashboard/index.html | 6 +- .../5.3/examples/features/unsplash-photo-1.jpg | Bin 10451 -> 10433 bytes .../5.3/examples/features/unsplash-photo-2.jpg | Bin 113018 -> 113000 bytes .../5.3/examples/features/unsplash-photo-3.jpg | Bin 40607 -> 40589 bytes .../docs/5.3/examples/heroes/bootstrap-docs.png | Bin 371399 -> 369569 bytes .../docs/5.3/examples/starter-template/index.html | 2 +- site/content/docs/5.3/getting-started/download.md | 18 ++++++ .../docs/5.3/getting-started/introduction.md | 13 +--- .../content/docs/5.3/getting-started/javascript.md | 3 +- site/content/docs/5.3/layout/gutters.md | 2 +- site/content/docs/5.3/migration.md | 71 +++++++++++---------- site/data/docs-versions.yml | 2 +- site/layouts/_default/examples.html | 5 ++ .../5.3/assets/brand/bootstrap-logo-shadow.png | Bin 48625 -> 46142 bytes .../static/docs/5.3/assets/img/bootstrap-icons.png | Bin 40798 -> 40444 bytes .../5.3/assets/img/bootstrap-themes-collage@2x.png | Bin 244640 -> 244028 bytes .../docs/5.3/assets/img/examples/album@2x.png | Bin 25026 -> 24917 bytes .../docs/5.3/assets/img/examples/badges@2x.png | Bin 14798 -> 14236 bytes .../docs/5.3/assets/img/examples/buttons.png | Bin 4545 -> 4495 bytes .../docs/5.3/assets/img/examples/buttons@2x.png | Bin 9994 -> 9832 bytes .../docs/5.3/assets/img/examples/carousel-rtl.png | Bin 10344 -> 10264 bytes .../5.3/assets/img/examples/carousel-rtl@2x.png | Bin 24460 -> 24421 bytes .../docs/5.3/assets/img/examples/carousel.png | Bin 13219 -> 13178 bytes .../docs/5.3/assets/img/examples/carousel@2x.png | Bin 31320 -> 31276 bytes .../5.3/assets/img/examples/dashboard-rtl@2x.png | Bin 19399 -> 19368 bytes .../docs/5.3/assets/img/examples/headers.png | Bin 5196 -> 5182 bytes .../docs/5.3/assets/img/examples/headers@2x.png | Bin 12639 -> 12566 bytes .../docs/5.3/assets/img/examples/list-groups.png | Bin 7134 -> 7116 bytes .../docs/5.3/assets/img/examples/masonry.png | Bin 15253 -> 15238 bytes .../docs/5.3/assets/img/examples/masonry@2x.png | Bin 37705 -> 37623 bytes .../docs/5.3/assets/img/examples/navbar-bottom.png | Bin 4819 -> 4754 bytes .../5.3/assets/img/examples/navbar-bottom@2x.png | Bin 11666 -> 11603 bytes .../5.3/assets/img/examples/navbars-offcanvas.png | Bin 6850 -> 6821 bytes .../assets/img/examples/navbars-offcanvas@2x.png | Bin 16965 -> 16919 bytes .../5.3/assets/img/examples/offcanvas-navbar.png | Bin 9691 -> 9674 bytes .../assets/img/examples/offcanvas-navbar@2x.png | Bin 23975 -> 23928 bytes .../assets/img/examples/sticky-footer-navbar.png | Bin 6966 -> 6895 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 15744 -> 15725 bytes .../5.3/assets/img/favicons/apple-touch-icon.png | Bin 7650 -> 7489 bytes .../5.3/assets/img/guides/parcel-dev-server.png | Bin 13933 -> 13694 bytes .../docs/5.3/assets/img/guides/vite-dev-server.png | Bin 13584 -> 13266 bytes .../5.3/assets/img/guides/webpack-dev-server.png | Bin 14197 -> 14001 bytes 47 files changed, 79 insertions(+), 58 deletions(-) (limited to 'site') diff --git a/site/assets/scss/_navbar.scss b/site/assets/scss/_navbar.scss index 110797b..2b598bf 100644 --- a/site/assets/scss/_navbar.scss +++ b/site/assets/scss/_navbar.scss @@ -73,7 +73,7 @@ border-left: 0; @include media-breakpoint-down(lg) { - box-shadow: $box-shadow-lg; + box-shadow: var(--bs-box-shadow-lg); } } diff --git a/site/assets/scss/_scrolling.scss b/site/assets/scss/_scrolling.scss index 2017960..0aaf744 100644 --- a/site/assets/scss/_scrolling.scss +++ b/site/assets/scss/_scrolling.scss @@ -3,6 +3,9 @@ main { a, button, + input, + select, + textarea, h2, h3, h4, diff --git a/site/assets/scss/_sidebar.scss b/site/assets/scss/_sidebar.scss index 6f1ef29..598da3d 100644 --- a/site/assets/scss/_sidebar.scss +++ b/site/assets/scss/_sidebar.scss @@ -15,7 +15,7 @@ @include media-breakpoint-down(lg) { .offcanvas-lg { border-right-color: var(--bs-border-color); - box-shadow: $box-shadow-lg; + box-shadow: var(--bs-box-shadow-lg); } } } diff --git a/site/content/docs/5.3/components/popovers.md b/site/content/docs/5.3/components/popovers.md index 0a2138d..685d2c3 100644 --- a/site/content/docs/5.3/components/popovers.md +++ b/site/content/docs/5.3/components/popovers.md @@ -198,7 +198,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt | `sanitize` | boolean | `true` | Enable or disable the sanitization. If activated `'template'`, `'content'` and `'title'` options will be sanitized. | | `sanitizeFn` | null, function | `null` | Here you can supply your own sanitize function. This can be useful if you prefer to use a dedicated library to perform sanitization. | | `selector` | string, false | `false` | If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to also apply popovers to dynamically added DOM elements (`jQuery.on` support). See [this issue]({{< param repo >}}/issues/4215) and [an informative example](https://codepen.io/Johann-S/pen/djJYPb). **Note**: `title` attribute must not be used as a selector. | -| `template` | string | `'
'` | Base HTML to use when creating the popover. The popover's `title` will be injected into the `.popover-inner`. `.popover-arrow` will become the popover's arrow. The outermost wrapper element should have the `.popover` class and `role="popover"`. | +| `template` | string | `''` | Base HTML to use when creating the popover. The popover's `title` will be injected into the `.popover-inner`. `.popover-arrow` will become the popover's arrow. The outermost wrapper element should have the `.popover` class and `role="tooltip"`. | | `title` | string, element, function | `''` | The popover title. If a function is given, it will be called with its `this` reference set to the element that the popover is attached to. | | `trigger` | string | `'hover focus'` | How popover is triggered: click, hover, focus, manual. You may pass multiple triggers; separate them with a space. `'manual'` indicates that the popover will be triggered programmatically via the `.popover('show')`, `.popover('hide')` and `.popover('toggle')` methods; this value cannot be combined with any other trigger. `'hover'` on its own will result in popovers that cannot be triggered via the keyboard, and should only be used if alternative methods for conveying the same information for keyboard users is present. | {{< /bs-table >}} diff --git a/site/content/docs/5.3/examples/dashboard-rtl/index.html b/site/content/docs/5.3/examples/dashboard-rtl/index.html index 6fb4a63..ffdd9d1 100644 --- a/site/content/docs/5.3/examples/dashboard-rtl/index.html +++ b/site/content/docs/5.3/examples/dashboard-rtl/index.html @@ -3,11 +3,11 @@ layout: examples title: قالب لوحة القيادة direction: rtl extra_css: - - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" + - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css" - "../dashboard/dashboard.rtl.css" extra_js: - - src: "https://cdn.jsdelivr.net/npm/chart.js@4.2.1/dist/chart.umd.min.js" - integrity: "sha384-gdQErvCNWvHQZj6XZM0dNsAoY4v+j5P1XDpNkcM3HJG1Yx04ecqIHk7+4VBOCHOG" + - src: "https://cdn.jsdelivr.net/npm/chart.js@4.3.2/dist/chart.umd.js" + integrity: "sha384-eI7PSr3L1XLISH8JdDII5YN/njoSsxfbrkCTnJrzXt+ENP5MOVBxD+l6sEG4zoLp" - src: "dashboard.js" --- diff --git a/site/content/docs/5.3/examples/dashboard/index.html b/site/content/docs/5.3/examples/dashboard/index.html index db84bd6..d060048 100644 --- a/site/content/docs/5.3/examples/dashboard/index.html +++ b/site/content/docs/5.3/examples/dashboard/index.html @@ -2,11 +2,11 @@ layout: examples title: Dashboard Template extra_css: - - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" + - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css" - "dashboard.css" extra_js: - - src: "https://cdn.jsdelivr.net/npm/chart.js@4.2.1/dist/chart.umd.min.js" - integrity: "sha384-gdQErvCNWvHQZj6XZM0dNsAoY4v+j5P1XDpNkcM3HJG1Yx04ecqIHk7+4VBOCHOG" + - src: "https://cdn.jsdelivr.net/npm/chart.js@4.3.2/dist/chart.umd.js" + integrity: "sha384-eI7PSr3L1XLISH8JdDII5YN/njoSsxfbrkCTnJrzXt+ENP5MOVBxD+l6sEG4zoLp" - src: "dashboard.js" --- diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg index ed2e36a..283acd0 100644 Binary files a/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg and b/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg differ diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg index b66864a..81eae64 100644 Binary files a/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg and b/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg differ diff --git a/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg b/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg index c411b17..0f401d1 100644 Binary files a/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg and b/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg differ diff --git a/site/content/docs/5.3/examples/heroes/bootstrap-docs.png b/site/content/docs/5.3/examples/heroes/bootstrap-docs.png index 471a9ed..daf9c62 100644 Binary files a/site/content/docs/5.3/examples/heroes/bootstrap-docs.png and b/site/content/docs/5.3/examples/heroes/bootstrap-docs.png differ diff --git a/site/content/docs/5.3/examples/starter-template/index.html b/site/content/docs/5.3/examples/starter-template/index.html index 51503f1..ec8e57d 100644 --- a/site/content/docs/5.3/examples/starter-template/index.html +++ b/site/content/docs/5.3/examples/starter-template/index.html @@ -34,7 +34,7 @@ title: Starter Template

Starter projects

-

Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.

+

Ready to go beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.