@rhombuskit/theme-builder 1.15.0 → 1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhombuskit/theme-builder",
3
- "version": "1.15.0",
3
+ "version": "1.16.1",
4
4
  "license": "MIT",
5
5
  "description": "Generate WCAG-AA-validated RhombusKit token-override themes from a few seed colours — a framework-agnostic seed→theme generator that emits both light and dark packs over the full 60-token CONTRACT.",
6
6
  "keywords": [
@@ -40,7 +40,7 @@
40
40
  "dist"
41
41
  ],
42
42
  "dependencies": {
43
- "@rhombuskit/tokens": "1.15.0"
43
+ "@rhombuskit/tokens": "1.16.1"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsup"