@public-ui/vue 1.1.12 → 1.1.13-rc.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
@@ -579,6 +579,7 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
579
579
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
580
580
  "_ariaLabel",
581
581
  "_on",
582
+ "_orientation",
582
583
  "_selected",
583
584
  "_tabs"
584
585
  ]);
package/dist/index.mjs CHANGED
@@ -577,6 +577,7 @@ const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
577
577
  const KolTabs = /* @__PURE__ */ defineContainer("kol-tabs", void 0, [
578
578
  "_ariaLabel",
579
579
  "_on",
580
+ "_orientation",
580
581
  "_selected",
581
582
  "_tabs"
582
583
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.1.12",
3
+ "version": "1.1.13-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@babel/types": "7.20.2",
32
- "@public-ui/core": "1.1.12",
33
- "@public-ui/components": "1.1.12",
32
+ "@public-ui/core": "1.1.13-rc.0",
33
+ "@public-ui/components": "1.1.13-rc.0",
34
34
  "@types/minimatch": "5.1.2",
35
35
  "@types/minimist": "1.2.2",
36
36
  "@types/node": "18.11.9",
@@ -40,7 +40,7 @@
40
40
  "unbuild": "1.0.1"
41
41
  },
42
42
  "peerDependencies": {
43
- "@public-ui/components": "1.1.12",
43
+ "@public-ui/components": "1.1.13-rc.0",
44
44
  "vue": ">=3"
45
45
  },
46
46
  "sideEffects": false,