@public-ui/react-standalone 2.1.1 → 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.mjs +1 -2
- package/package.json +4 -4
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-standalone",
|
|
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": {
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"cpy-cli": "5.0.0",
|
|
49
|
-
"rimraf": "5.0.
|
|
50
|
-
"@public-ui/react": "2.1.
|
|
49
|
+
"rimraf": "5.0.7",
|
|
50
|
+
"@public-ui/react": "2.1.3"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": ">=16.14.0",
|
|
54
54
|
"react-dom": ">=16.14.0",
|
|
55
|
-
"@public-ui/components": "2.1.
|
|
55
|
+
"@public-ui/components": "2.1.3"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"type": "module",
|