@tmlmobilidade/ui 20250331.1902.14 → 20250331.2114.23

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.
@@ -25,7 +25,7 @@ function SidebarItem({ _id, href, label, permission }) {
25
25
  const isActive = useIsActiveDomain(href) && !isDisabled;
26
26
  //
27
27
  // C. Render components
28
- return (jsxRuntimeExports.jsxs("div", { className: styles.container, children: [jsxRuntimeExports.jsxs("a", { className: styles.icon, "data-active": isActive, "data-disabled": isDisabled, href: href, children: [_id === 'alerts' && jsxRuntimeExports.jsx(IconAlertTriangle, { size: 24 }), _id === 'auth' && jsxRuntimeExports.jsx(IconUser, { size: 24 }), _id === 'controller' && jsxRuntimeExports.jsx(IconChartArrowsVertical, { size: 24 }), _id === 'equipments' && jsxRuntimeExports.jsx(IconDeviceMobile, { size: 24 }), _id === 'pulse' && jsxRuntimeExports.jsx(IconListCheck, { size: 24 }), _id === 'stops' && jsxRuntimeExports.jsx(IconBusStop, { size: 24 })] }), jsxRuntimeExports.jsx("span", { className: styles.tooltip, children: label })] }));
28
+ return (jsxRuntimeExports.jsxs("div", { className: styles.container, children: [jsxRuntimeExports.jsxs("a", { className: styles.icon, "data-active": isActive, "data-disabled": isDisabled, href: href, children: [_id === 'alerts' && jsxRuntimeExports.jsx(IconAlertTriangle, { size: 26 }), _id === 'auth' && jsxRuntimeExports.jsx(IconUser, { size: 26 }), _id === 'controller' && jsxRuntimeExports.jsx(IconChartArrowsVertical, { size: 26 }), _id === 'equipments' && jsxRuntimeExports.jsx(IconDeviceMobile, { size: 26 }), _id === 'pulse' && jsxRuntimeExports.jsx(IconListCheck, { size: 26 }), _id === 'stops' && jsxRuntimeExports.jsx(IconBusStop, { size: 26 })] }), jsxRuntimeExports.jsx("span", { className: styles.tooltip, children: label })] }));
29
29
  //
30
30
  }
31
31
 
@@ -10102,7 +10102,7 @@ breakpoint-mobile {
10102
10102
  display: flex;
10103
10103
  align-items: center;
10104
10104
  justify-content: center;
10105
- width: 50px;
10105
+ width: 48px;
10106
10106
  aspect-ratio: 1;
10107
10107
  font-size: 30px;
10108
10108
  color: var(--color-system-text-100);
package/dist/styles.css CHANGED
@@ -10157,7 +10157,7 @@ breakpoint-mobile {
10157
10157
  display: flex;
10158
10158
  align-items: center;
10159
10159
  justify-content: center;
10160
- width: 50px;
10160
+ width: 48px;
10161
10161
  aspect-ratio: 1;
10162
10162
  font-size: 30px;
10163
10163
  color: var(--color-system-text-100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250331.1902.14",
3
+ "version": "20250331.2114.23",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {