@kungal/ui-vue 0.2.3 → 0.2.4
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CheckBox.vue"],"names":[],"mappings":"AA6FA,OAAO,EAAM,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAGrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA+CpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAeF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"CheckBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CheckBox.vue"],"names":[],"mappings":"AA6FA,OAAO,EAAM,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAGrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA+CpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAeF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAuFxD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -717,7 +717,7 @@ var Ke = O({
|
|
|
717
717
|
"value",
|
|
718
718
|
"checked",
|
|
719
719
|
"disabled"
|
|
720
|
-
], Ut = { class: "pointer-events-none absolute
|
|
720
|
+
], Ut = { class: "pointer-events-none absolute inset-0 flex items-center justify-center text-white opacity-0 transition-opacity duration-200 peer-checked:opacity-100" }, Wt = ["for"], Gt = /* @__PURE__ */ m({
|
|
721
721
|
name: "KunCheckBox",
|
|
722
722
|
__name: "CheckBox",
|
|
723
723
|
props: /*@__PURE__*/ _({
|
|
@@ -770,7 +770,10 @@ var Ke = O({
|
|
|
770
770
|
disabled: e.disabled,
|
|
771
771
|
class: b(P(W)("peer h-5 w-5 appearance-none border-2 text-white transition-all disabled:cursor-not-allowed disabled:opacity-50", n.type === "single" ? "rounded-full" : "rounded", s[n.color])),
|
|
772
772
|
onChange: o
|
|
773
|
-
}, null, 42, Ht), u("div", Ut, [p(Q, {
|
|
773
|
+
}, null, 42, Ht), u("div", Ut, [p(Q, {
|
|
774
|
+
name: "lucide:check",
|
|
775
|
+
class: "size-3.5"
|
|
776
|
+
})])]),
|
|
774
777
|
A(t.$slots, "default"),
|
|
775
778
|
e.label ? (T(), l("label", {
|
|
776
779
|
key: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kungal/ui-vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
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": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"date-fns": "^4.1.0",
|
|
49
49
|
"focus-trap": "^8.2.1",
|
|
50
50
|
"vue-advanced-cropper": "^2.8.9",
|
|
51
|
-
"@kungal/ui-core": "0.2.
|
|
51
|
+
"@kungal/ui-core": "0.2.4"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"vue": "^3.5.0"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"vite": "^8.0.16",
|
|
61
61
|
"vue": "^3.5.35",
|
|
62
62
|
"vue-tsc": "^3.3.3",
|
|
63
|
-
"@kungal/ui-tokens": "0.2.
|
|
63
|
+
"@kungal/ui-tokens": "0.2.4"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "vite build && vue-tsc -p tsconfig.build.json",
|