@public-ui/react-standalone 2.0.13 → 2.0.15
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 +3 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -219,6 +219,8 @@ const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
|
219
219
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
220
220
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
221
221
|
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
222
|
+
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
223
|
+
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
222
224
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
223
225
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
224
226
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
@@ -236,4 +238,4 @@ function createReactRenderElement(hostElement) {
|
|
|
236
238
|
return renderElement;
|
|
237
239
|
}
|
|
238
240
|
|
|
239
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
241
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, 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.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"react"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@public-ui/react": "2.0.
|
|
48
|
+
"@public-ui/react": "2.0.15",
|
|
49
49
|
"cpy-cli": "5.0.0",
|
|
50
50
|
"rimraf": "5.0.5"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@public-ui/components": "2.0.
|
|
53
|
+
"@public-ui/components": "2.0.15",
|
|
54
54
|
"react": ">=16.14.0",
|
|
55
55
|
"react-dom": ">=16.14.0"
|
|
56
56
|
},
|