@apexcura/ui-components 0.0.11-Beta195 → 0.0.11-Beta196

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.d.mts CHANGED
@@ -40,7 +40,7 @@ type ElementType = {
40
40
  primaryText?: string;
41
41
  secondaryText?: string;
42
42
  count?: number;
43
- icon?: React.JSX.Element;
43
+ icon?: string;
44
44
  placement?: string;
45
45
  profileImage?: string;
46
46
  buttonClassName?: string;
package/dist/index.d.ts CHANGED
@@ -40,7 +40,7 @@ type ElementType = {
40
40
  primaryText?: string;
41
41
  secondaryText?: string;
42
42
  count?: number;
43
- icon?: React.JSX.Element;
43
+ icon?: string;
44
44
  placement?: string;
45
45
  profileImage?: string;
46
46
  buttonClassName?: string;
package/dist/index.js CHANGED
@@ -397,7 +397,7 @@ var ButtonElement = (props) => {
397
397
  onClick: handleClick,
398
398
  className: `${props.className ? props.className : ""}`
399
399
  },
400
- props.icon && /* @__PURE__ */ import_react12.default.createElement("img", { src: props.img }),
400
+ props.icon && /* @__PURE__ */ import_react12.default.createElement("img", { src: props.icon }),
401
401
  props.label
402
402
  );
403
403
  };
package/dist/index.mjs CHANGED
@@ -346,7 +346,7 @@ var ButtonElement = (props) => {
346
346
  onClick: handleClick,
347
347
  className: `${props.className ? props.className : ""}`
348
348
  },
349
- props.icon && /* @__PURE__ */ React11.createElement("img", { src: props.img }),
349
+ props.icon && /* @__PURE__ */ React11.createElement("img", { src: props.icon }),
350
350
  props.label
351
351
  );
352
352
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta195",
3
+ "version": "0.0.11-Beta196",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",