@public-ui/vue 1.7.2 → 1.7.4

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
@@ -773,9 +773,14 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
773
773
  "_value"
774
774
  ]);
775
775
  const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
776
+ "_alert",
777
+ "_hasCloser",
778
+ "_heading",
776
779
  "_label",
780
+ "_level",
777
781
  "_on",
778
- "_status",
782
+ "_show",
783
+ "_showDuration",
779
784
  "_type"
780
785
  ]);
781
786
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
package/dist/index.mjs CHANGED
@@ -771,9 +771,14 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
771
771
  "_value"
772
772
  ]);
773
773
  const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
774
+ "_alert",
775
+ "_hasCloser",
776
+ "_heading",
774
777
  "_label",
778
+ "_level",
775
779
  "_on",
776
- "_status",
780
+ "_show",
781
+ "_showDuration",
777
782
  "_type"
778
783
  ]);
779
784
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
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": "1.7.2",
46
+ "@public-ui/components": "1.7.4",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.3",
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": "1.7.2",
56
+ "@public-ui/components": "1.7.4",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,