@public-ui/react 2.0.0-rc.2 → 2.0.0-rc.4
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 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -222,7 +222,6 @@ const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
|
222
222
|
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
223
223
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
224
224
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
225
|
-
const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
226
225
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
227
226
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
228
227
|
|
|
@@ -272,6 +271,5 @@ exports.KolSymbol = KolSymbol;
|
|
|
272
271
|
exports.KolTable = KolTable;
|
|
273
272
|
exports.KolTabs = KolTabs;
|
|
274
273
|
exports.KolTextarea = KolTextarea;
|
|
275
|
-
exports.KolToast = KolToast;
|
|
276
274
|
exports.KolToastContainer = KolToastContainer;
|
|
277
275
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -55,8 +55,7 @@ declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<re
|
|
|
55
55
|
declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<react.HTMLAttributes<HTMLKolTableElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableElement>>;
|
|
56
56
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
57
57
|
declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
|
|
58
|
-
declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<react.HTMLAttributes<HTMLKolToastElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastElement>>;
|
|
59
58
|
declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
|
|
60
59
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
61
60
|
|
|
62
|
-
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea,
|
|
61
|
+
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -216,8 +216,7 @@ const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
|
216
216
|
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
217
217
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
218
218
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
219
|
-
const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
220
219
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
221
220
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
222
221
|
|
|
223
|
-
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea,
|
|
222
|
+
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"react"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@public-ui/components": "2.0.0-rc.
|
|
45
|
+
"@public-ui/components": "2.0.0-rc.4",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
47
|
"@types/minimist": "1.2.4",
|
|
48
48
|
"@types/node": "ts5.1",
|
|
49
49
|
"@types/normalize-package-data": "2.4.3",
|
|
50
|
-
"@types/react": "18.2.
|
|
50
|
+
"@types/react": "18.2.31",
|
|
51
51
|
"@types/react-dom": "18.2.14",
|
|
52
52
|
"react": "18.2.0",
|
|
53
53
|
"react-dom": "18.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"unbuild": "1.2.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@public-ui/components": "2.0.0-rc.
|
|
58
|
+
"@public-ui/components": "2.0.0-rc.4",
|
|
59
59
|
"react": ">=16.14.0",
|
|
60
60
|
"react-dom": ">=16.14.0"
|
|
61
61
|
},
|