@primer/primitives 10.5.0-rc.6c9d75b1 → 10.5.0
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 +16 -120
- package/dist/docs/functional/themes/dark-dimmed.json +16 -120
- package/dist/docs/functional/themes/dark-high-contrast.json +33 -137
- package/dist/docs/functional/themes/dark-tritanopia.json +16 -120
- package/dist/docs/functional/themes/dark.json +16 -120
- package/dist/docs/functional/themes/light-colorblind.json +16 -120
- package/dist/docs/functional/themes/light-high-contrast.json +33 -137
- package/dist/docs/functional/themes/light-tritanopia.json +16 -120
- package/dist/docs/functional/themes/light.json +16 -120
- 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 +22 -22
- 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 +22 -22
- package/dist/figma/themes/light-tritanopia.json +8 -8
- package/dist/figma/themes/light.json +8 -8
- 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 +16 -120
- package/dist/styleLint/functional/themes/dark-dimmed.json +16 -120
- package/dist/styleLint/functional/themes/dark-high-contrast.json +33 -137
- package/dist/styleLint/functional/themes/dark-tritanopia.json +16 -120
- package/dist/styleLint/functional/themes/dark.json +16 -120
- package/dist/styleLint/functional/themes/light-colorblind.json +16 -120
- package/dist/styleLint/functional/themes/light-high-contrast.json +33 -137
- package/dist/styleLint/functional/themes/light-tritanopia.json +16 -120
- package/dist/styleLint/functional/themes/light.json +16 -120
- package/package.json +1 -1
- package/src/tokens/component/contribution.json5 +0 -37
- package/src/tokens/functional/color/borderColor.json5 +8 -8
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
--color-prettylights-syntax-string-regexp: #72f088;
|
|
141
141
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
142
142
|
--color-prettylights-syntax-variable: #ffb757;
|
|
143
|
-
--contribution-default-bgColor-0: #
|
|
143
|
+
--contribution-default-bgColor-0: #151b23;
|
|
144
144
|
--contribution-default-bgColor-1: #007728;
|
|
145
145
|
--contribution-default-bgColor-2: #02a232;
|
|
146
146
|
--contribution-default-bgColor-3: #0ac740;
|
|
147
147
|
--contribution-default-bgColor-4: #4ae168;
|
|
148
|
-
--contribution-default-borderColor-0: #
|
|
149
|
-
--contribution-default-borderColor-1: #
|
|
150
|
-
--contribution-default-borderColor-2: #
|
|
151
|
-
--contribution-default-borderColor-3: #
|
|
152
|
-
--contribution-default-borderColor-4: #
|
|
148
|
+
--contribution-default-borderColor-0: #ffffff0d;
|
|
149
|
+
--contribution-default-borderColor-1: #ffffff0d;
|
|
150
|
+
--contribution-default-borderColor-2: #ffffff0d;
|
|
151
|
+
--contribution-default-borderColor-3: #ffffff0d;
|
|
152
|
+
--contribution-default-borderColor-4: #ffffff0d;
|
|
153
153
|
--contribution-halloween-bgColor-1: #fac68f;
|
|
154
154
|
--contribution-halloween-bgColor-2: #c46212;
|
|
155
155
|
--contribution-halloween-bgColor-3: #984b10;
|
|
@@ -829,16 +829,16 @@
|
|
|
829
829
|
--color-prettylights-syntax-string-regexp: #72f088;
|
|
830
830
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
831
831
|
--color-prettylights-syntax-variable: #ffb757;
|
|
832
|
-
--contribution-default-bgColor-0: #
|
|
832
|
+
--contribution-default-bgColor-0: #151b23;
|
|
833
833
|
--contribution-default-bgColor-1: #007728;
|
|
834
834
|
--contribution-default-bgColor-2: #02a232;
|
|
835
835
|
--contribution-default-bgColor-3: #0ac740;
|
|
836
836
|
--contribution-default-bgColor-4: #4ae168;
|
|
837
|
-
--contribution-default-borderColor-0: #
|
|
838
|
-
--contribution-default-borderColor-1: #
|
|
839
|
-
--contribution-default-borderColor-2: #
|
|
840
|
-
--contribution-default-borderColor-3: #
|
|
841
|
-
--contribution-default-borderColor-4: #
|
|
837
|
+
--contribution-default-borderColor-0: #ffffff0d;
|
|
838
|
+
--contribution-default-borderColor-1: #ffffff0d;
|
|
839
|
+
--contribution-default-borderColor-2: #ffffff0d;
|
|
840
|
+
--contribution-default-borderColor-3: #ffffff0d;
|
|
841
|
+
--contribution-default-borderColor-4: #ffffff0d;
|
|
842
842
|
--contribution-halloween-bgColor-1: #fac68f;
|
|
843
843
|
--contribution-halloween-bgColor-2: #c46212;
|
|
844
844
|
--contribution-halloween-bgColor-3: #984b10;
|
|
@@ -125,16 +125,16 @@
|
|
|
125
125
|
--color-prettylights-syntax-string-regexp: #024c1a;
|
|
126
126
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
127
127
|
--color-prettylights-syntax-variable: #702c00;
|
|
128
|
-
--contribution-default-bgColor-0: #
|
|
128
|
+
--contribution-default-bgColor-0: #eff2f5;
|
|
129
129
|
--contribution-default-bgColor-1: #82e596;
|
|
130
130
|
--contribution-default-bgColor-2: #26a148;
|
|
131
131
|
--contribution-default-bgColor-3: #117f32;
|
|
132
132
|
--contribution-default-bgColor-4: #024c1a;
|
|
133
|
-
--contribution-default-borderColor-0: #
|
|
134
|
-
--contribution-default-borderColor-1: #
|
|
135
|
-
--contribution-default-borderColor-2: #
|
|
136
|
-
--contribution-default-borderColor-3: #
|
|
137
|
-
--contribution-default-borderColor-4: #
|
|
133
|
+
--contribution-default-borderColor-0: #0104090d;
|
|
134
|
+
--contribution-default-borderColor-1: #0104090d;
|
|
135
|
+
--contribution-default-borderColor-2: #0104090d;
|
|
136
|
+
--contribution-default-borderColor-3: #0104090d;
|
|
137
|
+
--contribution-default-borderColor-4: #0104090d;
|
|
138
138
|
--contribution-halloween-bgColor-1: #f0db3d;
|
|
139
139
|
--contribution-halloween-bgColor-2: #ffd642;
|
|
140
140
|
--contribution-halloween-bgColor-3: #f68c41;
|
|
@@ -814,16 +814,16 @@
|
|
|
814
814
|
--color-prettylights-syntax-string-regexp: #024c1a;
|
|
815
815
|
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
816
816
|
--color-prettylights-syntax-variable: #702c00;
|
|
817
|
-
--contribution-default-bgColor-0: #
|
|
817
|
+
--contribution-default-bgColor-0: #eff2f5;
|
|
818
818
|
--contribution-default-bgColor-1: #82e596;
|
|
819
819
|
--contribution-default-bgColor-2: #26a148;
|
|
820
820
|
--contribution-default-bgColor-3: #117f32;
|
|
821
821
|
--contribution-default-bgColor-4: #024c1a;
|
|
822
|
-
--contribution-default-borderColor-0: #
|
|
823
|
-
--contribution-default-borderColor-1: #
|
|
824
|
-
--contribution-default-borderColor-2: #
|
|
825
|
-
--contribution-default-borderColor-3: #
|
|
826
|
-
--contribution-default-borderColor-4: #
|
|
822
|
+
--contribution-default-borderColor-0: #0104090d;
|
|
823
|
+
--contribution-default-borderColor-1: #0104090d;
|
|
824
|
+
--contribution-default-borderColor-2: #0104090d;
|
|
825
|
+
--contribution-default-borderColor-3: #0104090d;
|
|
826
|
+
--contribution-default-borderColor-4: #0104090d;
|
|
827
827
|
--contribution-halloween-bgColor-1: #f0db3d;
|
|
828
828
|
--contribution-halloween-bgColor-2: #ffd642;
|
|
829
829
|
--contribution-halloween-bgColor-3: #f68c41;
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
"org.primer.figma": {
|
|
2226
2226
|
"collection": "mode",
|
|
2227
2227
|
"group": "semantic",
|
|
2228
|
-
"scopes": ["borderColor"],
|
|
2228
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2229
2229
|
"codeSyntax": {
|
|
2230
2230
|
"web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
|
|
2231
2231
|
}
|
|
@@ -2240,7 +2240,7 @@
|
|
|
2240
2240
|
"org.primer.figma": {
|
|
2241
2241
|
"collection": "mode",
|
|
2242
2242
|
"group": "semantic",
|
|
2243
|
-
"scopes": ["borderColor"],
|
|
2243
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2244
2244
|
"codeSyntax": {
|
|
2245
2245
|
"web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
|
|
2246
2246
|
}
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
"org.primer.figma": {
|
|
2260
2260
|
"collection": "mode",
|
|
2261
2261
|
"group": "semantic",
|
|
2262
|
-
"scopes": ["borderColor"],
|
|
2262
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2263
2263
|
"codeSyntax": {
|
|
2264
2264
|
"web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
|
|
2265
2265
|
}
|
|
@@ -2292,7 +2292,7 @@
|
|
|
2292
2292
|
"org.primer.figma": {
|
|
2293
2293
|
"collection": "mode",
|
|
2294
2294
|
"group": "semantic",
|
|
2295
|
-
"scopes": ["borderColor"],
|
|
2295
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2296
2296
|
"codeSyntax": {
|
|
2297
2297
|
"web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
|
|
2298
2298
|
}
|
|
@@ -2739,7 +2739,7 @@
|
|
|
2739
2739
|
"org.primer.figma": {
|
|
2740
2740
|
"collection": "mode",
|
|
2741
2741
|
"group": "semantic",
|
|
2742
|
-
"scopes": ["borderColor"],
|
|
2742
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2743
2743
|
"codeSyntax": {
|
|
2744
2744
|
"web": "var(--borderColor-default) /* utility class: .color-border-default */"
|
|
2745
2745
|
}
|
|
@@ -2760,7 +2760,7 @@
|
|
|
2760
2760
|
"org.primer.figma": {
|
|
2761
2761
|
"collection": "mode",
|
|
2762
2762
|
"group": "semantic",
|
|
2763
|
-
"scopes": ["borderColor"],
|
|
2763
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2764
2764
|
"codeSyntax": {
|
|
2765
2765
|
"web": "var(--borderColor-default) /* utility class: .color-border-default */"
|
|
2766
2766
|
}
|
|
@@ -2779,7 +2779,7 @@
|
|
|
2779
2779
|
"org.primer.figma": {
|
|
2780
2780
|
"collection": "mode",
|
|
2781
2781
|
"group": "semantic",
|
|
2782
|
-
"scopes": ["borderColor"]
|
|
2782
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2783
2783
|
},
|
|
2784
2784
|
"org.primer.overrides": {
|
|
2785
2785
|
"dark-dimmed": {
|
|
@@ -2808,7 +2808,7 @@
|
|
|
2808
2808
|
"org.primer.figma": {
|
|
2809
2809
|
"collection": "mode",
|
|
2810
2810
|
"group": "semantic",
|
|
2811
|
-
"scopes": ["borderColor"]
|
|
2811
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2812
2812
|
},
|
|
2813
2813
|
"org.primer.overrides": {
|
|
2814
2814
|
"dark-dimmed": {
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
"org.primer.figma": {
|
|
2946
2946
|
"collection": "mode",
|
|
2947
2947
|
"group": "semantic",
|
|
2948
|
-
"scopes": ["borderColor"]
|
|
2948
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2949
2949
|
},
|
|
2950
2950
|
"org.primer.overrides": {
|
|
2951
2951
|
"light-high-contrast": "#3d444d",
|
|
@@ -2961,7 +2961,7 @@
|
|
|
2961
2961
|
"org.primer.figma": {
|
|
2962
2962
|
"collection": "mode",
|
|
2963
2963
|
"group": "semantic",
|
|
2964
|
-
"scopes": ["borderColor"]
|
|
2964
|
+
"scopes": ["borderColor", "effectColor"]
|
|
2965
2965
|
},
|
|
2966
2966
|
"org.primer.overrides": {
|
|
2967
2967
|
"light-high-contrast": "{borderColor.default}",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
"org.primer.figma": {
|
|
2982
2982
|
"collection": "mode",
|
|
2983
2983
|
"group": "semantic",
|
|
2984
|
-
"scopes": ["borderColor"],
|
|
2984
|
+
"scopes": ["borderColor", "effectColor"],
|
|
2985
2985
|
"codeSyntax": {
|
|
2986
2986
|
"web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
|
|
2987
2987
|
}
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
"org.primer.figma": {
|
|
3021
3021
|
"collection": "mode",
|
|
3022
3022
|
"group": "semantic",
|
|
3023
|
-
"scopes": ["borderColor"],
|
|
3023
|
+
"scopes": ["borderColor", "effectColor"],
|
|
3024
3024
|
"codeSyntax": {
|
|
3025
3025
|
"web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
|
|
3026
3026
|
}
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
"org.primer.figma": {
|
|
3676
3676
|
"collection": "mode",
|
|
3677
3677
|
"group": "semantic",
|
|
3678
|
-
"scopes": ["borderColor"]
|
|
3678
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3679
3679
|
},
|
|
3680
3680
|
"org.primer.overrides": {
|
|
3681
3681
|
"light-high-contrast": {
|
|
@@ -3704,7 +3704,7 @@
|
|
|
3704
3704
|
"org.primer.figma": {
|
|
3705
3705
|
"collection": "mode",
|
|
3706
3706
|
"group": "semantic",
|
|
3707
|
-
"scopes": ["borderColor"]
|
|
3707
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3708
3708
|
},
|
|
3709
3709
|
"org.primer.overrides": {
|
|
3710
3710
|
"light-high-contrast": {
|
|
@@ -3737,7 +3737,7 @@
|
|
|
3737
3737
|
"org.primer.figma": {
|
|
3738
3738
|
"collection": "mode",
|
|
3739
3739
|
"group": "semantic",
|
|
3740
|
-
"scopes": ["borderColor"]
|
|
3740
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3741
3741
|
}
|
|
3742
3742
|
},
|
|
3743
3743
|
"filePath": "src/tokens/functional/color/borderColor.json5",
|
|
@@ -3749,7 +3749,7 @@
|
|
|
3749
3749
|
"org.primer.figma": {
|
|
3750
3750
|
"collection": "mode",
|
|
3751
3751
|
"group": "semantic",
|
|
3752
|
-
"scopes": ["borderColor"]
|
|
3752
|
+
"scopes": ["borderColor", "effectColor"]
|
|
3753
3753
|
}
|
|
3754
3754
|
}
|
|
3755
3755
|
},
|
|
@@ -10738,8 +10738,6 @@
|
|
|
10738
10738
|
"scopes": ["bgColor"]
|
|
10739
10739
|
},
|
|
10740
10740
|
"org.primer.overrides": {
|
|
10741
|
-
"dark-high-contrast": "#212830",
|
|
10742
|
-
"light-high-contrast": "#212830",
|
|
10743
10741
|
"dark-dimmed": "#2a313c"
|
|
10744
10742
|
}
|
|
10745
10743
|
},
|
|
@@ -10755,8 +10753,6 @@
|
|
|
10755
10753
|
"scopes": ["bgColor"]
|
|
10756
10754
|
},
|
|
10757
10755
|
"org.primer.overrides": {
|
|
10758
|
-
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10759
|
-
"light-high-contrast": "{base.color.neutral.3}",
|
|
10760
10756
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10761
10757
|
}
|
|
10762
10758
|
}
|
|
@@ -10920,16 +10916,6 @@
|
|
|
10920
10916
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10921
10917
|
"isSource": true,
|
|
10922
10918
|
"$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
|
|
10933
10919
|
}
|
|
10934
10920
|
}
|
|
10935
10921
|
},
|
|
@@ -10959,16 +10945,6 @@
|
|
|
10959
10945
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10960
10946
|
"isSource": true,
|
|
10961
10947
|
"$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
|
|
10972
10948
|
}
|
|
10973
10949
|
}
|
|
10974
10950
|
}
|
|
@@ -11002,16 +10978,6 @@
|
|
|
11002
10978
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11003
10979
|
"isSource": true,
|
|
11004
10980
|
"$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
|
|
11015
10981
|
}
|
|
11016
10982
|
}
|
|
11017
10983
|
},
|
|
@@ -11041,16 +11007,6 @@
|
|
|
11041
11007
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11042
11008
|
"isSource": true,
|
|
11043
11009
|
"$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
|
|
11054
11010
|
}
|
|
11055
11011
|
}
|
|
11056
11012
|
}
|
|
@@ -11084,16 +11040,6 @@
|
|
|
11084
11040
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11085
11041
|
"isSource": true,
|
|
11086
11042
|
"$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
|
|
11097
11043
|
}
|
|
11098
11044
|
}
|
|
11099
11045
|
},
|
|
@@ -11123,16 +11069,6 @@
|
|
|
11123
11069
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11124
11070
|
"isSource": true,
|
|
11125
11071
|
"$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
|
|
11136
11072
|
}
|
|
11137
11073
|
}
|
|
11138
11074
|
}
|
|
@@ -11166,16 +11102,6 @@
|
|
|
11166
11102
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11167
11103
|
"isSource": true,
|
|
11168
11104
|
"$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
|
|
11179
11105
|
}
|
|
11180
11106
|
}
|
|
11181
11107
|
},
|
|
@@ -11205,16 +11131,6 @@
|
|
|
11205
11131
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11206
11132
|
"isSource": true,
|
|
11207
11133
|
"$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
|
|
11218
11134
|
}
|
|
11219
11135
|
}
|
|
11220
11136
|
}
|
|
@@ -11248,16 +11164,6 @@
|
|
|
11248
11164
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11249
11165
|
"isSource": true,
|
|
11250
11166
|
"$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
|
|
11261
11167
|
}
|
|
11262
11168
|
}
|
|
11263
11169
|
},
|
|
@@ -11287,16 +11193,6 @@
|
|
|
11287
11193
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11288
11194
|
"isSource": true,
|
|
11289
11195
|
"$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
|
|
11300
11196
|
}
|
|
11301
11197
|
}
|
|
11302
11198
|
}
|