@kungal/ui-vue 1.9.1 → 1.9.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 +16 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @kungal/ui-vue
|
|
2
2
|
|
|
3
|
+
## 1.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b673935: fix(tokens,vue): softer neutral hairline + bordered cards by default
|
|
8
|
+
|
|
9
|
+
- KunCard shows a faint hairline border by default again (it was borderless during
|
|
10
|
+
the filled-surface work) — with the lighter page and softer shadows, a hairline
|
|
11
|
+
delineates the card better than shadow alone.
|
|
12
|
+
- The shared neutral border token (`--color-kun-border` / the `border-kun` utility)
|
|
13
|
+
drops from `default-200` to `default-100` — a lighter hairline that delineates a
|
|
14
|
+
surface without framing it. Every consumer softens at once: inputs, textarea,
|
|
15
|
+
select & other controls, accordion, tabs, dividers, drawer rules, etc. Error
|
|
16
|
+
borders (danger) and focus rings are unaffected.
|
|
17
|
+
- @kungal/ui-core@1.9.2
|
|
18
|
+
|
|
3
19
|
## 1.9.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kungal/ui-vue",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "KunUI Vue 3 component layer — Nuxt-decoupled. Works in any Vue app; pairs with @kungal/ui-nuxt for Nuxt sugar.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"date-fns": "^4.1.0",
|
|
51
51
|
"focus-trap": "^8.2.1",
|
|
52
52
|
"vue-advanced-cropper": "^2.8.9",
|
|
53
|
-
"@kungal/ui-core": "1.9.
|
|
53
|
+
"@kungal/ui-core": "1.9.2"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"vue": "^3.5.0"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"vite": "^8.0.16",
|
|
63
63
|
"vue": "^3.5.35",
|
|
64
64
|
"vue-tsc": "^3.3.3",
|
|
65
|
-
"@kungal/ui-tokens": "1.9.
|
|
65
|
+
"@kungal/ui-tokens": "1.9.2"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "vite build && cp src/prose.css dist/prose.css && vue-tsc -p tsconfig.build.json",
|