@adiba-banking-cloud/backoffice 0.0.74 → 0.0.75
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.
|
@@ -12127,6 +12127,9 @@ const SideMenu = _ref => {
|
|
|
12127
12127
|
label: item.label,
|
|
12128
12128
|
to: (_item$children = item.children) !== null && _item$children !== void 0 && _item$children.length ? "#" : (item === null || item === void 0 ? void 0 : item.href) || "#"
|
|
12129
12129
|
}, (_item$children2 = item.children) !== null && _item$children2 !== void 0 && _item$children2.length ? item.children.map(subitem => /*#__PURE__*/React.createElement(core.NavLink, {
|
|
12130
|
+
mt: "xs",
|
|
12131
|
+
component: reactRouterDom.Link,
|
|
12132
|
+
to: subitem.href || "#",
|
|
12130
12133
|
label: subitem.label,
|
|
12131
12134
|
active: subitem.active,
|
|
12132
12135
|
color,
|
|
@@ -12106,6 +12106,9 @@ const SideMenu = _ref => {
|
|
|
12106
12106
|
label: item.label,
|
|
12107
12107
|
to: (_item$children = item.children) !== null && _item$children !== void 0 && _item$children.length ? "#" : (item === null || item === void 0 ? void 0 : item.href) || "#"
|
|
12108
12108
|
}, (_item$children2 = item.children) !== null && _item$children2 !== void 0 && _item$children2.length ? item.children.map(subitem => /*#__PURE__*/React.createElement(NavLink, {
|
|
12109
|
+
mt: "xs",
|
|
12110
|
+
component: Link,
|
|
12111
|
+
to: subitem.href || "#",
|
|
12109
12112
|
label: subitem.label,
|
|
12110
12113
|
active: subitem.active,
|
|
12111
12114
|
color,
|
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.75",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|