@primer/primitives 11.4.1-rc.edbe0e39 → 11.5.0-rc.14eaeb12

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.
Files changed (138) hide show
  1. package/DESIGN_TOKENS_SPEC.md +14 -5
  2. package/dist/build/schemas/borderToken.d.ts +45 -3
  3. package/dist/build/schemas/borderToken.js +2 -1
  4. package/dist/build/schemas/colorToken.d.ts +639 -30
  5. package/dist/build/schemas/colorToken.js +3 -2
  6. package/dist/build/schemas/colorW3cValue.d.ts +28 -0
  7. package/dist/build/schemas/colorW3cValue.js +42 -0
  8. package/dist/build/schemas/cubicBezierToken.d.ts +1 -1
  9. package/dist/build/schemas/dimensionToken.d.ts +1 -1
  10. package/dist/build/schemas/durationToken.d.ts +1 -1
  11. package/dist/build/schemas/fontFamilyToken.d.ts +1 -1
  12. package/dist/build/schemas/fontWeightToken.d.ts +1 -1
  13. package/dist/build/schemas/gradientToken.d.ts +23 -2
  14. package/dist/build/schemas/gradientToken.js +2 -1
  15. package/dist/build/schemas/numberToken.d.ts +1 -1
  16. package/dist/build/schemas/shadowToken.d.ts +1079 -43
  17. package/dist/build/schemas/shadowToken.js +8 -2
  18. package/dist/build/schemas/stringToken.d.ts +1 -1
  19. package/dist/build/schemas/tokenType.d.ts +1 -1
  20. package/dist/build/schemas/transitionToken.d.ts +1 -1
  21. package/dist/build/schemas/typographyToken.d.ts +1 -1
  22. package/dist/build/schemas/viewportRangeToken.d.ts +1 -1
  23. package/dist/build/transformers/borderToCss.js +3 -1
  24. package/dist/build/transformers/colorAlphaToCss.js +6 -3
  25. package/dist/build/transformers/colorToHex.js +5 -2
  26. package/dist/build/transformers/colorToRgbAlpha.js +5 -2
  27. package/dist/build/transformers/colorToRgbaFloat.js +5 -0
  28. package/dist/build/transformers/durationToCss.js +4 -4
  29. package/dist/build/transformers/gradientToCss.js +2 -1
  30. package/dist/build/transformers/shadowToCss.js +4 -1
  31. package/dist/build/transformers/utilities/normalizeColorValue.d.ts +23 -0
  32. package/dist/build/transformers/utilities/normalizeColorValue.js +74 -0
  33. package/dist/build/types/borderTokenValue.d.ts +2 -1
  34. package/dist/build/types/shadowTokenValue.d.ts +2 -1
  35. package/dist/css/base/motion/motion.css +1 -1
  36. package/dist/css/functional/size/radius.css +1 -1
  37. package/dist/css/functional/size/size-coarse.css +1 -0
  38. package/dist/css/functional/size/size-fine.css +1 -0
  39. package/dist/css/functional/size/size.css +5 -0
  40. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +22 -10
  41. package/dist/css/functional/themes/dark-colorblind.css +22 -10
  42. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +22 -10
  43. package/dist/css/functional/themes/dark-dimmed.css +22 -10
  44. package/dist/css/functional/themes/dark-high-contrast.css +22 -10
  45. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +22 -10
  46. package/dist/css/functional/themes/dark-tritanopia.css +22 -10
  47. package/dist/css/functional/themes/dark.css +22 -10
  48. package/dist/css/functional/themes/light-colorblind-high-contrast.css +14 -2
  49. package/dist/css/functional/themes/light-colorblind.css +20 -8
  50. package/dist/css/functional/themes/light-high-contrast.css +14 -2
  51. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +14 -2
  52. package/dist/css/functional/themes/light-tritanopia.css +20 -8
  53. package/dist/css/functional/themes/light.css +20 -8
  54. package/dist/docs/functional/size/radius.json +2 -2
  55. package/dist/docs/functional/size/size-coarse.json +55 -2
  56. package/dist/docs/functional/size/size-fine.json +55 -2
  57. package/dist/docs/functional/size/size.json +135 -0
  58. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2502 -372
  59. package/dist/docs/functional/themes/dark-colorblind.json +2492 -370
  60. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2355 -205
  61. package/dist/docs/functional/themes/dark-dimmed.json +2382 -212
  62. package/dist/docs/functional/themes/dark-high-contrast.json +2507 -373
  63. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2517 -375
  64. package/dist/docs/functional/themes/dark-tritanopia.json +2499 -353
  65. package/dist/docs/functional/themes/dark.json +2501 -371
  66. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2354 -204
  67. package/dist/docs/functional/themes/light-colorblind.json +2344 -202
  68. package/dist/docs/functional/themes/light-high-contrast.json +2359 -205
  69. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2359 -205
  70. package/dist/docs/functional/themes/light-tritanopia.json +2354 -204
  71. package/dist/docs/functional/themes/light.json +2359 -205
  72. package/dist/fallbacks/functional/size/size-coarse.json +2 -1
  73. package/dist/fallbacks/functional/size/size-fine.json +2 -1
  74. package/dist/fallbacks/functional/size/size.json +5 -0
  75. package/dist/figma/dimension/dimension.json +56 -1
  76. package/dist/figma/themes/dark-colorblind.json +49 -1
  77. package/dist/figma/themes/dark-dimmed.json +51 -3
  78. package/dist/figma/themes/dark-high-contrast.json +49 -1
  79. package/dist/figma/themes/dark-tritanopia.json +49 -1
  80. package/dist/figma/themes/dark.json +49 -1
  81. package/dist/figma/themes/light-colorblind.json +49 -1
  82. package/dist/figma/themes/light-high-contrast.json +49 -1
  83. package/dist/figma/themes/light-tritanopia.json +49 -1
  84. package/dist/figma/themes/light.json +49 -1
  85. package/dist/internalCss/dark-colorblind-high-contrast.css +22 -10
  86. package/dist/internalCss/dark-colorblind.css +22 -10
  87. package/dist/internalCss/dark-dimmed-high-contrast.css +22 -10
  88. package/dist/internalCss/dark-dimmed.css +22 -10
  89. package/dist/internalCss/dark-high-contrast.css +22 -10
  90. package/dist/internalCss/dark-tritanopia-high-contrast.css +22 -10
  91. package/dist/internalCss/dark-tritanopia.css +22 -10
  92. package/dist/internalCss/dark.css +22 -10
  93. package/dist/internalCss/light-colorblind-high-contrast.css +14 -2
  94. package/dist/internalCss/light-colorblind.css +20 -8
  95. package/dist/internalCss/light-high-contrast.css +14 -2
  96. package/dist/internalCss/light-tritanopia-high-contrast.css +14 -2
  97. package/dist/internalCss/light-tritanopia.css +20 -8
  98. package/dist/internalCss/light.css +20 -8
  99. package/dist/styleLint/functional/size/radius.json +2 -2
  100. package/dist/styleLint/functional/size/size-coarse.json +57 -4
  101. package/dist/styleLint/functional/size/size-fine.json +57 -4
  102. package/dist/styleLint/functional/size/size.json +135 -0
  103. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2491 -349
  104. package/dist/styleLint/functional/themes/dark-colorblind.json +2481 -347
  105. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2516 -354
  106. package/dist/styleLint/functional/themes/dark-dimmed.json +2543 -361
  107. package/dist/styleLint/functional/themes/dark-high-contrast.json +2496 -350
  108. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2506 -352
  109. package/dist/styleLint/functional/themes/dark-tritanopia.json +2511 -353
  110. package/dist/styleLint/functional/themes/dark.json +2491 -349
  111. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2514 -352
  112. package/dist/styleLint/functional/themes/light-colorblind.json +2505 -351
  113. package/dist/styleLint/functional/themes/light-high-contrast.json +2371 -205
  114. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2519 -353
  115. package/dist/styleLint/functional/themes/light-tritanopia.json +2515 -353
  116. package/dist/styleLint/functional/themes/light.json +2520 -354
  117. package/package.json +4 -3
  118. package/src/tokens/base/color/dark/dark.dimmed.json5 +405 -81
  119. package/src/tokens/base/color/dark/dark.high-contrast.json5 +405 -81
  120. package/src/tokens/base/color/dark/dark.json5 +475 -95
  121. package/src/tokens/base/color/dark/display-dark.json5 +960 -192
  122. package/src/tokens/base/color/light/display-light.json5 +960 -192
  123. package/src/tokens/base/color/light/light.high-contrast.json5 +405 -81
  124. package/src/tokens/base/color/light/light.json5 +475 -95
  125. package/src/tokens/base/size/size.json5 +194 -194
  126. package/src/tokens/component/button.json5 +368 -65
  127. package/src/tokens/component/reactionButton.json5 +20 -4
  128. package/src/tokens/functional/border/border.json5 +29 -1
  129. package/src/tokens/functional/color/bgColor.json5 +10 -2
  130. package/src/tokens/functional/color/borderColor.json5 +8 -1
  131. package/src/tokens/functional/color/control.json5 +160 -32
  132. package/src/tokens/functional/color/fgColor.json5 +5 -1
  133. package/src/tokens/functional/color/syntax.json5 +10 -2
  134. package/src/tokens/functional/shadow/shadow.json5 +576 -0
  135. package/src/tokens/functional/size/radius.json5 +1 -1
  136. package/src/tokens/functional/size/size-coarse.json5 +15 -0
  137. package/src/tokens/functional/size/size-fine.json5 +15 -0
  138. package/src/tokens/functional/size/size.json5 +50 -0
@@ -2093,7 +2093,11 @@
2093
2093
  "$type": "color"
2094
2094
  },
2095
2095
  "dark-tritanopia": {
2096
- "$value": "#db61a2",
2096
+ "$value": {
2097
+ "colorSpace": "hsl",
2098
+ "components": [328, 62.9, 62],
2099
+ "hex": "#db61a2"
2100
+ },
2097
2101
  "alpha": 0.1,
2098
2102
  "filePath": "src/tokens/functional/color/bgColor.json5",
2099
2103
  "isSource": true,
@@ -2130,7 +2134,11 @@
2130
2134
  "$type": "color"
2131
2135
  },
2132
2136
  "dark-tritanopia": {
2133
- "$value": "#db61a2",
2137
+ "$value": {
2138
+ "colorSpace": "hsl",
2139
+ "components": [328, 62.9, 62],
2140
+ "hex": "#db61a2"
2141
+ },
2134
2142
  "alpha": 0.1,
2135
2143
  "filePath": "src/tokens/functional/color/bgColor.json5",
2136
2144
  "isSource": true,
@@ -2754,6 +2762,44 @@
2754
2762
  "value": "0.0625rem solid #bf8fff",
2755
2763
  "type": "border"
2756
2764
  },
2765
+ "border-draft-emphasis": {
2766
+ "key": "{border.draft.emphasis}",
2767
+ "filePath": "src/tokens/functional/border/border.json5",
2768
+ "isSource": true,
2769
+ "original": {
2770
+ "$value": {
2771
+ "color": "{borderColor.draft.emphasis}",
2772
+ "style": "solid",
2773
+ "width": "{borderWidth.default}"
2774
+ },
2775
+ "$type": "border",
2776
+ "key": "{border.draft.emphasis}"
2777
+ },
2778
+ "name": "border-draft-emphasis",
2779
+ "attributes": {},
2780
+ "path": ["border", "draft", "emphasis"],
2781
+ "value": "0.0625rem solid #b7bdc8",
2782
+ "type": "border"
2783
+ },
2784
+ "border-draft-muted": {
2785
+ "key": "{border.draft.muted}",
2786
+ "filePath": "src/tokens/functional/border/border.json5",
2787
+ "isSource": true,
2788
+ "original": {
2789
+ "$value": {
2790
+ "color": "{borderColor.draft.muted}",
2791
+ "style": "solid",
2792
+ "width": "{borderWidth.default}"
2793
+ },
2794
+ "$type": "border",
2795
+ "key": "{border.draft.muted}"
2796
+ },
2797
+ "name": "border-draft-muted",
2798
+ "attributes": {},
2799
+ "path": ["border", "draft", "muted"],
2800
+ "value": "0.0625rem solid #b7bdc8",
2801
+ "type": "border"
2802
+ },
2757
2803
  "border-emphasis": {
2758
2804
  "key": "{border.emphasis}",
2759
2805
  "filePath": "src/tokens/functional/border/border.json5",
@@ -2974,6 +3020,27 @@
2974
3020
  "value": "0.0625rem solid #5cacff",
2975
3021
  "type": "border"
2976
3022
  },
3023
+ "border-translucent": {
3024
+ "key": "{border.translucent}",
3025
+ "filePath": "src/tokens/functional/border/border.json5",
3026
+ "isSource": true,
3027
+ "original": {
3028
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3029
+ "$value": {
3030
+ "color": "{borderColor.translucent}",
3031
+ "style": "solid",
3032
+ "width": "{borderWidth.default}"
3033
+ },
3034
+ "$type": "border",
3035
+ "key": "{border.translucent}"
3036
+ },
3037
+ "name": "border-translucent",
3038
+ "attributes": {},
3039
+ "path": ["border", "translucent"],
3040
+ "value": "0.0625rem solid #9198a1",
3041
+ "type": "border",
3042
+ "description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
3043
+ },
2977
3044
  "border-transparent": {
2978
3045
  "key": "{border.transparent}",
2979
3046
  "filePath": "src/tokens/functional/border/border.json5",
@@ -5837,7 +5904,7 @@
5837
5904
  "original": {
5838
5905
  "$value": "{base.color.neutral.9}",
5839
5906
  "$type": "color",
5840
- "$description": "Semi-transparent border for overlays and layered elements",
5907
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5841
5908
  "$extensions": {
5842
5909
  "org.primer.figma": {
5843
5910
  "collection": "mode",
@@ -5908,7 +5975,7 @@
5908
5975
  "path": ["borderColor", "translucent"],
5909
5976
  "value": "#9198a1",
5910
5977
  "type": "color",
5911
- "description": "Semi-transparent border for overlays and layered elements"
5978
+ "description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
5912
5979
  },
5913
5980
  "borderColor-transparent": {
5914
5981
  "key": "{borderColor.transparent}",
@@ -6632,13 +6699,21 @@
6632
6699
  "$type": "color"
6633
6700
  },
6634
6701
  "dark-dimmed-high-contrast": {
6635
- "$value": "#ffffff",
6702
+ "$value": {
6703
+ "colorSpace": "hsl",
6704
+ "components": [0, 0, 100],
6705
+ "hex": "#ffffff"
6706
+ },
6636
6707
  "filePath": "src/tokens/component/button.json5",
6637
6708
  "isSource": true,
6638
6709
  "$type": "color"
6639
6710
  },
6640
6711
  "dark-dimmed": {
6641
- "$value": "#ffffff",
6712
+ "$value": {
6713
+ "colorSpace": "hsl",
6714
+ "components": [0, 0, 100],
6715
+ "hex": "#ffffff"
6716
+ },
6642
6717
  "filePath": "src/tokens/component/button.json5",
6643
6718
  "isSource": true,
6644
6719
  "$type": "color"
@@ -6664,13 +6739,21 @@
6664
6739
  "$type": "color"
6665
6740
  },
6666
6741
  "dark-dimmed-high-contrast": {
6667
- "$value": "#ffffff",
6742
+ "$value": {
6743
+ "colorSpace": "hsl",
6744
+ "components": [0, 0, 100],
6745
+ "hex": "#ffffff"
6746
+ },
6668
6747
  "filePath": "src/tokens/component/button.json5",
6669
6748
  "isSource": true,
6670
6749
  "$type": "color"
6671
6750
  },
6672
6751
  "dark-dimmed": {
6673
- "$value": "#ffffff",
6752
+ "$value": {
6753
+ "colorSpace": "hsl",
6754
+ "components": [0, 0, 100],
6755
+ "hex": "#ffffff"
6756
+ },
6674
6757
  "filePath": "src/tokens/component/button.json5",
6675
6758
  "isSource": true,
6676
6759
  "$type": "color"
@@ -6750,16 +6833,261 @@
6750
6833
  "$type": "color"
6751
6834
  },
6752
6835
  "dark-dimmed-high-contrast": {
6753
- "$value": "#ffffff",
6836
+ "$value": {
6837
+ "colorSpace": "hsl",
6838
+ "components": [0, 0, 100],
6839
+ "hex": "#ffffff"
6840
+ },
6754
6841
  "filePath": "src/tokens/component/button.json5",
6755
6842
  "isSource": true,
6756
6843
  "$type": "color"
6757
6844
  },
6758
6845
  "dark-dimmed": {
6846
+ "$value": {
6847
+ "colorSpace": "hsl",
6848
+ "components": [0, 0, 100],
6849
+ "hex": "#ffffff"
6850
+ },
6851
+ "filePath": "src/tokens/component/button.json5",
6852
+ "isSource": true,
6853
+ "$type": "color"
6854
+ }
6855
+ }
6856
+ },
6857
+ "filePath": "src/tokens/component/button.json5",
6858
+ "isSource": true,
6859
+ "original": {
6860
+ "$value": "{base.color.neutral.13}",
6861
+ "$type": "color",
6862
+ "$extensions": {
6863
+ "org.primer.figma": {
6864
+ "collection": "mode",
6865
+ "group": "component (internal)",
6866
+ "scopes": ["fgColor"]
6867
+ },
6868
+ "org.primer.overrides": {
6869
+ "dark": {
6870
+ "$value": "{base.color.neutral.13}",
6871
+ "filePath": "src/tokens/component/button.json5",
6872
+ "isSource": true,
6873
+ "$type": "color"
6874
+ },
6875
+ "dark-dimmed-high-contrast": {
6876
+ "$value": {
6877
+ "colorSpace": "hsl",
6878
+ "components": [0, 0, 100],
6879
+ "hex": "#ffffff"
6880
+ },
6881
+ "filePath": "src/tokens/component/button.json5",
6882
+ "isSource": true,
6883
+ "$type": "color"
6884
+ },
6885
+ "dark-dimmed": {
6886
+ "$value": {
6887
+ "colorSpace": "hsl",
6888
+ "components": [0, 0, 100],
6889
+ "hex": "#ffffff"
6890
+ },
6891
+ "filePath": "src/tokens/component/button.json5",
6892
+ "isSource": true,
6893
+ "$type": "color"
6894
+ }
6895
+ }
6896
+ },
6897
+ "key": "{button.danger.fgColor.hover}"
6898
+ },
6899
+ "name": "button-danger-fgColor-hover",
6900
+ "attributes": {},
6901
+ "path": ["button", "danger", "fgColor", "hover"],
6902
+ "value": "#ffffff",
6903
+ "type": "color"
6904
+ },
6905
+ "button-danger-fgColor-rest": {
6906
+ "key": "{button.danger.fgColor.rest}",
6907
+ "$extensions": {
6908
+ "org.primer.figma": {
6909
+ "collection": "mode",
6910
+ "group": "component (internal)",
6911
+ "scopes": ["fgColor"]
6912
+ },
6913
+ "org.primer.overrides": {
6914
+ "dark": {
6915
+ "$value": {
6916
+ "colorSpace": "hsl",
6917
+ "components": [3.3, 94.3, 65.7],
6918
+ "hex": "#FA5E55"
6919
+ },
6920
+ "filePath": "src/tokens/component/button.json5",
6921
+ "isSource": true,
6922
+ "$type": "color"
6923
+ },
6924
+ "dark-dimmed": {
6925
+ "$value": {
6926
+ "colorSpace": "hsl",
6927
+ "components": [3.6, 78.2, 62.2],
6928
+ "hex": "#ea5c53"
6929
+ },
6930
+ "filePath": "src/tokens/component/button.json5",
6931
+ "isSource": true,
6932
+ "$type": "color"
6933
+ },
6934
+ "dark-dimmed-high-contrast": {
6935
+ "$value": "#ffc9c7",
6936
+ "filePath": "src/tokens/component/button.json5",
6937
+ "isSource": true,
6938
+ "$type": "color"
6939
+ },
6940
+ "dark-protanopia-deuteranopia": {
6941
+ "$value": "#ffb757",
6942
+ "filePath": "src/tokens/component/button.json5",
6943
+ "isSource": true,
6944
+ "$type": "color"
6945
+ },
6946
+ "dark-high-contrast": {
6947
+ "$value": "#ffb1af",
6948
+ "filePath": "src/tokens/component/button.json5",
6949
+ "isSource": true,
6950
+ "$type": "color"
6951
+ },
6952
+ "dark-tritanopia-high-contrast": {
6953
+ "$value": "#ffb1af",
6954
+ "filePath": "src/tokens/component/button.json5",
6955
+ "isSource": true,
6956
+ "$type": "color"
6957
+ },
6958
+ "dark-protanopia-deuteranopia-high-contrast": {
6959
+ "$value": "#ffb757",
6960
+ "filePath": "src/tokens/component/button.json5",
6961
+ "isSource": true,
6962
+ "$type": "color"
6963
+ }
6964
+ }
6965
+ },
6966
+ "filePath": "src/tokens/component/button.json5",
6967
+ "isSource": true,
6968
+ "original": {
6969
+ "$value": "{base.color.orange.2}",
6970
+ "$type": "color",
6971
+ "$extensions": {
6972
+ "org.primer.figma": {
6973
+ "collection": "mode",
6974
+ "group": "component (internal)",
6975
+ "scopes": ["fgColor"]
6976
+ },
6977
+ "org.primer.overrides": {
6978
+ "dark": {
6979
+ "$value": {
6980
+ "colorSpace": "hsl",
6981
+ "components": [3.3, 94.3, 65.7],
6982
+ "hex": "#FA5E55"
6983
+ },
6984
+ "filePath": "src/tokens/component/button.json5",
6985
+ "isSource": true,
6986
+ "$type": "color"
6987
+ },
6988
+ "dark-dimmed": {
6989
+ "$value": {
6990
+ "colorSpace": "hsl",
6991
+ "components": [3.6, 78.2, 62.2],
6992
+ "hex": "#ea5c53"
6993
+ },
6994
+ "filePath": "src/tokens/component/button.json5",
6995
+ "isSource": true,
6996
+ "$type": "color"
6997
+ },
6998
+ "dark-dimmed-high-contrast": {
6999
+ "$value": "{base.color.red.1}",
7000
+ "filePath": "src/tokens/component/button.json5",
7001
+ "isSource": true,
7002
+ "$type": "color"
7003
+ },
7004
+ "dark-protanopia-deuteranopia": {
7005
+ "$value": "{fgColor.danger}",
7006
+ "filePath": "src/tokens/component/button.json5",
7007
+ "isSource": true,
7008
+ "$type": "color"
7009
+ },
7010
+ "dark-high-contrast": {
7011
+ "$value": "{base.color.red.2}",
7012
+ "filePath": "src/tokens/component/button.json5",
7013
+ "isSource": true,
7014
+ "$type": "color"
7015
+ },
7016
+ "dark-tritanopia-high-contrast": {
7017
+ "$value": "{base.color.red.2}",
7018
+ "filePath": "src/tokens/component/button.json5",
7019
+ "isSource": true,
7020
+ "$type": "color"
7021
+ },
7022
+ "dark-protanopia-deuteranopia-high-contrast": {
7023
+ "$value": "{base.color.orange.2}",
7024
+ "filePath": "src/tokens/component/button.json5",
7025
+ "isSource": true,
7026
+ "$type": "color"
7027
+ }
7028
+ }
7029
+ },
7030
+ "key": "{button.danger.fgColor.rest}"
7031
+ },
7032
+ "name": "button-danger-fgColor-rest",
7033
+ "attributes": {},
7034
+ "path": ["button", "danger", "fgColor", "rest"],
7035
+ "value": "#ffb757",
7036
+ "type": "color"
7037
+ },
7038
+ "button-danger-iconColor-disabled": {
7039
+ "key": "{button.danger.iconColor.disabled}",
7040
+ "$extensions": {
7041
+ "org.primer.figma": {
7042
+ "collection": "mode",
7043
+ "group": "component (internal)",
7044
+ "scopes": ["fgColor"]
7045
+ }
7046
+ },
7047
+ "filePath": "src/tokens/component/button.json5",
7048
+ "isSource": true,
7049
+ "original": {
7050
+ "$value": "{button.danger.fgColor.disabled}",
7051
+ "$type": "color",
7052
+ "$extensions": {
7053
+ "org.primer.figma": {
7054
+ "collection": "mode",
7055
+ "group": "component (internal)",
7056
+ "scopes": ["fgColor"]
7057
+ }
7058
+ },
7059
+ "key": "{button.danger.iconColor.disabled}"
7060
+ },
7061
+ "name": "button-danger-iconColor-disabled",
7062
+ "attributes": {},
7063
+ "path": ["button", "danger", "iconColor", "disabled"],
7064
+ "value": "#ffb75780",
7065
+ "type": "color"
7066
+ },
7067
+ "button-danger-iconColor-hover": {
7068
+ "key": "{button.danger.iconColor.hover}",
7069
+ "$extensions": {
7070
+ "org.primer.figma": {
7071
+ "collection": "mode",
7072
+ "group": "component (internal)",
7073
+ "scopes": ["fgColor"]
7074
+ },
7075
+ "org.primer.overrides": {
7076
+ "dark": {
6759
7077
  "$value": "#ffffff",
6760
7078
  "filePath": "src/tokens/component/button.json5",
6761
7079
  "isSource": true,
6762
7080
  "$type": "color"
7081
+ },
7082
+ "dark-dimmed-high-contrast": {
7083
+ "$value": {
7084
+ "colorSpace": "hsl",
7085
+ "components": [0, 0, 100],
7086
+ "hex": "#ffffff"
7087
+ },
7088
+ "filePath": "src/tokens/component/button.json5",
7089
+ "isSource": true,
7090
+ "$type": "color"
6763
7091
  }
6764
7092
  }
6765
7093
  },
@@ -6782,187 +7110,11 @@
6782
7110
  "$type": "color"
6783
7111
  },
6784
7112
  "dark-dimmed-high-contrast": {
6785
- "$value": "#ffffff",
6786
- "filePath": "src/tokens/component/button.json5",
6787
- "isSource": true,
6788
- "$type": "color"
6789
- },
6790
- "dark-dimmed": {
6791
- "$value": "#ffffff",
6792
- "filePath": "src/tokens/component/button.json5",
6793
- "isSource": true,
6794
- "$type": "color"
6795
- }
6796
- }
6797
- },
6798
- "key": "{button.danger.fgColor.hover}"
6799
- },
6800
- "name": "button-danger-fgColor-hover",
6801
- "attributes": {},
6802
- "path": ["button", "danger", "fgColor", "hover"],
6803
- "value": "#ffffff",
6804
- "type": "color"
6805
- },
6806
- "button-danger-fgColor-rest": {
6807
- "key": "{button.danger.fgColor.rest}",
6808
- "$extensions": {
6809
- "org.primer.figma": {
6810
- "collection": "mode",
6811
- "group": "component (internal)",
6812
- "scopes": ["fgColor"]
6813
- },
6814
- "org.primer.overrides": {
6815
- "dark": {
6816
- "$value": "#FA5E55",
6817
- "filePath": "src/tokens/component/button.json5",
6818
- "isSource": true,
6819
- "$type": "color"
6820
- },
6821
- "dark-dimmed": {
6822
- "$value": "#ea5c53",
6823
- "filePath": "src/tokens/component/button.json5",
6824
- "isSource": true,
6825
- "$type": "color"
6826
- },
6827
- "dark-dimmed-high-contrast": {
6828
- "$value": "#ffc9c7",
6829
- "filePath": "src/tokens/component/button.json5",
6830
- "isSource": true,
6831
- "$type": "color"
6832
- },
6833
- "dark-protanopia-deuteranopia": {
6834
- "$value": "#ffb757",
6835
- "filePath": "src/tokens/component/button.json5",
6836
- "isSource": true,
6837
- "$type": "color"
6838
- },
6839
- "dark-high-contrast": {
6840
- "$value": "#ffb1af",
6841
- "filePath": "src/tokens/component/button.json5",
6842
- "isSource": true,
6843
- "$type": "color"
6844
- },
6845
- "dark-tritanopia-high-contrast": {
6846
- "$value": "#ffb1af",
6847
- "filePath": "src/tokens/component/button.json5",
6848
- "isSource": true,
6849
- "$type": "color"
6850
- },
6851
- "dark-protanopia-deuteranopia-high-contrast": {
6852
- "$value": "#ffb757",
6853
- "filePath": "src/tokens/component/button.json5",
6854
- "isSource": true,
6855
- "$type": "color"
6856
- }
6857
- }
6858
- },
6859
- "filePath": "src/tokens/component/button.json5",
6860
- "isSource": true,
6861
- "original": {
6862
- "$value": "{base.color.orange.2}",
6863
- "$type": "color",
6864
- "$extensions": {
6865
- "org.primer.figma": {
6866
- "collection": "mode",
6867
- "group": "component (internal)",
6868
- "scopes": ["fgColor"]
6869
- },
6870
- "org.primer.overrides": {
6871
- "dark": {
6872
- "$value": "#FA5E55",
6873
- "filePath": "src/tokens/component/button.json5",
6874
- "isSource": true,
6875
- "$type": "color"
6876
- },
6877
- "dark-dimmed": {
6878
- "$value": "#ea5c53",
6879
- "filePath": "src/tokens/component/button.json5",
6880
- "isSource": true,
6881
- "$type": "color"
6882
- },
6883
- "dark-dimmed-high-contrast": {
6884
- "$value": "{base.color.red.1}",
6885
- "filePath": "src/tokens/component/button.json5",
6886
- "isSource": true,
6887
- "$type": "color"
6888
- },
6889
- "dark-protanopia-deuteranopia": {
6890
- "$value": "{fgColor.danger}",
6891
- "filePath": "src/tokens/component/button.json5",
6892
- "isSource": true,
6893
- "$type": "color"
6894
- },
6895
- "dark-high-contrast": {
6896
- "$value": "{base.color.red.2}",
6897
- "filePath": "src/tokens/component/button.json5",
6898
- "isSource": true,
6899
- "$type": "color"
6900
- },
6901
- "dark-tritanopia-high-contrast": {
6902
- "$value": "{base.color.red.2}",
6903
- "filePath": "src/tokens/component/button.json5",
6904
- "isSource": true,
6905
- "$type": "color"
6906
- },
6907
- "dark-protanopia-deuteranopia-high-contrast": {
6908
- "$value": "{base.color.orange.2}",
6909
- "filePath": "src/tokens/component/button.json5",
6910
- "isSource": true,
6911
- "$type": "color"
6912
- }
6913
- }
6914
- },
6915
- "key": "{button.danger.fgColor.rest}"
6916
- },
6917
- "name": "button-danger-fgColor-rest",
6918
- "attributes": {},
6919
- "path": ["button", "danger", "fgColor", "rest"],
6920
- "value": "#ffb757",
6921
- "type": "color"
6922
- },
6923
- "button-danger-iconColor-hover": {
6924
- "key": "{button.danger.iconColor.hover}",
6925
- "$extensions": {
6926
- "org.primer.figma": {
6927
- "collection": "mode",
6928
- "group": "component (internal)",
6929
- "scopes": ["fgColor"]
6930
- },
6931
- "org.primer.overrides": {
6932
- "dark": {
6933
- "$value": "#ffffff",
6934
- "filePath": "src/tokens/component/button.json5",
6935
- "isSource": true,
6936
- "$type": "color"
6937
- },
6938
- "dark-dimmed-high-contrast": {
6939
- "$value": "#ffffff",
6940
- "filePath": "src/tokens/component/button.json5",
6941
- "isSource": true,
6942
- "$type": "color"
6943
- }
6944
- }
6945
- },
6946
- "filePath": "src/tokens/component/button.json5",
6947
- "isSource": true,
6948
- "original": {
6949
- "$value": "{base.color.neutral.13}",
6950
- "$type": "color",
6951
- "$extensions": {
6952
- "org.primer.figma": {
6953
- "collection": "mode",
6954
- "group": "component (internal)",
6955
- "scopes": ["fgColor"]
6956
- },
6957
- "org.primer.overrides": {
6958
- "dark": {
6959
- "$value": "{base.color.neutral.13}",
6960
- "filePath": "src/tokens/component/button.json5",
6961
- "isSource": true,
6962
- "$type": "color"
6963
- },
6964
- "dark-dimmed-high-contrast": {
6965
- "$value": "#ffffff",
7113
+ "$value": {
7114
+ "colorSpace": "hsl",
7115
+ "components": [0, 0, 100],
7116
+ "hex": "#ffffff"
7117
+ },
6966
7118
  "filePath": "src/tokens/component/button.json5",
6967
7119
  "isSource": true,
6968
7120
  "$type": "color"
@@ -7168,7 +7320,7 @@
7168
7320
  "name": "button-danger-shadow-selected",
7169
7321
  "attributes": {},
7170
7322
  "path": ["button", "danger", "shadow", "selected"],
7171
- "value": "0 0 0 0 #000000",
7323
+ "value": "0 0 0 0 #00000000",
7172
7324
  "type": "shadow"
7173
7325
  },
7174
7326
  "button-default-bgColor-active": {
@@ -7484,6 +7636,35 @@
7484
7636
  "value": "#b7bdc8",
7485
7637
  "type": "color"
7486
7638
  },
7639
+ "button-default-fgColor-disabled": {
7640
+ "key": "{button.default.fgColor.disabled}",
7641
+ "$extensions": {
7642
+ "org.primer.figma": {
7643
+ "collection": "mode",
7644
+ "group": "component (internal)",
7645
+ "scopes": ["fgColor"]
7646
+ }
7647
+ },
7648
+ "filePath": "src/tokens/component/button.json5",
7649
+ "isSource": true,
7650
+ "original": {
7651
+ "$value": "{control.fgColor.disabled}",
7652
+ "$type": "color",
7653
+ "$extensions": {
7654
+ "org.primer.figma": {
7655
+ "collection": "mode",
7656
+ "group": "component (internal)",
7657
+ "scopes": ["fgColor"]
7658
+ }
7659
+ },
7660
+ "key": "{button.default.fgColor.disabled}"
7661
+ },
7662
+ "name": "button-default-fgColor-disabled",
7663
+ "attributes": {},
7664
+ "path": ["button", "default", "fgColor", "disabled"],
7665
+ "value": "#656c76",
7666
+ "type": "color"
7667
+ },
7487
7668
  "button-default-fgColor-rest": {
7488
7669
  "key": "{button.default.fgColor.rest}",
7489
7670
  "$extensions": {
@@ -7635,7 +7816,7 @@
7635
7816
  "name": "button-default-shadow-resting",
7636
7817
  "attributes": {},
7637
7818
  "path": ["button", "default", "shadow", "resting"],
7638
- "value": "0 0 0 0 #000000",
7819
+ "value": "0 0 0 0 #00000000",
7639
7820
  "type": "shadow"
7640
7821
  },
7641
7822
  "button-inactive-bgColor": {
@@ -8774,31 +8955,51 @@
8774
8955
  "$type": "color"
8775
8956
  },
8776
8957
  "dark-tritanopia": {
8777
- "$value": "#0d419d",
8958
+ "$value": {
8959
+ "colorSpace": "hsl",
8960
+ "components": [218.3, 84.7, 33.3],
8961
+ "hex": "#0d419d"
8962
+ },
8778
8963
  "filePath": "src/tokens/component/button.json5",
8779
8964
  "isSource": true,
8780
8965
  "$type": "color"
8781
8966
  },
8782
8967
  "dark-tritanopia-high-contrast": {
8783
- "$value": "#0d419d",
8968
+ "$value": {
8969
+ "colorSpace": "hsl",
8970
+ "components": [218.3, 84.7, 33.3],
8971
+ "hex": "#0d419d"
8972
+ },
8784
8973
  "filePath": "src/tokens/component/button.json5",
8785
8974
  "isSource": true,
8786
8975
  "$type": "color"
8787
8976
  },
8788
8977
  "light-high-contrast": {
8789
- "$value": "#033f9d",
8978
+ "$value": {
8979
+ "colorSpace": "hsl",
8980
+ "components": [216.6, 96.3, 31.4],
8981
+ "hex": "#033f9d"
8982
+ },
8790
8983
  "filePath": "src/tokens/component/button.json5",
8791
8984
  "isSource": true,
8792
8985
  "$type": "color"
8793
8986
  },
8794
8987
  "light-tritanopia-high-contrast": {
8795
- "$value": "#033f9d",
8988
+ "$value": {
8989
+ "colorSpace": "hsl",
8990
+ "components": [216.6, 96.3, 31.4],
8991
+ "hex": "#033f9d"
8992
+ },
8796
8993
  "filePath": "src/tokens/component/button.json5",
8797
8994
  "isSource": true,
8798
8995
  "$type": "color"
8799
8996
  },
8800
8997
  "light-protanopia-deuteranopia-high-contrast": {
8801
- "$value": "#033f9d",
8998
+ "$value": {
8999
+ "colorSpace": "hsl",
9000
+ "components": [216.6, 96.3, 31.4],
9001
+ "hex": "#033f9d"
9002
+ },
8802
9003
  "filePath": "src/tokens/component/button.json5",
8803
9004
  "isSource": true,
8804
9005
  "$type": "color"
@@ -8824,31 +9025,51 @@
8824
9025
  "$type": "color"
8825
9026
  },
8826
9027
  "dark-tritanopia": {
8827
- "$value": "#0d419d",
9028
+ "$value": {
9029
+ "colorSpace": "hsl",
9030
+ "components": [218.3, 84.7, 33.3],
9031
+ "hex": "#0d419d"
9032
+ },
8828
9033
  "filePath": "src/tokens/component/button.json5",
8829
9034
  "isSource": true,
8830
9035
  "$type": "color"
8831
9036
  },
8832
9037
  "dark-tritanopia-high-contrast": {
8833
- "$value": "#0d419d",
9038
+ "$value": {
9039
+ "colorSpace": "hsl",
9040
+ "components": [218.3, 84.7, 33.3],
9041
+ "hex": "#0d419d"
9042
+ },
8834
9043
  "filePath": "src/tokens/component/button.json5",
8835
9044
  "isSource": true,
8836
9045
  "$type": "color"
8837
9046
  },
8838
9047
  "light-high-contrast": {
8839
- "$value": "#033f9d",
9048
+ "$value": {
9049
+ "colorSpace": "hsl",
9050
+ "components": [216.6, 96.3, 31.4],
9051
+ "hex": "#033f9d"
9052
+ },
8840
9053
  "filePath": "src/tokens/component/button.json5",
8841
9054
  "isSource": true,
8842
9055
  "$type": "color"
8843
9056
  },
8844
9057
  "light-tritanopia-high-contrast": {
8845
- "$value": "#033f9d",
9058
+ "$value": {
9059
+ "colorSpace": "hsl",
9060
+ "components": [216.6, 96.3, 31.4],
9061
+ "hex": "#033f9d"
9062
+ },
8846
9063
  "filePath": "src/tokens/component/button.json5",
8847
9064
  "isSource": true,
8848
9065
  "$type": "color"
8849
9066
  },
8850
9067
  "light-protanopia-deuteranopia-high-contrast": {
8851
- "$value": "#033f9d",
9068
+ "$value": {
9069
+ "colorSpace": "hsl",
9070
+ "components": [216.6, 96.3, 31.4],
9071
+ "hex": "#033f9d"
9072
+ },
8852
9073
  "filePath": "src/tokens/component/button.json5",
8853
9074
  "isSource": true,
8854
9075
  "$type": "color"
@@ -8879,7 +9100,11 @@
8879
9100
  "$type": "color"
8880
9101
  },
8881
9102
  "dark-tritanopia": {
8882
- "$value": "#212830",
9103
+ "$value": {
9104
+ "colorSpace": "hsl",
9105
+ "components": [212, 18.5, 15.9],
9106
+ "hex": "#212830"
9107
+ },
8883
9108
  "filePath": "src/tokens/component/button.json5",
8884
9109
  "isSource": true,
8885
9110
  "$type": "color"
@@ -8905,7 +9130,11 @@
8905
9130
  "$type": "color"
8906
9131
  },
8907
9132
  "dark-tritanopia": {
8908
- "$value": "#212830",
9133
+ "$value": {
9134
+ "colorSpace": "hsl",
9135
+ "components": [212, 18.5, 15.9],
9136
+ "hex": "#212830"
9137
+ },
8909
9138
  "filePath": "src/tokens/component/button.json5",
8910
9139
  "isSource": true,
8911
9140
  "$type": "color"
@@ -8936,7 +9165,11 @@
8936
9165
  "$type": "color"
8937
9166
  },
8938
9167
  "dark-tritanopia": {
8939
- "$value": "#262c36",
9168
+ "$value": {
9169
+ "colorSpace": "hsl",
9170
+ "components": [217.5, 17.4, 18],
9171
+ "hex": "#262c36"
9172
+ },
8940
9173
  "filePath": "src/tokens/component/button.json5",
8941
9174
  "isSource": true,
8942
9175
  "$type": "color"
@@ -8962,7 +9195,11 @@
8962
9195
  "$type": "color"
8963
9196
  },
8964
9197
  "dark-tritanopia": {
8965
- "$value": "#262c36",
9198
+ "$value": {
9199
+ "colorSpace": "hsl",
9200
+ "components": [217.5, 17.4, 18],
9201
+ "hex": "#262c36"
9202
+ },
8966
9203
  "filePath": "src/tokens/component/button.json5",
8967
9204
  "isSource": true,
8968
9205
  "$type": "color"
@@ -9194,7 +9431,12 @@
9194
9431
  "$type": "color"
9195
9432
  },
9196
9433
  "dark-dimmed": {
9197
- "$value": "#478be680",
9434
+ "$value": {
9435
+ "colorSpace": "hsl",
9436
+ "components": [214.3, 76.1, 59],
9437
+ "hex": "#478be6"
9438
+ },
9439
+ "alpha": 0.502,
9198
9440
  "filePath": "src/tokens/component/button.json5",
9199
9441
  "isSource": true,
9200
9442
  "$type": "color"
@@ -9222,7 +9464,12 @@
9222
9464
  "$type": "color"
9223
9465
  },
9224
9466
  "dark-dimmed": {
9225
- "$value": "#478be680",
9467
+ "$value": {
9468
+ "colorSpace": "hsl",
9469
+ "components": [214.3, 76.1, 59],
9470
+ "hex": "#478be6"
9471
+ },
9472
+ "alpha": 0.502,
9226
9473
  "filePath": "src/tokens/component/button.json5",
9227
9474
  "isSource": true,
9228
9475
  "$type": "color"
@@ -9434,7 +9681,7 @@
9434
9681
  "name": "button-outline-shadow-selected",
9435
9682
  "attributes": {},
9436
9683
  "path": ["button", "outline", "shadow", "selected"],
9437
- "value": "0 0 0 0 #000000",
9684
+ "value": "0 0 0 0 #00000000",
9438
9685
  "type": "shadow"
9439
9686
  },
9440
9687
  "button-primary-bgColor-active": {
@@ -9447,13 +9694,21 @@
9447
9694
  },
9448
9695
  "org.primer.overrides": {
9449
9696
  "dark": {
9450
- "$value": "#2E9A40",
9697
+ "$value": {
9698
+ "colorSpace": "hsl",
9699
+ "components": [130, 54, 39.2],
9700
+ "hex": "#2E9A40"
9701
+ },
9451
9702
  "filePath": "src/tokens/component/button.json5",
9452
9703
  "isSource": true,
9453
9704
  "$type": "color"
9454
9705
  },
9455
9706
  "dark-dimmed": {
9456
- "$value": "#428f46",
9707
+ "$value": {
9708
+ "colorSpace": "hsl",
9709
+ "components": [123.1, 36.8, 41],
9710
+ "hex": "#428f46"
9711
+ },
9457
9712
  "filePath": "src/tokens/component/button.json5",
9458
9713
  "isSource": true,
9459
9714
  "$type": "color"
@@ -9465,61 +9720,101 @@
9465
9720
  "$type": "color"
9466
9721
  },
9467
9722
  "dark-tritanopia": {
9468
- "$value": "#3685f3",
9723
+ "$value": {
9724
+ "colorSpace": "hsl",
9725
+ "components": [214.9, 88.7, 58.2],
9726
+ "hex": "#3685f3"
9727
+ },
9469
9728
  "filePath": "src/tokens/component/button.json5",
9470
9729
  "isSource": true,
9471
9730
  "$type": "color"
9472
9731
  },
9473
9732
  "dark-tritanopia-high-contrast": {
9474
- "$value": "#3685f3",
9733
+ "$value": {
9734
+ "colorSpace": "hsl",
9735
+ "components": [214.9, 88.7, 58.2],
9736
+ "hex": "#3685f3"
9737
+ },
9475
9738
  "filePath": "src/tokens/component/button.json5",
9476
9739
  "isSource": true,
9477
9740
  "$type": "color"
9478
9741
  },
9479
9742
  "dark-protanopia-deuteranopia": {
9480
- "$value": "#3685f3",
9743
+ "$value": {
9744
+ "colorSpace": "hsl",
9745
+ "components": [214.9, 88.7, 58.2],
9746
+ "hex": "#3685f3"
9747
+ },
9481
9748
  "filePath": "src/tokens/component/button.json5",
9482
9749
  "isSource": true,
9483
9750
  "$type": "color"
9484
9751
  },
9485
9752
  "dark-protanopia-deuteranopia-high-contrast": {
9486
- "$value": "#3685f3",
9753
+ "$value": {
9754
+ "colorSpace": "hsl",
9755
+ "components": [214.9, 88.7, 58.2],
9756
+ "hex": "#3685f3"
9757
+ },
9487
9758
  "filePath": "src/tokens/component/button.json5",
9488
9759
  "isSource": true,
9489
9760
  "$type": "color"
9490
9761
  },
9491
9762
  "dark-high-contrast": {
9492
- "$value": "#109135",
9763
+ "$value": {
9764
+ "colorSpace": "hsl",
9765
+ "components": [137.2, 80.1, 31.6],
9766
+ "hex": "#109135"
9767
+ },
9493
9768
  "filePath": "src/tokens/component/button.json5",
9494
9769
  "isSource": true,
9495
9770
  "$type": "color"
9496
9771
  },
9497
9772
  "light-tritanopia": {
9498
- "$value": "#075fc8",
9773
+ "$value": {
9774
+ "colorSpace": "hsl",
9775
+ "components": [212.6, 93.2, 40.6],
9776
+ "hex": "#075fc8"
9777
+ },
9499
9778
  "filePath": "src/tokens/component/button.json5",
9500
9779
  "isSource": true,
9501
9780
  "$type": "color"
9502
9781
  },
9503
9782
  "light-tritanopia-high-contrast": {
9504
- "$value": "#075fc8",
9783
+ "$value": {
9784
+ "colorSpace": "hsl",
9785
+ "components": [212.6, 93.2, 40.6],
9786
+ "hex": "#075fc8"
9787
+ },
9505
9788
  "filePath": "src/tokens/component/button.json5",
9506
9789
  "isSource": true,
9507
9790
  "$type": "color"
9508
9791
  },
9509
9792
  "light-protanopia-deuteranopia": {
9510
- "$value": "#075fc8",
9793
+ "$value": {
9794
+ "colorSpace": "hsl",
9795
+ "components": [212.6, 93.2, 40.6],
9796
+ "hex": "#075fc8"
9797
+ },
9511
9798
  "filePath": "src/tokens/component/button.json5",
9512
9799
  "isSource": true,
9513
9800
  "$type": "color"
9514
9801
  },
9515
9802
  "light-protanopia-deuteranopia-high-contrast": {
9516
- "$value": "#075fc8",
9803
+ "$value": {
9804
+ "colorSpace": "hsl",
9805
+ "components": [212.6, 93.2, 40.6],
9806
+ "hex": "#075fc8"
9807
+ },
9517
9808
  "filePath": "src/tokens/component/button.json5",
9518
9809
  "isSource": true,
9519
9810
  "$type": "color"
9520
9811
  },
9521
9812
  "light-high-contrast": {
9522
- "$value": "#03501b",
9813
+ "$value": {
9814
+ "colorSpace": "hsl",
9815
+ "components": [138.7, 92.8, 16.3],
9816
+ "hex": "#03501b"
9817
+ },
9523
9818
  "filePath": "src/tokens/component/button.json5",
9524
9819
  "isSource": true,
9525
9820
  "$type": "color"
@@ -9529,7 +9824,11 @@
9529
9824
  "filePath": "src/tokens/component/button.json5",
9530
9825
  "isSource": true,
9531
9826
  "original": {
9532
- "$value": "#3685f3",
9827
+ "$value": {
9828
+ "colorSpace": "hsl",
9829
+ "components": [214.9, 88.7, 58.2],
9830
+ "hex": "#3685f3"
9831
+ },
9533
9832
  "$type": "color",
9534
9833
  "$extensions": {
9535
9834
  "org.primer.figma": {
@@ -9539,13 +9838,21 @@
9539
9838
  },
9540
9839
  "org.primer.overrides": {
9541
9840
  "dark": {
9542
- "$value": "#2E9A40",
9841
+ "$value": {
9842
+ "colorSpace": "hsl",
9843
+ "components": [130, 54, 39.2],
9844
+ "hex": "#2E9A40"
9845
+ },
9543
9846
  "filePath": "src/tokens/component/button.json5",
9544
9847
  "isSource": true,
9545
9848
  "$type": "color"
9546
9849
  },
9547
9850
  "dark-dimmed": {
9548
- "$value": "#428f46",
9851
+ "$value": {
9852
+ "colorSpace": "hsl",
9853
+ "components": [123.1, 36.8, 41],
9854
+ "hex": "#428f46"
9855
+ },
9549
9856
  "filePath": "src/tokens/component/button.json5",
9550
9857
  "isSource": true,
9551
9858
  "$type": "color"
@@ -9557,61 +9864,101 @@
9557
9864
  "$type": "color"
9558
9865
  },
9559
9866
  "dark-tritanopia": {
9560
- "$value": "#3685f3",
9867
+ "$value": {
9868
+ "colorSpace": "hsl",
9869
+ "components": [214.9, 88.7, 58.2],
9870
+ "hex": "#3685f3"
9871
+ },
9561
9872
  "filePath": "src/tokens/component/button.json5",
9562
9873
  "isSource": true,
9563
9874
  "$type": "color"
9564
9875
  },
9565
9876
  "dark-tritanopia-high-contrast": {
9566
- "$value": "#3685f3",
9877
+ "$value": {
9878
+ "colorSpace": "hsl",
9879
+ "components": [214.9, 88.7, 58.2],
9880
+ "hex": "#3685f3"
9881
+ },
9567
9882
  "filePath": "src/tokens/component/button.json5",
9568
9883
  "isSource": true,
9569
9884
  "$type": "color"
9570
9885
  },
9571
9886
  "dark-protanopia-deuteranopia": {
9572
- "$value": "#3685f3",
9887
+ "$value": {
9888
+ "colorSpace": "hsl",
9889
+ "components": [214.9, 88.7, 58.2],
9890
+ "hex": "#3685f3"
9891
+ },
9573
9892
  "filePath": "src/tokens/component/button.json5",
9574
9893
  "isSource": true,
9575
9894
  "$type": "color"
9576
9895
  },
9577
9896
  "dark-protanopia-deuteranopia-high-contrast": {
9578
- "$value": "#3685f3",
9897
+ "$value": {
9898
+ "colorSpace": "hsl",
9899
+ "components": [214.9, 88.7, 58.2],
9900
+ "hex": "#3685f3"
9901
+ },
9579
9902
  "filePath": "src/tokens/component/button.json5",
9580
9903
  "isSource": true,
9581
9904
  "$type": "color"
9582
9905
  },
9583
9906
  "dark-high-contrast": {
9584
- "$value": "#109135",
9907
+ "$value": {
9908
+ "colorSpace": "hsl",
9909
+ "components": [137.2, 80.1, 31.6],
9910
+ "hex": "#109135"
9911
+ },
9585
9912
  "filePath": "src/tokens/component/button.json5",
9586
9913
  "isSource": true,
9587
9914
  "$type": "color"
9588
9915
  },
9589
9916
  "light-tritanopia": {
9590
- "$value": "#075fc8",
9917
+ "$value": {
9918
+ "colorSpace": "hsl",
9919
+ "components": [212.6, 93.2, 40.6],
9920
+ "hex": "#075fc8"
9921
+ },
9591
9922
  "filePath": "src/tokens/component/button.json5",
9592
9923
  "isSource": true,
9593
9924
  "$type": "color"
9594
9925
  },
9595
9926
  "light-tritanopia-high-contrast": {
9596
- "$value": "#075fc8",
9927
+ "$value": {
9928
+ "colorSpace": "hsl",
9929
+ "components": [212.6, 93.2, 40.6],
9930
+ "hex": "#075fc8"
9931
+ },
9597
9932
  "filePath": "src/tokens/component/button.json5",
9598
9933
  "isSource": true,
9599
9934
  "$type": "color"
9600
9935
  },
9601
9936
  "light-protanopia-deuteranopia": {
9602
- "$value": "#075fc8",
9937
+ "$value": {
9938
+ "colorSpace": "hsl",
9939
+ "components": [212.6, 93.2, 40.6],
9940
+ "hex": "#075fc8"
9941
+ },
9603
9942
  "filePath": "src/tokens/component/button.json5",
9604
9943
  "isSource": true,
9605
9944
  "$type": "color"
9606
9945
  },
9607
9946
  "light-protanopia-deuteranopia-high-contrast": {
9608
- "$value": "#075fc8",
9947
+ "$value": {
9948
+ "colorSpace": "hsl",
9949
+ "components": [212.6, 93.2, 40.6],
9950
+ "hex": "#075fc8"
9951
+ },
9609
9952
  "filePath": "src/tokens/component/button.json5",
9610
9953
  "isSource": true,
9611
9954
  "$type": "color"
9612
9955
  },
9613
9956
  "light-high-contrast": {
9614
- "$value": "#03501b",
9957
+ "$value": {
9958
+ "colorSpace": "hsl",
9959
+ "components": [138.7, 92.8, 16.3],
9960
+ "hex": "#03501b"
9961
+ },
9615
9962
  "filePath": "src/tokens/component/button.json5",
9616
9963
  "isSource": true,
9617
9964
  "$type": "color"
@@ -9636,25 +9983,41 @@
9636
9983
  },
9637
9984
  "org.primer.overrides": {
9638
9985
  "dark": {
9639
- "$value": "#105823",
9986
+ "$value": {
9987
+ "colorSpace": "hsl",
9988
+ "components": [135.8, 69.2, 20.4],
9989
+ "hex": "#105823"
9990
+ },
9640
9991
  "filePath": "src/tokens/component/button.json5",
9641
9992
  "isSource": true,
9642
9993
  "$type": "color"
9643
9994
  },
9644
9995
  "dark-dimmed": {
9645
- "$value": "#105823",
9996
+ "$value": {
9997
+ "colorSpace": "hsl",
9998
+ "components": [135.8, 69.2, 20.4],
9999
+ "hex": "#105823"
10000
+ },
9646
10001
  "filePath": "src/tokens/component/button.json5",
9647
10002
  "isSource": true,
9648
10003
  "$type": "color"
9649
10004
  },
9650
10005
  "dark-tritanopia": {
9651
- "$value": "#5fabfe",
10006
+ "$value": {
10007
+ "colorSpace": "hsl",
10008
+ "components": [211.3, 98.8, 68.4],
10009
+ "hex": "#5fabfe"
10010
+ },
9652
10011
  "filePath": "src/tokens/component/button.json5",
9653
10012
  "isSource": true,
9654
10013
  "$type": "color"
9655
10014
  },
9656
10015
  "dark-tritanopia-high-contrast": {
9657
- "$value": "#5fabfe",
10016
+ "$value": {
10017
+ "colorSpace": "hsl",
10018
+ "components": [211.3, 98.8, 68.4],
10019
+ "hex": "#5fabfe"
10020
+ },
9658
10021
  "filePath": "src/tokens/component/button.json5",
9659
10022
  "isSource": true,
9660
10023
  "$type": "color"
@@ -9672,37 +10035,61 @@
9672
10035
  "$type": "color"
9673
10036
  },
9674
10037
  "dark-high-contrast": {
9675
- "$value": "#048f2f",
10038
+ "$value": {
10039
+ "colorSpace": "hsl",
10040
+ "components": [138.6, 94.6, 28.8],
10041
+ "hex": "#048f2f"
10042
+ },
9676
10043
  "filePath": "src/tokens/component/button.json5",
9677
10044
  "isSource": true,
9678
10045
  "$type": "color"
9679
10046
  },
9680
10047
  "light-tritanopia": {
9681
- "$value": "#92caff",
10048
+ "$value": {
10049
+ "colorSpace": "hsl",
10050
+ "components": [209.2, 100, 78.6],
10051
+ "hex": "#92caff"
10052
+ },
9682
10053
  "filePath": "src/tokens/component/button.json5",
9683
10054
  "isSource": true,
9684
10055
  "$type": "color"
9685
10056
  },
9686
10057
  "light-tritanopia-high-contrast": {
9687
- "$value": "#92caff",
10058
+ "$value": {
10059
+ "colorSpace": "hsl",
10060
+ "components": [209.2, 100, 78.6],
10061
+ "hex": "#92caff"
10062
+ },
9688
10063
  "filePath": "src/tokens/component/button.json5",
9689
10064
  "isSource": true,
9690
10065
  "$type": "color"
9691
10066
  },
9692
10067
  "light-protanopia-deuteranopia": {
9693
- "$value": "#92caff",
10068
+ "$value": {
10069
+ "colorSpace": "hsl",
10070
+ "components": [209.2, 100, 78.6],
10071
+ "hex": "#92caff"
10072
+ },
9694
10073
  "filePath": "src/tokens/component/button.json5",
9695
10074
  "isSource": true,
9696
10075
  "$type": "color"
9697
10076
  },
9698
10077
  "light-protanopia-deuteranopia-high-contrast": {
9699
- "$value": "#92caff",
10078
+ "$value": {
10079
+ "colorSpace": "hsl",
10080
+ "components": [209.2, 100, 78.6],
10081
+ "hex": "#92caff"
10082
+ },
9700
10083
  "filePath": "src/tokens/component/button.json5",
9701
10084
  "isSource": true,
9702
10085
  "$type": "color"
9703
10086
  },
9704
10087
  "light-high-contrast": {
9705
- "$value": "#85cb97",
10088
+ "$value": {
10089
+ "colorSpace": "hsl",
10090
+ "components": [135.4, 40.2, 65.9],
10091
+ "hex": "#85cb97"
10092
+ },
9706
10093
  "filePath": "src/tokens/component/button.json5",
9707
10094
  "isSource": true,
9708
10095
  "$type": "color"
@@ -9722,25 +10109,41 @@
9722
10109
  },
9723
10110
  "org.primer.overrides": {
9724
10111
  "dark": {
9725
- "$value": "#105823",
10112
+ "$value": {
10113
+ "colorSpace": "hsl",
10114
+ "components": [135.8, 69.2, 20.4],
10115
+ "hex": "#105823"
10116
+ },
9726
10117
  "filePath": "src/tokens/component/button.json5",
9727
10118
  "isSource": true,
9728
10119
  "$type": "color"
9729
10120
  },
9730
10121
  "dark-dimmed": {
9731
- "$value": "#105823",
10122
+ "$value": {
10123
+ "colorSpace": "hsl",
10124
+ "components": [135.8, 69.2, 20.4],
10125
+ "hex": "#105823"
10126
+ },
9732
10127
  "filePath": "src/tokens/component/button.json5",
9733
10128
  "isSource": true,
9734
10129
  "$type": "color"
9735
10130
  },
9736
10131
  "dark-tritanopia": {
9737
- "$value": "#5fabfe",
10132
+ "$value": {
10133
+ "colorSpace": "hsl",
10134
+ "components": [211.3, 98.8, 68.4],
10135
+ "hex": "#5fabfe"
10136
+ },
9738
10137
  "filePath": "src/tokens/component/button.json5",
9739
10138
  "isSource": true,
9740
10139
  "$type": "color"
9741
10140
  },
9742
10141
  "dark-tritanopia-high-contrast": {
9743
- "$value": "#5fabfe",
10142
+ "$value": {
10143
+ "colorSpace": "hsl",
10144
+ "components": [211.3, 98.8, 68.4],
10145
+ "hex": "#5fabfe"
10146
+ },
9744
10147
  "filePath": "src/tokens/component/button.json5",
9745
10148
  "isSource": true,
9746
10149
  "$type": "color"
@@ -9758,37 +10161,61 @@
9758
10161
  "$type": "color"
9759
10162
  },
9760
10163
  "dark-high-contrast": {
9761
- "$value": "#048f2f",
10164
+ "$value": {
10165
+ "colorSpace": "hsl",
10166
+ "components": [138.6, 94.6, 28.8],
10167
+ "hex": "#048f2f"
10168
+ },
9762
10169
  "filePath": "src/tokens/component/button.json5",
9763
10170
  "isSource": true,
9764
10171
  "$type": "color"
9765
10172
  },
9766
10173
  "light-tritanopia": {
9767
- "$value": "#92caff",
10174
+ "$value": {
10175
+ "colorSpace": "hsl",
10176
+ "components": [209.2, 100, 78.6],
10177
+ "hex": "#92caff"
10178
+ },
9768
10179
  "filePath": "src/tokens/component/button.json5",
9769
10180
  "isSource": true,
9770
10181
  "$type": "color"
9771
10182
  },
9772
10183
  "light-tritanopia-high-contrast": {
9773
- "$value": "#92caff",
10184
+ "$value": {
10185
+ "colorSpace": "hsl",
10186
+ "components": [209.2, 100, 78.6],
10187
+ "hex": "#92caff"
10188
+ },
9774
10189
  "filePath": "src/tokens/component/button.json5",
9775
10190
  "isSource": true,
9776
10191
  "$type": "color"
9777
10192
  },
9778
10193
  "light-protanopia-deuteranopia": {
9779
- "$value": "#92caff",
10194
+ "$value": {
10195
+ "colorSpace": "hsl",
10196
+ "components": [209.2, 100, 78.6],
10197
+ "hex": "#92caff"
10198
+ },
9780
10199
  "filePath": "src/tokens/component/button.json5",
9781
10200
  "isSource": true,
9782
10201
  "$type": "color"
9783
10202
  },
9784
10203
  "light-protanopia-deuteranopia-high-contrast": {
9785
- "$value": "#92caff",
10204
+ "$value": {
10205
+ "colorSpace": "hsl",
10206
+ "components": [209.2, 100, 78.6],
10207
+ "hex": "#92caff"
10208
+ },
9786
10209
  "filePath": "src/tokens/component/button.json5",
9787
10210
  "isSource": true,
9788
10211
  "$type": "color"
9789
10212
  },
9790
10213
  "light-high-contrast": {
9791
- "$value": "#85cb97",
10214
+ "$value": {
10215
+ "colorSpace": "hsl",
10216
+ "components": [135.4, 40.2, 65.9],
10217
+ "hex": "#85cb97"
10218
+ },
9792
10219
  "filePath": "src/tokens/component/button.json5",
9793
10220
  "isSource": true,
9794
10221
  "$type": "color"
@@ -9813,13 +10240,21 @@
9813
10240
  },
9814
10241
  "org.primer.overrides": {
9815
10242
  "dark": {
9816
- "$value": "#29903B",
10243
+ "$value": {
10244
+ "colorSpace": "hsl",
10245
+ "components": [130.5, 55.7, 36.3],
10246
+ "hex": "#29903B"
10247
+ },
9817
10248
  "filePath": "src/tokens/component/button.json5",
9818
10249
  "isSource": true,
9819
10250
  "$type": "color"
9820
10251
  },
9821
10252
  "dark-dimmed": {
9822
- "$value": "#3b8640",
10253
+ "$value": {
10254
+ "colorSpace": "hsl",
10255
+ "components": [124, 38.9, 37.8],
10256
+ "hex": "#3b8640"
10257
+ },
9823
10258
  "filePath": "src/tokens/component/button.json5",
9824
10259
  "isSource": true,
9825
10260
  "$type": "color"
@@ -9831,61 +10266,101 @@
9831
10266
  "$type": "color"
9832
10267
  },
9833
10268
  "dark-tritanopia": {
9834
- "$value": "#2a7aef",
10269
+ "$value": {
10270
+ "colorSpace": "hsl",
10271
+ "components": [215.6, 86, 55.1],
10272
+ "hex": "#2a7aef"
10273
+ },
9835
10274
  "filePath": "src/tokens/component/button.json5",
9836
10275
  "isSource": true,
9837
10276
  "$type": "color"
9838
10277
  },
9839
10278
  "dark-tritanopia-high-contrast": {
9840
- "$value": "#2a7aef",
10279
+ "$value": {
10280
+ "colorSpace": "hsl",
10281
+ "components": [215.6, 86, 55.1],
10282
+ "hex": "#2a7aef"
10283
+ },
9841
10284
  "filePath": "src/tokens/component/button.json5",
9842
10285
  "isSource": true,
9843
10286
  "$type": "color"
9844
10287
  },
9845
10288
  "dark-protanopia-deuteranopia": {
9846
- "$value": "#2a7aef",
10289
+ "$value": {
10290
+ "colorSpace": "hsl",
10291
+ "components": [215.6, 86, 55.1],
10292
+ "hex": "#2a7aef"
10293
+ },
9847
10294
  "filePath": "src/tokens/component/button.json5",
9848
10295
  "isSource": true,
9849
10296
  "$type": "color"
9850
10297
  },
9851
10298
  "dark-protanopia-deuteranopia-high-contrast": {
9852
- "$value": "#2a7aef",
10299
+ "$value": {
10300
+ "colorSpace": "hsl",
10301
+ "components": [215.6, 86, 55.1],
10302
+ "hex": "#2a7aef"
10303
+ },
9853
10304
  "filePath": "src/tokens/component/button.json5",
9854
10305
  "isSource": true,
9855
10306
  "$type": "color"
9856
10307
  },
9857
10308
  "dark-high-contrast": {
9858
- "$value": "#08792b",
10309
+ "$value": {
10310
+ "colorSpace": "hsl",
10311
+ "components": [138.6, 87.6, 25.3],
10312
+ "hex": "#08792b"
10313
+ },
9859
10314
  "filePath": "src/tokens/component/button.json5",
9860
10315
  "isSource": true,
9861
10316
  "$type": "color"
9862
10317
  },
9863
10318
  "light-tritanopia": {
9864
- "$value": "#0864d1",
10319
+ "$value": {
10320
+ "colorSpace": "hsl",
10321
+ "components": [212.5, 92.6, 42.5],
10322
+ "hex": "#0864d1"
10323
+ },
9865
10324
  "filePath": "src/tokens/component/button.json5",
9866
10325
  "isSource": true,
9867
10326
  "$type": "color"
9868
10327
  },
9869
10328
  "light-tritanopia-high-contrast": {
9870
- "$value": "#0864d1",
10329
+ "$value": {
10330
+ "colorSpace": "hsl",
10331
+ "components": [212.5, 92.6, 42.5],
10332
+ "hex": "#0864d1"
10333
+ },
9871
10334
  "filePath": "src/tokens/component/button.json5",
9872
10335
  "isSource": true,
9873
10336
  "$type": "color"
9874
10337
  },
9875
10338
  "light-protanopia-deuteranopia": {
9876
- "$value": "#0864d1",
10339
+ "$value": {
10340
+ "colorSpace": "hsl",
10341
+ "components": [212.5, 92.6, 42.5],
10342
+ "hex": "#0864d1"
10343
+ },
9877
10344
  "filePath": "src/tokens/component/button.json5",
9878
10345
  "isSource": true,
9879
10346
  "$type": "color"
9880
10347
  },
9881
10348
  "light-protanopia-deuteranopia-high-contrast": {
9882
- "$value": "#0864d1",
10349
+ "$value": {
10350
+ "colorSpace": "hsl",
10351
+ "components": [212.5, 92.6, 42.5],
10352
+ "hex": "#0864d1"
10353
+ },
9883
10354
  "filePath": "src/tokens/component/button.json5",
9884
10355
  "isSource": true,
9885
10356
  "$type": "color"
9886
10357
  },
9887
10358
  "light-high-contrast": {
9888
- "$value": "#04571e",
10359
+ "$value": {
10360
+ "colorSpace": "hsl",
10361
+ "components": [138.8, 91.2, 17.8],
10362
+ "hex": "#04571e"
10363
+ },
9889
10364
  "filePath": "src/tokens/component/button.json5",
9890
10365
  "isSource": true,
9891
10366
  "$type": "color"
@@ -9895,7 +10370,11 @@
9895
10370
  "filePath": "src/tokens/component/button.json5",
9896
10371
  "isSource": true,
9897
10372
  "original": {
9898
- "$value": "#2a7aef",
10373
+ "$value": {
10374
+ "colorSpace": "hsl",
10375
+ "components": [215.6, 86, 55.1],
10376
+ "hex": "#2a7aef"
10377
+ },
9899
10378
  "$type": "color",
9900
10379
  "$extensions": {
9901
10380
  "org.primer.figma": {
@@ -9905,13 +10384,21 @@
9905
10384
  },
9906
10385
  "org.primer.overrides": {
9907
10386
  "dark": {
9908
- "$value": "#29903B",
10387
+ "$value": {
10388
+ "colorSpace": "hsl",
10389
+ "components": [130.5, 55.7, 36.3],
10390
+ "hex": "#29903B"
10391
+ },
9909
10392
  "filePath": "src/tokens/component/button.json5",
9910
10393
  "isSource": true,
9911
10394
  "$type": "color"
9912
10395
  },
9913
10396
  "dark-dimmed": {
9914
- "$value": "#3b8640",
10397
+ "$value": {
10398
+ "colorSpace": "hsl",
10399
+ "components": [124, 38.9, 37.8],
10400
+ "hex": "#3b8640"
10401
+ },
9915
10402
  "filePath": "src/tokens/component/button.json5",
9916
10403
  "isSource": true,
9917
10404
  "$type": "color"
@@ -9923,61 +10410,101 @@
9923
10410
  "$type": "color"
9924
10411
  },
9925
10412
  "dark-tritanopia": {
9926
- "$value": "#2a7aef",
10413
+ "$value": {
10414
+ "colorSpace": "hsl",
10415
+ "components": [215.6, 86, 55.1],
10416
+ "hex": "#2a7aef"
10417
+ },
9927
10418
  "filePath": "src/tokens/component/button.json5",
9928
10419
  "isSource": true,
9929
10420
  "$type": "color"
9930
10421
  },
9931
10422
  "dark-tritanopia-high-contrast": {
9932
- "$value": "#2a7aef",
10423
+ "$value": {
10424
+ "colorSpace": "hsl",
10425
+ "components": [215.6, 86, 55.1],
10426
+ "hex": "#2a7aef"
10427
+ },
9933
10428
  "filePath": "src/tokens/component/button.json5",
9934
10429
  "isSource": true,
9935
10430
  "$type": "color"
9936
10431
  },
9937
10432
  "dark-protanopia-deuteranopia": {
9938
- "$value": "#2a7aef",
10433
+ "$value": {
10434
+ "colorSpace": "hsl",
10435
+ "components": [215.6, 86, 55.1],
10436
+ "hex": "#2a7aef"
10437
+ },
9939
10438
  "filePath": "src/tokens/component/button.json5",
9940
10439
  "isSource": true,
9941
10440
  "$type": "color"
9942
10441
  },
9943
10442
  "dark-protanopia-deuteranopia-high-contrast": {
9944
- "$value": "#2a7aef",
10443
+ "$value": {
10444
+ "colorSpace": "hsl",
10445
+ "components": [215.6, 86, 55.1],
10446
+ "hex": "#2a7aef"
10447
+ },
9945
10448
  "filePath": "src/tokens/component/button.json5",
9946
10449
  "isSource": true,
9947
10450
  "$type": "color"
9948
10451
  },
9949
10452
  "dark-high-contrast": {
9950
- "$value": "#08792b",
10453
+ "$value": {
10454
+ "colorSpace": "hsl",
10455
+ "components": [138.6, 87.6, 25.3],
10456
+ "hex": "#08792b"
10457
+ },
9951
10458
  "filePath": "src/tokens/component/button.json5",
9952
10459
  "isSource": true,
9953
10460
  "$type": "color"
9954
10461
  },
9955
10462
  "light-tritanopia": {
9956
- "$value": "#0864d1",
10463
+ "$value": {
10464
+ "colorSpace": "hsl",
10465
+ "components": [212.5, 92.6, 42.5],
10466
+ "hex": "#0864d1"
10467
+ },
9957
10468
  "filePath": "src/tokens/component/button.json5",
9958
10469
  "isSource": true,
9959
10470
  "$type": "color"
9960
10471
  },
9961
10472
  "light-tritanopia-high-contrast": {
9962
- "$value": "#0864d1",
10473
+ "$value": {
10474
+ "colorSpace": "hsl",
10475
+ "components": [212.5, 92.6, 42.5],
10476
+ "hex": "#0864d1"
10477
+ },
9963
10478
  "filePath": "src/tokens/component/button.json5",
9964
10479
  "isSource": true,
9965
10480
  "$type": "color"
9966
10481
  },
9967
10482
  "light-protanopia-deuteranopia": {
9968
- "$value": "#0864d1",
10483
+ "$value": {
10484
+ "colorSpace": "hsl",
10485
+ "components": [212.5, 92.6, 42.5],
10486
+ "hex": "#0864d1"
10487
+ },
9969
10488
  "filePath": "src/tokens/component/button.json5",
9970
10489
  "isSource": true,
9971
10490
  "$type": "color"
9972
10491
  },
9973
10492
  "light-protanopia-deuteranopia-high-contrast": {
9974
- "$value": "#0864d1",
10493
+ "$value": {
10494
+ "colorSpace": "hsl",
10495
+ "components": [212.5, 92.6, 42.5],
10496
+ "hex": "#0864d1"
10497
+ },
9975
10498
  "filePath": "src/tokens/component/button.json5",
9976
10499
  "isSource": true,
9977
10500
  "$type": "color"
9978
10501
  },
9979
10502
  "light-high-contrast": {
9980
- "$value": "#04571e",
10503
+ "$value": {
10504
+ "colorSpace": "hsl",
10505
+ "components": [138.8, 91.2, 17.8],
10506
+ "hex": "#04571e"
10507
+ },
9981
10508
  "filePath": "src/tokens/component/button.json5",
9982
10509
  "isSource": true,
9983
10510
  "$type": "color"
@@ -10088,37 +10615,61 @@
10088
10615
  },
10089
10616
  "org.primer.overrides": {
10090
10617
  "dark": {
10091
- "$value": "#105823",
10618
+ "$value": {
10619
+ "colorSpace": "hsl",
10620
+ "components": [135.8, 69.2, 20.4],
10621
+ "hex": "#105823"
10622
+ },
10092
10623
  "filePath": "src/tokens/component/button.json5",
10093
10624
  "isSource": true,
10094
10625
  "$type": "color"
10095
10626
  },
10096
10627
  "dark-dimmed": {
10097
- "$value": "#105823",
10628
+ "$value": {
10629
+ "colorSpace": "hsl",
10630
+ "components": [135.8, 69.2, 20.4],
10631
+ "hex": "#105823"
10632
+ },
10098
10633
  "filePath": "src/tokens/component/button.json5",
10099
10634
  "isSource": true,
10100
10635
  "$type": "color"
10101
10636
  },
10102
10637
  "dark-tritanopia": {
10103
- "$value": "#5fabfe",
10638
+ "$value": {
10639
+ "colorSpace": "hsl",
10640
+ "components": [211.3, 98.8, 68.4],
10641
+ "hex": "#5fabfe"
10642
+ },
10104
10643
  "filePath": "src/tokens/component/button.json5",
10105
10644
  "isSource": true,
10106
10645
  "$type": "color"
10107
10646
  },
10108
10647
  "dark-tritanopia-high-contrast": {
10109
- "$value": "#5fabfe",
10648
+ "$value": {
10649
+ "colorSpace": "hsl",
10650
+ "components": [211.3, 98.8, 68.4],
10651
+ "hex": "#5fabfe"
10652
+ },
10110
10653
  "filePath": "src/tokens/component/button.json5",
10111
10654
  "isSource": true,
10112
10655
  "$type": "color"
10113
10656
  },
10114
10657
  "dark-protanopia-deuteranopia": {
10115
- "$value": "#1158c7",
10658
+ "$value": {
10659
+ "colorSpace": "hsl",
10660
+ "components": [216.6, 84.3, 42.4],
10661
+ "hex": "#1158c7"
10662
+ },
10116
10663
  "filePath": "src/tokens/component/button.json5",
10117
10664
  "isSource": true,
10118
10665
  "$type": "color"
10119
10666
  },
10120
10667
  "dark-protanopia-deuteranopia-high-contrast": {
10121
- "$value": "#1158c7",
10668
+ "$value": {
10669
+ "colorSpace": "hsl",
10670
+ "components": [216.6, 84.3, 42.4],
10671
+ "hex": "#1158c7"
10672
+ },
10122
10673
  "filePath": "src/tokens/component/button.json5",
10123
10674
  "isSource": true,
10124
10675
  "$type": "color"
@@ -10131,7 +10682,11 @@
10131
10682
  "$type": "color"
10132
10683
  },
10133
10684
  "light-high-contrast": {
10134
- "$value": "#85cb97",
10685
+ "$value": {
10686
+ "colorSpace": "hsl",
10687
+ "components": [135.4, 40.2, 65.9],
10688
+ "hex": "#85cb97"
10689
+ },
10135
10690
  "filePath": "src/tokens/component/button.json5",
10136
10691
  "isSource": true,
10137
10692
  "$type": "color"
@@ -10141,7 +10696,11 @@
10141
10696
  "filePath": "src/tokens/component/button.json5",
10142
10697
  "isSource": true,
10143
10698
  "original": {
10144
- "$value": "#1158c7",
10699
+ "$value": {
10700
+ "colorSpace": "hsl",
10701
+ "components": [216.6, 84.3, 42.4],
10702
+ "hex": "#1158c7"
10703
+ },
10145
10704
  "$type": "color",
10146
10705
  "$extensions": {
10147
10706
  "org.primer.figma": {
@@ -10151,37 +10710,61 @@
10151
10710
  },
10152
10711
  "org.primer.overrides": {
10153
10712
  "dark": {
10154
- "$value": "#105823",
10713
+ "$value": {
10714
+ "colorSpace": "hsl",
10715
+ "components": [135.8, 69.2, 20.4],
10716
+ "hex": "#105823"
10717
+ },
10155
10718
  "filePath": "src/tokens/component/button.json5",
10156
10719
  "isSource": true,
10157
10720
  "$type": "color"
10158
10721
  },
10159
10722
  "dark-dimmed": {
10160
- "$value": "#105823",
10723
+ "$value": {
10724
+ "colorSpace": "hsl",
10725
+ "components": [135.8, 69.2, 20.4],
10726
+ "hex": "#105823"
10727
+ },
10161
10728
  "filePath": "src/tokens/component/button.json5",
10162
10729
  "isSource": true,
10163
10730
  "$type": "color"
10164
10731
  },
10165
10732
  "dark-tritanopia": {
10166
- "$value": "#5fabfe",
10733
+ "$value": {
10734
+ "colorSpace": "hsl",
10735
+ "components": [211.3, 98.8, 68.4],
10736
+ "hex": "#5fabfe"
10737
+ },
10167
10738
  "filePath": "src/tokens/component/button.json5",
10168
10739
  "isSource": true,
10169
10740
  "$type": "color"
10170
10741
  },
10171
10742
  "dark-tritanopia-high-contrast": {
10172
- "$value": "#5fabfe",
10743
+ "$value": {
10744
+ "colorSpace": "hsl",
10745
+ "components": [211.3, 98.8, 68.4],
10746
+ "hex": "#5fabfe"
10747
+ },
10173
10748
  "filePath": "src/tokens/component/button.json5",
10174
10749
  "isSource": true,
10175
10750
  "$type": "color"
10176
10751
  },
10177
10752
  "dark-protanopia-deuteranopia": {
10178
- "$value": "#1158c7",
10753
+ "$value": {
10754
+ "colorSpace": "hsl",
10755
+ "components": [216.6, 84.3, 42.4],
10756
+ "hex": "#1158c7"
10757
+ },
10179
10758
  "filePath": "src/tokens/component/button.json5",
10180
10759
  "isSource": true,
10181
10760
  "$type": "color"
10182
10761
  },
10183
10762
  "dark-protanopia-deuteranopia-high-contrast": {
10184
- "$value": "#1158c7",
10763
+ "$value": {
10764
+ "colorSpace": "hsl",
10765
+ "components": [216.6, 84.3, 42.4],
10766
+ "hex": "#1158c7"
10767
+ },
10185
10768
  "filePath": "src/tokens/component/button.json5",
10186
10769
  "isSource": true,
10187
10770
  "$type": "color"
@@ -10194,7 +10777,11 @@
10194
10777
  "$type": "color"
10195
10778
  },
10196
10779
  "light-high-contrast": {
10197
- "$value": "#85cb97",
10780
+ "$value": {
10781
+ "colorSpace": "hsl",
10782
+ "components": [135.4, 40.2, 65.9],
10783
+ "hex": "#85cb97"
10784
+ },
10198
10785
  "filePath": "src/tokens/component/button.json5",
10199
10786
  "isSource": true,
10200
10787
  "$type": "color"
@@ -10436,13 +11023,21 @@
10436
11023
  "$type": "color"
10437
11024
  },
10438
11025
  "dark-dimmed": {
10439
- "$value": "#ffffff",
11026
+ "$value": {
11027
+ "colorSpace": "hsl",
11028
+ "components": [0, 0, 100],
11029
+ "hex": "#ffffff"
11030
+ },
10440
11031
  "filePath": "src/tokens/component/button.json5",
10441
11032
  "isSource": true,
10442
11033
  "$type": "color"
10443
11034
  },
10444
11035
  "dark-dimmed-high-contrast": {
10445
- "$value": "#ffffff",
11036
+ "$value": {
11037
+ "colorSpace": "hsl",
11038
+ "components": [0, 0, 100],
11039
+ "hex": "#ffffff"
11040
+ },
10446
11041
  "filePath": "src/tokens/component/button.json5",
10447
11042
  "isSource": true,
10448
11043
  "$type": "color"
@@ -10468,13 +11063,21 @@
10468
11063
  "$type": "color"
10469
11064
  },
10470
11065
  "dark-dimmed": {
10471
- "$value": "#ffffff",
11066
+ "$value": {
11067
+ "colorSpace": "hsl",
11068
+ "components": [0, 0, 100],
11069
+ "hex": "#ffffff"
11070
+ },
10472
11071
  "filePath": "src/tokens/component/button.json5",
10473
11072
  "isSource": true,
10474
11073
  "$type": "color"
10475
11074
  },
10476
11075
  "dark-dimmed-high-contrast": {
10477
- "$value": "#ffffff",
11076
+ "$value": {
11077
+ "colorSpace": "hsl",
11078
+ "components": [0, 0, 100],
11079
+ "hex": "#ffffff"
11080
+ },
10478
11081
  "filePath": "src/tokens/component/button.json5",
10479
11082
  "isSource": true,
10480
11083
  "$type": "color"
@@ -10489,6 +11092,35 @@
10489
11092
  "value": "#ffffff",
10490
11093
  "type": "color"
10491
11094
  },
11095
+ "button-primary-iconColor-disabled": {
11096
+ "key": "{button.primary.iconColor.disabled}",
11097
+ "$extensions": {
11098
+ "org.primer.figma": {
11099
+ "collection": "mode",
11100
+ "group": "component (internal)",
11101
+ "scopes": ["fgColor"]
11102
+ }
11103
+ },
11104
+ "filePath": "src/tokens/component/button.json5",
11105
+ "isSource": true,
11106
+ "original": {
11107
+ "$value": "{button.primary.fgColor.disabled}",
11108
+ "$type": "color",
11109
+ "$extensions": {
11110
+ "org.primer.figma": {
11111
+ "collection": "mode",
11112
+ "group": "component (internal)",
11113
+ "scopes": ["fgColor"]
11114
+ }
11115
+ },
11116
+ "key": "{button.primary.iconColor.disabled}"
11117
+ },
11118
+ "name": "button-primary-iconColor-disabled",
11119
+ "attributes": {},
11120
+ "path": ["button", "primary", "iconColor", "disabled"],
11121
+ "value": "#ffffff66",
11122
+ "type": "color"
11123
+ },
10492
11124
  "button-primary-iconColor-rest": {
10493
11125
  "key": "{button.primary.iconColor.rest}",
10494
11126
  "$extensions": {
@@ -10512,13 +11144,21 @@
10512
11144
  "$type": "color"
10513
11145
  },
10514
11146
  "dark-dimmed": {
10515
- "$value": "#ffffff",
11147
+ "$value": {
11148
+ "colorSpace": "hsl",
11149
+ "components": [0, 0, 100],
11150
+ "hex": "#ffffff"
11151
+ },
10516
11152
  "filePath": "src/tokens/component/button.json5",
10517
11153
  "isSource": true,
10518
11154
  "$type": "color"
10519
11155
  },
10520
11156
  "dark-dimmed-high-contrast": {
10521
- "$value": "#ffffff",
11157
+ "$value": {
11158
+ "colorSpace": "hsl",
11159
+ "components": [0, 0, 100],
11160
+ "hex": "#ffffff"
11161
+ },
10522
11162
  "filePath": "src/tokens/component/button.json5",
10523
11163
  "isSource": true,
10524
11164
  "$type": "color"
@@ -10551,13 +11191,21 @@
10551
11191
  "$type": "color"
10552
11192
  },
10553
11193
  "dark-dimmed": {
10554
- "$value": "#ffffff",
11194
+ "$value": {
11195
+ "colorSpace": "hsl",
11196
+ "components": [0, 0, 100],
11197
+ "hex": "#ffffff"
11198
+ },
10555
11199
  "filePath": "src/tokens/component/button.json5",
10556
11200
  "isSource": true,
10557
11201
  "$type": "color"
10558
11202
  },
10559
11203
  "dark-dimmed-high-contrast": {
10560
- "$value": "#ffffff",
11204
+ "$value": {
11205
+ "colorSpace": "hsl",
11206
+ "components": [0, 0, 100],
11207
+ "hex": "#ffffff"
11208
+ },
10561
11209
  "filePath": "src/tokens/component/button.json5",
10562
11210
  "isSource": true,
10563
11211
  "$type": "color"
@@ -10790,7 +11438,7 @@
10790
11438
  "name": "button-primary-shadow-selected",
10791
11439
  "attributes": {},
10792
11440
  "path": ["button", "primary", "shadow", "selected"],
10793
- "value": "0 0 0 0 #000000",
11441
+ "value": "0 0 0 0 #00000000",
10794
11442
  "type": "shadow"
10795
11443
  },
10796
11444
  "button-star-iconColor": {
@@ -16928,7 +17576,11 @@
16928
17576
  "org.primer.overrides": {
16929
17577
  "dark": "#b7bdc8",
16930
17578
  "dark-dimmed": {
16931
- "$value": "#3d444d",
17579
+ "$value": {
17580
+ "colorSpace": "hsl",
17581
+ "components": [213.8, 11.6, 27.1],
17582
+ "hex": "#3d444d"
17583
+ },
16932
17584
  "filePath": "src/tokens/functional/color/control.json5",
16933
17585
  "isSource": true,
16934
17586
  "$type": "color"
@@ -16949,7 +17601,11 @@
16949
17601
  "org.primer.overrides": {
16950
17602
  "dark": "{borderColor.default}",
16951
17603
  "dark-dimmed": {
16952
- "$value": "#3d444d",
17604
+ "$value": {
17605
+ "colorSpace": "hsl",
17606
+ "components": [213.8, 11.6, 27.1],
17607
+ "hex": "#3d444d"
17608
+ },
16953
17609
  "filePath": "src/tokens/functional/color/control.json5",
16954
17610
  "isSource": true,
16955
17611
  "$type": "color"
@@ -17080,49 +17736,81 @@
17080
17736
  "org.primer.overrides": {
17081
17737
  "dark": "#3685F3",
17082
17738
  "dark-high-contrast": {
17083
- "$value": "#3c79d0",
17739
+ "$value": {
17740
+ "colorSpace": "hsl",
17741
+ "components": [215.3, 61.2, 52.5],
17742
+ "hex": "#3c79d0"
17743
+ },
17084
17744
  "filePath": "src/tokens/functional/color/control.json5",
17085
17745
  "isSource": true,
17086
17746
  "$type": "color"
17087
17747
  },
17088
17748
  "dark-protanopia-deuteranopia-high-contrast": {
17089
- "$value": "#3c79d0",
17749
+ "$value": {
17750
+ "colorSpace": "hsl",
17751
+ "components": [215.3, 61.2, 52.5],
17752
+ "hex": "#3c79d0"
17753
+ },
17090
17754
  "filePath": "src/tokens/functional/color/control.json5",
17091
17755
  "isSource": true,
17092
17756
  "$type": "color"
17093
17757
  },
17094
17758
  "dark-tritanopia-high-contrast": {
17095
- "$value": "#3c79d0",
17759
+ "$value": {
17760
+ "colorSpace": "hsl",
17761
+ "components": [215.3, 61.2, 52.5],
17762
+ "hex": "#3c79d0"
17763
+ },
17096
17764
  "filePath": "src/tokens/functional/color/control.json5",
17097
17765
  "isSource": true,
17098
17766
  "$type": "color"
17099
17767
  },
17100
17768
  "dark-dimmed": {
17101
- "$value": "#3f7fdb",
17769
+ "$value": {
17770
+ "colorSpace": "hsl",
17771
+ "components": [215.4, 68.4, 55.3],
17772
+ "hex": "#3f7fdb"
17773
+ },
17102
17774
  "filePath": "src/tokens/functional/color/control.json5",
17103
17775
  "isSource": true,
17104
17776
  "$type": "color"
17105
17777
  },
17106
17778
  "dark-dimmed-high-contrast": {
17107
- "$value": "#3c79d0",
17779
+ "$value": {
17780
+ "colorSpace": "hsl",
17781
+ "components": [215.3, 61.2, 52.5],
17782
+ "hex": "#3c79d0"
17783
+ },
17108
17784
  "filePath": "src/tokens/functional/color/control.json5",
17109
17785
  "isSource": true,
17110
17786
  "$type": "color"
17111
17787
  },
17112
17788
  "light-high-contrast": {
17113
- "$value": "#033f9d",
17789
+ "$value": {
17790
+ "colorSpace": "hsl",
17791
+ "components": [216.6, 96.3, 31.4],
17792
+ "hex": "#033f9d"
17793
+ },
17114
17794
  "filePath": "src/tokens/functional/color/control.json5",
17115
17795
  "isSource": true,
17116
17796
  "$type": "color"
17117
17797
  },
17118
17798
  "light-tritanopia-high-contrast": {
17119
- "$value": "#033f9d",
17799
+ "$value": {
17800
+ "colorSpace": "hsl",
17801
+ "components": [216.6, 96.3, 31.4],
17802
+ "hex": "#033f9d"
17803
+ },
17120
17804
  "filePath": "src/tokens/functional/color/control.json5",
17121
17805
  "isSource": true,
17122
17806
  "$type": "color"
17123
17807
  },
17124
17808
  "light-protanopia-deuteranopia-high-contrast": {
17125
- "$value": "#033f9d",
17809
+ "$value": {
17810
+ "colorSpace": "hsl",
17811
+ "components": [216.6, 96.3, 31.4],
17812
+ "hex": "#033f9d"
17813
+ },
17126
17814
  "filePath": "src/tokens/functional/color/control.json5",
17127
17815
  "isSource": true,
17128
17816
  "$type": "color"
@@ -17132,7 +17820,11 @@
17132
17820
  "filePath": "src/tokens/functional/color/control.json5",
17133
17821
  "isSource": true,
17134
17822
  "original": {
17135
- "$value": "#3c79d0",
17823
+ "$value": {
17824
+ "colorSpace": "hsl",
17825
+ "components": [215.3, 61.2, 52.5],
17826
+ "hex": "#3c79d0"
17827
+ },
17136
17828
  "$type": "color",
17137
17829
  "$extensions": {
17138
17830
  "org.primer.figma": {
@@ -17143,49 +17835,81 @@
17143
17835
  "org.primer.overrides": {
17144
17836
  "dark": "#3685F3",
17145
17837
  "dark-high-contrast": {
17146
- "$value": "#3c79d0",
17838
+ "$value": {
17839
+ "colorSpace": "hsl",
17840
+ "components": [215.3, 61.2, 52.5],
17841
+ "hex": "#3c79d0"
17842
+ },
17147
17843
  "filePath": "src/tokens/functional/color/control.json5",
17148
17844
  "isSource": true,
17149
17845
  "$type": "color"
17150
17846
  },
17151
17847
  "dark-protanopia-deuteranopia-high-contrast": {
17152
- "$value": "#3c79d0",
17848
+ "$value": {
17849
+ "colorSpace": "hsl",
17850
+ "components": [215.3, 61.2, 52.5],
17851
+ "hex": "#3c79d0"
17852
+ },
17153
17853
  "filePath": "src/tokens/functional/color/control.json5",
17154
17854
  "isSource": true,
17155
17855
  "$type": "color"
17156
17856
  },
17157
17857
  "dark-tritanopia-high-contrast": {
17158
- "$value": "#3c79d0",
17858
+ "$value": {
17859
+ "colorSpace": "hsl",
17860
+ "components": [215.3, 61.2, 52.5],
17861
+ "hex": "#3c79d0"
17862
+ },
17159
17863
  "filePath": "src/tokens/functional/color/control.json5",
17160
17864
  "isSource": true,
17161
17865
  "$type": "color"
17162
17866
  },
17163
17867
  "dark-dimmed": {
17164
- "$value": "#3f7fdb",
17868
+ "$value": {
17869
+ "colorSpace": "hsl",
17870
+ "components": [215.4, 68.4, 55.3],
17871
+ "hex": "#3f7fdb"
17872
+ },
17165
17873
  "filePath": "src/tokens/functional/color/control.json5",
17166
17874
  "isSource": true,
17167
17875
  "$type": "color"
17168
17876
  },
17169
17877
  "dark-dimmed-high-contrast": {
17170
- "$value": "#3c79d0",
17878
+ "$value": {
17879
+ "colorSpace": "hsl",
17880
+ "components": [215.3, 61.2, 52.5],
17881
+ "hex": "#3c79d0"
17882
+ },
17171
17883
  "filePath": "src/tokens/functional/color/control.json5",
17172
17884
  "isSource": true,
17173
17885
  "$type": "color"
17174
17886
  },
17175
17887
  "light-high-contrast": {
17176
- "$value": "#033f9d",
17888
+ "$value": {
17889
+ "colorSpace": "hsl",
17890
+ "components": [216.6, 96.3, 31.4],
17891
+ "hex": "#033f9d"
17892
+ },
17177
17893
  "filePath": "src/tokens/functional/color/control.json5",
17178
17894
  "isSource": true,
17179
17895
  "$type": "color"
17180
17896
  },
17181
17897
  "light-tritanopia-high-contrast": {
17182
- "$value": "#033f9d",
17898
+ "$value": {
17899
+ "colorSpace": "hsl",
17900
+ "components": [216.6, 96.3, 31.4],
17901
+ "hex": "#033f9d"
17902
+ },
17183
17903
  "filePath": "src/tokens/functional/color/control.json5",
17184
17904
  "isSource": true,
17185
17905
  "$type": "color"
17186
17906
  },
17187
17907
  "light-protanopia-deuteranopia-high-contrast": {
17188
- "$value": "#033f9d",
17908
+ "$value": {
17909
+ "colorSpace": "hsl",
17910
+ "components": [216.6, 96.3, 31.4],
17911
+ "hex": "#033f9d"
17912
+ },
17189
17913
  "filePath": "src/tokens/functional/color/control.json5",
17190
17914
  "isSource": true,
17191
17915
  "$type": "color"
@@ -17246,49 +17970,81 @@
17246
17970
  "org.primer.overrides": {
17247
17971
  "dark": "#2A7AEF",
17248
17972
  "dark-high-contrast": {
17249
- "$value": "#2b64c1",
17973
+ "$value": {
17974
+ "colorSpace": "hsl",
17975
+ "components": [217.2, 63.6, 46.3],
17976
+ "hex": "#2b64c1"
17977
+ },
17250
17978
  "filePath": "src/tokens/functional/color/control.json5",
17251
17979
  "isSource": true,
17252
17980
  "$type": "color"
17253
17981
  },
17254
17982
  "dark-tritanopia-high-contrast": {
17255
- "$value": "#2b64c1",
17983
+ "$value": {
17984
+ "colorSpace": "hsl",
17985
+ "components": [217.2, 63.6, 46.3],
17986
+ "hex": "#2b64c1"
17987
+ },
17256
17988
  "filePath": "src/tokens/functional/color/control.json5",
17257
17989
  "isSource": true,
17258
17990
  "$type": "color"
17259
17991
  },
17260
17992
  "dark-protanopia-deuteranopia-high-contrast": {
17261
- "$value": "#2b64c1",
17993
+ "$value": {
17994
+ "colorSpace": "hsl",
17995
+ "components": [217.2, 63.6, 46.3],
17996
+ "hex": "#2b64c1"
17997
+ },
17262
17998
  "filePath": "src/tokens/functional/color/control.json5",
17263
17999
  "isSource": true,
17264
18000
  "$type": "color"
17265
18001
  },
17266
18002
  "dark-dimmed": {
17267
- "$value": "#3876d3",
18003
+ "$value": {
18004
+ "colorSpace": "hsl",
18005
+ "components": [216, 63.8, 52.4],
18006
+ "hex": "#3876d3"
18007
+ },
17268
18008
  "filePath": "src/tokens/functional/color/control.json5",
17269
18009
  "isSource": true,
17270
18010
  "$type": "color"
17271
18011
  },
17272
18012
  "dark-dimmed-high-contrast": {
17273
- "$value": "#2b64c1",
18013
+ "$value": {
18014
+ "colorSpace": "hsl",
18015
+ "components": [217.2, 63.6, 46.3],
18016
+ "hex": "#2b64c1"
18017
+ },
17274
18018
  "filePath": "src/tokens/functional/color/control.json5",
17275
18019
  "isSource": true,
17276
18020
  "$type": "color"
17277
18021
  },
17278
18022
  "light-high-contrast": {
17279
- "$value": "#0344a8",
18023
+ "$value": {
18024
+ "colorSpace": "hsl",
18025
+ "components": [216.4, 96.5, 33.5],
18026
+ "hex": "#0344a8"
18027
+ },
17280
18028
  "filePath": "src/tokens/functional/color/control.json5",
17281
18029
  "isSource": true,
17282
18030
  "$type": "color"
17283
18031
  },
17284
18032
  "light-tritanopia-high-contrast": {
17285
- "$value": "#0344a8",
18033
+ "$value": {
18034
+ "colorSpace": "hsl",
18035
+ "components": [216.4, 96.5, 33.5],
18036
+ "hex": "#0344a8"
18037
+ },
17286
18038
  "filePath": "src/tokens/functional/color/control.json5",
17287
18039
  "isSource": true,
17288
18040
  "$type": "color"
17289
18041
  },
17290
18042
  "light-protanopia-deuteranopia-high-contrast": {
17291
- "$value": "#0344a8",
18043
+ "$value": {
18044
+ "colorSpace": "hsl",
18045
+ "components": [216.4, 96.5, 33.5],
18046
+ "hex": "#0344a8"
18047
+ },
17292
18048
  "filePath": "src/tokens/functional/color/control.json5",
17293
18049
  "isSource": true,
17294
18050
  "$type": "color"
@@ -17298,7 +18054,11 @@
17298
18054
  "filePath": "src/tokens/functional/color/control.json5",
17299
18055
  "isSource": true,
17300
18056
  "original": {
17301
- "$value": "#2b64c1",
18057
+ "$value": {
18058
+ "colorSpace": "hsl",
18059
+ "components": [217.2, 63.6, 46.3],
18060
+ "hex": "#2b64c1"
18061
+ },
17302
18062
  "$type": "color",
17303
18063
  "$extensions": {
17304
18064
  "org.primer.figma": {
@@ -17309,49 +18069,81 @@
17309
18069
  "org.primer.overrides": {
17310
18070
  "dark": "#2A7AEF",
17311
18071
  "dark-high-contrast": {
17312
- "$value": "#2b64c1",
18072
+ "$value": {
18073
+ "colorSpace": "hsl",
18074
+ "components": [217.2, 63.6, 46.3],
18075
+ "hex": "#2b64c1"
18076
+ },
17313
18077
  "filePath": "src/tokens/functional/color/control.json5",
17314
18078
  "isSource": true,
17315
18079
  "$type": "color"
17316
18080
  },
17317
18081
  "dark-tritanopia-high-contrast": {
17318
- "$value": "#2b64c1",
18082
+ "$value": {
18083
+ "colorSpace": "hsl",
18084
+ "components": [217.2, 63.6, 46.3],
18085
+ "hex": "#2b64c1"
18086
+ },
17319
18087
  "filePath": "src/tokens/functional/color/control.json5",
17320
18088
  "isSource": true,
17321
18089
  "$type": "color"
17322
18090
  },
17323
18091
  "dark-protanopia-deuteranopia-high-contrast": {
17324
- "$value": "#2b64c1",
18092
+ "$value": {
18093
+ "colorSpace": "hsl",
18094
+ "components": [217.2, 63.6, 46.3],
18095
+ "hex": "#2b64c1"
18096
+ },
17325
18097
  "filePath": "src/tokens/functional/color/control.json5",
17326
18098
  "isSource": true,
17327
18099
  "$type": "color"
17328
18100
  },
17329
18101
  "dark-dimmed": {
17330
- "$value": "#3876d3",
18102
+ "$value": {
18103
+ "colorSpace": "hsl",
18104
+ "components": [216, 63.8, 52.4],
18105
+ "hex": "#3876d3"
18106
+ },
17331
18107
  "filePath": "src/tokens/functional/color/control.json5",
17332
18108
  "isSource": true,
17333
18109
  "$type": "color"
17334
18110
  },
17335
18111
  "dark-dimmed-high-contrast": {
17336
- "$value": "#2b64c1",
18112
+ "$value": {
18113
+ "colorSpace": "hsl",
18114
+ "components": [217.2, 63.6, 46.3],
18115
+ "hex": "#2b64c1"
18116
+ },
17337
18117
  "filePath": "src/tokens/functional/color/control.json5",
17338
18118
  "isSource": true,
17339
18119
  "$type": "color"
17340
18120
  },
17341
18121
  "light-high-contrast": {
17342
- "$value": "#0344a8",
18122
+ "$value": {
18123
+ "colorSpace": "hsl",
18124
+ "components": [216.4, 96.5, 33.5],
18125
+ "hex": "#0344a8"
18126
+ },
17343
18127
  "filePath": "src/tokens/functional/color/control.json5",
17344
18128
  "isSource": true,
17345
18129
  "$type": "color"
17346
18130
  },
17347
18131
  "light-tritanopia-high-contrast": {
17348
- "$value": "#0344a8",
18132
+ "$value": {
18133
+ "colorSpace": "hsl",
18134
+ "components": [216.4, 96.5, 33.5],
18135
+ "hex": "#0344a8"
18136
+ },
17349
18137
  "filePath": "src/tokens/functional/color/control.json5",
17350
18138
  "isSource": true,
17351
18139
  "$type": "color"
17352
18140
  },
17353
18141
  "light-protanopia-deuteranopia-high-contrast": {
17354
- "$value": "#0344a8",
18142
+ "$value": {
18143
+ "colorSpace": "hsl",
18144
+ "components": [216.4, 96.5, 33.5],
18145
+ "hex": "#0344a8"
18146
+ },
17355
18147
  "filePath": "src/tokens/functional/color/control.json5",
17356
18148
  "isSource": true,
17357
18149
  "$type": "color"
@@ -17430,7 +18222,11 @@
17430
18222
  "$type": "color"
17431
18223
  },
17432
18224
  "dark-dimmed": {
17433
- "$value": "#3f7fdb",
18225
+ "$value": {
18226
+ "colorSpace": "hsl",
18227
+ "components": [215.4, 68.4, 55.3],
18228
+ "hex": "#3f7fdb"
18229
+ },
17434
18230
  "filePath": "src/tokens/functional/color/control.json5",
17435
18231
  "isSource": true,
17436
18232
  "$type": "color"
@@ -17442,19 +18238,31 @@
17442
18238
  "$type": "color"
17443
18239
  },
17444
18240
  "light-high-contrast": {
17445
- "$value": "#033f9d",
18241
+ "$value": {
18242
+ "colorSpace": "hsl",
18243
+ "components": [216.6, 96.3, 31.4],
18244
+ "hex": "#033f9d"
18245
+ },
17446
18246
  "filePath": "src/tokens/functional/color/control.json5",
17447
18247
  "isSource": true,
17448
18248
  "$type": "color"
17449
18249
  },
17450
18250
  "light-protanopia-deuteranopia-high-contrast": {
17451
- "$value": "#033f9d",
18251
+ "$value": {
18252
+ "colorSpace": "hsl",
18253
+ "components": [216.6, 96.3, 31.4],
18254
+ "hex": "#033f9d"
18255
+ },
17452
18256
  "filePath": "src/tokens/functional/color/control.json5",
17453
18257
  "isSource": true,
17454
18258
  "$type": "color"
17455
18259
  },
17456
18260
  "light-tritanopia-high-contrast": {
17457
- "$value": "#033f9d",
18261
+ "$value": {
18262
+ "colorSpace": "hsl",
18263
+ "components": [216.6, 96.3, 31.4],
18264
+ "hex": "#033f9d"
18265
+ },
17458
18266
  "filePath": "src/tokens/functional/color/control.json5",
17459
18267
  "isSource": true,
17460
18268
  "$type": "color"
@@ -17493,7 +18301,11 @@
17493
18301
  "$type": "color"
17494
18302
  },
17495
18303
  "dark-dimmed": {
17496
- "$value": "#3f7fdb",
18304
+ "$value": {
18305
+ "colorSpace": "hsl",
18306
+ "components": [215.4, 68.4, 55.3],
18307
+ "hex": "#3f7fdb"
18308
+ },
17497
18309
  "filePath": "src/tokens/functional/color/control.json5",
17498
18310
  "isSource": true,
17499
18311
  "$type": "color"
@@ -17505,19 +18317,31 @@
17505
18317
  "$type": "color"
17506
18318
  },
17507
18319
  "light-high-contrast": {
17508
- "$value": "#033f9d",
18320
+ "$value": {
18321
+ "colorSpace": "hsl",
18322
+ "components": [216.6, 96.3, 31.4],
18323
+ "hex": "#033f9d"
18324
+ },
17509
18325
  "filePath": "src/tokens/functional/color/control.json5",
17510
18326
  "isSource": true,
17511
18327
  "$type": "color"
17512
18328
  },
17513
18329
  "light-protanopia-deuteranopia-high-contrast": {
17514
- "$value": "#033f9d",
18330
+ "$value": {
18331
+ "colorSpace": "hsl",
18332
+ "components": [216.6, 96.3, 31.4],
18333
+ "hex": "#033f9d"
18334
+ },
17515
18335
  "filePath": "src/tokens/functional/color/control.json5",
17516
18336
  "isSource": true,
17517
18337
  "$type": "color"
17518
18338
  },
17519
18339
  "light-tritanopia-high-contrast": {
17520
- "$value": "#033f9d",
18340
+ "$value": {
18341
+ "colorSpace": "hsl",
18342
+ "components": [216.6, 96.3, 31.4],
18343
+ "hex": "#033f9d"
18344
+ },
17521
18345
  "filePath": "src/tokens/functional/color/control.json5",
17522
18346
  "isSource": true,
17523
18347
  "$type": "color"
@@ -17596,7 +18420,11 @@
17596
18420
  "$type": "color"
17597
18421
  },
17598
18422
  "dark-dimmed": {
17599
- "$value": "#3876d3",
18423
+ "$value": {
18424
+ "colorSpace": "hsl",
18425
+ "components": [216, 63.8, 52.4],
18426
+ "hex": "#3876d3"
18427
+ },
17600
18428
  "filePath": "src/tokens/functional/color/control.json5",
17601
18429
  "isSource": true,
17602
18430
  "$type": "color"
@@ -17608,19 +18436,31 @@
17608
18436
  "$type": "color"
17609
18437
  },
17610
18438
  "light-high-contrast": {
17611
- "$value": "#0344a8",
18439
+ "$value": {
18440
+ "colorSpace": "hsl",
18441
+ "components": [216.4, 96.5, 33.5],
18442
+ "hex": "#0344a8"
18443
+ },
17612
18444
  "filePath": "src/tokens/functional/color/control.json5",
17613
18445
  "isSource": true,
17614
18446
  "$type": "color"
17615
18447
  },
17616
18448
  "light-tritanopia-high-contrast": {
17617
- "$value": "#0344a8",
18449
+ "$value": {
18450
+ "colorSpace": "hsl",
18451
+ "components": [216.4, 96.5, 33.5],
18452
+ "hex": "#0344a8"
18453
+ },
17618
18454
  "filePath": "src/tokens/functional/color/control.json5",
17619
18455
  "isSource": true,
17620
18456
  "$type": "color"
17621
18457
  },
17622
18458
  "light-protanopia-deuteranopia-high-contrast": {
17623
- "$value": "#0344a8",
18459
+ "$value": {
18460
+ "colorSpace": "hsl",
18461
+ "components": [216.4, 96.5, 33.5],
18462
+ "hex": "#0344a8"
18463
+ },
17624
18464
  "filePath": "src/tokens/functional/color/control.json5",
17625
18465
  "isSource": true,
17626
18466
  "$type": "color"
@@ -17659,7 +18499,11 @@
17659
18499
  "$type": "color"
17660
18500
  },
17661
18501
  "dark-dimmed": {
17662
- "$value": "#3876d3",
18502
+ "$value": {
18503
+ "colorSpace": "hsl",
18504
+ "components": [216, 63.8, 52.4],
18505
+ "hex": "#3876d3"
18506
+ },
17663
18507
  "filePath": "src/tokens/functional/color/control.json5",
17664
18508
  "isSource": true,
17665
18509
  "$type": "color"
@@ -17671,19 +18515,31 @@
17671
18515
  "$type": "color"
17672
18516
  },
17673
18517
  "light-high-contrast": {
17674
- "$value": "#0344a8",
18518
+ "$value": {
18519
+ "colorSpace": "hsl",
18520
+ "components": [216.4, 96.5, 33.5],
18521
+ "hex": "#0344a8"
18522
+ },
17675
18523
  "filePath": "src/tokens/functional/color/control.json5",
17676
18524
  "isSource": true,
17677
18525
  "$type": "color"
17678
18526
  },
17679
18527
  "light-tritanopia-high-contrast": {
17680
- "$value": "#0344a8",
18528
+ "$value": {
18529
+ "colorSpace": "hsl",
18530
+ "components": [216.4, 96.5, 33.5],
18531
+ "hex": "#0344a8"
18532
+ },
17681
18533
  "filePath": "src/tokens/functional/color/control.json5",
17682
18534
  "isSource": true,
17683
18535
  "$type": "color"
17684
18536
  },
17685
18537
  "light-protanopia-deuteranopia-high-contrast": {
17686
- "$value": "#0344a8",
18538
+ "$value": {
18539
+ "colorSpace": "hsl",
18540
+ "components": [216.4, 96.5, 33.5],
18541
+ "hex": "#0344a8"
18542
+ },
17687
18543
  "filePath": "src/tokens/functional/color/control.json5",
17688
18544
  "isSource": true,
17689
18545
  "$type": "color"
@@ -17875,21 +18731,33 @@
17875
18731
  "$type": "color"
17876
18732
  },
17877
18733
  "dark-high-contrast": {
17878
- "$value": "#c51120",
18734
+ "$value": {
18735
+ "colorSpace": "hsl",
18736
+ "components": [355, 84.1, 42],
18737
+ "hex": "#c51120"
18738
+ },
17879
18739
  "alpha": 1,
17880
18740
  "filePath": "src/tokens/functional/color/control.json5",
17881
18741
  "isSource": true,
17882
18742
  "$type": "color"
17883
18743
  },
17884
18744
  "dark-dimmed-high-contrast": {
17885
- "$value": "#c51120",
18745
+ "$value": {
18746
+ "colorSpace": "hsl",
18747
+ "components": [355, 84.1, 42],
18748
+ "hex": "#c51120"
18749
+ },
17886
18750
  "alpha": 1,
17887
18751
  "filePath": "src/tokens/functional/color/control.json5",
17888
18752
  "isSource": true,
17889
18753
  "$type": "color"
17890
18754
  },
17891
18755
  "dark-tritanopia-high-contrast": {
17892
- "$value": "#c51120",
18756
+ "$value": {
18757
+ "colorSpace": "hsl",
18758
+ "components": [355, 84.1, 42],
18759
+ "hex": "#c51120"
18760
+ },
17893
18761
  "alpha": 1,
17894
18762
  "filePath": "src/tokens/functional/color/control.json5",
17895
18763
  "isSource": true,
@@ -17902,13 +18770,21 @@
17902
18770
  "$type": "color"
17903
18771
  },
17904
18772
  "light-high-contrast": {
17905
- "$value": "#8c0b1d",
18773
+ "$value": {
18774
+ "colorSpace": "hsl",
18775
+ "components": [351.6, 85.4, 29.6],
18776
+ "hex": "#8c0b1d"
18777
+ },
17906
18778
  "filePath": "src/tokens/functional/color/control.json5",
17907
18779
  "isSource": true,
17908
18780
  "$type": "color"
17909
18781
  },
17910
18782
  "light-tritanopia-high-contrast": {
17911
- "$value": "#8c0b1d",
18783
+ "$value": {
18784
+ "colorSpace": "hsl",
18785
+ "components": [351.6, 85.4, 29.6],
18786
+ "hex": "#8c0b1d"
18787
+ },
17912
18788
  "filePath": "src/tokens/functional/color/control.json5",
17913
18789
  "isSource": true,
17914
18790
  "$type": "color"
@@ -17948,21 +18824,33 @@
17948
18824
  "$type": "color"
17949
18825
  },
17950
18826
  "dark-high-contrast": {
17951
- "$value": "#c51120",
18827
+ "$value": {
18828
+ "colorSpace": "hsl",
18829
+ "components": [355, 84.1, 42],
18830
+ "hex": "#c51120"
18831
+ },
17952
18832
  "alpha": 1,
17953
18833
  "filePath": "src/tokens/functional/color/control.json5",
17954
18834
  "isSource": true,
17955
18835
  "$type": "color"
17956
18836
  },
17957
18837
  "dark-dimmed-high-contrast": {
17958
- "$value": "#c51120",
18838
+ "$value": {
18839
+ "colorSpace": "hsl",
18840
+ "components": [355, 84.1, 42],
18841
+ "hex": "#c51120"
18842
+ },
17959
18843
  "alpha": 1,
17960
18844
  "filePath": "src/tokens/functional/color/control.json5",
17961
18845
  "isSource": true,
17962
18846
  "$type": "color"
17963
18847
  },
17964
18848
  "dark-tritanopia-high-contrast": {
17965
- "$value": "#c51120",
18849
+ "$value": {
18850
+ "colorSpace": "hsl",
18851
+ "components": [355, 84.1, 42],
18852
+ "hex": "#c51120"
18853
+ },
17966
18854
  "alpha": 1,
17967
18855
  "filePath": "src/tokens/functional/color/control.json5",
17968
18856
  "isSource": true,
@@ -17975,13 +18863,21 @@
17975
18863
  "$type": "color"
17976
18864
  },
17977
18865
  "light-high-contrast": {
17978
- "$value": "#8c0b1d",
18866
+ "$value": {
18867
+ "colorSpace": "hsl",
18868
+ "components": [351.6, 85.4, 29.6],
18869
+ "hex": "#8c0b1d"
18870
+ },
17979
18871
  "filePath": "src/tokens/functional/color/control.json5",
17980
18872
  "isSource": true,
17981
18873
  "$type": "color"
17982
18874
  },
17983
18875
  "light-tritanopia-high-contrast": {
17984
- "$value": "#8c0b1d",
18876
+ "$value": {
18877
+ "colorSpace": "hsl",
18878
+ "components": [351.6, 85.4, 29.6],
18879
+ "hex": "#8c0b1d"
18880
+ },
17985
18881
  "filePath": "src/tokens/functional/color/control.json5",
17986
18882
  "isSource": true,
17987
18883
  "$type": "color"
@@ -47399,14 +48295,22 @@
47399
48295
  },
47400
48296
  "org.primer.overrides": {
47401
48297
  "dark": {
47402
- "$value": "#3a8cfd",
48298
+ "$value": {
48299
+ "colorSpace": "hsl",
48300
+ "components": [214.8, 98, 61],
48301
+ "hex": "#3a8cfd"
48302
+ },
47403
48303
  "alpha": 0.36,
47404
48304
  "filePath": "src/tokens/component/reactionButton.json5",
47405
48305
  "isSource": true,
47406
48306
  "$type": "color"
47407
48307
  },
47408
48308
  "dark-dimmed": {
47409
- "$value": "#4285e5",
48309
+ "$value": {
48310
+ "colorSpace": "hsl",
48311
+ "components": [215.3, 75.8, 57.8],
48312
+ "hex": "#4285e5"
48313
+ },
47410
48314
  "alpha": 0.36,
47411
48315
  "filePath": "src/tokens/component/reactionButton.json5",
47412
48316
  "isSource": true,
@@ -47414,7 +48318,11 @@
47414
48318
  },
47415
48319
  "light-high-contrast": "#c7e9ff",
47416
48320
  "dark-high-contrast": {
47417
- "$value": "#5dadff",
48321
+ "$value": {
48322
+ "colorSpace": "hsl",
48323
+ "components": [210.4, 100, 68.2],
48324
+ "hex": "#5dadff"
48325
+ },
47418
48326
  "alpha": 0.36,
47419
48327
  "filePath": "src/tokens/component/reactionButton.json5",
47420
48328
  "isSource": true,
@@ -47426,7 +48334,11 @@
47426
48334
  "isSource": true,
47427
48335
  "alpha": 0.36,
47428
48336
  "original": {
47429
- "$value": "#3a8cfd",
48337
+ "$value": {
48338
+ "colorSpace": "hsl",
48339
+ "components": [214.8, 98, 61],
48340
+ "hex": "#3a8cfd"
48341
+ },
47430
48342
  "$type": "color",
47431
48343
  "$extensions": {
47432
48344
  "org.primer.figma": {
@@ -47436,14 +48348,22 @@
47436
48348
  },
47437
48349
  "org.primer.overrides": {
47438
48350
  "dark": {
47439
- "$value": "#3a8cfd",
48351
+ "$value": {
48352
+ "colorSpace": "hsl",
48353
+ "components": [214.8, 98, 61],
48354
+ "hex": "#3a8cfd"
48355
+ },
47440
48356
  "alpha": 0.36,
47441
48357
  "filePath": "src/tokens/component/reactionButton.json5",
47442
48358
  "isSource": true,
47443
48359
  "$type": "color"
47444
48360
  },
47445
48361
  "dark-dimmed": {
47446
- "$value": "#4285e5",
48362
+ "$value": {
48363
+ "colorSpace": "hsl",
48364
+ "components": [215.3, 75.8, 57.8],
48365
+ "hex": "#4285e5"
48366
+ },
47447
48367
  "alpha": 0.36,
47448
48368
  "filePath": "src/tokens/component/reactionButton.json5",
47449
48369
  "isSource": true,
@@ -47451,7 +48371,11 @@
47451
48371
  },
47452
48372
  "light-high-contrast": "#c7e9ff",
47453
48373
  "dark-high-contrast": {
47454
- "$value": "#5dadff",
48374
+ "$value": {
48375
+ "colorSpace": "hsl",
48376
+ "components": [210.4, 100, 68.2],
48377
+ "hex": "#5dadff"
48378
+ },
47455
48379
  "alpha": 0.36,
47456
48380
  "filePath": "src/tokens/component/reactionButton.json5",
47457
48381
  "isSource": true,
@@ -47784,6 +48708,147 @@
47784
48708
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47785
48709
  "isSource": true,
47786
48710
  "$type": "shadow"
48711
+ },
48712
+ "light-high-contrast": {
48713
+ "$value": [
48714
+ {
48715
+ "color": "#b7bdc8",
48716
+ "alpha": 1,
48717
+ "offsetX": {
48718
+ "value": 0,
48719
+ "unit": "px"
48720
+ },
48721
+ "offsetY": {
48722
+ "value": 0,
48723
+ "unit": "px"
48724
+ },
48725
+ "blur": {
48726
+ "value": 0,
48727
+ "unit": "px"
48728
+ },
48729
+ "spread": {
48730
+ "value": 1,
48731
+ "unit": "px"
48732
+ }
48733
+ },
48734
+ {
48735
+ "color": "#f0f6fc",
48736
+ "alpha": 0.24,
48737
+ "offsetX": {
48738
+ "value": 0,
48739
+ "unit": "px"
48740
+ },
48741
+ "offsetY": {
48742
+ "value": 40,
48743
+ "unit": "px"
48744
+ },
48745
+ "blur": {
48746
+ "value": 80,
48747
+ "unit": "px"
48748
+ },
48749
+ "spread": {
48750
+ "value": 0,
48751
+ "unit": "px"
48752
+ }
48753
+ }
48754
+ ],
48755
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48756
+ "isSource": true,
48757
+ "$type": "shadow"
48758
+ },
48759
+ "light-protanopia-deuteranopia-high-contrast": {
48760
+ "$value": [
48761
+ {
48762
+ "color": "#b7bdc8",
48763
+ "alpha": 1,
48764
+ "offsetX": {
48765
+ "value": 0,
48766
+ "unit": "px"
48767
+ },
48768
+ "offsetY": {
48769
+ "value": 0,
48770
+ "unit": "px"
48771
+ },
48772
+ "blur": {
48773
+ "value": 0,
48774
+ "unit": "px"
48775
+ },
48776
+ "spread": {
48777
+ "value": 1,
48778
+ "unit": "px"
48779
+ }
48780
+ },
48781
+ {
48782
+ "color": "#f0f6fc",
48783
+ "alpha": 0.24,
48784
+ "offsetX": {
48785
+ "value": 0,
48786
+ "unit": "px"
48787
+ },
48788
+ "offsetY": {
48789
+ "value": 40,
48790
+ "unit": "px"
48791
+ },
48792
+ "blur": {
48793
+ "value": 80,
48794
+ "unit": "px"
48795
+ },
48796
+ "spread": {
48797
+ "value": 0,
48798
+ "unit": "px"
48799
+ }
48800
+ }
48801
+ ],
48802
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48803
+ "isSource": true,
48804
+ "$type": "shadow"
48805
+ },
48806
+ "light-tritanopia-high-contrast": {
48807
+ "$value": [
48808
+ {
48809
+ "color": "#b7bdc8",
48810
+ "alpha": 1,
48811
+ "offsetX": {
48812
+ "value": 0,
48813
+ "unit": "px"
48814
+ },
48815
+ "offsetY": {
48816
+ "value": 0,
48817
+ "unit": "px"
48818
+ },
48819
+ "blur": {
48820
+ "value": 0,
48821
+ "unit": "px"
48822
+ },
48823
+ "spread": {
48824
+ "value": 1,
48825
+ "unit": "px"
48826
+ }
48827
+ },
48828
+ {
48829
+ "color": "#f0f6fc",
48830
+ "alpha": 0.24,
48831
+ "offsetX": {
48832
+ "value": 0,
48833
+ "unit": "px"
48834
+ },
48835
+ "offsetY": {
48836
+ "value": 40,
48837
+ "unit": "px"
48838
+ },
48839
+ "blur": {
48840
+ "value": 80,
48841
+ "unit": "px"
48842
+ },
48843
+ "spread": {
48844
+ "value": 0,
48845
+ "unit": "px"
48846
+ }
48847
+ }
48848
+ ],
48849
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48850
+ "isSource": true,
48851
+ "$type": "shadow"
47787
48852
  }
47788
48853
  },
47789
48854
  "org.primer.llm": {
@@ -47890,6 +48955,147 @@
47890
48955
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47891
48956
  "isSource": true,
47892
48957
  "$type": "shadow"
48958
+ },
48959
+ "light-high-contrast": {
48960
+ "$value": [
48961
+ {
48962
+ "color": "{overlay.borderColor}",
48963
+ "alpha": 1,
48964
+ "offsetX": {
48965
+ "value": 0,
48966
+ "unit": "px"
48967
+ },
48968
+ "offsetY": {
48969
+ "value": 0,
48970
+ "unit": "px"
48971
+ },
48972
+ "blur": {
48973
+ "value": 0,
48974
+ "unit": "px"
48975
+ },
48976
+ "spread": {
48977
+ "value": 1,
48978
+ "unit": "px"
48979
+ }
48980
+ },
48981
+ {
48982
+ "color": "{base.color.neutral.12}",
48983
+ "alpha": 0.24,
48984
+ "offsetX": {
48985
+ "value": 0,
48986
+ "unit": "px"
48987
+ },
48988
+ "offsetY": {
48989
+ "value": 40,
48990
+ "unit": "px"
48991
+ },
48992
+ "blur": {
48993
+ "value": 80,
48994
+ "unit": "px"
48995
+ },
48996
+ "spread": {
48997
+ "value": 0,
48998
+ "unit": "px"
48999
+ }
49000
+ }
49001
+ ],
49002
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49003
+ "isSource": true,
49004
+ "$type": "shadow"
49005
+ },
49006
+ "light-protanopia-deuteranopia-high-contrast": {
49007
+ "$value": [
49008
+ {
49009
+ "color": "{overlay.borderColor}",
49010
+ "alpha": 1,
49011
+ "offsetX": {
49012
+ "value": 0,
49013
+ "unit": "px"
49014
+ },
49015
+ "offsetY": {
49016
+ "value": 0,
49017
+ "unit": "px"
49018
+ },
49019
+ "blur": {
49020
+ "value": 0,
49021
+ "unit": "px"
49022
+ },
49023
+ "spread": {
49024
+ "value": 1,
49025
+ "unit": "px"
49026
+ }
49027
+ },
49028
+ {
49029
+ "color": "{base.color.neutral.12}",
49030
+ "alpha": 0.24,
49031
+ "offsetX": {
49032
+ "value": 0,
49033
+ "unit": "px"
49034
+ },
49035
+ "offsetY": {
49036
+ "value": 40,
49037
+ "unit": "px"
49038
+ },
49039
+ "blur": {
49040
+ "value": 80,
49041
+ "unit": "px"
49042
+ },
49043
+ "spread": {
49044
+ "value": 0,
49045
+ "unit": "px"
49046
+ }
49047
+ }
49048
+ ],
49049
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49050
+ "isSource": true,
49051
+ "$type": "shadow"
49052
+ },
49053
+ "light-tritanopia-high-contrast": {
49054
+ "$value": [
49055
+ {
49056
+ "color": "{overlay.borderColor}",
49057
+ "alpha": 1,
49058
+ "offsetX": {
49059
+ "value": 0,
49060
+ "unit": "px"
49061
+ },
49062
+ "offsetY": {
49063
+ "value": 0,
49064
+ "unit": "px"
49065
+ },
49066
+ "blur": {
49067
+ "value": 0,
49068
+ "unit": "px"
49069
+ },
49070
+ "spread": {
49071
+ "value": 1,
49072
+ "unit": "px"
49073
+ }
49074
+ },
49075
+ {
49076
+ "color": "{base.color.neutral.12}",
49077
+ "alpha": 0.24,
49078
+ "offsetX": {
49079
+ "value": 0,
49080
+ "unit": "px"
49081
+ },
49082
+ "offsetY": {
49083
+ "value": 40,
49084
+ "unit": "px"
49085
+ },
49086
+ "blur": {
49087
+ "value": 80,
49088
+ "unit": "px"
49089
+ },
49090
+ "spread": {
49091
+ "value": 0,
49092
+ "unit": "px"
49093
+ }
49094
+ }
49095
+ ],
49096
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49097
+ "isSource": true,
49098
+ "$type": "shadow"
47893
49099
  }
47894
49100
  },
47895
49101
  "org.primer.llm": {
@@ -48190,6 +49396,327 @@
48190
49396
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48191
49397
  "isSource": true,
48192
49398
  "$type": "shadow"
49399
+ },
49400
+ "light-high-contrast": {
49401
+ "$value": [
49402
+ {
49403
+ "color": "#b7bdc8",
49404
+ "alpha": 1,
49405
+ "offsetX": {
49406
+ "value": 0,
49407
+ "unit": "px"
49408
+ },
49409
+ "offsetY": {
49410
+ "value": 0,
49411
+ "unit": "px"
49412
+ },
49413
+ "blur": {
49414
+ "value": 0,
49415
+ "unit": "px"
49416
+ },
49417
+ "spread": {
49418
+ "value": 1,
49419
+ "unit": "px"
49420
+ }
49421
+ },
49422
+ {
49423
+ "color": "#f0f6fc",
49424
+ "alpha": 0.08,
49425
+ "offsetX": {
49426
+ "value": 0,
49427
+ "unit": "px"
49428
+ },
49429
+ "offsetY": {
49430
+ "value": 8,
49431
+ "unit": "px"
49432
+ },
49433
+ "blur": {
49434
+ "value": 16,
49435
+ "unit": "px"
49436
+ },
49437
+ "spread": {
49438
+ "value": -4,
49439
+ "unit": "px"
49440
+ }
49441
+ },
49442
+ {
49443
+ "color": "#f0f6fc",
49444
+ "alpha": 0.08,
49445
+ "offsetX": {
49446
+ "value": 0,
49447
+ "unit": "px"
49448
+ },
49449
+ "offsetY": {
49450
+ "value": 4,
49451
+ "unit": "px"
49452
+ },
49453
+ "blur": {
49454
+ "value": 32,
49455
+ "unit": "px"
49456
+ },
49457
+ "spread": {
49458
+ "value": -4,
49459
+ "unit": "px"
49460
+ }
49461
+ },
49462
+ {
49463
+ "color": "#f0f6fc",
49464
+ "alpha": 0.08,
49465
+ "offsetX": {
49466
+ "value": 0,
49467
+ "unit": "px"
49468
+ },
49469
+ "offsetY": {
49470
+ "value": 24,
49471
+ "unit": "px"
49472
+ },
49473
+ "blur": {
49474
+ "value": 48,
49475
+ "unit": "px"
49476
+ },
49477
+ "spread": {
49478
+ "value": -12,
49479
+ "unit": "px"
49480
+ }
49481
+ },
49482
+ {
49483
+ "color": "#f0f6fc",
49484
+ "alpha": 0.08,
49485
+ "offsetX": {
49486
+ "value": 0,
49487
+ "unit": "px"
49488
+ },
49489
+ "offsetY": {
49490
+ "value": 48,
49491
+ "unit": "px"
49492
+ },
49493
+ "blur": {
49494
+ "value": 96,
49495
+ "unit": "px"
49496
+ },
49497
+ "spread": {
49498
+ "value": -24,
49499
+ "unit": "px"
49500
+ }
49501
+ }
49502
+ ],
49503
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49504
+ "isSource": true,
49505
+ "$type": "shadow"
49506
+ },
49507
+ "light-protanopia-deuteranopia-high-contrast": {
49508
+ "$value": [
49509
+ {
49510
+ "color": "#b7bdc8",
49511
+ "alpha": 1,
49512
+ "offsetX": {
49513
+ "value": 0,
49514
+ "unit": "px"
49515
+ },
49516
+ "offsetY": {
49517
+ "value": 0,
49518
+ "unit": "px"
49519
+ },
49520
+ "blur": {
49521
+ "value": 0,
49522
+ "unit": "px"
49523
+ },
49524
+ "spread": {
49525
+ "value": 1,
49526
+ "unit": "px"
49527
+ }
49528
+ },
49529
+ {
49530
+ "color": "#f0f6fc",
49531
+ "alpha": 0.08,
49532
+ "offsetX": {
49533
+ "value": 0,
49534
+ "unit": "px"
49535
+ },
49536
+ "offsetY": {
49537
+ "value": 8,
49538
+ "unit": "px"
49539
+ },
49540
+ "blur": {
49541
+ "value": 16,
49542
+ "unit": "px"
49543
+ },
49544
+ "spread": {
49545
+ "value": -4,
49546
+ "unit": "px"
49547
+ }
49548
+ },
49549
+ {
49550
+ "color": "#f0f6fc",
49551
+ "alpha": 0.08,
49552
+ "offsetX": {
49553
+ "value": 0,
49554
+ "unit": "px"
49555
+ },
49556
+ "offsetY": {
49557
+ "value": 4,
49558
+ "unit": "px"
49559
+ },
49560
+ "blur": {
49561
+ "value": 32,
49562
+ "unit": "px"
49563
+ },
49564
+ "spread": {
49565
+ "value": -4,
49566
+ "unit": "px"
49567
+ }
49568
+ },
49569
+ {
49570
+ "color": "#f0f6fc",
49571
+ "alpha": 0.08,
49572
+ "offsetX": {
49573
+ "value": 0,
49574
+ "unit": "px"
49575
+ },
49576
+ "offsetY": {
49577
+ "value": 24,
49578
+ "unit": "px"
49579
+ },
49580
+ "blur": {
49581
+ "value": 48,
49582
+ "unit": "px"
49583
+ },
49584
+ "spread": {
49585
+ "value": -12,
49586
+ "unit": "px"
49587
+ }
49588
+ },
49589
+ {
49590
+ "color": "#f0f6fc",
49591
+ "alpha": 0.08,
49592
+ "offsetX": {
49593
+ "value": 0,
49594
+ "unit": "px"
49595
+ },
49596
+ "offsetY": {
49597
+ "value": 48,
49598
+ "unit": "px"
49599
+ },
49600
+ "blur": {
49601
+ "value": 96,
49602
+ "unit": "px"
49603
+ },
49604
+ "spread": {
49605
+ "value": -24,
49606
+ "unit": "px"
49607
+ }
49608
+ }
49609
+ ],
49610
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49611
+ "isSource": true,
49612
+ "$type": "shadow"
49613
+ },
49614
+ "light-tritanopia-high-contrast": {
49615
+ "$value": [
49616
+ {
49617
+ "color": "#b7bdc8",
49618
+ "alpha": 1,
49619
+ "offsetX": {
49620
+ "value": 0,
49621
+ "unit": "px"
49622
+ },
49623
+ "offsetY": {
49624
+ "value": 0,
49625
+ "unit": "px"
49626
+ },
49627
+ "blur": {
49628
+ "value": 0,
49629
+ "unit": "px"
49630
+ },
49631
+ "spread": {
49632
+ "value": 1,
49633
+ "unit": "px"
49634
+ }
49635
+ },
49636
+ {
49637
+ "color": "#f0f6fc",
49638
+ "alpha": 0.08,
49639
+ "offsetX": {
49640
+ "value": 0,
49641
+ "unit": "px"
49642
+ },
49643
+ "offsetY": {
49644
+ "value": 8,
49645
+ "unit": "px"
49646
+ },
49647
+ "blur": {
49648
+ "value": 16,
49649
+ "unit": "px"
49650
+ },
49651
+ "spread": {
49652
+ "value": -4,
49653
+ "unit": "px"
49654
+ }
49655
+ },
49656
+ {
49657
+ "color": "#f0f6fc",
49658
+ "alpha": 0.08,
49659
+ "offsetX": {
49660
+ "value": 0,
49661
+ "unit": "px"
49662
+ },
49663
+ "offsetY": {
49664
+ "value": 4,
49665
+ "unit": "px"
49666
+ },
49667
+ "blur": {
49668
+ "value": 32,
49669
+ "unit": "px"
49670
+ },
49671
+ "spread": {
49672
+ "value": -4,
49673
+ "unit": "px"
49674
+ }
49675
+ },
49676
+ {
49677
+ "color": "#f0f6fc",
49678
+ "alpha": 0.08,
49679
+ "offsetX": {
49680
+ "value": 0,
49681
+ "unit": "px"
49682
+ },
49683
+ "offsetY": {
49684
+ "value": 24,
49685
+ "unit": "px"
49686
+ },
49687
+ "blur": {
49688
+ "value": 48,
49689
+ "unit": "px"
49690
+ },
49691
+ "spread": {
49692
+ "value": -12,
49693
+ "unit": "px"
49694
+ }
49695
+ },
49696
+ {
49697
+ "color": "#f0f6fc",
49698
+ "alpha": 0.08,
49699
+ "offsetX": {
49700
+ "value": 0,
49701
+ "unit": "px"
49702
+ },
49703
+ "offsetY": {
49704
+ "value": 48,
49705
+ "unit": "px"
49706
+ },
49707
+ "blur": {
49708
+ "value": 96,
49709
+ "unit": "px"
49710
+ },
49711
+ "spread": {
49712
+ "value": -24,
49713
+ "unit": "px"
49714
+ }
49715
+ }
49716
+ ],
49717
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49718
+ "isSource": true,
49719
+ "$type": "shadow"
48193
49720
  }
48194
49721
  },
48195
49722
  "org.primer.llm": {
@@ -48416,6 +49943,327 @@
48416
49943
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48417
49944
  "isSource": true,
48418
49945
  "$type": "shadow"
49946
+ },
49947
+ "light-high-contrast": {
49948
+ "$value": [
49949
+ {
49950
+ "color": "{overlay.borderColor}",
49951
+ "alpha": 1,
49952
+ "offsetX": {
49953
+ "value": 0,
49954
+ "unit": "px"
49955
+ },
49956
+ "offsetY": {
49957
+ "value": 0,
49958
+ "unit": "px"
49959
+ },
49960
+ "blur": {
49961
+ "value": 0,
49962
+ "unit": "px"
49963
+ },
49964
+ "spread": {
49965
+ "value": 1,
49966
+ "unit": "px"
49967
+ }
49968
+ },
49969
+ {
49970
+ "color": "{base.color.neutral.12}",
49971
+ "alpha": 0.08,
49972
+ "offsetX": {
49973
+ "value": 0,
49974
+ "unit": "px"
49975
+ },
49976
+ "offsetY": {
49977
+ "value": 8,
49978
+ "unit": "px"
49979
+ },
49980
+ "blur": {
49981
+ "value": 16,
49982
+ "unit": "px"
49983
+ },
49984
+ "spread": {
49985
+ "value": -4,
49986
+ "unit": "px"
49987
+ }
49988
+ },
49989
+ {
49990
+ "color": "{base.color.neutral.12}",
49991
+ "alpha": 0.08,
49992
+ "offsetX": {
49993
+ "value": 0,
49994
+ "unit": "px"
49995
+ },
49996
+ "offsetY": {
49997
+ "value": 4,
49998
+ "unit": "px"
49999
+ },
50000
+ "blur": {
50001
+ "value": 32,
50002
+ "unit": "px"
50003
+ },
50004
+ "spread": {
50005
+ "value": -4,
50006
+ "unit": "px"
50007
+ }
50008
+ },
50009
+ {
50010
+ "color": "{base.color.neutral.12}",
50011
+ "alpha": 0.08,
50012
+ "offsetX": {
50013
+ "value": 0,
50014
+ "unit": "px"
50015
+ },
50016
+ "offsetY": {
50017
+ "value": 24,
50018
+ "unit": "px"
50019
+ },
50020
+ "blur": {
50021
+ "value": 48,
50022
+ "unit": "px"
50023
+ },
50024
+ "spread": {
50025
+ "value": -12,
50026
+ "unit": "px"
50027
+ }
50028
+ },
50029
+ {
50030
+ "color": "{base.color.neutral.12}",
50031
+ "alpha": 0.08,
50032
+ "offsetX": {
50033
+ "value": 0,
50034
+ "unit": "px"
50035
+ },
50036
+ "offsetY": {
50037
+ "value": 48,
50038
+ "unit": "px"
50039
+ },
50040
+ "blur": {
50041
+ "value": 96,
50042
+ "unit": "px"
50043
+ },
50044
+ "spread": {
50045
+ "value": -24,
50046
+ "unit": "px"
50047
+ }
50048
+ }
50049
+ ],
50050
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50051
+ "isSource": true,
50052
+ "$type": "shadow"
50053
+ },
50054
+ "light-protanopia-deuteranopia-high-contrast": {
50055
+ "$value": [
50056
+ {
50057
+ "color": "{overlay.borderColor}",
50058
+ "alpha": 1,
50059
+ "offsetX": {
50060
+ "value": 0,
50061
+ "unit": "px"
50062
+ },
50063
+ "offsetY": {
50064
+ "value": 0,
50065
+ "unit": "px"
50066
+ },
50067
+ "blur": {
50068
+ "value": 0,
50069
+ "unit": "px"
50070
+ },
50071
+ "spread": {
50072
+ "value": 1,
50073
+ "unit": "px"
50074
+ }
50075
+ },
50076
+ {
50077
+ "color": "{base.color.neutral.12}",
50078
+ "alpha": 0.08,
50079
+ "offsetX": {
50080
+ "value": 0,
50081
+ "unit": "px"
50082
+ },
50083
+ "offsetY": {
50084
+ "value": 8,
50085
+ "unit": "px"
50086
+ },
50087
+ "blur": {
50088
+ "value": 16,
50089
+ "unit": "px"
50090
+ },
50091
+ "spread": {
50092
+ "value": -4,
50093
+ "unit": "px"
50094
+ }
50095
+ },
50096
+ {
50097
+ "color": "{base.color.neutral.12}",
50098
+ "alpha": 0.08,
50099
+ "offsetX": {
50100
+ "value": 0,
50101
+ "unit": "px"
50102
+ },
50103
+ "offsetY": {
50104
+ "value": 4,
50105
+ "unit": "px"
50106
+ },
50107
+ "blur": {
50108
+ "value": 32,
50109
+ "unit": "px"
50110
+ },
50111
+ "spread": {
50112
+ "value": -4,
50113
+ "unit": "px"
50114
+ }
50115
+ },
50116
+ {
50117
+ "color": "{base.color.neutral.12}",
50118
+ "alpha": 0.08,
50119
+ "offsetX": {
50120
+ "value": 0,
50121
+ "unit": "px"
50122
+ },
50123
+ "offsetY": {
50124
+ "value": 24,
50125
+ "unit": "px"
50126
+ },
50127
+ "blur": {
50128
+ "value": 48,
50129
+ "unit": "px"
50130
+ },
50131
+ "spread": {
50132
+ "value": -12,
50133
+ "unit": "px"
50134
+ }
50135
+ },
50136
+ {
50137
+ "color": "{base.color.neutral.12}",
50138
+ "alpha": 0.08,
50139
+ "offsetX": {
50140
+ "value": 0,
50141
+ "unit": "px"
50142
+ },
50143
+ "offsetY": {
50144
+ "value": 48,
50145
+ "unit": "px"
50146
+ },
50147
+ "blur": {
50148
+ "value": 96,
50149
+ "unit": "px"
50150
+ },
50151
+ "spread": {
50152
+ "value": -24,
50153
+ "unit": "px"
50154
+ }
50155
+ }
50156
+ ],
50157
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50158
+ "isSource": true,
50159
+ "$type": "shadow"
50160
+ },
50161
+ "light-tritanopia-high-contrast": {
50162
+ "$value": [
50163
+ {
50164
+ "color": "{overlay.borderColor}",
50165
+ "alpha": 1,
50166
+ "offsetX": {
50167
+ "value": 0,
50168
+ "unit": "px"
50169
+ },
50170
+ "offsetY": {
50171
+ "value": 0,
50172
+ "unit": "px"
50173
+ },
50174
+ "blur": {
50175
+ "value": 0,
50176
+ "unit": "px"
50177
+ },
50178
+ "spread": {
50179
+ "value": 1,
50180
+ "unit": "px"
50181
+ }
50182
+ },
50183
+ {
50184
+ "color": "{base.color.neutral.12}",
50185
+ "alpha": 0.08,
50186
+ "offsetX": {
50187
+ "value": 0,
50188
+ "unit": "px"
50189
+ },
50190
+ "offsetY": {
50191
+ "value": 8,
50192
+ "unit": "px"
50193
+ },
50194
+ "blur": {
50195
+ "value": 16,
50196
+ "unit": "px"
50197
+ },
50198
+ "spread": {
50199
+ "value": -4,
50200
+ "unit": "px"
50201
+ }
50202
+ },
50203
+ {
50204
+ "color": "{base.color.neutral.12}",
50205
+ "alpha": 0.08,
50206
+ "offsetX": {
50207
+ "value": 0,
50208
+ "unit": "px"
50209
+ },
50210
+ "offsetY": {
50211
+ "value": 4,
50212
+ "unit": "px"
50213
+ },
50214
+ "blur": {
50215
+ "value": 32,
50216
+ "unit": "px"
50217
+ },
50218
+ "spread": {
50219
+ "value": -4,
50220
+ "unit": "px"
50221
+ }
50222
+ },
50223
+ {
50224
+ "color": "{base.color.neutral.12}",
50225
+ "alpha": 0.08,
50226
+ "offsetX": {
50227
+ "value": 0,
50228
+ "unit": "px"
50229
+ },
50230
+ "offsetY": {
50231
+ "value": 24,
50232
+ "unit": "px"
50233
+ },
50234
+ "blur": {
50235
+ "value": 48,
50236
+ "unit": "px"
50237
+ },
50238
+ "spread": {
50239
+ "value": -12,
50240
+ "unit": "px"
50241
+ }
50242
+ },
50243
+ {
50244
+ "color": "{base.color.neutral.12}",
50245
+ "alpha": 0.08,
50246
+ "offsetX": {
50247
+ "value": 0,
50248
+ "unit": "px"
50249
+ },
50250
+ "offsetY": {
50251
+ "value": 48,
50252
+ "unit": "px"
50253
+ },
50254
+ "blur": {
50255
+ "value": 96,
50256
+ "unit": "px"
50257
+ },
50258
+ "spread": {
50259
+ "value": -24,
50260
+ "unit": "px"
50261
+ }
50262
+ }
50263
+ ],
50264
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50265
+ "isSource": true,
50266
+ "$type": "shadow"
48419
50267
  }
48420
50268
  },
48421
50269
  "org.primer.llm": {
@@ -48722,6 +50570,147 @@
48722
50570
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48723
50571
  "isSource": true,
48724
50572
  "$type": "shadow"
50573
+ },
50574
+ "light-high-contrast": {
50575
+ "$value": [
50576
+ {
50577
+ "color": "#b7bdc8",
50578
+ "alpha": 1,
50579
+ "offsetX": {
50580
+ "value": 0,
50581
+ "unit": "px"
50582
+ },
50583
+ "offsetY": {
50584
+ "value": 0,
50585
+ "unit": "px"
50586
+ },
50587
+ "blur": {
50588
+ "value": 0,
50589
+ "unit": "px"
50590
+ },
50591
+ "spread": {
50592
+ "value": 1,
50593
+ "unit": "px"
50594
+ }
50595
+ },
50596
+ {
50597
+ "color": "#f0f6fc",
50598
+ "alpha": 0.32,
50599
+ "offsetX": {
50600
+ "value": 0,
50601
+ "unit": "px"
50602
+ },
50603
+ "offsetY": {
50604
+ "value": 56,
50605
+ "unit": "px"
50606
+ },
50607
+ "blur": {
50608
+ "value": 112,
50609
+ "unit": "px"
50610
+ },
50611
+ "spread": {
50612
+ "value": 0,
50613
+ "unit": "px"
50614
+ }
50615
+ }
50616
+ ],
50617
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50618
+ "isSource": true,
50619
+ "$type": "shadow"
50620
+ },
50621
+ "light-protanopia-deuteranopia-high-contrast": {
50622
+ "$value": [
50623
+ {
50624
+ "color": "#b7bdc8",
50625
+ "alpha": 1,
50626
+ "offsetX": {
50627
+ "value": 0,
50628
+ "unit": "px"
50629
+ },
50630
+ "offsetY": {
50631
+ "value": 0,
50632
+ "unit": "px"
50633
+ },
50634
+ "blur": {
50635
+ "value": 0,
50636
+ "unit": "px"
50637
+ },
50638
+ "spread": {
50639
+ "value": 1,
50640
+ "unit": "px"
50641
+ }
50642
+ },
50643
+ {
50644
+ "color": "#f0f6fc",
50645
+ "alpha": 0.32,
50646
+ "offsetX": {
50647
+ "value": 0,
50648
+ "unit": "px"
50649
+ },
50650
+ "offsetY": {
50651
+ "value": 56,
50652
+ "unit": "px"
50653
+ },
50654
+ "blur": {
50655
+ "value": 112,
50656
+ "unit": "px"
50657
+ },
50658
+ "spread": {
50659
+ "value": 0,
50660
+ "unit": "px"
50661
+ }
50662
+ }
50663
+ ],
50664
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50665
+ "isSource": true,
50666
+ "$type": "shadow"
50667
+ },
50668
+ "light-tritanopia-high-contrast": {
50669
+ "$value": [
50670
+ {
50671
+ "color": "#b7bdc8",
50672
+ "alpha": 1,
50673
+ "offsetX": {
50674
+ "value": 0,
50675
+ "unit": "px"
50676
+ },
50677
+ "offsetY": {
50678
+ "value": 0,
50679
+ "unit": "px"
50680
+ },
50681
+ "blur": {
50682
+ "value": 0,
50683
+ "unit": "px"
50684
+ },
50685
+ "spread": {
50686
+ "value": 1,
50687
+ "unit": "px"
50688
+ }
50689
+ },
50690
+ {
50691
+ "color": "#f0f6fc",
50692
+ "alpha": 0.32,
50693
+ "offsetX": {
50694
+ "value": 0,
50695
+ "unit": "px"
50696
+ },
50697
+ "offsetY": {
50698
+ "value": 56,
50699
+ "unit": "px"
50700
+ },
50701
+ "blur": {
50702
+ "value": 112,
50703
+ "unit": "px"
50704
+ },
50705
+ "spread": {
50706
+ "value": 0,
50707
+ "unit": "px"
50708
+ }
50709
+ }
50710
+ ],
50711
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50712
+ "isSource": true,
50713
+ "$type": "shadow"
48725
50714
  }
48726
50715
  },
48727
50716
  "org.primer.llm": {
@@ -48828,6 +50817,147 @@
48828
50817
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48829
50818
  "isSource": true,
48830
50819
  "$type": "shadow"
50820
+ },
50821
+ "light-high-contrast": {
50822
+ "$value": [
50823
+ {
50824
+ "color": "{overlay.borderColor}",
50825
+ "alpha": 1,
50826
+ "offsetX": {
50827
+ "value": 0,
50828
+ "unit": "px"
50829
+ },
50830
+ "offsetY": {
50831
+ "value": 0,
50832
+ "unit": "px"
50833
+ },
50834
+ "blur": {
50835
+ "value": 0,
50836
+ "unit": "px"
50837
+ },
50838
+ "spread": {
50839
+ "value": 1,
50840
+ "unit": "px"
50841
+ }
50842
+ },
50843
+ {
50844
+ "color": "{base.color.neutral.12}",
50845
+ "alpha": 0.32,
50846
+ "offsetX": {
50847
+ "value": 0,
50848
+ "unit": "px"
50849
+ },
50850
+ "offsetY": {
50851
+ "value": 56,
50852
+ "unit": "px"
50853
+ },
50854
+ "blur": {
50855
+ "value": 112,
50856
+ "unit": "px"
50857
+ },
50858
+ "spread": {
50859
+ "value": 0,
50860
+ "unit": "px"
50861
+ }
50862
+ }
50863
+ ],
50864
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50865
+ "isSource": true,
50866
+ "$type": "shadow"
50867
+ },
50868
+ "light-protanopia-deuteranopia-high-contrast": {
50869
+ "$value": [
50870
+ {
50871
+ "color": "{overlay.borderColor}",
50872
+ "alpha": 1,
50873
+ "offsetX": {
50874
+ "value": 0,
50875
+ "unit": "px"
50876
+ },
50877
+ "offsetY": {
50878
+ "value": 0,
50879
+ "unit": "px"
50880
+ },
50881
+ "blur": {
50882
+ "value": 0,
50883
+ "unit": "px"
50884
+ },
50885
+ "spread": {
50886
+ "value": 1,
50887
+ "unit": "px"
50888
+ }
50889
+ },
50890
+ {
50891
+ "color": "{base.color.neutral.12}",
50892
+ "alpha": 0.32,
50893
+ "offsetX": {
50894
+ "value": 0,
50895
+ "unit": "px"
50896
+ },
50897
+ "offsetY": {
50898
+ "value": 56,
50899
+ "unit": "px"
50900
+ },
50901
+ "blur": {
50902
+ "value": 112,
50903
+ "unit": "px"
50904
+ },
50905
+ "spread": {
50906
+ "value": 0,
50907
+ "unit": "px"
50908
+ }
50909
+ }
50910
+ ],
50911
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50912
+ "isSource": true,
50913
+ "$type": "shadow"
50914
+ },
50915
+ "light-tritanopia-high-contrast": {
50916
+ "$value": [
50917
+ {
50918
+ "color": "{overlay.borderColor}",
50919
+ "alpha": 1,
50920
+ "offsetX": {
50921
+ "value": 0,
50922
+ "unit": "px"
50923
+ },
50924
+ "offsetY": {
50925
+ "value": 0,
50926
+ "unit": "px"
50927
+ },
50928
+ "blur": {
50929
+ "value": 0,
50930
+ "unit": "px"
50931
+ },
50932
+ "spread": {
50933
+ "value": 1,
50934
+ "unit": "px"
50935
+ }
50936
+ },
50937
+ {
50938
+ "color": "{base.color.neutral.12}",
50939
+ "alpha": 0.32,
50940
+ "offsetX": {
50941
+ "value": 0,
50942
+ "unit": "px"
50943
+ },
50944
+ "offsetY": {
50945
+ "value": 56,
50946
+ "unit": "px"
50947
+ },
50948
+ "blur": {
50949
+ "value": 112,
50950
+ "unit": "px"
50951
+ },
50952
+ "spread": {
50953
+ "value": 0,
50954
+ "unit": "px"
50955
+ }
50956
+ }
50957
+ ],
50958
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50959
+ "isSource": true,
50960
+ "$type": "shadow"
48831
50961
  }
48832
50962
  },
48833
50963
  "org.primer.llm": {