@public-ui/react 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
@@ -183,8 +183,6 @@ const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
183
183
  const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
184
184
  const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
185
185
  const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
186
- const KolCardWc = /* @__PURE__ */ createReactComponent("kol-card-wc");
187
- const KolClickButton = /* @__PURE__ */ createReactComponent("kol-click-button");
188
186
  const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
189
187
  const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
190
188
  const KolDialog = /* @__PURE__ */ createReactComponent("kol-dialog");
@@ -209,13 +207,10 @@ const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
209
207
  const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
210
208
  const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
211
209
  const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
212
- const KolPaginationWc = /* @__PURE__ */ createReactComponent("kol-pagination-wc");
213
210
  const KolPopoverButton = /* @__PURE__ */ createReactComponent("kol-popover-button");
214
- const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-button-wc");
215
211
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
216
212
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
217
213
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
218
- const KolSelectWc = /* @__PURE__ */ createReactComponent("kol-select-wc");
219
214
  const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select");
220
215
  const KolSkeleton = /* @__PURE__ */ createReactComponent("kol-skeleton");
221
216
  const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
@@ -225,11 +220,9 @@ const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-statefu
225
220
  const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
226
221
  const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
227
222
  const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
228
- const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
229
223
  const KolToolbar = /* @__PURE__ */ createReactComponent("kol-toolbar");
230
224
  const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
231
225
  const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
232
- const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
233
226
  const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
234
227
 
235
228
  function createReactRenderElement(hostElement) {
@@ -249,8 +242,6 @@ exports.KolBreadcrumb = KolBreadcrumb;
249
242
  exports.KolButton = KolButton;
250
243
  exports.KolButtonLink = KolButtonLink;
251
244
  exports.KolCard = KolCard;
252
- exports.KolCardWc = KolCardWc;
253
- exports.KolClickButton = KolClickButton;
254
245
  exports.KolCombobox = KolCombobox;
255
246
  exports.KolDetails = KolDetails;
256
247
  exports.KolDialog = KolDialog;
@@ -275,13 +266,10 @@ exports.KolLinkButton = KolLinkButton;
275
266
  exports.KolModal = KolModal;
276
267
  exports.KolNav = KolNav;
277
268
  exports.KolPagination = KolPagination;
278
- exports.KolPaginationWc = KolPaginationWc;
279
269
  exports.KolPopoverButton = KolPopoverButton;
280
- exports.KolPopoverButtonWc = KolPopoverButtonWc;
281
270
  exports.KolProgress = KolProgress;
282
271
  exports.KolQuote = KolQuote;
283
272
  exports.KolSelect = KolSelect;
284
- exports.KolSelectWc = KolSelectWc;
285
273
  exports.KolSingleSelect = KolSingleSelect;
286
274
  exports.KolSkeleton = KolSkeleton;
287
275
  exports.KolSkipNav = KolSkipNav;
@@ -291,11 +279,9 @@ exports.KolTableStateful = KolTableStateful;
291
279
  exports.KolTableStateless = KolTableStateless;
292
280
  exports.KolTabs = KolTabs;
293
281
  exports.KolTextarea = KolTextarea;
294
- exports.KolToastContainer = KolToastContainer;
295
282
  exports.KolToolbar = KolToolbar;
296
283
  exports.KolTree = KolTree;
297
284
  exports.KolTreeItem = KolTreeItem;
298
- exports.KolTreeItemWc = KolTreeItemWc;
299
285
  exports.KolVersion = KolVersion;
300
286
  exports.createReactRenderElement = createReactRenderElement;
301
287
  exports.setTagNameTransformer = setTagNameTransformer;
package/dist/index.d.cts CHANGED
@@ -21,8 +21,6 @@ declare const KolBreadcrumb: react.ForwardRefExoticComponent<JSX.KolBreadcrumb &
21
21
  declare const KolButton: react.ForwardRefExoticComponent<JSX.KolButton & Omit<react.HTMLAttributes<HTMLKolButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonElement>>;
22
22
  declare const KolButtonLink: react.ForwardRefExoticComponent<JSX.KolButtonLink & Omit<react.HTMLAttributes<HTMLKolButtonLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonLinkElement>>;
23
23
  declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.HTMLAttributes<HTMLKolCardElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardElement>>;
24
- declare const KolCardWc: react.ForwardRefExoticComponent<JSX.KolCardWc & Omit<react.HTMLAttributes<HTMLKolCardWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardWcElement>>;
25
- declare const KolClickButton: react.ForwardRefExoticComponent<JSX.KolClickButton & Omit<react.HTMLAttributes<HTMLKolClickButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolClickButtonElement>>;
26
24
  declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
27
25
  declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
28
26
  declare const KolDialog: react.ForwardRefExoticComponent<JSX.KolDialog & Omit<react.HTMLAttributes<HTMLKolDialogElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDialogElement>>;
@@ -47,13 +45,10 @@ declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton &
47
45
  declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
48
46
  declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
49
47
  declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
50
- declare const KolPaginationWc: react.ForwardRefExoticComponent<JSX.KolPaginationWc & Omit<react.HTMLAttributes<HTMLKolPaginationWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationWcElement>>;
51
48
  declare const KolPopoverButton: react.ForwardRefExoticComponent<JSX.KolPopoverButton & Omit<react.HTMLAttributes<HTMLKolPopoverButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonElement>>;
52
- declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopoverButtonWc & Omit<react.HTMLAttributes<HTMLKolPopoverButtonWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonWcElement>>;
53
49
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
54
50
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
55
51
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
56
- declare const KolSelectWc: react.ForwardRefExoticComponent<JSX.KolSelectWc & Omit<react.HTMLAttributes<HTMLKolSelectWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectWcElement>>;
57
52
  declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSelect & Omit<react.HTMLAttributes<HTMLKolSingleSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSingleSelectElement>>;
58
53
  declare const KolSkeleton: react.ForwardRefExoticComponent<JSX.KolSkeleton & Omit<react.HTMLAttributes<HTMLKolSkeletonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkeletonElement>>;
59
54
  declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
@@ -63,13 +58,11 @@ declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStat
63
58
  declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
64
59
  declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
65
60
  declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
66
- declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
67
61
  declare const KolToolbar: react.ForwardRefExoticComponent<JSX.KolToolbar & Omit<react.HTMLAttributes<HTMLKolToolbarElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToolbarElement>>;
68
62
  declare const KolTree: react.ForwardRefExoticComponent<JSX.KolTree & Omit<react.HTMLAttributes<HTMLKolTreeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeElement>>;
69
63
  declare const KolTreeItem: react.ForwardRefExoticComponent<JSX.KolTreeItem & Omit<react.HTMLAttributes<HTMLKolTreeItemElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemElement>>;
70
- declare const KolTreeItemWc: react.ForwardRefExoticComponent<JSX.KolTreeItemWc & Omit<react.HTMLAttributes<HTMLKolTreeItemWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemWcElement>>;
71
64
  declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
72
65
 
73
66
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
74
67
 
75
- 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, createReactRenderElement, setTagNameTransformer };
68
+ 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, createReactRenderElement, setTagNameTransformer };
package/dist/index.d.mts CHANGED
@@ -21,8 +21,6 @@ declare const KolBreadcrumb: react.ForwardRefExoticComponent<JSX.KolBreadcrumb &
21
21
  declare const KolButton: react.ForwardRefExoticComponent<JSX.KolButton & Omit<react.HTMLAttributes<HTMLKolButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonElement>>;
22
22
  declare const KolButtonLink: react.ForwardRefExoticComponent<JSX.KolButtonLink & Omit<react.HTMLAttributes<HTMLKolButtonLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonLinkElement>>;
23
23
  declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.HTMLAttributes<HTMLKolCardElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardElement>>;
24
- declare const KolCardWc: react.ForwardRefExoticComponent<JSX.KolCardWc & Omit<react.HTMLAttributes<HTMLKolCardWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardWcElement>>;
25
- declare const KolClickButton: react.ForwardRefExoticComponent<JSX.KolClickButton & Omit<react.HTMLAttributes<HTMLKolClickButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolClickButtonElement>>;
26
24
  declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
27
25
  declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
28
26
  declare const KolDialog: react.ForwardRefExoticComponent<JSX.KolDialog & Omit<react.HTMLAttributes<HTMLKolDialogElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDialogElement>>;
@@ -47,13 +45,10 @@ declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton &
47
45
  declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
48
46
  declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
49
47
  declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
50
- declare const KolPaginationWc: react.ForwardRefExoticComponent<JSX.KolPaginationWc & Omit<react.HTMLAttributes<HTMLKolPaginationWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationWcElement>>;
51
48
  declare const KolPopoverButton: react.ForwardRefExoticComponent<JSX.KolPopoverButton & Omit<react.HTMLAttributes<HTMLKolPopoverButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonElement>>;
52
- declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopoverButtonWc & Omit<react.HTMLAttributes<HTMLKolPopoverButtonWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonWcElement>>;
53
49
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
54
50
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
55
51
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
56
- declare const KolSelectWc: react.ForwardRefExoticComponent<JSX.KolSelectWc & Omit<react.HTMLAttributes<HTMLKolSelectWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectWcElement>>;
57
52
  declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSelect & Omit<react.HTMLAttributes<HTMLKolSingleSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSingleSelectElement>>;
58
53
  declare const KolSkeleton: react.ForwardRefExoticComponent<JSX.KolSkeleton & Omit<react.HTMLAttributes<HTMLKolSkeletonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkeletonElement>>;
59
54
  declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
@@ -63,13 +58,11 @@ declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStat
63
58
  declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
64
59
  declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
65
60
  declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
66
- declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
67
61
  declare const KolToolbar: react.ForwardRefExoticComponent<JSX.KolToolbar & Omit<react.HTMLAttributes<HTMLKolToolbarElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToolbarElement>>;
68
62
  declare const KolTree: react.ForwardRefExoticComponent<JSX.KolTree & Omit<react.HTMLAttributes<HTMLKolTreeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeElement>>;
69
63
  declare const KolTreeItem: react.ForwardRefExoticComponent<JSX.KolTreeItem & Omit<react.HTMLAttributes<HTMLKolTreeItemElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemElement>>;
70
- declare const KolTreeItemWc: react.ForwardRefExoticComponent<JSX.KolTreeItemWc & Omit<react.HTMLAttributes<HTMLKolTreeItemWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemWcElement>>;
71
64
  declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
72
65
 
73
66
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
74
67
 
75
- 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, createReactRenderElement, setTagNameTransformer };
68
+ 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, createReactRenderElement, setTagNameTransformer };
package/dist/index.d.ts CHANGED
@@ -21,8 +21,6 @@ declare const KolBreadcrumb: react.ForwardRefExoticComponent<JSX.KolBreadcrumb &
21
21
  declare const KolButton: react.ForwardRefExoticComponent<JSX.KolButton & Omit<react.HTMLAttributes<HTMLKolButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonElement>>;
22
22
  declare const KolButtonLink: react.ForwardRefExoticComponent<JSX.KolButtonLink & Omit<react.HTMLAttributes<HTMLKolButtonLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonLinkElement>>;
23
23
  declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.HTMLAttributes<HTMLKolCardElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardElement>>;
24
- declare const KolCardWc: react.ForwardRefExoticComponent<JSX.KolCardWc & Omit<react.HTMLAttributes<HTMLKolCardWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardWcElement>>;
25
- declare const KolClickButton: react.ForwardRefExoticComponent<JSX.KolClickButton & Omit<react.HTMLAttributes<HTMLKolClickButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolClickButtonElement>>;
26
24
  declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
27
25
  declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
28
26
  declare const KolDialog: react.ForwardRefExoticComponent<JSX.KolDialog & Omit<react.HTMLAttributes<HTMLKolDialogElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDialogElement>>;
@@ -47,13 +45,10 @@ declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton &
47
45
  declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
48
46
  declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
49
47
  declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
50
- declare const KolPaginationWc: react.ForwardRefExoticComponent<JSX.KolPaginationWc & Omit<react.HTMLAttributes<HTMLKolPaginationWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationWcElement>>;
51
48
  declare const KolPopoverButton: react.ForwardRefExoticComponent<JSX.KolPopoverButton & Omit<react.HTMLAttributes<HTMLKolPopoverButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonElement>>;
52
- declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopoverButtonWc & Omit<react.HTMLAttributes<HTMLKolPopoverButtonWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonWcElement>>;
53
49
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
54
50
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
55
51
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
56
- declare const KolSelectWc: react.ForwardRefExoticComponent<JSX.KolSelectWc & Omit<react.HTMLAttributes<HTMLKolSelectWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectWcElement>>;
57
52
  declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSelect & Omit<react.HTMLAttributes<HTMLKolSingleSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSingleSelectElement>>;
58
53
  declare const KolSkeleton: react.ForwardRefExoticComponent<JSX.KolSkeleton & Omit<react.HTMLAttributes<HTMLKolSkeletonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkeletonElement>>;
59
54
  declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
@@ -63,13 +58,11 @@ declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStat
63
58
  declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
64
59
  declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
65
60
  declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
66
- declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
67
61
  declare const KolToolbar: react.ForwardRefExoticComponent<JSX.KolToolbar & Omit<react.HTMLAttributes<HTMLKolToolbarElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToolbarElement>>;
68
62
  declare const KolTree: react.ForwardRefExoticComponent<JSX.KolTree & Omit<react.HTMLAttributes<HTMLKolTreeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeElement>>;
69
63
  declare const KolTreeItem: react.ForwardRefExoticComponent<JSX.KolTreeItem & Omit<react.HTMLAttributes<HTMLKolTreeItemElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemElement>>;
70
- declare const KolTreeItemWc: react.ForwardRefExoticComponent<JSX.KolTreeItemWc & Omit<react.HTMLAttributes<HTMLKolTreeItemWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemWcElement>>;
71
64
  declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
72
65
 
73
66
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
74
67
 
75
- 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, createReactRenderElement, setTagNameTransformer };
68
+ 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, createReactRenderElement, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -177,8 +177,6 @@ const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
177
177
  const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
178
178
  const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
179
179
  const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
180
- const KolCardWc = /* @__PURE__ */ createReactComponent("kol-card-wc");
181
- const KolClickButton = /* @__PURE__ */ createReactComponent("kol-click-button");
182
180
  const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
183
181
  const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
184
182
  const KolDialog = /* @__PURE__ */ createReactComponent("kol-dialog");
@@ -203,13 +201,10 @@ const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
203
201
  const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
204
202
  const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
205
203
  const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
206
- const KolPaginationWc = /* @__PURE__ */ createReactComponent("kol-pagination-wc");
207
204
  const KolPopoverButton = /* @__PURE__ */ createReactComponent("kol-popover-button");
208
- const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-button-wc");
209
205
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
210
206
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
211
207
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
212
- const KolSelectWc = /* @__PURE__ */ createReactComponent("kol-select-wc");
213
208
  const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select");
214
209
  const KolSkeleton = /* @__PURE__ */ createReactComponent("kol-skeleton");
215
210
  const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
@@ -219,11 +214,9 @@ const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-statefu
219
214
  const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
220
215
  const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
221
216
  const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
222
- const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
223
217
  const KolToolbar = /* @__PURE__ */ createReactComponent("kol-toolbar");
224
218
  const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
225
219
  const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
226
- const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
227
220
  const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
228
221
 
229
222
  function createReactRenderElement(hostElement) {
@@ -234,4 +227,4 @@ function createReactRenderElement(hostElement) {
234
227
  return renderElement;
235
228
  }
236
229
 
237
- 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, createReactRenderElement, setTagNameTransformer };
230
+ 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, createReactRenderElement, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react",
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": {
@@ -52,12 +52,12 @@
52
52
  "react-dom": "18.3.1",
53
53
  "typescript": "5.9.3",
54
54
  "unbuild": "3.6.1",
55
- "@public-ui/components": "4.1.2-rc.1"
55
+ "@public-ui/components": "4.1.2-rc.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": ">=16.14.0 <19",
59
59
  "react-dom": ">=16.14.0 <19",
60
- "@public-ui/components": "4.1.2-rc.1"
60
+ "@public-ui/components": "4.1.2-rc.2"
61
61
  },
62
62
  "sideEffects": false,
63
63
  "type": "module",