@public-ui/vue 3.0.8-rc.0 → 3.0.8-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/README.md CHANGED
@@ -48,7 +48,7 @@ Then, you can import any component from `@public-ui/vue` and render it within yo
48
48
  import { KolButton } from '@public-ui/vue';
49
49
  </script>
50
50
  <template>
51
- <KolButton _label="Hello World" />
51
+ <KolButton _label="Hello World" />
52
52
  </template>
53
53
  ```
54
54
 
package/dist/index.cjs CHANGED
@@ -107,6 +107,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
107
107
  "_variant"
108
108
  ]);
109
109
  const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
110
+ "_color",
110
111
  "_src",
111
112
  "_label"
112
113
  ]);
@@ -188,6 +189,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
188
189
  "_msg",
189
190
  "_name",
190
191
  "_on",
192
+ "_hideClearButton",
191
193
  "_suggestions",
192
194
  "_required",
193
195
  "_shortKey",
package/dist/index.mjs CHANGED
@@ -105,6 +105,7 @@ const KolAlert = /* @__PURE__ */ defineContainer("kol-alert", void 0, [
105
105
  "_variant"
106
106
  ]);
107
107
  const KolAvatar = /* @__PURE__ */ defineContainer("kol-avatar", void 0, [
108
+ "_color",
108
109
  "_src",
109
110
  "_label"
110
111
  ]);
@@ -186,6 +187,7 @@ const KolCombobox = /* @__PURE__ */ defineContainer("kol-combobox", void 0, [
186
187
  "_msg",
187
188
  "_name",
188
189
  "_on",
190
+ "_hideClearButton",
189
191
  "_suggestions",
190
192
  "_required",
191
193
  "_shortKey",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.8-rc.0",
3
+ "version": "3.0.8-rc.2",
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": "3.0.8-rc.0"
54
+ "vue": "3.5.25",
55
+ "@public-ui/components": "3.0.8-rc.2"
56
56
  },
57
57
  "peerDependencies": {
58
- "vue": "^3.5.22",
59
- "@public-ui/components": "3.0.8-rc.0"
58
+ "vue": "^3.5.24",
59
+ "@public-ui/components": "3.0.8-rc.2"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",