@public-ui/vue 1.7.0-rc.16 → 1.7.0-rc.17

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
@@ -633,6 +633,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
633
633
  "_siblingCount",
634
634
  "_tooltipAlign",
635
635
  "_total",
636
+ "_max",
636
637
  "_variant"
637
638
  ]);
638
639
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
package/dist/index.mjs CHANGED
@@ -631,6 +631,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
631
631
  "_siblingCount",
632
632
  "_tooltipAlign",
633
633
  "_total",
634
+ "_max",
634
635
  "_variant"
635
636
  ]);
636
637
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.0-rc.16",
3
+ "version": "1.7.0-rc.17",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@babel/types": "7.23.0",
46
- "@public-ui/components": "1.7.0-rc.16",
46
+ "@public-ui/components": "1.7.0-rc.17",
47
47
  "@types/minimatch": "5.1.2",
48
- "@types/minimist": "1.2.2",
48
+ "@types/minimist": "1.2.3",
49
49
  "@types/node": "ts5.1",
50
50
  "@types/normalize-package-data": "2.4.2",
51
51
  "typescript": "5.2.2",
@@ -53,7 +53,7 @@
53
53
  "vue": "3.3.4"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "1.7.0-rc.16",
56
+ "@public-ui/components": "1.7.0-rc.17",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,