@public-ui/vue 4.1.5-rc.0 → 4.1.5-rc.2

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
@@ -674,7 +674,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
674
674
  "_paginationPosition",
675
675
  "_selection",
676
676
  "_on",
677
- "_hasSettingsMenu"
677
+ "_hasSettingsMenu",
678
+ "_variant"
678
679
  ]);
679
680
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
680
681
  "_data",
@@ -684,7 +685,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
684
685
  "_label",
685
686
  "_on",
686
687
  "_selection",
687
- "_hasSettingsMenu"
688
+ "_hasSettingsMenu",
689
+ "_variant"
688
690
  ]);
689
691
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
690
692
  "_align",
package/dist/index.mjs CHANGED
@@ -672,7 +672,8 @@ const KolTableStateful = /* @__PURE__ */ defineContainer("kol-table-stateful", v
672
672
  "_paginationPosition",
673
673
  "_selection",
674
674
  "_on",
675
- "_hasSettingsMenu"
675
+ "_hasSettingsMenu",
676
+ "_variant"
676
677
  ]);
677
678
  const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless", void 0, [
678
679
  "_data",
@@ -682,7 +683,8 @@ const KolTableStateless = /* @__PURE__ */ defineContainer("kol-table-stateless",
682
683
  "_label",
683
684
  "_on",
684
685
  "_selection",
685
- "_hasSettingsMenu"
686
+ "_hasSettingsMenu",
687
+ "_variant"
686
688
  ]);
687
689
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
688
690
  "_align",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "4.1.5-rc.0",
3
+ "version": "4.1.5-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -49,12 +49,12 @@
49
49
  "minimatch": "10.2.5",
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
- "vue": "3.5.33",
53
- "@public-ui/components": "4.1.5-rc.0"
52
+ "vue": "3.5.34",
53
+ "@public-ui/components": "4.1.5-rc.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "vue": "^3.5.33",
57
- "@public-ui/components": "4.1.5-rc.0"
56
+ "vue": "3.x",
57
+ "@public-ui/components": "4.1.5-rc.2"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",