@tanstack/query-devtools 5.0.0-rc.9 → 5.0.3

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.
@@ -1,4 +1,4 @@
1
- import { tokens } from '../theme'
1
+ import { Show, createUniqueId } from 'solid-js'
2
2
 
3
3
  export function Search() {
4
4
  return (
@@ -11,7 +11,7 @@ export function Search() {
11
11
  >
12
12
  <path
13
13
  d="M13 13L9.00007 9M10.3333 5.66667C10.3333 8.244 8.244 10.3333 5.66667 10.3333C3.08934 10.3333 1 8.244 1 5.66667C1 3.08934 3.08934 1 5.66667 1C8.244 1 10.3333 3.08934 10.3333 5.66667Z"
14
- stroke="#98A2B3"
14
+ stroke="currentColor"
15
15
  stroke-width="1.66667"
16
16
  stroke-linecap="round"
17
17
  stroke-linejoin="round"
@@ -31,8 +31,8 @@ export function Trash() {
31
31
  >
32
32
  <path
33
33
  d="M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5"
34
- stroke="#d0d5dd"
35
- stroke-width="1.66667"
34
+ stroke="currentColor"
35
+ stroke-width="2"
36
36
  stroke-linecap="round"
37
37
  stroke-linejoin="round"
38
38
  />
@@ -51,7 +51,7 @@ export function ChevronDown() {
51
51
  >
52
52
  <path
53
53
  d="M1 1L5 5L9 1"
54
- stroke="#98A2B3"
54
+ stroke="currentColor"
55
55
  stroke-width="1.66667"
56
56
  stroke-linecap="round"
57
57
  stroke-linejoin="round"
@@ -71,7 +71,7 @@ export function ArrowUp() {
71
71
  >
72
72
  <path
73
73
  d="M8 13.3333V2.66667M8 2.66667L4 6.66667M8 2.66667L12 6.66667"
74
- stroke="#98A2B3"
74
+ stroke="currentColor"
75
75
  stroke-width="1.66667"
76
76
  stroke-linecap="round"
77
77
  stroke-linejoin="round"
@@ -91,7 +91,7 @@ export function ArrowDown() {
91
91
  >
92
92
  <path
93
93
  d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"
94
- stroke="#98A2B3"
94
+ stroke="currentColor"
95
95
  stroke-width="1.66667"
96
96
  stroke-linecap="round"
97
97
  stroke-linejoin="round"
@@ -114,7 +114,7 @@ export function ArrowLeft() {
114
114
  >
115
115
  <path
116
116
  d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"
117
- stroke="#98A2B3"
117
+ stroke="currentColor"
118
118
  stroke-width="1.66667"
119
119
  stroke-linecap="round"
120
120
  stroke-linejoin="round"
@@ -137,7 +137,7 @@ export function ArrowRight() {
137
137
  >
138
138
  <path
139
139
  d="M8 2.66667V13.3333M8 13.3333L4 9.33333M8 13.3333L12 9.33333"
140
- stroke="#98A2B3"
140
+ stroke="currentColor"
141
141
  stroke-width="1.66667"
142
142
  stroke-linecap="round"
143
143
  stroke-linejoin="round"
@@ -146,11 +146,71 @@ export function ArrowRight() {
146
146
  )
147
147
  }
148
148
 
149
+ export function Sun() {
150
+ return (
151
+ <svg
152
+ viewBox="0 0 24 24"
153
+ height="12"
154
+ width="12"
155
+ fill="none"
156
+ xmlns="http://www.w3.org/2000/svg"
157
+ >
158
+ <path
159
+ d="M12 2v2m0 16v2M4 12H2m4.314-5.686L4.9 4.9m12.786 1.414L19.1 4.9M6.314 17.69 4.9 19.104m12.786-1.414 1.414 1.414M22 12h-2m-3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"
160
+ stroke="currentColor"
161
+ stroke-width="2"
162
+ stroke-linecap="round"
163
+ stroke-linejoin="round"
164
+ ></path>
165
+ </svg>
166
+ )
167
+ }
168
+
169
+ export function Moon() {
170
+ return (
171
+ <svg
172
+ viewBox="0 0 24 24"
173
+ height="12"
174
+ width="12"
175
+ fill="none"
176
+ xmlns="http://www.w3.org/2000/svg"
177
+ >
178
+ <path
179
+ d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"
180
+ stroke="currentColor"
181
+ stroke-width="2"
182
+ stroke-linecap="round"
183
+ stroke-linejoin="round"
184
+ ></path>
185
+ </svg>
186
+ )
187
+ }
188
+
189
+ export function Monitor() {
190
+ return (
191
+ <svg
192
+ viewBox="0 0 24 24"
193
+ height="12"
194
+ width="12"
195
+ fill="none"
196
+ xmlns="http://www.w3.org/2000/svg"
197
+ >
198
+ <path
199
+ d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"
200
+ stroke="currentColor"
201
+ stroke-width="2"
202
+ stroke-linecap="round"
203
+ stroke-linejoin="round"
204
+ ></path>
205
+ </svg>
206
+ )
207
+ }
208
+
149
209
  export function Wifi() {
150
210
  return (
151
211
  <svg
152
- stroke="#d0d5dd"
153
- fill="#d0d5dd"
212
+ stroke="currentColor"
213
+ fill="currentColor"
154
214
  stroke-width="0"
155
215
  viewBox="0 0 24 24"
156
216
  height="1em"
@@ -166,8 +226,6 @@ export function Wifi() {
166
226
  export function Offline() {
167
227
  return (
168
228
  <svg
169
- stroke={tokens.colors.yellow[500]}
170
- fill={tokens.colors.yellow[500]}
171
229
  stroke-width="0"
172
230
  viewBox="0 0 24 24"
173
231
  height="1em"
@@ -194,14 +252,14 @@ export function Settings() {
194
252
  >
195
253
  <path
196
254
  d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"
197
- stroke="#d0d5dd"
255
+ stroke="currentColor"
198
256
  stroke-width="2"
199
257
  stroke-linecap="round"
200
258
  stroke-linejoin="round"
201
259
  />
202
260
  <path
203
261
  d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"
204
- stroke="#d0d5dd"
262
+ stroke="currentColor"
205
263
  stroke-width="2"
206
264
  stroke-linecap="round"
207
265
  stroke-linejoin="round"
@@ -225,13 +283,13 @@ export function Copier() {
225
283
  stroke-width="2"
226
284
  stroke-linecap="round"
227
285
  stroke-linejoin="round"
228
- stroke="#98A2B3"
286
+ stroke="currentColor"
229
287
  />
230
288
  </svg>
231
289
  )
232
290
  }
233
291
 
234
- export function CopiedCopier() {
292
+ export function CopiedCopier(props: { theme: 'light' | 'dark' }) {
235
293
  return (
236
294
  <svg
237
295
  width="24"
@@ -242,7 +300,7 @@ export function CopiedCopier() {
242
300
  >
243
301
  <path
244
302
  d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"
245
- stroke="#12B76A"
303
+ stroke={props.theme === 'dark' ? '#12B76A' : '#027A48'}
246
304
  stroke-width="2"
247
305
  stroke-linecap="round"
248
306
  stroke-linejoin="round"
@@ -278,7 +336,7 @@ export function List() {
278
336
  height="24"
279
337
  viewBox="0 0 24 24"
280
338
  fill="none"
281
- stroke="#98A2B3"
339
+ stroke="currentColor"
282
340
  stroke-width="2"
283
341
  xmlns="http://www.w3.org/2000/svg"
284
342
  >
@@ -290,11 +348,53 @@ export function List() {
290
348
  )
291
349
  }
292
350
 
351
+ export function Check(props: { checked: boolean; theme: 'light' | 'dark' }) {
352
+ return (
353
+ <>
354
+ <Show when={props.checked}>
355
+ <svg
356
+ width="24"
357
+ height="24"
358
+ viewBox="0 0 24 24"
359
+ fill="none"
360
+ xmlns="http://www.w3.org/2000/svg"
361
+ >
362
+ <path
363
+ d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"
364
+ stroke={props.theme === 'dark' ? '#9B8AFB' : '#6938EF'}
365
+ stroke-width="2"
366
+ stroke-linecap="round"
367
+ stroke-linejoin="round"
368
+ />
369
+ </svg>
370
+ </Show>
371
+ <Show when={!props.checked}>
372
+ <svg
373
+ viewBox="0 0 24 24"
374
+ height="20"
375
+ width="20"
376
+ fill="none"
377
+ xmlns="http://www.w3.org/2000/svg"
378
+ >
379
+ <path
380
+ d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"
381
+ stroke={props.theme === 'dark' ? '#9B8AFB' : '#6938EF'}
382
+ stroke-width="2"
383
+ stroke-linecap="round"
384
+ stroke-linejoin="round"
385
+ ></path>
386
+ </svg>
387
+ </Show>
388
+ </>
389
+ )
390
+ }
391
+
293
392
  export function TanstackLogo() {
393
+ const id = createUniqueId()
294
394
  return (
295
395
  <svg version="1.0" viewBox="0 0 633 633">
296
396
  <linearGradient
297
- id="a"
397
+ id={`a-${id}`}
298
398
  x1="-666.45"
299
399
  x2="-666.45"
300
400
  y1="163.28"
@@ -307,11 +407,11 @@ export function TanstackLogo() {
307
407
  <stop stop-color="#FFA770" offset=".71" />
308
408
  <stop stop-color="#FF7373" offset="1" />
309
409
  </linearGradient>
310
- <circle cx="316.5" cy="316.5" r="316.5" fill="url(#a)" />
410
+ <circle cx="316.5" cy="316.5" r="316.5" fill={`url(#a-${id})`} />
311
411
 
312
412
  <defs>
313
413
  <filter
314
- id="am"
414
+ id={`am-${id}`}
315
415
  x="-137.5"
316
416
  y="412"
317
417
  width="454"
@@ -323,18 +423,18 @@ export function TanstackLogo() {
323
423
  </defs>
324
424
 
325
425
  <mask
326
- id="b"
426
+ id={`b-${id}`}
327
427
  x="-137.5"
328
428
  y="412"
329
429
  width="454"
330
430
  height="396.9"
331
431
  maskUnits="userSpaceOnUse"
332
432
  >
333
- <g filter="url(#am)">
433
+ <g filter={`url(#am-${id})`}>
334
434
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
335
435
  </g>
336
436
  </mask>
337
- <g mask="url(#b)">
437
+ <g mask={`url(#b-${id})`}>
338
438
  <ellipse
339
439
  cx="89.5"
340
440
  cy="610.5"
@@ -347,7 +447,7 @@ export function TanstackLogo() {
347
447
  </g>
348
448
  <defs>
349
449
  <filter
350
- id="ah"
450
+ id={`ah-${id}`}
351
451
  x="316.5"
352
452
  y="412"
353
453
  width="454"
@@ -359,18 +459,18 @@ export function TanstackLogo() {
359
459
  </defs>
360
460
 
361
461
  <mask
362
- id="k"
462
+ id={`k-${id}`}
363
463
  x="316.5"
364
464
  y="412"
365
465
  width="454"
366
466
  height="396.9"
367
467
  maskUnits="userSpaceOnUse"
368
468
  >
369
- <g filter="url(#ah)">
469
+ <g filter={`url(#ah-${id})`}>
370
470
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
371
471
  </g>
372
472
  </mask>
373
- <g mask="url(#k)">
473
+ <g mask={`url(#k-${id})`}>
374
474
  <ellipse
375
475
  cx="543.5"
376
476
  cy="610.5"
@@ -383,7 +483,7 @@ export function TanstackLogo() {
383
483
  </g>
384
484
  <defs>
385
485
  <filter
386
- id="ae"
486
+ id={`ae-${id}`}
387
487
  x="-137.5"
388
488
  y="450"
389
489
  width="454"
@@ -395,18 +495,18 @@ export function TanstackLogo() {
395
495
  </defs>
396
496
 
397
497
  <mask
398
- id="j"
498
+ id={`j-${id}`}
399
499
  x="-137.5"
400
500
  y="450"
401
501
  width="454"
402
502
  height="396.9"
403
503
  maskUnits="userSpaceOnUse"
404
504
  >
405
- <g filter="url(#ae)">
505
+ <g filter={`url(#ae-${id})`}>
406
506
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
407
507
  </g>
408
508
  </mask>
409
- <g mask="url(#j)">
509
+ <g mask={`url(#j-${id})`}>
410
510
  <ellipse
411
511
  cx="89.5"
412
512
  cy="648.5"
@@ -419,7 +519,7 @@ export function TanstackLogo() {
419
519
  </g>
420
520
  <defs>
421
521
  <filter
422
- id="ai"
522
+ id={`ai-${id}`}
423
523
  x="316.5"
424
524
  y="450"
425
525
  width="454"
@@ -431,18 +531,18 @@ export function TanstackLogo() {
431
531
  </defs>
432
532
 
433
533
  <mask
434
- id="i"
534
+ id={`i-${id}`}
435
535
  x="316.5"
436
536
  y="450"
437
537
  width="454"
438
538
  height="396.9"
439
539
  maskUnits="userSpaceOnUse"
440
540
  >
441
- <g filter="url(#ai)">
541
+ <g filter={`url(#ai-${id})`}>
442
542
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
443
543
  </g>
444
544
  </mask>
445
- <g mask="url(#i)">
545
+ <g mask={`url(#i-${id})`}>
446
546
  <ellipse
447
547
  cx="543.5"
448
548
  cy="648.5"
@@ -455,7 +555,7 @@ export function TanstackLogo() {
455
555
  </g>
456
556
  <defs>
457
557
  <filter
458
- id="aj"
558
+ id={`aj-${id}`}
459
559
  x="-137.5"
460
560
  y="486"
461
561
  width="454"
@@ -467,18 +567,18 @@ export function TanstackLogo() {
467
567
  </defs>
468
568
 
469
569
  <mask
470
- id="h"
570
+ id={`h-${id}`}
471
571
  x="-137.5"
472
572
  y="486"
473
573
  width="454"
474
574
  height="396.9"
475
575
  maskUnits="userSpaceOnUse"
476
576
  >
477
- <g filter="url(#aj)">
577
+ <g filter={`url(#aj-${id})`}>
478
578
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
479
579
  </g>
480
580
  </mask>
481
- <g mask="url(#h)">
581
+ <g mask={`url(#h-${id})`}>
482
582
  <ellipse
483
583
  cx="89.5"
484
584
  cy="684.5"
@@ -491,7 +591,7 @@ export function TanstackLogo() {
491
591
  </g>
492
592
  <defs>
493
593
  <filter
494
- id="ag"
594
+ id={`ag-${id}`}
495
595
  x="316.5"
496
596
  y="486"
497
597
  width="454"
@@ -503,18 +603,18 @@ export function TanstackLogo() {
503
603
  </defs>
504
604
 
505
605
  <mask
506
- id="g"
606
+ id={`g-${id}`}
507
607
  x="316.5"
508
608
  y="486"
509
609
  width="454"
510
610
  height="396.9"
511
611
  maskUnits="userSpaceOnUse"
512
612
  >
513
- <g filter="url(#ag)">
613
+ <g filter={`url(#ag-${id})`}>
514
614
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
515
615
  </g>
516
616
  </mask>
517
- <g mask="url(#g)">
617
+ <g mask={`url(#g-${id})`}>
518
618
  <ellipse
519
619
  cx="543.5"
520
620
  cy="684.5"
@@ -527,7 +627,7 @@ export function TanstackLogo() {
527
627
  </g>
528
628
  <defs>
529
629
  <filter
530
- id="af"
630
+ id={`af-${id}`}
531
631
  x="272.2"
532
632
  y="308"
533
633
  width="176.9"
@@ -539,18 +639,18 @@ export function TanstackLogo() {
539
639
  </defs>
540
640
 
541
641
  <mask
542
- id="f"
642
+ id={`f-${id}`}
543
643
  x="272.2"
544
644
  y="308"
545
645
  width="176.9"
546
646
  height="129.3"
547
647
  maskUnits="userSpaceOnUse"
548
648
  >
549
- <g filter="url(#af)">
649
+ <g filter={`url(#af-${id})`}>
550
650
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
551
651
  </g>
552
652
  </mask>
553
- <g mask="url(#f)">
653
+ <g mask={`url(#f-${id})`}>
554
654
  <line
555
655
  x1="436"
556
656
  x2="431"
@@ -588,7 +688,7 @@ export function TanstackLogo() {
588
688
  />
589
689
 
590
690
  <linearGradient
591
- id="m"
691
+ id={`m-${id}`}
592
692
  x1="-670.75"
593
693
  x2="-671.59"
594
694
  y1="164.4"
@@ -603,7 +703,7 @@ export function TanstackLogo() {
603
703
  <path
604
704
  d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"
605
705
  clip-rule="evenodd"
606
- fill="url(#m)"
706
+ fill={`url(#m-${id})`}
607
707
  fill-rule="evenodd"
608
708
  />
609
709
 
@@ -669,7 +769,7 @@ export function TanstackLogo() {
669
769
  </g>
670
770
  <defs>
671
771
  <filter
672
- id="ak"
772
+ id={`ak-${id}`}
673
773
  x="73.2"
674
774
  y="113.8"
675
775
  width="280.6"
@@ -681,20 +781,20 @@ export function TanstackLogo() {
681
781
  </defs>
682
782
 
683
783
  <mask
684
- id="e"
784
+ id={`e-${id}`}
685
785
  x="73.2"
686
786
  y="113.8"
687
787
  width="280.6"
688
788
  height="317.4"
689
789
  maskUnits="userSpaceOnUse"
690
790
  >
691
- <g filter="url(#ak)">
791
+ <g filter={`url(#ak-${id})`}>
692
792
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
693
793
  </g>
694
794
  </mask>
695
- <g mask="url(#e)">
795
+ <g mask={`url(#e-${id})`}>
696
796
  <linearGradient
697
- id="n"
797
+ id={`n-${id}`}
698
798
  x1="-672.16"
699
799
  x2="-672.16"
700
800
  y1="165.03"
@@ -709,12 +809,12 @@ export function TanstackLogo() {
709
809
  <path
710
810
  d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"
711
811
  clip-rule="evenodd"
712
- fill="url(#n)"
812
+ fill={`url(#n-${id})`}
713
813
  fill-rule="evenodd"
714
814
  />
715
815
  <g stroke="#2F8A00">
716
816
  <linearGradient
717
- id="r"
817
+ id={`r-${id}`}
718
818
  x1="-660.23"
719
819
  x2="-660.23"
720
820
  y1="166.72"
@@ -729,13 +829,13 @@ export function TanstackLogo() {
729
829
  <path
730
830
  d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"
731
831
  clip-rule="evenodd"
732
- fill="url(#r)"
832
+ fill={`url(#r-${id})`}
733
833
  fill-rule="evenodd"
734
834
  stroke-width="13"
735
835
  />
736
836
 
737
837
  <linearGradient
738
- id="s"
838
+ id={`s-${id}`}
739
839
  x1="-661.36"
740
840
  x2="-661.36"
741
841
  y1="164.18"
@@ -750,13 +850,13 @@ export function TanstackLogo() {
750
850
  <path
751
851
  d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"
752
852
  clip-rule="evenodd"
753
- fill="url(#s)"
853
+ fill={`url(#s-${id})`}
754
854
  fill-rule="evenodd"
755
855
  stroke-width="13"
756
856
  />
757
857
 
758
858
  <linearGradient
759
- id="q"
859
+ id={`q-${id}`}
760
860
  x1="-656.79"
761
861
  x2="-656.79"
762
862
  y1="165.15"
@@ -771,13 +871,13 @@ export function TanstackLogo() {
771
871
  <path
772
872
  d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"
773
873
  clip-rule="evenodd"
774
- fill="url(#q)"
874
+ fill={`url(#q-${id})`}
775
875
  fill-rule="evenodd"
776
876
  stroke-width="13"
777
877
  />
778
878
 
779
879
  <linearGradient
780
- id="p"
880
+ id={`p-${id}`}
781
881
  x1="-663.07"
782
882
  x2="-663.07"
783
883
  y1="165.44"
@@ -792,13 +892,13 @@ export function TanstackLogo() {
792
892
  <path
793
893
  d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"
794
894
  clip-rule="evenodd"
795
- fill="url(#p)"
895
+ fill={`url(#p-${id})`}
796
896
  fill-rule="evenodd"
797
897
  stroke-width="13"
798
898
  />
799
899
 
800
900
  <linearGradient
801
- id="o"
901
+ id={`o-${id}`}
802
902
  x1="-662.57"
803
903
  x2="-662.57"
804
904
  y1="164.44"
@@ -813,13 +913,13 @@ export function TanstackLogo() {
813
913
  <path
814
914
  d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"
815
915
  clip-rule="evenodd"
816
- fill="url(#o)"
916
+ fill={`url(#o-${id})`}
817
917
  fill-rule="evenodd"
818
918
  stroke-width="13"
819
919
  />
820
920
 
821
921
  <linearGradient
822
- id="l"
922
+ id={`l-${id}`}
823
923
  x1="-656.43"
824
924
  x2="-656.43"
825
925
  y1="163.86"
@@ -834,7 +934,7 @@ export function TanstackLogo() {
834
934
  <path
835
935
  d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"
836
936
  clip-rule="evenodd"
837
- fill="url(#l)"
937
+ fill={`url(#l-${id})`}
838
938
  fill-rule="evenodd"
839
939
  stroke-width="13"
840
940
  />
@@ -866,7 +966,7 @@ export function TanstackLogo() {
866
966
  </g>
867
967
  <defs>
868
968
  <filter
869
- id="al"
969
+ id={`al-${id}`}
870
970
  x="50.5"
871
971
  y="399"
872
972
  width="532"
@@ -878,20 +978,20 @@ export function TanstackLogo() {
878
978
  </defs>
879
979
 
880
980
  <mask
881
- id="d"
981
+ id={`d-${id}`}
882
982
  x="50.5"
883
983
  y="399"
884
984
  width="532"
885
985
  height="633"
886
986
  maskUnits="userSpaceOnUse"
887
987
  >
888
- <g filter="url(#al)">
988
+ <g filter={`url(#al-${id})`}>
889
989
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
890
990
  </g>
891
991
  </mask>
892
- <g mask="url(#d)">
992
+ <g mask={`url(#d-${id})`}>
893
993
  <linearGradient
894
- id="u"
994
+ id={`u-${id}`}
895
995
  x1="-666.06"
896
996
  x2="-666.23"
897
997
  y1="163.36"
@@ -903,11 +1003,17 @@ export function TanstackLogo() {
903
1003
  <stop stop-color="#3C8700" offset="1" />
904
1004
  </linearGradient>
905
1005
 
906
- <ellipse cx="316.5" cy="715.5" rx="266" ry="316.5" fill="url(#u)" />
1006
+ <ellipse
1007
+ cx="316.5"
1008
+ cy="715.5"
1009
+ rx="266"
1010
+ ry="316.5"
1011
+ fill={`url(#u-${id})`}
1012
+ />
907
1013
  </g>
908
1014
  <defs>
909
1015
  <filter
910
- id="ad"
1016
+ id={`ad-${id}`}
911
1017
  x="391"
912
1018
  y="-24"
913
1019
  width="288"
@@ -919,20 +1025,20 @@ export function TanstackLogo() {
919
1025
  </defs>
920
1026
 
921
1027
  <mask
922
- id="c"
1028
+ id={`c-${id}`}
923
1029
  x="391"
924
1030
  y="-24"
925
1031
  width="288"
926
1032
  height="283"
927
1033
  maskUnits="userSpaceOnUse"
928
1034
  >
929
- <g filter="url(#ad)">
1035
+ <g filter={`url(#ad-${id})`}>
930
1036
  <circle cx="316.5" cy="316.5" r="316.5" fill="#fff" />
931
1037
  </g>
932
1038
  </mask>
933
- <g mask="url(#c)">
1039
+ <g mask={`url(#c-${id})`}>
934
1040
  <linearGradient
935
- id="t"
1041
+ id={`t-${id}`}
936
1042
  x1="-664.56"
937
1043
  x2="-664.56"
938
1044
  y1="163.79"
@@ -943,10 +1049,10 @@ export function TanstackLogo() {
943
1049
  <stop stop-color="#FFDF00" offset="0" />
944
1050
  <stop stop-color="#FF9D00" offset="1" />
945
1051
  </linearGradient>
946
- <circle cx="565.5" cy="89.5" r="113.5" fill="url(#t)" />
1052
+ <circle cx="565.5" cy="89.5" r="113.5" fill={`url(#t-${id})`} />
947
1053
 
948
1054
  <linearGradient
949
- id="v"
1055
+ id={`v-${id}`}
950
1056
  x1="-644.5"
951
1057
  x2="-645.77"
952
1058
  y1="342"
@@ -964,14 +1070,14 @@ export function TanstackLogo() {
964
1070
  y1="89"
965
1071
  y2="89"
966
1072
  fill="none"
967
- stroke="url(#v)"
1073
+ stroke={`url(#v-${id})`}
968
1074
  stroke-linecap="round"
969
1075
  stroke-linejoin="bevel"
970
1076
  stroke-width="12"
971
1077
  />
972
1078
 
973
1079
  <linearGradient
974
- id="aa"
1080
+ id={`aa-${id}`}
975
1081
  x1="-641.56"
976
1082
  x2="-642.83"
977
1083
  y1="196.02"
@@ -989,14 +1095,14 @@ export function TanstackLogo() {
989
1095
  y1="55.5"
990
1096
  y2="50"
991
1097
  fill="none"
992
- stroke="url(#aa)"
1098
+ stroke={`url(#aa-${id})`}
993
1099
  stroke-linecap="round"
994
1100
  stroke-linejoin="bevel"
995
1101
  stroke-width="12"
996
1102
  />
997
1103
 
998
1104
  <linearGradient
999
- id="w"
1105
+ id={`w-${id}`}
1000
1106
  x1="-643.73"
1001
1107
  x2="-645"
1002
1108
  y1="185.83"
@@ -1014,14 +1120,14 @@ export function TanstackLogo() {
1014
1120
  y1="122"
1015
1121
  y2="130"
1016
1122
  fill="none"
1017
- stroke="url(#w)"
1123
+ stroke={`url(#w-${id})`}
1018
1124
  stroke-linecap="round"
1019
1125
  stroke-linejoin="bevel"
1020
1126
  stroke-width="12"
1021
1127
  />
1022
1128
 
1023
1129
  <linearGradient
1024
- id="ac"
1130
+ id={`ac-${id}`}
1025
1131
  x1="-638.94"
1026
1132
  x2="-640.22"
1027
1133
  y1="177.09"
@@ -1039,14 +1145,14 @@ export function TanstackLogo() {
1039
1145
  y1="153"
1040
1146
  y2="166"
1041
1147
  fill="none"
1042
- stroke="url(#ac)"
1148
+ stroke={`url(#ac-${id})`}
1043
1149
  stroke-linecap="round"
1044
1150
  stroke-linejoin="bevel"
1045
1151
  stroke-width="12"
1046
1152
  />
1047
1153
 
1048
1154
  <linearGradient
1049
- id="ab"
1155
+ id={`ab-${id}`}
1050
1156
  x1="-633.42"
1051
1157
  x2="-634.7"
1052
1158
  y1="172.41"
@@ -1064,14 +1170,14 @@ export function TanstackLogo() {
1064
1170
  y1="180"
1065
1171
  y2="199"
1066
1172
  fill="none"
1067
- stroke="url(#ab)"
1173
+ stroke={`url(#ab-${id})`}
1068
1174
  stroke-linecap="round"
1069
1175
  stroke-linejoin="bevel"
1070
1176
  stroke-width="12"
1071
1177
  />
1072
1178
 
1073
1179
  <linearGradient
1074
- id="y"
1180
+ id={`y-${id}`}
1075
1181
  x1="-619.05"
1076
1182
  x2="-619.52"
1077
1183
  y1="170.82"
@@ -1089,14 +1195,14 @@ export function TanstackLogo() {
1089
1195
  y1="203"
1090
1196
  y2="225.9"
1091
1197
  fill="none"
1092
- stroke="url(#y)"
1198
+ stroke={`url(#y-${id})`}
1093
1199
  stroke-linecap="round"
1094
1200
  stroke-linejoin="bevel"
1095
1201
  stroke-width="12"
1096
1202
  />
1097
1203
 
1098
1204
  <linearGradient
1099
- id="x"
1205
+ id={`x-${id}`}
1100
1206
  x1="-578.5"
1101
1207
  x2="-578.63"
1102
1208
  y1="170.31"
@@ -1114,14 +1220,14 @@ export function TanstackLogo() {
1114
1220
  y1="219.5"
1115
1221
  y2="244"
1116
1222
  fill="none"
1117
- stroke="url(#x)"
1223
+ stroke={`url(#x-${id})`}
1118
1224
  stroke-linecap="round"
1119
1225
  stroke-linejoin="bevel"
1120
1226
  stroke-width="12"
1121
1227
  />
1122
1228
 
1123
1229
  <linearGradient
1124
- id="z"
1230
+ id={`z-${id}`}
1125
1231
  x1="666.5"
1126
1232
  x2="666.5"
1127
1233
  y1="170.31"
@@ -1139,7 +1245,7 @@ export function TanstackLogo() {
1139
1245
  y1="228.5"
1140
1246
  y2="253"
1141
1247
  fill="none"
1142
- stroke="url(#z)"
1248
+ stroke={`url(#z-${id})`}
1143
1249
  stroke-linecap="round"
1144
1250
  stroke-linejoin="bevel"
1145
1251
  stroke-width="12"