dievas_tokens 0.0.3
dievas_tokens: ^0.0.3 copied to clipboard
Dievas design tokens. Primitive and semantic layers. Pure Dart, no Flutter dependency.
Change Log #
0.0.3 #
- Added surface variant colour tokens:
surfaceCanvas,surfaceCode,surfaceSidebar,surfaceTableStriped(light + dark). - Added
DievasElevationShadowtypedef for shadow layer records. - Fixed typo in animation_semantic.dart (
organiZed→organized). - Renamed
touchTargetMin→touchMinin sizing semantic. - Fixed
titleXsmdoc comment (small → extra small). - Added breakpoint primitives and semantic tokens (
DievasBreakpointPrimitives,DievasBreakpointSemantic). - Added z-index semantic tokens (
DievasZIndexSemantic). - Added easing primitives and semantic tokens (
DievasEasingCurve,DievasEasingPrimitives,DievasEasingSemantic).
0.0.2 #
- Added
repository:andhomepage:to pubspec. - Added
example/directory. - Added dart doc comments to uncovered API symbols.
0.0.1 #
- Initial release.
- Primitive tokens: colours, typography, spacing, sizing, radius, elevation, opacity, duration, offset.
- Semantic tokens: light/dark colour schemes, typography roles, spacing/sizing scale, elevation layers, opacity levels, radius scale, offset patterns, animation presets.