@adiba-banking-cloud/backoffice 0.0.76 → 0.0.78

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.
@@ -12120,7 +12120,6 @@ const SideMenu = _ref => {
12120
12120
  },
12121
12121
  key: item.id,
12122
12122
  active: item.active,
12123
- color,
12124
12123
  variant,
12125
12124
  onClick,
12126
12125
  leftSection: item.icon ? /*#__PURE__*/React.createElement(Icons, item.icon) : undefined,
@@ -12132,11 +12131,10 @@ const SideMenu = _ref => {
12132
12131
  to: subitem.href || "#",
12133
12132
  label: subitem.label,
12134
12133
  active: subitem.active,
12135
- color,
12136
- variant,
12137
12134
  onClick,
12138
12135
  c: color,
12139
- fw: 300,
12136
+ fw: subitem.active ? 600 : 300,
12137
+ variant: "transparent",
12140
12138
  style: {
12141
12139
  borderRadius: radius
12142
12140
  },
@@ -12949,7 +12947,7 @@ const SimpleBody = _ref => {
12949
12947
  const columnIndex = column.id;
12950
12948
  return /*#__PURE__*/React.createElement(core.Table.Td, {
12951
12949
  key: index
12952
- }, typeof row[columnIndex] === 'function' ? row[columnIndex](columnIndex) : row[columnIndex] || "");
12950
+ }, typeof row[columnIndex] === 'function' ? row[columnIndex]("".concat(index)) : row[columnIndex] || "");
12953
12951
  }));
12954
12952
  };
12955
12953
 
@@ -12099,7 +12099,6 @@ const SideMenu = _ref => {
12099
12099
  },
12100
12100
  key: item.id,
12101
12101
  active: item.active,
12102
- color,
12103
12102
  variant,
12104
12103
  onClick,
12105
12104
  leftSection: item.icon ? /*#__PURE__*/React.createElement(Icons, item.icon) : undefined,
@@ -12111,11 +12110,10 @@ const SideMenu = _ref => {
12111
12110
  to: subitem.href || "#",
12112
12111
  label: subitem.label,
12113
12112
  active: subitem.active,
12114
- color,
12115
- variant,
12116
12113
  onClick,
12117
12114
  c: color,
12118
- fw: 300,
12115
+ fw: subitem.active ? 600 : 300,
12116
+ variant: "transparent",
12119
12117
  style: {
12120
12118
  borderRadius: radius
12121
12119
  },
@@ -12928,7 +12926,7 @@ const SimpleBody = _ref => {
12928
12926
  const columnIndex = column.id;
12929
12927
  return /*#__PURE__*/React.createElement(Table.Td, {
12930
12928
  key: index
12931
- }, typeof row[columnIndex] === 'function' ? row[columnIndex](columnIndex) : row[columnIndex] || "");
12929
+ }, typeof row[columnIndex] === 'function' ? row[columnIndex]("".concat(index)) : row[columnIndex] || "");
12932
12930
  }));
12933
12931
  };
12934
12932
 
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.76",
4
+ "version": "0.0.78",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",