@public-ui/vue 3.0.2-rc.3 → 3.0.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/dist/index.cjs CHANGED
@@ -669,6 +669,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
669
669
  ]);
670
670
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
671
671
  "_show",
672
+ "_label",
672
673
  "_variant"
673
674
  ]);
674
675
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
package/dist/index.mjs CHANGED
@@ -667,6 +667,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
667
667
  ]);
668
668
  const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
669
669
  "_show",
670
+ "_label",
670
671
  "_variant"
671
672
  ]);
672
673
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.2-rc.3",
3
+ "version": "3.0.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,11 +52,11 @@
52
52
  "typescript": "5.8.3",
53
53
  "unbuild": "3.5.0",
54
54
  "vue": "3.5.16",
55
- "@public-ui/components": "3.0.2-rc.3"
55
+ "@public-ui/components": "3.0.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.2-rc.3"
59
+ "@public-ui/components": "3.0.2"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",