@kungal/ui-tokens 1.14.1 → 1.14.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @kungal/ui-tokens
2
2
 
3
+ ## 1.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c27e274: fix(tokens): lighten the secondary colour to a softer pink
8
+
9
+ `secondary`'s solid lightness goes 0.74 → 0.80 (OKLCH `0.8 0.152 341.5`) — a paler,
10
+ fresher pink. Its foreground flips to dark (white is illegible on the lighter fill);
11
+ the generator re-derives it by measured contrast and still asserts WCAG AA on every
12
+ solid pair in both light and dark.
13
+
3
14
  ## 1.14.1
4
15
 
5
16
  ## 1.14.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungal/ui-tokens",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "KunUI design tokens — framework-agnostic Tailwind v4 theme (semantic colors, radius, z-index, animations).",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -140,7 +140,7 @@
140
140
  --primary-950: 0.215 0.0792 257.9;
141
141
 
142
142
  /* Magenta */
143
- --secondary-accent: 0.74 0.2121 341.5;
143
+ --secondary-accent: 0.8 0.1524 341.5;
144
144
  --secondary-on: 0.2 0.03 341.5;
145
145
  --secondary-50: 0.972 0.018 341.5;
146
146
  --secondary-100: 0.945 0.0362 341.5;
@@ -254,7 +254,7 @@
254
254
  --primary-950: 0.972 0.0133 257.9;
255
255
 
256
256
  /* Magenta */
257
- --secondary-accent: 0.74 0.2121 341.5;
257
+ --secondary-accent: 0.8 0.1524 341.5;
258
258
  --secondary-on: 0.2 0.03 341.5;
259
259
  --secondary-50: 0.215 0.0928 341.5;
260
260
  --secondary-100: 0.28 0.1208 341.5;