@public-ui/react 2.1.8 → 2.1.9
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 +0 -4
- package/dist/index.d.ts +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -200,7 +200,6 @@ 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");
|
|
204
203
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
205
204
|
const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
|
|
206
205
|
const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
|
|
@@ -237,7 +236,6 @@ const KolToolbar = /* @__PURE__ */ createReactComponent("kol-toolbar");
|
|
|
237
236
|
const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
|
|
238
237
|
const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
|
|
239
238
|
const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
|
|
240
|
-
const KolTreeWc = /* @__PURE__ */ createReactComponent("kol-tree-wc");
|
|
241
239
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
242
240
|
|
|
243
241
|
function createReactRenderElement(hostElement) {
|
|
@@ -266,7 +264,6 @@ exports.KolHeading = KolHeading;
|
|
|
266
264
|
exports.KolIcon = KolIcon;
|
|
267
265
|
exports.KolImage = KolImage;
|
|
268
266
|
exports.KolIndentedText = KolIndentedText;
|
|
269
|
-
exports.KolIndentedTextWc = KolIndentedTextWc;
|
|
270
267
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
271
268
|
exports.KolInputColor = KolInputColor;
|
|
272
269
|
exports.KolInputDate = KolInputDate;
|
|
@@ -303,7 +300,6 @@ exports.KolToolbar = KolToolbar;
|
|
|
303
300
|
exports.KolTree = KolTree;
|
|
304
301
|
exports.KolTreeItem = KolTreeItem;
|
|
305
302
|
exports.KolTreeItemWc = KolTreeItemWc;
|
|
306
|
-
exports.KolTreeWc = KolTreeWc;
|
|
307
303
|
exports.KolVersion = KolVersion;
|
|
308
304
|
exports.createReactRenderElement = createReactRenderElement;
|
|
309
305
|
exports.setTagNameTransformer = setTagNameTransformer;
|
package/dist/index.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ 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>>;
|
|
34
33
|
declare const KolInputCheckbox: react.ForwardRefExoticComponent<JSX.KolInputCheckbox & Omit<react.HTMLAttributes<HTMLKolInputCheckboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputCheckboxElement>>;
|
|
35
34
|
declare const KolInputColor: react.ForwardRefExoticComponent<JSX.KolInputColor & Omit<react.HTMLAttributes<HTMLKolInputColorElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputColorElement>>;
|
|
36
35
|
declare const KolInputDate: react.ForwardRefExoticComponent<JSX.KolInputDate & Omit<react.HTMLAttributes<HTMLKolInputDateElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputDateElement>>;
|
|
@@ -67,9 +66,8 @@ declare const KolToolbar: react.ForwardRefExoticComponent<JSX.KolToolbar & Omit<
|
|
|
67
66
|
declare const KolTree: react.ForwardRefExoticComponent<JSX.KolTree & Omit<react.HTMLAttributes<HTMLKolTreeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeElement>>;
|
|
68
67
|
declare const KolTreeItem: react.ForwardRefExoticComponent<JSX.KolTreeItem & Omit<react.HTMLAttributes<HTMLKolTreeItemElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemElement>>;
|
|
69
68
|
declare const KolTreeItemWc: react.ForwardRefExoticComponent<JSX.KolTreeItemWc & Omit<react.HTMLAttributes<HTMLKolTreeItemWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemWcElement>>;
|
|
70
|
-
declare const KolTreeWc: react.ForwardRefExoticComponent<JSX.KolTreeWc & Omit<react.HTMLAttributes<HTMLKolTreeWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeWcElement>>;
|
|
71
69
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
72
70
|
|
|
73
71
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
74
72
|
|
|
75
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText,
|
|
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, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, createReactRenderElement, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -194,7 +194,6 @@ 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");
|
|
198
197
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
199
198
|
const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
|
|
200
199
|
const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
|
|
@@ -231,7 +230,6 @@ const KolToolbar = /* @__PURE__ */ createReactComponent("kol-toolbar");
|
|
|
231
230
|
const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
|
|
232
231
|
const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
|
|
233
232
|
const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
|
|
234
|
-
const KolTreeWc = /* @__PURE__ */ createReactComponent("kol-tree-wc");
|
|
235
233
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
236
234
|
|
|
237
235
|
function createReactRenderElement(hostElement) {
|
|
@@ -242,4 +240,4 @@ function createReactRenderElement(hostElement) {
|
|
|
242
240
|
return renderElement;
|
|
243
241
|
}
|
|
244
242
|
|
|
245
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText,
|
|
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, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, 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",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"react-dom": "18.2.0",
|
|
55
55
|
"typescript": "5.6.2",
|
|
56
56
|
"unbuild": "1.2.1",
|
|
57
|
-
"@public-ui/components": "2.1.
|
|
57
|
+
"@public-ui/components": "2.1.9"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": ">=16.14.0",
|
|
61
61
|
"react-dom": ">=16.14.0",
|
|
62
|
-
"@public-ui/components": "2.1.
|
|
62
|
+
"@public-ui/components": "2.1.9"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": false,
|
|
65
65
|
"type": "module",
|