@primer/primitives 10.5.0-rc.6c9d75b1 → 10.5.1-rc.605714e8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/css/functional/themes/dark-high-contrast.css +16 -16
- package/dist/css/functional/themes/light-high-contrast.css +16 -16
- package/dist/docs/functional/themes/dark-colorblind.json +44 -122
- package/dist/docs/functional/themes/dark-dimmed.json +44 -122
- package/dist/docs/functional/themes/dark-high-contrast.json +65 -143
- package/dist/docs/functional/themes/dark-tritanopia.json +44 -122
- package/dist/docs/functional/themes/dark.json +44 -122
- package/dist/docs/functional/themes/light-colorblind.json +44 -122
- package/dist/docs/functional/themes/light-high-contrast.json +68 -144
- package/dist/docs/functional/themes/light-tritanopia.json +44 -122
- package/dist/docs/functional/themes/light.json +44 -122
- package/dist/figma/themes/dark-colorblind.json +8 -8
- package/dist/figma/themes/dark-dimmed.json +8 -8
- package/dist/figma/themes/dark-high-contrast.json +29 -29
- package/dist/figma/themes/dark-tritanopia.json +8 -8
- package/dist/figma/themes/dark.json +8 -8
- package/dist/figma/themes/light-colorblind.json +8 -8
- package/dist/figma/themes/light-high-contrast.json +30 -29
- package/dist/figma/themes/light-tritanopia.json +8 -8
- package/dist/figma/themes/light.json +8 -8
- package/dist/internalCss/dark-high-contrast.css +16 -16
- package/dist/internalCss/light-high-contrast.css +16 -16
- package/dist/styleLint/functional/themes/dark-colorblind.json +44 -122
- package/dist/styleLint/functional/themes/dark-dimmed.json +44 -122
- package/dist/styleLint/functional/themes/dark-high-contrast.json +65 -143
- package/dist/styleLint/functional/themes/dark-tritanopia.json +44 -122
- package/dist/styleLint/functional/themes/dark.json +44 -122
- package/dist/styleLint/functional/themes/light-colorblind.json +44 -122
- package/dist/styleLint/functional/themes/light-high-contrast.json +68 -144
- package/dist/styleLint/functional/themes/light-tritanopia.json +44 -122
- package/dist/styleLint/functional/themes/light.json +44 -122
- package/package.json +1 -1
- package/src/tokens/component/button.json5 +4 -0
- package/src/tokens/component/contribution.json5 +0 -37
- package/src/tokens/functional/color/borderColor.json5 +9 -9
- package/src/tokens/functional/color/control.json5 +56 -157
|
@@ -2221,7 +2221,7 @@
|
|
|
2221
2221
|
"org.primer.figma": {
|
|
2222
2222
|
"collection": "mode",
|
|
2223
2223
|
"group": "semantic",
|
|
2224
|
-
"scopes": ["borderColor"],
|
|
2224
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2225
2225
|
"codeSyntax": {
|
|
2226
2226
|
"web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
|
|
2227
2227
|
}
|
|
@@ -2236,7 +2236,7 @@
|
|
|
2236
2236
|
"org.primer.figma": {
|
|
2237
2237
|
"collection": "mode",
|
|
2238
2238
|
"group": "semantic",
|
|
2239
|
-
"scopes": ["borderColor"],
|
|
2239
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2240
2240
|
"codeSyntax": {
|
|
2241
2241
|
"web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
|
|
2242
2242
|
}
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
"org.primer.figma": {
|
|
2256
2256
|
"collection": "mode",
|
|
2257
2257
|
"group": "semantic",
|
|
2258
|
-
"scopes": ["borderColor"],
|
|
2258
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2259
2259
|
"codeSyntax": {
|
|
2260
2260
|
"web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
|
|
2261
2261
|
}
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
"org.primer.figma": {
|
|
2289
2289
|
"collection": "mode",
|
|
2290
2290
|
"group": "semantic",
|
|
2291
|
-
"scopes": ["borderColor"],
|
|
2291
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2292
2292
|
"codeSyntax": {
|
|
2293
2293
|
"web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
|
|
2294
2294
|
}
|
|
@@ -2733,7 +2733,7 @@
|
|
|
2733
2733
|
"org.primer.figma": {
|
|
2734
2734
|
"collection": "mode",
|
|
2735
2735
|
"group": "semantic",
|
|
2736
|
-
"scopes": ["borderColor"],
|
|
2736
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2737
2737
|
"codeSyntax": {
|
|
2738
2738
|
"web": "var(--borderColor-default) /* utility class: .color-border-default */"
|
|
2739
2739
|
}
|
|
@@ -2754,7 +2754,7 @@
|
|
|
2754
2754
|
"org.primer.figma": {
|
|
2755
2755
|
"collection": "mode",
|
|
2756
2756
|
"group": "semantic",
|
|
2757
|
-
"scopes": ["borderColor"],
|
|
2757
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2758
2758
|
"codeSyntax": {
|
|
2759
2759
|
"web": "var(--borderColor-default) /* utility class: .color-border-default */"
|
|
2760
2760
|
}
|
|
@@ -2773,7 +2773,7 @@
|
|
|
2773
2773
|
"org.primer.figma": {
|
|
2774
2774
|
"collection": "mode",
|
|
2775
2775
|
"group": "semantic",
|
|
2776
|
-
"scopes": ["borderColor"]
|
|
2776
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2777
2777
|
},
|
|
2778
2778
|
"org.primer.overrides": {
|
|
2779
2779
|
"dark-dimmed": {
|
|
@@ -2802,7 +2802,7 @@
|
|
|
2802
2802
|
"org.primer.figma": {
|
|
2803
2803
|
"collection": "mode",
|
|
2804
2804
|
"group": "semantic",
|
|
2805
|
-
"scopes": ["borderColor"]
|
|
2805
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2806
2806
|
},
|
|
2807
2807
|
"org.primer.overrides": {
|
|
2808
2808
|
"dark-dimmed": {
|
|
@@ -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": "#b7bdc8",
|
|
@@ -2955,7 +2955,7 @@
|
|
|
2955
2955
|
"org.primer.figma": {
|
|
2956
2956
|
"collection": "mode",
|
|
2957
2957
|
"group": "semantic",
|
|
2958
|
-
"scopes": ["borderColor"]
|
|
2958
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2959
2959
|
},
|
|
2960
2960
|
"org.primer.overrides": {
|
|
2961
2961
|
"light-high-contrast": "{borderColor.default}",
|
|
@@ -2975,7 +2975,7 @@
|
|
|
2975
2975
|
"org.primer.figma": {
|
|
2976
2976
|
"collection": "mode",
|
|
2977
2977
|
"group": "semantic",
|
|
2978
|
-
"scopes": ["borderColor"],
|
|
2978
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2979
2979
|
"codeSyntax": {
|
|
2980
2980
|
"web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
|
|
2981
2981
|
}
|
|
@@ -3014,7 +3014,7 @@
|
|
|
3014
3014
|
"org.primer.figma": {
|
|
3015
3015
|
"collection": "mode",
|
|
3016
3016
|
"group": "semantic",
|
|
3017
|
-
"scopes": ["borderColor"],
|
|
3017
|
+
"scopes": ["borderColor", "effectColor"],
|
|
3018
3018
|
"codeSyntax": {
|
|
3019
3019
|
"web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
|
|
3020
3020
|
}
|
|
@@ -3667,7 +3667,7 @@
|
|
|
3667
3667
|
"org.primer.figma": {
|
|
3668
3668
|
"collection": "mode",
|
|
3669
3669
|
"group": "semantic",
|
|
3670
|
-
"scopes": ["borderColor"]
|
|
3670
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3671
3671
|
},
|
|
3672
3672
|
"org.primer.overrides": {
|
|
3673
3673
|
"light-high-contrast": {
|
|
@@ -3678,7 +3678,7 @@
|
|
|
3678
3678
|
"$type": "color"
|
|
3679
3679
|
},
|
|
3680
3680
|
"dark-high-contrast": {
|
|
3681
|
-
"$value": "#
|
|
3681
|
+
"$value": "#9198a1",
|
|
3682
3682
|
"alpha": 1,
|
|
3683
3683
|
"filePath": "src/tokens/functional/color/borderColor.json5",
|
|
3684
3684
|
"isSource": true,
|
|
@@ -3690,13 +3690,13 @@
|
|
|
3690
3690
|
"filePath": "src/tokens/functional/color/borderColor.json5",
|
|
3691
3691
|
"isSource": true,
|
|
3692
3692
|
"original": {
|
|
3693
|
-
"$value": "{base.color.neutral.
|
|
3693
|
+
"$value": "{base.color.neutral.9}",
|
|
3694
3694
|
"$type": "color",
|
|
3695
3695
|
"$extensions": {
|
|
3696
3696
|
"org.primer.figma": {
|
|
3697
3697
|
"collection": "mode",
|
|
3698
3698
|
"group": "semantic",
|
|
3699
|
-
"scopes": ["borderColor"]
|
|
3699
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3700
3700
|
},
|
|
3701
3701
|
"org.primer.overrides": {
|
|
3702
3702
|
"light-high-contrast": {
|
|
@@ -3707,7 +3707,7 @@
|
|
|
3707
3707
|
"$type": "color"
|
|
3708
3708
|
},
|
|
3709
3709
|
"dark-high-contrast": {
|
|
3710
|
-
"$value": "{base.color.neutral.
|
|
3710
|
+
"$value": "{base.color.neutral.9}",
|
|
3711
3711
|
"alpha": 1,
|
|
3712
3712
|
"filePath": "src/tokens/functional/color/borderColor.json5",
|
|
3713
3713
|
"isSource": true,
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
"attributes": {},
|
|
3722
3722
|
"path": ["borderColor", "translucent"],
|
|
3723
3723
|
"key": "{borderColor.translucent}",
|
|
3724
|
-
"value": "#
|
|
3724
|
+
"value": "#9198a1",
|
|
3725
3725
|
"type": "color"
|
|
3726
3726
|
},
|
|
3727
3727
|
"borderColor-transparent": {
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
"org.primer.figma": {
|
|
3730
3730
|
"collection": "mode",
|
|
3731
3731
|
"group": "semantic",
|
|
3732
|
-
"scopes": ["borderColor"]
|
|
3732
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3733
3733
|
}
|
|
3734
3734
|
},
|
|
3735
3735
|
"filePath": "src/tokens/functional/color/borderColor.json5",
|
|
@@ -3741,7 +3741,7 @@
|
|
|
3741
3741
|
"org.primer.figma": {
|
|
3742
3742
|
"collection": "mode",
|
|
3743
3743
|
"group": "semantic",
|
|
3744
|
-
"scopes": ["borderColor"]
|
|
3744
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3745
3745
|
}
|
|
3746
3746
|
}
|
|
3747
3747
|
},
|
|
@@ -4172,6 +4172,13 @@
|
|
|
4172
4172
|
"filePath": "src/tokens/component/button.json5",
|
|
4173
4173
|
"isSource": true,
|
|
4174
4174
|
"$type": "color"
|
|
4175
|
+
},
|
|
4176
|
+
"light-high-contrast": {
|
|
4177
|
+
"$value": "#e82a2f",
|
|
4178
|
+
"alpha": 1,
|
|
4179
|
+
"filePath": "src/tokens/component/button.json5",
|
|
4180
|
+
"isSource": true,
|
|
4181
|
+
"$type": "color"
|
|
4175
4182
|
}
|
|
4176
4183
|
}
|
|
4177
4184
|
},
|
|
@@ -4200,6 +4207,13 @@
|
|
|
4200
4207
|
"filePath": "src/tokens/component/button.json5",
|
|
4201
4208
|
"isSource": true,
|
|
4202
4209
|
"$type": "color"
|
|
4210
|
+
},
|
|
4211
|
+
"light-high-contrast": {
|
|
4212
|
+
"$value": "{base.color.red.7}",
|
|
4213
|
+
"alpha": 1,
|
|
4214
|
+
"filePath": "src/tokens/component/button.json5",
|
|
4215
|
+
"isSource": true,
|
|
4216
|
+
"$type": "color"
|
|
4203
4217
|
}
|
|
4204
4218
|
}
|
|
4205
4219
|
},
|
|
@@ -10746,15 +10760,13 @@
|
|
|
10746
10760
|
"scopes": ["bgColor"]
|
|
10747
10761
|
},
|
|
10748
10762
|
"org.primer.overrides": {
|
|
10749
|
-
"dark-high-contrast": "#212830",
|
|
10750
|
-
"light-high-contrast": "#212830",
|
|
10751
10763
|
"dark-dimmed": "#2a313c"
|
|
10752
10764
|
}
|
|
10753
10765
|
},
|
|
10754
10766
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10755
10767
|
"isSource": true,
|
|
10756
10768
|
"original": {
|
|
10757
|
-
"$value": "{base.color.neutral.
|
|
10769
|
+
"$value": "{base.color.neutral.2}",
|
|
10758
10770
|
"$type": "color",
|
|
10759
10771
|
"$extensions": {
|
|
10760
10772
|
"org.primer.figma": {
|
|
@@ -10763,8 +10775,6 @@
|
|
|
10763
10775
|
"scopes": ["bgColor"]
|
|
10764
10776
|
},
|
|
10765
10777
|
"org.primer.overrides": {
|
|
10766
|
-
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10767
|
-
"light-high-contrast": "{base.color.neutral.3}",
|
|
10768
10778
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10769
10779
|
}
|
|
10770
10780
|
}
|
|
@@ -10773,7 +10783,7 @@
|
|
|
10773
10783
|
"attributes": {},
|
|
10774
10784
|
"path": ["contribution", "default", "bgColor", "0"],
|
|
10775
10785
|
"key": "{contribution.default.bgColor.0}",
|
|
10776
|
-
"value": "#
|
|
10786
|
+
"value": "#151b23",
|
|
10777
10787
|
"type": "color"
|
|
10778
10788
|
},
|
|
10779
10789
|
"contribution-default-bgColor-1": {
|
|
@@ -10907,7 +10917,7 @@
|
|
|
10907
10917
|
"type": "color"
|
|
10908
10918
|
},
|
|
10909
10919
|
"contribution-default-borderColor-0": {
|
|
10910
|
-
"alpha":
|
|
10920
|
+
"alpha": 0.05,
|
|
10911
10921
|
"$extensions": {
|
|
10912
10922
|
"org.primer.figma": {
|
|
10913
10923
|
"collection": "mode",
|
|
@@ -10928,16 +10938,6 @@
|
|
|
10928
10938
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10929
10939
|
"isSource": true,
|
|
10930
10940
|
"$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
|
|
10941
10941
|
}
|
|
10942
10942
|
}
|
|
10943
10943
|
},
|
|
@@ -10945,7 +10945,7 @@
|
|
|
10945
10945
|
"isSource": true,
|
|
10946
10946
|
"original": {
|
|
10947
10947
|
"$value": "{base.color.white}",
|
|
10948
|
-
"alpha":
|
|
10948
|
+
"alpha": 0.05,
|
|
10949
10949
|
"$type": "color",
|
|
10950
10950
|
"$extensions": {
|
|
10951
10951
|
"org.primer.figma": {
|
|
@@ -10967,16 +10967,6 @@
|
|
|
10967
10967
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10968
10968
|
"isSource": true,
|
|
10969
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
|
|
10980
10970
|
}
|
|
10981
10971
|
}
|
|
10982
10972
|
}
|
|
@@ -10985,11 +10975,11 @@
|
|
|
10985
10975
|
"attributes": {},
|
|
10986
10976
|
"path": ["contribution", "default", "borderColor", "0"],
|
|
10987
10977
|
"key": "{contribution.default.borderColor.0}",
|
|
10988
|
-
"value": "#
|
|
10978
|
+
"value": "#ffffff0d",
|
|
10989
10979
|
"type": "color"
|
|
10990
10980
|
},
|
|
10991
10981
|
"contribution-default-borderColor-1": {
|
|
10992
|
-
"alpha":
|
|
10982
|
+
"alpha": 0.05,
|
|
10993
10983
|
"$extensions": {
|
|
10994
10984
|
"org.primer.figma": {
|
|
10995
10985
|
"collection": "mode",
|
|
@@ -11010,16 +11000,6 @@
|
|
|
11010
11000
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11011
11001
|
"isSource": true,
|
|
11012
11002
|
"$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
|
|
11023
11003
|
}
|
|
11024
11004
|
}
|
|
11025
11005
|
},
|
|
@@ -11027,7 +11007,7 @@
|
|
|
11027
11007
|
"isSource": true,
|
|
11028
11008
|
"original": {
|
|
11029
11009
|
"$value": "{base.color.white}",
|
|
11030
|
-
"alpha":
|
|
11010
|
+
"alpha": 0.05,
|
|
11031
11011
|
"$type": "color",
|
|
11032
11012
|
"$extensions": {
|
|
11033
11013
|
"org.primer.figma": {
|
|
@@ -11049,16 +11029,6 @@
|
|
|
11049
11029
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11050
11030
|
"isSource": true,
|
|
11051
11031
|
"$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
|
|
11062
11032
|
}
|
|
11063
11033
|
}
|
|
11064
11034
|
}
|
|
@@ -11067,11 +11037,11 @@
|
|
|
11067
11037
|
"attributes": {},
|
|
11068
11038
|
"path": ["contribution", "default", "borderColor", "1"],
|
|
11069
11039
|
"key": "{contribution.default.borderColor.1}",
|
|
11070
|
-
"value": "#
|
|
11040
|
+
"value": "#ffffff0d",
|
|
11071
11041
|
"type": "color"
|
|
11072
11042
|
},
|
|
11073
11043
|
"contribution-default-borderColor-2": {
|
|
11074
|
-
"alpha":
|
|
11044
|
+
"alpha": 0.05,
|
|
11075
11045
|
"$extensions": {
|
|
11076
11046
|
"org.primer.figma": {
|
|
11077
11047
|
"collection": "mode",
|
|
@@ -11092,16 +11062,6 @@
|
|
|
11092
11062
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11093
11063
|
"isSource": true,
|
|
11094
11064
|
"$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
|
|
11105
11065
|
}
|
|
11106
11066
|
}
|
|
11107
11067
|
},
|
|
@@ -11109,7 +11069,7 @@
|
|
|
11109
11069
|
"isSource": true,
|
|
11110
11070
|
"original": {
|
|
11111
11071
|
"$value": "{base.color.white}",
|
|
11112
|
-
"alpha":
|
|
11072
|
+
"alpha": 0.05,
|
|
11113
11073
|
"$type": "color",
|
|
11114
11074
|
"$extensions": {
|
|
11115
11075
|
"org.primer.figma": {
|
|
@@ -11131,16 +11091,6 @@
|
|
|
11131
11091
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11132
11092
|
"isSource": true,
|
|
11133
11093
|
"$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
|
|
11144
11094
|
}
|
|
11145
11095
|
}
|
|
11146
11096
|
}
|
|
@@ -11149,11 +11099,11 @@
|
|
|
11149
11099
|
"attributes": {},
|
|
11150
11100
|
"path": ["contribution", "default", "borderColor", "2"],
|
|
11151
11101
|
"key": "{contribution.default.borderColor.2}",
|
|
11152
|
-
"value": "#
|
|
11102
|
+
"value": "#ffffff0d",
|
|
11153
11103
|
"type": "color"
|
|
11154
11104
|
},
|
|
11155
11105
|
"contribution-default-borderColor-3": {
|
|
11156
|
-
"alpha":
|
|
11106
|
+
"alpha": 0.05,
|
|
11157
11107
|
"$extensions": {
|
|
11158
11108
|
"org.primer.figma": {
|
|
11159
11109
|
"collection": "mode",
|
|
@@ -11174,16 +11124,6 @@
|
|
|
11174
11124
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11175
11125
|
"isSource": true,
|
|
11176
11126
|
"$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
|
|
11187
11127
|
}
|
|
11188
11128
|
}
|
|
11189
11129
|
},
|
|
@@ -11191,7 +11131,7 @@
|
|
|
11191
11131
|
"isSource": true,
|
|
11192
11132
|
"original": {
|
|
11193
11133
|
"$value": "{base.color.white}",
|
|
11194
|
-
"alpha":
|
|
11134
|
+
"alpha": 0.05,
|
|
11195
11135
|
"$type": "color",
|
|
11196
11136
|
"$extensions": {
|
|
11197
11137
|
"org.primer.figma": {
|
|
@@ -11213,16 +11153,6 @@
|
|
|
11213
11153
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11214
11154
|
"isSource": true,
|
|
11215
11155
|
"$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
|
|
11226
11156
|
}
|
|
11227
11157
|
}
|
|
11228
11158
|
}
|
|
@@ -11231,11 +11161,11 @@
|
|
|
11231
11161
|
"attributes": {},
|
|
11232
11162
|
"path": ["contribution", "default", "borderColor", "3"],
|
|
11233
11163
|
"key": "{contribution.default.borderColor.3}",
|
|
11234
|
-
"value": "#
|
|
11164
|
+
"value": "#ffffff0d",
|
|
11235
11165
|
"type": "color"
|
|
11236
11166
|
},
|
|
11237
11167
|
"contribution-default-borderColor-4": {
|
|
11238
|
-
"alpha":
|
|
11168
|
+
"alpha": 0.05,
|
|
11239
11169
|
"$extensions": {
|
|
11240
11170
|
"org.primer.figma": {
|
|
11241
11171
|
"collection": "mode",
|
|
@@ -11256,16 +11186,6 @@
|
|
|
11256
11186
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11257
11187
|
"isSource": true,
|
|
11258
11188
|
"$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
|
|
11269
11189
|
}
|
|
11270
11190
|
}
|
|
11271
11191
|
},
|
|
@@ -11273,7 +11193,7 @@
|
|
|
11273
11193
|
"isSource": true,
|
|
11274
11194
|
"original": {
|
|
11275
11195
|
"$value": "{base.color.white}",
|
|
11276
|
-
"alpha":
|
|
11196
|
+
"alpha": 0.05,
|
|
11277
11197
|
"$type": "color",
|
|
11278
11198
|
"$extensions": {
|
|
11279
11199
|
"org.primer.figma": {
|
|
@@ -11295,16 +11215,6 @@
|
|
|
11295
11215
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11296
11216
|
"isSource": true,
|
|
11297
11217
|
"$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
|
|
11308
11218
|
}
|
|
11309
11219
|
}
|
|
11310
11220
|
}
|
|
@@ -11313,7 +11223,7 @@
|
|
|
11313
11223
|
"attributes": {},
|
|
11314
11224
|
"path": ["contribution", "default", "borderColor", "4"],
|
|
11315
11225
|
"key": "{contribution.default.borderColor.4}",
|
|
11316
|
-
"value": "#
|
|
11226
|
+
"value": "#ffffff0d",
|
|
11317
11227
|
"type": "color"
|
|
11318
11228
|
},
|
|
11319
11229
|
"contribution-halloween-bgColor-1": {
|
|
@@ -12801,13 +12711,19 @@
|
|
|
12801
12711
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
12802
12712
|
"isSource": true,
|
|
12803
12713
|
"$type": "color"
|
|
12714
|
+
},
|
|
12715
|
+
"dark-high-contrast": {
|
|
12716
|
+
"$value": "#ffffff",
|
|
12717
|
+
"filePath": "src/tokens/functional/color/control.json5",
|
|
12718
|
+
"isSource": true,
|
|
12719
|
+
"$type": "color"
|
|
12804
12720
|
}
|
|
12805
12721
|
}
|
|
12806
12722
|
},
|
|
12807
12723
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
12808
12724
|
"isSource": true,
|
|
12809
12725
|
"original": {
|
|
12810
|
-
"$value": "{
|
|
12726
|
+
"$value": "{fgColor.onEmphasis}",
|
|
12811
12727
|
"$type": "color",
|
|
12812
12728
|
"$extensions": {
|
|
12813
12729
|
"org.primer.figma": {
|
|
@@ -12823,6 +12739,12 @@
|
|
|
12823
12739
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
12824
12740
|
"isSource": true,
|
|
12825
12741
|
"$type": "color"
|
|
12742
|
+
},
|
|
12743
|
+
"dark-high-contrast": {
|
|
12744
|
+
"$value": "{fgColor.onEmphasis}",
|
|
12745
|
+
"filePath": "src/tokens/functional/color/control.json5",
|
|
12746
|
+
"isSource": true,
|
|
12747
|
+
"$type": "color"
|
|
12826
12748
|
}
|
|
12827
12749
|
}
|
|
12828
12750
|
}
|
|
@@ -12831,7 +12753,7 @@
|
|
|
12831
12753
|
"attributes": {},
|
|
12832
12754
|
"path": ["control", "danger", "fgColor", "hover"],
|
|
12833
12755
|
"key": "{control.danger.fgColor.hover}",
|
|
12834
|
-
"value": "#
|
|
12756
|
+
"value": "#ffffff",
|
|
12835
12757
|
"type": "color"
|
|
12836
12758
|
},
|
|
12837
12759
|
"control-danger-fgColor-rest": {
|