@public-ui/vue 3.0.0-rc.2 → 3.0.0-rc.3

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
@@ -237,7 +237,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
237
237
  "_open",
238
238
  "_align",
239
239
  "_label",
240
- "_modal",
241
240
  "_on"
242
241
  ]);
243
242
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
package/dist/index.mjs CHANGED
@@ -235,7 +235,6 @@ const KolDrawer = /* @__PURE__ */ defineContainer("kol-drawer", void 0, [
235
235
  "_open",
236
236
  "_align",
237
237
  "_label",
238
- "_modal",
239
238
  "_on"
240
239
  ]);
241
240
  const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0-rc.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,18 +45,18 @@
45
45
  "vue"
46
46
  ],
47
47
  "devDependencies": {
48
- "@babel/types": "7.26.3",
48
+ "@babel/types": "7.26.7",
49
49
  "@types/minimatch": "5.1.2",
50
50
  "@types/minimist": "1.2.5",
51
51
  "@types/normalize-package-data": "2.4.4",
52
- "typescript": "5.7.2",
52
+ "typescript": "5.7.3",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "3.0.0-rc.2"
55
+ "@public-ui/components": "3.0.0-rc.3"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "3.0.0-rc.2"
59
+ "@public-ui/components": "3.0.0-rc.3"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",