aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08Remove obsolete comment from `_variables.scss`Julien Déramond1-1/+1
2023-01-08Docs: add `.fw-medium` utility class exampleA Kriya1-0/+1
2023-01-08Remove autofocus on theme switch when page is loadedJulien Déramond1-3/+6
2023-01-07Keep shadows black regardless of color modeMark Otto1-4/+4
2023-01-07Docs: missing deprecated callout for `list-group-item-variant()` mixinJulien Déramond2-1/+2
2023-01-06Switch from none keyword value to a fake shadow for btn-linkMark Otto1-1/+1
2023-01-06Fixlouismaximepiton1-1/+5
2023-01-06CSS: rename some variables to be consistent (#37804)Louis-Maxime Piton3-7/+11
* Fix * fix(review)
2023-01-06Docs: fix `.btn-clipboard` and `.btn-edit` link hover colorJulien Déramond1-1/+1
2023-01-06Drop unused `.bg-body-emphasis` (#37824)Julien Déramond1-1/+0
2023-01-05Docs: Small enhancements (#37803)Louis-Maxime Piton5-9/+24
* Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color)
2023-01-05Fix duplicate `--bs-emphasis-color` set value (#37809)Julien Déramond3-9/+2
* Fix duplicate `--bs-emphasis-color` set value * Restore body- prefix Co-authored-by: Mark Otto <[email protected]>
2023-01-05Docs: enhance colors description tableJulien Déramond1-28/+28
2023-01-05Docs: remove some CSS from `.highlight-toolbar` defJulien Déramond2-8/+1
2023-01-05Remove duplicate definition of `--bs-highlight-bg` in `scss/_root.scss`Julien Déramond1-2/+0
2023-01-05Remove unused comment in `scss/_maps.scss`Julien Déramond1-1/+0
2023-01-04Docs: replace `twbs/bootstrap-npm-starter` by ↵Julien Déramond6-29/+75
`twbs/examples/tree/main/icons-font` (#37671) * Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font * Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top * Remove extra CSS file * Change links to twbs/examples * Fix icon name * Adjust icon link offset to more reasonable and scaling distance Co-authored-by: Mark Otto <[email protected]>
2023-01-04Include twbs/examples in the Examples pageMark Otto2-23/+64
2023-01-04Docs: fix headings color in light/dark mode (#37802)Julien Déramond1-2/+2
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto21-62/+305
(#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto13-70/+30
2023-01-03Build(deps): Bump json5 from 1.0.1 to 1.0.2dependabot[bot]1-12/+12
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2023-01-03Change stylelint `property-blacklist` to `property-disallowed-list`Patrick H. Lauke1-1/+1
see https://github.com/twbs/bootstrap/pull/31066#issuecomment-1369405723 / https://github.com/stylelint/stylelint/releases/tag/13.7.0 xref #31066
2023-01-03Build(deps-dev): Bump stylelint from 14.16.0 to 14.16.1dependabot[bot]2-8/+8
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.16.0...14.16.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-01-03Build(deps-dev): Bump rollup from 3.9.0 to 3.9.1dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.9.0 to 3.9.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.0...v3.9.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-01-03Build(deps-dev): Bump eslint from 8.30.0 to 8.31.0dependabot[bot]2-16/+16
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.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.30.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2023-01-03Docs: fix accordion flush descriptionJulien Déramond1-1/+1
2023-01-03Add webpack build to webpack guideJulien Déramond1-2/+9
2023-01-03Remove dark mode --bs-heading-color value, set to null, and add custom ↵Mark Otto3-2/+11
styles for the docs dark mode headings
2023-01-03Docs: add explanation of the base `.btn` class (#37275)Patrick H. Lauke1-1/+15
* Docs: add explanation of the base `.btn` class and a callout reminding authors to at least define some focus styling if they intend to use it "naked" * Turn callout into a warning * Add initial heading * Tweak callout wording
2023-01-02Use Bootstrap colors in syntax highlightingMark Otto4-26/+28
2023-01-02fix live toast demo (#37590)AucT2-11/+11
* fix live toast demo * Fix live toast demo * Update snippets.js * Update toasts.md * Update snippets.js * Code review comments addressed Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-01-02Change nav focus to focus-visible (#37784)Mark Otto1-1/+1
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-01-02Docs: add CSS variables section in close button sectionJulien Déramond2-1/+11
2023-01-02Docs: offcanvas toggles accessibility fixes, fully hide layout template inputLouis-Maxime Piton3-7/+7
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-01-02Update tooltips.mdXhmikosR1-2/+1
2023-01-01Fix code color in calloutsMark Otto2-0/+3
2023-01-01Fix cards color for contextual color modeJulien Déramond1-0/+1
2023-01-01Docs: Make theme switcher accessible (#37780)Patrick H. Lauke2-6/+14
* Make theme switcher accessible * set an explicit `aria-label` to the switcher (as the `<span>` is not sufficient, as it can be display:none'd and then the button has no accName) * make the theme buttons actual `aria-pressed` toggles * Dynamically update aria-label for theme switcher * Explicitly reset focus after activating theme * Use innerText for the constructed dynamic aria-label this way, if the text ever gets changed in the html, this will adapt appropriately * Tweak accessible name for the dropdown * Fixup * Use `textContent` instead of `innerText`
2023-01-01Docs: remove remnants of Twitter / bump dates (#37779)Patrick H. Lauke17-28/+21
2022-12-30Docs: Remove unnecessary `id`/`aria-labelledby` from accordion examplesPatrick H. Lauke1-18/+18
Follow-up to https://github.com/twbs/bootstrap/pull/37718
2022-12-30Docs: enhance Focus ring example section descJulien Déramond1-1/+1
2022-12-29Focus ring helper and utilities (#33125)Mark Otto11-11/+130
* Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard <[email protected]> * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2022-12-29Docs: enhance callouts links on dark modeJulien Déramond2-1/+3
2022-12-29Fix selector for dark mode navbar toggler SVG changeMark Otto1-1/+1
2022-12-29Docs: replace dark btns by primary ones from Button group docs to avoid ↵Julien Déramond1-15/+15
issues in dark mode
2022-12-29Build(deps-dev): Bump sass-true from 6.1.0 to 7.0.0Julien Déramond3-59/+97
2022-12-29Darken some text emphasis and syntax colorsMark Otto3-8/+10
2022-12-29Use scrollspy on docs pages (#33428)GeoSot4-10/+23
* use scrollspy on docs pages * Update colors by taking into account new dark mode * Restyle it * Update colors once more * Fix some color contrast issues Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond27-51/+54
* Docs: display examples based on the docs current color mode * Fix _default/examples.html