@tanstack/router-devtools 1.112.17 → 1.114.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 (91) hide show
  1. package/dist/cjs/index.cjs +12 -4
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/cjs/index.d.cts +2 -2
  4. package/dist/esm/index.d.ts +2 -2
  5. package/dist/esm/index.js +6 -4
  6. package/dist/esm/index.js.map +1 -1
  7. package/package.json +4 -3
  8. package/src/index.tsx +6 -2
  9. package/dist/cjs/AgeTicker.cjs +0 -58
  10. package/dist/cjs/AgeTicker.cjs.map +0 -1
  11. package/dist/cjs/AgeTicker.d.cts +0 -5
  12. package/dist/cjs/BaseTanStackRouterDevtoolsPanel.cjs +0 -421
  13. package/dist/cjs/BaseTanStackRouterDevtoolsPanel.cjs.map +0 -1
  14. package/dist/cjs/BaseTanStackRouterDevtoolsPanel.d.cts +0 -3
  15. package/dist/cjs/Explorer.cjs +0 -310
  16. package/dist/cjs/Explorer.cjs.map +0 -1
  17. package/dist/cjs/Explorer.d.cts +0 -46
  18. package/dist/cjs/TanStackRouterDevtools.cjs +0 -177
  19. package/dist/cjs/TanStackRouterDevtools.cjs.map +0 -1
  20. package/dist/cjs/TanStackRouterDevtools.d.cts +0 -41
  21. package/dist/cjs/TanStackRouterDevtoolsPanel.cjs +0 -21
  22. package/dist/cjs/TanStackRouterDevtoolsPanel.cjs.map +0 -1
  23. package/dist/cjs/TanStackRouterDevtoolsPanel.d.cts +0 -33
  24. package/dist/cjs/context.cjs +0 -18
  25. package/dist/cjs/context.cjs.map +0 -1
  26. package/dist/cjs/context.d.cts +0 -8
  27. package/dist/cjs/logo.cjs +0 -1012
  28. package/dist/cjs/logo.cjs.map +0 -1
  29. package/dist/cjs/logo.d.cts +0 -1
  30. package/dist/cjs/theme.d.cts +0 -34
  31. package/dist/cjs/tokens.cjs +0 -201
  32. package/dist/cjs/tokens.cjs.map +0 -1
  33. package/dist/cjs/tokens.d.cts +0 -298
  34. package/dist/cjs/useLocalStorage.cjs +0 -45
  35. package/dist/cjs/useLocalStorage.cjs.map +0 -1
  36. package/dist/cjs/useLocalStorage.d.cts +0 -1
  37. package/dist/cjs/useMediaQuery.d.cts +0 -1
  38. package/dist/cjs/useStyles.cjs +0 -570
  39. package/dist/cjs/useStyles.cjs.map +0 -1
  40. package/dist/cjs/useStyles.d.cts +0 -52
  41. package/dist/cjs/utils.cjs +0 -84
  42. package/dist/cjs/utils.cjs.map +0 -1
  43. package/dist/cjs/utils.d.cts +0 -23
  44. package/dist/esm/AgeTicker.d.ts +0 -5
  45. package/dist/esm/AgeTicker.js +0 -58
  46. package/dist/esm/AgeTicker.js.map +0 -1
  47. package/dist/esm/BaseTanStackRouterDevtoolsPanel.d.ts +0 -3
  48. package/dist/esm/BaseTanStackRouterDevtoolsPanel.js +0 -421
  49. package/dist/esm/BaseTanStackRouterDevtoolsPanel.js.map +0 -1
  50. package/dist/esm/Explorer.d.ts +0 -46
  51. package/dist/esm/Explorer.js +0 -292
  52. package/dist/esm/Explorer.js.map +0 -1
  53. package/dist/esm/TanStackRouterDevtools.d.ts +0 -41
  54. package/dist/esm/TanStackRouterDevtools.js +0 -177
  55. package/dist/esm/TanStackRouterDevtools.js.map +0 -1
  56. package/dist/esm/TanStackRouterDevtoolsPanel.d.ts +0 -33
  57. package/dist/esm/TanStackRouterDevtoolsPanel.js +0 -21
  58. package/dist/esm/TanStackRouterDevtoolsPanel.js.map +0 -1
  59. package/dist/esm/context.d.ts +0 -8
  60. package/dist/esm/context.js +0 -18
  61. package/dist/esm/context.js.map +0 -1
  62. package/dist/esm/logo.d.ts +0 -1
  63. package/dist/esm/logo.js +0 -1012
  64. package/dist/esm/logo.js.map +0 -1
  65. package/dist/esm/theme.d.ts +0 -34
  66. package/dist/esm/tokens.d.ts +0 -298
  67. package/dist/esm/tokens.js +0 -201
  68. package/dist/esm/tokens.js.map +0 -1
  69. package/dist/esm/useLocalStorage.d.ts +0 -1
  70. package/dist/esm/useLocalStorage.js +0 -46
  71. package/dist/esm/useLocalStorage.js.map +0 -1
  72. package/dist/esm/useMediaQuery.d.ts +0 -1
  73. package/dist/esm/useStyles.d.ts +0 -52
  74. package/dist/esm/useStyles.js +0 -553
  75. package/dist/esm/useStyles.js.map +0 -1
  76. package/dist/esm/utils.d.ts +0 -23
  77. package/dist/esm/utils.js +0 -84
  78. package/dist/esm/utils.js.map +0 -1
  79. package/src/AgeTicker.tsx +0 -73
  80. package/src/BaseTanStackRouterDevtoolsPanel.tsx +0 -488
  81. package/src/Explorer.tsx +0 -362
  82. package/src/TanStackRouterDevtools.tsx +0 -250
  83. package/src/TanStackRouterDevtoolsPanel.tsx +0 -54
  84. package/src/context.ts +0 -22
  85. package/src/logo.tsx +0 -817
  86. package/src/theme.tsx +0 -31
  87. package/src/tokens.ts +0 -305
  88. package/src/useLocalStorage.ts +0 -52
  89. package/src/useMediaQuery.ts +0 -41
  90. package/src/useStyles.tsx +0 -589
  91. package/src/utils.ts +0 -188
package/dist/esm/logo.js DELETED
@@ -1,1012 +0,0 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
2
- import React__default from "react";
3
- function TanStackLogo() {
4
- const id = React__default.useId();
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- xmlns: "http://www.w3.org/2000/svg",
9
- enableBackground: "new 0 0 634 633",
10
- viewBox: "0 0 634 633",
11
- children: /* @__PURE__ */ jsxs("g", { transform: "translate(1)", children: [
12
- /* @__PURE__ */ jsxs(
13
- "linearGradient",
14
- {
15
- id: `a-${id}`,
16
- x1: "-641.486",
17
- x2: "-641.486",
18
- y1: "856.648",
19
- y2: "855.931",
20
- gradientTransform: "matrix(633 0 0 -633 406377 542258)",
21
- gradientUnits: "userSpaceOnUse",
22
- children: [
23
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#6bdaff" }),
24
- /* @__PURE__ */ jsx("stop", { offset: "0.319", stopColor: "#f9ffb5" }),
25
- /* @__PURE__ */ jsx("stop", { offset: "0.706", stopColor: "#ffa770" }),
26
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff7373" })
27
- ]
28
- }
29
- ),
30
- /* @__PURE__ */ jsx(
31
- "circle",
32
- {
33
- cx: "316.5",
34
- cy: "316.5",
35
- r: "316.5",
36
- fill: `url(#a-${id})`,
37
- fillRule: "evenodd",
38
- clipRule: "evenodd"
39
- }
40
- ),
41
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
42
- "filter",
43
- {
44
- id: `b-${id}`,
45
- width: "454",
46
- height: "396.9",
47
- x: "-137.5",
48
- y: "412",
49
- filterUnits: "userSpaceOnUse",
50
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
51
- }
52
- ) }),
53
- /* @__PURE__ */ jsx(
54
- "mask",
55
- {
56
- id: `c-${id}`,
57
- width: "454",
58
- height: "396.9",
59
- x: "-137.5",
60
- y: "412",
61
- maskUnits: "userSpaceOnUse",
62
- children: /* @__PURE__ */ jsx("g", { filter: `url(#b-${id})`, children: /* @__PURE__ */ jsx(
63
- "circle",
64
- {
65
- cx: "316.5",
66
- cy: "316.5",
67
- r: "316.5",
68
- fill: "#FFF",
69
- fillRule: "evenodd",
70
- clipRule: "evenodd"
71
- }
72
- ) })
73
- }
74
- ),
75
- /* @__PURE__ */ jsx(
76
- "ellipse",
77
- {
78
- cx: "89.5",
79
- cy: "610.5",
80
- fill: "#015064",
81
- fillRule: "evenodd",
82
- stroke: "#00CFE2",
83
- strokeWidth: "25",
84
- clipRule: "evenodd",
85
- mask: `url(#c-${id})`,
86
- rx: "214.5",
87
- ry: "186"
88
- }
89
- ),
90
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
91
- "filter",
92
- {
93
- id: `d-${id}`,
94
- width: "454",
95
- height: "396.9",
96
- x: "316.5",
97
- y: "412",
98
- filterUnits: "userSpaceOnUse",
99
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
100
- }
101
- ) }),
102
- /* @__PURE__ */ jsx(
103
- "mask",
104
- {
105
- id: `e-${id}`,
106
- width: "454",
107
- height: "396.9",
108
- x: "316.5",
109
- y: "412",
110
- maskUnits: "userSpaceOnUse",
111
- children: /* @__PURE__ */ jsx("g", { filter: `url(#d-${id})`, children: /* @__PURE__ */ jsx(
112
- "circle",
113
- {
114
- cx: "316.5",
115
- cy: "316.5",
116
- r: "316.5",
117
- fill: "#FFF",
118
- fillRule: "evenodd",
119
- clipRule: "evenodd"
120
- }
121
- ) })
122
- }
123
- ),
124
- /* @__PURE__ */ jsx(
125
- "ellipse",
126
- {
127
- cx: "543.5",
128
- cy: "610.5",
129
- fill: "#015064",
130
- fillRule: "evenodd",
131
- stroke: "#00CFE2",
132
- strokeWidth: "25",
133
- clipRule: "evenodd",
134
- mask: `url(#e-${id})`,
135
- rx: "214.5",
136
- ry: "186"
137
- }
138
- ),
139
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
140
- "filter",
141
- {
142
- id: `f-${id}`,
143
- width: "454",
144
- height: "396.9",
145
- x: "-137.5",
146
- y: "450",
147
- filterUnits: "userSpaceOnUse",
148
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
149
- }
150
- ) }),
151
- /* @__PURE__ */ jsx(
152
- "mask",
153
- {
154
- id: `g-${id}`,
155
- width: "454",
156
- height: "396.9",
157
- x: "-137.5",
158
- y: "450",
159
- maskUnits: "userSpaceOnUse",
160
- children: /* @__PURE__ */ jsx("g", { filter: `url(#f-${id})`, children: /* @__PURE__ */ jsx(
161
- "circle",
162
- {
163
- cx: "316.5",
164
- cy: "316.5",
165
- r: "316.5",
166
- fill: "#FFF",
167
- fillRule: "evenodd",
168
- clipRule: "evenodd"
169
- }
170
- ) })
171
- }
172
- ),
173
- /* @__PURE__ */ jsx(
174
- "ellipse",
175
- {
176
- cx: "89.5",
177
- cy: "648.5",
178
- fill: "#015064",
179
- fillRule: "evenodd",
180
- stroke: "#00A8B8",
181
- strokeWidth: "25",
182
- clipRule: "evenodd",
183
- mask: `url(#g-${id})`,
184
- rx: "214.5",
185
- ry: "186"
186
- }
187
- ),
188
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
189
- "filter",
190
- {
191
- id: `h-${id}`,
192
- width: "454",
193
- height: "396.9",
194
- x: "316.5",
195
- y: "450",
196
- filterUnits: "userSpaceOnUse",
197
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
198
- }
199
- ) }),
200
- /* @__PURE__ */ jsx(
201
- "mask",
202
- {
203
- id: `i-${id}`,
204
- width: "454",
205
- height: "396.9",
206
- x: "316.5",
207
- y: "450",
208
- maskUnits: "userSpaceOnUse",
209
- children: /* @__PURE__ */ jsx("g", { filter: `url(#h-${id})`, children: /* @__PURE__ */ jsx(
210
- "circle",
211
- {
212
- cx: "316.5",
213
- cy: "316.5",
214
- r: "316.5",
215
- fill: "#FFF",
216
- fillRule: "evenodd",
217
- clipRule: "evenodd"
218
- }
219
- ) })
220
- }
221
- ),
222
- /* @__PURE__ */ jsx(
223
- "ellipse",
224
- {
225
- cx: "543.5",
226
- cy: "648.5",
227
- fill: "#015064",
228
- fillRule: "evenodd",
229
- stroke: "#00A8B8",
230
- strokeWidth: "25",
231
- clipRule: "evenodd",
232
- mask: `url(#i-${id})`,
233
- rx: "214.5",
234
- ry: "186"
235
- }
236
- ),
237
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
238
- "filter",
239
- {
240
- id: `j-${id}`,
241
- width: "454",
242
- height: "396.9",
243
- x: "-137.5",
244
- y: "486",
245
- filterUnits: "userSpaceOnUse",
246
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
247
- }
248
- ) }),
249
- /* @__PURE__ */ jsx(
250
- "mask",
251
- {
252
- id: `k-${id}`,
253
- width: "454",
254
- height: "396.9",
255
- x: "-137.5",
256
- y: "486",
257
- maskUnits: "userSpaceOnUse",
258
- children: /* @__PURE__ */ jsx("g", { filter: `url(#j-${id})`, children: /* @__PURE__ */ jsx(
259
- "circle",
260
- {
261
- cx: "316.5",
262
- cy: "316.5",
263
- r: "316.5",
264
- fill: "#FFF",
265
- fillRule: "evenodd",
266
- clipRule: "evenodd"
267
- }
268
- ) })
269
- }
270
- ),
271
- /* @__PURE__ */ jsx(
272
- "ellipse",
273
- {
274
- cx: "89.5",
275
- cy: "684.5",
276
- fill: "#015064",
277
- fillRule: "evenodd",
278
- stroke: "#007782",
279
- strokeWidth: "25",
280
- clipRule: "evenodd",
281
- mask: `url(#k-${id})`,
282
- rx: "214.5",
283
- ry: "186"
284
- }
285
- ),
286
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
287
- "filter",
288
- {
289
- id: `l-${id}`,
290
- width: "454",
291
- height: "396.9",
292
- x: "316.5",
293
- y: "486",
294
- filterUnits: "userSpaceOnUse",
295
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
296
- }
297
- ) }),
298
- /* @__PURE__ */ jsx(
299
- "mask",
300
- {
301
- id: `m-${id}`,
302
- width: "454",
303
- height: "396.9",
304
- x: "316.5",
305
- y: "486",
306
- maskUnits: "userSpaceOnUse",
307
- children: /* @__PURE__ */ jsx("g", { filter: `url(#l-${id})`, children: /* @__PURE__ */ jsx(
308
- "circle",
309
- {
310
- cx: "316.5",
311
- cy: "316.5",
312
- r: "316.5",
313
- fill: "#FFF",
314
- fillRule: "evenodd",
315
- clipRule: "evenodd"
316
- }
317
- ) })
318
- }
319
- ),
320
- /* @__PURE__ */ jsx(
321
- "ellipse",
322
- {
323
- cx: "543.5",
324
- cy: "684.5",
325
- fill: "#015064",
326
- fillRule: "evenodd",
327
- stroke: "#007782",
328
- strokeWidth: "25",
329
- clipRule: "evenodd",
330
- mask: `url(#m-${id})`,
331
- rx: "214.5",
332
- ry: "186"
333
- }
334
- ),
335
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
336
- "filter",
337
- {
338
- id: `n-${id}`,
339
- width: "176.9",
340
- height: "129.3",
341
- x: "272.2",
342
- y: "308",
343
- filterUnits: "userSpaceOnUse",
344
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
345
- }
346
- ) }),
347
- /* @__PURE__ */ jsx(
348
- "mask",
349
- {
350
- id: `o-${id}`,
351
- width: "176.9",
352
- height: "129.3",
353
- x: "272.2",
354
- y: "308",
355
- maskUnits: "userSpaceOnUse",
356
- children: /* @__PURE__ */ jsx("g", { filter: `url(#n-${id})`, children: /* @__PURE__ */ jsx(
357
- "circle",
358
- {
359
- cx: "316.5",
360
- cy: "316.5",
361
- r: "316.5",
362
- fill: "#FFF",
363
- fillRule: "evenodd",
364
- clipRule: "evenodd"
365
- }
366
- ) })
367
- }
368
- ),
369
- /* @__PURE__ */ jsxs("g", { mask: `url(#o-${id})`, children: [
370
- /* @__PURE__ */ jsx(
371
- "path",
372
- {
373
- fill: "none",
374
- stroke: "#000",
375
- strokeLinecap: "round",
376
- strokeLinejoin: "bevel",
377
- strokeWidth: "11",
378
- d: "M436 403.2l-5 28.6m-140-90.3l-10.9 62m52.8-19.4l-4.3 27.1"
379
- }
380
- ),
381
- /* @__PURE__ */ jsxs(
382
- "linearGradient",
383
- {
384
- id: `p-${id}`,
385
- x1: "-645.656",
386
- x2: "-646.499",
387
- y1: "854.878",
388
- y2: "854.788",
389
- gradientTransform: "matrix(-184.159 -32.4722 11.4608 -64.9973 -128419.844 34938.836)",
390
- gradientUnits: "userSpaceOnUse",
391
- children: [
392
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ee2700" }),
393
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff008e" })
394
- ]
395
- }
396
- ),
397
- /* @__PURE__ */ jsx(
398
- "path",
399
- {
400
- fill: `url(#p-${id})`,
401
- fillRule: "evenodd",
402
- d: "M344.1 363l97.7 17.2c5.8 2.1 8.2 6.2 7.1 12.1-1 5.9-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1.8-12.8 3.7-3.7 8.3-4.4 13.7-2.1l55.2 53.6z",
403
- clipRule: "evenodd"
404
- }
405
- ),
406
- /* @__PURE__ */ jsx(
407
- "path",
408
- {
409
- fill: "#D8D8D8",
410
- fillRule: "evenodd",
411
- stroke: "#FFF",
412
- strokeLinecap: "round",
413
- strokeLinejoin: "bevel",
414
- strokeWidth: "7",
415
- d: "M428.3 384.5l.9-6.5m-33.9 1.5l.9-6.5m-34 .5l.9-6.1m-38.9-16.1l4.2-3.9m-25.2-16.1l4.2-3.9",
416
- clipRule: "evenodd"
417
- }
418
- )
419
- ] }),
420
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
421
- "filter",
422
- {
423
- id: `q-${id}`,
424
- width: "280.6",
425
- height: "317.4",
426
- x: "73.2",
427
- y: "113.9",
428
- filterUnits: "userSpaceOnUse",
429
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
430
- }
431
- ) }),
432
- /* @__PURE__ */ jsx(
433
- "mask",
434
- {
435
- id: `r-${id}`,
436
- width: "280.6",
437
- height: "317.4",
438
- x: "73.2",
439
- y: "113.9",
440
- maskUnits: "userSpaceOnUse",
441
- children: /* @__PURE__ */ jsx("g", { filter: `url(#q-${id})`, children: /* @__PURE__ */ jsx(
442
- "circle",
443
- {
444
- cx: "316.5",
445
- cy: "316.5",
446
- r: "316.5",
447
- fill: "#FFF",
448
- fillRule: "evenodd",
449
- clipRule: "evenodd"
450
- }
451
- ) })
452
- }
453
- ),
454
- /* @__PURE__ */ jsxs("g", { mask: `url(#r-${id})`, children: [
455
- /* @__PURE__ */ jsxs(
456
- "linearGradient",
457
- {
458
- id: `s-${id}`,
459
- x1: "-646.8",
460
- x2: "-646.8",
461
- y1: "854.844",
462
- y2: "853.844",
463
- gradientTransform: "matrix(-100.1751 48.8587 -97.9753 -200.879 19124.773 203538.61)",
464
- gradientUnits: "userSpaceOnUse",
465
- children: [
466
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#a17500" }),
467
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#5d2100" })
468
- ]
469
- }
470
- ),
471
- /* @__PURE__ */ jsx(
472
- "path",
473
- {
474
- fill: `url(#s-${id})`,
475
- fillRule: "evenodd",
476
- d: "M192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.2-2.9 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6-3.4-18.7-10.8-51.8-22.2-99.6l-25.3 4.6",
477
- clipRule: "evenodd"
478
- }
479
- ),
480
- /* @__PURE__ */ jsxs(
481
- "linearGradient",
482
- {
483
- id: `t-${id}`,
484
- x1: "-635.467",
485
- x2: "-635.467",
486
- y1: "852.115",
487
- y2: "851.115",
488
- gradientTransform: "matrix(92.6873 4.8575 2.0257 -38.6535 57323.695 36176.047)",
489
- gradientUnits: "userSpaceOnUse",
490
- children: [
491
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#2f8a00" }),
492
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#90ff57" })
493
- ]
494
- }
495
- ),
496
- /* @__PURE__ */ jsx(
497
- "path",
498
- {
499
- fill: `url(#t-${id})`,
500
- fillRule: "evenodd",
501
- stroke: "#2F8A00",
502
- strokeWidth: "13",
503
- 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",
504
- clipRule: "evenodd"
505
- }
506
- ),
507
- /* @__PURE__ */ jsxs(
508
- "linearGradient",
509
- {
510
- id: `u-${id}`,
511
- x1: "-636.573",
512
- x2: "-636.573",
513
- y1: "855.444",
514
- y2: "854.444",
515
- gradientTransform: "matrix(109.9945 5.7646 6.3597 -121.3507 64719.133 107659.336)",
516
- gradientUnits: "userSpaceOnUse",
517
- children: [
518
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#2f8a00" }),
519
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#90ff57" })
520
- ]
521
- }
522
- ),
523
- /* @__PURE__ */ jsx(
524
- "path",
525
- {
526
- fill: `url(#u-${id})`,
527
- fillRule: "evenodd",
528
- stroke: "#2F8A00",
529
- strokeWidth: "13",
530
- d: "M194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.3 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20 49.6-53.1 49.6-53.1z",
531
- clipRule: "evenodd"
532
- }
533
- ),
534
- /* @__PURE__ */ jsxs(
535
- "linearGradient",
536
- {
537
- id: `v-${id}`,
538
- x1: "-632.145",
539
- x2: "-632.145",
540
- y1: "854.174",
541
- y2: "853.174",
542
- gradientTransform: "matrix(62.9558 3.2994 3.5021 -66.8246 37035.367 59284.227)",
543
- gradientUnits: "userSpaceOnUse",
544
- children: [
545
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#2f8a00" }),
546
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#90ff57" })
547
- ]
548
- }
549
- ),
550
- /* @__PURE__ */ jsx(
551
- "path",
552
- {
553
- fill: `url(#v-${id})`,
554
- fillRule: "evenodd",
555
- stroke: "#2F8A00",
556
- strokeWidth: "13",
557
- d: "M195 183.9c-.8-21.9 6-38 20.6-48.2 14.6-10.2 29.8-15.3 45.5-15.3-6.1 21.4-14.5 35.8-25.2 43.4-10.7 7.5-24.4 14.2-40.9 20.1z",
558
- clipRule: "evenodd"
559
- }
560
- ),
561
- /* @__PURE__ */ jsxs(
562
- "linearGradient",
563
- {
564
- id: `w-${id}`,
565
- x1: "-638.224",
566
- x2: "-638.224",
567
- y1: "853.801",
568
- y2: "852.801",
569
- gradientTransform: "matrix(152.4666 7.9904 3.0934 -59.0251 94939.86 55646.855)",
570
- gradientUnits: "userSpaceOnUse",
571
- children: [
572
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#2f8a00" }),
573
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#90ff57" })
574
- ]
575
- }
576
- ),
577
- /* @__PURE__ */ jsx(
578
- "path",
579
- {
580
- fill: `url(#w-${id})`,
581
- fillRule: "evenodd",
582
- stroke: "#2F8A00",
583
- strokeWidth: "13",
584
- d: "M194.9 184.5c31.9-30 64.1-39.7 96.7-29 32.6 10.7 50.8 30.4 54.6 59.1-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z",
585
- clipRule: "evenodd"
586
- }
587
- ),
588
- /* @__PURE__ */ jsxs(
589
- "linearGradient",
590
- {
591
- id: `x-${id}`,
592
- x1: "-637.723",
593
- x2: "-637.723",
594
- y1: "855.103",
595
- y2: "854.103",
596
- gradientTransform: "matrix(136.467 7.1519 5.2165 -99.5377 82830.875 89859.578)",
597
- gradientUnits: "userSpaceOnUse",
598
- children: [
599
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#2f8a00" }),
600
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#90ff57" })
601
- ]
602
- }
603
- ),
604
- /* @__PURE__ */ jsx(
605
- "path",
606
- {
607
- fill: `url(#x-${id})`,
608
- fillRule: "evenodd",
609
- stroke: "#2F8A00",
610
- strokeWidth: "13",
611
- d: "M194.9 184.5c35.8-7.6 65.6-.2 89.2 22 23.6 22.2 37.7 49 42.3 80.3-39.8-9.7-68.3-23.8-85.5-42.4-17.2-18.5-32.5-38.5-46-59.9z",
612
- clipRule: "evenodd"
613
- }
614
- ),
615
- /* @__PURE__ */ jsxs(
616
- "linearGradient",
617
- {
618
- id: `y-${id}`,
619
- x1: "-631.79",
620
- x2: "-631.79",
621
- y1: "855.872",
622
- y2: "854.872",
623
- gradientTransform: "matrix(60.8683 3.19 8.7771 -167.4773 31110.818 145537.61)",
624
- gradientUnits: "userSpaceOnUse",
625
- children: [
626
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#2f8a00" }),
627
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#90ff57" })
628
- ]
629
- }
630
- ),
631
- /* @__PURE__ */ jsx(
632
- "path",
633
- {
634
- fill: `url(#y-${id})`,
635
- fillRule: "evenodd",
636
- stroke: "#2F8A00",
637
- strokeWidth: "13",
638
- d: "M194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6-6.5 29.9-3.6 63.1 8.7 99.6 27.4-40.3 43.2-69.6 47.4-88 4.2-18.3 5.5-44.1 4-77.2z",
639
- clipRule: "evenodd"
640
- }
641
- ),
642
- /* @__PURE__ */ jsx(
643
- "path",
644
- {
645
- fill: "none",
646
- stroke: "#2F8A00",
647
- strokeLinecap: "round",
648
- strokeWidth: "8",
649
- d: "M196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4-5.7 18-9.4 33-11.1 45.1"
650
- }
651
- ),
652
- /* @__PURE__ */ jsx(
653
- "path",
654
- {
655
- fill: "none",
656
- stroke: "#2F8A00",
657
- strokeLinecap: "round",
658
- strokeWidth: "8",
659
- d: "M194.8 185.7c-24.4 1.7-43.8 9-58.1 21.8-14.3 12.8-24.7 25.4-31.3 37.8m99.1-68.9c29.7-6.7 52-8.4 67-5 15 3.4 26.9 8.7 35.8 15.9m-110.8-5.9c20.3 9.9 38.2 20.5 53.9 31.9 15.7 11.4 27.4 22.1 35.1 32"
660
- }
661
- )
662
- ] }),
663
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
664
- "filter",
665
- {
666
- id: `z-${id}`,
667
- width: "532",
668
- height: "633",
669
- x: "50.5",
670
- y: "399",
671
- filterUnits: "userSpaceOnUse",
672
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
673
- }
674
- ) }),
675
- /* @__PURE__ */ jsx(
676
- "mask",
677
- {
678
- id: `A-${id}`,
679
- width: "532",
680
- height: "633",
681
- x: "50.5",
682
- y: "399",
683
- maskUnits: "userSpaceOnUse",
684
- children: /* @__PURE__ */ jsx("g", { filter: `url(#z-${id})`, children: /* @__PURE__ */ jsx(
685
- "circle",
686
- {
687
- cx: "316.5",
688
- cy: "316.5",
689
- r: "316.5",
690
- fill: "#FFF",
691
- fillRule: "evenodd",
692
- clipRule: "evenodd"
693
- }
694
- ) })
695
- }
696
- ),
697
- /* @__PURE__ */ jsxs(
698
- "linearGradient",
699
- {
700
- id: `B-${id}`,
701
- x1: "-641.104",
702
- x2: "-641.278",
703
- y1: "856.577",
704
- y2: "856.183",
705
- gradientTransform: "matrix(532 0 0 -633 341484.5 542657)",
706
- gradientUnits: "userSpaceOnUse",
707
- children: [
708
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#fff400" }),
709
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#3c8700" })
710
- ]
711
- }
712
- ),
713
- /* @__PURE__ */ jsx(
714
- "ellipse",
715
- {
716
- cx: "316.5",
717
- cy: "715.5",
718
- fill: `url(#B-${id})`,
719
- fillRule: "evenodd",
720
- clipRule: "evenodd",
721
- mask: `url(#A-${id})`,
722
- rx: "266",
723
- ry: "316.5"
724
- }
725
- ),
726
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx(
727
- "filter",
728
- {
729
- id: `C-${id}`,
730
- width: "288",
731
- height: "283",
732
- x: "391",
733
- y: "-24",
734
- filterUnits: "userSpaceOnUse",
735
- children: /* @__PURE__ */ jsx("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" })
736
- }
737
- ) }),
738
- /* @__PURE__ */ jsx(
739
- "mask",
740
- {
741
- id: `D-${id}`,
742
- width: "288",
743
- height: "283",
744
- x: "391",
745
- y: "-24",
746
- maskUnits: "userSpaceOnUse",
747
- children: /* @__PURE__ */ jsx("g", { filter: `url(#C-${id})`, children: /* @__PURE__ */ jsx(
748
- "circle",
749
- {
750
- cx: "316.5",
751
- cy: "316.5",
752
- r: "316.5",
753
- fill: "#FFF",
754
- fillRule: "evenodd",
755
- clipRule: "evenodd"
756
- }
757
- ) })
758
- }
759
- ),
760
- /* @__PURE__ */ jsx("g", { mask: `url(#D-${id})`, children: /* @__PURE__ */ jsxs("g", { transform: "translate(397 -24)", children: [
761
- /* @__PURE__ */ jsxs(
762
- "linearGradient",
763
- {
764
- id: `E-${id}`,
765
- x1: "-1036.672",
766
- x2: "-1036.672",
767
- y1: "880.018",
768
- y2: "879.018",
769
- gradientTransform: "matrix(227 0 0 -227 235493 199764)",
770
- gradientUnits: "userSpaceOnUse",
771
- children: [
772
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffdf00" }),
773
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff9d00" })
774
- ]
775
- }
776
- ),
777
- /* @__PURE__ */ jsx(
778
- "circle",
779
- {
780
- cx: "168.5",
781
- cy: "113.5",
782
- r: "113.5",
783
- fill: `url(#E-${id})`,
784
- fillRule: "evenodd",
785
- clipRule: "evenodd"
786
- }
787
- ),
788
- /* @__PURE__ */ jsxs(
789
- "linearGradient",
790
- {
791
- id: `F-${id}`,
792
- x1: "-1017.329",
793
- x2: "-1018.602",
794
- y1: "658.003",
795
- y2: "657.998",
796
- gradientTransform: "matrix(30 0 0 -1 30558 771)",
797
- gradientUnits: "userSpaceOnUse",
798
- children: [
799
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
800
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
801
- ]
802
- }
803
- ),
804
- /* @__PURE__ */ jsx(
805
- "path",
806
- {
807
- fill: "none",
808
- stroke: `url(#F-${id})`,
809
- strokeLinecap: "round",
810
- strokeLinejoin: "bevel",
811
- strokeWidth: "12",
812
- d: "M30 113H0"
813
- }
814
- ),
815
- /* @__PURE__ */ jsxs(
816
- "linearGradient",
817
- {
818
- id: `G-${id}`,
819
- x1: "-1014.501",
820
- x2: "-1015.774",
821
- y1: "839.985",
822
- y2: "839.935",
823
- gradientTransform: "matrix(26.5 0 0 -5.5 26925 4696.5)",
824
- gradientUnits: "userSpaceOnUse",
825
- children: [
826
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
827
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
828
- ]
829
- }
830
- ),
831
- /* @__PURE__ */ jsx(
832
- "path",
833
- {
834
- fill: "none",
835
- stroke: `url(#G-${id})`,
836
- strokeLinecap: "round",
837
- strokeLinejoin: "bevel",
838
- strokeWidth: "12",
839
- d: "M33.5 79.5L7 74"
840
- }
841
- ),
842
- /* @__PURE__ */ jsxs(
843
- "linearGradient",
844
- {
845
- id: `H-${id}`,
846
- x1: "-1016.59",
847
- x2: "-1017.862",
848
- y1: "852.671",
849
- y2: "852.595",
850
- gradientTransform: "matrix(29 0 0 -8 29523 6971)",
851
- gradientUnits: "userSpaceOnUse",
852
- children: [
853
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
854
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
855
- ]
856
- }
857
- ),
858
- /* @__PURE__ */ jsx(
859
- "path",
860
- {
861
- fill: "none",
862
- stroke: `url(#H-${id})`,
863
- strokeLinecap: "round",
864
- strokeLinejoin: "bevel",
865
- strokeWidth: "12",
866
- d: "M34 146l-29 8"
867
- }
868
- ),
869
- /* @__PURE__ */ jsxs(
870
- "linearGradient",
871
- {
872
- id: `I-${id}`,
873
- x1: "-1011.984",
874
- x2: "-1013.257",
875
- y1: "863.523",
876
- y2: "863.229",
877
- gradientTransform: "matrix(24 0 0 -13 24339 11407)",
878
- gradientUnits: "userSpaceOnUse",
879
- children: [
880
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
881
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
882
- ]
883
- }
884
- ),
885
- /* @__PURE__ */ jsx(
886
- "path",
887
- {
888
- fill: "none",
889
- stroke: `url(#I-${id})`,
890
- strokeLinecap: "round",
891
- strokeLinejoin: "bevel",
892
- strokeWidth: "12",
893
- d: "M45 177l-24 13"
894
- }
895
- ),
896
- /* @__PURE__ */ jsxs(
897
- "linearGradient",
898
- {
899
- id: `J-${id}`,
900
- x1: "-1006.673",
901
- x2: "-1007.946",
902
- y1: "869.279",
903
- y2: "868.376",
904
- gradientTransform: "matrix(20 0 0 -19 20205 16720)",
905
- gradientUnits: "userSpaceOnUse",
906
- children: [
907
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
908
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
909
- ]
910
- }
911
- ),
912
- /* @__PURE__ */ jsx(
913
- "path",
914
- {
915
- fill: "none",
916
- stroke: `url(#J-${id})`,
917
- strokeLinecap: "round",
918
- strokeLinejoin: "bevel",
919
- strokeWidth: "12",
920
- d: "M67 204l-20 19"
921
- }
922
- ),
923
- /* @__PURE__ */ jsxs(
924
- "linearGradient",
925
- {
926
- id: `K-${id}`,
927
- x1: "-992.85",
928
- x2: "-993.317",
929
- y1: "871.258",
930
- y2: "870.258",
931
- gradientTransform: "matrix(13.8339 0 0 -22.8467 13825.796 20131.938)",
932
- gradientUnits: "userSpaceOnUse",
933
- children: [
934
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
935
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
936
- ]
937
- }
938
- ),
939
- /* @__PURE__ */ jsx(
940
- "path",
941
- {
942
- fill: "none",
943
- stroke: `url(#K-${id})`,
944
- strokeLinecap: "round",
945
- strokeLinejoin: "bevel",
946
- strokeWidth: "12",
947
- d: "M94.4 227l-13.8 22.8"
948
- }
949
- ),
950
- /* @__PURE__ */ jsxs(
951
- "linearGradient",
952
- {
953
- id: `L-${id}`,
954
- x1: "-953.835",
955
- x2: "-953.965",
956
- y1: "871.9",
957
- y2: "870.9",
958
- gradientTransform: "matrix(7.5 0 0 -24.5 7278 21605)",
959
- gradientUnits: "userSpaceOnUse",
960
- children: [
961
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
962
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
963
- ]
964
- }
965
- ),
966
- /* @__PURE__ */ jsx(
967
- "path",
968
- {
969
- fill: "none",
970
- stroke: `url(#L-${id})`,
971
- strokeLinecap: "round",
972
- strokeLinejoin: "bevel",
973
- strokeWidth: "12",
974
- d: "M127.5 243.5L120 268"
975
- }
976
- ),
977
- /* @__PURE__ */ jsxs(
978
- "linearGradient",
979
- {
980
- id: `M-${id}`,
981
- x1: "244.504",
982
- x2: "244.496",
983
- y1: "871.898",
984
- y2: "870.898",
985
- gradientTransform: "matrix(.5 0 0 -24.5 45.5 21614)",
986
- gradientUnits: "userSpaceOnUse",
987
- children: [
988
- /* @__PURE__ */ jsx("stop", { offset: "0", stopColor: "#ffa400" }),
989
- /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff5e00" })
990
- ]
991
- }
992
- ),
993
- /* @__PURE__ */ jsx(
994
- "path",
995
- {
996
- fill: "none",
997
- stroke: `url(#M-${id})`,
998
- strokeLinecap: "round",
999
- strokeLinejoin: "bevel",
1000
- strokeWidth: "12",
1001
- d: "M167.5 252.5l.5 24.5"
1002
- }
1003
- )
1004
- ] }) })
1005
- ] })
1006
- }
1007
- );
1008
- }
1009
- export {
1010
- TanStackLogo
1011
- };
1012
- //# sourceMappingURL=logo.js.map