@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
@@ -2098,7 +2098,11 @@
2098
2098
  "$type": "color"
2099
2099
  },
2100
2100
  "dark-tritanopia": {
2101
- "$value": "#db61a2",
2101
+ "$value": {
2102
+ "colorSpace": "hsl",
2103
+ "components": [328, 62.9, 62],
2104
+ "hex": "#db61a2"
2105
+ },
2102
2106
  "alpha": 0.1,
2103
2107
  "filePath": "src/tokens/functional/color/bgColor.json5",
2104
2108
  "isSource": true,
@@ -2114,7 +2118,11 @@
2114
2118
  "isSource": true,
2115
2119
  "alpha": 0.1,
2116
2120
  "original": {
2117
- "$value": "#db61a2",
2121
+ "$value": {
2122
+ "colorSpace": "hsl",
2123
+ "components": [328, 62.9, 62],
2124
+ "hex": "#db61a2"
2125
+ },
2118
2126
  "$type": "color",
2119
2127
  "$description": "Subtle background for GitHub Sponsors content",
2120
2128
  "$extensions": {
@@ -2135,7 +2143,11 @@
2135
2143
  "$type": "color"
2136
2144
  },
2137
2145
  "dark-tritanopia": {
2138
- "$value": "#db61a2",
2146
+ "$value": {
2147
+ "colorSpace": "hsl",
2148
+ "components": [328, 62.9, 62],
2149
+ "hex": "#db61a2"
2150
+ },
2139
2151
  "alpha": 0.1,
2140
2152
  "filePath": "src/tokens/functional/color/bgColor.json5",
2141
2153
  "isSource": true,
@@ -2804,6 +2816,52 @@
2804
2816
  "attributes": {},
2805
2817
  "path": ["border", "done", "muted"]
2806
2818
  },
2819
+ "border-draft-emphasis": {
2820
+ "key": "{border.draft.emphasis}",
2821
+ "$value": {
2822
+ "color": "#656c76",
2823
+ "style": "solid",
2824
+ "width": ["0.0625rem", "1px"]
2825
+ },
2826
+ "$type": "border",
2827
+ "filePath": "src/tokens/functional/border/border.json5",
2828
+ "isSource": true,
2829
+ "original": {
2830
+ "$value": {
2831
+ "color": "{borderColor.draft.emphasis}",
2832
+ "style": "solid",
2833
+ "width": "{borderWidth.default}"
2834
+ },
2835
+ "$type": "border",
2836
+ "key": "{border.draft.emphasis}"
2837
+ },
2838
+ "name": "border-draft-emphasis",
2839
+ "attributes": {},
2840
+ "path": ["border", "draft", "emphasis"]
2841
+ },
2842
+ "border-draft-muted": {
2843
+ "key": "{border.draft.muted}",
2844
+ "$value": {
2845
+ "color": "#3d444d66",
2846
+ "style": "solid",
2847
+ "width": ["0.0625rem", "1px"]
2848
+ },
2849
+ "$type": "border",
2850
+ "filePath": "src/tokens/functional/border/border.json5",
2851
+ "isSource": true,
2852
+ "original": {
2853
+ "$value": {
2854
+ "color": "{borderColor.draft.muted}",
2855
+ "style": "solid",
2856
+ "width": "{borderWidth.default}"
2857
+ },
2858
+ "$type": "border",
2859
+ "key": "{border.draft.muted}"
2860
+ },
2861
+ "name": "border-draft-muted",
2862
+ "attributes": {},
2863
+ "path": ["border", "draft", "muted"]
2864
+ },
2807
2865
  "border-emphasis": {
2808
2866
  "key": "{border.emphasis}",
2809
2867
  "$value": {
@@ -3072,6 +3130,31 @@
3072
3130
  "attributes": {},
3073
3131
  "path": ["border", "success", "muted"]
3074
3132
  },
3133
+ "border-translucent": {
3134
+ "key": "{border.translucent}",
3135
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3136
+ "$value": {
3137
+ "color": "#ffffff26",
3138
+ "style": "solid",
3139
+ "width": ["0.0625rem", "1px"]
3140
+ },
3141
+ "$type": "border",
3142
+ "filePath": "src/tokens/functional/border/border.json5",
3143
+ "isSource": true,
3144
+ "original": {
3145
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3146
+ "$value": {
3147
+ "color": "{borderColor.translucent}",
3148
+ "style": "solid",
3149
+ "width": "{borderWidth.default}"
3150
+ },
3151
+ "$type": "border",
3152
+ "key": "{border.translucent}"
3153
+ },
3154
+ "name": "border-translucent",
3155
+ "attributes": {},
3156
+ "path": ["border", "translucent"]
3157
+ },
3075
3158
  "border-transparent": {
3076
3159
  "key": "{border.transparent}",
3077
3160
  "$value": {
@@ -5881,7 +5964,7 @@
5881
5964
  "key": "{borderColor.translucent}",
5882
5965
  "$value": "#ffffff26",
5883
5966
  "$type": "color",
5884
- "$description": "Semi-transparent border for overlays and layered elements",
5967
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5885
5968
  "$extensions": {
5886
5969
  "org.primer.figma": {
5887
5970
  "collection": "mode",
@@ -5950,7 +6033,7 @@
5950
6033
  "original": {
5951
6034
  "$value": "{base.color.neutral.13}",
5952
6035
  "$type": "color",
5953
- "$description": "Semi-transparent border for overlays and layered elements",
6036
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5954
6037
  "$extensions": {
5955
6038
  "org.primer.figma": {
5956
6039
  "collection": "mode",
@@ -6742,13 +6825,21 @@
6742
6825
  "$type": "color"
6743
6826
  },
6744
6827
  "dark-dimmed-high-contrast": {
6745
- "$value": "#ffffff",
6828
+ "$value": {
6829
+ "colorSpace": "hsl",
6830
+ "components": [0, 0, 100],
6831
+ "hex": "#ffffff"
6832
+ },
6746
6833
  "filePath": "src/tokens/component/button.json5",
6747
6834
  "isSource": true,
6748
6835
  "$type": "color"
6749
6836
  },
6750
6837
  "dark-dimmed": {
6751
- "$value": "#ffffff",
6838
+ "$value": {
6839
+ "colorSpace": "hsl",
6840
+ "components": [0, 0, 100],
6841
+ "hex": "#ffffff"
6842
+ },
6752
6843
  "filePath": "src/tokens/component/button.json5",
6753
6844
  "isSource": true,
6754
6845
  "$type": "color"
@@ -6774,13 +6865,21 @@
6774
6865
  "$type": "color"
6775
6866
  },
6776
6867
  "dark-dimmed-high-contrast": {
6777
- "$value": "#ffffff",
6868
+ "$value": {
6869
+ "colorSpace": "hsl",
6870
+ "components": [0, 0, 100],
6871
+ "hex": "#ffffff"
6872
+ },
6778
6873
  "filePath": "src/tokens/component/button.json5",
6779
6874
  "isSource": true,
6780
6875
  "$type": "color"
6781
6876
  },
6782
6877
  "dark-dimmed": {
6783
- "$value": "#ffffff",
6878
+ "$value": {
6879
+ "colorSpace": "hsl",
6880
+ "components": [0, 0, 100],
6881
+ "hex": "#ffffff"
6882
+ },
6784
6883
  "filePath": "src/tokens/component/button.json5",
6785
6884
  "isSource": true,
6786
6885
  "$type": "color"
@@ -6860,13 +6959,21 @@
6860
6959
  "$type": "color"
6861
6960
  },
6862
6961
  "dark-dimmed-high-contrast": {
6863
- "$value": "#ffffff",
6962
+ "$value": {
6963
+ "colorSpace": "hsl",
6964
+ "components": [0, 0, 100],
6965
+ "hex": "#ffffff"
6966
+ },
6864
6967
  "filePath": "src/tokens/component/button.json5",
6865
6968
  "isSource": true,
6866
6969
  "$type": "color"
6867
6970
  },
6868
6971
  "dark-dimmed": {
6869
- "$value": "#ffffff",
6972
+ "$value": {
6973
+ "colorSpace": "hsl",
6974
+ "components": [0, 0, 100],
6975
+ "hex": "#ffffff"
6976
+ },
6870
6977
  "filePath": "src/tokens/component/button.json5",
6871
6978
  "isSource": true,
6872
6979
  "$type": "color"
@@ -6892,13 +6999,21 @@
6892
6999
  "$type": "color"
6893
7000
  },
6894
7001
  "dark-dimmed-high-contrast": {
6895
- "$value": "#ffffff",
7002
+ "$value": {
7003
+ "colorSpace": "hsl",
7004
+ "components": [0, 0, 100],
7005
+ "hex": "#ffffff"
7006
+ },
6896
7007
  "filePath": "src/tokens/component/button.json5",
6897
7008
  "isSource": true,
6898
7009
  "$type": "color"
6899
7010
  },
6900
7011
  "dark-dimmed": {
6901
- "$value": "#ffffff",
7012
+ "$value": {
7013
+ "colorSpace": "hsl",
7014
+ "components": [0, 0, 100],
7015
+ "hex": "#ffffff"
7016
+ },
6902
7017
  "filePath": "src/tokens/component/button.json5",
6903
7018
  "isSource": true,
6904
7019
  "$type": "color"
@@ -6923,13 +7038,21 @@
6923
7038
  },
6924
7039
  "org.primer.overrides": {
6925
7040
  "dark": {
6926
- "$value": "#FA5E55",
7041
+ "$value": {
7042
+ "colorSpace": "hsl",
7043
+ "components": [3.3, 94.3, 65.7],
7044
+ "hex": "#FA5E55"
7045
+ },
6927
7046
  "filePath": "src/tokens/component/button.json5",
6928
7047
  "isSource": true,
6929
7048
  "$type": "color"
6930
7049
  },
6931
7050
  "dark-dimmed": {
6932
- "$value": "#ea5c53",
7051
+ "$value": {
7052
+ "colorSpace": "hsl",
7053
+ "components": [3.6, 78.2, 62.2],
7054
+ "hex": "#ea5c53"
7055
+ },
6933
7056
  "filePath": "src/tokens/component/button.json5",
6934
7057
  "isSource": true,
6935
7058
  "$type": "color"
@@ -6969,7 +7092,11 @@
6969
7092
  "filePath": "src/tokens/component/button.json5",
6970
7093
  "isSource": true,
6971
7094
  "original": {
6972
- "$value": "#FA5E55",
7095
+ "$value": {
7096
+ "colorSpace": "hsl",
7097
+ "components": [3.3, 94.3, 65.7],
7098
+ "hex": "#FA5E55"
7099
+ },
6973
7100
  "$type": "color",
6974
7101
  "$extensions": {
6975
7102
  "org.primer.figma": {
@@ -6979,13 +7106,21 @@
6979
7106
  },
6980
7107
  "org.primer.overrides": {
6981
7108
  "dark": {
6982
- "$value": "#FA5E55",
7109
+ "$value": {
7110
+ "colorSpace": "hsl",
7111
+ "components": [3.3, 94.3, 65.7],
7112
+ "hex": "#FA5E55"
7113
+ },
6983
7114
  "filePath": "src/tokens/component/button.json5",
6984
7115
  "isSource": true,
6985
7116
  "$type": "color"
6986
7117
  },
6987
7118
  "dark-dimmed": {
6988
- "$value": "#ea5c53",
7119
+ "$value": {
7120
+ "colorSpace": "hsl",
7121
+ "components": [3.6, 78.2, 62.2],
7122
+ "hex": "#ea5c53"
7123
+ },
6989
7124
  "filePath": "src/tokens/component/button.json5",
6990
7125
  "isSource": true,
6991
7126
  "$type": "color"
@@ -7028,6 +7163,35 @@
7028
7163
  "attributes": {},
7029
7164
  "path": ["button", "danger", "fgColor", "rest"]
7030
7165
  },
7166
+ "button-danger-iconColor-disabled": {
7167
+ "key": "{button.danger.iconColor.disabled}",
7168
+ "$value": "#f8514980",
7169
+ "$type": "color",
7170
+ "$extensions": {
7171
+ "org.primer.figma": {
7172
+ "collection": "mode",
7173
+ "group": "component (internal)",
7174
+ "scopes": ["fgColor"]
7175
+ }
7176
+ },
7177
+ "filePath": "src/tokens/component/button.json5",
7178
+ "isSource": true,
7179
+ "original": {
7180
+ "$value": "{button.danger.fgColor.disabled}",
7181
+ "$type": "color",
7182
+ "$extensions": {
7183
+ "org.primer.figma": {
7184
+ "collection": "mode",
7185
+ "group": "component (internal)",
7186
+ "scopes": ["fgColor"]
7187
+ }
7188
+ },
7189
+ "key": "{button.danger.iconColor.disabled}"
7190
+ },
7191
+ "name": "button-danger-iconColor-disabled",
7192
+ "attributes": {},
7193
+ "path": ["button", "danger", "iconColor", "disabled"]
7194
+ },
7031
7195
  "button-danger-iconColor-hover": {
7032
7196
  "key": "{button.danger.iconColor.hover}",
7033
7197
  "$value": "#ffffff",
@@ -7046,7 +7210,11 @@
7046
7210
  "$type": "color"
7047
7211
  },
7048
7212
  "dark-dimmed-high-contrast": {
7049
- "$value": "#ffffff",
7213
+ "$value": {
7214
+ "colorSpace": "hsl",
7215
+ "components": [0, 0, 100],
7216
+ "hex": "#ffffff"
7217
+ },
7050
7218
  "filePath": "src/tokens/component/button.json5",
7051
7219
  "isSource": true,
7052
7220
  "$type": "color"
@@ -7072,7 +7240,11 @@
7072
7240
  "$type": "color"
7073
7241
  },
7074
7242
  "dark-dimmed-high-contrast": {
7075
- "$value": "#ffffff",
7243
+ "$value": {
7244
+ "colorSpace": "hsl",
7245
+ "components": [0, 0, 100],
7246
+ "hex": "#ffffff"
7247
+ },
7076
7248
  "filePath": "src/tokens/component/button.json5",
7077
7249
  "isSource": true,
7078
7250
  "$type": "color"
@@ -7116,7 +7288,7 @@
7116
7288
  },
7117
7289
  "button-danger-shadow-selected": {
7118
7290
  "key": "{button.danger.shadow.selected}",
7119
- "$value": "0 0 0 0 #000000",
7291
+ "$value": "0 0 0 0 #00000000",
7120
7292
  "$type": "shadow",
7121
7293
  "$extensions": {
7122
7294
  "org.primer.figma": {
@@ -7592,6 +7764,35 @@
7592
7764
  "attributes": {},
7593
7765
  "path": ["button", "default", "borderColor", "rest"]
7594
7766
  },
7767
+ "button-default-fgColor-disabled": {
7768
+ "key": "{button.default.fgColor.disabled}",
7769
+ "$value": "#656c76",
7770
+ "$type": "color",
7771
+ "$extensions": {
7772
+ "org.primer.figma": {
7773
+ "collection": "mode",
7774
+ "group": "component (internal)",
7775
+ "scopes": ["fgColor"]
7776
+ }
7777
+ },
7778
+ "filePath": "src/tokens/component/button.json5",
7779
+ "isSource": true,
7780
+ "original": {
7781
+ "$value": "{control.fgColor.disabled}",
7782
+ "$type": "color",
7783
+ "$extensions": {
7784
+ "org.primer.figma": {
7785
+ "collection": "mode",
7786
+ "group": "component (internal)",
7787
+ "scopes": ["fgColor"]
7788
+ }
7789
+ },
7790
+ "key": "{button.default.fgColor.disabled}"
7791
+ },
7792
+ "name": "button-default-fgColor-disabled",
7793
+ "attributes": {},
7794
+ "path": ["button", "default", "fgColor", "disabled"]
7795
+ },
7595
7796
  "button-default-fgColor-rest": {
7596
7797
  "key": "{button.default.fgColor.rest}",
7597
7798
  "$value": "#f0f6fc",
@@ -7639,7 +7840,7 @@
7639
7840
  },
7640
7841
  "button-default-shadow-resting": {
7641
7842
  "key": "{button.default.shadow.resting}",
7642
- "$value": "0 0 0 0 #000000",
7843
+ "$value": "0 0 0 0 #00000000",
7643
7844
  "$type": "shadow",
7644
7845
  "$extensions": {
7645
7846
  "org.primer.figma": {
@@ -8880,31 +9081,51 @@
8880
9081
  "$type": "color"
8881
9082
  },
8882
9083
  "dark-tritanopia": {
8883
- "$value": "#0d419d",
9084
+ "$value": {
9085
+ "colorSpace": "hsl",
9086
+ "components": [218.3, 84.7, 33.3],
9087
+ "hex": "#0d419d"
9088
+ },
8884
9089
  "filePath": "src/tokens/component/button.json5",
8885
9090
  "isSource": true,
8886
9091
  "$type": "color"
8887
9092
  },
8888
9093
  "dark-tritanopia-high-contrast": {
8889
- "$value": "#0d419d",
9094
+ "$value": {
9095
+ "colorSpace": "hsl",
9096
+ "components": [218.3, 84.7, 33.3],
9097
+ "hex": "#0d419d"
9098
+ },
8890
9099
  "filePath": "src/tokens/component/button.json5",
8891
9100
  "isSource": true,
8892
9101
  "$type": "color"
8893
9102
  },
8894
9103
  "light-high-contrast": {
8895
- "$value": "#033f9d",
9104
+ "$value": {
9105
+ "colorSpace": "hsl",
9106
+ "components": [216.6, 96.3, 31.4],
9107
+ "hex": "#033f9d"
9108
+ },
8896
9109
  "filePath": "src/tokens/component/button.json5",
8897
9110
  "isSource": true,
8898
9111
  "$type": "color"
8899
9112
  },
8900
9113
  "light-tritanopia-high-contrast": {
8901
- "$value": "#033f9d",
9114
+ "$value": {
9115
+ "colorSpace": "hsl",
9116
+ "components": [216.6, 96.3, 31.4],
9117
+ "hex": "#033f9d"
9118
+ },
8902
9119
  "filePath": "src/tokens/component/button.json5",
8903
9120
  "isSource": true,
8904
9121
  "$type": "color"
8905
9122
  },
8906
9123
  "light-protanopia-deuteranopia-high-contrast": {
8907
- "$value": "#033f9d",
9124
+ "$value": {
9125
+ "colorSpace": "hsl",
9126
+ "components": [216.6, 96.3, 31.4],
9127
+ "hex": "#033f9d"
9128
+ },
8908
9129
  "filePath": "src/tokens/component/button.json5",
8909
9130
  "isSource": true,
8910
9131
  "$type": "color"
@@ -8914,7 +9135,11 @@
8914
9135
  "filePath": "src/tokens/component/button.json5",
8915
9136
  "isSource": true,
8916
9137
  "original": {
8917
- "$value": "#0d419d",
9138
+ "$value": {
9139
+ "colorSpace": "hsl",
9140
+ "components": [218.3, 84.7, 33.3],
9141
+ "hex": "#0d419d"
9142
+ },
8918
9143
  "$type": "color",
8919
9144
  "$extensions": {
8920
9145
  "org.primer.figma": {
@@ -8930,31 +9155,51 @@
8930
9155
  "$type": "color"
8931
9156
  },
8932
9157
  "dark-tritanopia": {
8933
- "$value": "#0d419d",
9158
+ "$value": {
9159
+ "colorSpace": "hsl",
9160
+ "components": [218.3, 84.7, 33.3],
9161
+ "hex": "#0d419d"
9162
+ },
8934
9163
  "filePath": "src/tokens/component/button.json5",
8935
9164
  "isSource": true,
8936
9165
  "$type": "color"
8937
9166
  },
8938
9167
  "dark-tritanopia-high-contrast": {
8939
- "$value": "#0d419d",
9168
+ "$value": {
9169
+ "colorSpace": "hsl",
9170
+ "components": [218.3, 84.7, 33.3],
9171
+ "hex": "#0d419d"
9172
+ },
8940
9173
  "filePath": "src/tokens/component/button.json5",
8941
9174
  "isSource": true,
8942
9175
  "$type": "color"
8943
9176
  },
8944
9177
  "light-high-contrast": {
8945
- "$value": "#033f9d",
9178
+ "$value": {
9179
+ "colorSpace": "hsl",
9180
+ "components": [216.6, 96.3, 31.4],
9181
+ "hex": "#033f9d"
9182
+ },
8946
9183
  "filePath": "src/tokens/component/button.json5",
8947
9184
  "isSource": true,
8948
9185
  "$type": "color"
8949
9186
  },
8950
9187
  "light-tritanopia-high-contrast": {
8951
- "$value": "#033f9d",
9188
+ "$value": {
9189
+ "colorSpace": "hsl",
9190
+ "components": [216.6, 96.3, 31.4],
9191
+ "hex": "#033f9d"
9192
+ },
8952
9193
  "filePath": "src/tokens/component/button.json5",
8953
9194
  "isSource": true,
8954
9195
  "$type": "color"
8955
9196
  },
8956
9197
  "light-protanopia-deuteranopia-high-contrast": {
8957
- "$value": "#033f9d",
9198
+ "$value": {
9199
+ "colorSpace": "hsl",
9200
+ "components": [216.6, 96.3, 31.4],
9201
+ "hex": "#033f9d"
9202
+ },
8958
9203
  "filePath": "src/tokens/component/button.json5",
8959
9204
  "isSource": true,
8960
9205
  "$type": "color"
@@ -8985,7 +9230,11 @@
8985
9230
  "$type": "color"
8986
9231
  },
8987
9232
  "dark-tritanopia": {
8988
- "$value": "#212830",
9233
+ "$value": {
9234
+ "colorSpace": "hsl",
9235
+ "components": [212, 18.5, 15.9],
9236
+ "hex": "#212830"
9237
+ },
8989
9238
  "filePath": "src/tokens/component/button.json5",
8990
9239
  "isSource": true,
8991
9240
  "$type": "color"
@@ -8995,7 +9244,11 @@
8995
9244
  "filePath": "src/tokens/component/button.json5",
8996
9245
  "isSource": true,
8997
9246
  "original": {
8998
- "$value": "#212830",
9247
+ "$value": {
9248
+ "colorSpace": "hsl",
9249
+ "components": [212, 18.5, 15.9],
9250
+ "hex": "#212830"
9251
+ },
8999
9252
  "$type": "color",
9000
9253
  "$extensions": {
9001
9254
  "org.primer.figma": {
@@ -9011,7 +9264,11 @@
9011
9264
  "$type": "color"
9012
9265
  },
9013
9266
  "dark-tritanopia": {
9014
- "$value": "#212830",
9267
+ "$value": {
9268
+ "colorSpace": "hsl",
9269
+ "components": [212, 18.5, 15.9],
9270
+ "hex": "#212830"
9271
+ },
9015
9272
  "filePath": "src/tokens/component/button.json5",
9016
9273
  "isSource": true,
9017
9274
  "$type": "color"
@@ -9042,7 +9299,11 @@
9042
9299
  "$type": "color"
9043
9300
  },
9044
9301
  "dark-tritanopia": {
9045
- "$value": "#262c36",
9302
+ "$value": {
9303
+ "colorSpace": "hsl",
9304
+ "components": [217.5, 17.4, 18],
9305
+ "hex": "#262c36"
9306
+ },
9046
9307
  "filePath": "src/tokens/component/button.json5",
9047
9308
  "isSource": true,
9048
9309
  "$type": "color"
@@ -9052,7 +9313,11 @@
9052
9313
  "filePath": "src/tokens/component/button.json5",
9053
9314
  "isSource": true,
9054
9315
  "original": {
9055
- "$value": "#262c36",
9316
+ "$value": {
9317
+ "colorSpace": "hsl",
9318
+ "components": [217.5, 17.4, 18],
9319
+ "hex": "#262c36"
9320
+ },
9056
9321
  "$type": "color",
9057
9322
  "$extensions": {
9058
9323
  "org.primer.figma": {
@@ -9068,7 +9333,11 @@
9068
9333
  "$type": "color"
9069
9334
  },
9070
9335
  "dark-tritanopia": {
9071
- "$value": "#262c36",
9336
+ "$value": {
9337
+ "colorSpace": "hsl",
9338
+ "components": [217.5, 17.4, 18],
9339
+ "hex": "#262c36"
9340
+ },
9072
9341
  "filePath": "src/tokens/component/button.json5",
9073
9342
  "isSource": true,
9074
9343
  "$type": "color"
@@ -9300,7 +9569,12 @@
9300
9569
  "$type": "color"
9301
9570
  },
9302
9571
  "dark-dimmed": {
9303
- "$value": "#478be680",
9572
+ "$value": {
9573
+ "colorSpace": "hsl",
9574
+ "components": [214.3, 76.1, 59],
9575
+ "hex": "#478be6"
9576
+ },
9577
+ "alpha": 0.502,
9304
9578
  "filePath": "src/tokens/component/button.json5",
9305
9579
  "isSource": true,
9306
9580
  "$type": "color"
@@ -9328,7 +9602,12 @@
9328
9602
  "$type": "color"
9329
9603
  },
9330
9604
  "dark-dimmed": {
9331
- "$value": "#478be680",
9605
+ "$value": {
9606
+ "colorSpace": "hsl",
9607
+ "components": [214.3, 76.1, 59],
9608
+ "hex": "#478be6"
9609
+ },
9610
+ "alpha": 0.502,
9332
9611
  "filePath": "src/tokens/component/button.json5",
9333
9612
  "isSource": true,
9334
9613
  "$type": "color"
@@ -9434,7 +9713,7 @@
9434
9713
  },
9435
9714
  "button-outline-shadow-selected": {
9436
9715
  "key": "{button.outline.shadow.selected}",
9437
- "$value": "0 0 0 0 #000000",
9716
+ "$value": "0 0 0 0 #00000000",
9438
9717
  "$type": "shadow",
9439
9718
  "$extensions": {
9440
9719
  "org.primer.figma": {
@@ -9553,13 +9832,21 @@
9553
9832
  },
9554
9833
  "org.primer.overrides": {
9555
9834
  "dark": {
9556
- "$value": "#2E9A40",
9835
+ "$value": {
9836
+ "colorSpace": "hsl",
9837
+ "components": [130, 54, 39.2],
9838
+ "hex": "#2E9A40"
9839
+ },
9557
9840
  "filePath": "src/tokens/component/button.json5",
9558
9841
  "isSource": true,
9559
9842
  "$type": "color"
9560
9843
  },
9561
9844
  "dark-dimmed": {
9562
- "$value": "#428f46",
9845
+ "$value": {
9846
+ "colorSpace": "hsl",
9847
+ "components": [123.1, 36.8, 41],
9848
+ "hex": "#428f46"
9849
+ },
9563
9850
  "filePath": "src/tokens/component/button.json5",
9564
9851
  "isSource": true,
9565
9852
  "$type": "color"
@@ -9571,61 +9858,101 @@
9571
9858
  "$type": "color"
9572
9859
  },
9573
9860
  "dark-tritanopia": {
9574
- "$value": "#3685f3",
9861
+ "$value": {
9862
+ "colorSpace": "hsl",
9863
+ "components": [214.9, 88.7, 58.2],
9864
+ "hex": "#3685f3"
9865
+ },
9575
9866
  "filePath": "src/tokens/component/button.json5",
9576
9867
  "isSource": true,
9577
9868
  "$type": "color"
9578
9869
  },
9579
9870
  "dark-tritanopia-high-contrast": {
9580
- "$value": "#3685f3",
9871
+ "$value": {
9872
+ "colorSpace": "hsl",
9873
+ "components": [214.9, 88.7, 58.2],
9874
+ "hex": "#3685f3"
9875
+ },
9581
9876
  "filePath": "src/tokens/component/button.json5",
9582
9877
  "isSource": true,
9583
9878
  "$type": "color"
9584
9879
  },
9585
9880
  "dark-protanopia-deuteranopia": {
9586
- "$value": "#3685f3",
9881
+ "$value": {
9882
+ "colorSpace": "hsl",
9883
+ "components": [214.9, 88.7, 58.2],
9884
+ "hex": "#3685f3"
9885
+ },
9587
9886
  "filePath": "src/tokens/component/button.json5",
9588
9887
  "isSource": true,
9589
9888
  "$type": "color"
9590
9889
  },
9591
9890
  "dark-protanopia-deuteranopia-high-contrast": {
9592
- "$value": "#3685f3",
9891
+ "$value": {
9892
+ "colorSpace": "hsl",
9893
+ "components": [214.9, 88.7, 58.2],
9894
+ "hex": "#3685f3"
9895
+ },
9593
9896
  "filePath": "src/tokens/component/button.json5",
9594
9897
  "isSource": true,
9595
9898
  "$type": "color"
9596
9899
  },
9597
9900
  "dark-high-contrast": {
9598
- "$value": "#109135",
9901
+ "$value": {
9902
+ "colorSpace": "hsl",
9903
+ "components": [137.2, 80.1, 31.6],
9904
+ "hex": "#109135"
9905
+ },
9599
9906
  "filePath": "src/tokens/component/button.json5",
9600
9907
  "isSource": true,
9601
9908
  "$type": "color"
9602
9909
  },
9603
9910
  "light-tritanopia": {
9604
- "$value": "#075fc8",
9911
+ "$value": {
9912
+ "colorSpace": "hsl",
9913
+ "components": [212.6, 93.2, 40.6],
9914
+ "hex": "#075fc8"
9915
+ },
9605
9916
  "filePath": "src/tokens/component/button.json5",
9606
9917
  "isSource": true,
9607
9918
  "$type": "color"
9608
9919
  },
9609
9920
  "light-tritanopia-high-contrast": {
9610
- "$value": "#075fc8",
9921
+ "$value": {
9922
+ "colorSpace": "hsl",
9923
+ "components": [212.6, 93.2, 40.6],
9924
+ "hex": "#075fc8"
9925
+ },
9611
9926
  "filePath": "src/tokens/component/button.json5",
9612
9927
  "isSource": true,
9613
9928
  "$type": "color"
9614
9929
  },
9615
9930
  "light-protanopia-deuteranopia": {
9616
- "$value": "#075fc8",
9931
+ "$value": {
9932
+ "colorSpace": "hsl",
9933
+ "components": [212.6, 93.2, 40.6],
9934
+ "hex": "#075fc8"
9935
+ },
9617
9936
  "filePath": "src/tokens/component/button.json5",
9618
9937
  "isSource": true,
9619
9938
  "$type": "color"
9620
9939
  },
9621
9940
  "light-protanopia-deuteranopia-high-contrast": {
9622
- "$value": "#075fc8",
9941
+ "$value": {
9942
+ "colorSpace": "hsl",
9943
+ "components": [212.6, 93.2, 40.6],
9944
+ "hex": "#075fc8"
9945
+ },
9623
9946
  "filePath": "src/tokens/component/button.json5",
9624
9947
  "isSource": true,
9625
9948
  "$type": "color"
9626
9949
  },
9627
9950
  "light-high-contrast": {
9628
- "$value": "#03501b",
9951
+ "$value": {
9952
+ "colorSpace": "hsl",
9953
+ "components": [138.7, 92.8, 16.3],
9954
+ "hex": "#03501b"
9955
+ },
9629
9956
  "filePath": "src/tokens/component/button.json5",
9630
9957
  "isSource": true,
9631
9958
  "$type": "color"
@@ -9635,7 +9962,11 @@
9635
9962
  "filePath": "src/tokens/component/button.json5",
9636
9963
  "isSource": true,
9637
9964
  "original": {
9638
- "$value": "#3685f3",
9965
+ "$value": {
9966
+ "colorSpace": "hsl",
9967
+ "components": [214.9, 88.7, 58.2],
9968
+ "hex": "#3685f3"
9969
+ },
9639
9970
  "$type": "color",
9640
9971
  "$extensions": {
9641
9972
  "org.primer.figma": {
@@ -9645,13 +9976,21 @@
9645
9976
  },
9646
9977
  "org.primer.overrides": {
9647
9978
  "dark": {
9648
- "$value": "#2E9A40",
9979
+ "$value": {
9980
+ "colorSpace": "hsl",
9981
+ "components": [130, 54, 39.2],
9982
+ "hex": "#2E9A40"
9983
+ },
9649
9984
  "filePath": "src/tokens/component/button.json5",
9650
9985
  "isSource": true,
9651
9986
  "$type": "color"
9652
9987
  },
9653
9988
  "dark-dimmed": {
9654
- "$value": "#428f46",
9989
+ "$value": {
9990
+ "colorSpace": "hsl",
9991
+ "components": [123.1, 36.8, 41],
9992
+ "hex": "#428f46"
9993
+ },
9655
9994
  "filePath": "src/tokens/component/button.json5",
9656
9995
  "isSource": true,
9657
9996
  "$type": "color"
@@ -9663,61 +10002,101 @@
9663
10002
  "$type": "color"
9664
10003
  },
9665
10004
  "dark-tritanopia": {
9666
- "$value": "#3685f3",
10005
+ "$value": {
10006
+ "colorSpace": "hsl",
10007
+ "components": [214.9, 88.7, 58.2],
10008
+ "hex": "#3685f3"
10009
+ },
9667
10010
  "filePath": "src/tokens/component/button.json5",
9668
10011
  "isSource": true,
9669
10012
  "$type": "color"
9670
10013
  },
9671
10014
  "dark-tritanopia-high-contrast": {
9672
- "$value": "#3685f3",
10015
+ "$value": {
10016
+ "colorSpace": "hsl",
10017
+ "components": [214.9, 88.7, 58.2],
10018
+ "hex": "#3685f3"
10019
+ },
9673
10020
  "filePath": "src/tokens/component/button.json5",
9674
10021
  "isSource": true,
9675
10022
  "$type": "color"
9676
10023
  },
9677
10024
  "dark-protanopia-deuteranopia": {
9678
- "$value": "#3685f3",
10025
+ "$value": {
10026
+ "colorSpace": "hsl",
10027
+ "components": [214.9, 88.7, 58.2],
10028
+ "hex": "#3685f3"
10029
+ },
9679
10030
  "filePath": "src/tokens/component/button.json5",
9680
10031
  "isSource": true,
9681
10032
  "$type": "color"
9682
10033
  },
9683
10034
  "dark-protanopia-deuteranopia-high-contrast": {
9684
- "$value": "#3685f3",
10035
+ "$value": {
10036
+ "colorSpace": "hsl",
10037
+ "components": [214.9, 88.7, 58.2],
10038
+ "hex": "#3685f3"
10039
+ },
9685
10040
  "filePath": "src/tokens/component/button.json5",
9686
10041
  "isSource": true,
9687
10042
  "$type": "color"
9688
10043
  },
9689
10044
  "dark-high-contrast": {
9690
- "$value": "#109135",
10045
+ "$value": {
10046
+ "colorSpace": "hsl",
10047
+ "components": [137.2, 80.1, 31.6],
10048
+ "hex": "#109135"
10049
+ },
9691
10050
  "filePath": "src/tokens/component/button.json5",
9692
10051
  "isSource": true,
9693
10052
  "$type": "color"
9694
10053
  },
9695
10054
  "light-tritanopia": {
9696
- "$value": "#075fc8",
10055
+ "$value": {
10056
+ "colorSpace": "hsl",
10057
+ "components": [212.6, 93.2, 40.6],
10058
+ "hex": "#075fc8"
10059
+ },
9697
10060
  "filePath": "src/tokens/component/button.json5",
9698
10061
  "isSource": true,
9699
10062
  "$type": "color"
9700
10063
  },
9701
10064
  "light-tritanopia-high-contrast": {
9702
- "$value": "#075fc8",
10065
+ "$value": {
10066
+ "colorSpace": "hsl",
10067
+ "components": [212.6, 93.2, 40.6],
10068
+ "hex": "#075fc8"
10069
+ },
9703
10070
  "filePath": "src/tokens/component/button.json5",
9704
10071
  "isSource": true,
9705
10072
  "$type": "color"
9706
10073
  },
9707
10074
  "light-protanopia-deuteranopia": {
9708
- "$value": "#075fc8",
10075
+ "$value": {
10076
+ "colorSpace": "hsl",
10077
+ "components": [212.6, 93.2, 40.6],
10078
+ "hex": "#075fc8"
10079
+ },
9709
10080
  "filePath": "src/tokens/component/button.json5",
9710
10081
  "isSource": true,
9711
10082
  "$type": "color"
9712
10083
  },
9713
10084
  "light-protanopia-deuteranopia-high-contrast": {
9714
- "$value": "#075fc8",
10085
+ "$value": {
10086
+ "colorSpace": "hsl",
10087
+ "components": [212.6, 93.2, 40.6],
10088
+ "hex": "#075fc8"
10089
+ },
9715
10090
  "filePath": "src/tokens/component/button.json5",
9716
10091
  "isSource": true,
9717
10092
  "$type": "color"
9718
10093
  },
9719
10094
  "light-high-contrast": {
9720
- "$value": "#03501b",
10095
+ "$value": {
10096
+ "colorSpace": "hsl",
10097
+ "components": [138.7, 92.8, 16.3],
10098
+ "hex": "#03501b"
10099
+ },
9721
10100
  "filePath": "src/tokens/component/button.json5",
9722
10101
  "isSource": true,
9723
10102
  "$type": "color"
@@ -9742,25 +10121,41 @@
9742
10121
  },
9743
10122
  "org.primer.overrides": {
9744
10123
  "dark": {
9745
- "$value": "#105823",
10124
+ "$value": {
10125
+ "colorSpace": "hsl",
10126
+ "components": [135.8, 69.2, 20.4],
10127
+ "hex": "#105823"
10128
+ },
9746
10129
  "filePath": "src/tokens/component/button.json5",
9747
10130
  "isSource": true,
9748
10131
  "$type": "color"
9749
10132
  },
9750
10133
  "dark-dimmed": {
9751
- "$value": "#105823",
10134
+ "$value": {
10135
+ "colorSpace": "hsl",
10136
+ "components": [135.8, 69.2, 20.4],
10137
+ "hex": "#105823"
10138
+ },
9752
10139
  "filePath": "src/tokens/component/button.json5",
9753
10140
  "isSource": true,
9754
10141
  "$type": "color"
9755
10142
  },
9756
10143
  "dark-tritanopia": {
9757
- "$value": "#5fabfe",
10144
+ "$value": {
10145
+ "colorSpace": "hsl",
10146
+ "components": [211.3, 98.8, 68.4],
10147
+ "hex": "#5fabfe"
10148
+ },
9758
10149
  "filePath": "src/tokens/component/button.json5",
9759
10150
  "isSource": true,
9760
10151
  "$type": "color"
9761
10152
  },
9762
10153
  "dark-tritanopia-high-contrast": {
9763
- "$value": "#5fabfe",
10154
+ "$value": {
10155
+ "colorSpace": "hsl",
10156
+ "components": [211.3, 98.8, 68.4],
10157
+ "hex": "#5fabfe"
10158
+ },
9764
10159
  "filePath": "src/tokens/component/button.json5",
9765
10160
  "isSource": true,
9766
10161
  "$type": "color"
@@ -9778,37 +10173,61 @@
9778
10173
  "$type": "color"
9779
10174
  },
9780
10175
  "dark-high-contrast": {
9781
- "$value": "#048f2f",
10176
+ "$value": {
10177
+ "colorSpace": "hsl",
10178
+ "components": [138.6, 94.6, 28.8],
10179
+ "hex": "#048f2f"
10180
+ },
9782
10181
  "filePath": "src/tokens/component/button.json5",
9783
10182
  "isSource": true,
9784
10183
  "$type": "color"
9785
10184
  },
9786
10185
  "light-tritanopia": {
9787
- "$value": "#92caff",
10186
+ "$value": {
10187
+ "colorSpace": "hsl",
10188
+ "components": [209.2, 100, 78.6],
10189
+ "hex": "#92caff"
10190
+ },
9788
10191
  "filePath": "src/tokens/component/button.json5",
9789
10192
  "isSource": true,
9790
10193
  "$type": "color"
9791
10194
  },
9792
10195
  "light-tritanopia-high-contrast": {
9793
- "$value": "#92caff",
10196
+ "$value": {
10197
+ "colorSpace": "hsl",
10198
+ "components": [209.2, 100, 78.6],
10199
+ "hex": "#92caff"
10200
+ },
9794
10201
  "filePath": "src/tokens/component/button.json5",
9795
10202
  "isSource": true,
9796
10203
  "$type": "color"
9797
10204
  },
9798
10205
  "light-protanopia-deuteranopia": {
9799
- "$value": "#92caff",
10206
+ "$value": {
10207
+ "colorSpace": "hsl",
10208
+ "components": [209.2, 100, 78.6],
10209
+ "hex": "#92caff"
10210
+ },
9800
10211
  "filePath": "src/tokens/component/button.json5",
9801
10212
  "isSource": true,
9802
10213
  "$type": "color"
9803
10214
  },
9804
10215
  "light-protanopia-deuteranopia-high-contrast": {
9805
- "$value": "#92caff",
10216
+ "$value": {
10217
+ "colorSpace": "hsl",
10218
+ "components": [209.2, 100, 78.6],
10219
+ "hex": "#92caff"
10220
+ },
9806
10221
  "filePath": "src/tokens/component/button.json5",
9807
10222
  "isSource": true,
9808
10223
  "$type": "color"
9809
10224
  },
9810
10225
  "light-high-contrast": {
9811
- "$value": "#85cb97",
10226
+ "$value": {
10227
+ "colorSpace": "hsl",
10228
+ "components": [135.4, 40.2, 65.9],
10229
+ "hex": "#85cb97"
10230
+ },
9812
10231
  "filePath": "src/tokens/component/button.json5",
9813
10232
  "isSource": true,
9814
10233
  "$type": "color"
@@ -9818,7 +10237,11 @@
9818
10237
  "filePath": "src/tokens/component/button.json5",
9819
10238
  "isSource": true,
9820
10239
  "original": {
9821
- "$value": "#5fabfe",
10240
+ "$value": {
10241
+ "colorSpace": "hsl",
10242
+ "components": [211.3, 98.8, 68.4],
10243
+ "hex": "#5fabfe"
10244
+ },
9822
10245
  "$type": "color",
9823
10246
  "$extensions": {
9824
10247
  "org.primer.figma": {
@@ -9828,25 +10251,41 @@
9828
10251
  },
9829
10252
  "org.primer.overrides": {
9830
10253
  "dark": {
9831
- "$value": "#105823",
10254
+ "$value": {
10255
+ "colorSpace": "hsl",
10256
+ "components": [135.8, 69.2, 20.4],
10257
+ "hex": "#105823"
10258
+ },
9832
10259
  "filePath": "src/tokens/component/button.json5",
9833
10260
  "isSource": true,
9834
10261
  "$type": "color"
9835
10262
  },
9836
10263
  "dark-dimmed": {
9837
- "$value": "#105823",
10264
+ "$value": {
10265
+ "colorSpace": "hsl",
10266
+ "components": [135.8, 69.2, 20.4],
10267
+ "hex": "#105823"
10268
+ },
9838
10269
  "filePath": "src/tokens/component/button.json5",
9839
10270
  "isSource": true,
9840
10271
  "$type": "color"
9841
10272
  },
9842
10273
  "dark-tritanopia": {
9843
- "$value": "#5fabfe",
10274
+ "$value": {
10275
+ "colorSpace": "hsl",
10276
+ "components": [211.3, 98.8, 68.4],
10277
+ "hex": "#5fabfe"
10278
+ },
9844
10279
  "filePath": "src/tokens/component/button.json5",
9845
10280
  "isSource": true,
9846
10281
  "$type": "color"
9847
10282
  },
9848
10283
  "dark-tritanopia-high-contrast": {
9849
- "$value": "#5fabfe",
10284
+ "$value": {
10285
+ "colorSpace": "hsl",
10286
+ "components": [211.3, 98.8, 68.4],
10287
+ "hex": "#5fabfe"
10288
+ },
9850
10289
  "filePath": "src/tokens/component/button.json5",
9851
10290
  "isSource": true,
9852
10291
  "$type": "color"
@@ -9864,37 +10303,61 @@
9864
10303
  "$type": "color"
9865
10304
  },
9866
10305
  "dark-high-contrast": {
9867
- "$value": "#048f2f",
10306
+ "$value": {
10307
+ "colorSpace": "hsl",
10308
+ "components": [138.6, 94.6, 28.8],
10309
+ "hex": "#048f2f"
10310
+ },
9868
10311
  "filePath": "src/tokens/component/button.json5",
9869
10312
  "isSource": true,
9870
10313
  "$type": "color"
9871
10314
  },
9872
10315
  "light-tritanopia": {
9873
- "$value": "#92caff",
10316
+ "$value": {
10317
+ "colorSpace": "hsl",
10318
+ "components": [209.2, 100, 78.6],
10319
+ "hex": "#92caff"
10320
+ },
9874
10321
  "filePath": "src/tokens/component/button.json5",
9875
10322
  "isSource": true,
9876
10323
  "$type": "color"
9877
10324
  },
9878
10325
  "light-tritanopia-high-contrast": {
9879
- "$value": "#92caff",
10326
+ "$value": {
10327
+ "colorSpace": "hsl",
10328
+ "components": [209.2, 100, 78.6],
10329
+ "hex": "#92caff"
10330
+ },
9880
10331
  "filePath": "src/tokens/component/button.json5",
9881
10332
  "isSource": true,
9882
10333
  "$type": "color"
9883
10334
  },
9884
10335
  "light-protanopia-deuteranopia": {
9885
- "$value": "#92caff",
10336
+ "$value": {
10337
+ "colorSpace": "hsl",
10338
+ "components": [209.2, 100, 78.6],
10339
+ "hex": "#92caff"
10340
+ },
9886
10341
  "filePath": "src/tokens/component/button.json5",
9887
10342
  "isSource": true,
9888
10343
  "$type": "color"
9889
10344
  },
9890
10345
  "light-protanopia-deuteranopia-high-contrast": {
9891
- "$value": "#92caff",
10346
+ "$value": {
10347
+ "colorSpace": "hsl",
10348
+ "components": [209.2, 100, 78.6],
10349
+ "hex": "#92caff"
10350
+ },
9892
10351
  "filePath": "src/tokens/component/button.json5",
9893
10352
  "isSource": true,
9894
10353
  "$type": "color"
9895
10354
  },
9896
10355
  "light-high-contrast": {
9897
- "$value": "#85cb97",
10356
+ "$value": {
10357
+ "colorSpace": "hsl",
10358
+ "components": [135.4, 40.2, 65.9],
10359
+ "hex": "#85cb97"
10360
+ },
9898
10361
  "filePath": "src/tokens/component/button.json5",
9899
10362
  "isSource": true,
9900
10363
  "$type": "color"
@@ -9919,13 +10382,21 @@
9919
10382
  },
9920
10383
  "org.primer.overrides": {
9921
10384
  "dark": {
9922
- "$value": "#29903B",
10385
+ "$value": {
10386
+ "colorSpace": "hsl",
10387
+ "components": [130.5, 55.7, 36.3],
10388
+ "hex": "#29903B"
10389
+ },
9923
10390
  "filePath": "src/tokens/component/button.json5",
9924
10391
  "isSource": true,
9925
10392
  "$type": "color"
9926
10393
  },
9927
10394
  "dark-dimmed": {
9928
- "$value": "#3b8640",
10395
+ "$value": {
10396
+ "colorSpace": "hsl",
10397
+ "components": [124, 38.9, 37.8],
10398
+ "hex": "#3b8640"
10399
+ },
9929
10400
  "filePath": "src/tokens/component/button.json5",
9930
10401
  "isSource": true,
9931
10402
  "$type": "color"
@@ -9937,61 +10408,101 @@
9937
10408
  "$type": "color"
9938
10409
  },
9939
10410
  "dark-tritanopia": {
9940
- "$value": "#2a7aef",
10411
+ "$value": {
10412
+ "colorSpace": "hsl",
10413
+ "components": [215.6, 86, 55.1],
10414
+ "hex": "#2a7aef"
10415
+ },
9941
10416
  "filePath": "src/tokens/component/button.json5",
9942
10417
  "isSource": true,
9943
10418
  "$type": "color"
9944
10419
  },
9945
10420
  "dark-tritanopia-high-contrast": {
9946
- "$value": "#2a7aef",
10421
+ "$value": {
10422
+ "colorSpace": "hsl",
10423
+ "components": [215.6, 86, 55.1],
10424
+ "hex": "#2a7aef"
10425
+ },
9947
10426
  "filePath": "src/tokens/component/button.json5",
9948
10427
  "isSource": true,
9949
10428
  "$type": "color"
9950
10429
  },
9951
10430
  "dark-protanopia-deuteranopia": {
9952
- "$value": "#2a7aef",
10431
+ "$value": {
10432
+ "colorSpace": "hsl",
10433
+ "components": [215.6, 86, 55.1],
10434
+ "hex": "#2a7aef"
10435
+ },
9953
10436
  "filePath": "src/tokens/component/button.json5",
9954
10437
  "isSource": true,
9955
10438
  "$type": "color"
9956
10439
  },
9957
10440
  "dark-protanopia-deuteranopia-high-contrast": {
9958
- "$value": "#2a7aef",
10441
+ "$value": {
10442
+ "colorSpace": "hsl",
10443
+ "components": [215.6, 86, 55.1],
10444
+ "hex": "#2a7aef"
10445
+ },
9959
10446
  "filePath": "src/tokens/component/button.json5",
9960
10447
  "isSource": true,
9961
10448
  "$type": "color"
9962
10449
  },
9963
10450
  "dark-high-contrast": {
9964
- "$value": "#08792b",
10451
+ "$value": {
10452
+ "colorSpace": "hsl",
10453
+ "components": [138.6, 87.6, 25.3],
10454
+ "hex": "#08792b"
10455
+ },
9965
10456
  "filePath": "src/tokens/component/button.json5",
9966
10457
  "isSource": true,
9967
10458
  "$type": "color"
9968
10459
  },
9969
10460
  "light-tritanopia": {
9970
- "$value": "#0864d1",
10461
+ "$value": {
10462
+ "colorSpace": "hsl",
10463
+ "components": [212.5, 92.6, 42.5],
10464
+ "hex": "#0864d1"
10465
+ },
9971
10466
  "filePath": "src/tokens/component/button.json5",
9972
10467
  "isSource": true,
9973
10468
  "$type": "color"
9974
10469
  },
9975
10470
  "light-tritanopia-high-contrast": {
9976
- "$value": "#0864d1",
10471
+ "$value": {
10472
+ "colorSpace": "hsl",
10473
+ "components": [212.5, 92.6, 42.5],
10474
+ "hex": "#0864d1"
10475
+ },
9977
10476
  "filePath": "src/tokens/component/button.json5",
9978
10477
  "isSource": true,
9979
10478
  "$type": "color"
9980
10479
  },
9981
10480
  "light-protanopia-deuteranopia": {
9982
- "$value": "#0864d1",
10481
+ "$value": {
10482
+ "colorSpace": "hsl",
10483
+ "components": [212.5, 92.6, 42.5],
10484
+ "hex": "#0864d1"
10485
+ },
9983
10486
  "filePath": "src/tokens/component/button.json5",
9984
10487
  "isSource": true,
9985
10488
  "$type": "color"
9986
10489
  },
9987
10490
  "light-protanopia-deuteranopia-high-contrast": {
9988
- "$value": "#0864d1",
10491
+ "$value": {
10492
+ "colorSpace": "hsl",
10493
+ "components": [212.5, 92.6, 42.5],
10494
+ "hex": "#0864d1"
10495
+ },
9989
10496
  "filePath": "src/tokens/component/button.json5",
9990
10497
  "isSource": true,
9991
10498
  "$type": "color"
9992
10499
  },
9993
10500
  "light-high-contrast": {
9994
- "$value": "#04571e",
10501
+ "$value": {
10502
+ "colorSpace": "hsl",
10503
+ "components": [138.8, 91.2, 17.8],
10504
+ "hex": "#04571e"
10505
+ },
9995
10506
  "filePath": "src/tokens/component/button.json5",
9996
10507
  "isSource": true,
9997
10508
  "$type": "color"
@@ -10001,7 +10512,11 @@
10001
10512
  "filePath": "src/tokens/component/button.json5",
10002
10513
  "isSource": true,
10003
10514
  "original": {
10004
- "$value": "#2a7aef",
10515
+ "$value": {
10516
+ "colorSpace": "hsl",
10517
+ "components": [215.6, 86, 55.1],
10518
+ "hex": "#2a7aef"
10519
+ },
10005
10520
  "$type": "color",
10006
10521
  "$extensions": {
10007
10522
  "org.primer.figma": {
@@ -10011,13 +10526,21 @@
10011
10526
  },
10012
10527
  "org.primer.overrides": {
10013
10528
  "dark": {
10014
- "$value": "#29903B",
10529
+ "$value": {
10530
+ "colorSpace": "hsl",
10531
+ "components": [130.5, 55.7, 36.3],
10532
+ "hex": "#29903B"
10533
+ },
10015
10534
  "filePath": "src/tokens/component/button.json5",
10016
10535
  "isSource": true,
10017
10536
  "$type": "color"
10018
10537
  },
10019
10538
  "dark-dimmed": {
10020
- "$value": "#3b8640",
10539
+ "$value": {
10540
+ "colorSpace": "hsl",
10541
+ "components": [124, 38.9, 37.8],
10542
+ "hex": "#3b8640"
10543
+ },
10021
10544
  "filePath": "src/tokens/component/button.json5",
10022
10545
  "isSource": true,
10023
10546
  "$type": "color"
@@ -10029,61 +10552,101 @@
10029
10552
  "$type": "color"
10030
10553
  },
10031
10554
  "dark-tritanopia": {
10032
- "$value": "#2a7aef",
10555
+ "$value": {
10556
+ "colorSpace": "hsl",
10557
+ "components": [215.6, 86, 55.1],
10558
+ "hex": "#2a7aef"
10559
+ },
10033
10560
  "filePath": "src/tokens/component/button.json5",
10034
10561
  "isSource": true,
10035
10562
  "$type": "color"
10036
10563
  },
10037
10564
  "dark-tritanopia-high-contrast": {
10038
- "$value": "#2a7aef",
10565
+ "$value": {
10566
+ "colorSpace": "hsl",
10567
+ "components": [215.6, 86, 55.1],
10568
+ "hex": "#2a7aef"
10569
+ },
10039
10570
  "filePath": "src/tokens/component/button.json5",
10040
10571
  "isSource": true,
10041
10572
  "$type": "color"
10042
10573
  },
10043
10574
  "dark-protanopia-deuteranopia": {
10044
- "$value": "#2a7aef",
10575
+ "$value": {
10576
+ "colorSpace": "hsl",
10577
+ "components": [215.6, 86, 55.1],
10578
+ "hex": "#2a7aef"
10579
+ },
10045
10580
  "filePath": "src/tokens/component/button.json5",
10046
10581
  "isSource": true,
10047
10582
  "$type": "color"
10048
10583
  },
10049
10584
  "dark-protanopia-deuteranopia-high-contrast": {
10050
- "$value": "#2a7aef",
10585
+ "$value": {
10586
+ "colorSpace": "hsl",
10587
+ "components": [215.6, 86, 55.1],
10588
+ "hex": "#2a7aef"
10589
+ },
10051
10590
  "filePath": "src/tokens/component/button.json5",
10052
10591
  "isSource": true,
10053
10592
  "$type": "color"
10054
10593
  },
10055
10594
  "dark-high-contrast": {
10056
- "$value": "#08792b",
10595
+ "$value": {
10596
+ "colorSpace": "hsl",
10597
+ "components": [138.6, 87.6, 25.3],
10598
+ "hex": "#08792b"
10599
+ },
10057
10600
  "filePath": "src/tokens/component/button.json5",
10058
10601
  "isSource": true,
10059
10602
  "$type": "color"
10060
10603
  },
10061
10604
  "light-tritanopia": {
10062
- "$value": "#0864d1",
10605
+ "$value": {
10606
+ "colorSpace": "hsl",
10607
+ "components": [212.5, 92.6, 42.5],
10608
+ "hex": "#0864d1"
10609
+ },
10063
10610
  "filePath": "src/tokens/component/button.json5",
10064
10611
  "isSource": true,
10065
10612
  "$type": "color"
10066
10613
  },
10067
10614
  "light-tritanopia-high-contrast": {
10068
- "$value": "#0864d1",
10615
+ "$value": {
10616
+ "colorSpace": "hsl",
10617
+ "components": [212.5, 92.6, 42.5],
10618
+ "hex": "#0864d1"
10619
+ },
10069
10620
  "filePath": "src/tokens/component/button.json5",
10070
10621
  "isSource": true,
10071
10622
  "$type": "color"
10072
10623
  },
10073
10624
  "light-protanopia-deuteranopia": {
10074
- "$value": "#0864d1",
10625
+ "$value": {
10626
+ "colorSpace": "hsl",
10627
+ "components": [212.5, 92.6, 42.5],
10628
+ "hex": "#0864d1"
10629
+ },
10075
10630
  "filePath": "src/tokens/component/button.json5",
10076
10631
  "isSource": true,
10077
10632
  "$type": "color"
10078
10633
  },
10079
10634
  "light-protanopia-deuteranopia-high-contrast": {
10080
- "$value": "#0864d1",
10635
+ "$value": {
10636
+ "colorSpace": "hsl",
10637
+ "components": [212.5, 92.6, 42.5],
10638
+ "hex": "#0864d1"
10639
+ },
10081
10640
  "filePath": "src/tokens/component/button.json5",
10082
10641
  "isSource": true,
10083
10642
  "$type": "color"
10084
10643
  },
10085
10644
  "light-high-contrast": {
10086
- "$value": "#04571e",
10645
+ "$value": {
10646
+ "colorSpace": "hsl",
10647
+ "components": [138.8, 91.2, 17.8],
10648
+ "hex": "#04571e"
10649
+ },
10087
10650
  "filePath": "src/tokens/component/button.json5",
10088
10651
  "isSource": true,
10089
10652
  "$type": "color"
@@ -10194,37 +10757,61 @@
10194
10757
  },
10195
10758
  "org.primer.overrides": {
10196
10759
  "dark": {
10197
- "$value": "#105823",
10760
+ "$value": {
10761
+ "colorSpace": "hsl",
10762
+ "components": [135.8, 69.2, 20.4],
10763
+ "hex": "#105823"
10764
+ },
10198
10765
  "filePath": "src/tokens/component/button.json5",
10199
10766
  "isSource": true,
10200
10767
  "$type": "color"
10201
10768
  },
10202
10769
  "dark-dimmed": {
10203
- "$value": "#105823",
10770
+ "$value": {
10771
+ "colorSpace": "hsl",
10772
+ "components": [135.8, 69.2, 20.4],
10773
+ "hex": "#105823"
10774
+ },
10204
10775
  "filePath": "src/tokens/component/button.json5",
10205
10776
  "isSource": true,
10206
10777
  "$type": "color"
10207
10778
  },
10208
10779
  "dark-tritanopia": {
10209
- "$value": "#5fabfe",
10780
+ "$value": {
10781
+ "colorSpace": "hsl",
10782
+ "components": [211.3, 98.8, 68.4],
10783
+ "hex": "#5fabfe"
10784
+ },
10210
10785
  "filePath": "src/tokens/component/button.json5",
10211
10786
  "isSource": true,
10212
10787
  "$type": "color"
10213
10788
  },
10214
10789
  "dark-tritanopia-high-contrast": {
10215
- "$value": "#5fabfe",
10790
+ "$value": {
10791
+ "colorSpace": "hsl",
10792
+ "components": [211.3, 98.8, 68.4],
10793
+ "hex": "#5fabfe"
10794
+ },
10216
10795
  "filePath": "src/tokens/component/button.json5",
10217
10796
  "isSource": true,
10218
10797
  "$type": "color"
10219
10798
  },
10220
10799
  "dark-protanopia-deuteranopia": {
10221
- "$value": "#1158c7",
10800
+ "$value": {
10801
+ "colorSpace": "hsl",
10802
+ "components": [216.6, 84.3, 42.4],
10803
+ "hex": "#1158c7"
10804
+ },
10222
10805
  "filePath": "src/tokens/component/button.json5",
10223
10806
  "isSource": true,
10224
10807
  "$type": "color"
10225
10808
  },
10226
10809
  "dark-protanopia-deuteranopia-high-contrast": {
10227
- "$value": "#1158c7",
10810
+ "$value": {
10811
+ "colorSpace": "hsl",
10812
+ "components": [216.6, 84.3, 42.4],
10813
+ "hex": "#1158c7"
10814
+ },
10228
10815
  "filePath": "src/tokens/component/button.json5",
10229
10816
  "isSource": true,
10230
10817
  "$type": "color"
@@ -10237,7 +10824,11 @@
10237
10824
  "$type": "color"
10238
10825
  },
10239
10826
  "light-high-contrast": {
10240
- "$value": "#85cb97",
10827
+ "$value": {
10828
+ "colorSpace": "hsl",
10829
+ "components": [135.4, 40.2, 65.9],
10830
+ "hex": "#85cb97"
10831
+ },
10241
10832
  "filePath": "src/tokens/component/button.json5",
10242
10833
  "isSource": true,
10243
10834
  "$type": "color"
@@ -10247,7 +10838,11 @@
10247
10838
  "filePath": "src/tokens/component/button.json5",
10248
10839
  "isSource": true,
10249
10840
  "original": {
10250
- "$value": "#5fabfe",
10841
+ "$value": {
10842
+ "colorSpace": "hsl",
10843
+ "components": [211.3, 98.8, 68.4],
10844
+ "hex": "#5fabfe"
10845
+ },
10251
10846
  "$type": "color",
10252
10847
  "$extensions": {
10253
10848
  "org.primer.figma": {
@@ -10257,37 +10852,61 @@
10257
10852
  },
10258
10853
  "org.primer.overrides": {
10259
10854
  "dark": {
10260
- "$value": "#105823",
10855
+ "$value": {
10856
+ "colorSpace": "hsl",
10857
+ "components": [135.8, 69.2, 20.4],
10858
+ "hex": "#105823"
10859
+ },
10261
10860
  "filePath": "src/tokens/component/button.json5",
10262
10861
  "isSource": true,
10263
10862
  "$type": "color"
10264
10863
  },
10265
10864
  "dark-dimmed": {
10266
- "$value": "#105823",
10865
+ "$value": {
10866
+ "colorSpace": "hsl",
10867
+ "components": [135.8, 69.2, 20.4],
10868
+ "hex": "#105823"
10869
+ },
10267
10870
  "filePath": "src/tokens/component/button.json5",
10268
10871
  "isSource": true,
10269
10872
  "$type": "color"
10270
10873
  },
10271
10874
  "dark-tritanopia": {
10272
- "$value": "#5fabfe",
10875
+ "$value": {
10876
+ "colorSpace": "hsl",
10877
+ "components": [211.3, 98.8, 68.4],
10878
+ "hex": "#5fabfe"
10879
+ },
10273
10880
  "filePath": "src/tokens/component/button.json5",
10274
10881
  "isSource": true,
10275
10882
  "$type": "color"
10276
10883
  },
10277
10884
  "dark-tritanopia-high-contrast": {
10278
- "$value": "#5fabfe",
10885
+ "$value": {
10886
+ "colorSpace": "hsl",
10887
+ "components": [211.3, 98.8, 68.4],
10888
+ "hex": "#5fabfe"
10889
+ },
10279
10890
  "filePath": "src/tokens/component/button.json5",
10280
10891
  "isSource": true,
10281
10892
  "$type": "color"
10282
10893
  },
10283
10894
  "dark-protanopia-deuteranopia": {
10284
- "$value": "#1158c7",
10895
+ "$value": {
10896
+ "colorSpace": "hsl",
10897
+ "components": [216.6, 84.3, 42.4],
10898
+ "hex": "#1158c7"
10899
+ },
10285
10900
  "filePath": "src/tokens/component/button.json5",
10286
10901
  "isSource": true,
10287
10902
  "$type": "color"
10288
10903
  },
10289
10904
  "dark-protanopia-deuteranopia-high-contrast": {
10290
- "$value": "#1158c7",
10905
+ "$value": {
10906
+ "colorSpace": "hsl",
10907
+ "components": [216.6, 84.3, 42.4],
10908
+ "hex": "#1158c7"
10909
+ },
10291
10910
  "filePath": "src/tokens/component/button.json5",
10292
10911
  "isSource": true,
10293
10912
  "$type": "color"
@@ -10300,7 +10919,11 @@
10300
10919
  "$type": "color"
10301
10920
  },
10302
10921
  "light-high-contrast": {
10303
- "$value": "#85cb97",
10922
+ "$value": {
10923
+ "colorSpace": "hsl",
10924
+ "components": [135.4, 40.2, 65.9],
10925
+ "hex": "#85cb97"
10926
+ },
10304
10927
  "filePath": "src/tokens/component/button.json5",
10305
10928
  "isSource": true,
10306
10929
  "$type": "color"
@@ -10540,13 +11163,21 @@
10540
11163
  "$type": "color"
10541
11164
  },
10542
11165
  "dark-dimmed": {
10543
- "$value": "#ffffff",
11166
+ "$value": {
11167
+ "colorSpace": "hsl",
11168
+ "components": [0, 0, 100],
11169
+ "hex": "#ffffff"
11170
+ },
10544
11171
  "filePath": "src/tokens/component/button.json5",
10545
11172
  "isSource": true,
10546
11173
  "$type": "color"
10547
11174
  },
10548
11175
  "dark-dimmed-high-contrast": {
10549
- "$value": "#ffffff",
11176
+ "$value": {
11177
+ "colorSpace": "hsl",
11178
+ "components": [0, 0, 100],
11179
+ "hex": "#ffffff"
11180
+ },
10550
11181
  "filePath": "src/tokens/component/button.json5",
10551
11182
  "isSource": true,
10552
11183
  "$type": "color"
@@ -10572,13 +11203,21 @@
10572
11203
  "$type": "color"
10573
11204
  },
10574
11205
  "dark-dimmed": {
10575
- "$value": "#ffffff",
11206
+ "$value": {
11207
+ "colorSpace": "hsl",
11208
+ "components": [0, 0, 100],
11209
+ "hex": "#ffffff"
11210
+ },
10576
11211
  "filePath": "src/tokens/component/button.json5",
10577
11212
  "isSource": true,
10578
11213
  "$type": "color"
10579
11214
  },
10580
11215
  "dark-dimmed-high-contrast": {
10581
- "$value": "#ffffff",
11216
+ "$value": {
11217
+ "colorSpace": "hsl",
11218
+ "components": [0, 0, 100],
11219
+ "hex": "#ffffff"
11220
+ },
10582
11221
  "filePath": "src/tokens/component/button.json5",
10583
11222
  "isSource": true,
10584
11223
  "$type": "color"
@@ -10591,6 +11230,35 @@
10591
11230
  "attributes": {},
10592
11231
  "path": ["button", "primary", "fgColor", "rest"]
10593
11232
  },
11233
+ "button-primary-iconColor-disabled": {
11234
+ "key": "{button.primary.iconColor.disabled}",
11235
+ "$value": "#ffffff66",
11236
+ "$type": "color",
11237
+ "$extensions": {
11238
+ "org.primer.figma": {
11239
+ "collection": "mode",
11240
+ "group": "component (internal)",
11241
+ "scopes": ["fgColor"]
11242
+ }
11243
+ },
11244
+ "filePath": "src/tokens/component/button.json5",
11245
+ "isSource": true,
11246
+ "original": {
11247
+ "$value": "{button.primary.fgColor.disabled}",
11248
+ "$type": "color",
11249
+ "$extensions": {
11250
+ "org.primer.figma": {
11251
+ "collection": "mode",
11252
+ "group": "component (internal)",
11253
+ "scopes": ["fgColor"]
11254
+ }
11255
+ },
11256
+ "key": "{button.primary.iconColor.disabled}"
11257
+ },
11258
+ "name": "button-primary-iconColor-disabled",
11259
+ "attributes": {},
11260
+ "path": ["button", "primary", "iconColor", "disabled"]
11261
+ },
10594
11262
  "button-primary-iconColor-rest": {
10595
11263
  "key": "{button.primary.iconColor.rest}",
10596
11264
  "$value": "#ffffff",
@@ -10616,13 +11284,21 @@
10616
11284
  "$type": "color"
10617
11285
  },
10618
11286
  "dark-dimmed": {
10619
- "$value": "#ffffff",
11287
+ "$value": {
11288
+ "colorSpace": "hsl",
11289
+ "components": [0, 0, 100],
11290
+ "hex": "#ffffff"
11291
+ },
10620
11292
  "filePath": "src/tokens/component/button.json5",
10621
11293
  "isSource": true,
10622
11294
  "$type": "color"
10623
11295
  },
10624
11296
  "dark-dimmed-high-contrast": {
10625
- "$value": "#ffffff",
11297
+ "$value": {
11298
+ "colorSpace": "hsl",
11299
+ "components": [0, 0, 100],
11300
+ "hex": "#ffffff"
11301
+ },
10626
11302
  "filePath": "src/tokens/component/button.json5",
10627
11303
  "isSource": true,
10628
11304
  "$type": "color"
@@ -10655,13 +11331,21 @@
10655
11331
  "$type": "color"
10656
11332
  },
10657
11333
  "dark-dimmed": {
10658
- "$value": "#ffffff",
11334
+ "$value": {
11335
+ "colorSpace": "hsl",
11336
+ "components": [0, 0, 100],
11337
+ "hex": "#ffffff"
11338
+ },
10659
11339
  "filePath": "src/tokens/component/button.json5",
10660
11340
  "isSource": true,
10661
11341
  "$type": "color"
10662
11342
  },
10663
11343
  "dark-dimmed-high-contrast": {
10664
- "$value": "#ffffff",
11344
+ "$value": {
11345
+ "colorSpace": "hsl",
11346
+ "components": [0, 0, 100],
11347
+ "hex": "#ffffff"
11348
+ },
10665
11349
  "filePath": "src/tokens/component/button.json5",
10666
11350
  "isSource": true,
10667
11351
  "$type": "color"
@@ -10676,7 +11360,7 @@
10676
11360
  },
10677
11361
  "button-primary-shadow-selected": {
10678
11362
  "key": "{button.primary.shadow.selected}",
10679
- "$value": "0 0 0 0 #000000",
11363
+ "$value": "0 0 0 0 #00000000",
10680
11364
  "$type": "shadow",
10681
11365
  "$extensions": {
10682
11366
  "org.primer.figma": {
@@ -17034,7 +17718,11 @@
17034
17718
  "org.primer.overrides": {
17035
17719
  "dark": "#3d444d",
17036
17720
  "dark-dimmed": {
17037
- "$value": "#3d444d",
17721
+ "$value": {
17722
+ "colorSpace": "hsl",
17723
+ "components": [213.8, 11.6, 27.1],
17724
+ "hex": "#3d444d"
17725
+ },
17038
17726
  "filePath": "src/tokens/functional/color/control.json5",
17039
17727
  "isSource": true,
17040
17728
  "$type": "color"
@@ -17055,7 +17743,11 @@
17055
17743
  "org.primer.overrides": {
17056
17744
  "dark": "{borderColor.default}",
17057
17745
  "dark-dimmed": {
17058
- "$value": "#3d444d",
17746
+ "$value": {
17747
+ "colorSpace": "hsl",
17748
+ "components": [213.8, 11.6, 27.1],
17749
+ "hex": "#3d444d"
17750
+ },
17059
17751
  "filePath": "src/tokens/functional/color/control.json5",
17060
17752
  "isSource": true,
17061
17753
  "$type": "color"
@@ -17186,49 +17878,81 @@
17186
17878
  "org.primer.overrides": {
17187
17879
  "dark": "#3685F3",
17188
17880
  "dark-high-contrast": {
17189
- "$value": "#3c79d0",
17881
+ "$value": {
17882
+ "colorSpace": "hsl",
17883
+ "components": [215.3, 61.2, 52.5],
17884
+ "hex": "#3c79d0"
17885
+ },
17190
17886
  "filePath": "src/tokens/functional/color/control.json5",
17191
17887
  "isSource": true,
17192
17888
  "$type": "color"
17193
17889
  },
17194
17890
  "dark-protanopia-deuteranopia-high-contrast": {
17195
- "$value": "#3c79d0",
17891
+ "$value": {
17892
+ "colorSpace": "hsl",
17893
+ "components": [215.3, 61.2, 52.5],
17894
+ "hex": "#3c79d0"
17895
+ },
17196
17896
  "filePath": "src/tokens/functional/color/control.json5",
17197
17897
  "isSource": true,
17198
17898
  "$type": "color"
17199
17899
  },
17200
17900
  "dark-tritanopia-high-contrast": {
17201
- "$value": "#3c79d0",
17901
+ "$value": {
17902
+ "colorSpace": "hsl",
17903
+ "components": [215.3, 61.2, 52.5],
17904
+ "hex": "#3c79d0"
17905
+ },
17202
17906
  "filePath": "src/tokens/functional/color/control.json5",
17203
17907
  "isSource": true,
17204
17908
  "$type": "color"
17205
17909
  },
17206
17910
  "dark-dimmed": {
17207
- "$value": "#3f7fdb",
17911
+ "$value": {
17912
+ "colorSpace": "hsl",
17913
+ "components": [215.4, 68.4, 55.3],
17914
+ "hex": "#3f7fdb"
17915
+ },
17208
17916
  "filePath": "src/tokens/functional/color/control.json5",
17209
17917
  "isSource": true,
17210
17918
  "$type": "color"
17211
17919
  },
17212
17920
  "dark-dimmed-high-contrast": {
17213
- "$value": "#3c79d0",
17921
+ "$value": {
17922
+ "colorSpace": "hsl",
17923
+ "components": [215.3, 61.2, 52.5],
17924
+ "hex": "#3c79d0"
17925
+ },
17214
17926
  "filePath": "src/tokens/functional/color/control.json5",
17215
17927
  "isSource": true,
17216
17928
  "$type": "color"
17217
17929
  },
17218
17930
  "light-high-contrast": {
17219
- "$value": "#033f9d",
17931
+ "$value": {
17932
+ "colorSpace": "hsl",
17933
+ "components": [216.6, 96.3, 31.4],
17934
+ "hex": "#033f9d"
17935
+ },
17220
17936
  "filePath": "src/tokens/functional/color/control.json5",
17221
17937
  "isSource": true,
17222
17938
  "$type": "color"
17223
17939
  },
17224
17940
  "light-tritanopia-high-contrast": {
17225
- "$value": "#033f9d",
17941
+ "$value": {
17942
+ "colorSpace": "hsl",
17943
+ "components": [216.6, 96.3, 31.4],
17944
+ "hex": "#033f9d"
17945
+ },
17226
17946
  "filePath": "src/tokens/functional/color/control.json5",
17227
17947
  "isSource": true,
17228
17948
  "$type": "color"
17229
17949
  },
17230
17950
  "light-protanopia-deuteranopia-high-contrast": {
17231
- "$value": "#033f9d",
17951
+ "$value": {
17952
+ "colorSpace": "hsl",
17953
+ "components": [216.6, 96.3, 31.4],
17954
+ "hex": "#033f9d"
17955
+ },
17232
17956
  "filePath": "src/tokens/functional/color/control.json5",
17233
17957
  "isSource": true,
17234
17958
  "$type": "color"
@@ -17249,49 +17973,81 @@
17249
17973
  "org.primer.overrides": {
17250
17974
  "dark": "#3685F3",
17251
17975
  "dark-high-contrast": {
17252
- "$value": "#3c79d0",
17976
+ "$value": {
17977
+ "colorSpace": "hsl",
17978
+ "components": [215.3, 61.2, 52.5],
17979
+ "hex": "#3c79d0"
17980
+ },
17253
17981
  "filePath": "src/tokens/functional/color/control.json5",
17254
17982
  "isSource": true,
17255
17983
  "$type": "color"
17256
17984
  },
17257
17985
  "dark-protanopia-deuteranopia-high-contrast": {
17258
- "$value": "#3c79d0",
17986
+ "$value": {
17987
+ "colorSpace": "hsl",
17988
+ "components": [215.3, 61.2, 52.5],
17989
+ "hex": "#3c79d0"
17990
+ },
17259
17991
  "filePath": "src/tokens/functional/color/control.json5",
17260
17992
  "isSource": true,
17261
17993
  "$type": "color"
17262
17994
  },
17263
17995
  "dark-tritanopia-high-contrast": {
17264
- "$value": "#3c79d0",
17996
+ "$value": {
17997
+ "colorSpace": "hsl",
17998
+ "components": [215.3, 61.2, 52.5],
17999
+ "hex": "#3c79d0"
18000
+ },
17265
18001
  "filePath": "src/tokens/functional/color/control.json5",
17266
18002
  "isSource": true,
17267
18003
  "$type": "color"
17268
18004
  },
17269
18005
  "dark-dimmed": {
17270
- "$value": "#3f7fdb",
18006
+ "$value": {
18007
+ "colorSpace": "hsl",
18008
+ "components": [215.4, 68.4, 55.3],
18009
+ "hex": "#3f7fdb"
18010
+ },
17271
18011
  "filePath": "src/tokens/functional/color/control.json5",
17272
18012
  "isSource": true,
17273
18013
  "$type": "color"
17274
18014
  },
17275
18015
  "dark-dimmed-high-contrast": {
17276
- "$value": "#3c79d0",
18016
+ "$value": {
18017
+ "colorSpace": "hsl",
18018
+ "components": [215.3, 61.2, 52.5],
18019
+ "hex": "#3c79d0"
18020
+ },
17277
18021
  "filePath": "src/tokens/functional/color/control.json5",
17278
18022
  "isSource": true,
17279
18023
  "$type": "color"
17280
18024
  },
17281
18025
  "light-high-contrast": {
17282
- "$value": "#033f9d",
18026
+ "$value": {
18027
+ "colorSpace": "hsl",
18028
+ "components": [216.6, 96.3, 31.4],
18029
+ "hex": "#033f9d"
18030
+ },
17283
18031
  "filePath": "src/tokens/functional/color/control.json5",
17284
18032
  "isSource": true,
17285
18033
  "$type": "color"
17286
18034
  },
17287
18035
  "light-tritanopia-high-contrast": {
17288
- "$value": "#033f9d",
18036
+ "$value": {
18037
+ "colorSpace": "hsl",
18038
+ "components": [216.6, 96.3, 31.4],
18039
+ "hex": "#033f9d"
18040
+ },
17289
18041
  "filePath": "src/tokens/functional/color/control.json5",
17290
18042
  "isSource": true,
17291
18043
  "$type": "color"
17292
18044
  },
17293
18045
  "light-protanopia-deuteranopia-high-contrast": {
17294
- "$value": "#033f9d",
18046
+ "$value": {
18047
+ "colorSpace": "hsl",
18048
+ "components": [216.6, 96.3, 31.4],
18049
+ "hex": "#033f9d"
18050
+ },
17295
18051
  "filePath": "src/tokens/functional/color/control.json5",
17296
18052
  "isSource": true,
17297
18053
  "$type": "color"
@@ -17352,49 +18108,81 @@
17352
18108
  "org.primer.overrides": {
17353
18109
  "dark": "#2A7AEF",
17354
18110
  "dark-high-contrast": {
17355
- "$value": "#2b64c1",
18111
+ "$value": {
18112
+ "colorSpace": "hsl",
18113
+ "components": [217.2, 63.6, 46.3],
18114
+ "hex": "#2b64c1"
18115
+ },
17356
18116
  "filePath": "src/tokens/functional/color/control.json5",
17357
18117
  "isSource": true,
17358
18118
  "$type": "color"
17359
18119
  },
17360
18120
  "dark-tritanopia-high-contrast": {
17361
- "$value": "#2b64c1",
18121
+ "$value": {
18122
+ "colorSpace": "hsl",
18123
+ "components": [217.2, 63.6, 46.3],
18124
+ "hex": "#2b64c1"
18125
+ },
17362
18126
  "filePath": "src/tokens/functional/color/control.json5",
17363
18127
  "isSource": true,
17364
18128
  "$type": "color"
17365
18129
  },
17366
18130
  "dark-protanopia-deuteranopia-high-contrast": {
17367
- "$value": "#2b64c1",
18131
+ "$value": {
18132
+ "colorSpace": "hsl",
18133
+ "components": [217.2, 63.6, 46.3],
18134
+ "hex": "#2b64c1"
18135
+ },
17368
18136
  "filePath": "src/tokens/functional/color/control.json5",
17369
18137
  "isSource": true,
17370
18138
  "$type": "color"
17371
18139
  },
17372
18140
  "dark-dimmed": {
17373
- "$value": "#3876d3",
18141
+ "$value": {
18142
+ "colorSpace": "hsl",
18143
+ "components": [216, 63.8, 52.4],
18144
+ "hex": "#3876d3"
18145
+ },
17374
18146
  "filePath": "src/tokens/functional/color/control.json5",
17375
18147
  "isSource": true,
17376
18148
  "$type": "color"
17377
18149
  },
17378
18150
  "dark-dimmed-high-contrast": {
17379
- "$value": "#2b64c1",
18151
+ "$value": {
18152
+ "colorSpace": "hsl",
18153
+ "components": [217.2, 63.6, 46.3],
18154
+ "hex": "#2b64c1"
18155
+ },
17380
18156
  "filePath": "src/tokens/functional/color/control.json5",
17381
18157
  "isSource": true,
17382
18158
  "$type": "color"
17383
18159
  },
17384
18160
  "light-high-contrast": {
17385
- "$value": "#0344a8",
18161
+ "$value": {
18162
+ "colorSpace": "hsl",
18163
+ "components": [216.4, 96.5, 33.5],
18164
+ "hex": "#0344a8"
18165
+ },
17386
18166
  "filePath": "src/tokens/functional/color/control.json5",
17387
18167
  "isSource": true,
17388
18168
  "$type": "color"
17389
18169
  },
17390
18170
  "light-tritanopia-high-contrast": {
17391
- "$value": "#0344a8",
18171
+ "$value": {
18172
+ "colorSpace": "hsl",
18173
+ "components": [216.4, 96.5, 33.5],
18174
+ "hex": "#0344a8"
18175
+ },
17392
18176
  "filePath": "src/tokens/functional/color/control.json5",
17393
18177
  "isSource": true,
17394
18178
  "$type": "color"
17395
18179
  },
17396
18180
  "light-protanopia-deuteranopia-high-contrast": {
17397
- "$value": "#0344a8",
18181
+ "$value": {
18182
+ "colorSpace": "hsl",
18183
+ "components": [216.4, 96.5, 33.5],
18184
+ "hex": "#0344a8"
18185
+ },
17398
18186
  "filePath": "src/tokens/functional/color/control.json5",
17399
18187
  "isSource": true,
17400
18188
  "$type": "color"
@@ -17415,49 +18203,81 @@
17415
18203
  "org.primer.overrides": {
17416
18204
  "dark": "#2A7AEF",
17417
18205
  "dark-high-contrast": {
17418
- "$value": "#2b64c1",
18206
+ "$value": {
18207
+ "colorSpace": "hsl",
18208
+ "components": [217.2, 63.6, 46.3],
18209
+ "hex": "#2b64c1"
18210
+ },
17419
18211
  "filePath": "src/tokens/functional/color/control.json5",
17420
18212
  "isSource": true,
17421
18213
  "$type": "color"
17422
18214
  },
17423
18215
  "dark-tritanopia-high-contrast": {
17424
- "$value": "#2b64c1",
18216
+ "$value": {
18217
+ "colorSpace": "hsl",
18218
+ "components": [217.2, 63.6, 46.3],
18219
+ "hex": "#2b64c1"
18220
+ },
17425
18221
  "filePath": "src/tokens/functional/color/control.json5",
17426
18222
  "isSource": true,
17427
18223
  "$type": "color"
17428
18224
  },
17429
18225
  "dark-protanopia-deuteranopia-high-contrast": {
17430
- "$value": "#2b64c1",
18226
+ "$value": {
18227
+ "colorSpace": "hsl",
18228
+ "components": [217.2, 63.6, 46.3],
18229
+ "hex": "#2b64c1"
18230
+ },
17431
18231
  "filePath": "src/tokens/functional/color/control.json5",
17432
18232
  "isSource": true,
17433
18233
  "$type": "color"
17434
18234
  },
17435
18235
  "dark-dimmed": {
17436
- "$value": "#3876d3",
18236
+ "$value": {
18237
+ "colorSpace": "hsl",
18238
+ "components": [216, 63.8, 52.4],
18239
+ "hex": "#3876d3"
18240
+ },
17437
18241
  "filePath": "src/tokens/functional/color/control.json5",
17438
18242
  "isSource": true,
17439
18243
  "$type": "color"
17440
18244
  },
17441
18245
  "dark-dimmed-high-contrast": {
17442
- "$value": "#2b64c1",
18246
+ "$value": {
18247
+ "colorSpace": "hsl",
18248
+ "components": [217.2, 63.6, 46.3],
18249
+ "hex": "#2b64c1"
18250
+ },
17443
18251
  "filePath": "src/tokens/functional/color/control.json5",
17444
18252
  "isSource": true,
17445
18253
  "$type": "color"
17446
18254
  },
17447
18255
  "light-high-contrast": {
17448
- "$value": "#0344a8",
18256
+ "$value": {
18257
+ "colorSpace": "hsl",
18258
+ "components": [216.4, 96.5, 33.5],
18259
+ "hex": "#0344a8"
18260
+ },
17449
18261
  "filePath": "src/tokens/functional/color/control.json5",
17450
18262
  "isSource": true,
17451
18263
  "$type": "color"
17452
18264
  },
17453
18265
  "light-tritanopia-high-contrast": {
17454
- "$value": "#0344a8",
18266
+ "$value": {
18267
+ "colorSpace": "hsl",
18268
+ "components": [216.4, 96.5, 33.5],
18269
+ "hex": "#0344a8"
18270
+ },
17455
18271
  "filePath": "src/tokens/functional/color/control.json5",
17456
18272
  "isSource": true,
17457
18273
  "$type": "color"
17458
18274
  },
17459
18275
  "light-protanopia-deuteranopia-high-contrast": {
17460
- "$value": "#0344a8",
18276
+ "$value": {
18277
+ "colorSpace": "hsl",
18278
+ "components": [216.4, 96.5, 33.5],
18279
+ "hex": "#0344a8"
18280
+ },
17461
18281
  "filePath": "src/tokens/functional/color/control.json5",
17462
18282
  "isSource": true,
17463
18283
  "$type": "color"
@@ -17536,7 +18356,11 @@
17536
18356
  "$type": "color"
17537
18357
  },
17538
18358
  "dark-dimmed": {
17539
- "$value": "#3f7fdb",
18359
+ "$value": {
18360
+ "colorSpace": "hsl",
18361
+ "components": [215.4, 68.4, 55.3],
18362
+ "hex": "#3f7fdb"
18363
+ },
17540
18364
  "filePath": "src/tokens/functional/color/control.json5",
17541
18365
  "isSource": true,
17542
18366
  "$type": "color"
@@ -17548,19 +18372,31 @@
17548
18372
  "$type": "color"
17549
18373
  },
17550
18374
  "light-high-contrast": {
17551
- "$value": "#033f9d",
18375
+ "$value": {
18376
+ "colorSpace": "hsl",
18377
+ "components": [216.6, 96.3, 31.4],
18378
+ "hex": "#033f9d"
18379
+ },
17552
18380
  "filePath": "src/tokens/functional/color/control.json5",
17553
18381
  "isSource": true,
17554
18382
  "$type": "color"
17555
18383
  },
17556
18384
  "light-protanopia-deuteranopia-high-contrast": {
17557
- "$value": "#033f9d",
18385
+ "$value": {
18386
+ "colorSpace": "hsl",
18387
+ "components": [216.6, 96.3, 31.4],
18388
+ "hex": "#033f9d"
18389
+ },
17558
18390
  "filePath": "src/tokens/functional/color/control.json5",
17559
18391
  "isSource": true,
17560
18392
  "$type": "color"
17561
18393
  },
17562
18394
  "light-tritanopia-high-contrast": {
17563
- "$value": "#033f9d",
18395
+ "$value": {
18396
+ "colorSpace": "hsl",
18397
+ "components": [216.6, 96.3, 31.4],
18398
+ "hex": "#033f9d"
18399
+ },
17564
18400
  "filePath": "src/tokens/functional/color/control.json5",
17565
18401
  "isSource": true,
17566
18402
  "$type": "color"
@@ -17599,7 +18435,11 @@
17599
18435
  "$type": "color"
17600
18436
  },
17601
18437
  "dark-dimmed": {
17602
- "$value": "#3f7fdb",
18438
+ "$value": {
18439
+ "colorSpace": "hsl",
18440
+ "components": [215.4, 68.4, 55.3],
18441
+ "hex": "#3f7fdb"
18442
+ },
17603
18443
  "filePath": "src/tokens/functional/color/control.json5",
17604
18444
  "isSource": true,
17605
18445
  "$type": "color"
@@ -17611,19 +18451,31 @@
17611
18451
  "$type": "color"
17612
18452
  },
17613
18453
  "light-high-contrast": {
17614
- "$value": "#033f9d",
18454
+ "$value": {
18455
+ "colorSpace": "hsl",
18456
+ "components": [216.6, 96.3, 31.4],
18457
+ "hex": "#033f9d"
18458
+ },
17615
18459
  "filePath": "src/tokens/functional/color/control.json5",
17616
18460
  "isSource": true,
17617
18461
  "$type": "color"
17618
18462
  },
17619
18463
  "light-protanopia-deuteranopia-high-contrast": {
17620
- "$value": "#033f9d",
18464
+ "$value": {
18465
+ "colorSpace": "hsl",
18466
+ "components": [216.6, 96.3, 31.4],
18467
+ "hex": "#033f9d"
18468
+ },
17621
18469
  "filePath": "src/tokens/functional/color/control.json5",
17622
18470
  "isSource": true,
17623
18471
  "$type": "color"
17624
18472
  },
17625
18473
  "light-tritanopia-high-contrast": {
17626
- "$value": "#033f9d",
18474
+ "$value": {
18475
+ "colorSpace": "hsl",
18476
+ "components": [216.6, 96.3, 31.4],
18477
+ "hex": "#033f9d"
18478
+ },
17627
18479
  "filePath": "src/tokens/functional/color/control.json5",
17628
18480
  "isSource": true,
17629
18481
  "$type": "color"
@@ -17702,7 +18554,11 @@
17702
18554
  "$type": "color"
17703
18555
  },
17704
18556
  "dark-dimmed": {
17705
- "$value": "#3876d3",
18557
+ "$value": {
18558
+ "colorSpace": "hsl",
18559
+ "components": [216, 63.8, 52.4],
18560
+ "hex": "#3876d3"
18561
+ },
17706
18562
  "filePath": "src/tokens/functional/color/control.json5",
17707
18563
  "isSource": true,
17708
18564
  "$type": "color"
@@ -17714,19 +18570,31 @@
17714
18570
  "$type": "color"
17715
18571
  },
17716
18572
  "light-high-contrast": {
17717
- "$value": "#0344a8",
18573
+ "$value": {
18574
+ "colorSpace": "hsl",
18575
+ "components": [216.4, 96.5, 33.5],
18576
+ "hex": "#0344a8"
18577
+ },
17718
18578
  "filePath": "src/tokens/functional/color/control.json5",
17719
18579
  "isSource": true,
17720
18580
  "$type": "color"
17721
18581
  },
17722
18582
  "light-tritanopia-high-contrast": {
17723
- "$value": "#0344a8",
18583
+ "$value": {
18584
+ "colorSpace": "hsl",
18585
+ "components": [216.4, 96.5, 33.5],
18586
+ "hex": "#0344a8"
18587
+ },
17724
18588
  "filePath": "src/tokens/functional/color/control.json5",
17725
18589
  "isSource": true,
17726
18590
  "$type": "color"
17727
18591
  },
17728
18592
  "light-protanopia-deuteranopia-high-contrast": {
17729
- "$value": "#0344a8",
18593
+ "$value": {
18594
+ "colorSpace": "hsl",
18595
+ "components": [216.4, 96.5, 33.5],
18596
+ "hex": "#0344a8"
18597
+ },
17730
18598
  "filePath": "src/tokens/functional/color/control.json5",
17731
18599
  "isSource": true,
17732
18600
  "$type": "color"
@@ -17765,7 +18633,11 @@
17765
18633
  "$type": "color"
17766
18634
  },
17767
18635
  "dark-dimmed": {
17768
- "$value": "#3876d3",
18636
+ "$value": {
18637
+ "colorSpace": "hsl",
18638
+ "components": [216, 63.8, 52.4],
18639
+ "hex": "#3876d3"
18640
+ },
17769
18641
  "filePath": "src/tokens/functional/color/control.json5",
17770
18642
  "isSource": true,
17771
18643
  "$type": "color"
@@ -17777,19 +18649,31 @@
17777
18649
  "$type": "color"
17778
18650
  },
17779
18651
  "light-high-contrast": {
17780
- "$value": "#0344a8",
18652
+ "$value": {
18653
+ "colorSpace": "hsl",
18654
+ "components": [216.4, 96.5, 33.5],
18655
+ "hex": "#0344a8"
18656
+ },
17781
18657
  "filePath": "src/tokens/functional/color/control.json5",
17782
18658
  "isSource": true,
17783
18659
  "$type": "color"
17784
18660
  },
17785
18661
  "light-tritanopia-high-contrast": {
17786
- "$value": "#0344a8",
18662
+ "$value": {
18663
+ "colorSpace": "hsl",
18664
+ "components": [216.4, 96.5, 33.5],
18665
+ "hex": "#0344a8"
18666
+ },
17787
18667
  "filePath": "src/tokens/functional/color/control.json5",
17788
18668
  "isSource": true,
17789
18669
  "$type": "color"
17790
18670
  },
17791
18671
  "light-protanopia-deuteranopia-high-contrast": {
17792
- "$value": "#0344a8",
18672
+ "$value": {
18673
+ "colorSpace": "hsl",
18674
+ "components": [216.4, 96.5, 33.5],
18675
+ "hex": "#0344a8"
18676
+ },
17793
18677
  "filePath": "src/tokens/functional/color/control.json5",
17794
18678
  "isSource": true,
17795
18679
  "$type": "color"
@@ -17981,21 +18865,33 @@
17981
18865
  "$type": "color"
17982
18866
  },
17983
18867
  "dark-high-contrast": {
17984
- "$value": "#c51120",
18868
+ "$value": {
18869
+ "colorSpace": "hsl",
18870
+ "components": [355, 84.1, 42],
18871
+ "hex": "#c51120"
18872
+ },
17985
18873
  "alpha": 1,
17986
18874
  "filePath": "src/tokens/functional/color/control.json5",
17987
18875
  "isSource": true,
17988
18876
  "$type": "color"
17989
18877
  },
17990
18878
  "dark-dimmed-high-contrast": {
17991
- "$value": "#c51120",
18879
+ "$value": {
18880
+ "colorSpace": "hsl",
18881
+ "components": [355, 84.1, 42],
18882
+ "hex": "#c51120"
18883
+ },
17992
18884
  "alpha": 1,
17993
18885
  "filePath": "src/tokens/functional/color/control.json5",
17994
18886
  "isSource": true,
17995
18887
  "$type": "color"
17996
18888
  },
17997
18889
  "dark-tritanopia-high-contrast": {
17998
- "$value": "#c51120",
18890
+ "$value": {
18891
+ "colorSpace": "hsl",
18892
+ "components": [355, 84.1, 42],
18893
+ "hex": "#c51120"
18894
+ },
17999
18895
  "alpha": 1,
18000
18896
  "filePath": "src/tokens/functional/color/control.json5",
18001
18897
  "isSource": true,
@@ -18008,13 +18904,21 @@
18008
18904
  "$type": "color"
18009
18905
  },
18010
18906
  "light-high-contrast": {
18011
- "$value": "#8c0b1d",
18907
+ "$value": {
18908
+ "colorSpace": "hsl",
18909
+ "components": [351.6, 85.4, 29.6],
18910
+ "hex": "#8c0b1d"
18911
+ },
18012
18912
  "filePath": "src/tokens/functional/color/control.json5",
18013
18913
  "isSource": true,
18014
18914
  "$type": "color"
18015
18915
  },
18016
18916
  "light-tritanopia-high-contrast": {
18017
- "$value": "#8c0b1d",
18917
+ "$value": {
18918
+ "colorSpace": "hsl",
18919
+ "components": [351.6, 85.4, 29.6],
18920
+ "hex": "#8c0b1d"
18921
+ },
18018
18922
  "filePath": "src/tokens/functional/color/control.json5",
18019
18923
  "isSource": true,
18020
18924
  "$type": "color"
@@ -18055,21 +18959,33 @@
18055
18959
  "$type": "color"
18056
18960
  },
18057
18961
  "dark-high-contrast": {
18058
- "$value": "#c51120",
18962
+ "$value": {
18963
+ "colorSpace": "hsl",
18964
+ "components": [355, 84.1, 42],
18965
+ "hex": "#c51120"
18966
+ },
18059
18967
  "alpha": 1,
18060
18968
  "filePath": "src/tokens/functional/color/control.json5",
18061
18969
  "isSource": true,
18062
18970
  "$type": "color"
18063
18971
  },
18064
18972
  "dark-dimmed-high-contrast": {
18065
- "$value": "#c51120",
18973
+ "$value": {
18974
+ "colorSpace": "hsl",
18975
+ "components": [355, 84.1, 42],
18976
+ "hex": "#c51120"
18977
+ },
18066
18978
  "alpha": 1,
18067
18979
  "filePath": "src/tokens/functional/color/control.json5",
18068
18980
  "isSource": true,
18069
18981
  "$type": "color"
18070
18982
  },
18071
18983
  "dark-tritanopia-high-contrast": {
18072
- "$value": "#c51120",
18984
+ "$value": {
18985
+ "colorSpace": "hsl",
18986
+ "components": [355, 84.1, 42],
18987
+ "hex": "#c51120"
18988
+ },
18073
18989
  "alpha": 1,
18074
18990
  "filePath": "src/tokens/functional/color/control.json5",
18075
18991
  "isSource": true,
@@ -18082,13 +18998,21 @@
18082
18998
  "$type": "color"
18083
18999
  },
18084
19000
  "light-high-contrast": {
18085
- "$value": "#8c0b1d",
19001
+ "$value": {
19002
+ "colorSpace": "hsl",
19003
+ "components": [351.6, 85.4, 29.6],
19004
+ "hex": "#8c0b1d"
19005
+ },
18086
19006
  "filePath": "src/tokens/functional/color/control.json5",
18087
19007
  "isSource": true,
18088
19008
  "$type": "color"
18089
19009
  },
18090
19010
  "light-tritanopia-high-contrast": {
18091
- "$value": "#8c0b1d",
19011
+ "$value": {
19012
+ "colorSpace": "hsl",
19013
+ "components": [351.6, 85.4, 29.6],
19014
+ "hex": "#8c0b1d"
19015
+ },
18092
19016
  "filePath": "src/tokens/functional/color/control.json5",
18093
19017
  "isSource": true,
18094
19018
  "$type": "color"
@@ -47507,14 +48431,22 @@
47507
48431
  },
47508
48432
  "org.primer.overrides": {
47509
48433
  "dark": {
47510
- "$value": "#3a8cfd",
48434
+ "$value": {
48435
+ "colorSpace": "hsl",
48436
+ "components": [214.8, 98, 61],
48437
+ "hex": "#3a8cfd"
48438
+ },
47511
48439
  "alpha": 0.36,
47512
48440
  "filePath": "src/tokens/component/reactionButton.json5",
47513
48441
  "isSource": true,
47514
48442
  "$type": "color"
47515
48443
  },
47516
48444
  "dark-dimmed": {
47517
- "$value": "#4285e5",
48445
+ "$value": {
48446
+ "colorSpace": "hsl",
48447
+ "components": [215.3, 75.8, 57.8],
48448
+ "hex": "#4285e5"
48449
+ },
47518
48450
  "alpha": 0.36,
47519
48451
  "filePath": "src/tokens/component/reactionButton.json5",
47520
48452
  "isSource": true,
@@ -47522,7 +48454,11 @@
47522
48454
  },
47523
48455
  "light-high-contrast": "#c7e9ff",
47524
48456
  "dark-high-contrast": {
47525
- "$value": "#5dadff",
48457
+ "$value": {
48458
+ "colorSpace": "hsl",
48459
+ "components": [210.4, 100, 68.2],
48460
+ "hex": "#5dadff"
48461
+ },
47526
48462
  "alpha": 0.36,
47527
48463
  "filePath": "src/tokens/component/reactionButton.json5",
47528
48464
  "isSource": true,
@@ -47534,7 +48470,11 @@
47534
48470
  "isSource": true,
47535
48471
  "alpha": 0.36,
47536
48472
  "original": {
47537
- "$value": "#3a8cfd",
48473
+ "$value": {
48474
+ "colorSpace": "hsl",
48475
+ "components": [214.8, 98, 61],
48476
+ "hex": "#3a8cfd"
48477
+ },
47538
48478
  "$type": "color",
47539
48479
  "$extensions": {
47540
48480
  "org.primer.figma": {
@@ -47544,14 +48484,22 @@
47544
48484
  },
47545
48485
  "org.primer.overrides": {
47546
48486
  "dark": {
47547
- "$value": "#3a8cfd",
48487
+ "$value": {
48488
+ "colorSpace": "hsl",
48489
+ "components": [214.8, 98, 61],
48490
+ "hex": "#3a8cfd"
48491
+ },
47548
48492
  "alpha": 0.36,
47549
48493
  "filePath": "src/tokens/component/reactionButton.json5",
47550
48494
  "isSource": true,
47551
48495
  "$type": "color"
47552
48496
  },
47553
48497
  "dark-dimmed": {
47554
- "$value": "#4285e5",
48498
+ "$value": {
48499
+ "colorSpace": "hsl",
48500
+ "components": [215.3, 75.8, 57.8],
48501
+ "hex": "#4285e5"
48502
+ },
47555
48503
  "alpha": 0.36,
47556
48504
  "filePath": "src/tokens/component/reactionButton.json5",
47557
48505
  "isSource": true,
@@ -47559,7 +48507,11 @@
47559
48507
  },
47560
48508
  "light-high-contrast": "#c7e9ff",
47561
48509
  "dark-high-contrast": {
47562
- "$value": "#5dadff",
48510
+ "$value": {
48511
+ "colorSpace": "hsl",
48512
+ "components": [210.4, 100, 68.2],
48513
+ "hex": "#5dadff"
48514
+ },
47563
48515
  "alpha": 0.36,
47564
48516
  "filePath": "src/tokens/component/reactionButton.json5",
47565
48517
  "isSource": true,
@@ -47893,6 +48845,147 @@
47893
48845
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47894
48846
  "isSource": true,
47895
48847
  "$type": "shadow"
48848
+ },
48849
+ "light-high-contrast": {
48850
+ "$value": [
48851
+ {
48852
+ "color": "#3d444db3",
48853
+ "alpha": 1,
48854
+ "offsetX": {
48855
+ "value": 0,
48856
+ "unit": "px"
48857
+ },
48858
+ "offsetY": {
48859
+ "value": 0,
48860
+ "unit": "px"
48861
+ },
48862
+ "blur": {
48863
+ "value": 0,
48864
+ "unit": "px"
48865
+ },
48866
+ "spread": {
48867
+ "value": 1,
48868
+ "unit": "px"
48869
+ }
48870
+ },
48871
+ {
48872
+ "color": "#f0f6fc",
48873
+ "alpha": 0.24,
48874
+ "offsetX": {
48875
+ "value": 0,
48876
+ "unit": "px"
48877
+ },
48878
+ "offsetY": {
48879
+ "value": 40,
48880
+ "unit": "px"
48881
+ },
48882
+ "blur": {
48883
+ "value": 80,
48884
+ "unit": "px"
48885
+ },
48886
+ "spread": {
48887
+ "value": 0,
48888
+ "unit": "px"
48889
+ }
48890
+ }
48891
+ ],
48892
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48893
+ "isSource": true,
48894
+ "$type": "shadow"
48895
+ },
48896
+ "light-protanopia-deuteranopia-high-contrast": {
48897
+ "$value": [
48898
+ {
48899
+ "color": "#3d444db3",
48900
+ "alpha": 1,
48901
+ "offsetX": {
48902
+ "value": 0,
48903
+ "unit": "px"
48904
+ },
48905
+ "offsetY": {
48906
+ "value": 0,
48907
+ "unit": "px"
48908
+ },
48909
+ "blur": {
48910
+ "value": 0,
48911
+ "unit": "px"
48912
+ },
48913
+ "spread": {
48914
+ "value": 1,
48915
+ "unit": "px"
48916
+ }
48917
+ },
48918
+ {
48919
+ "color": "#f0f6fc",
48920
+ "alpha": 0.24,
48921
+ "offsetX": {
48922
+ "value": 0,
48923
+ "unit": "px"
48924
+ },
48925
+ "offsetY": {
48926
+ "value": 40,
48927
+ "unit": "px"
48928
+ },
48929
+ "blur": {
48930
+ "value": 80,
48931
+ "unit": "px"
48932
+ },
48933
+ "spread": {
48934
+ "value": 0,
48935
+ "unit": "px"
48936
+ }
48937
+ }
48938
+ ],
48939
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48940
+ "isSource": true,
48941
+ "$type": "shadow"
48942
+ },
48943
+ "light-tritanopia-high-contrast": {
48944
+ "$value": [
48945
+ {
48946
+ "color": "#3d444db3",
48947
+ "alpha": 1,
48948
+ "offsetX": {
48949
+ "value": 0,
48950
+ "unit": "px"
48951
+ },
48952
+ "offsetY": {
48953
+ "value": 0,
48954
+ "unit": "px"
48955
+ },
48956
+ "blur": {
48957
+ "value": 0,
48958
+ "unit": "px"
48959
+ },
48960
+ "spread": {
48961
+ "value": 1,
48962
+ "unit": "px"
48963
+ }
48964
+ },
48965
+ {
48966
+ "color": "#f0f6fc",
48967
+ "alpha": 0.24,
48968
+ "offsetX": {
48969
+ "value": 0,
48970
+ "unit": "px"
48971
+ },
48972
+ "offsetY": {
48973
+ "value": 40,
48974
+ "unit": "px"
48975
+ },
48976
+ "blur": {
48977
+ "value": 80,
48978
+ "unit": "px"
48979
+ },
48980
+ "spread": {
48981
+ "value": 0,
48982
+ "unit": "px"
48983
+ }
48984
+ }
48985
+ ],
48986
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48987
+ "isSource": true,
48988
+ "$type": "shadow"
47896
48989
  }
47897
48990
  },
47898
48991
  "org.primer.llm": {
@@ -47999,6 +49092,147 @@
47999
49092
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48000
49093
  "isSource": true,
48001
49094
  "$type": "shadow"
49095
+ },
49096
+ "light-high-contrast": {
49097
+ "$value": [
49098
+ {
49099
+ "color": "{overlay.borderColor}",
49100
+ "alpha": 1,
49101
+ "offsetX": {
49102
+ "value": 0,
49103
+ "unit": "px"
49104
+ },
49105
+ "offsetY": {
49106
+ "value": 0,
49107
+ "unit": "px"
49108
+ },
49109
+ "blur": {
49110
+ "value": 0,
49111
+ "unit": "px"
49112
+ },
49113
+ "spread": {
49114
+ "value": 1,
49115
+ "unit": "px"
49116
+ }
49117
+ },
49118
+ {
49119
+ "color": "{base.color.neutral.12}",
49120
+ "alpha": 0.24,
49121
+ "offsetX": {
49122
+ "value": 0,
49123
+ "unit": "px"
49124
+ },
49125
+ "offsetY": {
49126
+ "value": 40,
49127
+ "unit": "px"
49128
+ },
49129
+ "blur": {
49130
+ "value": 80,
49131
+ "unit": "px"
49132
+ },
49133
+ "spread": {
49134
+ "value": 0,
49135
+ "unit": "px"
49136
+ }
49137
+ }
49138
+ ],
49139
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49140
+ "isSource": true,
49141
+ "$type": "shadow"
49142
+ },
49143
+ "light-protanopia-deuteranopia-high-contrast": {
49144
+ "$value": [
49145
+ {
49146
+ "color": "{overlay.borderColor}",
49147
+ "alpha": 1,
49148
+ "offsetX": {
49149
+ "value": 0,
49150
+ "unit": "px"
49151
+ },
49152
+ "offsetY": {
49153
+ "value": 0,
49154
+ "unit": "px"
49155
+ },
49156
+ "blur": {
49157
+ "value": 0,
49158
+ "unit": "px"
49159
+ },
49160
+ "spread": {
49161
+ "value": 1,
49162
+ "unit": "px"
49163
+ }
49164
+ },
49165
+ {
49166
+ "color": "{base.color.neutral.12}",
49167
+ "alpha": 0.24,
49168
+ "offsetX": {
49169
+ "value": 0,
49170
+ "unit": "px"
49171
+ },
49172
+ "offsetY": {
49173
+ "value": 40,
49174
+ "unit": "px"
49175
+ },
49176
+ "blur": {
49177
+ "value": 80,
49178
+ "unit": "px"
49179
+ },
49180
+ "spread": {
49181
+ "value": 0,
49182
+ "unit": "px"
49183
+ }
49184
+ }
49185
+ ],
49186
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49187
+ "isSource": true,
49188
+ "$type": "shadow"
49189
+ },
49190
+ "light-tritanopia-high-contrast": {
49191
+ "$value": [
49192
+ {
49193
+ "color": "{overlay.borderColor}",
49194
+ "alpha": 1,
49195
+ "offsetX": {
49196
+ "value": 0,
49197
+ "unit": "px"
49198
+ },
49199
+ "offsetY": {
49200
+ "value": 0,
49201
+ "unit": "px"
49202
+ },
49203
+ "blur": {
49204
+ "value": 0,
49205
+ "unit": "px"
49206
+ },
49207
+ "spread": {
49208
+ "value": 1,
49209
+ "unit": "px"
49210
+ }
49211
+ },
49212
+ {
49213
+ "color": "{base.color.neutral.12}",
49214
+ "alpha": 0.24,
49215
+ "offsetX": {
49216
+ "value": 0,
49217
+ "unit": "px"
49218
+ },
49219
+ "offsetY": {
49220
+ "value": 40,
49221
+ "unit": "px"
49222
+ },
49223
+ "blur": {
49224
+ "value": 80,
49225
+ "unit": "px"
49226
+ },
49227
+ "spread": {
49228
+ "value": 0,
49229
+ "unit": "px"
49230
+ }
49231
+ }
49232
+ ],
49233
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49234
+ "isSource": true,
49235
+ "$type": "shadow"
48002
49236
  }
48003
49237
  },
48004
49238
  "org.primer.llm": {
@@ -48274,152 +49508,794 @@
48274
49508
  "value": -12,
48275
49509
  "unit": "px"
48276
49510
  }
48277
- },
48278
- {
48279
- "color": "#010409",
48280
- "alpha": 0.4,
48281
- "offsetX": {
48282
- "value": 0,
48283
- "unit": "px"
49511
+ },
49512
+ {
49513
+ "color": "#010409",
49514
+ "alpha": 0.4,
49515
+ "offsetX": {
49516
+ "value": 0,
49517
+ "unit": "px"
49518
+ },
49519
+ "offsetY": {
49520
+ "value": 48,
49521
+ "unit": "px"
49522
+ },
49523
+ "blur": {
49524
+ "value": 96,
49525
+ "unit": "px"
49526
+ },
49527
+ "spread": {
49528
+ "value": -24,
49529
+ "unit": "px"
49530
+ }
49531
+ }
49532
+ ],
49533
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49534
+ "isSource": true,
49535
+ "$type": "shadow"
49536
+ },
49537
+ "light-high-contrast": {
49538
+ "$value": [
49539
+ {
49540
+ "color": "#3d444db3",
49541
+ "alpha": 1,
49542
+ "offsetX": {
49543
+ "value": 0,
49544
+ "unit": "px"
49545
+ },
49546
+ "offsetY": {
49547
+ "value": 0,
49548
+ "unit": "px"
49549
+ },
49550
+ "blur": {
49551
+ "value": 0,
49552
+ "unit": "px"
49553
+ },
49554
+ "spread": {
49555
+ "value": 1,
49556
+ "unit": "px"
49557
+ }
49558
+ },
49559
+ {
49560
+ "color": "#f0f6fc",
49561
+ "alpha": 0.08,
49562
+ "offsetX": {
49563
+ "value": 0,
49564
+ "unit": "px"
49565
+ },
49566
+ "offsetY": {
49567
+ "value": 8,
49568
+ "unit": "px"
49569
+ },
49570
+ "blur": {
49571
+ "value": 16,
49572
+ "unit": "px"
49573
+ },
49574
+ "spread": {
49575
+ "value": -4,
49576
+ "unit": "px"
49577
+ }
49578
+ },
49579
+ {
49580
+ "color": "#f0f6fc",
49581
+ "alpha": 0.08,
49582
+ "offsetX": {
49583
+ "value": 0,
49584
+ "unit": "px"
49585
+ },
49586
+ "offsetY": {
49587
+ "value": 4,
49588
+ "unit": "px"
49589
+ },
49590
+ "blur": {
49591
+ "value": 32,
49592
+ "unit": "px"
49593
+ },
49594
+ "spread": {
49595
+ "value": -4,
49596
+ "unit": "px"
49597
+ }
49598
+ },
49599
+ {
49600
+ "color": "#f0f6fc",
49601
+ "alpha": 0.08,
49602
+ "offsetX": {
49603
+ "value": 0,
49604
+ "unit": "px"
49605
+ },
49606
+ "offsetY": {
49607
+ "value": 24,
49608
+ "unit": "px"
49609
+ },
49610
+ "blur": {
49611
+ "value": 48,
49612
+ "unit": "px"
49613
+ },
49614
+ "spread": {
49615
+ "value": -12,
49616
+ "unit": "px"
49617
+ }
49618
+ },
49619
+ {
49620
+ "color": "#f0f6fc",
49621
+ "alpha": 0.08,
49622
+ "offsetX": {
49623
+ "value": 0,
49624
+ "unit": "px"
49625
+ },
49626
+ "offsetY": {
49627
+ "value": 48,
49628
+ "unit": "px"
49629
+ },
49630
+ "blur": {
49631
+ "value": 96,
49632
+ "unit": "px"
49633
+ },
49634
+ "spread": {
49635
+ "value": -24,
49636
+ "unit": "px"
49637
+ }
49638
+ }
49639
+ ],
49640
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49641
+ "isSource": true,
49642
+ "$type": "shadow"
49643
+ },
49644
+ "light-protanopia-deuteranopia-high-contrast": {
49645
+ "$value": [
49646
+ {
49647
+ "color": "#3d444db3",
49648
+ "alpha": 1,
49649
+ "offsetX": {
49650
+ "value": 0,
49651
+ "unit": "px"
49652
+ },
49653
+ "offsetY": {
49654
+ "value": 0,
49655
+ "unit": "px"
49656
+ },
49657
+ "blur": {
49658
+ "value": 0,
49659
+ "unit": "px"
49660
+ },
49661
+ "spread": {
49662
+ "value": 1,
49663
+ "unit": "px"
49664
+ }
49665
+ },
49666
+ {
49667
+ "color": "#f0f6fc",
49668
+ "alpha": 0.08,
49669
+ "offsetX": {
49670
+ "value": 0,
49671
+ "unit": "px"
49672
+ },
49673
+ "offsetY": {
49674
+ "value": 8,
49675
+ "unit": "px"
49676
+ },
49677
+ "blur": {
49678
+ "value": 16,
49679
+ "unit": "px"
49680
+ },
49681
+ "spread": {
49682
+ "value": -4,
49683
+ "unit": "px"
49684
+ }
49685
+ },
49686
+ {
49687
+ "color": "#f0f6fc",
49688
+ "alpha": 0.08,
49689
+ "offsetX": {
49690
+ "value": 0,
49691
+ "unit": "px"
49692
+ },
49693
+ "offsetY": {
49694
+ "value": 4,
49695
+ "unit": "px"
49696
+ },
49697
+ "blur": {
49698
+ "value": 32,
49699
+ "unit": "px"
49700
+ },
49701
+ "spread": {
49702
+ "value": -4,
49703
+ "unit": "px"
49704
+ }
49705
+ },
49706
+ {
49707
+ "color": "#f0f6fc",
49708
+ "alpha": 0.08,
49709
+ "offsetX": {
49710
+ "value": 0,
49711
+ "unit": "px"
49712
+ },
49713
+ "offsetY": {
49714
+ "value": 24,
49715
+ "unit": "px"
49716
+ },
49717
+ "blur": {
49718
+ "value": 48,
49719
+ "unit": "px"
49720
+ },
49721
+ "spread": {
49722
+ "value": -12,
49723
+ "unit": "px"
49724
+ }
49725
+ },
49726
+ {
49727
+ "color": "#f0f6fc",
49728
+ "alpha": 0.08,
49729
+ "offsetX": {
49730
+ "value": 0,
49731
+ "unit": "px"
49732
+ },
49733
+ "offsetY": {
49734
+ "value": 48,
49735
+ "unit": "px"
49736
+ },
49737
+ "blur": {
49738
+ "value": 96,
49739
+ "unit": "px"
49740
+ },
49741
+ "spread": {
49742
+ "value": -24,
49743
+ "unit": "px"
49744
+ }
49745
+ }
49746
+ ],
49747
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49748
+ "isSource": true,
49749
+ "$type": "shadow"
49750
+ },
49751
+ "light-tritanopia-high-contrast": {
49752
+ "$value": [
49753
+ {
49754
+ "color": "#3d444db3",
49755
+ "alpha": 1,
49756
+ "offsetX": {
49757
+ "value": 0,
49758
+ "unit": "px"
49759
+ },
49760
+ "offsetY": {
49761
+ "value": 0,
49762
+ "unit": "px"
49763
+ },
49764
+ "blur": {
49765
+ "value": 0,
49766
+ "unit": "px"
49767
+ },
49768
+ "spread": {
49769
+ "value": 1,
49770
+ "unit": "px"
49771
+ }
49772
+ },
49773
+ {
49774
+ "color": "#f0f6fc",
49775
+ "alpha": 0.08,
49776
+ "offsetX": {
49777
+ "value": 0,
49778
+ "unit": "px"
49779
+ },
49780
+ "offsetY": {
49781
+ "value": 8,
49782
+ "unit": "px"
49783
+ },
49784
+ "blur": {
49785
+ "value": 16,
49786
+ "unit": "px"
49787
+ },
49788
+ "spread": {
49789
+ "value": -4,
49790
+ "unit": "px"
49791
+ }
49792
+ },
49793
+ {
49794
+ "color": "#f0f6fc",
49795
+ "alpha": 0.08,
49796
+ "offsetX": {
49797
+ "value": 0,
49798
+ "unit": "px"
49799
+ },
49800
+ "offsetY": {
49801
+ "value": 4,
49802
+ "unit": "px"
49803
+ },
49804
+ "blur": {
49805
+ "value": 32,
49806
+ "unit": "px"
49807
+ },
49808
+ "spread": {
49809
+ "value": -4,
49810
+ "unit": "px"
49811
+ }
49812
+ },
49813
+ {
49814
+ "color": "#f0f6fc",
49815
+ "alpha": 0.08,
49816
+ "offsetX": {
49817
+ "value": 0,
49818
+ "unit": "px"
49819
+ },
49820
+ "offsetY": {
49821
+ "value": 24,
49822
+ "unit": "px"
49823
+ },
49824
+ "blur": {
49825
+ "value": 48,
49826
+ "unit": "px"
49827
+ },
49828
+ "spread": {
49829
+ "value": -12,
49830
+ "unit": "px"
49831
+ }
49832
+ },
49833
+ {
49834
+ "color": "#f0f6fc",
49835
+ "alpha": 0.08,
49836
+ "offsetX": {
49837
+ "value": 0,
49838
+ "unit": "px"
49839
+ },
49840
+ "offsetY": {
49841
+ "value": 48,
49842
+ "unit": "px"
49843
+ },
49844
+ "blur": {
49845
+ "value": 96,
49846
+ "unit": "px"
49847
+ },
49848
+ "spread": {
49849
+ "value": -24,
49850
+ "unit": "px"
49851
+ }
49852
+ }
49853
+ ],
49854
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49855
+ "isSource": true,
49856
+ "$type": "shadow"
49857
+ }
49858
+ },
49859
+ "org.primer.llm": {
49860
+ "usage": ["popover", "action-menu", "select-panel", "autocomplete"],
49861
+ "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."
49862
+ }
49863
+ },
49864
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49865
+ "isSource": true,
49866
+ "original": {
49867
+ "$value": [
49868
+ {
49869
+ "color": "{overlay.borderColor}",
49870
+ "alpha": 1,
49871
+ "offsetX": {
49872
+ "value": 0,
49873
+ "unit": "px"
49874
+ },
49875
+ "offsetY": {
49876
+ "value": 0,
49877
+ "unit": "px"
49878
+ },
49879
+ "blur": {
49880
+ "value": 0,
49881
+ "unit": "px"
49882
+ },
49883
+ "spread": {
49884
+ "value": 1,
49885
+ "unit": "px"
49886
+ }
49887
+ },
49888
+ {
49889
+ "color": "{base.color.neutral.0}",
49890
+ "alpha": 0.4,
49891
+ "offsetX": {
49892
+ "value": 0,
49893
+ "unit": "px"
49894
+ },
49895
+ "offsetY": {
49896
+ "value": 8,
49897
+ "unit": "px"
49898
+ },
49899
+ "blur": {
49900
+ "value": 16,
49901
+ "unit": "px"
49902
+ },
49903
+ "spread": {
49904
+ "value": -4,
49905
+ "unit": "px"
49906
+ }
49907
+ },
49908
+ {
49909
+ "color": "{base.color.neutral.0}",
49910
+ "alpha": 0.4,
49911
+ "offsetX": {
49912
+ "value": 0,
49913
+ "unit": "px"
49914
+ },
49915
+ "offsetY": {
49916
+ "value": 4,
49917
+ "unit": "px"
49918
+ },
49919
+ "blur": {
49920
+ "value": 32,
49921
+ "unit": "px"
49922
+ },
49923
+ "spread": {
49924
+ "value": -4,
49925
+ "unit": "px"
49926
+ }
49927
+ },
49928
+ {
49929
+ "color": "{base.color.neutral.0}",
49930
+ "alpha": 0.4,
49931
+ "offsetX": {
49932
+ "value": 0,
49933
+ "unit": "px"
49934
+ },
49935
+ "offsetY": {
49936
+ "value": 24,
49937
+ "unit": "px"
49938
+ },
49939
+ "blur": {
49940
+ "value": 48,
49941
+ "unit": "px"
49942
+ },
49943
+ "spread": {
49944
+ "value": -12,
49945
+ "unit": "px"
49946
+ }
49947
+ },
49948
+ {
49949
+ "color": "{base.color.neutral.0}",
49950
+ "alpha": 0.4,
49951
+ "offsetX": {
49952
+ "value": 0,
49953
+ "unit": "px"
49954
+ },
49955
+ "offsetY": {
49956
+ "value": 48,
49957
+ "unit": "px"
49958
+ },
49959
+ "blur": {
49960
+ "value": 96,
49961
+ "unit": "px"
49962
+ },
49963
+ "spread": {
49964
+ "value": -24,
49965
+ "unit": "px"
49966
+ }
49967
+ }
49968
+ ],
49969
+ "$type": "shadow",
49970
+ "$description": "Medium floating shadow for popovers and action menus",
49971
+ "$extensions": {
49972
+ "org.primer.figma": {
49973
+ "collection": "mode",
49974
+ "group": "shadow"
49975
+ },
49976
+ "org.primer.overrides": {
49977
+ "dark": {
49978
+ "$value": [
49979
+ {
49980
+ "color": "{overlay.borderColor}",
49981
+ "alpha": 1,
49982
+ "offsetX": {
49983
+ "value": 0,
49984
+ "unit": "px"
49985
+ },
49986
+ "offsetY": {
49987
+ "value": 0,
49988
+ "unit": "px"
49989
+ },
49990
+ "blur": {
49991
+ "value": 0,
49992
+ "unit": "px"
49993
+ },
49994
+ "spread": {
49995
+ "value": 1,
49996
+ "unit": "px"
49997
+ }
49998
+ },
49999
+ {
50000
+ "color": "{base.color.neutral.0}",
50001
+ "alpha": 0.4,
50002
+ "offsetX": {
50003
+ "value": 0,
50004
+ "unit": "px"
50005
+ },
50006
+ "offsetY": {
50007
+ "value": 8,
50008
+ "unit": "px"
50009
+ },
50010
+ "blur": {
50011
+ "value": 16,
50012
+ "unit": "px"
50013
+ },
50014
+ "spread": {
50015
+ "value": -4,
50016
+ "unit": "px"
50017
+ }
50018
+ },
50019
+ {
50020
+ "color": "{base.color.neutral.0}",
50021
+ "alpha": 0.4,
50022
+ "offsetX": {
50023
+ "value": 0,
50024
+ "unit": "px"
50025
+ },
50026
+ "offsetY": {
50027
+ "value": 4,
50028
+ "unit": "px"
50029
+ },
50030
+ "blur": {
50031
+ "value": 32,
50032
+ "unit": "px"
50033
+ },
50034
+ "spread": {
50035
+ "value": -4,
50036
+ "unit": "px"
50037
+ }
50038
+ },
50039
+ {
50040
+ "color": "{base.color.neutral.0}",
50041
+ "alpha": 0.4,
50042
+ "offsetX": {
50043
+ "value": 0,
50044
+ "unit": "px"
50045
+ },
50046
+ "offsetY": {
50047
+ "value": 24,
50048
+ "unit": "px"
50049
+ },
50050
+ "blur": {
50051
+ "value": 48,
50052
+ "unit": "px"
50053
+ },
50054
+ "spread": {
50055
+ "value": -12,
50056
+ "unit": "px"
50057
+ }
50058
+ },
50059
+ {
50060
+ "color": "{base.color.neutral.0}",
50061
+ "alpha": 0.4,
50062
+ "offsetX": {
50063
+ "value": 0,
50064
+ "unit": "px"
50065
+ },
50066
+ "offsetY": {
50067
+ "value": 48,
50068
+ "unit": "px"
50069
+ },
50070
+ "blur": {
50071
+ "value": 96,
50072
+ "unit": "px"
50073
+ },
50074
+ "spread": {
50075
+ "value": -24,
50076
+ "unit": "px"
50077
+ }
50078
+ }
50079
+ ],
50080
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50081
+ "isSource": true,
50082
+ "$type": "shadow"
50083
+ },
50084
+ "light-high-contrast": {
50085
+ "$value": [
50086
+ {
50087
+ "color": "{overlay.borderColor}",
50088
+ "alpha": 1,
50089
+ "offsetX": {
50090
+ "value": 0,
50091
+ "unit": "px"
50092
+ },
50093
+ "offsetY": {
50094
+ "value": 0,
50095
+ "unit": "px"
50096
+ },
50097
+ "blur": {
50098
+ "value": 0,
50099
+ "unit": "px"
50100
+ },
50101
+ "spread": {
50102
+ "value": 1,
50103
+ "unit": "px"
50104
+ }
50105
+ },
50106
+ {
50107
+ "color": "{base.color.neutral.12}",
50108
+ "alpha": 0.08,
50109
+ "offsetX": {
50110
+ "value": 0,
50111
+ "unit": "px"
50112
+ },
50113
+ "offsetY": {
50114
+ "value": 8,
50115
+ "unit": "px"
50116
+ },
50117
+ "blur": {
50118
+ "value": 16,
50119
+ "unit": "px"
50120
+ },
50121
+ "spread": {
50122
+ "value": -4,
50123
+ "unit": "px"
50124
+ }
50125
+ },
50126
+ {
50127
+ "color": "{base.color.neutral.12}",
50128
+ "alpha": 0.08,
50129
+ "offsetX": {
50130
+ "value": 0,
50131
+ "unit": "px"
50132
+ },
50133
+ "offsetY": {
50134
+ "value": 4,
50135
+ "unit": "px"
50136
+ },
50137
+ "blur": {
50138
+ "value": 32,
50139
+ "unit": "px"
50140
+ },
50141
+ "spread": {
50142
+ "value": -4,
50143
+ "unit": "px"
50144
+ }
50145
+ },
50146
+ {
50147
+ "color": "{base.color.neutral.12}",
50148
+ "alpha": 0.08,
50149
+ "offsetX": {
50150
+ "value": 0,
50151
+ "unit": "px"
50152
+ },
50153
+ "offsetY": {
50154
+ "value": 24,
50155
+ "unit": "px"
50156
+ },
50157
+ "blur": {
50158
+ "value": 48,
50159
+ "unit": "px"
50160
+ },
50161
+ "spread": {
50162
+ "value": -12,
50163
+ "unit": "px"
50164
+ }
50165
+ },
50166
+ {
50167
+ "color": "{base.color.neutral.12}",
50168
+ "alpha": 0.08,
50169
+ "offsetX": {
50170
+ "value": 0,
50171
+ "unit": "px"
50172
+ },
50173
+ "offsetY": {
50174
+ "value": 48,
50175
+ "unit": "px"
50176
+ },
50177
+ "blur": {
50178
+ "value": 96,
50179
+ "unit": "px"
50180
+ },
50181
+ "spread": {
50182
+ "value": -24,
50183
+ "unit": "px"
50184
+ }
50185
+ }
50186
+ ],
50187
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50188
+ "isSource": true,
50189
+ "$type": "shadow"
50190
+ },
50191
+ "light-protanopia-deuteranopia-high-contrast": {
50192
+ "$value": [
50193
+ {
50194
+ "color": "{overlay.borderColor}",
50195
+ "alpha": 1,
50196
+ "offsetX": {
50197
+ "value": 0,
50198
+ "unit": "px"
50199
+ },
50200
+ "offsetY": {
50201
+ "value": 0,
50202
+ "unit": "px"
50203
+ },
50204
+ "blur": {
50205
+ "value": 0,
50206
+ "unit": "px"
50207
+ },
50208
+ "spread": {
50209
+ "value": 1,
50210
+ "unit": "px"
50211
+ }
48284
50212
  },
48285
- "offsetY": {
48286
- "value": 48,
48287
- "unit": "px"
50213
+ {
50214
+ "color": "{base.color.neutral.12}",
50215
+ "alpha": 0.08,
50216
+ "offsetX": {
50217
+ "value": 0,
50218
+ "unit": "px"
50219
+ },
50220
+ "offsetY": {
50221
+ "value": 8,
50222
+ "unit": "px"
50223
+ },
50224
+ "blur": {
50225
+ "value": 16,
50226
+ "unit": "px"
50227
+ },
50228
+ "spread": {
50229
+ "value": -4,
50230
+ "unit": "px"
50231
+ }
48288
50232
  },
48289
- "blur": {
48290
- "value": 96,
48291
- "unit": "px"
50233
+ {
50234
+ "color": "{base.color.neutral.12}",
50235
+ "alpha": 0.08,
50236
+ "offsetX": {
50237
+ "value": 0,
50238
+ "unit": "px"
50239
+ },
50240
+ "offsetY": {
50241
+ "value": 4,
50242
+ "unit": "px"
50243
+ },
50244
+ "blur": {
50245
+ "value": 32,
50246
+ "unit": "px"
50247
+ },
50248
+ "spread": {
50249
+ "value": -4,
50250
+ "unit": "px"
50251
+ }
48292
50252
  },
48293
- "spread": {
48294
- "value": -24,
48295
- "unit": "px"
50253
+ {
50254
+ "color": "{base.color.neutral.12}",
50255
+ "alpha": 0.08,
50256
+ "offsetX": {
50257
+ "value": 0,
50258
+ "unit": "px"
50259
+ },
50260
+ "offsetY": {
50261
+ "value": 24,
50262
+ "unit": "px"
50263
+ },
50264
+ "blur": {
50265
+ "value": 48,
50266
+ "unit": "px"
50267
+ },
50268
+ "spread": {
50269
+ "value": -12,
50270
+ "unit": "px"
50271
+ }
50272
+ },
50273
+ {
50274
+ "color": "{base.color.neutral.12}",
50275
+ "alpha": 0.08,
50276
+ "offsetX": {
50277
+ "value": 0,
50278
+ "unit": "px"
50279
+ },
50280
+ "offsetY": {
50281
+ "value": 48,
50282
+ "unit": "px"
50283
+ },
50284
+ "blur": {
50285
+ "value": 96,
50286
+ "unit": "px"
50287
+ },
50288
+ "spread": {
50289
+ "value": -24,
50290
+ "unit": "px"
50291
+ }
48296
50292
  }
48297
- }
48298
- ],
48299
- "filePath": "src/tokens/functional/shadow/shadow.json5",
48300
- "isSource": true,
48301
- "$type": "shadow"
48302
- }
48303
- },
48304
- "org.primer.llm": {
48305
- "usage": ["popover", "action-menu", "select-panel", "autocomplete"],
48306
- "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."
48307
- }
48308
- },
48309
- "filePath": "src/tokens/functional/shadow/shadow.json5",
48310
- "isSource": true,
48311
- "original": {
48312
- "$value": [
48313
- {
48314
- "color": "{overlay.borderColor}",
48315
- "alpha": 1,
48316
- "offsetX": {
48317
- "value": 0,
48318
- "unit": "px"
48319
- },
48320
- "offsetY": {
48321
- "value": 0,
48322
- "unit": "px"
48323
- },
48324
- "blur": {
48325
- "value": 0,
48326
- "unit": "px"
48327
- },
48328
- "spread": {
48329
- "value": 1,
48330
- "unit": "px"
48331
- }
48332
- },
48333
- {
48334
- "color": "{base.color.neutral.0}",
48335
- "alpha": 0.4,
48336
- "offsetX": {
48337
- "value": 0,
48338
- "unit": "px"
48339
- },
48340
- "offsetY": {
48341
- "value": 8,
48342
- "unit": "px"
48343
- },
48344
- "blur": {
48345
- "value": 16,
48346
- "unit": "px"
48347
- },
48348
- "spread": {
48349
- "value": -4,
48350
- "unit": "px"
48351
- }
48352
- },
48353
- {
48354
- "color": "{base.color.neutral.0}",
48355
- "alpha": 0.4,
48356
- "offsetX": {
48357
- "value": 0,
48358
- "unit": "px"
48359
- },
48360
- "offsetY": {
48361
- "value": 4,
48362
- "unit": "px"
48363
- },
48364
- "blur": {
48365
- "value": 32,
48366
- "unit": "px"
48367
- },
48368
- "spread": {
48369
- "value": -4,
48370
- "unit": "px"
48371
- }
48372
- },
48373
- {
48374
- "color": "{base.color.neutral.0}",
48375
- "alpha": 0.4,
48376
- "offsetX": {
48377
- "value": 0,
48378
- "unit": "px"
48379
- },
48380
- "offsetY": {
48381
- "value": 24,
48382
- "unit": "px"
48383
- },
48384
- "blur": {
48385
- "value": 48,
48386
- "unit": "px"
48387
- },
48388
- "spread": {
48389
- "value": -12,
48390
- "unit": "px"
48391
- }
48392
- },
48393
- {
48394
- "color": "{base.color.neutral.0}",
48395
- "alpha": 0.4,
48396
- "offsetX": {
48397
- "value": 0,
48398
- "unit": "px"
48399
- },
48400
- "offsetY": {
48401
- "value": 48,
48402
- "unit": "px"
48403
- },
48404
- "blur": {
48405
- "value": 96,
48406
- "unit": "px"
50293
+ ],
50294
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50295
+ "isSource": true,
50296
+ "$type": "shadow"
48407
50297
  },
48408
- "spread": {
48409
- "value": -24,
48410
- "unit": "px"
48411
- }
48412
- }
48413
- ],
48414
- "$type": "shadow",
48415
- "$description": "Medium floating shadow for popovers and action menus",
48416
- "$extensions": {
48417
- "org.primer.figma": {
48418
- "collection": "mode",
48419
- "group": "shadow"
48420
- },
48421
- "org.primer.overrides": {
48422
- "dark": {
50298
+ "light-tritanopia-high-contrast": {
48423
50299
  "$value": [
48424
50300
  {
48425
50301
  "color": "{overlay.borderColor}",
@@ -48442,8 +50318,8 @@
48442
50318
  }
48443
50319
  },
48444
50320
  {
48445
- "color": "{base.color.neutral.0}",
48446
- "alpha": 0.4,
50321
+ "color": "{base.color.neutral.12}",
50322
+ "alpha": 0.08,
48447
50323
  "offsetX": {
48448
50324
  "value": 0,
48449
50325
  "unit": "px"
@@ -48462,8 +50338,8 @@
48462
50338
  }
48463
50339
  },
48464
50340
  {
48465
- "color": "{base.color.neutral.0}",
48466
- "alpha": 0.4,
50341
+ "color": "{base.color.neutral.12}",
50342
+ "alpha": 0.08,
48467
50343
  "offsetX": {
48468
50344
  "value": 0,
48469
50345
  "unit": "px"
@@ -48482,8 +50358,8 @@
48482
50358
  }
48483
50359
  },
48484
50360
  {
48485
- "color": "{base.color.neutral.0}",
48486
- "alpha": 0.4,
50361
+ "color": "{base.color.neutral.12}",
50362
+ "alpha": 0.08,
48487
50363
  "offsetX": {
48488
50364
  "value": 0,
48489
50365
  "unit": "px"
@@ -48502,8 +50378,8 @@
48502
50378
  }
48503
50379
  },
48504
50380
  {
48505
- "color": "{base.color.neutral.0}",
48506
- "alpha": 0.4,
50381
+ "color": "{base.color.neutral.12}",
50382
+ "alpha": 0.08,
48507
50383
  "offsetX": {
48508
50384
  "value": 0,
48509
50385
  "unit": "px"
@@ -48831,6 +50707,147 @@
48831
50707
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48832
50708
  "isSource": true,
48833
50709
  "$type": "shadow"
50710
+ },
50711
+ "light-high-contrast": {
50712
+ "$value": [
50713
+ {
50714
+ "color": "#3d444db3",
50715
+ "alpha": 1,
50716
+ "offsetX": {
50717
+ "value": 0,
50718
+ "unit": "px"
50719
+ },
50720
+ "offsetY": {
50721
+ "value": 0,
50722
+ "unit": "px"
50723
+ },
50724
+ "blur": {
50725
+ "value": 0,
50726
+ "unit": "px"
50727
+ },
50728
+ "spread": {
50729
+ "value": 1,
50730
+ "unit": "px"
50731
+ }
50732
+ },
50733
+ {
50734
+ "color": "#f0f6fc",
50735
+ "alpha": 0.32,
50736
+ "offsetX": {
50737
+ "value": 0,
50738
+ "unit": "px"
50739
+ },
50740
+ "offsetY": {
50741
+ "value": 56,
50742
+ "unit": "px"
50743
+ },
50744
+ "blur": {
50745
+ "value": 112,
50746
+ "unit": "px"
50747
+ },
50748
+ "spread": {
50749
+ "value": 0,
50750
+ "unit": "px"
50751
+ }
50752
+ }
50753
+ ],
50754
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50755
+ "isSource": true,
50756
+ "$type": "shadow"
50757
+ },
50758
+ "light-protanopia-deuteranopia-high-contrast": {
50759
+ "$value": [
50760
+ {
50761
+ "color": "#3d444db3",
50762
+ "alpha": 1,
50763
+ "offsetX": {
50764
+ "value": 0,
50765
+ "unit": "px"
50766
+ },
50767
+ "offsetY": {
50768
+ "value": 0,
50769
+ "unit": "px"
50770
+ },
50771
+ "blur": {
50772
+ "value": 0,
50773
+ "unit": "px"
50774
+ },
50775
+ "spread": {
50776
+ "value": 1,
50777
+ "unit": "px"
50778
+ }
50779
+ },
50780
+ {
50781
+ "color": "#f0f6fc",
50782
+ "alpha": 0.32,
50783
+ "offsetX": {
50784
+ "value": 0,
50785
+ "unit": "px"
50786
+ },
50787
+ "offsetY": {
50788
+ "value": 56,
50789
+ "unit": "px"
50790
+ },
50791
+ "blur": {
50792
+ "value": 112,
50793
+ "unit": "px"
50794
+ },
50795
+ "spread": {
50796
+ "value": 0,
50797
+ "unit": "px"
50798
+ }
50799
+ }
50800
+ ],
50801
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50802
+ "isSource": true,
50803
+ "$type": "shadow"
50804
+ },
50805
+ "light-tritanopia-high-contrast": {
50806
+ "$value": [
50807
+ {
50808
+ "color": "#3d444db3",
50809
+ "alpha": 1,
50810
+ "offsetX": {
50811
+ "value": 0,
50812
+ "unit": "px"
50813
+ },
50814
+ "offsetY": {
50815
+ "value": 0,
50816
+ "unit": "px"
50817
+ },
50818
+ "blur": {
50819
+ "value": 0,
50820
+ "unit": "px"
50821
+ },
50822
+ "spread": {
50823
+ "value": 1,
50824
+ "unit": "px"
50825
+ }
50826
+ },
50827
+ {
50828
+ "color": "#f0f6fc",
50829
+ "alpha": 0.32,
50830
+ "offsetX": {
50831
+ "value": 0,
50832
+ "unit": "px"
50833
+ },
50834
+ "offsetY": {
50835
+ "value": 56,
50836
+ "unit": "px"
50837
+ },
50838
+ "blur": {
50839
+ "value": 112,
50840
+ "unit": "px"
50841
+ },
50842
+ "spread": {
50843
+ "value": 0,
50844
+ "unit": "px"
50845
+ }
50846
+ }
50847
+ ],
50848
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50849
+ "isSource": true,
50850
+ "$type": "shadow"
48834
50851
  }
48835
50852
  },
48836
50853
  "org.primer.llm": {
@@ -48937,6 +50954,147 @@
48937
50954
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48938
50955
  "isSource": true,
48939
50956
  "$type": "shadow"
50957
+ },
50958
+ "light-high-contrast": {
50959
+ "$value": [
50960
+ {
50961
+ "color": "{overlay.borderColor}",
50962
+ "alpha": 1,
50963
+ "offsetX": {
50964
+ "value": 0,
50965
+ "unit": "px"
50966
+ },
50967
+ "offsetY": {
50968
+ "value": 0,
50969
+ "unit": "px"
50970
+ },
50971
+ "blur": {
50972
+ "value": 0,
50973
+ "unit": "px"
50974
+ },
50975
+ "spread": {
50976
+ "value": 1,
50977
+ "unit": "px"
50978
+ }
50979
+ },
50980
+ {
50981
+ "color": "{base.color.neutral.12}",
50982
+ "alpha": 0.32,
50983
+ "offsetX": {
50984
+ "value": 0,
50985
+ "unit": "px"
50986
+ },
50987
+ "offsetY": {
50988
+ "value": 56,
50989
+ "unit": "px"
50990
+ },
50991
+ "blur": {
50992
+ "value": 112,
50993
+ "unit": "px"
50994
+ },
50995
+ "spread": {
50996
+ "value": 0,
50997
+ "unit": "px"
50998
+ }
50999
+ }
51000
+ ],
51001
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
51002
+ "isSource": true,
51003
+ "$type": "shadow"
51004
+ },
51005
+ "light-protanopia-deuteranopia-high-contrast": {
51006
+ "$value": [
51007
+ {
51008
+ "color": "{overlay.borderColor}",
51009
+ "alpha": 1,
51010
+ "offsetX": {
51011
+ "value": 0,
51012
+ "unit": "px"
51013
+ },
51014
+ "offsetY": {
51015
+ "value": 0,
51016
+ "unit": "px"
51017
+ },
51018
+ "blur": {
51019
+ "value": 0,
51020
+ "unit": "px"
51021
+ },
51022
+ "spread": {
51023
+ "value": 1,
51024
+ "unit": "px"
51025
+ }
51026
+ },
51027
+ {
51028
+ "color": "{base.color.neutral.12}",
51029
+ "alpha": 0.32,
51030
+ "offsetX": {
51031
+ "value": 0,
51032
+ "unit": "px"
51033
+ },
51034
+ "offsetY": {
51035
+ "value": 56,
51036
+ "unit": "px"
51037
+ },
51038
+ "blur": {
51039
+ "value": 112,
51040
+ "unit": "px"
51041
+ },
51042
+ "spread": {
51043
+ "value": 0,
51044
+ "unit": "px"
51045
+ }
51046
+ }
51047
+ ],
51048
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
51049
+ "isSource": true,
51050
+ "$type": "shadow"
51051
+ },
51052
+ "light-tritanopia-high-contrast": {
51053
+ "$value": [
51054
+ {
51055
+ "color": "{overlay.borderColor}",
51056
+ "alpha": 1,
51057
+ "offsetX": {
51058
+ "value": 0,
51059
+ "unit": "px"
51060
+ },
51061
+ "offsetY": {
51062
+ "value": 0,
51063
+ "unit": "px"
51064
+ },
51065
+ "blur": {
51066
+ "value": 0,
51067
+ "unit": "px"
51068
+ },
51069
+ "spread": {
51070
+ "value": 1,
51071
+ "unit": "px"
51072
+ }
51073
+ },
51074
+ {
51075
+ "color": "{base.color.neutral.12}",
51076
+ "alpha": 0.32,
51077
+ "offsetX": {
51078
+ "value": 0,
51079
+ "unit": "px"
51080
+ },
51081
+ "offsetY": {
51082
+ "value": 56,
51083
+ "unit": "px"
51084
+ },
51085
+ "blur": {
51086
+ "value": 112,
51087
+ "unit": "px"
51088
+ },
51089
+ "spread": {
51090
+ "value": 0,
51091
+ "unit": "px"
51092
+ }
51093
+ }
51094
+ ],
51095
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
51096
+ "isSource": true,
51097
+ "$type": "shadow"
48940
51098
  }
48941
51099
  },
48942
51100
  "org.primer.llm": {