@kungal/ui-vue 0.6.1 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -762,7 +762,7 @@ var Ge = D({
762
762
  danger: "border-danger-300 checked:bg-danger checked:border-danger hover:border-danger",
763
763
  info: "border-info-300 checked:bg-info checked:border-info hover:border-info"
764
764
  };
765
- return (t, i) => (w(), l("div", { class: y(N(W)("flex cursor-pointer items-center", e.className)) }, [
765
+ return (t, i) => (w(), l("div", { class: y(N(W)("flex cursor-pointer items-center gap-2", e.className)) }, [
766
766
  u("div", Bt, [u("input", {
767
767
  id: N(a),
768
768
  type: "checkbox",
@@ -780,7 +780,7 @@ var Ge = D({
780
780
  e.label ? (w(), l("label", {
781
781
  key: 0,
782
782
  for: N(a),
783
- class: y(N(W)("text-default-700 ml-2 cursor-pointer text-sm select-none", e.disabled && "cursor-not-allowed opacity-50"))
783
+ class: y(N(W)("text-default-700 cursor-pointer text-sm select-none", e.disabled && "cursor-not-allowed opacity-50"))
784
784
  }, j(e.label), 11, Ut)) : c("", !0)
785
785
  ], 2));
786
786
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungal/ui-vue",
3
- "version": "0.6.1",
3
+ "version": "0.6.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": [
@@ -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.6.1"
51
+ "@kungal/ui-core": "0.6.2"
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.6.1"
63
+ "@kungal/ui-tokens": "0.6.2"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "vite build && vue-tsc -p tsconfig.build.json",