@public-ui/react 2.0.4 → 2.0.6
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 +8 -0
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +5 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -222,6 +222,10 @@ const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
|
222
222
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
223
223
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
224
224
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
225
|
+
const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
|
|
226
|
+
const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
|
|
227
|
+
const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
|
|
228
|
+
const KolTreeWc = /* @__PURE__ */ createReactComponent("kol-tree-wc");
|
|
225
229
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
226
230
|
|
|
227
231
|
exports.KolAbbr = KolAbbr;
|
|
@@ -270,4 +274,8 @@ exports.KolTable = KolTable;
|
|
|
270
274
|
exports.KolTabs = KolTabs;
|
|
271
275
|
exports.KolTextarea = KolTextarea;
|
|
272
276
|
exports.KolToastContainer = KolToastContainer;
|
|
277
|
+
exports.KolTree = KolTree;
|
|
278
|
+
exports.KolTreeItem = KolTreeItem;
|
|
279
|
+
exports.KolTreeItemWc = KolTreeItemWc;
|
|
280
|
+
exports.KolTreeWc = KolTreeWc;
|
|
273
281
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -55,6 +55,10 @@ declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<reac
|
|
|
55
55
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
56
56
|
declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
|
|
57
57
|
declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
|
|
58
|
+
declare const KolTree: react.ForwardRefExoticComponent<JSX.KolTree & Omit<react.HTMLAttributes<HTMLKolTreeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeElement>>;
|
|
59
|
+
declare const KolTreeItem: react.ForwardRefExoticComponent<JSX.KolTreeItem & Omit<react.HTMLAttributes<HTMLKolTreeItemElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemElement>>;
|
|
60
|
+
declare const KolTreeItemWc: react.ForwardRefExoticComponent<JSX.KolTreeItemWc & Omit<react.HTMLAttributes<HTMLKolTreeItemWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeItemWcElement>>;
|
|
61
|
+
declare const KolTreeWc: react.ForwardRefExoticComponent<JSX.KolTreeWc & Omit<react.HTMLAttributes<HTMLKolTreeWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTreeWcElement>>;
|
|
58
62
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
59
63
|
|
|
60
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
|
64
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -216,6 +216,10 @@ const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
|
216
216
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
217
217
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
218
218
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
219
|
+
const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
|
|
220
|
+
const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
|
|
221
|
+
const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
|
|
222
|
+
const KolTreeWc = /* @__PURE__ */ createReactComponent("kol-tree-wc");
|
|
219
223
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
220
224
|
|
|
221
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
|
225
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
"react"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@public-ui/components": "2.0.
|
|
45
|
+
"@public-ui/components": "2.0.6",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
47
|
"@types/minimist": "1.2.5",
|
|
48
48
|
"@types/node": "ts5.3",
|
|
49
49
|
"@types/normalize-package-data": "2.4.4",
|
|
50
|
-
"@types/react": "18.2.
|
|
51
|
-
"@types/react-dom": "18.2.
|
|
50
|
+
"@types/react": "18.2.55",
|
|
51
|
+
"@types/react-dom": "18.2.19",
|
|
52
52
|
"react": "18.2.0",
|
|
53
53
|
"react-dom": "18.2.0",
|
|
54
54
|
"typescript": "5.3.3",
|
|
55
55
|
"unbuild": "1.2.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@public-ui/components": "2.0.
|
|
58
|
+
"@public-ui/components": "2.0.6",
|
|
59
59
|
"react": ">=16.14.0",
|
|
60
60
|
"react-dom": ">=16.14.0"
|
|
61
61
|
},
|