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

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
@@ -2205,7 +2205,7 @@
2205
2205
  "org.primer.figma": {
2206
2206
  "collection": "mode",
2207
2207
  "group": "semantic",
2208
- "scopes": ["borderColor"],
2208
+ "scopes": ["borderColor", "effectColor"],
2209
2209
  "codeSyntax": {
2210
2210
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2211
2211
  }
@@ -2220,7 +2220,7 @@
2220
2220
  "org.primer.figma": {
2221
2221
  "collection": "mode",
2222
2222
  "group": "semantic",
2223
- "scopes": ["borderColor"],
2223
+ "scopes": ["borderColor", "effectColor"],
2224
2224
  "codeSyntax": {
2225
2225
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2226
2226
  }
@@ -2239,7 +2239,7 @@
2239
2239
  "org.primer.figma": {
2240
2240
  "collection": "mode",
2241
2241
  "group": "semantic",
2242
- "scopes": ["borderColor"],
2242
+ "scopes": ["borderColor", "effectColor"],
2243
2243
  "codeSyntax": {
2244
2244
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2245
2245
  }
@@ -2272,7 +2272,7 @@
2272
2272
  "org.primer.figma": {
2273
2273
  "collection": "mode",
2274
2274
  "group": "semantic",
2275
- "scopes": ["borderColor"],
2275
+ "scopes": ["borderColor", "effectColor"],
2276
2276
  "codeSyntax": {
2277
2277
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2278
2278
  }
@@ -2717,7 +2717,7 @@
2717
2717
  "org.primer.figma": {
2718
2718
  "collection": "mode",
2719
2719
  "group": "semantic",
2720
- "scopes": ["borderColor"],
2720
+ "scopes": ["borderColor", "effectColor"],
2721
2721
  "codeSyntax": {
2722
2722
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2723
2723
  }
@@ -2738,7 +2738,7 @@
2738
2738
  "org.primer.figma": {
2739
2739
  "collection": "mode",
2740
2740
  "group": "semantic",
2741
- "scopes": ["borderColor"],
2741
+ "scopes": ["borderColor", "effectColor"],
2742
2742
  "codeSyntax": {
2743
2743
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2744
2744
  }
@@ -2757,7 +2757,7 @@
2757
2757
  "org.primer.figma": {
2758
2758
  "collection": "mode",
2759
2759
  "group": "semantic",
2760
- "scopes": ["borderColor"]
2760
+ "scopes": ["borderColor", "effectColor"]
2761
2761
  },
2762
2762
  "org.primer.overrides": {
2763
2763
  "dark-dimmed": {
@@ -2786,7 +2786,7 @@
2786
2786
  "org.primer.figma": {
2787
2787
  "collection": "mode",
2788
2788
  "group": "semantic",
2789
- "scopes": ["borderColor"]
2789
+ "scopes": ["borderColor", "effectColor"]
2790
2790
  },
2791
2791
  "org.primer.overrides": {
2792
2792
  "dark-dimmed": {
@@ -2923,7 +2923,7 @@
2923
2923
  "org.primer.figma": {
2924
2924
  "collection": "mode",
2925
2925
  "group": "semantic",
2926
- "scopes": ["borderColor"]
2926
+ "scopes": ["borderColor", "effectColor"]
2927
2927
  },
2928
2928
  "org.primer.overrides": {
2929
2929
  "light-high-contrast": "#454c54",
@@ -2939,7 +2939,7 @@
2939
2939
  "org.primer.figma": {
2940
2940
  "collection": "mode",
2941
2941
  "group": "semantic",
2942
- "scopes": ["borderColor"]
2942
+ "scopes": ["borderColor", "effectColor"]
2943
2943
  },
2944
2944
  "org.primer.overrides": {
2945
2945
  "light-high-contrast": "{borderColor.default}",
@@ -2959,7 +2959,7 @@
2959
2959
  "org.primer.figma": {
2960
2960
  "collection": "mode",
2961
2961
  "group": "semantic",
2962
- "scopes": ["borderColor"],
2962
+ "scopes": ["borderColor", "effectColor"],
2963
2963
  "codeSyntax": {
2964
2964
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
2965
2965
  }
@@ -2998,7 +2998,7 @@
2998
2998
  "org.primer.figma": {
2999
2999
  "collection": "mode",
3000
3000
  "group": "semantic",
3001
- "scopes": ["borderColor"],
3001
+ "scopes": ["borderColor", "effectColor"],
3002
3002
  "codeSyntax": {
3003
3003
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
3004
3004
  }
@@ -3651,7 +3651,7 @@
3651
3651
  "org.primer.figma": {
3652
3652
  "collection": "mode",
3653
3653
  "group": "semantic",
3654
- "scopes": ["borderColor"]
3654
+ "scopes": ["borderColor", "effectColor"]
3655
3655
  },
3656
3656
  "org.primer.overrides": {
3657
3657
  "light-high-contrast": {
@@ -3662,7 +3662,7 @@
3662
3662
  "$type": "color"
3663
3663
  },
3664
3664
  "dark-high-contrast": {
3665
- "$value": "#d1d9e0",
3665
+ "$value": "#59636e",
3666
3666
  "alpha": 1,
3667
3667
  "filePath": "src/tokens/functional/color/borderColor.json5",
3668
3668
  "isSource": true,
@@ -3680,7 +3680,7 @@
3680
3680
  "org.primer.figma": {
3681
3681
  "collection": "mode",
3682
3682
  "group": "semantic",
3683
- "scopes": ["borderColor"]
3683
+ "scopes": ["borderColor", "effectColor"]
3684
3684
  },
3685
3685
  "org.primer.overrides": {
3686
3686
  "light-high-contrast": {
@@ -3691,7 +3691,7 @@
3691
3691
  "$type": "color"
3692
3692
  },
3693
3693
  "dark-high-contrast": {
3694
- "$value": "{base.color.neutral.6}",
3694
+ "$value": "{base.color.neutral.9}",
3695
3695
  "alpha": 1,
3696
3696
  "filePath": "src/tokens/functional/color/borderColor.json5",
3697
3697
  "isSource": true,
@@ -3713,7 +3713,7 @@
3713
3713
  "org.primer.figma": {
3714
3714
  "collection": "mode",
3715
3715
  "group": "semantic",
3716
- "scopes": ["borderColor"]
3716
+ "scopes": ["borderColor", "effectColor"]
3717
3717
  }
3718
3718
  },
3719
3719
  "filePath": "src/tokens/functional/color/borderColor.json5",
@@ -3725,7 +3725,7 @@
3725
3725
  "org.primer.figma": {
3726
3726
  "collection": "mode",
3727
3727
  "group": "semantic",
3728
- "scopes": ["borderColor"]
3728
+ "scopes": ["borderColor", "effectColor"]
3729
3729
  }
3730
3730
  }
3731
3731
  },
@@ -4085,7 +4085,7 @@
4085
4085
  },
4086
4086
  "org.primer.overrides": {
4087
4087
  "dark": {
4088
- "$value": "#013d14",
4088
+ "$value": "#6e011a",
4089
4089
  "filePath": "src/tokens/component/button.json5",
4090
4090
  "isSource": true,
4091
4091
  "$type": "color"
@@ -4131,7 +4131,7 @@
4131
4131
  "attributes": {},
4132
4132
  "path": ["button", "danger", "borderColor", "active"],
4133
4133
  "key": "{button.danger.borderColor.active}",
4134
- "value": "#013d14",
4134
+ "value": "#6e011a",
4135
4135
  "type": "color"
4136
4136
  },
4137
4137
  "button-danger-borderColor-hover": {
@@ -4154,13 +4154,21 @@
4154
4154
  "filePath": "src/tokens/component/button.json5",
4155
4155
  "isSource": true,
4156
4156
  "$type": "color"
4157
+ },
4158
+ "light-high-contrast": {
4159
+ "$value": "#6e011a",
4160
+ "alpha": 1,
4161
+ "filePath": "src/tokens/component/button.json5",
4162
+ "isSource": true,
4163
+ "$type": "color"
4157
4164
  }
4158
4165
  }
4159
4166
  },
4160
4167
  "filePath": "src/tokens/component/button.json5",
4161
4168
  "isSource": true,
4169
+ "alpha": 1,
4162
4170
  "original": {
4163
- "$value": "{button.primary.borderColor.rest}",
4171
+ "$value": "{base.color.red.7}",
4164
4172
  "$type": "color",
4165
4173
  "$extensions": {
4166
4174
  "org.primer.figma": {
@@ -4181,15 +4189,23 @@
4181
4189
  "filePath": "src/tokens/component/button.json5",
4182
4190
  "isSource": true,
4183
4191
  "$type": "color"
4192
+ },
4193
+ "light-high-contrast": {
4194
+ "$value": "{base.color.red.7}",
4195
+ "alpha": 1,
4196
+ "filePath": "src/tokens/component/button.json5",
4197
+ "isSource": true,
4198
+ "$type": "color"
4184
4199
  }
4185
4200
  }
4186
- }
4201
+ },
4202
+ "alpha": 1
4187
4203
  },
4188
4204
  "name": "button-danger-borderColor-hover",
4189
4205
  "attributes": {},
4190
4206
  "path": ["button", "danger", "borderColor", "hover"],
4191
4207
  "key": "{button.danger.borderColor.hover}",
4192
- "value": "#013d14",
4208
+ "value": "#6e011a",
4193
4209
  "type": "color"
4194
4210
  },
4195
4211
  "button-danger-borderColor-rest": {
@@ -10720,15 +10736,13 @@
10720
10736
  "scopes": ["bgColor"]
10721
10737
  },
10722
10738
  "org.primer.overrides": {
10723
- "dark-high-contrast": "#e6eaef",
10724
- "light-high-contrast": "#e6eaef",
10725
10739
  "dark-dimmed": "#dae0e7"
10726
10740
  }
10727
10741
  },
10728
10742
  "filePath": "src/tokens/component/contribution.json5",
10729
10743
  "isSource": true,
10730
10744
  "original": {
10731
- "$value": "{base.color.neutral.3}",
10745
+ "$value": "{base.color.neutral.2}",
10732
10746
  "$type": "color",
10733
10747
  "$extensions": {
10734
10748
  "org.primer.figma": {
@@ -10737,8 +10751,6 @@
10737
10751
  "scopes": ["bgColor"]
10738
10752
  },
10739
10753
  "org.primer.overrides": {
10740
- "dark-high-contrast": "{base.color.neutral.3}",
10741
- "light-high-contrast": "{base.color.neutral.3}",
10742
10754
  "dark-dimmed": "{base.color.neutral.5}"
10743
10755
  }
10744
10756
  }
@@ -10747,7 +10759,7 @@
10747
10759
  "attributes": {},
10748
10760
  "path": ["contribution", "default", "bgColor", "0"],
10749
10761
  "key": "{contribution.default.bgColor.0}",
10750
- "value": "#e6eaef",
10762
+ "value": "#eff2f5",
10751
10763
  "type": "color"
10752
10764
  },
10753
10765
  "contribution-default-bgColor-1": {
@@ -10881,7 +10893,7 @@
10881
10893
  "type": "color"
10882
10894
  },
10883
10895
  "contribution-default-borderColor-0": {
10884
- "alpha": 1,
10896
+ "alpha": 0.05,
10885
10897
  "$extensions": {
10886
10898
  "org.primer.figma": {
10887
10899
  "collection": "mode",
@@ -10902,16 +10914,6 @@
10902
10914
  "filePath": "src/tokens/component/contribution.json5",
10903
10915
  "isSource": true,
10904
10916
  "$type": "color"
10905
- },
10906
- "dark-high-contrast": {
10907
- "$value": "#ffffff",
10908
- "alpha": 1,
10909
- "filePath": "src/tokens/component/contribution.json5",
10910
- "isSource": true,
10911
- "$type": "color"
10912
- },
10913
- "light-high-contrast": {
10914
- "alpha": 1
10915
10917
  }
10916
10918
  }
10917
10919
  },
@@ -10919,7 +10921,7 @@
10919
10921
  "isSource": true,
10920
10922
  "original": {
10921
10923
  "$value": "{base.color.black}",
10922
- "alpha": 1,
10924
+ "alpha": 0.05,
10923
10925
  "$type": "color",
10924
10926
  "$extensions": {
10925
10927
  "org.primer.figma": {
@@ -10941,16 +10943,6 @@
10941
10943
  "filePath": "src/tokens/component/contribution.json5",
10942
10944
  "isSource": true,
10943
10945
  "$type": "color"
10944
- },
10945
- "dark-high-contrast": {
10946
- "$value": "{base.color.white}",
10947
- "alpha": 1,
10948
- "filePath": "src/tokens/component/contribution.json5",
10949
- "isSource": true,
10950
- "$type": "color"
10951
- },
10952
- "light-high-contrast": {
10953
- "alpha": 1
10954
10946
  }
10955
10947
  }
10956
10948
  }
@@ -10959,11 +10951,11 @@
10959
10951
  "attributes": {},
10960
10952
  "path": ["contribution", "default", "borderColor", "0"],
10961
10953
  "key": "{contribution.default.borderColor.0}",
10962
- "value": "#010409",
10954
+ "value": "#0104090d",
10963
10955
  "type": "color"
10964
10956
  },
10965
10957
  "contribution-default-borderColor-1": {
10966
- "alpha": 1,
10958
+ "alpha": 0.05,
10967
10959
  "$extensions": {
10968
10960
  "org.primer.figma": {
10969
10961
  "collection": "mode",
@@ -10984,16 +10976,6 @@
10984
10976
  "filePath": "src/tokens/component/contribution.json5",
10985
10977
  "isSource": true,
10986
10978
  "$type": "color"
10987
- },
10988
- "dark-high-contrast": {
10989
- "$value": "#ffffff",
10990
- "alpha": 1,
10991
- "filePath": "src/tokens/component/contribution.json5",
10992
- "isSource": true,
10993
- "$type": "color"
10994
- },
10995
- "light-high-contrast": {
10996
- "alpha": 1
10997
10979
  }
10998
10980
  }
10999
10981
  },
@@ -11001,7 +10983,7 @@
11001
10983
  "isSource": true,
11002
10984
  "original": {
11003
10985
  "$value": "{base.color.black}",
11004
- "alpha": 1,
10986
+ "alpha": 0.05,
11005
10987
  "$type": "color",
11006
10988
  "$extensions": {
11007
10989
  "org.primer.figma": {
@@ -11023,16 +11005,6 @@
11023
11005
  "filePath": "src/tokens/component/contribution.json5",
11024
11006
  "isSource": true,
11025
11007
  "$type": "color"
11026
- },
11027
- "dark-high-contrast": {
11028
- "$value": "{base.color.white}",
11029
- "alpha": 1,
11030
- "filePath": "src/tokens/component/contribution.json5",
11031
- "isSource": true,
11032
- "$type": "color"
11033
- },
11034
- "light-high-contrast": {
11035
- "alpha": 1
11036
11008
  }
11037
11009
  }
11038
11010
  }
@@ -11041,11 +11013,11 @@
11041
11013
  "attributes": {},
11042
11014
  "path": ["contribution", "default", "borderColor", "1"],
11043
11015
  "key": "{contribution.default.borderColor.1}",
11044
- "value": "#010409",
11016
+ "value": "#0104090d",
11045
11017
  "type": "color"
11046
11018
  },
11047
11019
  "contribution-default-borderColor-2": {
11048
- "alpha": 1,
11020
+ "alpha": 0.05,
11049
11021
  "$extensions": {
11050
11022
  "org.primer.figma": {
11051
11023
  "collection": "mode",
@@ -11066,16 +11038,6 @@
11066
11038
  "filePath": "src/tokens/component/contribution.json5",
11067
11039
  "isSource": true,
11068
11040
  "$type": "color"
11069
- },
11070
- "dark-high-contrast": {
11071
- "$value": "#ffffff",
11072
- "alpha": 1,
11073
- "filePath": "src/tokens/component/contribution.json5",
11074
- "isSource": true,
11075
- "$type": "color"
11076
- },
11077
- "light-high-contrast": {
11078
- "alpha": 1
11079
11041
  }
11080
11042
  }
11081
11043
  },
@@ -11083,7 +11045,7 @@
11083
11045
  "isSource": true,
11084
11046
  "original": {
11085
11047
  "$value": "{base.color.black}",
11086
- "alpha": 1,
11048
+ "alpha": 0.05,
11087
11049
  "$type": "color",
11088
11050
  "$extensions": {
11089
11051
  "org.primer.figma": {
@@ -11105,16 +11067,6 @@
11105
11067
  "filePath": "src/tokens/component/contribution.json5",
11106
11068
  "isSource": true,
11107
11069
  "$type": "color"
11108
- },
11109
- "dark-high-contrast": {
11110
- "$value": "{base.color.white}",
11111
- "alpha": 1,
11112
- "filePath": "src/tokens/component/contribution.json5",
11113
- "isSource": true,
11114
- "$type": "color"
11115
- },
11116
- "light-high-contrast": {
11117
- "alpha": 1
11118
11070
  }
11119
11071
  }
11120
11072
  }
@@ -11123,11 +11075,11 @@
11123
11075
  "attributes": {},
11124
11076
  "path": ["contribution", "default", "borderColor", "2"],
11125
11077
  "key": "{contribution.default.borderColor.2}",
11126
- "value": "#010409",
11078
+ "value": "#0104090d",
11127
11079
  "type": "color"
11128
11080
  },
11129
11081
  "contribution-default-borderColor-3": {
11130
- "alpha": 1,
11082
+ "alpha": 0.05,
11131
11083
  "$extensions": {
11132
11084
  "org.primer.figma": {
11133
11085
  "collection": "mode",
@@ -11148,16 +11100,6 @@
11148
11100
  "filePath": "src/tokens/component/contribution.json5",
11149
11101
  "isSource": true,
11150
11102
  "$type": "color"
11151
- },
11152
- "dark-high-contrast": {
11153
- "$value": "#ffffff",
11154
- "alpha": 1,
11155
- "filePath": "src/tokens/component/contribution.json5",
11156
- "isSource": true,
11157
- "$type": "color"
11158
- },
11159
- "light-high-contrast": {
11160
- "alpha": 1
11161
11103
  }
11162
11104
  }
11163
11105
  },
@@ -11165,7 +11107,7 @@
11165
11107
  "isSource": true,
11166
11108
  "original": {
11167
11109
  "$value": "{base.color.black}",
11168
- "alpha": 1,
11110
+ "alpha": 0.05,
11169
11111
  "$type": "color",
11170
11112
  "$extensions": {
11171
11113
  "org.primer.figma": {
@@ -11187,16 +11129,6 @@
11187
11129
  "filePath": "src/tokens/component/contribution.json5",
11188
11130
  "isSource": true,
11189
11131
  "$type": "color"
11190
- },
11191
- "dark-high-contrast": {
11192
- "$value": "{base.color.white}",
11193
- "alpha": 1,
11194
- "filePath": "src/tokens/component/contribution.json5",
11195
- "isSource": true,
11196
- "$type": "color"
11197
- },
11198
- "light-high-contrast": {
11199
- "alpha": 1
11200
11132
  }
11201
11133
  }
11202
11134
  }
@@ -11205,11 +11137,11 @@
11205
11137
  "attributes": {},
11206
11138
  "path": ["contribution", "default", "borderColor", "3"],
11207
11139
  "key": "{contribution.default.borderColor.3}",
11208
- "value": "#010409",
11140
+ "value": "#0104090d",
11209
11141
  "type": "color"
11210
11142
  },
11211
11143
  "contribution-default-borderColor-4": {
11212
- "alpha": 1,
11144
+ "alpha": 0.05,
11213
11145
  "$extensions": {
11214
11146
  "org.primer.figma": {
11215
11147
  "collection": "mode",
@@ -11230,16 +11162,6 @@
11230
11162
  "filePath": "src/tokens/component/contribution.json5",
11231
11163
  "isSource": true,
11232
11164
  "$type": "color"
11233
- },
11234
- "dark-high-contrast": {
11235
- "$value": "#ffffff",
11236
- "alpha": 1,
11237
- "filePath": "src/tokens/component/contribution.json5",
11238
- "isSource": true,
11239
- "$type": "color"
11240
- },
11241
- "light-high-contrast": {
11242
- "alpha": 1
11243
11165
  }
11244
11166
  }
11245
11167
  },
@@ -11247,7 +11169,7 @@
11247
11169
  "isSource": true,
11248
11170
  "original": {
11249
11171
  "$value": "{base.color.black}",
11250
- "alpha": 1,
11172
+ "alpha": 0.05,
11251
11173
  "$type": "color",
11252
11174
  "$extensions": {
11253
11175
  "org.primer.figma": {
@@ -11269,16 +11191,6 @@
11269
11191
  "filePath": "src/tokens/component/contribution.json5",
11270
11192
  "isSource": true,
11271
11193
  "$type": "color"
11272
- },
11273
- "dark-high-contrast": {
11274
- "$value": "{base.color.white}",
11275
- "alpha": 1,
11276
- "filePath": "src/tokens/component/contribution.json5",
11277
- "isSource": true,
11278
- "$type": "color"
11279
- },
11280
- "light-high-contrast": {
11281
- "alpha": 1
11282
11194
  }
11283
11195
  }
11284
11196
  }
@@ -11287,7 +11199,7 @@
11287
11199
  "attributes": {},
11288
11200
  "path": ["contribution", "default", "borderColor", "4"],
11289
11201
  "key": "{contribution.default.borderColor.4}",
11290
- "value": "#010409",
11202
+ "value": "#0104090d",
11291
11203
  "type": "color"
11292
11204
  },
11293
11205
  "contribution-halloween-bgColor-1": {
@@ -12775,6 +12687,12 @@
12775
12687
  "filePath": "src/tokens/functional/color/control.json5",
12776
12688
  "isSource": true,
12777
12689
  "$type": "color"
12690
+ },
12691
+ "dark-high-contrast": {
12692
+ "$value": "#ffffff",
12693
+ "filePath": "src/tokens/functional/color/control.json5",
12694
+ "isSource": true,
12695
+ "$type": "color"
12778
12696
  }
12779
12697
  }
12780
12698
  },
@@ -12797,6 +12715,12 @@
12797
12715
  "filePath": "src/tokens/functional/color/control.json5",
12798
12716
  "isSource": true,
12799
12717
  "$type": "color"
12718
+ },
12719
+ "dark-high-contrast": {
12720
+ "$value": "{fgColor.onEmphasis}",
12721
+ "filePath": "src/tokens/functional/color/control.json5",
12722
+ "isSource": true,
12723
+ "$type": "color"
12800
12724
  }
12801
12725
  }
12802
12726
  }