@public-ui/react-standalone 1.7.5 → 1.7.6-rc.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -2
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -205,7 +205,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
205
205
  const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
206
206
  const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
207
207
  const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
208
- const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
209
208
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
210
209
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
211
210
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
@@ -258,7 +257,6 @@ window.KolLogo = KolLogo;
258
257
  window.KolModal = KolModal;
259
258
  window.KolNav = KolNav;
260
259
  window.KolPagination = KolPagination;
261
- window.KolPopover = KolPopover;
262
260
  window.KolProgress = KolProgress;
263
261
  window.KolQuote = KolQuote;
264
262
  window.KolSelect = KolSelect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-standalone",
3
- "version": "1.7.5",
3
+ "version": "1.7.6-rc.0",
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": "1.7.5",
45
+ "@public-ui/react": "1.7.6-rc.0",
46
46
  "cpy-cli": "5.0.0",
47
47
  "rimraf": "3.0.2"
48
48
  },
49
49
  "peerDependencies": {
50
- "@public-ui/components": "1.7.5",
50
+ "@public-ui/components": "1.7.6-rc.0",
51
51
  "react": ">=16.14.0",
52
52
  "react-dom": ">=16.14.0"
53
53
  },