@pantheon-systems/pds-design-tokens 0.4.0-dev.2 → 0.6.0-dev.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.
@@ -194,6 +194,1279 @@
194
194
  }
195
195
  }
196
196
  },
197
+ "button": {
198
+ "primary": {
199
+ "background": {
200
+ "default": {
201
+ "value": "#ffdc28",
202
+ "public": true,
203
+ "isReferenceToInternal": true,
204
+ "filePath": "tokens/color/alias/interactive.dark.json",
205
+ "isSource": true,
206
+ "original": {
207
+ "value": "{color.dark-mode.brand.primary.400.value}",
208
+ "public": true,
209
+ "isReferenceToInternal": true
210
+ },
211
+ "name": "color-dark-mode-button-primary-background-default",
212
+ "attributes": {
213
+ "category": "color",
214
+ "type": "dark-mode",
215
+ "item": "button",
216
+ "subitem": "primary",
217
+ "state": "background"
218
+ },
219
+ "path": [
220
+ "color",
221
+ "dark-mode",
222
+ "button",
223
+ "primary",
224
+ "background",
225
+ "default"
226
+ ]
227
+ },
228
+ "hover": {
229
+ "value": "#ffe668",
230
+ "public": true,
231
+ "isReferenceToInternal": true,
232
+ "filePath": "tokens/color/alias/interactive.dark.json",
233
+ "isSource": true,
234
+ "original": {
235
+ "value": "{color.dark-mode.brand.primary.300.value}",
236
+ "public": true,
237
+ "isReferenceToInternal": true
238
+ },
239
+ "name": "color-dark-mode-button-primary-background-hover",
240
+ "attributes": {
241
+ "category": "color",
242
+ "type": "dark-mode",
243
+ "item": "button",
244
+ "subitem": "primary",
245
+ "state": "background"
246
+ },
247
+ "path": [
248
+ "color",
249
+ "dark-mode",
250
+ "button",
251
+ "primary",
252
+ "background",
253
+ "hover"
254
+ ]
255
+ },
256
+ "active": {
257
+ "value": "#ddbd16",
258
+ "public": true,
259
+ "isReferenceToInternal": true,
260
+ "filePath": "tokens/color/alias/interactive.dark.json",
261
+ "isSource": true,
262
+ "original": {
263
+ "value": "{color.dark-mode.brand.primary.500.value}",
264
+ "public": true,
265
+ "isReferenceToInternal": true
266
+ },
267
+ "name": "color-dark-mode-button-primary-background-active",
268
+ "attributes": {
269
+ "category": "color",
270
+ "type": "dark-mode",
271
+ "item": "button",
272
+ "subitem": "primary",
273
+ "state": "background"
274
+ },
275
+ "path": [
276
+ "color",
277
+ "dark-mode",
278
+ "button",
279
+ "primary",
280
+ "background",
281
+ "active"
282
+ ]
283
+ },
284
+ "focus": {
285
+ "value": "#ddbd16",
286
+ "public": true,
287
+ "isReferenceToInternal": true,
288
+ "filePath": "tokens/color/alias/interactive.dark.json",
289
+ "isSource": true,
290
+ "original": {
291
+ "value": "{color.dark-mode.brand.primary.500.value}",
292
+ "public": true,
293
+ "isReferenceToInternal": true
294
+ },
295
+ "name": "color-dark-mode-button-primary-background-focus",
296
+ "attributes": {
297
+ "category": "color",
298
+ "type": "dark-mode",
299
+ "item": "button",
300
+ "subitem": "primary",
301
+ "state": "background"
302
+ },
303
+ "path": [
304
+ "color",
305
+ "dark-mode",
306
+ "button",
307
+ "primary",
308
+ "background",
309
+ "focus"
310
+ ]
311
+ }
312
+ },
313
+ "border": {
314
+ "default": {
315
+ "value": "#ffdc28",
316
+ "public": true,
317
+ "isReferenceToInternal": true,
318
+ "filePath": "tokens/color/alias/interactive.dark.json",
319
+ "isSource": true,
320
+ "original": {
321
+ "value": "{color.dark-mode.brand.primary.400.value}",
322
+ "public": true,
323
+ "isReferenceToInternal": true
324
+ },
325
+ "name": "color-dark-mode-button-primary-border-default",
326
+ "attributes": {
327
+ "category": "color",
328
+ "type": "dark-mode",
329
+ "item": "button",
330
+ "subitem": "primary",
331
+ "state": "border"
332
+ },
333
+ "path": [
334
+ "color",
335
+ "dark-mode",
336
+ "button",
337
+ "primary",
338
+ "border",
339
+ "default"
340
+ ]
341
+ },
342
+ "hover": {
343
+ "value": "#ffe668",
344
+ "public": true,
345
+ "isReferenceToInternal": true,
346
+ "filePath": "tokens/color/alias/interactive.dark.json",
347
+ "isSource": true,
348
+ "original": {
349
+ "value": "{color.dark-mode.brand.primary.300.value}",
350
+ "public": true,
351
+ "isReferenceToInternal": true
352
+ },
353
+ "name": "color-dark-mode-button-primary-border-hover",
354
+ "attributes": {
355
+ "category": "color",
356
+ "type": "dark-mode",
357
+ "item": "button",
358
+ "subitem": "primary",
359
+ "state": "border"
360
+ },
361
+ "path": [
362
+ "color",
363
+ "dark-mode",
364
+ "button",
365
+ "primary",
366
+ "border",
367
+ "hover"
368
+ ]
369
+ },
370
+ "active": {
371
+ "value": "#ddbd16",
372
+ "public": true,
373
+ "isReferenceToInternal": true,
374
+ "filePath": "tokens/color/alias/interactive.dark.json",
375
+ "isSource": true,
376
+ "original": {
377
+ "value": "{color.dark-mode.brand.primary.500.value}",
378
+ "public": true,
379
+ "isReferenceToInternal": true
380
+ },
381
+ "name": "color-dark-mode-button-primary-border-active",
382
+ "attributes": {
383
+ "category": "color",
384
+ "type": "dark-mode",
385
+ "item": "button",
386
+ "subitem": "primary",
387
+ "state": "border"
388
+ },
389
+ "path": [
390
+ "color",
391
+ "dark-mode",
392
+ "button",
393
+ "primary",
394
+ "border",
395
+ "active"
396
+ ]
397
+ },
398
+ "focus": {
399
+ "value": "#ddbd16",
400
+ "public": true,
401
+ "isReferenceToInternal": true,
402
+ "filePath": "tokens/color/alias/interactive.dark.json",
403
+ "isSource": true,
404
+ "original": {
405
+ "value": "{color.dark-mode.brand.primary.500.value}",
406
+ "public": true,
407
+ "isReferenceToInternal": true
408
+ },
409
+ "name": "color-dark-mode-button-primary-border-focus",
410
+ "attributes": {
411
+ "category": "color",
412
+ "type": "dark-mode",
413
+ "item": "button",
414
+ "subitem": "primary",
415
+ "state": "border"
416
+ },
417
+ "path": [
418
+ "color",
419
+ "dark-mode",
420
+ "button",
421
+ "primary",
422
+ "border",
423
+ "focus"
424
+ ]
425
+ }
426
+ },
427
+ "foreground": {
428
+ "default": {
429
+ "value": "#ffffff",
430
+ "public": true,
431
+ "isReferenceToInternal": true,
432
+ "filePath": "tokens/color/alias/interactive.dark.json",
433
+ "isSource": true,
434
+ "original": {
435
+ "value": "{color.dark-mode.foreground.default.value}",
436
+ "public": true,
437
+ "isReferenceToInternal": true
438
+ },
439
+ "name": "color-dark-mode-button-primary-foreground-default",
440
+ "attributes": {
441
+ "category": "color",
442
+ "type": "dark-mode",
443
+ "item": "button",
444
+ "subitem": "primary",
445
+ "state": "foreground"
446
+ },
447
+ "path": [
448
+ "color",
449
+ "dark-mode",
450
+ "button",
451
+ "primary",
452
+ "foreground",
453
+ "default"
454
+ ]
455
+ },
456
+ "hover": {
457
+ "value": "#ffffff",
458
+ "public": true,
459
+ "isReferenceToInternal": true,
460
+ "filePath": "tokens/color/alias/interactive.dark.json",
461
+ "isSource": true,
462
+ "original": {
463
+ "value": "{color.dark-mode.foreground.default.value}",
464
+ "public": true,
465
+ "isReferenceToInternal": true
466
+ },
467
+ "name": "color-dark-mode-button-primary-foreground-hover",
468
+ "attributes": {
469
+ "category": "color",
470
+ "type": "dark-mode",
471
+ "item": "button",
472
+ "subitem": "primary",
473
+ "state": "foreground"
474
+ },
475
+ "path": [
476
+ "color",
477
+ "dark-mode",
478
+ "button",
479
+ "primary",
480
+ "foreground",
481
+ "hover"
482
+ ]
483
+ },
484
+ "active": {
485
+ "value": "#ffffff",
486
+ "public": true,
487
+ "isReferenceToInternal": true,
488
+ "filePath": "tokens/color/alias/interactive.dark.json",
489
+ "isSource": true,
490
+ "original": {
491
+ "value": "{color.dark-mode.foreground.default.value}",
492
+ "public": true,
493
+ "isReferenceToInternal": true
494
+ },
495
+ "name": "color-dark-mode-button-primary-foreground-active",
496
+ "attributes": {
497
+ "category": "color",
498
+ "type": "dark-mode",
499
+ "item": "button",
500
+ "subitem": "primary",
501
+ "state": "foreground"
502
+ },
503
+ "path": [
504
+ "color",
505
+ "dark-mode",
506
+ "button",
507
+ "primary",
508
+ "foreground",
509
+ "active"
510
+ ]
511
+ },
512
+ "focus": {
513
+ "value": "#ffffff",
514
+ "public": true,
515
+ "isReferenceToInternal": true,
516
+ "filePath": "tokens/color/alias/interactive.dark.json",
517
+ "isSource": true,
518
+ "original": {
519
+ "value": "{color.dark-mode.foreground.default.value}",
520
+ "public": true,
521
+ "isReferenceToInternal": true
522
+ },
523
+ "name": "color-dark-mode-button-primary-foreground-focus",
524
+ "attributes": {
525
+ "category": "color",
526
+ "type": "dark-mode",
527
+ "item": "button",
528
+ "subitem": "primary",
529
+ "state": "foreground"
530
+ },
531
+ "path": [
532
+ "color",
533
+ "dark-mode",
534
+ "button",
535
+ "primary",
536
+ "foreground",
537
+ "focus"
538
+ ]
539
+ }
540
+ }
541
+ },
542
+ "secondary": {
543
+ "background": {
544
+ "default": {
545
+ "value": "rgba(0, 0, 0, 0)",
546
+ "public": true,
547
+ "filePath": "tokens/color/alias/interactive.dark.json",
548
+ "isSource": true,
549
+ "original": {
550
+ "value": "transparent",
551
+ "public": true
552
+ },
553
+ "name": "color-dark-mode-button-secondary-background-default",
554
+ "attributes": {
555
+ "category": "color",
556
+ "type": "dark-mode",
557
+ "item": "button",
558
+ "subitem": "secondary",
559
+ "state": "background"
560
+ },
561
+ "path": [
562
+ "color",
563
+ "dark-mode",
564
+ "button",
565
+ "secondary",
566
+ "background",
567
+ "default"
568
+ ]
569
+ },
570
+ "hover": {
571
+ "value": "#504e62",
572
+ "public": true,
573
+ "isReferenceToInternal": true,
574
+ "filePath": "tokens/color/alias/interactive.dark.json",
575
+ "isSource": true,
576
+ "original": {
577
+ "value": "{color.dark-mode.neutral.400.value}",
578
+ "public": true,
579
+ "isReferenceToInternal": true
580
+ },
581
+ "name": "color-dark-mode-button-secondary-background-hover",
582
+ "attributes": {
583
+ "category": "color",
584
+ "type": "dark-mode",
585
+ "item": "button",
586
+ "subitem": "secondary",
587
+ "state": "background"
588
+ },
589
+ "path": [
590
+ "color",
591
+ "dark-mode",
592
+ "button",
593
+ "secondary",
594
+ "background",
595
+ "hover"
596
+ ]
597
+ },
598
+ "active": {
599
+ "value": "#282839",
600
+ "public": true,
601
+ "isReferenceToInternal": true,
602
+ "filePath": "tokens/color/alias/interactive.dark.json",
603
+ "isSource": true,
604
+ "original": {
605
+ "value": "{color.dark-mode.neutral.500.value}",
606
+ "public": true,
607
+ "isReferenceToInternal": true
608
+ },
609
+ "name": "color-dark-mode-button-secondary-background-active",
610
+ "attributes": {
611
+ "category": "color",
612
+ "type": "dark-mode",
613
+ "item": "button",
614
+ "subitem": "secondary",
615
+ "state": "background"
616
+ },
617
+ "path": [
618
+ "color",
619
+ "dark-mode",
620
+ "button",
621
+ "secondary",
622
+ "background",
623
+ "active"
624
+ ]
625
+ },
626
+ "focus": {
627
+ "value": "rgba(0, 0, 0, 0)",
628
+ "public": true,
629
+ "filePath": "tokens/color/alias/interactive.dark.json",
630
+ "isSource": true,
631
+ "original": {
632
+ "value": "transparent",
633
+ "public": true
634
+ },
635
+ "name": "color-dark-mode-button-secondary-background-focus",
636
+ "attributes": {
637
+ "category": "color",
638
+ "type": "dark-mode",
639
+ "item": "button",
640
+ "subitem": "secondary",
641
+ "state": "background"
642
+ },
643
+ "path": [
644
+ "color",
645
+ "dark-mode",
646
+ "button",
647
+ "secondary",
648
+ "background",
649
+ "focus"
650
+ ]
651
+ }
652
+ },
653
+ "border": {
654
+ "default": {
655
+ "value": "#a6a3b4",
656
+ "public": true,
657
+ "isReferenceToInternal": true,
658
+ "filePath": "tokens/color/alias/interactive.dark.json",
659
+ "isSource": true,
660
+ "original": {
661
+ "value": "{color.dark-mode.neutral.200.value}",
662
+ "public": true,
663
+ "isReferenceToInternal": true
664
+ },
665
+ "name": "color-dark-mode-button-secondary-border-default",
666
+ "attributes": {
667
+ "category": "color",
668
+ "type": "dark-mode",
669
+ "item": "button",
670
+ "subitem": "secondary",
671
+ "state": "border"
672
+ },
673
+ "path": [
674
+ "color",
675
+ "dark-mode",
676
+ "button",
677
+ "secondary",
678
+ "border",
679
+ "default"
680
+ ]
681
+ },
682
+ "hover": {
683
+ "value": "#ffffff",
684
+ "public": true,
685
+ "isReferenceToInternal": true,
686
+ "filePath": "tokens/color/alias/interactive.dark.json",
687
+ "isSource": true,
688
+ "original": {
689
+ "value": "{color.dark-mode.neutral.000.value}",
690
+ "public": true,
691
+ "isReferenceToInternal": true
692
+ },
693
+ "name": "color-dark-mode-button-secondary-border-hover",
694
+ "attributes": {
695
+ "category": "color",
696
+ "type": "dark-mode",
697
+ "item": "button",
698
+ "subitem": "secondary",
699
+ "state": "border"
700
+ },
701
+ "path": [
702
+ "color",
703
+ "dark-mode",
704
+ "button",
705
+ "secondary",
706
+ "border",
707
+ "hover"
708
+ ]
709
+ },
710
+ "active": {
711
+ "value": "#504e62",
712
+ "public": true,
713
+ "isReferenceToInternal": true,
714
+ "filePath": "tokens/color/alias/interactive.dark.json",
715
+ "isSource": true,
716
+ "original": {
717
+ "value": "{color.dark-mode.neutral.400.value}",
718
+ "public": true,
719
+ "isReferenceToInternal": true
720
+ },
721
+ "name": "color-dark-mode-button-secondary-border-active",
722
+ "attributes": {
723
+ "category": "color",
724
+ "type": "dark-mode",
725
+ "item": "button",
726
+ "subitem": "secondary",
727
+ "state": "border"
728
+ },
729
+ "path": [
730
+ "color",
731
+ "dark-mode",
732
+ "button",
733
+ "secondary",
734
+ "border",
735
+ "active"
736
+ ]
737
+ },
738
+ "focus": {
739
+ "value": "#a6a3b4",
740
+ "public": true,
741
+ "isReferenceToInternal": true,
742
+ "filePath": "tokens/color/alias/interactive.dark.json",
743
+ "isSource": true,
744
+ "original": {
745
+ "value": "{color.dark-mode.neutral.200.value}",
746
+ "public": true,
747
+ "isReferenceToInternal": true
748
+ },
749
+ "name": "color-dark-mode-button-secondary-border-focus",
750
+ "attributes": {
751
+ "category": "color",
752
+ "type": "dark-mode",
753
+ "item": "button",
754
+ "subitem": "secondary",
755
+ "state": "border"
756
+ },
757
+ "path": [
758
+ "color",
759
+ "dark-mode",
760
+ "button",
761
+ "secondary",
762
+ "border",
763
+ "focus"
764
+ ]
765
+ }
766
+ },
767
+ "foreground": {
768
+ "default": {
769
+ "value": "#e7e7eb",
770
+ "public": true,
771
+ "isReferenceToInternal": true,
772
+ "filePath": "tokens/color/alias/interactive.dark.json",
773
+ "isSource": true,
774
+ "original": {
775
+ "value": "{color.dark-mode.neutral.050.value}",
776
+ "public": true,
777
+ "isReferenceToInternal": true
778
+ },
779
+ "name": "color-dark-mode-button-secondary-foreground-default",
780
+ "attributes": {
781
+ "category": "color",
782
+ "type": "dark-mode",
783
+ "item": "button",
784
+ "subitem": "secondary",
785
+ "state": "foreground"
786
+ },
787
+ "path": [
788
+ "color",
789
+ "dark-mode",
790
+ "button",
791
+ "secondary",
792
+ "foreground",
793
+ "default"
794
+ ]
795
+ },
796
+ "hover": {
797
+ "value": "#ffffff",
798
+ "public": true,
799
+ "isReferenceToInternal": true,
800
+ "filePath": "tokens/color/alias/interactive.dark.json",
801
+ "isSource": true,
802
+ "original": {
803
+ "value": "{color.dark-mode.neutral.000.value}",
804
+ "public": true,
805
+ "isReferenceToInternal": true
806
+ },
807
+ "name": "color-dark-mode-button-secondary-foreground-hover",
808
+ "attributes": {
809
+ "category": "color",
810
+ "type": "dark-mode",
811
+ "item": "button",
812
+ "subitem": "secondary",
813
+ "state": "foreground"
814
+ },
815
+ "path": [
816
+ "color",
817
+ "dark-mode",
818
+ "button",
819
+ "secondary",
820
+ "foreground",
821
+ "hover"
822
+ ]
823
+ },
824
+ "active": {
825
+ "value": "#e7e7eb",
826
+ "public": true,
827
+ "isReferenceToInternal": true,
828
+ "filePath": "tokens/color/alias/interactive.dark.json",
829
+ "isSource": true,
830
+ "original": {
831
+ "value": "{color.dark-mode.neutral.050.value}",
832
+ "public": true,
833
+ "isReferenceToInternal": true
834
+ },
835
+ "name": "color-dark-mode-button-secondary-foreground-active",
836
+ "attributes": {
837
+ "category": "color",
838
+ "type": "dark-mode",
839
+ "item": "button",
840
+ "subitem": "secondary",
841
+ "state": "foreground"
842
+ },
843
+ "path": [
844
+ "color",
845
+ "dark-mode",
846
+ "button",
847
+ "secondary",
848
+ "foreground",
849
+ "active"
850
+ ]
851
+ },
852
+ "focus": {
853
+ "value": "#e7e7eb",
854
+ "public": true,
855
+ "isReferenceToInternal": true,
856
+ "filePath": "tokens/color/alias/interactive.dark.json",
857
+ "isSource": true,
858
+ "original": {
859
+ "value": "{color.dark-mode.neutral.050.value}",
860
+ "public": true,
861
+ "isReferenceToInternal": true
862
+ },
863
+ "name": "color-dark-mode-button-secondary-foreground-focus",
864
+ "attributes": {
865
+ "category": "color",
866
+ "type": "dark-mode",
867
+ "item": "button",
868
+ "subitem": "secondary",
869
+ "state": "foreground"
870
+ },
871
+ "path": [
872
+ "color",
873
+ "dark-mode",
874
+ "button",
875
+ "secondary",
876
+ "foreground",
877
+ "focus"
878
+ ]
879
+ }
880
+ }
881
+ },
882
+ "subtle": {
883
+ "background": {
884
+ "default": {
885
+ "value": "rgba(0, 0, 0, 0)",
886
+ "public": true,
887
+ "filePath": "tokens/color/alias/interactive.dark.json",
888
+ "isSource": true,
889
+ "original": {
890
+ "value": "transparent",
891
+ "public": true
892
+ },
893
+ "name": "color-dark-mode-button-subtle-background-default",
894
+ "attributes": {
895
+ "category": "color",
896
+ "type": "dark-mode",
897
+ "item": "button",
898
+ "subitem": "subtle",
899
+ "state": "background"
900
+ },
901
+ "path": [
902
+ "color",
903
+ "dark-mode",
904
+ "button",
905
+ "subtle",
906
+ "background",
907
+ "default"
908
+ ]
909
+ },
910
+ "hover": {
911
+ "value": "#504e62",
912
+ "public": true,
913
+ "isReferenceToInternal": true,
914
+ "filePath": "tokens/color/alias/interactive.dark.json",
915
+ "isSource": true,
916
+ "original": {
917
+ "value": "{color.dark-mode.neutral.400.value}",
918
+ "public": true,
919
+ "isReferenceToInternal": true
920
+ },
921
+ "name": "color-dark-mode-button-subtle-background-hover",
922
+ "attributes": {
923
+ "category": "color",
924
+ "type": "dark-mode",
925
+ "item": "button",
926
+ "subitem": "subtle",
927
+ "state": "background"
928
+ },
929
+ "path": [
930
+ "color",
931
+ "dark-mode",
932
+ "button",
933
+ "subtle",
934
+ "background",
935
+ "hover"
936
+ ]
937
+ },
938
+ "active": {
939
+ "value": "#282839",
940
+ "public": true,
941
+ "isReferenceToInternal": true,
942
+ "filePath": "tokens/color/alias/interactive.dark.json",
943
+ "isSource": true,
944
+ "original": {
945
+ "value": "{color.dark-mode.neutral.500.value}",
946
+ "public": true,
947
+ "isReferenceToInternal": true
948
+ },
949
+ "name": "color-dark-mode-button-subtle-background-active",
950
+ "attributes": {
951
+ "category": "color",
952
+ "type": "dark-mode",
953
+ "item": "button",
954
+ "subitem": "subtle",
955
+ "state": "background"
956
+ },
957
+ "path": [
958
+ "color",
959
+ "dark-mode",
960
+ "button",
961
+ "subtle",
962
+ "background",
963
+ "active"
964
+ ]
965
+ },
966
+ "focus": {
967
+ "value": "rgba(0, 0, 0, 0)",
968
+ "public": true,
969
+ "filePath": "tokens/color/alias/interactive.dark.json",
970
+ "isSource": true,
971
+ "original": {
972
+ "value": "transparent",
973
+ "public": true
974
+ },
975
+ "name": "color-dark-mode-button-subtle-background-focus",
976
+ "attributes": {
977
+ "category": "color",
978
+ "type": "dark-mode",
979
+ "item": "button",
980
+ "subitem": "subtle",
981
+ "state": "background"
982
+ },
983
+ "path": [
984
+ "color",
985
+ "dark-mode",
986
+ "button",
987
+ "subtle",
988
+ "background",
989
+ "focus"
990
+ ]
991
+ }
992
+ },
993
+ "border": {
994
+ "value": "rgba(0, 0, 0, 0)",
995
+ "public": true,
996
+ "filePath": "tokens/color/alias/interactive.dark.json",
997
+ "isSource": true,
998
+ "original": {
999
+ "value": "transparent",
1000
+ "public": true
1001
+ },
1002
+ "name": "color-dark-mode-button-subtle-border",
1003
+ "attributes": {
1004
+ "category": "color",
1005
+ "type": "dark-mode",
1006
+ "item": "button",
1007
+ "subitem": "subtle",
1008
+ "state": "border"
1009
+ },
1010
+ "path": [
1011
+ "color",
1012
+ "dark-mode",
1013
+ "button",
1014
+ "subtle",
1015
+ "border"
1016
+ ]
1017
+ },
1018
+ "foreground": {
1019
+ "default": {
1020
+ "value": "#e7e7eb",
1021
+ "public": true,
1022
+ "isReferenceToInternal": true,
1023
+ "filePath": "tokens/color/alias/interactive.dark.json",
1024
+ "isSource": true,
1025
+ "original": {
1026
+ "value": "{color.dark-mode.neutral.050.value}",
1027
+ "public": true,
1028
+ "isReferenceToInternal": true
1029
+ },
1030
+ "name": "color-dark-mode-button-subtle-foreground-default",
1031
+ "attributes": {
1032
+ "category": "color",
1033
+ "type": "dark-mode",
1034
+ "item": "button",
1035
+ "subitem": "subtle",
1036
+ "state": "foreground"
1037
+ },
1038
+ "path": [
1039
+ "color",
1040
+ "dark-mode",
1041
+ "button",
1042
+ "subtle",
1043
+ "foreground",
1044
+ "default"
1045
+ ]
1046
+ },
1047
+ "hover": {
1048
+ "value": "#ffffff",
1049
+ "public": true,
1050
+ "isReferenceToInternal": true,
1051
+ "filePath": "tokens/color/alias/interactive.dark.json",
1052
+ "isSource": true,
1053
+ "original": {
1054
+ "value": "{color.dark-mode.neutral.000.value}",
1055
+ "public": true,
1056
+ "isReferenceToInternal": true
1057
+ },
1058
+ "name": "color-dark-mode-button-subtle-foreground-hover",
1059
+ "attributes": {
1060
+ "category": "color",
1061
+ "type": "dark-mode",
1062
+ "item": "button",
1063
+ "subitem": "subtle",
1064
+ "state": "foreground"
1065
+ },
1066
+ "path": [
1067
+ "color",
1068
+ "dark-mode",
1069
+ "button",
1070
+ "subtle",
1071
+ "foreground",
1072
+ "hover"
1073
+ ]
1074
+ },
1075
+ "active": {
1076
+ "value": "#e7e7eb",
1077
+ "public": true,
1078
+ "isReferenceToInternal": true,
1079
+ "filePath": "tokens/color/alias/interactive.dark.json",
1080
+ "isSource": true,
1081
+ "original": {
1082
+ "value": "{color.dark-mode.neutral.050.value}",
1083
+ "public": true,
1084
+ "isReferenceToInternal": true
1085
+ },
1086
+ "name": "color-dark-mode-button-subtle-foreground-active",
1087
+ "attributes": {
1088
+ "category": "color",
1089
+ "type": "dark-mode",
1090
+ "item": "button",
1091
+ "subitem": "subtle",
1092
+ "state": "foreground"
1093
+ },
1094
+ "path": [
1095
+ "color",
1096
+ "dark-mode",
1097
+ "button",
1098
+ "subtle",
1099
+ "foreground",
1100
+ "active"
1101
+ ]
1102
+ },
1103
+ "focus": {
1104
+ "value": "#e7e7eb",
1105
+ "public": true,
1106
+ "isReferenceToInternal": true,
1107
+ "filePath": "tokens/color/alias/interactive.dark.json",
1108
+ "isSource": true,
1109
+ "original": {
1110
+ "value": "{color.dark-mode.neutral.050.value}",
1111
+ "public": true,
1112
+ "isReferenceToInternal": true
1113
+ },
1114
+ "name": "color-dark-mode-button-subtle-foreground-focus",
1115
+ "attributes": {
1116
+ "category": "color",
1117
+ "type": "dark-mode",
1118
+ "item": "button",
1119
+ "subitem": "subtle",
1120
+ "state": "foreground"
1121
+ },
1122
+ "path": [
1123
+ "color",
1124
+ "dark-mode",
1125
+ "button",
1126
+ "subtle",
1127
+ "foreground",
1128
+ "focus"
1129
+ ]
1130
+ }
1131
+ }
1132
+ },
1133
+ "destructive": {
1134
+ "background": {
1135
+ "default": {
1136
+ "value": "rgba(0, 0, 0, 0)",
1137
+ "public": true,
1138
+ "filePath": "tokens/color/alias/interactive.dark.json",
1139
+ "isSource": true,
1140
+ "original": {
1141
+ "value": "transparent",
1142
+ "public": true
1143
+ },
1144
+ "name": "color-dark-mode-button-destructive-background-default",
1145
+ "attributes": {
1146
+ "category": "color",
1147
+ "type": "dark-mode",
1148
+ "item": "button",
1149
+ "subitem": "destructive",
1150
+ "state": "background"
1151
+ },
1152
+ "path": [
1153
+ "color",
1154
+ "dark-mode",
1155
+ "button",
1156
+ "destructive",
1157
+ "background",
1158
+ "default"
1159
+ ]
1160
+ },
1161
+ "hover": {
1162
+ "value": "rgba(0, 0, 0, 0)",
1163
+ "public": true,
1164
+ "filePath": "tokens/color/alias/interactive.dark.json",
1165
+ "isSource": true,
1166
+ "original": {
1167
+ "value": "transparent",
1168
+ "public": true
1169
+ },
1170
+ "name": "color-dark-mode-button-destructive-background-hover",
1171
+ "attributes": {
1172
+ "category": "color",
1173
+ "type": "dark-mode",
1174
+ "item": "button",
1175
+ "subitem": "destructive",
1176
+ "state": "background"
1177
+ },
1178
+ "path": [
1179
+ "color",
1180
+ "dark-mode",
1181
+ "button",
1182
+ "destructive",
1183
+ "background",
1184
+ "hover"
1185
+ ]
1186
+ },
1187
+ "active": {
1188
+ "value": "rgba(0, 0, 0, 0)",
1189
+ "public": true,
1190
+ "filePath": "tokens/color/alias/interactive.dark.json",
1191
+ "isSource": true,
1192
+ "original": {
1193
+ "value": "transparent",
1194
+ "public": true
1195
+ },
1196
+ "name": "color-dark-mode-button-destructive-background-active",
1197
+ "attributes": {
1198
+ "category": "color",
1199
+ "type": "dark-mode",
1200
+ "item": "button",
1201
+ "subitem": "destructive",
1202
+ "state": "background"
1203
+ },
1204
+ "path": [
1205
+ "color",
1206
+ "dark-mode",
1207
+ "button",
1208
+ "destructive",
1209
+ "background",
1210
+ "active"
1211
+ ]
1212
+ },
1213
+ "focus": {
1214
+ "value": "rgba(0, 0, 0, 0)",
1215
+ "public": true,
1216
+ "filePath": "tokens/color/alias/interactive.dark.json",
1217
+ "isSource": true,
1218
+ "original": {
1219
+ "value": "transparent",
1220
+ "public": true
1221
+ },
1222
+ "name": "color-dark-mode-button-destructive-background-focus",
1223
+ "attributes": {
1224
+ "category": "color",
1225
+ "type": "dark-mode",
1226
+ "item": "button",
1227
+ "subitem": "destructive",
1228
+ "state": "background"
1229
+ },
1230
+ "path": [
1231
+ "color",
1232
+ "dark-mode",
1233
+ "button",
1234
+ "destructive",
1235
+ "background",
1236
+ "focus"
1237
+ ]
1238
+ }
1239
+ },
1240
+ "border": {
1241
+ "default": {
1242
+ "value": "#be4242",
1243
+ "public": true,
1244
+ "isReferenceToInternal": true,
1245
+ "filePath": "tokens/color/alias/interactive.dark.json",
1246
+ "isSource": true,
1247
+ "original": {
1248
+ "value": "{color.dark-mode.semantic.error.400.value}",
1249
+ "public": true,
1250
+ "isReferenceToInternal": true
1251
+ },
1252
+ "name": "color-dark-mode-button-destructive-border-default",
1253
+ "attributes": {
1254
+ "category": "color",
1255
+ "type": "dark-mode",
1256
+ "item": "button",
1257
+ "subitem": "destructive",
1258
+ "state": "border"
1259
+ },
1260
+ "path": [
1261
+ "color",
1262
+ "dark-mode",
1263
+ "button",
1264
+ "destructive",
1265
+ "border",
1266
+ "default"
1267
+ ]
1268
+ },
1269
+ "hover": {
1270
+ "value": "#ffafaf",
1271
+ "public": true,
1272
+ "isReferenceToInternal": true,
1273
+ "filePath": "tokens/color/alias/interactive.dark.json",
1274
+ "isSource": true,
1275
+ "original": {
1276
+ "value": "{color.dark-mode.semantic.error.200.value}",
1277
+ "public": true,
1278
+ "isReferenceToInternal": true
1279
+ },
1280
+ "name": "color-dark-mode-button-destructive-border-hover",
1281
+ "attributes": {
1282
+ "category": "color",
1283
+ "type": "dark-mode",
1284
+ "item": "button",
1285
+ "subitem": "destructive",
1286
+ "state": "border"
1287
+ },
1288
+ "path": [
1289
+ "color",
1290
+ "dark-mode",
1291
+ "button",
1292
+ "destructive",
1293
+ "border",
1294
+ "hover"
1295
+ ]
1296
+ },
1297
+ "active": {
1298
+ "value": "#be4242",
1299
+ "public": true,
1300
+ "isReferenceToInternal": true,
1301
+ "filePath": "tokens/color/alias/interactive.dark.json",
1302
+ "isSource": true,
1303
+ "original": {
1304
+ "value": "{color.dark-mode.semantic.error.400.value}",
1305
+ "public": true,
1306
+ "isReferenceToInternal": true
1307
+ },
1308
+ "name": "color-dark-mode-button-destructive-border-active",
1309
+ "attributes": {
1310
+ "category": "color",
1311
+ "type": "dark-mode",
1312
+ "item": "button",
1313
+ "subitem": "destructive",
1314
+ "state": "border"
1315
+ },
1316
+ "path": [
1317
+ "color",
1318
+ "dark-mode",
1319
+ "button",
1320
+ "destructive",
1321
+ "border",
1322
+ "active"
1323
+ ]
1324
+ },
1325
+ "focus": {
1326
+ "value": "#be4242",
1327
+ "public": true,
1328
+ "isReferenceToInternal": true,
1329
+ "filePath": "tokens/color/alias/interactive.dark.json",
1330
+ "isSource": true,
1331
+ "original": {
1332
+ "value": "{color.dark-mode.semantic.error.400.value}",
1333
+ "public": true,
1334
+ "isReferenceToInternal": true
1335
+ },
1336
+ "name": "color-dark-mode-button-destructive-border-focus",
1337
+ "attributes": {
1338
+ "category": "color",
1339
+ "type": "dark-mode",
1340
+ "item": "button",
1341
+ "subitem": "destructive",
1342
+ "state": "border"
1343
+ },
1344
+ "path": [
1345
+ "color",
1346
+ "dark-mode",
1347
+ "button",
1348
+ "destructive",
1349
+ "border",
1350
+ "focus"
1351
+ ]
1352
+ }
1353
+ },
1354
+ "foreground": {
1355
+ "default": {
1356
+ "value": "#e05757",
1357
+ "public": true,
1358
+ "isReferenceToInternal": true,
1359
+ "filePath": "tokens/color/alias/interactive.dark.json",
1360
+ "isSource": true,
1361
+ "original": {
1362
+ "value": "{color.dark-mode.semantic.error.300.value}",
1363
+ "public": true,
1364
+ "isReferenceToInternal": true
1365
+ },
1366
+ "name": "color-dark-mode-button-destructive-foreground-default",
1367
+ "attributes": {
1368
+ "category": "color",
1369
+ "type": "dark-mode",
1370
+ "item": "button",
1371
+ "subitem": "destructive",
1372
+ "state": "foreground"
1373
+ },
1374
+ "path": [
1375
+ "color",
1376
+ "dark-mode",
1377
+ "button",
1378
+ "destructive",
1379
+ "foreground",
1380
+ "default"
1381
+ ]
1382
+ },
1383
+ "hover": {
1384
+ "value": "#ffafaf",
1385
+ "public": true,
1386
+ "isReferenceToInternal": true,
1387
+ "filePath": "tokens/color/alias/interactive.dark.json",
1388
+ "isSource": true,
1389
+ "original": {
1390
+ "value": "{color.dark-mode.semantic.error.200.value}",
1391
+ "public": true,
1392
+ "isReferenceToInternal": true
1393
+ },
1394
+ "name": "color-dark-mode-button-destructive-foreground-hover",
1395
+ "attributes": {
1396
+ "category": "color",
1397
+ "type": "dark-mode",
1398
+ "item": "button",
1399
+ "subitem": "destructive",
1400
+ "state": "foreground"
1401
+ },
1402
+ "path": [
1403
+ "color",
1404
+ "dark-mode",
1405
+ "button",
1406
+ "destructive",
1407
+ "foreground",
1408
+ "hover"
1409
+ ]
1410
+ },
1411
+ "active": {
1412
+ "value": "#be4242",
1413
+ "public": true,
1414
+ "isReferenceToInternal": true,
1415
+ "filePath": "tokens/color/alias/interactive.dark.json",
1416
+ "isSource": true,
1417
+ "original": {
1418
+ "value": "{color.dark-mode.semantic.error.400.value}",
1419
+ "public": true,
1420
+ "isReferenceToInternal": true
1421
+ },
1422
+ "name": "color-dark-mode-button-destructive-foreground-active",
1423
+ "attributes": {
1424
+ "category": "color",
1425
+ "type": "dark-mode",
1426
+ "item": "button",
1427
+ "subitem": "destructive",
1428
+ "state": "foreground"
1429
+ },
1430
+ "path": [
1431
+ "color",
1432
+ "dark-mode",
1433
+ "button",
1434
+ "destructive",
1435
+ "foreground",
1436
+ "active"
1437
+ ]
1438
+ },
1439
+ "focus": {
1440
+ "value": "#e05757",
1441
+ "public": true,
1442
+ "isReferenceToInternal": true,
1443
+ "filePath": "tokens/color/alias/interactive.dark.json",
1444
+ "isSource": true,
1445
+ "original": {
1446
+ "value": "{color.dark-mode.semantic.error.300.value}",
1447
+ "public": true,
1448
+ "isReferenceToInternal": true
1449
+ },
1450
+ "name": "color-dark-mode-button-destructive-foreground-focus",
1451
+ "attributes": {
1452
+ "category": "color",
1453
+ "type": "dark-mode",
1454
+ "item": "button",
1455
+ "subitem": "destructive",
1456
+ "state": "foreground"
1457
+ },
1458
+ "path": [
1459
+ "color",
1460
+ "dark-mode",
1461
+ "button",
1462
+ "destructive",
1463
+ "foreground",
1464
+ "focus"
1465
+ ]
1466
+ }
1467
+ }
1468
+ }
1469
+ },
197
1470
  "link": {
198
1471
  "default": {
199
1472
  "value": "#36a3ff",
@@ -369,102 +1642,865 @@
369
1642
  ]
370
1643
  }
371
1644
  },
372
- "interactive": {
373
- "link": {
1645
+ "brand": {
1646
+ "primary": {
1647
+ "100": {
1648
+ "value": "#fffbe9",
1649
+ "filePath": "tokens/color/base/brand.dark.json",
1650
+ "isSource": true,
1651
+ "original": {
1652
+ "value": "#FFFBE9"
1653
+ },
1654
+ "name": "color-dark-mode-brand-primary-100",
1655
+ "attributes": {
1656
+ "category": "color",
1657
+ "type": "dark-mode",
1658
+ "item": "brand",
1659
+ "subitem": "primary",
1660
+ "state": "100"
1661
+ },
1662
+ "path": [
1663
+ "color",
1664
+ "dark-mode",
1665
+ "brand",
1666
+ "primary",
1667
+ "100"
1668
+ ]
1669
+ },
1670
+ "200": {
1671
+ "value": "#fff1a9",
1672
+ "filePath": "tokens/color/base/brand.dark.json",
1673
+ "isSource": true,
1674
+ "original": {
1675
+ "value": "#FFF1A9"
1676
+ },
1677
+ "name": "color-dark-mode-brand-primary-200",
1678
+ "attributes": {
1679
+ "category": "color",
1680
+ "type": "dark-mode",
1681
+ "item": "brand",
1682
+ "subitem": "primary",
1683
+ "state": "200"
1684
+ },
1685
+ "path": [
1686
+ "color",
1687
+ "dark-mode",
1688
+ "brand",
1689
+ "primary",
1690
+ "200"
1691
+ ]
1692
+ },
1693
+ "300": {
1694
+ "value": "#ffe668",
1695
+ "filePath": "tokens/color/base/brand.dark.json",
1696
+ "isSource": true,
1697
+ "original": {
1698
+ "value": "#FFE668"
1699
+ },
1700
+ "name": "color-dark-mode-brand-primary-300",
1701
+ "attributes": {
1702
+ "category": "color",
1703
+ "type": "dark-mode",
1704
+ "item": "brand",
1705
+ "subitem": "primary",
1706
+ "state": "300"
1707
+ },
1708
+ "path": [
1709
+ "color",
1710
+ "dark-mode",
1711
+ "brand",
1712
+ "primary",
1713
+ "300"
1714
+ ]
1715
+ },
374
1716
  "400": {
375
- "value": "#36a3ff",
376
- "filePath": "tokens/color/base/interactive.dark.json",
1717
+ "value": "#ffdc28",
1718
+ "filePath": "tokens/color/base/brand.dark.json",
377
1719
  "isSource": true,
378
1720
  "original": {
379
- "value": "#36A3FF"
1721
+ "value": "#FFDC28"
380
1722
  },
381
- "name": "color-dark-mode-interactive-link-400",
1723
+ "name": "color-dark-mode-brand-primary-400",
382
1724
  "attributes": {
383
1725
  "category": "color",
384
1726
  "type": "dark-mode",
385
- "item": "interactive",
386
- "subitem": "link",
1727
+ "item": "brand",
1728
+ "subitem": "primary",
387
1729
  "state": "400"
388
1730
  },
389
1731
  "path": [
390
1732
  "color",
391
1733
  "dark-mode",
392
- "interactive",
393
- "link",
1734
+ "brand",
1735
+ "primary",
394
1736
  "400"
395
1737
  ]
396
1738
  },
397
1739
  "500": {
398
- "value": "#2776b9",
399
- "filePath": "tokens/color/base/interactive.dark.json",
1740
+ "value": "#ddbd16",
1741
+ "filePath": "tokens/color/base/brand.dark.json",
400
1742
  "isSource": true,
401
1743
  "original": {
402
- "value": "#2776B9"
1744
+ "value": "#DDBD16"
403
1745
  },
404
- "name": "color-dark-mode-interactive-link-500",
1746
+ "name": "color-dark-mode-brand-primary-500",
405
1747
  "attributes": {
406
1748
  "category": "color",
407
1749
  "type": "dark-mode",
408
- "item": "interactive",
409
- "subitem": "link",
1750
+ "item": "brand",
1751
+ "subitem": "primary",
410
1752
  "state": "500"
411
1753
  },
412
1754
  "path": [
413
1755
  "color",
414
1756
  "dark-mode",
415
- "interactive",
416
- "link",
1757
+ "brand",
1758
+ "primary",
417
1759
  "500"
418
1760
  ]
1761
+ },
1762
+ "600": {
1763
+ "value": "#bb9e08",
1764
+ "filePath": "tokens/color/base/brand.dark.json",
1765
+ "isSource": true,
1766
+ "original": {
1767
+ "value": "#BB9E08"
1768
+ },
1769
+ "name": "color-dark-mode-brand-primary-600",
1770
+ "attributes": {
1771
+ "category": "color",
1772
+ "type": "dark-mode",
1773
+ "item": "brand",
1774
+ "subitem": "primary",
1775
+ "state": "600"
1776
+ },
1777
+ "path": [
1778
+ "color",
1779
+ "dark-mode",
1780
+ "brand",
1781
+ "primary",
1782
+ "600"
1783
+ ]
1784
+ },
1785
+ "default": {
1786
+ "value": "#ffdc28",
1787
+ "public": true,
1788
+ "isReferenceToInternal": true,
1789
+ "filePath": "tokens/color/base/brand.dark.json",
1790
+ "isSource": true,
1791
+ "original": {
1792
+ "value": "{color.dark-mode.brand.primary.400.value}",
1793
+ "public": true,
1794
+ "isReferenceToInternal": true
1795
+ },
1796
+ "name": "color-dark-mode-brand-primary-default",
1797
+ "attributes": {
1798
+ "category": "color",
1799
+ "type": "dark-mode",
1800
+ "item": "brand",
1801
+ "subitem": "primary",
1802
+ "state": "default"
1803
+ },
1804
+ "path": [
1805
+ "color",
1806
+ "dark-mode",
1807
+ "brand",
1808
+ "primary",
1809
+ "default"
1810
+ ]
419
1811
  }
420
1812
  },
421
- "visited": {
1813
+ "secondary": {
1814
+ "100": {
1815
+ "value": "#f0ecff",
1816
+ "filePath": "tokens/color/base/brand.dark.json",
1817
+ "isSource": true,
1818
+ "original": {
1819
+ "value": "#F0ECFF"
1820
+ },
1821
+ "name": "color-dark-mode-brand-secondary-100",
1822
+ "attributes": {
1823
+ "category": "color",
1824
+ "type": "dark-mode",
1825
+ "item": "brand",
1826
+ "subitem": "secondary",
1827
+ "state": "100"
1828
+ },
1829
+ "path": [
1830
+ "color",
1831
+ "dark-mode",
1832
+ "brand",
1833
+ "secondary",
1834
+ "100"
1835
+ ]
1836
+ },
1837
+ "200": {
1838
+ "value": "#c3b6ff",
1839
+ "filePath": "tokens/color/base/brand.dark.json",
1840
+ "isSource": true,
1841
+ "original": {
1842
+ "value": "#C3B6FF"
1843
+ },
1844
+ "name": "color-dark-mode-brand-secondary-200",
1845
+ "attributes": {
1846
+ "category": "color",
1847
+ "type": "dark-mode",
1848
+ "item": "brand",
1849
+ "subitem": "secondary",
1850
+ "state": "200"
1851
+ },
1852
+ "path": [
1853
+ "color",
1854
+ "dark-mode",
1855
+ "brand",
1856
+ "secondary",
1857
+ "200"
1858
+ ]
1859
+ },
1860
+ "300": {
1861
+ "value": "#785aff",
1862
+ "filePath": "tokens/color/base/brand.dark.json",
1863
+ "isSource": true,
1864
+ "original": {
1865
+ "value": "#785AFF"
1866
+ },
1867
+ "name": "color-dark-mode-brand-secondary-300",
1868
+ "attributes": {
1869
+ "category": "color",
1870
+ "type": "dark-mode",
1871
+ "item": "brand",
1872
+ "subitem": "secondary",
1873
+ "state": "300"
1874
+ },
1875
+ "path": [
1876
+ "color",
1877
+ "dark-mode",
1878
+ "brand",
1879
+ "secondary",
1880
+ "300"
1881
+ ]
1882
+ },
422
1883
  "400": {
423
- "value": "#967fff",
424
- "filePath": "tokens/color/base/interactive.dark.json",
1884
+ "value": "#3017a1",
1885
+ "filePath": "tokens/color/base/brand.dark.json",
425
1886
  "isSource": true,
426
1887
  "original": {
427
- "value": "#967FFF"
1888
+ "value": "#3017A1"
428
1889
  },
429
- "name": "color-dark-mode-interactive-visited-400",
1890
+ "name": "color-dark-mode-brand-secondary-400",
430
1891
  "attributes": {
431
1892
  "category": "color",
432
1893
  "type": "dark-mode",
433
- "item": "interactive",
434
- "subitem": "visited",
1894
+ "item": "brand",
1895
+ "subitem": "secondary",
435
1896
  "state": "400"
436
1897
  },
437
1898
  "path": [
438
1899
  "color",
439
1900
  "dark-mode",
440
- "interactive",
441
- "visited",
1901
+ "brand",
1902
+ "secondary",
442
1903
  "400"
443
1904
  ]
444
1905
  },
445
1906
  "500": {
446
- "value": "#5f41e5",
447
- "filePath": "tokens/color/base/interactive.dark.json",
1907
+ "value": "#11005d",
1908
+ "filePath": "tokens/color/base/brand.dark.json",
448
1909
  "isSource": true,
449
1910
  "original": {
450
- "value": "#5F41E5"
1911
+ "value": "#11005D"
451
1912
  },
452
- "name": "color-dark-mode-interactive-visited-500",
1913
+ "name": "color-dark-mode-brand-secondary-500",
453
1914
  "attributes": {
454
1915
  "category": "color",
455
1916
  "type": "dark-mode",
456
- "item": "interactive",
457
- "subitem": "visited",
1917
+ "item": "brand",
1918
+ "subitem": "secondary",
458
1919
  "state": "500"
459
1920
  },
460
1921
  "path": [
461
1922
  "color",
462
1923
  "dark-mode",
463
- "interactive",
464
- "visited",
1924
+ "brand",
1925
+ "secondary",
465
1926
  "500"
466
1927
  ]
1928
+ },
1929
+ "default": {
1930
+ "value": "#3017a1",
1931
+ "public": true,
1932
+ "isReferenceToInternal": true,
1933
+ "filePath": "tokens/color/base/brand.dark.json",
1934
+ "isSource": true,
1935
+ "original": {
1936
+ "value": "{color.dark-mode.brand.secondary.400.value}",
1937
+ "public": true,
1938
+ "isReferenceToInternal": true
1939
+ },
1940
+ "name": "color-dark-mode-brand-secondary-default",
1941
+ "attributes": {
1942
+ "category": "color",
1943
+ "type": "dark-mode",
1944
+ "item": "brand",
1945
+ "subitem": "secondary",
1946
+ "state": "default"
1947
+ },
1948
+ "path": [
1949
+ "color",
1950
+ "dark-mode",
1951
+ "brand",
1952
+ "secondary",
1953
+ "default"
1954
+ ]
467
1955
  }
1956
+ },
1957
+ "accent": {
1958
+ "100": {
1959
+ "value": "#ffe5f6",
1960
+ "filePath": "tokens/color/base/brand.dark.json",
1961
+ "isSource": true,
1962
+ "original": {
1963
+ "value": "#FFE5F6"
1964
+ },
1965
+ "name": "color-dark-mode-brand-accent-100",
1966
+ "attributes": {
1967
+ "category": "color",
1968
+ "type": "dark-mode",
1969
+ "item": "brand",
1970
+ "subitem": "accent",
1971
+ "state": "100"
1972
+ },
1973
+ "path": [
1974
+ "color",
1975
+ "dark-mode",
1976
+ "brand",
1977
+ "accent",
1978
+ "100"
1979
+ ]
1980
+ },
1981
+ "200": {
1982
+ "value": "#ff99dc",
1983
+ "filePath": "tokens/color/base/brand.dark.json",
1984
+ "isSource": true,
1985
+ "original": {
1986
+ "value": "#FF99DC"
1987
+ },
1988
+ "name": "color-dark-mode-brand-accent-200",
1989
+ "attributes": {
1990
+ "category": "color",
1991
+ "type": "dark-mode",
1992
+ "item": "brand",
1993
+ "subitem": "accent",
1994
+ "state": "200"
1995
+ },
1996
+ "path": [
1997
+ "color",
1998
+ "dark-mode",
1999
+ "brand",
2000
+ "accent",
2001
+ "200"
2002
+ ]
2003
+ },
2004
+ "300": {
2005
+ "value": "#ff4cc3",
2006
+ "filePath": "tokens/color/base/brand.dark.json",
2007
+ "isSource": true,
2008
+ "original": {
2009
+ "value": "#FF4CC3"
2010
+ },
2011
+ "name": "color-dark-mode-brand-accent-300",
2012
+ "attributes": {
2013
+ "category": "color",
2014
+ "type": "dark-mode",
2015
+ "item": "brand",
2016
+ "subitem": "accent",
2017
+ "state": "300"
2018
+ },
2019
+ "path": [
2020
+ "color",
2021
+ "dark-mode",
2022
+ "brand",
2023
+ "accent",
2024
+ "300"
2025
+ ]
2026
+ },
2027
+ "400": {
2028
+ "value": "#de0093",
2029
+ "filePath": "tokens/color/base/brand.dark.json",
2030
+ "isSource": true,
2031
+ "original": {
2032
+ "value": "#DE0093"
2033
+ },
2034
+ "name": "color-dark-mode-brand-accent-400",
2035
+ "attributes": {
2036
+ "category": "color",
2037
+ "type": "dark-mode",
2038
+ "item": "brand",
2039
+ "subitem": "accent",
2040
+ "state": "400"
2041
+ },
2042
+ "path": [
2043
+ "color",
2044
+ "dark-mode",
2045
+ "brand",
2046
+ "accent",
2047
+ "400"
2048
+ ]
2049
+ },
2050
+ "500": {
2051
+ "value": "#9a0066",
2052
+ "filePath": "tokens/color/base/brand.dark.json",
2053
+ "isSource": true,
2054
+ "original": {
2055
+ "value": "#9A0066"
2056
+ },
2057
+ "name": "color-dark-mode-brand-accent-500",
2058
+ "attributes": {
2059
+ "category": "color",
2060
+ "type": "dark-mode",
2061
+ "item": "brand",
2062
+ "subitem": "accent",
2063
+ "state": "500"
2064
+ },
2065
+ "path": [
2066
+ "color",
2067
+ "dark-mode",
2068
+ "brand",
2069
+ "accent",
2070
+ "500"
2071
+ ]
2072
+ },
2073
+ "600": {
2074
+ "value": "#560039",
2075
+ "filePath": "tokens/color/base/brand.dark.json",
2076
+ "isSource": true,
2077
+ "original": {
2078
+ "value": "#560039"
2079
+ },
2080
+ "name": "color-dark-mode-brand-accent-600",
2081
+ "attributes": {
2082
+ "category": "color",
2083
+ "type": "dark-mode",
2084
+ "item": "brand",
2085
+ "subitem": "accent",
2086
+ "state": "600"
2087
+ },
2088
+ "path": [
2089
+ "color",
2090
+ "dark-mode",
2091
+ "brand",
2092
+ "accent",
2093
+ "600"
2094
+ ]
2095
+ },
2096
+ "default": {
2097
+ "value": "#de0093",
2098
+ "public": true,
2099
+ "isReferenceToInternal": true,
2100
+ "filePath": "tokens/color/base/brand.dark.json",
2101
+ "isSource": true,
2102
+ "original": {
2103
+ "value": "{color.dark-mode.brand.accent.400.value}",
2104
+ "public": true,
2105
+ "isReferenceToInternal": true
2106
+ },
2107
+ "name": "color-dark-mode-brand-accent-default",
2108
+ "attributes": {
2109
+ "category": "color",
2110
+ "type": "dark-mode",
2111
+ "item": "brand",
2112
+ "subitem": "accent",
2113
+ "state": "default"
2114
+ },
2115
+ "path": [
2116
+ "color",
2117
+ "dark-mode",
2118
+ "brand",
2119
+ "accent",
2120
+ "default"
2121
+ ]
2122
+ }
2123
+ }
2124
+ },
2125
+ "admin": {
2126
+ "100": {
2127
+ "value": "#f7f1ff",
2128
+ "filePath": "tokens/color/base/brand.dark.json",
2129
+ "isSource": true,
2130
+ "original": {
2131
+ "value": "#F7F1FF"
2132
+ },
2133
+ "name": "color-dark-mode-admin-100",
2134
+ "attributes": {
2135
+ "category": "color",
2136
+ "type": "dark-mode",
2137
+ "item": "admin",
2138
+ "subitem": "100"
2139
+ },
2140
+ "path": [
2141
+ "color",
2142
+ "dark-mode",
2143
+ "admin",
2144
+ "100"
2145
+ ]
2146
+ },
2147
+ "200": {
2148
+ "value": "#6a1d85",
2149
+ "filePath": "tokens/color/base/brand.dark.json",
2150
+ "isSource": true,
2151
+ "original": {
2152
+ "value": "#6A1D85"
2153
+ },
2154
+ "name": "color-dark-mode-admin-200",
2155
+ "attributes": {
2156
+ "category": "color",
2157
+ "type": "dark-mode",
2158
+ "item": "admin",
2159
+ "subitem": "200"
2160
+ },
2161
+ "path": [
2162
+ "color",
2163
+ "dark-mode",
2164
+ "admin",
2165
+ "200"
2166
+ ]
2167
+ },
2168
+ "300": {
2169
+ "value": "#451157",
2170
+ "filePath": "tokens/color/base/brand.dark.json",
2171
+ "isSource": true,
2172
+ "original": {
2173
+ "value": "#451157"
2174
+ },
2175
+ "name": "color-dark-mode-admin-300",
2176
+ "attributes": {
2177
+ "category": "color",
2178
+ "type": "dark-mode",
2179
+ "item": "admin",
2180
+ "subitem": "300"
2181
+ },
2182
+ "path": [
2183
+ "color",
2184
+ "dark-mode",
2185
+ "admin",
2186
+ "300"
2187
+ ]
2188
+ }
2189
+ },
2190
+ "partner": {
2191
+ "gitlab": {
2192
+ "value": "#ffedfb",
2193
+ "filePath": "tokens/color/base/brand.dark.json",
2194
+ "isSource": true,
2195
+ "original": {
2196
+ "value": "#FFEDFB"
2197
+ },
2198
+ "name": "color-dark-mode-partner-gitlab",
2199
+ "attributes": {
2200
+ "category": "color",
2201
+ "type": "dark-mode",
2202
+ "item": "partner",
2203
+ "subitem": "gitlab"
2204
+ },
2205
+ "path": [
2206
+ "color",
2207
+ "dark-mode",
2208
+ "partner",
2209
+ "gitlab"
2210
+ ]
2211
+ },
2212
+ "bitbucket": {
2213
+ "value": "#004dc0",
2214
+ "filePath": "tokens/color/base/brand.dark.json",
2215
+ "isSource": true,
2216
+ "original": {
2217
+ "value": "#004DC0"
2218
+ },
2219
+ "name": "color-dark-mode-partner-bitbucket",
2220
+ "attributes": {
2221
+ "category": "color",
2222
+ "type": "dark-mode",
2223
+ "item": "partner",
2224
+ "subitem": "bitbucket"
2225
+ },
2226
+ "path": [
2227
+ "color",
2228
+ "dark-mode",
2229
+ "partner",
2230
+ "bitbucket"
2231
+ ]
2232
+ },
2233
+ "gatsby": {
2234
+ "value": "#663399",
2235
+ "filePath": "tokens/color/base/brand.dark.json",
2236
+ "isSource": true,
2237
+ "original": {
2238
+ "value": "#663399"
2239
+ },
2240
+ "name": "color-dark-mode-partner-gatsby",
2241
+ "attributes": {
2242
+ "category": "color",
2243
+ "type": "dark-mode",
2244
+ "item": "partner",
2245
+ "subitem": "gatsby"
2246
+ },
2247
+ "path": [
2248
+ "color",
2249
+ "dark-mode",
2250
+ "partner",
2251
+ "gatsby"
2252
+ ]
2253
+ }
2254
+ },
2255
+ "gradient": {
2256
+ "sunrise": {
2257
+ "value": "linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%)",
2258
+ "type": "color",
2259
+ "public": true,
2260
+ "filePath": "tokens/color/base/gradients.dark.json",
2261
+ "isSource": true,
2262
+ "original": {
2263
+ "value": {
2264
+ "type": "linear-gradient",
2265
+ "angle": "227.79deg",
2266
+ "colors": {
2267
+ "1": "#300068 38.28%",
2268
+ "2": "#E65F35 100%"
2269
+ }
2270
+ },
2271
+ "type": "color",
2272
+ "public": true
2273
+ },
2274
+ "name": "color-dark-mode-gradient-sunrise",
2275
+ "attributes": {
2276
+ "category": "color",
2277
+ "type": "dark-mode",
2278
+ "item": "gradient",
2279
+ "subitem": "sunrise"
2280
+ },
2281
+ "path": [
2282
+ "color",
2283
+ "dark-mode",
2284
+ "gradient",
2285
+ "sunrise"
2286
+ ]
2287
+ },
2288
+ "sunset": {
2289
+ "value": "linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%)",
2290
+ "type": "color",
2291
+ "public": true,
2292
+ "filePath": "tokens/color/base/gradients.dark.json",
2293
+ "isSource": true,
2294
+ "original": {
2295
+ "value": {
2296
+ "type": "linear-gradient",
2297
+ "angle": "48.24deg",
2298
+ "colors": {
2299
+ "1": "#EF13AD 0%",
2300
+ "2": "#300068 66.25%"
2301
+ }
2302
+ },
2303
+ "type": "color",
2304
+ "public": true
2305
+ },
2306
+ "name": "color-dark-mode-gradient-sunset",
2307
+ "attributes": {
2308
+ "category": "color",
2309
+ "type": "dark-mode",
2310
+ "item": "gradient",
2311
+ "subitem": "sunset"
2312
+ },
2313
+ "path": [
2314
+ "color",
2315
+ "dark-mode",
2316
+ "gradient",
2317
+ "sunset"
2318
+ ]
2319
+ },
2320
+ "after-hours": {
2321
+ "value": "linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%)",
2322
+ "type": "color",
2323
+ "public": true,
2324
+ "filePath": "tokens/color/base/gradients.dark.json",
2325
+ "isSource": true,
2326
+ "original": {
2327
+ "value": {
2328
+ "type": "linear-gradient",
2329
+ "angle": "228.64deg",
2330
+ "colors": {
2331
+ "1": "#2B017B 41.87%",
2332
+ "2": "#29B2FF 100%"
2333
+ }
2334
+ },
2335
+ "type": "color",
2336
+ "public": true
2337
+ },
2338
+ "name": "color-dark-mode-gradient-after-hours",
2339
+ "attributes": {
2340
+ "category": "color",
2341
+ "type": "dark-mode",
2342
+ "item": "gradient",
2343
+ "subitem": "after-hours"
2344
+ },
2345
+ "path": [
2346
+ "color",
2347
+ "dark-mode",
2348
+ "gradient",
2349
+ "after-hours"
2350
+ ]
2351
+ },
2352
+ "midnight": {
2353
+ "value": "linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%)",
2354
+ "type": "color",
2355
+ "public": true,
2356
+ "filePath": "tokens/color/base/gradients.dark.json",
2357
+ "isSource": true,
2358
+ "original": {
2359
+ "value": {
2360
+ "type": "linear-gradient",
2361
+ "angle": "228.64deg",
2362
+ "colors": {
2363
+ "1": "#3017A1 46.34%",
2364
+ "2": "#00E0C3 100%"
2365
+ }
2366
+ },
2367
+ "type": "color",
2368
+ "public": true
2369
+ },
2370
+ "name": "color-dark-mode-gradient-midnight",
2371
+ "attributes": {
2372
+ "category": "color",
2373
+ "type": "dark-mode",
2374
+ "item": "gradient",
2375
+ "subitem": "midnight"
2376
+ },
2377
+ "path": [
2378
+ "color",
2379
+ "dark-mode",
2380
+ "gradient",
2381
+ "midnight"
2382
+ ]
2383
+ }
2384
+ },
2385
+ "interactive": {
2386
+ "link": {
2387
+ "400": {
2388
+ "value": "#36a3ff",
2389
+ "filePath": "tokens/color/base/interactive.dark.json",
2390
+ "isSource": true,
2391
+ "original": {
2392
+ "value": "#36A3FF"
2393
+ },
2394
+ "name": "color-dark-mode-interactive-link-400",
2395
+ "attributes": {
2396
+ "category": "color",
2397
+ "type": "dark-mode",
2398
+ "item": "interactive",
2399
+ "subitem": "link",
2400
+ "state": "400"
2401
+ },
2402
+ "path": [
2403
+ "color",
2404
+ "dark-mode",
2405
+ "interactive",
2406
+ "link",
2407
+ "400"
2408
+ ]
2409
+ },
2410
+ "500": {
2411
+ "value": "#2776b9",
2412
+ "filePath": "tokens/color/base/interactive.dark.json",
2413
+ "isSource": true,
2414
+ "original": {
2415
+ "value": "#2776B9"
2416
+ },
2417
+ "name": "color-dark-mode-interactive-link-500",
2418
+ "attributes": {
2419
+ "category": "color",
2420
+ "type": "dark-mode",
2421
+ "item": "interactive",
2422
+ "subitem": "link",
2423
+ "state": "500"
2424
+ },
2425
+ "path": [
2426
+ "color",
2427
+ "dark-mode",
2428
+ "interactive",
2429
+ "link",
2430
+ "500"
2431
+ ]
2432
+ }
2433
+ },
2434
+ "visited": {
2435
+ "400": {
2436
+ "value": "#967fff",
2437
+ "filePath": "tokens/color/base/interactive.dark.json",
2438
+ "isSource": true,
2439
+ "original": {
2440
+ "value": "#967FFF"
2441
+ },
2442
+ "name": "color-dark-mode-interactive-visited-400",
2443
+ "attributes": {
2444
+ "category": "color",
2445
+ "type": "dark-mode",
2446
+ "item": "interactive",
2447
+ "subitem": "visited",
2448
+ "state": "400"
2449
+ },
2450
+ "path": [
2451
+ "color",
2452
+ "dark-mode",
2453
+ "interactive",
2454
+ "visited",
2455
+ "400"
2456
+ ]
2457
+ },
2458
+ "500": {
2459
+ "value": "#5f41e5",
2460
+ "filePath": "tokens/color/base/interactive.dark.json",
2461
+ "isSource": true,
2462
+ "original": {
2463
+ "value": "#5F41E5"
2464
+ },
2465
+ "name": "color-dark-mode-interactive-visited-500",
2466
+ "attributes": {
2467
+ "category": "color",
2468
+ "type": "dark-mode",
2469
+ "item": "interactive",
2470
+ "subitem": "visited",
2471
+ "state": "500"
2472
+ },
2473
+ "path": [
2474
+ "color",
2475
+ "dark-mode",
2476
+ "interactive",
2477
+ "visited",
2478
+ "500"
2479
+ ]
2480
+ }
2481
+ },
2482
+ "focus": {
2483
+ "value": "#36a3ff",
2484
+ "public": true,
2485
+ "filePath": "tokens/color/base/interactive.dark.json",
2486
+ "isSource": true,
2487
+ "original": {
2488
+ "value": "#36A3FF",
2489
+ "public": true
2490
+ },
2491
+ "name": "color-dark-mode-interactive-focus",
2492
+ "attributes": {
2493
+ "category": "color",
2494
+ "type": "dark-mode",
2495
+ "item": "interactive",
2496
+ "subitem": "focus"
2497
+ },
2498
+ "path": [
2499
+ "color",
2500
+ "dark-mode",
2501
+ "interactive",
2502
+ "focus"
2503
+ ]
468
2504
  }
469
2505
  },
470
2506
  "neutral": {