@public-ui/react 2.1.5-rc.8 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -200,6 +200,7 @@ const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
200
200
  const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
201
201
  const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
202
202
  const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
203
+ const KolIndentedTextWc = /* @__PURE__ */ createReactComponent("kol-indented-text-wc");
203
204
  const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
204
205
  const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
205
206
  const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
@@ -264,6 +265,7 @@ exports.KolHeading = KolHeading;
264
265
  exports.KolIcon = KolIcon;
265
266
  exports.KolImage = KolImage;
266
267
  exports.KolIndentedText = KolIndentedText;
268
+ exports.KolIndentedTextWc = KolIndentedTextWc;
267
269
  exports.KolInputCheckbox = KolInputCheckbox;
268
270
  exports.KolInputColor = KolInputColor;
269
271
  exports.KolInputDate = KolInputDate;
package/dist/index.d.ts CHANGED
@@ -30,6 +30,7 @@ declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<
30
30
  declare const KolIcon: react.ForwardRefExoticComponent<JSX.KolIcon & Omit<react.HTMLAttributes<HTMLKolIconElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconElement>>;
31
31
  declare const KolImage: react.ForwardRefExoticComponent<JSX.KolImage & Omit<react.HTMLAttributes<HTMLKolImageElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolImageElement>>;
32
32
  declare const KolIndentedText: react.ForwardRefExoticComponent<JSX.KolIndentedText & Omit<react.HTMLAttributes<HTMLKolIndentedTextElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIndentedTextElement>>;
33
+ declare const KolIndentedTextWc: react.ForwardRefExoticComponent<JSX.KolIndentedTextWc & Omit<react.HTMLAttributes<HTMLKolIndentedTextWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIndentedTextWcElement>>;
33
34
  declare const KolInputCheckbox: react.ForwardRefExoticComponent<JSX.KolInputCheckbox & Omit<react.HTMLAttributes<HTMLKolInputCheckboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputCheckboxElement>>;
34
35
  declare const KolInputColor: react.ForwardRefExoticComponent<JSX.KolInputColor & Omit<react.HTMLAttributes<HTMLKolInputColorElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputColorElement>>;
35
36
  declare const KolInputDate: react.ForwardRefExoticComponent<JSX.KolInputDate & Omit<react.HTMLAttributes<HTMLKolInputDateElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputDateElement>>;
@@ -70,4 +71,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
70
71
 
71
72
  declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
72
73
 
73
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
74
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolIndentedTextWc, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -194,6 +194,7 @@ const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
194
194
  const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
195
195
  const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
196
196
  const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
197
+ const KolIndentedTextWc = /* @__PURE__ */ createReactComponent("kol-indented-text-wc");
197
198
  const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
198
199
  const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
199
200
  const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
@@ -240,4 +241,4 @@ function createReactRenderElement(hostElement) {
240
241
  return renderElement;
241
242
  }
242
243
 
243
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
244
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolIndentedTextWc, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react",
3
- "version": "2.1.5-rc.8",
3
+ "version": "2.1.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -55,12 +55,12 @@
55
55
  "react-dom": "18.2.0",
56
56
  "typescript": "5.5.2",
57
57
  "unbuild": "1.2.1",
58
- "@public-ui/components": "2.1.5-rc.8"
58
+ "@public-ui/components": "2.1.5"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "react": ">=16.14.0",
62
62
  "react-dom": ">=16.14.0",
63
- "@public-ui/components": "2.1.5-rc.8"
63
+ "@public-ui/components": "2.1.5"
64
64
  },
65
65
  "sideEffects": false,
66
66
  "type": "module",