@adiba-banking-cloud/backoffice 0.0.72 → 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
 
@@ -13427,7 +13428,8 @@ const MaskedTilePanel = _ref => {
13427
13428
  justify: "space-between"
13428
13429
  }, /*#__PURE__*/React.createElement(core.Stack, {
13429
13430
  gap: 0,
13430
- p: 0
13431
+ p: 0,
13432
+ flex: 1
13431
13433
  }, /*#__PURE__*/React.createElement(core.Text, {
13432
13434
  fz: "sm",
13433
13435
  fw: 300,
@@ -13465,7 +13467,8 @@ const TilePanel = _ref2 => {
13465
13467
  justify: "space-between"
13466
13468
  }, /*#__PURE__*/React.createElement(core.Stack, {
13467
13469
  gap: 0,
13468
- p: 0
13470
+ p: 0,
13471
+ flex: 1
13469
13472
  }, /*#__PURE__*/React.createElement(core.Text, {
13470
13473
  fz: "sm",
13471
13474
  fw: 300,
@@ -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
 
@@ -13406,7 +13407,8 @@ const MaskedTilePanel = _ref => {
13406
13407
  justify: "space-between"
13407
13408
  }, /*#__PURE__*/React.createElement(Stack, {
13408
13409
  gap: 0,
13409
- p: 0
13410
+ p: 0,
13411
+ flex: 1
13410
13412
  }, /*#__PURE__*/React.createElement(Text, {
13411
13413
  fz: "sm",
13412
13414
  fw: 300,
@@ -13444,7 +13446,8 @@ const TilePanel = _ref2 => {
13444
13446
  justify: "space-between"
13445
13447
  }, /*#__PURE__*/React.createElement(Stack, {
13446
13448
  gap: 0,
13447
- p: 0
13449
+ p: 0,
13450
+ flex: 1
13448
13451
  }, /*#__PURE__*/React.createElement(Text, {
13449
13452
  fz: "sm",
13450
13453
  fw: 300,
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.72",
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",