@public-ui/vue 2.0.0-rc.10 → 2.0.0-rc.11

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
@@ -210,7 +210,8 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
210
210
  const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
211
211
  "_label",
212
212
  "_level",
213
- "_secondaryHeadline"
213
+ "_secondaryHeadline",
214
+ "_variant"
214
215
  ]);
215
216
  const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
216
217
  "_icons",
@@ -485,12 +486,12 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
485
486
  ]);
486
487
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
487
488
  "_accessKey",
489
+ "_ariaCurrentValue",
488
490
  "_download",
489
491
  "_hideLabel",
490
492
  "_href",
491
493
  "_icons",
492
494
  "_label",
493
- "_listenAriaCurrent",
494
495
  "_on",
495
496
  "_role",
496
497
  "_tabIndex",
@@ -500,13 +501,13 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
500
501
  ]);
501
502
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
502
503
  "_accessKey",
504
+ "_ariaCurrentValue",
503
505
  "_customClass",
504
506
  "_download",
505
507
  "_hideLabel",
506
508
  "_href",
507
509
  "_icons",
508
510
  "_label",
509
- "_listenAriaCurrent",
510
511
  "_on",
511
512
  "_role",
512
513
  "_tabIndex",
@@ -531,7 +532,6 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
531
532
  "_width"
532
533
  ]);
533
534
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
534
- "_ariaCurrentValue",
535
535
  "_collapsible",
536
536
  "_hasCompactButton",
537
537
  "_hideLabel",
@@ -627,6 +627,7 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
627
627
  "_symbol"
628
628
  ]);
629
629
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
630
+ "_allowMultiSort",
630
631
  "_data",
631
632
  "_dataFoot",
632
633
  "_headers",
package/dist/index.mjs CHANGED
@@ -208,7 +208,8 @@ const KolForm = /* @__PURE__ */ defineContainer("kol-form", void 0, [
208
208
  const KolHeading = /* @__PURE__ */ defineContainer("kol-heading", void 0, [
209
209
  "_label",
210
210
  "_level",
211
- "_secondaryHeadline"
211
+ "_secondaryHeadline",
212
+ "_variant"
212
213
  ]);
213
214
  const KolIcon = /* @__PURE__ */ defineContainer("kol-icon", void 0, [
214
215
  "_icons",
@@ -483,12 +484,12 @@ const KolKolibri = /* @__PURE__ */ defineContainer("kol-kolibri", void 0, [
483
484
  ]);
484
485
  const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
485
486
  "_accessKey",
487
+ "_ariaCurrentValue",
486
488
  "_download",
487
489
  "_hideLabel",
488
490
  "_href",
489
491
  "_icons",
490
492
  "_label",
491
- "_listenAriaCurrent",
492
493
  "_on",
493
494
  "_role",
494
495
  "_tabIndex",
@@ -498,13 +499,13 @@ const KolLink = /* @__PURE__ */ defineContainer("kol-link", void 0, [
498
499
  ]);
499
500
  const KolLinkButton = /* @__PURE__ */ defineContainer("kol-link-button", void 0, [
500
501
  "_accessKey",
502
+ "_ariaCurrentValue",
501
503
  "_customClass",
502
504
  "_download",
503
505
  "_hideLabel",
504
506
  "_href",
505
507
  "_icons",
506
508
  "_label",
507
- "_listenAriaCurrent",
508
509
  "_on",
509
510
  "_role",
510
511
  "_tabIndex",
@@ -529,7 +530,6 @@ const KolModal = /* @__PURE__ */ defineContainer("kol-modal", void 0, [
529
530
  "_width"
530
531
  ]);
531
532
  const KolNav = /* @__PURE__ */ defineContainer("kol-nav", void 0, [
532
- "_ariaCurrentValue",
533
533
  "_collapsible",
534
534
  "_hasCompactButton",
535
535
  "_hideLabel",
@@ -625,6 +625,7 @@ const KolSymbol = /* @__PURE__ */ defineContainer("kol-symbol", void 0, [
625
625
  "_symbol"
626
626
  ]);
627
627
  const KolTable = /* @__PURE__ */ defineContainer("kol-table", void 0, [
628
+ "_allowMultiSort",
628
629
  "_data",
629
630
  "_dataFoot",
630
631
  "_headers",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.0.0-rc.10",
3
+ "version": "2.0.0-rc.11",
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.10",
46
+ "@public-ui/components": "2.0.0-rc.11",
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.8"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.0-rc.10",
56
+ "@public-ui/components": "2.0.0-rc.11",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,