@public-ui/vue 2.0.0-rc.1 → 2.0.0-rc.3

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
@@ -529,6 +529,7 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
529
529
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
530
530
  "_ariaCurrentValue",
531
531
  "_collapsible",
532
+ "_hasCompactButton",
532
533
  "_hideLabel",
533
534
  "_label",
534
535
  "_links",
package/dist/index.mjs CHANGED
@@ -527,6 +527,7 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
527
527
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
528
528
  "_ariaCurrentValue",
529
529
  "_collapsible",
530
+ "_hasCompactButton",
530
531
  "_hideLabel",
531
532
  "_label",
532
533
  "_links",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.0.0-rc.1",
3
+ "version": "2.0.0-rc.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@babel/types": "7.23.0",
46
- "@public-ui/components": "2.0.0-rc.1",
46
+ "@public-ui/components": "2.0.0-rc.3",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.4",
49
49
  "@types/node": "ts5.1",
@@ -53,7 +53,7 @@
53
53
  "vue": "3.3.4"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.0-rc.1",
56
+ "@public-ui/components": "2.0.0-rc.3",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,