@public-ui/vue 1.7.10 → 1.7.11

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
@@ -222,7 +222,8 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
222
222
  ]);
223
223
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
224
224
  "_on",
225
- "_requiredText"
225
+ "_requiredText",
226
+ "_errorList"
226
227
  ]);
227
228
  const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
228
229
  "_label",
package/dist/index.mjs CHANGED
@@ -220,7 +220,8 @@ const KolDetails = /* @__PURE__ */ defineContainer("kol-details", void 0, [
220
220
  ]);
221
221
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
222
222
  "_on",
223
- "_requiredText"
223
+ "_requiredText",
224
+ "_errorList"
224
225
  ]);
225
226
  const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
226
227
  "_label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
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.6",
46
- "@public-ui/components": "1.7.10",
45
+ "@babel/types": "7.23.9",
46
+ "@public-ui/components": "1.7.11",
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
51
  "typescript": "5.3.3",
52
52
  "unbuild": "1.2.1",
53
- "vue": "3.4.15"
53
+ "vue": "3.4.18"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "1.7.10",
56
+ "@public-ui/components": "1.7.11",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,