@public-ui/react 2.1.2 → 2.1.3
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
|
@@ -221,7 +221,6 @@ const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
|
221
221
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
222
222
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
223
223
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
224
|
-
const KolSpan = /* @__PURE__ */ createReactComponent("kol-span");
|
|
225
224
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
226
225
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
227
226
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
@@ -285,7 +284,6 @@ exports.KolProgress = KolProgress;
|
|
|
285
284
|
exports.KolQuote = KolQuote;
|
|
286
285
|
exports.KolSelect = KolSelect;
|
|
287
286
|
exports.KolSkipNav = KolSkipNav;
|
|
288
|
-
exports.KolSpan = KolSpan;
|
|
289
287
|
exports.KolSpin = KolSpin;
|
|
290
288
|
exports.KolSplitButton = KolSplitButton;
|
|
291
289
|
exports.KolSymbol = KolSymbol;
|
package/dist/index.d.ts
CHANGED
|
@@ -51,7 +51,6 @@ declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omi
|
|
|
51
51
|
declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
|
|
52
52
|
declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
|
|
53
53
|
declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
|
|
54
|
-
declare const KolSpan: react.ForwardRefExoticComponent<JSX.KolSpan & Omit<react.HTMLAttributes<HTMLKolSpanElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpanElement>>;
|
|
55
54
|
declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
|
|
56
55
|
declare const KolSplitButton: react.ForwardRefExoticComponent<JSX.KolSplitButton & Omit<react.HTMLAttributes<HTMLKolSplitButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSplitButtonElement>>;
|
|
57
56
|
declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<react.HTMLAttributes<HTMLKolSymbolElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSymbolElement>>;
|
|
@@ -70,4 +69,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
70
69
|
|
|
71
70
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
72
71
|
|
|
73
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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,
|
|
72
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -215,7 +215,6 @@ const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
|
215
215
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
216
216
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
217
217
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
218
|
-
const KolSpan = /* @__PURE__ */ createReactComponent("kol-span");
|
|
219
218
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
220
219
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
221
220
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
@@ -240,4 +239,4 @@ function createReactRenderElement(hostElement) {
|
|
|
240
239
|
return renderElement;
|
|
241
240
|
}
|
|
242
241
|
|
|
243
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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,
|
|
242
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"@types/react-dom": "18.3.0",
|
|
54
54
|
"react": "18.2.0",
|
|
55
55
|
"react-dom": "18.2.0",
|
|
56
|
-
"typescript": "5.
|
|
56
|
+
"typescript": "5.5.2",
|
|
57
57
|
"unbuild": "1.2.1",
|
|
58
|
-
"@public-ui/components": "2.1.
|
|
58
|
+
"@public-ui/components": "2.1.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": ">=16.14.0",
|
|
62
62
|
"react-dom": ">=16.14.0",
|
|
63
|
-
"@public-ui/components": "2.1.
|
|
63
|
+
"@public-ui/components": "2.1.3"
|
|
64
64
|
},
|
|
65
65
|
"sideEffects": false,
|
|
66
66
|
"type": "module",
|