@seed-design/css 1.2.6 → 1.2.8
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/all.css +323 -200
- package/all.layered.css +323 -200
- package/all.layered.min.css +1 -1
- package/all.min.css +1 -1
- package/base.css +6 -2
- package/base.layered.css +6 -2
- package/base.layered.min.css +1 -1
- package/base.min.css +1 -1
- package/package.json +1 -1
- package/recipes/action-button.css +14 -14
- package/recipes/action-button.layered.css +14 -14
- package/recipes/action-sheet.layered.css +3 -3
- package/recipes/app-bar.css +93 -0
- package/recipes/app-bar.d.ts +1 -1
- package/recipes/app-bar.layered.css +90 -0
- package/recipes/app-bar.layered.mjs +4 -0
- package/recipes/app-bar.mjs +4 -0
- package/recipes/app-screen.layered.css +13 -13
- package/recipes/avatar-stack.css +7 -0
- package/recipes/avatar-stack.d.ts +1 -1
- package/recipes/avatar-stack.layered.css +9 -0
- package/recipes/avatar-stack.layered.mjs +1 -0
- package/recipes/avatar-stack.mjs +1 -0
- package/recipes/avatar.css +10 -0
- package/recipes/avatar.d.ts +1 -1
- package/recipes/avatar.layered.css +12 -0
- package/recipes/avatar.layered.mjs +1 -0
- package/recipes/avatar.mjs +1 -0
- package/recipes/bottom-sheet-handle.css +2 -2
- package/recipes/bottom-sheet-handle.layered.css +2 -2
- package/recipes/bottom-sheet.layered.css +3 -3
- package/recipes/callout.css +12 -12
- package/recipes/callout.layered.css +13 -13
- package/recipes/checkbox.layered.css +2 -2
- package/recipes/checkmark.css +12 -12
- package/recipes/checkmark.layered.css +12 -12
- package/recipes/chip-tabs.css +12 -12
- package/recipes/chip-tabs.layered.css +12 -12
- package/recipes/chip.css +12 -12
- package/recipes/chip.layered.css +12 -12
- package/recipes/contextual-floating-button.css +4 -4
- package/recipes/contextual-floating-button.layered.css +4 -4
- package/recipes/dialog.layered.css +3 -3
- package/recipes/extended-action-sheet.layered.css +3 -3
- package/recipes/field.layered.css +2 -2
- package/recipes/floating-action-button.css +2 -2
- package/recipes/floating-action-button.layered.css +2 -2
- package/recipes/help-bubble.layered.css +4 -4
- package/recipes/image-frame-reaction-button.layered.css +4 -4
- package/recipes/image-frame.css +11 -5
- package/recipes/image-frame.layered.css +8 -0
- package/recipes/inline-banner.layered.css +3 -3
- package/recipes/input-button.css +2 -2
- package/recipes/input-button.layered.css +2 -2
- package/recipes/list-item.css +8 -8
- package/recipes/list-item.layered.css +8 -8
- package/recipes/menu-sheet-item.css +2 -2
- package/recipes/menu-sheet-item.layered.css +2 -2
- package/recipes/menu-sheet.css +2 -2
- package/recipes/menu-sheet.layered.css +6 -6
- package/recipes/page-banner.css +22 -22
- package/recipes/page-banner.layered.css +27 -27
- package/recipes/pull-to-refresh.layered.css +1 -1
- package/recipes/radio.layered.css +2 -2
- package/recipes/radiomark.css +6 -6
- package/recipes/radiomark.layered.css +6 -6
- package/recipes/reaction-button.css +4 -4
- package/recipes/reaction-button.layered.css +4 -4
- package/recipes/segmented-control.css +4 -4
- package/recipes/segmented-control.layered.css +4 -4
- package/recipes/select-box.css +2 -2
- package/recipes/select-box.layered.css +2 -2
- package/recipes/selectBoxCheckmark.css +2 -2
- package/recipes/selectBoxCheckmark.layered.css +2 -2
- package/recipes/slider.layered.css +2 -2
- package/recipes/snackbar-region.layered.css +1 -1
- package/recipes/switch.layered.css +3 -3
- package/recipes/switchmark.layered.css +3 -3
- package/recipes/tabs.layered.css +4 -4
- package/recipes/toggle-button.css +8 -8
- package/recipes/toggle-button.layered.css +8 -8
- package/vars/color/bg.d.ts +5 -5
- package/vars/component/avatar-stack.d.ts +10 -0
- package/vars/component/avatar-stack.mjs +10 -0
- package/vars/component/avatar.d.ts +42 -0
- package/vars/component/avatar.mjs +16 -0
- package/vars/component/menu-sheet.d.ts +1 -0
- package/vars/component/menu-sheet.mjs +1 -0
package/all.layered.css
CHANGED
|
@@ -764,14 +764,18 @@
|
|
|
764
764
|
@keyframes seed-enter {
|
|
765
765
|
from {
|
|
766
766
|
opacity: var(--seed-enter-opacity, 1);
|
|
767
|
-
transform: translate3d(var(--seed-enter-translate-x, 0), var(--seed-enter-translate-y, 0), 0)
|
|
767
|
+
transform: translate3d(var(--seed-enter-translate-x, 0), var(--seed-enter-translate-y, 0), 0)
|
|
768
|
+
scale3d(var(--seed-enter-scale, 1), var(--seed-enter-scale, 1), var(--seed-enter-scale, 1))
|
|
769
|
+
rotate(var(--seed-enter-rotate, 0));
|
|
768
770
|
}
|
|
769
771
|
}
|
|
770
772
|
|
|
771
773
|
@keyframes seed-exit {
|
|
772
774
|
to {
|
|
773
775
|
opacity: var(--seed-exit-opacity, 1);
|
|
774
|
-
transform: translate3d(var(--seed-exit-translate-x, 0), var(--seed-exit-translate-y, 0), 0)
|
|
776
|
+
transform: translate3d(var(--seed-exit-translate-x, 0), var(--seed-exit-translate-y, 0), 0)
|
|
777
|
+
scale3d(var(--seed-exit-scale, 1), var(--seed-exit-scale, 1), var(--seed-exit-scale, 1))
|
|
778
|
+
rotate(var(--seed-exit-rotate, 0));
|
|
775
779
|
}
|
|
776
780
|
}
|
|
777
781
|
|
|
@@ -921,13 +925,13 @@
|
|
|
921
925
|
--range-color: var(--seed-color-palette-static-white);
|
|
922
926
|
}
|
|
923
927
|
|
|
924
|
-
@media (hover: hover) {
|
|
928
|
+
@media (hover: hover) and (pointer: fine) {
|
|
925
929
|
.seed-action-button--variant_brandSolid:is(:hover, [data-hover]) {
|
|
926
930
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
927
931
|
}
|
|
928
932
|
}
|
|
929
933
|
|
|
930
|
-
@media (hover:
|
|
934
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
931
935
|
.seed-action-button--variant_brandSolid:is(:active, [data-active]) {
|
|
932
936
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
933
937
|
}
|
|
@@ -956,13 +960,13 @@
|
|
|
956
960
|
--range-color: var(--seed-color-palette-static-white);
|
|
957
961
|
}
|
|
958
962
|
|
|
959
|
-
@media (hover: hover) {
|
|
963
|
+
@media (hover: hover) and (pointer: fine) {
|
|
960
964
|
.seed-action-button--variant_neutralSolid:is(:hover, [data-hover]) {
|
|
961
965
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
962
966
|
}
|
|
963
967
|
}
|
|
964
968
|
|
|
965
|
-
@media (hover:
|
|
969
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
966
970
|
.seed-action-button--variant_neutralSolid:is(:active, [data-active]) {
|
|
967
971
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
968
972
|
}
|
|
@@ -991,13 +995,13 @@
|
|
|
991
995
|
--range-color: var(--seed-color-fg-neutral);
|
|
992
996
|
}
|
|
993
997
|
|
|
994
|
-
@media (hover: hover) {
|
|
998
|
+
@media (hover: hover) and (pointer: fine) {
|
|
995
999
|
.seed-action-button--variant_neutralWeak:is(:hover, [data-hover]) {
|
|
996
1000
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
997
1001
|
}
|
|
998
1002
|
}
|
|
999
1003
|
|
|
1000
|
-
@media (hover:
|
|
1004
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
1001
1005
|
.seed-action-button--variant_neutralWeak:is(:active, [data-active]) {
|
|
1002
1006
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
1003
1007
|
}
|
|
@@ -1026,13 +1030,13 @@
|
|
|
1026
1030
|
--range-color: var(--seed-color-palette-static-white);
|
|
1027
1031
|
}
|
|
1028
1032
|
|
|
1029
|
-
@media (hover: hover) {
|
|
1033
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1030
1034
|
.seed-action-button--variant_criticalSolid:is(:hover, [data-hover]) {
|
|
1031
1035
|
background: var(--seed-color-bg-critical-solid-pressed);
|
|
1032
1036
|
}
|
|
1033
1037
|
}
|
|
1034
1038
|
|
|
1035
|
-
@media (hover:
|
|
1039
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
1036
1040
|
.seed-action-button--variant_criticalSolid:is(:active, [data-active]) {
|
|
1037
1041
|
background: var(--seed-color-bg-critical-solid-pressed);
|
|
1038
1042
|
}
|
|
@@ -1064,13 +1068,13 @@
|
|
|
1064
1068
|
--range-color: var(--seed-color-bg-brand-solid);
|
|
1065
1069
|
}
|
|
1066
1070
|
|
|
1067
|
-
@media (hover: hover) {
|
|
1071
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1068
1072
|
.seed-action-button--variant_brandOutline:is(:hover, [data-hover]) {
|
|
1069
1073
|
background: var(--seed-color-bg-transparent-pressed);
|
|
1070
1074
|
}
|
|
1071
1075
|
}
|
|
1072
1076
|
|
|
1073
|
-
@media (hover:
|
|
1077
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
1074
1078
|
.seed-action-button--variant_brandOutline:is(:active, [data-active]) {
|
|
1075
1079
|
background: var(--seed-color-bg-transparent-pressed);
|
|
1076
1080
|
}
|
|
@@ -1103,13 +1107,13 @@
|
|
|
1103
1107
|
--range-color: var(--seed-color-fg-neutral);
|
|
1104
1108
|
}
|
|
1105
1109
|
|
|
1106
|
-
@media (hover: hover) {
|
|
1110
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1107
1111
|
.seed-action-button--variant_neutralOutline:is(:hover, [data-hover]) {
|
|
1108
1112
|
background: var(--seed-color-bg-transparent-pressed);
|
|
1109
1113
|
}
|
|
1110
1114
|
}
|
|
1111
1115
|
|
|
1112
|
-
@media (hover:
|
|
1116
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
1113
1117
|
.seed-action-button--variant_neutralOutline:is(:active, [data-active]) {
|
|
1114
1118
|
background: var(--seed-color-bg-transparent-pressed);
|
|
1115
1119
|
}
|
|
@@ -1141,13 +1145,13 @@
|
|
|
1141
1145
|
background: #fff0;
|
|
1142
1146
|
}
|
|
1143
1147
|
|
|
1144
|
-
@media (hover: hover) {
|
|
1148
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1145
1149
|
.seed-action-button--variant_ghost:is(:hover, [data-hover]) {
|
|
1146
1150
|
background: var(--seed-color-bg-transparent-pressed);
|
|
1147
1151
|
}
|
|
1148
1152
|
}
|
|
1149
1153
|
|
|
1150
|
-
@media (hover:
|
|
1154
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
1151
1155
|
.seed-action-button--variant_ghost:is(:active, [data-active]) {
|
|
1152
1156
|
background: var(--seed-color-bg-transparent-pressed);
|
|
1153
1157
|
}
|
|
@@ -1363,7 +1367,7 @@
|
|
|
1363
1367
|
.seed-action-sheet__positioner {
|
|
1364
1368
|
overscroll-behavior-y: none;
|
|
1365
1369
|
--sheet-z-index: 2;
|
|
1366
|
-
z-index: calc(var(--sheet-z-index)
|
|
1370
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
1367
1371
|
justify-content: center;
|
|
1368
1372
|
align-items: flex-end;
|
|
1369
1373
|
display: flex;
|
|
@@ -1373,7 +1377,7 @@
|
|
|
1373
1377
|
|
|
1374
1378
|
.seed-action-sheet__backdrop {
|
|
1375
1379
|
background: var(--seed-color-bg-overlay);
|
|
1376
|
-
z-index: calc(var(--sheet-z-index)
|
|
1380
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
1377
1381
|
position: fixed;
|
|
1378
1382
|
inset: 0;
|
|
1379
1383
|
}
|
|
@@ -1402,7 +1406,7 @@
|
|
|
1402
1406
|
.seed-action-sheet__content {
|
|
1403
1407
|
box-sizing: border-box;
|
|
1404
1408
|
word-break: break-all;
|
|
1405
|
-
z-index: calc(var(--sheet-z-index)
|
|
1409
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
1406
1410
|
background: var(--seed-color-bg-layer-floating);
|
|
1407
1411
|
border-top-left-radius: var(--seed-radius-r5);
|
|
1408
1412
|
border-top-right-radius: var(--seed-radius-r5);
|
|
@@ -1798,6 +1802,96 @@
|
|
|
1798
1802
|
animation: none !important;
|
|
1799
1803
|
}
|
|
1800
1804
|
|
|
1805
|
+
[data-global-transition-state="enter-active"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS[data-activity-is-top] {
|
|
1806
|
+
--seed-enter-translate-x: 0;
|
|
1807
|
+
--seed-enter-translate-y: 0;
|
|
1808
|
+
--seed-enter-opacity: 0;
|
|
1809
|
+
--seed-enter-scale: 1;
|
|
1810
|
+
opacity: 1;
|
|
1811
|
+
animation: .35s cubic-bezier(.2, .1, .21, .99) seed-enter;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
[data-global-transition-state="exit-active"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS[data-activity-is-top] {
|
|
1815
|
+
transform: translate3d(calc(var(--swipe-back-displacement, 0) * .15), 0, 0);
|
|
1816
|
+
opacity: calc(1 - var(--swipe-back-displacement-ratio, 0) * 3);
|
|
1817
|
+
--seed-exit-translate-x: 0;
|
|
1818
|
+
--seed-exit-translate-y: 0;
|
|
1819
|
+
--seed-exit-opacity: 0;
|
|
1820
|
+
--seed-exit-scale: 1;
|
|
1821
|
+
animation: .35s cubic-bezier(.2, .1, .21, .99) forwards seed-exit;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
[data-global-transition-state="enter-done"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS[data-activity-is-top] {
|
|
1825
|
+
--seed-enter-translate-x: calc(var(--swipe-back-displacement, 0) * .15);
|
|
1826
|
+
--seed-enter-translate-y: 0;
|
|
1827
|
+
--seed-enter-opacity: calc(1 - var(--swipe-back-displacement-ratio, 0) * 3);
|
|
1828
|
+
--seed-enter-scale: 1;
|
|
1829
|
+
opacity: 1;
|
|
1830
|
+
animation: .35s cubic-bezier(.2, .1, .21, .99) seed-enter;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
[data-swipe-back-state="swiping"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS[data-activity-is-top]:not(#\#) {
|
|
1834
|
+
transform: translate3d(calc(var(--swipe-back-displacement, 0) * .15), 0, 0);
|
|
1835
|
+
opacity: calc(1 - var(--swipe-back-displacement-ratio, 0) * 3);
|
|
1836
|
+
animation: none;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
[data-swipe-back-state="canceling"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS[data-activity-is-top]:not(#\#) {
|
|
1840
|
+
opacity: 1;
|
|
1841
|
+
transition: transform .35s cubic-bezier(.2, .1, .21, .99), opacity .35s cubic-bezier(.2, .1, .21, .99);
|
|
1842
|
+
animation: none !important;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
[data-swipe-back-state="completing"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS[data-activity-is-top]:not(#\#) {
|
|
1846
|
+
opacity: 0;
|
|
1847
|
+
transition: transform .35s cubic-bezier(.2, .1, .21, .99), opacity .35s cubic-bezier(.2, .1, .21, .99);
|
|
1848
|
+
animation: none !important;
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
[data-global-transition-state="enter-active"][data-top-activity-type="full-screen"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS:not([data-activity-is-top]) {
|
|
1852
|
+
opacity: 1;
|
|
1853
|
+
--seed-exit-translate-x: 0;
|
|
1854
|
+
--seed-exit-translate-y: 0;
|
|
1855
|
+
--seed-exit-opacity: 0;
|
|
1856
|
+
--seed-exit-scale: 1;
|
|
1857
|
+
animation: .35s cubic-bezier(.2, .1, .21, .99) forwards seed-exit;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
[data-global-transition-state="exit-active"][data-top-activity-type="full-screen"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS:not([data-activity-is-top]) {
|
|
1861
|
+
--seed-enter-translate-x: 0;
|
|
1862
|
+
--seed-enter-translate-y: 0;
|
|
1863
|
+
--seed-enter-opacity: calc(var(--swipe-back-displacement-ratio, 0));
|
|
1864
|
+
--seed-enter-scale: 1;
|
|
1865
|
+
opacity: 1;
|
|
1866
|
+
animation: .35s cubic-bezier(.2, .1, .21, .99) seed-enter;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
[data-global-transition-state="enter-done"][data-top-activity-type="full-screen"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS:not([data-activity-is-top]) {
|
|
1870
|
+
opacity: calc(var(--swipe-back-displacement-ratio, 0));
|
|
1871
|
+
--seed-exit-translate-x: 0;
|
|
1872
|
+
--seed-exit-translate-y: 0;
|
|
1873
|
+
--seed-exit-opacity: 0;
|
|
1874
|
+
--seed-exit-scale: 1;
|
|
1875
|
+
animation: .35s cubic-bezier(.2, .1, .21, .99) forwards seed-exit;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
[data-swipe-back-state="swiping"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS:not([data-activity-is-top]):not(#\#) {
|
|
1879
|
+
opacity: calc(var(--swipe-back-displacement-ratio, 0));
|
|
1880
|
+
animation: none;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
[data-swipe-back-state="canceling"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS:not([data-activity-is-top]):not(#\#) {
|
|
1884
|
+
opacity: 0;
|
|
1885
|
+
transition: transform .35s cubic-bezier(.2, .1, .21, .99), opacity .35s cubic-bezier(.2, .1, .21, .99);
|
|
1886
|
+
animation: none !important;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
[data-swipe-back-state="completing"] .seed-app-bar__custom--transitionStyle_slideFromRightIOS:not([data-activity-is-top]):not(#\#) {
|
|
1890
|
+
opacity: 1;
|
|
1891
|
+
transition: transform .35s cubic-bezier(.2, .1, .21, .99), opacity .35s cubic-bezier(.2, .1, .21, .99);
|
|
1892
|
+
animation: none !important;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1801
1895
|
[data-global-transition-state="enter-active"] .seed-app-bar__root--transitionStyle_fadeFromBottomAndroid[data-activity-is-top] {
|
|
1802
1896
|
--seed-enter-translate-x: 0;
|
|
1803
1897
|
--seed-enter-translate-y: 8vh;
|
|
@@ -2021,7 +2115,7 @@
|
|
|
2021
2115
|
}
|
|
2022
2116
|
|
|
2023
2117
|
.seed-app-screen__root {
|
|
2024
|
-
--app-bar-offset: calc(var(--app-bar-height)
|
|
2118
|
+
--app-bar-offset: calc(var(--app-bar-height) + var(--seed-safe-area-top));
|
|
2025
2119
|
width: 100%;
|
|
2026
2120
|
height: 100%;
|
|
2027
2121
|
position: absolute;
|
|
@@ -2081,10 +2175,10 @@
|
|
|
2081
2175
|
}
|
|
2082
2176
|
|
|
2083
2177
|
.seed-app-screen__root--transitionStyle_slideFromRightIOS {
|
|
2084
|
-
--z-index-dim: calc(var(--z-index-base)
|
|
2085
|
-
--z-index-layer: calc(var(--z-index-base)
|
|
2086
|
-
--z-index-edge: calc(var(--z-index-base)
|
|
2087
|
-
--z-index-app-bar: calc(var(--z-index-base)
|
|
2178
|
+
--z-index-dim: calc(var(--z-index-base) + 0);
|
|
2179
|
+
--z-index-layer: calc(var(--z-index-base) + 2);
|
|
2180
|
+
--z-index-edge: calc(var(--z-index-base) + 4);
|
|
2181
|
+
--z-index-app-bar: calc(var(--z-index-base) + 7);
|
|
2088
2182
|
}
|
|
2089
2183
|
|
|
2090
2184
|
.seed-app-screen__layer--transitionStyle_slideFromRightIOS {
|
|
@@ -2229,10 +2323,10 @@
|
|
|
2229
2323
|
}
|
|
2230
2324
|
|
|
2231
2325
|
.seed-app-screen__root--transitionStyle_fadeFromBottomAndroid {
|
|
2232
|
-
--z-index-dim: calc(var(--z-index-base)
|
|
2233
|
-
--z-index-layer: calc(var(--z-index-base)
|
|
2234
|
-
--z-index-edge: calc(var(--z-index-base)
|
|
2235
|
-
--z-index-app-bar: calc(var(--z-index-base)
|
|
2326
|
+
--z-index-dim: calc(var(--z-index-base) + 0);
|
|
2327
|
+
--z-index-layer: calc(var(--z-index-base) + 3);
|
|
2328
|
+
--z-index-edge: calc(var(--z-index-base) + 4);
|
|
2329
|
+
--z-index-app-bar: calc(var(--z-index-base) + 4);
|
|
2236
2330
|
}
|
|
2237
2331
|
|
|
2238
2332
|
.seed-app-screen__dim--transitionStyle_fadeFromBottomAndroid {
|
|
@@ -2285,10 +2379,10 @@
|
|
|
2285
2379
|
}
|
|
2286
2380
|
|
|
2287
2381
|
.seed-app-screen__root--transitionStyle_fadeIn {
|
|
2288
|
-
--z-index-dim: calc(var(--z-index-base)
|
|
2289
|
-
--z-index-layer: calc(var(--z-index-base)
|
|
2290
|
-
--z-index-edge: calc(var(--z-index-base)
|
|
2291
|
-
--z-index-app-bar: calc(var(--z-index-base)
|
|
2382
|
+
--z-index-dim: calc(var(--z-index-base) + 0);
|
|
2383
|
+
--z-index-layer: calc(var(--z-index-base) + 3);
|
|
2384
|
+
--z-index-edge: calc(var(--z-index-base) + 4);
|
|
2385
|
+
--z-index-app-bar: calc(var(--z-index-base) + 4);
|
|
2292
2386
|
}
|
|
2293
2387
|
|
|
2294
2388
|
.seed-app-screen__dim--transitionStyle_fadeIn {
|
|
@@ -2515,6 +2609,18 @@
|
|
|
2515
2609
|
--badge-offset: 30px;
|
|
2516
2610
|
}
|
|
2517
2611
|
|
|
2612
|
+
.seed-avatar__root--size_56 {
|
|
2613
|
+
--avatar-size: 56px;
|
|
2614
|
+
--avatar-stroke-width: 1px;
|
|
2615
|
+
--badge-mask-size: 24px;
|
|
2616
|
+
--badge-mask-offset: 34px;
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.seed-avatar__badge--size_56 {
|
|
2620
|
+
--badge-size: 20px;
|
|
2621
|
+
--badge-offset: 36px;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2518
2624
|
.seed-avatar__root--size_64 {
|
|
2519
2625
|
--avatar-size: 64px;
|
|
2520
2626
|
--avatar-stroke-width: 1px;
|
|
@@ -2640,6 +2746,15 @@
|
|
|
2640
2746
|
box-shadow: 0 0 0 2px var(--seed-color-bg-layer-default);
|
|
2641
2747
|
}
|
|
2642
2748
|
|
|
2749
|
+
.seed-avatar-stack__item--size_56:not(:first-child) {
|
|
2750
|
+
margin-left: -13px;
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
.seed-avatar-stack__item--size_56 {
|
|
2754
|
+
clip-path: inset(-3px);
|
|
2755
|
+
box-shadow: 0 0 0 3px var(--seed-color-bg-layer-default);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2643
2758
|
.seed-avatar-stack__item--size_64:not(:first-child) {
|
|
2644
2759
|
margin-left: -16px;
|
|
2645
2760
|
}
|
|
@@ -2818,7 +2933,7 @@
|
|
|
2818
2933
|
.seed-bottom-sheet__positioner {
|
|
2819
2934
|
overscroll-behavior-y: none;
|
|
2820
2935
|
--sheet-z-index: 2;
|
|
2821
|
-
z-index: calc(var(--sheet-z-index)
|
|
2936
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
2822
2937
|
justify-content: center;
|
|
2823
2938
|
align-items: flex-end;
|
|
2824
2939
|
display: flex;
|
|
@@ -2828,7 +2943,7 @@
|
|
|
2828
2943
|
|
|
2829
2944
|
.seed-bottom-sheet__backdrop {
|
|
2830
2945
|
background: var(--seed-color-bg-overlay);
|
|
2831
|
-
z-index: calc(var(--sheet-z-index)
|
|
2946
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
2832
2947
|
position: fixed;
|
|
2833
2948
|
inset: 0;
|
|
2834
2949
|
}
|
|
@@ -2844,7 +2959,7 @@
|
|
|
2844
2959
|
.seed-bottom-sheet__content {
|
|
2845
2960
|
box-sizing: border-box;
|
|
2846
2961
|
word-break: break-all;
|
|
2847
|
-
z-index: calc(var(--sheet-z-index)
|
|
2962
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
2848
2963
|
background: var(--seed-color-bg-layer-floating);
|
|
2849
2964
|
border-top-left-radius: var(--seed-radius-r6);
|
|
2850
2965
|
border-top-right-radius: var(--seed-radius-r6);
|
|
@@ -3051,13 +3166,13 @@
|
|
|
3051
3166
|
transform: translateX(-50%);
|
|
3052
3167
|
}
|
|
3053
3168
|
|
|
3054
|
-
@media (hover: hover) {
|
|
3169
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3055
3170
|
.seed-bottom-sheet-handle__root:is(:hover, [data-hover]) {
|
|
3056
3171
|
background-color: var(--seed-color-palette-gray-500);
|
|
3057
3172
|
}
|
|
3058
3173
|
}
|
|
3059
3174
|
|
|
3060
|
-
@media (hover:
|
|
3175
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3061
3176
|
.seed-bottom-sheet-handle__root:is(:active, [data-active]) {
|
|
3062
3177
|
background-color: var(--seed-color-palette-gray-500);
|
|
3063
3178
|
}
|
|
@@ -3162,7 +3277,7 @@
|
|
|
3162
3277
|
cursor: pointer;
|
|
3163
3278
|
width: var(--seed-dimension-x10);
|
|
3164
3279
|
height: var(--seed-dimension-x10);
|
|
3165
|
-
margin: calc((var(--seed-dimension-x10)
|
|
3280
|
+
margin: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * -.5);
|
|
3166
3281
|
border-radius: var(--seed-radius-r2_5);
|
|
3167
3282
|
transition: outline-color var(--seed-duration-d3) var(--seed-timing-function-easing);
|
|
3168
3283
|
outline: var(--seed-dimension-x0_5) solid transparent;
|
|
@@ -3188,13 +3303,13 @@
|
|
|
3188
3303
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
3189
3304
|
}
|
|
3190
3305
|
|
|
3191
|
-
@media (hover: hover) {
|
|
3306
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3192
3307
|
.seed-callout__root--tone_neutral:is(button, a):is(:hover, [data-hover]) {
|
|
3193
3308
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
3194
3309
|
}
|
|
3195
3310
|
}
|
|
3196
3311
|
|
|
3197
|
-
@media (hover:
|
|
3312
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3198
3313
|
.seed-callout__root--tone_neutral:is(button, a):is(:active, [data-active]) {
|
|
3199
3314
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
3200
3315
|
}
|
|
@@ -3210,13 +3325,13 @@
|
|
|
3210
3325
|
--seed-suffix-icon-color: var(--seed-color-fg-informative-contrast);
|
|
3211
3326
|
}
|
|
3212
3327
|
|
|
3213
|
-
@media (hover: hover) {
|
|
3328
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3214
3329
|
.seed-callout__root--tone_informative:is(button, a):is(:hover, [data-hover]) {
|
|
3215
3330
|
background-color: var(--seed-color-bg-informative-weak-pressed);
|
|
3216
3331
|
}
|
|
3217
3332
|
}
|
|
3218
3333
|
|
|
3219
|
-
@media (hover:
|
|
3334
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3220
3335
|
.seed-callout__root--tone_informative:is(button, a):is(:active, [data-active]) {
|
|
3221
3336
|
background-color: var(--seed-color-bg-informative-weak-pressed);
|
|
3222
3337
|
}
|
|
@@ -3232,13 +3347,13 @@
|
|
|
3232
3347
|
--seed-suffix-icon-color: var(--seed-color-fg-positive-contrast);
|
|
3233
3348
|
}
|
|
3234
3349
|
|
|
3235
|
-
@media (hover: hover) {
|
|
3350
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3236
3351
|
.seed-callout__root--tone_positive:is(button, a):is(:hover, [data-hover]) {
|
|
3237
3352
|
background-color: var(--seed-color-bg-positive-weak-pressed);
|
|
3238
3353
|
}
|
|
3239
3354
|
}
|
|
3240
3355
|
|
|
3241
|
-
@media (hover:
|
|
3356
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3242
3357
|
.seed-callout__root--tone_positive:is(button, a):is(:active, [data-active]) {
|
|
3243
3358
|
background-color: var(--seed-color-bg-positive-weak-pressed);
|
|
3244
3359
|
}
|
|
@@ -3254,13 +3369,13 @@
|
|
|
3254
3369
|
--seed-suffix-icon-color: var(--seed-color-fg-warning-contrast);
|
|
3255
3370
|
}
|
|
3256
3371
|
|
|
3257
|
-
@media (hover: hover) {
|
|
3372
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3258
3373
|
.seed-callout__root--tone_warning:is(button, a):is(:hover, [data-hover]) {
|
|
3259
3374
|
background-color: var(--seed-color-bg-warning-weak-pressed);
|
|
3260
3375
|
}
|
|
3261
3376
|
}
|
|
3262
3377
|
|
|
3263
|
-
@media (hover:
|
|
3378
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3264
3379
|
.seed-callout__root--tone_warning:is(button, a):is(:active, [data-active]) {
|
|
3265
3380
|
background-color: var(--seed-color-bg-warning-weak-pressed);
|
|
3266
3381
|
}
|
|
@@ -3276,13 +3391,13 @@
|
|
|
3276
3391
|
--seed-suffix-icon-color: var(--seed-color-fg-critical-contrast);
|
|
3277
3392
|
}
|
|
3278
3393
|
|
|
3279
|
-
@media (hover: hover) {
|
|
3394
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3280
3395
|
.seed-callout__root--tone_critical:is(button, a):is(:hover, [data-hover]) {
|
|
3281
3396
|
background-color: var(--seed-color-bg-critical-weak-pressed);
|
|
3282
3397
|
}
|
|
3283
3398
|
}
|
|
3284
3399
|
|
|
3285
|
-
@media (hover:
|
|
3400
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3286
3401
|
.seed-callout__root--tone_critical:is(button, a):is(:active, [data-active]) {
|
|
3287
3402
|
background-color: var(--seed-color-bg-critical-weak-pressed);
|
|
3288
3403
|
}
|
|
@@ -3298,13 +3413,13 @@
|
|
|
3298
3413
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
3299
3414
|
}
|
|
3300
3415
|
|
|
3301
|
-
@media (hover: hover) {
|
|
3416
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3302
3417
|
.seed-callout__root--tone_magic:is(button, a):is(:hover, [data-hover]) {
|
|
3303
3418
|
background-image: linear-gradient(88deg, var(--seed-gradient-glow-magic-pressed));
|
|
3304
3419
|
}
|
|
3305
3420
|
}
|
|
3306
3421
|
|
|
3307
|
-
@media (hover:
|
|
3422
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3308
3423
|
.seed-callout__root--tone_magic:is(button, a):is(:active, [data-active]) {
|
|
3309
3424
|
background-image: linear-gradient(88deg, var(--seed-gradient-glow-magic-pressed));
|
|
3310
3425
|
}
|
|
@@ -3347,7 +3462,7 @@
|
|
|
3347
3462
|
|
|
3348
3463
|
.seed-checkbox__root--size_large {
|
|
3349
3464
|
min-height: var(--seed-dimension-x9);
|
|
3350
|
-
--checkmark-margin-top: calc((var(--seed-dimension-x9)
|
|
3465
|
+
--checkmark-margin-top: calc((var(--seed-dimension-x9) - var(--seed-dimension-x6)) / 2);
|
|
3351
3466
|
}
|
|
3352
3467
|
|
|
3353
3468
|
.seed-checkbox__label--size_large {
|
|
@@ -3358,7 +3473,7 @@
|
|
|
3358
3473
|
|
|
3359
3474
|
.seed-checkbox__root--size_medium {
|
|
3360
3475
|
min-height: var(--seed-dimension-x8);
|
|
3361
|
-
--checkmark-margin-top: calc((var(--seed-dimension-x8)
|
|
3476
|
+
--checkmark-margin-top: calc((var(--seed-dimension-x8) - var(--seed-dimension-x5)) / 2);
|
|
3362
3477
|
}
|
|
3363
3478
|
|
|
3364
3479
|
.seed-checkbox__label--size_medium {
|
|
@@ -3408,13 +3523,13 @@
|
|
|
3408
3523
|
border-width: 0;
|
|
3409
3524
|
}
|
|
3410
3525
|
|
|
3411
|
-
@media (hover: hover) {
|
|
3526
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3412
3527
|
.seed-checkmark__root--variant_square:not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]) {
|
|
3413
3528
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3414
3529
|
}
|
|
3415
3530
|
}
|
|
3416
3531
|
|
|
3417
|
-
@media (hover:
|
|
3532
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3418
3533
|
.seed-checkmark__root--variant_square:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
3419
3534
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3420
3535
|
}
|
|
@@ -3433,13 +3548,13 @@
|
|
|
3433
3548
|
color: var(--seed-color-fg-disabled);
|
|
3434
3549
|
}
|
|
3435
3550
|
|
|
3436
|
-
@media (hover: hover) {
|
|
3551
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3437
3552
|
.seed-checkmark__root--variant_ghost:not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]) {
|
|
3438
3553
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3439
3554
|
}
|
|
3440
3555
|
}
|
|
3441
3556
|
|
|
3442
|
-
@media (hover:
|
|
3557
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3443
3558
|
.seed-checkmark__root--variant_ghost:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
3444
3559
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3445
3560
|
}
|
|
@@ -3471,13 +3586,13 @@
|
|
|
3471
3586
|
background: var(--seed-color-bg-neutral-inverted);
|
|
3472
3587
|
}
|
|
3473
3588
|
|
|
3474
|
-
@media (hover: hover) {
|
|
3589
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3475
3590
|
.seed-checkmark__root--variant_square-tone_neutral:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:hover, [data-hover]) {
|
|
3476
3591
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3477
3592
|
}
|
|
3478
3593
|
}
|
|
3479
3594
|
|
|
3480
|
-
@media (hover:
|
|
3595
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3481
3596
|
.seed-checkmark__root--variant_square-tone_neutral:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:active, [data-active]) {
|
|
3482
3597
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3483
3598
|
}
|
|
@@ -3491,13 +3606,13 @@
|
|
|
3491
3606
|
background: var(--seed-color-bg-brand-solid);
|
|
3492
3607
|
}
|
|
3493
3608
|
|
|
3494
|
-
@media (hover: hover) {
|
|
3609
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3495
3610
|
.seed-checkmark__root--variant_square-tone_brand:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:hover, [data-hover]) {
|
|
3496
3611
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
3497
3612
|
}
|
|
3498
3613
|
}
|
|
3499
3614
|
|
|
3500
|
-
@media (hover:
|
|
3615
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3501
3616
|
.seed-checkmark__root--variant_square-tone_brand:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:active, [data-active]) {
|
|
3502
3617
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
3503
3618
|
}
|
|
@@ -3507,13 +3622,13 @@
|
|
|
3507
3622
|
color: var(--seed-color-palette-static-white);
|
|
3508
3623
|
}
|
|
3509
3624
|
|
|
3510
|
-
@media (hover: hover) {
|
|
3625
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3511
3626
|
.seed-checkmark__root--variant_ghost-tone_neutral:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:hover, [data-hover]) {
|
|
3512
3627
|
background: var(--seed-color-palette-gray-200);
|
|
3513
3628
|
}
|
|
3514
3629
|
}
|
|
3515
3630
|
|
|
3516
|
-
@media (hover:
|
|
3631
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3517
3632
|
.seed-checkmark__root--variant_ghost-tone_neutral:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:active, [data-active]) {
|
|
3518
3633
|
background: var(--seed-color-palette-gray-200);
|
|
3519
3634
|
}
|
|
@@ -3523,13 +3638,13 @@
|
|
|
3523
3638
|
color: var(--seed-color-fg-neutral);
|
|
3524
3639
|
}
|
|
3525
3640
|
|
|
3526
|
-
@media (hover: hover) {
|
|
3641
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3527
3642
|
.seed-checkmark__root--variant_ghost-tone_brand:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:hover, [data-hover]) {
|
|
3528
3643
|
background: var(--seed-color-palette-carrot-200);
|
|
3529
3644
|
}
|
|
3530
3645
|
}
|
|
3531
3646
|
|
|
3532
|
-
@media (hover:
|
|
3647
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3533
3648
|
.seed-checkmark__root--variant_ghost-tone_brand:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, :indeterminate, [data-checked], [data-indeterminate]):is(:active, [data-active]) {
|
|
3534
3649
|
background: var(--seed-color-palette-carrot-200);
|
|
3535
3650
|
}
|
|
@@ -3632,25 +3747,25 @@
|
|
|
3632
3747
|
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
3633
3748
|
}
|
|
3634
3749
|
|
|
3635
|
-
@media (hover: hover) {
|
|
3750
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3636
3751
|
.seed-chip__root--variant_solid:is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3637
3752
|
background: var(--seed-color-bg-neutral-weak-alpha-pressed);
|
|
3638
3753
|
}
|
|
3639
3754
|
}
|
|
3640
3755
|
|
|
3641
|
-
@media (hover:
|
|
3756
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3642
3757
|
.seed-chip__root--variant_solid:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3643
3758
|
background: var(--seed-color-bg-neutral-weak-alpha-pressed);
|
|
3644
3759
|
}
|
|
3645
3760
|
}
|
|
3646
3761
|
|
|
3647
|
-
@media (hover: hover) {
|
|
3762
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3648
3763
|
.seed-chip__root--variant_solid:is(:checked, [data-checked]):is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3649
3764
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3650
3765
|
}
|
|
3651
3766
|
}
|
|
3652
3767
|
|
|
3653
|
-
@media (hover:
|
|
3768
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3654
3769
|
.seed-chip__root--variant_solid:is(:checked, [data-checked]):is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3655
3770
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3656
3771
|
}
|
|
@@ -3678,13 +3793,13 @@
|
|
|
3678
3793
|
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
3679
3794
|
}
|
|
3680
3795
|
|
|
3681
|
-
@media (hover: hover) {
|
|
3796
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3682
3797
|
.seed-chip__root--variant_outlineStrong:is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3683
3798
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3684
3799
|
}
|
|
3685
3800
|
}
|
|
3686
3801
|
|
|
3687
|
-
@media (hover:
|
|
3802
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3688
3803
|
.seed-chip__root--variant_outlineStrong:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3689
3804
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3690
3805
|
}
|
|
@@ -3695,13 +3810,13 @@
|
|
|
3695
3810
|
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
3696
3811
|
}
|
|
3697
3812
|
|
|
3698
|
-
@media (hover: hover) {
|
|
3813
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3699
3814
|
.seed-chip__root--variant_outlineStrong:is(:checked, [data-checked]):is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3700
3815
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3701
3816
|
}
|
|
3702
3817
|
}
|
|
3703
3818
|
|
|
3704
|
-
@media (hover:
|
|
3819
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3705
3820
|
.seed-chip__root--variant_outlineStrong:is(:checked, [data-checked]):is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3706
3821
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3707
3822
|
}
|
|
@@ -3729,13 +3844,13 @@
|
|
|
3729
3844
|
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
3730
3845
|
}
|
|
3731
3846
|
|
|
3732
|
-
@media (hover: hover) {
|
|
3847
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3733
3848
|
.seed-chip__root--variant_outlineWeak:is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3734
3849
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3735
3850
|
}
|
|
3736
3851
|
}
|
|
3737
3852
|
|
|
3738
|
-
@media (hover:
|
|
3853
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3739
3854
|
.seed-chip__root--variant_outlineWeak:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3740
3855
|
background: var(--seed-color-bg-transparent-pressed);
|
|
3741
3856
|
}
|
|
@@ -3746,13 +3861,13 @@
|
|
|
3746
3861
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-contrast);
|
|
3747
3862
|
}
|
|
3748
3863
|
|
|
3749
|
-
@media (hover: hover) {
|
|
3864
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3750
3865
|
.seed-chip__root--variant_outlineWeak:is(:checked, [data-checked]):is(:hover, [data-hover]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3751
3866
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
3752
3867
|
}
|
|
3753
3868
|
}
|
|
3754
3869
|
|
|
3755
|
-
@media (hover:
|
|
3870
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3756
3871
|
.seed-chip__root--variant_outlineWeak:is(:checked, [data-checked]):is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3757
3872
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
3758
3873
|
}
|
|
@@ -3930,25 +4045,25 @@
|
|
|
3930
4045
|
color: var(--seed-color-fg-neutral-inverted);
|
|
3931
4046
|
}
|
|
3932
4047
|
|
|
3933
|
-
@media (hover: hover) {
|
|
4048
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3934
4049
|
.seed-chip-tabs__trigger--variant_neutralSolid:is(:hover, [data-hover]) {
|
|
3935
4050
|
background-color: var(--seed-color-bg-neutral-weak-alpha-pressed);
|
|
3936
4051
|
}
|
|
3937
4052
|
}
|
|
3938
4053
|
|
|
3939
|
-
@media (hover:
|
|
4054
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3940
4055
|
.seed-chip-tabs__trigger--variant_neutralSolid:is(:active, [data-active]) {
|
|
3941
4056
|
background-color: var(--seed-color-bg-neutral-weak-alpha-pressed);
|
|
3942
4057
|
}
|
|
3943
4058
|
}
|
|
3944
4059
|
|
|
3945
|
-
@media (hover: hover) {
|
|
4060
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3946
4061
|
.seed-chip-tabs__trigger--variant_neutralSolid:is([aria-selected="true"], [data-selected]):is(:hover, [data-hover]) {
|
|
3947
4062
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3948
4063
|
}
|
|
3949
4064
|
}
|
|
3950
4065
|
|
|
3951
|
-
@media (hover:
|
|
4066
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3952
4067
|
.seed-chip-tabs__trigger--variant_neutralSolid:is([aria-selected="true"], [data-selected]):is(:active, [data-active]) {
|
|
3953
4068
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3954
4069
|
}
|
|
@@ -3976,25 +4091,25 @@
|
|
|
3976
4091
|
border-color: #0000;
|
|
3977
4092
|
}
|
|
3978
4093
|
|
|
3979
|
-
@media (hover: hover) {
|
|
4094
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3980
4095
|
.seed-chip-tabs__trigger--variant_neutralOutline:is(:hover, [data-hover]) {
|
|
3981
4096
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
3982
4097
|
}
|
|
3983
4098
|
}
|
|
3984
4099
|
|
|
3985
|
-
@media (hover:
|
|
4100
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3986
4101
|
.seed-chip-tabs__trigger--variant_neutralOutline:is(:active, [data-active]) {
|
|
3987
4102
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
3988
4103
|
}
|
|
3989
4104
|
}
|
|
3990
4105
|
|
|
3991
|
-
@media (hover: hover) {
|
|
4106
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3992
4107
|
.seed-chip-tabs__trigger--variant_neutralOutline:is([aria-selected="true"], [data-selected]):is(:hover, [data-hover]) {
|
|
3993
4108
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
3994
4109
|
}
|
|
3995
4110
|
}
|
|
3996
4111
|
|
|
3997
|
-
@media (hover:
|
|
4112
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
3998
4113
|
.seed-chip-tabs__trigger--variant_neutralOutline:is([aria-selected="true"], [data-selected]):is(:active, [data-active]) {
|
|
3999
4114
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
4000
4115
|
}
|
|
@@ -4020,25 +4135,25 @@
|
|
|
4020
4135
|
color: var(--seed-color-palette-static-white);
|
|
4021
4136
|
}
|
|
4022
4137
|
|
|
4023
|
-
@media (hover: hover) {
|
|
4138
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4024
4139
|
.seed-chip-tabs__trigger--variant_brandSolid:is(:hover, [data-hover]) {
|
|
4025
4140
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
4026
4141
|
}
|
|
4027
4142
|
}
|
|
4028
4143
|
|
|
4029
|
-
@media (hover:
|
|
4144
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
4030
4145
|
.seed-chip-tabs__trigger--variant_brandSolid:is(:active, [data-active]) {
|
|
4031
4146
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
4032
4147
|
}
|
|
4033
4148
|
}
|
|
4034
4149
|
|
|
4035
|
-
@media (hover: hover) {
|
|
4150
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4036
4151
|
.seed-chip-tabs__trigger--variant_brandSolid:is([aria-selected="true"], [data-selected]):is(:hover, [data-hover]) {
|
|
4037
4152
|
background-color: var(--seed-color-bg-brand-solid-pressed);
|
|
4038
4153
|
}
|
|
4039
4154
|
}
|
|
4040
4155
|
|
|
4041
|
-
@media (hover:
|
|
4156
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
4042
4157
|
.seed-chip-tabs__trigger--variant_brandSolid:is([aria-selected="true"], [data-selected]):is(:active, [data-active]) {
|
|
4043
4158
|
background-color: var(--seed-color-bg-brand-solid-pressed);
|
|
4044
4159
|
}
|
|
@@ -4167,13 +4282,13 @@
|
|
|
4167
4282
|
--range-color: var(--seed-color-fg-neutral-inverted);
|
|
4168
4283
|
}
|
|
4169
4284
|
|
|
4170
|
-
@media (hover: hover) {
|
|
4285
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4171
4286
|
.seed-contextual-floating-button--variant_solid:is(:hover, [data-hover]) {
|
|
4172
4287
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
4173
4288
|
}
|
|
4174
4289
|
}
|
|
4175
4290
|
|
|
4176
|
-
@media (hover:
|
|
4291
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
4177
4292
|
.seed-contextual-floating-button--variant_solid:is(:active, [data-active]) {
|
|
4178
4293
|
background: var(--seed-color-bg-neutral-inverted-pressed);
|
|
4179
4294
|
}
|
|
@@ -4199,13 +4314,13 @@
|
|
|
4199
4314
|
--range-color: var(--seed-color-fg-neutral);
|
|
4200
4315
|
}
|
|
4201
4316
|
|
|
4202
|
-
@media (hover: hover) {
|
|
4317
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4203
4318
|
.seed-contextual-floating-button--variant_layer:is(:hover, [data-hover]) {
|
|
4204
4319
|
background: var(--seed-color-bg-layer-floating-pressed);
|
|
4205
4320
|
}
|
|
4206
4321
|
}
|
|
4207
4322
|
|
|
4208
|
-
@media (hover:
|
|
4323
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
4209
4324
|
.seed-contextual-floating-button--variant_layer:is(:active, [data-active]) {
|
|
4210
4325
|
background: var(--seed-color-bg-layer-floating-pressed);
|
|
4211
4326
|
}
|
|
@@ -4339,7 +4454,7 @@
|
|
|
4339
4454
|
.seed-dialog__positioner {
|
|
4340
4455
|
overscroll-behavior-y: none;
|
|
4341
4456
|
--dialog-z-index: 2;
|
|
4342
|
-
z-index: calc(var(--dialog-z-index)
|
|
4457
|
+
z-index: calc(var(--dialog-z-index) + var(--layer-index, 0));
|
|
4343
4458
|
justify-content: center;
|
|
4344
4459
|
align-items: center;
|
|
4345
4460
|
display: flex;
|
|
@@ -4349,7 +4464,7 @@
|
|
|
4349
4464
|
|
|
4350
4465
|
.seed-dialog__backdrop {
|
|
4351
4466
|
background: var(--seed-color-bg-overlay);
|
|
4352
|
-
z-index: calc(var(--dialog-z-index)
|
|
4467
|
+
z-index: calc(var(--dialog-z-index) + var(--layer-index, 0));
|
|
4353
4468
|
position: fixed;
|
|
4354
4469
|
inset: 0;
|
|
4355
4470
|
}
|
|
@@ -4357,7 +4472,7 @@
|
|
|
4357
4472
|
.seed-dialog__content {
|
|
4358
4473
|
box-sizing: border-box;
|
|
4359
4474
|
word-break: break-all;
|
|
4360
|
-
z-index: calc(var(--dialog-z-index)
|
|
4475
|
+
z-index: calc(var(--dialog-z-index) + var(--layer-index, 0));
|
|
4361
4476
|
background: var(--seed-color-bg-layer-floating);
|
|
4362
4477
|
max-width: 272px;
|
|
4363
4478
|
margin: auto var(--seed-dimension-x8);
|
|
@@ -4449,7 +4564,7 @@
|
|
|
4449
4564
|
.seed-extended-action-sheet__positioner {
|
|
4450
4565
|
overscroll-behavior-y: none;
|
|
4451
4566
|
--sheet-z-index: 2;
|
|
4452
|
-
z-index: calc(var(--sheet-z-index)
|
|
4567
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
4453
4568
|
justify-content: center;
|
|
4454
4569
|
align-items: flex-end;
|
|
4455
4570
|
display: flex;
|
|
@@ -4459,7 +4574,7 @@
|
|
|
4459
4574
|
|
|
4460
4575
|
.seed-extended-action-sheet__backdrop {
|
|
4461
4576
|
background: var(--seed-color-bg-overlay);
|
|
4462
|
-
z-index: calc(var(--sheet-z-index)
|
|
4577
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
4463
4578
|
position: fixed;
|
|
4464
4579
|
inset: 0;
|
|
4465
4580
|
}
|
|
@@ -4488,7 +4603,7 @@
|
|
|
4488
4603
|
.seed-extended-action-sheet__content {
|
|
4489
4604
|
box-sizing: border-box;
|
|
4490
4605
|
word-break: break-all;
|
|
4491
|
-
z-index: calc(var(--sheet-z-index)
|
|
4606
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
4492
4607
|
background: var(--seed-color-bg-layer-floating);
|
|
4493
4608
|
padding-inline: var(--seed-dimension-spacing-x-global-gutter);
|
|
4494
4609
|
padding-block: var(--seed-dimension-x4);
|
|
@@ -4760,7 +4875,7 @@
|
|
|
4760
4875
|
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
4761
4876
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
4762
4877
|
--seed-prefix-icon-margin-right: var(--seed-dimension-x1_5);
|
|
4763
|
-
--seed-prefix-icon-margin-top: calc((var(--seed-line-height-t4)
|
|
4878
|
+
--seed-prefix-icon-margin-top: calc((var(--seed-line-height-t4) - var(--seed-dimension-x4)) / 2);
|
|
4764
4879
|
display: flex;
|
|
4765
4880
|
}
|
|
4766
4881
|
|
|
@@ -4772,7 +4887,7 @@
|
|
|
4772
4887
|
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
4773
4888
|
--seed-prefix-icon-color: var(--seed-color-fg-critical);
|
|
4774
4889
|
--seed-prefix-icon-margin-right: var(--seed-dimension-x1_5);
|
|
4775
|
-
--seed-prefix-icon-margin-top: calc((var(--seed-line-height-t4)
|
|
4890
|
+
--seed-prefix-icon-margin-top: calc((var(--seed-line-height-t4) - var(--seed-dimension-x4)) / 2);
|
|
4776
4891
|
display: flex;
|
|
4777
4892
|
}
|
|
4778
4893
|
|
|
@@ -4880,13 +4995,13 @@
|
|
|
4880
4995
|
overflow: hidden;
|
|
4881
4996
|
}
|
|
4882
4997
|
|
|
4883
|
-
@media (hover: hover) {
|
|
4998
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4884
4999
|
.seed-floating-action-button__root:is(:hover, [data-hover]) {
|
|
4885
5000
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
4886
5001
|
}
|
|
4887
5002
|
}
|
|
4888
5003
|
|
|
4889
|
-
@media (hover:
|
|
5004
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
4890
5005
|
.seed-floating-action-button__root:is(:active, [data-active]) {
|
|
4891
5006
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
4892
5007
|
}
|
|
@@ -4944,7 +5059,7 @@
|
|
|
4944
5059
|
|
|
4945
5060
|
.seed-help-bubble__positioner {
|
|
4946
5061
|
--popover-z-index: 99;
|
|
4947
|
-
z-index: calc(var(--popover-z-index)
|
|
5062
|
+
z-index: calc(var(--popover-z-index) + var(--z-index-offset, 0));
|
|
4948
5063
|
}
|
|
4949
5064
|
|
|
4950
5065
|
.seed-help-bubble__content {
|
|
@@ -5023,10 +5138,10 @@
|
|
|
5023
5138
|
.seed-help-bubble__closeButton {
|
|
5024
5139
|
cursor: pointer;
|
|
5025
5140
|
padding: calc((38px - var(--seed-dimension-x3_5)) / 2);
|
|
5026
|
-
margin-left: calc(var(--seed-dimension-x1)
|
|
5141
|
+
margin-left: calc(var(--seed-dimension-x1) - ((38px - var(--seed-dimension-x3_5)) / 2));
|
|
5027
5142
|
margin-right: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2));
|
|
5028
|
-
margin-top: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2)
|
|
5029
|
-
margin-bottom: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2)
|
|
5143
|
+
margin-top: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2) + var(--seed-dimension-x0_5));
|
|
5144
|
+
margin-bottom: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2) + var(--seed-dimension-x0_5));
|
|
5030
5145
|
color: var(--seed-color-fg-neutral-inverted);
|
|
5031
5146
|
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
5032
5147
|
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
@@ -5081,11 +5196,19 @@
|
|
|
5081
5196
|
display: block;
|
|
5082
5197
|
}
|
|
5083
5198
|
|
|
5199
|
+
.seed-image-frame__content:not([data-loading-state="loaded"]) {
|
|
5200
|
+
display: none;
|
|
5201
|
+
}
|
|
5202
|
+
|
|
5084
5203
|
.seed-image-frame__fallback {
|
|
5085
5204
|
width: 100%;
|
|
5086
5205
|
height: 100%;
|
|
5087
5206
|
}
|
|
5088
5207
|
|
|
5208
|
+
.seed-image-frame__fallback[data-loading-state="loaded"] {
|
|
5209
|
+
display: none;
|
|
5210
|
+
}
|
|
5211
|
+
|
|
5089
5212
|
.seed-image-frame__root--stroke_true:after {
|
|
5090
5213
|
content: "";
|
|
5091
5214
|
pointer-events: none;
|
|
@@ -5139,10 +5262,10 @@
|
|
|
5139
5262
|
|
|
5140
5263
|
.seed-image-frame-reaction-button__root:before {
|
|
5141
5264
|
content: "";
|
|
5142
|
-
top: calc((var(--seed-dimension-x10)
|
|
5143
|
-
right: calc((var(--seed-dimension-x10)
|
|
5144
|
-
bottom: calc((var(--seed-dimension-x10)
|
|
5145
|
-
left: calc((var(--seed-dimension-x10)
|
|
5265
|
+
top: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
5266
|
+
right: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
5267
|
+
bottom: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
5268
|
+
left: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
5146
5269
|
outline: var(--seed-dimension-x0_5) solid transparent;
|
|
5147
5270
|
outline-offset: calc(var(--seed-dimension-x0_5) * -1);
|
|
5148
5271
|
transition: outline-color var(--seed-duration-d3) var(--seed-timing-function-easing);
|
|
@@ -5193,7 +5316,7 @@
|
|
|
5193
5316
|
padding-block: var(--seed-dimension-x2_5);
|
|
5194
5317
|
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
5195
5318
|
--seed-prefix-icon-margin-right: var(--seed-dimension-x2);
|
|
5196
|
-
--seed-prefix-icon-margin-top: calc((var(--seed-dimension-x10)
|
|
5319
|
+
--seed-prefix-icon-margin-top: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * .5 - var(--seed-dimension-x2_5));
|
|
5197
5320
|
--seed-suffix-icon-size: var(--seed-dimension-x4);
|
|
5198
5321
|
--seed-suffix-icon-margin-left: var(--seed-dimension-x4);
|
|
5199
5322
|
--seed-suffix-icon-align-self: center;
|
|
@@ -5250,8 +5373,8 @@
|
|
|
5250
5373
|
.seed-inline-banner__closeButton {
|
|
5251
5374
|
width: var(--seed-dimension-x10);
|
|
5252
5375
|
height: var(--seed-dimension-x10);
|
|
5253
|
-
margin: calc((var(--seed-dimension-x10)
|
|
5254
|
-
margin-left: calc((var(--seed-dimension-x10)
|
|
5376
|
+
margin: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * -.5);
|
|
5377
|
+
margin-left: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * -.5 + var(--seed-dimension-x4));
|
|
5255
5378
|
--seed-suffix-icon-margin-left: initial;
|
|
5256
5379
|
cursor: pointer;
|
|
5257
5380
|
background-color: #0000;
|
|
@@ -5383,13 +5506,13 @@
|
|
|
5383
5506
|
background-color: var(--seed-color-bg-disabled);
|
|
5384
5507
|
}
|
|
5385
5508
|
|
|
5386
|
-
@media (hover: hover) {
|
|
5509
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5387
5510
|
.seed-input-button__button:not([data-disabled]):not([data-readonly]):is(:hover, [data-hover]) {
|
|
5388
5511
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5389
5512
|
}
|
|
5390
5513
|
}
|
|
5391
5514
|
|
|
5392
|
-
@media (hover:
|
|
5515
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
5393
5516
|
.seed-input-button__button:not([data-disabled]):not([data-readonly]):is(:active, [data-active]) {
|
|
5394
5517
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5395
5518
|
}
|
|
@@ -5679,7 +5802,7 @@
|
|
|
5679
5802
|
inset: 0;
|
|
5680
5803
|
}
|
|
5681
5804
|
|
|
5682
|
-
@media (hover: hover) {
|
|
5805
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5683
5806
|
.seed-list-item__content:is(button, a):not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]):before {
|
|
5684
5807
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5685
5808
|
left: var(--seed-dimension-x1_5);
|
|
@@ -5688,7 +5811,7 @@
|
|
|
5688
5811
|
}
|
|
5689
5812
|
}
|
|
5690
5813
|
|
|
5691
|
-
@media (hover:
|
|
5814
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
5692
5815
|
.seed-list-item__content:is(button, a):not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]):before {
|
|
5693
5816
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5694
5817
|
left: var(--seed-dimension-x1_5);
|
|
@@ -5697,7 +5820,7 @@
|
|
|
5697
5820
|
}
|
|
5698
5821
|
}
|
|
5699
5822
|
|
|
5700
|
-
@media (hover: hover) {
|
|
5823
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5701
5824
|
.seed-list-item__content:not(:is(:disabled, [disabled], [data-disabled]))[data-hover]:before {
|
|
5702
5825
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5703
5826
|
left: var(--seed-dimension-x1_5);
|
|
@@ -5706,7 +5829,7 @@
|
|
|
5706
5829
|
}
|
|
5707
5830
|
}
|
|
5708
5831
|
|
|
5709
|
-
@media (hover:
|
|
5832
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
5710
5833
|
.seed-list-item__content:not(:is(:disabled, [disabled], [data-disabled]))[data-active]:before {
|
|
5711
5834
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5712
5835
|
left: var(--seed-dimension-x1_5);
|
|
@@ -5742,25 +5865,25 @@
|
|
|
5742
5865
|
background-color: var(--seed-color-bg-brand-weak);
|
|
5743
5866
|
}
|
|
5744
5867
|
|
|
5745
|
-
@media (hover: hover) {
|
|
5868
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5746
5869
|
.seed-list-item__content--highlighted_true:is(button, a):not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]):before {
|
|
5747
5870
|
background-color: var(--seed-color-bg-brand-weak-pressed);
|
|
5748
5871
|
}
|
|
5749
5872
|
}
|
|
5750
5873
|
|
|
5751
|
-
@media (hover:
|
|
5874
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
5752
5875
|
.seed-list-item__content--highlighted_true:is(button, a):not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]):before {
|
|
5753
5876
|
background-color: var(--seed-color-bg-brand-weak-pressed);
|
|
5754
5877
|
}
|
|
5755
5878
|
}
|
|
5756
5879
|
|
|
5757
|
-
@media (hover: hover) {
|
|
5880
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5758
5881
|
.seed-list-item__content--highlighted_true:not(:is(:disabled, [disabled], [data-disabled]))[data-hover]:before {
|
|
5759
5882
|
background-color: var(--seed-color-bg-brand-weak-pressed);
|
|
5760
5883
|
}
|
|
5761
5884
|
}
|
|
5762
5885
|
|
|
5763
|
-
@media (hover:
|
|
5886
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
5764
5887
|
.seed-list-item__content--highlighted_true:not(:is(:disabled, [disabled], [data-disabled]))[data-active]:before {
|
|
5765
5888
|
background-color: var(--seed-color-bg-brand-weak-pressed);
|
|
5766
5889
|
}
|
|
@@ -5896,7 +6019,7 @@
|
|
|
5896
6019
|
.seed-menu-sheet__positioner {
|
|
5897
6020
|
overscroll-behavior-y: none;
|
|
5898
6021
|
--sheet-z-index: 2;
|
|
5899
|
-
z-index: calc(var(--sheet-z-index)
|
|
6022
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
5900
6023
|
justify-content: center;
|
|
5901
6024
|
align-items: flex-end;
|
|
5902
6025
|
display: flex;
|
|
@@ -5906,7 +6029,7 @@
|
|
|
5906
6029
|
|
|
5907
6030
|
.seed-menu-sheet__backdrop {
|
|
5908
6031
|
background: var(--seed-color-bg-overlay);
|
|
5909
|
-
z-index: calc(var(--sheet-z-index)
|
|
6032
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
5910
6033
|
position: fixed;
|
|
5911
6034
|
inset: 0;
|
|
5912
6035
|
}
|
|
@@ -5914,12 +6037,12 @@
|
|
|
5914
6037
|
.seed-menu-sheet__content {
|
|
5915
6038
|
box-sizing: border-box;
|
|
5916
6039
|
word-break: break-all;
|
|
5917
|
-
z-index: calc(var(--sheet-z-index)
|
|
6040
|
+
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
5918
6041
|
background: var(--seed-color-bg-layer-floating);
|
|
5919
6042
|
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
5920
6043
|
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
5921
6044
|
padding-top: var(--seed-dimension-x4);
|
|
5922
|
-
padding-bottom: calc(var(--seed-dimension-x4)
|
|
6045
|
+
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5923
6046
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5924
6047
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5925
6048
|
flex-direction: column;
|
|
@@ -5995,13 +6118,13 @@
|
|
|
5995
6118
|
display: flex;
|
|
5996
6119
|
}
|
|
5997
6120
|
|
|
5998
|
-
@media (hover: hover) {
|
|
6121
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5999
6122
|
.seed-menu-sheet__closeButton:is(:hover, [data-hover]) {
|
|
6000
6123
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
6001
6124
|
}
|
|
6002
6125
|
}
|
|
6003
6126
|
|
|
6004
|
-
@media (hover:
|
|
6127
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6005
6128
|
.seed-menu-sheet__closeButton:is(:active, [data-active]) {
|
|
6006
6129
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
6007
6130
|
}
|
|
@@ -6075,13 +6198,13 @@
|
|
|
6075
6198
|
display: flex;
|
|
6076
6199
|
}
|
|
6077
6200
|
|
|
6078
|
-
@media (hover: hover) {
|
|
6201
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6079
6202
|
.seed-menu-sheet-item__root:is(:hover, [data-hover]) {
|
|
6080
6203
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
6081
6204
|
}
|
|
6082
6205
|
}
|
|
6083
6206
|
|
|
6084
|
-
@media (hover:
|
|
6207
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6085
6208
|
.seed-menu-sheet-item__root:is(:active, [data-active]) {
|
|
6086
6209
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
6087
6210
|
}
|
|
@@ -6241,7 +6364,7 @@
|
|
|
6241
6364
|
padding-bottom: var(--seed-dimension-x2_5);
|
|
6242
6365
|
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
6243
6366
|
--seed-prefix-icon-margin-right: var(--seed-dimension-x2);
|
|
6244
|
-
--seed-prefix-icon-margin-top: calc((var(--seed-dimension-x10)
|
|
6367
|
+
--seed-prefix-icon-margin-top: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * .5 - var(--seed-dimension-x2_5));
|
|
6245
6368
|
--seed-suffix-icon-size: var(--seed-dimension-x4);
|
|
6246
6369
|
--seed-suffix-icon-margin-left: var(--seed-dimension-x2);
|
|
6247
6370
|
--seed-suffix-icon-align-self: center;
|
|
@@ -6296,8 +6419,8 @@
|
|
|
6296
6419
|
|
|
6297
6420
|
.seed-page-banner__button {
|
|
6298
6421
|
cursor: pointer;
|
|
6299
|
-
margin: calc((var(--seed-dimension-x10)
|
|
6300
|
-
padding: calc((var(--seed-dimension-x10)
|
|
6422
|
+
margin: calc((var(--seed-dimension-x10) - var(--seed-line-height-t3)) * .5 * -1);
|
|
6423
|
+
padding: calc((var(--seed-dimension-x10) - var(--seed-line-height-t3)) * .5);
|
|
6301
6424
|
font-family: inherit;
|
|
6302
6425
|
font-size: var(--seed-font-size-t3);
|
|
6303
6426
|
line-height: var(--seed-line-height-t3);
|
|
@@ -6320,8 +6443,8 @@
|
|
|
6320
6443
|
.seed-page-banner__closeButton {
|
|
6321
6444
|
width: var(--seed-dimension-x10);
|
|
6322
6445
|
height: var(--seed-dimension-x10);
|
|
6323
|
-
margin: calc((var(--seed-dimension-x10)
|
|
6324
|
-
margin-left: calc((var(--seed-dimension-x10)
|
|
6446
|
+
margin: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * -.5);
|
|
6447
|
+
margin-left: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * -.5 + var(--seed-dimension-x2));
|
|
6325
6448
|
--seed-suffix-icon-margin-left: initial;
|
|
6326
6449
|
cursor: pointer;
|
|
6327
6450
|
border-radius: var(--seed-radius-r1);
|
|
@@ -6350,13 +6473,13 @@
|
|
|
6350
6473
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
6351
6474
|
}
|
|
6352
6475
|
|
|
6353
|
-
@media (hover: hover) {
|
|
6476
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6354
6477
|
.seed-page-banner__root--tone_neutral-variant_weak:is(button):is(:hover, [data-hover]) {
|
|
6355
6478
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
6356
6479
|
}
|
|
6357
6480
|
}
|
|
6358
6481
|
|
|
6359
|
-
@media (hover:
|
|
6482
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6360
6483
|
.seed-page-banner__root--tone_neutral-variant_weak:is(button):is(:active, [data-active]) {
|
|
6361
6484
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
6362
6485
|
}
|
|
@@ -6372,13 +6495,13 @@
|
|
|
6372
6495
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
6373
6496
|
}
|
|
6374
6497
|
|
|
6375
|
-
@media (hover: hover) {
|
|
6498
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6376
6499
|
.seed-page-banner__root--tone_neutral-variant_solid:is(button):is(:hover, [data-hover]) {
|
|
6377
6500
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
6378
6501
|
}
|
|
6379
6502
|
}
|
|
6380
6503
|
|
|
6381
|
-
@media (hover:
|
|
6504
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6382
6505
|
.seed-page-banner__root--tone_neutral-variant_solid:is(button):is(:active, [data-active]) {
|
|
6383
6506
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
6384
6507
|
}
|
|
@@ -6394,13 +6517,13 @@
|
|
|
6394
6517
|
--seed-suffix-icon-color: var(--seed-color-fg-informative-contrast);
|
|
6395
6518
|
}
|
|
6396
6519
|
|
|
6397
|
-
@media (hover: hover) {
|
|
6520
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6398
6521
|
.seed-page-banner__root--tone_informative-variant_weak:is(button):is(:hover, [data-hover]) {
|
|
6399
6522
|
background-color: var(--seed-color-bg-informative-weak-pressed);
|
|
6400
6523
|
}
|
|
6401
6524
|
}
|
|
6402
6525
|
|
|
6403
|
-
@media (hover:
|
|
6526
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6404
6527
|
.seed-page-banner__root--tone_informative-variant_weak:is(button):is(:active, [data-active]) {
|
|
6405
6528
|
background-color: var(--seed-color-bg-informative-weak-pressed);
|
|
6406
6529
|
}
|
|
@@ -6416,13 +6539,13 @@
|
|
|
6416
6539
|
--seed-suffix-icon-color: var(--seed-color-palette-static-white);
|
|
6417
6540
|
}
|
|
6418
6541
|
|
|
6419
|
-
@media (hover: hover) {
|
|
6542
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6420
6543
|
.seed-page-banner__root--tone_informative-variant_solid:is(button):is(:hover, [data-hover]) {
|
|
6421
6544
|
background-color: var(--seed-color-bg-informative-solid-pressed);
|
|
6422
6545
|
}
|
|
6423
6546
|
}
|
|
6424
6547
|
|
|
6425
|
-
@media (hover:
|
|
6548
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6426
6549
|
.seed-page-banner__root--tone_informative-variant_solid:is(button):is(:active, [data-active]) {
|
|
6427
6550
|
background-color: var(--seed-color-bg-informative-solid-pressed);
|
|
6428
6551
|
}
|
|
@@ -6438,13 +6561,13 @@
|
|
|
6438
6561
|
--seed-suffix-icon-color: var(--seed-color-fg-positive-contrast);
|
|
6439
6562
|
}
|
|
6440
6563
|
|
|
6441
|
-
@media (hover: hover) {
|
|
6564
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6442
6565
|
.seed-page-banner__root--tone_positive-variant_weak:is(button):is(:hover, [data-hover]) {
|
|
6443
6566
|
background-color: var(--seed-color-bg-positive-weak-pressed);
|
|
6444
6567
|
}
|
|
6445
6568
|
}
|
|
6446
6569
|
|
|
6447
|
-
@media (hover:
|
|
6570
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6448
6571
|
.seed-page-banner__root--tone_positive-variant_weak:is(button):is(:active, [data-active]) {
|
|
6449
6572
|
background-color: var(--seed-color-bg-positive-weak-pressed);
|
|
6450
6573
|
}
|
|
@@ -6460,13 +6583,13 @@
|
|
|
6460
6583
|
--seed-suffix-icon-color: var(--seed-color-palette-static-white);
|
|
6461
6584
|
}
|
|
6462
6585
|
|
|
6463
|
-
@media (hover: hover) {
|
|
6586
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6464
6587
|
.seed-page-banner__root--tone_positive-variant_solid:is(button):is(:hover, [data-hover]) {
|
|
6465
6588
|
background-color: var(--seed-color-bg-positive-solid-pressed);
|
|
6466
6589
|
}
|
|
6467
6590
|
}
|
|
6468
6591
|
|
|
6469
|
-
@media (hover:
|
|
6592
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6470
6593
|
.seed-page-banner__root--tone_positive-variant_solid:is(button):is(:active, [data-active]) {
|
|
6471
6594
|
background-color: var(--seed-color-bg-positive-solid-pressed);
|
|
6472
6595
|
}
|
|
@@ -6482,13 +6605,13 @@
|
|
|
6482
6605
|
--seed-suffix-icon-color: var(--seed-color-fg-warning-contrast);
|
|
6483
6606
|
}
|
|
6484
6607
|
|
|
6485
|
-
@media (hover: hover) {
|
|
6608
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6486
6609
|
.seed-page-banner__root--tone_warning-variant_weak:is(button):is(:hover, [data-hover]) {
|
|
6487
6610
|
background-color: var(--seed-color-bg-warning-weak-pressed);
|
|
6488
6611
|
}
|
|
6489
6612
|
}
|
|
6490
6613
|
|
|
6491
|
-
@media (hover:
|
|
6614
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6492
6615
|
.seed-page-banner__root--tone_warning-variant_weak:is(button):is(:active, [data-active]) {
|
|
6493
6616
|
background-color: var(--seed-color-bg-warning-weak-pressed);
|
|
6494
6617
|
}
|
|
@@ -6504,13 +6627,13 @@
|
|
|
6504
6627
|
--seed-suffix-icon-color: var(--seed-color-palette-static-black-alpha-900);
|
|
6505
6628
|
}
|
|
6506
6629
|
|
|
6507
|
-
@media (hover: hover) {
|
|
6630
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6508
6631
|
.seed-page-banner__root--tone_warning-variant_solid:is(button):is(:hover, [data-hover]) {
|
|
6509
6632
|
background-color: var(--seed-color-bg-warning-solid-pressed);
|
|
6510
6633
|
}
|
|
6511
6634
|
}
|
|
6512
6635
|
|
|
6513
|
-
@media (hover:
|
|
6636
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6514
6637
|
.seed-page-banner__root--tone_warning-variant_solid:is(button):is(:active, [data-active]) {
|
|
6515
6638
|
background-color: var(--seed-color-bg-warning-solid-pressed);
|
|
6516
6639
|
}
|
|
@@ -6526,13 +6649,13 @@
|
|
|
6526
6649
|
--seed-suffix-icon-color: var(--seed-color-fg-critical-contrast);
|
|
6527
6650
|
}
|
|
6528
6651
|
|
|
6529
|
-
@media (hover: hover) {
|
|
6652
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6530
6653
|
.seed-page-banner__root--tone_critical-variant_weak:is(button):is(:hover, [data-hover]) {
|
|
6531
6654
|
background-color: var(--seed-color-bg-critical-weak-pressed);
|
|
6532
6655
|
}
|
|
6533
6656
|
}
|
|
6534
6657
|
|
|
6535
|
-
@media (hover:
|
|
6658
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6536
6659
|
.seed-page-banner__root--tone_critical-variant_weak:is(button):is(:active, [data-active]) {
|
|
6537
6660
|
background-color: var(--seed-color-bg-critical-weak-pressed);
|
|
6538
6661
|
}
|
|
@@ -6548,13 +6671,13 @@
|
|
|
6548
6671
|
--seed-suffix-icon-color: var(--seed-color-palette-static-white);
|
|
6549
6672
|
}
|
|
6550
6673
|
|
|
6551
|
-
@media (hover: hover) {
|
|
6674
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6552
6675
|
.seed-page-banner__root--tone_critical-variant_solid:is(button):is(:hover, [data-hover]) {
|
|
6553
6676
|
background-color: var(--seed-color-bg-critical-solid-pressed);
|
|
6554
6677
|
}
|
|
6555
6678
|
}
|
|
6556
6679
|
|
|
6557
|
-
@media (hover:
|
|
6680
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6558
6681
|
.seed-page-banner__root--tone_critical-variant_solid:is(button):is(:active, [data-active]) {
|
|
6559
6682
|
background-color: var(--seed-color-bg-critical-solid-pressed);
|
|
6560
6683
|
}
|
|
@@ -6570,13 +6693,13 @@
|
|
|
6570
6693
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
6571
6694
|
}
|
|
6572
6695
|
|
|
6573
|
-
@media (hover: hover) {
|
|
6696
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6574
6697
|
.seed-page-banner__root--tone_magic-variant_weak:is(button):is(:hover, [data-hover]) {
|
|
6575
6698
|
background-image: linear-gradient(88deg, var(--seed-gradient-glow-magic-pressed));
|
|
6576
6699
|
}
|
|
6577
6700
|
}
|
|
6578
6701
|
|
|
6579
|
-
@media (hover:
|
|
6702
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6580
6703
|
.seed-page-banner__root--tone_magic-variant_weak:is(button):is(:active, [data-active]) {
|
|
6581
6704
|
background-image: linear-gradient(88deg, var(--seed-gradient-glow-magic-pressed));
|
|
6582
6705
|
}
|
|
@@ -6644,7 +6767,7 @@
|
|
|
6644
6767
|
}
|
|
6645
6768
|
|
|
6646
6769
|
.seed-pull-to-refresh__indicator {
|
|
6647
|
-
transform: translateY(min(calc(var(--ptr-displacement, 0)
|
|
6770
|
+
transform: translateY(min(calc(var(--ptr-displacement, 0) - var(--ptr-size)), 0px));
|
|
6648
6771
|
transition: transform var(--seed-duration-d6);
|
|
6649
6772
|
justify-content: center;
|
|
6650
6773
|
align-items: center;
|
|
@@ -6688,7 +6811,7 @@
|
|
|
6688
6811
|
|
|
6689
6812
|
.seed-radio__root--size_large {
|
|
6690
6813
|
min-height: var(--seed-dimension-x9);
|
|
6691
|
-
--radiomark-margin-top: calc((var(--seed-dimension-x9)
|
|
6814
|
+
--radiomark-margin-top: calc((var(--seed-dimension-x9) - var(--seed-dimension-x6)) / 2);
|
|
6692
6815
|
}
|
|
6693
6816
|
|
|
6694
6817
|
.seed-radio__label--size_large {
|
|
@@ -6699,7 +6822,7 @@
|
|
|
6699
6822
|
|
|
6700
6823
|
.seed-radio__root--size_medium {
|
|
6701
6824
|
min-height: var(--seed-dimension-x8);
|
|
6702
|
-
--radiomark-margin-top: calc((var(--seed-dimension-x8)
|
|
6825
|
+
--radiomark-margin-top: calc((var(--seed-dimension-x8) - var(--seed-dimension-x5)) / 2);
|
|
6703
6826
|
}
|
|
6704
6827
|
|
|
6705
6828
|
.seed-radio__label--size_medium {
|
|
@@ -6731,13 +6854,13 @@
|
|
|
6731
6854
|
position: relative;
|
|
6732
6855
|
}
|
|
6733
6856
|
|
|
6734
|
-
@media (hover: hover) {
|
|
6857
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6735
6858
|
.seed-radiomark__root:not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]) {
|
|
6736
6859
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
6737
6860
|
}
|
|
6738
6861
|
}
|
|
6739
6862
|
|
|
6740
|
-
@media (hover:
|
|
6863
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6741
6864
|
.seed-radiomark__root:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
6742
6865
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
6743
6866
|
}
|
|
@@ -6779,13 +6902,13 @@
|
|
|
6779
6902
|
background-color: var(--seed-color-bg-neutral-inverted);
|
|
6780
6903
|
}
|
|
6781
6904
|
|
|
6782
|
-
@media (hover: hover) {
|
|
6905
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6783
6906
|
.seed-radiomark__root--tone_neutral:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):is(:hover, [data-hover]) {
|
|
6784
6907
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
6785
6908
|
}
|
|
6786
6909
|
}
|
|
6787
6910
|
|
|
6788
|
-
@media (hover:
|
|
6911
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6789
6912
|
.seed-radiomark__root--tone_neutral:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):is(:active, [data-active]) {
|
|
6790
6913
|
background-color: var(--seed-color-bg-neutral-inverted-pressed);
|
|
6791
6914
|
}
|
|
@@ -6799,13 +6922,13 @@
|
|
|
6799
6922
|
background-color: var(--seed-color-bg-brand-solid);
|
|
6800
6923
|
}
|
|
6801
6924
|
|
|
6802
|
-
@media (hover: hover) {
|
|
6925
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6803
6926
|
.seed-radiomark__root--tone_brand:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):is(:hover, [data-hover]) {
|
|
6804
6927
|
background-color: var(--seed-color-bg-brand-solid-pressed);
|
|
6805
6928
|
}
|
|
6806
6929
|
}
|
|
6807
6930
|
|
|
6808
|
-
@media (hover:
|
|
6931
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6809
6932
|
.seed-radiomark__root--tone_brand:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):is(:active, [data-active]) {
|
|
6810
6933
|
background-color: var(--seed-color-bg-brand-solid-pressed);
|
|
6811
6934
|
}
|
|
@@ -6882,13 +7005,13 @@
|
|
|
6882
7005
|
--seed-count-color: var(--seed-color-fg-neutral);
|
|
6883
7006
|
}
|
|
6884
7007
|
|
|
6885
|
-
@media (hover: hover) {
|
|
7008
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6886
7009
|
.seed-reaction-button:is(:hover, [data-hover]) {
|
|
6887
7010
|
background: var(--seed-color-bg-transparent-pressed);
|
|
6888
7011
|
}
|
|
6889
7012
|
}
|
|
6890
7013
|
|
|
6891
|
-
@media (hover:
|
|
7014
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6892
7015
|
.seed-reaction-button:is(:active, [data-active]) {
|
|
6893
7016
|
background: var(--seed-color-bg-transparent-pressed);
|
|
6894
7017
|
}
|
|
@@ -6902,13 +7025,13 @@
|
|
|
6902
7025
|
--seed-count-color: var(--seed-color-fg-brand);
|
|
6903
7026
|
}
|
|
6904
7027
|
|
|
6905
|
-
@media (hover: hover) {
|
|
7028
|
+
@media (hover: hover) and (pointer: fine) {
|
|
6906
7029
|
.seed-reaction-button:is([aria-pressed="true"], [data-pressed]):is(:hover, [data-hover]) {
|
|
6907
7030
|
background: var(--seed-color-bg-transparent-pressed);
|
|
6908
7031
|
}
|
|
6909
7032
|
}
|
|
6910
7033
|
|
|
6911
|
-
@media (hover:
|
|
7034
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
6912
7035
|
.seed-reaction-button:is([aria-pressed="true"], [data-pressed]):is(:active, [data-active]) {
|
|
6913
7036
|
background: var(--seed-color-bg-transparent-pressed);
|
|
6914
7037
|
}
|
|
@@ -7073,28 +7196,28 @@
|
|
|
7073
7196
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
7074
7197
|
}
|
|
7075
7198
|
|
|
7076
|
-
@media (hover: hover) {
|
|
7199
|
+
@media (hover: hover) and (pointer: fine) {
|
|
7077
7200
|
.seed-segmented-control__item:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):is(:hover, [data-hover]) {
|
|
7078
7201
|
background-color: var(--seed-color-palette-gray-100);
|
|
7079
7202
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
7080
7203
|
}
|
|
7081
7204
|
}
|
|
7082
7205
|
|
|
7083
|
-
@media (hover:
|
|
7206
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
7084
7207
|
.seed-segmented-control__item:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):is(:active, [data-active]) {
|
|
7085
7208
|
background-color: var(--seed-color-palette-gray-100);
|
|
7086
7209
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
7087
7210
|
}
|
|
7088
7211
|
}
|
|
7089
7212
|
|
|
7090
|
-
@media (hover: hover) {
|
|
7213
|
+
@media (hover: hover) and (pointer: fine) {
|
|
7091
7214
|
.seed-segmented-control__item:not(:is(:disabled, [disabled], [data-disabled])):not(:is(:checked, [data-checked])):is(:hover, [data-hover]) {
|
|
7092
7215
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
7093
7216
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
7094
7217
|
}
|
|
7095
7218
|
}
|
|
7096
7219
|
|
|
7097
|
-
@media (hover:
|
|
7220
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
7098
7221
|
.seed-segmented-control__item:not(:is(:disabled, [disabled], [data-disabled])):not(:is(:checked, [data-checked])):is(:active, [data-active]) {
|
|
7099
7222
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
7100
7223
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
@@ -7123,13 +7246,13 @@
|
|
|
7123
7246
|
inset: 0;
|
|
7124
7247
|
}
|
|
7125
7248
|
|
|
7126
|
-
@media (hover: hover) {
|
|
7249
|
+
@media (hover: hover) and (pointer: fine) {
|
|
7127
7250
|
.seed-select-box__root:not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]) {
|
|
7128
7251
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
7129
7252
|
}
|
|
7130
7253
|
}
|
|
7131
7254
|
|
|
7132
|
-
@media (hover:
|
|
7255
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
7133
7256
|
.seed-select-box__root:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
7134
7257
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
7135
7258
|
}
|
|
@@ -7269,13 +7392,13 @@
|
|
|
7269
7392
|
inset: 0;
|
|
7270
7393
|
}
|
|
7271
7394
|
|
|
7272
|
-
@media (hover: hover) {
|
|
7395
|
+
@media (hover: hover) and (pointer: fine) {
|
|
7273
7396
|
.seed-selectBoxCheckmark__icon:not(:is(:disabled, [disabled], [data-disabled])):is(:hover, [data-hover]) {
|
|
7274
7397
|
color: var(--seed-color-fg-neutral-subtle);
|
|
7275
7398
|
}
|
|
7276
7399
|
}
|
|
7277
7400
|
|
|
7278
|
-
@media (hover:
|
|
7401
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
7279
7402
|
.seed-selectBoxCheckmark__icon:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
7280
7403
|
color: var(--seed-color-fg-neutral-subtle);
|
|
7281
7404
|
}
|
|
@@ -7573,12 +7696,12 @@
|
|
|
7573
7696
|
}
|
|
7574
7697
|
|
|
7575
7698
|
.seed-slider__valueIndicatorArrow[data-dir="ltr"] {
|
|
7576
|
-
left: calc(50% + (var(--thumb-offset)
|
|
7699
|
+
left: calc(50% + (var(--thumb-offset) - var(--indicator-label-offset)));
|
|
7577
7700
|
transform: translateX(-50%);
|
|
7578
7701
|
}
|
|
7579
7702
|
|
|
7580
7703
|
.seed-slider__valueIndicatorArrow[data-dir="rtl"] {
|
|
7581
|
-
right: calc(50% + (var(--thumb-offset)
|
|
7704
|
+
right: calc(50% + (var(--thumb-offset) - var(--indicator-label-offset)));
|
|
7582
7705
|
transform: translateX(50%);
|
|
7583
7706
|
}
|
|
7584
7707
|
|
|
@@ -7799,7 +7922,7 @@
|
|
|
7799
7922
|
z-index: 2147483647;
|
|
7800
7923
|
left: calc(env(safe-area-inset-left, 0px));
|
|
7801
7924
|
right: calc(env(safe-area-inset-right, 0px));
|
|
7802
|
-
bottom: calc(env(safe-area-inset-bottom, 0px)
|
|
7925
|
+
bottom: calc(env(safe-area-inset-bottom, 0px) + var(--snackbar-region-offset, 0px));
|
|
7803
7926
|
padding-left: var(--seed-dimension-x2);
|
|
7804
7927
|
padding-right: var(--seed-dimension-x2);
|
|
7805
7928
|
padding-top: var(--seed-dimension-x2);
|
|
@@ -7840,7 +7963,7 @@
|
|
|
7840
7963
|
.seed-switch__root--size_16 {
|
|
7841
7964
|
min-height: var(--seed-dimension-x6);
|
|
7842
7965
|
gap: var(--seed-dimension-x1_5);
|
|
7843
|
-
--switchmark-margin-top: calc((var(--seed-dimension-x6)
|
|
7966
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x6) - 16px) / 2);
|
|
7844
7967
|
}
|
|
7845
7968
|
|
|
7846
7969
|
.seed-switch__label--size_16 {
|
|
@@ -7852,7 +7975,7 @@
|
|
|
7852
7975
|
.seed-switch__root--size_24 {
|
|
7853
7976
|
min-height: var(--seed-dimension-x6);
|
|
7854
7977
|
gap: var(--seed-dimension-x2);
|
|
7855
|
-
--switchmark-margin-top: calc((var(--seed-dimension-x6)
|
|
7978
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x6) - 24px) / 2);
|
|
7856
7979
|
}
|
|
7857
7980
|
|
|
7858
7981
|
.seed-switch__label--size_24 {
|
|
@@ -7864,7 +7987,7 @@
|
|
|
7864
7987
|
.seed-switch__root--size_32 {
|
|
7865
7988
|
min-height: var(--seed-dimension-x8);
|
|
7866
7989
|
gap: var(--seed-dimension-x2_5);
|
|
7867
|
-
--switchmark-margin-top: calc((var(--seed-dimension-x8)
|
|
7990
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x8) - 32px) / 2);
|
|
7868
7991
|
}
|
|
7869
7992
|
|
|
7870
7993
|
.seed-switch__label--size_32 {
|
|
@@ -7939,7 +8062,7 @@
|
|
|
7939
8062
|
}
|
|
7940
8063
|
|
|
7941
8064
|
.seed-switchmark__thumb--size_16:is(:checked, [data-checked]) {
|
|
7942
|
-
transform: scale(1)translateX(10px);
|
|
8065
|
+
transform: scale(1) translateX(10px);
|
|
7943
8066
|
}
|
|
7944
8067
|
|
|
7945
8068
|
.seed-switchmark__root--size_24 {
|
|
@@ -7954,7 +8077,7 @@
|
|
|
7954
8077
|
}
|
|
7955
8078
|
|
|
7956
8079
|
.seed-switchmark__thumb--size_24:is(:checked, [data-checked]) {
|
|
7957
|
-
transform: scale(1)translateX(14px);
|
|
8080
|
+
transform: scale(1) translateX(14px);
|
|
7958
8081
|
}
|
|
7959
8082
|
|
|
7960
8083
|
.seed-switchmark__root--size_32 {
|
|
@@ -7969,7 +8092,7 @@
|
|
|
7969
8092
|
}
|
|
7970
8093
|
|
|
7971
8094
|
.seed-switchmark__thumb--size_32:is(:checked, [data-checked]) {
|
|
7972
|
-
transform: scale(1)translateX(20px);
|
|
8095
|
+
transform: scale(1) translateX(20px);
|
|
7973
8096
|
}
|
|
7974
8097
|
|
|
7975
8098
|
.seed-tabs__root {
|
|
@@ -8086,8 +8209,8 @@
|
|
|
8086
8209
|
}
|
|
8087
8210
|
|
|
8088
8211
|
.seed-tabs__indicator--triggerLayout_fill {
|
|
8089
|
-
left: calc(var(--indicator-left, 0px)
|
|
8090
|
-
width: calc(var(--indicator-width, 0px)
|
|
8212
|
+
left: calc(var(--indicator-left, 0px) + var(--seed-dimension-spacing-x-global-gutter));
|
|
8213
|
+
width: calc(var(--indicator-width, 0px) - 2 * var(--seed-dimension-spacing-x-global-gutter));
|
|
8091
8214
|
}
|
|
8092
8215
|
|
|
8093
8216
|
.seed-tabs__trigger--triggerLayout_fill {
|
|
@@ -8106,8 +8229,8 @@
|
|
|
8106
8229
|
}
|
|
8107
8230
|
|
|
8108
8231
|
.seed-tabs__indicator--triggerLayout_hug {
|
|
8109
|
-
left: calc(var(--indicator-left, 0px)
|
|
8110
|
-
width: calc(var(--indicator-width, 0px)
|
|
8232
|
+
left: calc(var(--indicator-left, 0px) + 0px);
|
|
8233
|
+
width: calc(var(--indicator-width, 0px) - 2 * 0px);
|
|
8111
8234
|
}
|
|
8112
8235
|
|
|
8113
8236
|
.seed-tabs__trigger--triggerLayout_hug:is([aria-selected="true"], [data-selected])[data-ssr]:after {
|
|
@@ -8975,13 +9098,13 @@
|
|
|
8975
9098
|
--range-color: var(--seed-color-palette-static-white);
|
|
8976
9099
|
}
|
|
8977
9100
|
|
|
8978
|
-
@media (hover: hover) {
|
|
9101
|
+
@media (hover: hover) and (pointer: fine) {
|
|
8979
9102
|
.seed-toggle-button--variant_brandSolid:is(:hover, [data-hover]) {
|
|
8980
9103
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
8981
9104
|
}
|
|
8982
9105
|
}
|
|
8983
9106
|
|
|
8984
|
-
@media (hover:
|
|
9107
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
8985
9108
|
.seed-toggle-button--variant_brandSolid:is(:active, [data-active]) {
|
|
8986
9109
|
background: var(--seed-color-bg-brand-solid-pressed);
|
|
8987
9110
|
}
|
|
@@ -8996,13 +9119,13 @@
|
|
|
8996
9119
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
8997
9120
|
}
|
|
8998
9121
|
|
|
8999
|
-
@media (hover: hover) {
|
|
9122
|
+
@media (hover: hover) and (pointer: fine) {
|
|
9000
9123
|
.seed-toggle-button--variant_brandSolid:is([aria-pressed="true"], [data-pressed]):is(:hover, [data-hover]) {
|
|
9001
9124
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
9002
9125
|
}
|
|
9003
9126
|
}
|
|
9004
9127
|
|
|
9005
|
-
@media (hover:
|
|
9128
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
9006
9129
|
.seed-toggle-button--variant_brandSolid:is([aria-pressed="true"], [data-pressed]):is(:active, [data-active]) {
|
|
9007
9130
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
9008
9131
|
}
|
|
@@ -9035,13 +9158,13 @@
|
|
|
9035
9158
|
--range-color: var(--seed-color-fg-neutral);
|
|
9036
9159
|
}
|
|
9037
9160
|
|
|
9038
|
-
@media (hover: hover) {
|
|
9161
|
+
@media (hover: hover) and (pointer: fine) {
|
|
9039
9162
|
.seed-toggle-button--variant_neutralWeak:is(:hover, [data-hover]) {
|
|
9040
9163
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
9041
9164
|
}
|
|
9042
9165
|
}
|
|
9043
9166
|
|
|
9044
|
-
@media (hover:
|
|
9167
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
9045
9168
|
.seed-toggle-button--variant_neutralWeak:is(:active, [data-active]) {
|
|
9046
9169
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
9047
9170
|
}
|
|
@@ -9056,13 +9179,13 @@
|
|
|
9056
9179
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
9057
9180
|
}
|
|
9058
9181
|
|
|
9059
|
-
@media (hover: hover) {
|
|
9182
|
+
@media (hover: hover) and (pointer: fine) {
|
|
9060
9183
|
.seed-toggle-button--variant_neutralWeak:is([aria-pressed="true"], [data-pressed]):is(:hover, [data-hover]) {
|
|
9061
9184
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
9062
9185
|
}
|
|
9063
9186
|
}
|
|
9064
9187
|
|
|
9065
|
-
@media (hover:
|
|
9188
|
+
@media not all and (hover: hover) and (pointer: fine) {
|
|
9066
9189
|
.seed-toggle-button--variant_neutralWeak:is([aria-pressed="true"], [data-pressed]):is(:active, [data-active]) {
|
|
9067
9190
|
background: var(--seed-color-bg-neutral-weak-pressed);
|
|
9068
9191
|
}
|