@tenphi/glaze 0.15.1 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,9 @@ Glaze generates robust **light**, **dark**, and **high-contrast** color schemes
29
29
  - **Per-color hue override** — absolute or relative hue shifts within a theme
30
30
  - **Multi-format output** — `okhsl`, `rgb`, `hsl`, `oklch` with modern CSS space syntax
31
31
  - **CSS custom properties export** — ready-to-use `--var: value;` declarations per scheme
32
+ - **W3C DTCG export** — spec-conformant `.tokens.json` (2025.10) for Figma, Tokens Studio, Style Dictionary, and every DTCG tool
33
+ - **W3C DTCG Resolver-Module export** — opt-in single-document `dtcgResolver()` (sets + a `scheme` modifier with a context per variant) for resolver tools such as Dispersa
34
+ - **Tailwind CSS v4 export** — `@theme` block + dark / high-contrast overrides
32
35
  - **Import/Export** — serialize and restore theme configurations
33
36
  - **Create from hex/RGB** — start from an existing brand color
34
37
  - **Zero dependencies** — pure math, runs anywhere (Node.js, browser, edge)