@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
|
@@ -40,12 +40,6 @@
|
|
|
40
40
|
--controlStack-large-gap-auto: 0.5rem;
|
|
41
41
|
--controlStack-large-gap-condensed: 0.5rem;
|
|
42
42
|
--controlStack-large-gap-spacious: 0.75rem;
|
|
43
|
-
--space-xxsmall: 0.125rem;
|
|
44
|
-
--space-xsmall: 0.25rem;
|
|
45
|
-
--space-small: 0.375rem;
|
|
46
|
-
--space-medium: 0.5rem;
|
|
47
|
-
--space-large: 0.75rem;
|
|
48
|
-
--space-xlarge: 1rem;
|
|
49
43
|
--spinner-strokeWidth-default: 0.125rem;
|
|
50
44
|
--spinner-size-small: 1rem;
|
|
51
45
|
--spinner-size-medium: 2rem;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #8b949e;
|
|
43
43
|
--headerSearch-bgColor: #0d1117;
|
|
44
44
|
--headerSearch-borderColor: #30363d;
|
|
45
|
-
--data-blue-color: #0576ff;
|
|
45
|
+
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
|
-
--data-auburn-color: #a86f6b;
|
|
47
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
48
48
|
--data-auburn-color-muted: #271817;
|
|
49
|
-
--data-orange-color: #984b10;
|
|
49
|
+
--data-orange-color-emphasis: #984b10;
|
|
50
50
|
--data-orange-color-muted: #311708;
|
|
51
|
-
--data-yellow-color: #895906;
|
|
51
|
+
--data-yellow-color-emphasis: #895906;
|
|
52
52
|
--data-yellow-color-muted: #2e1a00;
|
|
53
|
-
--data-green-color: #2f6f37;
|
|
53
|
+
--data-green-color-emphasis: #2f6f37;
|
|
54
54
|
--data-green-color-muted: #122117;
|
|
55
|
-
--data-teal-color: #106c70;
|
|
55
|
+
--data-teal-color-emphasis: #106c70;
|
|
56
56
|
--data-teal-color-muted: #041f25;
|
|
57
|
-
--data-purple-color: #975bf1;
|
|
57
|
+
--data-purple-color-emphasis: #975bf1;
|
|
58
58
|
--data-purple-color-muted: #211047;
|
|
59
|
-
--data-pink-color: #d34591;
|
|
59
|
+
--data-pink-color-emphasis: #d34591;
|
|
60
60
|
--data-pink-color-muted: #2d1524;
|
|
61
|
-
--data-red-color: #eb3342;
|
|
61
|
+
--data-red-color-emphasis: #eb3342;
|
|
62
62
|
--data-red-color-muted: #3c0614;
|
|
63
|
-
--data-gray-color: #576270;
|
|
63
|
+
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
66
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #8b949e;
|
|
610
610
|
--headerSearch-bgColor: #0d1117;
|
|
611
611
|
--headerSearch-borderColor: #30363d;
|
|
612
|
-
--data-blue-color: #0576ff;
|
|
612
|
+
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
|
-
--data-auburn-color: #a86f6b;
|
|
614
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
615
615
|
--data-auburn-color-muted: #271817;
|
|
616
|
-
--data-orange-color: #984b10;
|
|
616
|
+
--data-orange-color-emphasis: #984b10;
|
|
617
617
|
--data-orange-color-muted: #311708;
|
|
618
|
-
--data-yellow-color: #895906;
|
|
618
|
+
--data-yellow-color-emphasis: #895906;
|
|
619
619
|
--data-yellow-color-muted: #2e1a00;
|
|
620
|
-
--data-green-color: #2f6f37;
|
|
620
|
+
--data-green-color-emphasis: #2f6f37;
|
|
621
621
|
--data-green-color-muted: #122117;
|
|
622
|
-
--data-teal-color: #106c70;
|
|
622
|
+
--data-teal-color-emphasis: #106c70;
|
|
623
623
|
--data-teal-color-muted: #041f25;
|
|
624
|
-
--data-purple-color: #975bf1;
|
|
624
|
+
--data-purple-color-emphasis: #975bf1;
|
|
625
625
|
--data-purple-color-muted: #211047;
|
|
626
|
-
--data-pink-color: #d34591;
|
|
626
|
+
--data-pink-color-emphasis: #d34591;
|
|
627
627
|
--data-pink-color-muted: #2d1524;
|
|
628
|
-
--data-red-color: #eb3342;
|
|
628
|
+
--data-red-color-emphasis: #eb3342;
|
|
629
629
|
--data-red-color-muted: #3c0614;
|
|
630
|
-
--data-gray-color: #576270;
|
|
630
|
+
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
633
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #768390;
|
|
43
43
|
--headerSearch-bgColor: #22272e;
|
|
44
44
|
--headerSearch-borderColor: #444c56;
|
|
45
|
-
--data-blue-color: #0576ff;
|
|
45
|
+
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
|
-
--data-auburn-color: #a86f6b;
|
|
47
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
48
48
|
--data-auburn-color-muted: #271817;
|
|
49
|
-
--data-orange-color: #984b10;
|
|
49
|
+
--data-orange-color-emphasis: #984b10;
|
|
50
50
|
--data-orange-color-muted: #311708;
|
|
51
|
-
--data-yellow-color: #895906;
|
|
51
|
+
--data-yellow-color-emphasis: #895906;
|
|
52
52
|
--data-yellow-color-muted: #2e1a00;
|
|
53
|
-
--data-green-color: #2f6f37;
|
|
53
|
+
--data-green-color-emphasis: #2f6f37;
|
|
54
54
|
--data-green-color-muted: #122117;
|
|
55
|
-
--data-teal-color: #106c70;
|
|
55
|
+
--data-teal-color-emphasis: #106c70;
|
|
56
56
|
--data-teal-color-muted: #041f25;
|
|
57
|
-
--data-purple-color: #975bf1;
|
|
57
|
+
--data-purple-color-emphasis: #975bf1;
|
|
58
58
|
--data-purple-color-muted: #211047;
|
|
59
|
-
--data-pink-color: #d34591;
|
|
59
|
+
--data-pink-color-emphasis: #d34591;
|
|
60
60
|
--data-pink-color-muted: #2d1524;
|
|
61
|
-
--data-red-color: #eb3342;
|
|
61
|
+
--data-red-color-emphasis: #eb3342;
|
|
62
62
|
--data-red-color-muted: #3c0614;
|
|
63
|
-
--data-gray-color: #576270;
|
|
63
|
+
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
66
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #768390;
|
|
610
610
|
--headerSearch-bgColor: #22272e;
|
|
611
611
|
--headerSearch-borderColor: #444c56;
|
|
612
|
-
--data-blue-color: #0576ff;
|
|
612
|
+
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
|
-
--data-auburn-color: #a86f6b;
|
|
614
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
615
615
|
--data-auburn-color-muted: #271817;
|
|
616
|
-
--data-orange-color: #984b10;
|
|
616
|
+
--data-orange-color-emphasis: #984b10;
|
|
617
617
|
--data-orange-color-muted: #311708;
|
|
618
|
-
--data-yellow-color: #895906;
|
|
618
|
+
--data-yellow-color-emphasis: #895906;
|
|
619
619
|
--data-yellow-color-muted: #2e1a00;
|
|
620
|
-
--data-green-color: #2f6f37;
|
|
620
|
+
--data-green-color-emphasis: #2f6f37;
|
|
621
621
|
--data-green-color-muted: #122117;
|
|
622
|
-
--data-teal-color: #106c70;
|
|
622
|
+
--data-teal-color-emphasis: #106c70;
|
|
623
623
|
--data-teal-color-muted: #041f25;
|
|
624
|
-
--data-purple-color: #975bf1;
|
|
624
|
+
--data-purple-color-emphasis: #975bf1;
|
|
625
625
|
--data-purple-color-muted: #211047;
|
|
626
|
-
--data-pink-color: #d34591;
|
|
626
|
+
--data-pink-color-emphasis: #d34591;
|
|
627
627
|
--data-pink-color-muted: #2d1524;
|
|
628
|
-
--data-red-color: #eb3342;
|
|
628
|
+
--data-red-color-emphasis: #eb3342;
|
|
629
629
|
--data-red-color-muted: #3c0614;
|
|
630
|
-
--data-gray-color: #576270;
|
|
630
|
+
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
633
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #bdc4cc;
|
|
43
43
|
--headerSearch-bgColor: #0a0c10;
|
|
44
44
|
--headerSearch-borderColor: #525964;
|
|
45
|
-
--data-blue-color: #0576ff;
|
|
45
|
+
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
|
-
--data-auburn-color: #a86f6b;
|
|
47
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
48
48
|
--data-auburn-color-muted: #271817;
|
|
49
|
-
--data-orange-color: #984b10;
|
|
49
|
+
--data-orange-color-emphasis: #984b10;
|
|
50
50
|
--data-orange-color-muted: #311708;
|
|
51
|
-
--data-yellow-color: #895906;
|
|
51
|
+
--data-yellow-color-emphasis: #895906;
|
|
52
52
|
--data-yellow-color-muted: #2e1a00;
|
|
53
|
-
--data-green-color: #2f6f37;
|
|
53
|
+
--data-green-color-emphasis: #2f6f37;
|
|
54
54
|
--data-green-color-muted: #122117;
|
|
55
|
-
--data-teal-color: #106c70;
|
|
55
|
+
--data-teal-color-emphasis: #106c70;
|
|
56
56
|
--data-teal-color-muted: #041f25;
|
|
57
|
-
--data-purple-color: #975bf1;
|
|
57
|
+
--data-purple-color-emphasis: #975bf1;
|
|
58
58
|
--data-purple-color-muted: #211047;
|
|
59
|
-
--data-pink-color: #d34591;
|
|
59
|
+
--data-pink-color-emphasis: #d34591;
|
|
60
60
|
--data-pink-color-muted: #2d1524;
|
|
61
|
-
--data-red-color: #eb3342;
|
|
61
|
+
--data-red-color-emphasis: #eb3342;
|
|
62
62
|
--data-red-color-muted: #3c0614;
|
|
63
|
-
--data-gray-color: #576270;
|
|
63
|
+
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
66
|
--display-blue-bgColor-emphasis: #4da0ff;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #bdc4cc;
|
|
610
610
|
--headerSearch-bgColor: #0a0c10;
|
|
611
611
|
--headerSearch-borderColor: #525964;
|
|
612
|
-
--data-blue-color: #0576ff;
|
|
612
|
+
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
|
-
--data-auburn-color: #a86f6b;
|
|
614
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
615
615
|
--data-auburn-color-muted: #271817;
|
|
616
|
-
--data-orange-color: #984b10;
|
|
616
|
+
--data-orange-color-emphasis: #984b10;
|
|
617
617
|
--data-orange-color-muted: #311708;
|
|
618
|
-
--data-yellow-color: #895906;
|
|
618
|
+
--data-yellow-color-emphasis: #895906;
|
|
619
619
|
--data-yellow-color-muted: #2e1a00;
|
|
620
|
-
--data-green-color: #2f6f37;
|
|
620
|
+
--data-green-color-emphasis: #2f6f37;
|
|
621
621
|
--data-green-color-muted: #122117;
|
|
622
|
-
--data-teal-color: #106c70;
|
|
622
|
+
--data-teal-color-emphasis: #106c70;
|
|
623
623
|
--data-teal-color-muted: #041f25;
|
|
624
|
-
--data-purple-color: #975bf1;
|
|
624
|
+
--data-purple-color-emphasis: #975bf1;
|
|
625
625
|
--data-purple-color-muted: #211047;
|
|
626
|
-
--data-pink-color: #d34591;
|
|
626
|
+
--data-pink-color-emphasis: #d34591;
|
|
627
627
|
--data-pink-color-muted: #2d1524;
|
|
628
|
-
--data-red-color: #eb3342;
|
|
628
|
+
--data-red-color-emphasis: #eb3342;
|
|
629
629
|
--data-red-color-muted: #3c0614;
|
|
630
|
-
--data-gray-color: #576270;
|
|
630
|
+
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
633
|
--display-blue-bgColor-emphasis: #4da0ff;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #8b949e;
|
|
43
43
|
--headerSearch-bgColor: #0d1117;
|
|
44
44
|
--headerSearch-borderColor: #30363d;
|
|
45
|
-
--data-blue-color: #0576ff;
|
|
45
|
+
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
|
-
--data-auburn-color: #a86f6b;
|
|
47
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
48
48
|
--data-auburn-color-muted: #271817;
|
|
49
|
-
--data-orange-color: #984b10;
|
|
49
|
+
--data-orange-color-emphasis: #984b10;
|
|
50
50
|
--data-orange-color-muted: #311708;
|
|
51
|
-
--data-yellow-color: #895906;
|
|
51
|
+
--data-yellow-color-emphasis: #895906;
|
|
52
52
|
--data-yellow-color-muted: #2e1a00;
|
|
53
|
-
--data-green-color: #2f6f37;
|
|
53
|
+
--data-green-color-emphasis: #2f6f37;
|
|
54
54
|
--data-green-color-muted: #122117;
|
|
55
|
-
--data-teal-color: #106c70;
|
|
55
|
+
--data-teal-color-emphasis: #106c70;
|
|
56
56
|
--data-teal-color-muted: #041f25;
|
|
57
|
-
--data-purple-color: #975bf1;
|
|
57
|
+
--data-purple-color-emphasis: #975bf1;
|
|
58
58
|
--data-purple-color-muted: #211047;
|
|
59
|
-
--data-pink-color: #d34591;
|
|
59
|
+
--data-pink-color-emphasis: #d34591;
|
|
60
60
|
--data-pink-color-muted: #2d1524;
|
|
61
|
-
--data-red-color: #eb3342;
|
|
61
|
+
--data-red-color-emphasis: #eb3342;
|
|
62
62
|
--data-red-color-muted: #3c0614;
|
|
63
|
-
--data-gray-color: #576270;
|
|
63
|
+
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
66
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #8b949e;
|
|
610
610
|
--headerSearch-bgColor: #0d1117;
|
|
611
611
|
--headerSearch-borderColor: #30363d;
|
|
612
|
-
--data-blue-color: #0576ff;
|
|
612
|
+
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
|
-
--data-auburn-color: #a86f6b;
|
|
614
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
615
615
|
--data-auburn-color-muted: #271817;
|
|
616
|
-
--data-orange-color: #984b10;
|
|
616
|
+
--data-orange-color-emphasis: #984b10;
|
|
617
617
|
--data-orange-color-muted: #311708;
|
|
618
|
-
--data-yellow-color: #895906;
|
|
618
|
+
--data-yellow-color-emphasis: #895906;
|
|
619
619
|
--data-yellow-color-muted: #2e1a00;
|
|
620
|
-
--data-green-color: #2f6f37;
|
|
620
|
+
--data-green-color-emphasis: #2f6f37;
|
|
621
621
|
--data-green-color-muted: #122117;
|
|
622
|
-
--data-teal-color: #106c70;
|
|
622
|
+
--data-teal-color-emphasis: #106c70;
|
|
623
623
|
--data-teal-color-muted: #041f25;
|
|
624
|
-
--data-purple-color: #975bf1;
|
|
624
|
+
--data-purple-color-emphasis: #975bf1;
|
|
625
625
|
--data-purple-color-muted: #211047;
|
|
626
|
-
--data-pink-color: #d34591;
|
|
626
|
+
--data-pink-color-emphasis: #d34591;
|
|
627
627
|
--data-pink-color-muted: #2d1524;
|
|
628
|
-
--data-red-color: #eb3342;
|
|
628
|
+
--data-red-color-emphasis: #eb3342;
|
|
629
629
|
--data-red-color-muted: #3c0614;
|
|
630
|
-
--data-gray-color: #576270;
|
|
630
|
+
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
633
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #8b949e;
|
|
43
43
|
--headerSearch-bgColor: #0d1117;
|
|
44
44
|
--headerSearch-borderColor: #30363d;
|
|
45
|
-
--data-blue-color: #0576ff;
|
|
45
|
+
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
|
-
--data-auburn-color: #a86f6b;
|
|
47
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
48
48
|
--data-auburn-color-muted: #271817;
|
|
49
|
-
--data-orange-color: #984b10;
|
|
49
|
+
--data-orange-color-emphasis: #984b10;
|
|
50
50
|
--data-orange-color-muted: #311708;
|
|
51
|
-
--data-yellow-color: #895906;
|
|
51
|
+
--data-yellow-color-emphasis: #895906;
|
|
52
52
|
--data-yellow-color-muted: #2e1a00;
|
|
53
|
-
--data-green-color: #2f6f37;
|
|
53
|
+
--data-green-color-emphasis: #2f6f37;
|
|
54
54
|
--data-green-color-muted: #122117;
|
|
55
|
-
--data-teal-color: #106c70;
|
|
55
|
+
--data-teal-color-emphasis: #106c70;
|
|
56
56
|
--data-teal-color-muted: #041f25;
|
|
57
|
-
--data-purple-color: #975bf1;
|
|
57
|
+
--data-purple-color-emphasis: #975bf1;
|
|
58
58
|
--data-purple-color-muted: #211047;
|
|
59
|
-
--data-pink-color: #d34591;
|
|
59
|
+
--data-pink-color-emphasis: #d34591;
|
|
60
60
|
--data-pink-color-muted: #2d1524;
|
|
61
|
-
--data-red-color: #eb3342;
|
|
61
|
+
--data-red-color-emphasis: #eb3342;
|
|
62
62
|
--data-red-color-muted: #3c0614;
|
|
63
|
-
--data-gray-color: #576270;
|
|
63
|
+
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
66
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #8b949e;
|
|
610
610
|
--headerSearch-bgColor: #0d1117;
|
|
611
611
|
--headerSearch-borderColor: #30363d;
|
|
612
|
-
--data-blue-color: #0576ff;
|
|
612
|
+
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
|
-
--data-auburn-color: #a86f6b;
|
|
614
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
615
615
|
--data-auburn-color-muted: #271817;
|
|
616
|
-
--data-orange-color: #984b10;
|
|
616
|
+
--data-orange-color-emphasis: #984b10;
|
|
617
617
|
--data-orange-color-muted: #311708;
|
|
618
|
-
--data-yellow-color: #895906;
|
|
618
|
+
--data-yellow-color-emphasis: #895906;
|
|
619
619
|
--data-yellow-color-muted: #2e1a00;
|
|
620
|
-
--data-green-color: #2f6f37;
|
|
620
|
+
--data-green-color-emphasis: #2f6f37;
|
|
621
621
|
--data-green-color-muted: #122117;
|
|
622
|
-
--data-teal-color: #106c70;
|
|
622
|
+
--data-teal-color-emphasis: #106c70;
|
|
623
623
|
--data-teal-color-muted: #041f25;
|
|
624
|
-
--data-purple-color: #975bf1;
|
|
624
|
+
--data-purple-color-emphasis: #975bf1;
|
|
625
625
|
--data-purple-color-muted: #211047;
|
|
626
|
-
--data-pink-color: #d34591;
|
|
626
|
+
--data-pink-color-emphasis: #d34591;
|
|
627
627
|
--data-pink-color-muted: #2d1524;
|
|
628
|
-
--data-red-color: #eb3342;
|
|
628
|
+
--data-red-color-emphasis: #eb3342;
|
|
629
629
|
--data-red-color-muted: #3c0614;
|
|
630
|
-
--data-gray-color: #576270;
|
|
630
|
+
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
633
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #57606a;
|
|
43
43
|
--headerSearch-bgColor: #24292f;
|
|
44
44
|
--headerSearch-borderColor: #57606a;
|
|
45
|
-
--data-blue-color: #006edb;
|
|
45
|
+
--data-blue-color-emphasis: #006edb;
|
|
46
46
|
--data-blue-color-muted: #d1f0ff;
|
|
47
|
-
--data-auburn-color: #9d615c;
|
|
47
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
48
48
|
--data-auburn-color-muted: #f2e9e9;
|
|
49
|
-
--data-orange-color: #eb670f;
|
|
49
|
+
--data-orange-color-emphasis: #eb670f;
|
|
50
50
|
--data-orange-color-muted: #ffe7d1;
|
|
51
|
-
--data-yellow-color: #b88700;
|
|
51
|
+
--data-yellow-color-emphasis: #b88700;
|
|
52
52
|
--data-yellow-color-muted: #ffec9e;
|
|
53
|
-
--data-green-color: #30a147;
|
|
53
|
+
--data-green-color-emphasis: #30a147;
|
|
54
54
|
--data-green-color-muted: #caf7ca;
|
|
55
|
-
--data-teal-color: #179b9b;
|
|
55
|
+
--data-teal-color-emphasis: #179b9b;
|
|
56
56
|
--data-teal-color-muted: #c7f5ef;
|
|
57
|
-
--data-purple-color: #894ceb;
|
|
57
|
+
--data-purple-color-emphasis: #894ceb;
|
|
58
58
|
--data-purple-color-muted: #f1e5ff;
|
|
59
|
-
--data-pink-color: #ce2c85;
|
|
59
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
60
60
|
--data-pink-color-muted: #ffe5f1;
|
|
61
|
-
--data-red-color: #df0c24;
|
|
61
|
+
--data-red-color-emphasis: #df0c24;
|
|
62
62
|
--data-red-color-muted: #ffe2e0;
|
|
63
|
-
--data-gray-color: #808fa3;
|
|
63
|
+
--data-gray-color-emphasis: #808fa3;
|
|
64
64
|
--data-gray-color-muted: #e8ecf2;
|
|
65
65
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
66
66
|
--display-blue-bgColor-emphasis: #006edb;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #57606a;
|
|
610
610
|
--headerSearch-bgColor: #24292f;
|
|
611
611
|
--headerSearch-borderColor: #57606a;
|
|
612
|
-
--data-blue-color: #006edb;
|
|
612
|
+
--data-blue-color-emphasis: #006edb;
|
|
613
613
|
--data-blue-color-muted: #d1f0ff;
|
|
614
|
-
--data-auburn-color: #9d615c;
|
|
614
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
615
615
|
--data-auburn-color-muted: #f2e9e9;
|
|
616
|
-
--data-orange-color: #eb670f;
|
|
616
|
+
--data-orange-color-emphasis: #eb670f;
|
|
617
617
|
--data-orange-color-muted: #ffe7d1;
|
|
618
|
-
--data-yellow-color: #b88700;
|
|
618
|
+
--data-yellow-color-emphasis: #b88700;
|
|
619
619
|
--data-yellow-color-muted: #ffec9e;
|
|
620
|
-
--data-green-color: #30a147;
|
|
620
|
+
--data-green-color-emphasis: #30a147;
|
|
621
621
|
--data-green-color-muted: #caf7ca;
|
|
622
|
-
--data-teal-color: #179b9b;
|
|
622
|
+
--data-teal-color-emphasis: #179b9b;
|
|
623
623
|
--data-teal-color-muted: #c7f5ef;
|
|
624
|
-
--data-purple-color: #894ceb;
|
|
624
|
+
--data-purple-color-emphasis: #894ceb;
|
|
625
625
|
--data-purple-color-muted: #f1e5ff;
|
|
626
|
-
--data-pink-color: #ce2c85;
|
|
626
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
627
627
|
--data-pink-color-muted: #ffe5f1;
|
|
628
|
-
--data-red-color: #df0c24;
|
|
628
|
+
--data-red-color-emphasis: #df0c24;
|
|
629
629
|
--data-red-color-muted: #ffe2e0;
|
|
630
|
-
--data-gray-color: #808fa3;
|
|
630
|
+
--data-gray-color-emphasis: #808fa3;
|
|
631
631
|
--data-gray-color-muted: #e8ecf2;
|
|
632
632
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
633
633
|
--display-blue-bgColor-emphasis: #006edb;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #acb6c0;
|
|
43
43
|
--headerSearch-bgColor: #0e1116;
|
|
44
44
|
--headerSearch-borderColor: #4b535d;
|
|
45
|
-
--data-blue-color: #006edb;
|
|
45
|
+
--data-blue-color-emphasis: #006edb;
|
|
46
46
|
--data-blue-color-muted: #d1f0ff;
|
|
47
|
-
--data-auburn-color: #9d615c;
|
|
47
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
48
48
|
--data-auburn-color-muted: #f2e9e9;
|
|
49
|
-
--data-orange-color: #eb670f;
|
|
49
|
+
--data-orange-color-emphasis: #eb670f;
|
|
50
50
|
--data-orange-color-muted: #ffe7d1;
|
|
51
|
-
--data-yellow-color: #b88700;
|
|
51
|
+
--data-yellow-color-emphasis: #b88700;
|
|
52
52
|
--data-yellow-color-muted: #ffec9e;
|
|
53
|
-
--data-green-color: #30a147;
|
|
53
|
+
--data-green-color-emphasis: #30a147;
|
|
54
54
|
--data-green-color-muted: #caf7ca;
|
|
55
|
-
--data-teal-color: #179b9b;
|
|
55
|
+
--data-teal-color-emphasis: #179b9b;
|
|
56
56
|
--data-teal-color-muted: #c7f5ef;
|
|
57
|
-
--data-purple-color: #894ceb;
|
|
57
|
+
--data-purple-color-emphasis: #894ceb;
|
|
58
58
|
--data-purple-color-muted: #f1e5ff;
|
|
59
|
-
--data-pink-color: #ce2c85;
|
|
59
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
60
60
|
--data-pink-color-muted: #ffe5f1;
|
|
61
|
-
--data-red-color: #df0c24;
|
|
61
|
+
--data-red-color-emphasis: #df0c24;
|
|
62
62
|
--data-red-color-muted: #ffe2e0;
|
|
63
|
-
--data-gray-color: #808fa3;
|
|
63
|
+
--data-gray-color-emphasis: #808fa3;
|
|
64
64
|
--data-gray-color-muted: #e8ecf2;
|
|
65
65
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
66
66
|
--display-blue-bgColor-emphasis: #004db3;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #acb6c0;
|
|
610
610
|
--headerSearch-bgColor: #0e1116;
|
|
611
611
|
--headerSearch-borderColor: #4b535d;
|
|
612
|
-
--data-blue-color: #006edb;
|
|
612
|
+
--data-blue-color-emphasis: #006edb;
|
|
613
613
|
--data-blue-color-muted: #d1f0ff;
|
|
614
|
-
--data-auburn-color: #9d615c;
|
|
614
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
615
615
|
--data-auburn-color-muted: #f2e9e9;
|
|
616
|
-
--data-orange-color: #eb670f;
|
|
616
|
+
--data-orange-color-emphasis: #eb670f;
|
|
617
617
|
--data-orange-color-muted: #ffe7d1;
|
|
618
|
-
--data-yellow-color: #b88700;
|
|
618
|
+
--data-yellow-color-emphasis: #b88700;
|
|
619
619
|
--data-yellow-color-muted: #ffec9e;
|
|
620
|
-
--data-green-color: #30a147;
|
|
620
|
+
--data-green-color-emphasis: #30a147;
|
|
621
621
|
--data-green-color-muted: #caf7ca;
|
|
622
|
-
--data-teal-color: #179b9b;
|
|
622
|
+
--data-teal-color-emphasis: #179b9b;
|
|
623
623
|
--data-teal-color-muted: #c7f5ef;
|
|
624
|
-
--data-purple-color: #894ceb;
|
|
624
|
+
--data-purple-color-emphasis: #894ceb;
|
|
625
625
|
--data-purple-color-muted: #f1e5ff;
|
|
626
|
-
--data-pink-color: #ce2c85;
|
|
626
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
627
627
|
--data-pink-color-muted: #ffe5f1;
|
|
628
|
-
--data-red-color: #df0c24;
|
|
628
|
+
--data-red-color-emphasis: #df0c24;
|
|
629
629
|
--data-red-color-muted: #ffe2e0;
|
|
630
|
-
--data-gray-color: #808fa3;
|
|
630
|
+
--data-gray-color-emphasis: #808fa3;
|
|
631
631
|
--data-gray-color-muted: #e8ecf2;
|
|
632
632
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
633
633
|
--display-blue-bgColor-emphasis: #004db3;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #57606a;
|
|
43
43
|
--headerSearch-bgColor: #24292f;
|
|
44
44
|
--headerSearch-borderColor: #57606a;
|
|
45
|
-
--data-blue-color: #006edb;
|
|
45
|
+
--data-blue-color-emphasis: #006edb;
|
|
46
46
|
--data-blue-color-muted: #d1f0ff;
|
|
47
|
-
--data-auburn-color: #9d615c;
|
|
47
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
48
48
|
--data-auburn-color-muted: #f2e9e9;
|
|
49
|
-
--data-orange-color: #eb670f;
|
|
49
|
+
--data-orange-color-emphasis: #eb670f;
|
|
50
50
|
--data-orange-color-muted: #ffe7d1;
|
|
51
|
-
--data-yellow-color: #b88700;
|
|
51
|
+
--data-yellow-color-emphasis: #b88700;
|
|
52
52
|
--data-yellow-color-muted: #ffec9e;
|
|
53
|
-
--data-green-color: #30a147;
|
|
53
|
+
--data-green-color-emphasis: #30a147;
|
|
54
54
|
--data-green-color-muted: #caf7ca;
|
|
55
|
-
--data-teal-color: #179b9b;
|
|
55
|
+
--data-teal-color-emphasis: #179b9b;
|
|
56
56
|
--data-teal-color-muted: #c7f5ef;
|
|
57
|
-
--data-purple-color: #894ceb;
|
|
57
|
+
--data-purple-color-emphasis: #894ceb;
|
|
58
58
|
--data-purple-color-muted: #f1e5ff;
|
|
59
|
-
--data-pink-color: #ce2c85;
|
|
59
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
60
60
|
--data-pink-color-muted: #ffe5f1;
|
|
61
|
-
--data-red-color: #df0c24;
|
|
61
|
+
--data-red-color-emphasis: #df0c24;
|
|
62
62
|
--data-red-color-muted: #ffe2e0;
|
|
63
|
-
--data-gray-color: #808fa3;
|
|
63
|
+
--data-gray-color-emphasis: #808fa3;
|
|
64
64
|
--data-gray-color-muted: #e8ecf2;
|
|
65
65
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
66
66
|
--display-blue-bgColor-emphasis: #006edb;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #57606a;
|
|
610
610
|
--headerSearch-bgColor: #24292f;
|
|
611
611
|
--headerSearch-borderColor: #57606a;
|
|
612
|
-
--data-blue-color: #006edb;
|
|
612
|
+
--data-blue-color-emphasis: #006edb;
|
|
613
613
|
--data-blue-color-muted: #d1f0ff;
|
|
614
|
-
--data-auburn-color: #9d615c;
|
|
614
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
615
615
|
--data-auburn-color-muted: #f2e9e9;
|
|
616
|
-
--data-orange-color: #eb670f;
|
|
616
|
+
--data-orange-color-emphasis: #eb670f;
|
|
617
617
|
--data-orange-color-muted: #ffe7d1;
|
|
618
|
-
--data-yellow-color: #b88700;
|
|
618
|
+
--data-yellow-color-emphasis: #b88700;
|
|
619
619
|
--data-yellow-color-muted: #ffec9e;
|
|
620
|
-
--data-green-color: #30a147;
|
|
620
|
+
--data-green-color-emphasis: #30a147;
|
|
621
621
|
--data-green-color-muted: #caf7ca;
|
|
622
|
-
--data-teal-color: #179b9b;
|
|
622
|
+
--data-teal-color-emphasis: #179b9b;
|
|
623
623
|
--data-teal-color-muted: #c7f5ef;
|
|
624
|
-
--data-purple-color: #894ceb;
|
|
624
|
+
--data-purple-color-emphasis: #894ceb;
|
|
625
625
|
--data-purple-color-muted: #f1e5ff;
|
|
626
|
-
--data-pink-color: #ce2c85;
|
|
626
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
627
627
|
--data-pink-color-muted: #ffe5f1;
|
|
628
|
-
--data-red-color: #df0c24;
|
|
628
|
+
--data-red-color-emphasis: #df0c24;
|
|
629
629
|
--data-red-color-muted: #ffe2e0;
|
|
630
|
-
--data-gray-color: #808fa3;
|
|
630
|
+
--data-gray-color-emphasis: #808fa3;
|
|
631
631
|
--data-gray-color-muted: #e8ecf2;
|
|
632
632
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
633
633
|
--display-blue-bgColor-emphasis: #006edb;
|
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--header-borderColor-divider: #57606a;
|
|
43
43
|
--headerSearch-bgColor: #24292f;
|
|
44
44
|
--headerSearch-borderColor: #57606a;
|
|
45
|
-
--data-blue-color: #006edb;
|
|
45
|
+
--data-blue-color-emphasis: #006edb;
|
|
46
46
|
--data-blue-color-muted: #d1f0ff;
|
|
47
|
-
--data-auburn-color: #9d615c;
|
|
47
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
48
48
|
--data-auburn-color-muted: #f2e9e9;
|
|
49
|
-
--data-orange-color: #eb670f;
|
|
49
|
+
--data-orange-color-emphasis: #eb670f;
|
|
50
50
|
--data-orange-color-muted: #ffe7d1;
|
|
51
|
-
--data-yellow-color: #b88700;
|
|
51
|
+
--data-yellow-color-emphasis: #b88700;
|
|
52
52
|
--data-yellow-color-muted: #ffec9e;
|
|
53
|
-
--data-green-color: #30a147;
|
|
53
|
+
--data-green-color-emphasis: #30a147;
|
|
54
54
|
--data-green-color-muted: #caf7ca;
|
|
55
|
-
--data-teal-color: #179b9b;
|
|
55
|
+
--data-teal-color-emphasis: #179b9b;
|
|
56
56
|
--data-teal-color-muted: #c7f5ef;
|
|
57
|
-
--data-purple-color: #894ceb;
|
|
57
|
+
--data-purple-color-emphasis: #894ceb;
|
|
58
58
|
--data-purple-color-muted: #f1e5ff;
|
|
59
|
-
--data-pink-color: #ce2c85;
|
|
59
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
60
60
|
--data-pink-color-muted: #ffe5f1;
|
|
61
|
-
--data-red-color: #df0c24;
|
|
61
|
+
--data-red-color-emphasis: #df0c24;
|
|
62
62
|
--data-red-color-muted: #ffe2e0;
|
|
63
|
-
--data-gray-color: #808fa3;
|
|
63
|
+
--data-gray-color-emphasis: #808fa3;
|
|
64
64
|
--data-gray-color-muted: #e8ecf2;
|
|
65
65
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
66
66
|
--display-blue-bgColor-emphasis: #006edb;
|
|
@@ -609,25 +609,25 @@
|
|
|
609
609
|
--header-borderColor-divider: #57606a;
|
|
610
610
|
--headerSearch-bgColor: #24292f;
|
|
611
611
|
--headerSearch-borderColor: #57606a;
|
|
612
|
-
--data-blue-color: #006edb;
|
|
612
|
+
--data-blue-color-emphasis: #006edb;
|
|
613
613
|
--data-blue-color-muted: #d1f0ff;
|
|
614
|
-
--data-auburn-color: #9d615c;
|
|
614
|
+
--data-auburn-color-emphasis: #9d615c;
|
|
615
615
|
--data-auburn-color-muted: #f2e9e9;
|
|
616
|
-
--data-orange-color: #eb670f;
|
|
616
|
+
--data-orange-color-emphasis: #eb670f;
|
|
617
617
|
--data-orange-color-muted: #ffe7d1;
|
|
618
|
-
--data-yellow-color: #b88700;
|
|
618
|
+
--data-yellow-color-emphasis: #b88700;
|
|
619
619
|
--data-yellow-color-muted: #ffec9e;
|
|
620
|
-
--data-green-color: #30a147;
|
|
620
|
+
--data-green-color-emphasis: #30a147;
|
|
621
621
|
--data-green-color-muted: #caf7ca;
|
|
622
|
-
--data-teal-color: #179b9b;
|
|
622
|
+
--data-teal-color-emphasis: #179b9b;
|
|
623
623
|
--data-teal-color-muted: #c7f5ef;
|
|
624
|
-
--data-purple-color: #894ceb;
|
|
624
|
+
--data-purple-color-emphasis: #894ceb;
|
|
625
625
|
--data-purple-color-muted: #f1e5ff;
|
|
626
|
-
--data-pink-color: #ce2c85;
|
|
626
|
+
--data-pink-color-emphasis: #ce2c85;
|
|
627
627
|
--data-pink-color-muted: #ffe5f1;
|
|
628
|
-
--data-red-color: #df0c24;
|
|
628
|
+
--data-red-color-emphasis: #df0c24;
|
|
629
629
|
--data-red-color-muted: #ffe2e0;
|
|
630
|
-
--data-gray-color: #808fa3;
|
|
630
|
+
--data-gray-color-emphasis: #808fa3;
|
|
631
631
|
--data-gray-color-muted: #e8ecf2;
|
|
632
632
|
--display-blue-bgColor-muted: #d1f0ff;
|
|
633
633
|
--display-blue-bgColor-emphasis: #006edb;
|