@tmlmobilidade/ui 20250307.1656.54 → 20250310.1959.17
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 +85 -15
- package/dist/src/_virtual/_interop_require_default.js +4 -0
- package/dist/src/_virtual/_interop_require_default.js.map +1 -0
- package/dist/src/_virtual/_interop_require_wildcard.js +4 -0
- package/dist/src/_virtual/_interop_require_wildcard.js.map +1 -0
- package/dist/src/_virtual/action-async-storage-instance.js +4 -0
- package/dist/src/_virtual/action-async-storage-instance.js.map +1 -0
- package/dist/src/_virtual/action-async-storage.external.js +4 -0
- package/dist/src/_virtual/action-async-storage.external.js.map +1 -0
- package/dist/src/_virtual/app-router-context.shared-runtime.js +4 -0
- package/dist/src/_virtual/app-router-context.shared-runtime.js.map +1 -0
- package/dist/src/_virtual/async-local-storage.js +4 -0
- package/dist/src/_virtual/async-local-storage.js.map +1 -0
- package/dist/src/_virtual/bailout-to-client-rendering.js +4 -0
- package/dist/src/_virtual/bailout-to-client-rendering.js.map +1 -0
- package/dist/src/_virtual/bailout-to-csr.js +4 -0
- package/dist/src/_virtual/bailout-to-csr.js.map +1 -0
- package/dist/src/_virtual/dynamic-rendering-utils.js +4 -0
- package/dist/src/_virtual/dynamic-rendering-utils.js.map +1 -0
- package/dist/src/_virtual/dynamic-rendering.js +4 -0
- package/dist/src/_virtual/dynamic-rendering.js.map +1 -0
- package/dist/src/_virtual/forbidden.js +4 -0
- package/dist/src/_virtual/forbidden.js.map +1 -0
- package/dist/src/_virtual/get-segment-value.js +4 -0
- package/dist/src/_virtual/get-segment-value.js.map +1 -0
- package/dist/src/_virtual/hooks-client-context.shared-runtime.js +4 -0
- package/dist/src/_virtual/hooks-client-context.shared-runtime.js.map +1 -0
- package/dist/src/_virtual/hooks-server-context.js +4 -0
- package/dist/src/_virtual/hooks-server-context.js.map +1 -0
- package/dist/src/_virtual/http-access-fallback.js +4 -0
- package/dist/src/_virtual/http-access-fallback.js.map +1 -0
- package/dist/src/_virtual/is-dynamic-usage-error.js +4 -0
- package/dist/src/_virtual/is-dynamic-usage-error.js.map +1 -0
- package/dist/src/_virtual/is-next-router-error.js +4 -0
- package/dist/src/_virtual/is-next-router-error.js.map +1 -0
- package/dist/src/_virtual/is-postpone.js +4 -0
- package/dist/src/_virtual/is-postpone.js.map +1 -0
- package/dist/src/_virtual/metadata-constants.js +4 -0
- package/dist/src/_virtual/metadata-constants.js.map +1 -0
- package/dist/src/_virtual/navigation.js +4 -0
- package/dist/src/_virtual/navigation.js.map +1 -0
- package/dist/src/_virtual/navigation.react-server.js +4 -0
- package/dist/src/_virtual/navigation.react-server.js.map +1 -0
- package/dist/src/_virtual/not-found.js +4 -0
- package/dist/src/_virtual/not-found.js.map +1 -0
- package/dist/src/_virtual/redirect-error.js +4 -0
- package/dist/src/_virtual/redirect-error.js.map +1 -0
- package/dist/src/_virtual/redirect-status-code.js +4 -0
- package/dist/src/_virtual/redirect-status-code.js.map +1 -0
- package/dist/src/_virtual/redirect.js +4 -0
- package/dist/src/_virtual/redirect.js.map +1 -0
- package/dist/src/_virtual/scheduler.js +4 -0
- package/dist/src/_virtual/scheduler.js.map +1 -0
- package/dist/src/_virtual/segment.js +4 -0
- package/dist/src/_virtual/segment.js.map +1 -0
- package/dist/src/_virtual/server-inserted-html.shared-runtime.js +4 -0
- package/dist/src/_virtual/server-inserted-html.shared-runtime.js.map +1 -0
- package/dist/src/_virtual/static-generation-bailout.js +4 -0
- package/dist/src/_virtual/static-generation-bailout.js.map +1 -0
- package/dist/src/_virtual/unauthorized.js +4 -0
- package/dist/src/_virtual/unauthorized.js.map +1 -0
- package/dist/src/_virtual/unstable-rethrow.js +4 -0
- package/dist/src/_virtual/unstable-rethrow.js.map +1 -0
- package/dist/src/_virtual/work-async-storage-instance.js +4 -0
- package/dist/src/_virtual/work-async-storage-instance.js.map +1 -0
- package/dist/src/_virtual/work-async-storage.external.js +4 -0
- package/dist/src/_virtual/work-async-storage.external.js.map +1 -0
- package/dist/src/_virtual/work-unit-async-storage-instance.js +4 -0
- package/dist/src/_virtual/work-unit-async-storage-instance.js.map +1 -0
- package/dist/src/_virtual/work-unit-async-storage.external.js +4 -0
- package/dist/src/_virtual/work-unit-async-storage.external.js.map +1 -0
- package/dist/src/components/AppProvider/index.d.ts +3 -2
- package/dist/src/components/AppProvider/index.js +6 -5
- 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 +1 -1
- 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.d.ts +7 -0
- package/dist/src/components/common/ComponentWrapper/index.js +9 -0
- package/dist/src/components/common/ComponentWrapper/index.js.map +1 -0
- package/dist/src/components/common/ComponentWrapper/styles.module.css.js +4 -0
- package/dist/src/components/common/ComponentWrapper/styles.module.css.js.map +1 -0
- 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/common/index.d.ts +1 -0
- 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 +2 -0
- package/dist/src/components/layout/AppWrapper/Header/index.js +1 -1
- package/dist/src/components/layout/AppWrapper/index.js +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.js +2 -2
- 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/{AppProvider → providers}/MapOptions.context.d.ts +1 -1
- package/dist/src/components/{AppProvider → providers}/MapOptions.context.js +2 -2
- package/dist/src/components/providers/MapOptions.context.js.map +1 -0
- package/dist/src/components/providers/Me.context.d.ts +20 -0
- package/dist/src/components/providers/Me.context.js +61 -0
- package/dist/src/components/providers/Me.context.js.map +1 -0
- package/dist/src/components/theme/ThemeProvider/index.js +1 -1
- package/dist/src/components/theme/ThemeSwitcher/index.js +1 -1
- package/dist/src/components/theme/Themer/index.js +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +4 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib/http.d.ts +16 -0
- package/dist/src/lib/http.js +13 -0
- package/dist/src/lib/http.js.map +1 -0
- package/dist/src/lib/map.utils.js +91 -3
- package/dist/src/lib/map.utils.js.map +1 -1
- package/dist/src/lib/utils.d.ts +1 -1
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js +9 -0
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +1 -0
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +41 -0
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +1 -0
- package/dist/src/node_modules/.pnpm/@turf_helpers@7.2.0/node_modules/@turf/helpers/dist/esm/index.js +49 -0
- package/dist/src/node_modules/.pnpm/@turf_helpers@7.2.0/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/dist/client/components/bailout-to-client-rendering.js +45 -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/dist/client/components/bailout-to-client-rendering.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/dist/client/components/forbidden.js +58 -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/dist/client/components/forbidden.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/dist/client/components/hooks-server-context.js +46 -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/dist/client/components/hooks-server-context.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/dist/client/components/http-access-fallback/http-access-fallback.js +73 -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/dist/client/components/http-access-fallback/http-access-fallback.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/dist/client/components/is-next-router-error.js +33 -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/dist/client/components/is-next-router-error.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/dist/client/components/navigation.js +185 -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/dist/client/components/navigation.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/dist/client/components/navigation.react-server.js +85 -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/dist/client/components/navigation.react-server.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/dist/client/components/not-found.js +52 -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/dist/client/components/not-found.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/dist/client/components/redirect-error.js +56 -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/dist/client/components/redirect-error.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/dist/client/components/redirect-status-code.js +32 -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/dist/client/components/redirect-status-code.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/dist/client/components/redirect.js +98 -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/dist/client/components/redirect.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/dist/client/components/router-reducer/reducers/get-segment-value.js +29 -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/dist/client/components/router-reducer/reducers/get-segment-value.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/dist/client/components/static-generation-bailout.js +46 -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/dist/client/components/static-generation-bailout.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/dist/client/components/unauthorized.js +59 -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/dist/client/components/unauthorized.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/dist/client/components/unstable-rethrow.js +47 -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/dist/client/components/unstable-rethrow.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/dist/export/helpers/is-dynamic-usage-error.js +26 -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/dist/export/helpers/is-dynamic-usage-error.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/dist/lib/metadata/metadata-constants.js +30 -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/dist/lib/metadata/metadata-constants.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/dist/lib/scheduler.js +62 -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/dist/lib/scheduler.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/dist/server/app-render/action-async-storage-instance.js +20 -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/dist/server/app-render/action-async-storage-instance.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/dist/server/app-render/action-async-storage.external.js +19 -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/dist/server/app-render/action-async-storage.external.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/dist/server/app-render/async-local-storage.js +74 -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/dist/server/app-render/async-local-storage.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/dist/server/app-render/dynamic-rendering.js +536 -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/dist/server/app-render/dynamic-rendering.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/dist/server/app-render/work-async-storage-instance.js +20 -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/dist/server/app-render/work-async-storage-instance.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/dist/server/app-render/work-async-storage.external.js +19 -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/dist/server/app-render/work-async-storage.external.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/dist/server/app-render/work-unit-async-storage-instance.js +20 -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/dist/server/app-render/work-unit-async-storage-instance.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/dist/server/app-render/work-unit-async-storage.external.js +91 -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/dist/server/app-render/work-unit-async-storage.external.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/dist/server/dynamic-rendering-utils.js +51 -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/dist/server/dynamic-rendering-utils.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/dist/server/lib/router-utils/is-postpone.js +20 -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/dist/server/lib/router-utils/is-postpone.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/dist/shared/lib/app-router-context.shared-runtime.js +50 -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/dist/shared/lib/app-router-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/dist/shared/lib/hooks-client-context.shared-runtime.js +38 -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/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/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +45 -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/dist/shared/lib/lazy-dynamic/bailout-to-csr.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/dist/shared/lib/segment.js +50 -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/dist/shared/lib/segment.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/dist/shared/lib/server-inserted-html.shared-runtime.js +38 -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/dist/shared/lib/server-inserted-html.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/navigation.js +6 -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/navigation.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/dist/adapters/next/app.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/dist/chunk-5WWTJYGR.js.map +1 -0
- package/dist/src/node_modules/{nuqs → .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 +3 -3
- 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 +1 -0
- package/dist/src/node_modules/{react → .pnpm/react@19.0.0/node_modules/react}/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/src/node_modules/{react → .pnpm/react@19.0.0/node_modules/react}/cjs/react-jsx-runtime.production.js +1 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
- package/dist/src/node_modules/{react → .pnpm/react@19.0.0/node_modules/react}/jsx-runtime.js +1 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/styles-no-reset.css +10283 -0
- package/dist/styles.css +253 -205
- package/package.json +6 -30
- package/README.md +0 -321
- package/dist/src/components/AppProvider/MapOptions.context.js.map +0 -1
- package/dist/src/node_modules/nuqs/dist/adapters/next/app.js.map +0 -1
- package/dist/src/node_modules/nuqs/dist/chunk-5WWTJYGR.js.map +0 -1
- package/dist/src/node_modules/nuqs/dist/chunk-C3RNEY2H.js.map +0 -1
- package/dist/src/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
- package/dist/src/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
- package/dist/src/node_modules/react/jsx-runtime.js.map +0 -1
- /package/dist/src/node_modules/{nuqs → .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 +0 -0
- /package/dist/src/node_modules/{nuqs → .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 +0 -0
package/dist/index.d.ts
CHANGED
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { BadgeProps as BadgeProps$1, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, ComboboxProps, MenuProps as MenuProps$1, MenuTargetProps as MenuTargetProps$1, MenuDropdownProps as MenuDropdownProps$1, MenuItemProps as MenuItemProps$1, MenuDividerProps as MenuDividerProps$1, MenuLabelProps as MenuLabelProps$1, PasswordInputProps, SegmentedControlProps as SegmentedControlProps$1, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, TextProps as TextProps$1, TextareaProps, TextInputProps as TextInputProps$1, TooltipProps as TooltipProps$1, AccordionStylesNames } from '@mantine/core';
|
3
3
|
export { RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
|
4
4
|
import * as React$1 from 'react';
|
5
|
-
import React__default from 'react';
|
5
|
+
import React__default, { ReactNode } from 'react';
|
6
6
|
import { DateTimePickerProps as DateTimePickerProps$1 } from '@mantine/dates';
|
7
7
|
import { MapRef, MapLayerMouseEvent, ViewStateChangeEvent } from '@vis.gl/react-maplibre';
|
8
8
|
import { NotificationData } from '@mantine/notifications';
|
@@ -10,6 +10,35 @@ export * from '@mantine/form';
|
|
10
10
|
export * from '@mantine/hooks';
|
11
11
|
export * from '@mantine/modals';
|
12
12
|
|
13
|
+
interface SidebarItemProps {
|
14
|
+
disabled?: boolean;
|
15
|
+
href: string;
|
16
|
+
icon: React.ReactNode | string;
|
17
|
+
label: string;
|
18
|
+
}
|
19
|
+
interface SidebarProps {
|
20
|
+
items: SidebarItemProps[];
|
21
|
+
}
|
22
|
+
declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element;
|
23
|
+
|
24
|
+
interface MeContextState {
|
25
|
+
data: {
|
26
|
+
sidebar: SidebarItemProps[];
|
27
|
+
user: any;
|
28
|
+
};
|
29
|
+
flags: {
|
30
|
+
error: null | string;
|
31
|
+
loading: boolean;
|
32
|
+
};
|
33
|
+
}
|
34
|
+
interface MeContextProviderProps {
|
35
|
+
children: React.ReactNode;
|
36
|
+
initialSidebar?: MeContextState['data']['sidebar'];
|
37
|
+
initialUser?: MeContextState['data']['user'];
|
38
|
+
meApiUrl: string;
|
39
|
+
}
|
40
|
+
declare function useMeContext(): MeContextState;
|
41
|
+
|
13
42
|
declare const THEMES: readonly ["ocean", "park", "path", "pool", "royal", "street"];
|
14
43
|
interface ThemeContextType {
|
15
44
|
setTheme: (theme: typeof THEMES[number]) => void;
|
@@ -56,10 +85,10 @@ interface ThemeSwitcherProps {
|
|
56
85
|
}
|
57
86
|
declare function ThemeSwitcher({ onThemeChange }: ThemeSwitcherProps): react_jsx_runtime.JSX.Element;
|
58
87
|
|
59
|
-
interface AppProviderProps extends ThemeProviderProps {
|
88
|
+
interface AppProviderProps extends MeContextProviderProps, ThemeProviderProps {
|
60
89
|
children: React.ReactNode;
|
61
90
|
}
|
62
|
-
declare function AppProvider({ children, fontFamilyStyle, initialTheme }: AppProviderProps): react_jsx_runtime.JSX.Element;
|
91
|
+
declare function AppProvider({ children, fontFamilyStyle, initialSidebar, initialTheme, initialUser, meApiUrl }: AppProviderProps): react_jsx_runtime.JSX.Element;
|
63
92
|
|
64
93
|
interface ActionIconProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
65
94
|
disabled?: boolean;
|
@@ -129,6 +158,12 @@ interface MultipleProps extends BaseProps {
|
|
129
158
|
type Props$6 = MultipleProps | SingleProps;
|
130
159
|
declare function ComboboxComponent(props: Props$6): react_jsx_runtime.JSX.Element;
|
131
160
|
|
161
|
+
interface ComponentWrapperProps {
|
162
|
+
children: ReactNode;
|
163
|
+
className?: string;
|
164
|
+
}
|
165
|
+
declare function ComponentWrapper({ children, className }: ComponentWrapperProps): react_jsx_runtime.JSX.Element;
|
166
|
+
|
132
167
|
interface DateTimePickerProps extends DateTimePickerProps$1 {
|
133
168
|
/**
|
134
169
|
* Full width of the input.
|
@@ -431,17 +466,6 @@ interface DataTableTitleProps<T> {
|
|
431
466
|
|
432
467
|
declare function DataTable<T>({ records, ...props }: DataTableProps<T>): react_jsx_runtime.JSX.Element;
|
433
468
|
|
434
|
-
interface SidebarItemProps {
|
435
|
-
disabled?: boolean;
|
436
|
-
href: string;
|
437
|
-
icon: React.ReactNode | string;
|
438
|
-
label: string;
|
439
|
-
}
|
440
|
-
interface SidebarProps {
|
441
|
-
items: SidebarItemProps[];
|
442
|
-
}
|
443
|
-
declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element;
|
444
|
-
|
445
469
|
interface HeaderProps {
|
446
470
|
user_name?: string;
|
447
471
|
}
|
@@ -569,6 +593,24 @@ interface Props {
|
|
569
593
|
}
|
570
594
|
declare function MapViewStyleVehicles({ presentBeforeId, vehiclesData }: Props): react_jsx_runtime.JSX.Element;
|
571
595
|
|
596
|
+
interface MapOptionsContextState {
|
597
|
+
actions: {
|
598
|
+
centerMap: (source: string) => void;
|
599
|
+
setMap: (map: MapRef) => void;
|
600
|
+
setStyle: (value: MapStyle) => void;
|
601
|
+
setViewportHeight: (value: number) => void;
|
602
|
+
};
|
603
|
+
data: {
|
604
|
+
map: MapRef | undefined;
|
605
|
+
style: string;
|
606
|
+
viewport_height: null | number;
|
607
|
+
};
|
608
|
+
flags: {
|
609
|
+
is_loading: boolean;
|
610
|
+
};
|
611
|
+
}
|
612
|
+
declare function useMapOptionsContext(): MapOptionsContextState;
|
613
|
+
|
572
614
|
interface ToastProps extends NotificationData {
|
573
615
|
type?: 'error' | 'info' | 'success' | 'warning';
|
574
616
|
}
|
@@ -644,4 +686,32 @@ declare function useSearchQuery<T>(data: T[], { accessors, customSearch, debounc
|
|
644
686
|
setSearchQuery: React$1.Dispatch<React$1.SetStateAction<string | undefined>>;
|
645
687
|
};
|
646
688
|
|
647
|
-
|
689
|
+
interface CenterMapOptions {
|
690
|
+
padding: number;
|
691
|
+
}
|
692
|
+
/**
|
693
|
+
*
|
694
|
+
* @param mapObject The map that should be manipulated
|
695
|
+
* @param features The features to center the map on
|
696
|
+
* @param options Optional settings to customize the centering
|
697
|
+
*/
|
698
|
+
declare const centerMap: (mapObject: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[], options?: CenterMapOptions) => void;
|
699
|
+
/**
|
700
|
+
*
|
701
|
+
* @param mapObject THe map that should be manipulated
|
702
|
+
* @param coordinates The destination coordinates to move the map to
|
703
|
+
* @param options Optional settings to customize the movement
|
704
|
+
*/
|
705
|
+
declare const moveMap: (mapObject: any, coordinates: GeoJSON.Position) => void;
|
706
|
+
/**
|
707
|
+
* Return a base GeoJSON Feature for LineString object
|
708
|
+
* @returns A GeoJSON Feature for LineString object with an empty features array
|
709
|
+
*/
|
710
|
+
declare const getBaseGeoJsonFeatureLineString: () => GeoJSON.Feature<GeoJSON.LineString>;
|
711
|
+
/**
|
712
|
+
* Return a base GeoJSON FeatureCollection object
|
713
|
+
* @returns A GeoJSON FeatureCollection object with an empty features array
|
714
|
+
*/
|
715
|
+
declare const getBaseGeoJsonFeatureCollection: () => GeoJSON.FeatureCollection<GeoJSON.LineString | GeoJSON.Point, GeoJSON.GeoJsonProperties>;
|
716
|
+
|
717
|
+
export { ActionIcon, AppProvider, type AppProviderProps, AppWrapper, Badge, Button, CMIcon, CMLogo, Checkbox, ComboboxComponent as Combobox, ComponentWrapper, type DataItem, DataTable, type DataTableColumn, type DataTableColumnProps, type DataTableHeaderProps, type DataTableProps, type DataTableRowProps, type DataTableSearchProps, type DataTableTitleProps, DateTimePicker, DeleteActionIcon, Description, FileButton, Grid, Label, type MapStyle, MapView, MapViewStyleActiveStops, MapViewStyleActiveStopsInteractiveLayerId, MapViewStyleActiveStopsPrimaryLayerId, MapViewStylePath, MapViewStylePathInteractiveLayerId, MapViewStylePathPrimaryLayerId, MapViewStyleStops, MapViewStyleStopsInteractiveLayerId, MapViewStyleStopsPrimaryLayerId, MapViewStyleVehicles, MapViewStyleVehiclesInteractiveLayerId, MapViewStyleVehiclesPrimaryLayerId, Menu, PasswordInput, Section, SegmentedControl, Sidebar, type SidebarItemProps, SimpleSurface, Slider, Spacer, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Tag, Text, Component$1 as TextArea, Component as TextInput, ThemeDark, ThemeLight, ThemeProvider, type ThemeProviderProps, ThemeSwitcher, Themer, type ToastPromiseParams, type ToastProps, Tooltip, centerMap, getBaseGeoJsonFeatureCollection, getBaseGeoJsonFeatureLineString, moveMap, useMapOptionsContext, useMeContext, useScreenSize, useSearchQuery, useTheme, useToast };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"_interop_require_default.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"_interop_require_wildcard.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"action-async-storage-instance.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"action-async-storage.external.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"app-router-context.shared-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"async-local-storage.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"bailout-to-client-rendering.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"bailout-to-csr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dynamic-rendering-utils.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dynamic-rendering.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"forbidden.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"get-segment-value.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"hooks-client-context.shared-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"hooks-server-context.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"http-access-fallback.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-dynamic-usage-error.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-next-router-error.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-postpone.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"metadata-constants.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"navigation.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"navigation.react-server.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"not-found.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"redirect-error.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"redirect-status-code.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"redirect.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"scheduler.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"segment.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"server-inserted-html.shared-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"static-generation-bailout.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"unauthorized.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"unstable-rethrow.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"work-async-storage-instance.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"work-async-storage.external.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"work-unit-async-storage-instance.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"work-unit-async-storage.external.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -1,5 +1,6 @@
|
|
1
|
+
import { type MeContextProviderProps } from '../providers/Me.context';
|
1
2
|
import { type ThemeProviderProps } from '../theme';
|
2
|
-
export interface AppProviderProps extends ThemeProviderProps {
|
3
|
+
export interface AppProviderProps extends MeContextProviderProps, ThemeProviderProps {
|
3
4
|
children: React.ReactNode;
|
4
5
|
}
|
5
|
-
export declare function AppProvider({ children, fontFamilyStyle, initialTheme }: AppProviderProps): import("react/jsx-runtime").JSX.Element;
|
6
|
+
export declare function AppProvider({ children, fontFamilyStyle, initialSidebar, initialTheme, initialUser, meApiUrl }: AppProviderProps): import("react/jsx-runtime").JSX.Element;
|
@@ -1,14 +1,15 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../node_modules/react/jsx-runtime.js';
|
2
|
+
import { j as jsxRuntimeExports } from '../../node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js';
|
3
3
|
import { MapProvider } from '@vis.gl/react-maplibre';
|
4
|
-
import { NuqsAdapter } from '../../node_modules/nuqs/dist/adapters/next/app.js';
|
4
|
+
import { NuqsAdapter } from '../../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';
|
5
5
|
import { SWRConfig } from 'swr';
|
6
|
+
import { MapOptionsContextProvider } from '../providers/MapOptions.context.js';
|
7
|
+
import { MeContextProvider } from '../providers/Me.context.js';
|
6
8
|
import ThemeProvider from '../theme/ThemeProvider/index.js';
|
7
9
|
import 'react';
|
8
10
|
import '@mantine/core';
|
9
|
-
import { MapOptionsContextProvider } from './MapOptions.context.js';
|
10
11
|
|
11
|
-
function AppProvider({ children, fontFamilyStyle, initialTheme }) {
|
12
|
+
function AppProvider({ children, fontFamilyStyle, initialSidebar, initialTheme, initialUser, meApiUrl }) {
|
12
13
|
//
|
13
14
|
//
|
14
15
|
// A. Setup variables
|
@@ -33,7 +34,7 @@ function AppProvider({ children, fontFamilyStyle, initialTheme }) {
|
|
33
34
|
};
|
34
35
|
//
|
35
36
|
// B. Render components
|
36
|
-
return (jsxRuntimeExports.jsx(ThemeProvider, { fontFamilyStyle: fontFamilyStyle, initialTheme: initialTheme, children: jsxRuntimeExports.jsx(SWRConfig, { value: swrSettings, children: jsxRuntimeExports.jsx(NuqsAdapter, { children: jsxRuntimeExports.jsx(MapOptionsContextProvider, { children: jsxRuntimeExports.jsx(MapProvider, { children: children }) }) }) }) }));
|
37
|
+
return (jsxRuntimeExports.jsx(ThemeProvider, { fontFamilyStyle: fontFamilyStyle, initialTheme: initialTheme, children: jsxRuntimeExports.jsx(SWRConfig, { value: swrSettings, children: jsxRuntimeExports.jsx(NuqsAdapter, { children: jsxRuntimeExports.jsx(MapOptionsContextProvider, { children: jsxRuntimeExports.jsx(MapProvider, { children: jsxRuntimeExports.jsx(MeContextProvider, { initialSidebar: initialSidebar, initialUser: initialUser, meApiUrl: meApiUrl, children: children }) }) }) }) }) }));
|
37
38
|
//
|
38
39
|
}
|
39
40
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../src/components/AppProvider/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/components/AppProvider/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"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"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
2
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js';
|
3
3
|
import { cn } from '../../../lib/utils.js';
|
4
4
|
import { ActionIcon as ActionIcon$1 } from '@mantine/core';
|
5
5
|
import styles from './styles.module.css.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
2
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js';
|
3
3
|
import '../../theme/ThemeProvider/index.js';
|
4
4
|
import 'react';
|
5
5
|
import { Themer } from '../../theme/Themer/index.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
2
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js';
|
3
3
|
import { cn } from '../../../lib/utils.js';
|
4
4
|
import { Badge as Badge$1 } from '@mantine/core';
|
5
5
|
import styles from './styles.module.css.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
2
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js';
|
3
3
|
import { Button as Button$1 } from '@mantine/core';
|
4
4
|
|
5
5
|
/* * */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
2
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js';
|
3
3
|
import { Checkbox as Checkbox$1 } from '@mantine/core';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|