@tmlmobilidade/ui 20250313.1809.31 → 20250325.1729.37
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.d.ts +124 -114
- package/dist/src/_virtual/jsx-runtime.js +4 -2
- package/dist/src/_virtual/jsx-runtime.js.map +1 -1
- package/dist/src/_virtual/jsx-runtime2.js +4 -0
- package/dist/src/_virtual/jsx-runtime2.js.map +1 -0
- package/dist/src/_virtual/navigation.js +4 -2
- package/dist/src/_virtual/navigation.js.map +1 -1
- package/dist/src/_virtual/navigation2.js +4 -0
- package/dist/src/_virtual/navigation2.js.map +1 -0
- package/dist/src/_virtual/unstable-rethrow.browser.js +4 -0
- package/dist/src/_virtual/unstable-rethrow.browser.js.map +1 -0
- package/dist/src/_virtual/unstable-rethrow.server.js +4 -0
- package/dist/src/_virtual/unstable-rethrow.server.js.map +1 -0
- package/dist/src/components/AppProvider/index.d.ts +2 -6
- package/dist/src/components/AppProvider/index.js +8 -9
- package/dist/src/components/AppProvider/index.js.map +1 -1
- package/dist/src/components/common/ActionIcon/index.js +1 -1
- package/dist/src/components/common/AppLogos/index.js +3 -3
- package/dist/src/components/common/Badge/index.js +1 -1
- package/dist/src/components/common/Button/index.js +1 -1
- package/dist/src/components/common/Checkbox/index.js +1 -1
- package/dist/src/components/common/Combobox/index.js +1 -1
- package/dist/src/components/common/ComponentWrapper/index.js +1 -1
- package/dist/src/components/common/DateTimePicker/index.js +1 -1
- package/dist/src/components/common/DeleteActionIcon/index.js +1 -1
- package/dist/src/components/common/Description/index.js +1 -1
- package/dist/src/components/common/FileButton/index.js +1 -1
- package/dist/src/components/common/Label/index.js +1 -1
- package/dist/src/components/common/Menu/index.js +1 -1
- package/dist/src/components/common/PasswordInput/index.js +1 -1
- package/dist/src/components/common/SegmentedControl/index.js +1 -1
- package/dist/src/components/common/Slider/index.js +1 -1
- package/dist/src/components/common/Switch/index.js +1 -1
- package/dist/src/components/common/Tag/index.js +1 -1
- package/dist/src/components/common/Text/index.js +1 -1
- package/dist/src/components/common/TextArea/index.js +1 -1
- package/dist/src/components/common/TextInput/index.js +1 -1
- package/dist/src/components/common/Tooltip/index.js +1 -1
- package/dist/src/components/datatable/DataTable/index.js +1 -1
- package/dist/src/components/datatable/DataTableContext/index.js +1 -1
- package/dist/src/components/datatable/DataTableHeader/index.js +1 -1
- package/dist/src/components/datatable/DataTableRow/index.js +1 -1
- package/dist/src/components/datatable/DataTableTitle/index.js +1 -1
- package/dist/src/components/index.d.ts +6 -8
- package/dist/src/components/layout/AppWrapper/Header/index.js +1 -1
- package/dist/src/components/layout/AppWrapper/index.d.ts +1 -1
- package/dist/src/components/layout/AppWrapper/index.js +3 -2
- package/dist/src/components/layout/AppWrapper/index.js.map +1 -1
- package/dist/src/components/layout/Grid/index.js +1 -1
- package/dist/src/components/layout/Section/index.js +1 -1
- package/dist/src/components/layout/Sidebar/index.js +1 -1
- package/dist/src/components/layout/SimpleSurface/index.js +1 -1
- package/dist/src/components/layout/Spacer/index.js +1 -1
- package/dist/src/components/layout/Surface/index.js +1 -1
- package/dist/src/components/map/MapView/index.d.ts +1 -1
- package/dist/src/components/map/MapView/index.js +2 -2
- package/dist/src/components/map/MapView/index.js.map +1 -1
- package/dist/src/components/map/MapViewStyleActiveStops/index.js +1 -1
- package/dist/src/components/map/MapViewStylePath/index.js +1 -1
- package/dist/src/components/map/MapViewStyleStops/index.js +1 -1
- package/dist/src/components/map/MapViewStyleVehicles/index.js +1 -1
- package/dist/src/components/theme/ThemeSwitcher/index.d.ts +1 -1
- package/dist/src/components/theme/ThemeSwitcher/index.js +16 -10
- package/dist/src/components/theme/ThemeSwitcher/index.js.map +1 -1
- package/dist/src/components/theme/Themer/index.d.ts +10 -10
- package/dist/src/components/theme/Themer/index.js +8 -9
- package/dist/src/components/theme/Themer/index.js.map +1 -1
- package/dist/src/components/theme/index.d.ts +1 -3
- package/dist/src/{components/providers → contexts}/MapOptions.context.d.ts +1 -1
- package/dist/src/{components/providers → contexts}/MapOptions.context.js +3 -1
- package/dist/src/contexts/MapOptions.context.js.map +1 -0
- package/dist/src/contexts/Me.context.d.ts +14 -0
- package/dist/src/contexts/Me.context.js +54 -0
- package/dist/src/contexts/Me.context.js.map +1 -0
- package/dist/src/contexts/Sidebar.context.d.ts +14 -0
- package/dist/src/contexts/Sidebar.context.js +53 -0
- package/dist/src/contexts/Sidebar.context.js.map +1 -0
- package/dist/src/contexts/Theme.context.d.ts +13 -0
- package/dist/src/contexts/Theme.context.js +60 -0
- package/dist/src/contexts/Theme.context.js.map +1 -0
- package/dist/src/contexts/index.d.ts +4 -0
- package/dist/src/hooks/index.d.ts +5 -0
- package/dist/src/hooks/use-is-active-page.js +33 -0
- package/dist/src/hooks/use-is-active-page.js.map +1 -0
- package/dist/src/index.css.map +1 -0
- package/dist/src/index.d.ts +4 -5
- package/dist/src/index.js +8 -6
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib/map.utils.js +2 -1
- package/dist/src/lib/map.utils.js.map +1 -1
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_default.js +17 -0
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +1 -0
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +49 -0
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +1 -0
- package/dist/src/node_modules/@turf/helpers/dist/esm/index.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next → next}/dist/client/components/bailout-to-client-rendering.js +3 -4
- package/dist/src/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/forbidden.js +63 -0
- package/dist/src/node_modules/next/dist/client/components/forbidden.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/hooks-server-context.js +51 -0
- package/dist/src/node_modules/next/dist/client/components/hooks-server-context.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +78 -0
- package/dist/src/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/is-next-router-error.js +38 -0
- package/dist/src/node_modules/next/dist/client/components/is-next-router-error.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.js +185 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.react-server.js +90 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.react-server.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/not-found.js +57 -0
- package/dist/src/node_modules/next/dist/client/components/not-found.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-error.js +61 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-error.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-status-code.js +37 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-status-code.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/redirect.js +102 -0
- package/dist/src/node_modules/next/dist/client/components/redirect.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +34 -0
- package/dist/src/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/static-generation-bailout.js +51 -0
- package/dist/src/node_modules/next/dist/client/components/static-generation-bailout.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unauthorized.js +64 -0
- package/dist/src/node_modules/next/dist/client/components/unauthorized.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.browser.js +43 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.browser.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.js +42 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.server.js +51 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.server.js.map +1 -0
- package/dist/src/node_modules/next/dist/lib/metadata/metadata-constants.js +39 -0
- package/dist/src/node_modules/next/dist/lib/metadata/metadata-constants.js.map +1 -0
- package/dist/src/node_modules/next/dist/lib/scheduler.js +71 -0
- package/dist/src/node_modules/next/dist/lib/scheduler.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage-instance.js +28 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage.external.js +27 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/async-local-storage.js +83 -0
- package/dist/src/node_modules/next/dist/server/app-render/async-local-storage.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/dynamic-rendering.js +538 -0
- package/dist/src/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage-instance.js +28 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage.external.js +27 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +28 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +99 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/dynamic-rendering-utils.js +60 -0
- package/dist/src/node_modules/next/dist/server/dynamic-rendering-utils.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/lib/router-utils/is-postpone.js +29 -0
- package/dist/src/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +58 -0
- package/dist/src/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +47 -0
- package/dist/src/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next → next}/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +1 -1
- package/dist/src/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/segment.js +59 -0
- package/dist/src/node_modules/next/dist/shared/lib/segment.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +46 -0
- package/dist/src/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +1 -0
- package/dist/src/node_modules/next/navigation.js +14 -0
- package/dist/src/node_modules/next/navigation.js.map +1 -0
- package/dist/src/node_modules/nuqs/dist/adapters/next/app.js.map +1 -0
- package/dist/src/node_modules/nuqs/dist/chunk-5WWTJYGR.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs → nuqs}/dist/chunk-C3RNEY2H.js +3 -3
- package/dist/src/node_modules/nuqs/dist/chunk-C3RNEY2H.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/react@19.0.0/node_modules/react → react}/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/src/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/react@19.0.0/node_modules/react → react}/cjs/react-jsx-runtime.production.js +1 -1
- package/dist/src/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
- package/dist/src/node_modules/react/jsx-runtime.js +20 -0
- package/dist/src/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/src/styles/mantine/PasswordInput.module.css.js +4 -0
- package/dist/src/styles/mantine/PasswordInput.module.css.js.map +1 -0
- package/dist/src/styles/mantine/TextInput-sm.module.css.js +4 -0
- package/dist/src/styles/mantine/TextInput-sm.module.css.js.map +1 -0
- package/dist/src/styles/mantine/TextInput.module.css.js +4 -0
- package/dist/src/styles/mantine/TextInput.module.css.js.map +1 -0
- package/dist/src/styles/theme.js +9 -4
- package/dist/src/styles/theme.js.map +1 -1
- package/dist/styles-no-reset.css +276 -329
- package/dist/styles.css +277 -330
- package/package.json +47 -46
- package/dist/src/_virtual/is-dynamic-usage-error.js +0 -4
- package/dist/src/_virtual/is-dynamic-usage-error.js.map +0 -1
- package/dist/src/components/providers/MapOptions.context.js.map +0 -1
- package/dist/src/components/providers/Me.context.d.ts +0 -20
- package/dist/src/components/providers/Me.context.js +0 -61
- package/dist/src/components/providers/Me.context.js.map +0 -1
- package/dist/src/components/theme/ThemeProvider/index.d.ts +0 -12
- package/dist/src/components/theme/ThemeProvider/index.js +0 -49
- package/dist/src/components/theme/ThemeProvider/index.js.map +0 -1
- package/dist/src/components/theme/ThemeProvider/use-theme.d.ts +0 -2
- package/dist/src/components/theme/ThemeProvider/use-theme.js +0 -15
- package/dist/src/components/theme/ThemeProvider/use-theme.js.map +0 -1
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -9
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +0 -1
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -41
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +0 -1
- package/dist/src/node_modules/.pnpm/@turf_helpers@7.2.0/node_modules/@turf/helpers/dist/esm/index.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js +0 -58
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js +0 -46
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -73
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js +0 -33
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.js +0 -185
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js +0 -85
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js +0 -52
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js +0 -56
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js +0 -32
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js +0 -98
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -29
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js +0 -46
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js +0 -59
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js +0 -47
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +0 -26
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js +0 -30
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js +0 -62
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -19
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/async-local-storage.js +0 -74
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/async-local-storage.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -536
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -19
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -91
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -51
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -50
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -38
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js +0 -50
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -38
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/navigation.js +0 -6
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/navigation.js.map +0 -1
- package/dist/src/node_modules/.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs/dist/adapters/next/app.js.map +0 -1
- package/dist/src/node_modules/.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs/dist/chunk-5WWTJYGR.js.map +0 -1
- package/dist/src/node_modules/.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs/dist/chunk-C3RNEY2H.js.map +0 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -14
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js.map +0 -1
- package/dist/src/styles/mantine/button.module.css.js +0 -4
- package/dist/src/styles/mantine/button.module.css.js.map +0 -1
- package/dist/src/styles/mantine/password-input.module.css.js +0 -4
- package/dist/src/styles/mantine/password-input.module.css.js.map +0 -1
- package/dist/src/styles/mantine/text-input-sm.module.css.js +0 -4
- package/dist/src/styles/mantine/text-input-sm.module.css.js.map +0 -1
- package/dist/src/styles/mantine/text-input.module.css.js +0 -4
- package/dist/src/styles/mantine/text-input.module.css.js.map +0 -1
- /package/dist/src/node_modules/{.pnpm/@turf_helpers@7.2.0/node_modules/@turf → @turf}/helpers/dist/esm/index.js +0 -0
- /package/dist/src/node_modules/{.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs → nuqs}/dist/adapters/next/app.js +0 -0
- /package/dist/src/node_modules/{.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs → nuqs}/dist/chunk-5WWTJYGR.js +0 -0
package/dist/styles-no-reset.css
CHANGED
@@ -1,5 +1,8 @@
|
|
1
|
+
/* stylelint-disable selector-class-pattern */
|
2
|
+
/* stylelint-disable unit-allowed-list */
|
3
|
+
|
1
4
|
* {
|
2
|
-
font-family:
|
5
|
+
font-family: "Work_Sans", sans-serif;
|
3
6
|
}
|
4
7
|
|
5
8
|
body {
|
@@ -247,32 +250,33 @@ body {
|
|
247
250
|
}
|
248
251
|
|
249
252
|
/* * */
|
250
|
-
|
253
|
+
|
254
|
+
.hidden {
|
251
255
|
display: none;
|
252
256
|
}
|
253
257
|
|
254
|
-
.
|
258
|
+
.fullWidth {
|
255
259
|
width: 100% !important;
|
256
260
|
}
|
257
261
|
|
258
262
|
/* * */
|
259
263
|
|
260
|
-
theme-light {
|
264
|
+
.theme-light {
|
261
265
|
display: contents;
|
262
266
|
}
|
263
267
|
|
264
268
|
@media (prefers-color-scheme: dark) {
|
265
|
-
theme-light {
|
269
|
+
.theme-light {
|
266
270
|
display: none;
|
267
271
|
}
|
268
272
|
}
|
269
273
|
|
270
|
-
theme-dark {
|
274
|
+
.theme-dark {
|
271
275
|
display: contents;
|
272
276
|
}
|
273
277
|
|
274
278
|
@media (prefers-color-scheme: light) {
|
275
|
-
theme-dark {
|
279
|
+
.theme-dark {
|
276
280
|
display: none;
|
277
281
|
}
|
278
282
|
}
|
@@ -314,165 +318,10 @@ breakpoint-mobile {
|
|
314
318
|
}
|
315
319
|
}
|
316
320
|
|
317
|
-
.styles-module_root__P5aS- {
|
318
|
-
transition: all 300ms ease-in;
|
319
|
-
background-color: transparent;
|
320
|
-
border-radius: var(--border-radius-xs);
|
321
|
-
font-size: 16px;
|
322
|
-
font-weight: 500;
|
323
|
-
padding: var(--size-spacing-xs);
|
324
|
-
cursor: pointer;
|
325
|
-
height: auto;
|
326
|
-
width: auto;
|
327
|
-
}
|
328
|
-
|
329
|
-
.styles-module_primary__1Forr {
|
330
|
-
color: var(--color-primary);
|
331
|
-
|
332
|
-
&:hover {
|
333
|
-
background-color: var(--color-background);
|
334
|
-
}
|
335
|
-
}
|
336
|
-
|
337
|
-
.styles-module_secondary__F-Pxy {
|
338
|
-
color: var(--color-secondary);
|
339
|
-
|
340
|
-
&:hover {
|
341
|
-
background-color: var(--color-background);
|
342
|
-
}
|
343
|
-
}
|
344
|
-
|
345
|
-
.styles-module_muted__IRFQC {
|
346
|
-
color: var(--color-system-text-300);
|
347
|
-
|
348
|
-
&:hover {
|
349
|
-
color: var(--color-primary);
|
350
|
-
}
|
351
|
-
}
|
352
|
-
|
353
|
-
.styles-module_disabled__Q0YEb {
|
354
|
-
color: var(--color-system-border-100);
|
355
|
-
cursor: not-allowed;
|
356
|
-
}
|
357
|
-
|
358
|
-
.styles-module_danger__-aPaa {
|
359
|
-
color: var(--color-status-danger-primary);
|
360
|
-
|
361
|
-
&:hover {
|
362
|
-
background-color: var(--color-status-danger-contrast);
|
363
|
-
}
|
364
|
-
}
|
365
|
-
|
366
|
-
.styles-module_info__z1XFz {
|
367
|
-
color: var(--color-status-info-primary);
|
368
|
-
|
369
|
-
&:hover {
|
370
|
-
background-color: var(--color-status-info-contrast);
|
371
|
-
}
|
372
|
-
}
|
373
|
-
|
374
|
-
.styles-module_success__V-kNZ {
|
375
|
-
color: var(--color-status-success-primary);
|
376
|
-
|
377
|
-
&:hover {
|
378
|
-
color: var(--color-status-success-contrast);
|
379
|
-
background-color: var(--color-status-success-primary);
|
380
|
-
}
|
381
|
-
}
|
382
|
-
|
383
|
-
.styles-module_warning__gGAPU {
|
384
|
-
color: var(--color-status-warning-primary);
|
385
|
-
|
386
|
-
&:hover {
|
387
|
-
background-color: var(--color-status-warning-contrast);
|
388
|
-
}
|
389
|
-
}
|
390
|
-
|
391
|
-
.styles-module_active__0bskK {
|
392
|
-
color: var(--color-status-active-primary);
|
393
|
-
|
394
|
-
&:hover {
|
395
|
-
background-color: var(--color-status-active-contrast);
|
396
|
-
}
|
397
|
-
}
|
398
|
-
/* * */
|
399
|
-
/* BUTTON / ROOT */
|
400
|
-
|
401
|
-
.button-module_root__zbjAz {
|
402
|
-
height: 40px;
|
403
|
-
padding: 0 15px;
|
404
|
-
cursor: pointer;
|
405
|
-
user-select: none;
|
406
|
-
background-color: red;
|
407
|
-
border: 2px solid brown;
|
408
|
-
box-shadow: 0 1px 3px 0 brown;
|
409
|
-
}
|
410
|
-
|
411
|
-
.button-module_root__zbjAz[data-variant='primary'] {
|
412
|
-
color: var(--color-contrast);
|
413
|
-
background-color: var(--color-primary);
|
414
|
-
border-color: var(--color-secondary);
|
415
|
-
box-shadow: 0 1px 3px 0 var(--color-shadow);
|
416
|
-
}
|
417
|
-
|
418
|
-
.button-module_root__zbjAz[data-variant='secondary'] {
|
419
|
-
color: var(--color-primary);
|
420
|
-
background-color: var(--color-background);
|
421
|
-
border-color: var(--color-primary);
|
422
|
-
box-shadow: 0 1px 3px 0 var(--color-shadow);
|
423
|
-
}
|
424
|
-
|
425
|
-
.button-module_root__zbjAz[data-variant='muted'] {
|
426
|
-
color: var(--color-system-text-300);
|
427
|
-
background-color: var(--color-system-background-100);
|
428
|
-
border-color: var(--color-system-text-300);
|
429
|
-
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
|
430
|
-
}
|
431
|
-
|
432
|
-
.button-module_root__zbjAz[data-variant='disabled'] {
|
433
|
-
color: var(--color-system-border-100);
|
434
|
-
cursor: not-allowed;
|
435
|
-
background-color: var(--color-system-background-200);
|
436
|
-
border-color: var(--color-system-border-100);
|
437
|
-
box-shadow: unset;
|
438
|
-
}
|
439
|
-
|
440
|
-
.button-module_root__zbjAz[data-variant='danger'] {
|
441
|
-
color: var(--color-status-danger-primary);
|
442
|
-
background-color: var(--color-status-danger-contrast);
|
443
|
-
border-color: var(--color-status-danger-primary);
|
444
|
-
box-shadow: 0 1px 3px 0 var(--color-status-danger-shadow);
|
445
|
-
}
|
446
|
-
|
447
|
-
/* BUTTON / INNER */
|
448
|
-
|
449
|
-
.button-module_inner__KOq2J {
|
450
|
-
display: flex;
|
451
|
-
gap: 10px;
|
452
|
-
}
|
453
|
-
|
454
|
-
/* BUTTON / SECTION */
|
455
|
-
|
456
|
-
.button-module_section__CCc4s {
|
457
|
-
display: flex;
|
458
|
-
width: 18px;
|
459
|
-
height: 18px;
|
460
|
-
padding: 0;
|
461
|
-
margin: 0;
|
462
|
-
}
|
463
|
-
|
464
|
-
/* BUTTON / LABEL */
|
465
|
-
|
466
|
-
.button-module_label__18S3E {
|
467
|
-
font-size: 16px;
|
468
|
-
font-weight: var(--font-weight-semibold);
|
469
|
-
line-height: 1;
|
470
|
-
text-transform: uppercase;
|
471
|
-
}
|
472
321
|
/* * */
|
473
322
|
/* INPUT */
|
474
323
|
|
475
|
-
.
|
324
|
+
.PasswordInput-module_input__S19tJ {
|
476
325
|
padding: 0;
|
477
326
|
margin: 0;
|
478
327
|
overflow: visible;
|
@@ -484,7 +333,7 @@ breakpoint-mobile {
|
|
484
333
|
/* * */
|
485
334
|
/* INPUT */
|
486
335
|
|
487
|
-
.
|
336
|
+
.TextInput-sm-module_input__UrN-E {
|
488
337
|
height: auto;
|
489
338
|
max-height: none;
|
490
339
|
font-size: var(--font-size-sm);
|
@@ -496,19 +345,19 @@ breakpoint-mobile {
|
|
496
345
|
font-weight: var(--font-weight-medium);
|
497
346
|
}
|
498
347
|
|
499
|
-
.
|
348
|
+
.TextInput-sm-module_input__UrN-E::placeholder {
|
500
349
|
color: var(--color-system-text-300);
|
501
350
|
}
|
502
351
|
|
503
|
-
.
|
352
|
+
.TextInput-sm-module_wrapper__QmI9Z[data-with-left-section="true"] .TextInput-sm-module_input__UrN-E {
|
504
353
|
padding-left: calc(var(--size-spacing-sm) + 30px);
|
505
354
|
}
|
506
355
|
|
507
|
-
.
|
356
|
+
.TextInput-sm-module_wrapper__QmI9Z[data-with-right-section="true"] .TextInput-sm-module_input__UrN-E {
|
508
357
|
padding-right: calc(var(--size-spacing-sm) + 30px);
|
509
358
|
}
|
510
359
|
|
511
|
-
.
|
360
|
+
.TextInput-sm-module_input__UrN-E.TextInput-sm-module_variantWhite__WmlFU {
|
512
361
|
color: var(--color-primary-black);
|
513
362
|
border-color: #bebec8;
|
514
363
|
background-color: var(--color-primary-white);
|
@@ -517,22 +366,22 @@ breakpoint-mobile {
|
|
517
366
|
/* * */
|
518
367
|
/* SECTION */
|
519
368
|
|
520
|
-
.
|
369
|
+
.TextInput-sm-module_section__vc7NU {
|
521
370
|
display: flex;
|
522
371
|
width: auto;
|
523
372
|
padding: var(--size-spacing-sm);
|
524
373
|
color: var(--color-system-text-300);
|
525
374
|
}
|
526
375
|
|
527
|
-
.
|
376
|
+
.TextInput-sm-module_section__vc7NU[data-position="left"] {
|
528
377
|
pointer-events: none;
|
529
378
|
}
|
530
379
|
|
531
|
-
.
|
380
|
+
.TextInput-sm-module_section__vc7NU.TextInput-sm-module_variantWhite__WmlFU {
|
532
381
|
color: var(--color-system-text-300);
|
533
382
|
}
|
534
383
|
|
535
|
-
.
|
384
|
+
.TextInput-sm-module_sizeSm__HeJop{
|
536
385
|
line-height: var(--font-line-height-sm);
|
537
386
|
font-size: 1px;
|
538
387
|
}
|
@@ -540,7 +389,7 @@ breakpoint-mobile {
|
|
540
389
|
/* * */
|
541
390
|
/* LABEL */
|
542
391
|
|
543
|
-
.
|
392
|
+
.TextInput-sm-module_label__s7mC- {
|
544
393
|
color: var(--color-system-text-100);
|
545
394
|
font-size: var(--font-size-sm);
|
546
395
|
font-weight: var(--font-weight-medium);
|
@@ -549,15 +398,15 @@ breakpoint-mobile {
|
|
549
398
|
/* * */
|
550
399
|
/* DESCRIPTION */
|
551
400
|
|
552
|
-
.
|
401
|
+
.TextInput-sm-module_description__3zHN9 {
|
553
402
|
margin-top: 0;
|
554
403
|
margin-bottom: 0;
|
555
404
|
color: var(--color-system-text-200);
|
556
405
|
font-size: var(--font-size-sm);
|
557
406
|
font-weight: var(--font-weight-medium);
|
558
407
|
}
|
559
|
-
.
|
560
|
-
.
|
408
|
+
.TextInput-module_root__5xZUQ,
|
409
|
+
.TextInput-module_wrapper__SJBeM {
|
561
410
|
--input-size: 40px;
|
562
411
|
--input-height: 40px;
|
563
412
|
min-width: 250px;
|
@@ -567,7 +416,7 @@ breakpoint-mobile {
|
|
567
416
|
/* * */
|
568
417
|
/* INPUT */
|
569
418
|
|
570
|
-
.
|
419
|
+
.TextInput-module_input__mhkmT {
|
571
420
|
padding: 0 15px;
|
572
421
|
font-size: 16px;
|
573
422
|
font-weight: var(--font-weight-semibold);
|
@@ -580,25 +429,27 @@ breakpoint-mobile {
|
|
580
429
|
transition: all 200ms ease-in-out;
|
581
430
|
}
|
582
431
|
|
583
|
-
.
|
432
|
+
.TextInput-module_input__mhkmT::placeholder {
|
584
433
|
color: var(--color-system-text-300);
|
585
434
|
}
|
586
435
|
|
587
|
-
.
|
436
|
+
.TextInput-module_input__mhkmT:focus {
|
437
|
+
background-color: var(--color-system-background-100);
|
438
|
+
}
|
439
|
+
|
440
|
+
.TextInput-module_wrapper__SJBeM[data-with-left-section="true"] .TextInput-module_input__mhkmT {
|
588
441
|
padding-left: calc(var(--size-spacing-sm) + 30px);
|
589
442
|
}
|
590
443
|
|
591
|
-
.
|
444
|
+
.TextInput-module_wrapper__SJBeM[data-with-right-section="true"] .TextInput-module_input__mhkmT {
|
592
445
|
padding-right: calc(var(--size-spacing-sm) + 30px);
|
593
446
|
}
|
594
|
-
|
595
|
-
background-color: var(--color-system-background-100);
|
596
|
-
}
|
447
|
+
|
597
448
|
|
598
449
|
/* * */
|
599
450
|
/* LABEL */
|
600
451
|
|
601
|
-
.
|
452
|
+
.TextInput-module_label__wvb-u {
|
602
453
|
padding: 0;
|
603
454
|
margin: 0;
|
604
455
|
font-size: var(--font-size-base);
|
@@ -610,7 +461,7 @@ breakpoint-mobile {
|
|
610
461
|
/* * */
|
611
462
|
/* DESCRIPTION */
|
612
463
|
|
613
|
-
.
|
464
|
+
.TextInput-module_description__cW0Oo {
|
614
465
|
padding: 0;
|
615
466
|
margin: 0;
|
616
467
|
font-size: var(--font-size-sm);
|
@@ -618,6 +469,87 @@ breakpoint-mobile {
|
|
618
469
|
line-height: var(--font-line-height-sm);
|
619
470
|
color: var(--color-system-text-200);
|
620
471
|
}
|
472
|
+
.styles-module_root__P5aS- {
|
473
|
+
transition: all 300ms ease-in;
|
474
|
+
background-color: transparent;
|
475
|
+
border-radius: var(--border-radius-xs);
|
476
|
+
font-size: 16px;
|
477
|
+
font-weight: 500;
|
478
|
+
padding: var(--size-spacing-xs);
|
479
|
+
cursor: pointer;
|
480
|
+
height: auto;
|
481
|
+
width: auto;
|
482
|
+
}
|
483
|
+
|
484
|
+
.styles-module_primary__1Forr {
|
485
|
+
color: var(--color-primary);
|
486
|
+
|
487
|
+
&:hover {
|
488
|
+
background-color: var(--color-background);
|
489
|
+
}
|
490
|
+
}
|
491
|
+
|
492
|
+
.styles-module_secondary__F-Pxy {
|
493
|
+
color: var(--color-secondary);
|
494
|
+
|
495
|
+
&:hover {
|
496
|
+
background-color: var(--color-background);
|
497
|
+
}
|
498
|
+
}
|
499
|
+
|
500
|
+
.styles-module_muted__IRFQC {
|
501
|
+
color: var(--color-system-text-300);
|
502
|
+
|
503
|
+
&:hover {
|
504
|
+
color: var(--color-primary);
|
505
|
+
}
|
506
|
+
}
|
507
|
+
|
508
|
+
.styles-module_disabled__Q0YEb {
|
509
|
+
color: var(--color-system-border-100);
|
510
|
+
cursor: not-allowed;
|
511
|
+
}
|
512
|
+
|
513
|
+
.styles-module_danger__-aPaa {
|
514
|
+
color: var(--color-status-danger-primary);
|
515
|
+
|
516
|
+
&:hover {
|
517
|
+
background-color: var(--color-status-danger-contrast);
|
518
|
+
}
|
519
|
+
}
|
520
|
+
|
521
|
+
.styles-module_info__z1XFz {
|
522
|
+
color: var(--color-status-info-primary);
|
523
|
+
|
524
|
+
&:hover {
|
525
|
+
background-color: var(--color-status-info-contrast);
|
526
|
+
}
|
527
|
+
}
|
528
|
+
|
529
|
+
.styles-module_success__V-kNZ {
|
530
|
+
color: var(--color-status-success-primary);
|
531
|
+
|
532
|
+
&:hover {
|
533
|
+
color: var(--color-status-success-contrast);
|
534
|
+
background-color: var(--color-status-success-primary);
|
535
|
+
}
|
536
|
+
}
|
537
|
+
|
538
|
+
.styles-module_warning__gGAPU {
|
539
|
+
color: var(--color-status-warning-primary);
|
540
|
+
|
541
|
+
&:hover {
|
542
|
+
background-color: var(--color-status-warning-contrast);
|
543
|
+
}
|
544
|
+
}
|
545
|
+
|
546
|
+
.styles-module_active__0bskK {
|
547
|
+
color: var(--color-status-active-primary);
|
548
|
+
|
549
|
+
&:hover {
|
550
|
+
background-color: var(--color-status-active-contrast);
|
551
|
+
}
|
552
|
+
}
|
621
553
|
.styles-module_dropdown__9W7AN {
|
622
554
|
background-color: var(--color-system-background-200);
|
623
555
|
display: flex;
|
@@ -1342,6 +1274,130 @@ breakpoint-mobile {
|
|
1342
1274
|
font-weight: var(--font-weight-semibold);
|
1343
1275
|
}
|
1344
1276
|
|
1277
|
+
.styles-module_header__6dpaJ {
|
1278
|
+
position: sticky;
|
1279
|
+
top: 0;
|
1280
|
+
|
1281
|
+
background-color: var(--color-system-background-100);
|
1282
|
+
box-shadow: 0 1px 5px 0 var(--color-system-border-100);
|
1283
|
+
}
|
1284
|
+
|
1285
|
+
.styles-module_cell__mfzlU {
|
1286
|
+
padding: var(--size-spacing-md);
|
1287
|
+
text-transform: uppercase;
|
1288
|
+
font-size: var(--font-size-xs);
|
1289
|
+
font-weight: var(--font-weight-semibold);
|
1290
|
+
line-height: var(--font-line-height-xs);
|
1291
|
+
color: var(--color-system-text-300);
|
1292
|
+
|
1293
|
+
white-space: nowrap;
|
1294
|
+
}
|
1295
|
+
|
1296
|
+
.styles-module_cellContent__NO9HT {
|
1297
|
+
display: flex;
|
1298
|
+
align-items: center;
|
1299
|
+
justify-content: space-between;
|
1300
|
+
}
|
1301
|
+
|
1302
|
+
.styles-module_row__0kxC4 {
|
1303
|
+
border-bottom: 1px solid var(--color-system-border-100);
|
1304
|
+
}
|
1305
|
+
|
1306
|
+
|
1307
|
+
.styles-module_row__46pHv {
|
1308
|
+
border-bottom: 1px solid var(--color-system-border-100);
|
1309
|
+
|
1310
|
+
&:hover {
|
1311
|
+
background-color: var(--color-system-background-200);
|
1312
|
+
}
|
1313
|
+
}
|
1314
|
+
|
1315
|
+
.styles-module_cell__Yb-lZ {
|
1316
|
+
font-weight: var(--font-weight-semibold);
|
1317
|
+
font-size: var(--font-size-base);
|
1318
|
+
line-height: var(--font-line-height-base);
|
1319
|
+
color: var(--color-system-text-100);
|
1320
|
+
}
|
1321
|
+
|
1322
|
+
.styles-module_maxWidth__S-bPz {
|
1323
|
+
& * {
|
1324
|
+
overflow: hidden;
|
1325
|
+
white-space: nowrap;
|
1326
|
+
text-overflow: ellipsis;
|
1327
|
+
}
|
1328
|
+
}
|
1329
|
+
|
1330
|
+
.styles-module_fullWidth__vNRRx {
|
1331
|
+
& * {
|
1332
|
+
min-width: max-content;
|
1333
|
+
}
|
1334
|
+
}
|
1335
|
+
.styles-module_root__2WSxN {
|
1336
|
+
position: sticky;
|
1337
|
+
top: 0;
|
1338
|
+
display: flex;
|
1339
|
+
align-items: center;
|
1340
|
+
justify-content: space-between;
|
1341
|
+
gap: var(--size-spacing-sm);
|
1342
|
+
padding: var(--size-spacing-sm);
|
1343
|
+
background-color: var(--color-system-background-100);
|
1344
|
+
border-bottom: 1px solid var(--color-system-border-100);
|
1345
|
+
}
|
1346
|
+
|
1347
|
+
.styles-module_title__qCJZG {
|
1348
|
+
color: var(--color-system-text-100);
|
1349
|
+
text-transform: uppercase;
|
1350
|
+
font-size: var(--font-size-lg);
|
1351
|
+
font-weight: var(--font-weight-bold);
|
1352
|
+
line-height: var(--font-line-height-lg);
|
1353
|
+
}
|
1354
|
+
|
1355
|
+
.styles-module_item__yl--3 {
|
1356
|
+
cursor: pointer;
|
1357
|
+
font-size: var(--font-size-xs);
|
1358
|
+
font-weight: var(--font-weight-semibold);
|
1359
|
+
line-height: var(--font-line-height-xs);
|
1360
|
+
text-transform: uppercase;
|
1361
|
+
user-select: none;
|
1362
|
+
|
1363
|
+
border: 2px solid var(--color-system-border-100);
|
1364
|
+
border-radius: var(--border-radius-xl);
|
1365
|
+
|
1366
|
+
padding: 2px 10px;
|
1367
|
+
|
1368
|
+
&[aria-active="true"] {
|
1369
|
+
background-color: var(--color-primary);
|
1370
|
+
border-color: var(--color-secondary);
|
1371
|
+
color: var(--color-contrast);
|
1372
|
+
}
|
1373
|
+
}
|
1374
|
+
|
1375
|
+
.styles-module_itemsWrapper__8xwKJ {
|
1376
|
+
flex-grow: 1;
|
1377
|
+
display: flex;
|
1378
|
+
flex-wrap: wrap;
|
1379
|
+
gap: var(--size-spacing-sm);
|
1380
|
+
}
|
1381
|
+
.styles-module_root__AStX6 {
|
1382
|
+
max-width: 100%;
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
.styles-module_tableWrapper__ByR84 {
|
1386
|
+
background-color: var(--color-system-background-100);
|
1387
|
+
color: var(--color-system-text-100);
|
1388
|
+
overflow-x: auto;
|
1389
|
+
max-width: 100%;
|
1390
|
+
}
|
1391
|
+
|
1392
|
+
.styles-module_table__IKm6A {
|
1393
|
+
width: 100%;
|
1394
|
+
border-collapse: collapse;
|
1395
|
+
}
|
1396
|
+
|
1397
|
+
.styles-module_body__Ou1Rp {
|
1398
|
+
overflow-y: auto;
|
1399
|
+
}
|
1400
|
+
|
1345
1401
|
/* * */
|
1346
1402
|
/* CONTAINER */
|
1347
1403
|
|
@@ -1487,130 +1543,6 @@ breakpoint-mobile {
|
|
1487
1543
|
z-index: 0;
|
1488
1544
|
}
|
1489
1545
|
|
1490
|
-
.styles-module_header__6dpaJ {
|
1491
|
-
position: sticky;
|
1492
|
-
top: 0;
|
1493
|
-
|
1494
|
-
background-color: var(--color-system-background-100);
|
1495
|
-
box-shadow: 0 1px 5px 0 var(--color-system-border-100);
|
1496
|
-
}
|
1497
|
-
|
1498
|
-
.styles-module_cell__mfzlU {
|
1499
|
-
padding: var(--size-spacing-md);
|
1500
|
-
text-transform: uppercase;
|
1501
|
-
font-size: var(--font-size-xs);
|
1502
|
-
font-weight: var(--font-weight-semibold);
|
1503
|
-
line-height: var(--font-line-height-xs);
|
1504
|
-
color: var(--color-system-text-300);
|
1505
|
-
|
1506
|
-
white-space: nowrap;
|
1507
|
-
}
|
1508
|
-
|
1509
|
-
.styles-module_cellContent__NO9HT {
|
1510
|
-
display: flex;
|
1511
|
-
align-items: center;
|
1512
|
-
justify-content: space-between;
|
1513
|
-
}
|
1514
|
-
|
1515
|
-
.styles-module_row__0kxC4 {
|
1516
|
-
border-bottom: 1px solid var(--color-system-border-100);
|
1517
|
-
}
|
1518
|
-
|
1519
|
-
|
1520
|
-
.styles-module_row__46pHv {
|
1521
|
-
border-bottom: 1px solid var(--color-system-border-100);
|
1522
|
-
|
1523
|
-
&:hover {
|
1524
|
-
background-color: var(--color-system-background-200);
|
1525
|
-
}
|
1526
|
-
}
|
1527
|
-
|
1528
|
-
.styles-module_cell__Yb-lZ {
|
1529
|
-
font-weight: var(--font-weight-semibold);
|
1530
|
-
font-size: var(--font-size-base);
|
1531
|
-
line-height: var(--font-line-height-base);
|
1532
|
-
color: var(--color-system-text-100);
|
1533
|
-
}
|
1534
|
-
|
1535
|
-
.styles-module_maxWidth__S-bPz {
|
1536
|
-
& * {
|
1537
|
-
overflow: hidden;
|
1538
|
-
white-space: nowrap;
|
1539
|
-
text-overflow: ellipsis;
|
1540
|
-
}
|
1541
|
-
}
|
1542
|
-
|
1543
|
-
.styles-module_fullWidth__vNRRx {
|
1544
|
-
& * {
|
1545
|
-
min-width: max-content;
|
1546
|
-
}
|
1547
|
-
}
|
1548
|
-
.styles-module_root__2WSxN {
|
1549
|
-
position: sticky;
|
1550
|
-
top: 0;
|
1551
|
-
display: flex;
|
1552
|
-
align-items: center;
|
1553
|
-
justify-content: space-between;
|
1554
|
-
gap: var(--size-spacing-sm);
|
1555
|
-
padding: var(--size-spacing-sm);
|
1556
|
-
background-color: var(--color-system-background-100);
|
1557
|
-
border-bottom: 1px solid var(--color-system-border-100);
|
1558
|
-
}
|
1559
|
-
|
1560
|
-
.styles-module_title__qCJZG {
|
1561
|
-
color: var(--color-system-text-100);
|
1562
|
-
text-transform: uppercase;
|
1563
|
-
font-size: var(--font-size-lg);
|
1564
|
-
font-weight: var(--font-weight-bold);
|
1565
|
-
line-height: var(--font-line-height-lg);
|
1566
|
-
}
|
1567
|
-
|
1568
|
-
.styles-module_item__yl--3 {
|
1569
|
-
cursor: pointer;
|
1570
|
-
font-size: var(--font-size-xs);
|
1571
|
-
font-weight: var(--font-weight-semibold);
|
1572
|
-
line-height: var(--font-line-height-xs);
|
1573
|
-
text-transform: uppercase;
|
1574
|
-
user-select: none;
|
1575
|
-
|
1576
|
-
border: 2px solid var(--color-system-border-100);
|
1577
|
-
border-radius: var(--border-radius-xl);
|
1578
|
-
|
1579
|
-
padding: 2px 10px;
|
1580
|
-
|
1581
|
-
&[aria-active="true"] {
|
1582
|
-
background-color: var(--color-primary);
|
1583
|
-
border-color: var(--color-secondary);
|
1584
|
-
color: var(--color-contrast);
|
1585
|
-
}
|
1586
|
-
}
|
1587
|
-
|
1588
|
-
.styles-module_itemsWrapper__8xwKJ {
|
1589
|
-
flex-grow: 1;
|
1590
|
-
display: flex;
|
1591
|
-
flex-wrap: wrap;
|
1592
|
-
gap: var(--size-spacing-sm);
|
1593
|
-
}
|
1594
|
-
.styles-module_root__AStX6 {
|
1595
|
-
max-width: 100%;
|
1596
|
-
}
|
1597
|
-
|
1598
|
-
.styles-module_tableWrapper__ByR84 {
|
1599
|
-
background-color: var(--color-system-background-100);
|
1600
|
-
color: var(--color-system-text-100);
|
1601
|
-
overflow-x: auto;
|
1602
|
-
max-width: 100%;
|
1603
|
-
}
|
1604
|
-
|
1605
|
-
.styles-module_table__IKm6A {
|
1606
|
-
width: 100%;
|
1607
|
-
border-collapse: collapse;
|
1608
|
-
}
|
1609
|
-
|
1610
|
-
.styles-module_body__Ou1Rp {
|
1611
|
-
overflow-y: auto;
|
1612
|
-
}
|
1613
|
-
|
1614
1546
|
/* * */
|
1615
1547
|
/* CONTAINER */
|
1616
1548
|
|
@@ -2013,12 +1945,11 @@ breakpoint-mobile {
|
|
2013
1945
|
color: var(--color-primary-black);
|
2014
1946
|
text-decoration: underline;
|
2015
1947
|
}
|
2016
|
-
|
2017
|
-
:root[data-theme="ocean"] {
|
1948
|
+
/*# sourceMappingURL=index.css.map */:root[data-theme="ocean"] {
|
2018
1949
|
--color-primary: #005adc;
|
2019
1950
|
--color-secondary: #0041a0;
|
2020
1951
|
--color-background: #e6f0ff;
|
2021
|
-
--color-contrast: #
|
1952
|
+
--color-contrast: #fff;
|
2022
1953
|
--color-shadow: #000a5040;
|
2023
1954
|
}
|
2024
1955
|
|
@@ -2082,12 +2013,11 @@ breakpoint-mobile {
|
|
2082
2013
|
--color-shadow: #05231440;
|
2083
2014
|
}
|
2084
2015
|
}
|
2085
|
-
|
2086
2016
|
:root[data-theme="royal"] {
|
2087
2017
|
--color-primary: #6e3cc8;
|
2088
2018
|
--color-secondary: #460a96;
|
2089
2019
|
--color-background: #f0f0ff;
|
2090
|
-
--color-contrast: #
|
2020
|
+
--color-contrast: #fff;
|
2091
2021
|
--color-shadow: #1e0a4640;
|
2092
2022
|
}
|
2093
2023
|
|
@@ -2726,14 +2656,39 @@ fieldset:disabled .mantine-active:active {
|
|
2726
2656
|
display: none;
|
2727
2657
|
}
|
2728
2658
|
|
2729
|
-
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
|
2730
|
-
|
2731
|
-
|
2732
|
-
|
2659
|
+
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
|
2660
|
+
[data-offset-scrollbars='xy'],
|
2661
|
+
[data-offset-scrollbars='y'],
|
2662
|
+
[data-offset-scrollbars='present']
|
2663
|
+
):where([data-vertical-hidden]) {
|
2664
|
+
padding-inline-end: 0;
|
2665
|
+
padding-inline-start: 0;
|
2666
|
+
}
|
2733
2667
|
|
2734
|
-
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='
|
2735
|
-
|
2736
|
-
|
2668
|
+
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='y']):where(
|
2669
|
+
[data-offset-scrollbars='xy'],
|
2670
|
+
[data-offset-scrollbars='y'],
|
2671
|
+
[data-offset-scrollbars='present']
|
2672
|
+
):not([data-vertical-hidden]) {
|
2673
|
+
padding-inline-end: var(--scrollarea-scrollbar-size);
|
2674
|
+
padding-inline-start: unset;
|
2675
|
+
}
|
2676
|
+
|
2677
|
+
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
|
2678
|
+
[data-offset-scrollbars='xy'],
|
2679
|
+
[data-offset-scrollbars='x'],
|
2680
|
+
[data-offset-scrollbars='present']
|
2681
|
+
):where([data-horizontal-hidden]) {
|
2682
|
+
padding-bottom: 0;
|
2683
|
+
}
|
2684
|
+
|
2685
|
+
.m_c0783ff9:where([data-scrollbars='xy'], [data-scrollbars='x']):where(
|
2686
|
+
[data-offset-scrollbars='xy'],
|
2687
|
+
[data-offset-scrollbars='x'],
|
2688
|
+
[data-offset-scrollbars='present']
|
2689
|
+
):not([data-horizontal-hidden]) {
|
2690
|
+
padding-bottom: var(--scrollarea-scrollbar-size);
|
2691
|
+
}
|
2737
2692
|
|
2738
2693
|
.m_f8f631dd {
|
2739
2694
|
min-width: 100%;
|
@@ -3637,14 +3592,6 @@ fieldset:disabled .mantine-active:active {
|
|
3637
3592
|
color: var(--input-disabled-color);
|
3638
3593
|
}
|
3639
3594
|
|
3640
|
-
/* Fixes odd Firefox behavior in Select – https://github.com/mantinedev/mantine/issues/7476 */
|
3641
|
-
|
3642
|
-
@supports (-moz-appearance: none) {
|
3643
|
-
.m_8fb7ebe7[readonly][aria-haspopup] {
|
3644
|
-
pointer-events: none;
|
3645
|
-
}
|
3646
|
-
}
|
3647
|
-
|
3648
3595
|
.m_82577fc2 {
|
3649
3596
|
pointer-events: var(--section-pointer-events);
|
3650
3597
|
position: absolute;
|