@kungal/ui-tokens 1.8.2 → 1.8.3

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,15 @@
1
1
  # @kungal/ui-tokens
2
2
 
3
+ ## 1.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c352d6: fix(tokens): lighten the page background a touch
8
+
9
+ The light page background goes from `#eeeef1` back up to `#f2f2f5` — the previous
10
+ value made the step up to a white card feel abrupt. Cards still pop (≈13 units)
11
+ but the transition is gentler. Dark mode unchanged.
12
+
3
13
  ## 1.8.2
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungal/ui-tokens",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "KunUI design tokens — framework-agnostic Tailwind v4 theme (semantic colors, radius, z-index, animations).",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -117,7 +117,7 @@
117
117
 
118
118
  @layer base {
119
119
  :root {
120
- --background: 0.95 0.004 286.32;
120
+ --background: 0.962 0.004 286.32;
121
121
  --foreground: 0.2057 0.0132 233.66;
122
122
  --content1: 1 0 0;
123
123
  --content2: 0.9683 0.0014 286.37;