@adiba-banking-cloud/backoffice 0.0.73 → 0.0.74

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.
@@ -12360,7 +12360,8 @@ const AvatarLabelPanel = _ref2 => {
12360
12360
  size: "xs",
12361
12361
  leftSection: /*#__PURE__*/React.createElement(Icons, {
12362
12362
  name: "Edit2"
12363
- })
12363
+ }),
12364
+ onClick: editFn
12364
12365
  }, editLabel)));
12365
12366
  };
12366
12367
 
@@ -12339,7 +12339,8 @@ const AvatarLabelPanel = _ref2 => {
12339
12339
  size: "xs",
12340
12340
  leftSection: /*#__PURE__*/React.createElement(Icons, {
12341
12341
  name: "Edit2"
12342
- })
12342
+ }),
12343
+ onClick: editFn
12343
12344
  }, editLabel)));
12344
12345
  };
12345
12346
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adiba-banking-cloud/backoffice",
3
3
  "author": "TUROG Technologies",
4
- "version": "0.0.73",
4
+ "version": "0.0.74",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",