Skip to content

Commit dc782cc

Browse files
committed
updated JS dependencies
1 parent 118f167 commit dc782cc

File tree

13 files changed

+168
-163
lines changed

13 files changed

+168
-163
lines changed

_sass/bootstrap/scss/_card.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@
206206
&:not(:last-child) {
207207
@include border-end-radius(0);
208208

209-
.card-img-top,
210-
.card-header {
209+
> .card-img-top,
210+
> .card-header {
211211
// stylelint-disable-next-line property-disallowed-list
212212
border-top-right-radius: 0;
213213
}
214-
.card-img-bottom,
215-
.card-footer {
214+
> .card-img-bottom,
215+
> .card-footer {
216216
// stylelint-disable-next-line property-disallowed-list
217217
border-bottom-right-radius: 0;
218218
}
@@ -221,13 +221,13 @@
221221
&:not(:first-child) {
222222
@include border-start-radius(0);
223223

224-
.card-img-top,
225-
.card-header {
224+
> .card-img-top,
225+
> .card-header {
226226
// stylelint-disable-next-line property-disallowed-list
227227
border-top-left-radius: 0;
228228
}
229-
.card-img-bottom,
230-
.card-footer {
229+
> .card-img-bottom,
230+
> .card-footer {
231231
// stylelint-disable-next-line property-disallowed-list
232232
border-bottom-left-radius: 0;
233233
}

_sass/bootstrap/scss/mixins/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@mixin bsBanner($file) {
22
/*!
3-
* Bootstrap #{$file} v5.3.5 (https://getbootstrap.com/)
3+
* Bootstrap #{$file} v5.3.6 (https://getbootstrap.com/)
44
* Copyright 2011-2025 The Bootstrap Authors
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
66
*/

_sass/bootstrap/scss/mixins/_visually-hidden.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
&:not(caption) {
2020
position: absolute !important;
2121
}
22+
23+
// Fix to prevent overflowing children to become focusable
24+
* {
25+
overflow: hidden !important;
26+
}
2227
}
2328

2429
// Use to only display content when it's focused, or one of its child elements is focused

assets/algoliasearch/dist/algoliasearch.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap/dist/js/bootstrap.bundle.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap/dist/js/bootstrap.bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/iframe-resizer/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Iframe Resizer Version 5
22

3-
This JavaScript library is Copyright © 2013-2024 David J. Bradshaw and is distributed under the GPL V3 for non-commercial use. A commercial license is available upon request.
3+
This JavaScript library is Copyright © 2013-2025 David J. Bradshaw and is distributed under the GPL V3 for non-commercial use. A commercial license is available upon request.
44

55
For more information on commercial licensing see https://iframe-resizer.com/pricing/
66

assets/iframe-resizer/js/iframeResizer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/instantsearch.js/dist/instantsearch.production.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/instantsearch.js/dist/instantsearch.production.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/luxon/build/global/luxon.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)