@lincros-ui/components 0.2.14 → 0.2.16
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.
- package/dist/index.cjs +0 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5182,12 +5182,6 @@ function ControlSidebar({
|
|
|
5182
5182
|
icon: lucideReact.Monitor,
|
|
5183
5183
|
permission: menuPermissions.MenuPermissionLevel.ALL
|
|
5184
5184
|
},
|
|
5185
|
-
{
|
|
5186
|
-
title: "Monitoramento de Rotas",
|
|
5187
|
-
url: routePaths.ROUTE_MONITORING,
|
|
5188
|
-
icon: lucideReact.Navigation,
|
|
5189
|
-
permission: menuPermissions.MenuPermissionLevel.MASTER_TENANT_ONLY
|
|
5190
|
-
},
|
|
5191
5185
|
{
|
|
5192
5186
|
title: "Monitoramento de Rotas",
|
|
5193
5187
|
url: routePaths.ROUTE_MONITORING,
|