@public-ui/vue 2.0.0 → 2.0.1

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
@@ -477,7 +477,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
477
477
  "_value"
478
478
  ]);
479
479
  const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
480
- "_animate",
481
480
  "_color",
482
481
  "_labeled"
483
482
  ]);
package/dist/index.mjs CHANGED
@@ -475,7 +475,6 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
475
475
  "_value"
476
476
  ]);
477
477
  const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
478
- "_animate",
479
478
  "_color",
480
479
  "_labeled"
481
480
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
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.5",
46
- "@public-ui/components": "2.0.0",
45
+ "@babel/types": "7.23.6",
46
+ "@public-ui/components": "2.0.1",
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.12"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.0",
56
+ "@public-ui/components": "2.0.1",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,