@pantheon-systems/pds-design-tokens 0.7.0-dev.0 → 0.7.0-dev.2

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.
@@ -731,6 +731,258 @@
731
731
  ]
732
732
  }
733
733
  },
734
+ "medium": {
735
+ "4XL": {
736
+ "value": {
737
+ "fontSize": "3.052 * 16",
738
+ "fontFamily": "Poppins",
739
+ "fontWeight": 500
740
+ },
741
+ "type": "typography",
742
+ "filePath": "tokens-figma/typography/base.json",
743
+ "isSource": true,
744
+ "original": {
745
+ "value": {
746
+ "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
747
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
748
+ "fontWeight": "{typography.font-weight.medium}"
749
+ },
750
+ "type": "typography"
751
+ },
752
+ "name": "text-type-scale-medium-4-xl",
753
+ "attributes": {
754
+ "category": "text",
755
+ "type": "type-scale",
756
+ "item": "medium",
757
+ "subitem": "4XL"
758
+ },
759
+ "path": [
760
+ "text",
761
+ "type-scale",
762
+ "medium",
763
+ "4XL"
764
+ ]
765
+ },
766
+ "3XL": {
767
+ "value": {
768
+ "fontSize": "2.441 * 16",
769
+ "fontFamily": "Poppins",
770
+ "fontWeight": 500
771
+ },
772
+ "type": "typography",
773
+ "filePath": "tokens-figma/typography/base.json",
774
+ "isSource": true,
775
+ "original": {
776
+ "value": {
777
+ "fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
778
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
779
+ "fontWeight": "{typography.font-weight.medium}"
780
+ },
781
+ "type": "typography"
782
+ },
783
+ "name": "text-type-scale-medium-3-xl",
784
+ "attributes": {
785
+ "category": "text",
786
+ "type": "type-scale",
787
+ "item": "medium",
788
+ "subitem": "3XL"
789
+ },
790
+ "path": [
791
+ "text",
792
+ "type-scale",
793
+ "medium",
794
+ "3XL"
795
+ ]
796
+ },
797
+ "2XL": {
798
+ "value": {
799
+ "fontSize": "1.953 * 16",
800
+ "fontFamily": "Poppins",
801
+ "fontWeight": 500
802
+ },
803
+ "type": "typography",
804
+ "filePath": "tokens-figma/typography/base.json",
805
+ "isSource": true,
806
+ "original": {
807
+ "value": {
808
+ "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
809
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
810
+ "fontWeight": "{typography.font-weight.medium}"
811
+ },
812
+ "type": "typography"
813
+ },
814
+ "name": "text-type-scale-medium-2-xl",
815
+ "attributes": {
816
+ "category": "text",
817
+ "type": "type-scale",
818
+ "item": "medium",
819
+ "subitem": "2XL"
820
+ },
821
+ "path": [
822
+ "text",
823
+ "type-scale",
824
+ "medium",
825
+ "2XL"
826
+ ]
827
+ },
828
+ "XL": {
829
+ "value": {
830
+ "fontSize": "1.563 * 16",
831
+ "fontFamily": "Poppins",
832
+ "fontWeight": 500
833
+ },
834
+ "type": "typography",
835
+ "filePath": "tokens-figma/typography/base.json",
836
+ "isSource": true,
837
+ "original": {
838
+ "value": {
839
+ "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
840
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
841
+ "fontWeight": "{typography.font-weight.medium}"
842
+ },
843
+ "type": "typography"
844
+ },
845
+ "name": "text-type-scale-medium-xl",
846
+ "attributes": {
847
+ "category": "text",
848
+ "type": "type-scale",
849
+ "item": "medium",
850
+ "subitem": "XL"
851
+ },
852
+ "path": [
853
+ "text",
854
+ "type-scale",
855
+ "medium",
856
+ "XL"
857
+ ]
858
+ },
859
+ "L": {
860
+ "value": {
861
+ "fontSize": "1.25 * 16",
862
+ "fontFamily": "Poppins",
863
+ "fontWeight": 500
864
+ },
865
+ "type": "typography",
866
+ "filePath": "tokens-figma/typography/base.json",
867
+ "isSource": true,
868
+ "original": {
869
+ "value": {
870
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
871
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
872
+ "fontWeight": "{typography.font-weight.medium}"
873
+ },
874
+ "type": "typography"
875
+ },
876
+ "name": "text-type-scale-medium-l",
877
+ "attributes": {
878
+ "category": "text",
879
+ "type": "type-scale",
880
+ "item": "medium",
881
+ "subitem": "L"
882
+ },
883
+ "path": [
884
+ "text",
885
+ "type-scale",
886
+ "medium",
887
+ "L"
888
+ ]
889
+ },
890
+ "M": {
891
+ "value": {
892
+ "fontSize": "1 * 16",
893
+ "fontFamily": "Poppins",
894
+ "fontWeight": 500
895
+ },
896
+ "comment": "Base value.",
897
+ "type": "typography",
898
+ "filePath": "tokens-figma/typography/base.json",
899
+ "isSource": true,
900
+ "original": {
901
+ "value": {
902
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
903
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
904
+ "fontWeight": "{typography.font-weight.medium}"
905
+ },
906
+ "comment": "Base value.",
907
+ "type": "typography"
908
+ },
909
+ "name": "text-type-scale-medium-m",
910
+ "attributes": {
911
+ "category": "text",
912
+ "type": "type-scale",
913
+ "item": "medium",
914
+ "subitem": "M"
915
+ },
916
+ "path": [
917
+ "text",
918
+ "type-scale",
919
+ "medium",
920
+ "M"
921
+ ]
922
+ },
923
+ "S": {
924
+ "value": {
925
+ "fontSize": "0.8 * 16",
926
+ "fontFamily": "Poppins",
927
+ "fontWeight": 500
928
+ },
929
+ "type": "typography",
930
+ "filePath": "tokens-figma/typography/base.json",
931
+ "isSource": true,
932
+ "original": {
933
+ "value": {
934
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
935
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
936
+ "fontWeight": "{typography.font-weight.medium}"
937
+ },
938
+ "type": "typography"
939
+ },
940
+ "name": "text-type-scale-medium-s",
941
+ "attributes": {
942
+ "category": "text",
943
+ "type": "type-scale",
944
+ "item": "medium",
945
+ "subitem": "S"
946
+ },
947
+ "path": [
948
+ "text",
949
+ "type-scale",
950
+ "medium",
951
+ "S"
952
+ ]
953
+ },
954
+ "XS": {
955
+ "value": {
956
+ "fontSize": "0.64 * 16",
957
+ "fontFamily": "Poppins",
958
+ "fontWeight": 500
959
+ },
960
+ "type": "typography",
961
+ "filePath": "tokens-figma/typography/base.json",
962
+ "isSource": true,
963
+ "original": {
964
+ "value": {
965
+ "fontSize": "{typography.size.XS} * {figma.typography.size.base}",
966
+ "fontFamily": "{text.body.paragraph.value.fontFamily}",
967
+ "fontWeight": "{typography.font-weight.medium}"
968
+ },
969
+ "type": "typography"
970
+ },
971
+ "name": "text-type-scale-medium-xs",
972
+ "attributes": {
973
+ "category": "text",
974
+ "type": "type-scale",
975
+ "item": "medium",
976
+ "subitem": "XS"
977
+ },
978
+ "path": [
979
+ "text",
980
+ "type-scale",
981
+ "medium",
982
+ "XS"
983
+ ]
984
+ }
985
+ },
734
986
  "semibold": {
735
987
  "4XL": {
736
988
  "value": {
@@ -1518,34 +1770,6 @@
1518
1770
  "background",
1519
1771
  "active"
1520
1772
  ]
1521
- },
1522
- "focus": {
1523
- "value": "#ddbd16",
1524
- "public": true,
1525
- "isReferenceToInternal": true,
1526
- "filePath": "tokens/color/alias/interactive.dark.json",
1527
- "isSource": true,
1528
- "original": {
1529
- "value": "{color.dark-mode.brand.primary.500.value}",
1530
- "public": true,
1531
- "isReferenceToInternal": true
1532
- },
1533
- "name": "color-dark-mode-button-primary-background-focus",
1534
- "attributes": {
1535
- "category": "color",
1536
- "type": "dark-mode",
1537
- "item": "button",
1538
- "subitem": "primary",
1539
- "state": "background"
1540
- },
1541
- "path": [
1542
- "color",
1543
- "dark-mode",
1544
- "button",
1545
- "primary",
1546
- "background",
1547
- "focus"
1548
- ]
1549
1773
  }
1550
1774
  },
1551
1775
  "border": {
@@ -1632,34 +1856,6 @@
1632
1856
  "border",
1633
1857
  "active"
1634
1858
  ]
1635
- },
1636
- "focus": {
1637
- "value": "#ddbd16",
1638
- "public": true,
1639
- "isReferenceToInternal": true,
1640
- "filePath": "tokens/color/alias/interactive.dark.json",
1641
- "isSource": true,
1642
- "original": {
1643
- "value": "{color.dark-mode.brand.primary.500.value}",
1644
- "public": true,
1645
- "isReferenceToInternal": true
1646
- },
1647
- "name": "color-dark-mode-button-primary-border-focus",
1648
- "attributes": {
1649
- "category": "color",
1650
- "type": "dark-mode",
1651
- "item": "button",
1652
- "subitem": "primary",
1653
- "state": "border"
1654
- },
1655
- "path": [
1656
- "color",
1657
- "dark-mode",
1658
- "button",
1659
- "primary",
1660
- "border",
1661
- "focus"
1662
- ]
1663
1859
  }
1664
1860
  },
1665
1861
  "foreground": {
@@ -1746,34 +1942,6 @@
1746
1942
  "foreground",
1747
1943
  "active"
1748
1944
  ]
1749
- },
1750
- "focus": {
1751
- "value": "#121219",
1752
- "public": true,
1753
- "isReferenceToInternal": true,
1754
- "filePath": "tokens/color/alias/interactive.dark.json",
1755
- "isSource": true,
1756
- "original": {
1757
- "value": "{color.dark-mode.neutral.700.value}",
1758
- "public": true,
1759
- "isReferenceToInternal": true
1760
- },
1761
- "name": "color-dark-mode-button-primary-foreground-focus",
1762
- "attributes": {
1763
- "category": "color",
1764
- "type": "dark-mode",
1765
- "item": "button",
1766
- "subitem": "primary",
1767
- "state": "foreground"
1768
- },
1769
- "path": [
1770
- "color",
1771
- "dark-mode",
1772
- "button",
1773
- "primary",
1774
- "foreground",
1775
- "focus"
1776
- ]
1777
1945
  }
1778
1946
  }
1779
1947
  },
@@ -1812,39 +1980,11 @@
1812
1980
  "filePath": "tokens/color/alias/interactive.dark.json",
1813
1981
  "isSource": true,
1814
1982
  "original": {
1815
- "value": "{color.dark-mode.neutral.400.value}",
1816
- "public": true,
1817
- "isReferenceToInternal": true
1818
- },
1819
- "name": "color-dark-mode-button-secondary-background-hover",
1820
- "attributes": {
1821
- "category": "color",
1822
- "type": "dark-mode",
1823
- "item": "button",
1824
- "subitem": "secondary",
1825
- "state": "background"
1826
- },
1827
- "path": [
1828
- "color",
1829
- "dark-mode",
1830
- "button",
1831
- "secondary",
1832
- "background",
1833
- "hover"
1834
- ]
1835
- },
1836
- "active": {
1837
- "value": "#282839",
1838
- "public": true,
1839
- "isReferenceToInternal": true,
1840
- "filePath": "tokens/color/alias/interactive.dark.json",
1841
- "isSource": true,
1842
- "original": {
1843
- "value": "{color.dark-mode.neutral.500.value}",
1983
+ "value": "{color.dark-mode.neutral.400.value}",
1844
1984
  "public": true,
1845
1985
  "isReferenceToInternal": true
1846
1986
  },
1847
- "name": "color-dark-mode-button-secondary-background-active",
1987
+ "name": "color-dark-mode-button-secondary-background-hover",
1848
1988
  "attributes": {
1849
1989
  "category": "color",
1850
1990
  "type": "dark-mode",
@@ -1858,19 +1998,21 @@
1858
1998
  "button",
1859
1999
  "secondary",
1860
2000
  "background",
1861
- "active"
2001
+ "hover"
1862
2002
  ]
1863
2003
  },
1864
- "focus": {
1865
- "value": "rgba(0, 0, 0, 0)",
2004
+ "active": {
2005
+ "value": "#282839",
1866
2006
  "public": true,
2007
+ "isReferenceToInternal": true,
1867
2008
  "filePath": "tokens/color/alias/interactive.dark.json",
1868
2009
  "isSource": true,
1869
2010
  "original": {
1870
- "value": "transparent",
1871
- "public": true
2011
+ "value": "{color.dark-mode.neutral.500.value}",
2012
+ "public": true,
2013
+ "isReferenceToInternal": true
1872
2014
  },
1873
- "name": "color-dark-mode-button-secondary-background-focus",
2015
+ "name": "color-dark-mode-button-secondary-background-active",
1874
2016
  "attributes": {
1875
2017
  "category": "color",
1876
2018
  "type": "dark-mode",
@@ -1884,7 +2026,7 @@
1884
2026
  "button",
1885
2027
  "secondary",
1886
2028
  "background",
1887
- "focus"
2029
+ "active"
1888
2030
  ]
1889
2031
  }
1890
2032
  },
@@ -1972,34 +2114,6 @@
1972
2114
  "border",
1973
2115
  "active"
1974
2116
  ]
1975
- },
1976
- "focus": {
1977
- "value": "#a6a3b4",
1978
- "public": true,
1979
- "isReferenceToInternal": true,
1980
- "filePath": "tokens/color/alias/interactive.dark.json",
1981
- "isSource": true,
1982
- "original": {
1983
- "value": "{color.dark-mode.neutral.200.value}",
1984
- "public": true,
1985
- "isReferenceToInternal": true
1986
- },
1987
- "name": "color-dark-mode-button-secondary-border-focus",
1988
- "attributes": {
1989
- "category": "color",
1990
- "type": "dark-mode",
1991
- "item": "button",
1992
- "subitem": "secondary",
1993
- "state": "border"
1994
- },
1995
- "path": [
1996
- "color",
1997
- "dark-mode",
1998
- "button",
1999
- "secondary",
2000
- "border",
2001
- "focus"
2002
- ]
2003
2117
  }
2004
2118
  },
2005
2119
  "foreground": {
@@ -2086,34 +2200,6 @@
2086
2200
  "foreground",
2087
2201
  "active"
2088
2202
  ]
2089
- },
2090
- "focus": {
2091
- "value": "#e7e7eb",
2092
- "public": true,
2093
- "isReferenceToInternal": true,
2094
- "filePath": "tokens/color/alias/interactive.dark.json",
2095
- "isSource": true,
2096
- "original": {
2097
- "value": "{color.dark-mode.neutral.050.value}",
2098
- "public": true,
2099
- "isReferenceToInternal": true
2100
- },
2101
- "name": "color-dark-mode-button-secondary-foreground-focus",
2102
- "attributes": {
2103
- "category": "color",
2104
- "type": "dark-mode",
2105
- "item": "button",
2106
- "subitem": "secondary",
2107
- "state": "foreground"
2108
- },
2109
- "path": [
2110
- "color",
2111
- "dark-mode",
2112
- "button",
2113
- "secondary",
2114
- "foreground",
2115
- "focus"
2116
- ]
2117
2203
  }
2118
2204
  }
2119
2205
  },
@@ -2200,32 +2286,6 @@
2200
2286
  "background",
2201
2287
  "active"
2202
2288
  ]
2203
- },
2204
- "focus": {
2205
- "value": "rgba(0, 0, 0, 0)",
2206
- "public": true,
2207
- "filePath": "tokens/color/alias/interactive.dark.json",
2208
- "isSource": true,
2209
- "original": {
2210
- "value": "transparent",
2211
- "public": true
2212
- },
2213
- "name": "color-dark-mode-button-subtle-background-focus",
2214
- "attributes": {
2215
- "category": "color",
2216
- "type": "dark-mode",
2217
- "item": "button",
2218
- "subitem": "subtle",
2219
- "state": "background"
2220
- },
2221
- "path": [
2222
- "color",
2223
- "dark-mode",
2224
- "button",
2225
- "subtle",
2226
- "background",
2227
- "focus"
2228
- ]
2229
2289
  }
2230
2290
  },
2231
2291
  "border": {
@@ -2340,47 +2400,21 @@
2340
2400
  "foreground",
2341
2401
  "active"
2342
2402
  ]
2343
- },
2344
- "focus": {
2345
- "value": "#e7e7eb",
2346
- "public": true,
2347
- "isReferenceToInternal": true,
2348
- "filePath": "tokens/color/alias/interactive.dark.json",
2349
- "isSource": true,
2350
- "original": {
2351
- "value": "{color.dark-mode.neutral.050.value}",
2352
- "public": true,
2353
- "isReferenceToInternal": true
2354
- },
2355
- "name": "color-dark-mode-button-subtle-foreground-focus",
2356
- "attributes": {
2357
- "category": "color",
2358
- "type": "dark-mode",
2359
- "item": "button",
2360
- "subitem": "subtle",
2361
- "state": "foreground"
2362
- },
2363
- "path": [
2364
- "color",
2365
- "dark-mode",
2366
- "button",
2367
- "subtle",
2368
- "foreground",
2369
- "focus"
2370
- ]
2371
2403
  }
2372
2404
  }
2373
2405
  },
2374
2406
  "critical": {
2375
2407
  "background": {
2376
2408
  "default": {
2377
- "value": "rgba(0, 0, 0, 0)",
2409
+ "value": "#e05757",
2378
2410
  "public": true,
2411
+ "isReferenceToInternal": true,
2379
2412
  "filePath": "tokens/color/alias/interactive.dark.json",
2380
2413
  "isSource": true,
2381
2414
  "original": {
2382
- "value": "transparent",
2383
- "public": true
2415
+ "value": "{color.dark-mode.semantic.error.300.value}",
2416
+ "public": true,
2417
+ "isReferenceToInternal": true
2384
2418
  },
2385
2419
  "name": "color-dark-mode-button-critical-background-default",
2386
2420
  "attributes": {
@@ -2400,13 +2434,15 @@
2400
2434
  ]
2401
2435
  },
2402
2436
  "hover": {
2403
- "value": "rgba(0, 0, 0, 0)",
2437
+ "value": "#be4242",
2404
2438
  "public": true,
2439
+ "isReferenceToInternal": true,
2405
2440
  "filePath": "tokens/color/alias/interactive.dark.json",
2406
2441
  "isSource": true,
2407
2442
  "original": {
2408
- "value": "transparent",
2409
- "public": true
2443
+ "value": "{color.dark-mode.semantic.error.400.value}",
2444
+ "public": true,
2445
+ "isReferenceToInternal": true
2410
2446
  },
2411
2447
  "name": "color-dark-mode-button-critical-background-hover",
2412
2448
  "attributes": {
@@ -2426,13 +2462,15 @@
2426
2462
  ]
2427
2463
  },
2428
2464
  "active": {
2429
- "value": "rgba(0, 0, 0, 0)",
2465
+ "value": "#9c2f2f",
2430
2466
  "public": true,
2467
+ "isReferenceToInternal": true,
2431
2468
  "filePath": "tokens/color/alias/interactive.dark.json",
2432
2469
  "isSource": true,
2433
2470
  "original": {
2434
- "value": "transparent",
2435
- "public": true
2471
+ "value": "{color.dark-mode.semantic.error.500.value}",
2472
+ "public": true,
2473
+ "isReferenceToInternal": true
2436
2474
  },
2437
2475
  "name": "color-dark-mode-button-critical-background-active",
2438
2476
  "attributes": {
@@ -2450,43 +2488,17 @@
2450
2488
  "background",
2451
2489
  "active"
2452
2490
  ]
2453
- },
2454
- "focus": {
2455
- "value": "rgba(0, 0, 0, 0)",
2456
- "public": true,
2457
- "filePath": "tokens/color/alias/interactive.dark.json",
2458
- "isSource": true,
2459
- "original": {
2460
- "value": "transparent",
2461
- "public": true
2462
- },
2463
- "name": "color-dark-mode-button-critical-background-focus",
2464
- "attributes": {
2465
- "category": "color",
2466
- "type": "dark-mode",
2467
- "item": "button",
2468
- "subitem": "critical",
2469
- "state": "background"
2470
- },
2471
- "path": [
2472
- "color",
2473
- "dark-mode",
2474
- "button",
2475
- "critical",
2476
- "background",
2477
- "focus"
2478
- ]
2479
2491
  }
2480
2492
  },
2481
2493
  "border": {
2482
2494
  "default": {
2483
- "value": "#be4242",
2495
+ "value": "#e05757",
2484
2496
  "public": true,
2485
2497
  "isReferenceToInternal": true,
2486
2498
  "filePath": "tokens/color/alias/interactive.dark.json",
2487
2499
  "isSource": true,
2488
2500
  "original": {
2489
- "value": "{color.dark-mode.semantic.error.400.value}",
2501
+ "value": "{color.dark-mode.semantic.error.300.value}",
2490
2502
  "public": true,
2491
2503
  "isReferenceToInternal": true
2492
2504
  },
@@ -2508,13 +2520,13 @@
2508
2520
  ]
2509
2521
  },
2510
2522
  "hover": {
2511
- "value": "#ffafaf",
2523
+ "value": "#be4242",
2512
2524
  "public": true,
2513
2525
  "isReferenceToInternal": true,
2514
2526
  "filePath": "tokens/color/alias/interactive.dark.json",
2515
2527
  "isSource": true,
2516
2528
  "original": {
2517
- "value": "{color.dark-mode.semantic.error.200.value}",
2529
+ "value": "{color.dark-mode.semantic.error.400.value}",
2518
2530
  "public": true,
2519
2531
  "isReferenceToInternal": true
2520
2532
  },
@@ -2536,13 +2548,13 @@
2536
2548
  ]
2537
2549
  },
2538
2550
  "active": {
2539
- "value": "#be4242",
2551
+ "value": "#9c2f2f",
2540
2552
  "public": true,
2541
2553
  "isReferenceToInternal": true,
2542
2554
  "filePath": "tokens/color/alias/interactive.dark.json",
2543
2555
  "isSource": true,
2544
2556
  "original": {
2545
- "value": "{color.dark-mode.semantic.error.400.value}",
2557
+ "value": "{color.dark-mode.semantic.error.500.value}",
2546
2558
  "public": true,
2547
2559
  "isReferenceToInternal": true
2548
2560
  },
@@ -2562,45 +2574,17 @@
2562
2574
  "border",
2563
2575
  "active"
2564
2576
  ]
2565
- },
2566
- "focus": {
2567
- "value": "#be4242",
2568
- "public": true,
2569
- "isReferenceToInternal": true,
2570
- "filePath": "tokens/color/alias/interactive.dark.json",
2571
- "isSource": true,
2572
- "original": {
2573
- "value": "{color.dark-mode.semantic.error.400.value}",
2574
- "public": true,
2575
- "isReferenceToInternal": true
2576
- },
2577
- "name": "color-dark-mode-button-critical-border-focus",
2578
- "attributes": {
2579
- "category": "color",
2580
- "type": "dark-mode",
2581
- "item": "button",
2582
- "subitem": "critical",
2583
- "state": "border"
2584
- },
2585
- "path": [
2586
- "color",
2587
- "dark-mode",
2588
- "button",
2589
- "critical",
2590
- "border",
2591
- "focus"
2592
- ]
2593
2577
  }
2594
2578
  },
2595
2579
  "foreground": {
2596
2580
  "default": {
2597
- "value": "#e05757",
2581
+ "value": "#ffffff",
2598
2582
  "public": true,
2599
2583
  "isReferenceToInternal": true,
2600
2584
  "filePath": "tokens/color/alias/interactive.dark.json",
2601
2585
  "isSource": true,
2602
2586
  "original": {
2603
- "value": "{color.dark-mode.semantic.error.300.value}",
2587
+ "value": "{color.dark-mode.neutral.000.value}",
2604
2588
  "public": true,
2605
2589
  "isReferenceToInternal": true
2606
2590
  },
@@ -2622,13 +2606,13 @@
2622
2606
  ]
2623
2607
  },
2624
2608
  "hover": {
2625
- "value": "#ffafaf",
2609
+ "value": "#ffffff",
2626
2610
  "public": true,
2627
2611
  "isReferenceToInternal": true,
2628
2612
  "filePath": "tokens/color/alias/interactive.dark.json",
2629
2613
  "isSource": true,
2630
2614
  "original": {
2631
- "value": "{color.dark-mode.semantic.error.200.value}",
2615
+ "value": "{color.dark-mode.neutral.000.value}",
2632
2616
  "public": true,
2633
2617
  "isReferenceToInternal": true
2634
2618
  },
@@ -2650,13 +2634,13 @@
2650
2634
  ]
2651
2635
  },
2652
2636
  "active": {
2653
- "value": "#be4242",
2637
+ "value": "#ffffff",
2654
2638
  "public": true,
2655
2639
  "isReferenceToInternal": true,
2656
2640
  "filePath": "tokens/color/alias/interactive.dark.json",
2657
2641
  "isSource": true,
2658
2642
  "original": {
2659
- "value": "{color.dark-mode.semantic.error.400.value}",
2643
+ "value": "{color.dark-mode.neutral.000.value}",
2660
2644
  "public": true,
2661
2645
  "isReferenceToInternal": true
2662
2646
  },
@@ -2676,34 +2660,6 @@
2676
2660
  "foreground",
2677
2661
  "active"
2678
2662
  ]
2679
- },
2680
- "focus": {
2681
- "value": "#e05757",
2682
- "public": true,
2683
- "isReferenceToInternal": true,
2684
- "filePath": "tokens/color/alias/interactive.dark.json",
2685
- "isSource": true,
2686
- "original": {
2687
- "value": "{color.dark-mode.semantic.error.300.value}",
2688
- "public": true,
2689
- "isReferenceToInternal": true
2690
- },
2691
- "name": "color-dark-mode-button-critical-foreground-focus",
2692
- "attributes": {
2693
- "category": "color",
2694
- "type": "dark-mode",
2695
- "item": "button",
2696
- "subitem": "critical",
2697
- "state": "foreground"
2698
- },
2699
- "path": [
2700
- "color",
2701
- "dark-mode",
2702
- "button",
2703
- "critical",
2704
- "foreground",
2705
- "focus"
2706
- ]
2707
2663
  }
2708
2664
  }
2709
2665
  }
@@ -4734,35 +4690,7 @@
4734
4690
  "public": true,
4735
4691
  "isReferenceToInternal": true
4736
4692
  },
4737
- "name": "color-light-mode-button-primary-background-hover",
4738
- "attributes": {
4739
- "category": "color",
4740
- "type": "light-mode",
4741
- "item": "button",
4742
- "subitem": "primary",
4743
- "state": "background"
4744
- },
4745
- "path": [
4746
- "color",
4747
- "light-mode",
4748
- "button",
4749
- "primary",
4750
- "background",
4751
- "hover"
4752
- ]
4753
- },
4754
- "active": {
4755
- "value": "#ddbd16",
4756
- "public": true,
4757
- "isReferenceToInternal": true,
4758
- "filePath": "tokens/color/alias/interactive.light.json",
4759
- "isSource": true,
4760
- "original": {
4761
- "value": "{color.light-mode.brand.primary.500.value}",
4762
- "public": true,
4763
- "isReferenceToInternal": true
4764
- },
4765
- "name": "color-light-mode-button-primary-background-active",
4693
+ "name": "color-light-mode-button-primary-background-hover",
4766
4694
  "attributes": {
4767
4695
  "category": "color",
4768
4696
  "type": "light-mode",
@@ -4776,21 +4704,21 @@
4776
4704
  "button",
4777
4705
  "primary",
4778
4706
  "background",
4779
- "active"
4707
+ "hover"
4780
4708
  ]
4781
4709
  },
4782
- "focus": {
4783
- "value": "#ffe668",
4710
+ "active": {
4711
+ "value": "#ddbd16",
4784
4712
  "public": true,
4785
4713
  "isReferenceToInternal": true,
4786
4714
  "filePath": "tokens/color/alias/interactive.light.json",
4787
4715
  "isSource": true,
4788
4716
  "original": {
4789
- "value": "{color.light-mode.brand.primary.300.value}",
4717
+ "value": "{color.light-mode.brand.primary.500.value}",
4790
4718
  "public": true,
4791
4719
  "isReferenceToInternal": true
4792
4720
  },
4793
- "name": "color-light-mode-button-primary-background-focus",
4721
+ "name": "color-light-mode-button-primary-background-active",
4794
4722
  "attributes": {
4795
4723
  "category": "color",
4796
4724
  "type": "light-mode",
@@ -4804,7 +4732,7 @@
4804
4732
  "button",
4805
4733
  "primary",
4806
4734
  "background",
4807
- "focus"
4735
+ "active"
4808
4736
  ]
4809
4737
  }
4810
4738
  },
@@ -4892,34 +4820,6 @@
4892
4820
  "border",
4893
4821
  "active"
4894
4822
  ]
4895
- },
4896
- "focus": {
4897
- "value": "#ffe668",
4898
- "public": true,
4899
- "isReferenceToInternal": true,
4900
- "filePath": "tokens/color/alias/interactive.light.json",
4901
- "isSource": true,
4902
- "original": {
4903
- "value": "{color.light-mode.brand.primary.300.value}",
4904
- "public": true,
4905
- "isReferenceToInternal": true
4906
- },
4907
- "name": "color-light-mode-button-primary-border-focus",
4908
- "attributes": {
4909
- "category": "color",
4910
- "type": "light-mode",
4911
- "item": "button",
4912
- "subitem": "primary",
4913
- "state": "border"
4914
- },
4915
- "path": [
4916
- "color",
4917
- "light-mode",
4918
- "button",
4919
- "primary",
4920
- "border",
4921
- "focus"
4922
- ]
4923
4823
  }
4924
4824
  },
4925
4825
  "foreground": {
@@ -5006,34 +4906,6 @@
5006
4906
  "foreground",
5007
4907
  "active"
5008
4908
  ]
5009
- },
5010
- "focus": {
5011
- "value": "#23232d",
5012
- "public": true,
5013
- "isReferenceToInternal": true,
5014
- "filePath": "tokens/color/alias/interactive.light.json",
5015
- "isSource": true,
5016
- "original": {
5017
- "value": "{color.light-mode.neutral.700.value}",
5018
- "public": true,
5019
- "isReferenceToInternal": true
5020
- },
5021
- "name": "color-light-mode-button-primary-foreground-focus",
5022
- "attributes": {
5023
- "category": "color",
5024
- "type": "light-mode",
5025
- "item": "button",
5026
- "subitem": "primary",
5027
- "state": "foreground"
5028
- },
5029
- "path": [
5030
- "color",
5031
- "light-mode",
5032
- "button",
5033
- "primary",
5034
- "foreground",
5035
- "focus"
5036
- ]
5037
4909
  }
5038
4910
  }
5039
4911
  },
@@ -5120,34 +4992,6 @@
5120
4992
  "background",
5121
4993
  "active"
5122
4994
  ]
5123
- },
5124
- "focus": {
5125
- "value": "#f0ecff",
5126
- "public": true,
5127
- "isReferenceToInternal": true,
5128
- "filePath": "tokens/color/alias/interactive.light.json",
5129
- "isSource": true,
5130
- "original": {
5131
- "value": "{color.light-mode.brand.secondary.100.value}",
5132
- "public": true,
5133
- "isReferenceToInternal": true
5134
- },
5135
- "name": "color-light-mode-button-secondary-background-focus",
5136
- "attributes": {
5137
- "category": "color",
5138
- "type": "light-mode",
5139
- "item": "button",
5140
- "subitem": "secondary",
5141
- "state": "background"
5142
- },
5143
- "path": [
5144
- "color",
5145
- "light-mode",
5146
- "button",
5147
- "secondary",
5148
- "background",
5149
- "focus"
5150
- ]
5151
4995
  }
5152
4996
  },
5153
4997
  "border": {
@@ -5234,34 +5078,6 @@
5234
5078
  "border",
5235
5079
  "active"
5236
5080
  ]
5237
- },
5238
- "focus": {
5239
- "value": "#785aff",
5240
- "public": true,
5241
- "isReferenceToInternal": true,
5242
- "filePath": "tokens/color/alias/interactive.light.json",
5243
- "isSource": true,
5244
- "original": {
5245
- "value": "{color.light-mode.brand.secondary.300.value}",
5246
- "public": true,
5247
- "isReferenceToInternal": true
5248
- },
5249
- "name": "color-light-mode-button-secondary-border-focus",
5250
- "attributes": {
5251
- "category": "color",
5252
- "type": "light-mode",
5253
- "item": "button",
5254
- "subitem": "secondary",
5255
- "state": "border"
5256
- },
5257
- "path": [
5258
- "color",
5259
- "light-mode",
5260
- "button",
5261
- "secondary",
5262
- "border",
5263
- "focus"
5264
- ]
5265
5081
  }
5266
5082
  },
5267
5083
  "foreground": {
@@ -5348,34 +5164,6 @@
5348
5164
  "foreground",
5349
5165
  "active"
5350
5166
  ]
5351
- },
5352
- "focus": {
5353
- "value": "#3017a1",
5354
- "public": true,
5355
- "isReferenceToInternal": true,
5356
- "filePath": "tokens/color/alias/interactive.light.json",
5357
- "isSource": true,
5358
- "original": {
5359
- "value": "{color.light-mode.brand.secondary.400.value}",
5360
- "public": true,
5361
- "isReferenceToInternal": true
5362
- },
5363
- "name": "color-light-mode-button-secondary-foreground-focus",
5364
- "attributes": {
5365
- "category": "color",
5366
- "type": "light-mode",
5367
- "item": "button",
5368
- "subitem": "secondary",
5369
- "state": "foreground"
5370
- },
5371
- "path": [
5372
- "color",
5373
- "light-mode",
5374
- "button",
5375
- "secondary",
5376
- "foreground",
5377
- "focus"
5378
- ]
5379
5167
  }
5380
5168
  }
5381
5169
  },
@@ -5462,32 +5250,6 @@
5462
5250
  "background",
5463
5251
  "active"
5464
5252
  ]
5465
- },
5466
- "focus": {
5467
- "value": "rgba(0, 0, 0, 0)",
5468
- "public": true,
5469
- "filePath": "tokens/color/alias/interactive.light.json",
5470
- "isSource": true,
5471
- "original": {
5472
- "value": "transparent",
5473
- "public": true
5474
- },
5475
- "name": "color-light-mode-button-subtle-background-focus",
5476
- "attributes": {
5477
- "category": "color",
5478
- "type": "light-mode",
5479
- "item": "button",
5480
- "subitem": "subtle",
5481
- "state": "background"
5482
- },
5483
- "path": [
5484
- "color",
5485
- "light-mode",
5486
- "button",
5487
- "subtle",
5488
- "background",
5489
- "focus"
5490
- ]
5491
5253
  }
5492
5254
  },
5493
5255
  "border": {
@@ -5602,34 +5364,6 @@
5602
5364
  "foreground",
5603
5365
  "active"
5604
5366
  ]
5605
- },
5606
- "focus": {
5607
- "value": "#3017a1",
5608
- "public": true,
5609
- "isReferenceToInternal": true,
5610
- "filePath": "tokens/color/alias/interactive.light.json",
5611
- "isSource": true,
5612
- "original": {
5613
- "value": "{color.light-mode.brand.secondary.400.value}",
5614
- "public": true,
5615
- "isReferenceToInternal": true
5616
- },
5617
- "name": "color-light-mode-button-subtle-foreground-focus",
5618
- "attributes": {
5619
- "category": "color",
5620
- "type": "light-mode",
5621
- "item": "button",
5622
- "subitem": "subtle",
5623
- "state": "foreground"
5624
- },
5625
- "path": [
5626
- "color",
5627
- "light-mode",
5628
- "button",
5629
- "subtle",
5630
- "foreground",
5631
- "focus"
5632
- ]
5633
5367
  }
5634
5368
  }
5635
5369
  },
@@ -5718,34 +5452,6 @@
5718
5452
  "background",
5719
5453
  "active"
5720
5454
  ]
5721
- },
5722
- "focus": {
5723
- "value": "#ffebeb",
5724
- "public": true,
5725
- "isReferenceToInternal": true,
5726
- "filePath": "tokens/color/alias/interactive.light.json",
5727
- "isSource": true,
5728
- "original": {
5729
- "value": "{color.light-mode.semantic.error.100.value}",
5730
- "public": true,
5731
- "isReferenceToInternal": true
5732
- },
5733
- "name": "color-light-mode-button-critical-background-focus",
5734
- "attributes": {
5735
- "category": "color",
5736
- "type": "light-mode",
5737
- "item": "button",
5738
- "subitem": "critical",
5739
- "state": "background"
5740
- },
5741
- "path": [
5742
- "color",
5743
- "light-mode",
5744
- "button",
5745
- "critical",
5746
- "background",
5747
- "focus"
5748
- ]
5749
5455
  }
5750
5456
  },
5751
5457
  "border": {
@@ -5832,34 +5538,6 @@
5832
5538
  "border",
5833
5539
  "active"
5834
5540
  ]
5835
- },
5836
- "focus": {
5837
- "value": "#d61f1f",
5838
- "public": true,
5839
- "isReferenceToInternal": true,
5840
- "filePath": "tokens/color/alias/interactive.light.json",
5841
- "isSource": true,
5842
- "original": {
5843
- "value": "{color.light-mode.semantic.error.400.value}",
5844
- "public": true,
5845
- "isReferenceToInternal": true
5846
- },
5847
- "name": "color-light-mode-button-critical-border-focus",
5848
- "attributes": {
5849
- "category": "color",
5850
- "type": "light-mode",
5851
- "item": "button",
5852
- "subitem": "critical",
5853
- "state": "border"
5854
- },
5855
- "path": [
5856
- "color",
5857
- "light-mode",
5858
- "button",
5859
- "critical",
5860
- "border",
5861
- "focus"
5862
- ]
5863
5541
  }
5864
5542
  },
5865
5543
  "foreground": {
@@ -5946,34 +5624,6 @@
5946
5624
  "foreground",
5947
5625
  "active"
5948
5626
  ]
5949
- },
5950
- "focus": {
5951
- "value": "#f83333",
5952
- "public": true,
5953
- "isReferenceToInternal": true,
5954
- "filePath": "tokens/color/alias/interactive.light.json",
5955
- "isSource": true,
5956
- "original": {
5957
- "value": "{color.light-mode.semantic.error.300.value}",
5958
- "public": true,
5959
- "isReferenceToInternal": true
5960
- },
5961
- "name": "color-light-mode-button-critical-foreground-focus",
5962
- "attributes": {
5963
- "category": "color",
5964
- "type": "light-mode",
5965
- "item": "button",
5966
- "subitem": "critical",
5967
- "state": "foreground"
5968
- },
5969
- "path": [
5970
- "color",
5971
- "light-mode",
5972
- "button",
5973
- "critical",
5974
- "foreground",
5975
- "focus"
5976
- ]
5977
5627
  }
5978
5628
  }
5979
5629
  }