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