@public-ui/vue 3.0.6 → 3.0.7-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
@@ -485,7 +485,9 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
485
485
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
486
486
  "_accessKey",
487
487
  "_ariaCurrentValue",
488
+ "_ariaControls",
488
489
  "_ariaDescription",
490
+ "_ariaExpanded",
489
491
  "_disabled",
490
492
  "_download",
491
493
  "_hideLabel",
@@ -502,6 +504,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
502
504
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
503
505
  "_accessKey",
504
506
  "_ariaCurrentValue",
507
+ "_ariaControls",
505
508
  "_ariaDescription",
506
509
  "_customClass",
507
510
  "_disabled",
package/dist/index.mjs CHANGED
@@ -483,7 +483,9 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
483
483
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
484
484
  "_accessKey",
485
485
  "_ariaCurrentValue",
486
+ "_ariaControls",
486
487
  "_ariaDescription",
488
+ "_ariaExpanded",
487
489
  "_disabled",
488
490
  "_download",
489
491
  "_hideLabel",
@@ -500,6 +502,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
500
502
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
501
503
  "_accessKey",
502
504
  "_ariaCurrentValue",
505
+ "_ariaControls",
503
506
  "_ariaDescription",
504
507
  "_customClass",
505
508
  "_disabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "3.0.6",
3
+ "version": "3.0.7-rc.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.9.2",
53
53
  "unbuild": "3.6.1",
54
54
  "vue": "3.5.21",
55
- "@public-ui/components": "3.0.6"
55
+ "@public-ui/components": "3.0.7-rc.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "vue": "^3.5.21",
59
- "@public-ui/components": "3.0.6"
58
+ "vue": "^3.5.22",
59
+ "@public-ui/components": "3.0.7-rc.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",