@public-ui/vue 1.7.6 → 1.7.8

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
@@ -532,7 +532,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
532
532
  "_value"
533
533
  ]);
534
534
  const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
535
- "_animate",
536
535
  "_color",
537
536
  "_labeled"
538
537
  ]);
package/dist/index.mjs CHANGED
@@ -530,7 +530,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
530
530
  "_value"
531
531
  ]);
532
532
  const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
533
- "_animate",
534
533
  "_color",
535
534
  "_labeled"
536
535
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.6",
3
+ "version": "1.7.8",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -42,18 +42,18 @@
42
42
  "vue"
43
43
  ],
44
44
  "devDependencies": {
45
- "@babel/types": "7.23.4",
46
- "@public-ui/components": "1.7.6",
45
+ "@babel/types": "7.23.6",
46
+ "@public-ui/components": "1.7.8",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.5",
49
49
  "@types/node": "ts5.3",
50
50
  "@types/normalize-package-data": "2.4.4",
51
- "typescript": "5.3.2",
51
+ "typescript": "5.3.3",
52
52
  "unbuild": "1.2.1",
53
- "vue": "3.3.9"
53
+ "vue": "3.3.13"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "1.7.6",
56
+ "@public-ui/components": "1.7.8",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,