@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
@@ -2096,7 +2096,11 @@
2096
2096
  "$type": "color"
2097
2097
  },
2098
2098
  "dark-tritanopia": {
2099
- "$value": "#db61a2",
2099
+ "$value": {
2100
+ "colorSpace": "hsl",
2101
+ "components": [328, 62.9, 62],
2102
+ "hex": "#db61a2"
2103
+ },
2100
2104
  "alpha": 0.1,
2101
2105
  "filePath": "src/tokens/functional/color/bgColor.json5",
2102
2106
  "isSource": true,
@@ -2133,7 +2137,11 @@
2133
2137
  "$type": "color"
2134
2138
  },
2135
2139
  "dark-tritanopia": {
2136
- "$value": "#db61a2",
2140
+ "$value": {
2141
+ "colorSpace": "hsl",
2142
+ "components": [328, 62.9, 62],
2143
+ "hex": "#db61a2"
2144
+ },
2137
2145
  "alpha": 0.1,
2138
2146
  "filePath": "src/tokens/functional/color/bgColor.json5",
2139
2147
  "isSource": true,
@@ -2802,6 +2810,52 @@
2802
2810
  "attributes": {},
2803
2811
  "path": ["border", "done", "muted"]
2804
2812
  },
2813
+ "border-draft-emphasis": {
2814
+ "key": "{border.draft.emphasis}",
2815
+ "$value": {
2816
+ "color": "#b7bdc8",
2817
+ "style": "solid",
2818
+ "width": ["0.0625rem", "1px"]
2819
+ },
2820
+ "$type": "border",
2821
+ "filePath": "src/tokens/functional/border/border.json5",
2822
+ "isSource": true,
2823
+ "original": {
2824
+ "$value": {
2825
+ "color": "{borderColor.draft.emphasis}",
2826
+ "style": "solid",
2827
+ "width": "{borderWidth.default}"
2828
+ },
2829
+ "$type": "border",
2830
+ "key": "{border.draft.emphasis}"
2831
+ },
2832
+ "name": "border-draft-emphasis",
2833
+ "attributes": {},
2834
+ "path": ["border", "draft", "emphasis"]
2835
+ },
2836
+ "border-draft-muted": {
2837
+ "key": "{border.draft.muted}",
2838
+ "$value": {
2839
+ "color": "#b7bdc8",
2840
+ "style": "solid",
2841
+ "width": ["0.0625rem", "1px"]
2842
+ },
2843
+ "$type": "border",
2844
+ "filePath": "src/tokens/functional/border/border.json5",
2845
+ "isSource": true,
2846
+ "original": {
2847
+ "$value": {
2848
+ "color": "{borderColor.draft.muted}",
2849
+ "style": "solid",
2850
+ "width": "{borderWidth.default}"
2851
+ },
2852
+ "$type": "border",
2853
+ "key": "{border.draft.muted}"
2854
+ },
2855
+ "name": "border-draft-muted",
2856
+ "attributes": {},
2857
+ "path": ["border", "draft", "muted"]
2858
+ },
2805
2859
  "border-emphasis": {
2806
2860
  "key": "{border.emphasis}",
2807
2861
  "$value": {
@@ -3070,6 +3124,31 @@
3070
3124
  "attributes": {},
3071
3125
  "path": ["border", "success", "muted"]
3072
3126
  },
3127
+ "border-translucent": {
3128
+ "key": "{border.translucent}",
3129
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3130
+ "$value": {
3131
+ "color": "#9198a1",
3132
+ "style": "solid",
3133
+ "width": ["0.0625rem", "1px"]
3134
+ },
3135
+ "$type": "border",
3136
+ "filePath": "src/tokens/functional/border/border.json5",
3137
+ "isSource": true,
3138
+ "original": {
3139
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3140
+ "$value": {
3141
+ "color": "{borderColor.translucent}",
3142
+ "style": "solid",
3143
+ "width": "{borderWidth.default}"
3144
+ },
3145
+ "$type": "border",
3146
+ "key": "{border.translucent}"
3147
+ },
3148
+ "name": "border-translucent",
3149
+ "attributes": {},
3150
+ "path": ["border", "translucent"]
3151
+ },
3073
3152
  "border-transparent": {
3074
3153
  "key": "{border.transparent}",
3075
3154
  "$value": {
@@ -5879,7 +5958,7 @@
5879
5958
  "key": "{borderColor.translucent}",
5880
5959
  "$value": "#9198a1",
5881
5960
  "$type": "color",
5882
- "$description": "Semi-transparent border for overlays and layered elements",
5961
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5883
5962
  "$extensions": {
5884
5963
  "org.primer.figma": {
5885
5964
  "collection": "mode",
@@ -5948,7 +6027,7 @@
5948
6027
  "original": {
5949
6028
  "$value": "{base.color.neutral.9}",
5950
6029
  "$type": "color",
5951
- "$description": "Semi-transparent border for overlays and layered elements",
6030
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5952
6031
  "$extensions": {
5953
6032
  "org.primer.figma": {
5954
6033
  "collection": "mode",
@@ -6742,13 +6821,21 @@
6742
6821
  "$type": "color"
6743
6822
  },
6744
6823
  "dark-dimmed-high-contrast": {
6745
- "$value": "#ffffff",
6824
+ "$value": {
6825
+ "colorSpace": "hsl",
6826
+ "components": [0, 0, 100],
6827
+ "hex": "#ffffff"
6828
+ },
6746
6829
  "filePath": "src/tokens/component/button.json5",
6747
6830
  "isSource": true,
6748
6831
  "$type": "color"
6749
6832
  },
6750
6833
  "dark-dimmed": {
6751
- "$value": "#ffffff",
6834
+ "$value": {
6835
+ "colorSpace": "hsl",
6836
+ "components": [0, 0, 100],
6837
+ "hex": "#ffffff"
6838
+ },
6752
6839
  "filePath": "src/tokens/component/button.json5",
6753
6840
  "isSource": true,
6754
6841
  "$type": "color"
@@ -6774,13 +6861,21 @@
6774
6861
  "$type": "color"
6775
6862
  },
6776
6863
  "dark-dimmed-high-contrast": {
6777
- "$value": "#ffffff",
6864
+ "$value": {
6865
+ "colorSpace": "hsl",
6866
+ "components": [0, 0, 100],
6867
+ "hex": "#ffffff"
6868
+ },
6778
6869
  "filePath": "src/tokens/component/button.json5",
6779
6870
  "isSource": true,
6780
6871
  "$type": "color"
6781
6872
  },
6782
6873
  "dark-dimmed": {
6783
- "$value": "#ffffff",
6874
+ "$value": {
6875
+ "colorSpace": "hsl",
6876
+ "components": [0, 0, 100],
6877
+ "hex": "#ffffff"
6878
+ },
6784
6879
  "filePath": "src/tokens/component/button.json5",
6785
6880
  "isSource": true,
6786
6881
  "$type": "color"
@@ -6860,13 +6955,21 @@
6860
6955
  "$type": "color"
6861
6956
  },
6862
6957
  "dark-dimmed-high-contrast": {
6863
- "$value": "#ffffff",
6958
+ "$value": {
6959
+ "colorSpace": "hsl",
6960
+ "components": [0, 0, 100],
6961
+ "hex": "#ffffff"
6962
+ },
6864
6963
  "filePath": "src/tokens/component/button.json5",
6865
6964
  "isSource": true,
6866
6965
  "$type": "color"
6867
6966
  },
6868
6967
  "dark-dimmed": {
6869
- "$value": "#ffffff",
6968
+ "$value": {
6969
+ "colorSpace": "hsl",
6970
+ "components": [0, 0, 100],
6971
+ "hex": "#ffffff"
6972
+ },
6870
6973
  "filePath": "src/tokens/component/button.json5",
6871
6974
  "isSource": true,
6872
6975
  "$type": "color"
@@ -6892,13 +6995,21 @@
6892
6995
  "$type": "color"
6893
6996
  },
6894
6997
  "dark-dimmed-high-contrast": {
6895
- "$value": "#ffffff",
6998
+ "$value": {
6999
+ "colorSpace": "hsl",
7000
+ "components": [0, 0, 100],
7001
+ "hex": "#ffffff"
7002
+ },
6896
7003
  "filePath": "src/tokens/component/button.json5",
6897
7004
  "isSource": true,
6898
7005
  "$type": "color"
6899
7006
  },
6900
7007
  "dark-dimmed": {
6901
- "$value": "#ffffff",
7008
+ "$value": {
7009
+ "colorSpace": "hsl",
7010
+ "components": [0, 0, 100],
7011
+ "hex": "#ffffff"
7012
+ },
6902
7013
  "filePath": "src/tokens/component/button.json5",
6903
7014
  "isSource": true,
6904
7015
  "$type": "color"
@@ -6923,13 +7034,21 @@
6923
7034
  },
6924
7035
  "org.primer.overrides": {
6925
7036
  "dark": {
6926
- "$value": "#FA5E55",
7037
+ "$value": {
7038
+ "colorSpace": "hsl",
7039
+ "components": [3.3, 94.3, 65.7],
7040
+ "hex": "#FA5E55"
7041
+ },
6927
7042
  "filePath": "src/tokens/component/button.json5",
6928
7043
  "isSource": true,
6929
7044
  "$type": "color"
6930
7045
  },
6931
7046
  "dark-dimmed": {
6932
- "$value": "#ea5c53",
7047
+ "$value": {
7048
+ "colorSpace": "hsl",
7049
+ "components": [3.6, 78.2, 62.2],
7050
+ "hex": "#ea5c53"
7051
+ },
6933
7052
  "filePath": "src/tokens/component/button.json5",
6934
7053
  "isSource": true,
6935
7054
  "$type": "color"
@@ -6979,13 +7098,21 @@
6979
7098
  },
6980
7099
  "org.primer.overrides": {
6981
7100
  "dark": {
6982
- "$value": "#FA5E55",
7101
+ "$value": {
7102
+ "colorSpace": "hsl",
7103
+ "components": [3.3, 94.3, 65.7],
7104
+ "hex": "#FA5E55"
7105
+ },
6983
7106
  "filePath": "src/tokens/component/button.json5",
6984
7107
  "isSource": true,
6985
7108
  "$type": "color"
6986
7109
  },
6987
7110
  "dark-dimmed": {
6988
- "$value": "#ea5c53",
7111
+ "$value": {
7112
+ "colorSpace": "hsl",
7113
+ "components": [3.6, 78.2, 62.2],
7114
+ "hex": "#ea5c53"
7115
+ },
6989
7116
  "filePath": "src/tokens/component/button.json5",
6990
7117
  "isSource": true,
6991
7118
  "$type": "color"
@@ -7028,6 +7155,35 @@
7028
7155
  "attributes": {},
7029
7156
  "path": ["button", "danger", "fgColor", "rest"]
7030
7157
  },
7158
+ "button-danger-iconColor-disabled": {
7159
+ "key": "{button.danger.iconColor.disabled}",
7160
+ "$value": "#ffb75780",
7161
+ "$type": "color",
7162
+ "$extensions": {
7163
+ "org.primer.figma": {
7164
+ "collection": "mode",
7165
+ "group": "component (internal)",
7166
+ "scopes": ["fgColor"]
7167
+ }
7168
+ },
7169
+ "filePath": "src/tokens/component/button.json5",
7170
+ "isSource": true,
7171
+ "original": {
7172
+ "$value": "{button.danger.fgColor.disabled}",
7173
+ "$type": "color",
7174
+ "$extensions": {
7175
+ "org.primer.figma": {
7176
+ "collection": "mode",
7177
+ "group": "component (internal)",
7178
+ "scopes": ["fgColor"]
7179
+ }
7180
+ },
7181
+ "key": "{button.danger.iconColor.disabled}"
7182
+ },
7183
+ "name": "button-danger-iconColor-disabled",
7184
+ "attributes": {},
7185
+ "path": ["button", "danger", "iconColor", "disabled"]
7186
+ },
7031
7187
  "button-danger-iconColor-hover": {
7032
7188
  "key": "{button.danger.iconColor.hover}",
7033
7189
  "$value": "#ffffff",
@@ -7046,7 +7202,11 @@
7046
7202
  "$type": "color"
7047
7203
  },
7048
7204
  "dark-dimmed-high-contrast": {
7049
- "$value": "#ffffff",
7205
+ "$value": {
7206
+ "colorSpace": "hsl",
7207
+ "components": [0, 0, 100],
7208
+ "hex": "#ffffff"
7209
+ },
7050
7210
  "filePath": "src/tokens/component/button.json5",
7051
7211
  "isSource": true,
7052
7212
  "$type": "color"
@@ -7072,7 +7232,11 @@
7072
7232
  "$type": "color"
7073
7233
  },
7074
7234
  "dark-dimmed-high-contrast": {
7075
- "$value": "#ffffff",
7235
+ "$value": {
7236
+ "colorSpace": "hsl",
7237
+ "components": [0, 0, 100],
7238
+ "hex": "#ffffff"
7239
+ },
7076
7240
  "filePath": "src/tokens/component/button.json5",
7077
7241
  "isSource": true,
7078
7242
  "$type": "color"
@@ -7116,7 +7280,7 @@
7116
7280
  },
7117
7281
  "button-danger-shadow-selected": {
7118
7282
  "key": "{button.danger.shadow.selected}",
7119
- "$value": "0 0 0 0 #000000",
7283
+ "$value": "0 0 0 0 #00000000",
7120
7284
  "$type": "shadow",
7121
7285
  "$extensions": {
7122
7286
  "org.primer.figma": {
@@ -7592,6 +7756,35 @@
7592
7756
  "attributes": {},
7593
7757
  "path": ["button", "default", "borderColor", "rest"]
7594
7758
  },
7759
+ "button-default-fgColor-disabled": {
7760
+ "key": "{button.default.fgColor.disabled}",
7761
+ "$value": "#656c76",
7762
+ "$type": "color",
7763
+ "$extensions": {
7764
+ "org.primer.figma": {
7765
+ "collection": "mode",
7766
+ "group": "component (internal)",
7767
+ "scopes": ["fgColor"]
7768
+ }
7769
+ },
7770
+ "filePath": "src/tokens/component/button.json5",
7771
+ "isSource": true,
7772
+ "original": {
7773
+ "$value": "{control.fgColor.disabled}",
7774
+ "$type": "color",
7775
+ "$extensions": {
7776
+ "org.primer.figma": {
7777
+ "collection": "mode",
7778
+ "group": "component (internal)",
7779
+ "scopes": ["fgColor"]
7780
+ }
7781
+ },
7782
+ "key": "{button.default.fgColor.disabled}"
7783
+ },
7784
+ "name": "button-default-fgColor-disabled",
7785
+ "attributes": {},
7786
+ "path": ["button", "default", "fgColor", "disabled"]
7787
+ },
7595
7788
  "button-default-fgColor-rest": {
7596
7789
  "key": "{button.default.fgColor.rest}",
7597
7790
  "$value": "#ffffff",
@@ -7639,7 +7832,7 @@
7639
7832
  },
7640
7833
  "button-default-shadow-resting": {
7641
7834
  "key": "{button.default.shadow.resting}",
7642
- "$value": "0 0 0 0 #000000",
7835
+ "$value": "0 0 0 0 #00000000",
7643
7836
  "$type": "shadow",
7644
7837
  "$extensions": {
7645
7838
  "org.primer.figma": {
@@ -8884,31 +9077,51 @@
8884
9077
  "$type": "color"
8885
9078
  },
8886
9079
  "dark-tritanopia": {
8887
- "$value": "#0d419d",
9080
+ "$value": {
9081
+ "colorSpace": "hsl",
9082
+ "components": [218.3, 84.7, 33.3],
9083
+ "hex": "#0d419d"
9084
+ },
8888
9085
  "filePath": "src/tokens/component/button.json5",
8889
9086
  "isSource": true,
8890
9087
  "$type": "color"
8891
9088
  },
8892
9089
  "dark-tritanopia-high-contrast": {
8893
- "$value": "#0d419d",
9090
+ "$value": {
9091
+ "colorSpace": "hsl",
9092
+ "components": [218.3, 84.7, 33.3],
9093
+ "hex": "#0d419d"
9094
+ },
8894
9095
  "filePath": "src/tokens/component/button.json5",
8895
9096
  "isSource": true,
8896
9097
  "$type": "color"
8897
9098
  },
8898
9099
  "light-high-contrast": {
8899
- "$value": "#033f9d",
9100
+ "$value": {
9101
+ "colorSpace": "hsl",
9102
+ "components": [216.6, 96.3, 31.4],
9103
+ "hex": "#033f9d"
9104
+ },
8900
9105
  "filePath": "src/tokens/component/button.json5",
8901
9106
  "isSource": true,
8902
9107
  "$type": "color"
8903
9108
  },
8904
9109
  "light-tritanopia-high-contrast": {
8905
- "$value": "#033f9d",
9110
+ "$value": {
9111
+ "colorSpace": "hsl",
9112
+ "components": [216.6, 96.3, 31.4],
9113
+ "hex": "#033f9d"
9114
+ },
8906
9115
  "filePath": "src/tokens/component/button.json5",
8907
9116
  "isSource": true,
8908
9117
  "$type": "color"
8909
9118
  },
8910
9119
  "light-protanopia-deuteranopia-high-contrast": {
8911
- "$value": "#033f9d",
9120
+ "$value": {
9121
+ "colorSpace": "hsl",
9122
+ "components": [216.6, 96.3, 31.4],
9123
+ "hex": "#033f9d"
9124
+ },
8912
9125
  "filePath": "src/tokens/component/button.json5",
8913
9126
  "isSource": true,
8914
9127
  "$type": "color"
@@ -8934,31 +9147,51 @@
8934
9147
  "$type": "color"
8935
9148
  },
8936
9149
  "dark-tritanopia": {
8937
- "$value": "#0d419d",
9150
+ "$value": {
9151
+ "colorSpace": "hsl",
9152
+ "components": [218.3, 84.7, 33.3],
9153
+ "hex": "#0d419d"
9154
+ },
8938
9155
  "filePath": "src/tokens/component/button.json5",
8939
9156
  "isSource": true,
8940
9157
  "$type": "color"
8941
9158
  },
8942
9159
  "dark-tritanopia-high-contrast": {
8943
- "$value": "#0d419d",
9160
+ "$value": {
9161
+ "colorSpace": "hsl",
9162
+ "components": [218.3, 84.7, 33.3],
9163
+ "hex": "#0d419d"
9164
+ },
8944
9165
  "filePath": "src/tokens/component/button.json5",
8945
9166
  "isSource": true,
8946
9167
  "$type": "color"
8947
9168
  },
8948
9169
  "light-high-contrast": {
8949
- "$value": "#033f9d",
9170
+ "$value": {
9171
+ "colorSpace": "hsl",
9172
+ "components": [216.6, 96.3, 31.4],
9173
+ "hex": "#033f9d"
9174
+ },
8950
9175
  "filePath": "src/tokens/component/button.json5",
8951
9176
  "isSource": true,
8952
9177
  "$type": "color"
8953
9178
  },
8954
9179
  "light-tritanopia-high-contrast": {
8955
- "$value": "#033f9d",
9180
+ "$value": {
9181
+ "colorSpace": "hsl",
9182
+ "components": [216.6, 96.3, 31.4],
9183
+ "hex": "#033f9d"
9184
+ },
8956
9185
  "filePath": "src/tokens/component/button.json5",
8957
9186
  "isSource": true,
8958
9187
  "$type": "color"
8959
9188
  },
8960
9189
  "light-protanopia-deuteranopia-high-contrast": {
8961
- "$value": "#033f9d",
9190
+ "$value": {
9191
+ "colorSpace": "hsl",
9192
+ "components": [216.6, 96.3, 31.4],
9193
+ "hex": "#033f9d"
9194
+ },
8962
9195
  "filePath": "src/tokens/component/button.json5",
8963
9196
  "isSource": true,
8964
9197
  "$type": "color"
@@ -8989,7 +9222,11 @@
8989
9222
  "$type": "color"
8990
9223
  },
8991
9224
  "dark-tritanopia": {
8992
- "$value": "#212830",
9225
+ "$value": {
9226
+ "colorSpace": "hsl",
9227
+ "components": [212, 18.5, 15.9],
9228
+ "hex": "#212830"
9229
+ },
8993
9230
  "filePath": "src/tokens/component/button.json5",
8994
9231
  "isSource": true,
8995
9232
  "$type": "color"
@@ -9015,7 +9252,11 @@
9015
9252
  "$type": "color"
9016
9253
  },
9017
9254
  "dark-tritanopia": {
9018
- "$value": "#212830",
9255
+ "$value": {
9256
+ "colorSpace": "hsl",
9257
+ "components": [212, 18.5, 15.9],
9258
+ "hex": "#212830"
9259
+ },
9019
9260
  "filePath": "src/tokens/component/button.json5",
9020
9261
  "isSource": true,
9021
9262
  "$type": "color"
@@ -9046,7 +9287,11 @@
9046
9287
  "$type": "color"
9047
9288
  },
9048
9289
  "dark-tritanopia": {
9049
- "$value": "#262c36",
9290
+ "$value": {
9291
+ "colorSpace": "hsl",
9292
+ "components": [217.5, 17.4, 18],
9293
+ "hex": "#262c36"
9294
+ },
9050
9295
  "filePath": "src/tokens/component/button.json5",
9051
9296
  "isSource": true,
9052
9297
  "$type": "color"
@@ -9072,7 +9317,11 @@
9072
9317
  "$type": "color"
9073
9318
  },
9074
9319
  "dark-tritanopia": {
9075
- "$value": "#262c36",
9320
+ "$value": {
9321
+ "colorSpace": "hsl",
9322
+ "components": [217.5, 17.4, 18],
9323
+ "hex": "#262c36"
9324
+ },
9076
9325
  "filePath": "src/tokens/component/button.json5",
9077
9326
  "isSource": true,
9078
9327
  "$type": "color"
@@ -9304,7 +9553,12 @@
9304
9553
  "$type": "color"
9305
9554
  },
9306
9555
  "dark-dimmed": {
9307
- "$value": "#478be680",
9556
+ "$value": {
9557
+ "colorSpace": "hsl",
9558
+ "components": [214.3, 76.1, 59],
9559
+ "hex": "#478be6"
9560
+ },
9561
+ "alpha": 0.502,
9308
9562
  "filePath": "src/tokens/component/button.json5",
9309
9563
  "isSource": true,
9310
9564
  "$type": "color"
@@ -9332,7 +9586,12 @@
9332
9586
  "$type": "color"
9333
9587
  },
9334
9588
  "dark-dimmed": {
9335
- "$value": "#478be680",
9589
+ "$value": {
9590
+ "colorSpace": "hsl",
9591
+ "components": [214.3, 76.1, 59],
9592
+ "hex": "#478be6"
9593
+ },
9594
+ "alpha": 0.502,
9336
9595
  "filePath": "src/tokens/component/button.json5",
9337
9596
  "isSource": true,
9338
9597
  "$type": "color"
@@ -9438,7 +9697,7 @@
9438
9697
  },
9439
9698
  "button-outline-shadow-selected": {
9440
9699
  "key": "{button.outline.shadow.selected}",
9441
- "$value": "0 0 0 0 #000000",
9700
+ "$value": "0 0 0 0 #00000000",
9442
9701
  "$type": "shadow",
9443
9702
  "$extensions": {
9444
9703
  "org.primer.figma": {
@@ -9557,13 +9816,21 @@
9557
9816
  },
9558
9817
  "org.primer.overrides": {
9559
9818
  "dark": {
9560
- "$value": "#2E9A40",
9819
+ "$value": {
9820
+ "colorSpace": "hsl",
9821
+ "components": [130, 54, 39.2],
9822
+ "hex": "#2E9A40"
9823
+ },
9561
9824
  "filePath": "src/tokens/component/button.json5",
9562
9825
  "isSource": true,
9563
9826
  "$type": "color"
9564
9827
  },
9565
9828
  "dark-dimmed": {
9566
- "$value": "#428f46",
9829
+ "$value": {
9830
+ "colorSpace": "hsl",
9831
+ "components": [123.1, 36.8, 41],
9832
+ "hex": "#428f46"
9833
+ },
9567
9834
  "filePath": "src/tokens/component/button.json5",
9568
9835
  "isSource": true,
9569
9836
  "$type": "color"
@@ -9575,61 +9842,101 @@
9575
9842
  "$type": "color"
9576
9843
  },
9577
9844
  "dark-tritanopia": {
9578
- "$value": "#3685f3",
9845
+ "$value": {
9846
+ "colorSpace": "hsl",
9847
+ "components": [214.9, 88.7, 58.2],
9848
+ "hex": "#3685f3"
9849
+ },
9579
9850
  "filePath": "src/tokens/component/button.json5",
9580
9851
  "isSource": true,
9581
9852
  "$type": "color"
9582
9853
  },
9583
9854
  "dark-tritanopia-high-contrast": {
9584
- "$value": "#3685f3",
9855
+ "$value": {
9856
+ "colorSpace": "hsl",
9857
+ "components": [214.9, 88.7, 58.2],
9858
+ "hex": "#3685f3"
9859
+ },
9585
9860
  "filePath": "src/tokens/component/button.json5",
9586
9861
  "isSource": true,
9587
9862
  "$type": "color"
9588
9863
  },
9589
9864
  "dark-protanopia-deuteranopia": {
9590
- "$value": "#3685f3",
9865
+ "$value": {
9866
+ "colorSpace": "hsl",
9867
+ "components": [214.9, 88.7, 58.2],
9868
+ "hex": "#3685f3"
9869
+ },
9591
9870
  "filePath": "src/tokens/component/button.json5",
9592
9871
  "isSource": true,
9593
9872
  "$type": "color"
9594
9873
  },
9595
9874
  "dark-protanopia-deuteranopia-high-contrast": {
9596
- "$value": "#3685f3",
9875
+ "$value": {
9876
+ "colorSpace": "hsl",
9877
+ "components": [214.9, 88.7, 58.2],
9878
+ "hex": "#3685f3"
9879
+ },
9597
9880
  "filePath": "src/tokens/component/button.json5",
9598
9881
  "isSource": true,
9599
9882
  "$type": "color"
9600
9883
  },
9601
9884
  "dark-high-contrast": {
9602
- "$value": "#109135",
9885
+ "$value": {
9886
+ "colorSpace": "hsl",
9887
+ "components": [137.2, 80.1, 31.6],
9888
+ "hex": "#109135"
9889
+ },
9603
9890
  "filePath": "src/tokens/component/button.json5",
9604
9891
  "isSource": true,
9605
9892
  "$type": "color"
9606
9893
  },
9607
9894
  "light-tritanopia": {
9608
- "$value": "#075fc8",
9895
+ "$value": {
9896
+ "colorSpace": "hsl",
9897
+ "components": [212.6, 93.2, 40.6],
9898
+ "hex": "#075fc8"
9899
+ },
9609
9900
  "filePath": "src/tokens/component/button.json5",
9610
9901
  "isSource": true,
9611
9902
  "$type": "color"
9612
9903
  },
9613
9904
  "light-tritanopia-high-contrast": {
9614
- "$value": "#075fc8",
9905
+ "$value": {
9906
+ "colorSpace": "hsl",
9907
+ "components": [212.6, 93.2, 40.6],
9908
+ "hex": "#075fc8"
9909
+ },
9615
9910
  "filePath": "src/tokens/component/button.json5",
9616
9911
  "isSource": true,
9617
9912
  "$type": "color"
9618
9913
  },
9619
9914
  "light-protanopia-deuteranopia": {
9620
- "$value": "#075fc8",
9915
+ "$value": {
9916
+ "colorSpace": "hsl",
9917
+ "components": [212.6, 93.2, 40.6],
9918
+ "hex": "#075fc8"
9919
+ },
9621
9920
  "filePath": "src/tokens/component/button.json5",
9622
9921
  "isSource": true,
9623
9922
  "$type": "color"
9624
9923
  },
9625
9924
  "light-protanopia-deuteranopia-high-contrast": {
9626
- "$value": "#075fc8",
9925
+ "$value": {
9926
+ "colorSpace": "hsl",
9927
+ "components": [212.6, 93.2, 40.6],
9928
+ "hex": "#075fc8"
9929
+ },
9627
9930
  "filePath": "src/tokens/component/button.json5",
9628
9931
  "isSource": true,
9629
9932
  "$type": "color"
9630
9933
  },
9631
9934
  "light-high-contrast": {
9632
- "$value": "#03501b",
9935
+ "$value": {
9936
+ "colorSpace": "hsl",
9937
+ "components": [138.7, 92.8, 16.3],
9938
+ "hex": "#03501b"
9939
+ },
9633
9940
  "filePath": "src/tokens/component/button.json5",
9634
9941
  "isSource": true,
9635
9942
  "$type": "color"
@@ -9639,7 +9946,11 @@
9639
9946
  "filePath": "src/tokens/component/button.json5",
9640
9947
  "isSource": true,
9641
9948
  "original": {
9642
- "$value": "#3685f3",
9949
+ "$value": {
9950
+ "colorSpace": "hsl",
9951
+ "components": [214.9, 88.7, 58.2],
9952
+ "hex": "#3685f3"
9953
+ },
9643
9954
  "$type": "color",
9644
9955
  "$extensions": {
9645
9956
  "org.primer.figma": {
@@ -9649,13 +9960,21 @@
9649
9960
  },
9650
9961
  "org.primer.overrides": {
9651
9962
  "dark": {
9652
- "$value": "#2E9A40",
9963
+ "$value": {
9964
+ "colorSpace": "hsl",
9965
+ "components": [130, 54, 39.2],
9966
+ "hex": "#2E9A40"
9967
+ },
9653
9968
  "filePath": "src/tokens/component/button.json5",
9654
9969
  "isSource": true,
9655
9970
  "$type": "color"
9656
9971
  },
9657
9972
  "dark-dimmed": {
9658
- "$value": "#428f46",
9973
+ "$value": {
9974
+ "colorSpace": "hsl",
9975
+ "components": [123.1, 36.8, 41],
9976
+ "hex": "#428f46"
9977
+ },
9659
9978
  "filePath": "src/tokens/component/button.json5",
9660
9979
  "isSource": true,
9661
9980
  "$type": "color"
@@ -9667,61 +9986,101 @@
9667
9986
  "$type": "color"
9668
9987
  },
9669
9988
  "dark-tritanopia": {
9670
- "$value": "#3685f3",
9989
+ "$value": {
9990
+ "colorSpace": "hsl",
9991
+ "components": [214.9, 88.7, 58.2],
9992
+ "hex": "#3685f3"
9993
+ },
9671
9994
  "filePath": "src/tokens/component/button.json5",
9672
9995
  "isSource": true,
9673
9996
  "$type": "color"
9674
9997
  },
9675
9998
  "dark-tritanopia-high-contrast": {
9676
- "$value": "#3685f3",
9999
+ "$value": {
10000
+ "colorSpace": "hsl",
10001
+ "components": [214.9, 88.7, 58.2],
10002
+ "hex": "#3685f3"
10003
+ },
9677
10004
  "filePath": "src/tokens/component/button.json5",
9678
10005
  "isSource": true,
9679
10006
  "$type": "color"
9680
10007
  },
9681
10008
  "dark-protanopia-deuteranopia": {
9682
- "$value": "#3685f3",
10009
+ "$value": {
10010
+ "colorSpace": "hsl",
10011
+ "components": [214.9, 88.7, 58.2],
10012
+ "hex": "#3685f3"
10013
+ },
9683
10014
  "filePath": "src/tokens/component/button.json5",
9684
10015
  "isSource": true,
9685
10016
  "$type": "color"
9686
10017
  },
9687
10018
  "dark-protanopia-deuteranopia-high-contrast": {
9688
- "$value": "#3685f3",
10019
+ "$value": {
10020
+ "colorSpace": "hsl",
10021
+ "components": [214.9, 88.7, 58.2],
10022
+ "hex": "#3685f3"
10023
+ },
9689
10024
  "filePath": "src/tokens/component/button.json5",
9690
10025
  "isSource": true,
9691
10026
  "$type": "color"
9692
10027
  },
9693
10028
  "dark-high-contrast": {
9694
- "$value": "#109135",
10029
+ "$value": {
10030
+ "colorSpace": "hsl",
10031
+ "components": [137.2, 80.1, 31.6],
10032
+ "hex": "#109135"
10033
+ },
9695
10034
  "filePath": "src/tokens/component/button.json5",
9696
10035
  "isSource": true,
9697
10036
  "$type": "color"
9698
10037
  },
9699
10038
  "light-tritanopia": {
9700
- "$value": "#075fc8",
10039
+ "$value": {
10040
+ "colorSpace": "hsl",
10041
+ "components": [212.6, 93.2, 40.6],
10042
+ "hex": "#075fc8"
10043
+ },
9701
10044
  "filePath": "src/tokens/component/button.json5",
9702
10045
  "isSource": true,
9703
10046
  "$type": "color"
9704
10047
  },
9705
10048
  "light-tritanopia-high-contrast": {
9706
- "$value": "#075fc8",
10049
+ "$value": {
10050
+ "colorSpace": "hsl",
10051
+ "components": [212.6, 93.2, 40.6],
10052
+ "hex": "#075fc8"
10053
+ },
9707
10054
  "filePath": "src/tokens/component/button.json5",
9708
10055
  "isSource": true,
9709
10056
  "$type": "color"
9710
10057
  },
9711
10058
  "light-protanopia-deuteranopia": {
9712
- "$value": "#075fc8",
10059
+ "$value": {
10060
+ "colorSpace": "hsl",
10061
+ "components": [212.6, 93.2, 40.6],
10062
+ "hex": "#075fc8"
10063
+ },
9713
10064
  "filePath": "src/tokens/component/button.json5",
9714
10065
  "isSource": true,
9715
10066
  "$type": "color"
9716
10067
  },
9717
10068
  "light-protanopia-deuteranopia-high-contrast": {
9718
- "$value": "#075fc8",
10069
+ "$value": {
10070
+ "colorSpace": "hsl",
10071
+ "components": [212.6, 93.2, 40.6],
10072
+ "hex": "#075fc8"
10073
+ },
9719
10074
  "filePath": "src/tokens/component/button.json5",
9720
10075
  "isSource": true,
9721
10076
  "$type": "color"
9722
10077
  },
9723
10078
  "light-high-contrast": {
9724
- "$value": "#03501b",
10079
+ "$value": {
10080
+ "colorSpace": "hsl",
10081
+ "components": [138.7, 92.8, 16.3],
10082
+ "hex": "#03501b"
10083
+ },
9725
10084
  "filePath": "src/tokens/component/button.json5",
9726
10085
  "isSource": true,
9727
10086
  "$type": "color"
@@ -9746,25 +10105,41 @@
9746
10105
  },
9747
10106
  "org.primer.overrides": {
9748
10107
  "dark": {
9749
- "$value": "#105823",
10108
+ "$value": {
10109
+ "colorSpace": "hsl",
10110
+ "components": [135.8, 69.2, 20.4],
10111
+ "hex": "#105823"
10112
+ },
9750
10113
  "filePath": "src/tokens/component/button.json5",
9751
10114
  "isSource": true,
9752
10115
  "$type": "color"
9753
10116
  },
9754
10117
  "dark-dimmed": {
9755
- "$value": "#105823",
10118
+ "$value": {
10119
+ "colorSpace": "hsl",
10120
+ "components": [135.8, 69.2, 20.4],
10121
+ "hex": "#105823"
10122
+ },
9756
10123
  "filePath": "src/tokens/component/button.json5",
9757
10124
  "isSource": true,
9758
10125
  "$type": "color"
9759
10126
  },
9760
10127
  "dark-tritanopia": {
9761
- "$value": "#5fabfe",
10128
+ "$value": {
10129
+ "colorSpace": "hsl",
10130
+ "components": [211.3, 98.8, 68.4],
10131
+ "hex": "#5fabfe"
10132
+ },
9762
10133
  "filePath": "src/tokens/component/button.json5",
9763
10134
  "isSource": true,
9764
10135
  "$type": "color"
9765
10136
  },
9766
10137
  "dark-tritanopia-high-contrast": {
9767
- "$value": "#5fabfe",
10138
+ "$value": {
10139
+ "colorSpace": "hsl",
10140
+ "components": [211.3, 98.8, 68.4],
10141
+ "hex": "#5fabfe"
10142
+ },
9768
10143
  "filePath": "src/tokens/component/button.json5",
9769
10144
  "isSource": true,
9770
10145
  "$type": "color"
@@ -9782,37 +10157,61 @@
9782
10157
  "$type": "color"
9783
10158
  },
9784
10159
  "dark-high-contrast": {
9785
- "$value": "#048f2f",
10160
+ "$value": {
10161
+ "colorSpace": "hsl",
10162
+ "components": [138.6, 94.6, 28.8],
10163
+ "hex": "#048f2f"
10164
+ },
9786
10165
  "filePath": "src/tokens/component/button.json5",
9787
10166
  "isSource": true,
9788
10167
  "$type": "color"
9789
10168
  },
9790
10169
  "light-tritanopia": {
9791
- "$value": "#92caff",
10170
+ "$value": {
10171
+ "colorSpace": "hsl",
10172
+ "components": [209.2, 100, 78.6],
10173
+ "hex": "#92caff"
10174
+ },
9792
10175
  "filePath": "src/tokens/component/button.json5",
9793
10176
  "isSource": true,
9794
10177
  "$type": "color"
9795
10178
  },
9796
10179
  "light-tritanopia-high-contrast": {
9797
- "$value": "#92caff",
10180
+ "$value": {
10181
+ "colorSpace": "hsl",
10182
+ "components": [209.2, 100, 78.6],
10183
+ "hex": "#92caff"
10184
+ },
9798
10185
  "filePath": "src/tokens/component/button.json5",
9799
10186
  "isSource": true,
9800
10187
  "$type": "color"
9801
10188
  },
9802
10189
  "light-protanopia-deuteranopia": {
9803
- "$value": "#92caff",
10190
+ "$value": {
10191
+ "colorSpace": "hsl",
10192
+ "components": [209.2, 100, 78.6],
10193
+ "hex": "#92caff"
10194
+ },
9804
10195
  "filePath": "src/tokens/component/button.json5",
9805
10196
  "isSource": true,
9806
10197
  "$type": "color"
9807
10198
  },
9808
10199
  "light-protanopia-deuteranopia-high-contrast": {
9809
- "$value": "#92caff",
10200
+ "$value": {
10201
+ "colorSpace": "hsl",
10202
+ "components": [209.2, 100, 78.6],
10203
+ "hex": "#92caff"
10204
+ },
9810
10205
  "filePath": "src/tokens/component/button.json5",
9811
10206
  "isSource": true,
9812
10207
  "$type": "color"
9813
10208
  },
9814
10209
  "light-high-contrast": {
9815
- "$value": "#85cb97",
10210
+ "$value": {
10211
+ "colorSpace": "hsl",
10212
+ "components": [135.4, 40.2, 65.9],
10213
+ "hex": "#85cb97"
10214
+ },
9816
10215
  "filePath": "src/tokens/component/button.json5",
9817
10216
  "isSource": true,
9818
10217
  "$type": "color"
@@ -9832,25 +10231,41 @@
9832
10231
  },
9833
10232
  "org.primer.overrides": {
9834
10233
  "dark": {
9835
- "$value": "#105823",
10234
+ "$value": {
10235
+ "colorSpace": "hsl",
10236
+ "components": [135.8, 69.2, 20.4],
10237
+ "hex": "#105823"
10238
+ },
9836
10239
  "filePath": "src/tokens/component/button.json5",
9837
10240
  "isSource": true,
9838
10241
  "$type": "color"
9839
10242
  },
9840
10243
  "dark-dimmed": {
9841
- "$value": "#105823",
10244
+ "$value": {
10245
+ "colorSpace": "hsl",
10246
+ "components": [135.8, 69.2, 20.4],
10247
+ "hex": "#105823"
10248
+ },
9842
10249
  "filePath": "src/tokens/component/button.json5",
9843
10250
  "isSource": true,
9844
10251
  "$type": "color"
9845
10252
  },
9846
10253
  "dark-tritanopia": {
9847
- "$value": "#5fabfe",
10254
+ "$value": {
10255
+ "colorSpace": "hsl",
10256
+ "components": [211.3, 98.8, 68.4],
10257
+ "hex": "#5fabfe"
10258
+ },
9848
10259
  "filePath": "src/tokens/component/button.json5",
9849
10260
  "isSource": true,
9850
10261
  "$type": "color"
9851
10262
  },
9852
10263
  "dark-tritanopia-high-contrast": {
9853
- "$value": "#5fabfe",
10264
+ "$value": {
10265
+ "colorSpace": "hsl",
10266
+ "components": [211.3, 98.8, 68.4],
10267
+ "hex": "#5fabfe"
10268
+ },
9854
10269
  "filePath": "src/tokens/component/button.json5",
9855
10270
  "isSource": true,
9856
10271
  "$type": "color"
@@ -9868,37 +10283,61 @@
9868
10283
  "$type": "color"
9869
10284
  },
9870
10285
  "dark-high-contrast": {
9871
- "$value": "#048f2f",
10286
+ "$value": {
10287
+ "colorSpace": "hsl",
10288
+ "components": [138.6, 94.6, 28.8],
10289
+ "hex": "#048f2f"
10290
+ },
9872
10291
  "filePath": "src/tokens/component/button.json5",
9873
10292
  "isSource": true,
9874
10293
  "$type": "color"
9875
10294
  },
9876
10295
  "light-tritanopia": {
9877
- "$value": "#92caff",
10296
+ "$value": {
10297
+ "colorSpace": "hsl",
10298
+ "components": [209.2, 100, 78.6],
10299
+ "hex": "#92caff"
10300
+ },
9878
10301
  "filePath": "src/tokens/component/button.json5",
9879
10302
  "isSource": true,
9880
10303
  "$type": "color"
9881
10304
  },
9882
10305
  "light-tritanopia-high-contrast": {
9883
- "$value": "#92caff",
10306
+ "$value": {
10307
+ "colorSpace": "hsl",
10308
+ "components": [209.2, 100, 78.6],
10309
+ "hex": "#92caff"
10310
+ },
9884
10311
  "filePath": "src/tokens/component/button.json5",
9885
10312
  "isSource": true,
9886
10313
  "$type": "color"
9887
10314
  },
9888
10315
  "light-protanopia-deuteranopia": {
9889
- "$value": "#92caff",
10316
+ "$value": {
10317
+ "colorSpace": "hsl",
10318
+ "components": [209.2, 100, 78.6],
10319
+ "hex": "#92caff"
10320
+ },
9890
10321
  "filePath": "src/tokens/component/button.json5",
9891
10322
  "isSource": true,
9892
10323
  "$type": "color"
9893
10324
  },
9894
10325
  "light-protanopia-deuteranopia-high-contrast": {
9895
- "$value": "#92caff",
10326
+ "$value": {
10327
+ "colorSpace": "hsl",
10328
+ "components": [209.2, 100, 78.6],
10329
+ "hex": "#92caff"
10330
+ },
9896
10331
  "filePath": "src/tokens/component/button.json5",
9897
10332
  "isSource": true,
9898
10333
  "$type": "color"
9899
10334
  },
9900
10335
  "light-high-contrast": {
9901
- "$value": "#85cb97",
10336
+ "$value": {
10337
+ "colorSpace": "hsl",
10338
+ "components": [135.4, 40.2, 65.9],
10339
+ "hex": "#85cb97"
10340
+ },
9902
10341
  "filePath": "src/tokens/component/button.json5",
9903
10342
  "isSource": true,
9904
10343
  "$type": "color"
@@ -9923,13 +10362,21 @@
9923
10362
  },
9924
10363
  "org.primer.overrides": {
9925
10364
  "dark": {
9926
- "$value": "#29903B",
10365
+ "$value": {
10366
+ "colorSpace": "hsl",
10367
+ "components": [130.5, 55.7, 36.3],
10368
+ "hex": "#29903B"
10369
+ },
9927
10370
  "filePath": "src/tokens/component/button.json5",
9928
10371
  "isSource": true,
9929
10372
  "$type": "color"
9930
10373
  },
9931
10374
  "dark-dimmed": {
9932
- "$value": "#3b8640",
10375
+ "$value": {
10376
+ "colorSpace": "hsl",
10377
+ "components": [124, 38.9, 37.8],
10378
+ "hex": "#3b8640"
10379
+ },
9933
10380
  "filePath": "src/tokens/component/button.json5",
9934
10381
  "isSource": true,
9935
10382
  "$type": "color"
@@ -9941,61 +10388,101 @@
9941
10388
  "$type": "color"
9942
10389
  },
9943
10390
  "dark-tritanopia": {
9944
- "$value": "#2a7aef",
10391
+ "$value": {
10392
+ "colorSpace": "hsl",
10393
+ "components": [215.6, 86, 55.1],
10394
+ "hex": "#2a7aef"
10395
+ },
9945
10396
  "filePath": "src/tokens/component/button.json5",
9946
10397
  "isSource": true,
9947
10398
  "$type": "color"
9948
10399
  },
9949
10400
  "dark-tritanopia-high-contrast": {
9950
- "$value": "#2a7aef",
10401
+ "$value": {
10402
+ "colorSpace": "hsl",
10403
+ "components": [215.6, 86, 55.1],
10404
+ "hex": "#2a7aef"
10405
+ },
9951
10406
  "filePath": "src/tokens/component/button.json5",
9952
10407
  "isSource": true,
9953
10408
  "$type": "color"
9954
10409
  },
9955
10410
  "dark-protanopia-deuteranopia": {
9956
- "$value": "#2a7aef",
10411
+ "$value": {
10412
+ "colorSpace": "hsl",
10413
+ "components": [215.6, 86, 55.1],
10414
+ "hex": "#2a7aef"
10415
+ },
9957
10416
  "filePath": "src/tokens/component/button.json5",
9958
10417
  "isSource": true,
9959
10418
  "$type": "color"
9960
10419
  },
9961
10420
  "dark-protanopia-deuteranopia-high-contrast": {
9962
- "$value": "#2a7aef",
10421
+ "$value": {
10422
+ "colorSpace": "hsl",
10423
+ "components": [215.6, 86, 55.1],
10424
+ "hex": "#2a7aef"
10425
+ },
9963
10426
  "filePath": "src/tokens/component/button.json5",
9964
10427
  "isSource": true,
9965
10428
  "$type": "color"
9966
10429
  },
9967
10430
  "dark-high-contrast": {
9968
- "$value": "#08792b",
10431
+ "$value": {
10432
+ "colorSpace": "hsl",
10433
+ "components": [138.6, 87.6, 25.3],
10434
+ "hex": "#08792b"
10435
+ },
9969
10436
  "filePath": "src/tokens/component/button.json5",
9970
10437
  "isSource": true,
9971
10438
  "$type": "color"
9972
10439
  },
9973
10440
  "light-tritanopia": {
9974
- "$value": "#0864d1",
10441
+ "$value": {
10442
+ "colorSpace": "hsl",
10443
+ "components": [212.5, 92.6, 42.5],
10444
+ "hex": "#0864d1"
10445
+ },
9975
10446
  "filePath": "src/tokens/component/button.json5",
9976
10447
  "isSource": true,
9977
10448
  "$type": "color"
9978
10449
  },
9979
10450
  "light-tritanopia-high-contrast": {
9980
- "$value": "#0864d1",
10451
+ "$value": {
10452
+ "colorSpace": "hsl",
10453
+ "components": [212.5, 92.6, 42.5],
10454
+ "hex": "#0864d1"
10455
+ },
9981
10456
  "filePath": "src/tokens/component/button.json5",
9982
10457
  "isSource": true,
9983
10458
  "$type": "color"
9984
10459
  },
9985
10460
  "light-protanopia-deuteranopia": {
9986
- "$value": "#0864d1",
10461
+ "$value": {
10462
+ "colorSpace": "hsl",
10463
+ "components": [212.5, 92.6, 42.5],
10464
+ "hex": "#0864d1"
10465
+ },
9987
10466
  "filePath": "src/tokens/component/button.json5",
9988
10467
  "isSource": true,
9989
10468
  "$type": "color"
9990
10469
  },
9991
10470
  "light-protanopia-deuteranopia-high-contrast": {
9992
- "$value": "#0864d1",
10471
+ "$value": {
10472
+ "colorSpace": "hsl",
10473
+ "components": [212.5, 92.6, 42.5],
10474
+ "hex": "#0864d1"
10475
+ },
9993
10476
  "filePath": "src/tokens/component/button.json5",
9994
10477
  "isSource": true,
9995
10478
  "$type": "color"
9996
10479
  },
9997
10480
  "light-high-contrast": {
9998
- "$value": "#04571e",
10481
+ "$value": {
10482
+ "colorSpace": "hsl",
10483
+ "components": [138.8, 91.2, 17.8],
10484
+ "hex": "#04571e"
10485
+ },
9999
10486
  "filePath": "src/tokens/component/button.json5",
10000
10487
  "isSource": true,
10001
10488
  "$type": "color"
@@ -10005,7 +10492,11 @@
10005
10492
  "filePath": "src/tokens/component/button.json5",
10006
10493
  "isSource": true,
10007
10494
  "original": {
10008
- "$value": "#2a7aef",
10495
+ "$value": {
10496
+ "colorSpace": "hsl",
10497
+ "components": [215.6, 86, 55.1],
10498
+ "hex": "#2a7aef"
10499
+ },
10009
10500
  "$type": "color",
10010
10501
  "$extensions": {
10011
10502
  "org.primer.figma": {
@@ -10015,13 +10506,21 @@
10015
10506
  },
10016
10507
  "org.primer.overrides": {
10017
10508
  "dark": {
10018
- "$value": "#29903B",
10509
+ "$value": {
10510
+ "colorSpace": "hsl",
10511
+ "components": [130.5, 55.7, 36.3],
10512
+ "hex": "#29903B"
10513
+ },
10019
10514
  "filePath": "src/tokens/component/button.json5",
10020
10515
  "isSource": true,
10021
10516
  "$type": "color"
10022
10517
  },
10023
10518
  "dark-dimmed": {
10024
- "$value": "#3b8640",
10519
+ "$value": {
10520
+ "colorSpace": "hsl",
10521
+ "components": [124, 38.9, 37.8],
10522
+ "hex": "#3b8640"
10523
+ },
10025
10524
  "filePath": "src/tokens/component/button.json5",
10026
10525
  "isSource": true,
10027
10526
  "$type": "color"
@@ -10033,61 +10532,101 @@
10033
10532
  "$type": "color"
10034
10533
  },
10035
10534
  "dark-tritanopia": {
10036
- "$value": "#2a7aef",
10535
+ "$value": {
10536
+ "colorSpace": "hsl",
10537
+ "components": [215.6, 86, 55.1],
10538
+ "hex": "#2a7aef"
10539
+ },
10037
10540
  "filePath": "src/tokens/component/button.json5",
10038
10541
  "isSource": true,
10039
10542
  "$type": "color"
10040
10543
  },
10041
10544
  "dark-tritanopia-high-contrast": {
10042
- "$value": "#2a7aef",
10545
+ "$value": {
10546
+ "colorSpace": "hsl",
10547
+ "components": [215.6, 86, 55.1],
10548
+ "hex": "#2a7aef"
10549
+ },
10043
10550
  "filePath": "src/tokens/component/button.json5",
10044
10551
  "isSource": true,
10045
10552
  "$type": "color"
10046
10553
  },
10047
10554
  "dark-protanopia-deuteranopia": {
10048
- "$value": "#2a7aef",
10555
+ "$value": {
10556
+ "colorSpace": "hsl",
10557
+ "components": [215.6, 86, 55.1],
10558
+ "hex": "#2a7aef"
10559
+ },
10049
10560
  "filePath": "src/tokens/component/button.json5",
10050
10561
  "isSource": true,
10051
10562
  "$type": "color"
10052
10563
  },
10053
10564
  "dark-protanopia-deuteranopia-high-contrast": {
10054
- "$value": "#2a7aef",
10565
+ "$value": {
10566
+ "colorSpace": "hsl",
10567
+ "components": [215.6, 86, 55.1],
10568
+ "hex": "#2a7aef"
10569
+ },
10055
10570
  "filePath": "src/tokens/component/button.json5",
10056
10571
  "isSource": true,
10057
10572
  "$type": "color"
10058
10573
  },
10059
10574
  "dark-high-contrast": {
10060
- "$value": "#08792b",
10575
+ "$value": {
10576
+ "colorSpace": "hsl",
10577
+ "components": [138.6, 87.6, 25.3],
10578
+ "hex": "#08792b"
10579
+ },
10061
10580
  "filePath": "src/tokens/component/button.json5",
10062
10581
  "isSource": true,
10063
10582
  "$type": "color"
10064
10583
  },
10065
10584
  "light-tritanopia": {
10066
- "$value": "#0864d1",
10585
+ "$value": {
10586
+ "colorSpace": "hsl",
10587
+ "components": [212.5, 92.6, 42.5],
10588
+ "hex": "#0864d1"
10589
+ },
10067
10590
  "filePath": "src/tokens/component/button.json5",
10068
10591
  "isSource": true,
10069
10592
  "$type": "color"
10070
10593
  },
10071
10594
  "light-tritanopia-high-contrast": {
10072
- "$value": "#0864d1",
10595
+ "$value": {
10596
+ "colorSpace": "hsl",
10597
+ "components": [212.5, 92.6, 42.5],
10598
+ "hex": "#0864d1"
10599
+ },
10073
10600
  "filePath": "src/tokens/component/button.json5",
10074
10601
  "isSource": true,
10075
10602
  "$type": "color"
10076
10603
  },
10077
10604
  "light-protanopia-deuteranopia": {
10078
- "$value": "#0864d1",
10605
+ "$value": {
10606
+ "colorSpace": "hsl",
10607
+ "components": [212.5, 92.6, 42.5],
10608
+ "hex": "#0864d1"
10609
+ },
10079
10610
  "filePath": "src/tokens/component/button.json5",
10080
10611
  "isSource": true,
10081
10612
  "$type": "color"
10082
10613
  },
10083
10614
  "light-protanopia-deuteranopia-high-contrast": {
10084
- "$value": "#0864d1",
10615
+ "$value": {
10616
+ "colorSpace": "hsl",
10617
+ "components": [212.5, 92.6, 42.5],
10618
+ "hex": "#0864d1"
10619
+ },
10085
10620
  "filePath": "src/tokens/component/button.json5",
10086
10621
  "isSource": true,
10087
10622
  "$type": "color"
10088
10623
  },
10089
10624
  "light-high-contrast": {
10090
- "$value": "#04571e",
10625
+ "$value": {
10626
+ "colorSpace": "hsl",
10627
+ "components": [138.8, 91.2, 17.8],
10628
+ "hex": "#04571e"
10629
+ },
10091
10630
  "filePath": "src/tokens/component/button.json5",
10092
10631
  "isSource": true,
10093
10632
  "$type": "color"
@@ -10198,37 +10737,61 @@
10198
10737
  },
10199
10738
  "org.primer.overrides": {
10200
10739
  "dark": {
10201
- "$value": "#105823",
10740
+ "$value": {
10741
+ "colorSpace": "hsl",
10742
+ "components": [135.8, 69.2, 20.4],
10743
+ "hex": "#105823"
10744
+ },
10202
10745
  "filePath": "src/tokens/component/button.json5",
10203
10746
  "isSource": true,
10204
10747
  "$type": "color"
10205
10748
  },
10206
10749
  "dark-dimmed": {
10207
- "$value": "#105823",
10750
+ "$value": {
10751
+ "colorSpace": "hsl",
10752
+ "components": [135.8, 69.2, 20.4],
10753
+ "hex": "#105823"
10754
+ },
10208
10755
  "filePath": "src/tokens/component/button.json5",
10209
10756
  "isSource": true,
10210
10757
  "$type": "color"
10211
10758
  },
10212
10759
  "dark-tritanopia": {
10213
- "$value": "#5fabfe",
10760
+ "$value": {
10761
+ "colorSpace": "hsl",
10762
+ "components": [211.3, 98.8, 68.4],
10763
+ "hex": "#5fabfe"
10764
+ },
10214
10765
  "filePath": "src/tokens/component/button.json5",
10215
10766
  "isSource": true,
10216
10767
  "$type": "color"
10217
10768
  },
10218
10769
  "dark-tritanopia-high-contrast": {
10219
- "$value": "#5fabfe",
10770
+ "$value": {
10771
+ "colorSpace": "hsl",
10772
+ "components": [211.3, 98.8, 68.4],
10773
+ "hex": "#5fabfe"
10774
+ },
10220
10775
  "filePath": "src/tokens/component/button.json5",
10221
10776
  "isSource": true,
10222
10777
  "$type": "color"
10223
10778
  },
10224
10779
  "dark-protanopia-deuteranopia": {
10225
- "$value": "#1158c7",
10780
+ "$value": {
10781
+ "colorSpace": "hsl",
10782
+ "components": [216.6, 84.3, 42.4],
10783
+ "hex": "#1158c7"
10784
+ },
10226
10785
  "filePath": "src/tokens/component/button.json5",
10227
10786
  "isSource": true,
10228
10787
  "$type": "color"
10229
10788
  },
10230
10789
  "dark-protanopia-deuteranopia-high-contrast": {
10231
- "$value": "#1158c7",
10790
+ "$value": {
10791
+ "colorSpace": "hsl",
10792
+ "components": [216.6, 84.3, 42.4],
10793
+ "hex": "#1158c7"
10794
+ },
10232
10795
  "filePath": "src/tokens/component/button.json5",
10233
10796
  "isSource": true,
10234
10797
  "$type": "color"
@@ -10241,7 +10804,11 @@
10241
10804
  "$type": "color"
10242
10805
  },
10243
10806
  "light-high-contrast": {
10244
- "$value": "#85cb97",
10807
+ "$value": {
10808
+ "colorSpace": "hsl",
10809
+ "components": [135.4, 40.2, 65.9],
10810
+ "hex": "#85cb97"
10811
+ },
10245
10812
  "filePath": "src/tokens/component/button.json5",
10246
10813
  "isSource": true,
10247
10814
  "$type": "color"
@@ -10251,7 +10818,11 @@
10251
10818
  "filePath": "src/tokens/component/button.json5",
10252
10819
  "isSource": true,
10253
10820
  "original": {
10254
- "$value": "#1158c7",
10821
+ "$value": {
10822
+ "colorSpace": "hsl",
10823
+ "components": [216.6, 84.3, 42.4],
10824
+ "hex": "#1158c7"
10825
+ },
10255
10826
  "$type": "color",
10256
10827
  "$extensions": {
10257
10828
  "org.primer.figma": {
@@ -10261,37 +10832,61 @@
10261
10832
  },
10262
10833
  "org.primer.overrides": {
10263
10834
  "dark": {
10264
- "$value": "#105823",
10835
+ "$value": {
10836
+ "colorSpace": "hsl",
10837
+ "components": [135.8, 69.2, 20.4],
10838
+ "hex": "#105823"
10839
+ },
10265
10840
  "filePath": "src/tokens/component/button.json5",
10266
10841
  "isSource": true,
10267
10842
  "$type": "color"
10268
10843
  },
10269
10844
  "dark-dimmed": {
10270
- "$value": "#105823",
10845
+ "$value": {
10846
+ "colorSpace": "hsl",
10847
+ "components": [135.8, 69.2, 20.4],
10848
+ "hex": "#105823"
10849
+ },
10271
10850
  "filePath": "src/tokens/component/button.json5",
10272
10851
  "isSource": true,
10273
10852
  "$type": "color"
10274
10853
  },
10275
10854
  "dark-tritanopia": {
10276
- "$value": "#5fabfe",
10855
+ "$value": {
10856
+ "colorSpace": "hsl",
10857
+ "components": [211.3, 98.8, 68.4],
10858
+ "hex": "#5fabfe"
10859
+ },
10277
10860
  "filePath": "src/tokens/component/button.json5",
10278
10861
  "isSource": true,
10279
10862
  "$type": "color"
10280
10863
  },
10281
10864
  "dark-tritanopia-high-contrast": {
10282
- "$value": "#5fabfe",
10865
+ "$value": {
10866
+ "colorSpace": "hsl",
10867
+ "components": [211.3, 98.8, 68.4],
10868
+ "hex": "#5fabfe"
10869
+ },
10283
10870
  "filePath": "src/tokens/component/button.json5",
10284
10871
  "isSource": true,
10285
10872
  "$type": "color"
10286
10873
  },
10287
10874
  "dark-protanopia-deuteranopia": {
10288
- "$value": "#1158c7",
10875
+ "$value": {
10876
+ "colorSpace": "hsl",
10877
+ "components": [216.6, 84.3, 42.4],
10878
+ "hex": "#1158c7"
10879
+ },
10289
10880
  "filePath": "src/tokens/component/button.json5",
10290
10881
  "isSource": true,
10291
10882
  "$type": "color"
10292
10883
  },
10293
10884
  "dark-protanopia-deuteranopia-high-contrast": {
10294
- "$value": "#1158c7",
10885
+ "$value": {
10886
+ "colorSpace": "hsl",
10887
+ "components": [216.6, 84.3, 42.4],
10888
+ "hex": "#1158c7"
10889
+ },
10295
10890
  "filePath": "src/tokens/component/button.json5",
10296
10891
  "isSource": true,
10297
10892
  "$type": "color"
@@ -10304,7 +10899,11 @@
10304
10899
  "$type": "color"
10305
10900
  },
10306
10901
  "light-high-contrast": {
10307
- "$value": "#85cb97",
10902
+ "$value": {
10903
+ "colorSpace": "hsl",
10904
+ "components": [135.4, 40.2, 65.9],
10905
+ "hex": "#85cb97"
10906
+ },
10308
10907
  "filePath": "src/tokens/component/button.json5",
10309
10908
  "isSource": true,
10310
10909
  "$type": "color"
@@ -10546,13 +11145,21 @@
10546
11145
  "$type": "color"
10547
11146
  },
10548
11147
  "dark-dimmed": {
10549
- "$value": "#ffffff",
11148
+ "$value": {
11149
+ "colorSpace": "hsl",
11150
+ "components": [0, 0, 100],
11151
+ "hex": "#ffffff"
11152
+ },
10550
11153
  "filePath": "src/tokens/component/button.json5",
10551
11154
  "isSource": true,
10552
11155
  "$type": "color"
10553
11156
  },
10554
11157
  "dark-dimmed-high-contrast": {
10555
- "$value": "#ffffff",
11158
+ "$value": {
11159
+ "colorSpace": "hsl",
11160
+ "components": [0, 0, 100],
11161
+ "hex": "#ffffff"
11162
+ },
10556
11163
  "filePath": "src/tokens/component/button.json5",
10557
11164
  "isSource": true,
10558
11165
  "$type": "color"
@@ -10578,13 +11185,21 @@
10578
11185
  "$type": "color"
10579
11186
  },
10580
11187
  "dark-dimmed": {
10581
- "$value": "#ffffff",
11188
+ "$value": {
11189
+ "colorSpace": "hsl",
11190
+ "components": [0, 0, 100],
11191
+ "hex": "#ffffff"
11192
+ },
10582
11193
  "filePath": "src/tokens/component/button.json5",
10583
11194
  "isSource": true,
10584
11195
  "$type": "color"
10585
11196
  },
10586
11197
  "dark-dimmed-high-contrast": {
10587
- "$value": "#ffffff",
11198
+ "$value": {
11199
+ "colorSpace": "hsl",
11200
+ "components": [0, 0, 100],
11201
+ "hex": "#ffffff"
11202
+ },
10588
11203
  "filePath": "src/tokens/component/button.json5",
10589
11204
  "isSource": true,
10590
11205
  "$type": "color"
@@ -10597,6 +11212,35 @@
10597
11212
  "attributes": {},
10598
11213
  "path": ["button", "primary", "fgColor", "rest"]
10599
11214
  },
11215
+ "button-primary-iconColor-disabled": {
11216
+ "key": "{button.primary.iconColor.disabled}",
11217
+ "$value": "#ffffff66",
11218
+ "$type": "color",
11219
+ "$extensions": {
11220
+ "org.primer.figma": {
11221
+ "collection": "mode",
11222
+ "group": "component (internal)",
11223
+ "scopes": ["fgColor"]
11224
+ }
11225
+ },
11226
+ "filePath": "src/tokens/component/button.json5",
11227
+ "isSource": true,
11228
+ "original": {
11229
+ "$value": "{button.primary.fgColor.disabled}",
11230
+ "$type": "color",
11231
+ "$extensions": {
11232
+ "org.primer.figma": {
11233
+ "collection": "mode",
11234
+ "group": "component (internal)",
11235
+ "scopes": ["fgColor"]
11236
+ }
11237
+ },
11238
+ "key": "{button.primary.iconColor.disabled}"
11239
+ },
11240
+ "name": "button-primary-iconColor-disabled",
11241
+ "attributes": {},
11242
+ "path": ["button", "primary", "iconColor", "disabled"]
11243
+ },
10600
11244
  "button-primary-iconColor-rest": {
10601
11245
  "key": "{button.primary.iconColor.rest}",
10602
11246
  "$value": "#ffffff",
@@ -10622,13 +11266,21 @@
10622
11266
  "$type": "color"
10623
11267
  },
10624
11268
  "dark-dimmed": {
10625
- "$value": "#ffffff",
11269
+ "$value": {
11270
+ "colorSpace": "hsl",
11271
+ "components": [0, 0, 100],
11272
+ "hex": "#ffffff"
11273
+ },
10626
11274
  "filePath": "src/tokens/component/button.json5",
10627
11275
  "isSource": true,
10628
11276
  "$type": "color"
10629
11277
  },
10630
11278
  "dark-dimmed-high-contrast": {
10631
- "$value": "#ffffff",
11279
+ "$value": {
11280
+ "colorSpace": "hsl",
11281
+ "components": [0, 0, 100],
11282
+ "hex": "#ffffff"
11283
+ },
10632
11284
  "filePath": "src/tokens/component/button.json5",
10633
11285
  "isSource": true,
10634
11286
  "$type": "color"
@@ -10661,13 +11313,21 @@
10661
11313
  "$type": "color"
10662
11314
  },
10663
11315
  "dark-dimmed": {
10664
- "$value": "#ffffff",
11316
+ "$value": {
11317
+ "colorSpace": "hsl",
11318
+ "components": [0, 0, 100],
11319
+ "hex": "#ffffff"
11320
+ },
10665
11321
  "filePath": "src/tokens/component/button.json5",
10666
11322
  "isSource": true,
10667
11323
  "$type": "color"
10668
11324
  },
10669
11325
  "dark-dimmed-high-contrast": {
10670
- "$value": "#ffffff",
11326
+ "$value": {
11327
+ "colorSpace": "hsl",
11328
+ "components": [0, 0, 100],
11329
+ "hex": "#ffffff"
11330
+ },
10671
11331
  "filePath": "src/tokens/component/button.json5",
10672
11332
  "isSource": true,
10673
11333
  "$type": "color"
@@ -10682,7 +11342,7 @@
10682
11342
  },
10683
11343
  "button-primary-shadow-selected": {
10684
11344
  "key": "{button.primary.shadow.selected}",
10685
- "$value": "0 0 0 0 #000000",
11345
+ "$value": "0 0 0 0 #00000000",
10686
11346
  "$type": "shadow",
10687
11347
  "$extensions": {
10688
11348
  "org.primer.figma": {
@@ -17038,7 +17698,11 @@
17038
17698
  "org.primer.overrides": {
17039
17699
  "dark": "#b7bdc8",
17040
17700
  "dark-dimmed": {
17041
- "$value": "#3d444d",
17701
+ "$value": {
17702
+ "colorSpace": "hsl",
17703
+ "components": [213.8, 11.6, 27.1],
17704
+ "hex": "#3d444d"
17705
+ },
17042
17706
  "filePath": "src/tokens/functional/color/control.json5",
17043
17707
  "isSource": true,
17044
17708
  "$type": "color"
@@ -17059,7 +17723,11 @@
17059
17723
  "org.primer.overrides": {
17060
17724
  "dark": "{borderColor.default}",
17061
17725
  "dark-dimmed": {
17062
- "$value": "#3d444d",
17726
+ "$value": {
17727
+ "colorSpace": "hsl",
17728
+ "components": [213.8, 11.6, 27.1],
17729
+ "hex": "#3d444d"
17730
+ },
17063
17731
  "filePath": "src/tokens/functional/color/control.json5",
17064
17732
  "isSource": true,
17065
17733
  "$type": "color"
@@ -17190,49 +17858,81 @@
17190
17858
  "org.primer.overrides": {
17191
17859
  "dark": "#3685F3",
17192
17860
  "dark-high-contrast": {
17193
- "$value": "#3c79d0",
17861
+ "$value": {
17862
+ "colorSpace": "hsl",
17863
+ "components": [215.3, 61.2, 52.5],
17864
+ "hex": "#3c79d0"
17865
+ },
17194
17866
  "filePath": "src/tokens/functional/color/control.json5",
17195
17867
  "isSource": true,
17196
17868
  "$type": "color"
17197
17869
  },
17198
17870
  "dark-protanopia-deuteranopia-high-contrast": {
17199
- "$value": "#3c79d0",
17871
+ "$value": {
17872
+ "colorSpace": "hsl",
17873
+ "components": [215.3, 61.2, 52.5],
17874
+ "hex": "#3c79d0"
17875
+ },
17200
17876
  "filePath": "src/tokens/functional/color/control.json5",
17201
17877
  "isSource": true,
17202
17878
  "$type": "color"
17203
17879
  },
17204
17880
  "dark-tritanopia-high-contrast": {
17205
- "$value": "#3c79d0",
17881
+ "$value": {
17882
+ "colorSpace": "hsl",
17883
+ "components": [215.3, 61.2, 52.5],
17884
+ "hex": "#3c79d0"
17885
+ },
17206
17886
  "filePath": "src/tokens/functional/color/control.json5",
17207
17887
  "isSource": true,
17208
17888
  "$type": "color"
17209
17889
  },
17210
17890
  "dark-dimmed": {
17211
- "$value": "#3f7fdb",
17891
+ "$value": {
17892
+ "colorSpace": "hsl",
17893
+ "components": [215.4, 68.4, 55.3],
17894
+ "hex": "#3f7fdb"
17895
+ },
17212
17896
  "filePath": "src/tokens/functional/color/control.json5",
17213
17897
  "isSource": true,
17214
17898
  "$type": "color"
17215
17899
  },
17216
17900
  "dark-dimmed-high-contrast": {
17217
- "$value": "#3c79d0",
17901
+ "$value": {
17902
+ "colorSpace": "hsl",
17903
+ "components": [215.3, 61.2, 52.5],
17904
+ "hex": "#3c79d0"
17905
+ },
17218
17906
  "filePath": "src/tokens/functional/color/control.json5",
17219
17907
  "isSource": true,
17220
17908
  "$type": "color"
17221
17909
  },
17222
17910
  "light-high-contrast": {
17223
- "$value": "#033f9d",
17911
+ "$value": {
17912
+ "colorSpace": "hsl",
17913
+ "components": [216.6, 96.3, 31.4],
17914
+ "hex": "#033f9d"
17915
+ },
17224
17916
  "filePath": "src/tokens/functional/color/control.json5",
17225
17917
  "isSource": true,
17226
17918
  "$type": "color"
17227
17919
  },
17228
17920
  "light-tritanopia-high-contrast": {
17229
- "$value": "#033f9d",
17921
+ "$value": {
17922
+ "colorSpace": "hsl",
17923
+ "components": [216.6, 96.3, 31.4],
17924
+ "hex": "#033f9d"
17925
+ },
17230
17926
  "filePath": "src/tokens/functional/color/control.json5",
17231
17927
  "isSource": true,
17232
17928
  "$type": "color"
17233
17929
  },
17234
17930
  "light-protanopia-deuteranopia-high-contrast": {
17235
- "$value": "#033f9d",
17931
+ "$value": {
17932
+ "colorSpace": "hsl",
17933
+ "components": [216.6, 96.3, 31.4],
17934
+ "hex": "#033f9d"
17935
+ },
17236
17936
  "filePath": "src/tokens/functional/color/control.json5",
17237
17937
  "isSource": true,
17238
17938
  "$type": "color"
@@ -17242,7 +17942,11 @@
17242
17942
  "filePath": "src/tokens/functional/color/control.json5",
17243
17943
  "isSource": true,
17244
17944
  "original": {
17245
- "$value": "#3c79d0",
17945
+ "$value": {
17946
+ "colorSpace": "hsl",
17947
+ "components": [215.3, 61.2, 52.5],
17948
+ "hex": "#3c79d0"
17949
+ },
17246
17950
  "$type": "color",
17247
17951
  "$extensions": {
17248
17952
  "org.primer.figma": {
@@ -17253,49 +17957,81 @@
17253
17957
  "org.primer.overrides": {
17254
17958
  "dark": "#3685F3",
17255
17959
  "dark-high-contrast": {
17256
- "$value": "#3c79d0",
17960
+ "$value": {
17961
+ "colorSpace": "hsl",
17962
+ "components": [215.3, 61.2, 52.5],
17963
+ "hex": "#3c79d0"
17964
+ },
17257
17965
  "filePath": "src/tokens/functional/color/control.json5",
17258
17966
  "isSource": true,
17259
17967
  "$type": "color"
17260
17968
  },
17261
17969
  "dark-protanopia-deuteranopia-high-contrast": {
17262
- "$value": "#3c79d0",
17970
+ "$value": {
17971
+ "colorSpace": "hsl",
17972
+ "components": [215.3, 61.2, 52.5],
17973
+ "hex": "#3c79d0"
17974
+ },
17263
17975
  "filePath": "src/tokens/functional/color/control.json5",
17264
17976
  "isSource": true,
17265
17977
  "$type": "color"
17266
17978
  },
17267
17979
  "dark-tritanopia-high-contrast": {
17268
- "$value": "#3c79d0",
17980
+ "$value": {
17981
+ "colorSpace": "hsl",
17982
+ "components": [215.3, 61.2, 52.5],
17983
+ "hex": "#3c79d0"
17984
+ },
17269
17985
  "filePath": "src/tokens/functional/color/control.json5",
17270
17986
  "isSource": true,
17271
17987
  "$type": "color"
17272
17988
  },
17273
17989
  "dark-dimmed": {
17274
- "$value": "#3f7fdb",
17990
+ "$value": {
17991
+ "colorSpace": "hsl",
17992
+ "components": [215.4, 68.4, 55.3],
17993
+ "hex": "#3f7fdb"
17994
+ },
17275
17995
  "filePath": "src/tokens/functional/color/control.json5",
17276
17996
  "isSource": true,
17277
17997
  "$type": "color"
17278
17998
  },
17279
17999
  "dark-dimmed-high-contrast": {
17280
- "$value": "#3c79d0",
18000
+ "$value": {
18001
+ "colorSpace": "hsl",
18002
+ "components": [215.3, 61.2, 52.5],
18003
+ "hex": "#3c79d0"
18004
+ },
17281
18005
  "filePath": "src/tokens/functional/color/control.json5",
17282
18006
  "isSource": true,
17283
18007
  "$type": "color"
17284
18008
  },
17285
18009
  "light-high-contrast": {
17286
- "$value": "#033f9d",
18010
+ "$value": {
18011
+ "colorSpace": "hsl",
18012
+ "components": [216.6, 96.3, 31.4],
18013
+ "hex": "#033f9d"
18014
+ },
17287
18015
  "filePath": "src/tokens/functional/color/control.json5",
17288
18016
  "isSource": true,
17289
18017
  "$type": "color"
17290
18018
  },
17291
18019
  "light-tritanopia-high-contrast": {
17292
- "$value": "#033f9d",
18020
+ "$value": {
18021
+ "colorSpace": "hsl",
18022
+ "components": [216.6, 96.3, 31.4],
18023
+ "hex": "#033f9d"
18024
+ },
17293
18025
  "filePath": "src/tokens/functional/color/control.json5",
17294
18026
  "isSource": true,
17295
18027
  "$type": "color"
17296
18028
  },
17297
18029
  "light-protanopia-deuteranopia-high-contrast": {
17298
- "$value": "#033f9d",
18030
+ "$value": {
18031
+ "colorSpace": "hsl",
18032
+ "components": [216.6, 96.3, 31.4],
18033
+ "hex": "#033f9d"
18034
+ },
17299
18035
  "filePath": "src/tokens/functional/color/control.json5",
17300
18036
  "isSource": true,
17301
18037
  "$type": "color"
@@ -17356,49 +18092,81 @@
17356
18092
  "org.primer.overrides": {
17357
18093
  "dark": "#2A7AEF",
17358
18094
  "dark-high-contrast": {
17359
- "$value": "#2b64c1",
18095
+ "$value": {
18096
+ "colorSpace": "hsl",
18097
+ "components": [217.2, 63.6, 46.3],
18098
+ "hex": "#2b64c1"
18099
+ },
17360
18100
  "filePath": "src/tokens/functional/color/control.json5",
17361
18101
  "isSource": true,
17362
18102
  "$type": "color"
17363
18103
  },
17364
18104
  "dark-tritanopia-high-contrast": {
17365
- "$value": "#2b64c1",
18105
+ "$value": {
18106
+ "colorSpace": "hsl",
18107
+ "components": [217.2, 63.6, 46.3],
18108
+ "hex": "#2b64c1"
18109
+ },
17366
18110
  "filePath": "src/tokens/functional/color/control.json5",
17367
18111
  "isSource": true,
17368
18112
  "$type": "color"
17369
18113
  },
17370
18114
  "dark-protanopia-deuteranopia-high-contrast": {
17371
- "$value": "#2b64c1",
18115
+ "$value": {
18116
+ "colorSpace": "hsl",
18117
+ "components": [217.2, 63.6, 46.3],
18118
+ "hex": "#2b64c1"
18119
+ },
17372
18120
  "filePath": "src/tokens/functional/color/control.json5",
17373
18121
  "isSource": true,
17374
18122
  "$type": "color"
17375
18123
  },
17376
18124
  "dark-dimmed": {
17377
- "$value": "#3876d3",
18125
+ "$value": {
18126
+ "colorSpace": "hsl",
18127
+ "components": [216, 63.8, 52.4],
18128
+ "hex": "#3876d3"
18129
+ },
17378
18130
  "filePath": "src/tokens/functional/color/control.json5",
17379
18131
  "isSource": true,
17380
18132
  "$type": "color"
17381
18133
  },
17382
18134
  "dark-dimmed-high-contrast": {
17383
- "$value": "#2b64c1",
18135
+ "$value": {
18136
+ "colorSpace": "hsl",
18137
+ "components": [217.2, 63.6, 46.3],
18138
+ "hex": "#2b64c1"
18139
+ },
17384
18140
  "filePath": "src/tokens/functional/color/control.json5",
17385
18141
  "isSource": true,
17386
18142
  "$type": "color"
17387
18143
  },
17388
18144
  "light-high-contrast": {
17389
- "$value": "#0344a8",
18145
+ "$value": {
18146
+ "colorSpace": "hsl",
18147
+ "components": [216.4, 96.5, 33.5],
18148
+ "hex": "#0344a8"
18149
+ },
17390
18150
  "filePath": "src/tokens/functional/color/control.json5",
17391
18151
  "isSource": true,
17392
18152
  "$type": "color"
17393
18153
  },
17394
18154
  "light-tritanopia-high-contrast": {
17395
- "$value": "#0344a8",
18155
+ "$value": {
18156
+ "colorSpace": "hsl",
18157
+ "components": [216.4, 96.5, 33.5],
18158
+ "hex": "#0344a8"
18159
+ },
17396
18160
  "filePath": "src/tokens/functional/color/control.json5",
17397
18161
  "isSource": true,
17398
18162
  "$type": "color"
17399
18163
  },
17400
18164
  "light-protanopia-deuteranopia-high-contrast": {
17401
- "$value": "#0344a8",
18165
+ "$value": {
18166
+ "colorSpace": "hsl",
18167
+ "components": [216.4, 96.5, 33.5],
18168
+ "hex": "#0344a8"
18169
+ },
17402
18170
  "filePath": "src/tokens/functional/color/control.json5",
17403
18171
  "isSource": true,
17404
18172
  "$type": "color"
@@ -17408,7 +18176,11 @@
17408
18176
  "filePath": "src/tokens/functional/color/control.json5",
17409
18177
  "isSource": true,
17410
18178
  "original": {
17411
- "$value": "#2b64c1",
18179
+ "$value": {
18180
+ "colorSpace": "hsl",
18181
+ "components": [217.2, 63.6, 46.3],
18182
+ "hex": "#2b64c1"
18183
+ },
17412
18184
  "$type": "color",
17413
18185
  "$extensions": {
17414
18186
  "org.primer.figma": {
@@ -17419,49 +18191,81 @@
17419
18191
  "org.primer.overrides": {
17420
18192
  "dark": "#2A7AEF",
17421
18193
  "dark-high-contrast": {
17422
- "$value": "#2b64c1",
18194
+ "$value": {
18195
+ "colorSpace": "hsl",
18196
+ "components": [217.2, 63.6, 46.3],
18197
+ "hex": "#2b64c1"
18198
+ },
17423
18199
  "filePath": "src/tokens/functional/color/control.json5",
17424
18200
  "isSource": true,
17425
18201
  "$type": "color"
17426
18202
  },
17427
18203
  "dark-tritanopia-high-contrast": {
17428
- "$value": "#2b64c1",
18204
+ "$value": {
18205
+ "colorSpace": "hsl",
18206
+ "components": [217.2, 63.6, 46.3],
18207
+ "hex": "#2b64c1"
18208
+ },
17429
18209
  "filePath": "src/tokens/functional/color/control.json5",
17430
18210
  "isSource": true,
17431
18211
  "$type": "color"
17432
18212
  },
17433
18213
  "dark-protanopia-deuteranopia-high-contrast": {
17434
- "$value": "#2b64c1",
18214
+ "$value": {
18215
+ "colorSpace": "hsl",
18216
+ "components": [217.2, 63.6, 46.3],
18217
+ "hex": "#2b64c1"
18218
+ },
17435
18219
  "filePath": "src/tokens/functional/color/control.json5",
17436
18220
  "isSource": true,
17437
18221
  "$type": "color"
17438
18222
  },
17439
18223
  "dark-dimmed": {
17440
- "$value": "#3876d3",
18224
+ "$value": {
18225
+ "colorSpace": "hsl",
18226
+ "components": [216, 63.8, 52.4],
18227
+ "hex": "#3876d3"
18228
+ },
17441
18229
  "filePath": "src/tokens/functional/color/control.json5",
17442
18230
  "isSource": true,
17443
18231
  "$type": "color"
17444
18232
  },
17445
18233
  "dark-dimmed-high-contrast": {
17446
- "$value": "#2b64c1",
18234
+ "$value": {
18235
+ "colorSpace": "hsl",
18236
+ "components": [217.2, 63.6, 46.3],
18237
+ "hex": "#2b64c1"
18238
+ },
17447
18239
  "filePath": "src/tokens/functional/color/control.json5",
17448
18240
  "isSource": true,
17449
18241
  "$type": "color"
17450
18242
  },
17451
18243
  "light-high-contrast": {
17452
- "$value": "#0344a8",
18244
+ "$value": {
18245
+ "colorSpace": "hsl",
18246
+ "components": [216.4, 96.5, 33.5],
18247
+ "hex": "#0344a8"
18248
+ },
17453
18249
  "filePath": "src/tokens/functional/color/control.json5",
17454
18250
  "isSource": true,
17455
18251
  "$type": "color"
17456
18252
  },
17457
18253
  "light-tritanopia-high-contrast": {
17458
- "$value": "#0344a8",
18254
+ "$value": {
18255
+ "colorSpace": "hsl",
18256
+ "components": [216.4, 96.5, 33.5],
18257
+ "hex": "#0344a8"
18258
+ },
17459
18259
  "filePath": "src/tokens/functional/color/control.json5",
17460
18260
  "isSource": true,
17461
18261
  "$type": "color"
17462
18262
  },
17463
18263
  "light-protanopia-deuteranopia-high-contrast": {
17464
- "$value": "#0344a8",
18264
+ "$value": {
18265
+ "colorSpace": "hsl",
18266
+ "components": [216.4, 96.5, 33.5],
18267
+ "hex": "#0344a8"
18268
+ },
17465
18269
  "filePath": "src/tokens/functional/color/control.json5",
17466
18270
  "isSource": true,
17467
18271
  "$type": "color"
@@ -17540,7 +18344,11 @@
17540
18344
  "$type": "color"
17541
18345
  },
17542
18346
  "dark-dimmed": {
17543
- "$value": "#3f7fdb",
18347
+ "$value": {
18348
+ "colorSpace": "hsl",
18349
+ "components": [215.4, 68.4, 55.3],
18350
+ "hex": "#3f7fdb"
18351
+ },
17544
18352
  "filePath": "src/tokens/functional/color/control.json5",
17545
18353
  "isSource": true,
17546
18354
  "$type": "color"
@@ -17552,19 +18360,31 @@
17552
18360
  "$type": "color"
17553
18361
  },
17554
18362
  "light-high-contrast": {
17555
- "$value": "#033f9d",
18363
+ "$value": {
18364
+ "colorSpace": "hsl",
18365
+ "components": [216.6, 96.3, 31.4],
18366
+ "hex": "#033f9d"
18367
+ },
17556
18368
  "filePath": "src/tokens/functional/color/control.json5",
17557
18369
  "isSource": true,
17558
18370
  "$type": "color"
17559
18371
  },
17560
18372
  "light-protanopia-deuteranopia-high-contrast": {
17561
- "$value": "#033f9d",
18373
+ "$value": {
18374
+ "colorSpace": "hsl",
18375
+ "components": [216.6, 96.3, 31.4],
18376
+ "hex": "#033f9d"
18377
+ },
17562
18378
  "filePath": "src/tokens/functional/color/control.json5",
17563
18379
  "isSource": true,
17564
18380
  "$type": "color"
17565
18381
  },
17566
18382
  "light-tritanopia-high-contrast": {
17567
- "$value": "#033f9d",
18383
+ "$value": {
18384
+ "colorSpace": "hsl",
18385
+ "components": [216.6, 96.3, 31.4],
18386
+ "hex": "#033f9d"
18387
+ },
17568
18388
  "filePath": "src/tokens/functional/color/control.json5",
17569
18389
  "isSource": true,
17570
18390
  "$type": "color"
@@ -17603,7 +18423,11 @@
17603
18423
  "$type": "color"
17604
18424
  },
17605
18425
  "dark-dimmed": {
17606
- "$value": "#3f7fdb",
18426
+ "$value": {
18427
+ "colorSpace": "hsl",
18428
+ "components": [215.4, 68.4, 55.3],
18429
+ "hex": "#3f7fdb"
18430
+ },
17607
18431
  "filePath": "src/tokens/functional/color/control.json5",
17608
18432
  "isSource": true,
17609
18433
  "$type": "color"
@@ -17615,19 +18439,31 @@
17615
18439
  "$type": "color"
17616
18440
  },
17617
18441
  "light-high-contrast": {
17618
- "$value": "#033f9d",
18442
+ "$value": {
18443
+ "colorSpace": "hsl",
18444
+ "components": [216.6, 96.3, 31.4],
18445
+ "hex": "#033f9d"
18446
+ },
17619
18447
  "filePath": "src/tokens/functional/color/control.json5",
17620
18448
  "isSource": true,
17621
18449
  "$type": "color"
17622
18450
  },
17623
18451
  "light-protanopia-deuteranopia-high-contrast": {
17624
- "$value": "#033f9d",
18452
+ "$value": {
18453
+ "colorSpace": "hsl",
18454
+ "components": [216.6, 96.3, 31.4],
18455
+ "hex": "#033f9d"
18456
+ },
17625
18457
  "filePath": "src/tokens/functional/color/control.json5",
17626
18458
  "isSource": true,
17627
18459
  "$type": "color"
17628
18460
  },
17629
18461
  "light-tritanopia-high-contrast": {
17630
- "$value": "#033f9d",
18462
+ "$value": {
18463
+ "colorSpace": "hsl",
18464
+ "components": [216.6, 96.3, 31.4],
18465
+ "hex": "#033f9d"
18466
+ },
17631
18467
  "filePath": "src/tokens/functional/color/control.json5",
17632
18468
  "isSource": true,
17633
18469
  "$type": "color"
@@ -17706,7 +18542,11 @@
17706
18542
  "$type": "color"
17707
18543
  },
17708
18544
  "dark-dimmed": {
17709
- "$value": "#3876d3",
18545
+ "$value": {
18546
+ "colorSpace": "hsl",
18547
+ "components": [216, 63.8, 52.4],
18548
+ "hex": "#3876d3"
18549
+ },
17710
18550
  "filePath": "src/tokens/functional/color/control.json5",
17711
18551
  "isSource": true,
17712
18552
  "$type": "color"
@@ -17718,19 +18558,31 @@
17718
18558
  "$type": "color"
17719
18559
  },
17720
18560
  "light-high-contrast": {
17721
- "$value": "#0344a8",
18561
+ "$value": {
18562
+ "colorSpace": "hsl",
18563
+ "components": [216.4, 96.5, 33.5],
18564
+ "hex": "#0344a8"
18565
+ },
17722
18566
  "filePath": "src/tokens/functional/color/control.json5",
17723
18567
  "isSource": true,
17724
18568
  "$type": "color"
17725
18569
  },
17726
18570
  "light-tritanopia-high-contrast": {
17727
- "$value": "#0344a8",
18571
+ "$value": {
18572
+ "colorSpace": "hsl",
18573
+ "components": [216.4, 96.5, 33.5],
18574
+ "hex": "#0344a8"
18575
+ },
17728
18576
  "filePath": "src/tokens/functional/color/control.json5",
17729
18577
  "isSource": true,
17730
18578
  "$type": "color"
17731
18579
  },
17732
18580
  "light-protanopia-deuteranopia-high-contrast": {
17733
- "$value": "#0344a8",
18581
+ "$value": {
18582
+ "colorSpace": "hsl",
18583
+ "components": [216.4, 96.5, 33.5],
18584
+ "hex": "#0344a8"
18585
+ },
17734
18586
  "filePath": "src/tokens/functional/color/control.json5",
17735
18587
  "isSource": true,
17736
18588
  "$type": "color"
@@ -17769,7 +18621,11 @@
17769
18621
  "$type": "color"
17770
18622
  },
17771
18623
  "dark-dimmed": {
17772
- "$value": "#3876d3",
18624
+ "$value": {
18625
+ "colorSpace": "hsl",
18626
+ "components": [216, 63.8, 52.4],
18627
+ "hex": "#3876d3"
18628
+ },
17773
18629
  "filePath": "src/tokens/functional/color/control.json5",
17774
18630
  "isSource": true,
17775
18631
  "$type": "color"
@@ -17781,19 +18637,31 @@
17781
18637
  "$type": "color"
17782
18638
  },
17783
18639
  "light-high-contrast": {
17784
- "$value": "#0344a8",
18640
+ "$value": {
18641
+ "colorSpace": "hsl",
18642
+ "components": [216.4, 96.5, 33.5],
18643
+ "hex": "#0344a8"
18644
+ },
17785
18645
  "filePath": "src/tokens/functional/color/control.json5",
17786
18646
  "isSource": true,
17787
18647
  "$type": "color"
17788
18648
  },
17789
18649
  "light-tritanopia-high-contrast": {
17790
- "$value": "#0344a8",
18650
+ "$value": {
18651
+ "colorSpace": "hsl",
18652
+ "components": [216.4, 96.5, 33.5],
18653
+ "hex": "#0344a8"
18654
+ },
17791
18655
  "filePath": "src/tokens/functional/color/control.json5",
17792
18656
  "isSource": true,
17793
18657
  "$type": "color"
17794
18658
  },
17795
18659
  "light-protanopia-deuteranopia-high-contrast": {
17796
- "$value": "#0344a8",
18660
+ "$value": {
18661
+ "colorSpace": "hsl",
18662
+ "components": [216.4, 96.5, 33.5],
18663
+ "hex": "#0344a8"
18664
+ },
17797
18665
  "filePath": "src/tokens/functional/color/control.json5",
17798
18666
  "isSource": true,
17799
18667
  "$type": "color"
@@ -17985,21 +18853,33 @@
17985
18853
  "$type": "color"
17986
18854
  },
17987
18855
  "dark-high-contrast": {
17988
- "$value": "#c51120",
18856
+ "$value": {
18857
+ "colorSpace": "hsl",
18858
+ "components": [355, 84.1, 42],
18859
+ "hex": "#c51120"
18860
+ },
17989
18861
  "alpha": 1,
17990
18862
  "filePath": "src/tokens/functional/color/control.json5",
17991
18863
  "isSource": true,
17992
18864
  "$type": "color"
17993
18865
  },
17994
18866
  "dark-dimmed-high-contrast": {
17995
- "$value": "#c51120",
18867
+ "$value": {
18868
+ "colorSpace": "hsl",
18869
+ "components": [355, 84.1, 42],
18870
+ "hex": "#c51120"
18871
+ },
17996
18872
  "alpha": 1,
17997
18873
  "filePath": "src/tokens/functional/color/control.json5",
17998
18874
  "isSource": true,
17999
18875
  "$type": "color"
18000
18876
  },
18001
18877
  "dark-tritanopia-high-contrast": {
18002
- "$value": "#c51120",
18878
+ "$value": {
18879
+ "colorSpace": "hsl",
18880
+ "components": [355, 84.1, 42],
18881
+ "hex": "#c51120"
18882
+ },
18003
18883
  "alpha": 1,
18004
18884
  "filePath": "src/tokens/functional/color/control.json5",
18005
18885
  "isSource": true,
@@ -18012,13 +18892,21 @@
18012
18892
  "$type": "color"
18013
18893
  },
18014
18894
  "light-high-contrast": {
18015
- "$value": "#8c0b1d",
18895
+ "$value": {
18896
+ "colorSpace": "hsl",
18897
+ "components": [351.6, 85.4, 29.6],
18898
+ "hex": "#8c0b1d"
18899
+ },
18016
18900
  "filePath": "src/tokens/functional/color/control.json5",
18017
18901
  "isSource": true,
18018
18902
  "$type": "color"
18019
18903
  },
18020
18904
  "light-tritanopia-high-contrast": {
18021
- "$value": "#8c0b1d",
18905
+ "$value": {
18906
+ "colorSpace": "hsl",
18907
+ "components": [351.6, 85.4, 29.6],
18908
+ "hex": "#8c0b1d"
18909
+ },
18022
18910
  "filePath": "src/tokens/functional/color/control.json5",
18023
18911
  "isSource": true,
18024
18912
  "$type": "color"
@@ -18058,21 +18946,33 @@
18058
18946
  "$type": "color"
18059
18947
  },
18060
18948
  "dark-high-contrast": {
18061
- "$value": "#c51120",
18949
+ "$value": {
18950
+ "colorSpace": "hsl",
18951
+ "components": [355, 84.1, 42],
18952
+ "hex": "#c51120"
18953
+ },
18062
18954
  "alpha": 1,
18063
18955
  "filePath": "src/tokens/functional/color/control.json5",
18064
18956
  "isSource": true,
18065
18957
  "$type": "color"
18066
18958
  },
18067
18959
  "dark-dimmed-high-contrast": {
18068
- "$value": "#c51120",
18960
+ "$value": {
18961
+ "colorSpace": "hsl",
18962
+ "components": [355, 84.1, 42],
18963
+ "hex": "#c51120"
18964
+ },
18069
18965
  "alpha": 1,
18070
18966
  "filePath": "src/tokens/functional/color/control.json5",
18071
18967
  "isSource": true,
18072
18968
  "$type": "color"
18073
18969
  },
18074
18970
  "dark-tritanopia-high-contrast": {
18075
- "$value": "#c51120",
18971
+ "$value": {
18972
+ "colorSpace": "hsl",
18973
+ "components": [355, 84.1, 42],
18974
+ "hex": "#c51120"
18975
+ },
18076
18976
  "alpha": 1,
18077
18977
  "filePath": "src/tokens/functional/color/control.json5",
18078
18978
  "isSource": true,
@@ -18085,13 +18985,21 @@
18085
18985
  "$type": "color"
18086
18986
  },
18087
18987
  "light-high-contrast": {
18088
- "$value": "#8c0b1d",
18988
+ "$value": {
18989
+ "colorSpace": "hsl",
18990
+ "components": [351.6, 85.4, 29.6],
18991
+ "hex": "#8c0b1d"
18992
+ },
18089
18993
  "filePath": "src/tokens/functional/color/control.json5",
18090
18994
  "isSource": true,
18091
18995
  "$type": "color"
18092
18996
  },
18093
18997
  "light-tritanopia-high-contrast": {
18094
- "$value": "#8c0b1d",
18998
+ "$value": {
18999
+ "colorSpace": "hsl",
19000
+ "components": [351.6, 85.4, 29.6],
19001
+ "hex": "#8c0b1d"
19002
+ },
18095
19003
  "filePath": "src/tokens/functional/color/control.json5",
18096
19004
  "isSource": true,
18097
19005
  "$type": "color"
@@ -47509,14 +48417,22 @@
47509
48417
  },
47510
48418
  "org.primer.overrides": {
47511
48419
  "dark": {
47512
- "$value": "#3a8cfd",
48420
+ "$value": {
48421
+ "colorSpace": "hsl",
48422
+ "components": [214.8, 98, 61],
48423
+ "hex": "#3a8cfd"
48424
+ },
47513
48425
  "alpha": 0.36,
47514
48426
  "filePath": "src/tokens/component/reactionButton.json5",
47515
48427
  "isSource": true,
47516
48428
  "$type": "color"
47517
48429
  },
47518
48430
  "dark-dimmed": {
47519
- "$value": "#4285e5",
48431
+ "$value": {
48432
+ "colorSpace": "hsl",
48433
+ "components": [215.3, 75.8, 57.8],
48434
+ "hex": "#4285e5"
48435
+ },
47520
48436
  "alpha": 0.36,
47521
48437
  "filePath": "src/tokens/component/reactionButton.json5",
47522
48438
  "isSource": true,
@@ -47524,7 +48440,11 @@
47524
48440
  },
47525
48441
  "light-high-contrast": "#c7e9ff",
47526
48442
  "dark-high-contrast": {
47527
- "$value": "#5dadff",
48443
+ "$value": {
48444
+ "colorSpace": "hsl",
48445
+ "components": [210.4, 100, 68.2],
48446
+ "hex": "#5dadff"
48447
+ },
47528
48448
  "alpha": 0.36,
47529
48449
  "filePath": "src/tokens/component/reactionButton.json5",
47530
48450
  "isSource": true,
@@ -47536,7 +48456,11 @@
47536
48456
  "isSource": true,
47537
48457
  "alpha": 0.36,
47538
48458
  "original": {
47539
- "$value": "#3a8cfd",
48459
+ "$value": {
48460
+ "colorSpace": "hsl",
48461
+ "components": [214.8, 98, 61],
48462
+ "hex": "#3a8cfd"
48463
+ },
47540
48464
  "$type": "color",
47541
48465
  "$extensions": {
47542
48466
  "org.primer.figma": {
@@ -47546,14 +48470,22 @@
47546
48470
  },
47547
48471
  "org.primer.overrides": {
47548
48472
  "dark": {
47549
- "$value": "#3a8cfd",
48473
+ "$value": {
48474
+ "colorSpace": "hsl",
48475
+ "components": [214.8, 98, 61],
48476
+ "hex": "#3a8cfd"
48477
+ },
47550
48478
  "alpha": 0.36,
47551
48479
  "filePath": "src/tokens/component/reactionButton.json5",
47552
48480
  "isSource": true,
47553
48481
  "$type": "color"
47554
48482
  },
47555
48483
  "dark-dimmed": {
47556
- "$value": "#4285e5",
48484
+ "$value": {
48485
+ "colorSpace": "hsl",
48486
+ "components": [215.3, 75.8, 57.8],
48487
+ "hex": "#4285e5"
48488
+ },
47557
48489
  "alpha": 0.36,
47558
48490
  "filePath": "src/tokens/component/reactionButton.json5",
47559
48491
  "isSource": true,
@@ -47561,7 +48493,11 @@
47561
48493
  },
47562
48494
  "light-high-contrast": "#c7e9ff",
47563
48495
  "dark-high-contrast": {
47564
- "$value": "#5dadff",
48496
+ "$value": {
48497
+ "colorSpace": "hsl",
48498
+ "components": [210.4, 100, 68.2],
48499
+ "hex": "#5dadff"
48500
+ },
47565
48501
  "alpha": 0.36,
47566
48502
  "filePath": "src/tokens/component/reactionButton.json5",
47567
48503
  "isSource": true,
@@ -47895,6 +48831,147 @@
47895
48831
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47896
48832
  "isSource": true,
47897
48833
  "$type": "shadow"
48834
+ },
48835
+ "light-high-contrast": {
48836
+ "$value": [
48837
+ {
48838
+ "color": "#b7bdc8",
48839
+ "alpha": 1,
48840
+ "offsetX": {
48841
+ "value": 0,
48842
+ "unit": "px"
48843
+ },
48844
+ "offsetY": {
48845
+ "value": 0,
48846
+ "unit": "px"
48847
+ },
48848
+ "blur": {
48849
+ "value": 0,
48850
+ "unit": "px"
48851
+ },
48852
+ "spread": {
48853
+ "value": 1,
48854
+ "unit": "px"
48855
+ }
48856
+ },
48857
+ {
48858
+ "color": "#f0f6fc",
48859
+ "alpha": 0.24,
48860
+ "offsetX": {
48861
+ "value": 0,
48862
+ "unit": "px"
48863
+ },
48864
+ "offsetY": {
48865
+ "value": 40,
48866
+ "unit": "px"
48867
+ },
48868
+ "blur": {
48869
+ "value": 80,
48870
+ "unit": "px"
48871
+ },
48872
+ "spread": {
48873
+ "value": 0,
48874
+ "unit": "px"
48875
+ }
48876
+ }
48877
+ ],
48878
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48879
+ "isSource": true,
48880
+ "$type": "shadow"
48881
+ },
48882
+ "light-protanopia-deuteranopia-high-contrast": {
48883
+ "$value": [
48884
+ {
48885
+ "color": "#b7bdc8",
48886
+ "alpha": 1,
48887
+ "offsetX": {
48888
+ "value": 0,
48889
+ "unit": "px"
48890
+ },
48891
+ "offsetY": {
48892
+ "value": 0,
48893
+ "unit": "px"
48894
+ },
48895
+ "blur": {
48896
+ "value": 0,
48897
+ "unit": "px"
48898
+ },
48899
+ "spread": {
48900
+ "value": 1,
48901
+ "unit": "px"
48902
+ }
48903
+ },
48904
+ {
48905
+ "color": "#f0f6fc",
48906
+ "alpha": 0.24,
48907
+ "offsetX": {
48908
+ "value": 0,
48909
+ "unit": "px"
48910
+ },
48911
+ "offsetY": {
48912
+ "value": 40,
48913
+ "unit": "px"
48914
+ },
48915
+ "blur": {
48916
+ "value": 80,
48917
+ "unit": "px"
48918
+ },
48919
+ "spread": {
48920
+ "value": 0,
48921
+ "unit": "px"
48922
+ }
48923
+ }
48924
+ ],
48925
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48926
+ "isSource": true,
48927
+ "$type": "shadow"
48928
+ },
48929
+ "light-tritanopia-high-contrast": {
48930
+ "$value": [
48931
+ {
48932
+ "color": "#b7bdc8",
48933
+ "alpha": 1,
48934
+ "offsetX": {
48935
+ "value": 0,
48936
+ "unit": "px"
48937
+ },
48938
+ "offsetY": {
48939
+ "value": 0,
48940
+ "unit": "px"
48941
+ },
48942
+ "blur": {
48943
+ "value": 0,
48944
+ "unit": "px"
48945
+ },
48946
+ "spread": {
48947
+ "value": 1,
48948
+ "unit": "px"
48949
+ }
48950
+ },
48951
+ {
48952
+ "color": "#f0f6fc",
48953
+ "alpha": 0.24,
48954
+ "offsetX": {
48955
+ "value": 0,
48956
+ "unit": "px"
48957
+ },
48958
+ "offsetY": {
48959
+ "value": 40,
48960
+ "unit": "px"
48961
+ },
48962
+ "blur": {
48963
+ "value": 80,
48964
+ "unit": "px"
48965
+ },
48966
+ "spread": {
48967
+ "value": 0,
48968
+ "unit": "px"
48969
+ }
48970
+ }
48971
+ ],
48972
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48973
+ "isSource": true,
48974
+ "$type": "shadow"
47898
48975
  }
47899
48976
  },
47900
48977
  "org.primer.llm": {
@@ -48001,6 +49078,147 @@
48001
49078
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48002
49079
  "isSource": true,
48003
49080
  "$type": "shadow"
49081
+ },
49082
+ "light-high-contrast": {
49083
+ "$value": [
49084
+ {
49085
+ "color": "{overlay.borderColor}",
49086
+ "alpha": 1,
49087
+ "offsetX": {
49088
+ "value": 0,
49089
+ "unit": "px"
49090
+ },
49091
+ "offsetY": {
49092
+ "value": 0,
49093
+ "unit": "px"
49094
+ },
49095
+ "blur": {
49096
+ "value": 0,
49097
+ "unit": "px"
49098
+ },
49099
+ "spread": {
49100
+ "value": 1,
49101
+ "unit": "px"
49102
+ }
49103
+ },
49104
+ {
49105
+ "color": "{base.color.neutral.12}",
49106
+ "alpha": 0.24,
49107
+ "offsetX": {
49108
+ "value": 0,
49109
+ "unit": "px"
49110
+ },
49111
+ "offsetY": {
49112
+ "value": 40,
49113
+ "unit": "px"
49114
+ },
49115
+ "blur": {
49116
+ "value": 80,
49117
+ "unit": "px"
49118
+ },
49119
+ "spread": {
49120
+ "value": 0,
49121
+ "unit": "px"
49122
+ }
49123
+ }
49124
+ ],
49125
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49126
+ "isSource": true,
49127
+ "$type": "shadow"
49128
+ },
49129
+ "light-protanopia-deuteranopia-high-contrast": {
49130
+ "$value": [
49131
+ {
49132
+ "color": "{overlay.borderColor}",
49133
+ "alpha": 1,
49134
+ "offsetX": {
49135
+ "value": 0,
49136
+ "unit": "px"
49137
+ },
49138
+ "offsetY": {
49139
+ "value": 0,
49140
+ "unit": "px"
49141
+ },
49142
+ "blur": {
49143
+ "value": 0,
49144
+ "unit": "px"
49145
+ },
49146
+ "spread": {
49147
+ "value": 1,
49148
+ "unit": "px"
49149
+ }
49150
+ },
49151
+ {
49152
+ "color": "{base.color.neutral.12}",
49153
+ "alpha": 0.24,
49154
+ "offsetX": {
49155
+ "value": 0,
49156
+ "unit": "px"
49157
+ },
49158
+ "offsetY": {
49159
+ "value": 40,
49160
+ "unit": "px"
49161
+ },
49162
+ "blur": {
49163
+ "value": 80,
49164
+ "unit": "px"
49165
+ },
49166
+ "spread": {
49167
+ "value": 0,
49168
+ "unit": "px"
49169
+ }
49170
+ }
49171
+ ],
49172
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49173
+ "isSource": true,
49174
+ "$type": "shadow"
49175
+ },
49176
+ "light-tritanopia-high-contrast": {
49177
+ "$value": [
49178
+ {
49179
+ "color": "{overlay.borderColor}",
49180
+ "alpha": 1,
49181
+ "offsetX": {
49182
+ "value": 0,
49183
+ "unit": "px"
49184
+ },
49185
+ "offsetY": {
49186
+ "value": 0,
49187
+ "unit": "px"
49188
+ },
49189
+ "blur": {
49190
+ "value": 0,
49191
+ "unit": "px"
49192
+ },
49193
+ "spread": {
49194
+ "value": 1,
49195
+ "unit": "px"
49196
+ }
49197
+ },
49198
+ {
49199
+ "color": "{base.color.neutral.12}",
49200
+ "alpha": 0.24,
49201
+ "offsetX": {
49202
+ "value": 0,
49203
+ "unit": "px"
49204
+ },
49205
+ "offsetY": {
49206
+ "value": 40,
49207
+ "unit": "px"
49208
+ },
49209
+ "blur": {
49210
+ "value": 80,
49211
+ "unit": "px"
49212
+ },
49213
+ "spread": {
49214
+ "value": 0,
49215
+ "unit": "px"
49216
+ }
49217
+ }
49218
+ ],
49219
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49220
+ "isSource": true,
49221
+ "$type": "shadow"
48004
49222
  }
48005
49223
  },
48006
49224
  "org.primer.llm": {
@@ -48276,152 +49494,794 @@
48276
49494
  "value": -12,
48277
49495
  "unit": "px"
48278
49496
  }
48279
- },
48280
- {
48281
- "color": "#010409",
48282
- "alpha": 0.4,
48283
- "offsetX": {
48284
- "value": 0,
48285
- "unit": "px"
49497
+ },
49498
+ {
49499
+ "color": "#010409",
49500
+ "alpha": 0.4,
49501
+ "offsetX": {
49502
+ "value": 0,
49503
+ "unit": "px"
49504
+ },
49505
+ "offsetY": {
49506
+ "value": 48,
49507
+ "unit": "px"
49508
+ },
49509
+ "blur": {
49510
+ "value": 96,
49511
+ "unit": "px"
49512
+ },
49513
+ "spread": {
49514
+ "value": -24,
49515
+ "unit": "px"
49516
+ }
49517
+ }
49518
+ ],
49519
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49520
+ "isSource": true,
49521
+ "$type": "shadow"
49522
+ },
49523
+ "light-high-contrast": {
49524
+ "$value": [
49525
+ {
49526
+ "color": "#b7bdc8",
49527
+ "alpha": 1,
49528
+ "offsetX": {
49529
+ "value": 0,
49530
+ "unit": "px"
49531
+ },
49532
+ "offsetY": {
49533
+ "value": 0,
49534
+ "unit": "px"
49535
+ },
49536
+ "blur": {
49537
+ "value": 0,
49538
+ "unit": "px"
49539
+ },
49540
+ "spread": {
49541
+ "value": 1,
49542
+ "unit": "px"
49543
+ }
49544
+ },
49545
+ {
49546
+ "color": "#f0f6fc",
49547
+ "alpha": 0.08,
49548
+ "offsetX": {
49549
+ "value": 0,
49550
+ "unit": "px"
49551
+ },
49552
+ "offsetY": {
49553
+ "value": 8,
49554
+ "unit": "px"
49555
+ },
49556
+ "blur": {
49557
+ "value": 16,
49558
+ "unit": "px"
49559
+ },
49560
+ "spread": {
49561
+ "value": -4,
49562
+ "unit": "px"
49563
+ }
49564
+ },
49565
+ {
49566
+ "color": "#f0f6fc",
49567
+ "alpha": 0.08,
49568
+ "offsetX": {
49569
+ "value": 0,
49570
+ "unit": "px"
49571
+ },
49572
+ "offsetY": {
49573
+ "value": 4,
49574
+ "unit": "px"
49575
+ },
49576
+ "blur": {
49577
+ "value": 32,
49578
+ "unit": "px"
49579
+ },
49580
+ "spread": {
49581
+ "value": -4,
49582
+ "unit": "px"
49583
+ }
49584
+ },
49585
+ {
49586
+ "color": "#f0f6fc",
49587
+ "alpha": 0.08,
49588
+ "offsetX": {
49589
+ "value": 0,
49590
+ "unit": "px"
49591
+ },
49592
+ "offsetY": {
49593
+ "value": 24,
49594
+ "unit": "px"
49595
+ },
49596
+ "blur": {
49597
+ "value": 48,
49598
+ "unit": "px"
49599
+ },
49600
+ "spread": {
49601
+ "value": -12,
49602
+ "unit": "px"
49603
+ }
49604
+ },
49605
+ {
49606
+ "color": "#f0f6fc",
49607
+ "alpha": 0.08,
49608
+ "offsetX": {
49609
+ "value": 0,
49610
+ "unit": "px"
49611
+ },
49612
+ "offsetY": {
49613
+ "value": 48,
49614
+ "unit": "px"
49615
+ },
49616
+ "blur": {
49617
+ "value": 96,
49618
+ "unit": "px"
49619
+ },
49620
+ "spread": {
49621
+ "value": -24,
49622
+ "unit": "px"
49623
+ }
49624
+ }
49625
+ ],
49626
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49627
+ "isSource": true,
49628
+ "$type": "shadow"
49629
+ },
49630
+ "light-protanopia-deuteranopia-high-contrast": {
49631
+ "$value": [
49632
+ {
49633
+ "color": "#b7bdc8",
49634
+ "alpha": 1,
49635
+ "offsetX": {
49636
+ "value": 0,
49637
+ "unit": "px"
49638
+ },
49639
+ "offsetY": {
49640
+ "value": 0,
49641
+ "unit": "px"
49642
+ },
49643
+ "blur": {
49644
+ "value": 0,
49645
+ "unit": "px"
49646
+ },
49647
+ "spread": {
49648
+ "value": 1,
49649
+ "unit": "px"
49650
+ }
49651
+ },
49652
+ {
49653
+ "color": "#f0f6fc",
49654
+ "alpha": 0.08,
49655
+ "offsetX": {
49656
+ "value": 0,
49657
+ "unit": "px"
49658
+ },
49659
+ "offsetY": {
49660
+ "value": 8,
49661
+ "unit": "px"
49662
+ },
49663
+ "blur": {
49664
+ "value": 16,
49665
+ "unit": "px"
49666
+ },
49667
+ "spread": {
49668
+ "value": -4,
49669
+ "unit": "px"
49670
+ }
49671
+ },
49672
+ {
49673
+ "color": "#f0f6fc",
49674
+ "alpha": 0.08,
49675
+ "offsetX": {
49676
+ "value": 0,
49677
+ "unit": "px"
49678
+ },
49679
+ "offsetY": {
49680
+ "value": 4,
49681
+ "unit": "px"
49682
+ },
49683
+ "blur": {
49684
+ "value": 32,
49685
+ "unit": "px"
49686
+ },
49687
+ "spread": {
49688
+ "value": -4,
49689
+ "unit": "px"
49690
+ }
49691
+ },
49692
+ {
49693
+ "color": "#f0f6fc",
49694
+ "alpha": 0.08,
49695
+ "offsetX": {
49696
+ "value": 0,
49697
+ "unit": "px"
49698
+ },
49699
+ "offsetY": {
49700
+ "value": 24,
49701
+ "unit": "px"
49702
+ },
49703
+ "blur": {
49704
+ "value": 48,
49705
+ "unit": "px"
49706
+ },
49707
+ "spread": {
49708
+ "value": -12,
49709
+ "unit": "px"
49710
+ }
49711
+ },
49712
+ {
49713
+ "color": "#f0f6fc",
49714
+ "alpha": 0.08,
49715
+ "offsetX": {
49716
+ "value": 0,
49717
+ "unit": "px"
49718
+ },
49719
+ "offsetY": {
49720
+ "value": 48,
49721
+ "unit": "px"
49722
+ },
49723
+ "blur": {
49724
+ "value": 96,
49725
+ "unit": "px"
49726
+ },
49727
+ "spread": {
49728
+ "value": -24,
49729
+ "unit": "px"
49730
+ }
49731
+ }
49732
+ ],
49733
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49734
+ "isSource": true,
49735
+ "$type": "shadow"
49736
+ },
49737
+ "light-tritanopia-high-contrast": {
49738
+ "$value": [
49739
+ {
49740
+ "color": "#b7bdc8",
49741
+ "alpha": 1,
49742
+ "offsetX": {
49743
+ "value": 0,
49744
+ "unit": "px"
49745
+ },
49746
+ "offsetY": {
49747
+ "value": 0,
49748
+ "unit": "px"
49749
+ },
49750
+ "blur": {
49751
+ "value": 0,
49752
+ "unit": "px"
49753
+ },
49754
+ "spread": {
49755
+ "value": 1,
49756
+ "unit": "px"
49757
+ }
49758
+ },
49759
+ {
49760
+ "color": "#f0f6fc",
49761
+ "alpha": 0.08,
49762
+ "offsetX": {
49763
+ "value": 0,
49764
+ "unit": "px"
49765
+ },
49766
+ "offsetY": {
49767
+ "value": 8,
49768
+ "unit": "px"
49769
+ },
49770
+ "blur": {
49771
+ "value": 16,
49772
+ "unit": "px"
49773
+ },
49774
+ "spread": {
49775
+ "value": -4,
49776
+ "unit": "px"
49777
+ }
49778
+ },
49779
+ {
49780
+ "color": "#f0f6fc",
49781
+ "alpha": 0.08,
49782
+ "offsetX": {
49783
+ "value": 0,
49784
+ "unit": "px"
49785
+ },
49786
+ "offsetY": {
49787
+ "value": 4,
49788
+ "unit": "px"
49789
+ },
49790
+ "blur": {
49791
+ "value": 32,
49792
+ "unit": "px"
49793
+ },
49794
+ "spread": {
49795
+ "value": -4,
49796
+ "unit": "px"
49797
+ }
49798
+ },
49799
+ {
49800
+ "color": "#f0f6fc",
49801
+ "alpha": 0.08,
49802
+ "offsetX": {
49803
+ "value": 0,
49804
+ "unit": "px"
49805
+ },
49806
+ "offsetY": {
49807
+ "value": 24,
49808
+ "unit": "px"
49809
+ },
49810
+ "blur": {
49811
+ "value": 48,
49812
+ "unit": "px"
49813
+ },
49814
+ "spread": {
49815
+ "value": -12,
49816
+ "unit": "px"
49817
+ }
49818
+ },
49819
+ {
49820
+ "color": "#f0f6fc",
49821
+ "alpha": 0.08,
49822
+ "offsetX": {
49823
+ "value": 0,
49824
+ "unit": "px"
49825
+ },
49826
+ "offsetY": {
49827
+ "value": 48,
49828
+ "unit": "px"
49829
+ },
49830
+ "blur": {
49831
+ "value": 96,
49832
+ "unit": "px"
49833
+ },
49834
+ "spread": {
49835
+ "value": -24,
49836
+ "unit": "px"
49837
+ }
49838
+ }
49839
+ ],
49840
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49841
+ "isSource": true,
49842
+ "$type": "shadow"
49843
+ }
49844
+ },
49845
+ "org.primer.llm": {
49846
+ "usage": ["popover", "action-menu", "select-panel", "autocomplete"],
49847
+ "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."
49848
+ }
49849
+ },
49850
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49851
+ "isSource": true,
49852
+ "original": {
49853
+ "$value": [
49854
+ {
49855
+ "color": "{overlay.borderColor}",
49856
+ "alpha": 1,
49857
+ "offsetX": {
49858
+ "value": 0,
49859
+ "unit": "px"
49860
+ },
49861
+ "offsetY": {
49862
+ "value": 0,
49863
+ "unit": "px"
49864
+ },
49865
+ "blur": {
49866
+ "value": 0,
49867
+ "unit": "px"
49868
+ },
49869
+ "spread": {
49870
+ "value": 1,
49871
+ "unit": "px"
49872
+ }
49873
+ },
49874
+ {
49875
+ "color": "{base.color.neutral.0}",
49876
+ "alpha": 0.4,
49877
+ "offsetX": {
49878
+ "value": 0,
49879
+ "unit": "px"
49880
+ },
49881
+ "offsetY": {
49882
+ "value": 8,
49883
+ "unit": "px"
49884
+ },
49885
+ "blur": {
49886
+ "value": 16,
49887
+ "unit": "px"
49888
+ },
49889
+ "spread": {
49890
+ "value": -4,
49891
+ "unit": "px"
49892
+ }
49893
+ },
49894
+ {
49895
+ "color": "{base.color.neutral.0}",
49896
+ "alpha": 0.4,
49897
+ "offsetX": {
49898
+ "value": 0,
49899
+ "unit": "px"
49900
+ },
49901
+ "offsetY": {
49902
+ "value": 4,
49903
+ "unit": "px"
49904
+ },
49905
+ "blur": {
49906
+ "value": 32,
49907
+ "unit": "px"
49908
+ },
49909
+ "spread": {
49910
+ "value": -4,
49911
+ "unit": "px"
49912
+ }
49913
+ },
49914
+ {
49915
+ "color": "{base.color.neutral.0}",
49916
+ "alpha": 0.4,
49917
+ "offsetX": {
49918
+ "value": 0,
49919
+ "unit": "px"
49920
+ },
49921
+ "offsetY": {
49922
+ "value": 24,
49923
+ "unit": "px"
49924
+ },
49925
+ "blur": {
49926
+ "value": 48,
49927
+ "unit": "px"
49928
+ },
49929
+ "spread": {
49930
+ "value": -12,
49931
+ "unit": "px"
49932
+ }
49933
+ },
49934
+ {
49935
+ "color": "{base.color.neutral.0}",
49936
+ "alpha": 0.4,
49937
+ "offsetX": {
49938
+ "value": 0,
49939
+ "unit": "px"
49940
+ },
49941
+ "offsetY": {
49942
+ "value": 48,
49943
+ "unit": "px"
49944
+ },
49945
+ "blur": {
49946
+ "value": 96,
49947
+ "unit": "px"
49948
+ },
49949
+ "spread": {
49950
+ "value": -24,
49951
+ "unit": "px"
49952
+ }
49953
+ }
49954
+ ],
49955
+ "$type": "shadow",
49956
+ "$description": "Medium floating shadow for popovers and action menus",
49957
+ "$extensions": {
49958
+ "org.primer.figma": {
49959
+ "collection": "mode",
49960
+ "group": "shadow"
49961
+ },
49962
+ "org.primer.overrides": {
49963
+ "dark": {
49964
+ "$value": [
49965
+ {
49966
+ "color": "{overlay.borderColor}",
49967
+ "alpha": 1,
49968
+ "offsetX": {
49969
+ "value": 0,
49970
+ "unit": "px"
49971
+ },
49972
+ "offsetY": {
49973
+ "value": 0,
49974
+ "unit": "px"
49975
+ },
49976
+ "blur": {
49977
+ "value": 0,
49978
+ "unit": "px"
49979
+ },
49980
+ "spread": {
49981
+ "value": 1,
49982
+ "unit": "px"
49983
+ }
49984
+ },
49985
+ {
49986
+ "color": "{base.color.neutral.0}",
49987
+ "alpha": 0.4,
49988
+ "offsetX": {
49989
+ "value": 0,
49990
+ "unit": "px"
49991
+ },
49992
+ "offsetY": {
49993
+ "value": 8,
49994
+ "unit": "px"
49995
+ },
49996
+ "blur": {
49997
+ "value": 16,
49998
+ "unit": "px"
49999
+ },
50000
+ "spread": {
50001
+ "value": -4,
50002
+ "unit": "px"
50003
+ }
50004
+ },
50005
+ {
50006
+ "color": "{base.color.neutral.0}",
50007
+ "alpha": 0.4,
50008
+ "offsetX": {
50009
+ "value": 0,
50010
+ "unit": "px"
50011
+ },
50012
+ "offsetY": {
50013
+ "value": 4,
50014
+ "unit": "px"
50015
+ },
50016
+ "blur": {
50017
+ "value": 32,
50018
+ "unit": "px"
50019
+ },
50020
+ "spread": {
50021
+ "value": -4,
50022
+ "unit": "px"
50023
+ }
50024
+ },
50025
+ {
50026
+ "color": "{base.color.neutral.0}",
50027
+ "alpha": 0.4,
50028
+ "offsetX": {
50029
+ "value": 0,
50030
+ "unit": "px"
50031
+ },
50032
+ "offsetY": {
50033
+ "value": 24,
50034
+ "unit": "px"
50035
+ },
50036
+ "blur": {
50037
+ "value": 48,
50038
+ "unit": "px"
50039
+ },
50040
+ "spread": {
50041
+ "value": -12,
50042
+ "unit": "px"
50043
+ }
50044
+ },
50045
+ {
50046
+ "color": "{base.color.neutral.0}",
50047
+ "alpha": 0.4,
50048
+ "offsetX": {
50049
+ "value": 0,
50050
+ "unit": "px"
50051
+ },
50052
+ "offsetY": {
50053
+ "value": 48,
50054
+ "unit": "px"
50055
+ },
50056
+ "blur": {
50057
+ "value": 96,
50058
+ "unit": "px"
50059
+ },
50060
+ "spread": {
50061
+ "value": -24,
50062
+ "unit": "px"
50063
+ }
50064
+ }
50065
+ ],
50066
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50067
+ "isSource": true,
50068
+ "$type": "shadow"
50069
+ },
50070
+ "light-high-contrast": {
50071
+ "$value": [
50072
+ {
50073
+ "color": "{overlay.borderColor}",
50074
+ "alpha": 1,
50075
+ "offsetX": {
50076
+ "value": 0,
50077
+ "unit": "px"
50078
+ },
50079
+ "offsetY": {
50080
+ "value": 0,
50081
+ "unit": "px"
50082
+ },
50083
+ "blur": {
50084
+ "value": 0,
50085
+ "unit": "px"
50086
+ },
50087
+ "spread": {
50088
+ "value": 1,
50089
+ "unit": "px"
50090
+ }
50091
+ },
50092
+ {
50093
+ "color": "{base.color.neutral.12}",
50094
+ "alpha": 0.08,
50095
+ "offsetX": {
50096
+ "value": 0,
50097
+ "unit": "px"
50098
+ },
50099
+ "offsetY": {
50100
+ "value": 8,
50101
+ "unit": "px"
50102
+ },
50103
+ "blur": {
50104
+ "value": 16,
50105
+ "unit": "px"
50106
+ },
50107
+ "spread": {
50108
+ "value": -4,
50109
+ "unit": "px"
50110
+ }
50111
+ },
50112
+ {
50113
+ "color": "{base.color.neutral.12}",
50114
+ "alpha": 0.08,
50115
+ "offsetX": {
50116
+ "value": 0,
50117
+ "unit": "px"
50118
+ },
50119
+ "offsetY": {
50120
+ "value": 4,
50121
+ "unit": "px"
50122
+ },
50123
+ "blur": {
50124
+ "value": 32,
50125
+ "unit": "px"
50126
+ },
50127
+ "spread": {
50128
+ "value": -4,
50129
+ "unit": "px"
50130
+ }
50131
+ },
50132
+ {
50133
+ "color": "{base.color.neutral.12}",
50134
+ "alpha": 0.08,
50135
+ "offsetX": {
50136
+ "value": 0,
50137
+ "unit": "px"
50138
+ },
50139
+ "offsetY": {
50140
+ "value": 24,
50141
+ "unit": "px"
50142
+ },
50143
+ "blur": {
50144
+ "value": 48,
50145
+ "unit": "px"
50146
+ },
50147
+ "spread": {
50148
+ "value": -12,
50149
+ "unit": "px"
50150
+ }
50151
+ },
50152
+ {
50153
+ "color": "{base.color.neutral.12}",
50154
+ "alpha": 0.08,
50155
+ "offsetX": {
50156
+ "value": 0,
50157
+ "unit": "px"
50158
+ },
50159
+ "offsetY": {
50160
+ "value": 48,
50161
+ "unit": "px"
50162
+ },
50163
+ "blur": {
50164
+ "value": 96,
50165
+ "unit": "px"
50166
+ },
50167
+ "spread": {
50168
+ "value": -24,
50169
+ "unit": "px"
50170
+ }
50171
+ }
50172
+ ],
50173
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50174
+ "isSource": true,
50175
+ "$type": "shadow"
50176
+ },
50177
+ "light-protanopia-deuteranopia-high-contrast": {
50178
+ "$value": [
50179
+ {
50180
+ "color": "{overlay.borderColor}",
50181
+ "alpha": 1,
50182
+ "offsetX": {
50183
+ "value": 0,
50184
+ "unit": "px"
50185
+ },
50186
+ "offsetY": {
50187
+ "value": 0,
50188
+ "unit": "px"
50189
+ },
50190
+ "blur": {
50191
+ "value": 0,
50192
+ "unit": "px"
50193
+ },
50194
+ "spread": {
50195
+ "value": 1,
50196
+ "unit": "px"
50197
+ }
48286
50198
  },
48287
- "offsetY": {
48288
- "value": 48,
48289
- "unit": "px"
50199
+ {
50200
+ "color": "{base.color.neutral.12}",
50201
+ "alpha": 0.08,
50202
+ "offsetX": {
50203
+ "value": 0,
50204
+ "unit": "px"
50205
+ },
50206
+ "offsetY": {
50207
+ "value": 8,
50208
+ "unit": "px"
50209
+ },
50210
+ "blur": {
50211
+ "value": 16,
50212
+ "unit": "px"
50213
+ },
50214
+ "spread": {
50215
+ "value": -4,
50216
+ "unit": "px"
50217
+ }
48290
50218
  },
48291
- "blur": {
48292
- "value": 96,
48293
- "unit": "px"
50219
+ {
50220
+ "color": "{base.color.neutral.12}",
50221
+ "alpha": 0.08,
50222
+ "offsetX": {
50223
+ "value": 0,
50224
+ "unit": "px"
50225
+ },
50226
+ "offsetY": {
50227
+ "value": 4,
50228
+ "unit": "px"
50229
+ },
50230
+ "blur": {
50231
+ "value": 32,
50232
+ "unit": "px"
50233
+ },
50234
+ "spread": {
50235
+ "value": -4,
50236
+ "unit": "px"
50237
+ }
48294
50238
  },
48295
- "spread": {
48296
- "value": -24,
48297
- "unit": "px"
50239
+ {
50240
+ "color": "{base.color.neutral.12}",
50241
+ "alpha": 0.08,
50242
+ "offsetX": {
50243
+ "value": 0,
50244
+ "unit": "px"
50245
+ },
50246
+ "offsetY": {
50247
+ "value": 24,
50248
+ "unit": "px"
50249
+ },
50250
+ "blur": {
50251
+ "value": 48,
50252
+ "unit": "px"
50253
+ },
50254
+ "spread": {
50255
+ "value": -12,
50256
+ "unit": "px"
50257
+ }
50258
+ },
50259
+ {
50260
+ "color": "{base.color.neutral.12}",
50261
+ "alpha": 0.08,
50262
+ "offsetX": {
50263
+ "value": 0,
50264
+ "unit": "px"
50265
+ },
50266
+ "offsetY": {
50267
+ "value": 48,
50268
+ "unit": "px"
50269
+ },
50270
+ "blur": {
50271
+ "value": 96,
50272
+ "unit": "px"
50273
+ },
50274
+ "spread": {
50275
+ "value": -24,
50276
+ "unit": "px"
50277
+ }
48298
50278
  }
48299
- }
48300
- ],
48301
- "filePath": "src/tokens/functional/shadow/shadow.json5",
48302
- "isSource": true,
48303
- "$type": "shadow"
48304
- }
48305
- },
48306
- "org.primer.llm": {
48307
- "usage": ["popover", "action-menu", "select-panel", "autocomplete"],
48308
- "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."
48309
- }
48310
- },
48311
- "filePath": "src/tokens/functional/shadow/shadow.json5",
48312
- "isSource": true,
48313
- "original": {
48314
- "$value": [
48315
- {
48316
- "color": "{overlay.borderColor}",
48317
- "alpha": 1,
48318
- "offsetX": {
48319
- "value": 0,
48320
- "unit": "px"
48321
- },
48322
- "offsetY": {
48323
- "value": 0,
48324
- "unit": "px"
48325
- },
48326
- "blur": {
48327
- "value": 0,
48328
- "unit": "px"
48329
- },
48330
- "spread": {
48331
- "value": 1,
48332
- "unit": "px"
48333
- }
48334
- },
48335
- {
48336
- "color": "{base.color.neutral.0}",
48337
- "alpha": 0.4,
48338
- "offsetX": {
48339
- "value": 0,
48340
- "unit": "px"
48341
- },
48342
- "offsetY": {
48343
- "value": 8,
48344
- "unit": "px"
48345
- },
48346
- "blur": {
48347
- "value": 16,
48348
- "unit": "px"
48349
- },
48350
- "spread": {
48351
- "value": -4,
48352
- "unit": "px"
48353
- }
48354
- },
48355
- {
48356
- "color": "{base.color.neutral.0}",
48357
- "alpha": 0.4,
48358
- "offsetX": {
48359
- "value": 0,
48360
- "unit": "px"
48361
- },
48362
- "offsetY": {
48363
- "value": 4,
48364
- "unit": "px"
48365
- },
48366
- "blur": {
48367
- "value": 32,
48368
- "unit": "px"
48369
- },
48370
- "spread": {
48371
- "value": -4,
48372
- "unit": "px"
48373
- }
48374
- },
48375
- {
48376
- "color": "{base.color.neutral.0}",
48377
- "alpha": 0.4,
48378
- "offsetX": {
48379
- "value": 0,
48380
- "unit": "px"
48381
- },
48382
- "offsetY": {
48383
- "value": 24,
48384
- "unit": "px"
48385
- },
48386
- "blur": {
48387
- "value": 48,
48388
- "unit": "px"
48389
- },
48390
- "spread": {
48391
- "value": -12,
48392
- "unit": "px"
48393
- }
48394
- },
48395
- {
48396
- "color": "{base.color.neutral.0}",
48397
- "alpha": 0.4,
48398
- "offsetX": {
48399
- "value": 0,
48400
- "unit": "px"
48401
- },
48402
- "offsetY": {
48403
- "value": 48,
48404
- "unit": "px"
48405
- },
48406
- "blur": {
48407
- "value": 96,
48408
- "unit": "px"
50279
+ ],
50280
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50281
+ "isSource": true,
50282
+ "$type": "shadow"
48409
50283
  },
48410
- "spread": {
48411
- "value": -24,
48412
- "unit": "px"
48413
- }
48414
- }
48415
- ],
48416
- "$type": "shadow",
48417
- "$description": "Medium floating shadow for popovers and action menus",
48418
- "$extensions": {
48419
- "org.primer.figma": {
48420
- "collection": "mode",
48421
- "group": "shadow"
48422
- },
48423
- "org.primer.overrides": {
48424
- "dark": {
50284
+ "light-tritanopia-high-contrast": {
48425
50285
  "$value": [
48426
50286
  {
48427
50287
  "color": "{overlay.borderColor}",
@@ -48444,8 +50304,8 @@
48444
50304
  }
48445
50305
  },
48446
50306
  {
48447
- "color": "{base.color.neutral.0}",
48448
- "alpha": 0.4,
50307
+ "color": "{base.color.neutral.12}",
50308
+ "alpha": 0.08,
48449
50309
  "offsetX": {
48450
50310
  "value": 0,
48451
50311
  "unit": "px"
@@ -48464,8 +50324,8 @@
48464
50324
  }
48465
50325
  },
48466
50326
  {
48467
- "color": "{base.color.neutral.0}",
48468
- "alpha": 0.4,
50327
+ "color": "{base.color.neutral.12}",
50328
+ "alpha": 0.08,
48469
50329
  "offsetX": {
48470
50330
  "value": 0,
48471
50331
  "unit": "px"
@@ -48484,8 +50344,8 @@
48484
50344
  }
48485
50345
  },
48486
50346
  {
48487
- "color": "{base.color.neutral.0}",
48488
- "alpha": 0.4,
50347
+ "color": "{base.color.neutral.12}",
50348
+ "alpha": 0.08,
48489
50349
  "offsetX": {
48490
50350
  "value": 0,
48491
50351
  "unit": "px"
@@ -48504,8 +50364,8 @@
48504
50364
  }
48505
50365
  },
48506
50366
  {
48507
- "color": "{base.color.neutral.0}",
48508
- "alpha": 0.4,
50367
+ "color": "{base.color.neutral.12}",
50368
+ "alpha": 0.08,
48509
50369
  "offsetX": {
48510
50370
  "value": 0,
48511
50371
  "unit": "px"
@@ -48833,6 +50693,147 @@
48833
50693
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48834
50694
  "isSource": true,
48835
50695
  "$type": "shadow"
50696
+ },
50697
+ "light-high-contrast": {
50698
+ "$value": [
50699
+ {
50700
+ "color": "#b7bdc8",
50701
+ "alpha": 1,
50702
+ "offsetX": {
50703
+ "value": 0,
50704
+ "unit": "px"
50705
+ },
50706
+ "offsetY": {
50707
+ "value": 0,
50708
+ "unit": "px"
50709
+ },
50710
+ "blur": {
50711
+ "value": 0,
50712
+ "unit": "px"
50713
+ },
50714
+ "spread": {
50715
+ "value": 1,
50716
+ "unit": "px"
50717
+ }
50718
+ },
50719
+ {
50720
+ "color": "#f0f6fc",
50721
+ "alpha": 0.32,
50722
+ "offsetX": {
50723
+ "value": 0,
50724
+ "unit": "px"
50725
+ },
50726
+ "offsetY": {
50727
+ "value": 56,
50728
+ "unit": "px"
50729
+ },
50730
+ "blur": {
50731
+ "value": 112,
50732
+ "unit": "px"
50733
+ },
50734
+ "spread": {
50735
+ "value": 0,
50736
+ "unit": "px"
50737
+ }
50738
+ }
50739
+ ],
50740
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50741
+ "isSource": true,
50742
+ "$type": "shadow"
50743
+ },
50744
+ "light-protanopia-deuteranopia-high-contrast": {
50745
+ "$value": [
50746
+ {
50747
+ "color": "#b7bdc8",
50748
+ "alpha": 1,
50749
+ "offsetX": {
50750
+ "value": 0,
50751
+ "unit": "px"
50752
+ },
50753
+ "offsetY": {
50754
+ "value": 0,
50755
+ "unit": "px"
50756
+ },
50757
+ "blur": {
50758
+ "value": 0,
50759
+ "unit": "px"
50760
+ },
50761
+ "spread": {
50762
+ "value": 1,
50763
+ "unit": "px"
50764
+ }
50765
+ },
50766
+ {
50767
+ "color": "#f0f6fc",
50768
+ "alpha": 0.32,
50769
+ "offsetX": {
50770
+ "value": 0,
50771
+ "unit": "px"
50772
+ },
50773
+ "offsetY": {
50774
+ "value": 56,
50775
+ "unit": "px"
50776
+ },
50777
+ "blur": {
50778
+ "value": 112,
50779
+ "unit": "px"
50780
+ },
50781
+ "spread": {
50782
+ "value": 0,
50783
+ "unit": "px"
50784
+ }
50785
+ }
50786
+ ],
50787
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50788
+ "isSource": true,
50789
+ "$type": "shadow"
50790
+ },
50791
+ "light-tritanopia-high-contrast": {
50792
+ "$value": [
50793
+ {
50794
+ "color": "#b7bdc8",
50795
+ "alpha": 1,
50796
+ "offsetX": {
50797
+ "value": 0,
50798
+ "unit": "px"
50799
+ },
50800
+ "offsetY": {
50801
+ "value": 0,
50802
+ "unit": "px"
50803
+ },
50804
+ "blur": {
50805
+ "value": 0,
50806
+ "unit": "px"
50807
+ },
50808
+ "spread": {
50809
+ "value": 1,
50810
+ "unit": "px"
50811
+ }
50812
+ },
50813
+ {
50814
+ "color": "#f0f6fc",
50815
+ "alpha": 0.32,
50816
+ "offsetX": {
50817
+ "value": 0,
50818
+ "unit": "px"
50819
+ },
50820
+ "offsetY": {
50821
+ "value": 56,
50822
+ "unit": "px"
50823
+ },
50824
+ "blur": {
50825
+ "value": 112,
50826
+ "unit": "px"
50827
+ },
50828
+ "spread": {
50829
+ "value": 0,
50830
+ "unit": "px"
50831
+ }
50832
+ }
50833
+ ],
50834
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50835
+ "isSource": true,
50836
+ "$type": "shadow"
48836
50837
  }
48837
50838
  },
48838
50839
  "org.primer.llm": {
@@ -48939,6 +50940,147 @@
48939
50940
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48940
50941
  "isSource": true,
48941
50942
  "$type": "shadow"
50943
+ },
50944
+ "light-high-contrast": {
50945
+ "$value": [
50946
+ {
50947
+ "color": "{overlay.borderColor}",
50948
+ "alpha": 1,
50949
+ "offsetX": {
50950
+ "value": 0,
50951
+ "unit": "px"
50952
+ },
50953
+ "offsetY": {
50954
+ "value": 0,
50955
+ "unit": "px"
50956
+ },
50957
+ "blur": {
50958
+ "value": 0,
50959
+ "unit": "px"
50960
+ },
50961
+ "spread": {
50962
+ "value": 1,
50963
+ "unit": "px"
50964
+ }
50965
+ },
50966
+ {
50967
+ "color": "{base.color.neutral.12}",
50968
+ "alpha": 0.32,
50969
+ "offsetX": {
50970
+ "value": 0,
50971
+ "unit": "px"
50972
+ },
50973
+ "offsetY": {
50974
+ "value": 56,
50975
+ "unit": "px"
50976
+ },
50977
+ "blur": {
50978
+ "value": 112,
50979
+ "unit": "px"
50980
+ },
50981
+ "spread": {
50982
+ "value": 0,
50983
+ "unit": "px"
50984
+ }
50985
+ }
50986
+ ],
50987
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50988
+ "isSource": true,
50989
+ "$type": "shadow"
50990
+ },
50991
+ "light-protanopia-deuteranopia-high-contrast": {
50992
+ "$value": [
50993
+ {
50994
+ "color": "{overlay.borderColor}",
50995
+ "alpha": 1,
50996
+ "offsetX": {
50997
+ "value": 0,
50998
+ "unit": "px"
50999
+ },
51000
+ "offsetY": {
51001
+ "value": 0,
51002
+ "unit": "px"
51003
+ },
51004
+ "blur": {
51005
+ "value": 0,
51006
+ "unit": "px"
51007
+ },
51008
+ "spread": {
51009
+ "value": 1,
51010
+ "unit": "px"
51011
+ }
51012
+ },
51013
+ {
51014
+ "color": "{base.color.neutral.12}",
51015
+ "alpha": 0.32,
51016
+ "offsetX": {
51017
+ "value": 0,
51018
+ "unit": "px"
51019
+ },
51020
+ "offsetY": {
51021
+ "value": 56,
51022
+ "unit": "px"
51023
+ },
51024
+ "blur": {
51025
+ "value": 112,
51026
+ "unit": "px"
51027
+ },
51028
+ "spread": {
51029
+ "value": 0,
51030
+ "unit": "px"
51031
+ }
51032
+ }
51033
+ ],
51034
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
51035
+ "isSource": true,
51036
+ "$type": "shadow"
51037
+ },
51038
+ "light-tritanopia-high-contrast": {
51039
+ "$value": [
51040
+ {
51041
+ "color": "{overlay.borderColor}",
51042
+ "alpha": 1,
51043
+ "offsetX": {
51044
+ "value": 0,
51045
+ "unit": "px"
51046
+ },
51047
+ "offsetY": {
51048
+ "value": 0,
51049
+ "unit": "px"
51050
+ },
51051
+ "blur": {
51052
+ "value": 0,
51053
+ "unit": "px"
51054
+ },
51055
+ "spread": {
51056
+ "value": 1,
51057
+ "unit": "px"
51058
+ }
51059
+ },
51060
+ {
51061
+ "color": "{base.color.neutral.12}",
51062
+ "alpha": 0.32,
51063
+ "offsetX": {
51064
+ "value": 0,
51065
+ "unit": "px"
51066
+ },
51067
+ "offsetY": {
51068
+ "value": 56,
51069
+ "unit": "px"
51070
+ },
51071
+ "blur": {
51072
+ "value": 112,
51073
+ "unit": "px"
51074
+ },
51075
+ "spread": {
51076
+ "value": 0,
51077
+ "unit": "px"
51078
+ }
51079
+ }
51080
+ ],
51081
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
51082
+ "isSource": true,
51083
+ "$type": "shadow"
48942
51084
  }
48943
51085
  },
48944
51086
  "org.primer.llm": {