@tanstack/router-devtools 0.0.1-beta.99 → 1.0.0

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 (38) hide show
  1. package/LICENSE +1 -1
  2. package/build/cjs/Explorer.js +10 -8
  3. package/build/cjs/Explorer.js.map +1 -1
  4. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +2 -4
  5. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  6. package/build/cjs/devtools.js +351 -106
  7. package/build/cjs/devtools.js.map +1 -1
  8. package/build/cjs/index.js +1 -3
  9. package/build/cjs/index.js.map +1 -1
  10. package/build/cjs/styledComponents.js +1 -4
  11. package/build/cjs/styledComponents.js.map +1 -1
  12. package/build/cjs/theme.js +10 -16
  13. package/build/cjs/theme.js.map +1 -1
  14. package/build/cjs/useLocalStorage.js +5 -9
  15. package/build/cjs/useLocalStorage.js.map +1 -1
  16. package/build/cjs/useMediaQuery.js +4 -8
  17. package/build/cjs/useMediaQuery.js.map +1 -1
  18. package/build/cjs/utils.js +36 -16
  19. package/build/cjs/utils.js.map +1 -1
  20. package/build/esm/index.js +342 -65
  21. package/build/esm/index.js.map +1 -1
  22. package/build/stats-html.html +3494 -2700
  23. package/build/stats-react.json +393 -147
  24. package/build/types/Explorer.d.ts +10 -4
  25. package/build/types/devtools.d.ts +1 -1
  26. package/build/types/index.d.ts +77 -1
  27. package/build/types/styledComponents.d.ts +3 -3
  28. package/build/types/theme.d.ts +13 -13
  29. package/build/types/utils.d.ts +3 -2
  30. package/build/umd/index.development.js +662 -145
  31. package/build/umd/index.development.js.map +1 -1
  32. package/build/umd/index.production.js +4 -14
  33. package/build/umd/index.production.js.map +1 -1
  34. package/package.json +2 -3
  35. package/src/Explorer.tsx +5 -0
  36. package/src/devtools.tsx +574 -287
  37. package/src/theme.tsx +6 -6
  38. package/src/utils.ts +14 -4
@@ -7,57 +7,92 @@
7
7
  "name": "index.production.js",
8
8
  "children": [
9
9
  {
10
- "uid": "d812-187",
10
+ "uid": "c062-192",
11
11
  "name": "\u0000rollupPluginBabelHelpers.js"
12
12
  },
13
13
  {
14
- "name": "node_modules/.pnpm/tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
15
- "uid": "d812-189"
14
+ "name": "node_modules/.pnpm",
15
+ "children": [
16
+ {
17
+ "name": "tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
18
+ "uid": "c062-194"
19
+ },
20
+ {
21
+ "name": "tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
22
+ "uid": "c062-196"
23
+ },
24
+ {
25
+ "name": "use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store",
26
+ "children": [
27
+ {
28
+ "name": "cjs/use-sync-external-store-shim/with-selector.production.min.js",
29
+ "uid": "c062-202"
30
+ },
31
+ {
32
+ "name": "shim/with-selector.js",
33
+ "uid": "c062-204"
34
+ }
35
+ ]
36
+ },
37
+ {
38
+ "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",
39
+ "uid": "c062-206"
40
+ }
41
+ ]
16
42
  },
17
43
  {
18
- "name": "packages",
44
+ "name": "\u0000/node_modules/.pnpm/use-sync-external-store@1.2.0_react@18.2.0/node_modules/use-sync-external-store",
19
45
  "children": [
20
46
  {
21
- "name": "react-store/build/esm/index.js",
22
- "uid": "d812-191"
47
+ "name": "shim/with-selector.js?commonjs-module",
48
+ "uid": "c062-198"
23
49
  },
24
50
  {
25
- "name": "router/build/esm/index.js",
26
- "uid": "d812-193"
51
+ "name": "cjs/use-sync-external-store-shim/with-selector.production.min.js?commonjs-exports",
52
+ "uid": "c062-200"
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "name": "packages",
58
+ "children": [
59
+ {
60
+ "name": "react-router/build/esm/index.js",
61
+ "uid": "c062-208"
27
62
  },
28
63
  {
29
64
  "name": "router-devtools/src",
30
65
  "children": [
31
66
  {
32
- "uid": "d812-195",
67
+ "uid": "c062-210",
33
68
  "name": "useLocalStorage.ts"
34
69
  },
35
70
  {
36
- "uid": "d812-197",
71
+ "uid": "c062-212",
37
72
  "name": "theme.tsx"
38
73
  },
39
74
  {
40
- "uid": "d812-199",
75
+ "uid": "c062-214",
41
76
  "name": "useMediaQuery.ts"
42
77
  },
43
78
  {
44
- "uid": "d812-201",
79
+ "uid": "c062-216",
45
80
  "name": "utils.ts"
46
81
  },
47
82
  {
48
- "uid": "d812-203",
83
+ "uid": "c062-218",
49
84
  "name": "styledComponents.ts"
50
85
  },
51
86
  {
52
- "uid": "d812-205",
87
+ "uid": "c062-220",
53
88
  "name": "Explorer.tsx"
54
89
  },
55
90
  {
56
- "uid": "d812-207",
91
+ "uid": "c062-222",
57
92
  "name": "devtools.tsx"
58
93
  },
59
94
  {
60
- "uid": "d812-209",
95
+ "uid": "c062-224",
61
96
  "name": "index.tsx"
62
97
  }
63
98
  ]
@@ -70,387 +105,598 @@
70
105
  "isRoot": true
71
106
  },
72
107
  "nodeParts": {
73
- "d812-187": {
108
+ "c062-192": {
74
109
  "renderedLength": 429,
75
110
  "gzipLength": 238,
76
111
  "brotliLength": 0,
77
- "mainUid": "d812-186"
112
+ "metaUid": "c062-191"
113
+ },
114
+ "c062-194": {
115
+ "renderedLength": 439,
116
+ "gzipLength": 227,
117
+ "brotliLength": 0,
118
+ "metaUid": "c062-193"
119
+ },
120
+ "c062-196": {
121
+ "renderedLength": 357,
122
+ "gzipLength": 203,
123
+ "brotliLength": 0,
124
+ "metaUid": "c062-195"
125
+ },
126
+ "c062-198": {
127
+ "renderedLength": 35,
128
+ "gzipLength": 55,
129
+ "brotliLength": 0,
130
+ "metaUid": "c062-197"
131
+ },
132
+ "c062-200": {
133
+ "renderedLength": 39,
134
+ "gzipLength": 59,
135
+ "brotliLength": 0,
136
+ "metaUid": "c062-199"
137
+ },
138
+ "c062-202": {
139
+ "renderedLength": 1374,
140
+ "gzipLength": 659,
141
+ "brotliLength": 0,
142
+ "metaUid": "c062-201"
78
143
  },
79
- "d812-189": {
80
- "renderedLength": 181,
81
- "gzipLength": 129,
144
+ "c062-204": {
145
+ "renderedLength": 123,
146
+ "gzipLength": 95,
82
147
  "brotliLength": 0,
83
- "mainUid": "d812-188"
148
+ "metaUid": "c062-203"
84
149
  },
85
- "d812-191": {
86
- "renderedLength": 978,
87
- "gzipLength": 456,
150
+ "c062-206": {
151
+ "renderedLength": 817,
152
+ "gzipLength": 366,
88
153
  "brotliLength": 0,
89
- "mainUid": "d812-190"
154
+ "metaUid": "c062-205"
90
155
  },
91
- "d812-193": {
92
- "renderedLength": 352,
93
- "gzipLength": 251,
156
+ "c062-208": {
157
+ "renderedLength": 1986,
158
+ "gzipLength": 784,
94
159
  "brotliLength": 0,
95
- "mainUid": "d812-192"
160
+ "metaUid": "c062-207"
96
161
  },
97
- "d812-195": {
98
- "renderedLength": 1083,
99
- "gzipLength": 410,
162
+ "c062-210": {
163
+ "renderedLength": 1023,
164
+ "gzipLength": 398,
100
165
  "brotliLength": 0,
101
- "mainUid": "d812-194"
166
+ "metaUid": "c062-209"
102
167
  },
103
- "d812-197": {
104
- "renderedLength": 686,
105
- "gzipLength": 344,
168
+ "c062-212": {
169
+ "renderedLength": 620,
170
+ "gzipLength": 318,
106
171
  "brotliLength": 0,
107
- "mainUid": "d812-196"
172
+ "metaUid": "c062-211"
108
173
  },
109
- "d812-199": {
110
- "renderedLength": 970,
111
- "gzipLength": 386,
174
+ "c062-214": {
175
+ "renderedLength": 930,
176
+ "gzipLength": 372,
112
177
  "brotliLength": 0,
113
- "mainUid": "d812-198"
178
+ "metaUid": "c062-213"
114
179
  },
115
- "d812-201": {
116
- "renderedLength": 2694,
117
- "gzipLength": 1056,
180
+ "c062-216": {
181
+ "renderedLength": 3271,
182
+ "gzipLength": 1264,
118
183
  "brotliLength": 0,
119
- "mainUid": "d812-200"
184
+ "metaUid": "c062-215"
120
185
  },
121
- "d812-203": {
122
- "renderedLength": 1378,
123
- "gzipLength": 576,
186
+ "c062-218": {
187
+ "renderedLength": 1377,
188
+ "gzipLength": 574,
124
189
  "brotliLength": 0,
125
- "mainUid": "d812-202"
190
+ "metaUid": "c062-217"
126
191
  },
127
- "d812-205": {
128
- "renderedLength": 6098,
129
- "gzipLength": 1825,
192
+ "c062-220": {
193
+ "renderedLength": 6243,
194
+ "gzipLength": 1853,
130
195
  "brotliLength": 0,
131
- "mainUid": "d812-204"
196
+ "metaUid": "c062-219"
132
197
  },
133
- "d812-207": {
134
- "renderedLength": 20179,
135
- "gzipLength": 3773,
198
+ "c062-222": {
199
+ "renderedLength": 27458,
200
+ "gzipLength": 5379,
136
201
  "brotliLength": 0,
137
- "mainUid": "d812-206"
202
+ "metaUid": "c062-221"
138
203
  },
139
- "d812-209": {
204
+ "c062-224": {
140
205
  "renderedLength": 0,
141
206
  "gzipLength": 0,
142
207
  "brotliLength": 0,
143
- "mainUid": "d812-208"
208
+ "metaUid": "c062-223"
144
209
  }
145
210
  },
146
211
  "nodeMetas": {
147
- "d812-186": {
212
+ "c062-191": {
148
213
  "id": "\u0000rollupPluginBabelHelpers.js",
149
214
  "moduleParts": {
150
- "index.production.js": "d812-187"
215
+ "index.production.js": "c062-192"
151
216
  },
152
217
  "imported": [],
153
218
  "importedBy": [
154
219
  {
155
- "uid": "d812-206"
220
+ "uid": "c062-221"
156
221
  },
157
222
  {
158
- "uid": "d812-196"
223
+ "uid": "c062-211"
159
224
  },
160
225
  {
161
- "uid": "d812-204"
226
+ "uid": "c062-219"
162
227
  }
163
228
  ]
164
229
  },
165
- "d812-188": {
230
+ "c062-193": {
166
231
  "id": "/node_modules/.pnpm/tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
167
232
  "moduleParts": {
168
- "index.production.js": "d812-189"
233
+ "index.production.js": "c062-194"
169
234
  },
170
235
  "imported": [],
171
236
  "importedBy": [
172
237
  {
173
- "uid": "d812-192"
238
+ "uid": "c062-207"
239
+ }
240
+ ]
241
+ },
242
+ "c062-195": {
243
+ "id": "/node_modules/.pnpm/tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
244
+ "moduleParts": {
245
+ "index.production.js": "c062-196"
246
+ },
247
+ "imported": [],
248
+ "importedBy": [
249
+ {
250
+ "uid": "c062-207"
251
+ }
252
+ ]
253
+ },
254
+ "c062-197": {
255
+ "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",
256
+ "moduleParts": {
257
+ "index.production.js": "c062-198"
258
+ },
259
+ "imported": [],
260
+ "importedBy": [
261
+ {
262
+ "uid": "c062-203"
263
+ }
264
+ ]
265
+ },
266
+ "c062-199": {
267
+ "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",
268
+ "moduleParts": {
269
+ "index.production.js": "c062-200"
270
+ },
271
+ "imported": [],
272
+ "importedBy": [
273
+ {
274
+ "uid": "c062-201"
275
+ }
276
+ ]
277
+ },
278
+ "c062-201": {
279
+ "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",
280
+ "moduleParts": {
281
+ "index.production.js": "c062-202"
282
+ },
283
+ "imported": [
284
+ {
285
+ "uid": "c062-228"
286
+ },
287
+ {
288
+ "uid": "c062-199"
289
+ },
290
+ {
291
+ "uid": "c062-231"
292
+ },
293
+ {
294
+ "uid": "c062-232"
295
+ }
296
+ ],
297
+ "importedBy": [
298
+ {
299
+ "uid": "c062-203"
300
+ }
301
+ ]
302
+ },
303
+ "c062-203": {
304
+ "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",
305
+ "moduleParts": {
306
+ "index.production.js": "c062-204"
307
+ },
308
+ "imported": [
309
+ {
310
+ "uid": "c062-228"
311
+ },
312
+ {
313
+ "uid": "c062-197"
314
+ },
315
+ {
316
+ "uid": "c062-229"
317
+ },
318
+ {
319
+ "uid": "c062-201"
320
+ }
321
+ ],
322
+ "importedBy": [
323
+ {
324
+ "uid": "c062-205"
174
325
  }
175
326
  ]
176
327
  },
177
- "d812-190": {
178
- "id": "/packages/react-store/build/esm/index.js",
328
+ "c062-205": {
329
+ "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",
179
330
  "moduleParts": {
180
- "index.production.js": "d812-191"
331
+ "index.production.js": "c062-206"
181
332
  },
182
333
  "imported": [
183
334
  {
184
- "uid": "d812-212"
335
+ "uid": "c062-203"
185
336
  },
186
337
  {
187
- "uid": "d812-213"
338
+ "uid": "c062-227"
188
339
  }
189
340
  ],
190
341
  "importedBy": [
191
342
  {
192
- "uid": "d812-192"
343
+ "uid": "c062-207"
193
344
  }
194
345
  ]
195
346
  },
196
- "d812-192": {
197
- "id": "/packages/router/build/esm/index.js",
347
+ "c062-207": {
348
+ "id": "/packages/react-router/build/esm/index.js",
198
349
  "moduleParts": {
199
- "index.production.js": "d812-193"
350
+ "index.production.js": "c062-208"
200
351
  },
201
352
  "imported": [
202
353
  {
203
- "uid": "d812-188"
354
+ "uid": "c062-226"
355
+ },
356
+ {
357
+ "uid": "c062-193"
358
+ },
359
+ {
360
+ "uid": "c062-195"
204
361
  },
205
362
  {
206
- "uid": "d812-211"
363
+ "uid": "c062-225"
207
364
  },
208
365
  {
209
- "uid": "d812-210"
366
+ "uid": "c062-205"
210
367
  },
211
368
  {
212
- "uid": "d812-190"
369
+ "uid": "c062-227"
213
370
  }
214
371
  ],
215
372
  "importedBy": [
216
373
  {
217
- "uid": "d812-206"
374
+ "uid": "c062-221"
218
375
  }
219
376
  ]
220
377
  },
221
- "d812-194": {
378
+ "c062-209": {
222
379
  "id": "/packages/router-devtools/src/useLocalStorage.ts",
223
380
  "moduleParts": {
224
- "index.production.js": "d812-195"
381
+ "index.production.js": "c062-210"
225
382
  },
226
383
  "imported": [
227
384
  {
228
- "uid": "d812-210"
385
+ "uid": "c062-225"
229
386
  }
230
387
  ],
231
388
  "importedBy": [
232
389
  {
233
- "uid": "d812-206"
390
+ "uid": "c062-221"
234
391
  }
235
392
  ]
236
393
  },
237
- "d812-196": {
394
+ "c062-211": {
238
395
  "id": "/packages/router-devtools/src/theme.tsx",
239
396
  "moduleParts": {
240
- "index.production.js": "d812-197"
397
+ "index.production.js": "c062-212"
241
398
  },
242
399
  "imported": [
243
400
  {
244
- "uid": "d812-186"
401
+ "uid": "c062-191"
245
402
  },
246
403
  {
247
- "uid": "d812-210"
404
+ "uid": "c062-225"
248
405
  }
249
406
  ],
250
407
  "importedBy": [
251
408
  {
252
- "uid": "d812-206"
409
+ "uid": "c062-221"
253
410
  },
254
411
  {
255
- "uid": "d812-200"
412
+ "uid": "c062-215"
256
413
  }
257
414
  ]
258
415
  },
259
- "d812-198": {
416
+ "c062-213": {
260
417
  "id": "/packages/router-devtools/src/useMediaQuery.ts",
261
418
  "moduleParts": {
262
- "index.production.js": "d812-199"
419
+ "index.production.js": "c062-214"
263
420
  },
264
421
  "imported": [
265
422
  {
266
- "uid": "d812-210"
423
+ "uid": "c062-225"
267
424
  }
268
425
  ],
269
426
  "importedBy": [
270
427
  {
271
- "uid": "d812-200"
428
+ "uid": "c062-215"
272
429
  }
273
430
  ]
274
431
  },
275
- "d812-200": {
432
+ "c062-215": {
276
433
  "id": "/packages/router-devtools/src/utils.ts",
277
434
  "moduleParts": {
278
- "index.production.js": "d812-201"
435
+ "index.production.js": "c062-216"
279
436
  },
280
437
  "imported": [
281
438
  {
282
- "uid": "d812-210"
439
+ "uid": "c062-225"
283
440
  },
284
441
  {
285
- "uid": "d812-196"
442
+ "uid": "c062-211"
286
443
  },
287
444
  {
288
- "uid": "d812-198"
445
+ "uid": "c062-213"
289
446
  }
290
447
  ],
291
448
  "importedBy": [
292
449
  {
293
- "uid": "d812-206"
450
+ "uid": "c062-221"
294
451
  },
295
452
  {
296
- "uid": "d812-202"
453
+ "uid": "c062-217"
297
454
  },
298
455
  {
299
- "uid": "d812-204"
456
+ "uid": "c062-219"
300
457
  }
301
458
  ]
302
459
  },
303
- "d812-202": {
460
+ "c062-217": {
304
461
  "id": "/packages/router-devtools/src/styledComponents.ts",
305
462
  "moduleParts": {
306
- "index.production.js": "d812-203"
463
+ "index.production.js": "c062-218"
307
464
  },
308
465
  "imported": [
309
466
  {
310
- "uid": "d812-200"
467
+ "uid": "c062-215"
311
468
  }
312
469
  ],
313
470
  "importedBy": [
314
471
  {
315
- "uid": "d812-206"
472
+ "uid": "c062-221"
316
473
  }
317
474
  ]
318
475
  },
319
- "d812-204": {
476
+ "c062-219": {
320
477
  "id": "/packages/router-devtools/src/Explorer.tsx",
321
478
  "moduleParts": {
322
- "index.production.js": "d812-205"
479
+ "index.production.js": "c062-220"
323
480
  },
324
481
  "imported": [
325
482
  {
326
- "uid": "d812-186"
483
+ "uid": "c062-191"
327
484
  },
328
485
  {
329
- "uid": "d812-210"
486
+ "uid": "c062-225"
330
487
  },
331
488
  {
332
- "uid": "d812-200"
489
+ "uid": "c062-215"
333
490
  }
334
491
  ],
335
492
  "importedBy": [
336
493
  {
337
- "uid": "d812-206"
494
+ "uid": "c062-221"
338
495
  }
339
496
  ]
340
497
  },
341
- "d812-206": {
498
+ "c062-221": {
342
499
  "id": "/packages/router-devtools/src/devtools.tsx",
343
500
  "moduleParts": {
344
- "index.production.js": "d812-207"
501
+ "index.production.js": "c062-222"
345
502
  },
346
503
  "imported": [
347
504
  {
348
- "uid": "d812-186"
505
+ "uid": "c062-191"
349
506
  },
350
507
  {
351
- "uid": "d812-210"
508
+ "uid": "c062-225"
352
509
  },
353
510
  {
354
- "uid": "d812-192"
511
+ "uid": "c062-207"
355
512
  },
356
513
  {
357
- "uid": "d812-194"
514
+ "uid": "c062-209"
358
515
  },
359
516
  {
360
- "uid": "d812-200"
517
+ "uid": "c062-215"
361
518
  },
362
519
  {
363
- "uid": "d812-202"
520
+ "uid": "c062-217"
364
521
  },
365
522
  {
366
- "uid": "d812-196"
523
+ "uid": "c062-211"
367
524
  },
368
525
  {
369
- "uid": "d812-204"
526
+ "uid": "c062-219"
370
527
  }
371
528
  ],
372
529
  "importedBy": [
373
530
  {
374
- "uid": "d812-208"
531
+ "uid": "c062-223"
375
532
  }
376
533
  ]
377
534
  },
378
- "d812-208": {
535
+ "c062-223": {
379
536
  "id": "/packages/router-devtools/src/index.tsx",
380
537
  "moduleParts": {
381
- "index.production.js": "d812-209"
538
+ "index.production.js": "c062-224"
382
539
  },
383
540
  "imported": [
384
541
  {
385
- "uid": "d812-206"
542
+ "uid": "c062-221"
386
543
  }
387
544
  ],
388
545
  "importedBy": [],
389
546
  "isEntry": true
390
547
  },
391
- "d812-210": {
548
+ "c062-225": {
392
549
  "id": "react",
393
550
  "moduleParts": {},
394
551
  "imported": [],
395
552
  "importedBy": [
396
553
  {
397
- "uid": "d812-206"
554
+ "uid": "c062-221"
398
555
  },
399
556
  {
400
- "uid": "d812-192"
557
+ "uid": "c062-207"
401
558
  },
402
559
  {
403
- "uid": "d812-194"
560
+ "uid": "c062-209"
404
561
  },
405
562
  {
406
- "uid": "d812-200"
563
+ "uid": "c062-215"
407
564
  },
408
565
  {
409
- "uid": "d812-196"
566
+ "uid": "c062-211"
410
567
  },
411
568
  {
412
- "uid": "d812-204"
569
+ "uid": "c062-219"
413
570
  },
414
571
  {
415
- "uid": "d812-198"
572
+ "uid": "c062-213"
573
+ },
574
+ {
575
+ "uid": "c062-231"
416
576
  }
417
577
  ],
418
578
  "isExternal": true
419
579
  },
420
- "d812-211": {
421
- "id": "/node_modules/.pnpm/tiny-warning@1.0.3/node_modules/tiny-warning/dist/tiny-warning.esm.js",
580
+ "c062-226": {
581
+ "id": "/packages/history/build/esm/index.js",
422
582
  "moduleParts": {},
423
583
  "imported": [],
424
584
  "importedBy": [
425
585
  {
426
- "uid": "d812-192"
586
+ "uid": "c062-207"
427
587
  }
428
588
  ]
429
589
  },
430
- "d812-212": {
431
- "id": "use-sync-external-store/shim/with-selector",
590
+ "c062-227": {
591
+ "id": "/node_modules/.pnpm/@tanstack+store@0.1.3/node_modules/@tanstack/store/build/modern/index.js",
432
592
  "moduleParts": {},
433
593
  "imported": [],
434
594
  "importedBy": [
435
595
  {
436
- "uid": "d812-190"
596
+ "uid": "c062-207"
597
+ },
598
+ {
599
+ "uid": "c062-205"
600
+ }
601
+ ]
602
+ },
603
+ "c062-228": {
604
+ "id": "\u0000commonjsHelpers.js",
605
+ "moduleParts": {},
606
+ "imported": [],
607
+ "importedBy": [
608
+ {
609
+ "uid": "c062-203"
610
+ },
611
+ {
612
+ "uid": "c062-229"
613
+ },
614
+ {
615
+ "uid": "c062-201"
616
+ }
617
+ ]
618
+ },
619
+ "c062-229": {
620
+ "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",
621
+ "moduleParts": {},
622
+ "imported": [
623
+ {
624
+ "uid": "c062-228"
625
+ },
626
+ {
627
+ "uid": "c062-230"
628
+ },
629
+ {
630
+ "uid": "c062-231"
631
+ },
632
+ {
633
+ "uid": "c062-232"
437
634
  }
438
635
  ],
439
- "isExternal": true
636
+ "importedBy": [
637
+ {
638
+ "uid": "c062-203"
639
+ }
640
+ ]
440
641
  },
441
- "d812-213": {
442
- "id": "/packages/store/build/esm/index.js",
642
+ "c062-230": {
643
+ "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",
443
644
  "moduleParts": {},
444
645
  "imported": [],
445
646
  "importedBy": [
446
647
  {
447
- "uid": "d812-190"
648
+ "uid": "c062-229"
649
+ }
650
+ ]
651
+ },
652
+ "c062-231": {
653
+ "id": "\u0000react?commonjs-external",
654
+ "moduleParts": {},
655
+ "imported": [
656
+ {
657
+ "uid": "c062-225"
658
+ }
659
+ ],
660
+ "importedBy": [
661
+ {
662
+ "uid": "c062-229"
663
+ },
664
+ {
665
+ "uid": "c062-201"
666
+ }
667
+ ]
668
+ },
669
+ "c062-232": {
670
+ "id": "\u0000use-sync-external-store/shim?commonjs-external",
671
+ "moduleParts": {},
672
+ "imported": [
673
+ {
674
+ "uid": "c062-233"
675
+ }
676
+ ],
677
+ "importedBy": [
678
+ {
679
+ "uid": "c062-229"
680
+ },
681
+ {
682
+ "uid": "c062-201"
448
683
  }
449
684
  ]
685
+ },
686
+ "c062-233": {
687
+ "id": "use-sync-external-store/shim",
688
+ "moduleParts": {},
689
+ "imported": [],
690
+ "importedBy": [
691
+ {
692
+ "uid": "c062-232"
693
+ }
694
+ ],
695
+ "isExternal": true
450
696
  }
451
697
  },
452
698
  "env": {
453
- "rollup": "2.79.1"
699
+ "rollup": "4.6.1"
454
700
  },
455
701
  "options": {
456
702
  "gzip": true,