@public-ui/solid 4.1.2-rc.1 → 4.1.2-rc.2

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
@@ -40,8 +40,6 @@ const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
40
40
  const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
41
41
  const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
42
42
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
43
- const KolCardWc = /* @__PURE__ */ createSolidComponent("kol-card-wc");
44
- const KolClickButton = /* @__PURE__ */ createSolidComponent("kol-click-button");
45
43
  const KolCombobox = /* @__PURE__ */ createSolidComponent("kol-combobox");
46
44
  const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
47
45
  const KolDialog = /* @__PURE__ */ createSolidComponent("kol-dialog");
@@ -66,13 +64,10 @@ const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
66
64
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
67
65
  const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
68
66
  const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
69
- const KolPaginationWc = /* @__PURE__ */ createSolidComponent("kol-pagination-wc");
70
67
  const KolPopoverButton = /* @__PURE__ */ createSolidComponent("kol-popover-button");
71
- const KolPopoverButtonWc = /* @__PURE__ */ createSolidComponent("kol-popover-button-wc");
72
68
  const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
73
69
  const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
74
70
  const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
75
- const KolSelectWc = /* @__PURE__ */ createSolidComponent("kol-select-wc");
76
71
  const KolSingleSelect = /* @__PURE__ */ createSolidComponent("kol-single-select");
77
72
  const KolSkeleton = /* @__PURE__ */ createSolidComponent("kol-skeleton");
78
73
  const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
@@ -82,11 +77,9 @@ const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-statefu
82
77
  const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
83
78
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
84
79
  const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
85
- const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
86
80
  const KolToolbar = /* @__PURE__ */ createSolidComponent("kol-toolbar");
87
81
  const KolTree = /* @__PURE__ */ createSolidComponent("kol-tree");
88
82
  const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
89
- const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
90
83
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
91
84
 
92
85
  exports.KolAbbr = KolAbbr;
@@ -98,8 +91,6 @@ exports.KolBreadcrumb = KolBreadcrumb;
98
91
  exports.KolButton = KolButton;
99
92
  exports.KolButtonLink = KolButtonLink;
100
93
  exports.KolCard = KolCard;
101
- exports.KolCardWc = KolCardWc;
102
- exports.KolClickButton = KolClickButton;
103
94
  exports.KolCombobox = KolCombobox;
104
95
  exports.KolDetails = KolDetails;
105
96
  exports.KolDialog = KolDialog;
@@ -124,13 +115,10 @@ exports.KolLinkButton = KolLinkButton;
124
115
  exports.KolModal = KolModal;
125
116
  exports.KolNav = KolNav;
126
117
  exports.KolPagination = KolPagination;
127
- exports.KolPaginationWc = KolPaginationWc;
128
118
  exports.KolPopoverButton = KolPopoverButton;
129
- exports.KolPopoverButtonWc = KolPopoverButtonWc;
130
119
  exports.KolProgress = KolProgress;
131
120
  exports.KolQuote = KolQuote;
132
121
  exports.KolSelect = KolSelect;
133
- exports.KolSelectWc = KolSelectWc;
134
122
  exports.KolSingleSelect = KolSingleSelect;
135
123
  exports.KolSkeleton = KolSkeleton;
136
124
  exports.KolSkipNav = KolSkipNav;
@@ -140,10 +128,8 @@ exports.KolTableStateful = KolTableStateful;
140
128
  exports.KolTableStateless = KolTableStateless;
141
129
  exports.KolTabs = KolTabs;
142
130
  exports.KolTextarea = KolTextarea;
143
- exports.KolToastContainer = KolToastContainer;
144
131
  exports.KolToolbar = KolToolbar;
145
132
  exports.KolTree = KolTree;
146
133
  exports.KolTreeItem = KolTreeItem;
147
- exports.KolTreeItemWc = KolTreeItemWc;
148
134
  exports.KolVersion = KolVersion;
149
135
  exports.setTagNameTransformer = setTagNameTransformer;
package/dist/index.d.cts CHANGED
@@ -13,8 +13,6 @@ declare const KolBreadcrumb: (props: solid_js.PropsWithChildren<JSX.KolBreadcrum
13
13
  declare const KolButton: (props: solid_js.PropsWithChildren<JSX.KolButton & solid_js.JSX.HTMLAttributes<HTMLKolButtonElement>>) => HTMLKolButtonElement;
14
14
  declare const KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
15
15
  declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
16
- declare const KolCardWc: (props: solid_js.PropsWithChildren<JSX.KolCardWc & solid_js.JSX.HTMLAttributes<HTMLKolCardWcElement>>) => HTMLKolCardWcElement;
17
- declare const KolClickButton: (props: solid_js.PropsWithChildren<JSX.KolClickButton & solid_js.JSX.HTMLAttributes<HTMLKolClickButtonElement>>) => HTMLKolClickButtonElement;
18
16
  declare const KolCombobox: (props: solid_js.PropsWithChildren<JSX.KolCombobox & solid_js.JSX.HTMLAttributes<HTMLKolComboboxElement>>) => HTMLKolComboboxElement;
19
17
  declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & solid_js.JSX.HTMLAttributes<HTMLKolDetailsElement>>) => HTMLKolDetailsElement;
20
18
  declare const KolDialog: (props: solid_js.PropsWithChildren<JSX.KolDialog & solid_js.JSX.HTMLAttributes<HTMLKolDialogElement>>) => HTMLKolDialogElement;
@@ -39,13 +37,10 @@ declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButto
39
37
  declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
40
38
  declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
41
39
  declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
42
- declare const KolPaginationWc: (props: solid_js.PropsWithChildren<JSX.KolPaginationWc & solid_js.JSX.HTMLAttributes<HTMLKolPaginationWcElement>>) => HTMLKolPaginationWcElement;
43
40
  declare const KolPopoverButton: (props: solid_js.PropsWithChildren<JSX.KolPopoverButton & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonElement>>) => HTMLKolPopoverButtonElement;
44
- declare const KolPopoverButtonWc: (props: solid_js.PropsWithChildren<JSX.KolPopoverButtonWc & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonWcElement>>) => HTMLKolPopoverButtonWcElement;
45
41
  declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
46
42
  declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
47
43
  declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
48
- declare const KolSelectWc: (props: solid_js.PropsWithChildren<JSX.KolSelectWc & solid_js.JSX.HTMLAttributes<HTMLKolSelectWcElement>>) => HTMLKolSelectWcElement;
49
44
  declare const KolSingleSelect: (props: solid_js.PropsWithChildren<JSX.KolSingleSelect & solid_js.JSX.HTMLAttributes<HTMLKolSingleSelectElement>>) => HTMLKolSingleSelectElement;
50
45
  declare const KolSkeleton: (props: solid_js.PropsWithChildren<JSX.KolSkeleton & solid_js.JSX.HTMLAttributes<HTMLKolSkeletonElement>>) => HTMLKolSkeletonElement;
51
46
  declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
@@ -55,11 +50,9 @@ declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableS
55
50
  declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
56
51
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
57
52
  declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
58
- declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
59
53
  declare const KolToolbar: (props: solid_js.PropsWithChildren<JSX.KolToolbar & solid_js.JSX.HTMLAttributes<HTMLKolToolbarElement>>) => HTMLKolToolbarElement;
60
54
  declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js.JSX.HTMLAttributes<HTMLKolTreeElement>>) => HTMLKolTreeElement;
61
55
  declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
62
- declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
63
56
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
64
57
 
65
- 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, setTagNameTransformer };
58
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
package/dist/index.d.mts CHANGED
@@ -13,8 +13,6 @@ declare const KolBreadcrumb: (props: solid_js.PropsWithChildren<JSX.KolBreadcrum
13
13
  declare const KolButton: (props: solid_js.PropsWithChildren<JSX.KolButton & solid_js.JSX.HTMLAttributes<HTMLKolButtonElement>>) => HTMLKolButtonElement;
14
14
  declare const KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
15
15
  declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
16
- declare const KolCardWc: (props: solid_js.PropsWithChildren<JSX.KolCardWc & solid_js.JSX.HTMLAttributes<HTMLKolCardWcElement>>) => HTMLKolCardWcElement;
17
- declare const KolClickButton: (props: solid_js.PropsWithChildren<JSX.KolClickButton & solid_js.JSX.HTMLAttributes<HTMLKolClickButtonElement>>) => HTMLKolClickButtonElement;
18
16
  declare const KolCombobox: (props: solid_js.PropsWithChildren<JSX.KolCombobox & solid_js.JSX.HTMLAttributes<HTMLKolComboboxElement>>) => HTMLKolComboboxElement;
19
17
  declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & solid_js.JSX.HTMLAttributes<HTMLKolDetailsElement>>) => HTMLKolDetailsElement;
20
18
  declare const KolDialog: (props: solid_js.PropsWithChildren<JSX.KolDialog & solid_js.JSX.HTMLAttributes<HTMLKolDialogElement>>) => HTMLKolDialogElement;
@@ -39,13 +37,10 @@ declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButto
39
37
  declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
40
38
  declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
41
39
  declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
42
- declare const KolPaginationWc: (props: solid_js.PropsWithChildren<JSX.KolPaginationWc & solid_js.JSX.HTMLAttributes<HTMLKolPaginationWcElement>>) => HTMLKolPaginationWcElement;
43
40
  declare const KolPopoverButton: (props: solid_js.PropsWithChildren<JSX.KolPopoverButton & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonElement>>) => HTMLKolPopoverButtonElement;
44
- declare const KolPopoverButtonWc: (props: solid_js.PropsWithChildren<JSX.KolPopoverButtonWc & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonWcElement>>) => HTMLKolPopoverButtonWcElement;
45
41
  declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
46
42
  declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
47
43
  declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
48
- declare const KolSelectWc: (props: solid_js.PropsWithChildren<JSX.KolSelectWc & solid_js.JSX.HTMLAttributes<HTMLKolSelectWcElement>>) => HTMLKolSelectWcElement;
49
44
  declare const KolSingleSelect: (props: solid_js.PropsWithChildren<JSX.KolSingleSelect & solid_js.JSX.HTMLAttributes<HTMLKolSingleSelectElement>>) => HTMLKolSingleSelectElement;
50
45
  declare const KolSkeleton: (props: solid_js.PropsWithChildren<JSX.KolSkeleton & solid_js.JSX.HTMLAttributes<HTMLKolSkeletonElement>>) => HTMLKolSkeletonElement;
51
46
  declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
@@ -55,11 +50,9 @@ declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableS
55
50
  declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
56
51
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
57
52
  declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
58
- declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
59
53
  declare const KolToolbar: (props: solid_js.PropsWithChildren<JSX.KolToolbar & solid_js.JSX.HTMLAttributes<HTMLKolToolbarElement>>) => HTMLKolToolbarElement;
60
54
  declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js.JSX.HTMLAttributes<HTMLKolTreeElement>>) => HTMLKolTreeElement;
61
55
  declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
62
- declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
63
56
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
64
57
 
65
- 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, setTagNameTransformer };
58
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
package/dist/index.d.ts CHANGED
@@ -13,8 +13,6 @@ declare const KolBreadcrumb: (props: solid_js.PropsWithChildren<JSX.KolBreadcrum
13
13
  declare const KolButton: (props: solid_js.PropsWithChildren<JSX.KolButton & solid_js.JSX.HTMLAttributes<HTMLKolButtonElement>>) => HTMLKolButtonElement;
14
14
  declare const KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
15
15
  declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
16
- declare const KolCardWc: (props: solid_js.PropsWithChildren<JSX.KolCardWc & solid_js.JSX.HTMLAttributes<HTMLKolCardWcElement>>) => HTMLKolCardWcElement;
17
- declare const KolClickButton: (props: solid_js.PropsWithChildren<JSX.KolClickButton & solid_js.JSX.HTMLAttributes<HTMLKolClickButtonElement>>) => HTMLKolClickButtonElement;
18
16
  declare const KolCombobox: (props: solid_js.PropsWithChildren<JSX.KolCombobox & solid_js.JSX.HTMLAttributes<HTMLKolComboboxElement>>) => HTMLKolComboboxElement;
19
17
  declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & solid_js.JSX.HTMLAttributes<HTMLKolDetailsElement>>) => HTMLKolDetailsElement;
20
18
  declare const KolDialog: (props: solid_js.PropsWithChildren<JSX.KolDialog & solid_js.JSX.HTMLAttributes<HTMLKolDialogElement>>) => HTMLKolDialogElement;
@@ -39,13 +37,10 @@ declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButto
39
37
  declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
40
38
  declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
41
39
  declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
42
- declare const KolPaginationWc: (props: solid_js.PropsWithChildren<JSX.KolPaginationWc & solid_js.JSX.HTMLAttributes<HTMLKolPaginationWcElement>>) => HTMLKolPaginationWcElement;
43
40
  declare const KolPopoverButton: (props: solid_js.PropsWithChildren<JSX.KolPopoverButton & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonElement>>) => HTMLKolPopoverButtonElement;
44
- declare const KolPopoverButtonWc: (props: solid_js.PropsWithChildren<JSX.KolPopoverButtonWc & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonWcElement>>) => HTMLKolPopoverButtonWcElement;
45
41
  declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
46
42
  declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
47
43
  declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
48
- declare const KolSelectWc: (props: solid_js.PropsWithChildren<JSX.KolSelectWc & solid_js.JSX.HTMLAttributes<HTMLKolSelectWcElement>>) => HTMLKolSelectWcElement;
49
44
  declare const KolSingleSelect: (props: solid_js.PropsWithChildren<JSX.KolSingleSelect & solid_js.JSX.HTMLAttributes<HTMLKolSingleSelectElement>>) => HTMLKolSingleSelectElement;
50
45
  declare const KolSkeleton: (props: solid_js.PropsWithChildren<JSX.KolSkeleton & solid_js.JSX.HTMLAttributes<HTMLKolSkeletonElement>>) => HTMLKolSkeletonElement;
51
46
  declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
@@ -55,11 +50,9 @@ declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableS
55
50
  declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
56
51
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
57
52
  declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
58
- declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
59
53
  declare const KolToolbar: (props: solid_js.PropsWithChildren<JSX.KolToolbar & solid_js.JSX.HTMLAttributes<HTMLKolToolbarElement>>) => HTMLKolToolbarElement;
60
54
  declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js.JSX.HTMLAttributes<HTMLKolTreeElement>>) => HTMLKolTreeElement;
61
55
  declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
62
- declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
63
56
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
64
57
 
65
- 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, setTagNameTransformer };
58
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -38,8 +38,6 @@ const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
38
38
  const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
39
39
  const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
40
40
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
41
- const KolCardWc = /* @__PURE__ */ createSolidComponent("kol-card-wc");
42
- const KolClickButton = /* @__PURE__ */ createSolidComponent("kol-click-button");
43
41
  const KolCombobox = /* @__PURE__ */ createSolidComponent("kol-combobox");
44
42
  const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
45
43
  const KolDialog = /* @__PURE__ */ createSolidComponent("kol-dialog");
@@ -64,13 +62,10 @@ const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
64
62
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
65
63
  const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
66
64
  const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
67
- const KolPaginationWc = /* @__PURE__ */ createSolidComponent("kol-pagination-wc");
68
65
  const KolPopoverButton = /* @__PURE__ */ createSolidComponent("kol-popover-button");
69
- const KolPopoverButtonWc = /* @__PURE__ */ createSolidComponent("kol-popover-button-wc");
70
66
  const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
71
67
  const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
72
68
  const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
73
- const KolSelectWc = /* @__PURE__ */ createSolidComponent("kol-select-wc");
74
69
  const KolSingleSelect = /* @__PURE__ */ createSolidComponent("kol-single-select");
75
70
  const KolSkeleton = /* @__PURE__ */ createSolidComponent("kol-skeleton");
76
71
  const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
@@ -80,11 +75,9 @@ const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-statefu
80
75
  const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
81
76
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
82
77
  const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
83
- const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
84
78
  const KolToolbar = /* @__PURE__ */ createSolidComponent("kol-toolbar");
85
79
  const KolTree = /* @__PURE__ */ createSolidComponent("kol-tree");
86
80
  const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
87
- const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
88
81
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
89
82
 
90
- 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, setTagNameTransformer };
83
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/solid",
3
- "version": "4.1.2-rc.1",
3
+ "version": "4.1.2-rc.2",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -49,11 +49,11 @@
49
49
  "solid-js": "1.9.11",
50
50
  "typescript": "5.9.3",
51
51
  "unbuild": "3.6.1",
52
- "@public-ui/components": "4.1.2-rc.1"
52
+ "@public-ui/components": "4.1.2-rc.2"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "solid-js": ">=1.9.11",
56
- "@public-ui/components": "4.1.2-rc.1"
56
+ "@public-ui/components": "4.1.2-rc.2"
57
57
  },
58
58
  "sideEffects": false,
59
59
  "type": "module",