@public-ui/vue 1.6.0-rc.0 → 1.6.0-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
@@ -553,7 +553,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
553
553
  "_variant"
554
554
  ]);
555
555
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
556
- "_alignment",
556
+ "_align",
557
557
  "_show"
558
558
  ]);
559
559
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
package/dist/index.mjs CHANGED
@@ -551,7 +551,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
551
551
  "_variant"
552
552
  ]);
553
553
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
554
- "_alignment",
554
+ "_align",
555
555
  "_show"
556
556
  ]);
557
557
  const KolProgress = /* @__PURE__ */ defineContainer("kol-progress", void 0, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.6.0-rc.0",
3
+ "version": "1.6.0-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/types": "7.22.4",
50
- "@public-ui/components": "1.6.0-rc.0",
50
+ "@public-ui/components": "1.6.0-rc.2",
51
51
  "@types/minimatch": "5.1.2",
52
52
  "@types/minimist": "1.2.2",
53
53
  "@types/node": "ts4.9",
@@ -57,7 +57,7 @@
57
57
  "unbuild": "1.2.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "@public-ui/components": "1.6.0-rc.0",
60
+ "@public-ui/components": "1.6.0-rc.2",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,