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

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
  ]);
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
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.0.0-alpha.3",
3
+ "version": "4.0.0-alpha.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,11 +52,11 @@
52
52
  "typescript": "5.9.3",
53
53
  "unbuild": "3.6.1",
54
54
  "vue": "3.5.22",
55
- "@public-ui/components": "4.0.0-alpha.3"
55
+ "@public-ui/components": "4.0.0-alpha.5"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": "^3.5.22",
59
- "@public-ui/components": "4.0.0-alpha.3"
59
+ "@public-ui/components": "4.0.0-alpha.5"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",