@public-ui/react-standalone 2.0.0-rc.2 → 2.0.0-rc.4
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 +0 -2
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -214,7 +214,6 @@ const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
|
214
214
|
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
215
215
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
216
216
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
217
|
-
const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
218
217
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
219
218
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
220
219
|
|
|
@@ -264,6 +263,5 @@ window.KolSymbol = KolSymbol;
|
|
|
264
263
|
window.KolTable = KolTable;
|
|
265
264
|
window.KolTabs = KolTabs;
|
|
266
265
|
window.KolTextarea = KolTextarea;
|
|
267
|
-
window.KolToast = KolToast;
|
|
268
266
|
window.KolToastContainer = KolToastContainer;
|
|
269
267
|
window.KolVersion = KolVersion;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react-standalone",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"react"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@public-ui/react": "2.0.0-rc.
|
|
45
|
+
"@public-ui/react": "2.0.0-rc.4",
|
|
46
46
|
"cpy-cli": "5.0.0",
|
|
47
47
|
"rimraf": "3.0.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@public-ui/components": "2.0.0-rc.
|
|
50
|
+
"@public-ui/components": "2.0.0-rc.4",
|
|
51
51
|
"react": ">=16.14.0",
|
|
52
52
|
"react-dom": ">=16.14.0"
|
|
53
53
|
},
|