@primer/primitives 10.4.0-rc.a7bc1307 → 10.4.0-rc.ba0fa656
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/schemas/shadowToken.d.ts +1992 -0
- package/dist/build/schemas/shadowToken.js +27 -0
- package/dist/css/functional/themes/dark-colorblind.css +6 -6
- package/dist/css/functional/themes/dark-dimmed.css +6 -6
- package/dist/css/functional/themes/dark-high-contrast.css +6 -6
- package/dist/css/functional/themes/dark-tritanopia.css +6 -6
- package/dist/css/functional/themes/dark.css +6 -6
- package/dist/css/functional/themes/light-colorblind.css +6 -6
- package/dist/css/functional/themes/light-high-contrast.css +6 -6
- package/dist/css/functional/themes/light-tritanopia.css +6 -6
- package/dist/css/functional/themes/light.css +6 -6
- package/dist/css/primitives.css +0 -6
- package/dist/docs/functional/themes/dark-colorblind.json +6079 -260
- package/dist/docs/functional/themes/dark-dimmed.json +6079 -260
- package/dist/docs/functional/themes/dark-high-contrast.json +6957 -340
- package/dist/docs/functional/themes/dark-tritanopia.json +6079 -260
- package/dist/docs/functional/themes/dark.json +6079 -260
- package/dist/docs/functional/themes/light-colorblind.json +5990 -263
- package/dist/docs/functional/themes/light-high-contrast.json +7927 -480
- package/dist/docs/functional/themes/light-tritanopia.json +5990 -263
- package/dist/docs/functional/themes/light.json +5990 -263
- package/dist/figma/figma.json +1 -10
- package/dist/figma/themes/dark-colorblind.json +4804 -4804
- package/dist/figma/themes/dark-dimmed.json +4790 -4790
- package/dist/figma/themes/dark-high-contrast.json +5944 -5032
- package/dist/figma/themes/dark-tritanopia.json +4799 -4799
- package/dist/figma/themes/dark.json +5390 -5390
- package/dist/figma/themes/light-colorblind.json +4736 -4636
- package/dist/figma/themes/light-high-contrast.json +5968 -4704
- package/dist/figma/themes/light-tritanopia.json +4739 -4639
- package/dist/figma/themes/light.json +4753 -4653
- package/dist/internalCss/dark-colorblind.css +6 -6
- package/dist/internalCss/dark-dimmed.css +6 -6
- package/dist/internalCss/dark-high-contrast.css +6 -6
- package/dist/internalCss/dark-tritanopia.css +6 -6
- package/dist/internalCss/dark.css +6 -6
- package/dist/internalCss/light-colorblind.css +6 -6
- package/dist/internalCss/light-high-contrast.css +6 -6
- package/dist/internalCss/light-tritanopia.css +6 -6
- package/dist/internalCss/light.css +6 -6
- package/dist/styleLint/functional/themes/dark-colorblind.json +6079 -260
- package/dist/styleLint/functional/themes/dark-dimmed.json +6079 -260
- package/dist/styleLint/functional/themes/dark-high-contrast.json +6957 -340
- package/dist/styleLint/functional/themes/dark-tritanopia.json +6079 -260
- package/dist/styleLint/functional/themes/dark.json +6079 -260
- package/dist/styleLint/functional/themes/light-colorblind.json +5990 -263
- package/dist/styleLint/functional/themes/light-high-contrast.json +7927 -480
- package/dist/styleLint/functional/themes/light-tritanopia.json +5990 -263
- package/dist/styleLint/functional/themes/light.json +5990 -263
- package/package.json +1 -1
- package/src/tokens/component/avatar.json5 +33 -0
- package/src/tokens/component/button.json5 +312 -226
- package/src/tokens/component/header.json5 +3 -0
- package/src/tokens/component/label.json5 +1942 -0
- package/src/tokens/component/menu.json5 +24 -0
- package/src/tokens/component/overlay.json5 +1 -1
- package/src/tokens/component/selectMenu.json5 +38 -0
- package/src/tokens/component/sideNav.json5 +22 -0
- package/src/tokens/component/treeView.json5 +24 -0
- package/src/tokens/component/underlineNav.json5 +56 -0
- package/src/tokens/functional/color/display.json5 +2170 -0
- package/src/tokens/functional/color/selection.json5 +22 -0
- package/src/tokens/functional/shadow/shadow.json5 +478 -0
- package/dist/css/functional/motion/motion.css +0 -6
- package/dist/docs/functional/motion/motion.json +0 -66
- package/dist/fallbacks/functional/motion/motion.json +0 -6
- package/dist/figma/shadows/dark-colorblind.json +0 -1152
- package/dist/figma/shadows/dark-dimmed.json +0 -1152
- package/dist/figma/shadows/dark-high-contrast.json +0 -1152
- package/dist/figma/shadows/dark-tritanopia.json +0 -1152
- package/dist/figma/shadows/dark.json +0 -1152
- package/dist/figma/shadows/light-colorblind.json +0 -1052
- package/dist/figma/shadows/light-high-contrast.json +0 -1052
- package/dist/figma/shadows/light-tritanopia.json +0 -1052
- package/dist/figma/shadows/light.json +0 -1052
- package/dist/styleLint/functional/motion/motion.json +0 -66
- package/src/tokens/functional/color/dark/display-dark.json5 +0 -1258
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +0 -351
- package/src/tokens/functional/color/dark/patterns-dark.json5 +0 -1042
- package/src/tokens/functional/color/light/display-light.json5 +0 -1163
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +0 -467
- package/src/tokens/functional/color/light/patterns-light.json5 +0 -1042
- package/src/tokens/functional/motion/loading.json5 +0 -17
- package/src/tokens/functional/motion/patterns.json5 +0 -35
- package/src/tokens/functional/shadow/dark.json5 +0 -369
- package/src/tokens/functional/shadow/light.json5 +0 -406
|
@@ -869,9 +869,9 @@
|
|
|
869
869
|
--selection-bgColor: #1f6febb3;
|
|
870
870
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
871
871
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
872
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
873
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
874
|
-
--shadow-resting-xsmall: 0px 1px
|
|
872
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
873
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
874
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
875
875
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
876
876
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
877
877
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -1797,9 +1797,9 @@
|
|
|
1797
1797
|
--selection-bgColor: #1f6febb3;
|
|
1798
1798
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1799
1799
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1800
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1801
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1802
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1800
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
1801
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
1802
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
1803
1803
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
1804
1804
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
1805
1805
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -888,9 +888,9 @@
|
|
|
888
888
|
--shadow-floating-small: 0px 0px 0px 1px #3d444d, 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
889
889
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
|
|
890
890
|
--shadow-inset: inset 0px 1px 0px 0px #1c21283d;
|
|
891
|
-
--shadow-resting-medium: 0px 3px 6px 0px #1c2128cc;
|
|
892
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
893
|
-
--shadow-resting-xsmall: 0px 1px
|
|
891
|
+
--shadow-resting-medium: 0px 1px 1px 0px #1c212866, 0px 3px 6px 0px #1c2128cc;
|
|
892
|
+
--shadow-resting-small: 0px 1px 1px 0px #1c212899, 0px 1px 3px 0px #1c212899;
|
|
893
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1c2128cc;
|
|
894
894
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
895
895
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
896
896
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
@@ -1816,9 +1816,9 @@
|
|
|
1816
1816
|
--shadow-floating-small: 0px 0px 0px 1px #3d444d, 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
1817
1817
|
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
|
|
1818
1818
|
--shadow-inset: inset 0px 1px 0px 0px #1c21283d;
|
|
1819
|
-
--shadow-resting-medium: 0px 3px 6px 0px #1c2128cc;
|
|
1820
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1821
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1819
|
+
--shadow-resting-medium: 0px 1px 1px 0px #1c212866, 0px 3px 6px 0px #1c2128cc;
|
|
1820
|
+
--shadow-resting-small: 0px 1px 1px 0px #1c212899, 0px 1px 3px 0px #1c212899;
|
|
1821
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1c2128cc;
|
|
1822
1822
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
1823
1823
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
1824
1824
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
@@ -852,9 +852,9 @@
|
|
|
852
852
|
--selection-bgColor: #194fb1b3;
|
|
853
853
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
854
854
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
855
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
856
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
857
|
-
--shadow-resting-xsmall: 0px 1px
|
|
855
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
856
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
857
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
858
858
|
--topicTag-borderColor: var(--borderColor-accent-emphasis);
|
|
859
859
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
860
860
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -1780,9 +1780,9 @@
|
|
|
1780
1780
|
--selection-bgColor: #194fb1b3;
|
|
1781
1781
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1782
1782
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1783
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1784
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1785
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1783
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
1784
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
1785
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
1786
1786
|
--topicTag-borderColor: var(--borderColor-accent-emphasis);
|
|
1787
1787
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
1788
1788
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -870,9 +870,9 @@
|
|
|
870
870
|
--selection-bgColor: #1f6febb3;
|
|
871
871
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
872
872
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
873
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
874
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
875
|
-
--shadow-resting-xsmall: 0px 1px
|
|
873
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
874
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
875
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
876
876
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
877
877
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
878
878
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -1798,9 +1798,9 @@
|
|
|
1798
1798
|
--selection-bgColor: #1f6febb3;
|
|
1799
1799
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1800
1800
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1801
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1802
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1803
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1801
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
1802
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
1803
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
1804
1804
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
1805
1805
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
1806
1806
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -869,9 +869,9 @@
|
|
|
869
869
|
--selection-bgColor: #1f6febb3;
|
|
870
870
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
871
871
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
872
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
873
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
874
|
-
--shadow-resting-xsmall: 0px 1px
|
|
872
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
873
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
874
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
875
875
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
876
876
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
877
877
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -1797,9 +1797,9 @@
|
|
|
1797
1797
|
--selection-bgColor: #1f6febb3;
|
|
1798
1798
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1799
1799
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1800
|
-
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1801
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1802
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1800
|
+
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
1801
|
+
--shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
|
|
1802
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
|
|
1803
1803
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
1804
1804
|
--treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
|
|
1805
1805
|
--underlineNav-iconColor-rest: var(--fgColor-muted);
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
718
718
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
719
719
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
720
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
720
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
721
721
|
--skeletonLoader-bgColor: #818b981a;
|
|
722
722
|
--topicTag-borderColor: var(--base-color-transparent);
|
|
723
723
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
@@ -857,8 +857,8 @@
|
|
|
857
857
|
--page-header-bgColor: var(--bgColor-muted);
|
|
858
858
|
--selection-bgColor: #0969da33;
|
|
859
859
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
860
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
861
|
-
--shadow-resting-xsmall: 0px 1px
|
|
860
|
+
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
861
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
862
862
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
863
863
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
864
864
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
1646
1646
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
1647
1647
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1648
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1648
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
1649
1649
|
--skeletonLoader-bgColor: #818b981a;
|
|
1650
1650
|
--topicTag-borderColor: var(--base-color-transparent);
|
|
1651
1651
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
@@ -1785,8 +1785,8 @@
|
|
|
1785
1785
|
--page-header-bgColor: var(--bgColor-muted);
|
|
1786
1786
|
--selection-bgColor: #0969da33;
|
|
1787
1787
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1788
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1789
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1788
|
+
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
1789
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
1790
1790
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
1791
1791
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
1792
1792
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
717
717
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
718
718
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
719
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
719
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
720
720
|
--skeletonLoader-bgColor: var(--base-color-neutral-5);
|
|
721
721
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
722
722
|
--underlineNav-borderColor-active: var(--base-color-coral-3);
|
|
@@ -856,8 +856,8 @@
|
|
|
856
856
|
--page-header-bgColor: var(--bgColor-muted);
|
|
857
857
|
--selection-bgColor: #0349b433;
|
|
858
858
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
859
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
860
|
-
--shadow-resting-xsmall: 0px 1px
|
|
859
|
+
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
860
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
861
861
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
862
862
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
863
863
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -1644,7 +1644,7 @@
|
|
|
1644
1644
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
1645
1645
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
1646
1646
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1647
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1647
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
1648
1648
|
--skeletonLoader-bgColor: var(--base-color-neutral-5);
|
|
1649
1649
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
1650
1650
|
--underlineNav-borderColor-active: var(--base-color-coral-3);
|
|
@@ -1784,8 +1784,8 @@
|
|
|
1784
1784
|
--page-header-bgColor: var(--bgColor-muted);
|
|
1785
1785
|
--selection-bgColor: #0349b433;
|
|
1786
1786
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
1787
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1788
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1787
|
+
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
1788
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
1789
1789
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
1790
1790
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
1791
1791
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
724
724
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
725
725
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
726
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
726
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
727
727
|
--skeletonLoader-bgColor: #818b981a;
|
|
728
728
|
--topicTag-borderColor: var(--base-color-transparent);
|
|
729
729
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
@@ -857,8 +857,8 @@
|
|
|
857
857
|
--page-header-bgColor: var(--bgColor-muted);
|
|
858
858
|
--selection-bgColor: #0969da33;
|
|
859
859
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
860
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
861
|
-
--shadow-resting-xsmall: 0px 1px
|
|
860
|
+
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
861
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
862
862
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
863
863
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
864
864
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -1651,7 +1651,7 @@
|
|
|
1651
1651
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
1652
1652
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
1653
1653
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1654
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1654
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
1655
1655
|
--skeletonLoader-bgColor: #818b981a;
|
|
1656
1656
|
--topicTag-borderColor: var(--base-color-transparent);
|
|
1657
1657
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
@@ -1785,8 +1785,8 @@
|
|
|
1785
1785
|
--page-header-bgColor: var(--bgColor-muted);
|
|
1786
1786
|
--selection-bgColor: #0969da33;
|
|
1787
1787
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1788
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1789
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1788
|
+
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
1789
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
1790
1790
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
1791
1791
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
1792
1792
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
720
720
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
721
721
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
722
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
722
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
723
723
|
--skeletonLoader-bgColor: #818b981a;
|
|
724
724
|
--topicTag-borderColor: var(--base-color-transparent);
|
|
725
725
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
@@ -857,8 +857,8 @@
|
|
|
857
857
|
--page-header-bgColor: var(--bgColor-muted);
|
|
858
858
|
--selection-bgColor: #0969da33;
|
|
859
859
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
860
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
861
|
-
--shadow-resting-xsmall: 0px 1px
|
|
860
|
+
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
861
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
862
862
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
863
863
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
864
864
|
--tooltip-bgColor: var(--bgColor-emphasis);
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
--selectMenu-bgColor-active: var(--base-color-blue-1);
|
|
1648
1648
|
--selectMenu-borderColor: var(--base-color-transparent);
|
|
1649
1649
|
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1650
|
-
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1650
|
+
--shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
|
|
1651
1651
|
--skeletonLoader-bgColor: #818b981a;
|
|
1652
1652
|
--topicTag-borderColor: var(--base-color-transparent);
|
|
1653
1653
|
--treeViewItem-leadingVisual-iconColor-rest: var(--base-color-blue-3);
|
|
@@ -1785,8 +1785,8 @@
|
|
|
1785
1785
|
--page-header-bgColor: var(--bgColor-muted);
|
|
1786
1786
|
--selection-bgColor: #0969da33;
|
|
1787
1787
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1788
|
-
--shadow-resting-small: 0px 1px 0px 0px #
|
|
1789
|
-
--shadow-resting-xsmall: 0px 1px
|
|
1788
|
+
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
1789
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
1790
1790
|
--sideNav-bgColor-selected: var(--base-color-neutral-0);
|
|
1791
1791
|
--timelineBadge-bgColor: var(--bgColor-muted);
|
|
1792
1792
|
--tooltip-bgColor: var(--bgColor-emphasis);
|