@public-ui/vue 4.1.0 → 4.1.1-rc.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
@@ -608,8 +608,8 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
608
608
  "_variant"
609
609
  ]);
610
610
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
611
- "_label",
612
611
  "_href",
612
+ "_label",
613
613
  "_quote",
614
614
  "_variant"
615
615
  ]);
package/dist/index.mjs CHANGED
@@ -606,8 +606,8 @@ const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
606
606
  "_variant"
607
607
  ]);
608
608
  const KolQuote = /* @__PURE__ */ defineContainer("kol-quote", void 0, [
609
- "_label",
610
609
  "_href",
610
+ "_label",
611
611
  "_quote",
612
612
  "_variant"
613
613
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.1.0",
3
+ "version": "4.1.1-rc.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.0"
53
+ "@public-ui/components": "4.1.1-rc.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vue": "^3.5.29",
57
- "@public-ui/components": "4.1.0"
57
+ "@public-ui/components": "4.1.1-rc.1"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",