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