@carbon/themes 11.77.0 → 11.78.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 (64) hide show
  1. package/es/index.js +1360 -1722
  2. package/js/generated/component-tokens/button.d.ts +98 -0
  3. package/{src/component-tokens/button/tokens.ts → js/generated/component-tokens/button.js} +65 -97
  4. package/js/generated/component-tokens/content-switcher.d.ts +25 -0
  5. package/js/generated/component-tokens/content-switcher.js +25 -0
  6. package/js/generated/component-tokens/notification.d.ts +65 -0
  7. package/js/generated/component-tokens/notification.js +65 -0
  8. package/js/generated/component-tokens/status.d.ts +63 -0
  9. package/js/generated/component-tokens/status.js +63 -0
  10. package/js/generated/component-tokens/tag.d.ts +247 -0
  11. package/js/generated/component-tokens/tag.js +247 -0
  12. package/js/generated/themes/g10.d.ts +242 -0
  13. package/js/generated/themes/g10.js +242 -0
  14. package/js/generated/themes/g100.d.ts +242 -0
  15. package/js/generated/themes/g100.js +242 -0
  16. package/js/generated/themes/g90.d.ts +242 -0
  17. package/js/generated/themes/g90.js +242 -0
  18. package/js/generated/themes/white.d.ts +242 -0
  19. package/js/generated/themes/white.js +242 -0
  20. package/lib/index.d.ts +12 -10
  21. package/lib/index.js +1360 -1722
  22. package/package.json +12 -9
  23. package/scss/generated/_button-tokens.scss +2 -2
  24. package/src/dtcg/README.md +210 -0
  25. package/src/dtcg/color-palette.json +3204 -0
  26. package/src/dtcg/components/button.json +193 -0
  27. package/src/dtcg/components/content-switcher.json +60 -0
  28. package/src/dtcg/components/notification.json +130 -0
  29. package/src/dtcg/components/status.json +122 -0
  30. package/src/dtcg/components/tag.json +486 -0
  31. package/src/dtcg/g10.json +1453 -0
  32. package/src/dtcg/g100.json +1478 -0
  33. package/src/dtcg/g90.json +1478 -0
  34. package/src/dtcg/white.json +1345 -0
  35. package/src/index.ts +96 -10
  36. package/test-dtcg.scss +28 -0
  37. package/umd/index.js +1363 -1725
  38. package/lib/component-tokens/button/index.d.ts +0 -7
  39. package/lib/component-tokens/button/tokens.d.ts +0 -98
  40. package/lib/component-tokens/content-switcher/index.d.ts +0 -7
  41. package/lib/component-tokens/content-switcher/tokens.d.ts +0 -24
  42. package/lib/component-tokens/notification/index.d.ts +0 -7
  43. package/lib/component-tokens/notification/tokens.d.ts +0 -64
  44. package/lib/component-tokens/status/index.d.ts +0 -7
  45. package/lib/component-tokens/status/tokens.d.ts +0 -62
  46. package/lib/component-tokens/tag/index.d.ts +0 -7
  47. package/lib/component-tokens/tag/tokens.d.ts +0 -246
  48. package/lib/g10.d.ts +0 -242
  49. package/lib/g100.d.ts +0 -242
  50. package/lib/g90.d.ts +0 -242
  51. package/lib/white.d.ts +0 -243
  52. package/src/component-tokens/button/index.ts +0 -8
  53. package/src/component-tokens/content-switcher/index.ts +0 -7
  54. package/src/component-tokens/content-switcher/tokens.ts +0 -29
  55. package/src/component-tokens/notification/index.ts +0 -8
  56. package/src/component-tokens/notification/tokens.ts +0 -105
  57. package/src/component-tokens/status/index.ts +0 -8
  58. package/src/component-tokens/status/tokens.ts +0 -90
  59. package/src/component-tokens/tag/index.ts +0 -8
  60. package/src/component-tokens/tag/tokens.ts +0 -353
  61. package/src/g10.ts +0 -452
  62. package/src/g100.ts +0 -453
  63. package/src/g90.ts +0 -455
  64. package/src/white.ts +0 -455
@@ -0,0 +1,1478 @@
1
+ {
2
+ "$schema": "https://tr.designtokens.org/format/",
3
+ "$description": "g100 theme - Dark theme",
4
+ "$extensions": {
5
+ "org.carbon": {
6
+ "color-scheme": "dark"
7
+ }
8
+ },
9
+ "ai": {
10
+ "aura": {
11
+ "end": {
12
+ "$type": "color",
13
+ "$value": "{black.default}",
14
+ "$description": "End color for AI aura gradient effect. Creates a fade-to-transparent effect at the edge of AI-enhanced elements.",
15
+ "$extensions": {
16
+ "org.carbon": {
17
+ "alphaModifier": 0
18
+ }
19
+ }
20
+ },
21
+ "hover": {
22
+ "background": {
23
+ "$type": "color",
24
+ "$value": "{gray.90Hover}",
25
+ "$description": "Background color for AI aura on hover. Use when user hovers over AI-enhanced interactive elements."
26
+ },
27
+ "end": {
28
+ "$type": "color",
29
+ "$value": "{black.default}",
30
+ "$description": "End color for AI aura gradient on hover. Creates hover state fade effect for AI elements.",
31
+ "$extensions": {
32
+ "org.carbon": {
33
+ "alphaModifier": 0
34
+ }
35
+ }
36
+ },
37
+ "start": {
38
+ "$type": "color",
39
+ "$value": "{blue.50}",
40
+ "$description": "Start color for AI aura gradient on hover. Provides the vibrant blue beginning of the hover gradient.",
41
+ "$extensions": {
42
+ "org.carbon": {
43
+ "alphaModifier": 0.4
44
+ }
45
+ }
46
+ }
47
+ },
48
+ "start": {
49
+ "$type": "color",
50
+ "$value": "{blue.50}",
51
+ "$description": "Start color for AI aura gradient effect. Provides the vibrant blue beginning of the gradient for AI-enhanced elements.",
52
+ "sm": {
53
+ "$type": "color",
54
+ "$value": "{blue.50}",
55
+ "$description": "Start color for small AI aura gradient. Use for compact AI indicators or smaller UI elements.",
56
+ "$extensions": {
57
+ "org.carbon": {
58
+ "alphaModifier": 0.16
59
+ }
60
+ }
61
+ },
62
+ "$extensions": {
63
+ "org.carbon": {
64
+ "alphaModifier": 0.1
65
+ }
66
+ }
67
+ }
68
+ },
69
+ "border": {
70
+ "end": {
71
+ "$type": "color",
72
+ "$value": "{blue.50}",
73
+ "$description": "End color for AI border gradient. Creates the lighter edge of gradient borders on AI elements."
74
+ },
75
+ "start": {
76
+ "$type": "color",
77
+ "$value": "{blue.30}",
78
+ "$description": "Start color for AI border gradient. Creates the darker edge of gradient borders on AI elements.",
79
+ "$extensions": {
80
+ "org.carbon": {
81
+ "alphaModifier": 0.36
82
+ }
83
+ }
84
+ },
85
+ "strong": {
86
+ "$type": "color",
87
+ "$value": "{blue.40}",
88
+ "$description": "Strong border color for AI elements. Use for high-emphasis AI borders that need clear definition."
89
+ }
90
+ },
91
+ "drop": {
92
+ "shadow": {
93
+ "$type": "color",
94
+ "$value": "{black.default}",
95
+ "$description": "Drop shadow color for AI elements. Provides depth and elevation for AI-enhanced components.",
96
+ "$extensions": {
97
+ "org.carbon": {
98
+ "alphaModifier": 0.28
99
+ }
100
+ }
101
+ }
102
+ },
103
+ "inner": {
104
+ "shadow": {
105
+ "$type": "color",
106
+ "$value": "{blue.50}",
107
+ "$description": "Inner shadow color for AI elements. Creates inset depth effect for AI-enhanced surfaces.",
108
+ "$extensions": {
109
+ "org.carbon": {
110
+ "alphaModifier": 0.16
111
+ }
112
+ }
113
+ }
114
+ },
115
+ "overlay": {
116
+ "$type": "color",
117
+ "$value": "{black.default}",
118
+ "$description": "Overlay color for AI modal backgrounds. Use to dim content behind AI dialogs or popovers.",
119
+ "$extensions": {
120
+ "org.carbon": {
121
+ "alphaModifier": 0.5
122
+ }
123
+ }
124
+ },
125
+ "popover": {
126
+ "background": {
127
+ "$type": "color",
128
+ "$value": "{gray.100}",
129
+ "$description": "Background color for AI popovers and tooltips. Provides the base surface for AI-generated content displays."
130
+ },
131
+ "caret": {
132
+ "bottom": {
133
+ "$type": "color",
134
+ "$value": "{blue.50}",
135
+ "$description": "Bottom caret color for AI popovers. Creates the gradient pointer at the bottom of AI tooltips.",
136
+ "background": {
137
+ "$type": "color",
138
+ "$value": {
139
+ "colorSpace": "srgb",
140
+ "components": [
141
+ 0.12549,
142
+ 0.176471,
143
+ 0.270588
144
+ ],
145
+ "hex": "#202d45"
146
+ },
147
+ "$description": "Background color for bottom caret of AI popovers. Provides the base color for the popover pointer.",
148
+ "actions": {
149
+ "$type": "color",
150
+ "$value": {
151
+ "colorSpace": "srgb",
152
+ "components": [
153
+ 0.117647,
154
+ 0.156863,
155
+ 0.227451
156
+ ],
157
+ "hex": "#1e283a"
158
+ },
159
+ "$description": "Background color for action area in AI popover bottom caret. Use for interactive sections within AI tooltips."
160
+ }
161
+ }
162
+ },
163
+ "center": {
164
+ "$type": "color",
165
+ "$value": {
166
+ "colorSpace": "srgb",
167
+ "components": [
168
+ 0.282353,
169
+ 0.439216,
170
+ 0.709804
171
+ ],
172
+ "hex": "#4870b5"
173
+ },
174
+ "$description": "Center color for AI popover caret gradient. Creates the vibrant middle of the gradient pointer."
175
+ }
176
+ },
177
+ "shadow": {
178
+ "outer": {
179
+ "01": {
180
+ "$type": "color",
181
+ "$value": "{black.default}",
182
+ "$description": "Primary outer shadow for AI popovers. Provides the first layer of depth for elevated AI elements.",
183
+ "$extensions": {
184
+ "org.carbon": {
185
+ "alphaModifier": 0.12
186
+ }
187
+ }
188
+ },
189
+ "02": {
190
+ "$type": "color",
191
+ "$value": "{black.default}",
192
+ "$description": "Secondary outer shadow for AI popovers. Adds additional depth layer for AI element elevation.",
193
+ "$extensions": {
194
+ "org.carbon": {
195
+ "alphaModifier": 0.08
196
+ }
197
+ }
198
+ }
199
+ }
200
+ }
201
+ },
202
+ "skeleton": {
203
+ "background": {
204
+ "$type": "color",
205
+ "$value": "{blue.40}",
206
+ "$description": "Background color for AI skeleton loaders. Use while AI-generated content is loading.",
207
+ "$extensions": {
208
+ "org.carbon": {
209
+ "alphaModifier": 0.5
210
+ }
211
+ }
212
+ },
213
+ "element": {
214
+ "background": {
215
+ "$type": "color",
216
+ "$value": "{blue.40}",
217
+ "$description": "Element background color for AI skeleton loaders. Provides the animated shimmer effect for loading AI content.",
218
+ "$extensions": {
219
+ "org.carbon": {
220
+ "alphaModifier": 0.3
221
+ }
222
+ }
223
+ }
224
+ }
225
+ }
226
+ },
227
+ "background": {
228
+ "$type": "color",
229
+ "$value": "{gray.100}",
230
+ "$description": "Default page background color. Use as the base surface for the entire application or page.",
231
+ "active": {
232
+ "$type": "color",
233
+ "$value": "{gray.50}",
234
+ "$description": "Background color for active/pressed state. Use when user clicks or presses interactive elements.",
235
+ "$extensions": {
236
+ "org.carbon": {
237
+ "alphaModifier": 0.4
238
+ }
239
+ }
240
+ },
241
+ "brand": {
242
+ "$type": "color",
243
+ "$value": "{blue.60}",
244
+ "$description": "Brand color for backgrounds. Use for branded sections, headers, or promotional areas."
245
+ },
246
+ "hover": {
247
+ "$type": "color",
248
+ "$value": "{gray.50}",
249
+ "$description": "Background color for hover state. Use when user hovers over interactive elements to provide visual feedback.",
250
+ "$extensions": {
251
+ "org.carbon": {
252
+ "alphaModifier": 0.16
253
+ }
254
+ }
255
+ },
256
+ "inverse": {
257
+ "$type": "color",
258
+ "$value": "{gray.10}",
259
+ "$description": "Inverse background color for dark UI elements. Use for tooltips, inverse buttons, or dark-themed sections.",
260
+ "hover": {
261
+ "$type": "color",
262
+ "$value": "{gray.10Hover}",
263
+ "$description": "Hover state for inverse backgrounds. Use when user hovers over dark UI elements."
264
+ }
265
+ },
266
+ "selected": {
267
+ "$type": "color",
268
+ "$value": "{gray.50}",
269
+ "$description": "Background color for selected state. Use to highlight currently selected items or active states.",
270
+ "hover": {
271
+ "$type": "color",
272
+ "$value": "{gray.50}",
273
+ "$description": "Hover state for selected backgrounds. Use when user hovers over already-selected items.",
274
+ "$extensions": {
275
+ "org.carbon": {
276
+ "alphaModifier": 0.32
277
+ }
278
+ }
279
+ },
280
+ "$extensions": {
281
+ "org.carbon": {
282
+ "alphaModifier": 0.24
283
+ }
284
+ }
285
+ }
286
+ },
287
+ "border": {
288
+ "disabled": {
289
+ "$type": "color",
290
+ "$value": "{gray.50}",
291
+ "$description": "Border color for disabled elements. Use when borders need to indicate unavailable or inactive state.",
292
+ "$extensions": {
293
+ "org.carbon": {
294
+ "alphaModifier": 0.5
295
+ }
296
+ }
297
+ },
298
+ "interactive": {
299
+ "$type": "color",
300
+ "$value": "{blue.50}",
301
+ "$description": "Border color for interactive elements. Use for focused inputs, active selections, or clickable borders."
302
+ },
303
+ "inverse": {
304
+ "$type": "color",
305
+ "$value": "{gray.10}",
306
+ "$description": "Border color for inverse/dark UI elements. Use for borders on dark backgrounds or inverse components."
307
+ },
308
+ "strong": {
309
+ "01": {
310
+ "$type": "color",
311
+ "$value": "{gray.60}",
312
+ "$description": "01. Token for 01 in the design system."
313
+ },
314
+ "02": {
315
+ "$type": "color",
316
+ "$value": "{gray.50}",
317
+ "$description": "02. Token for 02 in the design system."
318
+ },
319
+ "03": {
320
+ "$type": "color",
321
+ "$value": "{gray.40}",
322
+ "$description": "03. Token for 03 in the design system."
323
+ }
324
+ },
325
+ "subtle": {
326
+ "00": {
327
+ "$type": "color",
328
+ "$value": "{gray.80}",
329
+ "$description": "00. Token for 00 in the design system."
330
+ },
331
+ "01": {
332
+ "$type": "color",
333
+ "$value": "{gray.70}",
334
+ "$description": "01. Token for 01 in the design system."
335
+ },
336
+ "02": {
337
+ "$type": "color",
338
+ "$value": "{gray.60}",
339
+ "$description": "02. Token for 02 in the design system."
340
+ },
341
+ "03": {
342
+ "$type": "color",
343
+ "$value": "{gray.60}",
344
+ "$description": "03. Token for 03 in the design system."
345
+ },
346
+ "selected": {
347
+ "01": {
348
+ "$type": "color",
349
+ "$value": "{gray.60}",
350
+ "$description": "01. Token for 01 in the design system."
351
+ },
352
+ "02": {
353
+ "$type": "color",
354
+ "$value": "{gray.50}",
355
+ "$description": "02. Token for 02 in the design system."
356
+ },
357
+ "03": {
358
+ "$type": "color",
359
+ "$value": "{gray.50}",
360
+ "$description": "03. Token for 03 in the design system."
361
+ }
362
+ }
363
+ },
364
+ "tile": {
365
+ "01": {
366
+ "$type": "color",
367
+ "$value": "{gray.70}",
368
+ "$description": "01. Token for 01 in the design system."
369
+ },
370
+ "02": {
371
+ "$type": "color",
372
+ "$value": "{gray.60}",
373
+ "$description": "02. Token for 02 in the design system."
374
+ },
375
+ "03": {
376
+ "$type": "color",
377
+ "$value": "{gray.50}",
378
+ "$description": "03. Token for 03 in the design system."
379
+ }
380
+ }
381
+ },
382
+ "chat": {
383
+ "avatar": {
384
+ "agent": {
385
+ "$type": "color",
386
+ "$value": "{gray.30}",
387
+ "$description": "Agent. Token for agent in the design system."
388
+ },
389
+ "bot": {
390
+ "$type": "color",
391
+ "$value": "{gray.50}",
392
+ "$description": "Bot. Token for bot in the design system."
393
+ },
394
+ "user": {
395
+ "$type": "color",
396
+ "$value": "{blue.50}",
397
+ "$description": "User. Token for user in the design system."
398
+ }
399
+ },
400
+ "bubble": {
401
+ "agent": {
402
+ "$type": "color",
403
+ "$value": "{gray.90}",
404
+ "$description": "Agent. Token for agent in the design system.",
405
+ "text": {
406
+ "$type": "color",
407
+ "$value": "{gray.10}",
408
+ "$description": "Text. Token for text in the design system."
409
+ }
410
+ },
411
+ "border": {
412
+ "$type": "color",
413
+ "$value": "{gray.70}",
414
+ "$description": "Border. Token for border in the design system."
415
+ },
416
+ "user": {
417
+ "$type": "color",
418
+ "$value": "{gray.80}",
419
+ "$description": "User. Token for user in the design system.",
420
+ "text": {
421
+ "$type": "color",
422
+ "$value": "{gray.10}",
423
+ "$description": "Text. Token for text in the design system."
424
+ }
425
+ }
426
+ },
427
+ "button": {
428
+ "$type": "color",
429
+ "$value": "{blue.40}",
430
+ "$description": "Button. Token for button in the design system.",
431
+ "active": {
432
+ "$type": "color",
433
+ "$value": "{gray.50}",
434
+ "$description": "Active. Token for active in the design system.",
435
+ "$extensions": {
436
+ "org.carbon": {
437
+ "alphaModifier": 0.4
438
+ }
439
+ }
440
+ },
441
+ "hover": {
442
+ "$type": "color",
443
+ "$value": "{gray.50}",
444
+ "$description": "Hover. Token for hover in the design system.",
445
+ "$extensions": {
446
+ "org.carbon": {
447
+ "alphaModifier": 0.16
448
+ }
449
+ }
450
+ },
451
+ "selected": {
452
+ "$type": "color",
453
+ "$value": "{gray.50}",
454
+ "$description": "Selected. Token for selected in the design system.",
455
+ "$extensions": {
456
+ "org.carbon": {
457
+ "alphaModifier": 0.24
458
+ }
459
+ }
460
+ },
461
+ "text": {
462
+ "hover": {
463
+ "$type": "color",
464
+ "$value": "{blue.30}",
465
+ "$description": "Hover. Token for hover in the design system."
466
+ },
467
+ "selected": {
468
+ "$type": "color",
469
+ "$value": "{gray.30}",
470
+ "$description": "Selected. Token for selected in the design system."
471
+ }
472
+ }
473
+ },
474
+ "header": {
475
+ "background": {
476
+ "$type": "color",
477
+ "$value": "{gray.90}",
478
+ "$description": "Background. Token for background in the design system."
479
+ },
480
+ "text": {
481
+ "$type": "color",
482
+ "$value": "{gray.10}",
483
+ "$description": "Text. Token for text in the design system."
484
+ }
485
+ },
486
+ "prompt": {
487
+ "background": {
488
+ "$type": "color",
489
+ "$value": "{gray.100}",
490
+ "$description": "Background. Token for background in the design system."
491
+ },
492
+ "border": {
493
+ "end": {
494
+ "$type": "color",
495
+ "$value": "{gray.90}",
496
+ "$description": "End. Token for end in the design system.",
497
+ "$extensions": {
498
+ "org.carbon": {
499
+ "alphaModifier": 0
500
+ }
501
+ }
502
+ },
503
+ "start": {
504
+ "$type": "color",
505
+ "$value": "{gray.90}",
506
+ "$description": "Start. Token for start in the design system."
507
+ }
508
+ },
509
+ "text": {
510
+ "$type": "color",
511
+ "$value": "{gray.10}",
512
+ "$description": "Text. Token for text in the design system."
513
+ }
514
+ },
515
+ "shell": {
516
+ "background": {
517
+ "$type": "color",
518
+ "$value": "{gray.90}",
519
+ "$description": "Background. Token for background in the design system."
520
+ }
521
+ }
522
+ },
523
+ "field": {
524
+ "01": {
525
+ "$type": "color",
526
+ "$value": "{gray.90}",
527
+ "$description": "01. Token for 01 in the design system."
528
+ },
529
+ "02": {
530
+ "$type": "color",
531
+ "$value": "{gray.80}",
532
+ "$description": "02. Token for 02 in the design system."
533
+ },
534
+ "03": {
535
+ "$type": "color",
536
+ "$value": "{gray.70}",
537
+ "$description": "03. Token for 03 in the design system."
538
+ },
539
+ "hover": {
540
+ "01": {
541
+ "$type": "color",
542
+ "$value": "{gray.90Hover}",
543
+ "$description": "01. Token for 01 in the design system."
544
+ },
545
+ "02": {
546
+ "$type": "color",
547
+ "$value": "{gray.80Hover}",
548
+ "$description": "02. Token for 02 in the design system."
549
+ },
550
+ "03": {
551
+ "$type": "color",
552
+ "$value": "{gray.70Hover}",
553
+ "$description": "03. Token for 03 in the design system."
554
+ }
555
+ }
556
+ },
557
+ "focus": {
558
+ "$type": "color",
559
+ "$value": "{white.default}",
560
+ "$description": "Focus. Token for focus in the design system.",
561
+ "inset": {
562
+ "$type": "color",
563
+ "$value": "{gray.100}",
564
+ "$description": "Inset. Token for inset in the design system."
565
+ },
566
+ "inverse": {
567
+ "$type": "color",
568
+ "$value": "{blue.60}",
569
+ "$description": "Inverse. Token for inverse in the design system."
570
+ }
571
+ },
572
+ "highlight": {
573
+ "$type": "color",
574
+ "$value": "{blue.90}",
575
+ "$description": "Highlight. Token for highlight in the design system."
576
+ },
577
+ "icon": {
578
+ "disabled": {
579
+ "$type": "color",
580
+ "$value": "{gray.10}",
581
+ "$description": "Disabled. Token for disabled in the design system.",
582
+ "$extensions": {
583
+ "org.carbon": {
584
+ "alphaModifier": 0.25
585
+ }
586
+ }
587
+ },
588
+ "interactive": {
589
+ "$type": "color",
590
+ "$value": "{white.default}",
591
+ "$description": "Interactive element color. Use for clickable elements, links, and actionable items."
592
+ },
593
+ "inverse": {
594
+ "$type": "color",
595
+ "$value": "{gray.100}",
596
+ "$description": "Inverse. Token for inverse in the design system."
597
+ },
598
+ "on": {
599
+ "color": {
600
+ "$type": "color",
601
+ "$value": "{white.default}",
602
+ "$description": "Color. Token for color in the design system.",
603
+ "disabled": {
604
+ "$type": "color",
605
+ "$value": "{white.default}",
606
+ "$description": "Disabled. Token for disabled in the design system.",
607
+ "$extensions": {
608
+ "org.carbon": {
609
+ "alphaModifier": 0.25
610
+ }
611
+ }
612
+ }
613
+ }
614
+ },
615
+ "primary": {
616
+ "$type": "color",
617
+ "$value": "{gray.10}",
618
+ "$description": "Primary. Token for primary in the design system."
619
+ },
620
+ "secondary": {
621
+ "$type": "color",
622
+ "$value": "{gray.30}",
623
+ "$description": "Secondary. Token for secondary in the design system."
624
+ }
625
+ },
626
+ "interactive": {
627
+ "$type": "color",
628
+ "$value": "{blue.50}",
629
+ "$description": "Interactive element color. Use for clickable elements, links, and actionable items."
630
+ },
631
+ "layer": {
632
+ "01": {
633
+ "$type": "color",
634
+ "$value": "{gray.90}",
635
+ "$description": "01. Token for 01 in the design system."
636
+ },
637
+ "02": {
638
+ "$type": "color",
639
+ "$value": "{gray.80}",
640
+ "$description": "02. Token for 02 in the design system."
641
+ },
642
+ "03": {
643
+ "$type": "color",
644
+ "$value": "{gray.70}",
645
+ "$description": "03. Token for 03 in the design system."
646
+ },
647
+ "accent": {
648
+ "01": {
649
+ "$type": "color",
650
+ "$value": "{gray.80}",
651
+ "$description": "01. Token for 01 in the design system."
652
+ },
653
+ "02": {
654
+ "$type": "color",
655
+ "$value": "{gray.70}",
656
+ "$description": "02. Token for 02 in the design system."
657
+ },
658
+ "03": {
659
+ "$type": "color",
660
+ "$value": "{gray.60}",
661
+ "$description": "03. Token for 03 in the design system."
662
+ },
663
+ "active": {
664
+ "01": {
665
+ "$type": "color",
666
+ "$value": "{gray.60}",
667
+ "$description": "01. Token for 01 in the design system."
668
+ },
669
+ "02": {
670
+ "$type": "color",
671
+ "$value": "{gray.50}",
672
+ "$description": "02. Token for 02 in the design system."
673
+ },
674
+ "03": {
675
+ "$type": "color",
676
+ "$value": "{gray.80}",
677
+ "$description": "03. Token for 03 in the design system."
678
+ }
679
+ },
680
+ "hover": {
681
+ "01": {
682
+ "$type": "color",
683
+ "$value": "{gray.80Hover}",
684
+ "$description": "01. Token for 01 in the design system."
685
+ },
686
+ "02": {
687
+ "$type": "color",
688
+ "$value": "{gray.70Hover}",
689
+ "$description": "02. Token for 02 in the design system."
690
+ },
691
+ "03": {
692
+ "$type": "color",
693
+ "$value": "{gray.60Hover}",
694
+ "$description": "03. Token for 03 in the design system."
695
+ }
696
+ }
697
+ },
698
+ "active": {
699
+ "01": {
700
+ "$type": "color",
701
+ "$value": "{gray.70}",
702
+ "$description": "01. Token for 01 in the design system."
703
+ },
704
+ "02": {
705
+ "$type": "color",
706
+ "$value": "{gray.60}",
707
+ "$description": "02. Token for 02 in the design system."
708
+ },
709
+ "03": {
710
+ "$type": "color",
711
+ "$value": "{gray.50}",
712
+ "$description": "03. Token for 03 in the design system."
713
+ }
714
+ },
715
+ "background": {
716
+ "01": {
717
+ "$type": "color",
718
+ "$value": "{gray.100}",
719
+ "$description": "01. Token for 01 in the design system."
720
+ },
721
+ "02": {
722
+ "$type": "color",
723
+ "$value": "{gray.90}",
724
+ "$description": "02. Token for 02 in the design system."
725
+ },
726
+ "03": {
727
+ "$type": "color",
728
+ "$value": "{gray.80}",
729
+ "$description": "03. Token for 03 in the design system."
730
+ }
731
+ },
732
+ "hover": {
733
+ "01": {
734
+ "$type": "color",
735
+ "$value": "{gray.90Hover}",
736
+ "$description": "01. Token for 01 in the design system."
737
+ },
738
+ "02": {
739
+ "$type": "color",
740
+ "$value": "{gray.80Hover}",
741
+ "$description": "02. Token for 02 in the design system."
742
+ },
743
+ "03": {
744
+ "$type": "color",
745
+ "$value": "{gray.70Hover}",
746
+ "$description": "03. Token for 03 in the design system."
747
+ }
748
+ },
749
+ "selected": {
750
+ "01": {
751
+ "$type": "color",
752
+ "$value": "{gray.80}",
753
+ "$description": "01. Token for 01 in the design system."
754
+ },
755
+ "02": {
756
+ "$type": "color",
757
+ "$value": "{gray.70}",
758
+ "$description": "02. Token for 02 in the design system."
759
+ },
760
+ "03": {
761
+ "$type": "color",
762
+ "$value": "{gray.60}",
763
+ "$description": "03. Token for 03 in the design system."
764
+ },
765
+ "disabled": {
766
+ "$type": "color",
767
+ "$value": "{gray.40}",
768
+ "$description": "Disabled. Token for disabled in the design system."
769
+ },
770
+ "hover": {
771
+ "01": {
772
+ "$type": "color",
773
+ "$value": "{gray.80Hover}",
774
+ "$description": "01. Token for 01 in the design system."
775
+ },
776
+ "02": {
777
+ "$type": "color",
778
+ "$value": "{gray.70Hover}",
779
+ "$description": "02. Token for 02 in the design system."
780
+ },
781
+ "03": {
782
+ "$type": "color",
783
+ "$value": "{gray.60Hover}",
784
+ "$description": "03. Token for 03 in the design system."
785
+ }
786
+ },
787
+ "inverse": {
788
+ "$type": "color",
789
+ "$value": "{gray.10}",
790
+ "$description": "Inverse. Token for inverse in the design system."
791
+ }
792
+ }
793
+ },
794
+ "link": {
795
+ "inverse": {
796
+ "$type": "color",
797
+ "$value": "{blue.60}",
798
+ "$description": "Inverse. Token for inverse in the design system.",
799
+ "active": {
800
+ "$type": "color",
801
+ "$value": "{gray.100}",
802
+ "$description": "Active. Token for active in the design system."
803
+ },
804
+ "hover": {
805
+ "$type": "color",
806
+ "$value": "{blue.70}",
807
+ "$description": "Hover. Token for hover in the design system."
808
+ },
809
+ "visited": {
810
+ "$type": "color",
811
+ "$value": "{purple.60}",
812
+ "$description": "Visited. Token for visited in the design system."
813
+ }
814
+ },
815
+ "primary": {
816
+ "$type": "color",
817
+ "$value": "{blue.40}",
818
+ "$description": "Primary. Token for primary in the design system.",
819
+ "hover": {
820
+ "$type": "color",
821
+ "$value": "{blue.30}",
822
+ "$description": "Hover. Token for hover in the design system."
823
+ }
824
+ },
825
+ "secondary": {
826
+ "$type": "color",
827
+ "$value": "{blue.30}",
828
+ "$description": "Secondary. Token for secondary in the design system."
829
+ },
830
+ "visited": {
831
+ "$type": "color",
832
+ "$value": "{purple.40}",
833
+ "$description": "Visited. Token for visited in the design system."
834
+ }
835
+ },
836
+ "overlay": {
837
+ "$type": "color",
838
+ "$value": "{black.default}",
839
+ "$description": "Overlay color for modal backgrounds. Use to dim content behind dialogs and modals.",
840
+ "$extensions": {
841
+ "org.carbon": {
842
+ "alphaModifier": 0.6
843
+ }
844
+ }
845
+ },
846
+ "shadow": {
847
+ "$type": "color",
848
+ "$value": "{black.default}",
849
+ "$description": "Shadow color for elevation. Provides depth and layering for elevated components.",
850
+ "$extensions": {
851
+ "org.carbon": {
852
+ "alphaModifier": 0.8
853
+ }
854
+ }
855
+ },
856
+ "skeleton": {
857
+ "background": {
858
+ "$type": "color",
859
+ "$value": "{gray.100Hover}",
860
+ "$description": "Background. Token for background in the design system."
861
+ },
862
+ "element": {
863
+ "$type": "color",
864
+ "$value": "{gray.80}",
865
+ "$description": "Element. Token for element in the design system."
866
+ }
867
+ },
868
+ "support": {
869
+ "caution": {
870
+ "major": {
871
+ "$type": "color",
872
+ "$value": "{orange.40}",
873
+ "$description": "Major. Token for major in the design system."
874
+ },
875
+ "minor": {
876
+ "$type": "color",
877
+ "$value": "{yellow.30}",
878
+ "$description": "Minor. Token for minor in the design system."
879
+ },
880
+ "undefined": {
881
+ "$type": "color",
882
+ "$value": "{purple.50}",
883
+ "$description": "Undefined. Token for undefined in the design system."
884
+ }
885
+ },
886
+ "error": {
887
+ "$type": "color",
888
+ "$value": "{red.50}",
889
+ "$description": "Error. Token for error in the design system.",
890
+ "inverse": {
891
+ "$type": "color",
892
+ "$value": "{red.60}",
893
+ "$description": "Inverse. Token for inverse in the design system."
894
+ }
895
+ },
896
+ "info": {
897
+ "$type": "color",
898
+ "$value": "{blue.50}",
899
+ "$description": "Info. Token for info in the design system.",
900
+ "inverse": {
901
+ "$type": "color",
902
+ "$value": "{blue.70}",
903
+ "$description": "Inverse. Token for inverse in the design system."
904
+ }
905
+ },
906
+ "success": {
907
+ "$type": "color",
908
+ "$value": "{green.40}",
909
+ "$description": "Success. Token for success in the design system.",
910
+ "inverse": {
911
+ "$type": "color",
912
+ "$value": "{green.50}",
913
+ "$description": "Inverse. Token for inverse in the design system."
914
+ }
915
+ },
916
+ "warning": {
917
+ "$type": "color",
918
+ "$value": "{yellow.30}",
919
+ "$description": "Warning. Token for warning in the design system.",
920
+ "inverse": {
921
+ "$type": "color",
922
+ "$value": "{yellow.30}",
923
+ "$description": "Inverse. Token for inverse in the design system."
924
+ }
925
+ }
926
+ },
927
+ "syntax": {
928
+ "angle": {
929
+ "bracket": {
930
+ "$type": "color",
931
+ "$value": "{gray.50}",
932
+ "$description": "Bracket. Token for bracket in the design system."
933
+ }
934
+ },
935
+ "annotation": {
936
+ "$type": "color",
937
+ "$value": "{teal.40}",
938
+ "$description": "Annotation. Token for annotation in the design system."
939
+ },
940
+ "arithmetic": {
941
+ "operator": {
942
+ "$type": "color",
943
+ "$value": "{gray.20}",
944
+ "$description": "Operator. Token for operator in the design system."
945
+ }
946
+ },
947
+ "atom": {
948
+ "$type": "color",
949
+ "$value": "{gray.10}",
950
+ "$description": "Atom. Token for atom in the design system."
951
+ },
952
+ "attribute": {
953
+ "$type": "color",
954
+ "$value": "{cyan.40}",
955
+ "$description": "Attribute. Token for attribute in the design system.",
956
+ "name": {
957
+ "$type": "color",
958
+ "$value": "{cyan.40}",
959
+ "$description": "Name. Token for name in the design system."
960
+ },
961
+ "value": {
962
+ "$type": "color",
963
+ "$value": "{gray.10}",
964
+ "$description": "Value. Token for value in the design system."
965
+ }
966
+ },
967
+ "bitwise": {
968
+ "operator": {
969
+ "$type": "color",
970
+ "$value": "{gray.20}",
971
+ "$description": "Operator. Token for operator in the design system."
972
+ }
973
+ },
974
+ "block": {
975
+ "comment": {
976
+ "$type": "color",
977
+ "$value": "{green.40}",
978
+ "$description": "Comment. Token for comment in the design system."
979
+ }
980
+ },
981
+ "bool": {
982
+ "$type": "color",
983
+ "$value": "{gray.10}",
984
+ "$description": "Bool. Token for bool in the design system."
985
+ },
986
+ "brace": {
987
+ "$type": "color",
988
+ "$value": "{gray.20}",
989
+ "$description": "Brace. Token for brace in the design system."
990
+ },
991
+ "bracket": {
992
+ "$type": "color",
993
+ "$value": "{gray.20}",
994
+ "$description": "Bracket. Token for bracket in the design system."
995
+ },
996
+ "character": {
997
+ "$type": "color",
998
+ "$value": "{gray.10}",
999
+ "$description": "Character. Token for character in the design system."
1000
+ },
1001
+ "class": {
1002
+ "name": {
1003
+ "$type": "color",
1004
+ "$value": "{teal.30}",
1005
+ "$description": "Name. Token for name in the design system."
1006
+ }
1007
+ },
1008
+ "color": {
1009
+ "$type": "color",
1010
+ "$value": "{gray.10}",
1011
+ "$description": "Color. Token for color in the design system."
1012
+ },
1013
+ "comment": {
1014
+ "$type": "color",
1015
+ "$value": "{green.40}",
1016
+ "$description": "Comment. Token for comment in the design system."
1017
+ },
1018
+ "compare": {
1019
+ "operator": {
1020
+ "$type": "color",
1021
+ "$value": "{gray.20}",
1022
+ "$description": "Operator. Token for operator in the design system."
1023
+ }
1024
+ },
1025
+ "constant": {
1026
+ "$type": "color",
1027
+ "$value": "{blue.50}",
1028
+ "$description": "Constant. Token for constant in the design system."
1029
+ },
1030
+ "content": {
1031
+ "$type": "color",
1032
+ "$value": "{gray.10}",
1033
+ "$description": "Content. Token for content in the design system.",
1034
+ "separator": {
1035
+ "$type": "color",
1036
+ "$value": "{gray.20}",
1037
+ "$description": "Separator. Token for separator in the design system."
1038
+ }
1039
+ },
1040
+ "control": {
1041
+ "keyword": {
1042
+ "$type": "color",
1043
+ "$value": "{purple.40}",
1044
+ "$description": "Keyword. Token for keyword in the design system."
1045
+ },
1046
+ "operator": {
1047
+ "$type": "color",
1048
+ "$value": "{purple.40}",
1049
+ "$description": "Operator. Token for operator in the design system."
1050
+ }
1051
+ },
1052
+ "definition": {
1053
+ "$type": "color",
1054
+ "$value": "{cyan.40}",
1055
+ "$description": "Definition. Token for definition in the design system.",
1056
+ "keyword": {
1057
+ "$type": "color",
1058
+ "$value": "{cyan.40}",
1059
+ "$description": "Keyword. Token for keyword in the design system."
1060
+ },
1061
+ "operator": {
1062
+ "$type": "color",
1063
+ "$value": "{cyan.40}",
1064
+ "$description": "Operator. Token for operator in the design system."
1065
+ }
1066
+ },
1067
+ "deleted": {
1068
+ "$type": "color",
1069
+ "$value": "{red.70}",
1070
+ "$description": "Deleted. Token for deleted in the design system."
1071
+ },
1072
+ "deref": {
1073
+ "operator": {
1074
+ "$type": "color",
1075
+ "$value": "{gray.20}",
1076
+ "$description": "Operator. Token for operator in the design system."
1077
+ }
1078
+ },
1079
+ "doc": {
1080
+ "comment": {
1081
+ "$type": "color",
1082
+ "$value": "{green.40}",
1083
+ "$description": "Comment. Token for comment in the design system."
1084
+ },
1085
+ "string": {
1086
+ "$type": "color",
1087
+ "$value": "{gray.10}",
1088
+ "$description": "String. Token for string in the design system."
1089
+ }
1090
+ },
1091
+ "document": {
1092
+ "meta": {
1093
+ "$type": "color",
1094
+ "$value": "{green.40}",
1095
+ "$description": "Meta. Token for meta in the design system."
1096
+ }
1097
+ },
1098
+ "emphasis": {
1099
+ "$type": "color",
1100
+ "$value": "{gray.10}",
1101
+ "$description": "Emphasis. Token for emphasis in the design system."
1102
+ },
1103
+ "escape": {
1104
+ "$type": "color",
1105
+ "$value": "{gray.20}",
1106
+ "$description": "Escape. Token for escape in the design system."
1107
+ },
1108
+ "float": {
1109
+ "$type": "color",
1110
+ "$value": "{green.30}",
1111
+ "$description": "Float. Token for float in the design system."
1112
+ },
1113
+ "function": {
1114
+ "$type": "color",
1115
+ "$value": "{yellow.30}",
1116
+ "$description": "Function. Token for function in the design system."
1117
+ },
1118
+ "heading": {
1119
+ "1": {
1120
+ "$type": "color",
1121
+ "$value": "{cyan.40}",
1122
+ "$description": "1. Token for 1 in the design system."
1123
+ },
1124
+ "2": {
1125
+ "$type": "color",
1126
+ "$value": "{cyan.40}",
1127
+ "$description": "2. Token for 2 in the design system."
1128
+ },
1129
+ "3": {
1130
+ "$type": "color",
1131
+ "$value": "{cyan.40}",
1132
+ "$description": "3. Token for 3 in the design system."
1133
+ },
1134
+ "4": {
1135
+ "$type": "color",
1136
+ "$value": "{cyan.40}",
1137
+ "$description": "4. Token for 4 in the design system."
1138
+ },
1139
+ "5": {
1140
+ "$type": "color",
1141
+ "$value": "{cyan.40}",
1142
+ "$description": "5. Token for 5 in the design system."
1143
+ },
1144
+ "6": {
1145
+ "$type": "color",
1146
+ "$value": "{cyan.40}",
1147
+ "$description": "6. Token for 6 in the design system."
1148
+ },
1149
+ "$type": "color",
1150
+ "$value": "{cyan.40}",
1151
+ "$description": "Heading. Token for heading in the design system."
1152
+ },
1153
+ "inserted": {
1154
+ "$type": "color",
1155
+ "$value": "{green.60}",
1156
+ "$description": "Inserted. Token for inserted in the design system."
1157
+ },
1158
+ "integer": {
1159
+ "$type": "color",
1160
+ "$value": "{green.30}",
1161
+ "$description": "Integer. Token for integer in the design system."
1162
+ },
1163
+ "invalid": {
1164
+ "$type": "color",
1165
+ "$value": "{red.50}",
1166
+ "$description": "Invalid. Token for invalid in the design system."
1167
+ },
1168
+ "keyword": {
1169
+ "$type": "color",
1170
+ "$value": "{blue.50}",
1171
+ "$description": "Keyword. Token for keyword in the design system."
1172
+ },
1173
+ "label": {
1174
+ "name": {
1175
+ "$type": "color",
1176
+ "$value": "{blue.30}",
1177
+ "$description": "Name. Token for name in the design system."
1178
+ }
1179
+ },
1180
+ "line": {
1181
+ "comment": {
1182
+ "$type": "color",
1183
+ "$value": "{green.40}",
1184
+ "$description": "Comment. Token for comment in the design system."
1185
+ }
1186
+ },
1187
+ "link": {
1188
+ "$type": "color",
1189
+ "$value": "{blue.50}",
1190
+ "$description": "Link. Token for link in the design system."
1191
+ },
1192
+ "list": {
1193
+ "$type": "color",
1194
+ "$value": "{gray.10}",
1195
+ "$description": "List. Token for list in the design system."
1196
+ },
1197
+ "literal": {
1198
+ "$type": "color",
1199
+ "$value": "{gray.10}",
1200
+ "$description": "Literal. Token for literal in the design system."
1201
+ },
1202
+ "local": {
1203
+ "$type": "color",
1204
+ "$value": "{blue.30}",
1205
+ "$description": "Local. Token for local in the design system."
1206
+ },
1207
+ "logic": {
1208
+ "operator": {
1209
+ "$type": "color",
1210
+ "$value": "{gray.20}",
1211
+ "$description": "Operator. Token for operator in the design system."
1212
+ }
1213
+ },
1214
+ "macro": {
1215
+ "name": {
1216
+ "$type": "color",
1217
+ "$value": "{gray.10}",
1218
+ "$description": "Name. Token for name in the design system."
1219
+ }
1220
+ },
1221
+ "meta": {
1222
+ "$type": "color",
1223
+ "$value": "{green.40}",
1224
+ "$description": "Meta. Token for meta in the design system."
1225
+ },
1226
+ "modifier": {
1227
+ "$type": "color",
1228
+ "$value": "{blue.50}",
1229
+ "$description": "Modifier. Token for modifier in the design system."
1230
+ },
1231
+ "module": {
1232
+ "keyword": {
1233
+ "$type": "color",
1234
+ "$value": "{purple.40}",
1235
+ "$description": "Keyword. Token for keyword in the design system."
1236
+ }
1237
+ },
1238
+ "monospace": {
1239
+ "$type": "color",
1240
+ "$value": "{gray.10}",
1241
+ "$description": "Monospace. Token for monospace in the design system."
1242
+ },
1243
+ "name": {
1244
+ "$type": "color",
1245
+ "$value": "{blue.30}",
1246
+ "$description": "Name. Token for name in the design system."
1247
+ },
1248
+ "namespace": {
1249
+ "$type": "color",
1250
+ "$value": "{teal.30}",
1251
+ "$description": "Namespace. Token for namespace in the design system."
1252
+ },
1253
+ "null": {
1254
+ "$type": "color",
1255
+ "$value": "{gray.10}",
1256
+ "$description": "Null. Token for null in the design system."
1257
+ },
1258
+ "number": {
1259
+ "$type": "color",
1260
+ "$value": "{green.30}",
1261
+ "$description": "Number. Token for number in the design system."
1262
+ },
1263
+ "operator": {
1264
+ "$type": "color",
1265
+ "$value": "{gray.20}",
1266
+ "$description": "Operator. Token for operator in the design system.",
1267
+ "keyword": {
1268
+ "$type": "color",
1269
+ "$value": "{blue.50}",
1270
+ "$description": "Keyword. Token for keyword in the design system."
1271
+ }
1272
+ },
1273
+ "paren": {
1274
+ "$type": "color",
1275
+ "$value": "{gray.20}",
1276
+ "$description": "Paren. Token for paren in the design system."
1277
+ },
1278
+ "processing": {
1279
+ "instruction": {
1280
+ "$type": "color",
1281
+ "$value": "{gray.10}",
1282
+ "$description": "Instruction. Token for instruction in the design system."
1283
+ }
1284
+ },
1285
+ "property": {
1286
+ "name": {
1287
+ "$type": "color",
1288
+ "$value": "{cyan.40}",
1289
+ "$description": "Name. Token for name in the design system."
1290
+ }
1291
+ },
1292
+ "punctuation": {
1293
+ "$type": "color",
1294
+ "$value": "{gray.20}",
1295
+ "$description": "Punctuation. Token for punctuation in the design system."
1296
+ },
1297
+ "quote": {
1298
+ "$type": "color",
1299
+ "$value": "{green.40}",
1300
+ "$description": "Quote. Token for quote in the design system."
1301
+ },
1302
+ "regexp": {
1303
+ "$type": "color",
1304
+ "$value": "{purple.40}",
1305
+ "$description": "Regexp. Token for regexp in the design system."
1306
+ },
1307
+ "self": {
1308
+ "$type": "color",
1309
+ "$value": "{teal.30}",
1310
+ "$description": "Self. Token for self in the design system."
1311
+ },
1312
+ "separator": {
1313
+ "$type": "color",
1314
+ "$value": "{gray.20}",
1315
+ "$description": "Separator. Token for separator in the design system."
1316
+ },
1317
+ "special": {
1318
+ "$type": "color",
1319
+ "$value": "{blue.50}",
1320
+ "$description": "Special. Token for special in the design system.",
1321
+ "string": {
1322
+ "$type": "color",
1323
+ "$value": "{purple.40}",
1324
+ "$description": "String. Token for string in the design system."
1325
+ }
1326
+ },
1327
+ "square": {
1328
+ "bracket": {
1329
+ "$type": "color",
1330
+ "$value": "{gray.20}",
1331
+ "$description": "Bracket. Token for bracket in the design system."
1332
+ }
1333
+ },
1334
+ "standard": {
1335
+ "$type": "color",
1336
+ "$value": "{blue.50}",
1337
+ "$description": "Standard. Token for standard in the design system."
1338
+ },
1339
+ "strikethrough": {
1340
+ "$type": "color",
1341
+ "$value": "{gray.10}",
1342
+ "$description": "Strikethrough. Token for strikethrough in the design system."
1343
+ },
1344
+ "string": {
1345
+ "$type": "color",
1346
+ "$value": "{gray.10}",
1347
+ "$description": "String. Token for string in the design system."
1348
+ },
1349
+ "strong": {
1350
+ "$type": "color",
1351
+ "$value": "{gray.10}",
1352
+ "$description": "Strong. Token for strong in the design system."
1353
+ },
1354
+ "tag": {
1355
+ "$type": "color",
1356
+ "$value": "{teal.30}",
1357
+ "$description": "Tag. Token for tag in the design system.",
1358
+ "name": {
1359
+ "$type": "color",
1360
+ "$value": "{teal.30}",
1361
+ "$description": "Name. Token for name in the design system."
1362
+ }
1363
+ },
1364
+ "type": {
1365
+ "$type": "color",
1366
+ "$value": "{teal.30}",
1367
+ "$description": "Type. Token for type in the design system.",
1368
+ "name": {
1369
+ "$type": "color",
1370
+ "$value": "{teal.30}",
1371
+ "$description": "Name. Token for name in the design system."
1372
+ },
1373
+ "operator": {
1374
+ "$type": "color",
1375
+ "$value": "{teal.30}",
1376
+ "$description": "Operator. Token for operator in the design system."
1377
+ }
1378
+ },
1379
+ "unit": {
1380
+ "$type": "color",
1381
+ "$value": "{green.30}",
1382
+ "$description": "Unit. Token for unit in the design system."
1383
+ },
1384
+ "update": {
1385
+ "operator": {
1386
+ "$type": "color",
1387
+ "$value": "{gray.20}",
1388
+ "$description": "Operator. Token for operator in the design system."
1389
+ }
1390
+ },
1391
+ "url": {
1392
+ "$type": "color",
1393
+ "$value": "{gray.20}",
1394
+ "$description": "Url. Token for url in the design system."
1395
+ },
1396
+ "variable": {
1397
+ "$type": "color",
1398
+ "$value": "{blue.30}",
1399
+ "$description": "Variable. Token for variable in the design system.",
1400
+ "name": {
1401
+ "$type": "color",
1402
+ "$value": "{blue.30}",
1403
+ "$description": "Name. Token for name in the design system."
1404
+ }
1405
+ }
1406
+ },
1407
+ "text": {
1408
+ "disabled": {
1409
+ "$type": "color",
1410
+ "$value": "{gray.10}",
1411
+ "$description": "Disabled. Token for disabled in the design system.",
1412
+ "$extensions": {
1413
+ "org.carbon": {
1414
+ "alphaModifier": 0.25
1415
+ }
1416
+ }
1417
+ },
1418
+ "error": {
1419
+ "$type": "color",
1420
+ "$value": "{red.40}",
1421
+ "$description": "Error. Token for error in the design system."
1422
+ },
1423
+ "helper": {
1424
+ "$type": "color",
1425
+ "$value": "{gray.40}",
1426
+ "$description": "Helper. Token for helper in the design system."
1427
+ },
1428
+ "inverse": {
1429
+ "$type": "color",
1430
+ "$value": "{gray.100}",
1431
+ "$description": "Inverse. Token for inverse in the design system."
1432
+ },
1433
+ "on": {
1434
+ "color": {
1435
+ "$type": "color",
1436
+ "$value": "{white.default}",
1437
+ "$description": "Color. Token for color in the design system.",
1438
+ "disabled": {
1439
+ "$type": "color",
1440
+ "$value": "{white.default}",
1441
+ "$description": "Disabled. Token for disabled in the design system.",
1442
+ "$extensions": {
1443
+ "org.carbon": {
1444
+ "alphaModifier": 0.25
1445
+ }
1446
+ }
1447
+ }
1448
+ }
1449
+ },
1450
+ "placeholder": {
1451
+ "$type": "color",
1452
+ "$value": "{gray.10}",
1453
+ "$description": "Placeholder. Token for placeholder in the design system.",
1454
+ "$extensions": {
1455
+ "org.carbon": {
1456
+ "alphaModifier": 0.4
1457
+ }
1458
+ }
1459
+ },
1460
+ "primary": {
1461
+ "$type": "color",
1462
+ "$value": "{gray.10}",
1463
+ "$description": "Primary. Token for primary in the design system."
1464
+ },
1465
+ "secondary": {
1466
+ "$type": "color",
1467
+ "$value": "{gray.30}",
1468
+ "$description": "Secondary. Token for secondary in the design system."
1469
+ }
1470
+ },
1471
+ "toggle": {
1472
+ "off": {
1473
+ "$type": "color",
1474
+ "$value": "{gray.60}",
1475
+ "$description": "Off. Token for off in the design system."
1476
+ }
1477
+ }
1478
+ }