@public-ui/vue 4.1.1-rc.2 → 4.1.1

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
@@ -680,7 +680,6 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
680
680
  "_rows"
681
681
  ]);
682
682
  const KolSkeleton = /* @__PURE__ */ defineContainer("kol-skeleton", void 0, [
683
- "_count",
684
683
  "_name",
685
684
  "loaded",
686
685
  "rendered"
package/dist/index.mjs CHANGED
@@ -678,7 +678,6 @@ const KolSingleSelect = /* @__PURE__ */ defineContainer("kol-single-select", voi
678
678
  "_rows"
679
679
  ]);
680
680
  const KolSkeleton = /* @__PURE__ */ defineContainer("kol-skeleton", void 0, [
681
- "_count",
682
681
  "_name",
683
682
  "loaded",
684
683
  "rendered"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.1.1-rc.2",
3
+ "version": "4.1.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,11 +50,11 @@
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
52
  "vue": "3.5.29",
53
- "@public-ui/components": "4.1.1-rc.2"
53
+ "@public-ui/components": "4.1.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "^3.5.29",
57
- "@public-ui/components": "4.1.1-rc.2"
57
+ "@public-ui/components": "4.1.1"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",