@adiba-banking-cloud/backoffice 0.0.76 → 0.0.77

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
  },
@@ -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
  },
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.77",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",