@primer/primitives 10.0.0 → 10.1.0-rc.3e576ad9
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/build/filters/isColor.js +0 -3
- package/dist/build/formats/typescriptExportDefinition.js +2 -2
- package/dist/build/platforms/css.d.ts +1 -1
- package/dist/build/platforms/css.js +10 -6
- package/dist/build/platforms/deprecatedJson.d.ts +1 -1
- package/dist/build/platforms/docJson.d.ts +1 -1
- package/dist/build/platforms/docJson.js +5 -1
- package/dist/build/platforms/fallbacks.d.ts +1 -1
- package/dist/build/platforms/figma.d.ts +1 -1
- package/dist/build/platforms/figma.js +6 -3
- package/dist/build/platforms/javascript.d.ts +1 -1
- package/dist/build/platforms/javascript.js +5 -1
- package/dist/build/platforms/json.d.ts +1 -1
- package/dist/build/platforms/json.js +5 -1
- package/dist/build/platforms/styleLint.d.ts +1 -1
- package/dist/build/platforms/styleLint.js +5 -1
- package/dist/build/platforms/typeDefinitions.d.ts +1 -1
- package/dist/build/platforms/typeDefinitions.js +5 -1
- package/dist/build/platforms/typescript.d.ts +1 -1
- package/dist/build/platforms/typescript.js +5 -1
- package/dist/build/preprocessors/themeOverrides.d.ts +2 -0
- package/dist/build/preprocessors/themeOverrides.js +22 -0
- package/dist/build/preprocessors/utilities/transformTokens.d.ts +8 -0
- package/dist/build/preprocessors/utilities/transformTokens.js +22 -0
- package/dist/build/{PrimerStyleDictionary.js → primerStyleDictionary.js} +8 -1
- package/dist/build/schemas/colorToken.d.ts +75 -0
- package/dist/build/schemas/colorToken.js +23 -0
- package/dist/build/transformers/borderToCss.js +2 -2
- package/dist/build/transformers/figmaAttributes.js +1 -1
- package/dist/build/transformers/utilities/invalidTokenError.js +0 -2
- package/dist/build/types/{StyleDictionaryConfigGenerator.d.ts → styleDictionaryConfigGenerator.d.ts} +1 -0
- package/dist/build/types/{TokenBuildInput.d.ts → tokenBuildInput.d.ts} +2 -0
- package/dist/build/utilities/lowerCaseFirstCharacter.d.ts +8 -0
- package/dist/build/utilities/lowerCaseFirstCharacter.js +10 -0
- package/dist/css/functional/size/border.css +7 -6
- package/dist/css/functional/themes/dark-colorblind.css +56 -2
- package/dist/css/functional/themes/dark-dimmed.css +56 -2
- package/dist/css/functional/themes/dark-high-contrast.css +56 -2
- package/dist/css/functional/themes/dark-tritanopia.css +56 -2
- package/dist/css/functional/themes/dark.css +56 -2
- package/dist/css/functional/themes/light-colorblind.css +56 -2
- package/dist/css/functional/themes/light-high-contrast.css +56 -2
- package/dist/css/functional/themes/light-tritanopia.css +56 -2
- package/dist/css/functional/themes/light.css +56 -2
- package/dist/css/primitives.css +7 -6
- package/dist/docs/base/size/size.json +19 -19
- package/dist/docs/base/typography/typography.json +4 -4
- package/dist/docs/functional/size/border.json +41 -28
- package/dist/docs/functional/size/breakpoints.json +6 -6
- package/dist/docs/functional/size/size-coarse.json +3 -3
- package/dist/docs/functional/size/size-fine.json +3 -3
- package/dist/docs/functional/size/size.json +66 -66
- package/dist/docs/functional/size/viewport.json +6 -6
- package/dist/docs/functional/themes/dark-colorblind.json +450 -7
- package/dist/docs/functional/themes/dark-dimmed.json +450 -7
- package/dist/docs/functional/themes/dark-high-contrast.json +450 -7
- package/dist/docs/functional/themes/dark-tritanopia.json +450 -7
- package/dist/docs/functional/themes/dark.json +450 -7
- package/dist/docs/functional/themes/light-colorblind.json +445 -2
- package/dist/docs/functional/themes/light-high-contrast.json +445 -2
- package/dist/docs/functional/themes/light-tritanopia.json +445 -2
- package/dist/docs/functional/themes/light.json +445 -2
- package/dist/docs/functional/typography/typography.json +46 -46
- package/dist/fallbacks/functional/size/border.json +7 -6
- package/dist/figma/figma.json +0 -8
- package/dist/internalCss/dark-colorblind.css +84 -2
- package/dist/internalCss/dark-dimmed.css +84 -2
- package/dist/internalCss/dark-high-contrast.css +84 -2
- package/dist/internalCss/dark-tritanopia.css +84 -2
- package/dist/internalCss/dark.css +84 -2
- package/dist/internalCss/light-colorblind.css +84 -2
- package/dist/internalCss/light-high-contrast.css +84 -2
- package/dist/internalCss/light-tritanopia.css +84 -2
- package/dist/internalCss/light.css +84 -2
- package/dist/styleLint/base/size/size.json +19 -19
- package/dist/styleLint/base/typography/typography.json +4 -4
- package/dist/styleLint/functional/size/border.json +41 -28
- package/dist/styleLint/functional/size/breakpoints.json +6 -6
- package/dist/styleLint/functional/size/size-coarse.json +3 -3
- package/dist/styleLint/functional/size/size-fine.json +3 -3
- package/dist/styleLint/functional/size/size.json +66 -66
- package/dist/styleLint/functional/size/viewport.json +6 -6
- package/dist/styleLint/functional/themes/dark-colorblind.json +450 -7
- package/dist/styleLint/functional/themes/dark-dimmed.json +450 -7
- package/dist/styleLint/functional/themes/dark-high-contrast.json +450 -7
- package/dist/styleLint/functional/themes/dark-tritanopia.json +450 -7
- package/dist/styleLint/functional/themes/dark.json +450 -7
- package/dist/styleLint/functional/themes/light-colorblind.json +445 -2
- package/dist/styleLint/functional/themes/light-high-contrast.json +445 -2
- package/dist/styleLint/functional/themes/light-tritanopia.json +445 -2
- package/dist/styleLint/functional/themes/light.json +445 -2
- package/dist/styleLint/functional/typography/typography.json +46 -46
- package/package.json +11 -10
- package/src/tokens/base/typography/typography.json5 +48 -0
- package/src/tokens/functional/border/border.json5 +236 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +0 -1
- package/src/tokens/functional/size/border.json5 +115 -0
- package/src/tokens/functional/typography/typography.json5 +527 -0
- package/src/tokens/base/typography/typography.json +0 -48
- package/src/tokens/functional/border/dark.json5 +0 -12
- package/src/tokens/functional/border/light.json5 +0 -12
- package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
- package/src/tokens/functional/size/border.json +0 -111
- package/src/tokens/functional/typography/typography.json +0 -527
- /package/dist/build/{PrimerStyleDictionary.d.ts → primerStyleDictionary.d.ts} +0 -0
- /package/dist/build/types/{Border.d.ts → border.d.ts} +0 -0
- /package/dist/build/types/{BorderTokenValue.d.ts → borderTokenValue.d.ts} +0 -0
- /package/dist/build/types/{ColorHex.d.ts → colorHex.d.ts} +0 -0
- /package/dist/build/types/{PlatformInitializer.d.ts → platformInitializer.d.ts} +0 -0
- /package/dist/build/types/{Shadow.d.ts → shadow.d.ts} +0 -0
- /package/dist/build/types/{ShadowTokenValue.d.ts → shadowTokenValue.d.ts} +0 -0
- /package/dist/build/types/{SizeEm.d.ts → sizeEm.d.ts} +0 -0
- /package/dist/build/types/{SizePx.d.ts → sizePx.d.ts} +0 -0
- /package/dist/build/types/{SizeRem.d.ts → sizeRem.d.ts} +0 -0
- /package/dist/build/types/{TypographyTokenValue.d.ts → typographyTokenValue.d.ts} +0 -0
- /package/src/tokens/base/size/{size.json → size.json5} +0 -0
- /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
- /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
- /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
- /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
- /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
[data-color-mode="dark"][data-dark-theme="dark_dimmed"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="dark_dimmed"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_dimmed"] ::backdrop {
|
|
5
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
6
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
7
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
8
|
+
--borderWidth-default: 0.0625rem;
|
|
9
|
+
--borderWidth-thin: 0.0625rem;
|
|
10
|
+
--borderWidth-thick: 0.125rem;
|
|
11
|
+
--borderWidth-thicker: 0.25rem;
|
|
12
|
+
--borderRadius-small: 0.1875rem;
|
|
13
|
+
--borderRadius-medium: 0.375rem;
|
|
14
|
+
--borderRadius-large: 0.75rem;
|
|
15
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
16
|
+
--borderRadius-default: 0.375rem;
|
|
17
|
+
--outline-focus-offset: -0.125rem;
|
|
18
|
+
--outline-focus-width: 0.125rem;
|
|
5
19
|
--base-color-black: #1c2128;
|
|
6
20
|
--base-color-inset: #1c2128;
|
|
7
21
|
--base-color-white: #cdd9e5;
|
|
@@ -601,6 +615,7 @@
|
|
|
601
615
|
--reactionButton-selected-fgColor-rest: #478be6;
|
|
602
616
|
--reactionButton-selected-fgColor-hover: #6cb6ff;
|
|
603
617
|
--focus-outlineColor: #316dca;
|
|
618
|
+
--focus-outline: 2px solid #316dca;
|
|
604
619
|
--menu-bgColor-active: #151b23;
|
|
605
620
|
--overlay-bgColor: #2a313c;
|
|
606
621
|
--overlay-borderColor: #3d444db3;
|
|
@@ -866,11 +881,51 @@
|
|
|
866
881
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
|
|
867
882
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
|
|
868
883
|
--shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
869
|
-
--
|
|
884
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
885
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
886
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
887
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
888
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
889
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
890
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
891
|
+
--border-accent-emphasis: 0.0625rem solid #316dca;
|
|
892
|
+
--border-accent-muted: 0.0625rem solid #4184e466;
|
|
893
|
+
--border-success-emphasis: 0.0625rem solid #347d39;
|
|
894
|
+
--border-success-muted: 0.0625rem solid #46954a66;
|
|
895
|
+
--border-open-emphasis: 0.0625rem solid #347d39;
|
|
896
|
+
--border-open-muted: 0.0625rem solid #46954a66;
|
|
897
|
+
--border-danger-emphasis: 0.0625rem solid #c93c37;
|
|
898
|
+
--border-danger-muted: 0.0625rem solid #e5534b66;
|
|
899
|
+
--border-closed-emphasis: 0.0625rem solid #c93c37;
|
|
900
|
+
--border-closed-muted: 0.0625rem solid #e5534b66;
|
|
901
|
+
--border-attention-emphasis: 0.0625rem solid #966600;
|
|
902
|
+
--border-attention-muted: 0.0625rem solid #ae7c1466;
|
|
903
|
+
--border-severe-emphasis: 0.0625rem solid #ae5622;
|
|
904
|
+
--border-severe-muted: 0.0625rem solid #cc6b2c66;
|
|
905
|
+
--border-done-emphasis: 0.0625rem solid #8256d0;
|
|
906
|
+
--border-done-muted: 0.0625rem solid #986ee266;
|
|
907
|
+
--border-upsell-emphasis: 0.0625rem solid #8256d0;
|
|
908
|
+
--border-upsell-muted: 0.0625rem solid #986ee266;
|
|
909
|
+
--border-sponsors-emphasis: 0.0625rem solid #ae4c82;
|
|
910
|
+
--border-sponsors-muted: 0.0625rem solid #c9619866;
|
|
870
911
|
}
|
|
871
912
|
@media (prefers-color-scheme: dark) {
|
|
872
913
|
[data-color-mode="auto"][data-dark-theme="dark_dimmed"],
|
|
873
914
|
[data-color-mode="auto"][data-dark-theme="dark_dimmed"] ::backdrop {
|
|
915
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
916
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
917
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
918
|
+
--borderWidth-default: 0.0625rem;
|
|
919
|
+
--borderWidth-thin: 0.0625rem;
|
|
920
|
+
--borderWidth-thick: 0.125rem;
|
|
921
|
+
--borderWidth-thicker: 0.25rem;
|
|
922
|
+
--borderRadius-small: 0.1875rem;
|
|
923
|
+
--borderRadius-medium: 0.375rem;
|
|
924
|
+
--borderRadius-large: 0.75rem;
|
|
925
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
926
|
+
--borderRadius-default: 0.375rem;
|
|
927
|
+
--outline-focus-offset: -0.125rem;
|
|
928
|
+
--outline-focus-width: 0.125rem;
|
|
874
929
|
--base-color-black: #1c2128;
|
|
875
930
|
--base-color-inset: #1c2128;
|
|
876
931
|
--base-color-white: #cdd9e5;
|
|
@@ -1470,6 +1525,7 @@
|
|
|
1470
1525
|
--reactionButton-selected-fgColor-rest: #478be6;
|
|
1471
1526
|
--reactionButton-selected-fgColor-hover: #6cb6ff;
|
|
1472
1527
|
--focus-outlineColor: #316dca;
|
|
1528
|
+
--focus-outline: 2px solid #316dca;
|
|
1473
1529
|
--menu-bgColor-active: #151b23;
|
|
1474
1530
|
--overlay-bgColor: #2a313c;
|
|
1475
1531
|
--overlay-borderColor: #3d444db3;
|
|
@@ -1735,6 +1791,32 @@
|
|
|
1735
1791
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
|
|
1736
1792
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
|
|
1737
1793
|
--shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
1738
|
-
--
|
|
1794
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
1795
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
1796
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
1797
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
1798
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
1799
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
1800
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
1801
|
+
--border-accent-emphasis: 0.0625rem solid #316dca;
|
|
1802
|
+
--border-accent-muted: 0.0625rem solid #4184e466;
|
|
1803
|
+
--border-success-emphasis: 0.0625rem solid #347d39;
|
|
1804
|
+
--border-success-muted: 0.0625rem solid #46954a66;
|
|
1805
|
+
--border-open-emphasis: 0.0625rem solid #347d39;
|
|
1806
|
+
--border-open-muted: 0.0625rem solid #46954a66;
|
|
1807
|
+
--border-danger-emphasis: 0.0625rem solid #c93c37;
|
|
1808
|
+
--border-danger-muted: 0.0625rem solid #e5534b66;
|
|
1809
|
+
--border-closed-emphasis: 0.0625rem solid #c93c37;
|
|
1810
|
+
--border-closed-muted: 0.0625rem solid #e5534b66;
|
|
1811
|
+
--border-attention-emphasis: 0.0625rem solid #966600;
|
|
1812
|
+
--border-attention-muted: 0.0625rem solid #ae7c1466;
|
|
1813
|
+
--border-severe-emphasis: 0.0625rem solid #ae5622;
|
|
1814
|
+
--border-severe-muted: 0.0625rem solid #cc6b2c66;
|
|
1815
|
+
--border-done-emphasis: 0.0625rem solid #8256d0;
|
|
1816
|
+
--border-done-muted: 0.0625rem solid #986ee266;
|
|
1817
|
+
--border-upsell-emphasis: 0.0625rem solid #8256d0;
|
|
1818
|
+
--border-upsell-muted: 0.0625rem solid #986ee266;
|
|
1819
|
+
--border-sponsors-emphasis: 0.0625rem solid #ae4c82;
|
|
1820
|
+
--border-sponsors-muted: 0.0625rem solid #c9619866;
|
|
1739
1821
|
}
|
|
1740
1822
|
}
|
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
[data-color-mode="dark"][data-dark-theme="dark_high_contrast"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="dark_high_contrast"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_high_contrast"] ::backdrop {
|
|
5
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
6
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
7
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
8
|
+
--borderWidth-default: 0.0625rem;
|
|
9
|
+
--borderWidth-thin: 0.0625rem;
|
|
10
|
+
--borderWidth-thick: 0.125rem;
|
|
11
|
+
--borderWidth-thicker: 0.25rem;
|
|
12
|
+
--borderRadius-small: 0.1875rem;
|
|
13
|
+
--borderRadius-medium: 0.375rem;
|
|
14
|
+
--borderRadius-large: 0.75rem;
|
|
15
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
16
|
+
--borderRadius-default: 0.375rem;
|
|
17
|
+
--outline-focus-offset: -0.125rem;
|
|
18
|
+
--outline-focus-width: 0.125rem;
|
|
5
19
|
--base-color-black: #010409;
|
|
6
20
|
--base-color-inset: #010409;
|
|
7
21
|
--base-color-white: #ffffff;
|
|
@@ -601,6 +615,7 @@
|
|
|
601
615
|
--reactionButton-selected-fgColor-rest: #74b9ff;
|
|
602
616
|
--reactionButton-selected-fgColor-hover: #91cbff;
|
|
603
617
|
--focus-outlineColor: #409eff;
|
|
618
|
+
--focus-outline: 2px solid #409eff;
|
|
604
619
|
--menu-bgColor-active: #151b23;
|
|
605
620
|
--overlay-bgColor: #151b23;
|
|
606
621
|
--overlay-borderColor: #b7bdc8;
|
|
@@ -866,11 +881,51 @@
|
|
|
866
881
|
--shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
|
|
867
882
|
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
868
883
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
869
|
-
--
|
|
884
|
+
--border-default: 0.0625rem solid #b7bdc8;
|
|
885
|
+
--border-muted: 0.0625rem solid #b7bdc8;
|
|
886
|
+
--border-emphasis: 0.0625rem solid #b7bdc8;
|
|
887
|
+
--border-disabled: 0.0625rem solid #9198a11f;
|
|
888
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
889
|
+
--border-neutral-emphasis: 0.0625rem solid #b7bdc8;
|
|
890
|
+
--border-neutral-muted: 0.0625rem solid #b7bdc8;
|
|
891
|
+
--border-accent-emphasis: 0.0625rem solid #409eff;
|
|
892
|
+
--border-accent-muted: 0.0625rem solid #5cacff;
|
|
893
|
+
--border-success-emphasis: 0.0625rem solid #09b43a;
|
|
894
|
+
--border-success-muted: 0.0625rem solid #0ac740;
|
|
895
|
+
--border-open-emphasis: 0.0625rem solid #09b43a;
|
|
896
|
+
--border-open-muted: 0.0625rem solid #0ac740;
|
|
897
|
+
--border-danger-emphasis: 0.0625rem solid #ff6a69;
|
|
898
|
+
--border-danger-muted: 0.0625rem solid #ff8080;
|
|
899
|
+
--border-closed-emphasis: 0.0625rem solid #ff6a69;
|
|
900
|
+
--border-closed-muted: 0.0625rem solid #ff8080;
|
|
901
|
+
--border-attention-emphasis: 0.0625rem solid #e09b13;
|
|
902
|
+
--border-attention-muted: 0.0625rem solid #edaa27;
|
|
903
|
+
--border-severe-emphasis: 0.0625rem solid #e7811d;
|
|
904
|
+
--border-severe-muted: 0.0625rem solid #f48b25;
|
|
905
|
+
--border-done-emphasis: 0.0625rem solid #b87fff;
|
|
906
|
+
--border-done-muted: 0.0625rem solid #bf8fff;
|
|
907
|
+
--border-upsell-emphasis: 0.0625rem solid #b87fff;
|
|
908
|
+
--border-upsell-muted: 0.0625rem solid #bf8fff;
|
|
909
|
+
--border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
|
|
910
|
+
--border-sponsors-muted: 0.0625rem solid #f87cbd;
|
|
870
911
|
}
|
|
871
912
|
@media (prefers-color-scheme: dark) {
|
|
872
913
|
[data-color-mode="auto"][data-dark-theme="dark_high_contrast"],
|
|
873
914
|
[data-color-mode="auto"][data-dark-theme="dark_high_contrast"] ::backdrop {
|
|
915
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
916
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
917
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
918
|
+
--borderWidth-default: 0.0625rem;
|
|
919
|
+
--borderWidth-thin: 0.0625rem;
|
|
920
|
+
--borderWidth-thick: 0.125rem;
|
|
921
|
+
--borderWidth-thicker: 0.25rem;
|
|
922
|
+
--borderRadius-small: 0.1875rem;
|
|
923
|
+
--borderRadius-medium: 0.375rem;
|
|
924
|
+
--borderRadius-large: 0.75rem;
|
|
925
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
926
|
+
--borderRadius-default: 0.375rem;
|
|
927
|
+
--outline-focus-offset: -0.125rem;
|
|
928
|
+
--outline-focus-width: 0.125rem;
|
|
874
929
|
--base-color-black: #010409;
|
|
875
930
|
--base-color-inset: #010409;
|
|
876
931
|
--base-color-white: #ffffff;
|
|
@@ -1470,6 +1525,7 @@
|
|
|
1470
1525
|
--reactionButton-selected-fgColor-rest: #74b9ff;
|
|
1471
1526
|
--reactionButton-selected-fgColor-hover: #91cbff;
|
|
1472
1527
|
--focus-outlineColor: #409eff;
|
|
1528
|
+
--focus-outline: 2px solid #409eff;
|
|
1473
1529
|
--menu-bgColor-active: #151b23;
|
|
1474
1530
|
--overlay-bgColor: #151b23;
|
|
1475
1531
|
--overlay-borderColor: #b7bdc8;
|
|
@@ -1735,6 +1791,32 @@
|
|
|
1735
1791
|
--shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
|
|
1736
1792
|
--shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
|
|
1737
1793
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1738
|
-
--
|
|
1794
|
+
--border-default: 0.0625rem solid #b7bdc8;
|
|
1795
|
+
--border-muted: 0.0625rem solid #b7bdc8;
|
|
1796
|
+
--border-emphasis: 0.0625rem solid #b7bdc8;
|
|
1797
|
+
--border-disabled: 0.0625rem solid #9198a11f;
|
|
1798
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
1799
|
+
--border-neutral-emphasis: 0.0625rem solid #b7bdc8;
|
|
1800
|
+
--border-neutral-muted: 0.0625rem solid #b7bdc8;
|
|
1801
|
+
--border-accent-emphasis: 0.0625rem solid #409eff;
|
|
1802
|
+
--border-accent-muted: 0.0625rem solid #5cacff;
|
|
1803
|
+
--border-success-emphasis: 0.0625rem solid #09b43a;
|
|
1804
|
+
--border-success-muted: 0.0625rem solid #0ac740;
|
|
1805
|
+
--border-open-emphasis: 0.0625rem solid #09b43a;
|
|
1806
|
+
--border-open-muted: 0.0625rem solid #0ac740;
|
|
1807
|
+
--border-danger-emphasis: 0.0625rem solid #ff6a69;
|
|
1808
|
+
--border-danger-muted: 0.0625rem solid #ff8080;
|
|
1809
|
+
--border-closed-emphasis: 0.0625rem solid #ff6a69;
|
|
1810
|
+
--border-closed-muted: 0.0625rem solid #ff8080;
|
|
1811
|
+
--border-attention-emphasis: 0.0625rem solid #e09b13;
|
|
1812
|
+
--border-attention-muted: 0.0625rem solid #edaa27;
|
|
1813
|
+
--border-severe-emphasis: 0.0625rem solid #e7811d;
|
|
1814
|
+
--border-severe-muted: 0.0625rem solid #f48b25;
|
|
1815
|
+
--border-done-emphasis: 0.0625rem solid #b87fff;
|
|
1816
|
+
--border-done-muted: 0.0625rem solid #bf8fff;
|
|
1817
|
+
--border-upsell-emphasis: 0.0625rem solid #b87fff;
|
|
1818
|
+
--border-upsell-muted: 0.0625rem solid #bf8fff;
|
|
1819
|
+
--border-sponsors-emphasis: 0.0625rem solid #ef6eb1;
|
|
1820
|
+
--border-sponsors-muted: 0.0625rem solid #f87cbd;
|
|
1739
1821
|
}
|
|
1740
1822
|
}
|
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
[data-color-mode="dark"][data-dark-theme="dark_tritanopia"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="dark_tritanopia"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_tritanopia"] ::backdrop {
|
|
5
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
6
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
7
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
8
|
+
--borderWidth-default: 0.0625rem;
|
|
9
|
+
--borderWidth-thin: 0.0625rem;
|
|
10
|
+
--borderWidth-thick: 0.125rem;
|
|
11
|
+
--borderWidth-thicker: 0.25rem;
|
|
12
|
+
--borderRadius-small: 0.1875rem;
|
|
13
|
+
--borderRadius-medium: 0.375rem;
|
|
14
|
+
--borderRadius-large: 0.75rem;
|
|
15
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
16
|
+
--borderRadius-default: 0.375rem;
|
|
17
|
+
--outline-focus-offset: -0.125rem;
|
|
18
|
+
--outline-focus-width: 0.125rem;
|
|
5
19
|
--base-color-black: #010409;
|
|
6
20
|
--base-color-inset: #010409;
|
|
7
21
|
--base-color-white: #ffffff;
|
|
@@ -601,6 +615,7 @@
|
|
|
601
615
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
602
616
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
603
617
|
--focus-outlineColor: #1f6feb;
|
|
618
|
+
--focus-outline: 2px solid #1f6feb;
|
|
604
619
|
--menu-bgColor-active: #151b23;
|
|
605
620
|
--overlay-bgColor: #151b23;
|
|
606
621
|
--overlay-borderColor: #3d444db3;
|
|
@@ -866,11 +881,51 @@
|
|
|
866
881
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
867
882
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
868
883
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
869
|
-
--
|
|
884
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
885
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
886
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
887
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
888
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
889
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
890
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
891
|
+
--border-accent-emphasis: 0.0625rem solid #1f6feb;
|
|
892
|
+
--border-accent-muted: 0.0625rem solid #388bfd66;
|
|
893
|
+
--border-success-emphasis: 0.0625rem solid #1f6feb;
|
|
894
|
+
--border-success-muted: 0.0625rem solid #388bfd66;
|
|
895
|
+
--border-open-emphasis: 0.0625rem solid #1f6feb;
|
|
896
|
+
--border-open-muted: 0.0625rem solid #388bfd66;
|
|
897
|
+
--border-danger-emphasis: 0.0625rem solid #da3633;
|
|
898
|
+
--border-danger-muted: 0.0625rem solid #f8514966;
|
|
899
|
+
--border-closed-emphasis: 0.0625rem solid #da3633;
|
|
900
|
+
--border-closed-muted: 0.0625rem solid #f8514966;
|
|
901
|
+
--border-attention-emphasis: 0.0625rem solid #9e6a03;
|
|
902
|
+
--border-attention-muted: 0.0625rem solid #bb800966;
|
|
903
|
+
--border-severe-emphasis: 0.0625rem solid #da3633;
|
|
904
|
+
--border-severe-muted: 0.0625rem solid #f8514966;
|
|
905
|
+
--border-done-emphasis: 0.0625rem solid #8957e5;
|
|
906
|
+
--border-done-muted: 0.0625rem solid #ab7df866;
|
|
907
|
+
--border-upsell-emphasis: 0.0625rem solid #8957e5;
|
|
908
|
+
--border-upsell-muted: 0.0625rem solid #ab7df866;
|
|
909
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
|
|
910
|
+
--border-sponsors-muted: 0.0625rem solid #db61a266;
|
|
870
911
|
}
|
|
871
912
|
@media (prefers-color-scheme: dark) {
|
|
872
913
|
[data-color-mode="auto"][data-dark-theme="dark_tritanopia"],
|
|
873
914
|
[data-color-mode="auto"][data-dark-theme="dark_tritanopia"] ::backdrop {
|
|
915
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
916
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
917
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
918
|
+
--borderWidth-default: 0.0625rem;
|
|
919
|
+
--borderWidth-thin: 0.0625rem;
|
|
920
|
+
--borderWidth-thick: 0.125rem;
|
|
921
|
+
--borderWidth-thicker: 0.25rem;
|
|
922
|
+
--borderRadius-small: 0.1875rem;
|
|
923
|
+
--borderRadius-medium: 0.375rem;
|
|
924
|
+
--borderRadius-large: 0.75rem;
|
|
925
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
926
|
+
--borderRadius-default: 0.375rem;
|
|
927
|
+
--outline-focus-offset: -0.125rem;
|
|
928
|
+
--outline-focus-width: 0.125rem;
|
|
874
929
|
--base-color-black: #010409;
|
|
875
930
|
--base-color-inset: #010409;
|
|
876
931
|
--base-color-white: #ffffff;
|
|
@@ -1470,6 +1525,7 @@
|
|
|
1470
1525
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
1471
1526
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
1472
1527
|
--focus-outlineColor: #1f6feb;
|
|
1528
|
+
--focus-outline: 2px solid #1f6feb;
|
|
1473
1529
|
--menu-bgColor-active: #151b23;
|
|
1474
1530
|
--overlay-bgColor: #151b23;
|
|
1475
1531
|
--overlay-borderColor: #3d444db3;
|
|
@@ -1735,6 +1791,32 @@
|
|
|
1735
1791
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
1736
1792
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
1737
1793
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1738
|
-
--
|
|
1794
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
1795
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
1796
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
1797
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
1798
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
1799
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
1800
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
1801
|
+
--border-accent-emphasis: 0.0625rem solid #1f6feb;
|
|
1802
|
+
--border-accent-muted: 0.0625rem solid #388bfd66;
|
|
1803
|
+
--border-success-emphasis: 0.0625rem solid #1f6feb;
|
|
1804
|
+
--border-success-muted: 0.0625rem solid #388bfd66;
|
|
1805
|
+
--border-open-emphasis: 0.0625rem solid #1f6feb;
|
|
1806
|
+
--border-open-muted: 0.0625rem solid #388bfd66;
|
|
1807
|
+
--border-danger-emphasis: 0.0625rem solid #da3633;
|
|
1808
|
+
--border-danger-muted: 0.0625rem solid #f8514966;
|
|
1809
|
+
--border-closed-emphasis: 0.0625rem solid #da3633;
|
|
1810
|
+
--border-closed-muted: 0.0625rem solid #f8514966;
|
|
1811
|
+
--border-attention-emphasis: 0.0625rem solid #9e6a03;
|
|
1812
|
+
--border-attention-muted: 0.0625rem solid #bb800966;
|
|
1813
|
+
--border-severe-emphasis: 0.0625rem solid #da3633;
|
|
1814
|
+
--border-severe-muted: 0.0625rem solid #f8514966;
|
|
1815
|
+
--border-done-emphasis: 0.0625rem solid #8957e5;
|
|
1816
|
+
--border-done-muted: 0.0625rem solid #ab7df866;
|
|
1817
|
+
--border-upsell-emphasis: 0.0625rem solid #8957e5;
|
|
1818
|
+
--border-upsell-muted: 0.0625rem solid #ab7df866;
|
|
1819
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
|
|
1820
|
+
--border-sponsors-muted: 0.0625rem solid #db61a266;
|
|
1739
1821
|
}
|
|
1740
1822
|
}
|
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
[data-color-mode="dark"][data-dark-theme="dark"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="dark"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark"] ::backdrop {
|
|
5
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
6
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
7
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
8
|
+
--borderWidth-default: 0.0625rem;
|
|
9
|
+
--borderWidth-thin: 0.0625rem;
|
|
10
|
+
--borderWidth-thick: 0.125rem;
|
|
11
|
+
--borderWidth-thicker: 0.25rem;
|
|
12
|
+
--borderRadius-small: 0.1875rem;
|
|
13
|
+
--borderRadius-medium: 0.375rem;
|
|
14
|
+
--borderRadius-large: 0.75rem;
|
|
15
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
16
|
+
--borderRadius-default: 0.375rem;
|
|
17
|
+
--outline-focus-offset: -0.125rem;
|
|
18
|
+
--outline-focus-width: 0.125rem;
|
|
5
19
|
--base-color-black: #010409;
|
|
6
20
|
--base-color-inset: #010409;
|
|
7
21
|
--base-color-white: #ffffff;
|
|
@@ -601,6 +615,7 @@
|
|
|
601
615
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
602
616
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
603
617
|
--focus-outlineColor: #1f6feb;
|
|
618
|
+
--focus-outline: 2px solid #1f6feb;
|
|
604
619
|
--menu-bgColor-active: #151b23;
|
|
605
620
|
--overlay-bgColor: #151b23;
|
|
606
621
|
--overlay-borderColor: #3d444db3;
|
|
@@ -866,11 +881,51 @@
|
|
|
866
881
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
867
882
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
868
883
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
869
|
-
--
|
|
884
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
885
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
886
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
887
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
888
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
889
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
890
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
891
|
+
--border-accent-emphasis: 0.0625rem solid #1f6feb;
|
|
892
|
+
--border-accent-muted: 0.0625rem solid #388bfd66;
|
|
893
|
+
--border-success-emphasis: 0.0625rem solid #238636;
|
|
894
|
+
--border-success-muted: 0.0625rem solid #2ea04366;
|
|
895
|
+
--border-open-emphasis: 0.0625rem solid #238636;
|
|
896
|
+
--border-open-muted: 0.0625rem solid #2ea04366;
|
|
897
|
+
--border-danger-emphasis: 0.0625rem solid #da3633;
|
|
898
|
+
--border-danger-muted: 0.0625rem solid #f8514966;
|
|
899
|
+
--border-closed-emphasis: 0.0625rem solid #da3633;
|
|
900
|
+
--border-closed-muted: 0.0625rem solid #f8514966;
|
|
901
|
+
--border-attention-emphasis: 0.0625rem solid #9e6a03;
|
|
902
|
+
--border-attention-muted: 0.0625rem solid #bb800966;
|
|
903
|
+
--border-severe-emphasis: 0.0625rem solid #bd561d;
|
|
904
|
+
--border-severe-muted: 0.0625rem solid #db6d2866;
|
|
905
|
+
--border-done-emphasis: 0.0625rem solid #8957e5;
|
|
906
|
+
--border-done-muted: 0.0625rem solid #ab7df866;
|
|
907
|
+
--border-upsell-emphasis: 0.0625rem solid #8957e5;
|
|
908
|
+
--border-upsell-muted: 0.0625rem solid #ab7df866;
|
|
909
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
|
|
910
|
+
--border-sponsors-muted: 0.0625rem solid #db61a266;
|
|
870
911
|
}
|
|
871
912
|
@media (prefers-color-scheme: dark) {
|
|
872
913
|
[data-color-mode="auto"][data-dark-theme="dark"],
|
|
873
914
|
[data-color-mode="auto"][data-dark-theme="dark"] ::backdrop {
|
|
915
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
916
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
917
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
918
|
+
--borderWidth-default: 0.0625rem;
|
|
919
|
+
--borderWidth-thin: 0.0625rem;
|
|
920
|
+
--borderWidth-thick: 0.125rem;
|
|
921
|
+
--borderWidth-thicker: 0.25rem;
|
|
922
|
+
--borderRadius-small: 0.1875rem;
|
|
923
|
+
--borderRadius-medium: 0.375rem;
|
|
924
|
+
--borderRadius-large: 0.75rem;
|
|
925
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
926
|
+
--borderRadius-default: 0.375rem;
|
|
927
|
+
--outline-focus-offset: -0.125rem;
|
|
928
|
+
--outline-focus-width: 0.125rem;
|
|
874
929
|
--base-color-black: #010409;
|
|
875
930
|
--base-color-inset: #010409;
|
|
876
931
|
--base-color-white: #ffffff;
|
|
@@ -1470,6 +1525,7 @@
|
|
|
1470
1525
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
1471
1526
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
1472
1527
|
--focus-outlineColor: #1f6feb;
|
|
1528
|
+
--focus-outline: 2px solid #1f6feb;
|
|
1473
1529
|
--menu-bgColor-active: #151b23;
|
|
1474
1530
|
--overlay-bgColor: #151b23;
|
|
1475
1531
|
--overlay-borderColor: #3d444db3;
|
|
@@ -1735,6 +1791,32 @@
|
|
|
1735
1791
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
1736
1792
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
1737
1793
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1738
|
-
--
|
|
1794
|
+
--border-default: 0.0625rem solid #3d444d;
|
|
1795
|
+
--border-muted: 0.0625rem solid #3d444db3;
|
|
1796
|
+
--border-emphasis: 0.0625rem solid #656c76;
|
|
1797
|
+
--border-disabled: 0.0625rem solid #656c761a;
|
|
1798
|
+
--border-transparent: 0.0625rem solid #00000000;
|
|
1799
|
+
--border-neutral-emphasis: 0.0625rem solid #656c76;
|
|
1800
|
+
--border-neutral-muted: 0.0625rem solid #3d444db3;
|
|
1801
|
+
--border-accent-emphasis: 0.0625rem solid #1f6feb;
|
|
1802
|
+
--border-accent-muted: 0.0625rem solid #388bfd66;
|
|
1803
|
+
--border-success-emphasis: 0.0625rem solid #238636;
|
|
1804
|
+
--border-success-muted: 0.0625rem solid #2ea04366;
|
|
1805
|
+
--border-open-emphasis: 0.0625rem solid #238636;
|
|
1806
|
+
--border-open-muted: 0.0625rem solid #2ea04366;
|
|
1807
|
+
--border-danger-emphasis: 0.0625rem solid #da3633;
|
|
1808
|
+
--border-danger-muted: 0.0625rem solid #f8514966;
|
|
1809
|
+
--border-closed-emphasis: 0.0625rem solid #da3633;
|
|
1810
|
+
--border-closed-muted: 0.0625rem solid #f8514966;
|
|
1811
|
+
--border-attention-emphasis: 0.0625rem solid #9e6a03;
|
|
1812
|
+
--border-attention-muted: 0.0625rem solid #bb800966;
|
|
1813
|
+
--border-severe-emphasis: 0.0625rem solid #bd561d;
|
|
1814
|
+
--border-severe-muted: 0.0625rem solid #db6d2866;
|
|
1815
|
+
--border-done-emphasis: 0.0625rem solid #8957e5;
|
|
1816
|
+
--border-done-muted: 0.0625rem solid #ab7df866;
|
|
1817
|
+
--border-upsell-emphasis: 0.0625rem solid #8957e5;
|
|
1818
|
+
--border-upsell-muted: 0.0625rem solid #ab7df866;
|
|
1819
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf4b8a;
|
|
1820
|
+
--border-sponsors-muted: 0.0625rem solid #db61a266;
|
|
1739
1821
|
}
|
|
1740
1822
|
}
|
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
[data-color-mode="light"][data-light-theme="light_colorblind"] ::backdrop,
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="light_colorblind"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="light_colorblind"] ::backdrop {
|
|
5
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
6
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
7
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
8
|
+
--borderWidth-default: 0.0625rem;
|
|
9
|
+
--borderWidth-thin: 0.0625rem;
|
|
10
|
+
--borderWidth-thick: 0.125rem;
|
|
11
|
+
--borderWidth-thicker: 0.25rem;
|
|
12
|
+
--borderRadius-small: 0.1875rem;
|
|
13
|
+
--borderRadius-medium: 0.375rem;
|
|
14
|
+
--borderRadius-large: 0.75rem;
|
|
15
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
16
|
+
--borderRadius-default: 0.375rem;
|
|
17
|
+
--outline-focus-offset: -0.125rem;
|
|
18
|
+
--outline-focus-width: 0.125rem;
|
|
5
19
|
--base-color-black: #1f2328;
|
|
6
20
|
--base-color-inset: #ffffff;
|
|
7
21
|
--base-color-transparent: #ffffff00;
|
|
@@ -601,7 +615,7 @@
|
|
|
601
615
|
--reactionButton-selected-fgColor-rest: #0969da;
|
|
602
616
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
603
617
|
--focus-outlineColor: #0969da;
|
|
604
|
-
--focus-outline:
|
|
618
|
+
--focus-outline: 2px solid #0969da;
|
|
605
619
|
--menu-bgColor-active: #ffffff00;
|
|
606
620
|
--overlay-bgColor: #ffffff;
|
|
607
621
|
--overlay-borderColor: #d1d9e080;
|
|
@@ -867,10 +881,51 @@
|
|
|
867
881
|
--shadow-floating-large: 0px 0px 0px 1px #d1d9e0, 0px 40px 80px 0px #25292e3d;
|
|
868
882
|
--shadow-floating-xlarge: 0px 0px 0px 1px #d1d9e0, 0px 56px 112px 0px #25292e52;
|
|
869
883
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
884
|
+
--border-default: 0.0625rem solid #d1d9e0;
|
|
885
|
+
--border-muted: 0.0625rem solid #d1d9e0b3;
|
|
886
|
+
--border-emphasis: 0.0625rem solid #818b98;
|
|
887
|
+
--border-disabled: 0.0625rem solid #818b981a;
|
|
888
|
+
--border-transparent: 0.0625rem solid #ffffff00;
|
|
889
|
+
--border-neutral-emphasis: 0.0625rem solid #59636e;
|
|
890
|
+
--border-neutral-muted: 0.0625rem solid #d1d9e0b3;
|
|
891
|
+
--border-accent-emphasis: 0.0625rem solid #0969da;
|
|
892
|
+
--border-accent-muted: 0.0625rem solid #54aeff66;
|
|
893
|
+
--border-success-emphasis: 0.0625rem solid #0969da;
|
|
894
|
+
--border-success-muted: 0.0625rem solid #54aeff66;
|
|
895
|
+
--border-open-emphasis: 0.0625rem solid #0969da;
|
|
896
|
+
--border-open-muted: 0.0625rem solid #54aeff66;
|
|
897
|
+
--border-danger-emphasis: 0.0625rem solid #bc4c00;
|
|
898
|
+
--border-danger-muted: 0.0625rem solid #fb8f4466;
|
|
899
|
+
--border-closed-emphasis: 0.0625rem solid #bc4c00;
|
|
900
|
+
--border-closed-muted: 0.0625rem solid #fb8f4466;
|
|
901
|
+
--border-attention-emphasis: 0.0625rem solid #9a6700;
|
|
902
|
+
--border-attention-muted: 0.0625rem solid #d4a72c66;
|
|
903
|
+
--border-severe-emphasis: 0.0625rem solid #bc4c00;
|
|
904
|
+
--border-severe-muted: 0.0625rem solid #fb8f4466;
|
|
905
|
+
--border-done-emphasis: 0.0625rem solid #8250df;
|
|
906
|
+
--border-done-muted: 0.0625rem solid #c297ff66;
|
|
907
|
+
--border-upsell-emphasis: 0.0625rem solid #8250df;
|
|
908
|
+
--border-upsell-muted: 0.0625rem solid #c297ff66;
|
|
909
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf3989;
|
|
910
|
+
--border-sponsors-muted: 0.0625rem solid #ff80c866;
|
|
870
911
|
}
|
|
871
912
|
@media (prefers-color-scheme: dark) {
|
|
872
913
|
[data-color-mode="auto"][data-dark-theme="light_colorblind"],
|
|
873
914
|
[data-color-mode="auto"][data-dark-theme="light_colorblind"] ::backdrop {
|
|
915
|
+
--boxShadow-thin: inset 0 0 0 0.0625rem; /* Thin shadow for borders */
|
|
916
|
+
--boxShadow-thick: inset 0 0 0 0.125rem;
|
|
917
|
+
--boxShadow-thicker: inset 0 0 0 0.25rem;
|
|
918
|
+
--borderWidth-default: 0.0625rem;
|
|
919
|
+
--borderWidth-thin: 0.0625rem;
|
|
920
|
+
--borderWidth-thick: 0.125rem;
|
|
921
|
+
--borderWidth-thicker: 0.25rem;
|
|
922
|
+
--borderRadius-small: 0.1875rem;
|
|
923
|
+
--borderRadius-medium: 0.375rem;
|
|
924
|
+
--borderRadius-large: 0.75rem;
|
|
925
|
+
--borderRadius-full: 624.9375rem; /* Use this border radius for pill shaped elements */
|
|
926
|
+
--borderRadius-default: 0.375rem;
|
|
927
|
+
--outline-focus-offset: -0.125rem;
|
|
928
|
+
--outline-focus-width: 0.125rem;
|
|
874
929
|
--base-color-black: #1f2328;
|
|
875
930
|
--base-color-inset: #ffffff;
|
|
876
931
|
--base-color-transparent: #ffffff00;
|
|
@@ -1470,7 +1525,7 @@
|
|
|
1470
1525
|
--reactionButton-selected-fgColor-rest: #0969da;
|
|
1471
1526
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
1472
1527
|
--focus-outlineColor: #0969da;
|
|
1473
|
-
--focus-outline:
|
|
1528
|
+
--focus-outline: 2px solid #0969da;
|
|
1474
1529
|
--menu-bgColor-active: #ffffff00;
|
|
1475
1530
|
--overlay-bgColor: #ffffff;
|
|
1476
1531
|
--overlay-borderColor: #d1d9e080;
|
|
@@ -1736,5 +1791,32 @@
|
|
|
1736
1791
|
--shadow-floating-large: 0px 0px 0px 1px #d1d9e0, 0px 40px 80px 0px #25292e3d;
|
|
1737
1792
|
--shadow-floating-xlarge: 0px 0px 0px 1px #d1d9e0, 0px 56px 112px 0px #25292e52;
|
|
1738
1793
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1794
|
+
--border-default: 0.0625rem solid #d1d9e0;
|
|
1795
|
+
--border-muted: 0.0625rem solid #d1d9e0b3;
|
|
1796
|
+
--border-emphasis: 0.0625rem solid #818b98;
|
|
1797
|
+
--border-disabled: 0.0625rem solid #818b981a;
|
|
1798
|
+
--border-transparent: 0.0625rem solid #ffffff00;
|
|
1799
|
+
--border-neutral-emphasis: 0.0625rem solid #59636e;
|
|
1800
|
+
--border-neutral-muted: 0.0625rem solid #d1d9e0b3;
|
|
1801
|
+
--border-accent-emphasis: 0.0625rem solid #0969da;
|
|
1802
|
+
--border-accent-muted: 0.0625rem solid #54aeff66;
|
|
1803
|
+
--border-success-emphasis: 0.0625rem solid #0969da;
|
|
1804
|
+
--border-success-muted: 0.0625rem solid #54aeff66;
|
|
1805
|
+
--border-open-emphasis: 0.0625rem solid #0969da;
|
|
1806
|
+
--border-open-muted: 0.0625rem solid #54aeff66;
|
|
1807
|
+
--border-danger-emphasis: 0.0625rem solid #bc4c00;
|
|
1808
|
+
--border-danger-muted: 0.0625rem solid #fb8f4466;
|
|
1809
|
+
--border-closed-emphasis: 0.0625rem solid #bc4c00;
|
|
1810
|
+
--border-closed-muted: 0.0625rem solid #fb8f4466;
|
|
1811
|
+
--border-attention-emphasis: 0.0625rem solid #9a6700;
|
|
1812
|
+
--border-attention-muted: 0.0625rem solid #d4a72c66;
|
|
1813
|
+
--border-severe-emphasis: 0.0625rem solid #bc4c00;
|
|
1814
|
+
--border-severe-muted: 0.0625rem solid #fb8f4466;
|
|
1815
|
+
--border-done-emphasis: 0.0625rem solid #8250df;
|
|
1816
|
+
--border-done-muted: 0.0625rem solid #c297ff66;
|
|
1817
|
+
--border-upsell-emphasis: 0.0625rem solid #8250df;
|
|
1818
|
+
--border-upsell-muted: 0.0625rem solid #c297ff66;
|
|
1819
|
+
--border-sponsors-emphasis: 0.0625rem solid #bf3989;
|
|
1820
|
+
--border-sponsors-muted: 0.0625rem solid #ff80c866;
|
|
1739
1821
|
}
|
|
1740
1822
|
}
|