@tiny-design/tokens@1.9.0
·
51 commits
to master
since this release
Minor Changes
- Migrate component styles from SCSS variables to CSS custom properties (
--ty-*) for better runtime theming support. - #9049b4bfc- Migrate ~80 structural SCSS constants (padding, sizing, transitions) to runtime-customizable CSS custom properties
- Tokenize hardcoded values in Button, Input, Card, Select, and Notification components
- Add component-scoped CSS variable fallback chains (e.g.,
--ty-btn-border-radiusfalls back to--ty-border-radius) - Add
ThemeConfigAPI toConfigProviderfor programmatic token and component-level overrides - Three-level customization: global tokens, component tokens, and scoped instance overrides via CSS