@public-ui/react-standalone 2.1.0 → 2.1.1
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 +5 -5
package/dist/index.mjs
CHANGED
|
@@ -186,6 +186,7 @@ const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
|
|
|
186
186
|
const KolButtonGroup = /* @__PURE__ */ createReactComponent("kol-button-group");
|
|
187
187
|
const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
|
|
188
188
|
const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
|
|
189
|
+
const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
|
|
189
190
|
const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
|
|
190
191
|
const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
191
192
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
@@ -224,6 +225,7 @@ const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-statel
|
|
|
224
225
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
225
226
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
226
227
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
228
|
+
const KolToolbar = /* @__PURE__ */ createReactComponent("kol-toolbar");
|
|
227
229
|
const KolTree = /* @__PURE__ */ createReactComponent("kol-tree");
|
|
228
230
|
const KolTreeItem = /* @__PURE__ */ createReactComponent("kol-tree-item");
|
|
229
231
|
const KolTreeItemWc = /* @__PURE__ */ createReactComponent("kol-tree-item-wc");
|
|
@@ -238,4 +240,4 @@ function createReactRenderElement(hostElement) {
|
|
|
238
240
|
return renderElement;
|
|
239
241
|
}
|
|
240
242
|
|
|
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 };
|
|
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, KolSpan, 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.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"react"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@public-ui/react": "2.1.0",
|
|
49
48
|
"cpy-cli": "5.0.0",
|
|
50
|
-
"rimraf": "5.0.5"
|
|
49
|
+
"rimraf": "5.0.5",
|
|
50
|
+
"@public-ui/react": "2.1.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@public-ui/components": "2.1.0",
|
|
54
53
|
"react": ">=16.14.0",
|
|
55
|
-
"react-dom": ">=16.14.0"
|
|
54
|
+
"react-dom": ">=16.14.0",
|
|
55
|
+
"@public-ui/components": "2.1.1"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"type": "module",
|