@public-ui/vue 2.0.0-rc.3 → 2.0.0-rc.5

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",
@@ -546,8 +550,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
546
550
  "_on",
547
551
  "_siblingCount",
548
552
  "_tooltipAlign",
549
- "_max",
550
- "_variant"
553
+ "_max"
551
554
  ]);
552
555
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
553
556
  "_align",
@@ -594,6 +597,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
594
597
  "_links"
595
598
  ]);
596
599
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
600
+ "_accessKey",
597
601
  "_hideLabel",
598
602
  "_icons",
599
603
  "_label"
@@ -667,12 +671,6 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
667
671
  "_touched",
668
672
  "_value"
669
673
  ]);
670
- const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
671
- "_label",
672
- "_on",
673
- "_status",
674
- "_type"
675
- ]);
676
674
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
677
675
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
678
676
  "_label"
@@ -724,6 +722,5 @@ exports.KolSymbol = KolSymbol;
724
722
  exports.KolTable = KolTable;
725
723
  exports.KolTabs = KolTabs;
726
724
  exports.KolTextarea = KolTextarea;
727
- exports.KolToast = KolToast;
728
725
  exports.KolToastContainer = KolToastContainer;
729
726
  exports.KolVersion = KolVersion;
package/dist/index.d.ts CHANGED
@@ -50,8 +50,7 @@ declare const KolSymbol: (props: JSX.KolSymbol & InputProps<string | number | bo
50
50
  declare const KolTable: (props: JSX.KolTable & InputProps<string | number | boolean> & {}) => any;
51
51
  declare const KolTabs: (props: JSX.KolTabs & InputProps<string | number | boolean> & {}) => any;
52
52
  declare const KolTextarea: (props: JSX.KolTextarea & InputProps<string | number | boolean> & {}) => any;
53
- declare const KolToast: (props: JSX.KolToast & InputProps<string | number | boolean> & {}) => any;
54
53
  declare const KolToastContainer: (props: JSX.KolToastContainer & InputProps<string | number | boolean> & {}) => any;
55
54
  declare const KolVersion: (props: JSX.KolVersion & InputProps<string | number | boolean> & {}) => any;
56
55
 
57
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
56
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
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",
@@ -544,8 +548,7 @@ const KolPagination = /* @__PURE__ */ defineContainer("kol-pagination", void 0,
544
548
  "_on",
545
549
  "_siblingCount",
546
550
  "_tooltipAlign",
547
- "_max",
548
- "_variant"
551
+ "_max"
549
552
  ]);
550
553
  const KolPopover = /* @__PURE__ */ defineContainer("kol-popover", void 0, [
551
554
  "_align",
@@ -592,6 +595,7 @@ const KolSkipNav = /* @__PURE__ */ defineContainer("kol-skip-nav", void 0, [
592
595
  "_links"
593
596
  ]);
594
597
  const KolSpan = /* @__PURE__ */ defineContainer("kol-span", void 0, [
598
+ "_accessKey",
595
599
  "_hideLabel",
596
600
  "_icons",
597
601
  "_label"
@@ -665,15 +669,9 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
665
669
  "_touched",
666
670
  "_value"
667
671
  ]);
668
- const KolToast = /* @__PURE__ */ defineContainer("kol-toast", void 0, [
669
- "_label",
670
- "_on",
671
- "_status",
672
- "_type"
673
- ]);
674
672
  const KolToastContainer = /* @__PURE__ */ defineContainer("kol-toast-container", void 0);
675
673
  const KolVersion = /* @__PURE__ */ defineContainer("kol-version", void 0, [
676
674
  "_label"
677
675
  ]);
678
676
 
679
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
677
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -43,17 +43,17 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@babel/types": "7.23.0",
46
- "@public-ui/components": "2.0.0-rc.3",
46
+ "@public-ui/components": "2.0.0-rc.5",
47
47
  "@types/minimatch": "5.1.2",
48
48
  "@types/minimist": "1.2.4",
49
49
  "@types/node": "ts5.1",
50
50
  "@types/normalize-package-data": "2.4.3",
51
51
  "typescript": "5.2.2",
52
52
  "unbuild": "1.2.1",
53
- "vue": "3.3.4"
53
+ "vue": "3.3.7"
54
54
  },
55
55
  "peerDependencies": {
56
- "@public-ui/components": "2.0.0-rc.3",
56
+ "@public-ui/components": "2.0.0-rc.5",
57
57
  "vue": ">=3"
58
58
  },
59
59
  "sideEffects": false,