Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 09:24
b97d808

Minor Changes

  • #31 81f99f5 Thanks @MikeNotThePope! - Add themable "feel" tokens and make the lava theme molten. New structural tokens --motion-duration, --motion-ease, and --radius-factor let themes vary motion timing and corner softness, not just color. Defaults are identical to previous rendering. Lava now overrides all three — slower viscous ease-out motion (300ms), corners scaled 1.5x, and hard shadows tinted deep magma instead of gray — so it feels molten rather than merely recolored.

  • #34 b4d60a5 Thanks @MikeNotThePope! - Add optional texture utilities: texture-noise, texture-lines, and texture-grid. Pure-CSS background patterns (SVG grain, hairlines, blueprint grid) with zero dependencies. Line and grid inks derive from the foreground token via color-mix, so they adapt to every theme and mode automatically. Opt-in per element; nothing renders differently unless a class is applied.