@patternfly/design-tokens 1.15.1 → 1.15.2

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 (78) hide show
  1. package/build/css/tokens-dark.scss +3 -3
  2. package/build/css/tokens-default.scss +4 -5
  3. package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +1 -1
  4. package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +4 -3
  5. package/build/css/{tokens-redhat-glass.scss → tokens-felt-glass.scss} +4 -2
  6. package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -3
  7. package/build/css/tokens-felt-highcontrast.scss +121 -0
  8. package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
  9. package/build/css/tokens-glass-dark.scss +2 -2
  10. package/build/css/tokens-glass.scss +1 -1
  11. package/build/css/tokens-palette.scss +1 -1
  12. package/build/css/tokens-redhat-highcontrast.scss +641 -10
  13. package/build.js +42 -42
  14. package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
  15. package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
  16. package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
  17. package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
  18. package/{config.redhat.json → config.felt.json} +2 -2
  19. package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
  20. package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
  21. package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
  22. package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
  23. package/package.json +1 -1
  24. package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
  25. package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
  26. package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
  27. package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
  28. package/patternfly-docs/content/token-layers-glass-dark.json +4214 -4247
  29. package/patternfly-docs/content/token-layers-glass.json +4997 -5049
  30. package/patternfly-docs/content/token-layers-highcontrast-dark.json +2978 -3005
  31. package/patternfly-docs/content/token-layers-highcontrast.json +4177 -4229
  32. package/patternfly-docs/content/token-layers-redhat-dark.json +147 -170
  33. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +165 -194
  34. package/patternfly-docs/content/token-layers-redhat-glass.json +298 -346
  35. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +46 -69
  36. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +4911 -4641
  37. package/patternfly-docs/content/token-layers-redhat.json +6147 -5881
  38. package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
  39. package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
  40. package/tokens/default/dark/base.dark.json +42 -42
  41. package/tokens/default/dark/charts.dark.json +32 -32
  42. package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
  43. package/tokens/default/dark/palette.color.json +4 -4
  44. package/tokens/default/dark/semantic.dark.json +115 -115
  45. package/tokens/default/glass/base.dimension.json +24 -24
  46. package/tokens/default/glass/palette.color.json +4 -4
  47. package/tokens/default/glass/semantic.dimension.glass.json +137 -141
  48. package/tokens/default/glass/semantic.glass.json +114 -114
  49. package/tokens/default/glass-dark/base.dark.json +42 -42
  50. package/tokens/default/glass-dark/palette.color.json +4 -4
  51. package/tokens/default/glass-dark/semantic.glass.dark.json +115 -115
  52. package/tokens/default/highcontrast/base.dimension.json +24 -24
  53. package/tokens/default/highcontrast/palette.color.json +4 -4
  54. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +136 -140
  55. package/tokens/default/highcontrast/semantic.highcontrast.json +114 -114
  56. package/tokens/default/highcontrast-dark/base.dark.json +42 -42
  57. package/tokens/default/highcontrast-dark/palette.color.json +4 -4
  58. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +115 -115
  59. package/tokens/default/light/base.dimension.json +24 -24
  60. package/tokens/default/light/charts.highcontrast.json +765 -0
  61. package/tokens/default/light/charts.json +32 -32
  62. package/tokens/default/light/palette.color.json +4 -4
  63. package/tokens/default/light/semantic.dimension.json +137 -141
  64. package/tokens/default/light/semantic.json +114 -114
  65. package/tokens/default/light/semantic.motion.json +17 -17
  66. package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +19 -19
  67. package/tokens/{redhat/light/redhat.color.json → felt/glass/felt.color.glass.json} +10 -10
  68. package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
  69. package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +22 -17
  70. package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
  71. package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
  72. package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
  73. package/tokens/{redhat/glass/redhat.color.glass.json → felt/light/felt.color.json} +10 -10
  74. package/tokens/felt/light/felt.dimension.json +23 -0
  75. package/tokens/redhat/glass/redhat.dimension.glass.json +0 -2
  76. /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
  77. /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
  78. /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
@@ -0,0 +1,765 @@
1
+
2
+ {
3
+ "chart": {
4
+ "color": {
5
+ "blue": {
6
+ "100": {
7
+ "type": "color",
8
+ "value": "{color.blue.50}"
9
+ },
10
+ "200": {
11
+ "type": "color",
12
+ "value": "{color.blue.40}"
13
+ },
14
+ "300": {
15
+ "type": "color",
16
+ "value": "{color.blue.30}"
17
+ },
18
+ "400": {
19
+ "type": "color",
20
+ "value": "{color.blue.20}"
21
+ },
22
+ "500": {
23
+ "type": "color",
24
+ "value": "{color.blue.10}"
25
+ }
26
+ },
27
+ "green": {
28
+ "100": {
29
+ "type": "color",
30
+ "value": "{color.green.50}"
31
+ },
32
+ "200": {
33
+ "type": "color",
34
+ "value": "{color.green.40}"
35
+ },
36
+ "300": {
37
+ "type": "color",
38
+ "value": "{color.green.30}"
39
+ },
40
+ "400": {
41
+ "type": "color",
42
+ "value": "{color.green.20}"
43
+ },
44
+ "500": {
45
+ "type": "color",
46
+ "value": "{color.green.10}"
47
+ }
48
+ },
49
+ "teal": {
50
+ "100": {
51
+ "type": "color",
52
+ "value": "{color.teal.50}"
53
+ },
54
+ "200": {
55
+ "type": "color",
56
+ "value": "{color.teal.40}"
57
+ },
58
+ "300": {
59
+ "type": "color",
60
+ "value": "{color.teal.30}"
61
+ },
62
+ "400": {
63
+ "type": "color",
64
+ "value": "{color.teal.20}"
65
+ },
66
+ "500": {
67
+ "type": "color",
68
+ "value": "{color.teal.10}"
69
+ }
70
+ },
71
+ "purple": {
72
+ "100": {
73
+ "type": "color",
74
+ "value": "{color.purple.50}"
75
+ },
76
+ "200": {
77
+ "type": "color",
78
+ "value": "{color.purple.40}"
79
+ },
80
+ "300": {
81
+ "type": "color",
82
+ "value": "{color.purple.30}"
83
+ },
84
+ "400": {
85
+ "type": "color",
86
+ "value": "{color.purple.20}"
87
+ },
88
+ "500": {
89
+ "type": "color",
90
+ "value": "{color.purple.10}"
91
+ }
92
+ },
93
+ "yellow": {
94
+ "100": {
95
+ "type": "color",
96
+ "value": "{color.yellow.50}"
97
+ },
98
+ "200": {
99
+ "type": "color",
100
+ "value": "{color.yellow.40}"
101
+ },
102
+ "300": {
103
+ "type": "color",
104
+ "value": "{color.yellow.30}"
105
+ },
106
+ "400": {
107
+ "type": "color",
108
+ "value": "{color.yellow.20}"
109
+ },
110
+ "500": {
111
+ "type": "color",
112
+ "value": "{color.yellow.10}"
113
+ }
114
+ },
115
+ "orange": {
116
+ "100": {
117
+ "type": "color",
118
+ "value": "{color.orange.50}"
119
+ },
120
+ "200": {
121
+ "type": "color",
122
+ "value": "{color.orange.40}"
123
+ },
124
+ "300": {
125
+ "type": "color",
126
+ "value": "{color.orange.30}"
127
+ },
128
+ "400": {
129
+ "type": "color",
130
+ "value": "{color.orange.20}"
131
+ },
132
+ "500": {
133
+ "type": "color",
134
+ "value": "{color.orange.10}"
135
+ }
136
+ },
137
+ "red-orange": {
138
+ "100": {
139
+ "type": "color",
140
+ "value": "{color.red-orange.50}"
141
+ },
142
+ "200": {
143
+ "type": "color",
144
+ "value": "{color.red-orange.40}"
145
+ },
146
+ "300": {
147
+ "type": "color",
148
+ "value": "{color.red-orange.30}"
149
+ },
150
+ "400": {
151
+ "type": "color",
152
+ "value": "{color.red-orange.20}"
153
+ },
154
+ "500": {
155
+ "type": "color",
156
+ "value": "{color.red-orange.10}"
157
+ }
158
+ },
159
+ "black": {
160
+ "100": {
161
+ "type": "color",
162
+ "value": "{color.gray.50}"
163
+ },
164
+ "200": {
165
+ "type": "color",
166
+ "value": "{color.gray.40}"
167
+ },
168
+ "300": {
169
+ "type": "color",
170
+ "value": "{color.gray.30}"
171
+ },
172
+ "400": {
173
+ "type": "color",
174
+ "value": "{color.gray.20}"
175
+ },
176
+ "500": {
177
+ "type": "color",
178
+ "value": "{color.gray.10}"
179
+ }
180
+ }
181
+ },
182
+ "global": {
183
+ "letter-spacing": {
184
+ "type": "string",
185
+ "value": "normal"
186
+ },
187
+ "stroke-line-cap": {
188
+ "type": "string",
189
+ "value": "round"
190
+ },
191
+ "stroke-line-join": {
192
+ "type": "string",
193
+ "value": "round"
194
+ },
195
+ "BorderWidth": {
196
+ "xs": {
197
+ "type": "number",
198
+ "value": 1
199
+ },
200
+ "sm": {
201
+ "type": "number",
202
+ "value": 2
203
+ },
204
+ "lg": {
205
+ "type": "number",
206
+ "value": 8
207
+ }
208
+ },
209
+ "stroke": {
210
+ "width": {
211
+ "xs": {
212
+ "type": "number",
213
+ "value": 1
214
+ },
215
+ "sm": {
216
+ "type": "number",
217
+ "value": 2
218
+ }
219
+ }
220
+ },
221
+ "fill": {
222
+ "color": {
223
+ "100": {
224
+ "type": "color",
225
+ "value": "{color.gray.60}"
226
+ },
227
+ "200": {
228
+ "type": "color",
229
+ "value": "{color.gray.50}"
230
+ },
231
+ "300": {
232
+ "type": "color",
233
+ "value": "{color.gray.40}"
234
+ },
235
+ "400": {
236
+ "type": "color",
237
+ "value": "{color.gray.30}"
238
+ },
239
+ "500": {
240
+ "type": "color",
241
+ "value": "{color.gray.20}"
242
+ },
243
+ "700": {
244
+ "type": "color",
245
+ "value": "{color.gray.10}"
246
+ },
247
+ "900": {
248
+ "type": "color",
249
+ "value": "{color.white}"
250
+ },
251
+ "white": {
252
+ "type": "color",
253
+ "value": "{color.white}"
254
+ }
255
+ }
256
+ },
257
+ "warning": {
258
+ "color": {
259
+ "100": {
260
+ "type": "color",
261
+ "value": "{color.orange.30}"
262
+ },
263
+ "200": {
264
+ "type": "color",
265
+ "value": "{color.yellow.30}"
266
+ }
267
+ }
268
+ },
269
+ "success": {
270
+ "color": {
271
+ "100": {
272
+ "type": "color",
273
+ "value": "{color.blue.30}"
274
+ }
275
+ }
276
+ },
277
+ "danger": {
278
+ "color": {
279
+ "100": {
280
+ "type": "color",
281
+ "value": "{color.red-orange.40}"
282
+ }
283
+ }
284
+ },
285
+ "FontSize": {
286
+ "xs": {
287
+ "type": "number",
288
+ "value": 12
289
+ },
290
+ "sm": {
291
+ "type": "number",
292
+ "value": 14
293
+ },
294
+ "lg": {
295
+ "type": "number",
296
+ "value": 18
297
+ },
298
+ "2xl": {
299
+ "type": "number",
300
+ "value": 22
301
+ }
302
+ },
303
+ "layout": {
304
+ "padding": {
305
+ "type": "number",
306
+ "value": 50
307
+ },
308
+ "height": {
309
+ "type": "number",
310
+ "value": 300
311
+ },
312
+ "width": {
313
+ "type": "number",
314
+ "value": 450
315
+ }
316
+ },
317
+ "label": {
318
+ "padding": {
319
+ "type": "number",
320
+ "value": 10
321
+ },
322
+ "margin": {
323
+ "type": "number",
324
+ "value": 8
325
+ },
326
+ "text-anchor": {
327
+ "type": "string",
328
+ "value": "middle"
329
+ },
330
+ "fill": {
331
+ "type": "color",
332
+ "value": "{color.white}"
333
+ },
334
+ "stroke": {
335
+ "width": {
336
+ "type": "number",
337
+ "value": 0
338
+ },
339
+ "type": "string",
340
+ "value": "transparent"
341
+ }
342
+ }
343
+ },
344
+ "theme": {
345
+ "colorscales": {
346
+ "blue": {
347
+ "colorscale": {
348
+ "100": {
349
+ "type": "color",
350
+ "value": "{chart.color.blue.300}"
351
+ },
352
+ "200": {
353
+ "type": "color",
354
+ "value": "{chart.color.blue.100}"
355
+ },
356
+ "300": {
357
+ "type": "color",
358
+ "value": "{chart.color.blue.500}"
359
+ },
360
+ "400": {
361
+ "type": "color",
362
+ "value": "{chart.color.blue.200}"
363
+ },
364
+ "500": {
365
+ "type": "color",
366
+ "value": "{chart.color.blue.400}"
367
+ }
368
+ }
369
+ },
370
+ "teal": {
371
+ "colorscale": {
372
+ "100": {
373
+ "type": "color",
374
+ "value": "{chart.color.teal.300}"
375
+ },
376
+ "200": {
377
+ "type": "color",
378
+ "value": "{chart.color.teal.100}"
379
+ },
380
+ "300": {
381
+ "type": "color",
382
+ "value": "{chart.color.teal.500}"
383
+ },
384
+ "400": {
385
+ "type": "color",
386
+ "value": "{chart.color.teal.200}"
387
+ },
388
+ "500": {
389
+ "type": "color",
390
+ "value": "{chart.color.teal.400}"
391
+ }
392
+ }
393
+ },
394
+ "yellow": {
395
+ "colorscale": {
396
+ "100": {
397
+ "type": "color",
398
+ "value": "{chart.color.yellow.300}"
399
+ },
400
+ "200": {
401
+ "type": "color",
402
+ "value": "{chart.color.yellow.100}"
403
+ },
404
+ "300": {
405
+ "type": "color",
406
+ "value": "{chart.color.yellow.500}"
407
+ },
408
+ "400": {
409
+ "type": "color",
410
+ "value": "{chart.color.yellow.200}"
411
+ },
412
+ "500": {
413
+ "type": "color",
414
+ "value": "{chart.color.yellow.400}"
415
+ }
416
+ }
417
+ },
418
+ "gray": {
419
+ "colorscale": {
420
+ "100": {
421
+ "type": "color",
422
+ "value": "{chart.color.black.300}"
423
+ },
424
+ "200": {
425
+ "type": "color",
426
+ "value": "{chart.color.black.100}"
427
+ },
428
+ "300": {
429
+ "type": "color",
430
+ "value": "{chart.color.black.500}"
431
+ },
432
+ "400": {
433
+ "type": "color",
434
+ "value": "{chart.color.black.200}"
435
+ },
436
+ "500": {
437
+ "type": "color",
438
+ "value": "{chart.color.black.400}"
439
+ }
440
+ }
441
+ },
442
+ "green": {
443
+ "colorscale": {
444
+ "100": {
445
+ "type": "color",
446
+ "value": "{chart.color.green.300}"
447
+ },
448
+ "200": {
449
+ "type": "color",
450
+ "value": "{chart.color.green.100}"
451
+ },
452
+ "300": {
453
+ "type": "color",
454
+ "value": "{chart.color.green.500}"
455
+ },
456
+ "400": {
457
+ "type": "color",
458
+ "value": "{chart.color.green.200}"
459
+ },
460
+ "500": {
461
+ "type": "color",
462
+ "value": "{chart.color.green.400}"
463
+ }
464
+ }
465
+ },
466
+ "purple": {
467
+ "colorscale": {
468
+ "100": {
469
+ "type": "color",
470
+ "value": "{chart.color.purple.300}"
471
+ },
472
+ "200": {
473
+ "type": "color",
474
+ "value": "{chart.color.purple.100}"
475
+ },
476
+ "300": {
477
+ "type": "color",
478
+ "value": "{chart.color.purple.500}"
479
+ },
480
+ "400": {
481
+ "type": "color",
482
+ "value": "{chart.color.purple.200}"
483
+ },
484
+ "500": {
485
+ "type": "color",
486
+ "value": "{chart.color.purple.400}"
487
+ }
488
+ }
489
+ },
490
+ "orange": {
491
+ "colorscale": {
492
+ "100": {
493
+ "type": "color",
494
+ "value": "{chart.color.orange.300}"
495
+ },
496
+ "200": {
497
+ "type": "color",
498
+ "value": "{chart.color.orange.100}"
499
+ },
500
+ "300": {
501
+ "type": "color",
502
+ "value": "{chart.color.orange.500}"
503
+ },
504
+ "400": {
505
+ "type": "color",
506
+ "value": "{chart.color.orange.200}"
507
+ },
508
+ "500": {
509
+ "type": "color",
510
+ "value": "{chart.color.orange.400}"
511
+ }
512
+ }
513
+ },
514
+ "multi-colored-ordered": {
515
+ "colorscale": {
516
+ "100": {
517
+ "type": "color",
518
+ "value": "{chart.color.blue.200}"
519
+ },
520
+ "200": {
521
+ "type": "color",
522
+ "value": "{chart.color.green.300}"
523
+ },
524
+ "300": {
525
+ "type": "color",
526
+ "value": "{chart.color.teal.200}"
527
+ },
528
+ "400": {
529
+ "type": "color",
530
+ "value": "{chart.color.yellow.300}"
531
+ },
532
+ "500": {
533
+ "type": "color",
534
+ "value": "{chart.color.orange.200}"
535
+ },
536
+ "600": {
537
+ "type": "color",
538
+ "value": "{chart.color.blue.300}"
539
+ },
540
+ "700": {
541
+ "type": "color",
542
+ "value": "{chart.color.green.200}"
543
+ },
544
+ "800": {
545
+ "type": "color",
546
+ "value": "{chart.color.teal.300}"
547
+ },
548
+ "900": {
549
+ "type": "color",
550
+ "value": "{chart.color.yellow.200}"
551
+ },
552
+ "1000": {
553
+ "type": "color",
554
+ "value": "{chart.color.orange.300}"
555
+ },
556
+ "1100": {
557
+ "type": "color",
558
+ "value": "{chart.color.blue.500}"
559
+ },
560
+ "1200": {
561
+ "type": "color",
562
+ "value": "{chart.color.green.100}"
563
+ },
564
+ "1300": {
565
+ "type": "color",
566
+ "value": "{chart.color.teal.500}"
567
+ },
568
+ "1400": {
569
+ "type": "color",
570
+ "value": "{chart.color.yellow.100}"
571
+ },
572
+ "1500": {
573
+ "type": "color",
574
+ "value": "{chart.color.orange.500}"
575
+ },
576
+ "1600": {
577
+ "type": "color",
578
+ "value": "{chart.color.blue.100}"
579
+ },
580
+ "1700": {
581
+ "type": "color",
582
+ "value": "{chart.color.green.500}"
583
+ },
584
+ "1800": {
585
+ "type": "color",
586
+ "value": "{chart.color.teal.100}"
587
+ },
588
+ "1900": {
589
+ "type": "color",
590
+ "value": "{chart.color.yellow.500}"
591
+ },
592
+ "2000": {
593
+ "type": "color",
594
+ "value": "{chart.color.orange.100}"
595
+ },
596
+ "2100": {
597
+ "type": "color",
598
+ "value": "{chart.color.blue.400}"
599
+ },
600
+ "2200": {
601
+ "type": "color",
602
+ "value": "{chart.color.green.400}"
603
+ },
604
+ "2300": {
605
+ "type": "color",
606
+ "value": "{chart.color.teal.400}"
607
+ },
608
+ "2400": {
609
+ "type": "color",
610
+ "value": "{chart.color.yellow.400}"
611
+ },
612
+ "2500": {
613
+ "type": "color",
614
+ "value": "{chart.color.orange.400}"
615
+ }
616
+ }
617
+ },
618
+ "multi-colored-unordered": {
619
+ "colorscale": {
620
+ "100": {
621
+ "type": "color",
622
+ "value": "{chart.color.blue.200}"
623
+ },
624
+ "200": {
625
+ "type": "color",
626
+ "value": "{chart.color.yellow.300}"
627
+ },
628
+ "300": {
629
+ "type": "color",
630
+ "value": "{chart.color.green.200}"
631
+ },
632
+ "400": {
633
+ "type": "color",
634
+ "value": "{chart.color.purple.300}"
635
+ },
636
+ "500": {
637
+ "type": "color",
638
+ "value": "{chart.color.orange.200}"
639
+ },
640
+ "600": {
641
+ "type": "color",
642
+ "value": "{chart.color.teal.300}"
643
+ },
644
+ "700": {
645
+ "type": "color",
646
+ "value": "{chart.color.black.200}"
647
+ },
648
+ "800": {
649
+ "type": "color",
650
+ "value": "{chart.color.blue.300}"
651
+ },
652
+ "900": {
653
+ "type": "color",
654
+ "value": "{chart.color.yellow.200}"
655
+ },
656
+ "1000": {
657
+ "type": "color",
658
+ "value": "{chart.color.green.300}"
659
+ },
660
+ "1100": {
661
+ "type": "color",
662
+ "value": "{chart.color.purple.200}"
663
+ },
664
+ "1200": {
665
+ "type": "color",
666
+ "value": "{chart.color.orange.300}"
667
+ },
668
+ "1300": {
669
+ "type": "color",
670
+ "value": "{chart.color.teal.200}"
671
+ },
672
+ "1400": {
673
+ "type": "color",
674
+ "value": "{chart.color.black.300}"
675
+ },
676
+ "1500": {
677
+ "type": "color",
678
+ "value": "{chart.color.blue.100}"
679
+ },
680
+ "1600": {
681
+ "type": "color",
682
+ "value": "{chart.color.yellow.500}"
683
+ },
684
+ "1700": {
685
+ "type": "color",
686
+ "value": "{chart.color.green.100}"
687
+ },
688
+ "1800": {
689
+ "type": "color",
690
+ "value": "{chart.color.purple.500}"
691
+ },
692
+ "1900": {
693
+ "type": "color",
694
+ "value": "{chart.color.orange.100}"
695
+ },
696
+ "2000": {
697
+ "type": "color",
698
+ "value": "{chart.color.teal.500}"
699
+ },
700
+ "2100": {
701
+ "type": "color",
702
+ "value": "{chart.color.black.100}"
703
+ },
704
+ "2200": {
705
+ "type": "color",
706
+ "value": "{chart.color.blue.500}"
707
+ },
708
+ "2300": {
709
+ "type": "color",
710
+ "value": "{chart.color.yellow.100}"
711
+ },
712
+ "2400": {
713
+ "type": "color",
714
+ "value": "{chart.color.green.500}"
715
+ },
716
+ "2500": {
717
+ "type": "color",
718
+ "value": "{chart.color.purple.100}"
719
+ },
720
+ "2600": {
721
+ "type": "color",
722
+ "value": "{chart.color.orange.500}"
723
+ },
724
+ "2700": {
725
+ "type": "color",
726
+ "value": "{chart.color.teal.100}"
727
+ },
728
+ "2800": {
729
+ "type": "color",
730
+ "value": "{chart.color.black.500}"
731
+ },
732
+ "2900": {
733
+ "type": "color",
734
+ "value": "{chart.color.blue.400}"
735
+ },
736
+ "3000": {
737
+ "type": "color",
738
+ "value": "{chart.color.yellow.400}"
739
+ },
740
+ "3100": {
741
+ "type": "color",
742
+ "value": "{chart.color.green.400}"
743
+ },
744
+ "3200": {
745
+ "type": "color",
746
+ "value": "{chart.color.purple.400}"
747
+ },
748
+ "3300": {
749
+ "type": "color",
750
+ "value": "{chart.color.orange.400}"
751
+ },
752
+ "3400": {
753
+ "type": "color",
754
+ "value": "{chart.color.teal.400}"
755
+ },
756
+ "3500": {
757
+ "type": "color",
758
+ "value": "{chart.color.black.400}"
759
+ }
760
+ }
761
+ }
762
+ }
763
+ }
764
+ }
765
+ }