Added
- Overlay stylesheet
css/skelet-overlay.css— backdrop and positioning for
native<dialog>and popover elements. - Semantic color tokens:
--colorSuccess,--colorWarning,--colorDanger,
--colorInfo. - Automatic light/dark theming via
light-dark()color variables. text-nonecasetext-transform utilities.- Extended
align-itemsandalign-contentutility classes. - Extended spacing (
--space*) and type-scale (--fontSize*) variables. - Button hover and code-block CSS variables.
- Exit animations:
fadeOutLeft,fadeOutRight,scaleOut,zoomOut. - Documentation split: consumer guide in
docs/using/skelet.md; contributor
docs (architecture.md,releasing.md) underdocs/developing/.
Changed
- Modernized the stylesheet with nested selectors and
:where()for lower,
easier-to-override specificity. - Refactored form controls, tables,
x-stack, and button variables. - Switched input/button padding to
emunits. - Refined responsive breakpoints.
- Updated InterVariable font; increased
text-boldweight. - Updated Font Awesome to 7.0.1.
- Optimized stylesheet loading with
preload. homepagenow points tohttps://selekkt.dk/skelet/.
Fixed
- Corrected the
--a11yOutlinecolor error. - Refined focus/outline states and heading styles for accessibility.
Full Changelog: v6.0.0...v6.7.0