@pagamio/frontend-commons-lib 0.8.202 → 0.8.203
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.
|
@@ -6,7 +6,7 @@ import { useAppSidebarContext } from '../../context';
|
|
|
6
6
|
import { useLibTranslations, useTranslation } from '../../translations';
|
|
7
7
|
const AppSidebarMenu = () => {
|
|
8
8
|
const { pages } = useAppSidebarContext();
|
|
9
|
-
return (_jsx(Sidebar.Items, { children:
|
|
9
|
+
return (_jsx(Sidebar.Items, { children: _jsx(Sidebar.ItemGroup, { children: pages.map((item) => (_jsx(AppSidebarItem, { ...item }, item.label))) }) }));
|
|
10
10
|
};
|
|
11
11
|
const AppSidebarItem = ({ href, target, icon, label, items, badge, forceDropdown }) => {
|
|
12
12
|
const { pathname, linkComponent: Link } = useAppSidebarContext();
|
package/lib/styles.css
CHANGED
|
@@ -1337,9 +1337,6 @@ input[type="range"]::-ms-fill-lower {
|
|
|
1337
1337
|
.ms-3 {
|
|
1338
1338
|
margin-inline-start: 0.75rem;
|
|
1339
1339
|
}
|
|
1340
|
-
.mt-0 {
|
|
1341
|
-
margin-top: 0px;
|
|
1342
|
-
}
|
|
1343
1340
|
.mt-0\.5 {
|
|
1344
1341
|
margin-top: 0.125rem;
|
|
1345
1342
|
}
|
|
@@ -2920,9 +2917,6 @@ input[type="range"]::-ms-fill-lower {
|
|
|
2920
2917
|
.pb-0 {
|
|
2921
2918
|
padding-bottom: 0px;
|
|
2922
2919
|
}
|
|
2923
|
-
.pb-2 {
|
|
2924
|
-
padding-bottom: 0.5rem;
|
|
2925
|
-
}
|
|
2926
2920
|
.pb-2\.5 {
|
|
2927
2921
|
padding-bottom: 0.625rem;
|
|
2928
2922
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagamio/frontend-commons-lib",
|
|
3
3
|
"description": "Pagamio library for Frontend reusable components like the form engine and table container",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.203",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"provenance": false
|