@adiba-banking-cloud/backoffice 0.0.11 → 0.0.13
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.
|
@@ -11611,14 +11611,16 @@ const UserMenuTarget = _ref => {
|
|
|
11611
11611
|
}), /*#__PURE__*/React.createElement(core.Stack, {
|
|
11612
11612
|
gap: 0,
|
|
11613
11613
|
align: "flex-start",
|
|
11614
|
-
visibleFrom: "md"
|
|
11614
|
+
visibleFrom: "md",
|
|
11615
|
+
fw: 300
|
|
11615
11616
|
}, /*#__PURE__*/React.createElement(core.Text, {
|
|
11617
|
+
fw: 300,
|
|
11616
11618
|
size: "sm"
|
|
11617
11619
|
}, name), /*#__PURE__*/React.createElement(core.Text, {
|
|
11618
11620
|
c: "dimmed",
|
|
11619
11621
|
size: "xs"
|
|
11620
11622
|
}, username)), /*#__PURE__*/React.createElement(Icons, {
|
|
11621
|
-
name: "
|
|
11623
|
+
name: "ArrowDown2",
|
|
11622
11624
|
size: 12
|
|
11623
11625
|
}))));
|
|
11624
11626
|
};
|
|
@@ -11703,7 +11705,8 @@ const SideMenu = _ref => {
|
|
|
11703
11705
|
return /*#__PURE__*/React.createElement(React.Fragment, null, sidemenu.map(item => {
|
|
11704
11706
|
var _item$children;
|
|
11705
11707
|
return /*#__PURE__*/React.createElement(core.NavLink, {
|
|
11706
|
-
mt:
|
|
11708
|
+
mt: "xs",
|
|
11709
|
+
fw: 300,
|
|
11707
11710
|
style: {
|
|
11708
11711
|
borderRadius: radius
|
|
11709
11712
|
},
|
|
@@ -11720,6 +11723,11 @@ const SideMenu = _ref => {
|
|
|
11720
11723
|
color,
|
|
11721
11724
|
variant,
|
|
11722
11725
|
onClick,
|
|
11726
|
+
c: color,
|
|
11727
|
+
fw: 300,
|
|
11728
|
+
style: {
|
|
11729
|
+
borderRadius: radius
|
|
11730
|
+
},
|
|
11723
11731
|
key: subitem.id
|
|
11724
11732
|
})) : undefined);
|
|
11725
11733
|
}));
|
|
@@ -11590,14 +11590,16 @@ const UserMenuTarget = _ref => {
|
|
|
11590
11590
|
}), /*#__PURE__*/React.createElement(Stack, {
|
|
11591
11591
|
gap: 0,
|
|
11592
11592
|
align: "flex-start",
|
|
11593
|
-
visibleFrom: "md"
|
|
11593
|
+
visibleFrom: "md",
|
|
11594
|
+
fw: 300
|
|
11594
11595
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
11596
|
+
fw: 300,
|
|
11595
11597
|
size: "sm"
|
|
11596
11598
|
}, name), /*#__PURE__*/React.createElement(Text, {
|
|
11597
11599
|
c: "dimmed",
|
|
11598
11600
|
size: "xs"
|
|
11599
11601
|
}, username)), /*#__PURE__*/React.createElement(Icons, {
|
|
11600
|
-
name: "
|
|
11602
|
+
name: "ArrowDown2",
|
|
11601
11603
|
size: 12
|
|
11602
11604
|
}))));
|
|
11603
11605
|
};
|
|
@@ -11682,7 +11684,8 @@ const SideMenu = _ref => {
|
|
|
11682
11684
|
return /*#__PURE__*/React.createElement(React.Fragment, null, sidemenu.map(item => {
|
|
11683
11685
|
var _item$children;
|
|
11684
11686
|
return /*#__PURE__*/React.createElement(NavLink, {
|
|
11685
|
-
mt:
|
|
11687
|
+
mt: "xs",
|
|
11688
|
+
fw: 300,
|
|
11686
11689
|
style: {
|
|
11687
11690
|
borderRadius: radius
|
|
11688
11691
|
},
|
|
@@ -11699,6 +11702,11 @@ const SideMenu = _ref => {
|
|
|
11699
11702
|
color,
|
|
11700
11703
|
variant,
|
|
11701
11704
|
onClick,
|
|
11705
|
+
c: color,
|
|
11706
|
+
fw: 300,
|
|
11707
|
+
style: {
|
|
11708
|
+
borderRadius: radius
|
|
11709
|
+
},
|
|
11702
11710
|
key: subitem.id
|
|
11703
11711
|
})) : undefined);
|
|
11704
11712
|
}));
|
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.13",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|