]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
More docs cleanup (#42610)
authorMark Otto <markd.otto@gmail.com>
Wed, 1 Jul 2026 18:00:59 +0000 (11:00 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 18:00:59 +0000 (11:00 -0700)
commitd4b4f538702afc00969bf75b74bbf9d2ddd5e8ea
tree965a8303308f8bb649567626cc84bc5c5e98da95
parent410d229f9f6f5c47ec73993e74422623bdbb955d
More docs cleanup (#42610)

* v6: Preserve component radii after bumping $radius to 1rem

Changing the default $radius from .5rem to 1rem doubled every step in the
$radii scale. Remap component and root radius token references down the
scale so their absolute radii stay the same (--radius-5 -> --radius-3,
--radius-7 -> --radius-4, --radius-9 -> --radius-7), and align the
border-radius mixin defaults. The $radii map and .rounded-* utilities are
intentionally left on the new base so opt-in utilities become rounder.

* Revert "v6: Preserve component radii after bumping $radius to 1rem"

This reverts commit 2408a015a34927cd9a590481170d6bea6b867add.

* Add --box-shadow-xs token and .shadow-xs utility

Introduce a smaller box shadow between the existing default and sm sizes,
and expose it through the shadow utilities.

* Docs: collapse page meta dependencies into a count with tooltip

Replace the inline list of dependency links with a single count that
reveals the full list on hover, and drop the now-unused .bd-page-meta
styles.

* Docs: shrink the table of contents as the footer scrolls into view

Add a small docs helper that tracks how far the footer overlaps the
viewport and exposes it as --bd-toc-footer-overlap, so the sticky TOC
height shrinks instead of sliding under the footer.

* Docs: refine example snippet and ad styling

Tokenize the example radius via --bd-example-radius, give resizable
examples an inset preview with a shadow-xs container, and simplify the
Carbon ad wrapper.

* Rebuild dist

Regenerate compiled CSS and JS to pick up the new --box-shadow-xs token
and resync the distributed bundles with source.

* Revert "Rebuild dist"

This reverts commit ecc1f7f8470bcf2bc6bba412e8b5ac622946e7cc.
scss/_root.scss
scss/_utilities.scss
site/src/assets/application.js
site/src/assets/partials/toc-height.js [new file with mode: 0644]
site/src/components/PageMeta.astro
site/src/components/shortcodes/ResizableExample.astro
site/src/scss/_ads.scss
site/src/scss/_component-examples.scss
site/src/scss/_layout.scss
site/src/scss/_toc.scss