@nualang/nualang-ui-components 0.1.1222 → 0.1.1224
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.
|
@@ -180,7 +180,8 @@ function NavItem({
|
|
|
180
180
|
primaryTypographyProps: {
|
|
181
181
|
noWrap: true
|
|
182
182
|
},
|
|
183
|
-
primary: t(item.name)
|
|
183
|
+
primary: t(item.name),
|
|
184
|
+
secondary: t(item.secondary)
|
|
184
185
|
}), item.links && item.links.length > 0 && !isCollapsed && /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.ListItemSecondaryAction, {
|
|
185
186
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.IconButton, {
|
|
186
187
|
onClick: handleClick,
|
|
@@ -488,7 +489,7 @@ function ResponsiveDrawer({
|
|
|
488
489
|
flexGrow: 1
|
|
489
490
|
}), " ", isUpgradePossible && /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.List, {
|
|
490
491
|
sx: {
|
|
491
|
-
overflowY: "
|
|
492
|
+
overflowY: "hidden",
|
|
492
493
|
overflowX: "hidden",
|
|
493
494
|
paddingLeft: theme.spacing(1),
|
|
494
495
|
paddingRight: theme.spacing(1)
|
|
@@ -499,6 +500,7 @@ function ResponsiveDrawer({
|
|
|
499
500
|
Link: Link,
|
|
500
501
|
item: {
|
|
501
502
|
name: "upgrade_plan",
|
|
503
|
+
secondary: `subscription_status_${subscription?.subscriptionStatus}`,
|
|
502
504
|
url: "/settings#Subscription",
|
|
503
505
|
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_KeyboardDoubleArrowUp.default, {})
|
|
504
506
|
},
|