@public-ui/vue 3.0.0-rc.10 → 3.0.0-rc.12

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
@@ -674,7 +674,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
674
674
  "_tooltipAlign",
675
675
  "_touched",
676
676
  "_value",
677
- "_hideClearButton"
677
+ "_hideClearButton",
678
+ "_rows"
678
679
  ]);
679
680
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
680
681
  "_label",
package/dist/index.mjs CHANGED
@@ -672,7 +672,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
672
672
  "_tooltipAlign",
673
673
  "_touched",
674
674
  "_value",
675
- "_hideClearButton"
675
+ "_hideClearButton",
676
+ "_rows"
676
677
  ]);
677
678
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
678
679
  "_label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.0-rc.10",
3
+ "version": "3.0.0-rc.12",
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.2",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "3.0.0-rc.10"
55
+ "@public-ui/components": "3.0.0-rc.12"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-rc.10"
59
+ "@public-ui/components": "3.0.0-rc.12"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",