@public-ui/vue 2.0.0-rc.4 → 2.0.0-rc.6

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
@@ -152,6 +152,7 @@ const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0,
152
152
  "_links"
153
153
  ]);
154
154
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
155
+ "_accessKey",
155
156
  "_ariaControls",
156
157
  "_ariaExpanded",
157
158
  "_ariaSelected",
@@ -173,6 +174,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
173
174
  ]);
174
175
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
175
176
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
177
+ "_accessKey",
176
178
  "_ariaControls",
177
179
  "_ariaExpanded",
178
180
  "_ariaSelected",
@@ -482,6 +484,7 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
482
484
  "_labeled"
483
485
  ]);
484
486
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
487
+ "_accessKey",
485
488
  "_download",
486
489
  "_hideLabel",
487
490
  "_href",
@@ -496,6 +499,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
496
499
  "_tooltipAlign"
497
500
  ]);
498
501
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
502
+ "_accessKey",
499
503
  "_customClass",
500
504
  "_download",
501
505
  "_hideLabel",
@@ -593,6 +597,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
593
597
  "_links"
594
598
  ]);
595
599
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
600
+ "_accessKey",
596
601
  "_hideLabel",
597
602
  "_icons",
598
603
  "_label"
package/dist/index.mjs CHANGED
@@ -150,6 +150,7 @@ const KolBreadcrumb = /* @__PURE__ */ defineContainer("kol-breadcrumb", void 0,
150
150
  "_links"
151
151
  ]);
152
152
  const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
153
+ "_accessKey",
153
154
  "_ariaControls",
154
155
  "_ariaExpanded",
155
156
  "_ariaSelected",
@@ -171,6 +172,7 @@ const KolButton = /* @__PURE__ */ defineContainer("kol-button", void 0, [
171
172
  ]);
172
173
  const KolButtonGroup = /* @__PURE__ */ defineContainer("kol-button-group", void 0);
173
174
  const KolButtonLink = /* @__PURE__ */ defineContainer("kol-button-link", void 0, [
175
+ "_accessKey",
174
176
  "_ariaControls",
175
177
  "_ariaExpanded",
176
178
  "_ariaSelected",
@@ -480,6 +482,7 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
480
482
  "_labeled"
481
483
  ]);
482
484
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
485
+ "_accessKey",
483
486
  "_download",
484
487
  "_hideLabel",
485
488
  "_href",
@@ -494,6 +497,7 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
494
497
  "_tooltipAlign"
495
498
  ]);
496
499
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
500
+ "_accessKey",
497
501
  "_customClass",
498
502
  "_download",
499
503
  "_hideLabel",
@@ -591,6 +595,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
591
595
  "_links"
592
596
  ]);
593
597
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
598
+ "_accessKey",
594
599
  "_hideLabel",
595
600
  "_icons",
596
601
  "_label"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.0.0-rc.4",
3
+ "version": "2.0.0-rc.6",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@babel/types": "7.23.0",
46
- "@public-ui/components": "2.0.0-rc.4",
46
+ "@public-ui/components": "2.0.0-rc.6",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.4",
49
49
  "@types/node": "ts5.1",
@@ -53,7 +53,7 @@
53
53
  "vue": "3.3.7"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.0-rc.4",
56
+ "@public-ui/components": "2.0.0-rc.6",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,