@adiba-banking-cloud/backoffice 0.0.78 → 0.0.79

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.
@@ -12943,10 +12943,10 @@ const SimpleBody = _ref => {
12943
12943
  fw: 300,
12944
12944
  fz: "sm",
12945
12945
  h: 50
12946
- }, columns.map((column, index) => {
12946
+ }, columns.map((column, idx) => {
12947
12947
  const columnIndex = column.id;
12948
12948
  return /*#__PURE__*/React.createElement(core.Table.Td, {
12949
- key: index
12949
+ key: idx
12950
12950
  }, typeof row[columnIndex] === 'function' ? row[columnIndex]("".concat(index)) : row[columnIndex] || "");
12951
12951
  }));
12952
12952
  };
@@ -12922,10 +12922,10 @@ const SimpleBody = _ref => {
12922
12922
  fw: 300,
12923
12923
  fz: "sm",
12924
12924
  h: 50
12925
- }, columns.map((column, index) => {
12925
+ }, columns.map((column, idx) => {
12926
12926
  const columnIndex = column.id;
12927
12927
  return /*#__PURE__*/React.createElement(Table.Td, {
12928
- key: index
12928
+ key: idx
12929
12929
  }, typeof row[columnIndex] === 'function' ? row[columnIndex]("".concat(index)) : row[columnIndex] || "");
12930
12930
  }));
12931
12931
  };
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.78",
4
+ "version": "0.0.79",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",