@primer/primitives 10.5.0-rc.1c002767 → 10.5.0-rc.21e0fa7a

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 (26) hide show
  1. package/dist/css/functional/themes/dark-high-contrast.css +12 -12
  2. package/dist/css/functional/themes/light-high-contrast.css +12 -12
  3. package/dist/docs/functional/themes/dark-colorblind.json +104 -0
  4. package/dist/docs/functional/themes/dark-dimmed.json +104 -0
  5. package/dist/docs/functional/themes/dark-high-contrast.json +121 -17
  6. package/dist/docs/functional/themes/dark-tritanopia.json +104 -0
  7. package/dist/docs/functional/themes/dark.json +104 -0
  8. package/dist/docs/functional/themes/light-colorblind.json +104 -0
  9. package/dist/docs/functional/themes/light-high-contrast.json +121 -17
  10. package/dist/docs/functional/themes/light-tritanopia.json +104 -0
  11. package/dist/docs/functional/themes/light.json +104 -0
  12. package/dist/figma/themes/dark-high-contrast.json +14 -14
  13. package/dist/figma/themes/light-high-contrast.json +14 -14
  14. package/dist/internalCss/dark-high-contrast.css +12 -12
  15. package/dist/internalCss/light-high-contrast.css +12 -12
  16. package/dist/styleLint/functional/themes/dark-colorblind.json +104 -0
  17. package/dist/styleLint/functional/themes/dark-dimmed.json +104 -0
  18. package/dist/styleLint/functional/themes/dark-high-contrast.json +121 -17
  19. package/dist/styleLint/functional/themes/dark-tritanopia.json +104 -0
  20. package/dist/styleLint/functional/themes/dark.json +104 -0
  21. package/dist/styleLint/functional/themes/light-colorblind.json +104 -0
  22. package/dist/styleLint/functional/themes/light-high-contrast.json +121 -17
  23. package/dist/styleLint/functional/themes/light-tritanopia.json +104 -0
  24. package/dist/styleLint/functional/themes/light.json +104 -0
  25. package/package.json +1 -1
  26. package/src/tokens/component/contribution.json5 +37 -0
@@ -10732,6 +10732,8 @@
10732
10732
  "scopes": ["bgColor"]
10733
10733
  },
10734
10734
  "org.primer.overrides": {
10735
+ "dark-high-contrast": "#212830",
10736
+ "light-high-contrast": "#212830",
10735
10737
  "dark-dimmed": "#2a313c"
10736
10738
  }
10737
10739
  },
@@ -10747,6 +10749,8 @@
10747
10749
  "scopes": ["bgColor"]
10748
10750
  },
10749
10751
  "org.primer.overrides": {
10752
+ "dark-high-contrast": "{base.color.neutral.3}",
10753
+ "light-high-contrast": "{base.color.neutral.3}",
10750
10754
  "dark-dimmed": "{base.color.neutral.5}"
10751
10755
  }
10752
10756
  }
@@ -10910,6 +10914,16 @@
10910
10914
  "filePath": "src/tokens/component/contribution.json5",
10911
10915
  "isSource": true,
10912
10916
  "$type": "color"
10917
+ },
10918
+ "dark-high-contrast": {
10919
+ "$value": "#ffffff",
10920
+ "alpha": 1,
10921
+ "filePath": "src/tokens/component/contribution.json5",
10922
+ "isSource": true,
10923
+ "$type": "color"
10924
+ },
10925
+ "light-high-contrast": {
10926
+ "alpha": 1
10913
10927
  }
10914
10928
  }
10915
10929
  },
@@ -10939,6 +10953,16 @@
10939
10953
  "filePath": "src/tokens/component/contribution.json5",
10940
10954
  "isSource": true,
10941
10955
  "$type": "color"
10956
+ },
10957
+ "dark-high-contrast": {
10958
+ "$value": "{base.color.white}",
10959
+ "alpha": 1,
10960
+ "filePath": "src/tokens/component/contribution.json5",
10961
+ "isSource": true,
10962
+ "$type": "color"
10963
+ },
10964
+ "light-high-contrast": {
10965
+ "alpha": 1
10942
10966
  }
10943
10967
  }
10944
10968
  }
@@ -10972,6 +10996,16 @@
10972
10996
  "filePath": "src/tokens/component/contribution.json5",
10973
10997
  "isSource": true,
10974
10998
  "$type": "color"
10999
+ },
11000
+ "dark-high-contrast": {
11001
+ "$value": "#ffffff",
11002
+ "alpha": 1,
11003
+ "filePath": "src/tokens/component/contribution.json5",
11004
+ "isSource": true,
11005
+ "$type": "color"
11006
+ },
11007
+ "light-high-contrast": {
11008
+ "alpha": 1
10975
11009
  }
10976
11010
  }
10977
11011
  },
@@ -11001,6 +11035,16 @@
11001
11035
  "filePath": "src/tokens/component/contribution.json5",
11002
11036
  "isSource": true,
11003
11037
  "$type": "color"
11038
+ },
11039
+ "dark-high-contrast": {
11040
+ "$value": "{base.color.white}",
11041
+ "alpha": 1,
11042
+ "filePath": "src/tokens/component/contribution.json5",
11043
+ "isSource": true,
11044
+ "$type": "color"
11045
+ },
11046
+ "light-high-contrast": {
11047
+ "alpha": 1
11004
11048
  }
11005
11049
  }
11006
11050
  }
@@ -11034,6 +11078,16 @@
11034
11078
  "filePath": "src/tokens/component/contribution.json5",
11035
11079
  "isSource": true,
11036
11080
  "$type": "color"
11081
+ },
11082
+ "dark-high-contrast": {
11083
+ "$value": "#ffffff",
11084
+ "alpha": 1,
11085
+ "filePath": "src/tokens/component/contribution.json5",
11086
+ "isSource": true,
11087
+ "$type": "color"
11088
+ },
11089
+ "light-high-contrast": {
11090
+ "alpha": 1
11037
11091
  }
11038
11092
  }
11039
11093
  },
@@ -11063,6 +11117,16 @@
11063
11117
  "filePath": "src/tokens/component/contribution.json5",
11064
11118
  "isSource": true,
11065
11119
  "$type": "color"
11120
+ },
11121
+ "dark-high-contrast": {
11122
+ "$value": "{base.color.white}",
11123
+ "alpha": 1,
11124
+ "filePath": "src/tokens/component/contribution.json5",
11125
+ "isSource": true,
11126
+ "$type": "color"
11127
+ },
11128
+ "light-high-contrast": {
11129
+ "alpha": 1
11066
11130
  }
11067
11131
  }
11068
11132
  }
@@ -11096,6 +11160,16 @@
11096
11160
  "filePath": "src/tokens/component/contribution.json5",
11097
11161
  "isSource": true,
11098
11162
  "$type": "color"
11163
+ },
11164
+ "dark-high-contrast": {
11165
+ "$value": "#ffffff",
11166
+ "alpha": 1,
11167
+ "filePath": "src/tokens/component/contribution.json5",
11168
+ "isSource": true,
11169
+ "$type": "color"
11170
+ },
11171
+ "light-high-contrast": {
11172
+ "alpha": 1
11099
11173
  }
11100
11174
  }
11101
11175
  },
@@ -11125,6 +11199,16 @@
11125
11199
  "filePath": "src/tokens/component/contribution.json5",
11126
11200
  "isSource": true,
11127
11201
  "$type": "color"
11202
+ },
11203
+ "dark-high-contrast": {
11204
+ "$value": "{base.color.white}",
11205
+ "alpha": 1,
11206
+ "filePath": "src/tokens/component/contribution.json5",
11207
+ "isSource": true,
11208
+ "$type": "color"
11209
+ },
11210
+ "light-high-contrast": {
11211
+ "alpha": 1
11128
11212
  }
11129
11213
  }
11130
11214
  }
@@ -11158,6 +11242,16 @@
11158
11242
  "filePath": "src/tokens/component/contribution.json5",
11159
11243
  "isSource": true,
11160
11244
  "$type": "color"
11245
+ },
11246
+ "dark-high-contrast": {
11247
+ "$value": "#ffffff",
11248
+ "alpha": 1,
11249
+ "filePath": "src/tokens/component/contribution.json5",
11250
+ "isSource": true,
11251
+ "$type": "color"
11252
+ },
11253
+ "light-high-contrast": {
11254
+ "alpha": 1
11161
11255
  }
11162
11256
  }
11163
11257
  },
@@ -11187,6 +11281,16 @@
11187
11281
  "filePath": "src/tokens/component/contribution.json5",
11188
11282
  "isSource": true,
11189
11283
  "$type": "color"
11284
+ },
11285
+ "dark-high-contrast": {
11286
+ "$value": "{base.color.white}",
11287
+ "alpha": 1,
11288
+ "filePath": "src/tokens/component/contribution.json5",
11289
+ "isSource": true,
11290
+ "$type": "color"
11291
+ },
11292
+ "light-high-contrast": {
11293
+ "alpha": 1
11190
11294
  }
11191
11295
  }
11192
11296
  }
@@ -10722,6 +10722,8 @@
10722
10722
  "scopes": ["bgColor"]
10723
10723
  },
10724
10724
  "org.primer.overrides": {
10725
+ "dark-high-contrast": "#e6eaef",
10726
+ "light-high-contrast": "#e6eaef",
10725
10727
  "dark-dimmed": "#dae0e7"
10726
10728
  }
10727
10729
  },
@@ -10737,6 +10739,8 @@
10737
10739
  "scopes": ["bgColor"]
10738
10740
  },
10739
10741
  "org.primer.overrides": {
10742
+ "dark-high-contrast": "{base.color.neutral.3}",
10743
+ "light-high-contrast": "{base.color.neutral.3}",
10740
10744
  "dark-dimmed": "{base.color.neutral.5}"
10741
10745
  }
10742
10746
  }
@@ -10900,6 +10904,16 @@
10900
10904
  "filePath": "src/tokens/component/contribution.json5",
10901
10905
  "isSource": true,
10902
10906
  "$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
10903
10917
  }
10904
10918
  }
10905
10919
  },
@@ -10929,6 +10943,16 @@
10929
10943
  "filePath": "src/tokens/component/contribution.json5",
10930
10944
  "isSource": true,
10931
10945
  "$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
10932
10956
  }
10933
10957
  }
10934
10958
  }
@@ -10962,6 +10986,16 @@
10962
10986
  "filePath": "src/tokens/component/contribution.json5",
10963
10987
  "isSource": true,
10964
10988
  "$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
10965
10999
  }
10966
11000
  }
10967
11001
  },
@@ -10991,6 +11025,16 @@
10991
11025
  "filePath": "src/tokens/component/contribution.json5",
10992
11026
  "isSource": true,
10993
11027
  "$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
10994
11038
  }
10995
11039
  }
10996
11040
  }
@@ -11024,6 +11068,16 @@
11024
11068
  "filePath": "src/tokens/component/contribution.json5",
11025
11069
  "isSource": true,
11026
11070
  "$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
11027
11081
  }
11028
11082
  }
11029
11083
  },
@@ -11053,6 +11107,16 @@
11053
11107
  "filePath": "src/tokens/component/contribution.json5",
11054
11108
  "isSource": true,
11055
11109
  "$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
11056
11120
  }
11057
11121
  }
11058
11122
  }
@@ -11086,6 +11150,16 @@
11086
11150
  "filePath": "src/tokens/component/contribution.json5",
11087
11151
  "isSource": true,
11088
11152
  "$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
11089
11163
  }
11090
11164
  }
11091
11165
  },
@@ -11115,6 +11189,16 @@
11115
11189
  "filePath": "src/tokens/component/contribution.json5",
11116
11190
  "isSource": true,
11117
11191
  "$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
11118
11202
  }
11119
11203
  }
11120
11204
  }
@@ -11148,6 +11232,16 @@
11148
11232
  "filePath": "src/tokens/component/contribution.json5",
11149
11233
  "isSource": true,
11150
11234
  "$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
11151
11245
  }
11152
11246
  }
11153
11247
  },
@@ -11177,6 +11271,16 @@
11177
11271
  "filePath": "src/tokens/component/contribution.json5",
11178
11272
  "isSource": true,
11179
11273
  "$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
11180
11284
  }
11181
11285
  }
11182
11286
  }
@@ -10713,7 +10713,7 @@
10713
10713
  "key": "{color.prettylights.syntax.variable}"
10714
10714
  },
10715
10715
  "contribution-default-bgColor-0": {
10716
- "$value": "#eff2f5",
10716
+ "$value": "#e6eaef",
10717
10717
  "$type": "color",
10718
10718
  "$extensions": {
10719
10719
  "org.primer.figma": {
@@ -10722,13 +10722,15 @@
10722
10722
  "scopes": ["bgColor"]
10723
10723
  },
10724
10724
  "org.primer.overrides": {
10725
+ "dark-high-contrast": "#e6eaef",
10726
+ "light-high-contrast": "#e6eaef",
10725
10727
  "dark-dimmed": "#dae0e7"
10726
10728
  }
10727
10729
  },
10728
10730
  "filePath": "src/tokens/component/contribution.json5",
10729
10731
  "isSource": true,
10730
10732
  "original": {
10731
- "$value": "{base.color.neutral.2}",
10733
+ "$value": "{base.color.neutral.3}",
10732
10734
  "$type": "color",
10733
10735
  "$extensions": {
10734
10736
  "org.primer.figma": {
@@ -10737,6 +10739,8 @@
10737
10739
  "scopes": ["bgColor"]
10738
10740
  },
10739
10741
  "org.primer.overrides": {
10742
+ "dark-high-contrast": "{base.color.neutral.3}",
10743
+ "light-high-contrast": "{base.color.neutral.3}",
10740
10744
  "dark-dimmed": "{base.color.neutral.5}"
10741
10745
  }
10742
10746
  }
@@ -10877,8 +10881,8 @@
10877
10881
  "key": "{contribution.default.bgColor.4}"
10878
10882
  },
10879
10883
  "contribution-default-borderColor-0": {
10880
- "$value": "#0104090d",
10881
- "alpha": 0.05,
10884
+ "$value": "#010409",
10885
+ "alpha": 1,
10882
10886
  "$type": "color",
10883
10887
  "$extensions": {
10884
10888
  "org.primer.figma": {
@@ -10900,6 +10904,16 @@
10900
10904
  "filePath": "src/tokens/component/contribution.json5",
10901
10905
  "isSource": true,
10902
10906
  "$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
10903
10917
  }
10904
10918
  }
10905
10919
  },
@@ -10907,7 +10921,7 @@
10907
10921
  "isSource": true,
10908
10922
  "original": {
10909
10923
  "$value": "{base.color.black}",
10910
- "alpha": 0.05,
10924
+ "alpha": 1,
10911
10925
  "$type": "color",
10912
10926
  "$extensions": {
10913
10927
  "org.primer.figma": {
@@ -10929,6 +10943,16 @@
10929
10943
  "filePath": "src/tokens/component/contribution.json5",
10930
10944
  "isSource": true,
10931
10945
  "$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
10932
10956
  }
10933
10957
  }
10934
10958
  }
@@ -10939,8 +10963,8 @@
10939
10963
  "key": "{contribution.default.borderColor.0}"
10940
10964
  },
10941
10965
  "contribution-default-borderColor-1": {
10942
- "$value": "#0104090d",
10943
- "alpha": 0.05,
10966
+ "$value": "#010409",
10967
+ "alpha": 1,
10944
10968
  "$type": "color",
10945
10969
  "$extensions": {
10946
10970
  "org.primer.figma": {
@@ -10962,6 +10986,16 @@
10962
10986
  "filePath": "src/tokens/component/contribution.json5",
10963
10987
  "isSource": true,
10964
10988
  "$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
10965
10999
  }
10966
11000
  }
10967
11001
  },
@@ -10969,7 +11003,7 @@
10969
11003
  "isSource": true,
10970
11004
  "original": {
10971
11005
  "$value": "{base.color.black}",
10972
- "alpha": 0.05,
11006
+ "alpha": 1,
10973
11007
  "$type": "color",
10974
11008
  "$extensions": {
10975
11009
  "org.primer.figma": {
@@ -10991,6 +11025,16 @@
10991
11025
  "filePath": "src/tokens/component/contribution.json5",
10992
11026
  "isSource": true,
10993
11027
  "$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
10994
11038
  }
10995
11039
  }
10996
11040
  }
@@ -11001,8 +11045,8 @@
11001
11045
  "key": "{contribution.default.borderColor.1}"
11002
11046
  },
11003
11047
  "contribution-default-borderColor-2": {
11004
- "$value": "#0104090d",
11005
- "alpha": 0.05,
11048
+ "$value": "#010409",
11049
+ "alpha": 1,
11006
11050
  "$type": "color",
11007
11051
  "$extensions": {
11008
11052
  "org.primer.figma": {
@@ -11024,6 +11068,16 @@
11024
11068
  "filePath": "src/tokens/component/contribution.json5",
11025
11069
  "isSource": true,
11026
11070
  "$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
11027
11081
  }
11028
11082
  }
11029
11083
  },
@@ -11031,7 +11085,7 @@
11031
11085
  "isSource": true,
11032
11086
  "original": {
11033
11087
  "$value": "{base.color.black}",
11034
- "alpha": 0.05,
11088
+ "alpha": 1,
11035
11089
  "$type": "color",
11036
11090
  "$extensions": {
11037
11091
  "org.primer.figma": {
@@ -11053,6 +11107,16 @@
11053
11107
  "filePath": "src/tokens/component/contribution.json5",
11054
11108
  "isSource": true,
11055
11109
  "$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
11056
11120
  }
11057
11121
  }
11058
11122
  }
@@ -11063,8 +11127,8 @@
11063
11127
  "key": "{contribution.default.borderColor.2}"
11064
11128
  },
11065
11129
  "contribution-default-borderColor-3": {
11066
- "$value": "#0104090d",
11067
- "alpha": 0.05,
11130
+ "$value": "#010409",
11131
+ "alpha": 1,
11068
11132
  "$type": "color",
11069
11133
  "$extensions": {
11070
11134
  "org.primer.figma": {
@@ -11086,6 +11150,16 @@
11086
11150
  "filePath": "src/tokens/component/contribution.json5",
11087
11151
  "isSource": true,
11088
11152
  "$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
11089
11163
  }
11090
11164
  }
11091
11165
  },
@@ -11093,7 +11167,7 @@
11093
11167
  "isSource": true,
11094
11168
  "original": {
11095
11169
  "$value": "{base.color.black}",
11096
- "alpha": 0.05,
11170
+ "alpha": 1,
11097
11171
  "$type": "color",
11098
11172
  "$extensions": {
11099
11173
  "org.primer.figma": {
@@ -11115,6 +11189,16 @@
11115
11189
  "filePath": "src/tokens/component/contribution.json5",
11116
11190
  "isSource": true,
11117
11191
  "$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
11118
11202
  }
11119
11203
  }
11120
11204
  }
@@ -11125,8 +11209,8 @@
11125
11209
  "key": "{contribution.default.borderColor.3}"
11126
11210
  },
11127
11211
  "contribution-default-borderColor-4": {
11128
- "$value": "#0104090d",
11129
- "alpha": 0.05,
11212
+ "$value": "#010409",
11213
+ "alpha": 1,
11130
11214
  "$type": "color",
11131
11215
  "$extensions": {
11132
11216
  "org.primer.figma": {
@@ -11148,6 +11232,16 @@
11148
11232
  "filePath": "src/tokens/component/contribution.json5",
11149
11233
  "isSource": true,
11150
11234
  "$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
11151
11245
  }
11152
11246
  }
11153
11247
  },
@@ -11155,7 +11249,7 @@
11155
11249
  "isSource": true,
11156
11250
  "original": {
11157
11251
  "$value": "{base.color.black}",
11158
- "alpha": 0.05,
11252
+ "alpha": 1,
11159
11253
  "$type": "color",
11160
11254
  "$extensions": {
11161
11255
  "org.primer.figma": {
@@ -11177,6 +11271,16 @@
11177
11271
  "filePath": "src/tokens/component/contribution.json5",
11178
11272
  "isSource": true,
11179
11273
  "$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
11180
11284
  }
11181
11285
  }
11182
11286
  }