@tanstack/react-router 1.5.4 → 1.5.5

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 (61) hide show
  1. package/build/cjs/Matches.js +15 -14
  2. package/build/cjs/Matches.js.map +1 -1
  3. package/build/cjs/RouterProvider.js +6 -27
  4. package/build/cjs/RouterProvider.js.map +1 -1
  5. package/build/cjs/awaited.js +2 -2
  6. package/build/cjs/awaited.js.map +1 -1
  7. package/build/cjs/index.js +11 -7
  8. package/build/cjs/index.js.map +1 -1
  9. package/build/cjs/link.js +4 -3
  10. package/build/cjs/link.js.map +1 -1
  11. package/build/cjs/router.js.map +1 -1
  12. package/build/cjs/routerContext.js +42 -0
  13. package/build/cjs/routerContext.js.map +1 -0
  14. package/build/cjs/scroll-restoration.js +3 -3
  15. package/build/cjs/scroll-restoration.js.map +1 -1
  16. package/build/cjs/useBlocker.js +2 -2
  17. package/build/cjs/useBlocker.js.map +1 -1
  18. package/build/cjs/useNavigate.js +3 -3
  19. package/build/cjs/useNavigate.js.map +1 -1
  20. package/build/cjs/useParams.js +2 -2
  21. package/build/cjs/useParams.js.map +1 -1
  22. package/build/cjs/useRouteContext.js +23 -0
  23. package/build/cjs/useRouteContext.js.map +1 -0
  24. package/build/cjs/useRouter.js +44 -0
  25. package/build/cjs/useRouter.js.map +1 -0
  26. package/build/cjs/useRouterState.js +24 -0
  27. package/build/cjs/useRouterState.js.map +1 -0
  28. package/build/cjs/utils.js +0 -8
  29. package/build/cjs/utils.js.map +1 -1
  30. package/build/esm/index.js +192 -188
  31. package/build/esm/index.js.map +1 -1
  32. package/build/stats-html.html +1 -1
  33. package/build/stats-react.json +582 -431
  34. package/build/types/RouterProvider.d.ts +2 -13
  35. package/build/types/index.d.ts +4 -1
  36. package/build/types/router.d.ts +6 -5
  37. package/build/types/routerContext.d.ts +3 -0
  38. package/build/types/useRouteContext.d.ts +7 -0
  39. package/build/types/useRouter.d.ts +5 -0
  40. package/build/types/useRouterState.d.ts +6 -0
  41. package/build/types/utils.d.ts +0 -6
  42. package/build/umd/index.development.js +367 -363
  43. package/build/umd/index.development.js.map +1 -1
  44. package/build/umd/index.production.js +1 -1
  45. package/build/umd/index.production.js.map +1 -1
  46. package/package.json +2 -2
  47. package/src/Matches.tsx +2 -1
  48. package/src/RouterProvider.tsx +8 -60
  49. package/src/awaited.tsx +1 -1
  50. package/src/index.tsx +4 -2
  51. package/src/link.tsx +8 -7
  52. package/src/router.ts +18 -5
  53. package/src/routerContext.tsx +11 -0
  54. package/src/scroll-restoration.tsx +1 -1
  55. package/src/useBlocker.tsx +1 -1
  56. package/src/useNavigate.tsx +1 -1
  57. package/src/useParams.tsx +1 -1
  58. package/src/useRouteContext.ts +24 -0
  59. package/src/useRouter.tsx +20 -0
  60. package/src/useRouterState.tsx +17 -0
  61. package/src/utils.ts +0 -24
@@ -11,93 +11,109 @@
11
11
  "children": [
12
12
  {
13
13
  "name": "history/build/esm/index.js",
14
- "uid": "5e18-77"
14
+ "uid": "3364-85"
15
15
  },
16
16
  {
17
17
  "name": "react-router/src",
18
18
  "children": [
19
19
  {
20
- "uid": "5e18-95",
21
- "name": "CatchBoundary.tsx"
20
+ "uid": "3364-91",
21
+ "name": "routerContext.tsx"
22
22
  },
23
23
  {
24
- "uid": "5e18-97",
25
- "name": "utils.ts"
24
+ "uid": "3364-93",
25
+ "name": "useRouter.tsx"
26
26
  },
27
27
  {
28
- "uid": "5e18-99",
29
- "name": "Matches.tsx"
28
+ "uid": "3364-95",
29
+ "name": "defer.ts"
30
30
  },
31
31
  {
32
- "uid": "5e18-101",
33
- "name": "RouterProvider.tsx"
32
+ "uid": "3364-97",
33
+ "name": "awaited.tsx"
34
34
  },
35
35
  {
36
- "uid": "5e18-103",
37
- "name": "defer.ts"
36
+ "uid": "3364-99",
37
+ "name": "CatchBoundary.tsx"
38
38
  },
39
39
  {
40
- "uid": "5e18-105",
41
- "name": "awaited.tsx"
40
+ "uid": "3364-113",
41
+ "name": "useRouterState.tsx"
42
+ },
43
+ {
44
+ "uid": "3364-115",
45
+ "name": "utils.ts"
42
46
  },
43
47
  {
44
- "uid": "5e18-107",
48
+ "uid": "3364-117",
49
+ "name": "Matches.tsx"
50
+ },
51
+ {
52
+ "uid": "3364-119",
45
53
  "name": "path.ts"
46
54
  },
47
55
  {
48
- "uid": "5e18-109",
56
+ "uid": "3364-121",
49
57
  "name": "useParams.tsx"
50
58
  },
51
59
  {
52
- "uid": "5e18-111",
60
+ "uid": "3364-123",
53
61
  "name": "useSearch.tsx"
54
62
  },
55
63
  {
56
- "uid": "5e18-113",
64
+ "uid": "3364-125",
57
65
  "name": "route.ts"
58
66
  },
59
67
  {
60
- "uid": "5e18-115",
68
+ "uid": "3364-127",
61
69
  "name": "fileRoute.ts"
62
70
  },
63
71
  {
64
- "uid": "5e18-117",
72
+ "uid": "3364-129",
65
73
  "name": "lazyRouteComponent.tsx"
66
74
  },
67
75
  {
68
- "uid": "5e18-121",
76
+ "uid": "3364-133",
69
77
  "name": "link.tsx"
70
78
  },
71
79
  {
72
- "uid": "5e18-123",
80
+ "uid": "3364-135",
73
81
  "name": "qss.ts"
74
82
  },
75
83
  {
76
- "uid": "5e18-125",
84
+ "uid": "3364-137",
77
85
  "name": "redirects.ts"
78
86
  },
79
87
  {
80
- "uid": "5e18-127",
88
+ "uid": "3364-139",
81
89
  "name": "searchParams.ts"
82
90
  },
83
91
  {
84
- "uid": "5e18-129",
92
+ "uid": "3364-141",
93
+ "name": "RouterProvider.tsx"
94
+ },
95
+ {
96
+ "uid": "3364-143",
85
97
  "name": "router.ts"
86
98
  },
87
99
  {
88
- "uid": "5e18-131",
100
+ "uid": "3364-145",
89
101
  "name": "scroll-restoration.tsx"
90
102
  },
91
103
  {
92
- "uid": "5e18-133",
104
+ "uid": "3364-147",
93
105
  "name": "useBlocker.tsx"
94
106
  },
95
107
  {
96
- "uid": "5e18-135",
108
+ "uid": "3364-149",
97
109
  "name": "useNavigate.tsx"
98
110
  },
99
111
  {
100
- "uid": "5e18-137",
112
+ "uid": "3364-151",
113
+ "name": "useRouteContext.ts"
114
+ },
115
+ {
116
+ "uid": "3364-153",
101
117
  "name": "index.tsx"
102
118
  }
103
119
  ]
@@ -109,32 +125,32 @@
109
125
  "children": [
110
126
  {
111
127
  "name": "tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
112
- "uid": "5e18-79"
128
+ "uid": "3364-87"
113
129
  },
114
130
  {
115
131
  "name": "tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
116
- "uid": "5e18-81"
132
+ "uid": "3364-89"
117
133
  },
118
134
  {
119
135
  "name": "use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store",
120
136
  "children": [
121
137
  {
122
138
  "name": "cjs/use-sync-external-store-shim/with-selector.production.min.js",
123
- "uid": "5e18-87"
139
+ "uid": "3364-105"
124
140
  },
125
141
  {
126
142
  "name": "shim/with-selector.js",
127
- "uid": "5e18-89"
143
+ "uid": "3364-107"
128
144
  }
129
145
  ]
130
146
  },
131
147
  {
132
148
  "name": "@tanstack+store@0.1.3/node_modules/@tanstack/store/build/modern/index.js",
133
- "uid": "5e18-91"
149
+ "uid": "3364-109"
134
150
  },
135
151
  {
136
152
  "name": "@tanstack+react-store@0.2.1_react-dom@18.2.0_react@18.2.0/node_modules/@tanstack/react-store/build/modern/index.js",
137
- "uid": "5e18-93"
153
+ "uid": "3364-111"
138
154
  }
139
155
  ]
140
156
  },
@@ -143,16 +159,16 @@
143
159
  "children": [
144
160
  {
145
161
  "name": "shim/with-selector.js?commonjs-module",
146
- "uid": "5e18-83"
162
+ "uid": "3364-101"
147
163
  },
148
164
  {
149
165
  "name": "cjs/use-sync-external-store-shim/with-selector.production.min.js?commonjs-exports",
150
- "uid": "5e18-85"
166
+ "uid": "3364-103"
151
167
  }
152
168
  ]
153
169
  },
154
170
  {
155
- "uid": "5e18-119",
171
+ "uid": "3364-131",
156
172
  "name": "\u0000rollupPluginBabelHelpers.js"
157
173
  }
158
174
  ]
@@ -161,1124 +177,1259 @@
161
177
  "isRoot": true
162
178
  },
163
179
  "nodeParts": {
164
- "5e18-77": {
180
+ "3364-85": {
165
181
  "renderedLength": 9900,
166
182
  "gzipLength": 2908,
167
183
  "brotliLength": 0,
168
- "metaUid": "5e18-76"
184
+ "metaUid": "3364-84"
169
185
  },
170
- "5e18-79": {
186
+ "3364-87": {
171
187
  "renderedLength": 181,
172
188
  "gzipLength": 130,
173
189
  "brotliLength": 0,
174
- "metaUid": "5e18-78"
190
+ "metaUid": "3364-86"
175
191
  },
176
- "5e18-81": {
192
+ "3364-89": {
177
193
  "renderedLength": 44,
178
194
  "gzipLength": 62,
179
195
  "brotliLength": 0,
180
- "metaUid": "5e18-80"
196
+ "metaUid": "3364-88"
197
+ },
198
+ "3364-91": {
199
+ "renderedLength": 303,
200
+ "gzipLength": 180,
201
+ "brotliLength": 0,
202
+ "metaUid": "3364-90"
203
+ },
204
+ "3364-93": {
205
+ "renderedLength": 304,
206
+ "gzipLength": 215,
207
+ "brotliLength": 0,
208
+ "metaUid": "3364-92"
181
209
  },
182
- "5e18-83": {
210
+ "3364-95": {
211
+ "renderedLength": 640,
212
+ "gzipLength": 310,
213
+ "brotliLength": 0,
214
+ "metaUid": "3364-94"
215
+ },
216
+ "3364-97": {
217
+ "renderedLength": 641,
218
+ "gzipLength": 306,
219
+ "brotliLength": 0,
220
+ "metaUid": "3364-96"
221
+ },
222
+ "3364-99": {
223
+ "renderedLength": 2606,
224
+ "gzipLength": 795,
225
+ "brotliLength": 0,
226
+ "metaUid": "3364-98"
227
+ },
228
+ "3364-101": {
183
229
  "renderedLength": 35,
184
230
  "gzipLength": 55,
185
231
  "brotliLength": 0,
186
- "metaUid": "5e18-82"
232
+ "metaUid": "3364-100"
187
233
  },
188
- "5e18-85": {
234
+ "3364-103": {
189
235
  "renderedLength": 39,
190
236
  "gzipLength": 59,
191
237
  "brotliLength": 0,
192
- "metaUid": "5e18-84"
238
+ "metaUid": "3364-102"
193
239
  },
194
- "5e18-87": {
240
+ "3364-105": {
195
241
  "renderedLength": 1374,
196
242
  "gzipLength": 661,
197
243
  "brotliLength": 0,
198
- "metaUid": "5e18-86"
244
+ "metaUid": "3364-104"
199
245
  },
200
- "5e18-89": {
246
+ "3364-107": {
201
247
  "renderedLength": 123,
202
248
  "gzipLength": 98,
203
249
  "brotliLength": 0,
204
- "metaUid": "5e18-88"
250
+ "metaUid": "3364-106"
205
251
  },
206
- "5e18-91": {
252
+ "3364-109": {
207
253
  "renderedLength": 1731,
208
254
  "gzipLength": 520,
209
255
  "brotliLength": 0,
210
- "metaUid": "5e18-90"
256
+ "metaUid": "3364-108"
211
257
  },
212
- "5e18-93": {
258
+ "3364-111": {
213
259
  "renderedLength": 821,
214
260
  "gzipLength": 369,
215
261
  "brotliLength": 0,
216
- "metaUid": "5e18-92"
262
+ "metaUid": "3364-110"
217
263
  },
218
- "5e18-95": {
219
- "renderedLength": 2606,
220
- "gzipLength": 795,
264
+ "3364-113": {
265
+ "renderedLength": 198,
266
+ "gzipLength": 142,
221
267
  "brotliLength": 0,
222
- "metaUid": "5e18-94"
268
+ "metaUid": "3364-112"
223
269
  },
224
- "5e18-97": {
225
- "renderedLength": 5729,
226
- "gzipLength": 1903,
270
+ "3364-115": {
271
+ "renderedLength": 5564,
272
+ "gzipLength": 1838,
227
273
  "brotliLength": 0,
228
- "metaUid": "5e18-96"
274
+ "metaUid": "3364-114"
229
275
  },
230
- "5e18-99": {
276
+ "3364-117": {
231
277
  "renderedLength": 6574,
232
278
  "gzipLength": 1400,
233
279
  "brotliLength": 0,
234
- "metaUid": "5e18-98"
235
- },
236
- "5e18-101": {
237
- "renderedLength": 4682,
238
- "gzipLength": 1326,
239
- "brotliLength": 0,
240
- "metaUid": "5e18-100"
241
- },
242
- "5e18-103": {
243
- "renderedLength": 640,
244
- "gzipLength": 310,
245
- "brotliLength": 0,
246
- "metaUid": "5e18-102"
247
- },
248
- "5e18-105": {
249
- "renderedLength": 641,
250
- "gzipLength": 306,
251
- "brotliLength": 0,
252
- "metaUid": "5e18-104"
280
+ "metaUid": "3364-116"
253
281
  },
254
- "5e18-107": {
282
+ "3364-119": {
255
283
  "renderedLength": 6003,
256
284
  "gzipLength": 1479,
257
285
  "brotliLength": 0,
258
- "metaUid": "5e18-106"
286
+ "metaUid": "3364-118"
259
287
  },
260
- "5e18-109": {
288
+ "3364-121": {
261
289
  "renderedLength": 225,
262
290
  "gzipLength": 156,
263
291
  "brotliLength": 0,
264
- "metaUid": "5e18-108"
292
+ "metaUid": "3364-120"
265
293
  },
266
- "5e18-111": {
294
+ "3364-123": {
267
295
  "renderedLength": 182,
268
296
  "gzipLength": 129,
269
297
  "brotliLength": 0,
270
- "metaUid": "5e18-110"
298
+ "metaUid": "3364-122"
271
299
  },
272
- "5e18-113": {
300
+ "3364-125": {
273
301
  "renderedLength": 6949,
274
302
  "gzipLength": 1470,
275
303
  "brotliLength": 0,
276
- "metaUid": "5e18-112"
304
+ "metaUid": "3364-124"
277
305
  },
278
- "5e18-115": {
306
+ "3364-127": {
279
307
  "renderedLength": 276,
280
308
  "gzipLength": 168,
281
309
  "brotliLength": 0,
282
- "metaUid": "5e18-114"
310
+ "metaUid": "3364-126"
283
311
  },
284
- "5e18-117": {
312
+ "3364-129": {
285
313
  "renderedLength": 479,
286
314
  "gzipLength": 255,
287
315
  "brotliLength": 0,
288
- "metaUid": "5e18-116"
316
+ "metaUid": "3364-128"
289
317
  },
290
- "5e18-119": {
318
+ "3364-131": {
291
319
  "renderedLength": 429,
292
320
  "gzipLength": 237,
293
321
  "brotliLength": 0,
294
- "metaUid": "5e18-118"
322
+ "metaUid": "3364-130"
295
323
  },
296
- "5e18-121": {
324
+ "3364-133": {
297
325
  "renderedLength": 5585,
298
326
  "gzipLength": 1751,
299
327
  "brotliLength": 0,
300
- "metaUid": "5e18-120"
328
+ "metaUid": "3364-132"
301
329
  },
302
- "5e18-123": {
330
+ "3364-135": {
303
331
  "renderedLength": 1281,
304
332
  "gzipLength": 547,
305
333
  "brotliLength": 0,
306
- "metaUid": "5e18-122"
334
+ "metaUid": "3364-134"
307
335
  },
308
- "5e18-125": {
336
+ "3364-137": {
309
337
  "renderedLength": 218,
310
338
  "gzipLength": 149,
311
339
  "brotliLength": 0,
312
- "metaUid": "5e18-124"
340
+ "metaUid": "3364-136"
313
341
  },
314
- "5e18-127": {
342
+ "3364-139": {
315
343
  "renderedLength": 1706,
316
344
  "gzipLength": 572,
317
345
  "brotliLength": 0,
318
- "metaUid": "5e18-126"
346
+ "metaUid": "3364-138"
347
+ },
348
+ "3364-141": {
349
+ "renderedLength": 3874,
350
+ "gzipLength": 1122,
351
+ "brotliLength": 0,
352
+ "metaUid": "3364-140"
319
353
  },
320
- "5e18-129": {
354
+ "3364-143": {
321
355
  "renderedLength": 38705,
322
356
  "gzipLength": 9276,
323
357
  "brotliLength": 0,
324
- "metaUid": "5e18-128"
358
+ "metaUid": "3364-142"
325
359
  },
326
- "5e18-131": {
360
+ "3364-145": {
327
361
  "renderedLength": 5597,
328
362
  "gzipLength": 1449,
329
363
  "brotliLength": 0,
330
- "metaUid": "5e18-130"
364
+ "metaUid": "3364-144"
331
365
  },
332
- "5e18-133": {
366
+ "3364-147": {
333
367
  "renderedLength": 355,
334
368
  "gzipLength": 201,
335
369
  "brotliLength": 0,
336
- "metaUid": "5e18-132"
370
+ "metaUid": "3364-146"
337
371
  },
338
- "5e18-135": {
372
+ "3364-149": {
339
373
  "renderedLength": 1358,
340
374
  "gzipLength": 525,
341
375
  "brotliLength": 0,
342
- "metaUid": "5e18-134"
376
+ "metaUid": "3364-148"
343
377
  },
344
- "5e18-137": {
378
+ "3364-151": {
379
+ "renderedLength": 164,
380
+ "gzipLength": 127,
381
+ "brotliLength": 0,
382
+ "metaUid": "3364-150"
383
+ },
384
+ "3364-153": {
345
385
  "renderedLength": 0,
346
386
  "gzipLength": 0,
347
387
  "brotliLength": 0,
348
- "metaUid": "5e18-136"
388
+ "metaUid": "3364-152"
349
389
  }
350
390
  },
351
391
  "nodeMetas": {
352
- "5e18-76": {
392
+ "3364-84": {
353
393
  "id": "/packages/history/build/esm/index.js",
354
394
  "moduleParts": {
355
- "index.production.js": "5e18-77"
395
+ "index.production.js": "3364-85"
356
396
  },
357
397
  "imported": [],
358
398
  "importedBy": [
359
399
  {
360
- "uid": "5e18-136"
400
+ "uid": "3364-152"
361
401
  },
362
402
  {
363
- "uid": "5e18-128"
403
+ "uid": "3364-142"
364
404
  }
365
405
  ]
366
406
  },
367
- "5e18-78": {
407
+ "3364-86": {
368
408
  "id": "/node_modules/.pnpm/tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
369
409
  "moduleParts": {
370
- "index.production.js": "5e18-79"
410
+ "index.production.js": "3364-87"
371
411
  },
372
412
  "imported": [],
373
413
  "importedBy": [
374
414
  {
375
- "uid": "5e18-136"
415
+ "uid": "3364-152"
376
416
  },
377
417
  {
378
- "uid": "5e18-98"
418
+ "uid": "3364-116"
379
419
  },
380
420
  {
381
- "uid": "5e18-112"
421
+ "uid": "3364-124"
382
422
  },
383
423
  {
384
- "uid": "5e18-128"
424
+ "uid": "3364-142"
385
425
  }
386
426
  ]
387
427
  },
388
- "5e18-80": {
428
+ "3364-88": {
389
429
  "id": "/node_modules/.pnpm/tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
390
430
  "moduleParts": {
391
- "index.production.js": "5e18-81"
431
+ "index.production.js": "3364-89"
392
432
  },
393
433
  "imported": [],
394
434
  "importedBy": [
395
435
  {
396
- "uid": "5e18-136"
436
+ "uid": "3364-152"
397
437
  },
398
438
  {
399
- "uid": "5e18-98"
439
+ "uid": "3364-116"
400
440
  },
401
441
  {
402
- "uid": "5e18-100"
442
+ "uid": "3364-92"
403
443
  }
404
444
  ]
405
445
  },
406
- "5e18-82": {
407
- "id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/shim/with-selector.js?commonjs-module",
446
+ "3364-90": {
447
+ "id": "/packages/react-router/src/routerContext.tsx",
408
448
  "moduleParts": {
409
- "index.production.js": "5e18-83"
449
+ "index.production.js": "3364-91"
410
450
  },
411
- "imported": [],
412
- "importedBy": [
451
+ "imported": [
413
452
  {
414
- "uid": "5e18-88"
453
+ "uid": "3364-157"
415
454
  }
416
- ]
417
- },
418
- "5e18-84": {
419
- "id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js?commonjs-exports",
420
- "moduleParts": {
421
- "index.production.js": "5e18-85"
422
- },
423
- "imported": [],
455
+ ],
424
456
  "importedBy": [
425
457
  {
426
- "uid": "5e18-86"
458
+ "uid": "3364-152"
459
+ },
460
+ {
461
+ "uid": "3364-140"
462
+ },
463
+ {
464
+ "uid": "3364-92"
427
465
  }
428
466
  ]
429
467
  },
430
- "5e18-86": {
431
- "id": "/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js",
468
+ "3364-92": {
469
+ "id": "/packages/react-router/src/useRouter.tsx",
432
470
  "moduleParts": {
433
- "index.production.js": "5e18-87"
471
+ "index.production.js": "3364-93"
434
472
  },
435
473
  "imported": [
436
474
  {
437
- "uid": "5e18-142"
475
+ "uid": "3364-157"
438
476
  },
439
477
  {
440
- "uid": "5e18-84"
478
+ "uid": "3364-88"
441
479
  },
442
480
  {
443
- "uid": "5e18-145"
444
- },
445
- {
446
- "uid": "5e18-146"
481
+ "uid": "3364-90"
447
482
  }
448
483
  ],
449
484
  "importedBy": [
450
485
  {
451
- "uid": "5e18-88"
452
- }
453
- ]
454
- },
455
- "5e18-88": {
456
- "id": "/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/shim/with-selector.js",
457
- "moduleParts": {
458
- "index.production.js": "5e18-89"
459
- },
460
- "imported": [
486
+ "uid": "3364-152"
487
+ },
461
488
  {
462
- "uid": "5e18-142"
489
+ "uid": "3364-96"
463
490
  },
464
491
  {
465
- "uid": "5e18-82"
492
+ "uid": "3364-132"
466
493
  },
467
494
  {
468
- "uid": "5e18-143"
495
+ "uid": "3364-116"
469
496
  },
470
497
  {
471
- "uid": "5e18-86"
472
- }
473
- ],
474
- "importedBy": [
498
+ "uid": "3364-140"
499
+ },
500
+ {
501
+ "uid": "3364-144"
502
+ },
475
503
  {
476
- "uid": "5e18-92"
504
+ "uid": "3364-146"
505
+ },
506
+ {
507
+ "uid": "3364-148"
508
+ },
509
+ {
510
+ "uid": "3364-112"
477
511
  }
478
512
  ]
479
513
  },
480
- "5e18-90": {
481
- "id": "/node_modules/.pnpm/@tanstack+store@0.1.3/node_modules/@tanstack/store/build/modern/index.js",
514
+ "3364-94": {
515
+ "id": "/packages/react-router/src/defer.ts",
482
516
  "moduleParts": {
483
- "index.production.js": "5e18-91"
517
+ "index.production.js": "3364-95"
484
518
  },
485
519
  "imported": [],
486
520
  "importedBy": [
487
521
  {
488
- "uid": "5e18-128"
522
+ "uid": "3364-152"
489
523
  },
490
524
  {
491
- "uid": "5e18-92"
525
+ "uid": "3364-96"
492
526
  }
493
527
  ]
494
528
  },
495
- "5e18-92": {
496
- "id": "/node_modules/.pnpm/@tanstack+react-store@0.2.1_react-dom@18.2.0_react@18.2.0/node_modules/@tanstack/react-store/build/modern/index.js",
529
+ "3364-96": {
530
+ "id": "/packages/react-router/src/awaited.tsx",
497
531
  "moduleParts": {
498
- "index.production.js": "5e18-93"
532
+ "index.production.js": "3364-97"
499
533
  },
500
534
  "imported": [
501
535
  {
502
- "uid": "5e18-88"
536
+ "uid": "3364-92"
503
537
  },
504
538
  {
505
- "uid": "5e18-90"
539
+ "uid": "3364-94"
506
540
  }
507
541
  ],
508
542
  "importedBy": [
509
543
  {
510
- "uid": "5e18-100"
544
+ "uid": "3364-152"
511
545
  }
512
546
  ]
513
547
  },
514
- "5e18-94": {
548
+ "3364-98": {
515
549
  "id": "/packages/react-router/src/CatchBoundary.tsx",
516
550
  "moduleParts": {
517
- "index.production.js": "5e18-95"
551
+ "index.production.js": "3364-99"
518
552
  },
519
553
  "imported": [
520
554
  {
521
- "uid": "5e18-141"
555
+ "uid": "3364-157"
522
556
  }
523
557
  ],
524
558
  "importedBy": [
525
559
  {
526
- "uid": "5e18-136"
560
+ "uid": "3364-152"
527
561
  },
528
562
  {
529
- "uid": "5e18-98"
563
+ "uid": "3364-116"
530
564
  }
531
565
  ]
532
566
  },
533
- "5e18-96": {
534
- "id": "/packages/react-router/src/utils.ts",
567
+ "3364-100": {
568
+ "id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/shim/with-selector.js?commonjs-module",
569
+ "moduleParts": {
570
+ "index.production.js": "3364-101"
571
+ },
572
+ "imported": [],
573
+ "importedBy": [
574
+ {
575
+ "uid": "3364-106"
576
+ }
577
+ ]
578
+ },
579
+ "3364-102": {
580
+ "id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js?commonjs-exports",
581
+ "moduleParts": {
582
+ "index.production.js": "3364-103"
583
+ },
584
+ "imported": [],
585
+ "importedBy": [
586
+ {
587
+ "uid": "3364-104"
588
+ }
589
+ ]
590
+ },
591
+ "3364-104": {
592
+ "id": "/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js",
535
593
  "moduleParts": {
536
- "index.production.js": "5e18-97"
594
+ "index.production.js": "3364-105"
537
595
  },
538
596
  "imported": [
539
597
  {
540
- "uid": "5e18-141"
598
+ "uid": "3364-158"
599
+ },
600
+ {
601
+ "uid": "3364-102"
541
602
  },
542
603
  {
543
- "uid": "5e18-98"
604
+ "uid": "3364-161"
605
+ },
606
+ {
607
+ "uid": "3364-162"
544
608
  }
545
609
  ],
546
610
  "importedBy": [
547
611
  {
548
- "uid": "5e18-136"
549
- },
612
+ "uid": "3364-106"
613
+ }
614
+ ]
615
+ },
616
+ "3364-106": {
617
+ "id": "/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/shim/with-selector.js",
618
+ "moduleParts": {
619
+ "index.production.js": "3364-107"
620
+ },
621
+ "imported": [
550
622
  {
551
- "uid": "5e18-120"
623
+ "uid": "3364-158"
552
624
  },
553
625
  {
554
- "uid": "5e18-98"
626
+ "uid": "3364-100"
555
627
  },
556
628
  {
557
- "uid": "5e18-106"
629
+ "uid": "3364-159"
558
630
  },
559
631
  {
560
- "uid": "5e18-128"
561
- },
632
+ "uid": "3364-104"
633
+ }
634
+ ],
635
+ "importedBy": [
636
+ {
637
+ "uid": "3364-110"
638
+ }
639
+ ]
640
+ },
641
+ "3364-108": {
642
+ "id": "/node_modules/.pnpm/@tanstack+store@0.1.3/node_modules/@tanstack/store/build/modern/index.js",
643
+ "moduleParts": {
644
+ "index.production.js": "3364-109"
645
+ },
646
+ "imported": [],
647
+ "importedBy": [
562
648
  {
563
- "uid": "5e18-100"
649
+ "uid": "3364-142"
564
650
  },
565
651
  {
566
- "uid": "5e18-130"
652
+ "uid": "3364-110"
653
+ }
654
+ ]
655
+ },
656
+ "3364-110": {
657
+ "id": "/node_modules/.pnpm/@tanstack+react-store@0.2.1_react-dom@18.2.0_react@18.2.0/node_modules/@tanstack/react-store/build/modern/index.js",
658
+ "moduleParts": {
659
+ "index.production.js": "3364-111"
660
+ },
661
+ "imported": [
662
+ {
663
+ "uid": "3364-106"
567
664
  },
568
665
  {
569
- "uid": "5e18-108"
666
+ "uid": "3364-108"
667
+ }
668
+ ],
669
+ "importedBy": [
670
+ {
671
+ "uid": "3364-112"
570
672
  }
571
673
  ]
572
674
  },
573
- "5e18-98": {
574
- "id": "/packages/react-router/src/Matches.tsx",
675
+ "3364-112": {
676
+ "id": "/packages/react-router/src/useRouterState.tsx",
575
677
  "moduleParts": {
576
- "index.production.js": "5e18-99"
678
+ "index.production.js": "3364-113"
577
679
  },
578
680
  "imported": [
579
681
  {
580
- "uid": "5e18-141"
682
+ "uid": "3364-110"
581
683
  },
582
684
  {
583
- "uid": "5e18-78"
685
+ "uid": "3364-92"
686
+ }
687
+ ],
688
+ "importedBy": [
689
+ {
690
+ "uid": "3364-152"
584
691
  },
585
692
  {
586
- "uid": "5e18-80"
693
+ "uid": "3364-132"
587
694
  },
588
695
  {
589
- "uid": "5e18-94"
696
+ "uid": "3364-116"
590
697
  },
591
698
  {
592
- "uid": "5e18-100"
699
+ "uid": "3364-140"
593
700
  },
594
701
  {
595
- "uid": "5e18-96"
702
+ "uid": "3364-120"
703
+ }
704
+ ]
705
+ },
706
+ "3364-114": {
707
+ "id": "/packages/react-router/src/utils.ts",
708
+ "moduleParts": {
709
+ "index.production.js": "3364-115"
710
+ },
711
+ "imported": [
712
+ {
713
+ "uid": "3364-157"
596
714
  }
597
715
  ],
598
716
  "importedBy": [
599
717
  {
600
- "uid": "5e18-136"
718
+ "uid": "3364-152"
601
719
  },
602
720
  {
603
- "uid": "5e18-120"
721
+ "uid": "3364-132"
604
722
  },
605
723
  {
606
- "uid": "5e18-112"
724
+ "uid": "3364-116"
607
725
  },
608
726
  {
609
- "uid": "5e18-100"
727
+ "uid": "3364-118"
610
728
  },
611
729
  {
612
- "uid": "5e18-134"
730
+ "uid": "3364-142"
613
731
  },
614
732
  {
615
- "uid": "5e18-108"
733
+ "uid": "3364-140"
616
734
  },
617
735
  {
618
- "uid": "5e18-110"
736
+ "uid": "3364-144"
619
737
  },
620
738
  {
621
- "uid": "5e18-96"
739
+ "uid": "3364-120"
622
740
  }
623
741
  ]
624
742
  },
625
- "5e18-100": {
626
- "id": "/packages/react-router/src/RouterProvider.tsx",
743
+ "3364-116": {
744
+ "id": "/packages/react-router/src/Matches.tsx",
627
745
  "moduleParts": {
628
- "index.production.js": "5e18-101"
746
+ "index.production.js": "3364-117"
629
747
  },
630
748
  "imported": [
631
749
  {
632
- "uid": "5e18-141"
750
+ "uid": "3364-157"
633
751
  },
634
752
  {
635
- "uid": "5e18-80"
753
+ "uid": "3364-86"
636
754
  },
637
755
  {
638
- "uid": "5e18-92"
756
+ "uid": "3364-88"
639
757
  },
640
758
  {
641
- "uid": "5e18-98"
759
+ "uid": "3364-98"
642
760
  },
643
761
  {
644
- "uid": "5e18-96"
645
- }
646
- ],
647
- "importedBy": [
648
- {
649
- "uid": "5e18-136"
762
+ "uid": "3364-112"
650
763
  },
651
764
  {
652
- "uid": "5e18-104"
765
+ "uid": "3364-92"
653
766
  },
654
767
  {
655
- "uid": "5e18-120"
656
- },
768
+ "uid": "3364-114"
769
+ }
770
+ ],
771
+ "importedBy": [
657
772
  {
658
- "uid": "5e18-98"
773
+ "uid": "3364-152"
659
774
  },
660
775
  {
661
- "uid": "5e18-128"
776
+ "uid": "3364-132"
662
777
  },
663
778
  {
664
- "uid": "5e18-130"
779
+ "uid": "3364-124"
665
780
  },
666
781
  {
667
- "uid": "5e18-132"
782
+ "uid": "3364-140"
668
783
  },
669
784
  {
670
- "uid": "5e18-134"
785
+ "uid": "3364-148"
671
786
  },
672
787
  {
673
- "uid": "5e18-108"
674
- }
675
- ]
676
- },
677
- "5e18-102": {
678
- "id": "/packages/react-router/src/defer.ts",
679
- "moduleParts": {
680
- "index.production.js": "5e18-103"
681
- },
682
- "imported": [],
683
- "importedBy": [
684
- {
685
- "uid": "5e18-136"
788
+ "uid": "3364-120"
686
789
  },
687
790
  {
688
- "uid": "5e18-104"
689
- }
690
- ]
691
- },
692
- "5e18-104": {
693
- "id": "/packages/react-router/src/awaited.tsx",
694
- "moduleParts": {
695
- "index.production.js": "5e18-105"
696
- },
697
- "imported": [
698
- {
699
- "uid": "5e18-100"
791
+ "uid": "3364-122"
700
792
  },
701
793
  {
702
- "uid": "5e18-102"
703
- }
704
- ],
705
- "importedBy": [
706
- {
707
- "uid": "5e18-136"
794
+ "uid": "3364-150"
708
795
  }
709
796
  ]
710
797
  },
711
- "5e18-106": {
798
+ "3364-118": {
712
799
  "id": "/packages/react-router/src/path.ts",
713
800
  "moduleParts": {
714
- "index.production.js": "5e18-107"
801
+ "index.production.js": "3364-119"
715
802
  },
716
803
  "imported": [
717
804
  {
718
- "uid": "5e18-96"
805
+ "uid": "3364-114"
719
806
  }
720
807
  ],
721
808
  "importedBy": [
722
809
  {
723
- "uid": "5e18-136"
810
+ "uid": "3364-152"
724
811
  },
725
812
  {
726
- "uid": "5e18-112"
813
+ "uid": "3364-124"
727
814
  },
728
815
  {
729
- "uid": "5e18-128"
816
+ "uid": "3364-142"
730
817
  }
731
818
  ]
732
819
  },
733
- "5e18-108": {
820
+ "3364-120": {
734
821
  "id": "/packages/react-router/src/useParams.tsx",
735
822
  "moduleParts": {
736
- "index.production.js": "5e18-109"
823
+ "index.production.js": "3364-121"
737
824
  },
738
825
  "imported": [
739
826
  {
740
- "uid": "5e18-96"
827
+ "uid": "3364-114"
741
828
  },
742
829
  {
743
- "uid": "5e18-100"
830
+ "uid": "3364-112"
744
831
  },
745
832
  {
746
- "uid": "5e18-98"
833
+ "uid": "3364-116"
747
834
  }
748
835
  ],
749
836
  "importedBy": [
750
837
  {
751
- "uid": "5e18-136"
838
+ "uid": "3364-152"
752
839
  },
753
840
  {
754
- "uid": "5e18-112"
841
+ "uid": "3364-124"
755
842
  }
756
843
  ]
757
844
  },
758
- "5e18-110": {
845
+ "3364-122": {
759
846
  "id": "/packages/react-router/src/useSearch.tsx",
760
847
  "moduleParts": {
761
- "index.production.js": "5e18-111"
848
+ "index.production.js": "3364-123"
762
849
  },
763
850
  "imported": [
764
851
  {
765
- "uid": "5e18-98"
852
+ "uid": "3364-116"
766
853
  }
767
854
  ],
768
855
  "importedBy": [
769
856
  {
770
- "uid": "5e18-136"
857
+ "uid": "3364-152"
771
858
  },
772
859
  {
773
- "uid": "5e18-112"
860
+ "uid": "3364-124"
774
861
  }
775
862
  ]
776
863
  },
777
- "5e18-112": {
864
+ "3364-124": {
778
865
  "id": "/packages/react-router/src/route.ts",
779
866
  "moduleParts": {
780
- "index.production.js": "5e18-113"
867
+ "index.production.js": "3364-125"
781
868
  },
782
869
  "imported": [
783
870
  {
784
- "uid": "5e18-78"
871
+ "uid": "3364-86"
785
872
  },
786
873
  {
787
- "uid": "5e18-98"
874
+ "uid": "3364-116"
788
875
  },
789
876
  {
790
- "uid": "5e18-106"
877
+ "uid": "3364-118"
791
878
  },
792
879
  {
793
- "uid": "5e18-108"
880
+ "uid": "3364-120"
794
881
  },
795
882
  {
796
- "uid": "5e18-110"
883
+ "uid": "3364-122"
797
884
  }
798
885
  ],
799
886
  "importedBy": [
800
887
  {
801
- "uid": "5e18-136"
888
+ "uid": "3364-152"
802
889
  },
803
890
  {
804
- "uid": "5e18-114"
891
+ "uid": "3364-126"
805
892
  }
806
893
  ]
807
894
  },
808
- "5e18-114": {
895
+ "3364-126": {
809
896
  "id": "/packages/react-router/src/fileRoute.ts",
810
897
  "moduleParts": {
811
- "index.production.js": "5e18-115"
898
+ "index.production.js": "3364-127"
812
899
  },
813
900
  "imported": [
814
901
  {
815
- "uid": "5e18-112"
902
+ "uid": "3364-124"
816
903
  }
817
904
  ],
818
905
  "importedBy": [
819
906
  {
820
- "uid": "5e18-136"
907
+ "uid": "3364-152"
821
908
  }
822
909
  ]
823
910
  },
824
- "5e18-116": {
911
+ "3364-128": {
825
912
  "id": "/packages/react-router/src/lazyRouteComponent.tsx",
826
913
  "moduleParts": {
827
- "index.production.js": "5e18-117"
914
+ "index.production.js": "3364-129"
828
915
  },
829
916
  "imported": [
830
917
  {
831
- "uid": "5e18-141"
918
+ "uid": "3364-157"
832
919
  }
833
920
  ],
834
921
  "importedBy": [
835
922
  {
836
- "uid": "5e18-136"
923
+ "uid": "3364-152"
837
924
  }
838
925
  ]
839
926
  },
840
- "5e18-118": {
927
+ "3364-130": {
841
928
  "id": "\u0000rollupPluginBabelHelpers.js",
842
929
  "moduleParts": {
843
- "index.production.js": "5e18-119"
930
+ "index.production.js": "3364-131"
844
931
  },
845
932
  "imported": [],
846
933
  "importedBy": [
847
934
  {
848
- "uid": "5e18-120"
935
+ "uid": "3364-132"
849
936
  }
850
937
  ]
851
938
  },
852
- "5e18-120": {
939
+ "3364-132": {
853
940
  "id": "/packages/react-router/src/link.tsx",
854
941
  "moduleParts": {
855
- "index.production.js": "5e18-121"
942
+ "index.production.js": "3364-133"
856
943
  },
857
944
  "imported": [
858
945
  {
859
- "uid": "5e18-118"
946
+ "uid": "3364-130"
860
947
  },
861
948
  {
862
- "uid": "5e18-141"
949
+ "uid": "3364-157"
863
950
  },
864
951
  {
865
- "uid": "5e18-98"
952
+ "uid": "3364-116"
866
953
  },
867
954
  {
868
- "uid": "5e18-100"
955
+ "uid": "3364-112"
869
956
  },
870
957
  {
871
- "uid": "5e18-96"
958
+ "uid": "3364-92"
959
+ },
960
+ {
961
+ "uid": "3364-114"
872
962
  }
873
963
  ],
874
964
  "importedBy": [
875
965
  {
876
- "uid": "5e18-136"
966
+ "uid": "3364-152"
877
967
  }
878
968
  ]
879
969
  },
880
- "5e18-122": {
970
+ "3364-134": {
881
971
  "id": "/packages/react-router/src/qss.ts",
882
972
  "moduleParts": {
883
- "index.production.js": "5e18-123"
973
+ "index.production.js": "3364-135"
884
974
  },
885
975
  "imported": [],
886
976
  "importedBy": [
887
977
  {
888
- "uid": "5e18-136"
978
+ "uid": "3364-152"
889
979
  },
890
980
  {
891
- "uid": "5e18-126"
981
+ "uid": "3364-138"
892
982
  }
893
983
  ]
894
984
  },
895
- "5e18-124": {
985
+ "3364-136": {
896
986
  "id": "/packages/react-router/src/redirects.ts",
897
987
  "moduleParts": {
898
- "index.production.js": "5e18-125"
988
+ "index.production.js": "3364-137"
899
989
  },
900
990
  "imported": [],
901
991
  "importedBy": [
902
992
  {
903
- "uid": "5e18-136"
993
+ "uid": "3364-152"
904
994
  },
905
995
  {
906
- "uid": "5e18-128"
996
+ "uid": "3364-142"
907
997
  }
908
998
  ]
909
999
  },
910
- "5e18-126": {
1000
+ "3364-138": {
911
1001
  "id": "/packages/react-router/src/searchParams.ts",
912
1002
  "moduleParts": {
913
- "index.production.js": "5e18-127"
1003
+ "index.production.js": "3364-139"
1004
+ },
1005
+ "imported": [
1006
+ {
1007
+ "uid": "3364-134"
1008
+ }
1009
+ ],
1010
+ "importedBy": [
1011
+ {
1012
+ "uid": "3364-152"
1013
+ },
1014
+ {
1015
+ "uid": "3364-142"
1016
+ }
1017
+ ]
1018
+ },
1019
+ "3364-140": {
1020
+ "id": "/packages/react-router/src/RouterProvider.tsx",
1021
+ "moduleParts": {
1022
+ "index.production.js": "3364-141"
914
1023
  },
915
1024
  "imported": [
916
1025
  {
917
- "uid": "5e18-122"
1026
+ "uid": "3364-157"
1027
+ },
1028
+ {
1029
+ "uid": "3364-116"
1030
+ },
1031
+ {
1032
+ "uid": "3364-114"
1033
+ },
1034
+ {
1035
+ "uid": "3364-92"
1036
+ },
1037
+ {
1038
+ "uid": "3364-112"
1039
+ },
1040
+ {
1041
+ "uid": "3364-90"
918
1042
  }
919
1043
  ],
920
1044
  "importedBy": [
921
1045
  {
922
- "uid": "5e18-136"
1046
+ "uid": "3364-152"
923
1047
  },
924
1048
  {
925
- "uid": "5e18-128"
1049
+ "uid": "3364-142"
926
1050
  }
927
1051
  ]
928
1052
  },
929
- "5e18-128": {
1053
+ "3364-142": {
930
1054
  "id": "/packages/react-router/src/router.ts",
931
1055
  "moduleParts": {
932
- "index.production.js": "5e18-129"
1056
+ "index.production.js": "3364-143"
933
1057
  },
934
1058
  "imported": [
935
1059
  {
936
- "uid": "5e18-76"
1060
+ "uid": "3364-84"
937
1061
  },
938
1062
  {
939
- "uid": "5e18-90"
1063
+ "uid": "3364-108"
940
1064
  },
941
1065
  {
942
- "uid": "5e18-126"
1066
+ "uid": "3364-138"
943
1067
  },
944
1068
  {
945
- "uid": "5e18-96"
1069
+ "uid": "3364-114"
946
1070
  },
947
1071
  {
948
- "uid": "5e18-100"
1072
+ "uid": "3364-140"
949
1073
  },
950
1074
  {
951
- "uid": "5e18-106"
1075
+ "uid": "3364-118"
952
1076
  },
953
1077
  {
954
- "uid": "5e18-78"
1078
+ "uid": "3364-86"
955
1079
  },
956
1080
  {
957
- "uid": "5e18-124"
1081
+ "uid": "3364-136"
958
1082
  }
959
1083
  ],
960
1084
  "importedBy": [
961
1085
  {
962
- "uid": "5e18-136"
1086
+ "uid": "3364-152"
963
1087
  }
964
1088
  ]
965
1089
  },
966
- "5e18-130": {
1090
+ "3364-144": {
967
1091
  "id": "/packages/react-router/src/scroll-restoration.tsx",
968
1092
  "moduleParts": {
969
- "index.production.js": "5e18-131"
1093
+ "index.production.js": "3364-145"
970
1094
  },
971
1095
  "imported": [
972
1096
  {
973
- "uid": "5e18-141"
1097
+ "uid": "3364-157"
974
1098
  },
975
1099
  {
976
- "uid": "5e18-100"
1100
+ "uid": "3364-92"
977
1101
  },
978
1102
  {
979
- "uid": "5e18-96"
1103
+ "uid": "3364-114"
980
1104
  }
981
1105
  ],
982
1106
  "importedBy": [
983
1107
  {
984
- "uid": "5e18-136"
1108
+ "uid": "3364-152"
985
1109
  }
986
1110
  ]
987
1111
  },
988
- "5e18-132": {
1112
+ "3364-146": {
989
1113
  "id": "/packages/react-router/src/useBlocker.tsx",
990
1114
  "moduleParts": {
991
- "index.production.js": "5e18-133"
1115
+ "index.production.js": "3364-147"
992
1116
  },
993
1117
  "imported": [
994
1118
  {
995
- "uid": "5e18-141"
1119
+ "uid": "3364-157"
996
1120
  },
997
1121
  {
998
- "uid": "5e18-100"
1122
+ "uid": "3364-92"
999
1123
  }
1000
1124
  ],
1001
1125
  "importedBy": [
1002
1126
  {
1003
- "uid": "5e18-136"
1127
+ "uid": "3364-152"
1004
1128
  }
1005
1129
  ]
1006
1130
  },
1007
- "5e18-134": {
1131
+ "3364-148": {
1008
1132
  "id": "/packages/react-router/src/useNavigate.tsx",
1009
1133
  "moduleParts": {
1010
- "index.production.js": "5e18-135"
1134
+ "index.production.js": "3364-149"
1011
1135
  },
1012
1136
  "imported": [
1013
1137
  {
1014
- "uid": "5e18-141"
1138
+ "uid": "3364-157"
1015
1139
  },
1016
1140
  {
1017
- "uid": "5e18-98"
1141
+ "uid": "3364-116"
1018
1142
  },
1019
1143
  {
1020
- "uid": "5e18-100"
1144
+ "uid": "3364-92"
1145
+ }
1146
+ ],
1147
+ "importedBy": [
1148
+ {
1149
+ "uid": "3364-152"
1150
+ }
1151
+ ]
1152
+ },
1153
+ "3364-150": {
1154
+ "id": "/packages/react-router/src/useRouteContext.ts",
1155
+ "moduleParts": {
1156
+ "index.production.js": "3364-151"
1157
+ },
1158
+ "imported": [
1159
+ {
1160
+ "uid": "3364-116"
1021
1161
  }
1022
1162
  ],
1023
1163
  "importedBy": [
1024
1164
  {
1025
- "uid": "5e18-136"
1165
+ "uid": "3364-152"
1026
1166
  }
1027
1167
  ]
1028
1168
  },
1029
- "5e18-136": {
1169
+ "3364-152": {
1030
1170
  "id": "/packages/react-router/src/index.tsx",
1031
1171
  "moduleParts": {
1032
- "index.production.js": "5e18-137"
1172
+ "index.production.js": "3364-153"
1033
1173
  },
1034
1174
  "imported": [
1035
1175
  {
1036
- "uid": "5e18-76"
1176
+ "uid": "3364-84"
1037
1177
  },
1038
1178
  {
1039
- "uid": "5e18-78"
1179
+ "uid": "3364-86"
1040
1180
  },
1041
1181
  {
1042
- "uid": "5e18-80"
1182
+ "uid": "3364-88"
1043
1183
  },
1044
1184
  {
1045
- "uid": "5e18-104"
1185
+ "uid": "3364-96"
1046
1186
  },
1047
1187
  {
1048
- "uid": "5e18-102"
1188
+ "uid": "3364-94"
1049
1189
  },
1050
1190
  {
1051
- "uid": "5e18-94"
1191
+ "uid": "3364-98"
1052
1192
  },
1053
1193
  {
1054
- "uid": "5e18-114"
1194
+ "uid": "3364-126"
1055
1195
  },
1056
1196
  {
1057
- "uid": "5e18-138"
1197
+ "uid": "3364-154"
1058
1198
  },
1059
1199
  {
1060
- "uid": "5e18-136"
1200
+ "uid": "3364-128"
1061
1201
  },
1062
1202
  {
1063
- "uid": "5e18-116"
1203
+ "uid": "3364-132"
1064
1204
  },
1065
1205
  {
1066
- "uid": "5e18-120"
1206
+ "uid": "3364-155"
1067
1207
  },
1068
1208
  {
1069
- "uid": "5e18-139"
1209
+ "uid": "3364-116"
1070
1210
  },
1071
1211
  {
1072
- "uid": "5e18-98"
1212
+ "uid": "3364-118"
1073
1213
  },
1074
1214
  {
1075
- "uid": "5e18-106"
1215
+ "uid": "3364-134"
1076
1216
  },
1077
1217
  {
1078
- "uid": "5e18-122"
1218
+ "uid": "3364-136"
1079
1219
  },
1080
1220
  {
1081
- "uid": "5e18-124"
1221
+ "uid": "3364-124"
1082
1222
  },
1083
1223
  {
1084
- "uid": "5e18-112"
1224
+ "uid": "3364-156"
1085
1225
  },
1086
1226
  {
1087
- "uid": "5e18-140"
1227
+ "uid": "3364-142"
1088
1228
  },
1089
1229
  {
1090
- "uid": "5e18-128"
1230
+ "uid": "3364-140"
1091
1231
  },
1092
1232
  {
1093
- "uid": "5e18-100"
1233
+ "uid": "3364-144"
1094
1234
  },
1095
1235
  {
1096
- "uid": "5e18-130"
1236
+ "uid": "3364-138"
1097
1237
  },
1098
1238
  {
1099
- "uid": "5e18-126"
1239
+ "uid": "3364-146"
1100
1240
  },
1101
1241
  {
1102
- "uid": "5e18-132"
1242
+ "uid": "3364-148"
1103
1243
  },
1104
1244
  {
1105
- "uid": "5e18-134"
1245
+ "uid": "3364-120"
1106
1246
  },
1107
1247
  {
1108
- "uid": "5e18-108"
1248
+ "uid": "3364-122"
1109
1249
  },
1110
1250
  {
1111
- "uid": "5e18-110"
1251
+ "uid": "3364-90"
1112
1252
  },
1113
1253
  {
1114
- "uid": "5e18-96"
1115
- }
1116
- ],
1117
- "importedBy": [
1254
+ "uid": "3364-150"
1255
+ },
1118
1256
  {
1119
- "uid": "5e18-136"
1257
+ "uid": "3364-92"
1258
+ },
1259
+ {
1260
+ "uid": "3364-112"
1261
+ },
1262
+ {
1263
+ "uid": "3364-114"
1120
1264
  }
1121
1265
  ],
1266
+ "importedBy": [],
1122
1267
  "isEntry": true
1123
1268
  },
1124
- "5e18-138": {
1269
+ "3364-154": {
1125
1270
  "id": "/packages/react-router/src/history.ts",
1126
1271
  "moduleParts": {},
1127
1272
  "imported": [],
1128
1273
  "importedBy": [
1129
1274
  {
1130
- "uid": "5e18-136"
1275
+ "uid": "3364-152"
1131
1276
  }
1132
1277
  ]
1133
1278
  },
1134
- "5e18-139": {
1279
+ "3364-155": {
1135
1280
  "id": "/packages/react-router/src/location.ts",
1136
1281
  "moduleParts": {},
1137
1282
  "imported": [],
1138
1283
  "importedBy": [
1139
1284
  {
1140
- "uid": "5e18-136"
1285
+ "uid": "3364-152"
1141
1286
  }
1142
1287
  ]
1143
1288
  },
1144
- "5e18-140": {
1289
+ "3364-156": {
1145
1290
  "id": "/packages/react-router/src/routeInfo.ts",
1146
1291
  "moduleParts": {},
1147
1292
  "imported": [],
1148
1293
  "importedBy": [
1149
1294
  {
1150
- "uid": "5e18-136"
1295
+ "uid": "3364-152"
1151
1296
  }
1152
1297
  ]
1153
1298
  },
1154
- "5e18-141": {
1299
+ "3364-157": {
1155
1300
  "id": "react",
1156
1301
  "moduleParts": {},
1157
1302
  "imported": [],
1158
1303
  "importedBy": [
1159
1304
  {
1160
- "uid": "5e18-94"
1305
+ "uid": "3364-98"
1306
+ },
1307
+ {
1308
+ "uid": "3364-128"
1309
+ },
1310
+ {
1311
+ "uid": "3364-132"
1161
1312
  },
1162
1313
  {
1163
- "uid": "5e18-116"
1314
+ "uid": "3364-116"
1164
1315
  },
1165
1316
  {
1166
- "uid": "5e18-120"
1317
+ "uid": "3364-140"
1167
1318
  },
1168
1319
  {
1169
- "uid": "5e18-98"
1320
+ "uid": "3364-144"
1170
1321
  },
1171
1322
  {
1172
- "uid": "5e18-100"
1323
+ "uid": "3364-146"
1173
1324
  },
1174
1325
  {
1175
- "uid": "5e18-130"
1326
+ "uid": "3364-148"
1176
1327
  },
1177
1328
  {
1178
- "uid": "5e18-132"
1329
+ "uid": "3364-90"
1179
1330
  },
1180
1331
  {
1181
- "uid": "5e18-134"
1332
+ "uid": "3364-92"
1182
1333
  },
1183
1334
  {
1184
- "uid": "5e18-96"
1335
+ "uid": "3364-114"
1185
1336
  },
1186
1337
  {
1187
- "uid": "5e18-145"
1338
+ "uid": "3364-161"
1188
1339
  }
1189
1340
  ],
1190
1341
  "isExternal": true
1191
1342
  },
1192
- "5e18-142": {
1343
+ "3364-158": {
1193
1344
  "id": "\u0000commonjsHelpers.js",
1194
1345
  "moduleParts": {},
1195
1346
  "imported": [],
1196
1347
  "importedBy": [
1197
1348
  {
1198
- "uid": "5e18-88"
1349
+ "uid": "3364-106"
1199
1350
  },
1200
1351
  {
1201
- "uid": "5e18-143"
1352
+ "uid": "3364-159"
1202
1353
  },
1203
1354
  {
1204
- "uid": "5e18-86"
1355
+ "uid": "3364-104"
1205
1356
  }
1206
1357
  ]
1207
1358
  },
1208
- "5e18-143": {
1359
+ "3364-159": {
1209
1360
  "id": "/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js",
1210
1361
  "moduleParts": {},
1211
1362
  "imported": [
1212
1363
  {
1213
- "uid": "5e18-142"
1364
+ "uid": "3364-158"
1214
1365
  },
1215
1366
  {
1216
- "uid": "5e18-144"
1367
+ "uid": "3364-160"
1217
1368
  },
1218
1369
  {
1219
- "uid": "5e18-145"
1370
+ "uid": "3364-161"
1220
1371
  },
1221
1372
  {
1222
- "uid": "5e18-146"
1373
+ "uid": "3364-162"
1223
1374
  }
1224
1375
  ],
1225
1376
  "importedBy": [
1226
1377
  {
1227
- "uid": "5e18-88"
1378
+ "uid": "3364-106"
1228
1379
  }
1229
1380
  ]
1230
1381
  },
1231
- "5e18-144": {
1382
+ "3364-160": {
1232
1383
  "id": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js?commonjs-exports",
1233
1384
  "moduleParts": {},
1234
1385
  "imported": [],
1235
1386
  "importedBy": [
1236
1387
  {
1237
- "uid": "5e18-143"
1388
+ "uid": "3364-159"
1238
1389
  }
1239
1390
  ]
1240
1391
  },
1241
- "5e18-145": {
1392
+ "3364-161": {
1242
1393
  "id": "\u0000react?commonjs-external",
1243
1394
  "moduleParts": {},
1244
1395
  "imported": [
1245
1396
  {
1246
- "uid": "5e18-141"
1397
+ "uid": "3364-157"
1247
1398
  }
1248
1399
  ],
1249
1400
  "importedBy": [
1250
1401
  {
1251
- "uid": "5e18-143"
1402
+ "uid": "3364-159"
1252
1403
  },
1253
1404
  {
1254
- "uid": "5e18-86"
1405
+ "uid": "3364-104"
1255
1406
  }
1256
1407
  ]
1257
1408
  },
1258
- "5e18-146": {
1409
+ "3364-162": {
1259
1410
  "id": "\u0000use-sync-external-store/shim?commonjs-external",
1260
1411
  "moduleParts": {},
1261
1412
  "imported": [
1262
1413
  {
1263
- "uid": "5e18-147"
1414
+ "uid": "3364-163"
1264
1415
  }
1265
1416
  ],
1266
1417
  "importedBy": [
1267
1418
  {
1268
- "uid": "5e18-143"
1419
+ "uid": "3364-159"
1269
1420
  },
1270
1421
  {
1271
- "uid": "5e18-86"
1422
+ "uid": "3364-104"
1272
1423
  }
1273
1424
  ]
1274
1425
  },
1275
- "5e18-147": {
1426
+ "3364-163": {
1276
1427
  "id": "use-sync-external-store/shim",
1277
1428
  "moduleParts": {},
1278
1429
  "imported": [],
1279
1430
  "importedBy": [
1280
1431
  {
1281
- "uid": "5e18-146"
1432
+ "uid": "3364-162"
1282
1433
  }
1283
1434
  ],
1284
1435
  "isExternal": true