@kungal/ui-tokens 1.8.1 → 1.8.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,22 @@
1
1
  # @kungal/ui-tokens
2
2
 
3
+ ## 1.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 117063e: fix(tokens,vue): give surfaces breathing room + refine KunCard hover
8
+
9
+ - The light page background is a touch deeper (`#f5f5f7` → `#eeeef1`) so white
10
+ cards/surfaces pop more (≈17 vs ≈10 units) and there's room for interaction
11
+ states. Dark mode is unchanged (it already had ample headroom).
12
+ - KunCard hover feedback now applies only to interactive cards (`href` /
13
+ `clickable`) or an explicit `isHoverable`; a plain static card no longer reacts.
14
+ - Hover is a faint `foreground` state layer (≈3%, via `::after`) — darkens
15
+ slightly in light, lightens in dark — and stays clearly brighter than the page
16
+ (no surface-colour swap, no shadow change).
17
+ - KunNumberInput stepper buttons use `hover:bg-foreground/8` (a normal control
18
+ hover) instead of the absolute `bg-default-100`.
19
+
3
20
  ## 1.8.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungal/ui-tokens",
3
- "version": "1.8.1",
3
+ "version": "1.8.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": [
@@ -117,7 +117,7 @@
117
117
 
118
118
  @layer base {
119
119
  :root {
120
- --background: 0.9707 0.0027 286.35;
120
+ --background: 0.95 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;