@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
@@ -2095,7 +2095,11 @@
2095
2095
  "$type": "color"
2096
2096
  },
2097
2097
  "dark-tritanopia": {
2098
- "$value": "#db61a2",
2098
+ "$value": {
2099
+ "colorSpace": "hsl",
2100
+ "components": [328, 62.9, 62],
2101
+ "hex": "#db61a2"
2102
+ },
2099
2103
  "alpha": 0.1,
2100
2104
  "filePath": "src/tokens/functional/color/bgColor.json5",
2101
2105
  "isSource": true,
@@ -2111,7 +2115,11 @@
2111
2115
  "isSource": true,
2112
2116
  "alpha": 0.1,
2113
2117
  "original": {
2114
- "$value": "#db61a2",
2118
+ "$value": {
2119
+ "colorSpace": "hsl",
2120
+ "components": [328, 62.9, 62],
2121
+ "hex": "#db61a2"
2122
+ },
2115
2123
  "$type": "color",
2116
2124
  "$description": "Subtle background for GitHub Sponsors content",
2117
2125
  "$extensions": {
@@ -2132,7 +2140,11 @@
2132
2140
  "$type": "color"
2133
2141
  },
2134
2142
  "dark-tritanopia": {
2135
- "$value": "#db61a2",
2143
+ "$value": {
2144
+ "colorSpace": "hsl",
2145
+ "components": [328, 62.9, 62],
2146
+ "hex": "#db61a2"
2147
+ },
2136
2148
  "alpha": 0.1,
2137
2149
  "filePath": "src/tokens/functional/color/bgColor.json5",
2138
2150
  "isSource": true,
@@ -2756,6 +2768,44 @@
2756
2768
  "value": "0.0625rem solid #ab7df866",
2757
2769
  "type": "border"
2758
2770
  },
2771
+ "border-draft-emphasis": {
2772
+ "key": "{border.draft.emphasis}",
2773
+ "filePath": "src/tokens/functional/border/border.json5",
2774
+ "isSource": true,
2775
+ "original": {
2776
+ "$value": {
2777
+ "color": "{borderColor.draft.emphasis}",
2778
+ "style": "solid",
2779
+ "width": "{borderWidth.default}"
2780
+ },
2781
+ "$type": "border",
2782
+ "key": "{border.draft.emphasis}"
2783
+ },
2784
+ "name": "border-draft-emphasis",
2785
+ "attributes": {},
2786
+ "path": ["border", "draft", "emphasis"],
2787
+ "value": "0.0625rem solid #656c76",
2788
+ "type": "border"
2789
+ },
2790
+ "border-draft-muted": {
2791
+ "key": "{border.draft.muted}",
2792
+ "filePath": "src/tokens/functional/border/border.json5",
2793
+ "isSource": true,
2794
+ "original": {
2795
+ "$value": {
2796
+ "color": "{borderColor.draft.muted}",
2797
+ "style": "solid",
2798
+ "width": "{borderWidth.default}"
2799
+ },
2800
+ "$type": "border",
2801
+ "key": "{border.draft.muted}"
2802
+ },
2803
+ "name": "border-draft-muted",
2804
+ "attributes": {},
2805
+ "path": ["border", "draft", "muted"],
2806
+ "value": "0.0625rem solid #3d444d66",
2807
+ "type": "border"
2808
+ },
2759
2809
  "border-emphasis": {
2760
2810
  "key": "{border.emphasis}",
2761
2811
  "filePath": "src/tokens/functional/border/border.json5",
@@ -2976,6 +3026,27 @@
2976
3026
  "value": "0.0625rem solid #388bfd66",
2977
3027
  "type": "border"
2978
3028
  },
3029
+ "border-translucent": {
3030
+ "key": "{border.translucent}",
3031
+ "filePath": "src/tokens/functional/border/border.json5",
3032
+ "isSource": true,
3033
+ "original": {
3034
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3035
+ "$value": {
3036
+ "color": "{borderColor.translucent}",
3037
+ "style": "solid",
3038
+ "width": "{borderWidth.default}"
3039
+ },
3040
+ "$type": "border",
3041
+ "key": "{border.translucent}"
3042
+ },
3043
+ "name": "border-translucent",
3044
+ "attributes": {},
3045
+ "path": ["border", "translucent"],
3046
+ "value": "0.0625rem solid #ffffff26",
3047
+ "type": "border",
3048
+ "description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
3049
+ },
2979
3050
  "border-transparent": {
2980
3051
  "key": "{border.transparent}",
2981
3052
  "filePath": "src/tokens/functional/border/border.json5",
@@ -5839,7 +5910,7 @@
5839
5910
  "original": {
5840
5911
  "$value": "{base.color.neutral.13}",
5841
5912
  "$type": "color",
5842
- "$description": "Semi-transparent border for overlays and layered elements",
5913
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5843
5914
  "$extensions": {
5844
5915
  "org.primer.figma": {
5845
5916
  "collection": "mode",
@@ -5910,7 +5981,7 @@
5910
5981
  "path": ["borderColor", "translucent"],
5911
5982
  "value": "#ffffff26",
5912
5983
  "type": "color",
5913
- "description": "Semi-transparent border for overlays and layered elements"
5984
+ "description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
5914
5985
  },
5915
5986
  "borderColor-transparent": {
5916
5987
  "key": "{borderColor.transparent}",
@@ -6632,13 +6703,21 @@
6632
6703
  "$type": "color"
6633
6704
  },
6634
6705
  "dark-dimmed-high-contrast": {
6635
- "$value": "#ffffff",
6706
+ "$value": {
6707
+ "colorSpace": "hsl",
6708
+ "components": [0, 0, 100],
6709
+ "hex": "#ffffff"
6710
+ },
6636
6711
  "filePath": "src/tokens/component/button.json5",
6637
6712
  "isSource": true,
6638
6713
  "$type": "color"
6639
6714
  },
6640
6715
  "dark-dimmed": {
6641
- "$value": "#ffffff",
6716
+ "$value": {
6717
+ "colorSpace": "hsl",
6718
+ "components": [0, 0, 100],
6719
+ "hex": "#ffffff"
6720
+ },
6642
6721
  "filePath": "src/tokens/component/button.json5",
6643
6722
  "isSource": true,
6644
6723
  "$type": "color"
@@ -6664,13 +6743,21 @@
6664
6743
  "$type": "color"
6665
6744
  },
6666
6745
  "dark-dimmed-high-contrast": {
6667
- "$value": "#ffffff",
6746
+ "$value": {
6747
+ "colorSpace": "hsl",
6748
+ "components": [0, 0, 100],
6749
+ "hex": "#ffffff"
6750
+ },
6668
6751
  "filePath": "src/tokens/component/button.json5",
6669
6752
  "isSource": true,
6670
6753
  "$type": "color"
6671
6754
  },
6672
6755
  "dark-dimmed": {
6673
- "$value": "#ffffff",
6756
+ "$value": {
6757
+ "colorSpace": "hsl",
6758
+ "components": [0, 0, 100],
6759
+ "hex": "#ffffff"
6760
+ },
6674
6761
  "filePath": "src/tokens/component/button.json5",
6675
6762
  "isSource": true,
6676
6763
  "$type": "color"
@@ -6750,13 +6837,21 @@
6750
6837
  "$type": "color"
6751
6838
  },
6752
6839
  "dark-dimmed-high-contrast": {
6753
- "$value": "#ffffff",
6840
+ "$value": {
6841
+ "colorSpace": "hsl",
6842
+ "components": [0, 0, 100],
6843
+ "hex": "#ffffff"
6844
+ },
6754
6845
  "filePath": "src/tokens/component/button.json5",
6755
6846
  "isSource": true,
6756
6847
  "$type": "color"
6757
6848
  },
6758
6849
  "dark-dimmed": {
6759
- "$value": "#ffffff",
6850
+ "$value": {
6851
+ "colorSpace": "hsl",
6852
+ "components": [0, 0, 100],
6853
+ "hex": "#ffffff"
6854
+ },
6760
6855
  "filePath": "src/tokens/component/button.json5",
6761
6856
  "isSource": true,
6762
6857
  "$type": "color"
@@ -6782,13 +6877,21 @@
6782
6877
  "$type": "color"
6783
6878
  },
6784
6879
  "dark-dimmed-high-contrast": {
6785
- "$value": "#ffffff",
6880
+ "$value": {
6881
+ "colorSpace": "hsl",
6882
+ "components": [0, 0, 100],
6883
+ "hex": "#ffffff"
6884
+ },
6786
6885
  "filePath": "src/tokens/component/button.json5",
6787
6886
  "isSource": true,
6788
6887
  "$type": "color"
6789
6888
  },
6790
6889
  "dark-dimmed": {
6791
- "$value": "#ffffff",
6890
+ "$value": {
6891
+ "colorSpace": "hsl",
6892
+ "components": [0, 0, 100],
6893
+ "hex": "#ffffff"
6894
+ },
6792
6895
  "filePath": "src/tokens/component/button.json5",
6793
6896
  "isSource": true,
6794
6897
  "$type": "color"
@@ -6813,13 +6916,21 @@
6813
6916
  },
6814
6917
  "org.primer.overrides": {
6815
6918
  "dark": {
6816
- "$value": "#FA5E55",
6919
+ "$value": {
6920
+ "colorSpace": "hsl",
6921
+ "components": [3.3, 94.3, 65.7],
6922
+ "hex": "#FA5E55"
6923
+ },
6817
6924
  "filePath": "src/tokens/component/button.json5",
6818
6925
  "isSource": true,
6819
6926
  "$type": "color"
6820
6927
  },
6821
6928
  "dark-dimmed": {
6822
- "$value": "#ea5c53",
6929
+ "$value": {
6930
+ "colorSpace": "hsl",
6931
+ "components": [3.6, 78.2, 62.2],
6932
+ "hex": "#ea5c53"
6933
+ },
6823
6934
  "filePath": "src/tokens/component/button.json5",
6824
6935
  "isSource": true,
6825
6936
  "$type": "color"
@@ -6859,7 +6970,11 @@
6859
6970
  "filePath": "src/tokens/component/button.json5",
6860
6971
  "isSource": true,
6861
6972
  "original": {
6862
- "$value": "#FA5E55",
6973
+ "$value": {
6974
+ "colorSpace": "hsl",
6975
+ "components": [3.3, 94.3, 65.7],
6976
+ "hex": "#FA5E55"
6977
+ },
6863
6978
  "$type": "color",
6864
6979
  "$extensions": {
6865
6980
  "org.primer.figma": {
@@ -6869,13 +6984,21 @@
6869
6984
  },
6870
6985
  "org.primer.overrides": {
6871
6986
  "dark": {
6872
- "$value": "#FA5E55",
6987
+ "$value": {
6988
+ "colorSpace": "hsl",
6989
+ "components": [3.3, 94.3, 65.7],
6990
+ "hex": "#FA5E55"
6991
+ },
6873
6992
  "filePath": "src/tokens/component/button.json5",
6874
6993
  "isSource": true,
6875
6994
  "$type": "color"
6876
6995
  },
6877
6996
  "dark-dimmed": {
6878
- "$value": "#ea5c53",
6997
+ "$value": {
6998
+ "colorSpace": "hsl",
6999
+ "components": [3.6, 78.2, 62.2],
7000
+ "hex": "#ea5c53"
7001
+ },
6879
7002
  "filePath": "src/tokens/component/button.json5",
6880
7003
  "isSource": true,
6881
7004
  "$type": "color"
@@ -6920,6 +7043,35 @@
6920
7043
  "value": "#fa5e55",
6921
7044
  "type": "color"
6922
7045
  },
7046
+ "button-danger-iconColor-disabled": {
7047
+ "key": "{button.danger.iconColor.disabled}",
7048
+ "$extensions": {
7049
+ "org.primer.figma": {
7050
+ "collection": "mode",
7051
+ "group": "component (internal)",
7052
+ "scopes": ["fgColor"]
7053
+ }
7054
+ },
7055
+ "filePath": "src/tokens/component/button.json5",
7056
+ "isSource": true,
7057
+ "original": {
7058
+ "$value": "{button.danger.fgColor.disabled}",
7059
+ "$type": "color",
7060
+ "$extensions": {
7061
+ "org.primer.figma": {
7062
+ "collection": "mode",
7063
+ "group": "component (internal)",
7064
+ "scopes": ["fgColor"]
7065
+ }
7066
+ },
7067
+ "key": "{button.danger.iconColor.disabled}"
7068
+ },
7069
+ "name": "button-danger-iconColor-disabled",
7070
+ "attributes": {},
7071
+ "path": ["button", "danger", "iconColor", "disabled"],
7072
+ "value": "#f8514980",
7073
+ "type": "color"
7074
+ },
6923
7075
  "button-danger-iconColor-hover": {
6924
7076
  "key": "{button.danger.iconColor.hover}",
6925
7077
  "$extensions": {
@@ -6936,7 +7088,11 @@
6936
7088
  "$type": "color"
6937
7089
  },
6938
7090
  "dark-dimmed-high-contrast": {
6939
- "$value": "#ffffff",
7091
+ "$value": {
7092
+ "colorSpace": "hsl",
7093
+ "components": [0, 0, 100],
7094
+ "hex": "#ffffff"
7095
+ },
6940
7096
  "filePath": "src/tokens/component/button.json5",
6941
7097
  "isSource": true,
6942
7098
  "$type": "color"
@@ -6962,7 +7118,11 @@
6962
7118
  "$type": "color"
6963
7119
  },
6964
7120
  "dark-dimmed-high-contrast": {
6965
- "$value": "#ffffff",
7121
+ "$value": {
7122
+ "colorSpace": "hsl",
7123
+ "components": [0, 0, 100],
7124
+ "hex": "#ffffff"
7125
+ },
6966
7126
  "filePath": "src/tokens/component/button.json5",
6967
7127
  "isSource": true,
6968
7128
  "$type": "color"
@@ -7168,7 +7328,7 @@
7168
7328
  "name": "button-danger-shadow-selected",
7169
7329
  "attributes": {},
7170
7330
  "path": ["button", "danger", "shadow", "selected"],
7171
- "value": "0 0 0 0 #000000",
7331
+ "value": "0 0 0 0 #00000000",
7172
7332
  "type": "shadow"
7173
7333
  },
7174
7334
  "button-default-bgColor-active": {
@@ -7484,6 +7644,35 @@
7484
7644
  "value": "#3d444d",
7485
7645
  "type": "color"
7486
7646
  },
7647
+ "button-default-fgColor-disabled": {
7648
+ "key": "{button.default.fgColor.disabled}",
7649
+ "$extensions": {
7650
+ "org.primer.figma": {
7651
+ "collection": "mode",
7652
+ "group": "component (internal)",
7653
+ "scopes": ["fgColor"]
7654
+ }
7655
+ },
7656
+ "filePath": "src/tokens/component/button.json5",
7657
+ "isSource": true,
7658
+ "original": {
7659
+ "$value": "{control.fgColor.disabled}",
7660
+ "$type": "color",
7661
+ "$extensions": {
7662
+ "org.primer.figma": {
7663
+ "collection": "mode",
7664
+ "group": "component (internal)",
7665
+ "scopes": ["fgColor"]
7666
+ }
7667
+ },
7668
+ "key": "{button.default.fgColor.disabled}"
7669
+ },
7670
+ "name": "button-default-fgColor-disabled",
7671
+ "attributes": {},
7672
+ "path": ["button", "default", "fgColor", "disabled"],
7673
+ "value": "#656c76",
7674
+ "type": "color"
7675
+ },
7487
7676
  "button-default-fgColor-rest": {
7488
7677
  "key": "{button.default.fgColor.rest}",
7489
7678
  "$extensions": {
@@ -7635,7 +7824,7 @@
7635
7824
  "name": "button-default-shadow-resting",
7636
7825
  "attributes": {},
7637
7826
  "path": ["button", "default", "shadow", "resting"],
7638
- "value": "0 0 0 0 #000000",
7827
+ "value": "0 0 0 0 #00000000",
7639
7828
  "type": "shadow"
7640
7829
  },
7641
7830
  "button-inactive-bgColor": {
@@ -8770,31 +8959,51 @@
8770
8959
  "$type": "color"
8771
8960
  },
8772
8961
  "dark-tritanopia": {
8773
- "$value": "#0d419d",
8962
+ "$value": {
8963
+ "colorSpace": "hsl",
8964
+ "components": [218.3, 84.7, 33.3],
8965
+ "hex": "#0d419d"
8966
+ },
8774
8967
  "filePath": "src/tokens/component/button.json5",
8775
8968
  "isSource": true,
8776
8969
  "$type": "color"
8777
8970
  },
8778
8971
  "dark-tritanopia-high-contrast": {
8779
- "$value": "#0d419d",
8972
+ "$value": {
8973
+ "colorSpace": "hsl",
8974
+ "components": [218.3, 84.7, 33.3],
8975
+ "hex": "#0d419d"
8976
+ },
8780
8977
  "filePath": "src/tokens/component/button.json5",
8781
8978
  "isSource": true,
8782
8979
  "$type": "color"
8783
8980
  },
8784
8981
  "light-high-contrast": {
8785
- "$value": "#033f9d",
8982
+ "$value": {
8983
+ "colorSpace": "hsl",
8984
+ "components": [216.6, 96.3, 31.4],
8985
+ "hex": "#033f9d"
8986
+ },
8786
8987
  "filePath": "src/tokens/component/button.json5",
8787
8988
  "isSource": true,
8788
8989
  "$type": "color"
8789
8990
  },
8790
8991
  "light-tritanopia-high-contrast": {
8791
- "$value": "#033f9d",
8992
+ "$value": {
8993
+ "colorSpace": "hsl",
8994
+ "components": [216.6, 96.3, 31.4],
8995
+ "hex": "#033f9d"
8996
+ },
8792
8997
  "filePath": "src/tokens/component/button.json5",
8793
8998
  "isSource": true,
8794
8999
  "$type": "color"
8795
9000
  },
8796
9001
  "light-protanopia-deuteranopia-high-contrast": {
8797
- "$value": "#033f9d",
9002
+ "$value": {
9003
+ "colorSpace": "hsl",
9004
+ "components": [216.6, 96.3, 31.4],
9005
+ "hex": "#033f9d"
9006
+ },
8798
9007
  "filePath": "src/tokens/component/button.json5",
8799
9008
  "isSource": true,
8800
9009
  "$type": "color"
@@ -8804,7 +9013,11 @@
8804
9013
  "filePath": "src/tokens/component/button.json5",
8805
9014
  "isSource": true,
8806
9015
  "original": {
8807
- "$value": "#0d419d",
9016
+ "$value": {
9017
+ "colorSpace": "hsl",
9018
+ "components": [218.3, 84.7, 33.3],
9019
+ "hex": "#0d419d"
9020
+ },
8808
9021
  "$type": "color",
8809
9022
  "$extensions": {
8810
9023
  "org.primer.figma": {
@@ -8820,31 +9033,51 @@
8820
9033
  "$type": "color"
8821
9034
  },
8822
9035
  "dark-tritanopia": {
8823
- "$value": "#0d419d",
9036
+ "$value": {
9037
+ "colorSpace": "hsl",
9038
+ "components": [218.3, 84.7, 33.3],
9039
+ "hex": "#0d419d"
9040
+ },
8824
9041
  "filePath": "src/tokens/component/button.json5",
8825
9042
  "isSource": true,
8826
9043
  "$type": "color"
8827
9044
  },
8828
9045
  "dark-tritanopia-high-contrast": {
8829
- "$value": "#0d419d",
9046
+ "$value": {
9047
+ "colorSpace": "hsl",
9048
+ "components": [218.3, 84.7, 33.3],
9049
+ "hex": "#0d419d"
9050
+ },
8830
9051
  "filePath": "src/tokens/component/button.json5",
8831
9052
  "isSource": true,
8832
9053
  "$type": "color"
8833
9054
  },
8834
9055
  "light-high-contrast": {
8835
- "$value": "#033f9d",
9056
+ "$value": {
9057
+ "colorSpace": "hsl",
9058
+ "components": [216.6, 96.3, 31.4],
9059
+ "hex": "#033f9d"
9060
+ },
8836
9061
  "filePath": "src/tokens/component/button.json5",
8837
9062
  "isSource": true,
8838
9063
  "$type": "color"
8839
9064
  },
8840
9065
  "light-tritanopia-high-contrast": {
8841
- "$value": "#033f9d",
9066
+ "$value": {
9067
+ "colorSpace": "hsl",
9068
+ "components": [216.6, 96.3, 31.4],
9069
+ "hex": "#033f9d"
9070
+ },
8842
9071
  "filePath": "src/tokens/component/button.json5",
8843
9072
  "isSource": true,
8844
9073
  "$type": "color"
8845
9074
  },
8846
9075
  "light-protanopia-deuteranopia-high-contrast": {
8847
- "$value": "#033f9d",
9076
+ "$value": {
9077
+ "colorSpace": "hsl",
9078
+ "components": [216.6, 96.3, 31.4],
9079
+ "hex": "#033f9d"
9080
+ },
8848
9081
  "filePath": "src/tokens/component/button.json5",
8849
9082
  "isSource": true,
8850
9083
  "$type": "color"
@@ -8875,7 +9108,11 @@
8875
9108
  "$type": "color"
8876
9109
  },
8877
9110
  "dark-tritanopia": {
8878
- "$value": "#212830",
9111
+ "$value": {
9112
+ "colorSpace": "hsl",
9113
+ "components": [212, 18.5, 15.9],
9114
+ "hex": "#212830"
9115
+ },
8879
9116
  "filePath": "src/tokens/component/button.json5",
8880
9117
  "isSource": true,
8881
9118
  "$type": "color"
@@ -8885,7 +9122,11 @@
8885
9122
  "filePath": "src/tokens/component/button.json5",
8886
9123
  "isSource": true,
8887
9124
  "original": {
8888
- "$value": "#212830",
9125
+ "$value": {
9126
+ "colorSpace": "hsl",
9127
+ "components": [212, 18.5, 15.9],
9128
+ "hex": "#212830"
9129
+ },
8889
9130
  "$type": "color",
8890
9131
  "$extensions": {
8891
9132
  "org.primer.figma": {
@@ -8901,7 +9142,11 @@
8901
9142
  "$type": "color"
8902
9143
  },
8903
9144
  "dark-tritanopia": {
8904
- "$value": "#212830",
9145
+ "$value": {
9146
+ "colorSpace": "hsl",
9147
+ "components": [212, 18.5, 15.9],
9148
+ "hex": "#212830"
9149
+ },
8905
9150
  "filePath": "src/tokens/component/button.json5",
8906
9151
  "isSource": true,
8907
9152
  "$type": "color"
@@ -8932,7 +9177,11 @@
8932
9177
  "$type": "color"
8933
9178
  },
8934
9179
  "dark-tritanopia": {
8935
- "$value": "#262c36",
9180
+ "$value": {
9181
+ "colorSpace": "hsl",
9182
+ "components": [217.5, 17.4, 18],
9183
+ "hex": "#262c36"
9184
+ },
8936
9185
  "filePath": "src/tokens/component/button.json5",
8937
9186
  "isSource": true,
8938
9187
  "$type": "color"
@@ -8942,7 +9191,11 @@
8942
9191
  "filePath": "src/tokens/component/button.json5",
8943
9192
  "isSource": true,
8944
9193
  "original": {
8945
- "$value": "#262c36",
9194
+ "$value": {
9195
+ "colorSpace": "hsl",
9196
+ "components": [217.5, 17.4, 18],
9197
+ "hex": "#262c36"
9198
+ },
8946
9199
  "$type": "color",
8947
9200
  "$extensions": {
8948
9201
  "org.primer.figma": {
@@ -8958,7 +9211,11 @@
8958
9211
  "$type": "color"
8959
9212
  },
8960
9213
  "dark-tritanopia": {
8961
- "$value": "#262c36",
9214
+ "$value": {
9215
+ "colorSpace": "hsl",
9216
+ "components": [217.5, 17.4, 18],
9217
+ "hex": "#262c36"
9218
+ },
8962
9219
  "filePath": "src/tokens/component/button.json5",
8963
9220
  "isSource": true,
8964
9221
  "$type": "color"
@@ -9190,7 +9447,12 @@
9190
9447
  "$type": "color"
9191
9448
  },
9192
9449
  "dark-dimmed": {
9193
- "$value": "#478be680",
9450
+ "$value": {
9451
+ "colorSpace": "hsl",
9452
+ "components": [214.3, 76.1, 59],
9453
+ "hex": "#478be6"
9454
+ },
9455
+ "alpha": 0.502,
9194
9456
  "filePath": "src/tokens/component/button.json5",
9195
9457
  "isSource": true,
9196
9458
  "$type": "color"
@@ -9218,7 +9480,12 @@
9218
9480
  "$type": "color"
9219
9481
  },
9220
9482
  "dark-dimmed": {
9221
- "$value": "#478be680",
9483
+ "$value": {
9484
+ "colorSpace": "hsl",
9485
+ "components": [214.3, 76.1, 59],
9486
+ "hex": "#478be6"
9487
+ },
9488
+ "alpha": 0.502,
9222
9489
  "filePath": "src/tokens/component/button.json5",
9223
9490
  "isSource": true,
9224
9491
  "$type": "color"
@@ -9430,7 +9697,7 @@
9430
9697
  "name": "button-outline-shadow-selected",
9431
9698
  "attributes": {},
9432
9699
  "path": ["button", "outline", "shadow", "selected"],
9433
- "value": "0 0 0 0 #000000",
9700
+ "value": "0 0 0 0 #00000000",
9434
9701
  "type": "shadow"
9435
9702
  },
9436
9703
  "button-primary-bgColor-active": {
@@ -9443,13 +9710,21 @@
9443
9710
  },
9444
9711
  "org.primer.overrides": {
9445
9712
  "dark": {
9446
- "$value": "#2E9A40",
9713
+ "$value": {
9714
+ "colorSpace": "hsl",
9715
+ "components": [130, 54, 39.2],
9716
+ "hex": "#2E9A40"
9717
+ },
9447
9718
  "filePath": "src/tokens/component/button.json5",
9448
9719
  "isSource": true,
9449
9720
  "$type": "color"
9450
9721
  },
9451
9722
  "dark-dimmed": {
9452
- "$value": "#428f46",
9723
+ "$value": {
9724
+ "colorSpace": "hsl",
9725
+ "components": [123.1, 36.8, 41],
9726
+ "hex": "#428f46"
9727
+ },
9453
9728
  "filePath": "src/tokens/component/button.json5",
9454
9729
  "isSource": true,
9455
9730
  "$type": "color"
@@ -9461,61 +9736,101 @@
9461
9736
  "$type": "color"
9462
9737
  },
9463
9738
  "dark-tritanopia": {
9464
- "$value": "#3685f3",
9739
+ "$value": {
9740
+ "colorSpace": "hsl",
9741
+ "components": [214.9, 88.7, 58.2],
9742
+ "hex": "#3685f3"
9743
+ },
9465
9744
  "filePath": "src/tokens/component/button.json5",
9466
9745
  "isSource": true,
9467
9746
  "$type": "color"
9468
9747
  },
9469
9748
  "dark-tritanopia-high-contrast": {
9470
- "$value": "#3685f3",
9749
+ "$value": {
9750
+ "colorSpace": "hsl",
9751
+ "components": [214.9, 88.7, 58.2],
9752
+ "hex": "#3685f3"
9753
+ },
9471
9754
  "filePath": "src/tokens/component/button.json5",
9472
9755
  "isSource": true,
9473
9756
  "$type": "color"
9474
9757
  },
9475
9758
  "dark-protanopia-deuteranopia": {
9476
- "$value": "#3685f3",
9759
+ "$value": {
9760
+ "colorSpace": "hsl",
9761
+ "components": [214.9, 88.7, 58.2],
9762
+ "hex": "#3685f3"
9763
+ },
9477
9764
  "filePath": "src/tokens/component/button.json5",
9478
9765
  "isSource": true,
9479
9766
  "$type": "color"
9480
9767
  },
9481
9768
  "dark-protanopia-deuteranopia-high-contrast": {
9482
- "$value": "#3685f3",
9769
+ "$value": {
9770
+ "colorSpace": "hsl",
9771
+ "components": [214.9, 88.7, 58.2],
9772
+ "hex": "#3685f3"
9773
+ },
9483
9774
  "filePath": "src/tokens/component/button.json5",
9484
9775
  "isSource": true,
9485
9776
  "$type": "color"
9486
9777
  },
9487
9778
  "dark-high-contrast": {
9488
- "$value": "#109135",
9779
+ "$value": {
9780
+ "colorSpace": "hsl",
9781
+ "components": [137.2, 80.1, 31.6],
9782
+ "hex": "#109135"
9783
+ },
9489
9784
  "filePath": "src/tokens/component/button.json5",
9490
9785
  "isSource": true,
9491
9786
  "$type": "color"
9492
9787
  },
9493
9788
  "light-tritanopia": {
9494
- "$value": "#075fc8",
9789
+ "$value": {
9790
+ "colorSpace": "hsl",
9791
+ "components": [212.6, 93.2, 40.6],
9792
+ "hex": "#075fc8"
9793
+ },
9495
9794
  "filePath": "src/tokens/component/button.json5",
9496
9795
  "isSource": true,
9497
9796
  "$type": "color"
9498
9797
  },
9499
9798
  "light-tritanopia-high-contrast": {
9500
- "$value": "#075fc8",
9799
+ "$value": {
9800
+ "colorSpace": "hsl",
9801
+ "components": [212.6, 93.2, 40.6],
9802
+ "hex": "#075fc8"
9803
+ },
9501
9804
  "filePath": "src/tokens/component/button.json5",
9502
9805
  "isSource": true,
9503
9806
  "$type": "color"
9504
9807
  },
9505
9808
  "light-protanopia-deuteranopia": {
9506
- "$value": "#075fc8",
9809
+ "$value": {
9810
+ "colorSpace": "hsl",
9811
+ "components": [212.6, 93.2, 40.6],
9812
+ "hex": "#075fc8"
9813
+ },
9507
9814
  "filePath": "src/tokens/component/button.json5",
9508
9815
  "isSource": true,
9509
9816
  "$type": "color"
9510
9817
  },
9511
9818
  "light-protanopia-deuteranopia-high-contrast": {
9512
- "$value": "#075fc8",
9819
+ "$value": {
9820
+ "colorSpace": "hsl",
9821
+ "components": [212.6, 93.2, 40.6],
9822
+ "hex": "#075fc8"
9823
+ },
9513
9824
  "filePath": "src/tokens/component/button.json5",
9514
9825
  "isSource": true,
9515
9826
  "$type": "color"
9516
9827
  },
9517
9828
  "light-high-contrast": {
9518
- "$value": "#03501b",
9829
+ "$value": {
9830
+ "colorSpace": "hsl",
9831
+ "components": [138.7, 92.8, 16.3],
9832
+ "hex": "#03501b"
9833
+ },
9519
9834
  "filePath": "src/tokens/component/button.json5",
9520
9835
  "isSource": true,
9521
9836
  "$type": "color"
@@ -9525,7 +9840,11 @@
9525
9840
  "filePath": "src/tokens/component/button.json5",
9526
9841
  "isSource": true,
9527
9842
  "original": {
9528
- "$value": "#3685f3",
9843
+ "$value": {
9844
+ "colorSpace": "hsl",
9845
+ "components": [214.9, 88.7, 58.2],
9846
+ "hex": "#3685f3"
9847
+ },
9529
9848
  "$type": "color",
9530
9849
  "$extensions": {
9531
9850
  "org.primer.figma": {
@@ -9535,13 +9854,21 @@
9535
9854
  },
9536
9855
  "org.primer.overrides": {
9537
9856
  "dark": {
9538
- "$value": "#2E9A40",
9857
+ "$value": {
9858
+ "colorSpace": "hsl",
9859
+ "components": [130, 54, 39.2],
9860
+ "hex": "#2E9A40"
9861
+ },
9539
9862
  "filePath": "src/tokens/component/button.json5",
9540
9863
  "isSource": true,
9541
9864
  "$type": "color"
9542
9865
  },
9543
9866
  "dark-dimmed": {
9544
- "$value": "#428f46",
9867
+ "$value": {
9868
+ "colorSpace": "hsl",
9869
+ "components": [123.1, 36.8, 41],
9870
+ "hex": "#428f46"
9871
+ },
9545
9872
  "filePath": "src/tokens/component/button.json5",
9546
9873
  "isSource": true,
9547
9874
  "$type": "color"
@@ -9553,61 +9880,101 @@
9553
9880
  "$type": "color"
9554
9881
  },
9555
9882
  "dark-tritanopia": {
9556
- "$value": "#3685f3",
9883
+ "$value": {
9884
+ "colorSpace": "hsl",
9885
+ "components": [214.9, 88.7, 58.2],
9886
+ "hex": "#3685f3"
9887
+ },
9557
9888
  "filePath": "src/tokens/component/button.json5",
9558
9889
  "isSource": true,
9559
9890
  "$type": "color"
9560
9891
  },
9561
9892
  "dark-tritanopia-high-contrast": {
9562
- "$value": "#3685f3",
9893
+ "$value": {
9894
+ "colorSpace": "hsl",
9895
+ "components": [214.9, 88.7, 58.2],
9896
+ "hex": "#3685f3"
9897
+ },
9563
9898
  "filePath": "src/tokens/component/button.json5",
9564
9899
  "isSource": true,
9565
9900
  "$type": "color"
9566
9901
  },
9567
9902
  "dark-protanopia-deuteranopia": {
9568
- "$value": "#3685f3",
9903
+ "$value": {
9904
+ "colorSpace": "hsl",
9905
+ "components": [214.9, 88.7, 58.2],
9906
+ "hex": "#3685f3"
9907
+ },
9569
9908
  "filePath": "src/tokens/component/button.json5",
9570
9909
  "isSource": true,
9571
9910
  "$type": "color"
9572
9911
  },
9573
9912
  "dark-protanopia-deuteranopia-high-contrast": {
9574
- "$value": "#3685f3",
9913
+ "$value": {
9914
+ "colorSpace": "hsl",
9915
+ "components": [214.9, 88.7, 58.2],
9916
+ "hex": "#3685f3"
9917
+ },
9575
9918
  "filePath": "src/tokens/component/button.json5",
9576
9919
  "isSource": true,
9577
9920
  "$type": "color"
9578
9921
  },
9579
9922
  "dark-high-contrast": {
9580
- "$value": "#109135",
9923
+ "$value": {
9924
+ "colorSpace": "hsl",
9925
+ "components": [137.2, 80.1, 31.6],
9926
+ "hex": "#109135"
9927
+ },
9581
9928
  "filePath": "src/tokens/component/button.json5",
9582
9929
  "isSource": true,
9583
9930
  "$type": "color"
9584
9931
  },
9585
9932
  "light-tritanopia": {
9586
- "$value": "#075fc8",
9933
+ "$value": {
9934
+ "colorSpace": "hsl",
9935
+ "components": [212.6, 93.2, 40.6],
9936
+ "hex": "#075fc8"
9937
+ },
9587
9938
  "filePath": "src/tokens/component/button.json5",
9588
9939
  "isSource": true,
9589
9940
  "$type": "color"
9590
9941
  },
9591
9942
  "light-tritanopia-high-contrast": {
9592
- "$value": "#075fc8",
9943
+ "$value": {
9944
+ "colorSpace": "hsl",
9945
+ "components": [212.6, 93.2, 40.6],
9946
+ "hex": "#075fc8"
9947
+ },
9593
9948
  "filePath": "src/tokens/component/button.json5",
9594
9949
  "isSource": true,
9595
9950
  "$type": "color"
9596
9951
  },
9597
9952
  "light-protanopia-deuteranopia": {
9598
- "$value": "#075fc8",
9953
+ "$value": {
9954
+ "colorSpace": "hsl",
9955
+ "components": [212.6, 93.2, 40.6],
9956
+ "hex": "#075fc8"
9957
+ },
9599
9958
  "filePath": "src/tokens/component/button.json5",
9600
9959
  "isSource": true,
9601
9960
  "$type": "color"
9602
9961
  },
9603
9962
  "light-protanopia-deuteranopia-high-contrast": {
9604
- "$value": "#075fc8",
9963
+ "$value": {
9964
+ "colorSpace": "hsl",
9965
+ "components": [212.6, 93.2, 40.6],
9966
+ "hex": "#075fc8"
9967
+ },
9605
9968
  "filePath": "src/tokens/component/button.json5",
9606
9969
  "isSource": true,
9607
9970
  "$type": "color"
9608
9971
  },
9609
9972
  "light-high-contrast": {
9610
- "$value": "#03501b",
9973
+ "$value": {
9974
+ "colorSpace": "hsl",
9975
+ "components": [138.7, 92.8, 16.3],
9976
+ "hex": "#03501b"
9977
+ },
9611
9978
  "filePath": "src/tokens/component/button.json5",
9612
9979
  "isSource": true,
9613
9980
  "$type": "color"
@@ -9632,25 +9999,41 @@
9632
9999
  },
9633
10000
  "org.primer.overrides": {
9634
10001
  "dark": {
9635
- "$value": "#105823",
10002
+ "$value": {
10003
+ "colorSpace": "hsl",
10004
+ "components": [135.8, 69.2, 20.4],
10005
+ "hex": "#105823"
10006
+ },
9636
10007
  "filePath": "src/tokens/component/button.json5",
9637
10008
  "isSource": true,
9638
10009
  "$type": "color"
9639
10010
  },
9640
10011
  "dark-dimmed": {
9641
- "$value": "#105823",
10012
+ "$value": {
10013
+ "colorSpace": "hsl",
10014
+ "components": [135.8, 69.2, 20.4],
10015
+ "hex": "#105823"
10016
+ },
9642
10017
  "filePath": "src/tokens/component/button.json5",
9643
10018
  "isSource": true,
9644
10019
  "$type": "color"
9645
10020
  },
9646
10021
  "dark-tritanopia": {
9647
- "$value": "#5fabfe",
10022
+ "$value": {
10023
+ "colorSpace": "hsl",
10024
+ "components": [211.3, 98.8, 68.4],
10025
+ "hex": "#5fabfe"
10026
+ },
9648
10027
  "filePath": "src/tokens/component/button.json5",
9649
10028
  "isSource": true,
9650
10029
  "$type": "color"
9651
10030
  },
9652
10031
  "dark-tritanopia-high-contrast": {
9653
- "$value": "#5fabfe",
10032
+ "$value": {
10033
+ "colorSpace": "hsl",
10034
+ "components": [211.3, 98.8, 68.4],
10035
+ "hex": "#5fabfe"
10036
+ },
9654
10037
  "filePath": "src/tokens/component/button.json5",
9655
10038
  "isSource": true,
9656
10039
  "$type": "color"
@@ -9668,37 +10051,61 @@
9668
10051
  "$type": "color"
9669
10052
  },
9670
10053
  "dark-high-contrast": {
9671
- "$value": "#048f2f",
10054
+ "$value": {
10055
+ "colorSpace": "hsl",
10056
+ "components": [138.6, 94.6, 28.8],
10057
+ "hex": "#048f2f"
10058
+ },
9672
10059
  "filePath": "src/tokens/component/button.json5",
9673
10060
  "isSource": true,
9674
10061
  "$type": "color"
9675
10062
  },
9676
10063
  "light-tritanopia": {
9677
- "$value": "#92caff",
10064
+ "$value": {
10065
+ "colorSpace": "hsl",
10066
+ "components": [209.2, 100, 78.6],
10067
+ "hex": "#92caff"
10068
+ },
9678
10069
  "filePath": "src/tokens/component/button.json5",
9679
10070
  "isSource": true,
9680
10071
  "$type": "color"
9681
10072
  },
9682
10073
  "light-tritanopia-high-contrast": {
9683
- "$value": "#92caff",
10074
+ "$value": {
10075
+ "colorSpace": "hsl",
10076
+ "components": [209.2, 100, 78.6],
10077
+ "hex": "#92caff"
10078
+ },
9684
10079
  "filePath": "src/tokens/component/button.json5",
9685
10080
  "isSource": true,
9686
10081
  "$type": "color"
9687
10082
  },
9688
10083
  "light-protanopia-deuteranopia": {
9689
- "$value": "#92caff",
10084
+ "$value": {
10085
+ "colorSpace": "hsl",
10086
+ "components": [209.2, 100, 78.6],
10087
+ "hex": "#92caff"
10088
+ },
9690
10089
  "filePath": "src/tokens/component/button.json5",
9691
10090
  "isSource": true,
9692
10091
  "$type": "color"
9693
10092
  },
9694
10093
  "light-protanopia-deuteranopia-high-contrast": {
9695
- "$value": "#92caff",
10094
+ "$value": {
10095
+ "colorSpace": "hsl",
10096
+ "components": [209.2, 100, 78.6],
10097
+ "hex": "#92caff"
10098
+ },
9696
10099
  "filePath": "src/tokens/component/button.json5",
9697
10100
  "isSource": true,
9698
10101
  "$type": "color"
9699
10102
  },
9700
10103
  "light-high-contrast": {
9701
- "$value": "#85cb97",
10104
+ "$value": {
10105
+ "colorSpace": "hsl",
10106
+ "components": [135.4, 40.2, 65.9],
10107
+ "hex": "#85cb97"
10108
+ },
9702
10109
  "filePath": "src/tokens/component/button.json5",
9703
10110
  "isSource": true,
9704
10111
  "$type": "color"
@@ -9708,7 +10115,11 @@
9708
10115
  "filePath": "src/tokens/component/button.json5",
9709
10116
  "isSource": true,
9710
10117
  "original": {
9711
- "$value": "#5fabfe",
10118
+ "$value": {
10119
+ "colorSpace": "hsl",
10120
+ "components": [211.3, 98.8, 68.4],
10121
+ "hex": "#5fabfe"
10122
+ },
9712
10123
  "$type": "color",
9713
10124
  "$extensions": {
9714
10125
  "org.primer.figma": {
@@ -9718,25 +10129,41 @@
9718
10129
  },
9719
10130
  "org.primer.overrides": {
9720
10131
  "dark": {
9721
- "$value": "#105823",
10132
+ "$value": {
10133
+ "colorSpace": "hsl",
10134
+ "components": [135.8, 69.2, 20.4],
10135
+ "hex": "#105823"
10136
+ },
9722
10137
  "filePath": "src/tokens/component/button.json5",
9723
10138
  "isSource": true,
9724
10139
  "$type": "color"
9725
10140
  },
9726
10141
  "dark-dimmed": {
9727
- "$value": "#105823",
10142
+ "$value": {
10143
+ "colorSpace": "hsl",
10144
+ "components": [135.8, 69.2, 20.4],
10145
+ "hex": "#105823"
10146
+ },
9728
10147
  "filePath": "src/tokens/component/button.json5",
9729
10148
  "isSource": true,
9730
10149
  "$type": "color"
9731
10150
  },
9732
10151
  "dark-tritanopia": {
9733
- "$value": "#5fabfe",
10152
+ "$value": {
10153
+ "colorSpace": "hsl",
10154
+ "components": [211.3, 98.8, 68.4],
10155
+ "hex": "#5fabfe"
10156
+ },
9734
10157
  "filePath": "src/tokens/component/button.json5",
9735
10158
  "isSource": true,
9736
10159
  "$type": "color"
9737
10160
  },
9738
10161
  "dark-tritanopia-high-contrast": {
9739
- "$value": "#5fabfe",
10162
+ "$value": {
10163
+ "colorSpace": "hsl",
10164
+ "components": [211.3, 98.8, 68.4],
10165
+ "hex": "#5fabfe"
10166
+ },
9740
10167
  "filePath": "src/tokens/component/button.json5",
9741
10168
  "isSource": true,
9742
10169
  "$type": "color"
@@ -9754,37 +10181,61 @@
9754
10181
  "$type": "color"
9755
10182
  },
9756
10183
  "dark-high-contrast": {
9757
- "$value": "#048f2f",
10184
+ "$value": {
10185
+ "colorSpace": "hsl",
10186
+ "components": [138.6, 94.6, 28.8],
10187
+ "hex": "#048f2f"
10188
+ },
9758
10189
  "filePath": "src/tokens/component/button.json5",
9759
10190
  "isSource": true,
9760
10191
  "$type": "color"
9761
10192
  },
9762
10193
  "light-tritanopia": {
9763
- "$value": "#92caff",
10194
+ "$value": {
10195
+ "colorSpace": "hsl",
10196
+ "components": [209.2, 100, 78.6],
10197
+ "hex": "#92caff"
10198
+ },
9764
10199
  "filePath": "src/tokens/component/button.json5",
9765
10200
  "isSource": true,
9766
10201
  "$type": "color"
9767
10202
  },
9768
10203
  "light-tritanopia-high-contrast": {
9769
- "$value": "#92caff",
10204
+ "$value": {
10205
+ "colorSpace": "hsl",
10206
+ "components": [209.2, 100, 78.6],
10207
+ "hex": "#92caff"
10208
+ },
9770
10209
  "filePath": "src/tokens/component/button.json5",
9771
10210
  "isSource": true,
9772
10211
  "$type": "color"
9773
10212
  },
9774
10213
  "light-protanopia-deuteranopia": {
9775
- "$value": "#92caff",
10214
+ "$value": {
10215
+ "colorSpace": "hsl",
10216
+ "components": [209.2, 100, 78.6],
10217
+ "hex": "#92caff"
10218
+ },
9776
10219
  "filePath": "src/tokens/component/button.json5",
9777
10220
  "isSource": true,
9778
10221
  "$type": "color"
9779
10222
  },
9780
10223
  "light-protanopia-deuteranopia-high-contrast": {
9781
- "$value": "#92caff",
10224
+ "$value": {
10225
+ "colorSpace": "hsl",
10226
+ "components": [209.2, 100, 78.6],
10227
+ "hex": "#92caff"
10228
+ },
9782
10229
  "filePath": "src/tokens/component/button.json5",
9783
10230
  "isSource": true,
9784
10231
  "$type": "color"
9785
10232
  },
9786
10233
  "light-high-contrast": {
9787
- "$value": "#85cb97",
10234
+ "$value": {
10235
+ "colorSpace": "hsl",
10236
+ "components": [135.4, 40.2, 65.9],
10237
+ "hex": "#85cb97"
10238
+ },
9788
10239
  "filePath": "src/tokens/component/button.json5",
9789
10240
  "isSource": true,
9790
10241
  "$type": "color"
@@ -9809,13 +10260,21 @@
9809
10260
  },
9810
10261
  "org.primer.overrides": {
9811
10262
  "dark": {
9812
- "$value": "#29903B",
10263
+ "$value": {
10264
+ "colorSpace": "hsl",
10265
+ "components": [130.5, 55.7, 36.3],
10266
+ "hex": "#29903B"
10267
+ },
9813
10268
  "filePath": "src/tokens/component/button.json5",
9814
10269
  "isSource": true,
9815
10270
  "$type": "color"
9816
10271
  },
9817
10272
  "dark-dimmed": {
9818
- "$value": "#3b8640",
10273
+ "$value": {
10274
+ "colorSpace": "hsl",
10275
+ "components": [124, 38.9, 37.8],
10276
+ "hex": "#3b8640"
10277
+ },
9819
10278
  "filePath": "src/tokens/component/button.json5",
9820
10279
  "isSource": true,
9821
10280
  "$type": "color"
@@ -9827,61 +10286,101 @@
9827
10286
  "$type": "color"
9828
10287
  },
9829
10288
  "dark-tritanopia": {
9830
- "$value": "#2a7aef",
10289
+ "$value": {
10290
+ "colorSpace": "hsl",
10291
+ "components": [215.6, 86, 55.1],
10292
+ "hex": "#2a7aef"
10293
+ },
9831
10294
  "filePath": "src/tokens/component/button.json5",
9832
10295
  "isSource": true,
9833
10296
  "$type": "color"
9834
10297
  },
9835
10298
  "dark-tritanopia-high-contrast": {
9836
- "$value": "#2a7aef",
10299
+ "$value": {
10300
+ "colorSpace": "hsl",
10301
+ "components": [215.6, 86, 55.1],
10302
+ "hex": "#2a7aef"
10303
+ },
9837
10304
  "filePath": "src/tokens/component/button.json5",
9838
10305
  "isSource": true,
9839
10306
  "$type": "color"
9840
10307
  },
9841
10308
  "dark-protanopia-deuteranopia": {
9842
- "$value": "#2a7aef",
10309
+ "$value": {
10310
+ "colorSpace": "hsl",
10311
+ "components": [215.6, 86, 55.1],
10312
+ "hex": "#2a7aef"
10313
+ },
9843
10314
  "filePath": "src/tokens/component/button.json5",
9844
10315
  "isSource": true,
9845
10316
  "$type": "color"
9846
10317
  },
9847
10318
  "dark-protanopia-deuteranopia-high-contrast": {
9848
- "$value": "#2a7aef",
10319
+ "$value": {
10320
+ "colorSpace": "hsl",
10321
+ "components": [215.6, 86, 55.1],
10322
+ "hex": "#2a7aef"
10323
+ },
9849
10324
  "filePath": "src/tokens/component/button.json5",
9850
10325
  "isSource": true,
9851
10326
  "$type": "color"
9852
10327
  },
9853
10328
  "dark-high-contrast": {
9854
- "$value": "#08792b",
10329
+ "$value": {
10330
+ "colorSpace": "hsl",
10331
+ "components": [138.6, 87.6, 25.3],
10332
+ "hex": "#08792b"
10333
+ },
9855
10334
  "filePath": "src/tokens/component/button.json5",
9856
10335
  "isSource": true,
9857
10336
  "$type": "color"
9858
10337
  },
9859
10338
  "light-tritanopia": {
9860
- "$value": "#0864d1",
10339
+ "$value": {
10340
+ "colorSpace": "hsl",
10341
+ "components": [212.5, 92.6, 42.5],
10342
+ "hex": "#0864d1"
10343
+ },
9861
10344
  "filePath": "src/tokens/component/button.json5",
9862
10345
  "isSource": true,
9863
10346
  "$type": "color"
9864
10347
  },
9865
10348
  "light-tritanopia-high-contrast": {
9866
- "$value": "#0864d1",
10349
+ "$value": {
10350
+ "colorSpace": "hsl",
10351
+ "components": [212.5, 92.6, 42.5],
10352
+ "hex": "#0864d1"
10353
+ },
9867
10354
  "filePath": "src/tokens/component/button.json5",
9868
10355
  "isSource": true,
9869
10356
  "$type": "color"
9870
10357
  },
9871
10358
  "light-protanopia-deuteranopia": {
9872
- "$value": "#0864d1",
10359
+ "$value": {
10360
+ "colorSpace": "hsl",
10361
+ "components": [212.5, 92.6, 42.5],
10362
+ "hex": "#0864d1"
10363
+ },
9873
10364
  "filePath": "src/tokens/component/button.json5",
9874
10365
  "isSource": true,
9875
10366
  "$type": "color"
9876
10367
  },
9877
10368
  "light-protanopia-deuteranopia-high-contrast": {
9878
- "$value": "#0864d1",
10369
+ "$value": {
10370
+ "colorSpace": "hsl",
10371
+ "components": [212.5, 92.6, 42.5],
10372
+ "hex": "#0864d1"
10373
+ },
9879
10374
  "filePath": "src/tokens/component/button.json5",
9880
10375
  "isSource": true,
9881
10376
  "$type": "color"
9882
10377
  },
9883
10378
  "light-high-contrast": {
9884
- "$value": "#04571e",
10379
+ "$value": {
10380
+ "colorSpace": "hsl",
10381
+ "components": [138.8, 91.2, 17.8],
10382
+ "hex": "#04571e"
10383
+ },
9885
10384
  "filePath": "src/tokens/component/button.json5",
9886
10385
  "isSource": true,
9887
10386
  "$type": "color"
@@ -9891,7 +10390,11 @@
9891
10390
  "filePath": "src/tokens/component/button.json5",
9892
10391
  "isSource": true,
9893
10392
  "original": {
9894
- "$value": "#2a7aef",
10393
+ "$value": {
10394
+ "colorSpace": "hsl",
10395
+ "components": [215.6, 86, 55.1],
10396
+ "hex": "#2a7aef"
10397
+ },
9895
10398
  "$type": "color",
9896
10399
  "$extensions": {
9897
10400
  "org.primer.figma": {
@@ -9901,13 +10404,21 @@
9901
10404
  },
9902
10405
  "org.primer.overrides": {
9903
10406
  "dark": {
9904
- "$value": "#29903B",
10407
+ "$value": {
10408
+ "colorSpace": "hsl",
10409
+ "components": [130.5, 55.7, 36.3],
10410
+ "hex": "#29903B"
10411
+ },
9905
10412
  "filePath": "src/tokens/component/button.json5",
9906
10413
  "isSource": true,
9907
10414
  "$type": "color"
9908
10415
  },
9909
10416
  "dark-dimmed": {
9910
- "$value": "#3b8640",
10417
+ "$value": {
10418
+ "colorSpace": "hsl",
10419
+ "components": [124, 38.9, 37.8],
10420
+ "hex": "#3b8640"
10421
+ },
9911
10422
  "filePath": "src/tokens/component/button.json5",
9912
10423
  "isSource": true,
9913
10424
  "$type": "color"
@@ -9919,61 +10430,101 @@
9919
10430
  "$type": "color"
9920
10431
  },
9921
10432
  "dark-tritanopia": {
9922
- "$value": "#2a7aef",
10433
+ "$value": {
10434
+ "colorSpace": "hsl",
10435
+ "components": [215.6, 86, 55.1],
10436
+ "hex": "#2a7aef"
10437
+ },
9923
10438
  "filePath": "src/tokens/component/button.json5",
9924
10439
  "isSource": true,
9925
10440
  "$type": "color"
9926
10441
  },
9927
10442
  "dark-tritanopia-high-contrast": {
9928
- "$value": "#2a7aef",
10443
+ "$value": {
10444
+ "colorSpace": "hsl",
10445
+ "components": [215.6, 86, 55.1],
10446
+ "hex": "#2a7aef"
10447
+ },
9929
10448
  "filePath": "src/tokens/component/button.json5",
9930
10449
  "isSource": true,
9931
10450
  "$type": "color"
9932
10451
  },
9933
10452
  "dark-protanopia-deuteranopia": {
9934
- "$value": "#2a7aef",
10453
+ "$value": {
10454
+ "colorSpace": "hsl",
10455
+ "components": [215.6, 86, 55.1],
10456
+ "hex": "#2a7aef"
10457
+ },
9935
10458
  "filePath": "src/tokens/component/button.json5",
9936
10459
  "isSource": true,
9937
10460
  "$type": "color"
9938
10461
  },
9939
10462
  "dark-protanopia-deuteranopia-high-contrast": {
9940
- "$value": "#2a7aef",
10463
+ "$value": {
10464
+ "colorSpace": "hsl",
10465
+ "components": [215.6, 86, 55.1],
10466
+ "hex": "#2a7aef"
10467
+ },
9941
10468
  "filePath": "src/tokens/component/button.json5",
9942
10469
  "isSource": true,
9943
10470
  "$type": "color"
9944
10471
  },
9945
10472
  "dark-high-contrast": {
9946
- "$value": "#08792b",
10473
+ "$value": {
10474
+ "colorSpace": "hsl",
10475
+ "components": [138.6, 87.6, 25.3],
10476
+ "hex": "#08792b"
10477
+ },
9947
10478
  "filePath": "src/tokens/component/button.json5",
9948
10479
  "isSource": true,
9949
10480
  "$type": "color"
9950
10481
  },
9951
10482
  "light-tritanopia": {
9952
- "$value": "#0864d1",
10483
+ "$value": {
10484
+ "colorSpace": "hsl",
10485
+ "components": [212.5, 92.6, 42.5],
10486
+ "hex": "#0864d1"
10487
+ },
9953
10488
  "filePath": "src/tokens/component/button.json5",
9954
10489
  "isSource": true,
9955
10490
  "$type": "color"
9956
10491
  },
9957
10492
  "light-tritanopia-high-contrast": {
9958
- "$value": "#0864d1",
10493
+ "$value": {
10494
+ "colorSpace": "hsl",
10495
+ "components": [212.5, 92.6, 42.5],
10496
+ "hex": "#0864d1"
10497
+ },
9959
10498
  "filePath": "src/tokens/component/button.json5",
9960
10499
  "isSource": true,
9961
10500
  "$type": "color"
9962
10501
  },
9963
10502
  "light-protanopia-deuteranopia": {
9964
- "$value": "#0864d1",
10503
+ "$value": {
10504
+ "colorSpace": "hsl",
10505
+ "components": [212.5, 92.6, 42.5],
10506
+ "hex": "#0864d1"
10507
+ },
9965
10508
  "filePath": "src/tokens/component/button.json5",
9966
10509
  "isSource": true,
9967
10510
  "$type": "color"
9968
10511
  },
9969
10512
  "light-protanopia-deuteranopia-high-contrast": {
9970
- "$value": "#0864d1",
10513
+ "$value": {
10514
+ "colorSpace": "hsl",
10515
+ "components": [212.5, 92.6, 42.5],
10516
+ "hex": "#0864d1"
10517
+ },
9971
10518
  "filePath": "src/tokens/component/button.json5",
9972
10519
  "isSource": true,
9973
10520
  "$type": "color"
9974
10521
  },
9975
10522
  "light-high-contrast": {
9976
- "$value": "#04571e",
10523
+ "$value": {
10524
+ "colorSpace": "hsl",
10525
+ "components": [138.8, 91.2, 17.8],
10526
+ "hex": "#04571e"
10527
+ },
9977
10528
  "filePath": "src/tokens/component/button.json5",
9978
10529
  "isSource": true,
9979
10530
  "$type": "color"
@@ -10084,37 +10635,61 @@
10084
10635
  },
10085
10636
  "org.primer.overrides": {
10086
10637
  "dark": {
10087
- "$value": "#105823",
10638
+ "$value": {
10639
+ "colorSpace": "hsl",
10640
+ "components": [135.8, 69.2, 20.4],
10641
+ "hex": "#105823"
10642
+ },
10088
10643
  "filePath": "src/tokens/component/button.json5",
10089
10644
  "isSource": true,
10090
10645
  "$type": "color"
10091
10646
  },
10092
10647
  "dark-dimmed": {
10093
- "$value": "#105823",
10648
+ "$value": {
10649
+ "colorSpace": "hsl",
10650
+ "components": [135.8, 69.2, 20.4],
10651
+ "hex": "#105823"
10652
+ },
10094
10653
  "filePath": "src/tokens/component/button.json5",
10095
10654
  "isSource": true,
10096
10655
  "$type": "color"
10097
10656
  },
10098
10657
  "dark-tritanopia": {
10099
- "$value": "#5fabfe",
10658
+ "$value": {
10659
+ "colorSpace": "hsl",
10660
+ "components": [211.3, 98.8, 68.4],
10661
+ "hex": "#5fabfe"
10662
+ },
10100
10663
  "filePath": "src/tokens/component/button.json5",
10101
10664
  "isSource": true,
10102
10665
  "$type": "color"
10103
10666
  },
10104
10667
  "dark-tritanopia-high-contrast": {
10105
- "$value": "#5fabfe",
10668
+ "$value": {
10669
+ "colorSpace": "hsl",
10670
+ "components": [211.3, 98.8, 68.4],
10671
+ "hex": "#5fabfe"
10672
+ },
10106
10673
  "filePath": "src/tokens/component/button.json5",
10107
10674
  "isSource": true,
10108
10675
  "$type": "color"
10109
10676
  },
10110
10677
  "dark-protanopia-deuteranopia": {
10111
- "$value": "#1158c7",
10678
+ "$value": {
10679
+ "colorSpace": "hsl",
10680
+ "components": [216.6, 84.3, 42.4],
10681
+ "hex": "#1158c7"
10682
+ },
10112
10683
  "filePath": "src/tokens/component/button.json5",
10113
10684
  "isSource": true,
10114
10685
  "$type": "color"
10115
10686
  },
10116
10687
  "dark-protanopia-deuteranopia-high-contrast": {
10117
- "$value": "#1158c7",
10688
+ "$value": {
10689
+ "colorSpace": "hsl",
10690
+ "components": [216.6, 84.3, 42.4],
10691
+ "hex": "#1158c7"
10692
+ },
10118
10693
  "filePath": "src/tokens/component/button.json5",
10119
10694
  "isSource": true,
10120
10695
  "$type": "color"
@@ -10127,7 +10702,11 @@
10127
10702
  "$type": "color"
10128
10703
  },
10129
10704
  "light-high-contrast": {
10130
- "$value": "#85cb97",
10705
+ "$value": {
10706
+ "colorSpace": "hsl",
10707
+ "components": [135.4, 40.2, 65.9],
10708
+ "hex": "#85cb97"
10709
+ },
10131
10710
  "filePath": "src/tokens/component/button.json5",
10132
10711
  "isSource": true,
10133
10712
  "$type": "color"
@@ -10137,7 +10716,11 @@
10137
10716
  "filePath": "src/tokens/component/button.json5",
10138
10717
  "isSource": true,
10139
10718
  "original": {
10140
- "$value": "#5fabfe",
10719
+ "$value": {
10720
+ "colorSpace": "hsl",
10721
+ "components": [211.3, 98.8, 68.4],
10722
+ "hex": "#5fabfe"
10723
+ },
10141
10724
  "$type": "color",
10142
10725
  "$extensions": {
10143
10726
  "org.primer.figma": {
@@ -10147,37 +10730,61 @@
10147
10730
  },
10148
10731
  "org.primer.overrides": {
10149
10732
  "dark": {
10150
- "$value": "#105823",
10733
+ "$value": {
10734
+ "colorSpace": "hsl",
10735
+ "components": [135.8, 69.2, 20.4],
10736
+ "hex": "#105823"
10737
+ },
10151
10738
  "filePath": "src/tokens/component/button.json5",
10152
10739
  "isSource": true,
10153
10740
  "$type": "color"
10154
10741
  },
10155
10742
  "dark-dimmed": {
10156
- "$value": "#105823",
10743
+ "$value": {
10744
+ "colorSpace": "hsl",
10745
+ "components": [135.8, 69.2, 20.4],
10746
+ "hex": "#105823"
10747
+ },
10157
10748
  "filePath": "src/tokens/component/button.json5",
10158
10749
  "isSource": true,
10159
10750
  "$type": "color"
10160
10751
  },
10161
10752
  "dark-tritanopia": {
10162
- "$value": "#5fabfe",
10753
+ "$value": {
10754
+ "colorSpace": "hsl",
10755
+ "components": [211.3, 98.8, 68.4],
10756
+ "hex": "#5fabfe"
10757
+ },
10163
10758
  "filePath": "src/tokens/component/button.json5",
10164
10759
  "isSource": true,
10165
10760
  "$type": "color"
10166
10761
  },
10167
10762
  "dark-tritanopia-high-contrast": {
10168
- "$value": "#5fabfe",
10763
+ "$value": {
10764
+ "colorSpace": "hsl",
10765
+ "components": [211.3, 98.8, 68.4],
10766
+ "hex": "#5fabfe"
10767
+ },
10169
10768
  "filePath": "src/tokens/component/button.json5",
10170
10769
  "isSource": true,
10171
10770
  "$type": "color"
10172
10771
  },
10173
10772
  "dark-protanopia-deuteranopia": {
10174
- "$value": "#1158c7",
10773
+ "$value": {
10774
+ "colorSpace": "hsl",
10775
+ "components": [216.6, 84.3, 42.4],
10776
+ "hex": "#1158c7"
10777
+ },
10175
10778
  "filePath": "src/tokens/component/button.json5",
10176
10779
  "isSource": true,
10177
10780
  "$type": "color"
10178
10781
  },
10179
10782
  "dark-protanopia-deuteranopia-high-contrast": {
10180
- "$value": "#1158c7",
10783
+ "$value": {
10784
+ "colorSpace": "hsl",
10785
+ "components": [216.6, 84.3, 42.4],
10786
+ "hex": "#1158c7"
10787
+ },
10181
10788
  "filePath": "src/tokens/component/button.json5",
10182
10789
  "isSource": true,
10183
10790
  "$type": "color"
@@ -10190,7 +10797,11 @@
10190
10797
  "$type": "color"
10191
10798
  },
10192
10799
  "light-high-contrast": {
10193
- "$value": "#85cb97",
10800
+ "$value": {
10801
+ "colorSpace": "hsl",
10802
+ "components": [135.4, 40.2, 65.9],
10803
+ "hex": "#85cb97"
10804
+ },
10194
10805
  "filePath": "src/tokens/component/button.json5",
10195
10806
  "isSource": true,
10196
10807
  "$type": "color"
@@ -10430,13 +11041,21 @@
10430
11041
  "$type": "color"
10431
11042
  },
10432
11043
  "dark-dimmed": {
10433
- "$value": "#ffffff",
11044
+ "$value": {
11045
+ "colorSpace": "hsl",
11046
+ "components": [0, 0, 100],
11047
+ "hex": "#ffffff"
11048
+ },
10434
11049
  "filePath": "src/tokens/component/button.json5",
10435
11050
  "isSource": true,
10436
11051
  "$type": "color"
10437
11052
  },
10438
11053
  "dark-dimmed-high-contrast": {
10439
- "$value": "#ffffff",
11054
+ "$value": {
11055
+ "colorSpace": "hsl",
11056
+ "components": [0, 0, 100],
11057
+ "hex": "#ffffff"
11058
+ },
10440
11059
  "filePath": "src/tokens/component/button.json5",
10441
11060
  "isSource": true,
10442
11061
  "$type": "color"
@@ -10462,13 +11081,21 @@
10462
11081
  "$type": "color"
10463
11082
  },
10464
11083
  "dark-dimmed": {
10465
- "$value": "#ffffff",
11084
+ "$value": {
11085
+ "colorSpace": "hsl",
11086
+ "components": [0, 0, 100],
11087
+ "hex": "#ffffff"
11088
+ },
10466
11089
  "filePath": "src/tokens/component/button.json5",
10467
11090
  "isSource": true,
10468
11091
  "$type": "color"
10469
11092
  },
10470
11093
  "dark-dimmed-high-contrast": {
10471
- "$value": "#ffffff",
11094
+ "$value": {
11095
+ "colorSpace": "hsl",
11096
+ "components": [0, 0, 100],
11097
+ "hex": "#ffffff"
11098
+ },
10472
11099
  "filePath": "src/tokens/component/button.json5",
10473
11100
  "isSource": true,
10474
11101
  "$type": "color"
@@ -10483,6 +11110,35 @@
10483
11110
  "value": "#ffffff",
10484
11111
  "type": "color"
10485
11112
  },
11113
+ "button-primary-iconColor-disabled": {
11114
+ "key": "{button.primary.iconColor.disabled}",
11115
+ "$extensions": {
11116
+ "org.primer.figma": {
11117
+ "collection": "mode",
11118
+ "group": "component (internal)",
11119
+ "scopes": ["fgColor"]
11120
+ }
11121
+ },
11122
+ "filePath": "src/tokens/component/button.json5",
11123
+ "isSource": true,
11124
+ "original": {
11125
+ "$value": "{button.primary.fgColor.disabled}",
11126
+ "$type": "color",
11127
+ "$extensions": {
11128
+ "org.primer.figma": {
11129
+ "collection": "mode",
11130
+ "group": "component (internal)",
11131
+ "scopes": ["fgColor"]
11132
+ }
11133
+ },
11134
+ "key": "{button.primary.iconColor.disabled}"
11135
+ },
11136
+ "name": "button-primary-iconColor-disabled",
11137
+ "attributes": {},
11138
+ "path": ["button", "primary", "iconColor", "disabled"],
11139
+ "value": "#ffffff66",
11140
+ "type": "color"
11141
+ },
10486
11142
  "button-primary-iconColor-rest": {
10487
11143
  "key": "{button.primary.iconColor.rest}",
10488
11144
  "$extensions": {
@@ -10506,13 +11162,21 @@
10506
11162
  "$type": "color"
10507
11163
  },
10508
11164
  "dark-dimmed": {
10509
- "$value": "#ffffff",
11165
+ "$value": {
11166
+ "colorSpace": "hsl",
11167
+ "components": [0, 0, 100],
11168
+ "hex": "#ffffff"
11169
+ },
10510
11170
  "filePath": "src/tokens/component/button.json5",
10511
11171
  "isSource": true,
10512
11172
  "$type": "color"
10513
11173
  },
10514
11174
  "dark-dimmed-high-contrast": {
10515
- "$value": "#ffffff",
11175
+ "$value": {
11176
+ "colorSpace": "hsl",
11177
+ "components": [0, 0, 100],
11178
+ "hex": "#ffffff"
11179
+ },
10516
11180
  "filePath": "src/tokens/component/button.json5",
10517
11181
  "isSource": true,
10518
11182
  "$type": "color"
@@ -10545,13 +11209,21 @@
10545
11209
  "$type": "color"
10546
11210
  },
10547
11211
  "dark-dimmed": {
10548
- "$value": "#ffffff",
11212
+ "$value": {
11213
+ "colorSpace": "hsl",
11214
+ "components": [0, 0, 100],
11215
+ "hex": "#ffffff"
11216
+ },
10549
11217
  "filePath": "src/tokens/component/button.json5",
10550
11218
  "isSource": true,
10551
11219
  "$type": "color"
10552
11220
  },
10553
11221
  "dark-dimmed-high-contrast": {
10554
- "$value": "#ffffff",
11222
+ "$value": {
11223
+ "colorSpace": "hsl",
11224
+ "components": [0, 0, 100],
11225
+ "hex": "#ffffff"
11226
+ },
10555
11227
  "filePath": "src/tokens/component/button.json5",
10556
11228
  "isSource": true,
10557
11229
  "$type": "color"
@@ -10784,7 +11456,7 @@
10784
11456
  "name": "button-primary-shadow-selected",
10785
11457
  "attributes": {},
10786
11458
  "path": ["button", "primary", "shadow", "selected"],
10787
- "value": "0 0 0 0 #000000",
11459
+ "value": "0 0 0 0 #00000000",
10788
11460
  "type": "shadow"
10789
11461
  },
10790
11462
  "button-star-iconColor": {
@@ -16924,7 +17596,11 @@
16924
17596
  "org.primer.overrides": {
16925
17597
  "dark": "#3d444d",
16926
17598
  "dark-dimmed": {
16927
- "$value": "#3d444d",
17599
+ "$value": {
17600
+ "colorSpace": "hsl",
17601
+ "components": [213.8, 11.6, 27.1],
17602
+ "hex": "#3d444d"
17603
+ },
16928
17604
  "filePath": "src/tokens/functional/color/control.json5",
16929
17605
  "isSource": true,
16930
17606
  "$type": "color"
@@ -16945,7 +17621,11 @@
16945
17621
  "org.primer.overrides": {
16946
17622
  "dark": "{borderColor.default}",
16947
17623
  "dark-dimmed": {
16948
- "$value": "#3d444d",
17624
+ "$value": {
17625
+ "colorSpace": "hsl",
17626
+ "components": [213.8, 11.6, 27.1],
17627
+ "hex": "#3d444d"
17628
+ },
16949
17629
  "filePath": "src/tokens/functional/color/control.json5",
16950
17630
  "isSource": true,
16951
17631
  "$type": "color"
@@ -17076,49 +17756,81 @@
17076
17756
  "org.primer.overrides": {
17077
17757
  "dark": "#3685F3",
17078
17758
  "dark-high-contrast": {
17079
- "$value": "#3c79d0",
17759
+ "$value": {
17760
+ "colorSpace": "hsl",
17761
+ "components": [215.3, 61.2, 52.5],
17762
+ "hex": "#3c79d0"
17763
+ },
17080
17764
  "filePath": "src/tokens/functional/color/control.json5",
17081
17765
  "isSource": true,
17082
17766
  "$type": "color"
17083
17767
  },
17084
17768
  "dark-protanopia-deuteranopia-high-contrast": {
17085
- "$value": "#3c79d0",
17769
+ "$value": {
17770
+ "colorSpace": "hsl",
17771
+ "components": [215.3, 61.2, 52.5],
17772
+ "hex": "#3c79d0"
17773
+ },
17086
17774
  "filePath": "src/tokens/functional/color/control.json5",
17087
17775
  "isSource": true,
17088
17776
  "$type": "color"
17089
17777
  },
17090
17778
  "dark-tritanopia-high-contrast": {
17091
- "$value": "#3c79d0",
17779
+ "$value": {
17780
+ "colorSpace": "hsl",
17781
+ "components": [215.3, 61.2, 52.5],
17782
+ "hex": "#3c79d0"
17783
+ },
17092
17784
  "filePath": "src/tokens/functional/color/control.json5",
17093
17785
  "isSource": true,
17094
17786
  "$type": "color"
17095
17787
  },
17096
17788
  "dark-dimmed": {
17097
- "$value": "#3f7fdb",
17789
+ "$value": {
17790
+ "colorSpace": "hsl",
17791
+ "components": [215.4, 68.4, 55.3],
17792
+ "hex": "#3f7fdb"
17793
+ },
17098
17794
  "filePath": "src/tokens/functional/color/control.json5",
17099
17795
  "isSource": true,
17100
17796
  "$type": "color"
17101
17797
  },
17102
17798
  "dark-dimmed-high-contrast": {
17103
- "$value": "#3c79d0",
17799
+ "$value": {
17800
+ "colorSpace": "hsl",
17801
+ "components": [215.3, 61.2, 52.5],
17802
+ "hex": "#3c79d0"
17803
+ },
17104
17804
  "filePath": "src/tokens/functional/color/control.json5",
17105
17805
  "isSource": true,
17106
17806
  "$type": "color"
17107
17807
  },
17108
17808
  "light-high-contrast": {
17109
- "$value": "#033f9d",
17809
+ "$value": {
17810
+ "colorSpace": "hsl",
17811
+ "components": [216.6, 96.3, 31.4],
17812
+ "hex": "#033f9d"
17813
+ },
17110
17814
  "filePath": "src/tokens/functional/color/control.json5",
17111
17815
  "isSource": true,
17112
17816
  "$type": "color"
17113
17817
  },
17114
17818
  "light-tritanopia-high-contrast": {
17115
- "$value": "#033f9d",
17819
+ "$value": {
17820
+ "colorSpace": "hsl",
17821
+ "components": [216.6, 96.3, 31.4],
17822
+ "hex": "#033f9d"
17823
+ },
17116
17824
  "filePath": "src/tokens/functional/color/control.json5",
17117
17825
  "isSource": true,
17118
17826
  "$type": "color"
17119
17827
  },
17120
17828
  "light-protanopia-deuteranopia-high-contrast": {
17121
- "$value": "#033f9d",
17829
+ "$value": {
17830
+ "colorSpace": "hsl",
17831
+ "components": [216.6, 96.3, 31.4],
17832
+ "hex": "#033f9d"
17833
+ },
17122
17834
  "filePath": "src/tokens/functional/color/control.json5",
17123
17835
  "isSource": true,
17124
17836
  "$type": "color"
@@ -17139,49 +17851,81 @@
17139
17851
  "org.primer.overrides": {
17140
17852
  "dark": "#3685F3",
17141
17853
  "dark-high-contrast": {
17142
- "$value": "#3c79d0",
17854
+ "$value": {
17855
+ "colorSpace": "hsl",
17856
+ "components": [215.3, 61.2, 52.5],
17857
+ "hex": "#3c79d0"
17858
+ },
17143
17859
  "filePath": "src/tokens/functional/color/control.json5",
17144
17860
  "isSource": true,
17145
17861
  "$type": "color"
17146
17862
  },
17147
17863
  "dark-protanopia-deuteranopia-high-contrast": {
17148
- "$value": "#3c79d0",
17864
+ "$value": {
17865
+ "colorSpace": "hsl",
17866
+ "components": [215.3, 61.2, 52.5],
17867
+ "hex": "#3c79d0"
17868
+ },
17149
17869
  "filePath": "src/tokens/functional/color/control.json5",
17150
17870
  "isSource": true,
17151
17871
  "$type": "color"
17152
17872
  },
17153
17873
  "dark-tritanopia-high-contrast": {
17154
- "$value": "#3c79d0",
17874
+ "$value": {
17875
+ "colorSpace": "hsl",
17876
+ "components": [215.3, 61.2, 52.5],
17877
+ "hex": "#3c79d0"
17878
+ },
17155
17879
  "filePath": "src/tokens/functional/color/control.json5",
17156
17880
  "isSource": true,
17157
17881
  "$type": "color"
17158
17882
  },
17159
17883
  "dark-dimmed": {
17160
- "$value": "#3f7fdb",
17884
+ "$value": {
17885
+ "colorSpace": "hsl",
17886
+ "components": [215.4, 68.4, 55.3],
17887
+ "hex": "#3f7fdb"
17888
+ },
17161
17889
  "filePath": "src/tokens/functional/color/control.json5",
17162
17890
  "isSource": true,
17163
17891
  "$type": "color"
17164
17892
  },
17165
17893
  "dark-dimmed-high-contrast": {
17166
- "$value": "#3c79d0",
17894
+ "$value": {
17895
+ "colorSpace": "hsl",
17896
+ "components": [215.3, 61.2, 52.5],
17897
+ "hex": "#3c79d0"
17898
+ },
17167
17899
  "filePath": "src/tokens/functional/color/control.json5",
17168
17900
  "isSource": true,
17169
17901
  "$type": "color"
17170
17902
  },
17171
17903
  "light-high-contrast": {
17172
- "$value": "#033f9d",
17904
+ "$value": {
17905
+ "colorSpace": "hsl",
17906
+ "components": [216.6, 96.3, 31.4],
17907
+ "hex": "#033f9d"
17908
+ },
17173
17909
  "filePath": "src/tokens/functional/color/control.json5",
17174
17910
  "isSource": true,
17175
17911
  "$type": "color"
17176
17912
  },
17177
17913
  "light-tritanopia-high-contrast": {
17178
- "$value": "#033f9d",
17914
+ "$value": {
17915
+ "colorSpace": "hsl",
17916
+ "components": [216.6, 96.3, 31.4],
17917
+ "hex": "#033f9d"
17918
+ },
17179
17919
  "filePath": "src/tokens/functional/color/control.json5",
17180
17920
  "isSource": true,
17181
17921
  "$type": "color"
17182
17922
  },
17183
17923
  "light-protanopia-deuteranopia-high-contrast": {
17184
- "$value": "#033f9d",
17924
+ "$value": {
17925
+ "colorSpace": "hsl",
17926
+ "components": [216.6, 96.3, 31.4],
17927
+ "hex": "#033f9d"
17928
+ },
17185
17929
  "filePath": "src/tokens/functional/color/control.json5",
17186
17930
  "isSource": true,
17187
17931
  "$type": "color"
@@ -17242,49 +17986,81 @@
17242
17986
  "org.primer.overrides": {
17243
17987
  "dark": "#2A7AEF",
17244
17988
  "dark-high-contrast": {
17245
- "$value": "#2b64c1",
17989
+ "$value": {
17990
+ "colorSpace": "hsl",
17991
+ "components": [217.2, 63.6, 46.3],
17992
+ "hex": "#2b64c1"
17993
+ },
17246
17994
  "filePath": "src/tokens/functional/color/control.json5",
17247
17995
  "isSource": true,
17248
17996
  "$type": "color"
17249
17997
  },
17250
17998
  "dark-tritanopia-high-contrast": {
17251
- "$value": "#2b64c1",
17999
+ "$value": {
18000
+ "colorSpace": "hsl",
18001
+ "components": [217.2, 63.6, 46.3],
18002
+ "hex": "#2b64c1"
18003
+ },
17252
18004
  "filePath": "src/tokens/functional/color/control.json5",
17253
18005
  "isSource": true,
17254
18006
  "$type": "color"
17255
18007
  },
17256
18008
  "dark-protanopia-deuteranopia-high-contrast": {
17257
- "$value": "#2b64c1",
18009
+ "$value": {
18010
+ "colorSpace": "hsl",
18011
+ "components": [217.2, 63.6, 46.3],
18012
+ "hex": "#2b64c1"
18013
+ },
17258
18014
  "filePath": "src/tokens/functional/color/control.json5",
17259
18015
  "isSource": true,
17260
18016
  "$type": "color"
17261
18017
  },
17262
18018
  "dark-dimmed": {
17263
- "$value": "#3876d3",
18019
+ "$value": {
18020
+ "colorSpace": "hsl",
18021
+ "components": [216, 63.8, 52.4],
18022
+ "hex": "#3876d3"
18023
+ },
17264
18024
  "filePath": "src/tokens/functional/color/control.json5",
17265
18025
  "isSource": true,
17266
18026
  "$type": "color"
17267
18027
  },
17268
18028
  "dark-dimmed-high-contrast": {
17269
- "$value": "#2b64c1",
18029
+ "$value": {
18030
+ "colorSpace": "hsl",
18031
+ "components": [217.2, 63.6, 46.3],
18032
+ "hex": "#2b64c1"
18033
+ },
17270
18034
  "filePath": "src/tokens/functional/color/control.json5",
17271
18035
  "isSource": true,
17272
18036
  "$type": "color"
17273
18037
  },
17274
18038
  "light-high-contrast": {
17275
- "$value": "#0344a8",
18039
+ "$value": {
18040
+ "colorSpace": "hsl",
18041
+ "components": [216.4, 96.5, 33.5],
18042
+ "hex": "#0344a8"
18043
+ },
17276
18044
  "filePath": "src/tokens/functional/color/control.json5",
17277
18045
  "isSource": true,
17278
18046
  "$type": "color"
17279
18047
  },
17280
18048
  "light-tritanopia-high-contrast": {
17281
- "$value": "#0344a8",
18049
+ "$value": {
18050
+ "colorSpace": "hsl",
18051
+ "components": [216.4, 96.5, 33.5],
18052
+ "hex": "#0344a8"
18053
+ },
17282
18054
  "filePath": "src/tokens/functional/color/control.json5",
17283
18055
  "isSource": true,
17284
18056
  "$type": "color"
17285
18057
  },
17286
18058
  "light-protanopia-deuteranopia-high-contrast": {
17287
- "$value": "#0344a8",
18059
+ "$value": {
18060
+ "colorSpace": "hsl",
18061
+ "components": [216.4, 96.5, 33.5],
18062
+ "hex": "#0344a8"
18063
+ },
17288
18064
  "filePath": "src/tokens/functional/color/control.json5",
17289
18065
  "isSource": true,
17290
18066
  "$type": "color"
@@ -17305,49 +18081,81 @@
17305
18081
  "org.primer.overrides": {
17306
18082
  "dark": "#2A7AEF",
17307
18083
  "dark-high-contrast": {
17308
- "$value": "#2b64c1",
18084
+ "$value": {
18085
+ "colorSpace": "hsl",
18086
+ "components": [217.2, 63.6, 46.3],
18087
+ "hex": "#2b64c1"
18088
+ },
17309
18089
  "filePath": "src/tokens/functional/color/control.json5",
17310
18090
  "isSource": true,
17311
18091
  "$type": "color"
17312
18092
  },
17313
18093
  "dark-tritanopia-high-contrast": {
17314
- "$value": "#2b64c1",
18094
+ "$value": {
18095
+ "colorSpace": "hsl",
18096
+ "components": [217.2, 63.6, 46.3],
18097
+ "hex": "#2b64c1"
18098
+ },
17315
18099
  "filePath": "src/tokens/functional/color/control.json5",
17316
18100
  "isSource": true,
17317
18101
  "$type": "color"
17318
18102
  },
17319
18103
  "dark-protanopia-deuteranopia-high-contrast": {
17320
- "$value": "#2b64c1",
18104
+ "$value": {
18105
+ "colorSpace": "hsl",
18106
+ "components": [217.2, 63.6, 46.3],
18107
+ "hex": "#2b64c1"
18108
+ },
17321
18109
  "filePath": "src/tokens/functional/color/control.json5",
17322
18110
  "isSource": true,
17323
18111
  "$type": "color"
17324
18112
  },
17325
18113
  "dark-dimmed": {
17326
- "$value": "#3876d3",
18114
+ "$value": {
18115
+ "colorSpace": "hsl",
18116
+ "components": [216, 63.8, 52.4],
18117
+ "hex": "#3876d3"
18118
+ },
17327
18119
  "filePath": "src/tokens/functional/color/control.json5",
17328
18120
  "isSource": true,
17329
18121
  "$type": "color"
17330
18122
  },
17331
18123
  "dark-dimmed-high-contrast": {
17332
- "$value": "#2b64c1",
18124
+ "$value": {
18125
+ "colorSpace": "hsl",
18126
+ "components": [217.2, 63.6, 46.3],
18127
+ "hex": "#2b64c1"
18128
+ },
17333
18129
  "filePath": "src/tokens/functional/color/control.json5",
17334
18130
  "isSource": true,
17335
18131
  "$type": "color"
17336
18132
  },
17337
18133
  "light-high-contrast": {
17338
- "$value": "#0344a8",
18134
+ "$value": {
18135
+ "colorSpace": "hsl",
18136
+ "components": [216.4, 96.5, 33.5],
18137
+ "hex": "#0344a8"
18138
+ },
17339
18139
  "filePath": "src/tokens/functional/color/control.json5",
17340
18140
  "isSource": true,
17341
18141
  "$type": "color"
17342
18142
  },
17343
18143
  "light-tritanopia-high-contrast": {
17344
- "$value": "#0344a8",
18144
+ "$value": {
18145
+ "colorSpace": "hsl",
18146
+ "components": [216.4, 96.5, 33.5],
18147
+ "hex": "#0344a8"
18148
+ },
17345
18149
  "filePath": "src/tokens/functional/color/control.json5",
17346
18150
  "isSource": true,
17347
18151
  "$type": "color"
17348
18152
  },
17349
18153
  "light-protanopia-deuteranopia-high-contrast": {
17350
- "$value": "#0344a8",
18154
+ "$value": {
18155
+ "colorSpace": "hsl",
18156
+ "components": [216.4, 96.5, 33.5],
18157
+ "hex": "#0344a8"
18158
+ },
17351
18159
  "filePath": "src/tokens/functional/color/control.json5",
17352
18160
  "isSource": true,
17353
18161
  "$type": "color"
@@ -17426,7 +18234,11 @@
17426
18234
  "$type": "color"
17427
18235
  },
17428
18236
  "dark-dimmed": {
17429
- "$value": "#3f7fdb",
18237
+ "$value": {
18238
+ "colorSpace": "hsl",
18239
+ "components": [215.4, 68.4, 55.3],
18240
+ "hex": "#3f7fdb"
18241
+ },
17430
18242
  "filePath": "src/tokens/functional/color/control.json5",
17431
18243
  "isSource": true,
17432
18244
  "$type": "color"
@@ -17438,19 +18250,31 @@
17438
18250
  "$type": "color"
17439
18251
  },
17440
18252
  "light-high-contrast": {
17441
- "$value": "#033f9d",
18253
+ "$value": {
18254
+ "colorSpace": "hsl",
18255
+ "components": [216.6, 96.3, 31.4],
18256
+ "hex": "#033f9d"
18257
+ },
17442
18258
  "filePath": "src/tokens/functional/color/control.json5",
17443
18259
  "isSource": true,
17444
18260
  "$type": "color"
17445
18261
  },
17446
18262
  "light-protanopia-deuteranopia-high-contrast": {
17447
- "$value": "#033f9d",
18263
+ "$value": {
18264
+ "colorSpace": "hsl",
18265
+ "components": [216.6, 96.3, 31.4],
18266
+ "hex": "#033f9d"
18267
+ },
17448
18268
  "filePath": "src/tokens/functional/color/control.json5",
17449
18269
  "isSource": true,
17450
18270
  "$type": "color"
17451
18271
  },
17452
18272
  "light-tritanopia-high-contrast": {
17453
- "$value": "#033f9d",
18273
+ "$value": {
18274
+ "colorSpace": "hsl",
18275
+ "components": [216.6, 96.3, 31.4],
18276
+ "hex": "#033f9d"
18277
+ },
17454
18278
  "filePath": "src/tokens/functional/color/control.json5",
17455
18279
  "isSource": true,
17456
18280
  "$type": "color"
@@ -17489,7 +18313,11 @@
17489
18313
  "$type": "color"
17490
18314
  },
17491
18315
  "dark-dimmed": {
17492
- "$value": "#3f7fdb",
18316
+ "$value": {
18317
+ "colorSpace": "hsl",
18318
+ "components": [215.4, 68.4, 55.3],
18319
+ "hex": "#3f7fdb"
18320
+ },
17493
18321
  "filePath": "src/tokens/functional/color/control.json5",
17494
18322
  "isSource": true,
17495
18323
  "$type": "color"
@@ -17501,19 +18329,31 @@
17501
18329
  "$type": "color"
17502
18330
  },
17503
18331
  "light-high-contrast": {
17504
- "$value": "#033f9d",
18332
+ "$value": {
18333
+ "colorSpace": "hsl",
18334
+ "components": [216.6, 96.3, 31.4],
18335
+ "hex": "#033f9d"
18336
+ },
17505
18337
  "filePath": "src/tokens/functional/color/control.json5",
17506
18338
  "isSource": true,
17507
18339
  "$type": "color"
17508
18340
  },
17509
18341
  "light-protanopia-deuteranopia-high-contrast": {
17510
- "$value": "#033f9d",
18342
+ "$value": {
18343
+ "colorSpace": "hsl",
18344
+ "components": [216.6, 96.3, 31.4],
18345
+ "hex": "#033f9d"
18346
+ },
17511
18347
  "filePath": "src/tokens/functional/color/control.json5",
17512
18348
  "isSource": true,
17513
18349
  "$type": "color"
17514
18350
  },
17515
18351
  "light-tritanopia-high-contrast": {
17516
- "$value": "#033f9d",
18352
+ "$value": {
18353
+ "colorSpace": "hsl",
18354
+ "components": [216.6, 96.3, 31.4],
18355
+ "hex": "#033f9d"
18356
+ },
17517
18357
  "filePath": "src/tokens/functional/color/control.json5",
17518
18358
  "isSource": true,
17519
18359
  "$type": "color"
@@ -17592,7 +18432,11 @@
17592
18432
  "$type": "color"
17593
18433
  },
17594
18434
  "dark-dimmed": {
17595
- "$value": "#3876d3",
18435
+ "$value": {
18436
+ "colorSpace": "hsl",
18437
+ "components": [216, 63.8, 52.4],
18438
+ "hex": "#3876d3"
18439
+ },
17596
18440
  "filePath": "src/tokens/functional/color/control.json5",
17597
18441
  "isSource": true,
17598
18442
  "$type": "color"
@@ -17604,19 +18448,31 @@
17604
18448
  "$type": "color"
17605
18449
  },
17606
18450
  "light-high-contrast": {
17607
- "$value": "#0344a8",
18451
+ "$value": {
18452
+ "colorSpace": "hsl",
18453
+ "components": [216.4, 96.5, 33.5],
18454
+ "hex": "#0344a8"
18455
+ },
17608
18456
  "filePath": "src/tokens/functional/color/control.json5",
17609
18457
  "isSource": true,
17610
18458
  "$type": "color"
17611
18459
  },
17612
18460
  "light-tritanopia-high-contrast": {
17613
- "$value": "#0344a8",
18461
+ "$value": {
18462
+ "colorSpace": "hsl",
18463
+ "components": [216.4, 96.5, 33.5],
18464
+ "hex": "#0344a8"
18465
+ },
17614
18466
  "filePath": "src/tokens/functional/color/control.json5",
17615
18467
  "isSource": true,
17616
18468
  "$type": "color"
17617
18469
  },
17618
18470
  "light-protanopia-deuteranopia-high-contrast": {
17619
- "$value": "#0344a8",
18471
+ "$value": {
18472
+ "colorSpace": "hsl",
18473
+ "components": [216.4, 96.5, 33.5],
18474
+ "hex": "#0344a8"
18475
+ },
17620
18476
  "filePath": "src/tokens/functional/color/control.json5",
17621
18477
  "isSource": true,
17622
18478
  "$type": "color"
@@ -17655,7 +18511,11 @@
17655
18511
  "$type": "color"
17656
18512
  },
17657
18513
  "dark-dimmed": {
17658
- "$value": "#3876d3",
18514
+ "$value": {
18515
+ "colorSpace": "hsl",
18516
+ "components": [216, 63.8, 52.4],
18517
+ "hex": "#3876d3"
18518
+ },
17659
18519
  "filePath": "src/tokens/functional/color/control.json5",
17660
18520
  "isSource": true,
17661
18521
  "$type": "color"
@@ -17667,19 +18527,31 @@
17667
18527
  "$type": "color"
17668
18528
  },
17669
18529
  "light-high-contrast": {
17670
- "$value": "#0344a8",
18530
+ "$value": {
18531
+ "colorSpace": "hsl",
18532
+ "components": [216.4, 96.5, 33.5],
18533
+ "hex": "#0344a8"
18534
+ },
17671
18535
  "filePath": "src/tokens/functional/color/control.json5",
17672
18536
  "isSource": true,
17673
18537
  "$type": "color"
17674
18538
  },
17675
18539
  "light-tritanopia-high-contrast": {
17676
- "$value": "#0344a8",
18540
+ "$value": {
18541
+ "colorSpace": "hsl",
18542
+ "components": [216.4, 96.5, 33.5],
18543
+ "hex": "#0344a8"
18544
+ },
17677
18545
  "filePath": "src/tokens/functional/color/control.json5",
17678
18546
  "isSource": true,
17679
18547
  "$type": "color"
17680
18548
  },
17681
18549
  "light-protanopia-deuteranopia-high-contrast": {
17682
- "$value": "#0344a8",
18550
+ "$value": {
18551
+ "colorSpace": "hsl",
18552
+ "components": [216.4, 96.5, 33.5],
18553
+ "hex": "#0344a8"
18554
+ },
17683
18555
  "filePath": "src/tokens/functional/color/control.json5",
17684
18556
  "isSource": true,
17685
18557
  "$type": "color"
@@ -17871,21 +18743,33 @@
17871
18743
  "$type": "color"
17872
18744
  },
17873
18745
  "dark-high-contrast": {
17874
- "$value": "#c51120",
18746
+ "$value": {
18747
+ "colorSpace": "hsl",
18748
+ "components": [355, 84.1, 42],
18749
+ "hex": "#c51120"
18750
+ },
17875
18751
  "alpha": 1,
17876
18752
  "filePath": "src/tokens/functional/color/control.json5",
17877
18753
  "isSource": true,
17878
18754
  "$type": "color"
17879
18755
  },
17880
18756
  "dark-dimmed-high-contrast": {
17881
- "$value": "#c51120",
18757
+ "$value": {
18758
+ "colorSpace": "hsl",
18759
+ "components": [355, 84.1, 42],
18760
+ "hex": "#c51120"
18761
+ },
17882
18762
  "alpha": 1,
17883
18763
  "filePath": "src/tokens/functional/color/control.json5",
17884
18764
  "isSource": true,
17885
18765
  "$type": "color"
17886
18766
  },
17887
18767
  "dark-tritanopia-high-contrast": {
17888
- "$value": "#c51120",
18768
+ "$value": {
18769
+ "colorSpace": "hsl",
18770
+ "components": [355, 84.1, 42],
18771
+ "hex": "#c51120"
18772
+ },
17889
18773
  "alpha": 1,
17890
18774
  "filePath": "src/tokens/functional/color/control.json5",
17891
18775
  "isSource": true,
@@ -17898,13 +18782,21 @@
17898
18782
  "$type": "color"
17899
18783
  },
17900
18784
  "light-high-contrast": {
17901
- "$value": "#8c0b1d",
18785
+ "$value": {
18786
+ "colorSpace": "hsl",
18787
+ "components": [351.6, 85.4, 29.6],
18788
+ "hex": "#8c0b1d"
18789
+ },
17902
18790
  "filePath": "src/tokens/functional/color/control.json5",
17903
18791
  "isSource": true,
17904
18792
  "$type": "color"
17905
18793
  },
17906
18794
  "light-tritanopia-high-contrast": {
17907
- "$value": "#8c0b1d",
18795
+ "$value": {
18796
+ "colorSpace": "hsl",
18797
+ "components": [351.6, 85.4, 29.6],
18798
+ "hex": "#8c0b1d"
18799
+ },
17908
18800
  "filePath": "src/tokens/functional/color/control.json5",
17909
18801
  "isSource": true,
17910
18802
  "$type": "color"
@@ -17945,21 +18837,33 @@
17945
18837
  "$type": "color"
17946
18838
  },
17947
18839
  "dark-high-contrast": {
17948
- "$value": "#c51120",
18840
+ "$value": {
18841
+ "colorSpace": "hsl",
18842
+ "components": [355, 84.1, 42],
18843
+ "hex": "#c51120"
18844
+ },
17949
18845
  "alpha": 1,
17950
18846
  "filePath": "src/tokens/functional/color/control.json5",
17951
18847
  "isSource": true,
17952
18848
  "$type": "color"
17953
18849
  },
17954
18850
  "dark-dimmed-high-contrast": {
17955
- "$value": "#c51120",
18851
+ "$value": {
18852
+ "colorSpace": "hsl",
18853
+ "components": [355, 84.1, 42],
18854
+ "hex": "#c51120"
18855
+ },
17956
18856
  "alpha": 1,
17957
18857
  "filePath": "src/tokens/functional/color/control.json5",
17958
18858
  "isSource": true,
17959
18859
  "$type": "color"
17960
18860
  },
17961
18861
  "dark-tritanopia-high-contrast": {
17962
- "$value": "#c51120",
18862
+ "$value": {
18863
+ "colorSpace": "hsl",
18864
+ "components": [355, 84.1, 42],
18865
+ "hex": "#c51120"
18866
+ },
17963
18867
  "alpha": 1,
17964
18868
  "filePath": "src/tokens/functional/color/control.json5",
17965
18869
  "isSource": true,
@@ -17972,13 +18876,21 @@
17972
18876
  "$type": "color"
17973
18877
  },
17974
18878
  "light-high-contrast": {
17975
- "$value": "#8c0b1d",
18879
+ "$value": {
18880
+ "colorSpace": "hsl",
18881
+ "components": [351.6, 85.4, 29.6],
18882
+ "hex": "#8c0b1d"
18883
+ },
17976
18884
  "filePath": "src/tokens/functional/color/control.json5",
17977
18885
  "isSource": true,
17978
18886
  "$type": "color"
17979
18887
  },
17980
18888
  "light-tritanopia-high-contrast": {
17981
- "$value": "#8c0b1d",
18889
+ "$value": {
18890
+ "colorSpace": "hsl",
18891
+ "components": [351.6, 85.4, 29.6],
18892
+ "hex": "#8c0b1d"
18893
+ },
17982
18894
  "filePath": "src/tokens/functional/color/control.json5",
17983
18895
  "isSource": true,
17984
18896
  "$type": "color"
@@ -47397,14 +48309,22 @@
47397
48309
  },
47398
48310
  "org.primer.overrides": {
47399
48311
  "dark": {
47400
- "$value": "#3a8cfd",
48312
+ "$value": {
48313
+ "colorSpace": "hsl",
48314
+ "components": [214.8, 98, 61],
48315
+ "hex": "#3a8cfd"
48316
+ },
47401
48317
  "alpha": 0.36,
47402
48318
  "filePath": "src/tokens/component/reactionButton.json5",
47403
48319
  "isSource": true,
47404
48320
  "$type": "color"
47405
48321
  },
47406
48322
  "dark-dimmed": {
47407
- "$value": "#4285e5",
48323
+ "$value": {
48324
+ "colorSpace": "hsl",
48325
+ "components": [215.3, 75.8, 57.8],
48326
+ "hex": "#4285e5"
48327
+ },
47408
48328
  "alpha": 0.36,
47409
48329
  "filePath": "src/tokens/component/reactionButton.json5",
47410
48330
  "isSource": true,
@@ -47412,7 +48332,11 @@
47412
48332
  },
47413
48333
  "light-high-contrast": "#c7e9ff",
47414
48334
  "dark-high-contrast": {
47415
- "$value": "#5dadff",
48335
+ "$value": {
48336
+ "colorSpace": "hsl",
48337
+ "components": [210.4, 100, 68.2],
48338
+ "hex": "#5dadff"
48339
+ },
47416
48340
  "alpha": 0.36,
47417
48341
  "filePath": "src/tokens/component/reactionButton.json5",
47418
48342
  "isSource": true,
@@ -47424,7 +48348,11 @@
47424
48348
  "isSource": true,
47425
48349
  "alpha": 0.36,
47426
48350
  "original": {
47427
- "$value": "#3a8cfd",
48351
+ "$value": {
48352
+ "colorSpace": "hsl",
48353
+ "components": [214.8, 98, 61],
48354
+ "hex": "#3a8cfd"
48355
+ },
47428
48356
  "$type": "color",
47429
48357
  "$extensions": {
47430
48358
  "org.primer.figma": {
@@ -47434,14 +48362,22 @@
47434
48362
  },
47435
48363
  "org.primer.overrides": {
47436
48364
  "dark": {
47437
- "$value": "#3a8cfd",
48365
+ "$value": {
48366
+ "colorSpace": "hsl",
48367
+ "components": [214.8, 98, 61],
48368
+ "hex": "#3a8cfd"
48369
+ },
47438
48370
  "alpha": 0.36,
47439
48371
  "filePath": "src/tokens/component/reactionButton.json5",
47440
48372
  "isSource": true,
47441
48373
  "$type": "color"
47442
48374
  },
47443
48375
  "dark-dimmed": {
47444
- "$value": "#4285e5",
48376
+ "$value": {
48377
+ "colorSpace": "hsl",
48378
+ "components": [215.3, 75.8, 57.8],
48379
+ "hex": "#4285e5"
48380
+ },
47445
48381
  "alpha": 0.36,
47446
48382
  "filePath": "src/tokens/component/reactionButton.json5",
47447
48383
  "isSource": true,
@@ -47449,7 +48385,11 @@
47449
48385
  },
47450
48386
  "light-high-contrast": "#c7e9ff",
47451
48387
  "dark-high-contrast": {
47452
- "$value": "#5dadff",
48388
+ "$value": {
48389
+ "colorSpace": "hsl",
48390
+ "components": [210.4, 100, 68.2],
48391
+ "hex": "#5dadff"
48392
+ },
47453
48393
  "alpha": 0.36,
47454
48394
  "filePath": "src/tokens/component/reactionButton.json5",
47455
48395
  "isSource": true,
@@ -47782,6 +48722,147 @@
47782
48722
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47783
48723
  "isSource": true,
47784
48724
  "$type": "shadow"
48725
+ },
48726
+ "light-high-contrast": {
48727
+ "$value": [
48728
+ {
48729
+ "color": "#3d444db3",
48730
+ "alpha": 1,
48731
+ "offsetX": {
48732
+ "value": 0,
48733
+ "unit": "px"
48734
+ },
48735
+ "offsetY": {
48736
+ "value": 0,
48737
+ "unit": "px"
48738
+ },
48739
+ "blur": {
48740
+ "value": 0,
48741
+ "unit": "px"
48742
+ },
48743
+ "spread": {
48744
+ "value": 1,
48745
+ "unit": "px"
48746
+ }
48747
+ },
48748
+ {
48749
+ "color": "#f0f6fc",
48750
+ "alpha": 0.24,
48751
+ "offsetX": {
48752
+ "value": 0,
48753
+ "unit": "px"
48754
+ },
48755
+ "offsetY": {
48756
+ "value": 40,
48757
+ "unit": "px"
48758
+ },
48759
+ "blur": {
48760
+ "value": 80,
48761
+ "unit": "px"
48762
+ },
48763
+ "spread": {
48764
+ "value": 0,
48765
+ "unit": "px"
48766
+ }
48767
+ }
48768
+ ],
48769
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48770
+ "isSource": true,
48771
+ "$type": "shadow"
48772
+ },
48773
+ "light-protanopia-deuteranopia-high-contrast": {
48774
+ "$value": [
48775
+ {
48776
+ "color": "#3d444db3",
48777
+ "alpha": 1,
48778
+ "offsetX": {
48779
+ "value": 0,
48780
+ "unit": "px"
48781
+ },
48782
+ "offsetY": {
48783
+ "value": 0,
48784
+ "unit": "px"
48785
+ },
48786
+ "blur": {
48787
+ "value": 0,
48788
+ "unit": "px"
48789
+ },
48790
+ "spread": {
48791
+ "value": 1,
48792
+ "unit": "px"
48793
+ }
48794
+ },
48795
+ {
48796
+ "color": "#f0f6fc",
48797
+ "alpha": 0.24,
48798
+ "offsetX": {
48799
+ "value": 0,
48800
+ "unit": "px"
48801
+ },
48802
+ "offsetY": {
48803
+ "value": 40,
48804
+ "unit": "px"
48805
+ },
48806
+ "blur": {
48807
+ "value": 80,
48808
+ "unit": "px"
48809
+ },
48810
+ "spread": {
48811
+ "value": 0,
48812
+ "unit": "px"
48813
+ }
48814
+ }
48815
+ ],
48816
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48817
+ "isSource": true,
48818
+ "$type": "shadow"
48819
+ },
48820
+ "light-tritanopia-high-contrast": {
48821
+ "$value": [
48822
+ {
48823
+ "color": "#3d444db3",
48824
+ "alpha": 1,
48825
+ "offsetX": {
48826
+ "value": 0,
48827
+ "unit": "px"
48828
+ },
48829
+ "offsetY": {
48830
+ "value": 0,
48831
+ "unit": "px"
48832
+ },
48833
+ "blur": {
48834
+ "value": 0,
48835
+ "unit": "px"
48836
+ },
48837
+ "spread": {
48838
+ "value": 1,
48839
+ "unit": "px"
48840
+ }
48841
+ },
48842
+ {
48843
+ "color": "#f0f6fc",
48844
+ "alpha": 0.24,
48845
+ "offsetX": {
48846
+ "value": 0,
48847
+ "unit": "px"
48848
+ },
48849
+ "offsetY": {
48850
+ "value": 40,
48851
+ "unit": "px"
48852
+ },
48853
+ "blur": {
48854
+ "value": 80,
48855
+ "unit": "px"
48856
+ },
48857
+ "spread": {
48858
+ "value": 0,
48859
+ "unit": "px"
48860
+ }
48861
+ }
48862
+ ],
48863
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48864
+ "isSource": true,
48865
+ "$type": "shadow"
47785
48866
  }
47786
48867
  },
47787
48868
  "org.primer.llm": {
@@ -47888,6 +48969,147 @@
47888
48969
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47889
48970
  "isSource": true,
47890
48971
  "$type": "shadow"
48972
+ },
48973
+ "light-high-contrast": {
48974
+ "$value": [
48975
+ {
48976
+ "color": "{overlay.borderColor}",
48977
+ "alpha": 1,
48978
+ "offsetX": {
48979
+ "value": 0,
48980
+ "unit": "px"
48981
+ },
48982
+ "offsetY": {
48983
+ "value": 0,
48984
+ "unit": "px"
48985
+ },
48986
+ "blur": {
48987
+ "value": 0,
48988
+ "unit": "px"
48989
+ },
48990
+ "spread": {
48991
+ "value": 1,
48992
+ "unit": "px"
48993
+ }
48994
+ },
48995
+ {
48996
+ "color": "{base.color.neutral.12}",
48997
+ "alpha": 0.24,
48998
+ "offsetX": {
48999
+ "value": 0,
49000
+ "unit": "px"
49001
+ },
49002
+ "offsetY": {
49003
+ "value": 40,
49004
+ "unit": "px"
49005
+ },
49006
+ "blur": {
49007
+ "value": 80,
49008
+ "unit": "px"
49009
+ },
49010
+ "spread": {
49011
+ "value": 0,
49012
+ "unit": "px"
49013
+ }
49014
+ }
49015
+ ],
49016
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49017
+ "isSource": true,
49018
+ "$type": "shadow"
49019
+ },
49020
+ "light-protanopia-deuteranopia-high-contrast": {
49021
+ "$value": [
49022
+ {
49023
+ "color": "{overlay.borderColor}",
49024
+ "alpha": 1,
49025
+ "offsetX": {
49026
+ "value": 0,
49027
+ "unit": "px"
49028
+ },
49029
+ "offsetY": {
49030
+ "value": 0,
49031
+ "unit": "px"
49032
+ },
49033
+ "blur": {
49034
+ "value": 0,
49035
+ "unit": "px"
49036
+ },
49037
+ "spread": {
49038
+ "value": 1,
49039
+ "unit": "px"
49040
+ }
49041
+ },
49042
+ {
49043
+ "color": "{base.color.neutral.12}",
49044
+ "alpha": 0.24,
49045
+ "offsetX": {
49046
+ "value": 0,
49047
+ "unit": "px"
49048
+ },
49049
+ "offsetY": {
49050
+ "value": 40,
49051
+ "unit": "px"
49052
+ },
49053
+ "blur": {
49054
+ "value": 80,
49055
+ "unit": "px"
49056
+ },
49057
+ "spread": {
49058
+ "value": 0,
49059
+ "unit": "px"
49060
+ }
49061
+ }
49062
+ ],
49063
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49064
+ "isSource": true,
49065
+ "$type": "shadow"
49066
+ },
49067
+ "light-tritanopia-high-contrast": {
49068
+ "$value": [
49069
+ {
49070
+ "color": "{overlay.borderColor}",
49071
+ "alpha": 1,
49072
+ "offsetX": {
49073
+ "value": 0,
49074
+ "unit": "px"
49075
+ },
49076
+ "offsetY": {
49077
+ "value": 0,
49078
+ "unit": "px"
49079
+ },
49080
+ "blur": {
49081
+ "value": 0,
49082
+ "unit": "px"
49083
+ },
49084
+ "spread": {
49085
+ "value": 1,
49086
+ "unit": "px"
49087
+ }
49088
+ },
49089
+ {
49090
+ "color": "{base.color.neutral.12}",
49091
+ "alpha": 0.24,
49092
+ "offsetX": {
49093
+ "value": 0,
49094
+ "unit": "px"
49095
+ },
49096
+ "offsetY": {
49097
+ "value": 40,
49098
+ "unit": "px"
49099
+ },
49100
+ "blur": {
49101
+ "value": 80,
49102
+ "unit": "px"
49103
+ },
49104
+ "spread": {
49105
+ "value": 0,
49106
+ "unit": "px"
49107
+ }
49108
+ }
49109
+ ],
49110
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49111
+ "isSource": true,
49112
+ "$type": "shadow"
47891
49113
  }
47892
49114
  },
47893
49115
  "org.primer.llm": {
@@ -48163,152 +49385,794 @@
48163
49385
  "value": -12,
48164
49386
  "unit": "px"
48165
49387
  }
48166
- },
48167
- {
48168
- "color": "#010409",
48169
- "alpha": 0.4,
48170
- "offsetX": {
48171
- "value": 0,
48172
- "unit": "px"
49388
+ },
49389
+ {
49390
+ "color": "#010409",
49391
+ "alpha": 0.4,
49392
+ "offsetX": {
49393
+ "value": 0,
49394
+ "unit": "px"
49395
+ },
49396
+ "offsetY": {
49397
+ "value": 48,
49398
+ "unit": "px"
49399
+ },
49400
+ "blur": {
49401
+ "value": 96,
49402
+ "unit": "px"
49403
+ },
49404
+ "spread": {
49405
+ "value": -24,
49406
+ "unit": "px"
49407
+ }
49408
+ }
49409
+ ],
49410
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49411
+ "isSource": true,
49412
+ "$type": "shadow"
49413
+ },
49414
+ "light-high-contrast": {
49415
+ "$value": [
49416
+ {
49417
+ "color": "#3d444db3",
49418
+ "alpha": 1,
49419
+ "offsetX": {
49420
+ "value": 0,
49421
+ "unit": "px"
49422
+ },
49423
+ "offsetY": {
49424
+ "value": 0,
49425
+ "unit": "px"
49426
+ },
49427
+ "blur": {
49428
+ "value": 0,
49429
+ "unit": "px"
49430
+ },
49431
+ "spread": {
49432
+ "value": 1,
49433
+ "unit": "px"
49434
+ }
49435
+ },
49436
+ {
49437
+ "color": "#f0f6fc",
49438
+ "alpha": 0.08,
49439
+ "offsetX": {
49440
+ "value": 0,
49441
+ "unit": "px"
49442
+ },
49443
+ "offsetY": {
49444
+ "value": 8,
49445
+ "unit": "px"
49446
+ },
49447
+ "blur": {
49448
+ "value": 16,
49449
+ "unit": "px"
49450
+ },
49451
+ "spread": {
49452
+ "value": -4,
49453
+ "unit": "px"
49454
+ }
49455
+ },
49456
+ {
49457
+ "color": "#f0f6fc",
49458
+ "alpha": 0.08,
49459
+ "offsetX": {
49460
+ "value": 0,
49461
+ "unit": "px"
49462
+ },
49463
+ "offsetY": {
49464
+ "value": 4,
49465
+ "unit": "px"
49466
+ },
49467
+ "blur": {
49468
+ "value": 32,
49469
+ "unit": "px"
49470
+ },
49471
+ "spread": {
49472
+ "value": -4,
49473
+ "unit": "px"
49474
+ }
49475
+ },
49476
+ {
49477
+ "color": "#f0f6fc",
49478
+ "alpha": 0.08,
49479
+ "offsetX": {
49480
+ "value": 0,
49481
+ "unit": "px"
49482
+ },
49483
+ "offsetY": {
49484
+ "value": 24,
49485
+ "unit": "px"
49486
+ },
49487
+ "blur": {
49488
+ "value": 48,
49489
+ "unit": "px"
49490
+ },
49491
+ "spread": {
49492
+ "value": -12,
49493
+ "unit": "px"
49494
+ }
49495
+ },
49496
+ {
49497
+ "color": "#f0f6fc",
49498
+ "alpha": 0.08,
49499
+ "offsetX": {
49500
+ "value": 0,
49501
+ "unit": "px"
49502
+ },
49503
+ "offsetY": {
49504
+ "value": 48,
49505
+ "unit": "px"
49506
+ },
49507
+ "blur": {
49508
+ "value": 96,
49509
+ "unit": "px"
49510
+ },
49511
+ "spread": {
49512
+ "value": -24,
49513
+ "unit": "px"
49514
+ }
49515
+ }
49516
+ ],
49517
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49518
+ "isSource": true,
49519
+ "$type": "shadow"
49520
+ },
49521
+ "light-protanopia-deuteranopia-high-contrast": {
49522
+ "$value": [
49523
+ {
49524
+ "color": "#3d444db3",
49525
+ "alpha": 1,
49526
+ "offsetX": {
49527
+ "value": 0,
49528
+ "unit": "px"
49529
+ },
49530
+ "offsetY": {
49531
+ "value": 0,
49532
+ "unit": "px"
49533
+ },
49534
+ "blur": {
49535
+ "value": 0,
49536
+ "unit": "px"
49537
+ },
49538
+ "spread": {
49539
+ "value": 1,
49540
+ "unit": "px"
49541
+ }
49542
+ },
49543
+ {
49544
+ "color": "#f0f6fc",
49545
+ "alpha": 0.08,
49546
+ "offsetX": {
49547
+ "value": 0,
49548
+ "unit": "px"
49549
+ },
49550
+ "offsetY": {
49551
+ "value": 8,
49552
+ "unit": "px"
49553
+ },
49554
+ "blur": {
49555
+ "value": 16,
49556
+ "unit": "px"
49557
+ },
49558
+ "spread": {
49559
+ "value": -4,
49560
+ "unit": "px"
49561
+ }
49562
+ },
49563
+ {
49564
+ "color": "#f0f6fc",
49565
+ "alpha": 0.08,
49566
+ "offsetX": {
49567
+ "value": 0,
49568
+ "unit": "px"
49569
+ },
49570
+ "offsetY": {
49571
+ "value": 4,
49572
+ "unit": "px"
49573
+ },
49574
+ "blur": {
49575
+ "value": 32,
49576
+ "unit": "px"
49577
+ },
49578
+ "spread": {
49579
+ "value": -4,
49580
+ "unit": "px"
49581
+ }
49582
+ },
49583
+ {
49584
+ "color": "#f0f6fc",
49585
+ "alpha": 0.08,
49586
+ "offsetX": {
49587
+ "value": 0,
49588
+ "unit": "px"
49589
+ },
49590
+ "offsetY": {
49591
+ "value": 24,
49592
+ "unit": "px"
49593
+ },
49594
+ "blur": {
49595
+ "value": 48,
49596
+ "unit": "px"
49597
+ },
49598
+ "spread": {
49599
+ "value": -12,
49600
+ "unit": "px"
49601
+ }
49602
+ },
49603
+ {
49604
+ "color": "#f0f6fc",
49605
+ "alpha": 0.08,
49606
+ "offsetX": {
49607
+ "value": 0,
49608
+ "unit": "px"
49609
+ },
49610
+ "offsetY": {
49611
+ "value": 48,
49612
+ "unit": "px"
49613
+ },
49614
+ "blur": {
49615
+ "value": 96,
49616
+ "unit": "px"
49617
+ },
49618
+ "spread": {
49619
+ "value": -24,
49620
+ "unit": "px"
49621
+ }
49622
+ }
49623
+ ],
49624
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49625
+ "isSource": true,
49626
+ "$type": "shadow"
49627
+ },
49628
+ "light-tritanopia-high-contrast": {
49629
+ "$value": [
49630
+ {
49631
+ "color": "#3d444db3",
49632
+ "alpha": 1,
49633
+ "offsetX": {
49634
+ "value": 0,
49635
+ "unit": "px"
49636
+ },
49637
+ "offsetY": {
49638
+ "value": 0,
49639
+ "unit": "px"
49640
+ },
49641
+ "blur": {
49642
+ "value": 0,
49643
+ "unit": "px"
49644
+ },
49645
+ "spread": {
49646
+ "value": 1,
49647
+ "unit": "px"
49648
+ }
49649
+ },
49650
+ {
49651
+ "color": "#f0f6fc",
49652
+ "alpha": 0.08,
49653
+ "offsetX": {
49654
+ "value": 0,
49655
+ "unit": "px"
49656
+ },
49657
+ "offsetY": {
49658
+ "value": 8,
49659
+ "unit": "px"
49660
+ },
49661
+ "blur": {
49662
+ "value": 16,
49663
+ "unit": "px"
49664
+ },
49665
+ "spread": {
49666
+ "value": -4,
49667
+ "unit": "px"
49668
+ }
49669
+ },
49670
+ {
49671
+ "color": "#f0f6fc",
49672
+ "alpha": 0.08,
49673
+ "offsetX": {
49674
+ "value": 0,
49675
+ "unit": "px"
49676
+ },
49677
+ "offsetY": {
49678
+ "value": 4,
49679
+ "unit": "px"
49680
+ },
49681
+ "blur": {
49682
+ "value": 32,
49683
+ "unit": "px"
49684
+ },
49685
+ "spread": {
49686
+ "value": -4,
49687
+ "unit": "px"
49688
+ }
49689
+ },
49690
+ {
49691
+ "color": "#f0f6fc",
49692
+ "alpha": 0.08,
49693
+ "offsetX": {
49694
+ "value": 0,
49695
+ "unit": "px"
49696
+ },
49697
+ "offsetY": {
49698
+ "value": 24,
49699
+ "unit": "px"
49700
+ },
49701
+ "blur": {
49702
+ "value": 48,
49703
+ "unit": "px"
49704
+ },
49705
+ "spread": {
49706
+ "value": -12,
49707
+ "unit": "px"
49708
+ }
49709
+ },
49710
+ {
49711
+ "color": "#f0f6fc",
49712
+ "alpha": 0.08,
49713
+ "offsetX": {
49714
+ "value": 0,
49715
+ "unit": "px"
49716
+ },
49717
+ "offsetY": {
49718
+ "value": 48,
49719
+ "unit": "px"
49720
+ },
49721
+ "blur": {
49722
+ "value": 96,
49723
+ "unit": "px"
49724
+ },
49725
+ "spread": {
49726
+ "value": -24,
49727
+ "unit": "px"
49728
+ }
49729
+ }
49730
+ ],
49731
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49732
+ "isSource": true,
49733
+ "$type": "shadow"
49734
+ }
49735
+ },
49736
+ "org.primer.llm": {
49737
+ "usage": ["popover", "action-menu", "select-panel", "autocomplete"],
49738
+ "rules": "Use for medium-sized floating elements like popovers and action menus. More prominent than small but less than dialogs. Do NOT use for full modals."
49739
+ }
49740
+ },
49741
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49742
+ "isSource": true,
49743
+ "original": {
49744
+ "$value": [
49745
+ {
49746
+ "color": "{overlay.borderColor}",
49747
+ "alpha": 1,
49748
+ "offsetX": {
49749
+ "value": 0,
49750
+ "unit": "px"
49751
+ },
49752
+ "offsetY": {
49753
+ "value": 0,
49754
+ "unit": "px"
49755
+ },
49756
+ "blur": {
49757
+ "value": 0,
49758
+ "unit": "px"
49759
+ },
49760
+ "spread": {
49761
+ "value": 1,
49762
+ "unit": "px"
49763
+ }
49764
+ },
49765
+ {
49766
+ "color": "{base.color.neutral.0}",
49767
+ "alpha": 0.4,
49768
+ "offsetX": {
49769
+ "value": 0,
49770
+ "unit": "px"
49771
+ },
49772
+ "offsetY": {
49773
+ "value": 8,
49774
+ "unit": "px"
49775
+ },
49776
+ "blur": {
49777
+ "value": 16,
49778
+ "unit": "px"
49779
+ },
49780
+ "spread": {
49781
+ "value": -4,
49782
+ "unit": "px"
49783
+ }
49784
+ },
49785
+ {
49786
+ "color": "{base.color.neutral.0}",
49787
+ "alpha": 0.4,
49788
+ "offsetX": {
49789
+ "value": 0,
49790
+ "unit": "px"
49791
+ },
49792
+ "offsetY": {
49793
+ "value": 4,
49794
+ "unit": "px"
49795
+ },
49796
+ "blur": {
49797
+ "value": 32,
49798
+ "unit": "px"
49799
+ },
49800
+ "spread": {
49801
+ "value": -4,
49802
+ "unit": "px"
49803
+ }
49804
+ },
49805
+ {
49806
+ "color": "{base.color.neutral.0}",
49807
+ "alpha": 0.4,
49808
+ "offsetX": {
49809
+ "value": 0,
49810
+ "unit": "px"
49811
+ },
49812
+ "offsetY": {
49813
+ "value": 24,
49814
+ "unit": "px"
49815
+ },
49816
+ "blur": {
49817
+ "value": 48,
49818
+ "unit": "px"
49819
+ },
49820
+ "spread": {
49821
+ "value": -12,
49822
+ "unit": "px"
49823
+ }
49824
+ },
49825
+ {
49826
+ "color": "{base.color.neutral.0}",
49827
+ "alpha": 0.4,
49828
+ "offsetX": {
49829
+ "value": 0,
49830
+ "unit": "px"
49831
+ },
49832
+ "offsetY": {
49833
+ "value": 48,
49834
+ "unit": "px"
49835
+ },
49836
+ "blur": {
49837
+ "value": 96,
49838
+ "unit": "px"
49839
+ },
49840
+ "spread": {
49841
+ "value": -24,
49842
+ "unit": "px"
49843
+ }
49844
+ }
49845
+ ],
49846
+ "$type": "shadow",
49847
+ "$description": "Medium floating shadow for popovers and action menus",
49848
+ "$extensions": {
49849
+ "org.primer.figma": {
49850
+ "collection": "mode",
49851
+ "group": "shadow"
49852
+ },
49853
+ "org.primer.overrides": {
49854
+ "dark": {
49855
+ "$value": [
49856
+ {
49857
+ "color": "{overlay.borderColor}",
49858
+ "alpha": 1,
49859
+ "offsetX": {
49860
+ "value": 0,
49861
+ "unit": "px"
49862
+ },
49863
+ "offsetY": {
49864
+ "value": 0,
49865
+ "unit": "px"
49866
+ },
49867
+ "blur": {
49868
+ "value": 0,
49869
+ "unit": "px"
49870
+ },
49871
+ "spread": {
49872
+ "value": 1,
49873
+ "unit": "px"
49874
+ }
49875
+ },
49876
+ {
49877
+ "color": "{base.color.neutral.0}",
49878
+ "alpha": 0.4,
49879
+ "offsetX": {
49880
+ "value": 0,
49881
+ "unit": "px"
49882
+ },
49883
+ "offsetY": {
49884
+ "value": 8,
49885
+ "unit": "px"
49886
+ },
49887
+ "blur": {
49888
+ "value": 16,
49889
+ "unit": "px"
49890
+ },
49891
+ "spread": {
49892
+ "value": -4,
49893
+ "unit": "px"
49894
+ }
49895
+ },
49896
+ {
49897
+ "color": "{base.color.neutral.0}",
49898
+ "alpha": 0.4,
49899
+ "offsetX": {
49900
+ "value": 0,
49901
+ "unit": "px"
49902
+ },
49903
+ "offsetY": {
49904
+ "value": 4,
49905
+ "unit": "px"
49906
+ },
49907
+ "blur": {
49908
+ "value": 32,
49909
+ "unit": "px"
49910
+ },
49911
+ "spread": {
49912
+ "value": -4,
49913
+ "unit": "px"
49914
+ }
49915
+ },
49916
+ {
49917
+ "color": "{base.color.neutral.0}",
49918
+ "alpha": 0.4,
49919
+ "offsetX": {
49920
+ "value": 0,
49921
+ "unit": "px"
49922
+ },
49923
+ "offsetY": {
49924
+ "value": 24,
49925
+ "unit": "px"
49926
+ },
49927
+ "blur": {
49928
+ "value": 48,
49929
+ "unit": "px"
49930
+ },
49931
+ "spread": {
49932
+ "value": -12,
49933
+ "unit": "px"
49934
+ }
49935
+ },
49936
+ {
49937
+ "color": "{base.color.neutral.0}",
49938
+ "alpha": 0.4,
49939
+ "offsetX": {
49940
+ "value": 0,
49941
+ "unit": "px"
49942
+ },
49943
+ "offsetY": {
49944
+ "value": 48,
49945
+ "unit": "px"
49946
+ },
49947
+ "blur": {
49948
+ "value": 96,
49949
+ "unit": "px"
49950
+ },
49951
+ "spread": {
49952
+ "value": -24,
49953
+ "unit": "px"
49954
+ }
49955
+ }
49956
+ ],
49957
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49958
+ "isSource": true,
49959
+ "$type": "shadow"
49960
+ },
49961
+ "light-high-contrast": {
49962
+ "$value": [
49963
+ {
49964
+ "color": "{overlay.borderColor}",
49965
+ "alpha": 1,
49966
+ "offsetX": {
49967
+ "value": 0,
49968
+ "unit": "px"
49969
+ },
49970
+ "offsetY": {
49971
+ "value": 0,
49972
+ "unit": "px"
49973
+ },
49974
+ "blur": {
49975
+ "value": 0,
49976
+ "unit": "px"
49977
+ },
49978
+ "spread": {
49979
+ "value": 1,
49980
+ "unit": "px"
49981
+ }
49982
+ },
49983
+ {
49984
+ "color": "{base.color.neutral.12}",
49985
+ "alpha": 0.08,
49986
+ "offsetX": {
49987
+ "value": 0,
49988
+ "unit": "px"
49989
+ },
49990
+ "offsetY": {
49991
+ "value": 8,
49992
+ "unit": "px"
49993
+ },
49994
+ "blur": {
49995
+ "value": 16,
49996
+ "unit": "px"
49997
+ },
49998
+ "spread": {
49999
+ "value": -4,
50000
+ "unit": "px"
50001
+ }
50002
+ },
50003
+ {
50004
+ "color": "{base.color.neutral.12}",
50005
+ "alpha": 0.08,
50006
+ "offsetX": {
50007
+ "value": 0,
50008
+ "unit": "px"
50009
+ },
50010
+ "offsetY": {
50011
+ "value": 4,
50012
+ "unit": "px"
50013
+ },
50014
+ "blur": {
50015
+ "value": 32,
50016
+ "unit": "px"
50017
+ },
50018
+ "spread": {
50019
+ "value": -4,
50020
+ "unit": "px"
50021
+ }
50022
+ },
50023
+ {
50024
+ "color": "{base.color.neutral.12}",
50025
+ "alpha": 0.08,
50026
+ "offsetX": {
50027
+ "value": 0,
50028
+ "unit": "px"
50029
+ },
50030
+ "offsetY": {
50031
+ "value": 24,
50032
+ "unit": "px"
50033
+ },
50034
+ "blur": {
50035
+ "value": 48,
50036
+ "unit": "px"
50037
+ },
50038
+ "spread": {
50039
+ "value": -12,
50040
+ "unit": "px"
50041
+ }
50042
+ },
50043
+ {
50044
+ "color": "{base.color.neutral.12}",
50045
+ "alpha": 0.08,
50046
+ "offsetX": {
50047
+ "value": 0,
50048
+ "unit": "px"
50049
+ },
50050
+ "offsetY": {
50051
+ "value": 48,
50052
+ "unit": "px"
50053
+ },
50054
+ "blur": {
50055
+ "value": 96,
50056
+ "unit": "px"
50057
+ },
50058
+ "spread": {
50059
+ "value": -24,
50060
+ "unit": "px"
50061
+ }
50062
+ }
50063
+ ],
50064
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50065
+ "isSource": true,
50066
+ "$type": "shadow"
50067
+ },
50068
+ "light-protanopia-deuteranopia-high-contrast": {
50069
+ "$value": [
50070
+ {
50071
+ "color": "{overlay.borderColor}",
50072
+ "alpha": 1,
50073
+ "offsetX": {
50074
+ "value": 0,
50075
+ "unit": "px"
50076
+ },
50077
+ "offsetY": {
50078
+ "value": 0,
50079
+ "unit": "px"
50080
+ },
50081
+ "blur": {
50082
+ "value": 0,
50083
+ "unit": "px"
50084
+ },
50085
+ "spread": {
50086
+ "value": 1,
50087
+ "unit": "px"
50088
+ }
48173
50089
  },
48174
- "offsetY": {
48175
- "value": 48,
48176
- "unit": "px"
50090
+ {
50091
+ "color": "{base.color.neutral.12}",
50092
+ "alpha": 0.08,
50093
+ "offsetX": {
50094
+ "value": 0,
50095
+ "unit": "px"
50096
+ },
50097
+ "offsetY": {
50098
+ "value": 8,
50099
+ "unit": "px"
50100
+ },
50101
+ "blur": {
50102
+ "value": 16,
50103
+ "unit": "px"
50104
+ },
50105
+ "spread": {
50106
+ "value": -4,
50107
+ "unit": "px"
50108
+ }
48177
50109
  },
48178
- "blur": {
48179
- "value": 96,
48180
- "unit": "px"
50110
+ {
50111
+ "color": "{base.color.neutral.12}",
50112
+ "alpha": 0.08,
50113
+ "offsetX": {
50114
+ "value": 0,
50115
+ "unit": "px"
50116
+ },
50117
+ "offsetY": {
50118
+ "value": 4,
50119
+ "unit": "px"
50120
+ },
50121
+ "blur": {
50122
+ "value": 32,
50123
+ "unit": "px"
50124
+ },
50125
+ "spread": {
50126
+ "value": -4,
50127
+ "unit": "px"
50128
+ }
48181
50129
  },
48182
- "spread": {
48183
- "value": -24,
48184
- "unit": "px"
50130
+ {
50131
+ "color": "{base.color.neutral.12}",
50132
+ "alpha": 0.08,
50133
+ "offsetX": {
50134
+ "value": 0,
50135
+ "unit": "px"
50136
+ },
50137
+ "offsetY": {
50138
+ "value": 24,
50139
+ "unit": "px"
50140
+ },
50141
+ "blur": {
50142
+ "value": 48,
50143
+ "unit": "px"
50144
+ },
50145
+ "spread": {
50146
+ "value": -12,
50147
+ "unit": "px"
50148
+ }
50149
+ },
50150
+ {
50151
+ "color": "{base.color.neutral.12}",
50152
+ "alpha": 0.08,
50153
+ "offsetX": {
50154
+ "value": 0,
50155
+ "unit": "px"
50156
+ },
50157
+ "offsetY": {
50158
+ "value": 48,
50159
+ "unit": "px"
50160
+ },
50161
+ "blur": {
50162
+ "value": 96,
50163
+ "unit": "px"
50164
+ },
50165
+ "spread": {
50166
+ "value": -24,
50167
+ "unit": "px"
50168
+ }
48185
50169
  }
48186
- }
48187
- ],
48188
- "filePath": "src/tokens/functional/shadow/shadow.json5",
48189
- "isSource": true,
48190
- "$type": "shadow"
48191
- }
48192
- },
48193
- "org.primer.llm": {
48194
- "usage": ["popover", "action-menu", "select-panel", "autocomplete"],
48195
- "rules": "Use for medium-sized floating elements like popovers and action menus. More prominent than small but less than dialogs. Do NOT use for full modals."
48196
- }
48197
- },
48198
- "filePath": "src/tokens/functional/shadow/shadow.json5",
48199
- "isSource": true,
48200
- "original": {
48201
- "$value": [
48202
- {
48203
- "color": "{overlay.borderColor}",
48204
- "alpha": 1,
48205
- "offsetX": {
48206
- "value": 0,
48207
- "unit": "px"
48208
- },
48209
- "offsetY": {
48210
- "value": 0,
48211
- "unit": "px"
48212
- },
48213
- "blur": {
48214
- "value": 0,
48215
- "unit": "px"
48216
- },
48217
- "spread": {
48218
- "value": 1,
48219
- "unit": "px"
48220
- }
48221
- },
48222
- {
48223
- "color": "{base.color.neutral.0}",
48224
- "alpha": 0.4,
48225
- "offsetX": {
48226
- "value": 0,
48227
- "unit": "px"
48228
- },
48229
- "offsetY": {
48230
- "value": 8,
48231
- "unit": "px"
48232
- },
48233
- "blur": {
48234
- "value": 16,
48235
- "unit": "px"
48236
- },
48237
- "spread": {
48238
- "value": -4,
48239
- "unit": "px"
48240
- }
48241
- },
48242
- {
48243
- "color": "{base.color.neutral.0}",
48244
- "alpha": 0.4,
48245
- "offsetX": {
48246
- "value": 0,
48247
- "unit": "px"
48248
- },
48249
- "offsetY": {
48250
- "value": 4,
48251
- "unit": "px"
48252
- },
48253
- "blur": {
48254
- "value": 32,
48255
- "unit": "px"
48256
- },
48257
- "spread": {
48258
- "value": -4,
48259
- "unit": "px"
48260
- }
48261
- },
48262
- {
48263
- "color": "{base.color.neutral.0}",
48264
- "alpha": 0.4,
48265
- "offsetX": {
48266
- "value": 0,
48267
- "unit": "px"
48268
- },
48269
- "offsetY": {
48270
- "value": 24,
48271
- "unit": "px"
48272
- },
48273
- "blur": {
48274
- "value": 48,
48275
- "unit": "px"
48276
- },
48277
- "spread": {
48278
- "value": -12,
48279
- "unit": "px"
48280
- }
48281
- },
48282
- {
48283
- "color": "{base.color.neutral.0}",
48284
- "alpha": 0.4,
48285
- "offsetX": {
48286
- "value": 0,
48287
- "unit": "px"
48288
- },
48289
- "offsetY": {
48290
- "value": 48,
48291
- "unit": "px"
48292
- },
48293
- "blur": {
48294
- "value": 96,
48295
- "unit": "px"
50170
+ ],
50171
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50172
+ "isSource": true,
50173
+ "$type": "shadow"
48296
50174
  },
48297
- "spread": {
48298
- "value": -24,
48299
- "unit": "px"
48300
- }
48301
- }
48302
- ],
48303
- "$type": "shadow",
48304
- "$description": "Medium floating shadow for popovers and action menus",
48305
- "$extensions": {
48306
- "org.primer.figma": {
48307
- "collection": "mode",
48308
- "group": "shadow"
48309
- },
48310
- "org.primer.overrides": {
48311
- "dark": {
50175
+ "light-tritanopia-high-contrast": {
48312
50176
  "$value": [
48313
50177
  {
48314
50178
  "color": "{overlay.borderColor}",
@@ -48331,8 +50195,8 @@
48331
50195
  }
48332
50196
  },
48333
50197
  {
48334
- "color": "{base.color.neutral.0}",
48335
- "alpha": 0.4,
50198
+ "color": "{base.color.neutral.12}",
50199
+ "alpha": 0.08,
48336
50200
  "offsetX": {
48337
50201
  "value": 0,
48338
50202
  "unit": "px"
@@ -48351,8 +50215,8 @@
48351
50215
  }
48352
50216
  },
48353
50217
  {
48354
- "color": "{base.color.neutral.0}",
48355
- "alpha": 0.4,
50218
+ "color": "{base.color.neutral.12}",
50219
+ "alpha": 0.08,
48356
50220
  "offsetX": {
48357
50221
  "value": 0,
48358
50222
  "unit": "px"
@@ -48371,8 +50235,8 @@
48371
50235
  }
48372
50236
  },
48373
50237
  {
48374
- "color": "{base.color.neutral.0}",
48375
- "alpha": 0.4,
50238
+ "color": "{base.color.neutral.12}",
50239
+ "alpha": 0.08,
48376
50240
  "offsetX": {
48377
50241
  "value": 0,
48378
50242
  "unit": "px"
@@ -48391,8 +50255,8 @@
48391
50255
  }
48392
50256
  },
48393
50257
  {
48394
- "color": "{base.color.neutral.0}",
48395
- "alpha": 0.4,
50258
+ "color": "{base.color.neutral.12}",
50259
+ "alpha": 0.08,
48396
50260
  "offsetX": {
48397
50261
  "value": 0,
48398
50262
  "unit": "px"
@@ -48720,6 +50584,147 @@
48720
50584
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48721
50585
  "isSource": true,
48722
50586
  "$type": "shadow"
50587
+ },
50588
+ "light-high-contrast": {
50589
+ "$value": [
50590
+ {
50591
+ "color": "#3d444db3",
50592
+ "alpha": 1,
50593
+ "offsetX": {
50594
+ "value": 0,
50595
+ "unit": "px"
50596
+ },
50597
+ "offsetY": {
50598
+ "value": 0,
50599
+ "unit": "px"
50600
+ },
50601
+ "blur": {
50602
+ "value": 0,
50603
+ "unit": "px"
50604
+ },
50605
+ "spread": {
50606
+ "value": 1,
50607
+ "unit": "px"
50608
+ }
50609
+ },
50610
+ {
50611
+ "color": "#f0f6fc",
50612
+ "alpha": 0.32,
50613
+ "offsetX": {
50614
+ "value": 0,
50615
+ "unit": "px"
50616
+ },
50617
+ "offsetY": {
50618
+ "value": 56,
50619
+ "unit": "px"
50620
+ },
50621
+ "blur": {
50622
+ "value": 112,
50623
+ "unit": "px"
50624
+ },
50625
+ "spread": {
50626
+ "value": 0,
50627
+ "unit": "px"
50628
+ }
50629
+ }
50630
+ ],
50631
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50632
+ "isSource": true,
50633
+ "$type": "shadow"
50634
+ },
50635
+ "light-protanopia-deuteranopia-high-contrast": {
50636
+ "$value": [
50637
+ {
50638
+ "color": "#3d444db3",
50639
+ "alpha": 1,
50640
+ "offsetX": {
50641
+ "value": 0,
50642
+ "unit": "px"
50643
+ },
50644
+ "offsetY": {
50645
+ "value": 0,
50646
+ "unit": "px"
50647
+ },
50648
+ "blur": {
50649
+ "value": 0,
50650
+ "unit": "px"
50651
+ },
50652
+ "spread": {
50653
+ "value": 1,
50654
+ "unit": "px"
50655
+ }
50656
+ },
50657
+ {
50658
+ "color": "#f0f6fc",
50659
+ "alpha": 0.32,
50660
+ "offsetX": {
50661
+ "value": 0,
50662
+ "unit": "px"
50663
+ },
50664
+ "offsetY": {
50665
+ "value": 56,
50666
+ "unit": "px"
50667
+ },
50668
+ "blur": {
50669
+ "value": 112,
50670
+ "unit": "px"
50671
+ },
50672
+ "spread": {
50673
+ "value": 0,
50674
+ "unit": "px"
50675
+ }
50676
+ }
50677
+ ],
50678
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50679
+ "isSource": true,
50680
+ "$type": "shadow"
50681
+ },
50682
+ "light-tritanopia-high-contrast": {
50683
+ "$value": [
50684
+ {
50685
+ "color": "#3d444db3",
50686
+ "alpha": 1,
50687
+ "offsetX": {
50688
+ "value": 0,
50689
+ "unit": "px"
50690
+ },
50691
+ "offsetY": {
50692
+ "value": 0,
50693
+ "unit": "px"
50694
+ },
50695
+ "blur": {
50696
+ "value": 0,
50697
+ "unit": "px"
50698
+ },
50699
+ "spread": {
50700
+ "value": 1,
50701
+ "unit": "px"
50702
+ }
50703
+ },
50704
+ {
50705
+ "color": "#f0f6fc",
50706
+ "alpha": 0.32,
50707
+ "offsetX": {
50708
+ "value": 0,
50709
+ "unit": "px"
50710
+ },
50711
+ "offsetY": {
50712
+ "value": 56,
50713
+ "unit": "px"
50714
+ },
50715
+ "blur": {
50716
+ "value": 112,
50717
+ "unit": "px"
50718
+ },
50719
+ "spread": {
50720
+ "value": 0,
50721
+ "unit": "px"
50722
+ }
50723
+ }
50724
+ ],
50725
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50726
+ "isSource": true,
50727
+ "$type": "shadow"
48723
50728
  }
48724
50729
  },
48725
50730
  "org.primer.llm": {
@@ -48826,6 +50831,147 @@
48826
50831
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48827
50832
  "isSource": true,
48828
50833
  "$type": "shadow"
50834
+ },
50835
+ "light-high-contrast": {
50836
+ "$value": [
50837
+ {
50838
+ "color": "{overlay.borderColor}",
50839
+ "alpha": 1,
50840
+ "offsetX": {
50841
+ "value": 0,
50842
+ "unit": "px"
50843
+ },
50844
+ "offsetY": {
50845
+ "value": 0,
50846
+ "unit": "px"
50847
+ },
50848
+ "blur": {
50849
+ "value": 0,
50850
+ "unit": "px"
50851
+ },
50852
+ "spread": {
50853
+ "value": 1,
50854
+ "unit": "px"
50855
+ }
50856
+ },
50857
+ {
50858
+ "color": "{base.color.neutral.12}",
50859
+ "alpha": 0.32,
50860
+ "offsetX": {
50861
+ "value": 0,
50862
+ "unit": "px"
50863
+ },
50864
+ "offsetY": {
50865
+ "value": 56,
50866
+ "unit": "px"
50867
+ },
50868
+ "blur": {
50869
+ "value": 112,
50870
+ "unit": "px"
50871
+ },
50872
+ "spread": {
50873
+ "value": 0,
50874
+ "unit": "px"
50875
+ }
50876
+ }
50877
+ ],
50878
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50879
+ "isSource": true,
50880
+ "$type": "shadow"
50881
+ },
50882
+ "light-protanopia-deuteranopia-high-contrast": {
50883
+ "$value": [
50884
+ {
50885
+ "color": "{overlay.borderColor}",
50886
+ "alpha": 1,
50887
+ "offsetX": {
50888
+ "value": 0,
50889
+ "unit": "px"
50890
+ },
50891
+ "offsetY": {
50892
+ "value": 0,
50893
+ "unit": "px"
50894
+ },
50895
+ "blur": {
50896
+ "value": 0,
50897
+ "unit": "px"
50898
+ },
50899
+ "spread": {
50900
+ "value": 1,
50901
+ "unit": "px"
50902
+ }
50903
+ },
50904
+ {
50905
+ "color": "{base.color.neutral.12}",
50906
+ "alpha": 0.32,
50907
+ "offsetX": {
50908
+ "value": 0,
50909
+ "unit": "px"
50910
+ },
50911
+ "offsetY": {
50912
+ "value": 56,
50913
+ "unit": "px"
50914
+ },
50915
+ "blur": {
50916
+ "value": 112,
50917
+ "unit": "px"
50918
+ },
50919
+ "spread": {
50920
+ "value": 0,
50921
+ "unit": "px"
50922
+ }
50923
+ }
50924
+ ],
50925
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50926
+ "isSource": true,
50927
+ "$type": "shadow"
50928
+ },
50929
+ "light-tritanopia-high-contrast": {
50930
+ "$value": [
50931
+ {
50932
+ "color": "{overlay.borderColor}",
50933
+ "alpha": 1,
50934
+ "offsetX": {
50935
+ "value": 0,
50936
+ "unit": "px"
50937
+ },
50938
+ "offsetY": {
50939
+ "value": 0,
50940
+ "unit": "px"
50941
+ },
50942
+ "blur": {
50943
+ "value": 0,
50944
+ "unit": "px"
50945
+ },
50946
+ "spread": {
50947
+ "value": 1,
50948
+ "unit": "px"
50949
+ }
50950
+ },
50951
+ {
50952
+ "color": "{base.color.neutral.12}",
50953
+ "alpha": 0.32,
50954
+ "offsetX": {
50955
+ "value": 0,
50956
+ "unit": "px"
50957
+ },
50958
+ "offsetY": {
50959
+ "value": 56,
50960
+ "unit": "px"
50961
+ },
50962
+ "blur": {
50963
+ "value": 112,
50964
+ "unit": "px"
50965
+ },
50966
+ "spread": {
50967
+ "value": 0,
50968
+ "unit": "px"
50969
+ }
50970
+ }
50971
+ ],
50972
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50973
+ "isSource": true,
50974
+ "$type": "shadow"
48829
50975
  }
48830
50976
  },
48831
50977
  "org.primer.llm": {