]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
2 years agoMerge branch 'main' into pr/34102 pr/34102 35465/head
Julien Déramond [Mon, 27 Mar 2023 16:49:50 +0000 (18:49 +0200)] 
Merge branch 'main' into pr/34102

2 years agoAdd a check for interpolation variables to node-sass workflow (#38283)
Julien Déramond [Mon, 27 Mar 2023 15:34:14 +0000 (17:34 +0200)] 
Add a check for interpolation variables to node-sass workflow (#38283)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agoREADME.md: fix JS Tests link (#38343)
XhmikosR [Mon, 27 Mar 2023 09:46:13 +0000 (12:46 +0300)] 
README.md: fix JS Tests link (#38343)

2 years agoAdd detailed explanation of the JS components configuration merging process (#37303)
GeoSot [Mon, 27 Mar 2023 09:30:27 +0000 (12:30 +0300)] 
Add detailed explanation of the JS components configuration merging  process (#37303)

* doc: add detailed explanation of the components config process & fix popover/tooltip docs

* Update site/layouts/partials/js-data-attributes.md

---------

Co-authored-by: Mark Otto <markd.otto@gmail.com>
2 years agoAdd js-docs shortcode to ensure consistency between doc and js code (#38316)
Hannah Issermann [Mon, 27 Mar 2023 09:10:25 +0000 (11:10 +0200)] 
Add js-docs shortcode to ensure consistency between doc and js code (#38316)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agoDocs: fix Markdown table with empty column (#38342)
Hannah Issermann [Mon, 27 Mar 2023 08:48:42 +0000 (10:48 +0200)] 
Docs: fix Markdown table with empty column (#38342)

2 years agoBuild(deps-dev): Bump hugo-bin from 0.101.4 to 0.101.5 (#38341)
dependabot[bot] [Mon, 27 Mar 2023 08:08:18 +0000 (11:08 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.101.4 to 0.101.5 (#38341)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.4 to 0.101.5.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.4...v0.101.5)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agodocs: remove trailing newline when copying snippets (#38321)
XhmikosR [Mon, 27 Mar 2023 08:04:52 +0000 (11:04 +0300)] 
docs: remove trailing newline when copying snippets (#38321)

2 years agoChange diff file path in Webpack guide (#38339)
Julien Déramond [Mon, 27 Mar 2023 08:04:07 +0000 (10:04 +0200)] 
Change diff file path in Webpack guide (#38339)

2 years agoFixed typo in 5.3.0-alpha2 migration
David Miles [Sun, 26 Mar 2023 18:22:33 +0000 (12:22 -0600)] 
Fixed typo in 5.3.0-alpha2 migration

2 years agoUpdate dependencies (#38330)
Julien Déramond [Sun, 26 Mar 2023 10:51:20 +0000 (12:51 +0200)] 
Update dependencies (#38330)

2 years agoUpdate dependencies and regenerate package-lock.json (#38329)
XhmikosR [Sun, 26 Mar 2023 10:02:38 +0000 (13:02 +0300)] 
Update dependencies and regenerate package-lock.json (#38329)

* @popperjs/core   ^2.11.6  →   ^2.11.7
* hugo-bin        ^0.101.2  →  ^0.101.4
* nodemon          ^2.0.21  →   ^2.0.22
* rollup           ^3.20.0  →   ^3.20.2
* sass             ^1.59.3  →   ^1.60.0

2 years agoAdd `media-query` color mode Sass test (#38326)
Julien Déramond [Sun, 26 Mar 2023 07:58:31 +0000 (09:58 +0200)] 
Add `media-query` color mode Sass test (#38326)

2 years agoUpdate selectors for carousel media query color mode option (#38328)
Mark Otto [Sun, 26 Mar 2023 07:53:00 +0000 (00:53 -0700)] 
Update selectors for carousel media query color mode option (#38328)

2 years agoFix tooltip body placement with variation placements
kyletsang [Wed, 1 Mar 2023 07:32:58 +0000 (23:32 -0800)] 
Fix tooltip body placement with variation placements

2 years agointerpolate instead
Mark Otto [Sat, 25 Mar 2023 04:07:12 +0000 (23:07 -0500)] 
interpolate instead

2 years agoDocument how to disable generated classes and still use the util() mixin
Mark Otto [Sat, 25 Mar 2023 04:03:07 +0000 (23:03 -0500)] 
Document how to disable generated classes and still use the util() mixin

2 years agoAdd ability to use multiple classes in a single mixin call
Mark Otto [Sat, 25 Mar 2023 03:43:46 +0000 (22:43 -0500)] 
Add ability to use multiple classes in a single mixin call

2 years agoFix up docs
Mark Otto [Sat, 25 Mar 2023 03:20:38 +0000 (22:20 -0500)] 
Fix up docs

2 years agoDocument the `util()` mixin
Mark Otto [Sat, 4 Dec 2021 20:12:54 +0000 (12:12 -0800)] 
Document the `util()` mixin

2 years agoUpdate utility mixin and wrap utility classes in `$enable-` variable
Mark Otto [Sat, 4 Dec 2021 20:12:42 +0000 (12:12 -0800)] 
Update utility mixin and wrap utility classes in `$enable-` variable

- Rearrange Sass files to simplify things
- Rename `utl()` to `util()`
- Add new `$enable-utility-classes` variable for disabling the default generation of our utilities (useful if you want to only use utilities via mixin)

2 years agoIssue #33861: New utl() mixin
Andreas Hennings [Mon, 24 May 2021 22:00:44 +0000 (00:00 +0200)] 
Issue #33861: New utl() mixin

Co-Authored-By: Andreas Hennings <andreas@dqxtech.net>
2 years agoDocument new .d-inline-grid utility
Mark Otto [Sat, 25 Mar 2023 02:33:18 +0000 (21:33 -0500)] 
Document new .d-inline-grid utility

2 years agoUse `border-radius` CSS variables in more components (#38284)
jonnysp [Sat, 25 Mar 2023 02:41:44 +0000 (03:41 +0100)] 
Use `border-radius` CSS variables in more components (#38284)

* Update _variables.scss

missing global variable on nav-pills-border-radius

* Update _variables.scss

2 years agoUpdate display utility
Serhii Babakov [Mon, 20 Feb 2023 10:52:27 +0000 (14:52 +0400)] 
Update display utility

2 years agoscss: bring light/dark accordion icon color handling to parity
Saleem Abdulrasool [Sun, 19 Mar 2023 16:39:47 +0000 (09:39 -0700)] 
scss: bring light/dark accordion icon color handling to parity

The light themed accordion icon is controlled by a set of two variables:
- `$accordion-icon-color`
- `$accordion-icon-active-color`

The dark themed accordion icon did not have this level of control
available and instead would always use `$primary-text-emphasis-dark`.

Replicate the behaviour to permit individual control over the colours to
match the behaviour for the light themed form.

2 years agoRelease v5.3.0-alpha2 (#38244) v5.3.0-alpha2
XhmikosR [Fri, 24 Mar 2023 14:30:16 +0000 (16:30 +0200)] 
Release v5.3.0-alpha2 (#38244)

* Bump version to 5.3.0-alpha2

* Dist

2 years agoDocs: `scss-docs` unindent automatically the code inside shortcode
Louis-Maxime Piton [Fri, 24 Mar 2023 14:11:22 +0000 (15:11 +0100)] 
Docs: `scss-docs` unindent automatically the code inside shortcode

2 years agoDocs: fix two class attributes on same button (#38317)
Hannah Issermann [Fri, 24 Mar 2023 14:05:56 +0000 (15:05 +0100)] 
Docs: fix two class attributes on same button (#38317)

2 years agoFix reference to twbs/examples/icons-font + fine-tune index.html SB location target...
Julien Déramond [Fri, 24 Mar 2023 14:00:58 +0000 (15:00 +0100)] 
Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target (#38310)

* Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target

* Use urlquery

* Add `rel="noopener"`

---------

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agovnu-jar.js: add more logging (#38314)
XhmikosR [Fri, 24 Mar 2023 09:32:43 +0000 (11:32 +0200)] 
vnu-jar.js: add more logging (#38314)

2 years agoFix comment position in `assets/scss/_content.scss` (#38281)
Julien Déramond [Thu, 23 Mar 2023 12:31:24 +0000 (13:31 +0100)] 
Fix comment position in `assets/scss/_content.scss` (#38281)

2 years agoUpdate Vite, Parcel and Webpack guides (#38305)
Julien Déramond [Thu, 23 Mar 2023 06:07:04 +0000 (07:07 +0100)] 
Update Vite, Parcel and Webpack guides (#38305)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agodocs: remove moot `v` from docs-versions.yml (#38301)
XhmikosR [Wed, 22 Mar 2023 08:24:17 +0000 (10:24 +0200)] 
docs: remove moot `v` from docs-versions.yml (#38301)

2 years agoRemove version from index.{esm,umd}.js too (#38302)
XhmikosR [Wed, 22 Mar 2023 08:23:24 +0000 (10:23 +0200)] 
Remove version from index.{esm,umd}.js too (#38302)

2 years agoUpdate browserstack.yml (#38303)
XhmikosR [Wed, 22 Mar 2023 08:20:31 +0000 (10:20 +0200)] 
Update browserstack.yml (#38303)

2 years agoUpdate browserstack.yml
XhmikosR [Wed, 22 Mar 2023 07:22:37 +0000 (09:22 +0200)] 
Update browserstack.yml

2 years agoRemove version comment from JavaScript src files (#38294)
GeoSot [Wed, 22 Mar 2023 07:12:33 +0000 (09:12 +0200)] 
Remove version comment from JavaScript src files (#38294)

2 years agoCI: limit the on push triggers (#38291)
XhmikosR [Wed, 22 Mar 2023 07:03:51 +0000 (09:03 +0200)] 
CI: limit the on push triggers (#38291)

2 years agoBuild(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#38288)
dependabot[bot] [Tue, 21 Mar 2023 13:18:24 +0000 (15:18 +0200)] 
Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#38288)

* Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* Update js.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agoBuild(deps-dev): Bump rollup from 3.19.1 to 3.20.0 (#38290)
dependabot[bot] [Tue, 21 Mar 2023 10:30:54 +0000 (12:30 +0200)] 
Build(deps-dev): Bump rollup from 3.19.1 to 3.20.0 (#38290)

Bumps [rollup](https://github.com/rollup/rollup) from 3.19.1 to 3.20.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.19.1...v3.20.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump hugo-bin from 0.101.0 to 0.101.2 (#38289)
dependabot[bot] [Tue, 21 Mar 2023 10:30:00 +0000 (12:30 +0200)] 
Build(deps-dev): Bump hugo-bin from 0.101.0 to 0.101.2 (#38289)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.0 to 0.101.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.0...v0.101.2)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoUpdate dependabot.yml
XhmikosR [Tue, 21 Mar 2023 10:27:28 +0000 (12:27 +0200)] 
Update dependabot.yml

2 years agoProposal to use `scroll-margin-top` instead of introducing padding and negative margi...
Louis-Maxime Piton [Mon, 20 Mar 2023 00:45:46 +0000 (01:45 +0100)] 
Proposal to use `scroll-margin-top` instead of introducing padding and negative margin (#38220)

2 years agoSlightly improve examples PNG files (#38270)
XhmikosR [Mon, 20 Mar 2023 00:42:52 +0000 (02:42 +0200)] 
Slightly improve examples PNG files (#38270)

Before: 97,4 KB (99.758 bytes)
After:  94,2 KB (96.512 bytes)

2 years agoFix `placeholder` shortcode color and background params when 'img' markup (#38263)
Julien Déramond [Mon, 20 Mar 2023 00:42:30 +0000 (01:42 +0100)] 
Fix `placeholder` shortcode color and background params when 'img' markup (#38263)

2 years agoRevert "Guard more in color-modes.js (#38235)" (#38280)
Mark Otto [Mon, 20 Mar 2023 00:35:57 +0000 (17:35 -0700)] 
Revert "Guard more in color-modes.js (#38235)" (#38280)

This reverts commit 474bf2aed1c03cf53e2d2c48b30c5e689dd9e6bc.

2 years agoDocs: make all headings use `var(--bs-emphasis-color)` (#38262)
Julien Déramond [Sun, 19 Mar 2023 23:57:35 +0000 (00:57 +0100)] 
Docs: make all headings use `var(--bs-emphasis-color)` (#38262)

2 years agoBuild(deps-dev): Bump jasmine from 4.5.0 to 4.6.0 (#38267)
dependabot[bot] [Fri, 17 Mar 2023 14:19:54 +0000 (16:19 +0200)] 
Build(deps-dev): Bump jasmine from 4.5.0 to 4.6.0 (#38267)

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: jasmine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump @babel/core from 7.21.0 to 7.21.3 (#38266)
dependabot[bot] [Fri, 17 Mar 2023 14:18:46 +0000 (16:18 +0200)] 
Build(deps-dev): Bump @babel/core from 7.21.0 to 7.21.3 (#38266)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.0 to 7.21.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump find-unused-sass-variables from 4.0.5 to 4.0.6 (#38269)
dependabot[bot] [Fri, 17 Mar 2023 14:17:17 +0000 (16:17 +0200)] 
Build(deps-dev): Bump find-unused-sass-variables from 4.0.5 to 4.0.6 (#38269)

Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: find-unused-sass-variables
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump sass from 1.59.2 to 1.59.3 (#38265)
dependabot[bot] [Fri, 17 Mar 2023 14:16:44 +0000 (16:16 +0200)] 
Build(deps-dev): Bump sass from 1.59.2 to 1.59.3 (#38265)

Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.59.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.59.2...1.59.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump hugo-bin from 0.100.0 to 0.101.0 (#38264)
dependabot[bot] [Fri, 17 Mar 2023 14:15:53 +0000 (16:15 +0200)] 
Build(deps-dev): Bump hugo-bin from 0.100.0 to 0.101.0 (#38264)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.100.0 to 0.101.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.100.0...v0.101.0)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoicon-link.md: remove moot aliases (#38246)
XhmikosR [Fri, 17 Mar 2023 05:58:09 +0000 (07:58 +0200)] 
icon-link.md: remove moot aliases (#38246)

2 years agoDocs: consistent deprecation messages in Close Button dark variant (#38247)
Julien Déramond [Thu, 16 Mar 2023 16:22:20 +0000 (17:22 +0100)] 
Docs: consistent deprecation messages in Close Button dark variant (#38247)

2 years agoUpdate hugo-bin to v0.100.0 (#38243)
XhmikosR [Wed, 15 Mar 2023 19:34:43 +0000 (21:34 +0200)] 
Update hugo-bin to v0.100.0 (#38243)

This version is using my @xhmikosr/bin-wrapper fork. All current npm vulnerabilities are fixed.

2 years agoDocs: use core mixins in a couple of places (#38236)
XhmikosR [Wed, 15 Mar 2023 04:40:58 +0000 (06:40 +0200)] 
Docs: use core mixins in a couple of places (#38236)

2 years agoTweak stylelint config (#38228)
XhmikosR [Wed, 15 Mar 2023 04:30:45 +0000 (06:30 +0200)] 
Tweak stylelint config (#38228)

* rename to .stylelintrc.json
* add reportInvalidScopeDisables to config
* move reportNeedlessDisables to config
* merge the two configs
* remove unneeded disabled rules from the examples config

2 years agoGuard more in color-modes.js (#38235)
XhmikosR [Tue, 14 Mar 2023 18:30:11 +0000 (20:30 +0200)] 
Guard more in color-modes.js (#38235)

2 years agoRemove empty script tag (#38233)
Neeraj Kumar Das [Tue, 14 Mar 2023 12:30:36 +0000 (18:00 +0530)] 
Remove empty script tag (#38233)

2 years agoUpdate codeql.yml (#38225)
XhmikosR [Tue, 14 Mar 2023 07:10:31 +0000 (09:10 +0200)] 
Update codeql.yml (#38225)

2 years agoMove --printUnusedTemplates in hugo scripts (#38227)
XhmikosR [Tue, 14 Mar 2023 07:09:48 +0000 (09:09 +0200)] 
Move --printUnusedTemplates in hugo scripts (#38227)

2 years agoUpdate minor dependencies (#38229)
XhmikosR [Tue, 14 Mar 2023 07:08:09 +0000 (09:08 +0200)] 
Update minor dependencies (#38229)

* @babel/cli        ^7.20.7  →   ^7.21.0
* @babel/core      ^7.20.12  →   ^7.21.0
* autoprefixer     ^10.4.13  →  ^10.4.14
* eslint            ^8.34.0  →   ^8.36.0
* hugo-bin          ^0.98.0  →   ^0.99.3
* jquery             ^3.6.3  →    ^3.6.4
* rollup            ^3.17.2  →   ^3.19.1
* sass              ^1.58.3  →   ^1.59.2

2 years agoSpecify lockfile-version=2 for older npm compatibility (#38226)
XhmikosR [Tue, 14 Mar 2023 07:04:46 +0000 (09:04 +0200)] 
Specify lockfile-version=2 for older npm compatibility (#38226)

2 years agoBuild(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183)
dependabot[bot] [Tue, 14 Mar 2023 04:51:40 +0000 (06:51 +0200)] 
Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183)

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoFix wrong generation of `aria-labelledby` in tab navigation (#38223)
Jan Bensch [Tue, 14 Mar 2023 04:50:08 +0000 (05:50 +0100)] 
Fix wrong generation of `aria-labelledby` in tab navigation (#38223)

* fix wrong generation of aria-labelledby in tab navigation

* fix wrong test

---------

Co-authored-by: Jan Bensch <github@bensch.dev>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agoBuild(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#38187)
dependabot[bot] [Mon, 13 Mar 2023 14:03:55 +0000 (16:03 +0200)] 
Build(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#38187)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.2 to 46.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump nodemon from 2.0.20 to 2.0.21 (#38186)
dependabot[bot] [Mon, 13 Mar 2023 14:01:51 +0000 (16:01 +0200)] 
Build(deps-dev): Bump nodemon from 2.0.20 to 2.0.21 (#38186)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoDocs: consistent usage of CSS sections (#38175)
Julien Déramond [Mon, 13 Mar 2023 10:41:27 +0000 (11:41 +0100)] 
Docs: consistent usage of CSS sections (#38175)

2 years agoDrop unused `bootstrap-social-logo.png`
Julien Déramond [Fri, 3 Mar 2023 19:09:42 +0000 (20:09 +0100)] 
Drop unused `bootstrap-social-logo.png`

2 years agoUpdate buttons.md (#38169)
Mark Otto [Fri, 10 Mar 2023 18:35:58 +0000 (12:35 -0600)] 
Update buttons.md (#38169)

* Update buttons.md

Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense.

* Update site/content/docs/5.3/components/buttons.md

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
---------

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2 years agoUpdate _carousel.scss
jonnysp [Fri, 10 Mar 2023 11:00:36 +0000 (12:00 +0100)] 
Update _carousel.scss

fix  data-bs-theme="dark" on component itself

2 years agoImprove docs on Modals, Alerts, Offcanvas and Toasts close triggers examples (#38182)
Hannah Issermann [Fri, 10 Mar 2023 17:23:59 +0000 (18:23 +0100)] 
Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples (#38182)

* Improve docs on Modals, Alerts, Offcanvas and Toasts close triggers examples

* Update site/layouts/shortcodes/js-dismiss.html

Co-authored-by: Julien Déramond <juderamond@gmail.com>
---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2 years agoFix (#38191)
Louis-Maxime Piton [Fri, 10 Mar 2023 17:19:58 +0000 (18:19 +0100)] 
Fix (#38191)

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2 years agoFix typo in `utilities/colors.md` (#38194)
Julien Déramond [Fri, 10 Mar 2023 17:19:21 +0000 (18:19 +0100)] 
Fix typo in `utilities/colors.md` (#38194)

2 years agoUpdate workflow
louismaxime.piton [Wed, 8 Mar 2023 11:12:13 +0000 (12:12 +0100)] 
Update workflow

2 years agoDocs: Remove unnecessary `href` and `tabindex="-1"` (#38196)
Louis-Maxime Piton [Fri, 10 Mar 2023 17:17:38 +0000 (18:17 +0100)] 
Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)

* Proposal

* fix(review)

2 years agoImprove `scss-docs` link
louismaxime.piton [Wed, 8 Mar 2023 11:34:10 +0000 (12:34 +0100)] 
Improve `scss-docs` link

2 years agoBetter use the CSS
louismaxime.piton [Wed, 8 Mar 2023 13:51:49 +0000 (14:51 +0100)] 
Better use the CSS

2 years agoRemove useless import
louismaxime.piton [Wed, 8 Mar 2023 15:53:33 +0000 (16:53 +0100)] 
Remove useless import

2 years agoDocs: fix typo in Color modes page (#38198)
mrlife [Wed, 8 Mar 2023 14:16:34 +0000 (09:16 -0500)] 
Docs: fix typo in Color modes page (#38198)

2 years agoRemove nesting color modes docs section (#38192)
Mark Otto [Wed, 8 Mar 2023 05:53:31 +0000 (21:53 -0800)] 
Remove nesting color modes docs section (#38192)

* Update docs for nesting color modes to better communicate issues with nesting light in dark

* Remove nesting entirely actually, it's impossible to properly show an example when in dark mode

2 years agoFixes click area for header example snippet
Mark Otto [Wed, 8 Mar 2023 05:46:50 +0000 (21:46 -0800)] 
Fixes click area for header example snippet

2 years agoRemove comments from `scss/_utilities.scss` (#38181)
Julien Déramond [Tue, 7 Mar 2023 07:32:09 +0000 (08:32 +0100)] 
Remove comments from `scss/_utilities.scss` (#38181)

2 years agoDocs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177)
Julien Déramond [Tue, 7 Mar 2023 05:49:38 +0000 (06:49 +0100)] 
Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177)

2 years agoFix missing modifications when `--bs-{color}-text` was changed to `--bs-{color}-text...
Julien Déramond [Tue, 7 Mar 2023 05:45:07 +0000 (06:45 +0100)] 
Fix missing modifications when `--bs-{color}-text` was changed to `--bs-{color}-text-emphasis` (#38176)

2 years agoDocs: vertically align starters images in example page (#38179)
Julien Déramond [Tue, 7 Mar 2023 05:40:08 +0000 (06:40 +0100)] 
Docs: vertically align starters images in example page (#38179)

2 years agoDocs: fix overflow:auto horizontal scrollbars covering last line of code blocks ...
Patrick H. Lauke [Sat, 4 Mar 2023 20:05:54 +0000 (20:05 +0000)] 
Docs: fix overflow:auto horizontal scrollbars covering last line of code blocks (#37694)

* Add dirty hack for Firefox

* Disable stylelint check for function-url-quotes

to make the hack go through unchallenged

* Make the fix across all browsers

It's not just Firefox - same issue can be seen (though slightly less horrible looking) on macOS / Chrome etc

* Tweak padding, move clipboard button down slightly

* Further CSS tweaks

Forcing `overflow: overlay` should normalise behaviour between Chrome/Win and other implementations. While visually the Chrome/Win scrollbar still looks big and ugly, its height/spacing is now taken into account as being part of the content, so styles can be applied consistently with extra padding at the bottom

* Linting fixes

* Linting fixes

* Apply suggestions from code review

---------

Co-authored-by: Mark Otto <markd.otto@gmail.com>
2 years agoFixed some grammar issues
Andrew Dawes [Fri, 3 Mar 2023 06:59:45 +0000 (07:59 +0100)] 
Fixed some grammar issues

2 years agoExamples: color mode enhancement (#38144)
Louis-Maxime Piton [Sat, 4 Mar 2023 19:49:07 +0000 (20:49 +0100)] 
Examples: color mode enhancement (#38144)

* Tool bar proposal inside examples

* Some examples fixes

* Change appearance and position of the color mode toggler

* Proposal

* .

---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
2 years agoFix button visibility issue on dark theme (#38115)
lavsemen [Thu, 2 Mar 2023 18:49:54 +0000 (23:49 +0500)] 
Fix button visibility issue on dark theme (#38115)

* Fix button visibility issue on dark theme

* Add $btn-color-variable in _buttons.scss

* Apply suggestions from code review

---------

Co-authored-by: Семен Лаверентьев <remark.lavrentev@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
2 years agoFix navbar-nav link styling
Serhii Babakov [Mon, 20 Feb 2023 12:08:55 +0000 (16:08 +0400)] 
Fix navbar-nav link styling

2 years agoIcon link: envariable + enhance the documentation (#38130)
Louis-Maxime Piton [Thu, 2 Mar 2023 18:32:43 +0000 (19:32 +0100)] 
Icon link: envariable + enhance the documentation (#38130)

* Envariable the icon-link helper

* Proposal

* .

2 years agoFix dropdown toggle visible focus in headers example
Julien Déramond [Mon, 27 Feb 2023 07:12:54 +0000 (08:12 +0100)] 
Fix dropdown toggle visible focus in headers example

2 years agoDocs: `.text-body-secondary` appears two times in Utilities > Colors
Julien Déramond [Thu, 2 Mar 2023 07:35:32 +0000 (08:35 +0100)] 
Docs: `.text-body-secondary` appears two times in Utilities > Colors

2 years agoDocs: replace 'popover' by 'tooltip' in tooltip's page' options section
Julien Déramond [Thu, 2 Mar 2023 07:09:44 +0000 (08:09 +0100)] 
Docs: replace 'popover' by 'tooltip' in tooltip's page' options section

2 years agoDocs: rollback some modification about `.text-muted` deprecation messages
Julien Déramond [Thu, 2 Mar 2023 07:28:45 +0000 (08:28 +0100)] 
Docs: rollback some modification about `.text-muted` deprecation messages

2 years agoBuild(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2
dependabot[bot] [Tue, 28 Feb 2023 10:56:37 +0000 (10:56 +0000)] 
Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoUtilities: add 0 value to `link-underline-opacity` (#38131)
Louis-Maxime Piton [Thu, 2 Mar 2023 06:45:25 +0000 (07:45 +0100)] 
Utilities: add 0 value to `link-underline-opacity` (#38131)

2 years agoDocs: fix code indentation in homepage JavaScript plugins section (#38112)
Julien Déramond [Sat, 25 Feb 2023 18:05:15 +0000 (19:05 +0100)] 
Docs: fix code indentation in homepage JavaScript plugins section (#38112)