@moderneinc/neo-design 1.2.4 → 1.2.10

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.
@@ -0,0 +1,861 @@
1
+ /**
2
+ * Neo Design System
3
+ * TypeScript declarations generated from Figma design tokens
4
+ * @generated
5
+ */
6
+
7
+ declare const xl: 1920;
8
+
9
+ declare const lg: 1280;
10
+
11
+ declare const md: 960;
12
+
13
+ declare const sm: 600;
14
+
15
+ declare const _default$3: {
16
+ xl: typeof xl,
17
+ lg: typeof lg,
18
+ md: typeof md,
19
+ sm: typeof sm
20
+ };
21
+
22
+ declare const breakpoints_d_lg: typeof lg;
23
+ declare const breakpoints_d_md: typeof md;
24
+ declare const breakpoints_d_sm: typeof sm;
25
+ declare const breakpoints_d_xl: typeof xl;
26
+ declare namespace breakpoints_d {
27
+ export {
28
+ _default$3 as default,
29
+ breakpoints_d_lg as lg,
30
+ breakpoints_d_md as md,
31
+ breakpoints_d_sm as sm,
32
+ breakpoints_d_xl as xl,
33
+ };
34
+ }
35
+
36
+ /**
37
+ * Neo Design System
38
+ * TypeScript declarations generated from Figma design tokens
39
+ * @generated
40
+ */
41
+
42
+ type DigitalBlue = {
43
+ '50': '#f2f3ff';
44
+ '100': '#dce0ff';
45
+ '200': '#b6bfff';
46
+ '300': '#8d99ff';
47
+ '400': '#626eff';
48
+ /**
49
+ * primary color
50
+ */
51
+ '500': '#2f42ff';
52
+ '600': '#2637e6';
53
+ '700': '#1e2ec2';
54
+ '800': '#131e7a';
55
+ '900': '#000855';
56
+ /**
57
+ * primary color
58
+ */
59
+ main: '#2f42ff';
60
+ };
61
+
62
+ declare const digitalBlue: DigitalBlue;
63
+
64
+ type DigitalGreen = {
65
+ '50': '#f3fff5';
66
+ '100': '#cfffd7';
67
+ '200': '#acffb9';
68
+ '300': '#88fe9b';
69
+ '400': '#72e184';
70
+ '500': '#5ec46f';
71
+ '600': '#4ca75a';
72
+ '700': '#3b8948';
73
+ '800': '#2c6c36';
74
+ '900': '#1e4f26';
75
+ main: '#5ec46f';
76
+ };
77
+
78
+ declare const digitalGreen: DigitalGreen;
79
+
80
+ type Gold = {
81
+ '100': '#fbf1d2';
82
+ '200': '#f7e3a5';
83
+ '300': '#f4d479';
84
+ '400': '#f0c64c';
85
+ '500': '#ecb81f';
86
+ '600': '#bd9319';
87
+ '700': '#8e6e13';
88
+ '800': '#5e4a0c';
89
+ '900': '#2f2506';
90
+ main: '#ecb81f';
91
+ };
92
+
93
+ declare const gold: Gold;
94
+
95
+ type Grey = {
96
+ '50': '#f9fafb';
97
+ '100': '#f3f4f6';
98
+ '200': '#e5e7eb';
99
+ '300': '#d1d5db';
100
+ '400': '#9ca3af';
101
+ '500': '#6b7280';
102
+ '600': '#4b5563';
103
+ '700': '#374151';
104
+ '800': '#1f2937';
105
+ '900': '#111827';
106
+ main: '#6b7280';
107
+ };
108
+
109
+ declare const grey: Grey;
110
+
111
+ type Orange = {
112
+ '50': '#fff8e5';
113
+ '100': '#ffebb7';
114
+ '200': '#ffde8a';
115
+ '300': '#ffd15c';
116
+ '400': '#ffc52e';
117
+ '500': '#ffb800';
118
+ '600': '#d69b00';
119
+ '700': '#856000';
120
+ '800': '#856000';
121
+ '900': '#5c4200';
122
+ main: '#ffb800';
123
+ };
124
+
125
+ declare const orange: Orange;
126
+
127
+ type Red = {
128
+ '50': '#ffedef';
129
+ '100': '#ffc6cd';
130
+ '200': '#ff9eaa';
131
+ '300': '#fd7686';
132
+ '400': '#ed4a5d';
133
+ '500': '#cb3446';
134
+ '600': '#a92232';
135
+ '700': '#871421';
136
+ '800': '#650914';
137
+ '900': '#43020a';
138
+ main: '#cb3446';
139
+ };
140
+
141
+ declare const red: Red;
142
+
143
+ type TealGreen = {
144
+ '50': '#eefffa';
145
+ '100': '#c9fff1';
146
+ '200': '#a4ffe7';
147
+ '300': '#7fffde';
148
+ '400': '#54eec6';
149
+ '500': '#3bcca6';
150
+ '600': '#27aa88';
151
+ '700': '#17886b';
152
+ '800': '#0b664e';
153
+ '900': '#034433';
154
+ main: '#3bcca6';
155
+ };
156
+
157
+ declare const tealGreen: TealGreen;
158
+
159
+ type Violet = {
160
+ '100': '#ebd5f1';
161
+ '200': '#d6ace3';
162
+ '300': '#c282d5';
163
+ '400': '#ad59c7';
164
+ '500': '#992fb9';
165
+ '600': '#7a2694';
166
+ '700': '#5c1c6f';
167
+ '800': '#3d134a';
168
+ '900': '#1f0925';
169
+ main: '#992fb9';
170
+ };
171
+
172
+ declare const violet: Violet;
173
+
174
+ declare const _default$2: {
175
+ digitalBlue: typeof digitalBlue,
176
+ digitalGreen: typeof digitalGreen,
177
+ gold: typeof gold,
178
+ grey: typeof grey,
179
+ orange: typeof orange,
180
+ red: typeof red,
181
+ tealGreen: typeof tealGreen,
182
+ violet: typeof violet
183
+ };
184
+
185
+ type colors_d_DigitalBlue = DigitalBlue;
186
+ type colors_d_DigitalGreen = DigitalGreen;
187
+ type colors_d_Gold = Gold;
188
+ type colors_d_Grey = Grey;
189
+ type colors_d_Orange = Orange;
190
+ type colors_d_Red = Red;
191
+ type colors_d_TealGreen = TealGreen;
192
+ type colors_d_Violet = Violet;
193
+ declare const colors_d_digitalBlue: typeof digitalBlue;
194
+ declare const colors_d_digitalGreen: typeof digitalGreen;
195
+ declare const colors_d_gold: typeof gold;
196
+ declare const colors_d_grey: typeof grey;
197
+ declare const colors_d_orange: typeof orange;
198
+ declare const colors_d_red: typeof red;
199
+ declare const colors_d_tealGreen: typeof tealGreen;
200
+ declare const colors_d_violet: typeof violet;
201
+ declare namespace colors_d {
202
+ export { _default$2 as default, colors_d_digitalBlue as digitalBlue, colors_d_digitalGreen as digitalGreen, colors_d_gold as gold, colors_d_grey as grey, colors_d_orange as orange, colors_d_red as red, colors_d_tealGreen as tealGreen, colors_d_violet as violet };
203
+ export type { colors_d_DigitalBlue as DigitalBlue, colors_d_DigitalGreen as DigitalGreen, colors_d_Gold as Gold, colors_d_Grey as Grey, colors_d_Orange as Orange, colors_d_Red as Red, colors_d_TealGreen as TealGreen, colors_d_Violet as Violet };
204
+ }
205
+
206
+ /**
207
+ * Neo Design System
208
+ * TypeScript declarations generated from Figma design tokens
209
+ * @generated
210
+ */
211
+
212
+ declare const base_primatives_blue: '#2f42ff';
213
+
214
+ declare const activity_recipe_run: '#992fb9';
215
+
216
+ declare const activity_commit_job: '#2f42ff';
217
+
218
+ declare const activity_visualization: '#27aa88';
219
+
220
+ declare const border_primary: '#d1d5db';
221
+
222
+ declare const border_input: '#9ca3af';
223
+
224
+ declare const border_tab_active: '#2f42ff';
225
+
226
+ declare const border_code_dashed: '#9ca3af';
227
+
228
+ declare const border_card: '#d1d5db';
229
+
230
+ declare const border_card_header: '#d1d5db';
231
+
232
+ declare const buttons_destructive: '#cb3446';
233
+
234
+ declare const buttons_navigation_active: '#ffffff';
235
+
236
+ declare const buttons_primary_pressed: '#131e7a';
237
+
238
+ declare const buttons_primary_default: '#2f42ff';
239
+
240
+ declare const buttons_primary_hover: '#1e2ec2';
241
+
242
+ declare const buttons_primary_disabled: '#b6bfff';
243
+
244
+ declare const buttons_primary_focus: '#2f42ff';
245
+
246
+ declare const buttons_secondary_default_border: '#b6bfff';
247
+
248
+ declare const buttons_secondary_hover_background: '#f2f3ff';
249
+
250
+ declare const buttons_secondary_pressed_background: '#dce0ff';
251
+
252
+ declare const buttons_secondary_disabled: '#626eff';
253
+
254
+ declare const buttons_secondary_focus: '#2f42ff';
255
+
256
+ declare const buttons_tertiary_default: '#2f42ff';
257
+
258
+ declare const buttons_tertiary_hover: '#1e2ec2';
259
+
260
+ declare const buttons_tertiary_pressed: '#131e7a';
261
+
262
+ declare const buttons_tertiary_focus: '#2f42ff';
263
+
264
+ declare const buttons_tertiary_disabled: '#626eff';
265
+
266
+ declare const icons_default: '#1f2937';
267
+
268
+ declare const icons_active: '#2f42ff';
269
+
270
+ declare const icons_hover: '#131e7a';
271
+
272
+ declare const icons_hover_background: '#e5e7eb';
273
+
274
+ declare const icons_disabled: '#9ca3af';
275
+
276
+ declare const icons_placeholder: '#4b5563';
277
+
278
+ declare const icons_checkbox: '#4b5563';
279
+
280
+ declare const base_digital_blue_900: '#000855';
281
+
282
+ declare const base_digital_blue_800: '#131e7a';
283
+
284
+ declare const base_digital_blue_700: '#1e2ec2';
285
+
286
+ declare const base_digital_blue_600: '#2637e6';
287
+
288
+ declare const base_digital_blue_500: '#2f42ff';
289
+
290
+ declare const base_digital_blue_400: '#626eff';
291
+
292
+ declare const base_digital_blue_300: '#8d99ff';
293
+
294
+ declare const base_digital_blue_200: '#b6bfff';
295
+
296
+ declare const base_digital_blue_100: '#dce0ff';
297
+
298
+ declare const base_digital_blue_50: '#f2f3ff';
299
+
300
+ declare const base_grey_grey_900: '#111827';
301
+
302
+ declare const base_grey_grey_800: '#1f2937';
303
+
304
+ declare const base_grey_grey_700: '#374151';
305
+
306
+ declare const base_grey_grey_600: '#4b5563';
307
+
308
+ declare const base_grey_grey_500: '#6b7280';
309
+
310
+ declare const base_grey_grey_400: '#9ca3af';
311
+
312
+ declare const base_grey_grey_300: '#d1d5db';
313
+
314
+ declare const base_grey_grey_200: '#e5e7eb';
315
+
316
+ declare const base_grey_grey_100: '#f3f4f6';
317
+
318
+ declare const base_grey_grey_50: '#f9fafb';
319
+
320
+ declare const base_digital_green_digital_green_50: '#f3fff5';
321
+
322
+ declare const base_digital_green_digital_green_100: '#cfffd7';
323
+
324
+ declare const base_digital_green_digital_green_600: '#4ca75a';
325
+
326
+ declare const base_digital_green_digital_green_700: '#3b8948';
327
+
328
+ declare const base_red_red_50: '#ffedef';
329
+
330
+ declare const base_red_red_100: '#ffc6cd';
331
+
332
+ declare const base_red_red_400: '#ed4a5d';
333
+
334
+ declare const base_red_red_500: '#cb3446';
335
+
336
+ declare const base_teal_green_teal_green_500: '#3bcca6';
337
+
338
+ declare const base_teal_green_teal_green_600: '#27aa88';
339
+
340
+ declare const status_success_dark: '#4ca75a';
341
+
342
+ declare const status_warning_dark: '#ffb800';
343
+
344
+ declare const status_error_dark: '#cb3446';
345
+
346
+ declare const status_success_light: '#f3fff5';
347
+
348
+ declare const status_error_light: '#ffedef';
349
+
350
+ declare const status_warning_light: '#fff8e5';
351
+
352
+ declare const surfaces_black: '#000000';
353
+
354
+ declare const surfaces_white: '#ffffff';
355
+
356
+ declare const surfaces_page: '#f9fafb';
357
+
358
+ declare const surfaces_card: '#ffffff';
359
+
360
+ declare const surfaces_card_header: '#f3f4f6';
361
+
362
+ declare const surfaces_tab_active: '#f3f4f6';
363
+
364
+ declare const surfaces_list_hover: '#f9fafb';
365
+
366
+ declare const surfaces_input_hover: '#f3f4f6';
367
+
368
+ declare const surfaces_table_disabled_row: '#f3f4f6';
369
+
370
+ declare const surfaces_table_background: '#ffffff';
371
+
372
+ declare const surfaces_shadow_neutral: '#1f2937';
373
+
374
+ declare const surfaces_scrim: '#1f2937';
375
+
376
+ declare const surfaces_shadow_primary: '#2f42ff';
377
+
378
+ declare const surfaces_tooltip: '#4b5563';
379
+
380
+ declare const typography_page_header: '#111827';
381
+
382
+ declare const typography_section_header: '#374151';
383
+
384
+ declare const typography_body: '#1f2937';
385
+
386
+ declare const typography_button_primary: '#f9fafb';
387
+
388
+ declare const typography_button_secondary: '#2f42ff';
389
+
390
+ declare const typography_button_disabled: '#9ca3af';
391
+
392
+ declare const typography_input_placeholder: '#6b7280';
393
+
394
+ declare const typography_input_default: '#1f2937';
395
+
396
+ declare const typography_code_primary: '#1f2937';
397
+
398
+ declare const typography_code_secondary: '#6b7280';
399
+
400
+ declare const typography_tab_inactive: '#4b5563';
401
+
402
+ declare const typography_tab_active: '#626eff';
403
+
404
+ declare const typography_link_primary: '#2f42ff';
405
+
406
+ declare const typography_link_disabled: '#b6bfff';
407
+
408
+ declare const typography_link_default: '#f9fafb';
409
+
410
+ declare const typography_error: '#cb3446';
411
+
412
+ declare const typography_success: '#4ca75a';
413
+
414
+ declare const typography_warning: '#1f2937';
415
+
416
+ declare const typography_tooltip: '#ffffff';
417
+
418
+ declare const data_green: '#4ca75a';
419
+
420
+ declare const data_yellow: '#fdda04';
421
+
422
+ declare const data_orange_1: '#ffc008';
423
+
424
+ declare const data_orange_2: '#ff9800';
425
+
426
+ declare const data_orange_3: '#f9a91b';
427
+
428
+ declare const data_red_1: '#ff5c24';
429
+
430
+ declare const data_red_2: '#ed4134';
431
+
432
+ declare const data_red_3: '#cb3446';
433
+
434
+ declare const _default$1: {
435
+ base_primatives_blue: typeof base_primatives_blue,
436
+ activity_recipe_run: typeof activity_recipe_run,
437
+ activity_commit_job: typeof activity_commit_job,
438
+ activity_visualization: typeof activity_visualization,
439
+ border_primary: typeof border_primary,
440
+ border_input: typeof border_input,
441
+ border_tab_active: typeof border_tab_active,
442
+ border_code_dashed: typeof border_code_dashed,
443
+ border_card: typeof border_card,
444
+ border_card_header: typeof border_card_header,
445
+ buttons_destructive: typeof buttons_destructive,
446
+ buttons_navigation_active: typeof buttons_navigation_active,
447
+ buttons_primary_pressed: typeof buttons_primary_pressed,
448
+ buttons_primary_default: typeof buttons_primary_default,
449
+ buttons_primary_hover: typeof buttons_primary_hover,
450
+ buttons_primary_disabled: typeof buttons_primary_disabled,
451
+ buttons_primary_focus: typeof buttons_primary_focus,
452
+ buttons_secondary_default_border: typeof buttons_secondary_default_border,
453
+ buttons_secondary_hover_background: typeof buttons_secondary_hover_background,
454
+ buttons_secondary_pressed_background: typeof buttons_secondary_pressed_background,
455
+ buttons_secondary_disabled: typeof buttons_secondary_disabled,
456
+ buttons_secondary_focus: typeof buttons_secondary_focus,
457
+ buttons_tertiary_default: typeof buttons_tertiary_default,
458
+ buttons_tertiary_hover: typeof buttons_tertiary_hover,
459
+ buttons_tertiary_pressed: typeof buttons_tertiary_pressed,
460
+ buttons_tertiary_focus: typeof buttons_tertiary_focus,
461
+ buttons_tertiary_disabled: typeof buttons_tertiary_disabled,
462
+ icons_default: typeof icons_default,
463
+ icons_active: typeof icons_active,
464
+ icons_hover: typeof icons_hover,
465
+ icons_hover_background: typeof icons_hover_background,
466
+ icons_disabled: typeof icons_disabled,
467
+ icons_placeholder: typeof icons_placeholder,
468
+ icons_checkbox: typeof icons_checkbox,
469
+ base_digital_blue_900: typeof base_digital_blue_900,
470
+ base_digital_blue_800: typeof base_digital_blue_800,
471
+ base_digital_blue_700: typeof base_digital_blue_700,
472
+ base_digital_blue_600: typeof base_digital_blue_600,
473
+ base_digital_blue_500: typeof base_digital_blue_500,
474
+ base_digital_blue_400: typeof base_digital_blue_400,
475
+ base_digital_blue_300: typeof base_digital_blue_300,
476
+ base_digital_blue_200: typeof base_digital_blue_200,
477
+ base_digital_blue_100: typeof base_digital_blue_100,
478
+ base_digital_blue_50: typeof base_digital_blue_50,
479
+ base_grey_grey_900: typeof base_grey_grey_900,
480
+ base_grey_grey_800: typeof base_grey_grey_800,
481
+ base_grey_grey_700: typeof base_grey_grey_700,
482
+ base_grey_grey_600: typeof base_grey_grey_600,
483
+ base_grey_grey_500: typeof base_grey_grey_500,
484
+ base_grey_grey_400: typeof base_grey_grey_400,
485
+ base_grey_grey_300: typeof base_grey_grey_300,
486
+ base_grey_grey_200: typeof base_grey_grey_200,
487
+ base_grey_grey_100: typeof base_grey_grey_100,
488
+ base_grey_grey_50: typeof base_grey_grey_50,
489
+ base_digital_green_digital_green_50: typeof base_digital_green_digital_green_50,
490
+ base_digital_green_digital_green_100: typeof base_digital_green_digital_green_100,
491
+ base_digital_green_digital_green_600: typeof base_digital_green_digital_green_600,
492
+ base_digital_green_digital_green_700: typeof base_digital_green_digital_green_700,
493
+ base_red_red_50: typeof base_red_red_50,
494
+ base_red_red_100: typeof base_red_red_100,
495
+ base_red_red_400: typeof base_red_red_400,
496
+ base_red_red_500: typeof base_red_red_500,
497
+ base_teal_green_teal_green_500: typeof base_teal_green_teal_green_500,
498
+ base_teal_green_teal_green_600: typeof base_teal_green_teal_green_600,
499
+ status_success_dark: typeof status_success_dark,
500
+ status_warning_dark: typeof status_warning_dark,
501
+ status_error_dark: typeof status_error_dark,
502
+ status_success_light: typeof status_success_light,
503
+ status_error_light: typeof status_error_light,
504
+ status_warning_light: typeof status_warning_light,
505
+ surfaces_black: typeof surfaces_black,
506
+ surfaces_white: typeof surfaces_white,
507
+ surfaces_page: typeof surfaces_page,
508
+ surfaces_card: typeof surfaces_card,
509
+ surfaces_card_header: typeof surfaces_card_header,
510
+ surfaces_tab_active: typeof surfaces_tab_active,
511
+ surfaces_list_hover: typeof surfaces_list_hover,
512
+ surfaces_input_hover: typeof surfaces_input_hover,
513
+ surfaces_table_disabled_row: typeof surfaces_table_disabled_row,
514
+ surfaces_table_background: typeof surfaces_table_background,
515
+ surfaces_shadow_neutral: typeof surfaces_shadow_neutral,
516
+ surfaces_scrim: typeof surfaces_scrim,
517
+ surfaces_shadow_primary: typeof surfaces_shadow_primary,
518
+ surfaces_tooltip: typeof surfaces_tooltip,
519
+ typography_page_header: typeof typography_page_header,
520
+ typography_section_header: typeof typography_section_header,
521
+ typography_body: typeof typography_body,
522
+ typography_button_primary: typeof typography_button_primary,
523
+ typography_button_secondary: typeof typography_button_secondary,
524
+ typography_button_disabled: typeof typography_button_disabled,
525
+ typography_input_placeholder: typeof typography_input_placeholder,
526
+ typography_input_default: typeof typography_input_default,
527
+ typography_code_primary: typeof typography_code_primary,
528
+ typography_code_secondary: typeof typography_code_secondary,
529
+ typography_tab_inactive: typeof typography_tab_inactive,
530
+ typography_tab_active: typeof typography_tab_active,
531
+ typography_link_primary: typeof typography_link_primary,
532
+ typography_link_disabled: typeof typography_link_disabled,
533
+ typography_link_default: typeof typography_link_default,
534
+ typography_error: typeof typography_error,
535
+ typography_success: typeof typography_success,
536
+ typography_warning: typeof typography_warning,
537
+ typography_tooltip: typeof typography_tooltip,
538
+ data_green: typeof data_green,
539
+ data_yellow: typeof data_yellow,
540
+ data_orange_1: typeof data_orange_1,
541
+ data_orange_2: typeof data_orange_2,
542
+ data_orange_3: typeof data_orange_3,
543
+ data_red_1: typeof data_red_1,
544
+ data_red_2: typeof data_red_2,
545
+ data_red_3: typeof data_red_3
546
+ };
547
+
548
+ declare const semanticColors_d_activity_commit_job: typeof activity_commit_job;
549
+ declare const semanticColors_d_activity_recipe_run: typeof activity_recipe_run;
550
+ declare const semanticColors_d_activity_visualization: typeof activity_visualization;
551
+ declare const semanticColors_d_base_digital_blue_100: typeof base_digital_blue_100;
552
+ declare const semanticColors_d_base_digital_blue_200: typeof base_digital_blue_200;
553
+ declare const semanticColors_d_base_digital_blue_300: typeof base_digital_blue_300;
554
+ declare const semanticColors_d_base_digital_blue_400: typeof base_digital_blue_400;
555
+ declare const semanticColors_d_base_digital_blue_50: typeof base_digital_blue_50;
556
+ declare const semanticColors_d_base_digital_blue_500: typeof base_digital_blue_500;
557
+ declare const semanticColors_d_base_digital_blue_600: typeof base_digital_blue_600;
558
+ declare const semanticColors_d_base_digital_blue_700: typeof base_digital_blue_700;
559
+ declare const semanticColors_d_base_digital_blue_800: typeof base_digital_blue_800;
560
+ declare const semanticColors_d_base_digital_blue_900: typeof base_digital_blue_900;
561
+ declare const semanticColors_d_base_digital_green_digital_green_100: typeof base_digital_green_digital_green_100;
562
+ declare const semanticColors_d_base_digital_green_digital_green_50: typeof base_digital_green_digital_green_50;
563
+ declare const semanticColors_d_base_digital_green_digital_green_600: typeof base_digital_green_digital_green_600;
564
+ declare const semanticColors_d_base_digital_green_digital_green_700: typeof base_digital_green_digital_green_700;
565
+ declare const semanticColors_d_base_grey_grey_100: typeof base_grey_grey_100;
566
+ declare const semanticColors_d_base_grey_grey_200: typeof base_grey_grey_200;
567
+ declare const semanticColors_d_base_grey_grey_300: typeof base_grey_grey_300;
568
+ declare const semanticColors_d_base_grey_grey_400: typeof base_grey_grey_400;
569
+ declare const semanticColors_d_base_grey_grey_50: typeof base_grey_grey_50;
570
+ declare const semanticColors_d_base_grey_grey_500: typeof base_grey_grey_500;
571
+ declare const semanticColors_d_base_grey_grey_600: typeof base_grey_grey_600;
572
+ declare const semanticColors_d_base_grey_grey_700: typeof base_grey_grey_700;
573
+ declare const semanticColors_d_base_grey_grey_800: typeof base_grey_grey_800;
574
+ declare const semanticColors_d_base_grey_grey_900: typeof base_grey_grey_900;
575
+ declare const semanticColors_d_base_primatives_blue: typeof base_primatives_blue;
576
+ declare const semanticColors_d_base_red_red_100: typeof base_red_red_100;
577
+ declare const semanticColors_d_base_red_red_400: typeof base_red_red_400;
578
+ declare const semanticColors_d_base_red_red_50: typeof base_red_red_50;
579
+ declare const semanticColors_d_base_red_red_500: typeof base_red_red_500;
580
+ declare const semanticColors_d_base_teal_green_teal_green_500: typeof base_teal_green_teal_green_500;
581
+ declare const semanticColors_d_base_teal_green_teal_green_600: typeof base_teal_green_teal_green_600;
582
+ declare const semanticColors_d_border_card: typeof border_card;
583
+ declare const semanticColors_d_border_card_header: typeof border_card_header;
584
+ declare const semanticColors_d_border_code_dashed: typeof border_code_dashed;
585
+ declare const semanticColors_d_border_input: typeof border_input;
586
+ declare const semanticColors_d_border_primary: typeof border_primary;
587
+ declare const semanticColors_d_border_tab_active: typeof border_tab_active;
588
+ declare const semanticColors_d_buttons_destructive: typeof buttons_destructive;
589
+ declare const semanticColors_d_buttons_navigation_active: typeof buttons_navigation_active;
590
+ declare const semanticColors_d_buttons_primary_default: typeof buttons_primary_default;
591
+ declare const semanticColors_d_buttons_primary_disabled: typeof buttons_primary_disabled;
592
+ declare const semanticColors_d_buttons_primary_focus: typeof buttons_primary_focus;
593
+ declare const semanticColors_d_buttons_primary_hover: typeof buttons_primary_hover;
594
+ declare const semanticColors_d_buttons_primary_pressed: typeof buttons_primary_pressed;
595
+ declare const semanticColors_d_buttons_secondary_default_border: typeof buttons_secondary_default_border;
596
+ declare const semanticColors_d_buttons_secondary_disabled: typeof buttons_secondary_disabled;
597
+ declare const semanticColors_d_buttons_secondary_focus: typeof buttons_secondary_focus;
598
+ declare const semanticColors_d_buttons_secondary_hover_background: typeof buttons_secondary_hover_background;
599
+ declare const semanticColors_d_buttons_secondary_pressed_background: typeof buttons_secondary_pressed_background;
600
+ declare const semanticColors_d_buttons_tertiary_default: typeof buttons_tertiary_default;
601
+ declare const semanticColors_d_buttons_tertiary_disabled: typeof buttons_tertiary_disabled;
602
+ declare const semanticColors_d_buttons_tertiary_focus: typeof buttons_tertiary_focus;
603
+ declare const semanticColors_d_buttons_tertiary_hover: typeof buttons_tertiary_hover;
604
+ declare const semanticColors_d_buttons_tertiary_pressed: typeof buttons_tertiary_pressed;
605
+ declare const semanticColors_d_data_green: typeof data_green;
606
+ declare const semanticColors_d_data_orange_1: typeof data_orange_1;
607
+ declare const semanticColors_d_data_orange_2: typeof data_orange_2;
608
+ declare const semanticColors_d_data_orange_3: typeof data_orange_3;
609
+ declare const semanticColors_d_data_red_1: typeof data_red_1;
610
+ declare const semanticColors_d_data_red_2: typeof data_red_2;
611
+ declare const semanticColors_d_data_red_3: typeof data_red_3;
612
+ declare const semanticColors_d_data_yellow: typeof data_yellow;
613
+ declare const semanticColors_d_icons_active: typeof icons_active;
614
+ declare const semanticColors_d_icons_checkbox: typeof icons_checkbox;
615
+ declare const semanticColors_d_icons_default: typeof icons_default;
616
+ declare const semanticColors_d_icons_disabled: typeof icons_disabled;
617
+ declare const semanticColors_d_icons_hover: typeof icons_hover;
618
+ declare const semanticColors_d_icons_hover_background: typeof icons_hover_background;
619
+ declare const semanticColors_d_icons_placeholder: typeof icons_placeholder;
620
+ declare const semanticColors_d_status_error_dark: typeof status_error_dark;
621
+ declare const semanticColors_d_status_error_light: typeof status_error_light;
622
+ declare const semanticColors_d_status_success_dark: typeof status_success_dark;
623
+ declare const semanticColors_d_status_success_light: typeof status_success_light;
624
+ declare const semanticColors_d_status_warning_dark: typeof status_warning_dark;
625
+ declare const semanticColors_d_status_warning_light: typeof status_warning_light;
626
+ declare const semanticColors_d_surfaces_black: typeof surfaces_black;
627
+ declare const semanticColors_d_surfaces_card: typeof surfaces_card;
628
+ declare const semanticColors_d_surfaces_card_header: typeof surfaces_card_header;
629
+ declare const semanticColors_d_surfaces_input_hover: typeof surfaces_input_hover;
630
+ declare const semanticColors_d_surfaces_list_hover: typeof surfaces_list_hover;
631
+ declare const semanticColors_d_surfaces_page: typeof surfaces_page;
632
+ declare const semanticColors_d_surfaces_scrim: typeof surfaces_scrim;
633
+ declare const semanticColors_d_surfaces_shadow_neutral: typeof surfaces_shadow_neutral;
634
+ declare const semanticColors_d_surfaces_shadow_primary: typeof surfaces_shadow_primary;
635
+ declare const semanticColors_d_surfaces_tab_active: typeof surfaces_tab_active;
636
+ declare const semanticColors_d_surfaces_table_background: typeof surfaces_table_background;
637
+ declare const semanticColors_d_surfaces_table_disabled_row: typeof surfaces_table_disabled_row;
638
+ declare const semanticColors_d_surfaces_tooltip: typeof surfaces_tooltip;
639
+ declare const semanticColors_d_surfaces_white: typeof surfaces_white;
640
+ declare const semanticColors_d_typography_body: typeof typography_body;
641
+ declare const semanticColors_d_typography_button_disabled: typeof typography_button_disabled;
642
+ declare const semanticColors_d_typography_button_primary: typeof typography_button_primary;
643
+ declare const semanticColors_d_typography_button_secondary: typeof typography_button_secondary;
644
+ declare const semanticColors_d_typography_code_primary: typeof typography_code_primary;
645
+ declare const semanticColors_d_typography_code_secondary: typeof typography_code_secondary;
646
+ declare const semanticColors_d_typography_error: typeof typography_error;
647
+ declare const semanticColors_d_typography_input_default: typeof typography_input_default;
648
+ declare const semanticColors_d_typography_input_placeholder: typeof typography_input_placeholder;
649
+ declare const semanticColors_d_typography_link_default: typeof typography_link_default;
650
+ declare const semanticColors_d_typography_link_disabled: typeof typography_link_disabled;
651
+ declare const semanticColors_d_typography_link_primary: typeof typography_link_primary;
652
+ declare const semanticColors_d_typography_page_header: typeof typography_page_header;
653
+ declare const semanticColors_d_typography_section_header: typeof typography_section_header;
654
+ declare const semanticColors_d_typography_success: typeof typography_success;
655
+ declare const semanticColors_d_typography_tab_active: typeof typography_tab_active;
656
+ declare const semanticColors_d_typography_tab_inactive: typeof typography_tab_inactive;
657
+ declare const semanticColors_d_typography_tooltip: typeof typography_tooltip;
658
+ declare const semanticColors_d_typography_warning: typeof typography_warning;
659
+ declare namespace semanticColors_d {
660
+ export {
661
+ semanticColors_d_activity_commit_job as activity_commit_job,
662
+ semanticColors_d_activity_recipe_run as activity_recipe_run,
663
+ semanticColors_d_activity_visualization as activity_visualization,
664
+ semanticColors_d_base_digital_blue_100 as base_digital_blue_100,
665
+ semanticColors_d_base_digital_blue_200 as base_digital_blue_200,
666
+ semanticColors_d_base_digital_blue_300 as base_digital_blue_300,
667
+ semanticColors_d_base_digital_blue_400 as base_digital_blue_400,
668
+ semanticColors_d_base_digital_blue_50 as base_digital_blue_50,
669
+ semanticColors_d_base_digital_blue_500 as base_digital_blue_500,
670
+ semanticColors_d_base_digital_blue_600 as base_digital_blue_600,
671
+ semanticColors_d_base_digital_blue_700 as base_digital_blue_700,
672
+ semanticColors_d_base_digital_blue_800 as base_digital_blue_800,
673
+ semanticColors_d_base_digital_blue_900 as base_digital_blue_900,
674
+ semanticColors_d_base_digital_green_digital_green_100 as base_digital_green_digital_green_100,
675
+ semanticColors_d_base_digital_green_digital_green_50 as base_digital_green_digital_green_50,
676
+ semanticColors_d_base_digital_green_digital_green_600 as base_digital_green_digital_green_600,
677
+ semanticColors_d_base_digital_green_digital_green_700 as base_digital_green_digital_green_700,
678
+ semanticColors_d_base_grey_grey_100 as base_grey_grey_100,
679
+ semanticColors_d_base_grey_grey_200 as base_grey_grey_200,
680
+ semanticColors_d_base_grey_grey_300 as base_grey_grey_300,
681
+ semanticColors_d_base_grey_grey_400 as base_grey_grey_400,
682
+ semanticColors_d_base_grey_grey_50 as base_grey_grey_50,
683
+ semanticColors_d_base_grey_grey_500 as base_grey_grey_500,
684
+ semanticColors_d_base_grey_grey_600 as base_grey_grey_600,
685
+ semanticColors_d_base_grey_grey_700 as base_grey_grey_700,
686
+ semanticColors_d_base_grey_grey_800 as base_grey_grey_800,
687
+ semanticColors_d_base_grey_grey_900 as base_grey_grey_900,
688
+ semanticColors_d_base_primatives_blue as base_primatives_blue,
689
+ semanticColors_d_base_red_red_100 as base_red_red_100,
690
+ semanticColors_d_base_red_red_400 as base_red_red_400,
691
+ semanticColors_d_base_red_red_50 as base_red_red_50,
692
+ semanticColors_d_base_red_red_500 as base_red_red_500,
693
+ semanticColors_d_base_teal_green_teal_green_500 as base_teal_green_teal_green_500,
694
+ semanticColors_d_base_teal_green_teal_green_600 as base_teal_green_teal_green_600,
695
+ semanticColors_d_border_card as border_card,
696
+ semanticColors_d_border_card_header as border_card_header,
697
+ semanticColors_d_border_code_dashed as border_code_dashed,
698
+ semanticColors_d_border_input as border_input,
699
+ semanticColors_d_border_primary as border_primary,
700
+ semanticColors_d_border_tab_active as border_tab_active,
701
+ semanticColors_d_buttons_destructive as buttons_destructive,
702
+ semanticColors_d_buttons_navigation_active as buttons_navigation_active,
703
+ semanticColors_d_buttons_primary_default as buttons_primary_default,
704
+ semanticColors_d_buttons_primary_disabled as buttons_primary_disabled,
705
+ semanticColors_d_buttons_primary_focus as buttons_primary_focus,
706
+ semanticColors_d_buttons_primary_hover as buttons_primary_hover,
707
+ semanticColors_d_buttons_primary_pressed as buttons_primary_pressed,
708
+ semanticColors_d_buttons_secondary_default_border as buttons_secondary_default_border,
709
+ semanticColors_d_buttons_secondary_disabled as buttons_secondary_disabled,
710
+ semanticColors_d_buttons_secondary_focus as buttons_secondary_focus,
711
+ semanticColors_d_buttons_secondary_hover_background as buttons_secondary_hover_background,
712
+ semanticColors_d_buttons_secondary_pressed_background as buttons_secondary_pressed_background,
713
+ semanticColors_d_buttons_tertiary_default as buttons_tertiary_default,
714
+ semanticColors_d_buttons_tertiary_disabled as buttons_tertiary_disabled,
715
+ semanticColors_d_buttons_tertiary_focus as buttons_tertiary_focus,
716
+ semanticColors_d_buttons_tertiary_hover as buttons_tertiary_hover,
717
+ semanticColors_d_buttons_tertiary_pressed as buttons_tertiary_pressed,
718
+ semanticColors_d_data_green as data_green,
719
+ semanticColors_d_data_orange_1 as data_orange_1,
720
+ semanticColors_d_data_orange_2 as data_orange_2,
721
+ semanticColors_d_data_orange_3 as data_orange_3,
722
+ semanticColors_d_data_red_1 as data_red_1,
723
+ semanticColors_d_data_red_2 as data_red_2,
724
+ semanticColors_d_data_red_3 as data_red_3,
725
+ semanticColors_d_data_yellow as data_yellow,
726
+ _default$1 as default,
727
+ semanticColors_d_icons_active as icons_active,
728
+ semanticColors_d_icons_checkbox as icons_checkbox,
729
+ semanticColors_d_icons_default as icons_default,
730
+ semanticColors_d_icons_disabled as icons_disabled,
731
+ semanticColors_d_icons_hover as icons_hover,
732
+ semanticColors_d_icons_hover_background as icons_hover_background,
733
+ semanticColors_d_icons_placeholder as icons_placeholder,
734
+ semanticColors_d_status_error_dark as status_error_dark,
735
+ semanticColors_d_status_error_light as status_error_light,
736
+ semanticColors_d_status_success_dark as status_success_dark,
737
+ semanticColors_d_status_success_light as status_success_light,
738
+ semanticColors_d_status_warning_dark as status_warning_dark,
739
+ semanticColors_d_status_warning_light as status_warning_light,
740
+ semanticColors_d_surfaces_black as surfaces_black,
741
+ semanticColors_d_surfaces_card as surfaces_card,
742
+ semanticColors_d_surfaces_card_header as surfaces_card_header,
743
+ semanticColors_d_surfaces_input_hover as surfaces_input_hover,
744
+ semanticColors_d_surfaces_list_hover as surfaces_list_hover,
745
+ semanticColors_d_surfaces_page as surfaces_page,
746
+ semanticColors_d_surfaces_scrim as surfaces_scrim,
747
+ semanticColors_d_surfaces_shadow_neutral as surfaces_shadow_neutral,
748
+ semanticColors_d_surfaces_shadow_primary as surfaces_shadow_primary,
749
+ semanticColors_d_surfaces_tab_active as surfaces_tab_active,
750
+ semanticColors_d_surfaces_table_background as surfaces_table_background,
751
+ semanticColors_d_surfaces_table_disabled_row as surfaces_table_disabled_row,
752
+ semanticColors_d_surfaces_tooltip as surfaces_tooltip,
753
+ semanticColors_d_surfaces_white as surfaces_white,
754
+ semanticColors_d_typography_body as typography_body,
755
+ semanticColors_d_typography_button_disabled as typography_button_disabled,
756
+ semanticColors_d_typography_button_primary as typography_button_primary,
757
+ semanticColors_d_typography_button_secondary as typography_button_secondary,
758
+ semanticColors_d_typography_code_primary as typography_code_primary,
759
+ semanticColors_d_typography_code_secondary as typography_code_secondary,
760
+ semanticColors_d_typography_error as typography_error,
761
+ semanticColors_d_typography_input_default as typography_input_default,
762
+ semanticColors_d_typography_input_placeholder as typography_input_placeholder,
763
+ semanticColors_d_typography_link_default as typography_link_default,
764
+ semanticColors_d_typography_link_disabled as typography_link_disabled,
765
+ semanticColors_d_typography_link_primary as typography_link_primary,
766
+ semanticColors_d_typography_page_header as typography_page_header,
767
+ semanticColors_d_typography_section_header as typography_section_header,
768
+ semanticColors_d_typography_success as typography_success,
769
+ semanticColors_d_typography_tab_active as typography_tab_active,
770
+ semanticColors_d_typography_tab_inactive as typography_tab_inactive,
771
+ semanticColors_d_typography_tooltip as typography_tooltip,
772
+ semanticColors_d_typography_warning as typography_warning,
773
+ };
774
+ }
775
+
776
+ /**
777
+ * Neo Design System
778
+ * TypeScript declarations generated from Figma design tokens
779
+ * @generated
780
+ */
781
+
782
+ type FontFamily = {
783
+ heading: 'Inter';
784
+ body: 'Inter';
785
+ code: 'Jetbrains Mono';
786
+ };
787
+
788
+ declare const fontFamily: FontFamily;
789
+
790
+ type FontSize = {
791
+ xxs: 10;
792
+ xs: 12;
793
+ sm: 14;
794
+ default: 16;
795
+ h6: 16;
796
+ caption: 13;
797
+ code: 14;
798
+ h5: 18;
799
+ h4: 20;
800
+ h3: 24;
801
+ h2: 28;
802
+ h1: 36;
803
+ };
804
+
805
+ declare const fontSize: FontSize;
806
+
807
+ type FontWeight = {
808
+ thin: 100;
809
+ light: 300;
810
+ regular: 400;
811
+ medium: 500;
812
+ semiBold: 600;
813
+ bold: 700;
814
+ extraBold: 800;
815
+ };
816
+
817
+ declare const fontWeight: FontWeight;
818
+
819
+ type LineHeight = {
820
+ /**
821
+ * value in pixels
822
+ */
823
+ xs: 16;
824
+ s: 20;
825
+ m: 24;
826
+ l: 28;
827
+ xl: 32;
828
+ };
829
+
830
+ declare const lineHeight: LineHeight;
831
+
832
+ type TextDecoration = {
833
+ underline: 'underline';
834
+ };
835
+
836
+ declare const textDecoration: TextDecoration;
837
+
838
+ declare const _default: {
839
+ fontFamily: typeof fontFamily,
840
+ fontSize: typeof fontSize,
841
+ fontWeight: typeof fontWeight,
842
+ lineHeight: typeof lineHeight,
843
+ textDecoration: typeof textDecoration
844
+ };
845
+
846
+ type typography_d_FontFamily = FontFamily;
847
+ type typography_d_FontSize = FontSize;
848
+ type typography_d_FontWeight = FontWeight;
849
+ type typography_d_LineHeight = LineHeight;
850
+ type typography_d_TextDecoration = TextDecoration;
851
+ declare const typography_d_fontFamily: typeof fontFamily;
852
+ declare const typography_d_fontSize: typeof fontSize;
853
+ declare const typography_d_fontWeight: typeof fontWeight;
854
+ declare const typography_d_lineHeight: typeof lineHeight;
855
+ declare const typography_d_textDecoration: typeof textDecoration;
856
+ declare namespace typography_d {
857
+ export { _default as default, typography_d_fontFamily as fontFamily, typography_d_fontSize as fontSize, typography_d_fontWeight as fontWeight, typography_d_lineHeight as lineHeight, typography_d_textDecoration as textDecoration };
858
+ export type { typography_d_FontFamily as FontFamily, typography_d_FontSize as FontSize, typography_d_FontWeight as FontWeight, typography_d_LineHeight as LineHeight, typography_d_TextDecoration as TextDecoration };
859
+ }
860
+
861
+ export { breakpoints_d as breakpoints, colors_d as colors, semanticColors_d as semanticColors, typography_d as typography };