@primer/primitives 10.0.0-rc.d2acd2c0 → 10.0.0-rc.e413e85d
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-colorblind.css +16 -16
- package/dist/css/functional/themes/dark-tritanopia.css +2 -2
- package/dist/css/functional/themes/light-colorblind.css +18 -18
- package/dist/docs/functional/themes/dark-colorblind.json +31 -31
- package/dist/docs/functional/themes/dark-dimmed.json +20 -20
- package/dist/docs/functional/themes/dark-high-contrast.json +20 -20
- package/dist/docs/functional/themes/dark-tritanopia.json +23 -23
- package/dist/docs/functional/themes/dark.json +20 -20
- package/dist/docs/functional/themes/light-colorblind.json +33 -43
- package/dist/docs/functional/themes/light-high-contrast.json +20 -20
- package/dist/docs/functional/themes/light-tritanopia.json +20 -20
- package/dist/docs/functional/themes/light.json +20 -20
- package/dist/figma/themes/dark-colorblind.json +25 -25
- package/dist/figma/themes/dark-dimmed.json +10 -10
- package/dist/figma/themes/dark-high-contrast.json +10 -10
- package/dist/figma/themes/dark-tritanopia.json +10 -10
- package/dist/figma/themes/dark.json +10 -10
- package/dist/figma/themes/light-colorblind.json +28 -28
- package/dist/figma/themes/light-high-contrast.json +10 -10
- package/dist/figma/themes/light-tritanopia.json +10 -10
- package/dist/figma/themes/light.json +10 -10
- package/dist/internalCss/dark-colorblind.css +16 -16
- package/dist/internalCss/dark-tritanopia.css +2 -2
- package/dist/internalCss/light-colorblind.css +18 -18
- package/dist/styleLint/functional/themes/dark-colorblind.json +31 -31
- package/dist/styleLint/functional/themes/dark-dimmed.json +20 -20
- package/dist/styleLint/functional/themes/dark-high-contrast.json +20 -20
- package/dist/styleLint/functional/themes/dark-tritanopia.json +23 -23
- package/dist/styleLint/functional/themes/dark.json +20 -20
- package/dist/styleLint/functional/themes/light-colorblind.json +33 -43
- package/dist/styleLint/functional/themes/light-high-contrast.json +20 -20
- package/dist/styleLint/functional/themes/light-tritanopia.json +20 -20
- package/dist/styleLint/functional/themes/light.json +20 -20
- package/package.json +1 -1
- package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +2 -2
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +1 -1
- package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +2 -7
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
--control-transparent-borderColor-rest: #00000000;
|
|
187
187
|
--control-transparent-borderColor-hover: #00000000;
|
|
188
188
|
--control-transparent-borderColor-active: #00000000;
|
|
189
|
-
--control-danger-fgColor-rest: #
|
|
189
|
+
--control-danger-fgColor-rest: #f0883e;
|
|
190
190
|
--control-danger-fgColor-hover: #f0883e;
|
|
191
191
|
--control-danger-bgColor-hover: #db6d281a;
|
|
192
192
|
--control-danger-bgColor-active: #db6d2866;
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
--button-outline-borderColor-hover: #3d444d;
|
|
265
265
|
--button-outline-borderColor-selected: #3d444d;
|
|
266
266
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
267
|
-
--button-danger-fgColor-rest: #
|
|
267
|
+
--button-danger-fgColor-rest: #f0883e;
|
|
268
268
|
--button-danger-fgColor-hover: #ffffff;
|
|
269
269
|
--button-danger-fgColor-active: #ffffff;
|
|
270
|
-
--button-danger-fgColor-disabled: #
|
|
271
|
-
--button-danger-iconColor-rest: #
|
|
270
|
+
--button-danger-fgColor-disabled: #f0883e80;
|
|
271
|
+
--button-danger-iconColor-rest: #f0883e;
|
|
272
272
|
--button-danger-iconColor-hover: #ffffff;
|
|
273
273
|
--button-danger-bgColor-rest: #212830;
|
|
274
274
|
--button-danger-bgColor-hover: #9b4215;
|
|
@@ -293,9 +293,9 @@
|
|
|
293
293
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
294
294
|
--buttonCounter-danger-bgColor-disabled: #bd561d0d;
|
|
295
295
|
--buttonCounter-danger-bgColor-rest: #49020233;
|
|
296
|
-
--buttonCounter-danger-fgColor-rest: #
|
|
296
|
+
--buttonCounter-danger-fgColor-rest: #f0883e;
|
|
297
297
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
298
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
298
|
+
--buttonCounter-danger-fgColor-disabled: #f0883e80;
|
|
299
299
|
--reactionButton-selected-bgColor-rest: #388bfd33;
|
|
300
300
|
--reactionButton-selected-bgColor-hover: #3a8cfd5c;
|
|
301
301
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
--fgColor-open: #f0883e;
|
|
447
447
|
--fgColor-attention: #d29922;
|
|
448
448
|
--fgColor-severe: #db6d28;
|
|
449
|
-
--fgColor-danger: #
|
|
449
|
+
--fgColor-danger: #f0883e;
|
|
450
450
|
--fgColor-closed: #9198a1;
|
|
451
451
|
--fgColor-done: #ab7df8;
|
|
452
452
|
--fgColor-upsell: #ab7df8;
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
--bgColor-accent-emphasis: #1f6feb;
|
|
467
467
|
--bgColor-success-muted: #388bfd26;
|
|
468
468
|
--bgColor-success-emphasis: #1f6feb;
|
|
469
|
-
--bgColor-open-muted: #
|
|
469
|
+
--bgColor-open-muted: #db6d2833;
|
|
470
470
|
--bgColor-open-emphasis: #bd561d;
|
|
471
471
|
--bgColor-attention-muted: #bb800926;
|
|
472
472
|
--bgColor-attention-emphasis: #9e6a03;
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
--control-transparent-borderColor-rest: #00000000;
|
|
756
756
|
--control-transparent-borderColor-hover: #00000000;
|
|
757
757
|
--control-transparent-borderColor-active: #00000000;
|
|
758
|
-
--control-danger-fgColor-rest: #
|
|
758
|
+
--control-danger-fgColor-rest: #f0883e;
|
|
759
759
|
--control-danger-fgColor-hover: #f0883e;
|
|
760
760
|
--control-danger-bgColor-hover: #db6d281a;
|
|
761
761
|
--control-danger-bgColor-active: #db6d2866;
|
|
@@ -833,11 +833,11 @@
|
|
|
833
833
|
--button-outline-borderColor-hover: #3d444d;
|
|
834
834
|
--button-outline-borderColor-selected: #3d444d;
|
|
835
835
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
836
|
-
--button-danger-fgColor-rest: #
|
|
836
|
+
--button-danger-fgColor-rest: #f0883e;
|
|
837
837
|
--button-danger-fgColor-hover: #ffffff;
|
|
838
838
|
--button-danger-fgColor-active: #ffffff;
|
|
839
|
-
--button-danger-fgColor-disabled: #
|
|
840
|
-
--button-danger-iconColor-rest: #
|
|
839
|
+
--button-danger-fgColor-disabled: #f0883e80;
|
|
840
|
+
--button-danger-iconColor-rest: #f0883e;
|
|
841
841
|
--button-danger-iconColor-hover: #ffffff;
|
|
842
842
|
--button-danger-bgColor-rest: #212830;
|
|
843
843
|
--button-danger-bgColor-hover: #9b4215;
|
|
@@ -862,9 +862,9 @@
|
|
|
862
862
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
863
863
|
--buttonCounter-danger-bgColor-disabled: #bd561d0d;
|
|
864
864
|
--buttonCounter-danger-bgColor-rest: #49020233;
|
|
865
|
-
--buttonCounter-danger-fgColor-rest: #
|
|
865
|
+
--buttonCounter-danger-fgColor-rest: #f0883e;
|
|
866
866
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
867
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
867
|
+
--buttonCounter-danger-fgColor-disabled: #f0883e80;
|
|
868
868
|
--reactionButton-selected-bgColor-rest: #388bfd33;
|
|
869
869
|
--reactionButton-selected-bgColor-hover: #3a8cfd5c;
|
|
870
870
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
--fgColor-open: #f0883e;
|
|
1016
1016
|
--fgColor-attention: #d29922;
|
|
1017
1017
|
--fgColor-severe: #db6d28;
|
|
1018
|
-
--fgColor-danger: #
|
|
1018
|
+
--fgColor-danger: #f0883e;
|
|
1019
1019
|
--fgColor-closed: #9198a1;
|
|
1020
1020
|
--fgColor-done: #ab7df8;
|
|
1021
1021
|
--fgColor-upsell: #ab7df8;
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1036
1036
|
--bgColor-success-muted: #388bfd26;
|
|
1037
1037
|
--bgColor-success-emphasis: #1f6feb;
|
|
1038
|
-
--bgColor-open-muted: #
|
|
1038
|
+
--bgColor-open-muted: #db6d2833;
|
|
1039
1039
|
--bgColor-open-emphasis: #bd561d;
|
|
1040
1040
|
--bgColor-attention-muted: #bb800926;
|
|
1041
1041
|
--bgColor-attention-emphasis: #9e6a03;
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
--bgColor-accent-emphasis: #1f6feb;
|
|
467
467
|
--bgColor-success-muted: #388bfd26;
|
|
468
468
|
--bgColor-success-emphasis: #1f6feb;
|
|
469
|
-
--bgColor-open-muted: #
|
|
469
|
+
--bgColor-open-muted: #f851491a;
|
|
470
470
|
--bgColor-open-emphasis: #da3633;
|
|
471
471
|
--bgColor-attention-muted: #bb800926;
|
|
472
472
|
--bgColor-attention-emphasis: #9e6a03;
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1036
1036
|
--bgColor-success-muted: #388bfd26;
|
|
1037
1037
|
--bgColor-success-emphasis: #1f6feb;
|
|
1038
|
-
--bgColor-open-muted: #
|
|
1038
|
+
--bgColor-open-muted: #f851491a;
|
|
1039
1039
|
--bgColor-open-emphasis: #da3633;
|
|
1040
1040
|
--bgColor-attention-muted: #bb800926;
|
|
1041
1041
|
--bgColor-attention-emphasis: #9e6a03;
|
|
@@ -186,8 +186,8 @@
|
|
|
186
186
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
187
187
|
--control-transparent-borderColor-hover: #ffffff00;
|
|
188
188
|
--control-transparent-borderColor-active: #ffffff00;
|
|
189
|
-
--control-danger-fgColor-rest: #
|
|
190
|
-
--control-danger-fgColor-hover: #
|
|
189
|
+
--control-danger-fgColor-rest: #bc4c00;
|
|
190
|
+
--control-danger-fgColor-hover: #bc4c00;
|
|
191
191
|
--control-danger-bgColor-hover: #fff1e5;
|
|
192
192
|
--control-danger-bgColor-active: #fff1e566;
|
|
193
193
|
--control-checked-bgColor-rest: #0969da;
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
--button-outline-borderColor-hover: #1f232826;
|
|
265
265
|
--button-outline-borderColor-active: #1f232826;
|
|
266
266
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #00215533;
|
|
267
|
-
--button-danger-fgColor-rest: #
|
|
267
|
+
--button-danger-fgColor-rest: #bc4c00;
|
|
268
268
|
--button-danger-fgColor-hover: #ffffff;
|
|
269
269
|
--button-danger-fgColor-active: #ffffff;
|
|
270
|
-
--button-danger-fgColor-disabled: #
|
|
271
|
-
--button-danger-iconColor-rest: #
|
|
270
|
+
--button-danger-fgColor-disabled: #bc4c0080;
|
|
271
|
+
--button-danger-iconColor-rest: #bc4c00;
|
|
272
272
|
--button-danger-iconColor-hover: #ffffff;
|
|
273
273
|
--button-danger-bgColor-rest: #f6f8fa;
|
|
274
274
|
--button-danger-bgColor-hover: #953800;
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
--buttonCounter-danger-bgColor-rest: #bc4c001a;
|
|
296
296
|
--buttonCounter-danger-fgColor-rest: #c21c2c;
|
|
297
297
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
298
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
298
|
+
--buttonCounter-danger-fgColor-disabled: #bc4c0080;
|
|
299
299
|
--reactionButton-selected-bgColor-rest: #ddf4ff;
|
|
300
300
|
--reactionButton-selected-bgColor-hover: #caecff;
|
|
301
301
|
--reactionButton-selected-fgColor-rest: #0969da;
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
--fgColor-open: #bc4c00;
|
|
448
448
|
--fgColor-attention: #9a6700;
|
|
449
449
|
--fgColor-severe: #bc4c00;
|
|
450
|
-
--fgColor-danger: #
|
|
450
|
+
--fgColor-danger: #bc4c00;
|
|
451
451
|
--fgColor-closed: #59636e;
|
|
452
452
|
--fgColor-done: #8250df;
|
|
453
453
|
--fgColor-upsell: #8250df;
|
|
@@ -467,8 +467,8 @@
|
|
|
467
467
|
--bgColor-accent-emphasis: #0969da;
|
|
468
468
|
--bgColor-success-muted: #ddf4ff;
|
|
469
469
|
--bgColor-success-emphasis: #0969da;
|
|
470
|
-
--bgColor-open-muted: #
|
|
471
|
-
--bgColor-open-emphasis: #
|
|
470
|
+
--bgColor-open-muted: #fff1e5;
|
|
471
|
+
--bgColor-open-emphasis: #bc4c00;
|
|
472
472
|
--bgColor-attention-muted: #fff8c5;
|
|
473
473
|
--bgColor-attention-emphasis: #9a6700;
|
|
474
474
|
--bgColor-severe-muted: #fff1e5;
|
|
@@ -755,8 +755,8 @@
|
|
|
755
755
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
756
756
|
--control-transparent-borderColor-hover: #ffffff00;
|
|
757
757
|
--control-transparent-borderColor-active: #ffffff00;
|
|
758
|
-
--control-danger-fgColor-rest: #
|
|
759
|
-
--control-danger-fgColor-hover: #
|
|
758
|
+
--control-danger-fgColor-rest: #bc4c00;
|
|
759
|
+
--control-danger-fgColor-hover: #bc4c00;
|
|
760
760
|
--control-danger-bgColor-hover: #fff1e5;
|
|
761
761
|
--control-danger-bgColor-active: #fff1e566;
|
|
762
762
|
--control-checked-bgColor-rest: #0969da;
|
|
@@ -833,11 +833,11 @@
|
|
|
833
833
|
--button-outline-borderColor-hover: #1f232826;
|
|
834
834
|
--button-outline-borderColor-active: #1f232826;
|
|
835
835
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #00215533;
|
|
836
|
-
--button-danger-fgColor-rest: #
|
|
836
|
+
--button-danger-fgColor-rest: #bc4c00;
|
|
837
837
|
--button-danger-fgColor-hover: #ffffff;
|
|
838
838
|
--button-danger-fgColor-active: #ffffff;
|
|
839
|
-
--button-danger-fgColor-disabled: #
|
|
840
|
-
--button-danger-iconColor-rest: #
|
|
839
|
+
--button-danger-fgColor-disabled: #bc4c0080;
|
|
840
|
+
--button-danger-iconColor-rest: #bc4c00;
|
|
841
841
|
--button-danger-iconColor-hover: #ffffff;
|
|
842
842
|
--button-danger-bgColor-rest: #f6f8fa;
|
|
843
843
|
--button-danger-bgColor-hover: #953800;
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
--buttonCounter-danger-bgColor-rest: #bc4c001a;
|
|
865
865
|
--buttonCounter-danger-fgColor-rest: #c21c2c;
|
|
866
866
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
867
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
867
|
+
--buttonCounter-danger-fgColor-disabled: #bc4c0080;
|
|
868
868
|
--reactionButton-selected-bgColor-rest: #ddf4ff;
|
|
869
869
|
--reactionButton-selected-bgColor-hover: #caecff;
|
|
870
870
|
--reactionButton-selected-fgColor-rest: #0969da;
|
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
--fgColor-open: #bc4c00;
|
|
1017
1017
|
--fgColor-attention: #9a6700;
|
|
1018
1018
|
--fgColor-severe: #bc4c00;
|
|
1019
|
-
--fgColor-danger: #
|
|
1019
|
+
--fgColor-danger: #bc4c00;
|
|
1020
1020
|
--fgColor-closed: #59636e;
|
|
1021
1021
|
--fgColor-done: #8250df;
|
|
1022
1022
|
--fgColor-upsell: #8250df;
|
|
@@ -1036,8 +1036,8 @@
|
|
|
1036
1036
|
--bgColor-accent-emphasis: #0969da;
|
|
1037
1037
|
--bgColor-success-muted: #ddf4ff;
|
|
1038
1038
|
--bgColor-success-emphasis: #0969da;
|
|
1039
|
-
--bgColor-open-muted: #
|
|
1040
|
-
--bgColor-open-emphasis: #
|
|
1039
|
+
--bgColor-open-muted: #fff1e5;
|
|
1040
|
+
--bgColor-open-emphasis: #bc4c00;
|
|
1041
1041
|
--bgColor-attention-muted: #fff8c5;
|
|
1042
1042
|
--bgColor-attention-emphasis: #9a6700;
|
|
1043
1043
|
--bgColor-severe-muted: #fff1e5;
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"collection": "mode",
|
|
1060
1060
|
"mode": "dark",
|
|
1061
1061
|
"group": "component",
|
|
1062
|
-
"scopes": ["bgColor"]
|
|
1062
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1063
1063
|
}
|
|
1064
1064
|
},
|
|
1065
1065
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"collection": "mode",
|
|
1073
1073
|
"mode": "dark",
|
|
1074
1074
|
"group": "component",
|
|
1075
|
-
"scopes": ["bgColor"]
|
|
1075
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
1078
|
},
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
"collection": "mode",
|
|
1118
1118
|
"mode": "dark",
|
|
1119
1119
|
"group": "component",
|
|
1120
|
-
"scopes": ["bgColor"]
|
|
1120
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1121
1121
|
}
|
|
1122
1122
|
},
|
|
1123
1123
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
"collection": "mode",
|
|
1131
1131
|
"mode": "dark",
|
|
1132
1132
|
"group": "component",
|
|
1133
|
-
"scopes": ["bgColor"]
|
|
1133
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1134
1134
|
}
|
|
1135
1135
|
}
|
|
1136
1136
|
},
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
"collection": "mode",
|
|
1176
1176
|
"mode": "dark",
|
|
1177
1177
|
"group": "component",
|
|
1178
|
-
"scopes": ["bgColor"]
|
|
1178
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1179
1179
|
}
|
|
1180
1180
|
},
|
|
1181
1181
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"collection": "mode",
|
|
1189
1189
|
"mode": "dark",
|
|
1190
1190
|
"group": "component",
|
|
1191
|
-
"scopes": ["bgColor"]
|
|
1191
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1192
1192
|
}
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
@@ -1233,7 +1233,7 @@
|
|
|
1233
1233
|
"collection": "mode",
|
|
1234
1234
|
"mode": "dark",
|
|
1235
1235
|
"group": "component",
|
|
1236
|
-
"scopes": ["bgColor"]
|
|
1236
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1237
1237
|
}
|
|
1238
1238
|
},
|
|
1239
1239
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
"collection": "mode",
|
|
1247
1247
|
"mode": "dark",
|
|
1248
1248
|
"group": "component",
|
|
1249
|
-
"scopes": ["bgColor"]
|
|
1249
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1250
1250
|
}
|
|
1251
1251
|
}
|
|
1252
1252
|
},
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
"collection": "mode",
|
|
1292
1292
|
"mode": "dark",
|
|
1293
1293
|
"group": "component",
|
|
1294
|
-
"scopes": ["bgColor"]
|
|
1294
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1295
1295
|
}
|
|
1296
1296
|
},
|
|
1297
1297
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"collection": "mode",
|
|
1305
1305
|
"mode": "dark",
|
|
1306
1306
|
"group": "component",
|
|
1307
|
-
"scopes": ["bgColor"]
|
|
1307
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1308
1308
|
}
|
|
1309
1309
|
}
|
|
1310
1310
|
},
|
|
@@ -1349,7 +1349,7 @@
|
|
|
1349
1349
|
"collection": "mode",
|
|
1350
1350
|
"mode": "dark",
|
|
1351
1351
|
"group": "component",
|
|
1352
|
-
"scopes": ["bgColor"]
|
|
1352
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1353
1353
|
}
|
|
1354
1354
|
},
|
|
1355
1355
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
"collection": "mode",
|
|
1363
1363
|
"mode": "dark",
|
|
1364
1364
|
"group": "component",
|
|
1365
|
-
"scopes": ["bgColor"]
|
|
1365
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1366
1366
|
}
|
|
1367
1367
|
}
|
|
1368
1368
|
},
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
"collection": "mode",
|
|
1408
1408
|
"mode": "dark",
|
|
1409
1409
|
"group": "component",
|
|
1410
|
-
"scopes": ["bgColor"]
|
|
1410
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1411
1411
|
}
|
|
1412
1412
|
},
|
|
1413
1413
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
"collection": "mode",
|
|
1421
1421
|
"mode": "dark",
|
|
1422
1422
|
"group": "component",
|
|
1423
|
-
"scopes": ["bgColor"]
|
|
1423
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1424
1424
|
}
|
|
1425
1425
|
}
|
|
1426
1426
|
},
|
|
@@ -1465,7 +1465,7 @@
|
|
|
1465
1465
|
"collection": "mode",
|
|
1466
1466
|
"mode": "dark",
|
|
1467
1467
|
"group": "component",
|
|
1468
|
-
"scopes": ["bgColor"]
|
|
1468
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
1471
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
"collection": "mode",
|
|
1479
1479
|
"mode": "dark",
|
|
1480
1480
|
"group": "component",
|
|
1481
|
-
"scopes": ["bgColor"]
|
|
1481
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
},
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
"collection": "mode",
|
|
1524
1524
|
"mode": "dark",
|
|
1525
1525
|
"group": "component",
|
|
1526
|
-
"scopes": ["bgColor"]
|
|
1526
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
1529
1529
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
"collection": "mode",
|
|
1537
1537
|
"mode": "dark",
|
|
1538
1538
|
"group": "component",
|
|
1539
|
-
"scopes": ["bgColor"]
|
|
1539
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
"collection": "mode",
|
|
1582
1582
|
"mode": "dark",
|
|
1583
1583
|
"group": "component",
|
|
1584
|
-
"scopes": ["bgColor"]
|
|
1584
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1585
1585
|
}
|
|
1586
1586
|
},
|
|
1587
1587
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
"collection": "mode",
|
|
1595
1595
|
"mode": "dark",
|
|
1596
1596
|
"group": "component",
|
|
1597
|
-
"scopes": ["bgColor"]
|
|
1597
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
1600
|
},
|
|
@@ -5270,7 +5270,7 @@
|
|
|
5270
5270
|
"name": "control-danger-fgColor-rest",
|
|
5271
5271
|
"attributes": {},
|
|
5272
5272
|
"path": ["control", "danger", "fgColor", "rest"],
|
|
5273
|
-
"value": "#
|
|
5273
|
+
"value": "#f0883e",
|
|
5274
5274
|
"type": "color"
|
|
5275
5275
|
},
|
|
5276
5276
|
"control-danger-fgColor-hover": {
|
|
@@ -7518,7 +7518,7 @@
|
|
|
7518
7518
|
"name": "button-danger-fgColor-rest",
|
|
7519
7519
|
"attributes": {},
|
|
7520
7520
|
"path": ["button", "danger", "fgColor", "rest"],
|
|
7521
|
-
"value": "#
|
|
7521
|
+
"value": "#f0883e",
|
|
7522
7522
|
"type": "color"
|
|
7523
7523
|
},
|
|
7524
7524
|
"button-danger-fgColor-hover": {
|
|
@@ -7607,7 +7607,7 @@
|
|
|
7607
7607
|
"name": "button-danger-fgColor-disabled",
|
|
7608
7608
|
"attributes": {},
|
|
7609
7609
|
"path": ["button", "danger", "fgColor", "disabled"],
|
|
7610
|
-
"value": "#
|
|
7610
|
+
"value": "#f0883e80",
|
|
7611
7611
|
"type": "color"
|
|
7612
7612
|
},
|
|
7613
7613
|
"button-danger-iconColor-rest": {
|
|
@@ -7636,7 +7636,7 @@
|
|
|
7636
7636
|
"name": "button-danger-iconColor-rest",
|
|
7637
7637
|
"attributes": {},
|
|
7638
7638
|
"path": ["button", "danger", "iconColor", "rest"],
|
|
7639
|
-
"value": "#
|
|
7639
|
+
"value": "#f0883e",
|
|
7640
7640
|
"type": "color"
|
|
7641
7641
|
},
|
|
7642
7642
|
"button-danger-iconColor-hover": {
|
|
@@ -8361,7 +8361,7 @@
|
|
|
8361
8361
|
"name": "buttonCounter-danger-fgColor-rest",
|
|
8362
8362
|
"attributes": {},
|
|
8363
8363
|
"path": ["buttonCounter", "danger", "fgColor", "rest"],
|
|
8364
|
-
"value": "#
|
|
8364
|
+
"value": "#f0883e",
|
|
8365
8365
|
"type": "color"
|
|
8366
8366
|
},
|
|
8367
8367
|
"buttonCounter-danger-fgColor-hover": {
|
|
@@ -8421,7 +8421,7 @@
|
|
|
8421
8421
|
"name": "buttonCounter-danger-fgColor-disabled",
|
|
8422
8422
|
"attributes": {},
|
|
8423
8423
|
"path": ["buttonCounter", "danger", "fgColor", "disabled"],
|
|
8424
|
-
"value": "#
|
|
8424
|
+
"value": "#f0883e80",
|
|
8425
8425
|
"type": "color"
|
|
8426
8426
|
},
|
|
8427
8427
|
"reactionButton-selected-bgColor-rest": {
|
|
@@ -12814,13 +12814,13 @@
|
|
|
12814
12814
|
"filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5",
|
|
12815
12815
|
"isSource": true,
|
|
12816
12816
|
"original": {
|
|
12817
|
-
"$value": "{base.color.orange.
|
|
12817
|
+
"$value": "{base.color.orange.3}",
|
|
12818
12818
|
"$type": "color"
|
|
12819
12819
|
},
|
|
12820
12820
|
"name": "fgColor-danger",
|
|
12821
12821
|
"attributes": {},
|
|
12822
12822
|
"path": ["fgColor", "danger"],
|
|
12823
|
-
"value": "#
|
|
12823
|
+
"value": "#f0883e",
|
|
12824
12824
|
"type": "color"
|
|
12825
12825
|
},
|
|
12826
12826
|
"fgColor-closed": {
|
|
@@ -13393,18 +13393,18 @@
|
|
|
13393
13393
|
"type": "color"
|
|
13394
13394
|
},
|
|
13395
13395
|
"bgColor-open-muted": {
|
|
13396
|
-
"alpha": 0.
|
|
13396
|
+
"alpha": 0.2,
|
|
13397
13397
|
"filePath": "src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5",
|
|
13398
13398
|
"isSource": true,
|
|
13399
13399
|
"original": {
|
|
13400
13400
|
"$value": "{base.color.orange.4}",
|
|
13401
13401
|
"$type": "color",
|
|
13402
|
-
"alpha": 0.
|
|
13402
|
+
"alpha": 0.2
|
|
13403
13403
|
},
|
|
13404
13404
|
"name": "bgColor-open-muted",
|
|
13405
13405
|
"attributes": {},
|
|
13406
13406
|
"path": ["bgColor", "open", "muted"],
|
|
13407
|
-
"value": "#
|
|
13407
|
+
"value": "#db6d2833",
|
|
13408
13408
|
"type": "color"
|
|
13409
13409
|
},
|
|
13410
13410
|
"bgColor-open-emphasis": {
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
"collection": "mode",
|
|
1172
1172
|
"mode": "dark",
|
|
1173
1173
|
"group": "component",
|
|
1174
|
-
"scopes": ["bgColor"]
|
|
1174
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1175
1175
|
}
|
|
1176
1176
|
},
|
|
1177
1177
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
"collection": "mode",
|
|
1185
1185
|
"mode": "dark",
|
|
1186
1186
|
"group": "component",
|
|
1187
|
-
"scopes": ["bgColor"]
|
|
1187
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
1190
|
},
|
|
@@ -1229,7 +1229,7 @@
|
|
|
1229
1229
|
"collection": "mode",
|
|
1230
1230
|
"mode": "dark",
|
|
1231
1231
|
"group": "component",
|
|
1232
|
-
"scopes": ["bgColor"]
|
|
1232
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1233
1233
|
}
|
|
1234
1234
|
},
|
|
1235
1235
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
"collection": "mode",
|
|
1243
1243
|
"mode": "dark",
|
|
1244
1244
|
"group": "component",
|
|
1245
|
-
"scopes": ["bgColor"]
|
|
1245
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1246
1246
|
}
|
|
1247
1247
|
}
|
|
1248
1248
|
},
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
"collection": "mode",
|
|
1288
1288
|
"mode": "dark",
|
|
1289
1289
|
"group": "component",
|
|
1290
|
-
"scopes": ["bgColor"]
|
|
1290
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1291
1291
|
}
|
|
1292
1292
|
},
|
|
1293
1293
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
"collection": "mode",
|
|
1301
1301
|
"mode": "dark",
|
|
1302
1302
|
"group": "component",
|
|
1303
|
-
"scopes": ["bgColor"]
|
|
1303
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1304
1304
|
}
|
|
1305
1305
|
}
|
|
1306
1306
|
},
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
"collection": "mode",
|
|
1346
1346
|
"mode": "dark",
|
|
1347
1347
|
"group": "component",
|
|
1348
|
-
"scopes": ["bgColor"]
|
|
1348
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1349
1349
|
}
|
|
1350
1350
|
},
|
|
1351
1351
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
"collection": "mode",
|
|
1359
1359
|
"mode": "dark",
|
|
1360
1360
|
"group": "component",
|
|
1361
|
-
"scopes": ["bgColor"]
|
|
1361
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1362
1362
|
}
|
|
1363
1363
|
}
|
|
1364
1364
|
},
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
"collection": "mode",
|
|
1404
1404
|
"mode": "dark",
|
|
1405
1405
|
"group": "component",
|
|
1406
|
-
"scopes": ["bgColor"]
|
|
1406
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1407
1407
|
}
|
|
1408
1408
|
},
|
|
1409
1409
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"collection": "mode",
|
|
1417
1417
|
"mode": "dark",
|
|
1418
1418
|
"group": "component",
|
|
1419
|
-
"scopes": ["bgColor"]
|
|
1419
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1420
1420
|
}
|
|
1421
1421
|
}
|
|
1422
1422
|
},
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
"collection": "mode",
|
|
1462
1462
|
"mode": "dark",
|
|
1463
1463
|
"group": "component",
|
|
1464
|
-
"scopes": ["bgColor"]
|
|
1464
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1465
1465
|
}
|
|
1466
1466
|
},
|
|
1467
1467
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
"collection": "mode",
|
|
1475
1475
|
"mode": "dark",
|
|
1476
1476
|
"group": "component",
|
|
1477
|
-
"scopes": ["bgColor"]
|
|
1477
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
1480
|
},
|
|
@@ -1519,7 +1519,7 @@
|
|
|
1519
1519
|
"collection": "mode",
|
|
1520
1520
|
"mode": "dark",
|
|
1521
1521
|
"group": "component",
|
|
1522
|
-
"scopes": ["bgColor"]
|
|
1522
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
"collection": "mode",
|
|
1533
1533
|
"mode": "dark",
|
|
1534
1534
|
"group": "component",
|
|
1535
|
-
"scopes": ["bgColor"]
|
|
1535
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1536
1536
|
}
|
|
1537
1537
|
}
|
|
1538
1538
|
},
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
"collection": "mode",
|
|
1578
1578
|
"mode": "dark",
|
|
1579
1579
|
"group": "component",
|
|
1580
|
-
"scopes": ["bgColor"]
|
|
1580
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1581
1581
|
}
|
|
1582
1582
|
},
|
|
1583
1583
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
"collection": "mode",
|
|
1591
1591
|
"mode": "dark",
|
|
1592
1592
|
"group": "component",
|
|
1593
|
-
"scopes": ["bgColor"]
|
|
1593
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1594
1594
|
}
|
|
1595
1595
|
}
|
|
1596
1596
|
},
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
"collection": "mode",
|
|
1636
1636
|
"mode": "dark",
|
|
1637
1637
|
"group": "component",
|
|
1638
|
-
"scopes": ["bgColor"]
|
|
1638
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1639
1639
|
}
|
|
1640
1640
|
},
|
|
1641
1641
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
"collection": "mode",
|
|
1649
1649
|
"mode": "dark",
|
|
1650
1650
|
"group": "component",
|
|
1651
|
-
"scopes": ["bgColor"]
|
|
1651
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1652
1652
|
}
|
|
1653
1653
|
}
|
|
1654
1654
|
},
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
"collection": "mode",
|
|
1694
1694
|
"mode": "dark",
|
|
1695
1695
|
"group": "component",
|
|
1696
|
-
"scopes": ["bgColor"]
|
|
1696
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
1699
|
"filePath": "src/tokens/functional/color/dark/data-vis-dark.json5",
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
"collection": "mode",
|
|
1707
1707
|
"mode": "dark",
|
|
1708
1708
|
"group": "component",
|
|
1709
|
-
"scopes": ["bgColor"]
|
|
1709
|
+
"scopes": ["bgColor", "borderColor"]
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
1712
1712
|
},
|