@public-ui/vue 2.2.11-rc.1 → 2.2.11-rc.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
@@ -704,7 +704,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
704
704
  "_tooltipAlign",
705
705
  "_touched",
706
706
  "_value",
707
- "_hideClearButton"
707
+ "_hideClearButton",
708
+ "_rows"
708
709
  ]);
709
710
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
710
711
  "_label",
package/dist/index.mjs CHANGED
@@ -702,7 +702,8 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
702
702
  "_tooltipAlign",
703
703
  "_touched",
704
704
  "_value",
705
- "_hideClearButton"
705
+ "_hideClearButton",
706
+ "_rows"
706
707
  ]);
707
708
  const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
708
709
  "_label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.2.11-rc.1",
3
+ "version": "2.2.11-rc.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.2",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "2.2.11-rc.1"
55
+ "@public-ui/components": "2.2.11-rc.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "2.2.11-rc.1"
59
+ "@public-ui/components": "2.2.11-rc.2"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",