@adiba-banking-cloud/backoffice 0.0.11 → 0.0.12
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.
|
@@ -11703,7 +11703,9 @@ const SideMenu = _ref => {
|
|
|
11703
11703
|
return /*#__PURE__*/React.createElement(React.Fragment, null, sidemenu.map(item => {
|
|
11704
11704
|
var _item$children;
|
|
11705
11705
|
return /*#__PURE__*/React.createElement(core.NavLink, {
|
|
11706
|
-
mt:
|
|
11706
|
+
mt: "xs",
|
|
11707
|
+
fw: 300,
|
|
11708
|
+
c: color,
|
|
11707
11709
|
style: {
|
|
11708
11710
|
borderRadius: radius
|
|
11709
11711
|
},
|
|
@@ -11720,6 +11722,11 @@ const SideMenu = _ref => {
|
|
|
11720
11722
|
color,
|
|
11721
11723
|
variant,
|
|
11722
11724
|
onClick,
|
|
11725
|
+
c: color,
|
|
11726
|
+
fw: 300,
|
|
11727
|
+
style: {
|
|
11728
|
+
borderRadius: radius
|
|
11729
|
+
},
|
|
11723
11730
|
key: subitem.id
|
|
11724
11731
|
})) : undefined);
|
|
11725
11732
|
}));
|
|
@@ -11682,7 +11682,9 @@ const SideMenu = _ref => {
|
|
|
11682
11682
|
return /*#__PURE__*/React.createElement(React.Fragment, null, sidemenu.map(item => {
|
|
11683
11683
|
var _item$children;
|
|
11684
11684
|
return /*#__PURE__*/React.createElement(NavLink, {
|
|
11685
|
-
mt:
|
|
11685
|
+
mt: "xs",
|
|
11686
|
+
fw: 300,
|
|
11687
|
+
c: color,
|
|
11686
11688
|
style: {
|
|
11687
11689
|
borderRadius: radius
|
|
11688
11690
|
},
|
|
@@ -11699,6 +11701,11 @@ const SideMenu = _ref => {
|
|
|
11699
11701
|
color,
|
|
11700
11702
|
variant,
|
|
11701
11703
|
onClick,
|
|
11704
|
+
c: color,
|
|
11705
|
+
fw: 300,
|
|
11706
|
+
style: {
|
|
11707
|
+
borderRadius: radius
|
|
11708
|
+
},
|
|
11702
11709
|
key: subitem.id
|
|
11703
11710
|
})) : undefined);
|
|
11704
11711
|
}));
|
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.
|
|
4
|
+
"version": "0.0.12",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|