@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-async-storage-instance.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"workAsyncStorageInstance\", {\n enumerable: true,\n get: function() {\n return workAsyncStorageInstance;\n }\n});\nconst _asynclocalstorage = require(\"./async-local-storage\");\nconst workAsyncStorageInstance = (0, _asynclocalstorage.createAsyncLocalStorage)();\n\n//# sourceMappingURL=work-async-storage-instance.js.map"],"names":["require$$0"],"mappings":";;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AACF,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,0BAA0B,EAAE;KACvD,UAAU,EAAE,IAAI;KAChB,GAAG,EAAE,WAAW;AACpB,SAAQ,OAAO,wBAAwB;AACvC;AACA,EAAC,CAAC;CACF,MAAM,kBAAkB,GAAGA,iBAAgC;CAC3D,MAAM,wBAAwB,GAAG,IAAI,kBAAkB,CAAC,uBAAuB,GAAG;;AAElF;","x_google_ignoreList":[0]}
@@ -0,0 +1,19 @@
1
+ import { __exports as workAsyncStorage_external } from '../../../../../../../../_virtual/work-async-storage.external.js';
2
+ import './work-async-storage-instance.js';
3
+ import { __exports as workAsyncStorageInstance } from '../../../../../../../../_virtual/work-async-storage-instance.js';
4
+
5
+ (function (exports) {
6
+ Object.defineProperty(exports, "__esModule", {
7
+ value: true
8
+ });
9
+ Object.defineProperty(exports, "workAsyncStorage", {
10
+ enumerable: true,
11
+ get: function() {
12
+ return _workasyncstorageinstance.workAsyncStorageInstance;
13
+ }
14
+ });
15
+ const _workasyncstorageinstance = workAsyncStorageInstance;
16
+
17
+
18
+ } (workAsyncStorage_external));
19
+ //# sourceMappingURL=work-async-storage.external.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-async-storage.external.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"workAsyncStorage\", {\n enumerable: true,\n get: function() {\n return _workasyncstorageinstance.workAsyncStorageInstance;\n }\n});\nconst _workasyncstorageinstance = require(\"./work-async-storage-instance\");\n\n//# sourceMappingURL=work-async-storage.external.js.map"],"names":["require$$0"],"mappings":";;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AACF,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,kBAAkB,EAAE;KAC/C,UAAU,EAAE,IAAI;KAChB,GAAG,EAAE,WAAW;SACZ,OAAO,yBAAyB,CAAC,wBAAwB;AACjE;AACA,EAAC,CAAC;CACF,MAAM,yBAAyB,GAAGA,wBAAwC;;AAE1E;","x_google_ignoreList":[0]}
@@ -0,0 +1,20 @@
1
+ import { __exports as workUnitAsyncStorageInstance } from '../../../../../../../../_virtual/work-unit-async-storage-instance.js';
2
+ import './async-local-storage.js';
3
+ import { __exports as asyncLocalStorage } from '../../../../../../../../_virtual/async-local-storage.js';
4
+
5
+ (function (exports) {
6
+ Object.defineProperty(exports, "__esModule", {
7
+ value: true
8
+ });
9
+ Object.defineProperty(exports, "workUnitAsyncStorageInstance", {
10
+ enumerable: true,
11
+ get: function() {
12
+ return workUnitAsyncStorageInstance;
13
+ }
14
+ });
15
+ const _asynclocalstorage = asyncLocalStorage;
16
+ const workUnitAsyncStorageInstance = (0, _asynclocalstorage.createAsyncLocalStorage)();
17
+
18
+
19
+ } (workUnitAsyncStorageInstance));
20
+ //# sourceMappingURL=work-unit-async-storage-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-unit-async-storage-instance.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"workUnitAsyncStorageInstance\", {\n enumerable: true,\n get: function() {\n return workUnitAsyncStorageInstance;\n }\n});\nconst _asynclocalstorage = require(\"./async-local-storage\");\nconst workUnitAsyncStorageInstance = (0, _asynclocalstorage.createAsyncLocalStorage)();\n\n//# sourceMappingURL=work-unit-async-storage-instance.js.map"],"names":["require$$0"],"mappings":";;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AACF,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,8BAA8B,EAAE;KAC3D,UAAU,EAAE,IAAI;KAChB,GAAG,EAAE,WAAW;AACpB,SAAQ,OAAO,4BAA4B;AAC3C;AACA,EAAC,CAAC;CACF,MAAM,kBAAkB,GAAGA,iBAAgC;CAC3D,MAAM,4BAA4B,GAAG,IAAI,kBAAkB,CAAC,uBAAuB,GAAG;;AAEtF;","x_google_ignoreList":[0]}
@@ -0,0 +1,91 @@
1
+ import { __exports as workUnitAsyncStorage_external } from '../../../../../../../../_virtual/work-unit-async-storage.external.js';
2
+ import './work-unit-async-storage-instance.js';
3
+ import { __exports as workUnitAsyncStorageInstance } from '../../../../../../../../_virtual/work-unit-async-storage-instance.js';
4
+
5
+ (function (exports) {
6
+ Object.defineProperty(exports, "__esModule", {
7
+ value: true
8
+ });
9
+ function _export(target, all) {
10
+ for(var name in all)Object.defineProperty(target, name, {
11
+ enumerable: true,
12
+ get: all[name]
13
+ });
14
+ }
15
+ _export(exports, {
16
+ getExpectedRequestStore: function() {
17
+ return getExpectedRequestStore;
18
+ },
19
+ getHmrRefreshHash: function() {
20
+ return getHmrRefreshHash;
21
+ },
22
+ getPrerenderResumeDataCache: function() {
23
+ return getPrerenderResumeDataCache;
24
+ },
25
+ getRenderResumeDataCache: function() {
26
+ return getRenderResumeDataCache;
27
+ },
28
+ workUnitAsyncStorage: function() {
29
+ return _workunitasyncstorageinstance.workUnitAsyncStorageInstance;
30
+ }
31
+ });
32
+ const _workunitasyncstorageinstance = workUnitAsyncStorageInstance;
33
+ function getExpectedRequestStore(callingExpression) {
34
+ const workUnitStore = _workunitasyncstorageinstance.workUnitAsyncStorageInstance.getStore();
35
+ if (workUnitStore) {
36
+ if (workUnitStore.type === 'request') {
37
+ return workUnitStore;
38
+ }
39
+ if (workUnitStore.type === 'prerender' || workUnitStore.type === 'prerender-ppr' || workUnitStore.type === 'prerender-legacy') {
40
+ // This should not happen because we should have checked it already.
41
+ throw Object.defineProperty(new Error(`\`${callingExpression}\` cannot be called inside a prerender. This is a bug in Next.js.`), "__NEXT_ERROR_CODE", {
42
+ value: "E401",
43
+ enumerable: false,
44
+ configurable: true
45
+ });
46
+ }
47
+ if (workUnitStore.type === 'cache') {
48
+ throw Object.defineProperty(new Error(`\`${callingExpression}\` cannot be called inside "use cache". Call it outside and pass an argument instead. Read more: https://nextjs.org/docs/messages/next-request-in-use-cache`), "__NEXT_ERROR_CODE", {
49
+ value: "E37",
50
+ enumerable: false,
51
+ configurable: true
52
+ });
53
+ } else if (workUnitStore.type === 'unstable-cache') {
54
+ throw Object.defineProperty(new Error(`\`${callingExpression}\` cannot be called inside unstable_cache. Call it outside and pass an argument instead. Read more: https://nextjs.org/docs/app/api-reference/functions/unstable_cache`), "__NEXT_ERROR_CODE", {
55
+ value: "E69",
56
+ enumerable: false,
57
+ configurable: true
58
+ });
59
+ }
60
+ }
61
+ throw Object.defineProperty(new Error(`\`${callingExpression}\` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context`), "__NEXT_ERROR_CODE", {
62
+ value: "E251",
63
+ enumerable: false,
64
+ configurable: true
65
+ });
66
+ }
67
+ function getPrerenderResumeDataCache(workUnitStore) {
68
+ if (workUnitStore.type === 'prerender' || workUnitStore.type === 'prerender-ppr') {
69
+ return workUnitStore.prerenderResumeDataCache;
70
+ }
71
+ return null;
72
+ }
73
+ function getRenderResumeDataCache(workUnitStore) {
74
+ if (workUnitStore.type !== 'prerender-legacy' && workUnitStore.type !== 'cache' && workUnitStore.type !== 'unstable-cache') {
75
+ if (workUnitStore.type === 'request') {
76
+ return workUnitStore.renderResumeDataCache;
77
+ }
78
+ // We return the mutable resume data cache here as an immutable version of
79
+ // the cache as it can also be used for reading.
80
+ return workUnitStore.prerenderResumeDataCache;
81
+ }
82
+ return null;
83
+ }
84
+ function getHmrRefreshHash(workUnitStore) {
85
+ var _workUnitStore_cookies_get;
86
+ return workUnitStore.type === 'cache' ? workUnitStore.hmrRefreshHash : workUnitStore.type === 'request' ? (_workUnitStore_cookies_get = workUnitStore.cookies.get('__next_hmr_refresh_hash__')) == null ? void 0 : _workUnitStore_cookies_get.value : undefined;
87
+ }
88
+
89
+
90
+ } (workUnitAsyncStorage_external));
91
+ //# sourceMappingURL=work-unit-async-storage.external.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-unit-async-storage.external.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n getExpectedRequestStore: null,\n getHmrRefreshHash: null,\n getPrerenderResumeDataCache: null,\n getRenderResumeDataCache: null,\n workUnitAsyncStorage: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n getExpectedRequestStore: function() {\n return getExpectedRequestStore;\n },\n getHmrRefreshHash: function() {\n return getHmrRefreshHash;\n },\n getPrerenderResumeDataCache: function() {\n return getPrerenderResumeDataCache;\n },\n getRenderResumeDataCache: function() {\n return getRenderResumeDataCache;\n },\n workUnitAsyncStorage: function() {\n return _workunitasyncstorageinstance.workUnitAsyncStorageInstance;\n }\n});\nconst _workunitasyncstorageinstance = require(\"./work-unit-async-storage-instance\");\nfunction getExpectedRequestStore(callingExpression) {\n const workUnitStore = _workunitasyncstorageinstance.workUnitAsyncStorageInstance.getStore();\n if (workUnitStore) {\n if (workUnitStore.type === 'request') {\n return workUnitStore;\n }\n if (workUnitStore.type === 'prerender' || workUnitStore.type === 'prerender-ppr' || workUnitStore.type === 'prerender-legacy') {\n // This should not happen because we should have checked it already.\n throw Object.defineProperty(new Error(`\\`${callingExpression}\\` cannot be called inside a prerender. This is a bug in Next.js.`), \"__NEXT_ERROR_CODE\", {\n value: \"E401\",\n enumerable: false,\n configurable: true\n });\n }\n if (workUnitStore.type === 'cache') {\n throw Object.defineProperty(new Error(`\\`${callingExpression}\\` cannot be called inside \"use cache\". Call it outside and pass an argument instead. Read more: https://nextjs.org/docs/messages/next-request-in-use-cache`), \"__NEXT_ERROR_CODE\", {\n value: \"E37\",\n enumerable: false,\n configurable: true\n });\n } else if (workUnitStore.type === 'unstable-cache') {\n throw Object.defineProperty(new Error(`\\`${callingExpression}\\` cannot be called inside unstable_cache. Call it outside and pass an argument instead. Read more: https://nextjs.org/docs/app/api-reference/functions/unstable_cache`), \"__NEXT_ERROR_CODE\", {\n value: \"E69\",\n enumerable: false,\n configurable: true\n });\n }\n }\n throw Object.defineProperty(new Error(`\\`${callingExpression}\\` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context`), \"__NEXT_ERROR_CODE\", {\n value: \"E251\",\n enumerable: false,\n configurable: true\n });\n}\nfunction getPrerenderResumeDataCache(workUnitStore) {\n if (workUnitStore.type === 'prerender' || workUnitStore.type === 'prerender-ppr') {\n return workUnitStore.prerenderResumeDataCache;\n }\n return null;\n}\nfunction getRenderResumeDataCache(workUnitStore) {\n if (workUnitStore.type !== 'prerender-legacy' && workUnitStore.type !== 'cache' && workUnitStore.type !== 'unstable-cache') {\n if (workUnitStore.type === 'request') {\n return workUnitStore.renderResumeDataCache;\n }\n // We return the mutable resume data cache here as an immutable version of\n // the cache as it can also be used for reading.\n return workUnitStore.prerenderResumeDataCache;\n }\n return null;\n}\nfunction getHmrRefreshHash(workUnitStore) {\n var _workUnitStore_cookies_get;\n return workUnitStore.type === 'cache' ? workUnitStore.hmrRefreshHash : workUnitStore.type === 'request' ? (_workUnitStore_cookies_get = workUnitStore.cookies.get('__next_hmr_refresh_hash__')) == null ? void 0 : _workUnitStore_cookies_get.value : undefined;\n}\n\n//# sourceMappingURL=work-unit-async-storage.external.js.map"],"names":["require$$0"],"mappings":";;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AAQF,CAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,KAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;SACpD,UAAU,EAAE,IAAI;AACxB,SAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,MAAK,CAAC;AACN;CACA,OAAO,CAAC,OAAO,EAAE;KACb,uBAAuB,EAAE,WAAW;AACxC,SAAQ,OAAO,uBAAuB;MACjC;KACD,iBAAiB,EAAE,WAAW;AAClC,SAAQ,OAAO,iBAAiB;MAC3B;KACD,2BAA2B,EAAE,WAAW;AAC5C,SAAQ,OAAO,2BAA2B;MACrC;KACD,wBAAwB,EAAE,WAAW;AACzC,SAAQ,OAAO,wBAAwB;MAClC;KACD,oBAAoB,EAAE,WAAW;SAC7B,OAAO,6BAA6B,CAAC,4BAA4B;AACzE;AACA,EAAC,CAAC;CACF,MAAM,6BAA6B,GAAGA,4BAA6C;CACnF,SAAS,uBAAuB,CAAC,iBAAiB,EAAE;KAChD,MAAM,aAAa,GAAG,6BAA6B,CAAC,4BAA4B,CAAC,QAAQ,EAAE;KAC3F,IAAI,aAAa,EAAE;AACvB,SAAQ,IAAI,aAAa,CAAC,IAAI,KAAK,SAAS,EAAE;AAC9C,aAAY,OAAO,aAAa;AAChC;AACA,SAAQ,IAAI,aAAa,CAAC,IAAI,KAAK,WAAW,IAAI,aAAa,CAAC,IAAI,KAAK,eAAe,IAAI,aAAa,CAAC,IAAI,KAAK,kBAAkB,EAAE;AACvI;AACA,aAAY,MAAM,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,iEAAiE,CAAC,CAAC,EAAE,mBAAmB,EAAE;iBACnJ,KAAK,EAAE,MAAM;iBACb,UAAU,EAAE,KAAK;AACjC,iBAAgB,YAAY,EAAE;AAC9B,cAAa,CAAC;AACd;AACA,SAAQ,IAAI,aAAa,CAAC,IAAI,KAAK,OAAO,EAAE;AAC5C,aAAY,MAAM,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,2JAA2J,CAAC,CAAC,EAAE,mBAAmB,EAAE;iBAC7O,KAAK,EAAE,KAAK;iBACZ,UAAU,EAAE,KAAK;AACjC,iBAAgB,YAAY,EAAE;AAC9B,cAAa,CAAC;AACd,UAAS,MAAM,IAAI,aAAa,CAAC,IAAI,KAAK,gBAAgB,EAAE;AAC5D,aAAY,MAAM,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,sKAAsK,CAAC,CAAC,EAAE,mBAAmB,EAAE;iBACxP,KAAK,EAAE,KAAK;iBACZ,UAAU,EAAE,KAAK;AACjC,iBAAgB,YAAY,EAAE;AAC9B,cAAa,CAAC;AACd;AACA;AACA,KAAI,MAAM,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,CAAC,CAAC,EAAE,EAAE,iBAAiB,CAAC,iHAAiH,CAAC,CAAC,EAAE,mBAAmB,EAAE;SACnM,KAAK,EAAE,MAAM;SACb,UAAU,EAAE,KAAK;AACzB,SAAQ,YAAY,EAAE;AACtB,MAAK,CAAC;AACN;CACA,SAAS,2BAA2B,CAAC,aAAa,EAAE;AACpD,KAAI,IAAI,aAAa,CAAC,IAAI,KAAK,WAAW,IAAI,aAAa,CAAC,IAAI,KAAK,eAAe,EAAE;SAC9E,OAAO,aAAa,CAAC,wBAAwB;AACrD;AACA,KAAI,OAAO,IAAI;AACf;CACA,SAAS,wBAAwB,CAAC,aAAa,EAAE;AACjD,KAAI,IAAI,aAAa,CAAC,IAAI,KAAK,kBAAkB,IAAI,aAAa,CAAC,IAAI,KAAK,OAAO,IAAI,aAAa,CAAC,IAAI,KAAK,gBAAgB,EAAE;AAChI,SAAQ,IAAI,aAAa,CAAC,IAAI,KAAK,SAAS,EAAE;aAClC,OAAO,aAAa,CAAC,qBAAqB;AACtD;AACA;AACA;SACQ,OAAO,aAAa,CAAC,wBAAwB;AACrD;AACA,KAAI,OAAO,IAAI;AACf;CACA,SAAS,iBAAiB,CAAC,aAAa,EAAE;AAC1C,KAAI,IAAI,0BAA0B;AAClC,KAAI,OAAO,aAAa,CAAC,IAAI,KAAK,OAAO,GAAG,aAAa,CAAC,cAAc,GAAG,aAAa,CAAC,IAAI,KAAK,SAAS,GAAG,CAAC,0BAA0B,GAAG,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,KAAK,IAAI,GAAG,MAAM,GAAG,0BAA0B,CAAC,KAAK,GAAG,SAAS;AACnQ;;AAEA;","x_google_ignoreList":[0]}
@@ -0,0 +1,51 @@
1
+ import { __exports as dynamicRenderingUtils } from '../../../../../../../_virtual/dynamic-rendering-utils.js';
2
+
3
+ (function (exports) {
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ function _export(target, all) {
8
+ for(var name in all)Object.defineProperty(target, name, {
9
+ enumerable: true,
10
+ get: all[name]
11
+ });
12
+ }
13
+ _export(exports, {
14
+ isHangingPromiseRejectionError: function() {
15
+ return isHangingPromiseRejectionError;
16
+ },
17
+ makeHangingPromise: function() {
18
+ return makeHangingPromise;
19
+ }
20
+ });
21
+ function isHangingPromiseRejectionError(err) {
22
+ if (typeof err !== 'object' || err === null || !('digest' in err)) {
23
+ return false;
24
+ }
25
+ return err.digest === HANGING_PROMISE_REJECTION;
26
+ }
27
+ const HANGING_PROMISE_REJECTION = 'HANGING_PROMISE_REJECTION';
28
+ class HangingPromiseRejectionError extends Error {
29
+ constructor(expression){
30
+ super(`During prerendering, ${expression} rejects when the prerender is complete. Typically these errors are handled by React but if you move ${expression} to a different context by using \`setTimeout\`, \`after\`, or similar functions you may observe this error and you should handle it in that context.`), this.expression = expression, this.digest = HANGING_PROMISE_REJECTION;
31
+ }
32
+ }
33
+ function makeHangingPromise(signal, expression) {
34
+ const hangingPromise = new Promise((_, reject)=>{
35
+ signal.addEventListener('abort', ()=>{
36
+ reject(new HangingPromiseRejectionError(expression));
37
+ }, {
38
+ once: true
39
+ });
40
+ });
41
+ // We are fine if no one actually awaits this promise. We shouldn't consider this an unhandled rejection so
42
+ // we attach a noop catch handler here to suppress this warning. If you actually await somewhere or construct
43
+ // your own promise out of it you'll need to ensure you handle the error when it rejects.
44
+ hangingPromise.catch(ignoreReject);
45
+ return hangingPromise;
46
+ }
47
+ function ignoreReject() {}
48
+
49
+
50
+ } (dynamicRenderingUtils));
51
+ //# sourceMappingURL=dynamic-rendering-utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic-rendering-utils.js","sources":["../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n isHangingPromiseRejectionError: null,\n makeHangingPromise: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n isHangingPromiseRejectionError: function() {\n return isHangingPromiseRejectionError;\n },\n makeHangingPromise: function() {\n return makeHangingPromise;\n }\n});\nfunction isHangingPromiseRejectionError(err) {\n if (typeof err !== 'object' || err === null || !('digest' in err)) {\n return false;\n }\n return err.digest === HANGING_PROMISE_REJECTION;\n}\nconst HANGING_PROMISE_REJECTION = 'HANGING_PROMISE_REJECTION';\nclass HangingPromiseRejectionError extends Error {\n constructor(expression){\n super(`During prerendering, ${expression} rejects when the prerender is complete. Typically these errors are handled by React but if you move ${expression} to a different context by using \\`setTimeout\\`, \\`after\\`, or similar functions you may observe this error and you should handle it in that context.`), this.expression = expression, this.digest = HANGING_PROMISE_REJECTION;\n }\n}\nfunction makeHangingPromise(signal, expression) {\n const hangingPromise = new Promise((_, reject)=>{\n signal.addEventListener('abort', ()=>{\n reject(new HangingPromiseRejectionError(expression));\n }, {\n once: true\n });\n });\n // We are fine if no one actually awaits this promise. We shouldn't consider this an unhandled rejection so\n // we attach a noop catch handler here to suppress this warning. If you actually await somewhere or construct\n // your own promise out of it you'll need to ensure you handle the error when it rejects.\n hangingPromise.catch(ignoreReject);\n return hangingPromise;\n}\nfunction ignoreReject() {}\n\n//# sourceMappingURL=dynamic-rendering-utils.js.map"],"names":[],"mappings":";;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AAKF,CAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,KAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;SACpD,UAAU,EAAE,IAAI;AACxB,SAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,MAAK,CAAC;AACN;CACA,OAAO,CAAC,OAAO,EAAE;KACb,8BAA8B,EAAE,WAAW;AAC/C,SAAQ,OAAO,8BAA8B;MACxC;KACD,kBAAkB,EAAE,WAAW;AACnC,SAAQ,OAAO,kBAAkB;AACjC;AACA,EAAC,CAAC;CACF,SAAS,8BAA8B,CAAC,GAAG,EAAE;AAC7C,KAAI,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,GAAG,KAAK,IAAI,IAAI,EAAE,QAAQ,IAAI,GAAG,CAAC,EAAE;AACvE,SAAQ,OAAO,KAAK;AACpB;AACA,KAAI,OAAO,GAAG,CAAC,MAAM,KAAK,yBAAyB;AACnD;CACA,MAAM,yBAAyB,GAAG,2BAA2B;CAC7D,MAAM,4BAA4B,SAAS,KAAK,CAAC;KAC7C,WAAW,CAAC,UAAU,CAAC;SACnB,KAAK,CAAC,CAAC,qBAAqB,EAAE,UAAU,CAAC,qGAAqG,EAAE,UAAU,CAAC,qJAAqJ,CAAC,CAAC,EAAE,IAAI,CAAC,UAAU,GAAG,UAAU,EAAE,IAAI,CAAC,MAAM,GAAG,yBAAyB;AACjY;AACA;AACA,CAAA,SAAS,kBAAkB,CAAC,MAAM,EAAE,UAAU,EAAE;KAC5C,MAAM,cAAc,GAAG,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG;AACpD,SAAQ,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,IAAI;AAC7C,aAAY,MAAM,CAAC,IAAI,4BAA4B,CAAC,UAAU,CAAC,CAAC;AAChE,UAAS,EAAE;AACX,aAAY,IAAI,EAAE;AAClB,UAAS,CAAC;AACV,MAAK,CAAC;AACN;AACA;AACA;AACA,KAAI,cAAc,CAAC,KAAK,CAAC,YAAY,CAAC;AACtC,KAAI,OAAO,cAAc;AACzB;AACA,CAAA,SAAS,YAAY,GAAG;;AAExB;","x_google_ignoreList":[0]}
@@ -0,0 +1,20 @@
1
+ import { __exports as isPostpone } from '../../../../../../../../../_virtual/is-postpone.js';
2
+
3
+ (function (exports) {
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "isPostpone", {
8
+ enumerable: true,
9
+ get: function() {
10
+ return isPostpone;
11
+ }
12
+ });
13
+ const REACT_POSTPONE_TYPE = Symbol.for('react.postpone');
14
+ function isPostpone(error) {
15
+ return typeof error === 'object' && error !== null && error.$$typeof === REACT_POSTPONE_TYPE;
16
+ }
17
+
18
+
19
+ } (isPostpone));
20
+ //# sourceMappingURL=is-postpone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-postpone.js","sources":["../../../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"isPostpone\", {\n enumerable: true,\n get: function() {\n return isPostpone;\n }\n});\nconst REACT_POSTPONE_TYPE = Symbol.for('react.postpone');\nfunction isPostpone(error) {\n return typeof error === 'object' && error !== null && error.$$typeof === REACT_POSTPONE_TYPE;\n}\n\n//# sourceMappingURL=is-postpone.js.map"],"names":[],"mappings":";;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AACF,CAAA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;KACzC,UAAU,EAAE,IAAI;KAChB,GAAG,EAAE,WAAW;AACpB,SAAQ,OAAO,UAAU;AACzB;AACA,EAAC,CAAC;AACF,CAAA,MAAM,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC;CACxD,SAAS,UAAU,CAAC,KAAK,EAAE;AAC3B,KAAI,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,CAAC,QAAQ,KAAK,mBAAmB;AAChG;;AAEA;","x_google_ignoreList":[0]}
@@ -0,0 +1,50 @@
1
+ import { __exports as appRouterContext_sharedRuntime } from '../../../../../../../../_virtual/app-router-context.shared-runtime.js';
2
+ import '../../../../../../@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js';
3
+ import React__default from 'react';
4
+ import { __exports as _interop_require_default } from '../../../../../../../../_virtual/_interop_require_default.js';
5
+
6
+ (function (exports) {
7
+ 'use client';
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ function _export(target, all) {
12
+ for(var name in all)Object.defineProperty(target, name, {
13
+ enumerable: true,
14
+ get: all[name]
15
+ });
16
+ }
17
+ _export(exports, {
18
+ AppRouterContext: function() {
19
+ return AppRouterContext;
20
+ },
21
+ GlobalLayoutRouterContext: function() {
22
+ return GlobalLayoutRouterContext;
23
+ },
24
+ LayoutRouterContext: function() {
25
+ return LayoutRouterContext;
26
+ },
27
+ MissingSlotContext: function() {
28
+ return MissingSlotContext;
29
+ },
30
+ TemplateContext: function() {
31
+ return TemplateContext;
32
+ }
33
+ });
34
+ const _interop_require_default$1 = _interop_require_default;
35
+ const _react = /*#__PURE__*/ _interop_require_default$1._(React__default);
36
+ const AppRouterContext = _react.default.createContext(null);
37
+ const LayoutRouterContext = _react.default.createContext(null);
38
+ const GlobalLayoutRouterContext = _react.default.createContext(null);
39
+ const TemplateContext = _react.default.createContext(null);
40
+ if (process.env.NODE_ENV !== 'production') {
41
+ AppRouterContext.displayName = 'AppRouterContext';
42
+ LayoutRouterContext.displayName = 'LayoutRouterContext';
43
+ GlobalLayoutRouterContext.displayName = 'GlobalLayoutRouterContext';
44
+ TemplateContext.displayName = 'TemplateContext';
45
+ }
46
+ const MissingSlotContext = _react.default.createContext(new Set());
47
+
48
+
49
+ } (appRouterContext_sharedRuntime));
50
+ //# sourceMappingURL=app-router-context.shared-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-router-context.shared-runtime.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["'use client';\n\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n AppRouterContext: null,\n GlobalLayoutRouterContext: null,\n LayoutRouterContext: null,\n MissingSlotContext: null,\n TemplateContext: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n AppRouterContext: function() {\n return AppRouterContext;\n },\n GlobalLayoutRouterContext: function() {\n return GlobalLayoutRouterContext;\n },\n LayoutRouterContext: function() {\n return LayoutRouterContext;\n },\n MissingSlotContext: function() {\n return MissingSlotContext;\n },\n TemplateContext: function() {\n return TemplateContext;\n }\n});\nconst _interop_require_default = require(\"@swc/helpers/_/_interop_require_default\");\nconst _react = /*#__PURE__*/ _interop_require_default._(require(\"react\"));\nconst AppRouterContext = _react.default.createContext(null);\nconst LayoutRouterContext = _react.default.createContext(null);\nconst GlobalLayoutRouterContext = _react.default.createContext(null);\nconst TemplateContext = _react.default.createContext(null);\nif (process.env.NODE_ENV !== 'production') {\n AppRouterContext.displayName = 'AppRouterContext';\n LayoutRouterContext.displayName = 'LayoutRouterContext';\n GlobalLayoutRouterContext.displayName = 'GlobalLayoutRouterContext';\n TemplateContext.displayName = 'TemplateContext';\n}\nconst MissingSlotContext = _react.default.createContext(new Set());\n\n//# sourceMappingURL=app-router-context.shared-runtime.js.map"],"names":["_interop_require_default","require$$0","require$$1"],"mappings":";;;;;;CAAA,YAAY;AAEZ,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AAQF,CAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,KAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;SACpD,UAAU,EAAE,IAAI;AACxB,SAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,MAAK,CAAC;AACN;CACA,OAAO,CAAC,OAAO,EAAE;KACb,gBAAgB,EAAE,WAAW;AACjC,SAAQ,OAAO,gBAAgB;MAC1B;KACD,yBAAyB,EAAE,WAAW;AAC1C,SAAQ,OAAO,yBAAyB;MACnC;KACD,mBAAmB,EAAE,WAAW;AACpC,SAAQ,OAAO,mBAAmB;MAC7B;KACD,kBAAkB,EAAE,WAAW;AACnC,SAAQ,OAAO,kBAAkB;MAC5B;KACD,eAAe,EAAE,WAAW;AAChC,SAAQ,OAAO,eAAe;AAC9B;AACA,EAAC,CAAC;CACF,MAAMA,0BAAwB,GAAGC,wBAAkD;CACnF,MAAM,MAAM,iBAAiBD,0BAAwB,CAAC,CAAC,CAACE,cAAgB,CAAC;CACzE,MAAM,gBAAgB,GAAG,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC;CAC3D,MAAM,mBAAmB,GAAG,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC;CAC9D,MAAM,yBAAyB,GAAG,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC;CACpE,MAAM,eAAe,GAAG,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC;AAC1D,CAAA,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC3C,KAAI,gBAAgB,CAAC,WAAW,GAAG,kBAAkB;AACrD,KAAI,mBAAmB,CAAC,WAAW,GAAG,qBAAqB;AAC3D,KAAI,yBAAyB,CAAC,WAAW,GAAG,2BAA2B;AACvE,KAAI,eAAe,CAAC,WAAW,GAAG,iBAAiB;AACnD;CACA,MAAM,kBAAkB,GAAG,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,IAAI,GAAG,EAAE,CAAC;;AAElE;","x_google_ignoreList":[0]}
@@ -0,0 +1,38 @@
1
+ import { __exports as hooksClientContext_sharedRuntime } from '../../../../../../../../_virtual/hooks-client-context.shared-runtime.js';
2
+ import React__default from 'react';
3
+
4
+ (function (exports) {
5
+ 'use client';
6
+ Object.defineProperty(exports, "__esModule", {
7
+ value: true
8
+ });
9
+ function _export(target, all) {
10
+ for(var name in all)Object.defineProperty(target, name, {
11
+ enumerable: true,
12
+ get: all[name]
13
+ });
14
+ }
15
+ _export(exports, {
16
+ PathParamsContext: function() {
17
+ return PathParamsContext;
18
+ },
19
+ PathnameContext: function() {
20
+ return PathnameContext;
21
+ },
22
+ SearchParamsContext: function() {
23
+ return SearchParamsContext;
24
+ }
25
+ });
26
+ const _react = React__default;
27
+ const SearchParamsContext = (0, _react.createContext)(null);
28
+ const PathnameContext = (0, _react.createContext)(null);
29
+ const PathParamsContext = (0, _react.createContext)(null);
30
+ if (process.env.NODE_ENV !== 'production') {
31
+ SearchParamsContext.displayName = 'SearchParamsContext';
32
+ PathnameContext.displayName = 'PathnameContext';
33
+ PathParamsContext.displayName = 'PathParamsContext';
34
+ }
35
+
36
+
37
+ } (hooksClientContext_sharedRuntime));
38
+ //# sourceMappingURL=hooks-client-context.shared-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks-client-context.shared-runtime.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["'use client';\n\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n PathParamsContext: null,\n PathnameContext: null,\n SearchParamsContext: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n PathParamsContext: function() {\n return PathParamsContext;\n },\n PathnameContext: function() {\n return PathnameContext;\n },\n SearchParamsContext: function() {\n return SearchParamsContext;\n }\n});\nconst _react = require(\"react\");\nconst SearchParamsContext = (0, _react.createContext)(null);\nconst PathnameContext = (0, _react.createContext)(null);\nconst PathParamsContext = (0, _react.createContext)(null);\nif (process.env.NODE_ENV !== 'production') {\n SearchParamsContext.displayName = 'SearchParamsContext';\n PathnameContext.displayName = 'PathnameContext';\n PathParamsContext.displayName = 'PathParamsContext';\n}\n\n//# sourceMappingURL=hooks-client-context.shared-runtime.js.map"],"names":["require$$0"],"mappings":";;;;CAAA,YAAY;AAEZ,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AAMF,CAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,KAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;SACpD,UAAU,EAAE,IAAI;AACxB,SAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,MAAK,CAAC;AACN;CACA,OAAO,CAAC,OAAO,EAAE;KACb,iBAAiB,EAAE,WAAW;AAClC,SAAQ,OAAO,iBAAiB;MAC3B;KACD,eAAe,EAAE,WAAW;AAChC,SAAQ,OAAO,eAAe;MACzB;KACD,mBAAmB,EAAE,WAAW;AACpC,SAAQ,OAAO,mBAAmB;AAClC;AACA,EAAC,CAAC;CACF,MAAM,MAAM,GAAGA,cAAgB;CAC/B,MAAM,mBAAmB,GAAG,IAAI,MAAM,CAAC,aAAa,EAAE,IAAI,CAAC;CAC3D,MAAM,eAAe,GAAG,IAAI,MAAM,CAAC,aAAa,EAAE,IAAI,CAAC;CACvD,MAAM,iBAAiB,GAAG,IAAI,MAAM,CAAC,aAAa,EAAE,IAAI,CAAC;AACzD,CAAA,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC3C,KAAI,mBAAmB,CAAC,WAAW,GAAG,qBAAqB;AAC3D,KAAI,eAAe,CAAC,WAAW,GAAG,iBAAiB;AACnD,KAAI,iBAAiB,CAAC,WAAW,GAAG,mBAAmB;AACvD;;AAEA;","x_google_ignoreList":[0]}
@@ -0,0 +1,45 @@
1
+ import { __exports as bailoutToCsr } from '../../../../../../../../../_virtual/bailout-to-csr.js';
2
+
3
+ var hasRequiredBailoutToCsr;
4
+
5
+ function requireBailoutToCsr () {
6
+ if (hasRequiredBailoutToCsr) return bailoutToCsr;
7
+ hasRequiredBailoutToCsr = 1;
8
+ (function (exports) {
9
+ Object.defineProperty(exports, "__esModule", {
10
+ value: true
11
+ });
12
+ function _export(target, all) {
13
+ for(var name in all)Object.defineProperty(target, name, {
14
+ enumerable: true,
15
+ get: all[name]
16
+ });
17
+ }
18
+ _export(exports, {
19
+ BailoutToCSRError: function() {
20
+ return BailoutToCSRError;
21
+ },
22
+ isBailoutToCSRError: function() {
23
+ return isBailoutToCSRError;
24
+ }
25
+ });
26
+ const BAILOUT_TO_CSR = 'BAILOUT_TO_CLIENT_SIDE_RENDERING';
27
+ class BailoutToCSRError extends Error {
28
+ constructor(reason){
29
+ super("Bail out to client-side rendering: " + reason), this.reason = reason, this.digest = BAILOUT_TO_CSR;
30
+ }
31
+ }
32
+ function isBailoutToCSRError(err) {
33
+ if (typeof err !== 'object' || err === null || !('digest' in err)) {
34
+ return false;
35
+ }
36
+ return err.digest === BAILOUT_TO_CSR;
37
+ }
38
+
39
+
40
+ } (bailoutToCsr));
41
+ return bailoutToCsr;
42
+ }
43
+
44
+ export { requireBailoutToCsr as __require };
45
+ //# sourceMappingURL=bailout-to-csr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bailout-to-csr.js","sources":["../../../../../../../../../../../../../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"],"sourcesContent":["// This has to be a shared module which is shared between client component error boundary and dynamic component\n\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n BailoutToCSRError: null,\n isBailoutToCSRError: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n BailoutToCSRError: function() {\n return BailoutToCSRError;\n },\n isBailoutToCSRError: function() {\n return isBailoutToCSRError;\n }\n});\nconst BAILOUT_TO_CSR = 'BAILOUT_TO_CLIENT_SIDE_RENDERING';\nclass BailoutToCSRError extends Error {\n constructor(reason){\n super(\"Bail out to client-side rendering: \" + reason), this.reason = reason, this.digest = BAILOUT_TO_CSR;\n }\n}\nfunction isBailoutToCSRError(err) {\n if (typeof err !== 'object' || err === null || !('digest' in err)) {\n return false;\n }\n return err.digest === BAILOUT_TO_CSR;\n}\n\n//# sourceMappingURL=bailout-to-csr.js.map"],"names":[],"mappings":";;;;;;;;AAEA,EAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,MAAI,KAAK,EAAE;AACX,GAAC,CAAC;AAKF,EAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,MAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;UACpD,UAAU,EAAE,IAAI;AACxB,UAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,OAAK,CAAC;AACN;EACA,OAAO,CAAC,OAAO,EAAE;MACb,iBAAiB,EAAE,WAAW;AAClC,UAAQ,OAAO,iBAAiB;OAC3B;MACD,mBAAmB,EAAE,WAAW;AACpC,UAAQ,OAAO,mBAAmB;AAClC;AACA,GAAC,CAAC;EACF,MAAM,cAAc,GAAG,kCAAkC;EACzD,MAAM,iBAAiB,SAAS,KAAK,CAAC;MAClC,WAAW,CAAC,MAAM,CAAC;AACvB,UAAQ,KAAK,CAAC,qCAAqC,GAAG,MAAM,CAAC,EAAE,IAAI,CAAC,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,MAAM,GAAG,cAAc;AACjH;AACA;EACA,SAAS,mBAAmB,CAAC,GAAG,EAAE;AAClC,MAAI,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,GAAG,KAAK,IAAI,IAAI,EAAE,QAAQ,IAAI,GAAG,CAAC,EAAE;AACvE,UAAQ,OAAO,KAAK;AACpB;AACA,MAAI,OAAO,GAAG,CAAC,MAAM,KAAK,cAAc;AACxC;;AAEA;;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,50 @@
1
+ import { __exports as segment } from '../../../../../../../../_virtual/segment.js';
2
+
3
+ (function (exports) {
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ function _export(target, all) {
8
+ for(var name in all)Object.defineProperty(target, name, {
9
+ enumerable: true,
10
+ get: all[name]
11
+ });
12
+ }
13
+ _export(exports, {
14
+ DEFAULT_SEGMENT_KEY: function() {
15
+ return DEFAULT_SEGMENT_KEY;
16
+ },
17
+ PAGE_SEGMENT_KEY: function() {
18
+ return PAGE_SEGMENT_KEY;
19
+ },
20
+ addSearchParamsIfPageSegment: function() {
21
+ return addSearchParamsIfPageSegment;
22
+ },
23
+ isGroupSegment: function() {
24
+ return isGroupSegment;
25
+ },
26
+ isParallelRouteSegment: function() {
27
+ return isParallelRouteSegment;
28
+ }
29
+ });
30
+ function isGroupSegment(segment) {
31
+ // Use array[0] for performant purpose
32
+ return segment[0] === '(' && segment.endsWith(')');
33
+ }
34
+ function isParallelRouteSegment(segment) {
35
+ return segment.startsWith('@') && segment !== '@children';
36
+ }
37
+ function addSearchParamsIfPageSegment(segment, searchParams) {
38
+ const isPageSegment = segment.includes(PAGE_SEGMENT_KEY);
39
+ if (isPageSegment) {
40
+ const stringifiedQuery = JSON.stringify(searchParams);
41
+ return stringifiedQuery !== '{}' ? PAGE_SEGMENT_KEY + '?' + stringifiedQuery : PAGE_SEGMENT_KEY;
42
+ }
43
+ return segment;
44
+ }
45
+ const PAGE_SEGMENT_KEY = '__PAGE__';
46
+ const DEFAULT_SEGMENT_KEY = '__DEFAULT__';
47
+
48
+
49
+ } (segment));
50
+ //# sourceMappingURL=segment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segment.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n DEFAULT_SEGMENT_KEY: null,\n PAGE_SEGMENT_KEY: null,\n addSearchParamsIfPageSegment: null,\n isGroupSegment: null,\n isParallelRouteSegment: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n DEFAULT_SEGMENT_KEY: function() {\n return DEFAULT_SEGMENT_KEY;\n },\n PAGE_SEGMENT_KEY: function() {\n return PAGE_SEGMENT_KEY;\n },\n addSearchParamsIfPageSegment: function() {\n return addSearchParamsIfPageSegment;\n },\n isGroupSegment: function() {\n return isGroupSegment;\n },\n isParallelRouteSegment: function() {\n return isParallelRouteSegment;\n }\n});\nfunction isGroupSegment(segment) {\n // Use array[0] for performant purpose\n return segment[0] === '(' && segment.endsWith(')');\n}\nfunction isParallelRouteSegment(segment) {\n return segment.startsWith('@') && segment !== '@children';\n}\nfunction addSearchParamsIfPageSegment(segment, searchParams) {\n const isPageSegment = segment.includes(PAGE_SEGMENT_KEY);\n if (isPageSegment) {\n const stringifiedQuery = JSON.stringify(searchParams);\n return stringifiedQuery !== '{}' ? PAGE_SEGMENT_KEY + '?' + stringifiedQuery : PAGE_SEGMENT_KEY;\n }\n return segment;\n}\nconst PAGE_SEGMENT_KEY = '__PAGE__';\nconst DEFAULT_SEGMENT_KEY = '__DEFAULT__';\n\n//# sourceMappingURL=segment.js.map"],"names":[],"mappings":";;;AACA,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AAQF,CAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,KAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;SACpD,UAAU,EAAE,IAAI;AACxB,SAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,MAAK,CAAC;AACN;CACA,OAAO,CAAC,OAAO,EAAE;KACb,mBAAmB,EAAE,WAAW;AACpC,SAAQ,OAAO,mBAAmB;MAC7B;KACD,gBAAgB,EAAE,WAAW;AACjC,SAAQ,OAAO,gBAAgB;MAC1B;KACD,4BAA4B,EAAE,WAAW;AAC7C,SAAQ,OAAO,4BAA4B;MACtC;KACD,cAAc,EAAE,WAAW;AAC/B,SAAQ,OAAO,cAAc;MACxB;KACD,sBAAsB,EAAE,WAAW;AACvC,SAAQ,OAAO,sBAAsB;AACrC;AACA,EAAC,CAAC;CACF,SAAS,cAAc,CAAC,OAAO,EAAE;AACjC;AACA,KAAI,OAAO,OAAO,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC;AACtD;CACA,SAAS,sBAAsB,CAAC,OAAO,EAAE;KACrC,OAAO,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,OAAO,KAAK,WAAW;AAC7D;AACA,CAAA,SAAS,4BAA4B,CAAC,OAAO,EAAE,YAAY,EAAE;KACzD,MAAM,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAC;KACxD,IAAI,aAAa,EAAE;SACf,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC;SACrD,OAAO,gBAAgB,KAAK,IAAI,GAAG,gBAAgB,GAAG,GAAG,GAAG,gBAAgB,GAAG,gBAAgB;AACvG;AACA,KAAI,OAAO,OAAO;AAClB;CACA,MAAM,gBAAgB,GAAG,UAAU;CACnC,MAAM,mBAAmB,GAAG,aAAa;;AAEzC;","x_google_ignoreList":[0]}
@@ -0,0 +1,38 @@
1
+ import { __exports as serverInsertedHtml_sharedRuntime } from '../../../../../../../../_virtual/server-inserted-html.shared-runtime.js';
2
+ import '../../../../../../@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js';
3
+ import React__default from 'react';
4
+ import { __exports as _interop_require_wildcard } from '../../../../../../../../_virtual/_interop_require_wildcard.js';
5
+
6
+ (function (exports) {
7
+ 'use client';
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ function _export(target, all) {
12
+ for(var name in all)Object.defineProperty(target, name, {
13
+ enumerable: true,
14
+ get: all[name]
15
+ });
16
+ }
17
+ _export(exports, {
18
+ ServerInsertedHTMLContext: function() {
19
+ return ServerInsertedHTMLContext;
20
+ },
21
+ useServerInsertedHTML: function() {
22
+ return useServerInsertedHTML;
23
+ }
24
+ });
25
+ const _interop_require_wildcard$1 = _interop_require_wildcard;
26
+ const _react = /*#__PURE__*/ _interop_require_wildcard$1._(React__default);
27
+ const ServerInsertedHTMLContext = /*#__PURE__*/ _react.default.createContext(null);
28
+ function useServerInsertedHTML(callback) {
29
+ const addInsertedServerHTMLCallback = (0, _react.useContext)(ServerInsertedHTMLContext);
30
+ // Should have no effects on client where there's no flush effects provider
31
+ if (addInsertedServerHTMLCallback) {
32
+ addInsertedServerHTMLCallback(callback);
33
+ }
34
+ }
35
+
36
+
37
+ } (serverInsertedHtml_sharedRuntime));
38
+ //# sourceMappingURL=server-inserted-html.shared-runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-inserted-html.shared-runtime.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["'use client';\n\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n ServerInsertedHTMLContext: null,\n useServerInsertedHTML: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n ServerInsertedHTMLContext: function() {\n return ServerInsertedHTMLContext;\n },\n useServerInsertedHTML: function() {\n return useServerInsertedHTML;\n }\n});\nconst _interop_require_wildcard = require(\"@swc/helpers/_/_interop_require_wildcard\");\nconst _react = /*#__PURE__*/ _interop_require_wildcard._(require(\"react\"));\nconst ServerInsertedHTMLContext = /*#__PURE__*/ _react.default.createContext(null);\nfunction useServerInsertedHTML(callback) {\n const addInsertedServerHTMLCallback = (0, _react.useContext)(ServerInsertedHTMLContext);\n // Should have no effects on client where there's no flush effects provider\n if (addInsertedServerHTMLCallback) {\n addInsertedServerHTMLCallback(callback);\n }\n}\n\n//# sourceMappingURL=server-inserted-html.shared-runtime.js.map"],"names":["_interop_require_wildcard","require$$0","require$$1"],"mappings":";;;;;;CAAA,YAAY;AAEZ,CAAA,MAAM,CAAC,cAAc,CAAU,OAAA,EAAA,YAAY,EAAE;AAC7C,KAAI,KAAK,EAAE;AACX,EAAC,CAAC;AAKF,CAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,KAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;SACpD,UAAU,EAAE,IAAI;AACxB,SAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,MAAK,CAAC;AACN;CACA,OAAO,CAAC,OAAO,EAAE;KACb,yBAAyB,EAAE,WAAW;AAC1C,SAAQ,OAAO,yBAAyB;MACnC;KACD,qBAAqB,EAAE,WAAW;AACtC,SAAQ,OAAO,qBAAqB;AACpC;AACA,EAAC,CAAC;CACF,MAAMA,2BAAyB,GAAGC,yBAAmD;CACrF,MAAM,MAAM,iBAAiBD,2BAAyB,CAAC,CAAC,CAACE,cAAgB,CAAC;CAC1E,MAAM,yBAAyB,iBAAiB,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC;CAClF,SAAS,qBAAqB,CAAC,QAAQ,EAAE;KACrC,MAAM,6BAA6B,GAAG,IAAI,MAAM,CAAC,UAAU,EAAE,yBAAyB,CAAC;AAC3F;KACI,IAAI,6BAA6B,EAAE;SAC/B,6BAA6B,CAAC,QAAQ,CAAC;AAC/C;AACA;;AAEA;","x_google_ignoreList":[0]}
@@ -0,0 +1,6 @@
1
+ import { n as navigationExports } from './dist/client/components/navigation.js';
2
+
3
+ var navigation = navigationExports;
4
+
5
+ export { navigation as n };
6
+ //# sourceMappingURL=navigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation.js","sources":["../../../../../../../../../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"],"sourcesContent":["module.exports = require('./dist/client/components/navigation')\n"],"names":["require$$0"],"mappings":";;AAAA,IAAA,UAAc,GAAGA;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.js","sources":["../../../../../../../../../../../../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"],"sourcesContent":["'use client';\n\nimport { useNuqsNextAppRouterAdapter } from '../../chunk-C3RNEY2H.js';\nimport { createAdapterProvider } from '../../chunk-5WWTJYGR.js';\n\n// src/adapters/next/app.ts\nvar NuqsAdapter = createAdapterProvider(useNuqsNextAppRouterAdapter);\n\nexport { NuqsAdapter };\n"],"names":[],"mappings":";;;;AAKA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACG,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAA2B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;;","x_google_ignoreList":[0]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chunk-5WWTJYGR.js","sources":["../../../../../../../../../../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"],"sourcesContent":["import { createContext, createElement, useContext } from 'react';\n\n// src/errors.ts\nvar errors = {\n 303: \"Multiple adapter contexts detected. This might happen in monorepos.\",\n 404: \"nuqs requires an adapter to work with your framework.\",\n 409: \"Multiple versions of the library are loaded. This may lead to unexpected behavior. Currently using `%s`, but `%s` (via the %s adapter) was about to load on top.\",\n 414: \"Max safe URL length exceeded. Some browsers may not be able to accept this URL. Consider limiting the amount of state stored in the URL.\",\n 429: \"URL update rate-limited by the browser. Consider increasing `throttleMs` for key(s) `%s`. %O\",\n 500: \"Empty search params cache. Search params can't be accessed in Layouts.\",\n 501: \"Search params cache already populated. Have you called `parse` twice?\"\n};\nfunction error(code) {\n return `[nuqs] ${errors[code]}\n See https://err.47ng.com/NUQS-${code}`;\n}\n\n// src/url-encoding.ts\nfunction renderQueryString(search) {\n if (search.size === 0) {\n return \"\";\n }\n const query = [];\n for (const [key, value] of search.entries()) {\n const safeKey = key.replace(/#/g, \"%23\").replace(/&/g, \"%26\").replace(/\\+/g, \"%2B\").replace(/=/g, \"%3D\").replace(/\\?/g, \"%3F\");\n query.push(`${safeKey}=${encodeQueryValue(value)}`);\n }\n const queryString = \"?\" + query.join(\"&\");\n warnIfURLIsTooLong(queryString);\n return queryString;\n}\nfunction encodeQueryValue(input) {\n return input.replace(/%/g, \"%25\").replace(/\\+/g, \"%2B\").replace(/ /g, \"+\").replace(/#/g, \"%23\").replace(/&/g, \"%26\").replace(/\"/g, \"%22\").replace(/'/g, \"%27\").replace(/`/g, \"%60\").replace(/</g, \"%3C\").replace(/>/g, \"%3E\").replace(/[\\x00-\\x1F]/g, (char) => encodeURIComponent(char));\n}\nvar URL_MAX_LENGTH = 2e3;\nfunction warnIfURLIsTooLong(queryString) {\n if (process.env.NODE_ENV === \"production\") {\n return;\n }\n if (typeof location === \"undefined\") {\n return;\n }\n const url = new URL(location.href);\n url.search = queryString;\n if (url.href.length > URL_MAX_LENGTH) {\n console.warn(error(414));\n }\n}\n\n// src/debug.ts\nvar debugEnabled = isDebugEnabled();\nfunction debug(message, ...args) {\n if (!debugEnabled) {\n return;\n }\n const msg = sprintf(message, ...args);\n performance.mark(msg);\n try {\n console.log(message, ...args);\n } catch (error2) {\n console.log(msg);\n }\n}\nfunction warn(message, ...args) {\n if (!debugEnabled) {\n return;\n }\n console.warn(message, ...args);\n}\nfunction sprintf(base, ...args) {\n return base.replace(/%[sfdO]/g, (match) => {\n const arg = args.shift();\n if (match === \"%O\" && arg) {\n return JSON.stringify(arg).replace(/\"([^\"]+)\":/g, \"$1:\");\n } else {\n return String(arg);\n }\n });\n}\nfunction isDebugEnabled() {\n try {\n if (typeof localStorage === \"undefined\") {\n return false;\n }\n const test = \"nuqs-localStorage-test\";\n localStorage.setItem(test, test);\n const isStorageAvailable = localStorage.getItem(test) === test;\n localStorage.removeItem(test);\n if (!isStorageAvailable) {\n return false;\n }\n } catch (error2) {\n console.error(\n \"[nuqs]: debug mode is disabled (localStorage unavailable).\",\n error2\n );\n return false;\n }\n const debug2 = localStorage.getItem(\"debug\") ?? \"\";\n return debug2.includes(\"nuqs\");\n}\n\n// src/adapters/lib/context.ts\nvar context = createContext({\n useAdapter() {\n throw new Error(error(404));\n }\n});\ncontext.displayName = \"NuqsAdapterContext\";\nif (debugEnabled && typeof window !== \"undefined\") {\n if (window.__NuqsAdapterContext && window.__NuqsAdapterContext !== context) {\n console.error(error(303));\n }\n window.__NuqsAdapterContext = context;\n}\nfunction createAdapterProvider(useAdapter2) {\n return ({ children, ...props }) => createElement(\n context.Provider,\n { ...props, value: { useAdapter: useAdapter2 } },\n children\n );\n}\nfunction useAdapter() {\n const value = useContext(context);\n if (!(\"useAdapter\" in value)) {\n throw new Error(error(404));\n }\n return value.useAdapter();\n}\n\nexport { context, createAdapterProvider, debug, error, renderQueryString, useAdapter, warn };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,10 +1,10 @@
1
1
  import { debug, renderQueryString } from './chunk-5WWTJYGR.js';
2
- import { useRouter, useSearchParams } from 'next/navigation';
2
+ import { n as navigation } from '../../../../next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/navigation.js';
3
3
  import { useOptimistic, useCallback, startTransition } from 'react';
4
4
 
5
5
  function useNuqsNextAppRouterAdapter() {
6
- const router = useRouter();
7
- const searchParams = useSearchParams();
6
+ const router = navigation.useRouter();
7
+ const searchParams = navigation.useSearchParams();
8
8
  const [optimisticSearchParams, setOptimisticSearchParams] = useOptimistic(searchParams);
9
9
  const updateUrl = useCallback((search, options) => {
10
10
  startTransition(() => {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chunk-C3RNEY2H.js","sources":["../../../../../../../../../../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"],"sourcesContent":["import { debug, renderQueryString } from './chunk-5WWTJYGR.js';\nimport { useRouter, useSearchParams } from 'next/navigation';\nimport { useOptimistic, useCallback, startTransition } from 'react';\n\nfunction useNuqsNextAppRouterAdapter() {\n const router = useRouter();\n const searchParams = useSearchParams();\n const [optimisticSearchParams, setOptimisticSearchParams] = useOptimistic(searchParams);\n const updateUrl = useCallback((search, options) => {\n startTransition(() => {\n if (!options.shallow) {\n setOptimisticSearchParams(search);\n }\n const url = renderURL(location.origin + location.pathname, search);\n debug(\"[nuqs queue (app)] Updating url: %s\", url);\n const updateMethod = options.history === \"push\" ? history.pushState : history.replaceState;\n updateMethod.call(\n history,\n // In next@14.1.0, useSearchParams becomes reactive to shallow updates,\n // but only if passing `null` as the history state.\n null,\n \"\",\n url\n );\n if (options.scroll) {\n window.scrollTo(0, 0);\n }\n if (!options.shallow) {\n router.replace(url, {\n scroll: false\n });\n }\n });\n }, []);\n return {\n searchParams: optimisticSearchParams,\n updateUrl,\n // See: https://github.com/47ng/nuqs/issues/603#issuecomment-2317057128\n rateLimitFactor: 2\n };\n}\nfunction renderURL(base, search) {\n const hashlessBase = base.split(\"#\")[0] ?? \"\";\n const query = renderQueryString(search);\n const hash = location.hash;\n return hashlessBase + query + hash;\n}\n\nexport { useNuqsNextAppRouterAdapter };\n"],"names":["useRouter","useSearchParams"],"mappings":";;;;AAIA,SAAS,2BAA2B,GAAG;AACvC,EAAE,MAAM,MAAM,GAAGA,oBAAS,EAAE;AAC5B,EAAE,MAAM,YAAY,GAAGC,0BAAe,EAAE;AACxC,EAAE,MAAM,CAAC,sBAAsB,EAAE,yBAAyB,CAAC,GAAG,aAAa,CAAC,YAAY,CAAC;AACzF,EAAE,MAAM,SAAS,GAAG,WAAW,CAAC,CAAC,MAAM,EAAE,OAAO,KAAK;AACrD,IAAI,eAAe,CAAC,MAAM;AAC1B,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;AAC5B,QAAQ,yBAAyB,CAAC,MAAM,CAAC;AACzC;AACA,MAAM,MAAM,GAAG,GAAG,SAAS,CAAC,QAAQ,CAAC,MAAM,GAAG,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;AACxE,MAAM,KAAK,CAAC,qCAAqC,EAAE,GAAG,CAAC;AACvD,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,OAAO,KAAK,MAAM,GAAG,OAAO,CAAC,SAAS,GAAG,OAAO,CAAC,YAAY;AAChG,MAAM,YAAY,CAAC,IAAI;AACvB,QAAQ,OAAO;AACf;AACA;AACA,QAAQ,IAAI;AACZ,QAAQ,EAAE;AACV,QAAQ;AACR,OAAO;AACP,MAAM,IAAI,OAAO,CAAC,MAAM,EAAE;AAC1B,QAAQ,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC;AAC7B;AACA,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;AAC5B,QAAQ,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE;AAC5B,UAAU,MAAM,EAAE;AAClB,SAAS,CAAC;AACV;AACA,KAAK,CAAC;AACN,GAAG,EAAE,EAAE,CAAC;AACR,EAAE,OAAO;AACT,IAAI,YAAY,EAAE,sBAAsB;AACxC,IAAI,SAAS;AACb;AACA,IAAI,eAAe,EAAE;AACrB,GAAG;AACH;AACA,SAAS,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE;AACjC,EAAE,MAAM,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE;AAC/C,EAAE,MAAM,KAAK,GAAG,iBAAiB,CAAC,MAAM,CAAC;AACzC,EAAE,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI;AAC5B,EAAE,OAAO,YAAY,GAAG,KAAK,GAAG,IAAI;AACpC;;;;","x_google_ignoreList":[0]}
@@ -1,4 +1,4 @@
1
- import { __exports as reactJsxRuntime_development } from '../../../_virtual/react-jsx-runtime.development.js';
1
+ import { __exports as reactJsxRuntime_development } from '../../../../../../_virtual/react-jsx-runtime.development.js';
2
2
  import React__default from 'react';
3
3
 
4
4
  /**