@bcc-code/design-tokens 3.0.4 → 3.0.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.
@@ -0,0 +1,1148 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export default {
6
+ "font-family": {
7
+ archivo: "Archivo",
8
+ },
9
+ color: {
10
+ neutral: {
11
+ 0: "#ffffff",
12
+ 100: "#f7f8f9",
13
+ 200: "#f1f2f4",
14
+ 300: "#dcdfe4",
15
+ 400: "#b3b9c4",
16
+ 500: "#8590a2",
17
+ 600: "#758195",
18
+ 700: "#626f86",
19
+ 800: "#44546f",
20
+ 900: "#2c3e5d",
21
+ 1000: "#172b4d",
22
+ 1100: "#091e42",
23
+ },
24
+ "neutral-alpha": {
25
+ "100A": "rgba(9, 30, 77, 0.03)",
26
+ "200A": "rgba(9, 30, 77, 0.06)",
27
+ "300A": "rgba(9, 30, 77, 0.14)",
28
+ "400A": "rgba(9, 30, 77, 0.32)",
29
+ "500A": "rgba(9, 30, 77, 0.5)",
30
+ },
31
+ "dark-neutral": {
32
+ 0: "#161a1d",
33
+ 100: "#101214",
34
+ 200: "#22272b",
35
+ 250: "#282e33",
36
+ 300: "#2c333a",
37
+ 350: "#38414a",
38
+ 400: "#454f59",
39
+ 500: "#596773",
40
+ 600: "#738496",
41
+ 700: "#8c9bab",
42
+ 800: "#9fadbc",
43
+ 900: "#b6c2cf",
44
+ 1000: "#c7d1db",
45
+ 1100: "#dee4ea",
46
+ "negative-100": "#101214",
47
+ },
48
+ "dark-neutral-alpha": {
49
+ "100A": "rgba(0, 0, 0, 0.24)",
50
+ "200A": "rgba(188, 214, 240, 0.08)",
51
+ "250A": "rgba(188, 214, 240, 0.1)",
52
+ "300A": "rgba(188, 214, 240, 0.16)",
53
+ "350A": "rgba(188, 214, 240, 0.2)",
54
+ "400A": "rgba(188, 214, 240, 0.28)",
55
+ "500A": "rgba(188, 214, 240, 0.5)",
56
+ },
57
+ blue: {
58
+ 100: "#f6fbff",
59
+ 200: "#d9ecff",
60
+ 300: "#a6cdfd",
61
+ 400: "#7cabf9",
62
+ 500: "#608ef6",
63
+ 600: "#446add",
64
+ 700: "#274eb5",
65
+ 800: "#273c8f",
66
+ 900: "#212c64",
67
+ 1000: "#091e47",
68
+ },
69
+ teal: {
70
+ 100: "#f6fbff",
71
+ 200: "#c3f2f8",
72
+ 300: "#82d3e3",
73
+ 400: "#51b9cf",
74
+ 500: "#1a9eb7",
75
+ 600: "#0b7da1",
76
+ 700: "#005b81",
77
+ 800: "#09486b",
78
+ 900: "#0d324d",
79
+ 1000: "#0c2132",
80
+ },
81
+ bcc: {
82
+ 100: "#f0fcfa",
83
+ 200: "#d2eeeb",
84
+ 300: "#a0cec8",
85
+ 400: "#6fb5ad",
86
+ 500: "#3e9f97",
87
+ 600: "#1d7f78",
88
+ 700: "#0c625c",
89
+ 800: "#014d49",
90
+ 900: "#0b3633",
91
+ 1000: "#012320",
92
+ },
93
+ green: {
94
+ 100: "#efffed",
95
+ 200: "#cbf3c9",
96
+ 300: "#83d895",
97
+ 400: "#32c180",
98
+ 500: "#1ca673",
99
+ 600: "#09825d",
100
+ 700: "#0c6241",
101
+ 800: "#094c3b",
102
+ 900: "#073734",
103
+ 1000: "#032429",
104
+ },
105
+ brown: {
106
+ 100: "#f9faf4",
107
+ 200: "#ece8dc",
108
+ 300: "#d1c5b0",
109
+ 400: "#bea889",
110
+ 500: "#a98c66",
111
+ 600: "#8b6d45",
112
+ 700: "#6e5232",
113
+ 800: "#553d28",
114
+ 900: "#3f2c1e",
115
+ 1000: "#2e1b0f",
116
+ },
117
+ yellow: {
118
+ 100: "#fdf8e9",
119
+ 200: "#f8e6a0",
120
+ 300: "#e9c348",
121
+ 400: "#d5a406",
122
+ 500: "#bc870d",
123
+ 600: "#a4670b",
124
+ 700: "#854901",
125
+ 800: "#653805",
126
+ 900: "#4b2c04",
127
+ 1000: "#2d1f00",
128
+ },
129
+ orange: {
130
+ 100: "#fffaed",
131
+ 200: "#fee3c1",
132
+ 300: "#f6b981",
133
+ 400: "#f19457",
134
+ 500: "#da772e",
135
+ 600: "#b55919",
136
+ 700: "#943a14",
137
+ 800: "#782612",
138
+ 900: "#5d1712",
139
+ 1000: "#420e0d",
140
+ },
141
+ red: {
142
+ 100: "#fff8f3",
143
+ 200: "#fee2dd",
144
+ 300: "#fab6ad",
145
+ 400: "#fa877e",
146
+ 500: "#ed6362",
147
+ 600: "#ca414e",
148
+ 700: "#a42237",
149
+ 800: "#811436",
150
+ 900: "#630d2e",
151
+ 1000: "#440223",
152
+ },
153
+ magenta: {
154
+ 100: "#fff8ff",
155
+ 200: "#fce0f8",
156
+ 300: "#f3b4e2",
157
+ 400: "#eb8acf",
158
+ 500: "#de66b0",
159
+ 600: "#be428f",
160
+ 700: "#952e70",
161
+ 800: "#751f57",
162
+ 900: "#5b1043",
163
+ 1000: "#3f0534",
164
+ },
165
+ purple: {
166
+ 100: "#f6f9ff",
167
+ 200: "#e3e3fe",
168
+ 300: "#c9c3ec",
169
+ 400: "#afa0e0",
170
+ 500: "#9a82da",
171
+ 600: "#8360c3",
172
+ 700: "#61479c",
173
+ 800: "#493481",
174
+ 900: "#352465",
175
+ 1000: "#1d154d",
176
+ },
177
+ Transparent: "rgba(0, 0, 0, 0)",
178
+ },
179
+ space: {
180
+ 0: "0rem",
181
+ 25: "0.125rem",
182
+ 50: "0.25rem",
183
+ 75: "0.375rem",
184
+ 100: "0.5rem",
185
+ 150: "0.75rem",
186
+ 200: "1rem",
187
+ 250: "1.25rem",
188
+ 300: "1.5rem",
189
+ 400: "2rem",
190
+ 500: "2.5rem",
191
+ 600: "3rem",
192
+ 800: "4rem",
193
+ 1000: "5rem",
194
+ negative: {
195
+ 25: "-0.125rem",
196
+ 50: "-0.25rem",
197
+ 75: "-0.375rem",
198
+ 100: "-0.5rem",
199
+ 150: "-0.75rem",
200
+ 200: "-1rem",
201
+ 250: "-1.25rem",
202
+ 300: "-1.5rem",
203
+ 400: "-2rem",
204
+ },
205
+ },
206
+ "border-radius": {
207
+ none: "0",
208
+ xs: "0.125rem",
209
+ sm: "0.25rem",
210
+ md: "0.5rem",
211
+ lg: "1rem",
212
+ xl: "1.5rem",
213
+ "2xl": "2rem",
214
+ "3xl": "3rem",
215
+ full: "999px",
216
+ },
217
+ "icon-size": {
218
+ xs: "1rem",
219
+ sm: "1.25rem",
220
+ md: "1.5rem",
221
+ lg: "2rem",
222
+ xl: "3rem",
223
+ },
224
+ "border-width": {
225
+ 0: "0",
226
+ 1: "1px",
227
+ 2: "2px",
228
+ },
229
+ "font-weight": {
230
+ regular: 400,
231
+ medium: 500,
232
+ bold: 700,
233
+ },
234
+ "line-height": {
235
+ 1: "12px",
236
+ 2: "16px",
237
+ 3: "20px",
238
+ 4: "24px",
239
+ 5: "28px",
240
+ 6: "32px",
241
+ 7: "36px",
242
+ 8: "40px",
243
+ 9: "52px",
244
+ 10: "64px",
245
+ none: 1,
246
+ },
247
+ "font-size": {
248
+ xs: "0.75rem",
249
+ sm: "0.875rem",
250
+ md: "1rem",
251
+ lg: "1.25rem",
252
+ xl: "1.5rem",
253
+ "2xl": "2em",
254
+ "3xl": "2.25rem",
255
+ "4xl": "3rem",
256
+ },
257
+ "aura/primitive": {
258
+ border: {
259
+ radius: {
260
+ none: "0",
261
+ xs: "2px",
262
+ sm: "4px",
263
+ md: "6px",
264
+ lg: "8px",
265
+ xl: "12px",
266
+ },
267
+ },
268
+ emerald: {
269
+ 50: "#f0fcfa",
270
+ 100: "#d2eeeb",
271
+ 200: "#a0cec8",
272
+ 300: "#6fb5ad",
273
+ 400: "#3e9f97",
274
+ 500: "#1d7f78",
275
+ 600: "#0c625c",
276
+ 700: "#014d49",
277
+ 800: "#0b3633",
278
+ 900: "#012320",
279
+ 950: "#012320",
280
+ },
281
+ green: {
282
+ 50: "#efffed",
283
+ 100: "#cbf3c9",
284
+ 200: "#83d895",
285
+ 300: "#32c180",
286
+ 400: "#1ca673",
287
+ 500: "#09825d",
288
+ 600: "#0c6241",
289
+ 700: "#094c3b",
290
+ 800: "#073734",
291
+ 900: "#032429",
292
+ 950: "#032429",
293
+ },
294
+ lime: {
295
+ 50: "#f7fee7",
296
+ 100: "#ecfccb",
297
+ 200: "#d9f99d",
298
+ 300: "#bef264",
299
+ 400: "#a3e635",
300
+ 500: "#84cc16",
301
+ 600: "#65a30d",
302
+ 700: "#4d7c0f",
303
+ 800: "#3f6212",
304
+ 900: "#365314",
305
+ 950: "#1a2e05",
306
+ },
307
+ red: {
308
+ 50: "#fff8f3",
309
+ 100: "#fee2dd",
310
+ 200: "#fab6ad",
311
+ 300: "#fa877e",
312
+ 400: "#ed6362",
313
+ 500: "#ca414e",
314
+ 600: "#a42237",
315
+ 700: "#811436",
316
+ 800: "#630d2e",
317
+ 900: "#440223",
318
+ 950: "#440223",
319
+ },
320
+ orange: {
321
+ 50: "#fffaed",
322
+ 100: "#fee3c1",
323
+ 200: "#f6b981",
324
+ 300: "#f19457",
325
+ 400: "#da772e",
326
+ 500: "#b55919",
327
+ 600: "#943a14",
328
+ 700: "#782612",
329
+ 800: "#5d1712",
330
+ 900: "#420e0d",
331
+ 950: "#420e0d",
332
+ },
333
+ amber: {
334
+ 50: "#fffbeb",
335
+ 100: "#fef3c7",
336
+ 200: "#fde68a",
337
+ 300: "#fcd34d",
338
+ 400: "#fbbf24",
339
+ 500: "#f59e0b",
340
+ 600: "#d97706",
341
+ 700: "#b45309",
342
+ 800: "#92400e",
343
+ 900: "#78350f",
344
+ 950: "#451a03",
345
+ },
346
+ yellow: {
347
+ 50: "#fdf8e9",
348
+ 100: "#f8e6a0",
349
+ 200: "#e9c348",
350
+ 300: "#d5a406",
351
+ 400: "#bc870d",
352
+ 500: "#a4670b",
353
+ 600: "#854901",
354
+ 700: "#653805",
355
+ 800: "#4b2c04",
356
+ 900: "#2d1f00",
357
+ 950: "#2d1f00",
358
+ },
359
+ teal: {
360
+ 50: "#f6fbff",
361
+ 100: "#c3f2f8",
362
+ 200: "#82d3e3",
363
+ 300: "#51b9cf",
364
+ 400: "#1a9eb7",
365
+ 500: "#0b7da1",
366
+ 600: "#005b81",
367
+ 700: "#09486b",
368
+ 800: "#0d324d",
369
+ 900: "#0c2132",
370
+ 950: "#0c2132",
371
+ },
372
+ cyan: {
373
+ 50: "#ecfeff",
374
+ 100: "#cffafe",
375
+ 200: "#a5f3fc",
376
+ 300: "#67e8f9",
377
+ 400: "#22d3ee",
378
+ 500: "#06b6d4",
379
+ 600: "#0891b2",
380
+ 700: "#0e7490",
381
+ 800: "#155e75",
382
+ 900: "#164e63",
383
+ 950: "#083344",
384
+ },
385
+ sky: {
386
+ 50: "#f6fbff",
387
+ 100: "#d9ecff",
388
+ 200: "#a6cdfd",
389
+ 300: "#7cabf9",
390
+ 400: "#608ef6",
391
+ 500: "#446add",
392
+ 600: "#274eb5",
393
+ 700: "#273c8f",
394
+ 800: "#212c64",
395
+ 900: "#091e47",
396
+ 950: "#091e47",
397
+ },
398
+ blue: {
399
+ 50: "#f6fbff",
400
+ 100: "#d9ecff",
401
+ 200: "#a6cdfd",
402
+ 300: "#7cabf9",
403
+ 400: "#608ef6",
404
+ 500: "#446add",
405
+ 600: "#274eb5",
406
+ 700: "#273c8f",
407
+ 800: "#212c64",
408
+ 900: "#091e47",
409
+ 950: "#091e47",
410
+ },
411
+ indigo: {
412
+ 50: "#eef2ff",
413
+ 100: "#e0e7ff",
414
+ 200: "#c7d2fe",
415
+ 300: "#a5b4fc",
416
+ 400: "#818cf8",
417
+ 500: "#6366f1",
418
+ 600: "#4f46e5",
419
+ 700: "#4338ca",
420
+ 800: "#3730a3",
421
+ 900: "#312e81",
422
+ 950: "#1e1b4b",
423
+ },
424
+ violet: {
425
+ 50: "#f5f3ff",
426
+ 100: "#ede9fe",
427
+ 200: "#ddd6fe",
428
+ 300: "#c4b5fd",
429
+ 400: "#a78bfa",
430
+ 500: "#8b5cf6",
431
+ 600: "#7c3aed",
432
+ 700: "#6d28d9",
433
+ 800: "#5b21b6",
434
+ 900: "#4c1d95",
435
+ 950: "#2e1065",
436
+ },
437
+ purple: {
438
+ 50: "#f6f9ff",
439
+ 100: "#e3e3fe",
440
+ 200: "#c9c3ec",
441
+ 300: "#afa0e0",
442
+ 400: "#9a82da",
443
+ 500: "#8360c3",
444
+ 600: "#61479c",
445
+ 700: "#493481",
446
+ 800: "#352465",
447
+ 900: "#1d154d",
448
+ 950: "#1d154d",
449
+ },
450
+ fuchsia: {
451
+ 50: "#fdf4ff",
452
+ 100: "#fae8ff",
453
+ 200: "#f5d0fe",
454
+ 300: "#f0abfc",
455
+ 400: "#e879f9",
456
+ 500: "#d946ef",
457
+ 600: "#c026d3",
458
+ 700: "#a21caf",
459
+ 800: "#86198f",
460
+ 900: "#701a75",
461
+ 950: "#4a044e",
462
+ },
463
+ pink: {
464
+ 50: "#fff8ff",
465
+ 100: "#fce0f8",
466
+ 200: "#f3b4e2",
467
+ 300: "#eb8acf",
468
+ 400: "#de66b0",
469
+ 500: "#be428f",
470
+ 600: "#952e70",
471
+ 700: "#751f57",
472
+ 800: "#5b1043",
473
+ 900: "#3f0534",
474
+ 950: "#3f0534",
475
+ },
476
+ rose: {
477
+ 50: "#fff1f2",
478
+ 100: "#ffe4e6",
479
+ 200: "#fecdd3",
480
+ 300: "#fda4af",
481
+ 400: "#fb7185",
482
+ 500: "#f43f5e",
483
+ 600: "#e11d48",
484
+ 700: "#be123c",
485
+ 800: "#9f1239",
486
+ 900: "#881337",
487
+ 950: "#4c0519",
488
+ },
489
+ slate: {
490
+ 50: "#f7f8f9",
491
+ 100: "#f1f2f4",
492
+ 200: "#dcdfe4",
493
+ 300: "#b3b9c4",
494
+ 400: "#8590a2",
495
+ 500: "#758195",
496
+ 600: "#626f86",
497
+ 700: "#44546f",
498
+ 800: "#2c3e5d",
499
+ 900: "#172b4d",
500
+ 950: "#091e42",
501
+ },
502
+ gray: {
503
+ 50: "#f9fafb",
504
+ 100: "#f3f4f6",
505
+ 200: "#e5e7eb",
506
+ 300: "#d1d5db",
507
+ 400: "#9ca3af",
508
+ 500: "#6b7280",
509
+ 600: "#4b5563",
510
+ 700: "#374151",
511
+ 800: "#1f2937",
512
+ 900: "#111827",
513
+ 950: "#030712",
514
+ },
515
+ zinc: {
516
+ 50: "#dee4ea",
517
+ 100: "#c7d1db",
518
+ 200: "#b6c2cf",
519
+ 300: "#9fadbc",
520
+ 400: "#8c9bab",
521
+ 500: "#738496",
522
+ 600: "#596773",
523
+ 700: "#454f59",
524
+ 800: "#2c333a",
525
+ 900: "#22272b",
526
+ 950: "#101214",
527
+ },
528
+ neutral: {
529
+ 50: "#fafafa",
530
+ 100: "#f5f5f5",
531
+ 200: "#e5e5e5",
532
+ 300: "#d4d4d4",
533
+ 400: "#a3a3a3",
534
+ 500: "#737373",
535
+ 600: "#525252",
536
+ 700: "#404040",
537
+ 800: "#262626",
538
+ 900: "#171717",
539
+ 950: "#0a0a0a",
540
+ },
541
+ stone: {
542
+ 50: "#fafaf9",
543
+ 100: "#f5f5f4",
544
+ 200: "#e7e5e4",
545
+ 300: "#d6d3d1",
546
+ 400: "#a8a29e",
547
+ 500: "#78716c",
548
+ 600: "#57534e",
549
+ 700: "#44403c",
550
+ 800: "#292524",
551
+ 900: "#1c1917",
552
+ 950: "#0c0a09",
553
+ },
554
+ space: {
555
+ 0: "0px",
556
+ 25: "2px",
557
+ 50: "4px",
558
+ 75: "6px",
559
+ 100: "8px",
560
+ 150: "12px",
561
+ 200: "16px",
562
+ 250: "20px",
563
+ 300: "24px",
564
+ 400: "32px",
565
+ 500: "40px",
566
+ 600: "48px",
567
+ 800: "64px",
568
+ 1000: "80px",
569
+ },
570
+ },
571
+ "aura/semantic": {
572
+ primary: {
573
+ 50: "#f0fcfa",
574
+ 100: "#d2eeeb",
575
+ 200: "#a0cec8",
576
+ 300: "#6fb5ad",
577
+ 400: "#3e9f97",
578
+ 500: "#1d7f78",
579
+ 600: "#0c625c",
580
+ 700: "#014d49",
581
+ 800: "#0b3633",
582
+ 900: "#012320",
583
+ 950: "#012320",
584
+ },
585
+ anchor: {
586
+ gutter: "2px",
587
+ },
588
+ icon: {
589
+ size: "1rem",
590
+ },
591
+ disabled: {
592
+ opacity: "0.6",
593
+ },
594
+ form: {
595
+ field: {
596
+ padding: {
597
+ x: "0.75rem",
598
+ y: "0.5rem",
599
+ },
600
+ border: {
601
+ radius: "6px",
602
+ },
603
+ focus: {
604
+ ring: {
605
+ width: "0",
606
+ style: "none",
607
+ color: "rgba(0, 0, 0, 0)",
608
+ offset: "0",
609
+ shadow: "0 0 0 0 rgba(0, 0, 0, 0)",
610
+ },
611
+ },
612
+ sm: {
613
+ font: {
614
+ size: "0.875rem",
615
+ },
616
+ padding: {
617
+ x: "0.625rem",
618
+ y: "0.375rem",
619
+ },
620
+ },
621
+ lg: {
622
+ font: {
623
+ size: "1.125rem",
624
+ },
625
+ padding: {
626
+ x: "0.875rem",
627
+ y: "0.625rem",
628
+ },
629
+ },
630
+ transition: {
631
+ duration: "150ms",
632
+ },
633
+ },
634
+ },
635
+ content: {
636
+ border: {
637
+ radius: "6px",
638
+ },
639
+ },
640
+ focus: {
641
+ ring: {
642
+ width: "1px",
643
+ color: "#1d7f78",
644
+ offset: "2px",
645
+ shadow: "0 0 0 0 rgba(0, 0, 0, 0)",
646
+ stroke: "3px solid #1d7f78",
647
+ style: "solid",
648
+ },
649
+ },
650
+ list: {
651
+ padding: "0.25rem 0.25rem",
652
+ gap: "2px",
653
+ header: {
654
+ padding: "0.5rem 0.75rem 0.25rem 0.75rem",
655
+ },
656
+ option: {
657
+ padding: "0.5rem 0.75rem",
658
+ border: {
659
+ radius: "4px",
660
+ },
661
+ group: {
662
+ padding: "0.5rem 0.75rem",
663
+ font: {
664
+ weight: "600",
665
+ },
666
+ },
667
+ },
668
+ },
669
+ navigation: {
670
+ list: {
671
+ padding: "0.25rem 0.25rem",
672
+ gap: "2px",
673
+ },
674
+ item: {
675
+ padding: "0.5rem 0.75rem",
676
+ border: {
677
+ radius: "4px",
678
+ },
679
+ gap: "0.5rem",
680
+ },
681
+ submenu: {
682
+ label: {
683
+ padding: "0.5rem 0.75rem",
684
+ font: {
685
+ weight: "600",
686
+ },
687
+ },
688
+ icon: {
689
+ size: "0.875rem",
690
+ },
691
+ },
692
+ },
693
+ overlay: {
694
+ select: {
695
+ border: {
696
+ radius: "6px",
697
+ },
698
+ shadow:
699
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
700
+ },
701
+ popover: {
702
+ border: {
703
+ radius: "6px",
704
+ },
705
+ padding: "0.75rem",
706
+ shadow:
707
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
708
+ },
709
+ modal: {
710
+ border: {
711
+ radius: "12px",
712
+ },
713
+ padding: "1.25rem",
714
+ shadow:
715
+ "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)",
716
+ },
717
+ navigation: {
718
+ shadow:
719
+ "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
720
+ },
721
+ },
722
+ transition: {
723
+ duration: "0.2s",
724
+ },
725
+ },
726
+ "aura/semantic/light": {
727
+ surface: {
728
+ 0: "#ffffff",
729
+ 50: "#f7f8f9",
730
+ 100: "#f1f2f4",
731
+ 200: "#dcdfe4",
732
+ 300: "#b3b9c4",
733
+ 400: "#8590a2",
734
+ 500: "#758195",
735
+ 600: "#626f86",
736
+ 700: "#44546f",
737
+ 800: "#2c3e5d",
738
+ 900: "#172b4d",
739
+ 950: "#091e42",
740
+ },
741
+ primary: {
742
+ color: "#1d7f78",
743
+ contrast: {
744
+ color: "#ffffff",
745
+ },
746
+ hover: {
747
+ color: "#0c625c",
748
+ },
749
+ active: {
750
+ color: "#014d49",
751
+ },
752
+ },
753
+ highlight: {
754
+ background: "#f0fcfa",
755
+ focus: {
756
+ background: "#d2eeeb",
757
+ color: "#0b3633",
758
+ },
759
+ color: "#014d49",
760
+ },
761
+ mask: {
762
+ background: "rgba(0, 0, 0, 0.4)",
763
+ color: "#dcdfe4",
764
+ },
765
+ form: {
766
+ field: {
767
+ background: "#ffffff",
768
+ disabled: {
769
+ background: "#dcdfe4",
770
+ color: "#758195",
771
+ },
772
+ filled: {
773
+ background: "#f7f8f9",
774
+ focus: {
775
+ background: "#f7f8f9",
776
+ },
777
+ hover: {
778
+ background: "#f7f8f9",
779
+ },
780
+ },
781
+ border: {
782
+ color: "#b3b9c4",
783
+ },
784
+ hover: {
785
+ border: {
786
+ color: "#8590a2",
787
+ },
788
+ },
789
+ focus: {
790
+ border: {
791
+ color: "#1d7f78",
792
+ },
793
+ },
794
+ invalid: {
795
+ border: {
796
+ color: "#ed6362",
797
+ },
798
+ placeholder: {
799
+ color: "#a42237",
800
+ },
801
+ },
802
+ placeholder: {
803
+ color: "#758195",
804
+ },
805
+ float: {
806
+ label: {
807
+ color: "#758195",
808
+ focus: {
809
+ color: "#758195",
810
+ },
811
+ invalid: {
812
+ color: "#a42237",
813
+ },
814
+ active: {
815
+ color: "#758195",
816
+ },
817
+ },
818
+ },
819
+ icon: {
820
+ color: "#8590a2",
821
+ },
822
+ shadow: "0 1px 2px 0 rgba(18, 18, 23, 0.05)",
823
+ color: "#44546f",
824
+ },
825
+ },
826
+ content: {
827
+ background: "#ffffff",
828
+ hover: {
829
+ background: "#f1f2f4",
830
+ color: "#2c3e5d",
831
+ },
832
+ border: {
833
+ color: "#dcdfe4",
834
+ },
835
+ color: "#44546f",
836
+ },
837
+ text: {
838
+ color: "#44546f",
839
+ hover: {
840
+ color: "#2c3e5d",
841
+ muted: {
842
+ color: "#626f86",
843
+ },
844
+ },
845
+ muted: {
846
+ color: "#758195",
847
+ },
848
+ },
849
+ overlay: {
850
+ select: {
851
+ background: "#ffffff",
852
+ border: {
853
+ color: "#dcdfe4",
854
+ },
855
+ color: "#44546f",
856
+ },
857
+ popover: {
858
+ background: "#ffffff",
859
+ border: {
860
+ color: "#dcdfe4",
861
+ },
862
+ color: "#44546f",
863
+ },
864
+ modal: {
865
+ background: "#ffffff",
866
+ border: {
867
+ color: "#dcdfe4",
868
+ },
869
+ color: "#44546f",
870
+ },
871
+ },
872
+ list: {
873
+ option: {
874
+ focus: {
875
+ background: "#f1f2f4",
876
+ color: "#2c3e5d",
877
+ },
878
+ selected: {
879
+ background: "#f0fcfa",
880
+ focus: {
881
+ background: "#d2eeeb",
882
+ color: "#0b3633",
883
+ },
884
+ color: "#014d49",
885
+ },
886
+ color: "#44546f",
887
+ icon: {
888
+ color: "#8590a2",
889
+ focus: {
890
+ color: "#758195",
891
+ },
892
+ },
893
+ group: {
894
+ background: "rgba(0, 0, 0, 0)",
895
+ color: "#758195",
896
+ },
897
+ },
898
+ },
899
+ navigation: {
900
+ item: {
901
+ focus: {
902
+ background: "#f1f2f4",
903
+ color: "#2c3e5d",
904
+ },
905
+ active: {
906
+ background: "#f1f2f4",
907
+ color: "#2c3e5d",
908
+ },
909
+ color: "#44546f",
910
+ icon: {
911
+ color: "#8590a2",
912
+ focus: {
913
+ color: "#758195",
914
+ },
915
+ active: {
916
+ color: "#758195",
917
+ },
918
+ },
919
+ },
920
+ submenu: {
921
+ label: {
922
+ background: "rgba(0, 0, 0, 0)",
923
+ color: "#758195",
924
+ },
925
+ icon: {
926
+ color: "#8590a2",
927
+ focus: {
928
+ color: "#758195",
929
+ },
930
+ active: {
931
+ color: "#758195",
932
+ },
933
+ },
934
+ },
935
+ },
936
+ },
937
+ "aura/semantic/dark": {
938
+ surface: {
939
+ 0: "#ffffff",
940
+ 50: "#dee4ea",
941
+ 100: "#c7d1db",
942
+ 200: "#b6c2cf",
943
+ 300: "#9fadbc",
944
+ 400: "#8c9bab",
945
+ 500: "#738496",
946
+ 600: "#596773",
947
+ 700: "#454f59",
948
+ 800: "#2c333a",
949
+ 900: "#22272b",
950
+ 950: "#101214",
951
+ },
952
+ primary: {
953
+ color: "#3e9f97",
954
+ contrast: {
955
+ color: "#22272b",
956
+ },
957
+ hover: {
958
+ color: "#6fb5ad",
959
+ },
960
+ active: {
961
+ color: "#a0cec8",
962
+ },
963
+ },
964
+ highlight: {
965
+ background: "rgb(24.314% 62.353% 59.216% / 0.16)",
966
+ focus: {
967
+ background: "rgb(24.314% 62.353% 59.216% / 0.24)",
968
+ color: "rgba(255, 255, 255, 0.87)",
969
+ },
970
+ color: "rgba(255, 255, 255, 0.87)",
971
+ },
972
+ mask: {
973
+ background: "rgba(0, 0, 0, 0.6)",
974
+ color: "#b6c2cf",
975
+ },
976
+ form: {
977
+ field: {
978
+ background: "#101214",
979
+ disabled: {
980
+ background: "#454f59",
981
+ color: "#8c9bab",
982
+ },
983
+ filled: {
984
+ background: "#2c333a",
985
+ focus: {
986
+ background: "#2c333a",
987
+ },
988
+ hover: {
989
+ background: "#2c333a",
990
+ },
991
+ },
992
+ border: {
993
+ color: "#596773",
994
+ },
995
+ hover: {
996
+ border: {
997
+ color: "#738496",
998
+ },
999
+ },
1000
+ focus: {
1001
+ border: {
1002
+ color: "#1d7f78",
1003
+ },
1004
+ },
1005
+ invalid: {
1006
+ border: {
1007
+ color: "#fa877e",
1008
+ },
1009
+ placeholder: {
1010
+ color: "#ed6362",
1011
+ },
1012
+ },
1013
+ placeholder: {
1014
+ color: "#8c9bab",
1015
+ },
1016
+ float: {
1017
+ label: {
1018
+ color: "#8c9bab",
1019
+ focus: {
1020
+ color: "#8c9bab",
1021
+ },
1022
+ invalid: {
1023
+ color: "#ed6362",
1024
+ },
1025
+ active: {
1026
+ color: "#8c9bab",
1027
+ },
1028
+ },
1029
+ },
1030
+ icon: {
1031
+ color: "#8c9bab",
1032
+ },
1033
+ shadow: "0 1px 2px 0 rgba(18, 18, 23, 0.05)",
1034
+ color: "#ffffff",
1035
+ },
1036
+ },
1037
+ content: {
1038
+ background: "#22272b",
1039
+ hover: {
1040
+ background: "#2c333a",
1041
+ color: "#ffffff",
1042
+ },
1043
+ border: {
1044
+ color: "#454f59",
1045
+ },
1046
+ color: "#ffffff",
1047
+ },
1048
+ text: {
1049
+ color: "#ffffff",
1050
+ hover: {
1051
+ color: "#ffffff",
1052
+ muted: {
1053
+ color: "#9fadbc",
1054
+ },
1055
+ },
1056
+ muted: {
1057
+ color: "#8c9bab",
1058
+ },
1059
+ },
1060
+ overlay: {
1061
+ select: {
1062
+ background: "#22272b",
1063
+ border: {
1064
+ color: "#454f59",
1065
+ },
1066
+ color: "#ffffff",
1067
+ },
1068
+ popover: {
1069
+ background: "#22272b",
1070
+ border: {
1071
+ color: "#454f59",
1072
+ },
1073
+ color: "#ffffff",
1074
+ },
1075
+ modal: {
1076
+ background: "#22272b",
1077
+ border: {
1078
+ color: "#454f59",
1079
+ },
1080
+ color: "#ffffff",
1081
+ },
1082
+ },
1083
+ list: {
1084
+ option: {
1085
+ focus: {
1086
+ background: "#2c333a",
1087
+ color: "#ffffff",
1088
+ },
1089
+ selected: {
1090
+ background: "rgb(24.314% 62.353% 59.216% / 0.16)",
1091
+ focus: {
1092
+ background: "rgb(24.314% 62.353% 59.216% / 0.24)",
1093
+ color: "rgba(255, 255, 255, 0.87)",
1094
+ },
1095
+ color: "rgba(255, 255, 255, 0.87)",
1096
+ },
1097
+ color: "#ffffff",
1098
+ icon: {
1099
+ color: "#738496",
1100
+ focus: {
1101
+ color: "#8c9bab",
1102
+ },
1103
+ },
1104
+ group: {
1105
+ background: "rgba(0, 0, 0, 0)",
1106
+ color: "#8c9bab",
1107
+ },
1108
+ },
1109
+ },
1110
+ navigation: {
1111
+ item: {
1112
+ focus: {
1113
+ background: "#2c333a",
1114
+ color: "#ffffff",
1115
+ },
1116
+ active: {
1117
+ background: "#2c333a",
1118
+ color: "#ffffff",
1119
+ },
1120
+ color: "#ffffff",
1121
+ icon: {
1122
+ color: "#738496",
1123
+ focus: {
1124
+ color: "#8c9bab",
1125
+ },
1126
+ active: {
1127
+ color: "#8c9bab",
1128
+ },
1129
+ },
1130
+ },
1131
+ submenu: {
1132
+ label: {
1133
+ background: "rgba(0, 0, 0, 0)",
1134
+ color: "#8c9bab",
1135
+ },
1136
+ icon: {
1137
+ color: "#738496",
1138
+ focus: {
1139
+ color: "#8c9bab",
1140
+ },
1141
+ active: {
1142
+ color: "#8c9bab",
1143
+ },
1144
+ },
1145
+ },
1146
+ },
1147
+ },
1148
+ };