@public-ui/vue 3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0 → 3.0.2-rc.0

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
@@ -656,9 +656,7 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
656
656
  "_variant"
657
657
  ]);
658
658
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
659
- "_accessKey",
660
659
  "_ariaControls",
661
- "_ariaDescription",
662
660
  "_ariaExpanded",
663
661
  "_ariaSelected",
664
662
  "_customClass",
@@ -670,7 +668,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
670
668
  "_name",
671
669
  "_on",
672
670
  "_role",
673
- "_shortKey",
674
671
  "_syncValueBySelector",
675
672
  "_tooltipAlign",
676
673
  "_type",
package/dist/index.mjs CHANGED
@@ -654,9 +654,7 @@ const KolSpin = /* @__PURE__ */ defineContainer("kol-spin", void 0, [
654
654
  "_variant"
655
655
  ]);
656
656
  const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void 0, [
657
- "_accessKey",
658
657
  "_ariaControls",
659
- "_ariaDescription",
660
658
  "_ariaExpanded",
661
659
  "_ariaSelected",
662
660
  "_customClass",
@@ -668,7 +666,6 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
668
666
  "_name",
669
667
  "_on",
670
668
  "_role",
671
- "_shortKey",
672
669
  "_syncValueBySelector",
673
670
  "_tooltipAlign",
674
671
  "_type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0",
3
+ "version": "3.0.2-rc.0",
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-d721ede5369345abe032367b7d05a7c5a20dca9b.0"
55
+ "@public-ui/components": "3.0.2-rc.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0"
59
+ "@public-ui/components": "3.0.2-rc.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",