@public-ui/vue 2.2.1-daf78eefb286eb2b5af07293e65a52004723eadc.0 → 4.0.0-alpha.0

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
@@ -122,8 +122,7 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
122
122
  };
123
123
 
124
124
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
125
- "_label",
126
- "_tooltipAlign"
125
+ "_label"
127
126
  ]);
128
127
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
129
128
  "_disabled",
package/dist/index.mjs CHANGED
@@ -120,8 +120,7 @@ const defineContainer = (name, defineCustomElement, componentProps = [], modelPr
120
120
  };
121
121
 
122
122
  const KolAbbr = /* @__PURE__ */ defineContainer("kol-abbr", void 0, [
123
- "_label",
124
- "_tooltipAlign"
123
+ "_label"
125
124
  ]);
126
125
  const KolAccordion = /* @__PURE__ */ defineContainer("kol-accordion", void 0, [
127
126
  "_disabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.2.1-daf78eefb286eb2b5af07293e65a52004723eadc.0",
3
+ "version": "4.0.0-alpha.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -52,11 +52,11 @@
52
52
  "typescript": "5.6.3",
53
53
  "unbuild": "1.2.1",
54
54
  "vue": "3.4.21",
55
- "@public-ui/components": "2.2.1-daf78eefb286eb2b5af07293e65a52004723eadc.0"
55
+ "@public-ui/components": "4.0.0-alpha.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=3",
59
- "@public-ui/components": "2.2.1-daf78eefb286eb2b5af07293e65a52004723eadc.0"
59
+ "@public-ui/components": "4.0.0-alpha.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",