@public-ui/react-v19 4.0.0-alpha.9 → 4.0.0-beta.1

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
@@ -186,6 +186,7 @@ const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
186
186
  const KolCardWc = /* @__PURE__ */ createReactComponent("kol-card-wc");
187
187
  const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
188
188
  const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
189
+ const KolDialog = /* @__PURE__ */ createReactComponent("kol-dialog");
189
190
  const KolDrawer = /* @__PURE__ */ createReactComponent("kol-drawer");
190
191
  const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
191
192
  const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
@@ -213,6 +214,7 @@ const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-but
213
214
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
214
215
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
215
216
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
217
+ const KolSelectWc = /* @__PURE__ */ createReactComponent("kol-select-wc");
216
218
  const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select");
217
219
  const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
218
220
  const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
@@ -248,6 +250,7 @@ exports.KolCard = KolCard;
248
250
  exports.KolCardWc = KolCardWc;
249
251
  exports.KolCombobox = KolCombobox;
250
252
  exports.KolDetails = KolDetails;
253
+ exports.KolDialog = KolDialog;
251
254
  exports.KolDrawer = KolDrawer;
252
255
  exports.KolForm = KolForm;
253
256
  exports.KolHeading = KolHeading;
@@ -275,6 +278,7 @@ exports.KolPopoverButtonWc = KolPopoverButtonWc;
275
278
  exports.KolProgress = KolProgress;
276
279
  exports.KolQuote = KolQuote;
277
280
  exports.KolSelect = KolSelect;
281
+ exports.KolSelectWc = KolSelectWc;
278
282
  exports.KolSingleSelect = KolSingleSelect;
279
283
  exports.KolSkipNav = KolSkipNav;
280
284
  exports.KolSpin = KolSpin;
package/dist/index.d.cts CHANGED
@@ -24,6 +24,7 @@ declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.
24
24
  declare const KolCardWc: react.ForwardRefExoticComponent<JSX.KolCardWc & Omit<react.HTMLAttributes<HTMLKolCardWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardWcElement>>;
25
25
  declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
26
26
  declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
27
+ declare const KolDialog: react.ForwardRefExoticComponent<JSX.KolDialog & Omit<react.HTMLAttributes<HTMLKolDialogElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDialogElement>>;
27
28
  declare const KolDrawer: react.ForwardRefExoticComponent<JSX.KolDrawer & Omit<react.HTMLAttributes<HTMLKolDrawerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDrawerElement>>;
28
29
  declare const KolForm: react.ForwardRefExoticComponent<JSX.KolForm & Omit<react.HTMLAttributes<HTMLKolFormElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolFormElement>>;
29
30
  declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<react.HTMLAttributes<HTMLKolHeadingElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingElement>>;
@@ -51,6 +52,7 @@ declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopover
51
52
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
52
53
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
53
54
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
55
+ declare const KolSelectWc: react.ForwardRefExoticComponent<JSX.KolSelectWc & Omit<react.HTMLAttributes<HTMLKolSelectWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectWcElement>>;
54
56
  declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSelect & Omit<react.HTMLAttributes<HTMLKolSingleSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSingleSelectElement>>;
55
57
  declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
56
58
  declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
@@ -68,5 +70,5 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
68
70
 
69
71
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
70
72
 
71
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, 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, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, createReactRenderElement, setTagNameTransformer };
73
+ 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, createReactRenderElement, setTagNameTransformer };
72
74
  export type { StyleReactProps };
package/dist/index.d.mts CHANGED
@@ -24,6 +24,7 @@ declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.
24
24
  declare const KolCardWc: react.ForwardRefExoticComponent<JSX.KolCardWc & Omit<react.HTMLAttributes<HTMLKolCardWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardWcElement>>;
25
25
  declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
26
26
  declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
27
+ declare const KolDialog: react.ForwardRefExoticComponent<JSX.KolDialog & Omit<react.HTMLAttributes<HTMLKolDialogElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDialogElement>>;
27
28
  declare const KolDrawer: react.ForwardRefExoticComponent<JSX.KolDrawer & Omit<react.HTMLAttributes<HTMLKolDrawerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDrawerElement>>;
28
29
  declare const KolForm: react.ForwardRefExoticComponent<JSX.KolForm & Omit<react.HTMLAttributes<HTMLKolFormElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolFormElement>>;
29
30
  declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<react.HTMLAttributes<HTMLKolHeadingElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingElement>>;
@@ -51,6 +52,7 @@ declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopover
51
52
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
52
53
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
53
54
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
55
+ declare const KolSelectWc: react.ForwardRefExoticComponent<JSX.KolSelectWc & Omit<react.HTMLAttributes<HTMLKolSelectWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectWcElement>>;
54
56
  declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSelect & Omit<react.HTMLAttributes<HTMLKolSingleSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSingleSelectElement>>;
55
57
  declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
56
58
  declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
@@ -68,5 +70,5 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
68
70
 
69
71
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
70
72
 
71
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, 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, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, createReactRenderElement, setTagNameTransformer };
73
+ 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, createReactRenderElement, setTagNameTransformer };
72
74
  export type { StyleReactProps };
package/dist/index.d.ts CHANGED
@@ -24,6 +24,7 @@ declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.
24
24
  declare const KolCardWc: react.ForwardRefExoticComponent<JSX.KolCardWc & Omit<react.HTMLAttributes<HTMLKolCardWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardWcElement>>;
25
25
  declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
26
26
  declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
27
+ declare const KolDialog: react.ForwardRefExoticComponent<JSX.KolDialog & Omit<react.HTMLAttributes<HTMLKolDialogElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDialogElement>>;
27
28
  declare const KolDrawer: react.ForwardRefExoticComponent<JSX.KolDrawer & Omit<react.HTMLAttributes<HTMLKolDrawerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDrawerElement>>;
28
29
  declare const KolForm: react.ForwardRefExoticComponent<JSX.KolForm & Omit<react.HTMLAttributes<HTMLKolFormElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolFormElement>>;
29
30
  declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<react.HTMLAttributes<HTMLKolHeadingElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingElement>>;
@@ -51,6 +52,7 @@ declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopover
51
52
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
52
53
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
53
54
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
55
+ declare const KolSelectWc: react.ForwardRefExoticComponent<JSX.KolSelectWc & Omit<react.HTMLAttributes<HTMLKolSelectWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectWcElement>>;
54
56
  declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSelect & Omit<react.HTMLAttributes<HTMLKolSingleSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSingleSelectElement>>;
55
57
  declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
56
58
  declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
@@ -68,5 +70,5 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
68
70
 
69
71
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
70
72
 
71
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, 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, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, createReactRenderElement, setTagNameTransformer };
73
+ 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, createReactRenderElement, setTagNameTransformer };
72
74
  export type { StyleReactProps };
package/dist/index.mjs CHANGED
@@ -180,6 +180,7 @@ const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
180
180
  const KolCardWc = /* @__PURE__ */ createReactComponent("kol-card-wc");
181
181
  const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
182
182
  const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
183
+ const KolDialog = /* @__PURE__ */ createReactComponent("kol-dialog");
183
184
  const KolDrawer = /* @__PURE__ */ createReactComponent("kol-drawer");
184
185
  const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
185
186
  const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
@@ -207,6 +208,7 @@ const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-but
207
208
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
208
209
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
209
210
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
211
+ const KolSelectWc = /* @__PURE__ */ createReactComponent("kol-select-wc");
210
212
  const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select");
211
213
  const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
212
214
  const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
@@ -230,4 +232,4 @@ function createReactRenderElement(hostElement) {
230
232
  return renderElement;
231
233
  }
232
234
 
233
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, 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, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, createReactRenderElement, setTagNameTransformer };
235
+ 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, createReactRenderElement, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-v19",
3
- "version": "4.0.0-alpha.9",
3
+ "version": "4.0.0-beta.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,16 +50,16 @@
50
50
  "@types/normalize-package-data": "2.4.4",
51
51
  "@types/react": "19.2.7",
52
52
  "@types/react-dom": "19.2.3",
53
- "react": "19.2.1",
54
- "react-dom": "19.2.1",
53
+ "react": "19.2.3",
54
+ "react-dom": "19.2.3",
55
55
  "typescript": "5.9.3",
56
56
  "unbuild": "3.6.1",
57
- "@public-ui/components": "4.0.0-alpha.9"
57
+ "@public-ui/components": "4.0.0-beta.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "react": "^19.2.1",
61
- "react-dom": "^19.2.1",
62
- "@public-ui/components": "4.0.0-alpha.9"
60
+ "react": "^19.2.3",
61
+ "react-dom": "^19.2.3",
62
+ "@public-ui/components": "4.0.0-beta.1"
63
63
  },
64
64
  "sideEffects": false,
65
65
  "type": "module",