]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
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>
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>
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>
Julien Déramond [Mon, 13 Mar 2023 10:41:27 +0000 (11:41 +0100)]
Docs: consistent usage of CSS sections (#38175)
Julien Déramond [Fri, 3 Mar 2023 19:09:42 +0000 (20:09 +0100)]
Drop unused `bootstrap-social-logo.png`
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>
jonnysp [Fri, 10 Mar 2023 11:00:36 +0000 (12:00 +0100)]
Update _carousel.scss
fix data-bs-theme="dark" on component itself
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>
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>
Julien Déramond [Fri, 10 Mar 2023 17:19:21 +0000 (18:19 +0100)]
Fix typo in `utilities/colors.md` (#38194)
louismaxime.piton [Wed, 8 Mar 2023 11:12:13 +0000 (12:12 +0100)]
Update workflow
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)
louismaxime.piton [Wed, 8 Mar 2023 11:34:10 +0000 (12:34 +0100)]
Improve `scss-docs` link
louismaxime.piton [Wed, 8 Mar 2023 13:51:49 +0000 (14:51 +0100)]
Better use the CSS
louismaxime.piton [Wed, 8 Mar 2023 15:53:33 +0000 (16:53 +0100)]
Remove useless import
mrlife [Wed, 8 Mar 2023 14:16:34 +0000 (09:16 -0500)]
Docs: fix typo in Color modes page (#38198)
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
Mark Otto [Wed, 8 Mar 2023 05:46:50 +0000 (21:46 -0800)]
Fixes click area for header example snippet
Julien Déramond [Tue, 7 Mar 2023 07:32:09 +0000 (08:32 +0100)]
Remove comments from `scss/_utilities.scss` (#38181)
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)
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)
Julien Déramond [Tue, 7 Mar 2023 05:40:08 +0000 (06:40 +0100)]
Docs: vertically align starters images in example page (#38179)
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>
Andrew Dawes [Fri, 3 Mar 2023 06:59:45 +0000 (07:59 +0100)]
Fixed some grammar issues
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>
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>
Serhii Babakov [Mon, 20 Feb 2023 12:08:55 +0000 (16:08 +0400)]
Fix navbar-nav link styling
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
* .
Julien Déramond [Mon, 27 Feb 2023 07:12:54 +0000 (08:12 +0100)]
Fix dropdown toggle visible focus in headers example
Julien Déramond [Thu, 2 Mar 2023 07:35:32 +0000 (08:35 +0100)]
Docs: `.text-body-secondary` appears two times in Utilities > Colors
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
Julien Déramond [Thu, 2 Mar 2023 07:28:45 +0000 (08:28 +0100)]
Docs: rollback some modification about `.text-muted` deprecation messages
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>
Louis-Maxime Piton [Thu, 2 Mar 2023 06:45:25 +0000 (07:45 +0100)]
Utilities: add 0 value to `link-underline-opacity` (#38131)
Julien Déramond [Sat, 25 Feb 2023 18:05:15 +0000 (19:05 +0100)]
Docs: fix code indentation in homepage JavaScript plugins section (#38112)
Julien Déramond [Sat, 25 Feb 2023 17:18:04 +0000 (18:18 +0100)]
Docs: Drop unused `.focused` style (#38087)
Julien Déramond [Sat, 25 Feb 2023 07:01:20 +0000 (08:01 +0100)]
Drop unused `--bs-focus-ring-box-shadow` and add documentation for `--bs-focus-ring-{x|y|blur}` (#38095)
Romaric Pascal [Fri, 24 Feb 2023 14:53:17 +0000 (14:53 +0000)]
Merge pull request #38086 from Sir-Genius/btn-link
Romaric Pascal [Fri, 24 Feb 2023 14:49:31 +0000 (14:49 +0000)]
Merge branch 'main' into btn-link
Julien Déramond [Thu, 23 Feb 2023 06:59:47 +0000 (07:59 +0100)]
Drop duplicate `$nav-link-disabled-color` declaration (#38083)
Julien Déramond [Thu, 23 Feb 2023 06:55:56 +0000 (07:55 +0100)]
Docs: drop unused icons (#38103)
Julien Déramond [Wed, 22 Feb 2023 11:09:15 +0000 (12:09 +0100)]
Remove useless comment from `scss/_utilities.scss` (#38104)
Julien Déramond [Tue, 21 Feb 2023 18:33:52 +0000 (19:33 +0100)]
Tests: remove unnecessary `id`/`aria-labelledby` from collapse unit tests (#38089)
dependabot[bot] [Tue, 21 Feb 2023 15:27:06 +0000 (17:27 +0200)]
Build(deps-dev): Bump rollup from 3.15.0 to 3.17.2 (#38097)
Bumps [rollup](https://github.com/rollup/rollup) from 3.15.0 to 3.17.2.
- [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.15.0...v3.17.2)
---
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>
dependabot[bot] [Tue, 21 Feb 2023 15:22:19 +0000 (17:22 +0200)]
Build(deps-dev): Bump sass from 1.58.1 to 1.58.3 (#38100)
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.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.58.1...1.58.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>
Serhii Babakov [Mon, 20 Feb 2023 11:17:08 +0000 (15:17 +0400)]
Fix shadow of .btn-link
Julien Déramond [Sun, 19 Feb 2023 08:34:15 +0000 (09:34 +0100)]
Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples (#38071)
* Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples
* Rollback myChart var modification
* Add some padding between tooltip color and text
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Julien Déramond [Fri, 17 Feb 2023 06:56:30 +0000 (07:56 +0100)]
Fix console error in examples pages du to no theme switcher (#38074)
Julien Déramond [Wed, 15 Feb 2023 18:41:33 +0000 (19:41 +0100)]
Reduce size of guide dev server images (#37741)
* Reduce size of guide dev server images
* Optimised images with calibre/image-actions
* Lossy compress new images
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
MewenLeHo [Mon, 23 Jan 2023 13:38:12 +0000 (14:38 +0100)]
Fix color picker borders on chromium based browsers
Mark Otto [Wed, 15 Feb 2023 04:54:51 +0000 (20:54 -0800)]
Remove -moz-padding-start from .form-select
Julien Déramond [Wed, 15 Feb 2023 07:13:50 +0000 (08:13 +0100)]
Drop duplicate `$btn-close-focus-shadow` definition
Mark Otto [Wed, 15 Feb 2023 04:58:39 +0000 (20:58 -0800)]
WIP: New snippet examples (#36309)
* Start work on some new snippet examples
* Update for dark mode, fixes
* Add images, update descriptions
* examples fixes
Mark Otto [Tue, 14 Feb 2023 23:38:50 +0000 (15:38 -0800)]
More updates to migration guide
Mark Otto [Tue, 14 Feb 2023 23:22:35 +0000 (15:22 -0800)]
Update form validation styles to use new CSS variables for `color` and `border-color` (#38044)
* Update form validation styles to use new CSS variables for color and border-color
* Use better Sass variables
Mark Otto [Tue, 14 Feb 2023 16:58:08 +0000 (08:58 -0800)]
Attempt to fix focus ring being cut off in table of contents (#37965)
* Attempt to fix focus ring being cut off in table of contents
* Update _toc.scss
---------
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Patrick H. Lauke [Sat, 21 Jan 2023 22:55:38 +0000 (22:55 +0000)]
Docs: add scroll-margin-top for keyboard navigation
Julien Déramond [Tue, 14 Feb 2023 16:48:44 +0000 (17:48 +0100)]
Remove unused partials and add some way to automatically detect it (#38004)
* Add docs-check-unused-templates in npm commands and workflow
* Remove unused partials icons templates
Julien Déramond [Sun, 5 Feb 2023 17:05:39 +0000 (18:05 +0100)]
Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module'
dependabot[bot] [Tue, 14 Feb 2023 09:19:17 +0000 (09:19 +0000)]
Build(deps-dev): Bump rollup from 3.10.1 to 3.15.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.10.1 to 3.15.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.10.1...v3.15.0)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 14 Feb 2023 10:57:52 +0000 (10:57 +0000)]
Build(deps-dev): Bump lockfile-lint from 4.10.0 to 4.10.1
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.1/packages/lockfile-lint)
---
updated-dependencies:
- dependency-name: lockfile-lint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 14 Feb 2023 10:57:33 +0000 (10:57 +0000)]
Build(deps-dev): Bump eslint from 8.33.0 to 8.34.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 14 Feb 2023 10:56:43 +0000 (10:56 +0000)]
Build(deps-dev): Bump sass from 1.58.0 to 1.58.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [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.58.0...1.58.1)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Louis-Maxime Piton [Tue, 14 Feb 2023 02:38:21 +0000 (03:38 +0100)]
Docs: Progress fix + proposal (#38014)
* Fix + proposal
* fix(review)
---------
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Julien Déramond [Mon, 13 Feb 2023 13:05:02 +0000 (14:05 +0100)]
Docs: uniformize disabled nav links for underline nav
Julien Déramond [Mon, 13 Feb 2023 19:03:27 +0000 (20:03 +0100)]
Remove comments from `scss/_nav.scss` (#38038)
Julien Déramond [Mon, 13 Feb 2023 18:46:49 +0000 (19:46 +0100)]
Fix `$grid-breakpoints` SCSS unit tests init (#38037)
Julien Déramond [Sat, 11 Feb 2023 09:18:39 +0000 (10:18 +0100)]
Minor fix to avoid creating void elements in tooltip test file (#38034)
Roni Diwan [Sat, 11 Feb 2023 08:35:10 +0000 (10:35 +0200)]
Unify `offcanvas` `keydown` event logic with `modal` (#38025)
Julien Déramond [Sat, 11 Feb 2023 07:04:09 +0000 (08:04 +0100)]
Remove `debug` references from DocSearch v2 (#38032)
dependabot[bot] [Thu, 9 Feb 2023 20:12:37 +0000 (22:12 +0200)]
Build(deps-dev): Bump sass from 1.57.1 to 1.58.0 (#38017)
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0.
- [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.57.1...1.58.0)
---
updated-dependencies:
- dependency-name: sass
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>
dependabot[bot] [Thu, 9 Feb 2023 20:11:54 +0000 (22:11 +0200)]
Build(deps-dev): Bump eslint from 8.32.0 to 8.33.0 (#37984)
Bumps [eslint](https://github.com/eslint/eslint) from 8.32.0 to 8.33.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.32.0...v8.33.0)
---
updated-dependencies:
- dependency-name: eslint
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>
Julien Déramond [Mon, 6 Feb 2023 12:08:20 +0000 (13:08 +0100)]
Fix list group colors by using `*-text-emphasis` CSS vars in Sass loop (#38008)
cccabinet [Mon, 6 Feb 2023 11:39:50 +0000 (20:39 +0900)]
Fix alerts colors by using `*-text-emphasis` CSS vars in Sass loop (#38003)
汪心禾 [Thu, 2 Feb 2023 15:20:38 +0000 (23:20 +0800)]
Remove redundant space in forms/validation.md
Mark Otto [Sat, 4 Feb 2023 07:36:45 +0000 (14:36 +0700)]
Add mention to migration guide
Mark Otto [Sat, 4 Feb 2023 07:30:59 +0000 (14:30 +0700)]
Avoid inheritance issues on border-width utilities
Mark Otto [Sat, 4 Feb 2023 07:13:43 +0000 (14:13 +0700)]
Use color mode adaptive color for disabled dropdown menu items
Mark Otto [Sat, 28 Jan 2023 01:36:19 +0000 (09:36 +0800)]
Migration guide changes for v5.3.0-alpha2 (#37862)
* WIP
* More changes mentioned
* more
* mention dropdown-menu-dark deprecation
* More edits
dependabot[bot] [Thu, 26 Jan 2023 05:55:30 +0000 (07:55 +0200)]
Build(deps-dev): Bump @rollup/plugin-commonjs from 24.0.0 to 24.0.1 (#37945)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.0.1/packages/commonjs)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
dependabot[bot] [Thu, 26 Jan 2023 05:37:17 +0000 (07:37 +0200)]
Build(deps-dev): Bump hugo-bin from 0.97.0 to 0.98.0 (#37946)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.97.0 to 0.98.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.97.0...v0.98.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>
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>
dependabot[bot] [Thu, 26 Jan 2023 05:30:33 +0000 (07:30 +0200)]
Build(deps): Bump ua-parser-js from 0.7.32 to 0.7.33 (#37957)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33)
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
dependabot[bot] [Tue, 24 Jan 2023 10:01:01 +0000 (10:01 +0000)]
Build(deps-dev): Bump clean-css-cli from 5.6.1 to 5.6.2
Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/clean-css/clean-css-cli/releases)
- [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.6.1...v5.6.2)
---
updated-dependencies:
- dependency-name: clean-css-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 23 Jan 2023 22:30:10 +0000 (22:30 +0000)]
Build(deps-dev): Bump eslint from 8.31.0 to 8.32.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.31.0...v8.32.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 23 Jan 2023 22:30:24 +0000 (22:30 +0000)]
Build(deps-dev): Bump rollup from 3.9.1 to 3.10.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.9.1 to 3.10.1.
- [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.9.1...v3.10.1)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 23 Jan 2023 22:30:05 +0000 (22:30 +0000)]
Build(deps-dev): Bump eslint-plugin-import from 2.26.0 to 2.27.5
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.5)
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mark Otto [Thu, 26 Jan 2023 02:11:22 +0000 (18:11 -0800)]
Theme color improvements (#37953)
* Use tint-color() and shade-color() functions to generate new color mode adaptive theme values
* More consistent shading
* Fix callouts use of emphasis variables
* Use tint and shade functions on link and code colors for dark mode
Mark Otto [Thu, 26 Jan 2023 01:48:07 +0000 (17:48 -0800)]
Remove list-style reset on .carousel-indicators
Mark Otto [Thu, 26 Jan 2023 01:45:20 +0000 (17:45 -0800)]
Rewrite selector to help Parcel compiler
Patrick H. Lauke [Sat, 21 Jan 2023 17:51:45 +0000 (17:51 +0000)]
Docs: tweak icon link and callouts (#37923)
* Tweak callout for icon link
- no need to talk about `alt` for `<img>` since these don't use `<img>`
- make start of sentence more readable
* Tweak language of dropdown warning callout
* Tweak popover warning callout
* Tweak rtl warning callouts
* Tweak color warning callout
* Add/move accessibility callout for color to relevant pages
* Update site/content/docs/5.3/helpers/icon-link.md
* Update site/layouts/partials/callouts/warning-color-assistive-technologies.md
Co-authored-by: Mark Otto <markd.otto@gmail.com>
louismaximepiton [Tue, 17 Jan 2023 15:09:52 +0000 (16:09 +0100)]
Proposal to rename the CSS and Sass variables
Patrick H. Lauke [Sat, 21 Jan 2023 17:34:09 +0000 (17:34 +0000)]
Docs: add overflow and text color info to progress bar page (#37921)
* Docs: add overflow and text color info to progress bar page
* Add example/reference for color & background helper use
* Add mention of color modes/dark mode
* Tweak link text
ChellyAhmed [Sat, 21 Jan 2023 17:30:08 +0000 (18:30 +0100)]
fix typo in gutters doc (#37918)
* fix typo in gutters doc
* Update site/content/docs/5.3/layout/gutters.md
Co-authored-by: Mark Otto <otto@github.com>
louismaximepiton [Tue, 17 Jan 2023 14:36:29 +0000 (15:36 +0100)]
Proposal
Tanguy Krotoff [Wed, 18 Jan 2023 05:09:39 +0000 (06:09 +0100)]
Fix Android Chrome input date dimensions (#36143)
* Bind Hugo to 0.0.0.0, helps debug on mobile when on the same network
* Use http-server for visual tests
* Add input visual tests
* Fix input date dimensions on Android Chrome
* Increase bootstrap.css max size
* Revert "Bind Hugo to 0.0.0.0" & "Use http-server for visual tests"
* Switch to pixels: this is an empirical minimum safe value
* Update .bundlewatch.config.json
Co-authored-by: Mark Otto <otto@github.com>
louismaximepiton [Tue, 17 Jan 2023 08:54:54 +0000 (09:54 +0100)]
Proposal
louismaximepiton [Tue, 17 Jan 2023 08:46:05 +0000 (09:46 +0100)]
Harmonize the doc
louismaximepiton [Tue, 17 Jan 2023 08:10:26 +0000 (09:10 +0100)]
Correction
Mark Otto [Tue, 17 Jan 2023 02:57:24 +0000 (18:57 -0800)]
Sass docs updates (#37897)
* Add maps
* Redesign scss-docs rendering
* Update other CSS sections
* Fix linter
Mark Otto [Mon, 16 Jan 2023 23:51:10 +0000 (15:51 -0800)]
Typo