@public-ui/vue 1.7.0-rc.10 → 1.7.0-rc.12

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
@@ -686,6 +686,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
686
686
  "_on",
687
687
  "_role",
688
688
  "_syncValueBySelector",
689
+ "_show",
689
690
  "_showDropdown",
690
691
  "_tabIndex",
691
692
  "_tooltipAlign",
package/dist/index.mjs CHANGED
@@ -684,6 +684,7 @@ const KolSplitButton = /* @__PURE__ */ defineContainer("kol-split-button", void
684
684
  "_on",
685
685
  "_role",
686
686
  "_syncValueBySelector",
687
+ "_show",
687
688
  "_showDropdown",
688
689
  "_tabIndex",
689
690
  "_tooltipAlign",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.0-rc.10",
3
+ "version": "1.7.0-rc.12",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -46,8 +46,8 @@
46
46
  "prepack": "unbuild"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/types": "7.22.17",
50
- "@public-ui/components": "1.7.0-rc.10",
49
+ "@babel/types": "7.22.19",
50
+ "@public-ui/components": "1.7.0-rc.12",
51
51
  "@types/minimatch": "5.1.2",
52
52
  "@types/minimist": "1.2.2",
53
53
  "@types/node": "ts5.1",
@@ -57,7 +57,7 @@
57
57
  "vue": "3.3.4"
58
58
  },
59
59
  "peerDependencies": {
60
- "@public-ui/components": "1.7.0-rc.10",
60
+ "@public-ui/components": "1.7.0-rc.12",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,