@public-ui/react 1.7.5 → 1.7.6-rc.0
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 +7 -7
package/dist/index.cjs
CHANGED
|
@@ -213,7 +213,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
|
213
213
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
214
214
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
215
215
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
216
|
-
const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
|
|
217
216
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
218
217
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
219
218
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -266,7 +265,6 @@ exports.KolLogo = KolLogo;
|
|
|
266
265
|
exports.KolModal = KolModal;
|
|
267
266
|
exports.KolNav = KolNav;
|
|
268
267
|
exports.KolPagination = KolPagination;
|
|
269
|
-
exports.KolPopover = KolPopover;
|
|
270
268
|
exports.KolProgress = KolProgress;
|
|
271
269
|
exports.KolQuote = KolQuote;
|
|
272
270
|
exports.KolSelect = KolSelect;
|
package/dist/index.d.ts
CHANGED
|
@@ -46,7 +46,6 @@ declare const KolLogo: react.ForwardRefExoticComponent<JSX.KolLogo & Omit<react.
|
|
|
46
46
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
47
47
|
declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
|
|
48
48
|
declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
|
|
49
|
-
declare const KolPopover: react.ForwardRefExoticComponent<JSX.KolPopover & Omit<react.HTMLAttributes<HTMLKolPopoverElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverElement>>;
|
|
50
49
|
declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
|
|
51
50
|
declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
|
|
52
51
|
declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
|
|
@@ -62,4 +61,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
62
61
|
declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
|
|
63
62
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
64
63
|
|
|
65
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination,
|
|
64
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, 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, KolToast, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -207,7 +207,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
|
207
207
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
208
208
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
209
209
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
210
|
-
const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
|
|
211
210
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
212
211
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
213
212
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -223,4 +222,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
223
222
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
224
223
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
225
224
|
|
|
226
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination,
|
|
225
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, 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, KolToast, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6-rc.0",
|
|
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": "1.7.
|
|
45
|
+
"@public-ui/components": "1.7.6-rc.0",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
|
-
"@types/minimist": "1.2.
|
|
47
|
+
"@types/minimist": "1.2.5",
|
|
48
48
|
"@types/node": "ts5.1",
|
|
49
|
-
"@types/normalize-package-data": "2.4.
|
|
50
|
-
"@types/react": "18.2.
|
|
51
|
-
"@types/react-dom": "18.2.
|
|
49
|
+
"@types/normalize-package-data": "2.4.4",
|
|
50
|
+
"@types/react": "18.2.37",
|
|
51
|
+
"@types/react-dom": "18.2.15",
|
|
52
52
|
"react": "18.2.0",
|
|
53
53
|
"react-dom": "18.2.0",
|
|
54
54
|
"typescript": "5.2.2",
|
|
55
55
|
"unbuild": "1.2.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@public-ui/components": "1.7.
|
|
58
|
+
"@public-ui/components": "1.7.6-rc.0",
|
|
59
59
|
"react": ">=16.14.0",
|
|
60
60
|
"react-dom": ">=16.14.0"
|
|
61
61
|
},
|