@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 +1 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
@@ -13,7 +13,6 @@ import { IconX, IconCaretDownFilled, IconCalendar, IconTrash, IconUpload, IconEy
|
|
13
13
|
import { ViewportList } from 'react-viewport-list';
|
14
14
|
import { useDebouncedValue } from '@mantine/hooks';
|
15
15
|
export * from '@mantine/hooks';
|
16
|
-
import pjson from 'package.json';
|
17
16
|
export * from '@mantine/form';
|
18
17
|
|
19
18
|
var jsxRuntime = {exports: {}};
|
@@ -1599,7 +1598,7 @@ function AppOptions() {
|
|
1599
1598
|
// B. Handle actions
|
1600
1599
|
//
|
1601
1600
|
// C. Render components
|
1602
|
-
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(IconSettings, { size: 20 }) }) }), jsxRuntimeExports.jsxs(Menu.Dropdown, { children: [jsxRuntimeExports.jsx(Menu.Divider, {}), jsxRuntimeExports.jsxs(Menu.Item, { color: "red", children: [jsxRuntimeExports.jsx(IconLogin, { size: 20 }), "Logout"] }), jsxRuntimeExports.jsx(Menu.Divider, {})
|
1601
|
+
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(IconSettings, { size: 20 }) }) }), jsxRuntimeExports.jsxs(Menu.Dropdown, { children: [jsxRuntimeExports.jsx(Menu.Divider, {}), jsxRuntimeExports.jsxs(Menu.Item, { color: "red", children: [jsxRuntimeExports.jsx(IconLogin, { size: 20 }), "Logout"] }), jsxRuntimeExports.jsx(Menu.Divider, {})] })] }));
|
1603
1602
|
//
|
1604
1603
|
}
|
1605
1604
|
|