@moderneinc/neo-design 1.2.3 → 1.2.5
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/dist/breakpoints.js +34 -6
- package/dist/colors.css +2 -0
- package/dist/colors.js +68 -10
- package/dist/index.esm.js +8 -8
- package/dist/index.js +30 -32
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -3
- package/dist/semantic-colors.css +37 -6
- package/dist/semantic-colors.js +666 -112
- package/dist/typography.css +13 -12
- package/dist/typography.js +76 -76
- package/package.json +2 -4
- package/dist/colors.json +0 -104
- package/dist/semantic-colors.json +0 -98
- package/dist/typography.json +0 -30
package/dist/semantic-colors.js
CHANGED
|
@@ -4,118 +4,672 @@
|
|
|
4
4
|
* @generated
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
7
|
+
/**
|
|
8
|
+
* @type {string}
|
|
9
|
+
*/
|
|
10
|
+
export const base_primatives_blue = "#2f42ff";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @type {string}
|
|
14
|
+
*/
|
|
15
|
+
export const activity_recipe_run = "#992fb9";
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @type {string}
|
|
19
|
+
*/
|
|
20
|
+
export const activity_commit_job = "#2f42ff";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @type {string}
|
|
24
|
+
*/
|
|
25
|
+
export const activity_visualization = "#27aa88";
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @type {string}
|
|
29
|
+
*/
|
|
30
|
+
export const border_primary = "#d1d5db";
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @type {string}
|
|
34
|
+
*/
|
|
35
|
+
export const border_input = "#9ca3af";
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @type {string}
|
|
39
|
+
*/
|
|
40
|
+
export const border_tab_active = "#2f42ff";
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
*/
|
|
45
|
+
export const border_code_dashed = "#9ca3af";
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
*/
|
|
50
|
+
export const border_card = "#d1d5db";
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @type {string}
|
|
54
|
+
*/
|
|
55
|
+
export const border_card_header = "#d1d5db";
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @type {string}
|
|
59
|
+
*/
|
|
60
|
+
export const buttons_destructive = "#cb3446";
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @type {string}
|
|
64
|
+
*/
|
|
65
|
+
export const buttons_navigation_active = "#ffffff";
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @type {string}
|
|
69
|
+
*/
|
|
70
|
+
export const buttons_primary_pressed = "#131e7a";
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
*/
|
|
75
|
+
export const buttons_primary_default = "#2f42ff";
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @type {string}
|
|
79
|
+
*/
|
|
80
|
+
export const buttons_primary_hover = "#1e2ec2";
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @type {string}
|
|
84
|
+
*/
|
|
85
|
+
export const buttons_primary_disabled = "#b6bfff";
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @type {string}
|
|
89
|
+
*/
|
|
90
|
+
export const buttons_primary_focus = "#2f42ff";
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @type {string}
|
|
94
|
+
*/
|
|
95
|
+
export const buttons_secondary_default_border = "#b6bfff";
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @type {string}
|
|
99
|
+
*/
|
|
100
|
+
export const buttons_secondary_hover_background = "#f2f3ff";
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
*/
|
|
105
|
+
export const buttons_secondary_pressed_background = "#dce0ff";
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @type {string}
|
|
109
|
+
*/
|
|
110
|
+
export const buttons_secondary_disabled = "#626eff";
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @type {string}
|
|
114
|
+
*/
|
|
115
|
+
export const buttons_secondary_focus = "#2f42ff";
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @type {string}
|
|
119
|
+
*/
|
|
120
|
+
export const buttons_tertiary_default = "#2f42ff";
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @type {string}
|
|
124
|
+
*/
|
|
125
|
+
export const buttons_tertiary_hover = "#1e2ec2";
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @type {string}
|
|
129
|
+
*/
|
|
130
|
+
export const buttons_tertiary_pressed = "#131e7a";
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @type {string}
|
|
134
|
+
*/
|
|
135
|
+
export const buttons_tertiary_focus = "#2f42ff";
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @type {string}
|
|
139
|
+
*/
|
|
140
|
+
export const buttons_tertiary_disabled = "#626eff";
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @type {string}
|
|
144
|
+
*/
|
|
145
|
+
export const icons_default = "#1f2937";
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @type {string}
|
|
149
|
+
*/
|
|
150
|
+
export const icons_active = "#2f42ff";
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @type {string}
|
|
154
|
+
*/
|
|
155
|
+
export const icons_hover = "#131e7a";
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @type {string}
|
|
159
|
+
*/
|
|
160
|
+
export const icons_hover_background = "#e5e7eb";
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* @type {string}
|
|
164
|
+
*/
|
|
165
|
+
export const icons_disabled = "#9ca3af";
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @type {string}
|
|
169
|
+
*/
|
|
170
|
+
export const icons_placeholder = "#4b5563";
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @type {string}
|
|
174
|
+
*/
|
|
175
|
+
export const icons_checkbox = "#4b5563";
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @type {string}
|
|
179
|
+
*/
|
|
180
|
+
export const base_digital_blue_900 = "#000855";
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @type {string}
|
|
184
|
+
*/
|
|
185
|
+
export const base_digital_blue_800 = "#131e7a";
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* @type {string}
|
|
189
|
+
*/
|
|
190
|
+
export const base_digital_blue_700 = "#1e2ec2";
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* @type {string}
|
|
194
|
+
*/
|
|
195
|
+
export const base_digital_blue_600 = "#2637e6";
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @type {string}
|
|
199
|
+
*/
|
|
200
|
+
export const base_digital_blue_500 = "#2f42ff";
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @type {string}
|
|
204
|
+
*/
|
|
205
|
+
export const base_digital_blue_400 = "#626eff";
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @type {string}
|
|
209
|
+
*/
|
|
210
|
+
export const base_digital_blue_300 = "#8d99ff";
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @type {string}
|
|
214
|
+
*/
|
|
215
|
+
export const base_digital_blue_200 = "#b6bfff";
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @type {string}
|
|
219
|
+
*/
|
|
220
|
+
export const base_digital_blue_100 = "#dce0ff";
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @type {string}
|
|
224
|
+
*/
|
|
225
|
+
export const base_digital_blue_50 = "#f2f3ff";
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @type {string}
|
|
229
|
+
*/
|
|
230
|
+
export const base_grey_grey_900 = "#111827";
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @type {string}
|
|
234
|
+
*/
|
|
235
|
+
export const base_grey_grey_800 = "#1f2937";
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @type {string}
|
|
239
|
+
*/
|
|
240
|
+
export const base_grey_grey_700 = "#374151";
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @type {string}
|
|
244
|
+
*/
|
|
245
|
+
export const base_grey_grey_600 = "#4b5563";
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* @type {string}
|
|
249
|
+
*/
|
|
250
|
+
export const base_grey_grey_500 = "#6b7280";
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @type {string}
|
|
254
|
+
*/
|
|
255
|
+
export const base_grey_grey_400 = "#9ca3af";
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @type {string}
|
|
259
|
+
*/
|
|
260
|
+
export const base_grey_grey_300 = "#d1d5db";
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @type {string}
|
|
264
|
+
*/
|
|
265
|
+
export const base_grey_grey_200 = "#e5e7eb";
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @type {string}
|
|
269
|
+
*/
|
|
270
|
+
export const base_grey_grey_100 = "#f3f4f6";
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @type {string}
|
|
274
|
+
*/
|
|
275
|
+
export const base_grey_grey_50 = "#f9fafb";
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* @type {string}
|
|
279
|
+
*/
|
|
280
|
+
export const base_digital_green_digital_green_50 = "#f3fff5";
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @type {string}
|
|
284
|
+
*/
|
|
285
|
+
export const base_digital_green_digital_green_100 = "#cfffd7";
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* @type {string}
|
|
289
|
+
*/
|
|
290
|
+
export const base_digital_green_digital_green_600 = "#4ca75a";
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* @type {string}
|
|
294
|
+
*/
|
|
295
|
+
export const base_digital_green_digital_green_700 = "#3b8948";
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @type {string}
|
|
299
|
+
*/
|
|
300
|
+
export const base_red_red_50 = "#ffedef";
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @type {string}
|
|
304
|
+
*/
|
|
305
|
+
export const base_red_red_100 = "#ffc6cd";
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @type {string}
|
|
309
|
+
*/
|
|
310
|
+
export const base_red_red_400 = "#ed4a5d";
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* @type {string}
|
|
314
|
+
*/
|
|
315
|
+
export const base_red_red_500 = "#cb3446";
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @type {string}
|
|
319
|
+
*/
|
|
320
|
+
export const base_teal_green_teal_green_500 = "#3bcca6";
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* @type {string}
|
|
324
|
+
*/
|
|
325
|
+
export const base_teal_green_teal_green_600 = "#27aa88";
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @type {string}
|
|
329
|
+
*/
|
|
330
|
+
export const status_success_dark = "#4ca75a";
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* @type {string}
|
|
334
|
+
*/
|
|
335
|
+
export const status_warning_dark = "#ffb800";
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @type {string}
|
|
339
|
+
*/
|
|
340
|
+
export const status_error_dark = "#cb3446";
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @type {string}
|
|
344
|
+
*/
|
|
345
|
+
export const status_success_light = "#f3fff5";
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @type {string}
|
|
349
|
+
*/
|
|
350
|
+
export const status_error_light = "#ffedef";
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @type {string}
|
|
354
|
+
*/
|
|
355
|
+
export const status_warning_light = "#fff8e5";
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @type {string}
|
|
359
|
+
*/
|
|
360
|
+
export const surfaces_black = "#000000";
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @type {string}
|
|
364
|
+
*/
|
|
365
|
+
export const surfaces_white = "#ffffff";
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @type {string}
|
|
369
|
+
*/
|
|
370
|
+
export const surfaces_page = "#f9fafb";
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @type {string}
|
|
374
|
+
*/
|
|
375
|
+
export const surfaces_card = "#ffffff";
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @type {string}
|
|
379
|
+
*/
|
|
380
|
+
export const surfaces_card_header = "#f3f4f6";
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @type {string}
|
|
384
|
+
*/
|
|
385
|
+
export const surfaces_tab_active = "#f3f4f6";
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @type {string}
|
|
389
|
+
*/
|
|
390
|
+
export const surfaces_list_hover = "#f9fafb";
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @type {string}
|
|
394
|
+
*/
|
|
395
|
+
export const surfaces_input_hover = "#f3f4f6";
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* @type {string}
|
|
399
|
+
*/
|
|
400
|
+
export const surfaces_table_disabled_row = "#f3f4f6";
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* @type {string}
|
|
404
|
+
*/
|
|
405
|
+
export const surfaces_table_background = "#ffffff";
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* @type {string}
|
|
409
|
+
*/
|
|
410
|
+
export const surfaces_shadow_neutral = "#1f2937";
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* @type {string}
|
|
414
|
+
*/
|
|
415
|
+
export const surfaces_scrim = "#1f2937";
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* @type {string}
|
|
419
|
+
*/
|
|
420
|
+
export const surfaces_shadow_primary = "#2f42ff";
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* @type {string}
|
|
424
|
+
*/
|
|
425
|
+
export const surfaces_tooltip = "#4b5563";
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @type {string}
|
|
429
|
+
*/
|
|
430
|
+
export const typography_page_header = "#111827";
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* @type {string}
|
|
434
|
+
*/
|
|
435
|
+
export const typography_section_header = "#374151";
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* @type {string}
|
|
439
|
+
*/
|
|
440
|
+
export const typography_body = "#1f2937";
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* @type {string}
|
|
444
|
+
*/
|
|
445
|
+
export const typography_button_primary = "#f9fafb";
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* @type {string}
|
|
449
|
+
*/
|
|
450
|
+
export const typography_button_secondary = "#2f42ff";
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @type {string}
|
|
454
|
+
*/
|
|
455
|
+
export const typography_button_disabled = "#9ca3af";
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @type {string}
|
|
459
|
+
*/
|
|
460
|
+
export const typography_input_placeholder = "#6b7280";
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @type {string}
|
|
464
|
+
*/
|
|
465
|
+
export const typography_input_default = "#1f2937";
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @type {string}
|
|
469
|
+
*/
|
|
470
|
+
export const typography_code_primary = "#1f2937";
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* @type {string}
|
|
474
|
+
*/
|
|
475
|
+
export const typography_code_secondary = "#6b7280";
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* @type {string}
|
|
479
|
+
*/
|
|
480
|
+
export const typography_tab_inactive = "#4b5563";
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* @type {string}
|
|
484
|
+
*/
|
|
485
|
+
export const typography_tab_active = "#626eff";
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @type {string}
|
|
489
|
+
*/
|
|
490
|
+
export const typography_link_primary = "#2f42ff";
|
|
491
|
+
|
|
492
|
+
/**
|
|
493
|
+
* @type {string}
|
|
494
|
+
*/
|
|
495
|
+
export const typography_link_disabled = "#b6bfff";
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* @type {string}
|
|
499
|
+
*/
|
|
500
|
+
export const typography_link_default = "#f9fafb";
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* @type {string}
|
|
504
|
+
*/
|
|
505
|
+
export const typography_error = "#cb3446";
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* @type {string}
|
|
509
|
+
*/
|
|
510
|
+
export const typography_success = "#4ca75a";
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* @type {string}
|
|
514
|
+
*/
|
|
515
|
+
export const typography_warning = "#1f2937";
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @type {string}
|
|
519
|
+
*/
|
|
520
|
+
export const typography_tooltip = "#ffffff";
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @type {string}
|
|
524
|
+
*/
|
|
525
|
+
export const data_green = "#4ca75a";
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @type {string}
|
|
529
|
+
*/
|
|
530
|
+
export const data_yellow = "#fdda04";
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* @type {string}
|
|
534
|
+
*/
|
|
535
|
+
export const data_orange_1 = "#ffc008";
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @type {string}
|
|
539
|
+
*/
|
|
540
|
+
export const data_orange_2 = "#ff9800";
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* @type {string}
|
|
544
|
+
*/
|
|
545
|
+
export const data_orange_3 = "#f9a91b";
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* @type {string}
|
|
549
|
+
*/
|
|
550
|
+
export const data_red_1 = "#ff5c24";
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* @type {string}
|
|
554
|
+
*/
|
|
555
|
+
export const data_red_2 = "#ed4134";
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* @type {string}
|
|
559
|
+
*/
|
|
560
|
+
export const data_red_3 = "#cb3446";
|
|
110
561
|
|
|
111
562
|
// Default export with all tokens
|
|
112
563
|
export default {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
564
|
+
base_primatives_blue,
|
|
565
|
+
activity_recipe_run,
|
|
566
|
+
activity_commit_job,
|
|
567
|
+
activity_visualization,
|
|
568
|
+
border_primary,
|
|
569
|
+
border_input,
|
|
570
|
+
border_tab_active,
|
|
571
|
+
border_code_dashed,
|
|
572
|
+
border_card,
|
|
573
|
+
border_card_header,
|
|
574
|
+
buttons_destructive,
|
|
575
|
+
buttons_navigation_active,
|
|
576
|
+
buttons_primary_pressed,
|
|
577
|
+
buttons_primary_default,
|
|
578
|
+
buttons_primary_hover,
|
|
579
|
+
buttons_primary_disabled,
|
|
580
|
+
buttons_primary_focus,
|
|
581
|
+
buttons_secondary_default_border,
|
|
582
|
+
buttons_secondary_hover_background,
|
|
583
|
+
buttons_secondary_pressed_background,
|
|
584
|
+
buttons_secondary_disabled,
|
|
585
|
+
buttons_secondary_focus,
|
|
586
|
+
buttons_tertiary_default,
|
|
587
|
+
buttons_tertiary_hover,
|
|
588
|
+
buttons_tertiary_pressed,
|
|
589
|
+
buttons_tertiary_focus,
|
|
590
|
+
buttons_tertiary_disabled,
|
|
591
|
+
icons_default,
|
|
592
|
+
icons_active,
|
|
593
|
+
icons_hover,
|
|
594
|
+
icons_hover_background,
|
|
595
|
+
icons_disabled,
|
|
596
|
+
icons_placeholder,
|
|
597
|
+
icons_checkbox,
|
|
598
|
+
base_digital_blue_900,
|
|
599
|
+
base_digital_blue_800,
|
|
600
|
+
base_digital_blue_700,
|
|
601
|
+
base_digital_blue_600,
|
|
602
|
+
base_digital_blue_500,
|
|
603
|
+
base_digital_blue_400,
|
|
604
|
+
base_digital_blue_300,
|
|
605
|
+
base_digital_blue_200,
|
|
606
|
+
base_digital_blue_100,
|
|
607
|
+
base_digital_blue_50,
|
|
608
|
+
base_grey_grey_900,
|
|
609
|
+
base_grey_grey_800,
|
|
610
|
+
base_grey_grey_700,
|
|
611
|
+
base_grey_grey_600,
|
|
612
|
+
base_grey_grey_500,
|
|
613
|
+
base_grey_grey_400,
|
|
614
|
+
base_grey_grey_300,
|
|
615
|
+
base_grey_grey_200,
|
|
616
|
+
base_grey_grey_100,
|
|
617
|
+
base_grey_grey_50,
|
|
618
|
+
base_digital_green_digital_green_50,
|
|
619
|
+
base_digital_green_digital_green_100,
|
|
620
|
+
base_digital_green_digital_green_600,
|
|
621
|
+
base_digital_green_digital_green_700,
|
|
622
|
+
base_red_red_50,
|
|
623
|
+
base_red_red_100,
|
|
624
|
+
base_red_red_400,
|
|
625
|
+
base_red_red_500,
|
|
626
|
+
base_teal_green_teal_green_500,
|
|
627
|
+
base_teal_green_teal_green_600,
|
|
628
|
+
status_success_dark,
|
|
629
|
+
status_warning_dark,
|
|
630
|
+
status_error_dark,
|
|
631
|
+
status_success_light,
|
|
632
|
+
status_error_light,
|
|
633
|
+
status_warning_light,
|
|
634
|
+
surfaces_black,
|
|
635
|
+
surfaces_white,
|
|
636
|
+
surfaces_page,
|
|
637
|
+
surfaces_card,
|
|
638
|
+
surfaces_card_header,
|
|
639
|
+
surfaces_tab_active,
|
|
640
|
+
surfaces_list_hover,
|
|
641
|
+
surfaces_input_hover,
|
|
642
|
+
surfaces_table_disabled_row,
|
|
643
|
+
surfaces_table_background,
|
|
644
|
+
surfaces_shadow_neutral,
|
|
645
|
+
surfaces_scrim,
|
|
646
|
+
surfaces_shadow_primary,
|
|
647
|
+
surfaces_tooltip,
|
|
648
|
+
typography_page_header,
|
|
649
|
+
typography_section_header,
|
|
650
|
+
typography_body,
|
|
651
|
+
typography_button_primary,
|
|
652
|
+
typography_button_secondary,
|
|
653
|
+
typography_button_disabled,
|
|
654
|
+
typography_input_placeholder,
|
|
655
|
+
typography_input_default,
|
|
656
|
+
typography_code_primary,
|
|
657
|
+
typography_code_secondary,
|
|
658
|
+
typography_tab_inactive,
|
|
659
|
+
typography_tab_active,
|
|
660
|
+
typography_link_primary,
|
|
661
|
+
typography_link_disabled,
|
|
662
|
+
typography_link_default,
|
|
663
|
+
typography_error,
|
|
664
|
+
typography_success,
|
|
665
|
+
typography_warning,
|
|
666
|
+
typography_tooltip,
|
|
667
|
+
data_green,
|
|
668
|
+
data_yellow,
|
|
669
|
+
data_orange_1,
|
|
670
|
+
data_orange_2,
|
|
671
|
+
data_orange_3,
|
|
672
|
+
data_red_1,
|
|
673
|
+
data_red_2,
|
|
674
|
+
data_red_3
|
|
675
|
+
};
|