@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 +17 -0
- package/package.json +1 -1
- package/src/palette.generated.css +1 -1
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