@primer/primitives 8.2.4 → 9.0.0-rc.02c27a21
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/size/size.css +0 -6
- package/dist/css/functional/themes/dark-colorblind.css +20 -20
- package/dist/css/functional/themes/dark-dimmed.css +20 -20
- package/dist/css/functional/themes/dark-high-contrast.css +20 -20
- package/dist/css/functional/themes/dark-tritanopia.css +20 -20
- package/dist/css/functional/themes/dark.css +20 -20
- package/dist/css/functional/themes/light-colorblind.css +20 -20
- package/dist/css/functional/themes/light-high-contrast.css +20 -20
- package/dist/css/functional/themes/light-tritanopia.css +20 -20
- package/dist/css/functional/themes/light.css +20 -20
- package/dist/css/primitives.css +0 -6
- package/dist/docs/functional/size/size.json +0 -162
- package/dist/docs/functional/themes/dark-colorblind.json +30 -30
- package/dist/docs/functional/themes/dark-dimmed.json +30 -30
- package/dist/docs/functional/themes/dark-high-contrast.json +30 -30
- package/dist/docs/functional/themes/dark-tritanopia.json +30 -30
- package/dist/docs/functional/themes/dark.json +30 -30
- package/dist/docs/functional/themes/light-colorblind.json +30 -30
- package/dist/docs/functional/themes/light-high-contrast.json +30 -30
- package/dist/docs/functional/themes/light-tritanopia.json +30 -30
- package/dist/docs/functional/themes/light.json +30 -30
- package/dist/fallbacks/color-fallbacks.json +11 -1
- package/dist/fallbacks/functional/size/size.json +0 -6
- package/dist/figma/dimension/dimension.json +0 -64
- package/dist/figma/themes/dark-colorblind.json +20 -20
- package/dist/figma/themes/dark-dimmed.json +20 -20
- package/dist/figma/themes/dark-high-contrast.json +20 -20
- package/dist/figma/themes/dark-tritanopia.json +20 -20
- package/dist/figma/themes/dark.json +20 -20
- package/dist/figma/themes/light-colorblind.json +20 -20
- package/dist/figma/themes/light-high-contrast.json +20 -20
- package/dist/figma/themes/light-tritanopia.json +20 -20
- package/dist/figma/themes/light.json +20 -20
- package/dist/internalCss/dark-colorblind.css +20 -20
- package/dist/internalCss/dark-dimmed.css +20 -20
- package/dist/internalCss/dark-high-contrast.css +20 -20
- package/dist/internalCss/dark-tritanopia.css +20 -20
- package/dist/internalCss/dark.css +20 -20
- package/dist/internalCss/light-colorblind.css +20 -20
- package/dist/internalCss/light-high-contrast.css +20 -20
- package/dist/internalCss/light-tritanopia.css +20 -20
- package/dist/internalCss/light.css +20 -20
- package/dist/styleLint/functional/size/size.json +0 -162
- package/dist/styleLint/functional/themes/dark-colorblind.json +30 -30
- package/dist/styleLint/functional/themes/dark-dimmed.json +30 -30
- package/dist/styleLint/functional/themes/dark-high-contrast.json +30 -30
- package/dist/styleLint/functional/themes/dark-tritanopia.json +30 -30
- package/dist/styleLint/functional/themes/dark.json +30 -30
- package/dist/styleLint/functional/themes/light-colorblind.json +30 -30
- package/dist/styleLint/functional/themes/light-high-contrast.json +30 -30
- package/dist/styleLint/functional/themes/light-tritanopia.json +30 -30
- package/dist/styleLint/functional/themes/light.json +30 -30
- package/package.json +1 -1
- package/src/tokens/fallback/color-fallbacks.json +11 -1
- package/src/tokens/functional/color/dark/data-vis-dark.json5 +10 -10
- package/src/tokens/functional/color/light/data-vis-light.json5 +10 -10
- package/src/tokens/functional/size/size.json +0 -68
- package/dist/deprecated/size.json +0 -8
|
@@ -6669,7 +6669,7 @@
|
|
|
6669
6669
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6670
6670
|
},
|
|
6671
6671
|
{
|
|
6672
|
-
"name": "data/gray/color",
|
|
6672
|
+
"name": "data/gray/color/emphasis",
|
|
6673
6673
|
"value": {
|
|
6674
6674
|
"r": 0.5019607843137255,
|
|
6675
6675
|
"g": 0.5607843137254902,
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
"a": 1
|
|
6678
6678
|
},
|
|
6679
6679
|
"type": "COLOR",
|
|
6680
|
-
"refId": "mode/data/gray/color",
|
|
6680
|
+
"refId": "mode/data/gray/color/emphasis",
|
|
6681
6681
|
"reference": "base/color/light/base/display/color/gray/4",
|
|
6682
6682
|
"collection": "mode",
|
|
6683
6683
|
"mode": "light",
|
|
@@ -6701,7 +6701,7 @@
|
|
|
6701
6701
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6702
6702
|
},
|
|
6703
6703
|
{
|
|
6704
|
-
"name": "data/red/color",
|
|
6704
|
+
"name": "data/red/color/emphasis",
|
|
6705
6705
|
"value": {
|
|
6706
6706
|
"r": 0.8745098039215686,
|
|
6707
6707
|
"g": 0.047058823529411764,
|
|
@@ -6709,7 +6709,7 @@
|
|
|
6709
6709
|
"a": 1
|
|
6710
6710
|
},
|
|
6711
6711
|
"type": "COLOR",
|
|
6712
|
-
"refId": "mode/data/red/color",
|
|
6712
|
+
"refId": "mode/data/red/color/emphasis",
|
|
6713
6713
|
"reference": "base/color/light/base/display/color/red/5",
|
|
6714
6714
|
"collection": "mode",
|
|
6715
6715
|
"mode": "light",
|
|
@@ -6733,7 +6733,7 @@
|
|
|
6733
6733
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6734
6734
|
},
|
|
6735
6735
|
{
|
|
6736
|
-
"name": "data/pink/color",
|
|
6736
|
+
"name": "data/pink/color/emphasis",
|
|
6737
6737
|
"value": {
|
|
6738
6738
|
"r": 0.807843137254902,
|
|
6739
6739
|
"g": 0.17254901960784313,
|
|
@@ -6741,7 +6741,7 @@
|
|
|
6741
6741
|
"a": 1
|
|
6742
6742
|
},
|
|
6743
6743
|
"type": "COLOR",
|
|
6744
|
-
"refId": "mode/data/pink/color",
|
|
6744
|
+
"refId": "mode/data/pink/color/emphasis",
|
|
6745
6745
|
"reference": "base/color/light/base/display/color/pink/5",
|
|
6746
6746
|
"collection": "mode",
|
|
6747
6747
|
"mode": "light",
|
|
@@ -6765,7 +6765,7 @@
|
|
|
6765
6765
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6766
6766
|
},
|
|
6767
6767
|
{
|
|
6768
|
-
"name": "data/purple/color",
|
|
6768
|
+
"name": "data/purple/color/emphasis",
|
|
6769
6769
|
"value": {
|
|
6770
6770
|
"r": 0.5372549019607843,
|
|
6771
6771
|
"g": 0.2980392156862745,
|
|
@@ -6773,7 +6773,7 @@
|
|
|
6773
6773
|
"a": 1
|
|
6774
6774
|
},
|
|
6775
6775
|
"type": "COLOR",
|
|
6776
|
-
"refId": "mode/data/purple/color",
|
|
6776
|
+
"refId": "mode/data/purple/color/emphasis",
|
|
6777
6777
|
"reference": "base/color/light/base/display/color/purple/5",
|
|
6778
6778
|
"collection": "mode",
|
|
6779
6779
|
"mode": "light",
|
|
@@ -6797,7 +6797,7 @@
|
|
|
6797
6797
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6798
6798
|
},
|
|
6799
6799
|
{
|
|
6800
|
-
"name": "data/teal/color",
|
|
6800
|
+
"name": "data/teal/color/emphasis",
|
|
6801
6801
|
"value": {
|
|
6802
6802
|
"r": 0.09019607843137255,
|
|
6803
6803
|
"g": 0.6078431372549019,
|
|
@@ -6805,7 +6805,7 @@
|
|
|
6805
6805
|
"a": 1
|
|
6806
6806
|
},
|
|
6807
6807
|
"type": "COLOR",
|
|
6808
|
-
"refId": "mode/data/teal/color",
|
|
6808
|
+
"refId": "mode/data/teal/color/emphasis",
|
|
6809
6809
|
"reference": "base/color/light/base/display/color/teal/4",
|
|
6810
6810
|
"collection": "mode",
|
|
6811
6811
|
"mode": "light",
|
|
@@ -6829,7 +6829,7 @@
|
|
|
6829
6829
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6830
6830
|
},
|
|
6831
6831
|
{
|
|
6832
|
-
"name": "data/green/color",
|
|
6832
|
+
"name": "data/green/color/emphasis",
|
|
6833
6833
|
"value": {
|
|
6834
6834
|
"r": 0.18823529411764706,
|
|
6835
6835
|
"g": 0.6313725490196078,
|
|
@@ -6837,7 +6837,7 @@
|
|
|
6837
6837
|
"a": 1
|
|
6838
6838
|
},
|
|
6839
6839
|
"type": "COLOR",
|
|
6840
|
-
"refId": "mode/data/green/color",
|
|
6840
|
+
"refId": "mode/data/green/color/emphasis",
|
|
6841
6841
|
"reference": "base/color/light/base/display/color/green/4",
|
|
6842
6842
|
"collection": "mode",
|
|
6843
6843
|
"mode": "light",
|
|
@@ -6861,7 +6861,7 @@
|
|
|
6861
6861
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6862
6862
|
},
|
|
6863
6863
|
{
|
|
6864
|
-
"name": "data/yellow/color",
|
|
6864
|
+
"name": "data/yellow/color/emphasis",
|
|
6865
6865
|
"value": {
|
|
6866
6866
|
"r": 0.7215686274509804,
|
|
6867
6867
|
"g": 0.5294117647058824,
|
|
@@ -6869,7 +6869,7 @@
|
|
|
6869
6869
|
"a": 1
|
|
6870
6870
|
},
|
|
6871
6871
|
"type": "COLOR",
|
|
6872
|
-
"refId": "mode/data/yellow/color",
|
|
6872
|
+
"refId": "mode/data/yellow/color/emphasis",
|
|
6873
6873
|
"reference": "base/color/light/base/display/color/yellow/4",
|
|
6874
6874
|
"collection": "mode",
|
|
6875
6875
|
"mode": "light",
|
|
@@ -6893,7 +6893,7 @@
|
|
|
6893
6893
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6894
6894
|
},
|
|
6895
6895
|
{
|
|
6896
|
-
"name": "data/orange/color",
|
|
6896
|
+
"name": "data/orange/color/emphasis",
|
|
6897
6897
|
"value": {
|
|
6898
6898
|
"r": 0.9215686274509803,
|
|
6899
6899
|
"g": 0.403921568627451,
|
|
@@ -6901,7 +6901,7 @@
|
|
|
6901
6901
|
"a": 1
|
|
6902
6902
|
},
|
|
6903
6903
|
"type": "COLOR",
|
|
6904
|
-
"refId": "mode/data/orange/color",
|
|
6904
|
+
"refId": "mode/data/orange/color/emphasis",
|
|
6905
6905
|
"reference": "base/color/light/base/display/color/orange/4",
|
|
6906
6906
|
"collection": "mode",
|
|
6907
6907
|
"mode": "light",
|
|
@@ -6925,7 +6925,7 @@
|
|
|
6925
6925
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6926
6926
|
},
|
|
6927
6927
|
{
|
|
6928
|
-
"name": "data/auburn/color",
|
|
6928
|
+
"name": "data/auburn/color/emphasis",
|
|
6929
6929
|
"value": {
|
|
6930
6930
|
"r": 0.615686274509804,
|
|
6931
6931
|
"g": 0.3803921568627451,
|
|
@@ -6933,7 +6933,7 @@
|
|
|
6933
6933
|
"a": 1
|
|
6934
6934
|
},
|
|
6935
6935
|
"type": "COLOR",
|
|
6936
|
-
"refId": "mode/data/auburn/color",
|
|
6936
|
+
"refId": "mode/data/auburn/color/emphasis",
|
|
6937
6937
|
"reference": "base/color/light/base/display/color/auburn/5",
|
|
6938
6938
|
"collection": "mode",
|
|
6939
6939
|
"mode": "light",
|
|
@@ -6957,7 +6957,7 @@
|
|
|
6957
6957
|
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
6958
6958
|
},
|
|
6959
6959
|
{
|
|
6960
|
-
"name": "data/blue/color",
|
|
6960
|
+
"name": "data/blue/color/emphasis",
|
|
6961
6961
|
"value": {
|
|
6962
6962
|
"r": 0,
|
|
6963
6963
|
"g": 0.43137254901960786,
|
|
@@ -6965,7 +6965,7 @@
|
|
|
6965
6965
|
"a": 1
|
|
6966
6966
|
},
|
|
6967
6967
|
"type": "COLOR",
|
|
6968
|
-
"refId": "mode/data/blue/color",
|
|
6968
|
+
"refId": "mode/data/blue/color/emphasis",
|
|
6969
6969
|
"reference": "base/color/light/base/display/color/blue/5",
|
|
6970
6970
|
"collection": "mode",
|
|
6971
6971
|
"mode": "light",
|
|
@@ -327,25 +327,25 @@
|
|
|
327
327
|
--header-borderColor-divider: #8b949e;
|
|
328
328
|
--headerSearch-bgColor: #0d1117;
|
|
329
329
|
--headerSearch-borderColor: #30363d;
|
|
330
|
-
--data-blue-color: #0576ff;
|
|
330
|
+
--data-blue-color-emphasis: #0576ff;
|
|
331
331
|
--data-blue-color-muted: #001a47;
|
|
332
|
-
--data-auburn-color: #a86f6b;
|
|
332
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
333
333
|
--data-auburn-color-muted: #271817;
|
|
334
|
-
--data-orange-color: #984b10;
|
|
334
|
+
--data-orange-color-emphasis: #984b10;
|
|
335
335
|
--data-orange-color-muted: #311708;
|
|
336
|
-
--data-yellow-color: #895906;
|
|
336
|
+
--data-yellow-color-emphasis: #895906;
|
|
337
337
|
--data-yellow-color-muted: #2e1a00;
|
|
338
|
-
--data-green-color: #2f6f37;
|
|
338
|
+
--data-green-color-emphasis: #2f6f37;
|
|
339
339
|
--data-green-color-muted: #122117;
|
|
340
|
-
--data-teal-color: #106c70;
|
|
340
|
+
--data-teal-color-emphasis: #106c70;
|
|
341
341
|
--data-teal-color-muted: #041f25;
|
|
342
|
-
--data-purple-color: #975bf1;
|
|
342
|
+
--data-purple-color-emphasis: #975bf1;
|
|
343
343
|
--data-purple-color-muted: #211047;
|
|
344
|
-
--data-pink-color: #d34591;
|
|
344
|
+
--data-pink-color-emphasis: #d34591;
|
|
345
345
|
--data-pink-color-muted: #2d1524;
|
|
346
|
-
--data-red-color: #eb3342;
|
|
346
|
+
--data-red-color-emphasis: #eb3342;
|
|
347
347
|
--data-red-color-muted: #3c0614;
|
|
348
|
-
--data-gray-color: #576270;
|
|
348
|
+
--data-gray-color-emphasis: #576270;
|
|
349
349
|
--data-gray-color-muted: #1c1c1c;
|
|
350
350
|
--display-blue-bgColor-muted: #001a47;
|
|
351
351
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -1179,25 +1179,25 @@
|
|
|
1179
1179
|
--header-borderColor-divider: #8b949e;
|
|
1180
1180
|
--headerSearch-bgColor: #0d1117;
|
|
1181
1181
|
--headerSearch-borderColor: #30363d;
|
|
1182
|
-
--data-blue-color: #0576ff;
|
|
1182
|
+
--data-blue-color-emphasis: #0576ff;
|
|
1183
1183
|
--data-blue-color-muted: #001a47;
|
|
1184
|
-
--data-auburn-color: #a86f6b;
|
|
1184
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
1185
1185
|
--data-auburn-color-muted: #271817;
|
|
1186
|
-
--data-orange-color: #984b10;
|
|
1186
|
+
--data-orange-color-emphasis: #984b10;
|
|
1187
1187
|
--data-orange-color-muted: #311708;
|
|
1188
|
-
--data-yellow-color: #895906;
|
|
1188
|
+
--data-yellow-color-emphasis: #895906;
|
|
1189
1189
|
--data-yellow-color-muted: #2e1a00;
|
|
1190
|
-
--data-green-color: #2f6f37;
|
|
1190
|
+
--data-green-color-emphasis: #2f6f37;
|
|
1191
1191
|
--data-green-color-muted: #122117;
|
|
1192
|
-
--data-teal-color: #106c70;
|
|
1192
|
+
--data-teal-color-emphasis: #106c70;
|
|
1193
1193
|
--data-teal-color-muted: #041f25;
|
|
1194
|
-
--data-purple-color: #975bf1;
|
|
1194
|
+
--data-purple-color-emphasis: #975bf1;
|
|
1195
1195
|
--data-purple-color-muted: #211047;
|
|
1196
|
-
--data-pink-color: #d34591;
|
|
1196
|
+
--data-pink-color-emphasis: #d34591;
|
|
1197
1197
|
--data-pink-color-muted: #2d1524;
|
|
1198
|
-
--data-red-color: #eb3342;
|
|
1198
|
+
--data-red-color-emphasis: #eb3342;
|
|
1199
1199
|
--data-red-color-muted: #3c0614;
|
|
1200
|
-
--data-gray-color: #576270;
|
|
1200
|
+
--data-gray-color-emphasis: #576270;
|
|
1201
1201
|
--data-gray-color-muted: #1c1c1c;
|
|
1202
1202
|
--display-blue-bgColor-muted: #001a47;
|
|
1203
1203
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -327,25 +327,25 @@
|
|
|
327
327
|
--header-borderColor-divider: #768390;
|
|
328
328
|
--headerSearch-bgColor: #22272e;
|
|
329
329
|
--headerSearch-borderColor: #444c56;
|
|
330
|
-
--data-blue-color: #0576ff;
|
|
330
|
+
--data-blue-color-emphasis: #0576ff;
|
|
331
331
|
--data-blue-color-muted: #001a47;
|
|
332
|
-
--data-auburn-color: #a86f6b;
|
|
332
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
333
333
|
--data-auburn-color-muted: #271817;
|
|
334
|
-
--data-orange-color: #984b10;
|
|
334
|
+
--data-orange-color-emphasis: #984b10;
|
|
335
335
|
--data-orange-color-muted: #311708;
|
|
336
|
-
--data-yellow-color: #895906;
|
|
336
|
+
--data-yellow-color-emphasis: #895906;
|
|
337
337
|
--data-yellow-color-muted: #2e1a00;
|
|
338
|
-
--data-green-color: #2f6f37;
|
|
338
|
+
--data-green-color-emphasis: #2f6f37;
|
|
339
339
|
--data-green-color-muted: #122117;
|
|
340
|
-
--data-teal-color: #106c70;
|
|
340
|
+
--data-teal-color-emphasis: #106c70;
|
|
341
341
|
--data-teal-color-muted: #041f25;
|
|
342
|
-
--data-purple-color: #975bf1;
|
|
342
|
+
--data-purple-color-emphasis: #975bf1;
|
|
343
343
|
--data-purple-color-muted: #211047;
|
|
344
|
-
--data-pink-color: #d34591;
|
|
344
|
+
--data-pink-color-emphasis: #d34591;
|
|
345
345
|
--data-pink-color-muted: #2d1524;
|
|
346
|
-
--data-red-color: #eb3342;
|
|
346
|
+
--data-red-color-emphasis: #eb3342;
|
|
347
347
|
--data-red-color-muted: #3c0614;
|
|
348
|
-
--data-gray-color: #576270;
|
|
348
|
+
--data-gray-color-emphasis: #576270;
|
|
349
349
|
--data-gray-color-muted: #1c1c1c;
|
|
350
350
|
--display-blue-bgColor-muted: #001a47;
|
|
351
351
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -1179,25 +1179,25 @@
|
|
|
1179
1179
|
--header-borderColor-divider: #768390;
|
|
1180
1180
|
--headerSearch-bgColor: #22272e;
|
|
1181
1181
|
--headerSearch-borderColor: #444c56;
|
|
1182
|
-
--data-blue-color: #0576ff;
|
|
1182
|
+
--data-blue-color-emphasis: #0576ff;
|
|
1183
1183
|
--data-blue-color-muted: #001a47;
|
|
1184
|
-
--data-auburn-color: #a86f6b;
|
|
1184
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
1185
1185
|
--data-auburn-color-muted: #271817;
|
|
1186
|
-
--data-orange-color: #984b10;
|
|
1186
|
+
--data-orange-color-emphasis: #984b10;
|
|
1187
1187
|
--data-orange-color-muted: #311708;
|
|
1188
|
-
--data-yellow-color: #895906;
|
|
1188
|
+
--data-yellow-color-emphasis: #895906;
|
|
1189
1189
|
--data-yellow-color-muted: #2e1a00;
|
|
1190
|
-
--data-green-color: #2f6f37;
|
|
1190
|
+
--data-green-color-emphasis: #2f6f37;
|
|
1191
1191
|
--data-green-color-muted: #122117;
|
|
1192
|
-
--data-teal-color: #106c70;
|
|
1192
|
+
--data-teal-color-emphasis: #106c70;
|
|
1193
1193
|
--data-teal-color-muted: #041f25;
|
|
1194
|
-
--data-purple-color: #975bf1;
|
|
1194
|
+
--data-purple-color-emphasis: #975bf1;
|
|
1195
1195
|
--data-purple-color-muted: #211047;
|
|
1196
|
-
--data-pink-color: #d34591;
|
|
1196
|
+
--data-pink-color-emphasis: #d34591;
|
|
1197
1197
|
--data-pink-color-muted: #2d1524;
|
|
1198
|
-
--data-red-color: #eb3342;
|
|
1198
|
+
--data-red-color-emphasis: #eb3342;
|
|
1199
1199
|
--data-red-color-muted: #3c0614;
|
|
1200
|
-
--data-gray-color: #576270;
|
|
1200
|
+
--data-gray-color-emphasis: #576270;
|
|
1201
1201
|
--data-gray-color-muted: #1c1c1c;
|
|
1202
1202
|
--display-blue-bgColor-muted: #001a47;
|
|
1203
1203
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -327,25 +327,25 @@
|
|
|
327
327
|
--header-borderColor-divider: #bdc4cc;
|
|
328
328
|
--headerSearch-bgColor: #0a0c10;
|
|
329
329
|
--headerSearch-borderColor: #525964;
|
|
330
|
-
--data-blue-color: #0576ff;
|
|
330
|
+
--data-blue-color-emphasis: #0576ff;
|
|
331
331
|
--data-blue-color-muted: #001a47;
|
|
332
|
-
--data-auburn-color: #a86f6b;
|
|
332
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
333
333
|
--data-auburn-color-muted: #271817;
|
|
334
|
-
--data-orange-color: #984b10;
|
|
334
|
+
--data-orange-color-emphasis: #984b10;
|
|
335
335
|
--data-orange-color-muted: #311708;
|
|
336
|
-
--data-yellow-color: #895906;
|
|
336
|
+
--data-yellow-color-emphasis: #895906;
|
|
337
337
|
--data-yellow-color-muted: #2e1a00;
|
|
338
|
-
--data-green-color: #2f6f37;
|
|
338
|
+
--data-green-color-emphasis: #2f6f37;
|
|
339
339
|
--data-green-color-muted: #122117;
|
|
340
|
-
--data-teal-color: #106c70;
|
|
340
|
+
--data-teal-color-emphasis: #106c70;
|
|
341
341
|
--data-teal-color-muted: #041f25;
|
|
342
|
-
--data-purple-color: #975bf1;
|
|
342
|
+
--data-purple-color-emphasis: #975bf1;
|
|
343
343
|
--data-purple-color-muted: #211047;
|
|
344
|
-
--data-pink-color: #d34591;
|
|
344
|
+
--data-pink-color-emphasis: #d34591;
|
|
345
345
|
--data-pink-color-muted: #2d1524;
|
|
346
|
-
--data-red-color: #eb3342;
|
|
346
|
+
--data-red-color-emphasis: #eb3342;
|
|
347
347
|
--data-red-color-muted: #3c0614;
|
|
348
|
-
--data-gray-color: #576270;
|
|
348
|
+
--data-gray-color-emphasis: #576270;
|
|
349
349
|
--data-gray-color-muted: #1c1c1c;
|
|
350
350
|
--display-blue-bgColor-muted: #001a47;
|
|
351
351
|
--display-blue-bgColor-emphasis: #4da0ff;
|
|
@@ -1179,25 +1179,25 @@
|
|
|
1179
1179
|
--header-borderColor-divider: #bdc4cc;
|
|
1180
1180
|
--headerSearch-bgColor: #0a0c10;
|
|
1181
1181
|
--headerSearch-borderColor: #525964;
|
|
1182
|
-
--data-blue-color: #0576ff;
|
|
1182
|
+
--data-blue-color-emphasis: #0576ff;
|
|
1183
1183
|
--data-blue-color-muted: #001a47;
|
|
1184
|
-
--data-auburn-color: #a86f6b;
|
|
1184
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
1185
1185
|
--data-auburn-color-muted: #271817;
|
|
1186
|
-
--data-orange-color: #984b10;
|
|
1186
|
+
--data-orange-color-emphasis: #984b10;
|
|
1187
1187
|
--data-orange-color-muted: #311708;
|
|
1188
|
-
--data-yellow-color: #895906;
|
|
1188
|
+
--data-yellow-color-emphasis: #895906;
|
|
1189
1189
|
--data-yellow-color-muted: #2e1a00;
|
|
1190
|
-
--data-green-color: #2f6f37;
|
|
1190
|
+
--data-green-color-emphasis: #2f6f37;
|
|
1191
1191
|
--data-green-color-muted: #122117;
|
|
1192
|
-
--data-teal-color: #106c70;
|
|
1192
|
+
--data-teal-color-emphasis: #106c70;
|
|
1193
1193
|
--data-teal-color-muted: #041f25;
|
|
1194
|
-
--data-purple-color: #975bf1;
|
|
1194
|
+
--data-purple-color-emphasis: #975bf1;
|
|
1195
1195
|
--data-purple-color-muted: #211047;
|
|
1196
|
-
--data-pink-color: #d34591;
|
|
1196
|
+
--data-pink-color-emphasis: #d34591;
|
|
1197
1197
|
--data-pink-color-muted: #2d1524;
|
|
1198
|
-
--data-red-color: #eb3342;
|
|
1198
|
+
--data-red-color-emphasis: #eb3342;
|
|
1199
1199
|
--data-red-color-muted: #3c0614;
|
|
1200
|
-
--data-gray-color: #576270;
|
|
1200
|
+
--data-gray-color-emphasis: #576270;
|
|
1201
1201
|
--data-gray-color-muted: #1c1c1c;
|
|
1202
1202
|
--display-blue-bgColor-muted: #001a47;
|
|
1203
1203
|
--display-blue-bgColor-emphasis: #4da0ff;
|
|
@@ -327,25 +327,25 @@
|
|
|
327
327
|
--header-borderColor-divider: #8b949e;
|
|
328
328
|
--headerSearch-bgColor: #0d1117;
|
|
329
329
|
--headerSearch-borderColor: #30363d;
|
|
330
|
-
--data-blue-color: #0576ff;
|
|
330
|
+
--data-blue-color-emphasis: #0576ff;
|
|
331
331
|
--data-blue-color-muted: #001a47;
|
|
332
|
-
--data-auburn-color: #a86f6b;
|
|
332
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
333
333
|
--data-auburn-color-muted: #271817;
|
|
334
|
-
--data-orange-color: #984b10;
|
|
334
|
+
--data-orange-color-emphasis: #984b10;
|
|
335
335
|
--data-orange-color-muted: #311708;
|
|
336
|
-
--data-yellow-color: #895906;
|
|
336
|
+
--data-yellow-color-emphasis: #895906;
|
|
337
337
|
--data-yellow-color-muted: #2e1a00;
|
|
338
|
-
--data-green-color: #2f6f37;
|
|
338
|
+
--data-green-color-emphasis: #2f6f37;
|
|
339
339
|
--data-green-color-muted: #122117;
|
|
340
|
-
--data-teal-color: #106c70;
|
|
340
|
+
--data-teal-color-emphasis: #106c70;
|
|
341
341
|
--data-teal-color-muted: #041f25;
|
|
342
|
-
--data-purple-color: #975bf1;
|
|
342
|
+
--data-purple-color-emphasis: #975bf1;
|
|
343
343
|
--data-purple-color-muted: #211047;
|
|
344
|
-
--data-pink-color: #d34591;
|
|
344
|
+
--data-pink-color-emphasis: #d34591;
|
|
345
345
|
--data-pink-color-muted: #2d1524;
|
|
346
|
-
--data-red-color: #eb3342;
|
|
346
|
+
--data-red-color-emphasis: #eb3342;
|
|
347
347
|
--data-red-color-muted: #3c0614;
|
|
348
|
-
--data-gray-color: #576270;
|
|
348
|
+
--data-gray-color-emphasis: #576270;
|
|
349
349
|
--data-gray-color-muted: #1c1c1c;
|
|
350
350
|
--display-blue-bgColor-muted: #001a47;
|
|
351
351
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -1179,25 +1179,25 @@
|
|
|
1179
1179
|
--header-borderColor-divider: #8b949e;
|
|
1180
1180
|
--headerSearch-bgColor: #0d1117;
|
|
1181
1181
|
--headerSearch-borderColor: #30363d;
|
|
1182
|
-
--data-blue-color: #0576ff;
|
|
1182
|
+
--data-blue-color-emphasis: #0576ff;
|
|
1183
1183
|
--data-blue-color-muted: #001a47;
|
|
1184
|
-
--data-auburn-color: #a86f6b;
|
|
1184
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
1185
1185
|
--data-auburn-color-muted: #271817;
|
|
1186
|
-
--data-orange-color: #984b10;
|
|
1186
|
+
--data-orange-color-emphasis: #984b10;
|
|
1187
1187
|
--data-orange-color-muted: #311708;
|
|
1188
|
-
--data-yellow-color: #895906;
|
|
1188
|
+
--data-yellow-color-emphasis: #895906;
|
|
1189
1189
|
--data-yellow-color-muted: #2e1a00;
|
|
1190
|
-
--data-green-color: #2f6f37;
|
|
1190
|
+
--data-green-color-emphasis: #2f6f37;
|
|
1191
1191
|
--data-green-color-muted: #122117;
|
|
1192
|
-
--data-teal-color: #106c70;
|
|
1192
|
+
--data-teal-color-emphasis: #106c70;
|
|
1193
1193
|
--data-teal-color-muted: #041f25;
|
|
1194
|
-
--data-purple-color: #975bf1;
|
|
1194
|
+
--data-purple-color-emphasis: #975bf1;
|
|
1195
1195
|
--data-purple-color-muted: #211047;
|
|
1196
|
-
--data-pink-color: #d34591;
|
|
1196
|
+
--data-pink-color-emphasis: #d34591;
|
|
1197
1197
|
--data-pink-color-muted: #2d1524;
|
|
1198
|
-
--data-red-color: #eb3342;
|
|
1198
|
+
--data-red-color-emphasis: #eb3342;
|
|
1199
1199
|
--data-red-color-muted: #3c0614;
|
|
1200
|
-
--data-gray-color: #576270;
|
|
1200
|
+
--data-gray-color-emphasis: #576270;
|
|
1201
1201
|
--data-gray-color-muted: #1c1c1c;
|
|
1202
1202
|
--display-blue-bgColor-muted: #001a47;
|
|
1203
1203
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -327,25 +327,25 @@
|
|
|
327
327
|
--header-borderColor-divider: #8b949e;
|
|
328
328
|
--headerSearch-bgColor: #0d1117;
|
|
329
329
|
--headerSearch-borderColor: #30363d;
|
|
330
|
-
--data-blue-color: #0576ff;
|
|
330
|
+
--data-blue-color-emphasis: #0576ff;
|
|
331
331
|
--data-blue-color-muted: #001a47;
|
|
332
|
-
--data-auburn-color: #a86f6b;
|
|
332
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
333
333
|
--data-auburn-color-muted: #271817;
|
|
334
|
-
--data-orange-color: #984b10;
|
|
334
|
+
--data-orange-color-emphasis: #984b10;
|
|
335
335
|
--data-orange-color-muted: #311708;
|
|
336
|
-
--data-yellow-color: #895906;
|
|
336
|
+
--data-yellow-color-emphasis: #895906;
|
|
337
337
|
--data-yellow-color-muted: #2e1a00;
|
|
338
|
-
--data-green-color: #2f6f37;
|
|
338
|
+
--data-green-color-emphasis: #2f6f37;
|
|
339
339
|
--data-green-color-muted: #122117;
|
|
340
|
-
--data-teal-color: #106c70;
|
|
340
|
+
--data-teal-color-emphasis: #106c70;
|
|
341
341
|
--data-teal-color-muted: #041f25;
|
|
342
|
-
--data-purple-color: #975bf1;
|
|
342
|
+
--data-purple-color-emphasis: #975bf1;
|
|
343
343
|
--data-purple-color-muted: #211047;
|
|
344
|
-
--data-pink-color: #d34591;
|
|
344
|
+
--data-pink-color-emphasis: #d34591;
|
|
345
345
|
--data-pink-color-muted: #2d1524;
|
|
346
|
-
--data-red-color: #eb3342;
|
|
346
|
+
--data-red-color-emphasis: #eb3342;
|
|
347
347
|
--data-red-color-muted: #3c0614;
|
|
348
|
-
--data-gray-color: #576270;
|
|
348
|
+
--data-gray-color-emphasis: #576270;
|
|
349
349
|
--data-gray-color-muted: #1c1c1c;
|
|
350
350
|
--display-blue-bgColor-muted: #001a47;
|
|
351
351
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -1179,25 +1179,25 @@
|
|
|
1179
1179
|
--header-borderColor-divider: #8b949e;
|
|
1180
1180
|
--headerSearch-bgColor: #0d1117;
|
|
1181
1181
|
--headerSearch-borderColor: #30363d;
|
|
1182
|
-
--data-blue-color: #0576ff;
|
|
1182
|
+
--data-blue-color-emphasis: #0576ff;
|
|
1183
1183
|
--data-blue-color-muted: #001a47;
|
|
1184
|
-
--data-auburn-color: #a86f6b;
|
|
1184
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
1185
1185
|
--data-auburn-color-muted: #271817;
|
|
1186
|
-
--data-orange-color: #984b10;
|
|
1186
|
+
--data-orange-color-emphasis: #984b10;
|
|
1187
1187
|
--data-orange-color-muted: #311708;
|
|
1188
|
-
--data-yellow-color: #895906;
|
|
1188
|
+
--data-yellow-color-emphasis: #895906;
|
|
1189
1189
|
--data-yellow-color-muted: #2e1a00;
|
|
1190
|
-
--data-green-color: #2f6f37;
|
|
1190
|
+
--data-green-color-emphasis: #2f6f37;
|
|
1191
1191
|
--data-green-color-muted: #122117;
|
|
1192
|
-
--data-teal-color: #106c70;
|
|
1192
|
+
--data-teal-color-emphasis: #106c70;
|
|
1193
1193
|
--data-teal-color-muted: #041f25;
|
|
1194
|
-
--data-purple-color: #975bf1;
|
|
1194
|
+
--data-purple-color-emphasis: #975bf1;
|
|
1195
1195
|
--data-purple-color-muted: #211047;
|
|
1196
|
-
--data-pink-color: #d34591;
|
|
1196
|
+
--data-pink-color-emphasis: #d34591;
|
|
1197
1197
|
--data-pink-color-muted: #2d1524;
|
|
1198
|
-
--data-red-color: #eb3342;
|
|
1198
|
+
--data-red-color-emphasis: #eb3342;
|
|
1199
1199
|
--data-red-color-muted: #3c0614;
|
|
1200
|
-
--data-gray-color: #576270;
|
|
1200
|
+
--data-gray-color-emphasis: #576270;
|
|
1201
1201
|
--data-gray-color-muted: #1c1c1c;
|
|
1202
1202
|
--display-blue-bgColor-muted: #001a47;
|
|
1203
1203
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -327,25 +327,25 @@
|
|
|
327
327
|
--header-borderColor-divider: #57606a;
|
|
328
328
|
--headerSearch-bgColor: #24292f;
|
|
329
329
|
--headerSearch-borderColor: #57606a;
|
|
330
|
-
--data-blue-color: #006edb;
|
|
330
|
+
--data-blue-color-emphasis: #006edb;
|
|
331
331
|
--data-blue-color-muted: #d1f0ff;
|
|
332
|
-
--data-auburn-color: #9d615c;
|
|
332
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
333
333
|
--data-auburn-color-muted: #f2e9e9;
|
|
334
|
-
--data-orange-color: #eb670f;
|
|
334
|
+
--data-orange-color-emphasis: #eb670f;
|
|
335
335
|
--data-orange-color-muted: #ffe7d1;
|
|
336
|
-
--data-yellow-color: #b88700;
|
|
336
|
+
--data-yellow-color-emphasis: #b88700;
|
|
337
337
|
--data-yellow-color-muted: #ffec9e;
|
|
338
|
-
--data-green-color: #30a147;
|
|
338
|
+
--data-green-color-emphasis: #30a147;
|
|
339
339
|
--data-green-color-muted: #caf7ca;
|
|
340
|
-
--data-teal-color: #179b9b;
|
|
340
|
+
--data-teal-color-emphasis: #179b9b;
|
|
341
341
|
--data-teal-color-muted: #c7f5ef;
|
|
342
|
-
--data-purple-color: #894ceb;
|
|
342
|
+
--data-purple-color-emphasis: #894ceb;
|
|
343
343
|
--data-purple-color-muted: #f1e5ff;
|
|
344
|
-
--data-pink-color: #ce2c85;
|
|
344
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
345
345
|
--data-pink-color-muted: #ffe5f1;
|
|
346
|
-
--data-red-color: #df0c24;
|
|
346
|
+
--data-red-color-emphasis: #df0c24;
|
|
347
347
|
--data-red-color-muted: #ffe2e0;
|
|
348
|
-
--data-gray-color: #808fa3;
|
|
348
|
+
--data-gray-color-emphasis: #808fa3;
|
|
349
349
|
--data-gray-color-muted: #e8ecf2;
|
|
350
350
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
351
351
|
--display-blue-bgColor-emphasis: #006edb;
|
|
@@ -1179,25 +1179,25 @@
|
|
|
1179
1179
|
--header-borderColor-divider: #57606a;
|
|
1180
1180
|
--headerSearch-bgColor: #24292f;
|
|
1181
1181
|
--headerSearch-borderColor: #57606a;
|
|
1182
|
-
--data-blue-color: #006edb;
|
|
1182
|
+
--data-blue-color-emphasis: #006edb;
|
|
1183
1183
|
--data-blue-color-muted: #d1f0ff;
|
|
1184
|
-
--data-auburn-color: #9d615c;
|
|
1184
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
1185
1185
|
--data-auburn-color-muted: #f2e9e9;
|
|
1186
|
-
--data-orange-color: #eb670f;
|
|
1186
|
+
--data-orange-color-emphasis: #eb670f;
|
|
1187
1187
|
--data-orange-color-muted: #ffe7d1;
|
|
1188
|
-
--data-yellow-color: #b88700;
|
|
1188
|
+
--data-yellow-color-emphasis: #b88700;
|
|
1189
1189
|
--data-yellow-color-muted: #ffec9e;
|
|
1190
|
-
--data-green-color: #30a147;
|
|
1190
|
+
--data-green-color-emphasis: #30a147;
|
|
1191
1191
|
--data-green-color-muted: #caf7ca;
|
|
1192
|
-
--data-teal-color: #179b9b;
|
|
1192
|
+
--data-teal-color-emphasis: #179b9b;
|
|
1193
1193
|
--data-teal-color-muted: #c7f5ef;
|
|
1194
|
-
--data-purple-color: #894ceb;
|
|
1194
|
+
--data-purple-color-emphasis: #894ceb;
|
|
1195
1195
|
--data-purple-color-muted: #f1e5ff;
|
|
1196
|
-
--data-pink-color: #ce2c85;
|
|
1196
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
1197
1197
|
--data-pink-color-muted: #ffe5f1;
|
|
1198
|
-
--data-red-color: #df0c24;
|
|
1198
|
+
--data-red-color-emphasis: #df0c24;
|
|
1199
1199
|
--data-red-color-muted: #ffe2e0;
|
|
1200
|
-
--data-gray-color: #808fa3;
|
|
1200
|
+
--data-gray-color-emphasis: #808fa3;
|
|
1201
1201
|
--data-gray-color-muted: #e8ecf2;
|
|
1202
1202
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
1203
1203
|
--display-blue-bgColor-emphasis: #006edb;
|