@public-ui/react-standalone 2.0.0-rc.8 → 2.0.0-rc.9
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
|
@@ -202,7 +202,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
|
202
202
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
203
203
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
204
204
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
205
|
-
const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
|
|
206
205
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
207
206
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
208
207
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -251,7 +250,6 @@ window.KolLogo = KolLogo;
|
|
|
251
250
|
window.KolModal = KolModal;
|
|
252
251
|
window.KolNav = KolNav;
|
|
253
252
|
window.KolPagination = KolPagination;
|
|
254
|
-
window.KolPopover = KolPopover;
|
|
255
253
|
window.KolProgress = KolProgress;
|
|
256
254
|
window.KolQuote = KolQuote;
|
|
257
255
|
window.KolSelect = KolSelect;
|
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.9",
|
|
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.9",
|
|
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.9",
|
|
51
51
|
"react": ">=16.14.0",
|
|
52
52
|
"react-dom": ">=16.14.0"
|
|
53
53
|
},
|