@public-ui/react-standalone 1.7.3 → 2.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -6
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -182,11 +182,8 @@ const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
182
182
  const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
183
183
  const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
184
184
  const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
185
- const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
186
- const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
187
185
  const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
188
186
  const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
189
- const KolInputAdapterLeanup = /* @__PURE__ */ createReactComponent("kol-input-adapter-leanup");
190
187
  const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
191
188
  const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
192
189
  const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
@@ -235,11 +232,8 @@ window.KolDetails = KolDetails;
235
232
  window.KolForm = KolForm;
236
233
  window.KolHeading = KolHeading;
237
234
  window.KolIcon = KolIcon;
238
- window.KolIconFontAwesome = KolIconFontAwesome;
239
- window.KolIconIcofont = KolIconIcofont;
240
235
  window.KolImage = KolImage;
241
236
  window.KolIndentedText = KolIndentedText;
242
- window.KolInputAdapterLeanup = KolInputAdapterLeanup;
243
237
  window.KolInputCheckbox = KolInputCheckbox;
244
238
  window.KolInputColor = KolInputColor;
245
239
  window.KolInputDate = KolInputDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-standalone",
3
- "version": "1.7.3",
3
+ "version": "2.0.0-rc.1",
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.3",
45
+ "@public-ui/react": "2.0.0-rc.1",
46
46
  "cpy-cli": "5.0.0",
47
47
  "rimraf": "3.0.2"
48
48
  },
49
49
  "peerDependencies": {
50
- "@public-ui/components": "1.7.3",
50
+ "@public-ui/components": "2.0.0-rc.1",
51
51
  "react": ">=16.14.0",
52
52
  "react-dom": ">=16.14.0"
53
53
  },