aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/components
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07Docs: update WCAG links and references (#40703)Louis-Maxime Piton1-1/+1
Co-authored-by: Julien Déramond <[email protected]>
2024-08-07Docs: change wording of single/split danger buttons (#40689)Anton Frolov1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-06-12Fix Default values and Description content in options table (#39846)zcl2-5/+5
* Fix Default values and Description content in options table * update default value
2024-06-12Docs: drop unused `.bi-exclamation-triangle-fill` classJulien Déramond1-1/+1
2024-05-30Fix `.btn-group-vertical` border radius with dropdown as first element (#40488)Tobias1-2/+2
Co-authored-by: Julien Déramond <[email protected]>
2024-05-29docs: add missing `data-bs-theme="light"` in navbars color schemes markup ↵Julien Déramond1-1/+1
(#40504)
2024-03-19docs: bundle assets with HugoXhmikosR3-3/+3
Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials
2024-03-06Improve front matter "added" paramsXhmikosR1-1/+2
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2024-03-06Fix various redirectsXhmikosR4-6/+6
2023-12-30Docs: update desc of deprecated Sass mixins in alerts and list groups (#39537)Julien Déramond2-5/+1
2023-12-10Docs: enhance `.card-img-*` description (#39458)Julien Déramond1-1/+1
2023-11-14Docs: fix sentence in 'Scrolling long content' modal section (#39378)curious-broccoli1-1/+1
Co-authored-by: Julien Déramond <[email protected]>
2023-10-30Doc: add `dispose()` to Offcanvas methods (#39340)Julien Déramond1-0/+1
2023-10-23Doc: use `.text-bg-{color}` for all badgesJulien Déramond2-12/+12
2023-10-23Doc: add expanded accordion explanation (#39304)Julien Déramond1-1/+5
Co-authored-by: Louis-Maxime Piton <[email protected]>
2023-10-12Fix `getOrCreateInstance()` doc example (#39281)Julien Déramond1-1/+1
2023-09-29Doc: consistent rendering of 'Heads up!' callouts (#39249)Julien Déramond1-1/+1
2023-07-29Docs: Fix popover template role error (#38978)Christian Oliff1-1/+1
I'm quite sure this should be `role="tooltip"` and not `role="popover"`. There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default.
2023-07-23Support `Home` and `End` keys in tabs (#38498)Kyle Tsang1-1/+1
* Support `Home` and `End` keys in tabs * Update tab.js * simplify tests * Update navs-tabs.md * Update .bundlewatch.config.json --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-07-16Streamline a certain amount and increase presentations in different ↵zcl1-7/+3
directions (#38604)
2023-07-15Fix tooltip generated markup documentation (#38902)Julien Déramond1-1/+1
2023-07-05add a base class style display for toggle buttonsZhangChengLin1-6/+20
2023-07-05Update buttons.mdPARTHIBAN1-5/+5
2023-07-05Docs: add missing `aria-disabled='true'` to disabled anchorsJulien Déramond6-30/+30
2023-06-25Update bottom border on dark navbar example (#38707)Julien Déramond1-2/+2
* Docs: drop bottom border from dark navbar example * Use `.border-body`
2023-06-25Update flex utilities link in navs docskyletsang1-1/+1
2023-06-14Docs (tooltips): Fix "them" typo in markup section (#38751)EricDunsworth1-1/+1
2023-06-08Fix missing word issue on nav-tabs page (#38688)Christian Oliff1-1/+1
Fix the sentence: > Force your .nav’s contents to extend the full available width one of two modifier classes. to: > Force your .nav’s contents to extend the full available width with one of two modifier classes.
2023-05-31collate distribution intervalZhangChengLin1-2/+2
2023-05-31docs(spinners): improve buttons examples accessibility (#38632)Gaël Poupard1-10/+10
* docs(spinners): improve buttons examples accessibility * docs(spinners): missed occurrence of wrong role + aria-hidden --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond1-1/+1
2023-05-31Fix disabled element tooltip stackblitz (#38623)Ian Haggerty1-3/+1
* Load js for disabled button tooltip stackblitz * Remove surrounding useless `<div>` --------- Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2023-05-19Add data attr selector for dark mode navbars (#38522)Mark Otto1-3/+3
* Add data attr selector for dark mode navbars * Fix dark example
2023-05-16Modal: fix grammar (#38603)codemmmmm1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2023-04-10Docs: fix text rendering of navbar external contentJulien Déramond1-2/+2
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond4-7/+7
Co-authored-by: Mark Otto <[email protected]>
2023-03-27Add detailed explanation of the JS components configuration merging process ↵GeoSot2-3/+3
(#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 <[email protected]>
2023-03-27Add js-docs shortcode to ensure consistency between doc and js code (#38316)Hannah Issermann3-51/+3
Co-authored-by: XhmikosR <[email protected]>
2023-03-27Docs: fix Markdown table with empty column (#38342)Hannah Issermann1-1/+1
2023-03-16Docs: consistent deprecation messages in Close Button dark variant (#38247)Julien Déramond1-1/+3
2023-03-13Docs: consistent usage of CSS sections (#38175)Julien Déramond3-4/+4
2023-03-10Update buttons.md (#38169)Mark Otto1-3/+3
* 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 <[email protected]> --------- Co-authored-by: Julien Déramond <[email protected]>
2023-03-10Fix (#38191)Louis-Maxime Piton1-1/+1
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-03-10Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)Louis-Maxime Piton1-3/+3
* Proposal * fix(review)
2023-03-02Docs: replace 'popover' by 'tooltip' in tooltip's page' options sectionJulien Déramond1-1/+1
2023-02-13Docs: Progress fix + proposal (#38014)Louis-Maxime Piton1-2/+2
* Fix + proposal * fix(review) --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-02-13Docs: uniformize disabled nav links for underline navJulien Déramond1-1/+1
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke2-2/+2
* 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 <[email protected]>
2023-01-21Docs: add overflow and text color info to progress bar page (#37921)Patrick H. Lauke1-0/+33
* 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
2023-01-16Sass docs updates (#37897)Mark Otto2-4/+4
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter