@tmlmobilidade/ui 20250305.1746.10 → 20250305.1754.42

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/cjs/index.js CHANGED
@@ -11,7 +11,6 @@ var notifications = require('@mantine/notifications');
11
11
  var iconsReact = require('@tabler/icons-react');
12
12
  var reactViewportList = require('react-viewport-list');
13
13
  var hooks = require('@mantine/hooks');
14
- var pjson = require('package.json');
15
14
  var form = require('@mantine/form');
16
15
 
17
16
  function _interopNamespaceDefault(e) {
@@ -1616,7 +1615,7 @@ function AppOptions() {
1616
1615
  // B. Handle actions
1617
1616
  //
1618
1617
  // C. Render components
1619
- return (jsxRuntimeExports.jsxs(Menu, { offset: 15, position: "bottom-end", shadow: "lg", children: [jsxRuntimeExports.jsx(Menu.Target, { children: jsxRuntimeExports.jsx(ActionIcon, { color: "gray", variant: "muted", children: jsxRuntimeExports.jsx(iconsReact.IconSettings, { size: 20 }) }) }), jsxRuntimeExports.jsxs(Menu.Dropdown, { children: [jsxRuntimeExports.jsx(Menu.Divider, {}), jsxRuntimeExports.jsxs(Menu.Item, { color: "red", children: [jsxRuntimeExports.jsx(iconsReact.IconLogin, { size: 20 }), "Logout"] }), jsxRuntimeExports.jsx(Menu.Divider, {}), jsxRuntimeExports.jsxs(Menu.Label, { children: ["Version ", pjson.version] })] })] }));
1618
+ return (jsxRuntimeExports.jsxs(Menu, { offset: 15, position: "bottom-end", shadow: "lg", children: [jsxRuntimeExports.jsx(Menu.Target, { children: jsxRuntimeExports.jsx(ActionIcon, { color: "gray", variant: "muted", children: jsxRuntimeExports.jsx(iconsReact.IconSettings, { size: 20 }) }) }), jsxRuntimeExports.jsxs(Menu.Dropdown, { children: [jsxRuntimeExports.jsx(Menu.Divider, {}), jsxRuntimeExports.jsxs(Menu.Item, { color: "red", children: [jsxRuntimeExports.jsx(iconsReact.IconLogin, { size: 20 }), "Logout"] }), jsxRuntimeExports.jsx(Menu.Divider, {})] })] }));
1620
1619
  //
1621
1620
  }
1622
1621