@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.
- package/dist/css/functional/themes/dark-high-contrast.css +12 -12
- package/dist/css/functional/themes/light-high-contrast.css +12 -12
- package/dist/docs/functional/themes/dark-colorblind.json +104 -0
- package/dist/docs/functional/themes/dark-dimmed.json +104 -0
- package/dist/docs/functional/themes/dark-high-contrast.json +121 -17
- package/dist/docs/functional/themes/dark-tritanopia.json +104 -0
- package/dist/docs/functional/themes/dark.json +104 -0
- package/dist/docs/functional/themes/light-colorblind.json +104 -0
- package/dist/docs/functional/themes/light-high-contrast.json +121 -17
- package/dist/docs/functional/themes/light-tritanopia.json +104 -0
- package/dist/docs/functional/themes/light.json +104 -0
- package/dist/figma/themes/dark-high-contrast.json +14 -14
- package/dist/figma/themes/light-high-contrast.json +14 -14
- package/dist/internalCss/dark-high-contrast.css +12 -12
- package/dist/internalCss/light-high-contrast.css +12 -12
- package/dist/styleLint/functional/themes/dark-colorblind.json +104 -0
- package/dist/styleLint/functional/themes/dark-dimmed.json +104 -0
- package/dist/styleLint/functional/themes/dark-high-contrast.json +121 -17
- package/dist/styleLint/functional/themes/dark-tritanopia.json +104 -0
- package/dist/styleLint/functional/themes/dark.json +104 -0
- package/dist/styleLint/functional/themes/light-colorblind.json +104 -0
- package/dist/styleLint/functional/themes/light-high-contrast.json +121 -17
- package/dist/styleLint/functional/themes/light-tritanopia.json +104 -0
- package/dist/styleLint/functional/themes/light.json +104 -0
- package/package.json +1 -1
- package/src/tokens/component/contribution.json5 +37 -0
|
@@ -10720,6 +10720,8 @@
|
|
|
10720
10720
|
"scopes": ["bgColor"]
|
|
10721
10721
|
},
|
|
10722
10722
|
"org.primer.overrides": {
|
|
10723
|
+
"dark-high-contrast": "#e6eaef",
|
|
10724
|
+
"light-high-contrast": "#e6eaef",
|
|
10723
10725
|
"dark-dimmed": "#dae0e7"
|
|
10724
10726
|
}
|
|
10725
10727
|
},
|
|
@@ -10735,6 +10737,8 @@
|
|
|
10735
10737
|
"scopes": ["bgColor"]
|
|
10736
10738
|
},
|
|
10737
10739
|
"org.primer.overrides": {
|
|
10740
|
+
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10741
|
+
"light-high-contrast": "{base.color.neutral.3}",
|
|
10738
10742
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10739
10743
|
}
|
|
10740
10744
|
}
|
|
@@ -10898,6 +10902,16 @@
|
|
|
10898
10902
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10899
10903
|
"isSource": true,
|
|
10900
10904
|
"$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
|
|
10901
10915
|
}
|
|
10902
10916
|
}
|
|
10903
10917
|
},
|
|
@@ -10927,6 +10941,16 @@
|
|
|
10927
10941
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10928
10942
|
"isSource": true,
|
|
10929
10943
|
"$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
|
|
10930
10954
|
}
|
|
10931
10955
|
}
|
|
10932
10956
|
}
|
|
@@ -10960,6 +10984,16 @@
|
|
|
10960
10984
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10961
10985
|
"isSource": true,
|
|
10962
10986
|
"$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
|
|
10963
10997
|
}
|
|
10964
10998
|
}
|
|
10965
10999
|
},
|
|
@@ -10989,6 +11023,16 @@
|
|
|
10989
11023
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10990
11024
|
"isSource": true,
|
|
10991
11025
|
"$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
|
|
10992
11036
|
}
|
|
10993
11037
|
}
|
|
10994
11038
|
}
|
|
@@ -11022,6 +11066,16 @@
|
|
|
11022
11066
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11023
11067
|
"isSource": true,
|
|
11024
11068
|
"$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
|
|
11025
11079
|
}
|
|
11026
11080
|
}
|
|
11027
11081
|
},
|
|
@@ -11051,6 +11105,16 @@
|
|
|
11051
11105
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11052
11106
|
"isSource": true,
|
|
11053
11107
|
"$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
|
|
11054
11118
|
}
|
|
11055
11119
|
}
|
|
11056
11120
|
}
|
|
@@ -11084,6 +11148,16 @@
|
|
|
11084
11148
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11085
11149
|
"isSource": true,
|
|
11086
11150
|
"$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
|
|
11087
11161
|
}
|
|
11088
11162
|
}
|
|
11089
11163
|
},
|
|
@@ -11113,6 +11187,16 @@
|
|
|
11113
11187
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11114
11188
|
"isSource": true,
|
|
11115
11189
|
"$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
|
|
11116
11200
|
}
|
|
11117
11201
|
}
|
|
11118
11202
|
}
|
|
@@ -11146,6 +11230,16 @@
|
|
|
11146
11230
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11147
11231
|
"isSource": true,
|
|
11148
11232
|
"$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
|
|
11149
11243
|
}
|
|
11150
11244
|
}
|
|
11151
11245
|
},
|
|
@@ -11175,6 +11269,16 @@
|
|
|
11175
11269
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11176
11270
|
"isSource": true,
|
|
11177
11271
|
"$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
|
|
11178
11282
|
}
|
|
11179
11283
|
}
|
|
11180
11284
|
}
|
|
@@ -10720,13 +10720,15 @@
|
|
|
10720
10720
|
"scopes": ["bgColor"]
|
|
10721
10721
|
},
|
|
10722
10722
|
"org.primer.overrides": {
|
|
10723
|
+
"dark-high-contrast": "#e6eaef",
|
|
10724
|
+
"light-high-contrast": "#e6eaef",
|
|
10723
10725
|
"dark-dimmed": "#dae0e7"
|
|
10724
10726
|
}
|
|
10725
10727
|
},
|
|
10726
10728
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10727
10729
|
"isSource": true,
|
|
10728
10730
|
"original": {
|
|
10729
|
-
"$value": "{base.color.neutral.
|
|
10731
|
+
"$value": "{base.color.neutral.3}",
|
|
10730
10732
|
"$type": "color",
|
|
10731
10733
|
"$extensions": {
|
|
10732
10734
|
"org.primer.figma": {
|
|
@@ -10735,6 +10737,8 @@
|
|
|
10735
10737
|
"scopes": ["bgColor"]
|
|
10736
10738
|
},
|
|
10737
10739
|
"org.primer.overrides": {
|
|
10740
|
+
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10741
|
+
"light-high-contrast": "{base.color.neutral.3}",
|
|
10738
10742
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10739
10743
|
}
|
|
10740
10744
|
}
|
|
@@ -10743,7 +10747,7 @@
|
|
|
10743
10747
|
"attributes": {},
|
|
10744
10748
|
"path": ["contribution", "default", "bgColor", "0"],
|
|
10745
10749
|
"key": "{contribution.default.bgColor.0}",
|
|
10746
|
-
"value": "#
|
|
10750
|
+
"value": "#e6eaef",
|
|
10747
10751
|
"type": "color"
|
|
10748
10752
|
},
|
|
10749
10753
|
"contribution-default-bgColor-1": {
|
|
@@ -10877,7 +10881,7 @@
|
|
|
10877
10881
|
"type": "color"
|
|
10878
10882
|
},
|
|
10879
10883
|
"contribution-default-borderColor-0": {
|
|
10880
|
-
"alpha":
|
|
10884
|
+
"alpha": 1,
|
|
10881
10885
|
"$extensions": {
|
|
10882
10886
|
"org.primer.figma": {
|
|
10883
10887
|
"collection": "mode",
|
|
@@ -10898,6 +10902,16 @@
|
|
|
10898
10902
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10899
10903
|
"isSource": true,
|
|
10900
10904
|
"$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
|
|
10901
10915
|
}
|
|
10902
10916
|
}
|
|
10903
10917
|
},
|
|
@@ -10905,7 +10919,7 @@
|
|
|
10905
10919
|
"isSource": true,
|
|
10906
10920
|
"original": {
|
|
10907
10921
|
"$value": "{base.color.black}",
|
|
10908
|
-
"alpha":
|
|
10922
|
+
"alpha": 1,
|
|
10909
10923
|
"$type": "color",
|
|
10910
10924
|
"$extensions": {
|
|
10911
10925
|
"org.primer.figma": {
|
|
@@ -10927,6 +10941,16 @@
|
|
|
10927
10941
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10928
10942
|
"isSource": true,
|
|
10929
10943
|
"$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
|
|
10930
10954
|
}
|
|
10931
10955
|
}
|
|
10932
10956
|
}
|
|
@@ -10935,11 +10959,11 @@
|
|
|
10935
10959
|
"attributes": {},
|
|
10936
10960
|
"path": ["contribution", "default", "borderColor", "0"],
|
|
10937
10961
|
"key": "{contribution.default.borderColor.0}",
|
|
10938
|
-
"value": "#
|
|
10962
|
+
"value": "#010409",
|
|
10939
10963
|
"type": "color"
|
|
10940
10964
|
},
|
|
10941
10965
|
"contribution-default-borderColor-1": {
|
|
10942
|
-
"alpha":
|
|
10966
|
+
"alpha": 1,
|
|
10943
10967
|
"$extensions": {
|
|
10944
10968
|
"org.primer.figma": {
|
|
10945
10969
|
"collection": "mode",
|
|
@@ -10960,6 +10984,16 @@
|
|
|
10960
10984
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10961
10985
|
"isSource": true,
|
|
10962
10986
|
"$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
|
|
10963
10997
|
}
|
|
10964
10998
|
}
|
|
10965
10999
|
},
|
|
@@ -10967,7 +11001,7 @@
|
|
|
10967
11001
|
"isSource": true,
|
|
10968
11002
|
"original": {
|
|
10969
11003
|
"$value": "{base.color.black}",
|
|
10970
|
-
"alpha":
|
|
11004
|
+
"alpha": 1,
|
|
10971
11005
|
"$type": "color",
|
|
10972
11006
|
"$extensions": {
|
|
10973
11007
|
"org.primer.figma": {
|
|
@@ -10989,6 +11023,16 @@
|
|
|
10989
11023
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10990
11024
|
"isSource": true,
|
|
10991
11025
|
"$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
|
|
10992
11036
|
}
|
|
10993
11037
|
}
|
|
10994
11038
|
}
|
|
@@ -10997,11 +11041,11 @@
|
|
|
10997
11041
|
"attributes": {},
|
|
10998
11042
|
"path": ["contribution", "default", "borderColor", "1"],
|
|
10999
11043
|
"key": "{contribution.default.borderColor.1}",
|
|
11000
|
-
"value": "#
|
|
11044
|
+
"value": "#010409",
|
|
11001
11045
|
"type": "color"
|
|
11002
11046
|
},
|
|
11003
11047
|
"contribution-default-borderColor-2": {
|
|
11004
|
-
"alpha":
|
|
11048
|
+
"alpha": 1,
|
|
11005
11049
|
"$extensions": {
|
|
11006
11050
|
"org.primer.figma": {
|
|
11007
11051
|
"collection": "mode",
|
|
@@ -11022,6 +11066,16 @@
|
|
|
11022
11066
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11023
11067
|
"isSource": true,
|
|
11024
11068
|
"$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
|
|
11025
11079
|
}
|
|
11026
11080
|
}
|
|
11027
11081
|
},
|
|
@@ -11029,7 +11083,7 @@
|
|
|
11029
11083
|
"isSource": true,
|
|
11030
11084
|
"original": {
|
|
11031
11085
|
"$value": "{base.color.black}",
|
|
11032
|
-
"alpha":
|
|
11086
|
+
"alpha": 1,
|
|
11033
11087
|
"$type": "color",
|
|
11034
11088
|
"$extensions": {
|
|
11035
11089
|
"org.primer.figma": {
|
|
@@ -11051,6 +11105,16 @@
|
|
|
11051
11105
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11052
11106
|
"isSource": true,
|
|
11053
11107
|
"$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
|
|
11054
11118
|
}
|
|
11055
11119
|
}
|
|
11056
11120
|
}
|
|
@@ -11059,11 +11123,11 @@
|
|
|
11059
11123
|
"attributes": {},
|
|
11060
11124
|
"path": ["contribution", "default", "borderColor", "2"],
|
|
11061
11125
|
"key": "{contribution.default.borderColor.2}",
|
|
11062
|
-
"value": "#
|
|
11126
|
+
"value": "#010409",
|
|
11063
11127
|
"type": "color"
|
|
11064
11128
|
},
|
|
11065
11129
|
"contribution-default-borderColor-3": {
|
|
11066
|
-
"alpha":
|
|
11130
|
+
"alpha": 1,
|
|
11067
11131
|
"$extensions": {
|
|
11068
11132
|
"org.primer.figma": {
|
|
11069
11133
|
"collection": "mode",
|
|
@@ -11084,6 +11148,16 @@
|
|
|
11084
11148
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11085
11149
|
"isSource": true,
|
|
11086
11150
|
"$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
|
|
11087
11161
|
}
|
|
11088
11162
|
}
|
|
11089
11163
|
},
|
|
@@ -11091,7 +11165,7 @@
|
|
|
11091
11165
|
"isSource": true,
|
|
11092
11166
|
"original": {
|
|
11093
11167
|
"$value": "{base.color.black}",
|
|
11094
|
-
"alpha":
|
|
11168
|
+
"alpha": 1,
|
|
11095
11169
|
"$type": "color",
|
|
11096
11170
|
"$extensions": {
|
|
11097
11171
|
"org.primer.figma": {
|
|
@@ -11113,6 +11187,16 @@
|
|
|
11113
11187
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11114
11188
|
"isSource": true,
|
|
11115
11189
|
"$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
|
|
11116
11200
|
}
|
|
11117
11201
|
}
|
|
11118
11202
|
}
|
|
@@ -11121,11 +11205,11 @@
|
|
|
11121
11205
|
"attributes": {},
|
|
11122
11206
|
"path": ["contribution", "default", "borderColor", "3"],
|
|
11123
11207
|
"key": "{contribution.default.borderColor.3}",
|
|
11124
|
-
"value": "#
|
|
11208
|
+
"value": "#010409",
|
|
11125
11209
|
"type": "color"
|
|
11126
11210
|
},
|
|
11127
11211
|
"contribution-default-borderColor-4": {
|
|
11128
|
-
"alpha":
|
|
11212
|
+
"alpha": 1,
|
|
11129
11213
|
"$extensions": {
|
|
11130
11214
|
"org.primer.figma": {
|
|
11131
11215
|
"collection": "mode",
|
|
@@ -11146,6 +11230,16 @@
|
|
|
11146
11230
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11147
11231
|
"isSource": true,
|
|
11148
11232
|
"$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
|
|
11149
11243
|
}
|
|
11150
11244
|
}
|
|
11151
11245
|
},
|
|
@@ -11153,7 +11247,7 @@
|
|
|
11153
11247
|
"isSource": true,
|
|
11154
11248
|
"original": {
|
|
11155
11249
|
"$value": "{base.color.black}",
|
|
11156
|
-
"alpha":
|
|
11250
|
+
"alpha": 1,
|
|
11157
11251
|
"$type": "color",
|
|
11158
11252
|
"$extensions": {
|
|
11159
11253
|
"org.primer.figma": {
|
|
@@ -11175,6 +11269,16 @@
|
|
|
11175
11269
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11176
11270
|
"isSource": true,
|
|
11177
11271
|
"$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
|
|
11178
11282
|
}
|
|
11179
11283
|
}
|
|
11180
11284
|
}
|
|
@@ -11183,7 +11287,7 @@
|
|
|
11183
11287
|
"attributes": {},
|
|
11184
11288
|
"path": ["contribution", "default", "borderColor", "4"],
|
|
11185
11289
|
"key": "{contribution.default.borderColor.4}",
|
|
11186
|
-
"value": "#
|
|
11290
|
+
"value": "#010409",
|
|
11187
11291
|
"type": "color"
|
|
11188
11292
|
},
|
|
11189
11293
|
"contribution-halloween-bgColor-1": {
|
|
@@ -10720,6 +10720,8 @@
|
|
|
10720
10720
|
"scopes": ["bgColor"]
|
|
10721
10721
|
},
|
|
10722
10722
|
"org.primer.overrides": {
|
|
10723
|
+
"dark-high-contrast": "#e6eaef",
|
|
10724
|
+
"light-high-contrast": "#e6eaef",
|
|
10723
10725
|
"dark-dimmed": "#dae0e7"
|
|
10724
10726
|
}
|
|
10725
10727
|
},
|
|
@@ -10735,6 +10737,8 @@
|
|
|
10735
10737
|
"scopes": ["bgColor"]
|
|
10736
10738
|
},
|
|
10737
10739
|
"org.primer.overrides": {
|
|
10740
|
+
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10741
|
+
"light-high-contrast": "{base.color.neutral.3}",
|
|
10738
10742
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10739
10743
|
}
|
|
10740
10744
|
}
|
|
@@ -10898,6 +10902,16 @@
|
|
|
10898
10902
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10899
10903
|
"isSource": true,
|
|
10900
10904
|
"$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
|
|
10901
10915
|
}
|
|
10902
10916
|
}
|
|
10903
10917
|
},
|
|
@@ -10927,6 +10941,16 @@
|
|
|
10927
10941
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10928
10942
|
"isSource": true,
|
|
10929
10943
|
"$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
|
|
10930
10954
|
}
|
|
10931
10955
|
}
|
|
10932
10956
|
}
|
|
@@ -10960,6 +10984,16 @@
|
|
|
10960
10984
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10961
10985
|
"isSource": true,
|
|
10962
10986
|
"$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
|
|
10963
10997
|
}
|
|
10964
10998
|
}
|
|
10965
10999
|
},
|
|
@@ -10989,6 +11023,16 @@
|
|
|
10989
11023
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10990
11024
|
"isSource": true,
|
|
10991
11025
|
"$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
|
|
10992
11036
|
}
|
|
10993
11037
|
}
|
|
10994
11038
|
}
|
|
@@ -11022,6 +11066,16 @@
|
|
|
11022
11066
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11023
11067
|
"isSource": true,
|
|
11024
11068
|
"$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
|
|
11025
11079
|
}
|
|
11026
11080
|
}
|
|
11027
11081
|
},
|
|
@@ -11051,6 +11105,16 @@
|
|
|
11051
11105
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11052
11106
|
"isSource": true,
|
|
11053
11107
|
"$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
|
|
11054
11118
|
}
|
|
11055
11119
|
}
|
|
11056
11120
|
}
|
|
@@ -11084,6 +11148,16 @@
|
|
|
11084
11148
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11085
11149
|
"isSource": true,
|
|
11086
11150
|
"$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
|
|
11087
11161
|
}
|
|
11088
11162
|
}
|
|
11089
11163
|
},
|
|
@@ -11113,6 +11187,16 @@
|
|
|
11113
11187
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11114
11188
|
"isSource": true,
|
|
11115
11189
|
"$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
|
|
11116
11200
|
}
|
|
11117
11201
|
}
|
|
11118
11202
|
}
|
|
@@ -11146,6 +11230,16 @@
|
|
|
11146
11230
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11147
11231
|
"isSource": true,
|
|
11148
11232
|
"$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
|
|
11149
11243
|
}
|
|
11150
11244
|
}
|
|
11151
11245
|
},
|
|
@@ -11175,6 +11269,16 @@
|
|
|
11175
11269
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11176
11270
|
"isSource": true,
|
|
11177
11271
|
"$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
|
|
11178
11282
|
}
|
|
11179
11283
|
}
|
|
11180
11284
|
}
|