@apexcura/ui-components 0.0.12-Beta77 → 0.0.12-Beta78

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
@@ -565,7 +565,7 @@ var Notification = (props) => /* @__PURE__ */ import_react15.default.createEleme
565
565
  trigger: "focus",
566
566
  placement: "bottomRight"
567
567
  },
568
- /* @__PURE__ */ import_react15.default.createElement(import_antd12.Button, { className: props.notification.buttonClassName }, /* @__PURE__ */ import_react15.default.createElement("span", null, props.notification.icon), /* @__PURE__ */ import_react15.default.createElement("span", null, props.notification.count))
568
+ /* @__PURE__ */ import_react15.default.createElement(import_antd12.Button, { className: props.buttonClassName }, /* @__PURE__ */ import_react15.default.createElement("span", null, props.icon), /* @__PURE__ */ import_react15.default.createElement("span", null, props.count))
569
569
  );
570
570
 
571
571
  // src/Components/Profile.tsx
package/dist/index.mjs CHANGED
@@ -516,7 +516,7 @@ var Notification = (props) => /* @__PURE__ */ React14.createElement(
516
516
  trigger: "focus",
517
517
  placement: "bottomRight"
518
518
  },
519
- /* @__PURE__ */ React14.createElement(Button4, { className: props.notification.buttonClassName }, /* @__PURE__ */ React14.createElement("span", null, props.notification.icon), /* @__PURE__ */ React14.createElement("span", null, props.notification.count))
519
+ /* @__PURE__ */ React14.createElement(Button4, { className: props.buttonClassName }, /* @__PURE__ */ React14.createElement("span", null, props.icon), /* @__PURE__ */ React14.createElement("span", null, props.count))
520
520
  );
521
521
 
522
522
  // src/Components/Profile.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.12-Beta77",
3
+ "version": "0.0.12-Beta78",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",