@apexcura/ui-components 0.0.14-Beta220 → 0.0.14-Beta221

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.js CHANGED
@@ -396,7 +396,6 @@ var ButtonElement = (props) => {
396
396
  cursor: props.loading ? "no-drop" : "pointer"
397
397
  }
398
398
  },
399
- props.icon && JSON.parse(props.icon),
400
399
  /* @__PURE__ */ import_react11.default.createElement("span", { className: props.iconsClassName, style: { position: "relative" } }, /* @__PURE__ */ import_react11.default.createElement(
401
400
  "span",
402
401
  {
package/dist/index.mjs CHANGED
@@ -330,7 +330,6 @@ var ButtonElement = (props) => {
330
330
  cursor: props.loading ? "no-drop" : "pointer"
331
331
  }
332
332
  },
333
- props.icon && JSON.parse(props.icon),
334
333
  /* @__PURE__ */ React11.createElement("span", { className: props.iconsClassName, style: { position: "relative" } }, /* @__PURE__ */ React11.createElement(
335
334
  "span",
336
335
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta220",
3
+ "version": "0.0.14-Beta221",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",