@public-ui/svelte 4.0.3 → 4.0.4-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.d.cts CHANGED
@@ -18,6 +18,8 @@ declare function KolCard($$anchor: any, $$props: any): any;
18
18
 
19
19
  declare function KolCardWc($$anchor: any, $$props: any): any;
20
20
 
21
+ declare function KolClickButton($$anchor: any, $$props: any): any;
22
+
21
23
  declare function KolCombobox($$anchor: any, $$props: any): any;
22
24
 
23
25
  declare function KolDetails($$anchor: any, $$props: any): any;
@@ -82,6 +84,8 @@ declare function KolSelectWc($$anchor: any, $$props: any): any;
82
84
 
83
85
  declare function KolSingleSelect($$anchor: any, $$props: any): any;
84
86
 
87
+ declare function KolSkeleton($$anchor: any, $$props: any): any;
88
+
85
89
  declare function KolSkipNav($$anchor: any, $$props: any): any;
86
90
 
87
91
  declare function KolSpin($$anchor: any, $$props: any): any;
@@ -108,4 +112,4 @@ declare function KolTreeItemWc($$anchor: any, $$props: any): any;
108
112
 
109
113
  declare function KolVersion($$anchor: any, $$props: any): any;
110
114
 
111
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
115
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolClickButton, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
package/dist/index.d.mts CHANGED
@@ -18,6 +18,8 @@ declare function KolCard($$anchor: any, $$props: any): any;
18
18
 
19
19
  declare function KolCardWc($$anchor: any, $$props: any): any;
20
20
 
21
+ declare function KolClickButton($$anchor: any, $$props: any): any;
22
+
21
23
  declare function KolCombobox($$anchor: any, $$props: any): any;
22
24
 
23
25
  declare function KolDetails($$anchor: any, $$props: any): any;
@@ -82,6 +84,8 @@ declare function KolSelectWc($$anchor: any, $$props: any): any;
82
84
 
83
85
  declare function KolSingleSelect($$anchor: any, $$props: any): any;
84
86
 
87
+ declare function KolSkeleton($$anchor: any, $$props: any): any;
88
+
85
89
  declare function KolSkipNav($$anchor: any, $$props: any): any;
86
90
 
87
91
  declare function KolSpin($$anchor: any, $$props: any): any;
@@ -108,4 +112,4 @@ declare function KolTreeItemWc($$anchor: any, $$props: any): any;
108
112
 
109
113
  declare function KolVersion($$anchor: any, $$props: any): any;
110
114
 
111
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
115
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolClickButton, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
package/dist/index.d.ts CHANGED
@@ -18,6 +18,8 @@ declare function KolCard($$anchor: any, $$props: any): any;
18
18
 
19
19
  declare function KolCardWc($$anchor: any, $$props: any): any;
20
20
 
21
+ declare function KolClickButton($$anchor: any, $$props: any): any;
22
+
21
23
  declare function KolCombobox($$anchor: any, $$props: any): any;
22
24
 
23
25
  declare function KolDetails($$anchor: any, $$props: any): any;
@@ -82,6 +84,8 @@ declare function KolSelectWc($$anchor: any, $$props: any): any;
82
84
 
83
85
  declare function KolSingleSelect($$anchor: any, $$props: any): any;
84
86
 
87
+ declare function KolSkeleton($$anchor: any, $$props: any): any;
88
+
85
89
  declare function KolSkipNav($$anchor: any, $$props: any): any;
86
90
 
87
91
  declare function KolSpin($$anchor: any, $$props: any): any;
@@ -108,4 +112,4 @@ declare function KolTreeItemWc($$anchor: any, $$props: any): any;
108
112
 
109
113
  declare function KolVersion($$anchor: any, $$props: any): any;
110
114
 
111
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };
115
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolClickButton, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion };