@public-ui/react 1.5.0-rc.13 → 1.5.0-rc.14
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 +3 -3
package/dist/index.cjs
CHANGED
|
@@ -209,7 +209,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
|
209
209
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
210
210
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
211
211
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
212
|
-
const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
|
|
213
212
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
214
213
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
215
214
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -261,7 +260,6 @@ exports.KolLogo = KolLogo;
|
|
|
261
260
|
exports.KolModal = KolModal;
|
|
262
261
|
exports.KolNav = KolNav;
|
|
263
262
|
exports.KolPagination = KolPagination;
|
|
264
|
-
exports.KolPopover = KolPopover;
|
|
265
263
|
exports.KolProgress = KolProgress;
|
|
266
264
|
exports.KolQuote = KolQuote;
|
|
267
265
|
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>>;
|
|
@@ -61,4 +60,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
61
60
|
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
62
61
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
63
62
|
|
|
64
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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,
|
|
63
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -201,7 +201,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
|
201
201
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
202
202
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
203
203
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
204
|
-
const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
|
|
205
204
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
206
205
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
207
206
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -216,4 +215,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
216
215
|
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
217
216
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
218
217
|
|
|
219
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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,
|
|
218
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "1.5.0-rc.
|
|
3
|
+
"version": "1.5.0-rc.14",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@public-ui/components": "1.5.0-rc.
|
|
49
|
+
"@public-ui/components": "1.5.0-rc.14",
|
|
50
50
|
"@types/minimatch": "5.1.2",
|
|
51
51
|
"@types/minimist": "1.2.2",
|
|
52
52
|
"@types/node": "ts4.9",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"unbuild": "0.8.11"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@public-ui/components": "1.5.0-rc.
|
|
62
|
+
"@public-ui/components": "1.5.0-rc.14",
|
|
63
63
|
"react": ">=16.14.0",
|
|
64
64
|
"react-dom": ">=16.14.0"
|
|
65
65
|
},
|