@public-ui/vue 4.0.0-alpha.5 → 4.0.0-alpha.7

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/README.md CHANGED
@@ -29,7 +29,7 @@ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tr
29
29
  ```ts
30
30
  import { createApp } from 'vue';
31
31
  import { DEFAULT } from '@public-ui/theme-default';
32
- import { defineCustomElements } from '@public-ui/components/dist/loader';
32
+ import { defineCustomElements } from '@public-ui/components/loader';
33
33
  import { register } from '@public-ui/components';
34
34
 
35
35
  register(DEFAULT, defineCustomElements)
package/dist/index.cjs CHANGED
@@ -189,6 +189,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
189
189
  "_msg",
190
190
  "_name",
191
191
  "_on",
192
+ "_hideClearButton",
192
193
  "_suggestions",
193
194
  "_required",
194
195
  "_shortKey",
package/dist/index.mjs CHANGED
@@ -187,6 +187,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
187
187
  "_msg",
188
188
  "_name",
189
189
  "_on",
190
+ "_hideClearButton",
190
191
  "_suggestions",
191
192
  "_required",
192
193
  "_shortKey",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.0.0-alpha.5",
3
+ "version": "4.0.0-alpha.7",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,18 +45,18 @@
45
45
  "vue"
46
46
  ],
47
47
  "devDependencies": {
48
- "@babel/types": "7.28.4",
48
+ "@babel/types": "7.28.5",
49
49
  "@types/minimatch": "6.0.0",
50
50
  "@types/minimist": "1.2.5",
51
51
  "@types/normalize-package-data": "2.4.4",
52
52
  "typescript": "5.9.3",
53
53
  "unbuild": "3.6.1",
54
- "vue": "3.5.22",
55
- "@public-ui/components": "4.0.0-alpha.5"
54
+ "vue": "3.5.25",
55
+ "@public-ui/components": "4.0.0-alpha.7"
56
56
  },
57
57
  "peerDependencies": {
58
- "vue": "^3.5.22",
59
- "@public-ui/components": "4.0.0-alpha.5"
58
+ "vue": "^3.5.25",
59
+ "@public-ui/components": "4.0.0-alpha.7"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",