@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.
Files changed (235) hide show
  1. package/dist/index.d.ts +85 -15
  2. package/dist/src/_virtual/_interop_require_default.js +4 -0
  3. package/dist/src/_virtual/_interop_require_default.js.map +1 -0
  4. package/dist/src/_virtual/_interop_require_wildcard.js +4 -0
  5. package/dist/src/_virtual/_interop_require_wildcard.js.map +1 -0
  6. package/dist/src/_virtual/action-async-storage-instance.js +4 -0
  7. package/dist/src/_virtual/action-async-storage-instance.js.map +1 -0
  8. package/dist/src/_virtual/action-async-storage.external.js +4 -0
  9. package/dist/src/_virtual/action-async-storage.external.js.map +1 -0
  10. package/dist/src/_virtual/app-router-context.shared-runtime.js +4 -0
  11. package/dist/src/_virtual/app-router-context.shared-runtime.js.map +1 -0
  12. package/dist/src/_virtual/async-local-storage.js +4 -0
  13. package/dist/src/_virtual/async-local-storage.js.map +1 -0
  14. package/dist/src/_virtual/bailout-to-client-rendering.js +4 -0
  15. package/dist/src/_virtual/bailout-to-client-rendering.js.map +1 -0
  16. package/dist/src/_virtual/bailout-to-csr.js +4 -0
  17. package/dist/src/_virtual/bailout-to-csr.js.map +1 -0
  18. package/dist/src/_virtual/dynamic-rendering-utils.js +4 -0
  19. package/dist/src/_virtual/dynamic-rendering-utils.js.map +1 -0
  20. package/dist/src/_virtual/dynamic-rendering.js +4 -0
  21. package/dist/src/_virtual/dynamic-rendering.js.map +1 -0
  22. package/dist/src/_virtual/forbidden.js +4 -0
  23. package/dist/src/_virtual/forbidden.js.map +1 -0
  24. package/dist/src/_virtual/get-segment-value.js +4 -0
  25. package/dist/src/_virtual/get-segment-value.js.map +1 -0
  26. package/dist/src/_virtual/hooks-client-context.shared-runtime.js +4 -0
  27. package/dist/src/_virtual/hooks-client-context.shared-runtime.js.map +1 -0
  28. package/dist/src/_virtual/hooks-server-context.js +4 -0
  29. package/dist/src/_virtual/hooks-server-context.js.map +1 -0
  30. package/dist/src/_virtual/http-access-fallback.js +4 -0
  31. package/dist/src/_virtual/http-access-fallback.js.map +1 -0
  32. package/dist/src/_virtual/is-dynamic-usage-error.js +4 -0
  33. package/dist/src/_virtual/is-dynamic-usage-error.js.map +1 -0
  34. package/dist/src/_virtual/is-next-router-error.js +4 -0
  35. package/dist/src/_virtual/is-next-router-error.js.map +1 -0
  36. package/dist/src/_virtual/is-postpone.js +4 -0
  37. package/dist/src/_virtual/is-postpone.js.map +1 -0
  38. package/dist/src/_virtual/metadata-constants.js +4 -0
  39. package/dist/src/_virtual/metadata-constants.js.map +1 -0
  40. package/dist/src/_virtual/navigation.js +4 -0
  41. package/dist/src/_virtual/navigation.js.map +1 -0
  42. package/dist/src/_virtual/navigation.react-server.js +4 -0
  43. package/dist/src/_virtual/navigation.react-server.js.map +1 -0
  44. package/dist/src/_virtual/not-found.js +4 -0
  45. package/dist/src/_virtual/not-found.js.map +1 -0
  46. package/dist/src/_virtual/redirect-error.js +4 -0
  47. package/dist/src/_virtual/redirect-error.js.map +1 -0
  48. package/dist/src/_virtual/redirect-status-code.js +4 -0
  49. package/dist/src/_virtual/redirect-status-code.js.map +1 -0
  50. package/dist/src/_virtual/redirect.js +4 -0
  51. package/dist/src/_virtual/redirect.js.map +1 -0
  52. package/dist/src/_virtual/scheduler.js +4 -0
  53. package/dist/src/_virtual/scheduler.js.map +1 -0
  54. package/dist/src/_virtual/segment.js +4 -0
  55. package/dist/src/_virtual/segment.js.map +1 -0
  56. package/dist/src/_virtual/server-inserted-html.shared-runtime.js +4 -0
  57. package/dist/src/_virtual/server-inserted-html.shared-runtime.js.map +1 -0
  58. package/dist/src/_virtual/static-generation-bailout.js +4 -0
  59. package/dist/src/_virtual/static-generation-bailout.js.map +1 -0
  60. package/dist/src/_virtual/unauthorized.js +4 -0
  61. package/dist/src/_virtual/unauthorized.js.map +1 -0
  62. package/dist/src/_virtual/unstable-rethrow.js +4 -0
  63. package/dist/src/_virtual/unstable-rethrow.js.map +1 -0
  64. package/dist/src/_virtual/work-async-storage-instance.js +4 -0
  65. package/dist/src/_virtual/work-async-storage-instance.js.map +1 -0
  66. package/dist/src/_virtual/work-async-storage.external.js +4 -0
  67. package/dist/src/_virtual/work-async-storage.external.js.map +1 -0
  68. package/dist/src/_virtual/work-unit-async-storage-instance.js +4 -0
  69. package/dist/src/_virtual/work-unit-async-storage-instance.js.map +1 -0
  70. package/dist/src/_virtual/work-unit-async-storage.external.js +4 -0
  71. package/dist/src/_virtual/work-unit-async-storage.external.js.map +1 -0
  72. package/dist/src/components/AppProvider/index.d.ts +3 -2
  73. package/dist/src/components/AppProvider/index.js +6 -5
  74. package/dist/src/components/AppProvider/index.js.map +1 -1
  75. package/dist/src/components/common/ActionIcon/index.js +1 -1
  76. package/dist/src/components/common/AppLogos/index.js +1 -1
  77. package/dist/src/components/common/Badge/index.js +1 -1
  78. package/dist/src/components/common/Button/index.js +1 -1
  79. package/dist/src/components/common/Checkbox/index.js +1 -1
  80. package/dist/src/components/common/Combobox/index.js +1 -1
  81. package/dist/src/components/common/ComponentWrapper/index.d.ts +7 -0
  82. package/dist/src/components/common/ComponentWrapper/index.js +9 -0
  83. package/dist/src/components/common/ComponentWrapper/index.js.map +1 -0
  84. package/dist/src/components/common/ComponentWrapper/styles.module.css.js +4 -0
  85. package/dist/src/components/common/ComponentWrapper/styles.module.css.js.map +1 -0
  86. package/dist/src/components/common/DateTimePicker/index.js +1 -1
  87. package/dist/src/components/common/DeleteActionIcon/index.js +1 -1
  88. package/dist/src/components/common/Description/index.js +1 -1
  89. package/dist/src/components/common/FileButton/index.js +1 -1
  90. package/dist/src/components/common/Label/index.js +1 -1
  91. package/dist/src/components/common/Menu/index.js +1 -1
  92. package/dist/src/components/common/PasswordInput/index.js +1 -1
  93. package/dist/src/components/common/SegmentedControl/index.js +1 -1
  94. package/dist/src/components/common/Slider/index.js +1 -1
  95. package/dist/src/components/common/Switch/index.js +1 -1
  96. package/dist/src/components/common/Tag/index.js +1 -1
  97. package/dist/src/components/common/Text/index.js +1 -1
  98. package/dist/src/components/common/TextArea/index.js +1 -1
  99. package/dist/src/components/common/TextInput/index.js +1 -1
  100. package/dist/src/components/common/Tooltip/index.js +1 -1
  101. package/dist/src/components/common/index.d.ts +1 -0
  102. package/dist/src/components/datatable/DataTable/index.js +1 -1
  103. package/dist/src/components/datatable/DataTableContext/index.js +1 -1
  104. package/dist/src/components/datatable/DataTableHeader/index.js +1 -1
  105. package/dist/src/components/datatable/DataTableRow/index.js +1 -1
  106. package/dist/src/components/datatable/DataTableTitle/index.js +1 -1
  107. package/dist/src/components/index.d.ts +2 -0
  108. package/dist/src/components/layout/AppWrapper/Header/index.js +1 -1
  109. package/dist/src/components/layout/AppWrapper/index.js +1 -1
  110. package/dist/src/components/layout/Grid/index.js +1 -1
  111. package/dist/src/components/layout/Section/index.js +1 -1
  112. package/dist/src/components/layout/Sidebar/index.js +1 -1
  113. package/dist/src/components/layout/SimpleSurface/index.js +1 -1
  114. package/dist/src/components/layout/Spacer/index.js +1 -1
  115. package/dist/src/components/layout/Surface/index.js +1 -1
  116. package/dist/src/components/map/MapView/index.js +2 -2
  117. package/dist/src/components/map/MapViewStyleActiveStops/index.js +1 -1
  118. package/dist/src/components/map/MapViewStylePath/index.js +1 -1
  119. package/dist/src/components/map/MapViewStyleStops/index.js +1 -1
  120. package/dist/src/components/map/MapViewStyleVehicles/index.js +1 -1
  121. package/dist/src/components/{AppProvider → providers}/MapOptions.context.d.ts +1 -1
  122. package/dist/src/components/{AppProvider → providers}/MapOptions.context.js +2 -2
  123. package/dist/src/components/providers/MapOptions.context.js.map +1 -0
  124. package/dist/src/components/providers/Me.context.d.ts +20 -0
  125. package/dist/src/components/providers/Me.context.js +61 -0
  126. package/dist/src/components/providers/Me.context.js.map +1 -0
  127. package/dist/src/components/theme/ThemeProvider/index.js +1 -1
  128. package/dist/src/components/theme/ThemeSwitcher/index.js +1 -1
  129. package/dist/src/components/theme/Themer/index.js +1 -1
  130. package/dist/src/index.d.ts +1 -0
  131. package/dist/src/index.js +4 -0
  132. package/dist/src/index.js.map +1 -1
  133. package/dist/src/lib/http.d.ts +16 -0
  134. package/dist/src/lib/http.js +13 -0
  135. package/dist/src/lib/http.js.map +1 -0
  136. package/dist/src/lib/map.utils.js +91 -3
  137. package/dist/src/lib/map.utils.js.map +1 -1
  138. package/dist/src/lib/utils.d.ts +1 -1
  139. package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js +9 -0
  140. package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +1 -0
  141. package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +41 -0
  142. package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +1 -0
  143. package/dist/src/node_modules/.pnpm/@turf_helpers@7.2.0/node_modules/@turf/helpers/dist/esm/index.js +49 -0
  144. package/dist/src/node_modules/.pnpm/@turf_helpers@7.2.0/node_modules/@turf/helpers/dist/esm/index.js.map +1 -0
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. 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
  157. 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
  158. 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
  159. 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
  160. 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
  161. 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
  162. 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
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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
  168. 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
  169. 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
  170. 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
  171. 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
  172. 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
  173. 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
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. 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
  182. 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
  183. 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
  184. 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
  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/server/app-render/async-local-storage.js +74 -0
  186. 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
  187. 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
  188. 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
  189. 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
  190. 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
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. 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
  197. 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
  198. 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
  199. 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
  200. 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
  201. 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
  202. 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
  203. 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
  204. 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
  205. 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
  206. 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
  207. 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
  208. 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
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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
  214. 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
  215. 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
  216. 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
  217. package/dist/src/node_modules/{react → .pnpm/react@19.0.0/node_modules/react}/cjs/react-jsx-runtime.development.js +1 -1
  218. package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
  219. package/dist/src/node_modules/{react → .pnpm/react@19.0.0/node_modules/react}/cjs/react-jsx-runtime.production.js +1 -1
  220. package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
  221. package/dist/src/node_modules/{react → .pnpm/react@19.0.0/node_modules/react}/jsx-runtime.js +1 -1
  222. package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js.map +1 -0
  223. package/dist/styles-no-reset.css +10283 -0
  224. package/dist/styles.css +253 -205
  225. package/package.json +6 -30
  226. package/README.md +0 -321
  227. package/dist/src/components/AppProvider/MapOptions.context.js.map +0 -1
  228. package/dist/src/node_modules/nuqs/dist/adapters/next/app.js.map +0 -1
  229. package/dist/src/node_modules/nuqs/dist/chunk-5WWTJYGR.js.map +0 -1
  230. package/dist/src/node_modules/nuqs/dist/chunk-C3RNEY2H.js.map +0 -1
  231. package/dist/src/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
  232. package/dist/src/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
  233. package/dist/src/node_modules/react/jsx-runtime.js.map +0 -1
  234. /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
  235. /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
- export { ActionIcon, AppProvider, type AppProviderProps, AppWrapper, Badge, Button, CMIcon, CMLogo, Checkbox, ComboboxComponent as Combobox, 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, useScreenSize, useSearchQuery, useTheme, useToast };
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,4 @@
1
+ var _interop_require_default = {};
2
+
3
+ export { _interop_require_default as __exports };
4
+ //# sourceMappingURL=_interop_require_default.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_interop_require_default.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var _interop_require_wildcard = {};
2
+
3
+ export { _interop_require_wildcard as __exports };
4
+ //# sourceMappingURL=_interop_require_wildcard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_interop_require_wildcard.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var actionAsyncStorageInstance = {};
2
+
3
+ export { actionAsyncStorageInstance as __exports };
4
+ //# sourceMappingURL=action-async-storage-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-async-storage-instance.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var actionAsyncStorage_external = {};
2
+
3
+ export { actionAsyncStorage_external as __exports };
4
+ //# sourceMappingURL=action-async-storage.external.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-async-storage.external.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var appRouterContext_sharedRuntime = {};
2
+
3
+ export { appRouterContext_sharedRuntime as __exports };
4
+ //# sourceMappingURL=app-router-context.shared-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-router-context.shared-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var asyncLocalStorage = {};
2
+
3
+ export { asyncLocalStorage as __exports };
4
+ //# sourceMappingURL=async-local-storage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"async-local-storage.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var bailoutToClientRendering = {exports: {}};
2
+
3
+ export { bailoutToClientRendering as __module };
4
+ //# sourceMappingURL=bailout-to-client-rendering.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bailout-to-client-rendering.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var bailoutToCsr = {};
2
+
3
+ export { bailoutToCsr as __exports };
4
+ //# sourceMappingURL=bailout-to-csr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bailout-to-csr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var dynamicRenderingUtils = {};
2
+
3
+ export { dynamicRenderingUtils as __exports };
4
+ //# sourceMappingURL=dynamic-rendering-utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic-rendering-utils.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var dynamicRendering = {};
2
+
3
+ export { dynamicRendering as __exports };
4
+ //# sourceMappingURL=dynamic-rendering.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic-rendering.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var forbidden = {exports: {}};
2
+
3
+ export { forbidden as __module };
4
+ //# sourceMappingURL=forbidden.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"forbidden.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var getSegmentValue = {exports: {}};
2
+
3
+ export { getSegmentValue as __module };
4
+ //# sourceMappingURL=get-segment-value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-segment-value.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var hooksClientContext_sharedRuntime = {};
2
+
3
+ export { hooksClientContext_sharedRuntime as __exports };
4
+ //# sourceMappingURL=hooks-client-context.shared-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks-client-context.shared-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var hooksServerContext = {exports: {}};
2
+
3
+ export { hooksServerContext as __module };
4
+ //# sourceMappingURL=hooks-server-context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks-server-context.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var httpAccessFallback = {exports: {}};
2
+
3
+ export { httpAccessFallback as __module };
4
+ //# sourceMappingURL=http-access-fallback.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http-access-fallback.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var isDynamicUsageError = {};
2
+
3
+ export { isDynamicUsageError as __exports };
4
+ //# sourceMappingURL=is-dynamic-usage-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-dynamic-usage-error.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var isNextRouterError = {exports: {}};
2
+
3
+ export { isNextRouterError as __module };
4
+ //# sourceMappingURL=is-next-router-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-next-router-error.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var isPostpone = {};
2
+
3
+ export { isPostpone as __exports };
4
+ //# sourceMappingURL=is-postpone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-postpone.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var metadataConstants = {};
2
+
3
+ export { metadataConstants as __exports };
4
+ //# sourceMappingURL=metadata-constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata-constants.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var navigation = {exports: {}};
2
+
3
+ export { navigation as __module };
4
+ //# sourceMappingURL=navigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var navigation_reactServer = {exports: {}};
2
+
3
+ export { navigation_reactServer as __module };
4
+ //# sourceMappingURL=navigation.react-server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation.react-server.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var notFound = {exports: {}};
2
+
3
+ export { notFound as __module };
4
+ //# sourceMappingURL=not-found.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"not-found.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var redirectError = {exports: {}};
2
+
3
+ export { redirectError as __module };
4
+ //# sourceMappingURL=redirect-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redirect-error.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var redirectStatusCode = {exports: {}};
2
+
3
+ export { redirectStatusCode as __module };
4
+ //# sourceMappingURL=redirect-status-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redirect-status-code.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var redirect = {exports: {}};
2
+
3
+ export { redirect as __module };
4
+ //# sourceMappingURL=redirect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redirect.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var scheduler = {};
2
+
3
+ export { scheduler as __exports };
4
+ //# sourceMappingURL=scheduler.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scheduler.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var segment = {};
2
+
3
+ export { segment as __exports };
4
+ //# sourceMappingURL=segment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segment.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var serverInsertedHtml_sharedRuntime = {};
2
+
3
+ export { serverInsertedHtml_sharedRuntime as __exports };
4
+ //# sourceMappingURL=server-inserted-html.shared-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-inserted-html.shared-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var staticGenerationBailout = {exports: {}};
2
+
3
+ export { staticGenerationBailout as __module };
4
+ //# sourceMappingURL=static-generation-bailout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"static-generation-bailout.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var unauthorized = {exports: {}};
2
+
3
+ export { unauthorized as __module };
4
+ //# sourceMappingURL=unauthorized.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unauthorized.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var unstableRethrow = {exports: {}};
2
+
3
+ export { unstableRethrow as __module };
4
+ //# sourceMappingURL=unstable-rethrow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unstable-rethrow.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var workAsyncStorageInstance = {};
2
+
3
+ export { workAsyncStorageInstance as __exports };
4
+ //# sourceMappingURL=work-async-storage-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-async-storage-instance.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var workAsyncStorage_external = {};
2
+
3
+ export { workAsyncStorage_external as __exports };
4
+ //# sourceMappingURL=work-async-storage.external.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-async-storage.external.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var workUnitAsyncStorageInstance = {};
2
+
3
+ export { workUnitAsyncStorageInstance as __exports };
4
+ //# sourceMappingURL=work-unit-async-storage-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-unit-async-storage-instance.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var workUnitAsyncStorage_external = {};
2
+
3
+ export { workUnitAsyncStorage_external as __exports };
4
+ //# sourceMappingURL=work-unit-async-storage.external.js.map
@@ -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":"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"}
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