@seed-design/css 1.1.5 → 1.1.7
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 +254 -168
- package/all.min.css +1 -1
- package/base.css +5 -0
- package/base.min.css +1 -1
- package/package.json +1 -1
- package/recipes/action-button.css +11 -11
- package/recipes/app-bar-main.css +2 -1
- package/recipes/app-bar.css +4 -2
- package/recipes/badge.css +8 -4
- package/recipes/bottom-sheet-handle.css +1 -1
- package/recipes/bottom-sheet.css +4 -2
- package/recipes/callout.css +5 -3
- package/recipes/checkbox.css +3 -3
- package/recipes/checkmark.css +3 -2
- package/recipes/chip-tabs.css +4 -3
- package/recipes/chip.css +13 -9
- package/recipes/contextual-floating-button.css +5 -3
- package/recipes/dialog.css +4 -2
- package/recipes/field-label.css +3 -3
- package/recipes/field.css +4 -2
- package/recipes/floating-action-button.css +3 -2
- package/recipes/help-bubble.css +4 -2
- package/recipes/input-button.css +5 -4
- package/recipes/list-header.css +4 -2
- package/recipes/list-item.css +9 -7
- package/recipes/manner-temp-badge.css +4 -2
- package/recipes/menu-sheet-item.css +4 -2
- package/recipes/menu-sheet.css +8 -4
- package/recipes/notification-badge-positioner.css +10 -10
- package/recipes/notification-badge.css +4 -2
- package/recipes/page-banner.css +4 -2
- package/recipes/radio.css +3 -3
- package/recipes/radiomark.css +3 -2
- package/recipes/reaction-button.css +15 -10
- package/recipes/segmented-control.css +8 -5
- package/recipes/select-box.css +7 -3
- package/recipes/slider.css +29 -23
- package/recipes/snackbar-region.css +4 -2
- package/recipes/snackbar.css +6 -3
- package/recipes/switch-mark.css +6 -6
- package/recipes/switch.css +3 -3
- package/recipes/tabs.css +12 -6
- package/recipes/text-input.css +13 -10
- package/recipes/toggle-button.css +9 -5
- package/vars/color/bg.d.ts +3 -1
- package/vars/color/bg.mjs +3 -1
- package/vars/component/action-button.d.ts +11 -11
- package/vars/component/action-button.mjs +11 -11
- package/vars/component/bottom-sheet-handle.d.ts +1 -1
- package/vars/component/bottom-sheet-handle.mjs +1 -1
- package/vars/component/checkmark.d.ts +10 -2
- package/vars/component/checkmark.mjs +10 -2
- package/vars/component/chip-tab.d.ts +5 -2
- package/vars/component/chip-tab.mjs +5 -2
- package/vars/component/chip.d.ts +7 -7
- package/vars/component/chip.mjs +7 -7
- package/vars/component/contextual-floating-button.d.ts +1 -1
- package/vars/component/contextual-floating-button.mjs +1 -1
- package/vars/component/floating-action-button.d.ts +1 -1
- package/vars/component/floating-action-button.mjs +1 -1
- package/vars/component/input-button.d.ts +5 -4
- package/vars/component/input-button.mjs +5 -4
- package/vars/component/list-item.d.ts +3 -2
- package/vars/component/list-item.mjs +3 -2
- package/vars/component/radiomark.d.ts +4 -1
- package/vars/component/radiomark.mjs +4 -1
- package/vars/component/reaction-button.d.ts +8 -6
- package/vars/component/reaction-button.mjs +8 -6
- package/vars/component/segmented-control-item.d.ts +2 -2
- package/vars/component/segmented-control-item.mjs +2 -2
- package/vars/component/select-box.d.ts +5 -2
- package/vars/component/select-box.mjs +5 -2
- package/vars/component/text-input.d.ts +1 -1
- package/vars/component/text-input.mjs +1 -1
- package/vars/component/toggle-button.d.ts +1 -1
- package/vars/component/toggle-button.mjs +1 -1
- package/vars/duration.d.ts +2 -1
- package/vars/duration.mjs +2 -1
package/all.css
CHANGED
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
--seed-duration-d4: .2s;
|
|
250
250
|
--seed-duration-d5: .25s;
|
|
251
251
|
--seed-duration-d6: .3s;
|
|
252
|
+
--seed-duration-color-transition: var(--seed-duration-d3);
|
|
252
253
|
--seed-font-size-t1: clamp(calc(var(--seed-font-size-t1-static) * var(--seed-font-size-limit-min, .8)), calc(.6875rem * var(--seed-font-size-multiplier, 1)), calc(var(--seed-font-size-t1-static) * var(--seed-font-size-limit-max, 1.5)));
|
|
253
254
|
--seed-font-size-t2: clamp(calc(var(--seed-font-size-t2-static) * var(--seed-font-size-limit-min, .8)), calc(.75rem * var(--seed-font-size-multiplier, 1)), calc(var(--seed-font-size-t2-static) * var(--seed-font-size-limit-max, 1.5)));
|
|
254
255
|
--seed-font-size-t3: clamp(calc(var(--seed-font-size-t3-static) * var(--seed-font-size-limit-min, .8)), calc(.8125rem * var(--seed-font-size-multiplier, 1)), calc(var(--seed-font-size-t3-static) * var(--seed-font-size-limit-max, 1.5)));
|
|
@@ -459,6 +460,8 @@
|
|
|
459
460
|
--seed-color-bg-warning-solid: var(--seed-color-palette-yellow-300);
|
|
460
461
|
--seed-color-bg-warning-solid-pressed: var(--seed-color-palette-yellow-400);
|
|
461
462
|
--seed-color-bg-warning-weak-pressed: var(--seed-color-palette-yellow-200);
|
|
463
|
+
--seed-color-bg-transparent: #0000;
|
|
464
|
+
--seed-color-bg-transparent-pressed: var(--seed-color-palette-static-black-alpha-100);
|
|
462
465
|
--seed-color-stroke-brand-weak: var(--seed-color-palette-carrot-300);
|
|
463
466
|
--seed-color-stroke-brand-solid: var(--seed-color-palette-carrot-700);
|
|
464
467
|
--seed-color-stroke-critical-weak: var(--seed-color-palette-red-300);
|
|
@@ -652,6 +655,8 @@
|
|
|
652
655
|
--seed-color-bg-warning-solid: var(--seed-color-palette-yellow-800);
|
|
653
656
|
--seed-color-bg-warning-solid-pressed: var(--seed-color-palette-yellow-900);
|
|
654
657
|
--seed-color-bg-warning-weak-pressed: var(--seed-color-palette-yellow-200);
|
|
658
|
+
--seed-color-bg-transparent: #fff0;
|
|
659
|
+
--seed-color-bg-transparent-pressed: var(--seed-color-palette-static-white-alpha-50);
|
|
655
660
|
--seed-color-stroke-brand-weak: var(--seed-color-palette-carrot-300);
|
|
656
661
|
--seed-color-stroke-brand-solid: var(--seed-color-palette-carrot-700);
|
|
657
662
|
--seed-color-stroke-critical-weak: var(--seed-color-palette-red-300);
|
|
@@ -744,7 +749,7 @@
|
|
|
744
749
|
}
|
|
745
750
|
|
|
746
751
|
.seed-action-button {
|
|
747
|
-
transition: background-color var(--seed-duration-
|
|
752
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
748
753
|
}
|
|
749
754
|
|
|
750
755
|
.seed-action-button--variant_brandSolid {
|
|
@@ -856,7 +861,7 @@
|
|
|
856
861
|
}
|
|
857
862
|
|
|
858
863
|
.seed-action-button--variant_brandOutline {
|
|
859
|
-
background: var(--seed-color-bg-
|
|
864
|
+
background: var(--seed-color-bg-transparent);
|
|
860
865
|
border-style: solid;
|
|
861
866
|
border-width: 1px;
|
|
862
867
|
border-color: var(--seed-color-stroke-neutral-muted);
|
|
@@ -870,11 +875,11 @@
|
|
|
870
875
|
}
|
|
871
876
|
|
|
872
877
|
.seed-action-button--variant_brandOutline:is(:active, [data-active]) {
|
|
873
|
-
background: var(--seed-color-bg-
|
|
878
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
874
879
|
}
|
|
875
880
|
|
|
876
881
|
.seed-action-button--variant_brandOutline:is(:disabled, [disabled], [data-disabled]) {
|
|
877
|
-
background: var(--seed-color-bg-
|
|
882
|
+
background: var(--seed-color-bg-transparent);
|
|
878
883
|
border-color: var(--seed-color-stroke-neutral-muted);
|
|
879
884
|
color: var(--seed-color-fg-disabled);
|
|
880
885
|
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
@@ -883,11 +888,11 @@
|
|
|
883
888
|
}
|
|
884
889
|
|
|
885
890
|
.seed-action-button--variant_brandOutline[data-loading] {
|
|
886
|
-
background: var(--seed-color-bg-
|
|
891
|
+
background: var(--seed-color-bg-transparent);
|
|
887
892
|
}
|
|
888
893
|
|
|
889
894
|
.seed-action-button--variant_neutralOutline {
|
|
890
|
-
background: var(--seed-color-bg-
|
|
895
|
+
background: var(--seed-color-bg-transparent);
|
|
891
896
|
border-style: solid;
|
|
892
897
|
border-width: 1px;
|
|
893
898
|
border-color: var(--seed-color-stroke-neutral-muted);
|
|
@@ -901,11 +906,11 @@
|
|
|
901
906
|
}
|
|
902
907
|
|
|
903
908
|
.seed-action-button--variant_neutralOutline:is(:active, [data-active]) {
|
|
904
|
-
background: var(--seed-color-bg-
|
|
909
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
905
910
|
}
|
|
906
911
|
|
|
907
912
|
.seed-action-button--variant_neutralOutline:is(:disabled, [disabled], [data-disabled]) {
|
|
908
|
-
background: var(--seed-color-bg-
|
|
913
|
+
background: var(--seed-color-bg-transparent);
|
|
909
914
|
border-color: var(--seed-color-stroke-neutral-muted);
|
|
910
915
|
color: var(--seed-color-fg-disabled);
|
|
911
916
|
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
@@ -914,7 +919,7 @@
|
|
|
914
919
|
}
|
|
915
920
|
|
|
916
921
|
.seed-action-button--variant_neutralOutline[data-loading] {
|
|
917
|
-
background: var(--seed-color-bg-
|
|
922
|
+
background: var(--seed-color-bg-transparent);
|
|
918
923
|
}
|
|
919
924
|
|
|
920
925
|
.seed-action-button--variant_ghost {
|
|
@@ -931,7 +936,7 @@
|
|
|
931
936
|
}
|
|
932
937
|
|
|
933
938
|
.seed-action-button--variant_ghost:is(:active, [data-active]) {
|
|
934
|
-
background: var(--seed-color-bg-
|
|
939
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
935
940
|
}
|
|
936
941
|
|
|
937
942
|
.seed-action-button--variant_ghost:is(:disabled, [disabled], [data-disabled]) {
|
|
@@ -943,7 +948,7 @@
|
|
|
943
948
|
}
|
|
944
949
|
|
|
945
950
|
.seed-action-button--variant_ghost[data-loading] {
|
|
946
|
-
background: var(--seed-color-bg-
|
|
951
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
947
952
|
}
|
|
948
953
|
|
|
949
954
|
.seed-action-button--size_xsmall {
|
|
@@ -1359,7 +1364,8 @@
|
|
|
1359
1364
|
|
|
1360
1365
|
.seed-app-bar__root--theme_cupertino {
|
|
1361
1366
|
height: calc(44px + var(--seed-safe-area-top));
|
|
1362
|
-
padding-
|
|
1367
|
+
padding-left: var(--seed-dimension-x4);
|
|
1368
|
+
padding-right: var(--seed-dimension-x4);
|
|
1363
1369
|
padding-top: var(--seed-safe-area-top);
|
|
1364
1370
|
}
|
|
1365
1371
|
|
|
@@ -1383,7 +1389,8 @@
|
|
|
1383
1389
|
|
|
1384
1390
|
.seed-app-bar__root--theme_android {
|
|
1385
1391
|
height: calc(56px + var(--seed-safe-area-top));
|
|
1386
|
-
padding-
|
|
1392
|
+
padding-left: var(--seed-dimension-x4);
|
|
1393
|
+
padding-right: var(--seed-dimension-x4);
|
|
1387
1394
|
padding-top: var(--seed-safe-area-top);
|
|
1388
1395
|
}
|
|
1389
1396
|
|
|
@@ -1620,7 +1627,8 @@
|
|
|
1620
1627
|
.seed-app-bar-main__root--theme_cupertino {
|
|
1621
1628
|
text-align: center;
|
|
1622
1629
|
top: var(--seed-safe-area-top);
|
|
1623
|
-
padding-
|
|
1630
|
+
padding-left: var(--centered-title-padding-x, 0);
|
|
1631
|
+
padding-right: var(--centered-title-padding-x, 0);
|
|
1624
1632
|
pointer-events: none;
|
|
1625
1633
|
justify-content: center;
|
|
1626
1634
|
align-items: center;
|
|
@@ -2369,8 +2377,10 @@
|
|
|
2369
2377
|
.seed-badge__root--size_medium {
|
|
2370
2378
|
max-width: 7.5rem;
|
|
2371
2379
|
min-height: var(--seed-dimension-x5);
|
|
2372
|
-
padding-
|
|
2373
|
-
padding-
|
|
2380
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
2381
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
2382
|
+
padding-top: var(--seed-dimension-x0_5);
|
|
2383
|
+
padding-bottom: var(--seed-dimension-x0_5);
|
|
2374
2384
|
border-radius: var(--seed-radius-r1);
|
|
2375
2385
|
font-size: var(--seed-font-size-t1);
|
|
2376
2386
|
line-height: var(--seed-line-height-t1);
|
|
@@ -2379,8 +2389,10 @@
|
|
|
2379
2389
|
.seed-badge__root--size_large {
|
|
2380
2390
|
max-width: 6.75rem;
|
|
2381
2391
|
min-height: var(--seed-dimension-x6);
|
|
2382
|
-
padding-
|
|
2383
|
-
padding-
|
|
2392
|
+
padding-left: var(--seed-dimension-x2);
|
|
2393
|
+
padding-right: var(--seed-dimension-x2);
|
|
2394
|
+
padding-top: var(--seed-dimension-x1);
|
|
2395
|
+
padding-bottom: var(--seed-dimension-x1);
|
|
2384
2396
|
border-radius: var(--seed-radius-r1_5);
|
|
2385
2397
|
font-size: var(--seed-font-size-t2);
|
|
2386
2398
|
line-height: var(--seed-line-height-t2);
|
|
@@ -2615,7 +2627,8 @@
|
|
|
2615
2627
|
--seed-box-max-height: initial;
|
|
2616
2628
|
--seed-box-justify-content: initial;
|
|
2617
2629
|
--seed-box-align-items: initial;
|
|
2618
|
-
padding-
|
|
2630
|
+
padding-left: var(--seed-box-padding-x);
|
|
2631
|
+
padding-right: var(--seed-box-padding-x);
|
|
2619
2632
|
height: var(--seed-box-height);
|
|
2620
2633
|
min-height: var(--seed-box-min-height);
|
|
2621
2634
|
max-height: var(--seed-box-max-height);
|
|
@@ -2626,7 +2639,8 @@
|
|
|
2626
2639
|
}
|
|
2627
2640
|
|
|
2628
2641
|
.seed-bottom-sheet__footer {
|
|
2629
|
-
padding-
|
|
2642
|
+
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
2643
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
2630
2644
|
padding-top: var(--seed-dimension-x3);
|
|
2631
2645
|
padding-bottom: var(--seed-dimension-x4);
|
|
2632
2646
|
flex-direction: column;
|
|
@@ -2672,7 +2686,7 @@
|
|
|
2672
2686
|
background-color: var(--seed-color-palette-gray-400);
|
|
2673
2687
|
width: 36px;
|
|
2674
2688
|
height: 4px;
|
|
2675
|
-
transition: background-color var(--seed-duration-
|
|
2689
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
2676
2690
|
touch-action: pan-y;
|
|
2677
2691
|
border-radius: 9999px;
|
|
2678
2692
|
position: absolute;
|
|
@@ -2704,8 +2718,10 @@
|
|
|
2704
2718
|
text-align: start;
|
|
2705
2719
|
width: 100%;
|
|
2706
2720
|
min-height: 50px;
|
|
2707
|
-
padding-
|
|
2708
|
-
padding-
|
|
2721
|
+
padding-left: var(--seed-dimension-x3_5);
|
|
2722
|
+
padding-right: var(--seed-dimension-x3_5);
|
|
2723
|
+
padding-top: var(--seed-dimension-x3_5);
|
|
2724
|
+
padding-bottom: var(--seed-dimension-x3_5);
|
|
2709
2725
|
align-items: center;
|
|
2710
2726
|
gap: var(--seed-dimension-x3);
|
|
2711
2727
|
border-radius: var(--seed-radius-r2_5);
|
|
@@ -2722,7 +2738,7 @@
|
|
|
2722
2738
|
|
|
2723
2739
|
.seed-callout__content {
|
|
2724
2740
|
line-height: var(--seed-line-height-t4);
|
|
2725
|
-
margin-
|
|
2741
|
+
margin-right: auto;
|
|
2726
2742
|
}
|
|
2727
2743
|
|
|
2728
2744
|
.seed-callout__title {
|
|
@@ -2866,7 +2882,7 @@
|
|
|
2866
2882
|
cursor: pointer;
|
|
2867
2883
|
align-items: flex-start;
|
|
2868
2884
|
gap: var(--seed-dimension-x2);
|
|
2869
|
-
max-
|
|
2885
|
+
max-width: 100%;
|
|
2870
2886
|
display: inline-flex;
|
|
2871
2887
|
position: relative;
|
|
2872
2888
|
}
|
|
@@ -2899,7 +2915,7 @@
|
|
|
2899
2915
|
.seed-checkbox__label--size_large {
|
|
2900
2916
|
font-size: var(--seed-font-size-t5);
|
|
2901
2917
|
line-height: var(--seed-line-height-t5);
|
|
2902
|
-
margin-
|
|
2918
|
+
margin-top: calc(var(--seed-dimension-x9) / 2 - var(--seed-line-height-t5) / 2);
|
|
2903
2919
|
}
|
|
2904
2920
|
|
|
2905
2921
|
.seed-checkbox__root--size_medium {
|
|
@@ -2910,12 +2926,13 @@
|
|
|
2910
2926
|
.seed-checkbox__label--size_medium {
|
|
2911
2927
|
font-size: var(--seed-font-size-t4);
|
|
2912
2928
|
line-height: var(--seed-line-height-t4);
|
|
2913
|
-
margin-
|
|
2929
|
+
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t4) / 2);
|
|
2914
2930
|
}
|
|
2915
2931
|
|
|
2916
2932
|
.seed-checkmark__root {
|
|
2917
2933
|
box-sizing: border-box;
|
|
2918
2934
|
margin-top: var(--checkmark-margin-top, 0);
|
|
2935
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
2919
2936
|
flex-shrink: 0;
|
|
2920
2937
|
position: relative;
|
|
2921
2938
|
}
|
|
@@ -2941,7 +2958,7 @@
|
|
|
2941
2958
|
}
|
|
2942
2959
|
|
|
2943
2960
|
.seed-checkmark__root--variant_square:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
2944
|
-
background: var(--seed-color-bg-
|
|
2961
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
2945
2962
|
}
|
|
2946
2963
|
|
|
2947
2964
|
.seed-checkmark__root--variant_square:is(:disabled, [disabled], [data-disabled]) {
|
|
@@ -2958,7 +2975,7 @@
|
|
|
2958
2975
|
}
|
|
2959
2976
|
|
|
2960
2977
|
.seed-checkmark__root--variant_ghost:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
2961
|
-
background: var(--seed-color-bg-
|
|
2978
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
2962
2979
|
}
|
|
2963
2980
|
|
|
2964
2981
|
.seed-checkmark__icon--variant_ghost {
|
|
@@ -3051,7 +3068,7 @@
|
|
|
3051
3068
|
-webkit-font-smoothing: antialiased;
|
|
3052
3069
|
-moz-osx-font-smoothing: grayscale;
|
|
3053
3070
|
border-radius: var(--seed-radius-full);
|
|
3054
|
-
transition-duration: var(--seed-duration-
|
|
3071
|
+
transition-duration: var(--seed-duration-color-transition);
|
|
3055
3072
|
transition-timing-function: var(--seed-timing-function-easing);
|
|
3056
3073
|
border: none;
|
|
3057
3074
|
flex-shrink: 0;
|
|
@@ -3074,7 +3091,8 @@
|
|
|
3074
3091
|
|
|
3075
3092
|
.seed-chip__label {
|
|
3076
3093
|
font-weight: var(--seed-font-weight-medium);
|
|
3077
|
-
padding-
|
|
3094
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
3095
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
3078
3096
|
justify-content: center;
|
|
3079
3097
|
align-items: center;
|
|
3080
3098
|
display: inline-flex;
|
|
@@ -3136,13 +3154,13 @@
|
|
|
3136
3154
|
}
|
|
3137
3155
|
|
|
3138
3156
|
.seed-chip__root--variant_outlineStrong {
|
|
3139
|
-
background: var(--seed-color-bg-
|
|
3157
|
+
background: var(--seed-color-bg-transparent);
|
|
3140
3158
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
3141
3159
|
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
3142
3160
|
}
|
|
3143
3161
|
|
|
3144
3162
|
.seed-chip__root--variant_outlineStrong:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3145
|
-
background: var(--seed-color-bg-
|
|
3163
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
3146
3164
|
}
|
|
3147
3165
|
|
|
3148
3166
|
.seed-chip__root--variant_outlineStrong:is(:checked, [data-checked]) {
|
|
@@ -3171,13 +3189,13 @@
|
|
|
3171
3189
|
}
|
|
3172
3190
|
|
|
3173
3191
|
.seed-chip__root--variant_outlineWeak {
|
|
3174
|
-
background: var(--seed-color-bg-
|
|
3192
|
+
background: var(--seed-color-bg-transparent);
|
|
3175
3193
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
3176
3194
|
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
3177
3195
|
}
|
|
3178
3196
|
|
|
3179
3197
|
.seed-chip__root--variant_outlineWeak:is(:active, [data-active]):not(:is(:disabled, [disabled], [data-disabled])) {
|
|
3180
|
-
background: var(--seed-color-bg-
|
|
3198
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
3181
3199
|
}
|
|
3182
3200
|
|
|
3183
3201
|
.seed-chip__root--variant_outlineWeak:is(:checked, [data-checked]) {
|
|
@@ -3199,7 +3217,8 @@
|
|
|
3199
3217
|
|
|
3200
3218
|
.seed-chip__root--size_large {
|
|
3201
3219
|
height: 40px;
|
|
3202
|
-
padding-
|
|
3220
|
+
padding-left: var(--seed-dimension-x2_5);
|
|
3221
|
+
padding-right: var(--seed-dimension-x2_5);
|
|
3203
3222
|
--seed-icon-size: var(--seed-dimension-x4);
|
|
3204
3223
|
}
|
|
3205
3224
|
|
|
@@ -3214,7 +3233,8 @@
|
|
|
3214
3233
|
|
|
3215
3234
|
.seed-chip__root--size_medium {
|
|
3216
3235
|
height: 36px;
|
|
3217
|
-
padding-
|
|
3236
|
+
padding-left: var(--seed-dimension-x2);
|
|
3237
|
+
padding-right: var(--seed-dimension-x2);
|
|
3218
3238
|
--seed-icon-size: var(--seed-dimension-x4);
|
|
3219
3239
|
}
|
|
3220
3240
|
|
|
@@ -3233,7 +3253,8 @@
|
|
|
3233
3253
|
|
|
3234
3254
|
.seed-chip__root--size_small {
|
|
3235
3255
|
height: 32px;
|
|
3236
|
-
padding-
|
|
3256
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
3257
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
3237
3258
|
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
3238
3259
|
}
|
|
3239
3260
|
|
|
@@ -3312,6 +3333,7 @@
|
|
|
3312
3333
|
padding-bottom: var(--seed-dimension-x2);
|
|
3313
3334
|
font-family: inherit;
|
|
3314
3335
|
font-weight: var(--seed-font-weight-medium);
|
|
3336
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
3315
3337
|
border: none;
|
|
3316
3338
|
justify-content: center;
|
|
3317
3339
|
align-items: center;
|
|
@@ -3351,7 +3373,7 @@
|
|
|
3351
3373
|
}
|
|
3352
3374
|
|
|
3353
3375
|
.seed-chip-tabs__trigger--variant_neutralSolid:is(:active, [data-active]) {
|
|
3354
|
-
background-color: var(--seed-color-bg-
|
|
3376
|
+
background-color: var(--seed-color-bg-transparent-pressed);
|
|
3355
3377
|
}
|
|
3356
3378
|
|
|
3357
3379
|
.seed-chip-tabs__trigger--variant_neutralSolid:is(:selected, [data-selected]):is(:active, [data-active]) {
|
|
@@ -3369,9 +3391,9 @@
|
|
|
3369
3391
|
}
|
|
3370
3392
|
|
|
3371
3393
|
.seed-chip-tabs__trigger--variant_neutralOutline {
|
|
3394
|
+
background-color: var(--seed-color-bg-transparent);
|
|
3372
3395
|
border: 1px solid var(--seed-color-stroke-neutral-muted);
|
|
3373
3396
|
color: var(--seed-color-fg-neutral);
|
|
3374
|
-
background-color: #0000;
|
|
3375
3397
|
}
|
|
3376
3398
|
|
|
3377
3399
|
.seed-chip-tabs__trigger--variant_neutralOutline:is(:selected, [data-selected]) {
|
|
@@ -3381,7 +3403,7 @@
|
|
|
3381
3403
|
}
|
|
3382
3404
|
|
|
3383
3405
|
.seed-chip-tabs__trigger--variant_neutralOutline:is(:active, [data-active]) {
|
|
3384
|
-
background-color: var(--seed-color-bg-
|
|
3406
|
+
background-color: var(--seed-color-bg-transparent-pressed);
|
|
3385
3407
|
}
|
|
3386
3408
|
|
|
3387
3409
|
.seed-chip-tabs__trigger--variant_neutralOutline:is(:selected, [data-selected]):is(:active, [data-active]) {
|
|
@@ -3497,7 +3519,7 @@
|
|
|
3497
3519
|
--seed-icon-size: 22px;
|
|
3498
3520
|
--size: 16px;
|
|
3499
3521
|
--thickness: 2px;
|
|
3500
|
-
transition: background-color var(--seed-duration-
|
|
3522
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
3501
3523
|
box-shadow: 0 2px 6px #00000026;
|
|
3502
3524
|
}
|
|
3503
3525
|
|
|
@@ -3551,8 +3573,10 @@
|
|
|
3551
3573
|
|
|
3552
3574
|
.seed-contextual-floating-button--layout_withText {
|
|
3553
3575
|
min-height: 36px;
|
|
3554
|
-
padding-
|
|
3555
|
-
padding-
|
|
3576
|
+
padding-left: var(--seed-dimension-x3_5);
|
|
3577
|
+
padding-right: var(--seed-dimension-x3_5);
|
|
3578
|
+
padding-top: var(--seed-dimension-x2);
|
|
3579
|
+
padding-bottom: var(--seed-dimension-x2);
|
|
3556
3580
|
gap: var(--seed-dimension-x1);
|
|
3557
3581
|
--seed-prefix-icon-size: 16px;
|
|
3558
3582
|
}
|
|
@@ -3736,7 +3760,8 @@
|
|
|
3736
3760
|
}
|
|
3737
3761
|
|
|
3738
3762
|
.seed-dialog__header {
|
|
3739
|
-
padding-
|
|
3763
|
+
padding-left: var(--seed-dimension-x5);
|
|
3764
|
+
padding-right: var(--seed-dimension-x5);
|
|
3740
3765
|
padding-top: var(--seed-dimension-x5);
|
|
3741
3766
|
gap: var(--seed-dimension-x1_5);
|
|
3742
3767
|
flex-direction: column;
|
|
@@ -3761,7 +3786,8 @@
|
|
|
3761
3786
|
}
|
|
3762
3787
|
|
|
3763
3788
|
.seed-dialog__footer {
|
|
3764
|
-
padding-
|
|
3789
|
+
padding-left: var(--seed-dimension-x5);
|
|
3790
|
+
padding-right: var(--seed-dimension-x5);
|
|
3765
3791
|
padding-top: var(--seed-dimension-x4);
|
|
3766
3792
|
padding-bottom: var(--seed-dimension-x5);
|
|
3767
3793
|
flex-direction: column;
|
|
@@ -4059,7 +4085,8 @@
|
|
|
4059
4085
|
}
|
|
4060
4086
|
|
|
4061
4087
|
.seed-field__header {
|
|
4062
|
-
padding-
|
|
4088
|
+
padding-left: var(--seed-dimension-x0_5);
|
|
4089
|
+
padding-right: var(--seed-dimension-x0_5);
|
|
4063
4090
|
justify-content: space-between;
|
|
4064
4091
|
align-items: center;
|
|
4065
4092
|
gap: var(--seed-dimension-x2_5);
|
|
@@ -4067,7 +4094,8 @@
|
|
|
4067
4094
|
}
|
|
4068
4095
|
|
|
4069
4096
|
.seed-field__footer {
|
|
4070
|
-
padding-
|
|
4097
|
+
padding-left: var(--seed-dimension-x0_5);
|
|
4098
|
+
padding-right: var(--seed-dimension-x0_5);
|
|
4071
4099
|
justify-content: space-between;
|
|
4072
4100
|
align-items: flex-start;
|
|
4073
4101
|
gap: var(--seed-dimension-x2);
|
|
@@ -4136,7 +4164,7 @@
|
|
|
4136
4164
|
font-size: var(--seed-font-size-t4);
|
|
4137
4165
|
line-height: var(--seed-line-height-t5);
|
|
4138
4166
|
font-weight: var(--seed-font-weight-regular);
|
|
4139
|
-
padding-
|
|
4167
|
+
padding-left: .25rem;
|
|
4140
4168
|
display: inline;
|
|
4141
4169
|
}
|
|
4142
4170
|
|
|
@@ -4145,8 +4173,8 @@
|
|
|
4145
4173
|
width: .375rem;
|
|
4146
4174
|
height: .375rem;
|
|
4147
4175
|
color: var(--seed-color-fg-critical);
|
|
4148
|
-
margin-
|
|
4149
|
-
margin-
|
|
4176
|
+
margin-top: .25rem;
|
|
4177
|
+
margin-left: .125rem;
|
|
4150
4178
|
display: inline;
|
|
4151
4179
|
}
|
|
4152
4180
|
|
|
@@ -4187,7 +4215,7 @@
|
|
|
4187
4215
|
font-size: var(--seed-font-size-t5);
|
|
4188
4216
|
line-height: var(--seed-line-height-t5);
|
|
4189
4217
|
font-weight: var(--seed-font-weight-bold);
|
|
4190
|
-
transition: background-color var(--seed-duration-
|
|
4218
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing), max-width var(--seed-duration-d4) var(--seed-timing-function-easing), height var(--seed-duration-d4) var(--seed-timing-function-easing), padding var(--seed-duration-d4) var(--seed-timing-function-easing);
|
|
4191
4219
|
position: relative;
|
|
4192
4220
|
overflow: hidden;
|
|
4193
4221
|
box-shadow: 0 2px 6px #00000026;
|
|
@@ -4213,7 +4241,8 @@
|
|
|
4213
4241
|
}
|
|
4214
4242
|
|
|
4215
4243
|
.seed-floating-action-button__root--extended_true {
|
|
4216
|
-
padding-
|
|
4244
|
+
padding-left: var(--seed-dimension-x4_5);
|
|
4245
|
+
padding-right: var(--seed-dimension-x4_5);
|
|
4217
4246
|
width: fit-content;
|
|
4218
4247
|
max-width: 999px;
|
|
4219
4248
|
height: 48px;
|
|
@@ -4248,8 +4277,10 @@
|
|
|
4248
4277
|
|
|
4249
4278
|
.seed-help-bubble__content {
|
|
4250
4279
|
background: var(--seed-color-bg-neutral-inverted);
|
|
4251
|
-
padding-
|
|
4252
|
-
padding-
|
|
4280
|
+
padding-left: var(--seed-dimension-x3);
|
|
4281
|
+
padding-right: var(--seed-dimension-x3);
|
|
4282
|
+
padding-top: var(--seed-dimension-x2_5);
|
|
4283
|
+
padding-bottom: var(--seed-dimension-x2_5);
|
|
4253
4284
|
border-radius: var(--seed-radius-r3);
|
|
4254
4285
|
word-break: keep-all;
|
|
4255
4286
|
--seed-box-max-width: initial;
|
|
@@ -4517,7 +4548,8 @@
|
|
|
4517
4548
|
height: var(--seed-dimension-x13);
|
|
4518
4549
|
align-items: center;
|
|
4519
4550
|
gap: var(--seed-dimension-x2_5);
|
|
4520
|
-
padding-
|
|
4551
|
+
padding-left: var(--seed-dimension-x4);
|
|
4552
|
+
padding-right: var(--seed-dimension-x4);
|
|
4521
4553
|
display: flex;
|
|
4522
4554
|
position: relative;
|
|
4523
4555
|
}
|
|
@@ -4526,9 +4558,9 @@
|
|
|
4526
4558
|
z-index: -1;
|
|
4527
4559
|
cursor: pointer;
|
|
4528
4560
|
border-radius: var(--seed-radius-r3);
|
|
4561
|
+
background-color: var(--seed-color-bg-transparent);
|
|
4529
4562
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-weak);
|
|
4530
|
-
transition: box-shadow var(--seed-duration-
|
|
4531
|
-
background-color: #0000;
|
|
4563
|
+
transition: box-shadow var(--seed-duration-color-transition) var(--seed-timing-function-easing), background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
4532
4564
|
border: none;
|
|
4533
4565
|
padding: 0;
|
|
4534
4566
|
position: absolute;
|
|
@@ -4541,7 +4573,7 @@
|
|
|
4541
4573
|
}
|
|
4542
4574
|
|
|
4543
4575
|
.seed-input-button__button:not([data-disabled]):not([data-readonly]):is(:active, [data-active]) {
|
|
4544
|
-
background-color: var(--seed-color-bg-
|
|
4576
|
+
background-color: var(--seed-color-bg-transparent-pressed);
|
|
4545
4577
|
}
|
|
4546
4578
|
|
|
4547
4579
|
.seed-input-button__button[data-readonly]:not([data-disabled]) {
|
|
@@ -4690,8 +4722,10 @@
|
|
|
4690
4722
|
gap: var(--seed-dimension-x2_5);
|
|
4691
4723
|
box-sizing: border-box;
|
|
4692
4724
|
width: 100%;
|
|
4693
|
-
padding-
|
|
4694
|
-
padding-
|
|
4725
|
+
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
4726
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
4727
|
+
padding-top: var(--seed-dimension-x2);
|
|
4728
|
+
padding-bottom: var(--seed-dimension-x2);
|
|
4695
4729
|
font-size: var(--seed-font-size-t4);
|
|
4696
4730
|
line-height: var(--seed-line-height-t4);
|
|
4697
4731
|
justify-content: space-between;
|
|
@@ -4714,12 +4748,14 @@
|
|
|
4714
4748
|
-moz-osx-font-smoothing: grayscale;
|
|
4715
4749
|
z-index: 0;
|
|
4716
4750
|
width: 100%;
|
|
4717
|
-
padding-
|
|
4718
|
-
padding-
|
|
4751
|
+
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
4752
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
4753
|
+
padding-top: var(--seed-dimension-x3);
|
|
4754
|
+
padding-bottom: var(--seed-dimension-x3);
|
|
4719
4755
|
--seed-box-align-items: center;
|
|
4720
4756
|
align-items: var(--seed-box-align-items);
|
|
4721
4757
|
transition-property: background-color;
|
|
4722
|
-
transition-duration: var(--seed-duration-
|
|
4758
|
+
transition-duration: var(--seed-duration-color-transition);
|
|
4723
4759
|
transition-timing-function: var(--seed-timing-function-easing);
|
|
4724
4760
|
border: none;
|
|
4725
4761
|
font-family: inherit;
|
|
@@ -4764,12 +4800,12 @@
|
|
|
4764
4800
|
.seed-list-item__content {
|
|
4765
4801
|
box-sizing: border-box;
|
|
4766
4802
|
text-align: start;
|
|
4803
|
+
background-color: var(--seed-color-bg-transparent);
|
|
4767
4804
|
--seed-box-gap: var(--seed-dimension-x0_5);
|
|
4768
4805
|
align-items: flex-start;
|
|
4769
4806
|
gap: var(--seed-box-gap);
|
|
4770
4807
|
--seed-box-padding-right: var(--seed-dimension-x2_5);
|
|
4771
4808
|
padding: 0 var(--seed-box-padding-right) 0 0;
|
|
4772
|
-
background: none;
|
|
4773
4809
|
border: none;
|
|
4774
4810
|
flex-direction: column;
|
|
4775
4811
|
flex-grow: 1;
|
|
@@ -4788,14 +4824,14 @@
|
|
|
4788
4824
|
content: "";
|
|
4789
4825
|
z-index: -1;
|
|
4790
4826
|
transition-property: background-color;
|
|
4791
|
-
transition-duration: var(--seed-duration-
|
|
4827
|
+
transition-duration: var(--seed-duration-color-transition);
|
|
4792
4828
|
transition-timing-function: var(--seed-timing-function-easing);
|
|
4793
4829
|
position: absolute;
|
|
4794
4830
|
inset: 0;
|
|
4795
4831
|
}
|
|
4796
4832
|
|
|
4797
4833
|
.seed-list-item__content:is(button, a):not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]):before, .seed-list-item__content:not(:is(:disabled, [disabled], [data-disabled]))[data-active]:before {
|
|
4798
|
-
background-color: var(--seed-color-bg-
|
|
4834
|
+
background-color: var(--seed-color-bg-transparent-pressed);
|
|
4799
4835
|
}
|
|
4800
4836
|
|
|
4801
4837
|
.seed-list-item__title {
|
|
@@ -4889,8 +4925,10 @@
|
|
|
4889
4925
|
-moz-osx-font-smoothing: grayscale;
|
|
4890
4926
|
border-radius: var(--seed-radius-full);
|
|
4891
4927
|
min-height: var(--seed-dimension-x5);
|
|
4892
|
-
padding-
|
|
4893
|
-
padding-
|
|
4928
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
4929
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
4930
|
+
padding-top: var(--seed-dimension-x0_5);
|
|
4931
|
+
padding-bottom: var(--seed-dimension-x0_5);
|
|
4894
4932
|
font-size: var(--seed-font-size-t1);
|
|
4895
4933
|
line-height: var(--seed-line-height-t1);
|
|
4896
4934
|
font-weight: var(--seed-font-weight-bold);
|
|
@@ -4994,8 +5032,10 @@
|
|
|
4994
5032
|
word-break: break-all;
|
|
4995
5033
|
z-index: calc(var(--sheet-z-index) + var(--layer-index, 0));
|
|
4996
5034
|
background: var(--seed-color-bg-layer-floating);
|
|
4997
|
-
padding-
|
|
4998
|
-
padding-
|
|
5035
|
+
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
5036
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
5037
|
+
padding-top: var(--seed-dimension-x4);
|
|
5038
|
+
padding-bottom: var(--seed-dimension-x4);
|
|
4999
5039
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5000
5040
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5001
5041
|
flex-direction: column;
|
|
@@ -5066,8 +5106,10 @@
|
|
|
5066
5106
|
.seed-menu-sheet__closeButton {
|
|
5067
5107
|
background-color: var(--seed-color-bg-neutral-weak);
|
|
5068
5108
|
min-height: 52px;
|
|
5069
|
-
padding-
|
|
5070
|
-
padding-
|
|
5109
|
+
padding-left: var(--seed-dimension-x5);
|
|
5110
|
+
padding-right: var(--seed-dimension-x5);
|
|
5111
|
+
padding-top: var(--seed-dimension-x3_5);
|
|
5112
|
+
padding-bottom: var(--seed-dimension-x3_5);
|
|
5071
5113
|
border-radius: var(--seed-radius-r3);
|
|
5072
5114
|
color: var(--seed-color-fg-neutral);
|
|
5073
5115
|
font-family: inherit;
|
|
@@ -5088,8 +5130,10 @@
|
|
|
5088
5130
|
.seed-menu-sheet-item {
|
|
5089
5131
|
background-color: var(--seed-color-bg-neutral-weak);
|
|
5090
5132
|
min-height: 52px;
|
|
5091
|
-
padding-
|
|
5092
|
-
padding-
|
|
5133
|
+
padding-left: var(--seed-dimension-x4);
|
|
5134
|
+
padding-right: var(--seed-dimension-x4);
|
|
5135
|
+
padding-top: var(--seed-dimension-x3_5);
|
|
5136
|
+
padding-bottom: var(--seed-dimension-x3_5);
|
|
5093
5137
|
align-items: center;
|
|
5094
5138
|
gap: var(--seed-dimension-x3_5);
|
|
5095
5139
|
box-shadow: inset 0 calc(-1 * 1px) 0 var(--seed-color-stroke-neutral-muted);
|
|
@@ -5155,11 +5199,13 @@
|
|
|
5155
5199
|
.seed-notification-badge--size_large {
|
|
5156
5200
|
border-radius: var(--seed-radius-full);
|
|
5157
5201
|
min-height: 18px;
|
|
5158
|
-
padding-
|
|
5202
|
+
padding-left: var(--seed-dimension-x1);
|
|
5203
|
+
padding-right: var(--seed-dimension-x1);
|
|
5159
5204
|
font-size: var(--seed-font-size-t1);
|
|
5160
5205
|
line-height: var(--seed-line-height-t1);
|
|
5161
5206
|
font-weight: var(--seed-font-weight-bold);
|
|
5162
|
-
padding-
|
|
5207
|
+
padding-top: 0;
|
|
5208
|
+
padding-bottom: 0;
|
|
5163
5209
|
}
|
|
5164
5210
|
|
|
5165
5211
|
.seed-notification-badge-positioner {
|
|
@@ -5171,29 +5217,29 @@
|
|
|
5171
5217
|
}
|
|
5172
5218
|
|
|
5173
5219
|
.seed-notification-badge-positioner--attach_icon {
|
|
5174
|
-
|
|
5175
|
-
|
|
5220
|
+
bottom: auto;
|
|
5221
|
+
left: auto;
|
|
5176
5222
|
translate: 100% -100%;
|
|
5177
5223
|
}
|
|
5178
5224
|
|
|
5179
5225
|
.seed-notification-badge-positioner--attach_text {
|
|
5180
|
-
|
|
5181
|
-
|
|
5226
|
+
bottom: auto;
|
|
5227
|
+
left: auto;
|
|
5182
5228
|
translate: 100%;
|
|
5183
5229
|
}
|
|
5184
5230
|
|
|
5185
5231
|
.seed-notification-badge-positioner--size_large-attach_icon {
|
|
5186
|
-
|
|
5187
|
-
|
|
5232
|
+
top: 14px;
|
|
5233
|
+
right: 8px;
|
|
5188
5234
|
}
|
|
5189
5235
|
|
|
5190
5236
|
.seed-notification-badge-positioner--size_small-attach_icon {
|
|
5191
|
-
|
|
5192
|
-
|
|
5237
|
+
top: 7px;
|
|
5238
|
+
right: 7px;
|
|
5193
5239
|
}
|
|
5194
5240
|
|
|
5195
5241
|
.seed-notification-badge-positioner--size_large-attach_text, .seed-notification-badge-positioner--size_small-attach_text {
|
|
5196
|
-
|
|
5242
|
+
right: -2px;
|
|
5197
5243
|
}
|
|
5198
5244
|
|
|
5199
5245
|
.seed-page-banner__root {
|
|
@@ -5205,8 +5251,10 @@
|
|
|
5205
5251
|
text-align: start;
|
|
5206
5252
|
width: 100%;
|
|
5207
5253
|
min-height: var(--seed-dimension-x10);
|
|
5208
|
-
padding-
|
|
5209
|
-
padding-
|
|
5254
|
+
padding-left: var(--seed-dimension-x4);
|
|
5255
|
+
padding-right: var(--seed-dimension-x4);
|
|
5256
|
+
padding-top: var(--seed-dimension-x2_5);
|
|
5257
|
+
padding-bottom: var(--seed-dimension-x2_5);
|
|
5210
5258
|
--seed-prefix-icon-size: var(--seed-dimension-x4);
|
|
5211
5259
|
--seed-prefix-icon-margin-right: var(--seed-dimension-x2);
|
|
5212
5260
|
--seed-prefix-icon-margin-top: calc((var(--seed-dimension-x10) - var(--seed-dimension-x4)) * .5 - var(--seed-dimension-x2_5));
|
|
@@ -5501,7 +5549,7 @@
|
|
|
5501
5549
|
cursor: pointer;
|
|
5502
5550
|
align-items: flex-start;
|
|
5503
5551
|
gap: var(--seed-dimension-x2);
|
|
5504
|
-
max-
|
|
5552
|
+
max-width: 100%;
|
|
5505
5553
|
display: inline-flex;
|
|
5506
5554
|
position: relative;
|
|
5507
5555
|
}
|
|
@@ -5534,7 +5582,7 @@
|
|
|
5534
5582
|
.seed-radio__label--size_large {
|
|
5535
5583
|
font-size: var(--seed-font-size-t5);
|
|
5536
5584
|
line-height: var(--seed-line-height-t5);
|
|
5537
|
-
margin-
|
|
5585
|
+
margin-top: calc(var(--seed-dimension-x9) / 2 - var(--seed-line-height-t5) / 2);
|
|
5538
5586
|
}
|
|
5539
5587
|
|
|
5540
5588
|
.seed-radio__root--size_medium {
|
|
@@ -5545,7 +5593,7 @@
|
|
|
5545
5593
|
.seed-radio__label--size_medium {
|
|
5546
5594
|
font-size: var(--seed-font-size-t4);
|
|
5547
5595
|
line-height: var(--seed-line-height-t4);
|
|
5548
|
-
margin-
|
|
5596
|
+
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t4) / 2);
|
|
5549
5597
|
}
|
|
5550
5598
|
|
|
5551
5599
|
.seed-radiomark__root {
|
|
@@ -5555,6 +5603,7 @@
|
|
|
5555
5603
|
border-color: var(--seed-color-stroke-neutral-weak);
|
|
5556
5604
|
border-radius: var(--seed-radius-full);
|
|
5557
5605
|
margin-top: var(--radiomark-margin-top, 0);
|
|
5606
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
5558
5607
|
flex: none;
|
|
5559
5608
|
justify-content: center;
|
|
5560
5609
|
align-items: center;
|
|
@@ -5563,7 +5612,7 @@
|
|
|
5563
5612
|
}
|
|
5564
5613
|
|
|
5565
5614
|
.seed-radiomark__root:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
5566
|
-
background-color: var(--seed-color-bg-
|
|
5615
|
+
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5567
5616
|
}
|
|
5568
5617
|
|
|
5569
5618
|
.seed-radiomark__root:is(:checked, [data-checked]) {
|
|
@@ -5575,9 +5624,9 @@
|
|
|
5575
5624
|
}
|
|
5576
5625
|
|
|
5577
5626
|
.seed-radiomark__root:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked]) {
|
|
5627
|
+
background-color: var(--seed-color-bg-transparent);
|
|
5578
5628
|
border-width: 1px;
|
|
5579
5629
|
border-color: var(--seed-color-palette-gray-300);
|
|
5580
|
-
background: none;
|
|
5581
5630
|
}
|
|
5582
5631
|
|
|
5583
5632
|
.seed-radiomark__icon {
|
|
@@ -5670,10 +5719,11 @@
|
|
|
5670
5719
|
}
|
|
5671
5720
|
|
|
5672
5721
|
.seed-reaction-button {
|
|
5673
|
-
transition: background-color var(--seed-duration-
|
|
5674
|
-
background: var(--seed-color-bg-
|
|
5722
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing), box-shadow var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
5723
|
+
background: var(--seed-color-bg-transparent);
|
|
5675
5724
|
font-weight: var(--seed-font-weight-medium);
|
|
5676
5725
|
color: var(--seed-color-fg-neutral);
|
|
5726
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
5677
5727
|
--track-color: var(--seed-color-palette-gray-500);
|
|
5678
5728
|
--range-color: var(--seed-color-fg-neutral);
|
|
5679
5729
|
--seed-count-font-weight: var(--seed-font-weight-bold);
|
|
@@ -5681,11 +5731,11 @@
|
|
|
5681
5731
|
}
|
|
5682
5732
|
|
|
5683
5733
|
.seed-reaction-button:is(:active, [data-active]) {
|
|
5684
|
-
background: var(--seed-color-bg-
|
|
5734
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
5685
5735
|
}
|
|
5686
5736
|
|
|
5687
5737
|
.seed-reaction-button:is([aria-pressed="true"], [data-pressed]) {
|
|
5688
|
-
background: var(--seed-color-bg-
|
|
5738
|
+
background: var(--seed-color-bg-transparent);
|
|
5689
5739
|
color: var(--seed-color-fg-brand);
|
|
5690
5740
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-brand-weak);
|
|
5691
5741
|
--seed-prefix-icon-color: var(--seed-color-fg-brand);
|
|
@@ -5693,7 +5743,7 @@
|
|
|
5693
5743
|
}
|
|
5694
5744
|
|
|
5695
5745
|
.seed-reaction-button:is([aria-pressed="true"], [data-pressed]):is(:active, [data-active]) {
|
|
5696
|
-
background: var(--seed-color-bg-
|
|
5746
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
5697
5747
|
}
|
|
5698
5748
|
|
|
5699
5749
|
.seed-reaction-button:is(:disabled, [disabled], [data-disabled]) {
|
|
@@ -5710,7 +5760,7 @@
|
|
|
5710
5760
|
}
|
|
5711
5761
|
|
|
5712
5762
|
.seed-reaction-button:is([aria-pressed="true"], [data-pressed])[data-loading] {
|
|
5713
|
-
background: var(--seed-color-bg-
|
|
5763
|
+
background: var(--seed-color-bg-transparent-pressed);
|
|
5714
5764
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-brand-weak);
|
|
5715
5765
|
--track-color: var(--seed-color-palette-carrot-200);
|
|
5716
5766
|
--range-color: var(--seed-color-fg-brand);
|
|
@@ -5718,8 +5768,10 @@
|
|
|
5718
5768
|
|
|
5719
5769
|
.seed-reaction-button--size_xsmall {
|
|
5720
5770
|
height: var(--seed-dimension-x8);
|
|
5721
|
-
padding-
|
|
5722
|
-
padding-
|
|
5771
|
+
padding-left: var(--seed-dimension-x3);
|
|
5772
|
+
padding-right: var(--seed-dimension-x3);
|
|
5773
|
+
padding-top: var(--seed-dimension-x1_5);
|
|
5774
|
+
padding-bottom: var(--seed-dimension-x1_5);
|
|
5723
5775
|
gap: var(--seed-dimension-x1);
|
|
5724
5776
|
border-radius: var(--seed-radius-full);
|
|
5725
5777
|
font-size: var(--seed-font-size-t3);
|
|
@@ -5733,8 +5785,10 @@
|
|
|
5733
5785
|
|
|
5734
5786
|
.seed-reaction-button--size_small {
|
|
5735
5787
|
height: var(--seed-dimension-x9);
|
|
5736
|
-
padding-
|
|
5737
|
-
padding-
|
|
5788
|
+
padding-left: var(--seed-dimension-x3_5);
|
|
5789
|
+
padding-right: var(--seed-dimension-x3_5);
|
|
5790
|
+
padding-top: var(--seed-dimension-x2);
|
|
5791
|
+
padding-bottom: var(--seed-dimension-x2);
|
|
5738
5792
|
gap: var(--seed-dimension-x1);
|
|
5739
5793
|
border-radius: var(--seed-radius-full);
|
|
5740
5794
|
font-size: var(--seed-font-size-t3);
|
|
@@ -5790,14 +5844,15 @@
|
|
|
5790
5844
|
z-index: -1;
|
|
5791
5845
|
will-change: transform;
|
|
5792
5846
|
transform: translateX(calc(var(--segment-index) * 100%));
|
|
5793
|
-
|
|
5847
|
+
top: var(--seed-dimension-x1);
|
|
5848
|
+
bottom: var(--seed-dimension-x1);
|
|
5849
|
+
left: var(--seed-dimension-x1);
|
|
5794
5850
|
width: calc((100% - var(--seed-dimension-x1) * 2) / var(--segment-count));
|
|
5795
5851
|
border-radius: var(--seed-radius-full);
|
|
5796
5852
|
background-color: var(--seed-color-palette-gray-00);
|
|
5797
5853
|
box-shadow: 0px 1px 6px 0px #0000000d, inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
5798
5854
|
transition: transform var(--seed-duration-d4) var(--seed-timing-function-easing);
|
|
5799
5855
|
position: absolute;
|
|
5800
|
-
inset-inline-start: var(--seed-dimension-x1);
|
|
5801
5856
|
}
|
|
5802
5857
|
|
|
5803
5858
|
.seed-segmented-control__item {
|
|
@@ -5812,14 +5867,16 @@
|
|
|
5812
5867
|
min-width: 86px;
|
|
5813
5868
|
height: 100%;
|
|
5814
5869
|
min-height: 34px;
|
|
5815
|
-
padding-
|
|
5816
|
-
padding-
|
|
5870
|
+
padding-left: var(--seed-dimension-x6);
|
|
5871
|
+
padding-right: var(--seed-dimension-x6);
|
|
5872
|
+
padding-top: var(--seed-dimension-x1_5);
|
|
5873
|
+
padding-bottom: var(--seed-dimension-x1_5);
|
|
5817
5874
|
border-radius: var(--seed-radius-full);
|
|
5818
5875
|
font-weight: var(--seed-font-weight-bold);
|
|
5819
5876
|
font-size: var(--seed-font-size-t5);
|
|
5820
5877
|
line-height: var(--seed-line-height-t5);
|
|
5821
5878
|
color: var(--seed-color-fg-neutral-subtle);
|
|
5822
|
-
transition: background-color var(--seed-duration-
|
|
5879
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing), color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
5823
5880
|
display: flex;
|
|
5824
5881
|
}
|
|
5825
5882
|
|
|
@@ -5850,15 +5907,19 @@
|
|
|
5850
5907
|
justify-content: space-between;
|
|
5851
5908
|
align-items: center;
|
|
5852
5909
|
gap: var(--seed-dimension-x2_5);
|
|
5853
|
-
padding-
|
|
5854
|
-
padding-
|
|
5910
|
+
padding-left: var(--seed-dimension-x4);
|
|
5911
|
+
padding-right: var(--seed-dimension-x4);
|
|
5912
|
+
padding-top: var(--seed-dimension-x5);
|
|
5913
|
+
padding-bottom: var(--seed-dimension-x5);
|
|
5855
5914
|
border-radius: var(--seed-radius-r3);
|
|
5856
5915
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
5916
|
+
background-color: var(--seed-color-bg-transparent);
|
|
5917
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
5857
5918
|
display: flex;
|
|
5858
5919
|
}
|
|
5859
5920
|
|
|
5860
5921
|
.seed-select-box__root:is(:active, [data-active]) {
|
|
5861
|
-
background-color: var(--seed-color-bg-
|
|
5922
|
+
background-color: var(--seed-color-bg-transparent-pressed);
|
|
5862
5923
|
}
|
|
5863
5924
|
|
|
5864
5925
|
.seed-select-box__root:is(:checked, [data-checked]) {
|
|
@@ -6058,9 +6119,12 @@
|
|
|
6058
6119
|
}
|
|
6059
6120
|
|
|
6060
6121
|
.seed-slider__valueIndicatorRoot {
|
|
6122
|
+
box-sizing: border-box;
|
|
6061
6123
|
background: var(--seed-color-bg-neutral-inverted);
|
|
6062
|
-
padding-
|
|
6063
|
-
padding-
|
|
6124
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
6125
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
6126
|
+
padding-top: var(--seed-dimension-x0_5);
|
|
6127
|
+
padding-bottom: var(--seed-dimension-x0_5);
|
|
6064
6128
|
border-radius: var(--seed-radius-r1);
|
|
6065
6129
|
color: var(--seed-color-fg-neutral-inverted);
|
|
6066
6130
|
font-size: var(--seed-font-size-t1);
|
|
@@ -6068,72 +6132,68 @@
|
|
|
6068
6132
|
font-weight: var(--seed-font-weight-medium);
|
|
6069
6133
|
white-space: pre-wrap;
|
|
6070
6134
|
text-align: center;
|
|
6071
|
-
width: max-content;
|
|
6072
|
-
bottom: calc(100% + var(--seed-dimension-x3));
|
|
6073
|
-
opacity: 0;
|
|
6074
6135
|
flex-direction: column;
|
|
6136
|
+
align-items: center;
|
|
6137
|
+
width: max-content;
|
|
6075
6138
|
display: flex;
|
|
6076
6139
|
position: absolute;
|
|
6140
|
+
top: 50%;
|
|
6077
6141
|
}
|
|
6078
6142
|
|
|
6079
6143
|
.seed-slider__valueIndicatorRoot[data-dir="ltr"] {
|
|
6080
|
-
left: calc(var(--indicator-position) * 1% + var(--indicator-offset));
|
|
6081
|
-
transform:
|
|
6144
|
+
left: calc(var(--indicator-label-position) * 1% + var(--indicator-label-offset));
|
|
6145
|
+
transform: translate(-50%, calc(-100% - var(--seed-dimension-x5) / 2 - var(--seed-dimension-x3)));
|
|
6082
6146
|
}
|
|
6083
6147
|
|
|
6084
6148
|
.seed-slider__valueIndicatorRoot[data-dir="rtl"] {
|
|
6085
|
-
right: calc(var(--indicator-position) * 1% + var(--indicator-offset));
|
|
6086
|
-
transform:
|
|
6149
|
+
right: calc(var(--indicator-label-position) * 1% + var(--indicator-label-offset));
|
|
6150
|
+
transform: translate(50%, calc(-100% - var(--seed-dimension-x5) / 2 - var(--seed-dimension-x3)));
|
|
6087
6151
|
}
|
|
6088
6152
|
|
|
6089
|
-
.seed-slider__valueIndicatorRoot[data-
|
|
6090
|
-
opacity: 1;
|
|
6091
|
-
}
|
|
6092
|
-
|
|
6093
|
-
.seed-slider__valueIndicatorRoot[data-thumb-dragging][data-dir="ltr"] {
|
|
6153
|
+
.seed-slider__valueIndicatorRoot[data-value-indicator-shown][data-dir="ltr"] {
|
|
6094
6154
|
animation: seed-enter;
|
|
6095
6155
|
animation-timing-function: var(--seed-timing-function-enter);
|
|
6096
6156
|
animation-duration: var(--seed-duration-d4);
|
|
6097
6157
|
--seed-enter-translate-x: -50%;
|
|
6098
|
-
--seed-enter-translate-y: var(--seed-dimension-
|
|
6158
|
+
--seed-enter-translate-y: calc(-100% - var(--seed-dimension-x5) / 2);
|
|
6099
6159
|
--seed-enter-opacity: 0;
|
|
6100
6160
|
--seed-enter-scale: .9;
|
|
6101
6161
|
}
|
|
6102
6162
|
|
|
6103
|
-
.seed-slider__valueIndicatorRoot[data-
|
|
6163
|
+
.seed-slider__valueIndicatorRoot[data-value-indicator-shown][data-dir="rtl"] {
|
|
6104
6164
|
animation: seed-enter;
|
|
6105
6165
|
animation-timing-function: var(--seed-timing-function-enter);
|
|
6106
6166
|
animation-duration: var(--seed-duration-d4);
|
|
6107
6167
|
--seed-enter-translate-x: 50%;
|
|
6108
|
-
--seed-enter-translate-y: var(--seed-dimension-
|
|
6168
|
+
--seed-enter-translate-y: calc(-100% - var(--seed-dimension-x5) / 2);
|
|
6109
6169
|
--seed-enter-opacity: 0;
|
|
6110
6170
|
--seed-enter-scale: .9;
|
|
6111
6171
|
}
|
|
6112
6172
|
|
|
6113
|
-
.seed-slider__valueIndicatorRoot:not([data-
|
|
6173
|
+
.seed-slider__valueIndicatorRoot:not([data-value-indicator-shown])[data-dir="ltr"] {
|
|
6114
6174
|
animation: seed-exit;
|
|
6115
6175
|
animation-timing-function: var(--seed-timing-function-easing);
|
|
6116
6176
|
animation-duration: var(--seed-duration-d4);
|
|
6117
6177
|
--seed-exit-translate-x: -50%;
|
|
6118
|
-
--seed-exit-translate-y: var(--seed-dimension-
|
|
6178
|
+
--seed-exit-translate-y: calc(-100% - var(--seed-dimension-x5) / 2);
|
|
6119
6179
|
--seed-exit-opacity: 0;
|
|
6120
6180
|
--seed-exit-scale: 1;
|
|
6121
6181
|
animation-fill-mode: forwards;
|
|
6122
6182
|
}
|
|
6123
6183
|
|
|
6124
|
-
.seed-slider__valueIndicatorRoot:not([data-
|
|
6184
|
+
.seed-slider__valueIndicatorRoot:not([data-value-indicator-shown])[data-dir="rtl"] {
|
|
6125
6185
|
animation: seed-exit;
|
|
6126
6186
|
animation-timing-function: var(--seed-timing-function-easing);
|
|
6127
6187
|
animation-duration: var(--seed-duration-d4);
|
|
6128
6188
|
--seed-exit-translate-x: 50%;
|
|
6129
|
-
--seed-exit-translate-y: var(--seed-dimension-
|
|
6189
|
+
--seed-exit-translate-y: calc(-100% - var(--seed-dimension-x5) / 2);
|
|
6130
6190
|
--seed-exit-opacity: 0;
|
|
6131
6191
|
--seed-exit-scale: 1;
|
|
6132
6192
|
animation-fill-mode: forwards;
|
|
6133
6193
|
}
|
|
6134
6194
|
|
|
6135
|
-
.seed-slider__valueIndicatorRoot:
|
|
6136
|
-
|
|
6195
|
+
.seed-slider__valueIndicatorRoot:not([data-value-indicator-shown]):not([data-indicator-ever-shown]) {
|
|
6196
|
+
animation-duration: 0s;
|
|
6137
6197
|
}
|
|
6138
6198
|
|
|
6139
6199
|
.seed-slider__valueIndicatorArrow {
|
|
@@ -6141,10 +6201,18 @@
|
|
|
6141
6201
|
height: var(--seed-dimension-x2_5);
|
|
6142
6202
|
position: absolute;
|
|
6143
6203
|
top: 100%;
|
|
6144
|
-
|
|
6204
|
+
}
|
|
6205
|
+
|
|
6206
|
+
.seed-slider__valueIndicatorArrow[data-dir="ltr"] {
|
|
6207
|
+
left: calc(50% + (var(--thumb-offset) - var(--indicator-label-offset)));
|
|
6145
6208
|
transform: translateX(-50%);
|
|
6146
6209
|
}
|
|
6147
6210
|
|
|
6211
|
+
.seed-slider__valueIndicatorArrow[data-dir="rtl"] {
|
|
6212
|
+
right: calc(50% + (var(--thumb-offset) - var(--indicator-label-offset)));
|
|
6213
|
+
transform: translateX(50%);
|
|
6214
|
+
}
|
|
6215
|
+
|
|
6148
6216
|
.seed-slider__valueIndicatorArrowTip {
|
|
6149
6217
|
fill: var(--seed-color-bg-neutral-inverted);
|
|
6150
6218
|
width: var(--seed-dimension-x2_5);
|
|
@@ -6235,8 +6303,10 @@
|
|
|
6235
6303
|
border-radius: var(--seed-radius-r2);
|
|
6236
6304
|
width: 100%;
|
|
6237
6305
|
max-width: 560px;
|
|
6238
|
-
padding-
|
|
6239
|
-
padding-
|
|
6306
|
+
padding-left: var(--seed-dimension-x2_5);
|
|
6307
|
+
padding-right: var(--seed-dimension-x2_5);
|
|
6308
|
+
padding-top: var(--seed-dimension-x2_5);
|
|
6309
|
+
padding-bottom: var(--seed-dimension-x2_5);
|
|
6240
6310
|
min-height: 44px;
|
|
6241
6311
|
animation: seed-enter;
|
|
6242
6312
|
animation-timing-function: var(--seed-timing-function-enter);
|
|
@@ -6261,7 +6331,8 @@
|
|
|
6261
6331
|
}
|
|
6262
6332
|
|
|
6263
6333
|
.seed-snackbar__content {
|
|
6264
|
-
padding-
|
|
6334
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
6335
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
6265
6336
|
justify-content: space-between;
|
|
6266
6337
|
align-items: center;
|
|
6267
6338
|
gap: var(--seed-dimension-x2_5);
|
|
@@ -6333,8 +6404,10 @@
|
|
|
6333
6404
|
left: calc(env(safe-area-inset-left, 0px));
|
|
6334
6405
|
right: calc(env(safe-area-inset-right, 0px));
|
|
6335
6406
|
bottom: calc(env(safe-area-inset-bottom, 0px) + var(--snackbar-region-offset, 0px));
|
|
6336
|
-
padding-
|
|
6337
|
-
padding-
|
|
6407
|
+
padding-left: var(--seed-dimension-x2);
|
|
6408
|
+
padding-right: var(--seed-dimension-x2);
|
|
6409
|
+
padding-top: var(--seed-dimension-x2);
|
|
6410
|
+
padding-bottom: var(--seed-dimension-x2);
|
|
6338
6411
|
transition-property: bottom;
|
|
6339
6412
|
transition-duration: var(--seed-duration-d4);
|
|
6340
6413
|
transition-timing-function: var(--seed-timing-function-easing);
|
|
@@ -6377,7 +6450,7 @@
|
|
|
6377
6450
|
.seed-switch__label--size_16 {
|
|
6378
6451
|
font-size: var(--seed-font-size-t3);
|
|
6379
6452
|
line-height: var(--seed-line-height-t3);
|
|
6380
|
-
margin-top: calc(
|
|
6453
|
+
margin-top: calc(var(--seed-dimension-x6) / 2 - var(--seed-line-height-t3) / 2);
|
|
6381
6454
|
}
|
|
6382
6455
|
|
|
6383
6456
|
.seed-switch__root--size_24 {
|
|
@@ -6389,7 +6462,7 @@
|
|
|
6389
6462
|
.seed-switch__label--size_24 {
|
|
6390
6463
|
font-size: var(--seed-font-size-t4);
|
|
6391
6464
|
line-height: var(--seed-line-height-t4);
|
|
6392
|
-
margin-top: calc(
|
|
6465
|
+
margin-top: calc(var(--seed-dimension-x6) / 2 - var(--seed-line-height-t4) / 2);
|
|
6393
6466
|
}
|
|
6394
6467
|
|
|
6395
6468
|
.seed-switch__root--size_32 {
|
|
@@ -6401,7 +6474,7 @@
|
|
|
6401
6474
|
.seed-switch__label--size_32 {
|
|
6402
6475
|
font-size: var(--seed-font-size-t5);
|
|
6403
6476
|
line-height: var(--seed-line-height-t5);
|
|
6404
|
-
margin-top: calc(
|
|
6477
|
+
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t5) / 2);
|
|
6405
6478
|
}
|
|
6406
6479
|
|
|
6407
6480
|
.seed-switch-mark__root {
|
|
@@ -6449,8 +6522,8 @@
|
|
|
6449
6522
|
}
|
|
6450
6523
|
|
|
6451
6524
|
.seed-switch-mark__root--size_16 {
|
|
6452
|
-
min-
|
|
6453
|
-
min-
|
|
6525
|
+
min-width: 26px;
|
|
6526
|
+
min-height: 16px;
|
|
6454
6527
|
padding: 2px;
|
|
6455
6528
|
}
|
|
6456
6529
|
|
|
@@ -6464,8 +6537,8 @@
|
|
|
6464
6537
|
}
|
|
6465
6538
|
|
|
6466
6539
|
.seed-switch-mark__root--size_24 {
|
|
6467
|
-
min-
|
|
6468
|
-
min-
|
|
6540
|
+
min-width: 38px;
|
|
6541
|
+
min-height: 24px;
|
|
6469
6542
|
padding: 2px;
|
|
6470
6543
|
}
|
|
6471
6544
|
|
|
@@ -6479,8 +6552,8 @@
|
|
|
6479
6552
|
}
|
|
6480
6553
|
|
|
6481
6554
|
.seed-switch-mark__root--size_32 {
|
|
6482
|
-
min-
|
|
6483
|
-
min-
|
|
6555
|
+
min-width: 52px;
|
|
6556
|
+
min-height: 32px;
|
|
6484
6557
|
padding: 3px;
|
|
6485
6558
|
}
|
|
6486
6559
|
|
|
@@ -6591,7 +6664,8 @@
|
|
|
6591
6664
|
|
|
6592
6665
|
.seed-tabs__list--triggerLayout_fill {
|
|
6593
6666
|
justify-content: space-around;
|
|
6594
|
-
padding-
|
|
6667
|
+
padding-left: 0;
|
|
6668
|
+
padding-right: 0;
|
|
6595
6669
|
}
|
|
6596
6670
|
|
|
6597
6671
|
.seed-tabs__indicator--triggerLayout_fill {
|
|
@@ -6609,7 +6683,8 @@
|
|
|
6609
6683
|
}
|
|
6610
6684
|
|
|
6611
6685
|
.seed-tabs__list--triggerLayout_hug {
|
|
6612
|
-
padding-
|
|
6686
|
+
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
6687
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
6613
6688
|
justify-content: flex-start;
|
|
6614
6689
|
}
|
|
6615
6690
|
|
|
@@ -6652,8 +6727,10 @@
|
|
|
6652
6727
|
|
|
6653
6728
|
.seed-tabs__trigger--size_small {
|
|
6654
6729
|
min-height: 40px;
|
|
6655
|
-
padding-
|
|
6656
|
-
padding-
|
|
6730
|
+
padding-left: var(--seed-dimension-x2_5);
|
|
6731
|
+
padding-right: var(--seed-dimension-x2_5);
|
|
6732
|
+
padding-top: var(--seed-dimension-x2_5);
|
|
6733
|
+
padding-bottom: var(--seed-dimension-x2_5);
|
|
6657
6734
|
font-size: var(--seed-font-size-t4);
|
|
6658
6735
|
line-height: var(--seed-line-height-t4);
|
|
6659
6736
|
font-weight: var(--seed-font-weight-bold);
|
|
@@ -6669,8 +6746,10 @@
|
|
|
6669
6746
|
|
|
6670
6747
|
.seed-tabs__trigger--size_medium {
|
|
6671
6748
|
min-height: 44px;
|
|
6672
|
-
padding-
|
|
6673
|
-
padding-
|
|
6749
|
+
padding-left: var(--seed-dimension-x2_5);
|
|
6750
|
+
padding-right: var(--seed-dimension-x2_5);
|
|
6751
|
+
padding-top: var(--seed-dimension-x2_5);
|
|
6752
|
+
padding-bottom: var(--seed-dimension-x2_5);
|
|
6674
6753
|
font-size: var(--seed-font-size-t5);
|
|
6675
6754
|
line-height: var(--seed-line-height-t5);
|
|
6676
6755
|
font-weight: var(--seed-font-weight-bold);
|
|
@@ -6988,7 +7067,7 @@
|
|
|
6988
7067
|
|
|
6989
7068
|
.seed-text-input__root {
|
|
6990
7069
|
width: 100%;
|
|
6991
|
-
transition: box-shadow var(--seed-duration-
|
|
7070
|
+
transition: box-shadow var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
6992
7071
|
align-items: center;
|
|
6993
7072
|
display: flex;
|
|
6994
7073
|
overflow: hidden;
|
|
@@ -7005,7 +7084,8 @@
|
|
|
7005
7084
|
outline: none;
|
|
7006
7085
|
flex-grow: 1;
|
|
7007
7086
|
align-self: stretch;
|
|
7008
|
-
padding-
|
|
7087
|
+
padding-left: 0;
|
|
7088
|
+
padding-right: 0;
|
|
7009
7089
|
}
|
|
7010
7090
|
|
|
7011
7091
|
.seed-text-input__value:is(input) {
|
|
@@ -7059,19 +7139,19 @@
|
|
|
7059
7139
|
}
|
|
7060
7140
|
|
|
7061
7141
|
.seed-text-input__value--variant_outline:first-child {
|
|
7062
|
-
padding-
|
|
7142
|
+
padding-left: var(--seed-dimension-x4);
|
|
7063
7143
|
}
|
|
7064
7144
|
|
|
7065
7145
|
.seed-text-input__value--variant_outline:last-child {
|
|
7066
|
-
padding-
|
|
7146
|
+
padding-right: var(--seed-dimension-x4);
|
|
7067
7147
|
}
|
|
7068
7148
|
|
|
7069
7149
|
.seed-text-input__prefixText--variant_outline:first-child, .seed-text-input__prefixIcon--variant_outline:first-child {
|
|
7070
|
-
margin-
|
|
7150
|
+
margin-left: var(--seed-dimension-x4);
|
|
7071
7151
|
}
|
|
7072
7152
|
|
|
7073
7153
|
.seed-text-input__suffixText--variant_outline:last-child, .seed-text-input__suffixIcon--variant_outline:last-child {
|
|
7074
|
-
margin-
|
|
7154
|
+
margin-right: var(--seed-dimension-x4);
|
|
7075
7155
|
}
|
|
7076
7156
|
|
|
7077
7157
|
.seed-text-input__root--variant_underline {
|
|
@@ -7119,12 +7199,14 @@
|
|
|
7119
7199
|
|
|
7120
7200
|
.seed-text-input__value--size_large:is(textarea) {
|
|
7121
7201
|
min-height: 95px;
|
|
7122
|
-
padding-
|
|
7202
|
+
padding-top: var(--seed-dimension-x3_5);
|
|
7203
|
+
padding-bottom: var(--seed-dimension-x3_5);
|
|
7123
7204
|
}
|
|
7124
7205
|
|
|
7125
7206
|
.seed-text-input__value--size_medium:is(textarea) {
|
|
7126
7207
|
min-height: 90px;
|
|
7127
|
-
padding-
|
|
7208
|
+
padding-top: 11px;
|
|
7209
|
+
padding-bottom: 11px;
|
|
7128
7210
|
}
|
|
7129
7211
|
|
|
7130
7212
|
.seed-text-input__root--variant_outline-size_large {
|
|
@@ -7204,7 +7286,7 @@
|
|
|
7204
7286
|
}
|
|
7205
7287
|
|
|
7206
7288
|
.seed-toggle-button {
|
|
7207
|
-
transition: background-color var(--seed-duration-
|
|
7289
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
7208
7290
|
font-weight: var(--seed-font-weight-bold);
|
|
7209
7291
|
}
|
|
7210
7292
|
|
|
@@ -7296,8 +7378,10 @@
|
|
|
7296
7378
|
height: var(--seed-dimension-x8);
|
|
7297
7379
|
border-radius: var(--seed-radius-full);
|
|
7298
7380
|
gap: var(--seed-dimension-x1);
|
|
7299
|
-
padding-
|
|
7300
|
-
padding-
|
|
7381
|
+
padding-left: var(--seed-dimension-x3_5);
|
|
7382
|
+
padding-right: var(--seed-dimension-x3_5);
|
|
7383
|
+
padding-top: var(--seed-dimension-x1_5);
|
|
7384
|
+
padding-bottom: var(--seed-dimension-x1_5);
|
|
7301
7385
|
font-size: var(--seed-font-size-t4);
|
|
7302
7386
|
line-height: var(--seed-line-height-t4);
|
|
7303
7387
|
--size: 14px;
|
|
@@ -7310,8 +7394,10 @@
|
|
|
7310
7394
|
height: var(--seed-dimension-x9);
|
|
7311
7395
|
border-radius: var(--seed-radius-full);
|
|
7312
7396
|
gap: var(--seed-dimension-x1);
|
|
7313
|
-
padding-
|
|
7314
|
-
padding-
|
|
7397
|
+
padding-left: var(--seed-dimension-x4);
|
|
7398
|
+
padding-right: var(--seed-dimension-x4);
|
|
7399
|
+
padding-top: var(--seed-dimension-x2);
|
|
7400
|
+
padding-bottom: var(--seed-dimension-x2);
|
|
7315
7401
|
font-size: var(--seed-font-size-t4);
|
|
7316
7402
|
line-height: var(--seed-line-height-t4);
|
|
7317
7403
|
--size: 14px;
|