@devexpress/design-tokens-internal 261.0.4 → 261.0.6

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 (134) hide show
  1. package/package.json +1 -1
  2. package/tokens/base/colors/icons/material/dark.json +34 -0
  3. package/tokens/base/colors/icons/material/light.json +34 -0
  4. package/tokens/base/colors/palettes/fluent/storm.json +17 -17
  5. package/tokens/base/colors/palettes/{dx-office/orange.json → material/blue.json} +163 -127
  6. package/tokens/base/colors/palettes/material/purple.json +560 -0
  7. package/tokens/base/colors/utility/{dx-office.json → material.json} +221 -133
  8. package/tokens/base/spacing.json +4 -0
  9. package/tokens/base/typography/font-family.json +4 -0
  10. package/tokens/base/typography/letter-spacing.json +20 -0
  11. package/tokens/components/README.md +167 -0
  12. package/tokens/components/blazor/accordion/fluent.json +126 -0
  13. package/tokens/components/{web → blazor}/button/fluent.json +598 -299
  14. package/tokens/components/{desktop → blazor}/button-group/fluent.json +12 -6
  15. package/tokens/components/{web → blazor}/carousel/fluent.json +555 -278
  16. package/tokens/components/{web → blazor}/checkbox/fluent.json +48 -24
  17. package/tokens/components/{web → blazor}/color-palette/fluent.json +244 -122
  18. package/tokens/components/{web → blazor}/column-chooser/fluent.json +62 -31
  19. package/tokens/components/{web → blazor}/filter-builder/fluent.json +207 -104
  20. package/tokens/components/{web → blazor}/html-editor/fluent.json +52 -26
  21. package/tokens/components/{web → blazor}/listbox/fluent.json +47 -69
  22. package/tokens/components/{web → blazor}/loading-panel_wait-indicator/fluent.json +45 -21
  23. package/tokens/components/{web → blazor}/memo/fluent.json +8 -4
  24. package/tokens/components/{web → blazor}/menu/fluent.json +6 -3
  25. package/tokens/components/{web → blazor}/message-bar/fluent.json +30 -15
  26. package/tokens/components/{web → blazor}/message-box/fluent.json +10 -5
  27. package/tokens/components/{web → blazor}/overflow-menu/fluent.json +18 -9
  28. package/tokens/components/{web → blazor}/pager/fluent.json +34 -17
  29. package/tokens/components/{web → blazor}/progress-bar/fluent.json +28 -14
  30. package/tokens/components/{web → blazor}/radio/fluent.json +48 -24
  31. package/tokens/components/blazor/ribbon/fluent.json +237 -0
  32. package/tokens/components/{web → blazor}/rich-text-editor/fluent.json +192 -90
  33. package/tokens/components/{web → blazor}/scheduler/fluent.json +512 -256
  34. package/tokens/components/{web → blazor}/scheduler-popups/fluent.json +92 -46
  35. package/tokens/components/{web → blazor}/split-button/fluent.json +26 -13
  36. package/tokens/components/{web → blazor}/switcher/fluent.json +36 -18
  37. package/tokens/components/{web → blazor}/tabs/fluent.json +44 -22
  38. package/tokens/components/{web → blazor}/tagbox/fluent.json +26 -13
  39. package/tokens/components/{web → blazor}/text-edit/fluent.json +84 -30
  40. package/tokens/components/{web → blazor}/toast/fluent.json +216 -108
  41. package/tokens/components/{web → blazor}/toolbar/fluent.json +30 -15
  42. package/tokens/components/{web → blazor}/tooltip/fluent.json +4 -2
  43. package/tokens/components/{web → blazor}/treeview/fluent.json +478 -239
  44. package/tokens/components/{web → blazor}/uploader/fluent.json +574 -287
  45. package/tokens/components/core/accordion/fluent.json +232 -125
  46. package/tokens/components/core/ai-chat/fluent.json +428 -214
  47. package/tokens/components/core/badge/fluent.json +30 -15
  48. package/tokens/components/core/button/fluent.json +248 -29
  49. package/tokens/components/core/calendar/fluent.json +307 -154
  50. package/tokens/components/core/checkbox/fluent.json +160 -80
  51. package/tokens/components/core/collapse-button/fluent.json +68 -35
  52. package/tokens/components/core/color-palette/fluent.json +288 -144
  53. package/tokens/components/core/container-body/fluent.json +32 -16
  54. package/tokens/components/core/container-footer/fluent.json +38 -19
  55. package/tokens/components/core/container-header/fluent.json +64 -32
  56. package/tokens/components/core/dialog/fluent.json +34 -17
  57. package/tokens/components/core/drawer/fluent.json +30 -15
  58. package/tokens/components/core/empty-item/fluent.json +68 -34
  59. package/tokens/components/core/focus-rect/fluent.json +16 -8
  60. package/tokens/components/core/form/fluent.json +64 -32
  61. package/tokens/components/core/grid/fluent.json +4135 -0
  62. package/tokens/components/core/icon-wrapper/fluent.json +30 -15
  63. package/tokens/components/core/indent-space/fluent.json +20 -10
  64. package/tokens/components/core/label/fluent.json +24 -12
  65. package/tokens/components/core/link/fluent.json +54 -27
  66. package/tokens/components/core/listbox/fluent.json +160 -80
  67. package/tokens/components/core/menu/fluent.json +132 -66
  68. package/tokens/components/core/message-bar/fluent.json +48 -24
  69. package/tokens/components/core/overflow-menu/fluent.json +248 -78
  70. package/tokens/components/core/pagination/fluent.json +100 -50
  71. package/tokens/components/core/popover/fluent.json +36 -18
  72. package/tokens/components/core/popover-arrow/fluent.json +8 -4
  73. package/tokens/components/core/popover-body/fluent.json +32 -16
  74. package/tokens/components/core/popover-footer/fluent.json +26 -13
  75. package/tokens/components/core/popover-header/fluent.json +56 -28
  76. package/tokens/components/core/popup/fluent.json +37 -17
  77. package/tokens/components/core/progress-bar/fluent.json +46 -23
  78. package/tokens/components/core/radio-button/fluent.json +96 -48
  79. package/tokens/components/core/ribbon/fluent.json +3396 -1068
  80. package/tokens/components/core/scroll-bar/fluent.json +26 -13
  81. package/tokens/components/core/separator/fluent.json +4 -2
  82. package/tokens/components/core/spinner_load-indicator/fluent.json +73 -37
  83. package/tokens/components/core/splitter/fluent.json +170 -85
  84. package/tokens/components/core/switch/fluent.json +144 -72
  85. package/tokens/components/core/tabs/fluent.json +118 -59
  86. package/tokens/components/core/tag/fluent.json +58 -29
  87. package/tokens/components/core/text-box/fluent.json +80 -40
  88. package/tokens/components/core/text-content/fluent.json +266 -0
  89. package/tokens/components/core/text-edit/fluent.json +122 -64
  90. package/tokens/components/core/toast/fluent.json +75 -36
  91. package/tokens/components/core/toolbar/fluent.json +82 -41
  92. package/tokens/components/core/tooltip/fluent.json +45 -21
  93. package/tokens/components/core/treeview/fluent.json +445 -500
  94. package/tokens/components/{desktop → wpf}/accordion/fluent.json +524 -143
  95. package/tokens/components/{desktop → wpf}/badge/fluent.json +18 -9
  96. package/tokens/components/wpf/bars/fluent.json +1347 -0
  97. package/tokens/components/{desktop → wpf}/button/fluent.json +104 -52
  98. package/tokens/components/{desktop → wpf}/button-edit/fluent.json +84 -42
  99. package/tokens/components/{web → wpf}/button-group/fluent.json +12 -6
  100. package/tokens/components/{desktop → wpf}/button-text/fluent.json +44 -22
  101. package/tokens/components/{desktop → wpf}/checkedit/fluent.json +8 -4
  102. package/tokens/components/wpf/compact-icon-button/fluent.json +144 -0
  103. package/tokens/components/{desktop → wpf}/datapager/fluent.json +36 -18
  104. package/tokens/components/{desktop → wpf}/filter-edit/fluent.json +80 -40
  105. package/tokens/components/{desktop → wpf}/groupbox/fluent.json +104 -52
  106. package/tokens/components/{desktop → wpf}/listbox-edit/fluent.json +160 -81
  107. package/tokens/components/{desktop → wpf}/pagercontrol/fluent.json +88 -44
  108. package/tokens/components/{desktop → wpf}/progress-bar/fluent.json +94 -47
  109. package/tokens/components/{desktop → wpf}/radio-button/fluent.json +10 -5
  110. package/tokens/components/{desktop → wpf}/scroll-bar/fluent.json +36 -18
  111. package/tokens/components/{desktop → wpf}/scroll-view/fluent.json +20 -10
  112. package/tokens/components/wpf/separator/fluent.json +40 -0
  113. package/tokens/components/{desktop → wpf}/split-button/fluent.json +8 -4
  114. package/tokens/components/{desktop → wpf}/standard-groupbox/fluent.json +60 -30
  115. package/tokens/components/{desktop → wpf}/text-edit/fluent.json +53 -27
  116. package/tokens/components/{desktop → wpf}/toggle-switch/fluent.json +94 -47
  117. package/tokens/components/{desktop → wpf}/wait-indicator/fluent.json +42 -21
  118. package/tokens/figma-utils/box-shadow/semantic/{dx-office.json → material.json} +32 -32
  119. package/tokens/figma-utils/typography/font-family/{dx-office.json → material.json} +2 -2
  120. package/tokens/semantic/box-shadow/{dx-office.json → material.json} +34 -34
  121. package/tokens/semantic/colors/fluent/dark.json +25 -3
  122. package/tokens/semantic/colors/fluent/light.json +25 -3
  123. package/tokens/semantic/colors/{dx-office → material}/dark.json +259 -233
  124. package/tokens/semantic/colors/{dx-office → material}/light.json +269 -243
  125. package/tokens/semantic/typography/{dx-office → material}/font-family.json +1 -1
  126. package/tokens/semantic/typography/{dx-office → material}/font-size.json +13 -5
  127. package/tokens/semantic/typography/{dx-office → material}/font-weight.json +7 -7
  128. package/tokens/semantic/typography/{dx-office → material}/letter-spacing.json +17 -9
  129. package/tokens/semantic/typography/{dx-office → material}/line-height.json +13 -5
  130. package/tokens/components/core/grid-cell/fluent.json +0 -895
  131. package/tokens/components/desktop/bar-control/fluent.json +0 -116
  132. package/tokens/components/web/form-layout/fluent.json +0 -1103
  133. package/tokens/components/web/ribbon/fluent.json +0 -122
  134. /package/tokens/figma-utils/icon/set/{dx-office.json → material.json} +0 -0
@@ -0,0 +1,560 @@
1
+ {
2
+ "primary": {
3
+ "10": {
4
+ "$type": "color",
5
+ "$value": "#FFFFFF"
6
+ },
7
+ "20": {
8
+ "$type": "color",
9
+ "$value": "#FFFBFF"
10
+ },
11
+ "30": {
12
+ "$type": "color",
13
+ "$value": "#FDF7FF"
14
+ },
15
+ "40": {
16
+ "$type": "color",
17
+ "$value": "#F6EEFF"
18
+ },
19
+ "50": {
20
+ "$type": "color",
21
+ "$value": "#E9DDFF"
22
+ },
23
+ "60": {
24
+ "$type": "color",
25
+ "$value": "#CFBDFE"
26
+ },
27
+ "70": {
28
+ "$type": "color",
29
+ "$value": "#B3A2E1"
30
+ },
31
+ "80": {
32
+ "$type": "color",
33
+ "$value": "#9887C5"
34
+ },
35
+ "90": {
36
+ "$type": "color",
37
+ "$value": "#7E6EA9"
38
+ },
39
+ "100": {
40
+ "$type": "color",
41
+ "$value": "#65558F"
42
+ },
43
+ "110": {
44
+ "$type": "color",
45
+ "$value": "#594982"
46
+ },
47
+ "120": {
48
+ "$type": "color",
49
+ "$value": "#4D3D75"
50
+ },
51
+ "130": {
52
+ "$type": "color",
53
+ "$value": "#413269"
54
+ },
55
+ "140": {
56
+ "$type": "color",
57
+ "$value": "#36275D"
58
+ },
59
+ "150": {
60
+ "$type": "color",
61
+ "$value": "#2B1B52"
62
+ },
63
+ "160": {
64
+ "$type": "color",
65
+ "$value": "#201047"
66
+ },
67
+ "170": {
68
+ "$type": "color",
69
+ "$value": "#15033D"
70
+ },
71
+ "180": {
72
+ "$type": "color",
73
+ "$value": "#000000"
74
+ }
75
+ },
76
+ "secondary": {
77
+ "10": {
78
+ "$type": "color",
79
+ "$value": "#FFFFFF"
80
+ },
81
+ "20": {
82
+ "$type": "color",
83
+ "$value": "#FFFBFF"
84
+ },
85
+ "30": {
86
+ "$type": "color",
87
+ "$value": "#FDF7FF"
88
+ },
89
+ "40": {
90
+ "$type": "color",
91
+ "$value": "#F6EEFF"
92
+ },
93
+ "50": {
94
+ "$type": "color",
95
+ "$value": "#E8DEF8"
96
+ },
97
+ "60": {
98
+ "$type": "color",
99
+ "$value": "#CBC2DB"
100
+ },
101
+ "70": {
102
+ "$type": "color",
103
+ "$value": "#B0A7C0"
104
+ },
105
+ "80": {
106
+ "$type": "color",
107
+ "$value": "#958DA4"
108
+ },
109
+ "90": {
110
+ "$type": "color",
111
+ "$value": "#7B748A"
112
+ },
113
+ "100": {
114
+ "$type": "color",
115
+ "$value": "#625B71"
116
+ },
117
+ "110": {
118
+ "$type": "color",
119
+ "$value": "#564F64"
120
+ },
121
+ "120": {
122
+ "$type": "color",
123
+ "$value": "#4A4458"
124
+ },
125
+ "130": {
126
+ "$type": "color",
127
+ "$value": "#3E384C"
128
+ },
129
+ "140": {
130
+ "$type": "color",
131
+ "$value": "#332D41"
132
+ },
133
+ "150": {
134
+ "$type": "color",
135
+ "$value": "#282336"
136
+ },
137
+ "160": {
138
+ "$type": "color",
139
+ "$value": "#1E192B"
140
+ },
141
+ "170": {
142
+ "$type": "color",
143
+ "$value": "#130E20"
144
+ },
145
+ "180": {
146
+ "$type": "color",
147
+ "$value": "#000000"
148
+ }
149
+ },
150
+ "info": {
151
+ "10": {
152
+ "$type": "color",
153
+ "$value": "#FFFFFF"
154
+ },
155
+ "20": {
156
+ "$type": "color",
157
+ "$value": "#FEFBFF"
158
+ },
159
+ "30": {
160
+ "$type": "color",
161
+ "$value": "#FAF8FF"
162
+ },
163
+ "40": {
164
+ "$type": "color",
165
+ "$value": "#EEF0FF"
166
+ },
167
+ "50": {
168
+ "$type": "color",
169
+ "$value": "#DAE2FF"
170
+ },
171
+ "60": {
172
+ "$type": "color",
173
+ "$value": "#B1C5FF"
174
+ },
175
+ "70": {
176
+ "$type": "color",
177
+ "$value": "#95AAE4"
178
+ },
179
+ "80": {
180
+ "$type": "color",
181
+ "$value": "#7B8FC8"
182
+ },
183
+ "90": {
184
+ "$type": "color",
185
+ "$value": "#6176AC"
186
+ },
187
+ "100": {
188
+ "$type": "color",
189
+ "$value": "#485D92"
190
+ },
191
+ "110": {
192
+ "$type": "color",
193
+ "$value": "#3C5185"
194
+ },
195
+ "120": {
196
+ "$type": "color",
197
+ "$value": "#304578"
198
+ },
199
+ "130": {
200
+ "$type": "color",
201
+ "$value": "#23396C"
202
+ },
203
+ "140": {
204
+ "$type": "color",
205
+ "$value": "#172E60"
206
+ },
207
+ "150": {
208
+ "$type": "color",
209
+ "$value": "#082355"
210
+ },
211
+ "160": {
212
+ "$type": "color",
213
+ "$value": "#001947"
214
+ },
215
+ "170": {
216
+ "$type": "color",
217
+ "$value": "#000F31"
218
+ },
219
+ "180": {
220
+ "$type": "color",
221
+ "$value": "#000000"
222
+ }
223
+ },
224
+ "success": {
225
+ "10": {
226
+ "$type": "color",
227
+ "$value": "#FFFFFF"
228
+ },
229
+ "20": {
230
+ "$type": "color",
231
+ "$value": "#F5FFF3"
232
+ },
233
+ "30": {
234
+ "$type": "color",
235
+ "$value": "#EAFFE9"
236
+ },
237
+ "40": {
238
+ "$type": "color",
239
+ "$value": "#C4FFCD"
240
+ },
241
+ "50": {
242
+ "$type": "color",
243
+ "$value": "#B4F1BE"
244
+ },
245
+ "60": {
246
+ "$type": "color",
247
+ "$value": "#98D4A3"
248
+ },
249
+ "70": {
250
+ "$type": "color",
251
+ "$value": "#7EB989"
252
+ },
253
+ "80": {
254
+ "$type": "color",
255
+ "$value": "#649D70"
256
+ },
257
+ "90": {
258
+ "$type": "color",
259
+ "$value": "#4A8358"
260
+ },
261
+ "100": {
262
+ "$type": "color",
263
+ "$value": "#316A41"
264
+ },
265
+ "110": {
266
+ "$type": "color",
267
+ "$value": "#255D36"
268
+ },
269
+ "120": {
270
+ "$type": "color",
271
+ "$value": "#17512B"
272
+ },
273
+ "130": {
274
+ "$type": "color",
275
+ "$value": "#064521"
276
+ },
277
+ "140": {
278
+ "$type": "color",
279
+ "$value": "#003919"
280
+ },
281
+ "150": {
282
+ "$type": "color",
283
+ "$value": "#002D12"
284
+ },
285
+ "160": {
286
+ "$type": "color",
287
+ "$value": "#00210C"
288
+ },
289
+ "170": {
290
+ "$type": "color",
291
+ "$value": "#001506"
292
+ },
293
+ "180": {
294
+ "$type": "color",
295
+ "$value": "#000000"
296
+ }
297
+ },
298
+ "warning": {
299
+ "10": {
300
+ "$type": "color",
301
+ "$value": "#FFFFFF"
302
+ },
303
+ "20": {
304
+ "$type": "color",
305
+ "$value": "#FFFBFF"
306
+ },
307
+ "30": {
308
+ "$type": "color",
309
+ "$value": "#FFF8F3"
310
+ },
311
+ "40": {
312
+ "$type": "color",
313
+ "$value": "#FFEEDA"
314
+ },
315
+ "50": {
316
+ "$type": "color",
317
+ "$value": "#FFDEAD"
318
+ },
319
+ "60": {
320
+ "$type": "color",
321
+ "$value": "#F1BE6D"
322
+ },
323
+ "70": {
324
+ "$type": "color",
325
+ "$value": "#D3A355"
326
+ },
327
+ "80": {
328
+ "$type": "color",
329
+ "$value": "#B5893E"
330
+ },
331
+ "90": {
332
+ "$type": "color",
333
+ "$value": "#997027"
334
+ },
335
+ "100": {
336
+ "$type": "color",
337
+ "$value": "#7D570E"
338
+ },
339
+ "110": {
340
+ "$type": "color",
341
+ "$value": "#6F4C00"
342
+ },
343
+ "120": {
344
+ "$type": "color",
345
+ "$value": "#604100"
346
+ },
347
+ "130": {
348
+ "$type": "color",
349
+ "$value": "#513600"
350
+ },
351
+ "140": {
352
+ "$type": "color",
353
+ "$value": "#432C00"
354
+ },
355
+ "150": {
356
+ "$type": "color",
357
+ "$value": "#352200"
358
+ },
359
+ "160": {
360
+ "$type": "color",
361
+ "$value": "#281900"
362
+ },
363
+ "170": {
364
+ "$type": "color",
365
+ "$value": "#1A0F00"
366
+ },
367
+ "180": {
368
+ "$type": "color",
369
+ "$value": "#000000"
370
+ }
371
+ },
372
+ "danger": {
373
+ "10": {
374
+ "$type": "color",
375
+ "$value": "#FFFFFF"
376
+ },
377
+ "20": {
378
+ "$type": "color",
379
+ "$value": "#FFFBFF"
380
+ },
381
+ "30": {
382
+ "$type": "color",
383
+ "$value": "#FFF8F7"
384
+ },
385
+ "40": {
386
+ "$type": "color",
387
+ "$value": "#FFEDEA"
388
+ },
389
+ "50": {
390
+ "$type": "color",
391
+ "$value": "#FFDAD6"
392
+ },
393
+ "60": {
394
+ "$type": "color",
395
+ "$value": "#FFB4AB"
396
+ },
397
+ "70": {
398
+ "$type": "color",
399
+ "$value": "#FF897D"
400
+ },
401
+ "80": {
402
+ "$type": "color",
403
+ "$value": "#FF5449"
404
+ },
405
+ "90": {
406
+ "$type": "color",
407
+ "$value": "#DE3730"
408
+ },
409
+ "100": {
410
+ "$type": "color",
411
+ "$value": "#BA1A1A"
412
+ },
413
+ "110": {
414
+ "$type": "color",
415
+ "$value": "#A80710"
416
+ },
417
+ "120": {
418
+ "$type": "color",
419
+ "$value": "#93000A"
420
+ },
421
+ "130": {
422
+ "$type": "color",
423
+ "$value": "#7E0007"
424
+ },
425
+ "140": {
426
+ "$type": "color",
427
+ "$value": "#690005"
428
+ },
429
+ "150": {
430
+ "$type": "color",
431
+ "$value": "#540003"
432
+ },
433
+ "160": {
434
+ "$type": "color",
435
+ "$value": "#410002"
436
+ },
437
+ "170": {
438
+ "$type": "color",
439
+ "$value": "#2D0001"
440
+ },
441
+ "180": {
442
+ "$type": "color",
443
+ "$value": "#000000"
444
+ }
445
+ },
446
+ "neutral": {
447
+ "10": {
448
+ "$type": "color",
449
+ "$value": "#FFFFFF"
450
+ },
451
+ "20": {
452
+ "$type": "color",
453
+ "$value": "#F9F2FB"
454
+ },
455
+ "30": {
456
+ "$type": "color",
457
+ "$value": "#EEE8F0"
458
+ },
459
+ "40": {
460
+ "$type": "color",
461
+ "$value": "#E3DDE5"
462
+ },
463
+ "50": {
464
+ "$type": "color",
465
+ "$value": "#D9D3DB"
466
+ },
467
+ "60": {
468
+ "$type": "color",
469
+ "$value": "#CEC9D1"
470
+ },
471
+ "70": {
472
+ "$type": "color",
473
+ "$value": "#C4BFC6"
474
+ },
475
+ "80": {
476
+ "$type": "color",
477
+ "$value": "#B9B4BC"
478
+ },
479
+ "90": {
480
+ "$type": "color",
481
+ "$value": "#AFAAB2"
482
+ },
483
+ "100": {
484
+ "$type": "color",
485
+ "$value": "#A5A1A8"
486
+ },
487
+ "110": {
488
+ "$type": "color",
489
+ "$value": "#9B979E"
490
+ },
491
+ "120": {
492
+ "$type": "color",
493
+ "$value": "#918D95"
494
+ },
495
+ "130": {
496
+ "$type": "color",
497
+ "$value": "#88848B"
498
+ },
499
+ "140": {
500
+ "$type": "color",
501
+ "$value": "#7E7A81"
502
+ },
503
+ "150": {
504
+ "$type": "color",
505
+ "$value": "#757178"
506
+ },
507
+ "160": {
508
+ "$type": "color",
509
+ "$value": "#6B686F"
510
+ },
511
+ "170": {
512
+ "$type": "color",
513
+ "$value": "#625F66"
514
+ },
515
+ "180": {
516
+ "$type": "color",
517
+ "$value": "#59565D"
518
+ },
519
+ "190": {
520
+ "$type": "color",
521
+ "$value": "#504D54"
522
+ },
523
+ "200": {
524
+ "$type": "color",
525
+ "$value": "#48454B"
526
+ },
527
+ "210": {
528
+ "$type": "color",
529
+ "$value": "#3F3C43"
530
+ },
531
+ "220": {
532
+ "$type": "color",
533
+ "$value": "#37343A"
534
+ },
535
+ "230": {
536
+ "$type": "color",
537
+ "$value": "#2E2C32"
538
+ },
539
+ "240": {
540
+ "$type": "color",
541
+ "$value": "#27242A"
542
+ },
543
+ "250": {
544
+ "$type": "color",
545
+ "$value": "#1F1D23"
546
+ },
547
+ "260": {
548
+ "$type": "color",
549
+ "$value": "#17161B"
550
+ },
551
+ "270": {
552
+ "$type": "color",
553
+ "$value": "#0E0C12"
554
+ },
555
+ "280": {
556
+ "$type": "color",
557
+ "$value": "#000000"
558
+ }
559
+ }
560
+ }