Skip to content

Commit

Permalink
chore(merge main): patched commit → 7f8fed4 (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jul 18, 2024
1 parent 547f219 commit 5477b59
Show file tree
Hide file tree
Showing 12 changed files with 1,379 additions and 1,511 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
"unicorn/prefer-module": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/prefer-structured-clone": "off",
"unicorn/prevent-abbreviations": "off"
},
"overrides": [
Expand Down
2 changes: 1 addition & 1 deletion hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ params:
current_ruby_version: "0.0.1"
docs_version: "0.0"
rfs_version: "v10.0.0"
bootstrap_current_version: "5.3.3"
bootstrap_current_version: "5.3.4"
bootstrap_docs_version: "5.3"
bootstrap_github_org: "https://github.com/twbs"
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap"
Expand Down
2,783 changes: 1,324 additions & 1,459 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@docsearch/js": "^3.6.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@stackblitz/sdk": "^1.9.0",
"@rollup/plugin-replace": "^5.0.7",
"@stackblitz/sdk": "^1.11.0",
"@storybook/addon-a11y": "^8.2.4",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-themes": "^8.2.4",
Expand All @@ -131,14 +131,14 @@
"eslint-config-xo": "^0.45.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"find-unused-sass-variables": "^6.0.0",
"focus-visible": "^5.2.0",
"globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.123.3",
"hugo-bin": "^0.125.2",
"ip": "^2.0.0",
"jasmine": "^5.1.0",
"jquery": "^3.7.1",
Expand All @@ -151,27 +151,27 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-rollup-preprocessor": "7.0.7",
"lockfile-lint": "^4.13.2",
"nodemon": "^3.1.3",
"npm-run-all2": "^6.1.2",
"lockfile-lint": "^4.14.0",
"nodemon": "^3.1.4",
"npm-run-all2": "^6.2.2",
"ods-storybook-theme": "^1.1.0",
"pa11y-ci": "^3.1.0",
"pa11y-ci-reporter-html": "^6.0.2",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.77.4",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"sirv-cli": "^2.0.2",
"storybook": "^8.2.4",
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"stylelint": "^16.7.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"tarteaucitronjs": "^1.19.0",
"terser": "^5.31.0",
"terser": "^5.31.2",
"vnu-jar": "^23.4.11"
},
"files": [
Expand Down
16 changes: 8 additions & 8 deletions scss/_back-to-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
--#{$prefix}back-to-top-title-active-decoration: #{$link-decoration};
// scss-docs-end back-to-top-css-vars

// scss-docs-start back-to-top-xl-css-vars
@include media-breakpoint-up(xl) {
--#{$prefix}back-to-top-right: #{$back-to-top-offset-right * 2};
--#{$prefix}back-to-top-bottom: #{$back-to-top-offset-bottom * 2};
--#{$prefix}back-to-top-link-offset-top: #{$back-to-top-link-offset-top-xl};
}
// scss-docs-end back-to-top-xl-css-vars

position: absolute;
top: var(--#{$prefix}back-to-top-top);
right: var(--#{$prefix}back-to-top-right);
bottom: var(--#{$prefix}back-to-top-bottom);
z-index: var(--#{$prefix}back-to-top-zindex);
pointer-events: none;
background-color: transparent;

// scss-docs-start back-to-top-xl-css-vars
@include media-breakpoint-up(xl) {
--#{$prefix}back-to-top-right: #{$back-to-top-offset-right * 2};
--#{$prefix}back-to-top-bottom: #{$back-to-top-offset-bottom * 2};
--#{$prefix}back-to-top-link-offset-top: #{$back-to-top-link-offset-top-xl};
}
// scss-docs-end back-to-top-xl-css-vars
}

.back-to-top-link {
Expand Down
2 changes: 1 addition & 1 deletion scss/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
.carousel-control-next-icon {
display: inline-block;
background-color: var(--#{$prefix}control-bg); // OUDS mod
@include button-icon($carousel-control-icon-bg, $carousel-control-icon-width, $size: $carousel-control-icon-size, $position: subtract(50%, $spacer * .1) 50%); // OUDS mod
@include border-radius(50%, 50%);
@include button-icon($carousel-control-icon-bg, $carousel-control-icon-width, $size: $carousel-control-icon-size, $position: subtract(50%, $spacer * .1) 50%); // OUDS mod
}

// OUDS mod
Expand Down
2 changes: 1 addition & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

// When fading in the modal, animate it to slide down
.modal.fade & {
@include transition($modal-transition);
transform: $modal-fade-transform;
@include transition($modal-transition);
}
.modal.show & {
transform: $modal-show-transform;
Expand Down
5 changes: 3 additions & 2 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
// OUDS mod
font-weight: var(--#{$prefix}navbar-font-weight);
box-shadow: inset 0 calc(-1 * var(--#{$prefix}navbar-border-width)) 0 var(--#{$prefix}navbar-border-color); // stylelint-disable-line function-disallowed-list
@include gradient-bg(var(--#{$prefix}navbar-bg)); // OUDS mod: instead of `@include gradient-bg()`
@include transition($navbar-transition);
// End mod
@include gradient-bg(var(--#{$prefix}navbar-bg)); // OUDS mod: instead of `@include gradient-bg()`

// OUDS mod: Difference between xs and md breakpoints
// scss-docs-start orange-navbar-css-vars
Expand Down Expand Up @@ -155,11 +155,12 @@

// No focus
&:hover {
text-decoration: if($link-hover-decoration == underline, none, null);

.title,
.two-lined {
color: var(--#{$prefix}navbar-brand-hover-color);
}
text-decoration: if($link-hover-decoration == underline, none, null);
}

//// Orange's master logo
Expand Down
20 changes: 10 additions & 10 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
// null by default, thus nothing is generated.

:root {
@if $font-size-root != null {
@include font-size(var(--#{$prefix}root-font-size));
}

@if $enable-smooth-scroll {
@media (prefers-reduced-motion: no-preference) {
scroll-behavior: smooth;
}
}

// OUDS mod: Improve focus visibility when fixed/sticky header is used
// See https://caniuse.com/?search=scroll-padding
// scss-docs-start scroll-offset
Expand All @@ -48,6 +38,16 @@
}
// scss-docs-end scroll-offset
// End mod

@if $font-size-root != null {
@include font-size(var(--#{$prefix}root-font-size));
}

@if $enable-smooth-scroll {
@media (prefers-reduced-motion: no-preference) {
scroll-behavior: smooth;
}
}
}


Expand Down
12 changes: 6 additions & 6 deletions scss/forms/_form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@
filter: $form-switch-checked-filter; // OUDS mod
border-color: $form-switch-checked-border-color;

&:focus {
&[data-focus-visible-added] {
@include focus-visible($color: $form-switch-checked-focus-outer, $box-color: $form-switch-checked-focus-inner);
}
}

@if $enable-gradients {
--#{$prefix}form-switch-bg: #{escape-svg($form-switch-checked-bg-image)}, var(--#{$prefix}gradient);
background-position: $form-switch-checked-bg-position, 100%, 100% 0;
Expand All @@ -203,6 +197,12 @@
background-size: $form-switch-checked-bg-size, $form-switch-bg-square-size 100%;
}

&:focus {
&[data-focus-visible-added] {
@include focus-visible($color: $form-switch-checked-focus-outer, $box-color: $form-switch-checked-focus-inner);
}
}

&:not(:disabled) {
--#{$prefix}switch-gradient: #{linear-gradient(to right, $form-switch-checked-square-bg $form-switch-bg-square-size, transparent)};
}
Expand Down
8 changes: 4 additions & 4 deletions scss/forms/_quantity-selector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}

&:first-of-type {
@include button-icon($quantity-selector-icon-remove, $size: $quantity-selector-icon-width $quantity-selector-icon-remove-height, $pseudo: "after");
order: -1;
padding-right: $quantity-selector-btn-padding-x;
border-right-width: 0;
@include button-icon($quantity-selector-icon-remove, $size: $quantity-selector-icon-width $quantity-selector-icon-remove-height, $pseudo: "after");

&:focus {
&[data-focus-visible-added] { // stylelint-disable-line selector-no-qualifying-type
Expand All @@ -51,8 +51,8 @@
}

&.btn-sm { // stylelint-disable-line selector-no-qualifying-type
@include button-icon($quantity-selector-icon-remove-sm, $width: 1rem, $height: 1rem, $size: $quantity-selector-icon-sm-width $quantity-selector-icon-sm-remove-height, $pseudo: "after");
padding-right: $quantity-selector-btn-padding-x-sm;
@include button-icon($quantity-selector-icon-remove-sm, $width: 1rem, $height: 1rem, $size: $quantity-selector-icon-sm-width $quantity-selector-icon-sm-remove-height, $pseudo: "after");

&:focus {
&[data-focus-visible-added] { // stylelint-disable-line selector-no-qualifying-type
Expand All @@ -63,9 +63,9 @@
}

&:last-of-type {
@include button-icon($quantity-selector-icon-add, $size: $quantity-selector-icon-width $quantity-selector-icon-add-height, $pseudo: "after");
padding-left: $quantity-selector-btn-padding-x;
border-left-width: 0;
@include button-icon($quantity-selector-icon-add, $size: $quantity-selector-icon-width $quantity-selector-icon-add-height, $pseudo: "after");

&:focus {
&[data-focus-visible-added] { // stylelint-disable-line selector-no-qualifying-type
Expand All @@ -75,8 +75,8 @@
}

&.btn-sm { // stylelint-disable-line selector-no-qualifying-type
@include button-icon($quantity-selector-icon-add-sm, $width: 1rem, $height: 1rem, $size: $quantity-selector-icon-sm-width $quantity-selector-icon-sm-add-height, $pseudo: "after");
padding-left: $quantity-selector-btn-padding-x-sm;
@include button-icon($quantity-selector-icon-add-sm, $width: 1rem, $height: 1rem, $size: $quantity-selector-icon-sm-width $quantity-selector-icon-sm-add-height, $pseudo: "after");

&:focus {
&[data-focus-visible-added] { // stylelint-disable-line selector-no-qualifying-type
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright 2014-2024 Orange SA
* Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE)
* This a fork of Bootstrap: Initial license below
* Bootstrap #{$file} v5.3.3 (https://getbootstrap.com/)
* Bootstrap #{$file} v5.3.4 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
Expand Down

0 comments on commit 5477b59

Please sign in to comment.