@adiba-banking-cloud/backoffice 0.0.12 → 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
|
};
|
|
@@ -11705,7 +11707,6 @@ const SideMenu = _ref => {
|
|
|
11705
11707
|
return /*#__PURE__*/React.createElement(core.NavLink, {
|
|
11706
11708
|
mt: "xs",
|
|
11707
11709
|
fw: 300,
|
|
11708
|
-
c: color,
|
|
11709
11710
|
style: {
|
|
11710
11711
|
borderRadius: radius
|
|
11711
11712
|
},
|
|
@@ -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
|
};
|
|
@@ -11684,7 +11686,6 @@ const SideMenu = _ref => {
|
|
|
11684
11686
|
return /*#__PURE__*/React.createElement(NavLink, {
|
|
11685
11687
|
mt: "xs",
|
|
11686
11688
|
fw: 300,
|
|
11687
|
-
c: color,
|
|
11688
11689
|
style: {
|
|
11689
11690
|
borderRadius: radius
|
|
11690
11691
|
},
|
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",
|