@primer/primitives 10.5.0-rc.6c9d75b1 → 10.5.1-rc.605714e8

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 (37) hide show
  1. package/README.md +4 -4
  2. package/dist/css/functional/themes/dark-high-contrast.css +16 -16
  3. package/dist/css/functional/themes/light-high-contrast.css +16 -16
  4. package/dist/docs/functional/themes/dark-colorblind.json +44 -122
  5. package/dist/docs/functional/themes/dark-dimmed.json +44 -122
  6. package/dist/docs/functional/themes/dark-high-contrast.json +65 -143
  7. package/dist/docs/functional/themes/dark-tritanopia.json +44 -122
  8. package/dist/docs/functional/themes/dark.json +44 -122
  9. package/dist/docs/functional/themes/light-colorblind.json +44 -122
  10. package/dist/docs/functional/themes/light-high-contrast.json +68 -144
  11. package/dist/docs/functional/themes/light-tritanopia.json +44 -122
  12. package/dist/docs/functional/themes/light.json +44 -122
  13. package/dist/figma/themes/dark-colorblind.json +8 -8
  14. package/dist/figma/themes/dark-dimmed.json +8 -8
  15. package/dist/figma/themes/dark-high-contrast.json +29 -29
  16. package/dist/figma/themes/dark-tritanopia.json +8 -8
  17. package/dist/figma/themes/dark.json +8 -8
  18. package/dist/figma/themes/light-colorblind.json +8 -8
  19. package/dist/figma/themes/light-high-contrast.json +30 -29
  20. package/dist/figma/themes/light-tritanopia.json +8 -8
  21. package/dist/figma/themes/light.json +8 -8
  22. package/dist/internalCss/dark-high-contrast.css +16 -16
  23. package/dist/internalCss/light-high-contrast.css +16 -16
  24. package/dist/styleLint/functional/themes/dark-colorblind.json +44 -122
  25. package/dist/styleLint/functional/themes/dark-dimmed.json +44 -122
  26. package/dist/styleLint/functional/themes/dark-high-contrast.json +65 -143
  27. package/dist/styleLint/functional/themes/dark-tritanopia.json +44 -122
  28. package/dist/styleLint/functional/themes/dark.json +44 -122
  29. package/dist/styleLint/functional/themes/light-colorblind.json +44 -122
  30. package/dist/styleLint/functional/themes/light-high-contrast.json +68 -144
  31. package/dist/styleLint/functional/themes/light-tritanopia.json +44 -122
  32. package/dist/styleLint/functional/themes/light.json +44 -122
  33. package/package.json +1 -1
  34. package/src/tokens/component/button.json5 +4 -0
  35. package/src/tokens/component/contribution.json5 +0 -37
  36. package/src/tokens/functional/color/borderColor.json5 +9 -9
  37. package/src/tokens/functional/color/control.json5 +56 -157
@@ -2207,7 +2207,7 @@
2207
2207
  "org.primer.figma": {
2208
2208
  "collection": "mode",
2209
2209
  "group": "semantic",
2210
- "scopes": ["borderColor"],
2210
+ "scopes": ["borderColor", "effectColor"],
2211
2211
  "codeSyntax": {
2212
2212
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2213
2213
  }
@@ -2222,7 +2222,7 @@
2222
2222
  "org.primer.figma": {
2223
2223
  "collection": "mode",
2224
2224
  "group": "semantic",
2225
- "scopes": ["borderColor"],
2225
+ "scopes": ["borderColor", "effectColor"],
2226
2226
  "codeSyntax": {
2227
2227
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2228
2228
  }
@@ -2241,7 +2241,7 @@
2241
2241
  "org.primer.figma": {
2242
2242
  "collection": "mode",
2243
2243
  "group": "semantic",
2244
- "scopes": ["borderColor"],
2244
+ "scopes": ["borderColor", "effectColor"],
2245
2245
  "codeSyntax": {
2246
2246
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2247
2247
  }
@@ -2274,7 +2274,7 @@
2274
2274
  "org.primer.figma": {
2275
2275
  "collection": "mode",
2276
2276
  "group": "semantic",
2277
- "scopes": ["borderColor"],
2277
+ "scopes": ["borderColor", "effectColor"],
2278
2278
  "codeSyntax": {
2279
2279
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2280
2280
  }
@@ -2719,7 +2719,7 @@
2719
2719
  "org.primer.figma": {
2720
2720
  "collection": "mode",
2721
2721
  "group": "semantic",
2722
- "scopes": ["borderColor"],
2722
+ "scopes": ["borderColor", "effectColor"],
2723
2723
  "codeSyntax": {
2724
2724
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2725
2725
  }
@@ -2740,7 +2740,7 @@
2740
2740
  "org.primer.figma": {
2741
2741
  "collection": "mode",
2742
2742
  "group": "semantic",
2743
- "scopes": ["borderColor"],
2743
+ "scopes": ["borderColor", "effectColor"],
2744
2744
  "codeSyntax": {
2745
2745
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2746
2746
  }
@@ -2759,7 +2759,7 @@
2759
2759
  "org.primer.figma": {
2760
2760
  "collection": "mode",
2761
2761
  "group": "semantic",
2762
- "scopes": ["borderColor"]
2762
+ "scopes": ["borderColor", "effectColor"]
2763
2763
  },
2764
2764
  "org.primer.overrides": {
2765
2765
  "dark-dimmed": {
@@ -2788,7 +2788,7 @@
2788
2788
  "org.primer.figma": {
2789
2789
  "collection": "mode",
2790
2790
  "group": "semantic",
2791
- "scopes": ["borderColor"]
2791
+ "scopes": ["borderColor", "effectColor"]
2792
2792
  },
2793
2793
  "org.primer.overrides": {
2794
2794
  "dark-dimmed": {
@@ -2925,7 +2925,7 @@
2925
2925
  "org.primer.figma": {
2926
2926
  "collection": "mode",
2927
2927
  "group": "semantic",
2928
- "scopes": ["borderColor"]
2928
+ "scopes": ["borderColor", "effectColor"]
2929
2929
  },
2930
2930
  "org.primer.overrides": {
2931
2931
  "light-high-contrast": "#454c54",
@@ -2941,7 +2941,7 @@
2941
2941
  "org.primer.figma": {
2942
2942
  "collection": "mode",
2943
2943
  "group": "semantic",
2944
- "scopes": ["borderColor"]
2944
+ "scopes": ["borderColor", "effectColor"]
2945
2945
  },
2946
2946
  "org.primer.overrides": {
2947
2947
  "light-high-contrast": "{borderColor.default}",
@@ -2961,7 +2961,7 @@
2961
2961
  "org.primer.figma": {
2962
2962
  "collection": "mode",
2963
2963
  "group": "semantic",
2964
- "scopes": ["borderColor"],
2964
+ "scopes": ["borderColor", "effectColor"],
2965
2965
  "codeSyntax": {
2966
2966
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
2967
2967
  }
@@ -3000,7 +3000,7 @@
3000
3000
  "org.primer.figma": {
3001
3001
  "collection": "mode",
3002
3002
  "group": "semantic",
3003
- "scopes": ["borderColor"],
3003
+ "scopes": ["borderColor", "effectColor"],
3004
3004
  "codeSyntax": {
3005
3005
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
3006
3006
  }
@@ -3653,7 +3653,7 @@
3653
3653
  "org.primer.figma": {
3654
3654
  "collection": "mode",
3655
3655
  "group": "semantic",
3656
- "scopes": ["borderColor"]
3656
+ "scopes": ["borderColor", "effectColor"]
3657
3657
  },
3658
3658
  "org.primer.overrides": {
3659
3659
  "light-high-contrast": {
@@ -3664,7 +3664,7 @@
3664
3664
  "$type": "color"
3665
3665
  },
3666
3666
  "dark-high-contrast": {
3667
- "$value": "#d1d9e0",
3667
+ "$value": "#59636e",
3668
3668
  "alpha": 1,
3669
3669
  "filePath": "src/tokens/functional/color/borderColor.json5",
3670
3670
  "isSource": true,
@@ -3682,7 +3682,7 @@
3682
3682
  "org.primer.figma": {
3683
3683
  "collection": "mode",
3684
3684
  "group": "semantic",
3685
- "scopes": ["borderColor"]
3685
+ "scopes": ["borderColor", "effectColor"]
3686
3686
  },
3687
3687
  "org.primer.overrides": {
3688
3688
  "light-high-contrast": {
@@ -3693,7 +3693,7 @@
3693
3693
  "$type": "color"
3694
3694
  },
3695
3695
  "dark-high-contrast": {
3696
- "$value": "{base.color.neutral.6}",
3696
+ "$value": "{base.color.neutral.9}",
3697
3697
  "alpha": 1,
3698
3698
  "filePath": "src/tokens/functional/color/borderColor.json5",
3699
3699
  "isSource": true,
@@ -3715,7 +3715,7 @@
3715
3715
  "org.primer.figma": {
3716
3716
  "collection": "mode",
3717
3717
  "group": "semantic",
3718
- "scopes": ["borderColor"]
3718
+ "scopes": ["borderColor", "effectColor"]
3719
3719
  }
3720
3720
  },
3721
3721
  "filePath": "src/tokens/functional/color/borderColor.json5",
@@ -3727,7 +3727,7 @@
3727
3727
  "org.primer.figma": {
3728
3728
  "collection": "mode",
3729
3729
  "group": "semantic",
3730
- "scopes": ["borderColor"]
3730
+ "scopes": ["borderColor", "effectColor"]
3731
3731
  }
3732
3732
  }
3733
3733
  },
@@ -4077,7 +4077,7 @@
4077
4077
  "key": "{button.danger.bgColor.rest}"
4078
4078
  },
4079
4079
  "button-danger-borderColor-active": {
4080
- "$value": "#013d14",
4080
+ "$value": "#6e011a",
4081
4081
  "$type": "color",
4082
4082
  "$extensions": {
4083
4083
  "org.primer.figma": {
@@ -4087,7 +4087,7 @@
4087
4087
  },
4088
4088
  "org.primer.overrides": {
4089
4089
  "dark": {
4090
- "$value": "#013d14",
4090
+ "$value": "#6e011a",
4091
4091
  "filePath": "src/tokens/component/button.json5",
4092
4092
  "isSource": true,
4093
4093
  "$type": "color"
@@ -4135,7 +4135,7 @@
4135
4135
  "key": "{button.danger.borderColor.active}"
4136
4136
  },
4137
4137
  "button-danger-borderColor-hover": {
4138
- "$value": "#013d14",
4138
+ "$value": "#6e011a",
4139
4139
  "$type": "color",
4140
4140
  "$extensions": {
4141
4141
  "org.primer.figma": {
@@ -4156,13 +4156,21 @@
4156
4156
  "filePath": "src/tokens/component/button.json5",
4157
4157
  "isSource": true,
4158
4158
  "$type": "color"
4159
+ },
4160
+ "light-high-contrast": {
4161
+ "$value": "#6e011a",
4162
+ "alpha": 1,
4163
+ "filePath": "src/tokens/component/button.json5",
4164
+ "isSource": true,
4165
+ "$type": "color"
4159
4166
  }
4160
4167
  }
4161
4168
  },
4162
4169
  "filePath": "src/tokens/component/button.json5",
4163
4170
  "isSource": true,
4171
+ "alpha": 1,
4164
4172
  "original": {
4165
- "$value": "{button.primary.borderColor.rest}",
4173
+ "$value": "{base.color.red.7}",
4166
4174
  "$type": "color",
4167
4175
  "$extensions": {
4168
4176
  "org.primer.figma": {
@@ -4183,9 +4191,17 @@
4183
4191
  "filePath": "src/tokens/component/button.json5",
4184
4192
  "isSource": true,
4185
4193
  "$type": "color"
4194
+ },
4195
+ "light-high-contrast": {
4196
+ "$value": "{base.color.red.7}",
4197
+ "alpha": 1,
4198
+ "filePath": "src/tokens/component/button.json5",
4199
+ "isSource": true,
4200
+ "$type": "color"
4186
4201
  }
4187
4202
  }
4188
- }
4203
+ },
4204
+ "alpha": 1
4189
4205
  },
4190
4206
  "name": "button-danger-borderColor-hover",
4191
4207
  "attributes": {},
@@ -10713,7 +10729,7 @@
10713
10729
  "key": "{color.prettylights.syntax.variable}"
10714
10730
  },
10715
10731
  "contribution-default-bgColor-0": {
10716
- "$value": "#e6eaef",
10732
+ "$value": "#eff2f5",
10717
10733
  "$type": "color",
10718
10734
  "$extensions": {
10719
10735
  "org.primer.figma": {
@@ -10722,15 +10738,13 @@
10722
10738
  "scopes": ["bgColor"]
10723
10739
  },
10724
10740
  "org.primer.overrides": {
10725
- "dark-high-contrast": "#e6eaef",
10726
- "light-high-contrast": "#e6eaef",
10727
10741
  "dark-dimmed": "#dae0e7"
10728
10742
  }
10729
10743
  },
10730
10744
  "filePath": "src/tokens/component/contribution.json5",
10731
10745
  "isSource": true,
10732
10746
  "original": {
10733
- "$value": "{base.color.neutral.3}",
10747
+ "$value": "{base.color.neutral.2}",
10734
10748
  "$type": "color",
10735
10749
  "$extensions": {
10736
10750
  "org.primer.figma": {
@@ -10739,8 +10753,6 @@
10739
10753
  "scopes": ["bgColor"]
10740
10754
  },
10741
10755
  "org.primer.overrides": {
10742
- "dark-high-contrast": "{base.color.neutral.3}",
10743
- "light-high-contrast": "{base.color.neutral.3}",
10744
10756
  "dark-dimmed": "{base.color.neutral.5}"
10745
10757
  }
10746
10758
  }
@@ -10881,8 +10893,8 @@
10881
10893
  "key": "{contribution.default.bgColor.4}"
10882
10894
  },
10883
10895
  "contribution-default-borderColor-0": {
10884
- "$value": "#010409",
10885
- "alpha": 1,
10896
+ "$value": "#0104090d",
10897
+ "alpha": 0.05,
10886
10898
  "$type": "color",
10887
10899
  "$extensions": {
10888
10900
  "org.primer.figma": {
@@ -10904,16 +10916,6 @@
10904
10916
  "filePath": "src/tokens/component/contribution.json5",
10905
10917
  "isSource": true,
10906
10918
  "$type": "color"
10907
- },
10908
- "dark-high-contrast": {
10909
- "$value": "#ffffff",
10910
- "alpha": 1,
10911
- "filePath": "src/tokens/component/contribution.json5",
10912
- "isSource": true,
10913
- "$type": "color"
10914
- },
10915
- "light-high-contrast": {
10916
- "alpha": 1
10917
10919
  }
10918
10920
  }
10919
10921
  },
@@ -10921,7 +10923,7 @@
10921
10923
  "isSource": true,
10922
10924
  "original": {
10923
10925
  "$value": "{base.color.black}",
10924
- "alpha": 1,
10926
+ "alpha": 0.05,
10925
10927
  "$type": "color",
10926
10928
  "$extensions": {
10927
10929
  "org.primer.figma": {
@@ -10943,16 +10945,6 @@
10943
10945
  "filePath": "src/tokens/component/contribution.json5",
10944
10946
  "isSource": true,
10945
10947
  "$type": "color"
10946
- },
10947
- "dark-high-contrast": {
10948
- "$value": "{base.color.white}",
10949
- "alpha": 1,
10950
- "filePath": "src/tokens/component/contribution.json5",
10951
- "isSource": true,
10952
- "$type": "color"
10953
- },
10954
- "light-high-contrast": {
10955
- "alpha": 1
10956
10948
  }
10957
10949
  }
10958
10950
  }
@@ -10963,8 +10955,8 @@
10963
10955
  "key": "{contribution.default.borderColor.0}"
10964
10956
  },
10965
10957
  "contribution-default-borderColor-1": {
10966
- "$value": "#010409",
10967
- "alpha": 1,
10958
+ "$value": "#0104090d",
10959
+ "alpha": 0.05,
10968
10960
  "$type": "color",
10969
10961
  "$extensions": {
10970
10962
  "org.primer.figma": {
@@ -10986,16 +10978,6 @@
10986
10978
  "filePath": "src/tokens/component/contribution.json5",
10987
10979
  "isSource": true,
10988
10980
  "$type": "color"
10989
- },
10990
- "dark-high-contrast": {
10991
- "$value": "#ffffff",
10992
- "alpha": 1,
10993
- "filePath": "src/tokens/component/contribution.json5",
10994
- "isSource": true,
10995
- "$type": "color"
10996
- },
10997
- "light-high-contrast": {
10998
- "alpha": 1
10999
10981
  }
11000
10982
  }
11001
10983
  },
@@ -11003,7 +10985,7 @@
11003
10985
  "isSource": true,
11004
10986
  "original": {
11005
10987
  "$value": "{base.color.black}",
11006
- "alpha": 1,
10988
+ "alpha": 0.05,
11007
10989
  "$type": "color",
11008
10990
  "$extensions": {
11009
10991
  "org.primer.figma": {
@@ -11025,16 +11007,6 @@
11025
11007
  "filePath": "src/tokens/component/contribution.json5",
11026
11008
  "isSource": true,
11027
11009
  "$type": "color"
11028
- },
11029
- "dark-high-contrast": {
11030
- "$value": "{base.color.white}",
11031
- "alpha": 1,
11032
- "filePath": "src/tokens/component/contribution.json5",
11033
- "isSource": true,
11034
- "$type": "color"
11035
- },
11036
- "light-high-contrast": {
11037
- "alpha": 1
11038
11010
  }
11039
11011
  }
11040
11012
  }
@@ -11045,8 +11017,8 @@
11045
11017
  "key": "{contribution.default.borderColor.1}"
11046
11018
  },
11047
11019
  "contribution-default-borderColor-2": {
11048
- "$value": "#010409",
11049
- "alpha": 1,
11020
+ "$value": "#0104090d",
11021
+ "alpha": 0.05,
11050
11022
  "$type": "color",
11051
11023
  "$extensions": {
11052
11024
  "org.primer.figma": {
@@ -11068,16 +11040,6 @@
11068
11040
  "filePath": "src/tokens/component/contribution.json5",
11069
11041
  "isSource": true,
11070
11042
  "$type": "color"
11071
- },
11072
- "dark-high-contrast": {
11073
- "$value": "#ffffff",
11074
- "alpha": 1,
11075
- "filePath": "src/tokens/component/contribution.json5",
11076
- "isSource": true,
11077
- "$type": "color"
11078
- },
11079
- "light-high-contrast": {
11080
- "alpha": 1
11081
11043
  }
11082
11044
  }
11083
11045
  },
@@ -11085,7 +11047,7 @@
11085
11047
  "isSource": true,
11086
11048
  "original": {
11087
11049
  "$value": "{base.color.black}",
11088
- "alpha": 1,
11050
+ "alpha": 0.05,
11089
11051
  "$type": "color",
11090
11052
  "$extensions": {
11091
11053
  "org.primer.figma": {
@@ -11107,16 +11069,6 @@
11107
11069
  "filePath": "src/tokens/component/contribution.json5",
11108
11070
  "isSource": true,
11109
11071
  "$type": "color"
11110
- },
11111
- "dark-high-contrast": {
11112
- "$value": "{base.color.white}",
11113
- "alpha": 1,
11114
- "filePath": "src/tokens/component/contribution.json5",
11115
- "isSource": true,
11116
- "$type": "color"
11117
- },
11118
- "light-high-contrast": {
11119
- "alpha": 1
11120
11072
  }
11121
11073
  }
11122
11074
  }
@@ -11127,8 +11079,8 @@
11127
11079
  "key": "{contribution.default.borderColor.2}"
11128
11080
  },
11129
11081
  "contribution-default-borderColor-3": {
11130
- "$value": "#010409",
11131
- "alpha": 1,
11082
+ "$value": "#0104090d",
11083
+ "alpha": 0.05,
11132
11084
  "$type": "color",
11133
11085
  "$extensions": {
11134
11086
  "org.primer.figma": {
@@ -11150,16 +11102,6 @@
11150
11102
  "filePath": "src/tokens/component/contribution.json5",
11151
11103
  "isSource": true,
11152
11104
  "$type": "color"
11153
- },
11154
- "dark-high-contrast": {
11155
- "$value": "#ffffff",
11156
- "alpha": 1,
11157
- "filePath": "src/tokens/component/contribution.json5",
11158
- "isSource": true,
11159
- "$type": "color"
11160
- },
11161
- "light-high-contrast": {
11162
- "alpha": 1
11163
11105
  }
11164
11106
  }
11165
11107
  },
@@ -11167,7 +11109,7 @@
11167
11109
  "isSource": true,
11168
11110
  "original": {
11169
11111
  "$value": "{base.color.black}",
11170
- "alpha": 1,
11112
+ "alpha": 0.05,
11171
11113
  "$type": "color",
11172
11114
  "$extensions": {
11173
11115
  "org.primer.figma": {
@@ -11189,16 +11131,6 @@
11189
11131
  "filePath": "src/tokens/component/contribution.json5",
11190
11132
  "isSource": true,
11191
11133
  "$type": "color"
11192
- },
11193
- "dark-high-contrast": {
11194
- "$value": "{base.color.white}",
11195
- "alpha": 1,
11196
- "filePath": "src/tokens/component/contribution.json5",
11197
- "isSource": true,
11198
- "$type": "color"
11199
- },
11200
- "light-high-contrast": {
11201
- "alpha": 1
11202
11134
  }
11203
11135
  }
11204
11136
  }
@@ -11209,8 +11141,8 @@
11209
11141
  "key": "{contribution.default.borderColor.3}"
11210
11142
  },
11211
11143
  "contribution-default-borderColor-4": {
11212
- "$value": "#010409",
11213
- "alpha": 1,
11144
+ "$value": "#0104090d",
11145
+ "alpha": 0.05,
11214
11146
  "$type": "color",
11215
11147
  "$extensions": {
11216
11148
  "org.primer.figma": {
@@ -11232,16 +11164,6 @@
11232
11164
  "filePath": "src/tokens/component/contribution.json5",
11233
11165
  "isSource": true,
11234
11166
  "$type": "color"
11235
- },
11236
- "dark-high-contrast": {
11237
- "$value": "#ffffff",
11238
- "alpha": 1,
11239
- "filePath": "src/tokens/component/contribution.json5",
11240
- "isSource": true,
11241
- "$type": "color"
11242
- },
11243
- "light-high-contrast": {
11244
- "alpha": 1
11245
11167
  }
11246
11168
  }
11247
11169
  },
@@ -11249,7 +11171,7 @@
11249
11171
  "isSource": true,
11250
11172
  "original": {
11251
11173
  "$value": "{base.color.black}",
11252
- "alpha": 1,
11174
+ "alpha": 0.05,
11253
11175
  "$type": "color",
11254
11176
  "$extensions": {
11255
11177
  "org.primer.figma": {
@@ -11271,16 +11193,6 @@
11271
11193
  "filePath": "src/tokens/component/contribution.json5",
11272
11194
  "isSource": true,
11273
11195
  "$type": "color"
11274
- },
11275
- "dark-high-contrast": {
11276
- "$value": "{base.color.white}",
11277
- "alpha": 1,
11278
- "filePath": "src/tokens/component/contribution.json5",
11279
- "isSource": true,
11280
- "$type": "color"
11281
- },
11282
- "light-high-contrast": {
11283
- "alpha": 1
11284
11196
  }
11285
11197
  }
11286
11198
  }
@@ -12777,6 +12689,12 @@
12777
12689
  "filePath": "src/tokens/functional/color/control.json5",
12778
12690
  "isSource": true,
12779
12691
  "$type": "color"
12692
+ },
12693
+ "dark-high-contrast": {
12694
+ "$value": "#ffffff",
12695
+ "filePath": "src/tokens/functional/color/control.json5",
12696
+ "isSource": true,
12697
+ "$type": "color"
12780
12698
  }
12781
12699
  }
12782
12700
  },
@@ -12799,6 +12717,12 @@
12799
12717
  "filePath": "src/tokens/functional/color/control.json5",
12800
12718
  "isSource": true,
12801
12719
  "$type": "color"
12720
+ },
12721
+ "dark-high-contrast": {
12722
+ "$value": "{fgColor.onEmphasis}",
12723
+ "filePath": "src/tokens/functional/color/control.json5",
12724
+ "isSource": true,
12725
+ "$type": "color"
12802
12726
  }
12803
12727
  }
12804
12728
  }