@public-ui/react 1.7.23 → 1.7.25
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 +5 -5
package/dist/index.cjs
CHANGED
|
@@ -223,7 +223,6 @@ const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
|
223
223
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
224
224
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
225
225
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
226
|
-
const KolSpan = /* @__PURE__ */ createReactComponent("kol-span");
|
|
227
226
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
228
227
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
229
228
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
@@ -283,7 +282,6 @@ exports.KolProgress = KolProgress;
|
|
|
283
282
|
exports.KolQuote = KolQuote;
|
|
284
283
|
exports.KolSelect = KolSelect;
|
|
285
284
|
exports.KolSkipNav = KolSkipNav;
|
|
286
|
-
exports.KolSpan = KolSpan;
|
|
287
285
|
exports.KolSpin = KolSpin;
|
|
288
286
|
exports.KolSplitButton = KolSplitButton;
|
|
289
287
|
exports.KolSymbol = KolSymbol;
|
package/dist/index.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omi
|
|
|
53
53
|
declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
|
|
54
54
|
declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
|
|
55
55
|
declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
|
|
56
|
-
declare const KolSpan: react.ForwardRefExoticComponent<JSX.KolSpan & Omit<react.HTMLAttributes<HTMLKolSpanElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpanElement>>;
|
|
57
56
|
declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
|
|
58
57
|
declare const KolSplitButton: react.ForwardRefExoticComponent<JSX.KolSplitButton & Omit<react.HTMLAttributes<HTMLKolSplitButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSplitButtonElement>>;
|
|
59
58
|
declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<react.HTMLAttributes<HTMLKolSymbolElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSymbolElement>>;
|
|
@@ -66,4 +65,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
66
65
|
|
|
67
66
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
68
67
|
|
|
69
|
-
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,
|
|
68
|
+
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, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, createReactRenderElement, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -217,7 +217,6 @@ const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
|
217
217
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
218
218
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
219
219
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
220
|
-
const KolSpan = /* @__PURE__ */ createReactComponent("kol-span");
|
|
221
220
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
222
221
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
223
222
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
@@ -236,4 +235,4 @@ function createReactRenderElement(hostElement) {
|
|
|
236
235
|
return renderElement;
|
|
237
236
|
}
|
|
238
237
|
|
|
239
|
-
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,
|
|
238
|
+
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, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, createReactRenderElement, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.25",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"@types/minimist": "1.2.5",
|
|
47
47
|
"@types/node": "ts5.4",
|
|
48
48
|
"@types/normalize-package-data": "2.4.4",
|
|
49
|
-
"@types/react": "18.3.
|
|
49
|
+
"@types/react": "18.3.3",
|
|
50
50
|
"@types/react-dom": "18.3.0",
|
|
51
51
|
"react": "18.2.0",
|
|
52
52
|
"react-dom": "18.2.0",
|
|
53
|
-
"typescript": "5.
|
|
53
|
+
"typescript": "5.5.2",
|
|
54
54
|
"unbuild": "1.2.1",
|
|
55
|
-
"@public-ui/components": "1.7.
|
|
55
|
+
"@public-ui/components": "1.7.25"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": ">=16.14.0",
|
|
59
59
|
"react-dom": ">=16.14.0",
|
|
60
|
-
"@public-ui/components": "1.7.
|
|
60
|
+
"@public-ui/components": "1.7.25"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"type": "module",
|