@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
@@ -10746,13 +10746,15 @@
10746
10746
  "scopes": ["bgColor"]
10747
10747
  },
10748
10748
  "org.primer.overrides": {
10749
+ "dark-high-contrast": "#212830",
10750
+ "light-high-contrast": "#212830",
10749
10751
  "dark-dimmed": "#2a313c"
10750
10752
  }
10751
10753
  },
10752
10754
  "filePath": "src/tokens/component/contribution.json5",
10753
10755
  "isSource": true,
10754
10756
  "original": {
10755
- "$value": "{base.color.neutral.2}",
10757
+ "$value": "{base.color.neutral.3}",
10756
10758
  "$type": "color",
10757
10759
  "$extensions": {
10758
10760
  "org.primer.figma": {
@@ -10761,6 +10763,8 @@
10761
10763
  "scopes": ["bgColor"]
10762
10764
  },
10763
10765
  "org.primer.overrides": {
10766
+ "dark-high-contrast": "{base.color.neutral.3}",
10767
+ "light-high-contrast": "{base.color.neutral.3}",
10764
10768
  "dark-dimmed": "{base.color.neutral.5}"
10765
10769
  }
10766
10770
  }
@@ -10769,7 +10773,7 @@
10769
10773
  "attributes": {},
10770
10774
  "path": ["contribution", "default", "bgColor", "0"],
10771
10775
  "key": "{contribution.default.bgColor.0}",
10772
- "value": "#151b23",
10776
+ "value": "#212830",
10773
10777
  "type": "color"
10774
10778
  },
10775
10779
  "contribution-default-bgColor-1": {
@@ -10903,7 +10907,7 @@
10903
10907
  "type": "color"
10904
10908
  },
10905
10909
  "contribution-default-borderColor-0": {
10906
- "alpha": 0.05,
10910
+ "alpha": 1,
10907
10911
  "$extensions": {
10908
10912
  "org.primer.figma": {
10909
10913
  "collection": "mode",
@@ -10924,6 +10928,16 @@
10924
10928
  "filePath": "src/tokens/component/contribution.json5",
10925
10929
  "isSource": true,
10926
10930
  "$type": "color"
10931
+ },
10932
+ "dark-high-contrast": {
10933
+ "$value": "#ffffff",
10934
+ "alpha": 1,
10935
+ "filePath": "src/tokens/component/contribution.json5",
10936
+ "isSource": true,
10937
+ "$type": "color"
10938
+ },
10939
+ "light-high-contrast": {
10940
+ "alpha": 1
10927
10941
  }
10928
10942
  }
10929
10943
  },
@@ -10931,7 +10945,7 @@
10931
10945
  "isSource": true,
10932
10946
  "original": {
10933
10947
  "$value": "{base.color.white}",
10934
- "alpha": 0.05,
10948
+ "alpha": 1,
10935
10949
  "$type": "color",
10936
10950
  "$extensions": {
10937
10951
  "org.primer.figma": {
@@ -10953,6 +10967,16 @@
10953
10967
  "filePath": "src/tokens/component/contribution.json5",
10954
10968
  "isSource": true,
10955
10969
  "$type": "color"
10970
+ },
10971
+ "dark-high-contrast": {
10972
+ "$value": "{base.color.white}",
10973
+ "alpha": 1,
10974
+ "filePath": "src/tokens/component/contribution.json5",
10975
+ "isSource": true,
10976
+ "$type": "color"
10977
+ },
10978
+ "light-high-contrast": {
10979
+ "alpha": 1
10956
10980
  }
10957
10981
  }
10958
10982
  }
@@ -10961,11 +10985,11 @@
10961
10985
  "attributes": {},
10962
10986
  "path": ["contribution", "default", "borderColor", "0"],
10963
10987
  "key": "{contribution.default.borderColor.0}",
10964
- "value": "#ffffff0d",
10988
+ "value": "#ffffff",
10965
10989
  "type": "color"
10966
10990
  },
10967
10991
  "contribution-default-borderColor-1": {
10968
- "alpha": 0.05,
10992
+ "alpha": 1,
10969
10993
  "$extensions": {
10970
10994
  "org.primer.figma": {
10971
10995
  "collection": "mode",
@@ -10986,6 +11010,16 @@
10986
11010
  "filePath": "src/tokens/component/contribution.json5",
10987
11011
  "isSource": true,
10988
11012
  "$type": "color"
11013
+ },
11014
+ "dark-high-contrast": {
11015
+ "$value": "#ffffff",
11016
+ "alpha": 1,
11017
+ "filePath": "src/tokens/component/contribution.json5",
11018
+ "isSource": true,
11019
+ "$type": "color"
11020
+ },
11021
+ "light-high-contrast": {
11022
+ "alpha": 1
10989
11023
  }
10990
11024
  }
10991
11025
  },
@@ -10993,7 +11027,7 @@
10993
11027
  "isSource": true,
10994
11028
  "original": {
10995
11029
  "$value": "{base.color.white}",
10996
- "alpha": 0.05,
11030
+ "alpha": 1,
10997
11031
  "$type": "color",
10998
11032
  "$extensions": {
10999
11033
  "org.primer.figma": {
@@ -11015,6 +11049,16 @@
11015
11049
  "filePath": "src/tokens/component/contribution.json5",
11016
11050
  "isSource": true,
11017
11051
  "$type": "color"
11052
+ },
11053
+ "dark-high-contrast": {
11054
+ "$value": "{base.color.white}",
11055
+ "alpha": 1,
11056
+ "filePath": "src/tokens/component/contribution.json5",
11057
+ "isSource": true,
11058
+ "$type": "color"
11059
+ },
11060
+ "light-high-contrast": {
11061
+ "alpha": 1
11018
11062
  }
11019
11063
  }
11020
11064
  }
@@ -11023,11 +11067,11 @@
11023
11067
  "attributes": {},
11024
11068
  "path": ["contribution", "default", "borderColor", "1"],
11025
11069
  "key": "{contribution.default.borderColor.1}",
11026
- "value": "#ffffff0d",
11070
+ "value": "#ffffff",
11027
11071
  "type": "color"
11028
11072
  },
11029
11073
  "contribution-default-borderColor-2": {
11030
- "alpha": 0.05,
11074
+ "alpha": 1,
11031
11075
  "$extensions": {
11032
11076
  "org.primer.figma": {
11033
11077
  "collection": "mode",
@@ -11048,6 +11092,16 @@
11048
11092
  "filePath": "src/tokens/component/contribution.json5",
11049
11093
  "isSource": true,
11050
11094
  "$type": "color"
11095
+ },
11096
+ "dark-high-contrast": {
11097
+ "$value": "#ffffff",
11098
+ "alpha": 1,
11099
+ "filePath": "src/tokens/component/contribution.json5",
11100
+ "isSource": true,
11101
+ "$type": "color"
11102
+ },
11103
+ "light-high-contrast": {
11104
+ "alpha": 1
11051
11105
  }
11052
11106
  }
11053
11107
  },
@@ -11055,7 +11109,7 @@
11055
11109
  "isSource": true,
11056
11110
  "original": {
11057
11111
  "$value": "{base.color.white}",
11058
- "alpha": 0.05,
11112
+ "alpha": 1,
11059
11113
  "$type": "color",
11060
11114
  "$extensions": {
11061
11115
  "org.primer.figma": {
@@ -11077,6 +11131,16 @@
11077
11131
  "filePath": "src/tokens/component/contribution.json5",
11078
11132
  "isSource": true,
11079
11133
  "$type": "color"
11134
+ },
11135
+ "dark-high-contrast": {
11136
+ "$value": "{base.color.white}",
11137
+ "alpha": 1,
11138
+ "filePath": "src/tokens/component/contribution.json5",
11139
+ "isSource": true,
11140
+ "$type": "color"
11141
+ },
11142
+ "light-high-contrast": {
11143
+ "alpha": 1
11080
11144
  }
11081
11145
  }
11082
11146
  }
@@ -11085,11 +11149,11 @@
11085
11149
  "attributes": {},
11086
11150
  "path": ["contribution", "default", "borderColor", "2"],
11087
11151
  "key": "{contribution.default.borderColor.2}",
11088
- "value": "#ffffff0d",
11152
+ "value": "#ffffff",
11089
11153
  "type": "color"
11090
11154
  },
11091
11155
  "contribution-default-borderColor-3": {
11092
- "alpha": 0.05,
11156
+ "alpha": 1,
11093
11157
  "$extensions": {
11094
11158
  "org.primer.figma": {
11095
11159
  "collection": "mode",
@@ -11110,6 +11174,16 @@
11110
11174
  "filePath": "src/tokens/component/contribution.json5",
11111
11175
  "isSource": true,
11112
11176
  "$type": "color"
11177
+ },
11178
+ "dark-high-contrast": {
11179
+ "$value": "#ffffff",
11180
+ "alpha": 1,
11181
+ "filePath": "src/tokens/component/contribution.json5",
11182
+ "isSource": true,
11183
+ "$type": "color"
11184
+ },
11185
+ "light-high-contrast": {
11186
+ "alpha": 1
11113
11187
  }
11114
11188
  }
11115
11189
  },
@@ -11117,7 +11191,7 @@
11117
11191
  "isSource": true,
11118
11192
  "original": {
11119
11193
  "$value": "{base.color.white}",
11120
- "alpha": 0.05,
11194
+ "alpha": 1,
11121
11195
  "$type": "color",
11122
11196
  "$extensions": {
11123
11197
  "org.primer.figma": {
@@ -11139,6 +11213,16 @@
11139
11213
  "filePath": "src/tokens/component/contribution.json5",
11140
11214
  "isSource": true,
11141
11215
  "$type": "color"
11216
+ },
11217
+ "dark-high-contrast": {
11218
+ "$value": "{base.color.white}",
11219
+ "alpha": 1,
11220
+ "filePath": "src/tokens/component/contribution.json5",
11221
+ "isSource": true,
11222
+ "$type": "color"
11223
+ },
11224
+ "light-high-contrast": {
11225
+ "alpha": 1
11142
11226
  }
11143
11227
  }
11144
11228
  }
@@ -11147,11 +11231,11 @@
11147
11231
  "attributes": {},
11148
11232
  "path": ["contribution", "default", "borderColor", "3"],
11149
11233
  "key": "{contribution.default.borderColor.3}",
11150
- "value": "#ffffff0d",
11234
+ "value": "#ffffff",
11151
11235
  "type": "color"
11152
11236
  },
11153
11237
  "contribution-default-borderColor-4": {
11154
- "alpha": 0.05,
11238
+ "alpha": 1,
11155
11239
  "$extensions": {
11156
11240
  "org.primer.figma": {
11157
11241
  "collection": "mode",
@@ -11172,6 +11256,16 @@
11172
11256
  "filePath": "src/tokens/component/contribution.json5",
11173
11257
  "isSource": true,
11174
11258
  "$type": "color"
11259
+ },
11260
+ "dark-high-contrast": {
11261
+ "$value": "#ffffff",
11262
+ "alpha": 1,
11263
+ "filePath": "src/tokens/component/contribution.json5",
11264
+ "isSource": true,
11265
+ "$type": "color"
11266
+ },
11267
+ "light-high-contrast": {
11268
+ "alpha": 1
11175
11269
  }
11176
11270
  }
11177
11271
  },
@@ -11179,7 +11273,7 @@
11179
11273
  "isSource": true,
11180
11274
  "original": {
11181
11275
  "$value": "{base.color.white}",
11182
- "alpha": 0.05,
11276
+ "alpha": 1,
11183
11277
  "$type": "color",
11184
11278
  "$extensions": {
11185
11279
  "org.primer.figma": {
@@ -11201,6 +11295,16 @@
11201
11295
  "filePath": "src/tokens/component/contribution.json5",
11202
11296
  "isSource": true,
11203
11297
  "$type": "color"
11298
+ },
11299
+ "dark-high-contrast": {
11300
+ "$value": "{base.color.white}",
11301
+ "alpha": 1,
11302
+ "filePath": "src/tokens/component/contribution.json5",
11303
+ "isSource": true,
11304
+ "$type": "color"
11305
+ },
11306
+ "light-high-contrast": {
11307
+ "alpha": 1
11204
11308
  }
11205
11309
  }
11206
11310
  }
@@ -11209,7 +11313,7 @@
11209
11313
  "attributes": {},
11210
11314
  "path": ["contribution", "default", "borderColor", "4"],
11211
11315
  "key": "{contribution.default.borderColor.4}",
11212
- "value": "#ffffff0d",
11316
+ "value": "#ffffff",
11213
11317
  "type": "color"
11214
11318
  },
11215
11319
  "contribution-halloween-bgColor-1": {
@@ -10738,6 +10738,8 @@
10738
10738
  "scopes": ["bgColor"]
10739
10739
  },
10740
10740
  "org.primer.overrides": {
10741
+ "dark-high-contrast": "#212830",
10742
+ "light-high-contrast": "#212830",
10741
10743
  "dark-dimmed": "#2a313c"
10742
10744
  }
10743
10745
  },
@@ -10753,6 +10755,8 @@
10753
10755
  "scopes": ["bgColor"]
10754
10756
  },
10755
10757
  "org.primer.overrides": {
10758
+ "dark-high-contrast": "{base.color.neutral.3}",
10759
+ "light-high-contrast": "{base.color.neutral.3}",
10756
10760
  "dark-dimmed": "{base.color.neutral.5}"
10757
10761
  }
10758
10762
  }
@@ -10916,6 +10920,16 @@
10916
10920
  "filePath": "src/tokens/component/contribution.json5",
10917
10921
  "isSource": true,
10918
10922
  "$type": "color"
10923
+ },
10924
+ "dark-high-contrast": {
10925
+ "$value": "#ffffff",
10926
+ "alpha": 1,
10927
+ "filePath": "src/tokens/component/contribution.json5",
10928
+ "isSource": true,
10929
+ "$type": "color"
10930
+ },
10931
+ "light-high-contrast": {
10932
+ "alpha": 1
10919
10933
  }
10920
10934
  }
10921
10935
  },
@@ -10945,6 +10959,16 @@
10945
10959
  "filePath": "src/tokens/component/contribution.json5",
10946
10960
  "isSource": true,
10947
10961
  "$type": "color"
10962
+ },
10963
+ "dark-high-contrast": {
10964
+ "$value": "{base.color.white}",
10965
+ "alpha": 1,
10966
+ "filePath": "src/tokens/component/contribution.json5",
10967
+ "isSource": true,
10968
+ "$type": "color"
10969
+ },
10970
+ "light-high-contrast": {
10971
+ "alpha": 1
10948
10972
  }
10949
10973
  }
10950
10974
  }
@@ -10978,6 +11002,16 @@
10978
11002
  "filePath": "src/tokens/component/contribution.json5",
10979
11003
  "isSource": true,
10980
11004
  "$type": "color"
11005
+ },
11006
+ "dark-high-contrast": {
11007
+ "$value": "#ffffff",
11008
+ "alpha": 1,
11009
+ "filePath": "src/tokens/component/contribution.json5",
11010
+ "isSource": true,
11011
+ "$type": "color"
11012
+ },
11013
+ "light-high-contrast": {
11014
+ "alpha": 1
10981
11015
  }
10982
11016
  }
10983
11017
  },
@@ -11007,6 +11041,16 @@
11007
11041
  "filePath": "src/tokens/component/contribution.json5",
11008
11042
  "isSource": true,
11009
11043
  "$type": "color"
11044
+ },
11045
+ "dark-high-contrast": {
11046
+ "$value": "{base.color.white}",
11047
+ "alpha": 1,
11048
+ "filePath": "src/tokens/component/contribution.json5",
11049
+ "isSource": true,
11050
+ "$type": "color"
11051
+ },
11052
+ "light-high-contrast": {
11053
+ "alpha": 1
11010
11054
  }
11011
11055
  }
11012
11056
  }
@@ -11040,6 +11084,16 @@
11040
11084
  "filePath": "src/tokens/component/contribution.json5",
11041
11085
  "isSource": true,
11042
11086
  "$type": "color"
11087
+ },
11088
+ "dark-high-contrast": {
11089
+ "$value": "#ffffff",
11090
+ "alpha": 1,
11091
+ "filePath": "src/tokens/component/contribution.json5",
11092
+ "isSource": true,
11093
+ "$type": "color"
11094
+ },
11095
+ "light-high-contrast": {
11096
+ "alpha": 1
11043
11097
  }
11044
11098
  }
11045
11099
  },
@@ -11069,6 +11123,16 @@
11069
11123
  "filePath": "src/tokens/component/contribution.json5",
11070
11124
  "isSource": true,
11071
11125
  "$type": "color"
11126
+ },
11127
+ "dark-high-contrast": {
11128
+ "$value": "{base.color.white}",
11129
+ "alpha": 1,
11130
+ "filePath": "src/tokens/component/contribution.json5",
11131
+ "isSource": true,
11132
+ "$type": "color"
11133
+ },
11134
+ "light-high-contrast": {
11135
+ "alpha": 1
11072
11136
  }
11073
11137
  }
11074
11138
  }
@@ -11102,6 +11166,16 @@
11102
11166
  "filePath": "src/tokens/component/contribution.json5",
11103
11167
  "isSource": true,
11104
11168
  "$type": "color"
11169
+ },
11170
+ "dark-high-contrast": {
11171
+ "$value": "#ffffff",
11172
+ "alpha": 1,
11173
+ "filePath": "src/tokens/component/contribution.json5",
11174
+ "isSource": true,
11175
+ "$type": "color"
11176
+ },
11177
+ "light-high-contrast": {
11178
+ "alpha": 1
11105
11179
  }
11106
11180
  }
11107
11181
  },
@@ -11131,6 +11205,16 @@
11131
11205
  "filePath": "src/tokens/component/contribution.json5",
11132
11206
  "isSource": true,
11133
11207
  "$type": "color"
11208
+ },
11209
+ "dark-high-contrast": {
11210
+ "$value": "{base.color.white}",
11211
+ "alpha": 1,
11212
+ "filePath": "src/tokens/component/contribution.json5",
11213
+ "isSource": true,
11214
+ "$type": "color"
11215
+ },
11216
+ "light-high-contrast": {
11217
+ "alpha": 1
11134
11218
  }
11135
11219
  }
11136
11220
  }
@@ -11164,6 +11248,16 @@
11164
11248
  "filePath": "src/tokens/component/contribution.json5",
11165
11249
  "isSource": true,
11166
11250
  "$type": "color"
11251
+ },
11252
+ "dark-high-contrast": {
11253
+ "$value": "#ffffff",
11254
+ "alpha": 1,
11255
+ "filePath": "src/tokens/component/contribution.json5",
11256
+ "isSource": true,
11257
+ "$type": "color"
11258
+ },
11259
+ "light-high-contrast": {
11260
+ "alpha": 1
11167
11261
  }
11168
11262
  }
11169
11263
  },
@@ -11193,6 +11287,16 @@
11193
11287
  "filePath": "src/tokens/component/contribution.json5",
11194
11288
  "isSource": true,
11195
11289
  "$type": "color"
11290
+ },
11291
+ "dark-high-contrast": {
11292
+ "$value": "{base.color.white}",
11293
+ "alpha": 1,
11294
+ "filePath": "src/tokens/component/contribution.json5",
11295
+ "isSource": true,
11296
+ "$type": "color"
11297
+ },
11298
+ "light-high-contrast": {
11299
+ "alpha": 1
11196
11300
  }
11197
11301
  }
11198
11302
  }
@@ -10730,6 +10730,8 @@
10730
10730
  "scopes": ["bgColor"]
10731
10731
  },
10732
10732
  "org.primer.overrides": {
10733
+ "dark-high-contrast": "#212830",
10734
+ "light-high-contrast": "#212830",
10733
10735
  "dark-dimmed": "#2a313c"
10734
10736
  }
10735
10737
  },
@@ -10745,6 +10747,8 @@
10745
10747
  "scopes": ["bgColor"]
10746
10748
  },
10747
10749
  "org.primer.overrides": {
10750
+ "dark-high-contrast": "{base.color.neutral.3}",
10751
+ "light-high-contrast": "{base.color.neutral.3}",
10748
10752
  "dark-dimmed": "{base.color.neutral.5}"
10749
10753
  }
10750
10754
  }
@@ -10908,6 +10912,16 @@
10908
10912
  "filePath": "src/tokens/component/contribution.json5",
10909
10913
  "isSource": true,
10910
10914
  "$type": "color"
10915
+ },
10916
+ "dark-high-contrast": {
10917
+ "$value": "#ffffff",
10918
+ "alpha": 1,
10919
+ "filePath": "src/tokens/component/contribution.json5",
10920
+ "isSource": true,
10921
+ "$type": "color"
10922
+ },
10923
+ "light-high-contrast": {
10924
+ "alpha": 1
10911
10925
  }
10912
10926
  }
10913
10927
  },
@@ -10937,6 +10951,16 @@
10937
10951
  "filePath": "src/tokens/component/contribution.json5",
10938
10952
  "isSource": true,
10939
10953
  "$type": "color"
10954
+ },
10955
+ "dark-high-contrast": {
10956
+ "$value": "{base.color.white}",
10957
+ "alpha": 1,
10958
+ "filePath": "src/tokens/component/contribution.json5",
10959
+ "isSource": true,
10960
+ "$type": "color"
10961
+ },
10962
+ "light-high-contrast": {
10963
+ "alpha": 1
10940
10964
  }
10941
10965
  }
10942
10966
  }
@@ -10970,6 +10994,16 @@
10970
10994
  "filePath": "src/tokens/component/contribution.json5",
10971
10995
  "isSource": true,
10972
10996
  "$type": "color"
10997
+ },
10998
+ "dark-high-contrast": {
10999
+ "$value": "#ffffff",
11000
+ "alpha": 1,
11001
+ "filePath": "src/tokens/component/contribution.json5",
11002
+ "isSource": true,
11003
+ "$type": "color"
11004
+ },
11005
+ "light-high-contrast": {
11006
+ "alpha": 1
10973
11007
  }
10974
11008
  }
10975
11009
  },
@@ -10999,6 +11033,16 @@
10999
11033
  "filePath": "src/tokens/component/contribution.json5",
11000
11034
  "isSource": true,
11001
11035
  "$type": "color"
11036
+ },
11037
+ "dark-high-contrast": {
11038
+ "$value": "{base.color.white}",
11039
+ "alpha": 1,
11040
+ "filePath": "src/tokens/component/contribution.json5",
11041
+ "isSource": true,
11042
+ "$type": "color"
11043
+ },
11044
+ "light-high-contrast": {
11045
+ "alpha": 1
11002
11046
  }
11003
11047
  }
11004
11048
  }
@@ -11032,6 +11076,16 @@
11032
11076
  "filePath": "src/tokens/component/contribution.json5",
11033
11077
  "isSource": true,
11034
11078
  "$type": "color"
11079
+ },
11080
+ "dark-high-contrast": {
11081
+ "$value": "#ffffff",
11082
+ "alpha": 1,
11083
+ "filePath": "src/tokens/component/contribution.json5",
11084
+ "isSource": true,
11085
+ "$type": "color"
11086
+ },
11087
+ "light-high-contrast": {
11088
+ "alpha": 1
11035
11089
  }
11036
11090
  }
11037
11091
  },
@@ -11061,6 +11115,16 @@
11061
11115
  "filePath": "src/tokens/component/contribution.json5",
11062
11116
  "isSource": true,
11063
11117
  "$type": "color"
11118
+ },
11119
+ "dark-high-contrast": {
11120
+ "$value": "{base.color.white}",
11121
+ "alpha": 1,
11122
+ "filePath": "src/tokens/component/contribution.json5",
11123
+ "isSource": true,
11124
+ "$type": "color"
11125
+ },
11126
+ "light-high-contrast": {
11127
+ "alpha": 1
11064
11128
  }
11065
11129
  }
11066
11130
  }
@@ -11094,6 +11158,16 @@
11094
11158
  "filePath": "src/tokens/component/contribution.json5",
11095
11159
  "isSource": true,
11096
11160
  "$type": "color"
11161
+ },
11162
+ "dark-high-contrast": {
11163
+ "$value": "#ffffff",
11164
+ "alpha": 1,
11165
+ "filePath": "src/tokens/component/contribution.json5",
11166
+ "isSource": true,
11167
+ "$type": "color"
11168
+ },
11169
+ "light-high-contrast": {
11170
+ "alpha": 1
11097
11171
  }
11098
11172
  }
11099
11173
  },
@@ -11123,6 +11197,16 @@
11123
11197
  "filePath": "src/tokens/component/contribution.json5",
11124
11198
  "isSource": true,
11125
11199
  "$type": "color"
11200
+ },
11201
+ "dark-high-contrast": {
11202
+ "$value": "{base.color.white}",
11203
+ "alpha": 1,
11204
+ "filePath": "src/tokens/component/contribution.json5",
11205
+ "isSource": true,
11206
+ "$type": "color"
11207
+ },
11208
+ "light-high-contrast": {
11209
+ "alpha": 1
11126
11210
  }
11127
11211
  }
11128
11212
  }
@@ -11156,6 +11240,16 @@
11156
11240
  "filePath": "src/tokens/component/contribution.json5",
11157
11241
  "isSource": true,
11158
11242
  "$type": "color"
11243
+ },
11244
+ "dark-high-contrast": {
11245
+ "$value": "#ffffff",
11246
+ "alpha": 1,
11247
+ "filePath": "src/tokens/component/contribution.json5",
11248
+ "isSource": true,
11249
+ "$type": "color"
11250
+ },
11251
+ "light-high-contrast": {
11252
+ "alpha": 1
11159
11253
  }
11160
11254
  }
11161
11255
  },
@@ -11185,6 +11279,16 @@
11185
11279
  "filePath": "src/tokens/component/contribution.json5",
11186
11280
  "isSource": true,
11187
11281
  "$type": "color"
11282
+ },
11283
+ "dark-high-contrast": {
11284
+ "$value": "{base.color.white}",
11285
+ "alpha": 1,
11286
+ "filePath": "src/tokens/component/contribution.json5",
11287
+ "isSource": true,
11288
+ "$type": "color"
11289
+ },
11290
+ "light-high-contrast": {
11291
+ "alpha": 1
11188
11292
  }
11189
11293
  }
11190
11294
  }