@seed-design/css 1.1.19 → 1.2.1
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 +527 -115
- package/all.min.css +1 -1
- package/base.css +23 -0
- package/base.min.css +1 -1
- package/package.json +1 -1
- package/recipes/aspect-ratio.css +26 -0
- package/recipes/aspect-ratio.d.ts +19 -0
- package/recipes/aspect-ratio.mjs +22 -0
- package/recipes/bottom-sheet.css +13 -5
- package/recipes/checkbox-group.css +5 -0
- package/recipes/checkbox-group.d.ts +19 -0
- package/recipes/checkbox-group.mjs +22 -0
- package/recipes/checkmark.css +1 -1
- package/recipes/help-bubble.css +12 -9
- package/recipes/help-bubble.d.ts +1 -1
- package/recipes/help-bubble.mjs +4 -0
- package/recipes/image-frame-icon.css +6 -0
- package/recipes/image-frame-icon.d.ts +19 -0
- package/recipes/image-frame-icon.mjs +22 -0
- package/recipes/image-frame-indicator.css +16 -0
- package/recipes/image-frame-indicator.d.ts +19 -0
- package/recipes/image-frame-indicator.mjs +22 -0
- package/recipes/image-frame-reaction-button.css +29 -0
- package/recipes/image-frame-reaction-button.d.ts +19 -0
- package/recipes/image-frame-reaction-button.mjs +22 -0
- package/recipes/image-frame.css +26 -0
- package/recipes/image-frame.d.ts +26 -0
- package/recipes/image-frame.mjs +34 -0
- package/recipes/input-button.css +18 -3
- package/recipes/menu-sheet-item.css +34 -14
- package/recipes/menu-sheet-item.d.ts +3 -1
- package/recipes/menu-sheet-item.mjs +26 -4
- package/recipes/menu-sheet.css +8 -1
- package/recipes/menu-sheet.d.ts +1 -1
- package/recipes/menu-sheet.mjs +4 -0
- package/recipes/radio-group.css +5 -0
- package/recipes/radio-group.d.ts +19 -0
- package/recipes/radio-group.mjs +22 -0
- package/recipes/radiomark.css +0 -1
- package/recipes/select-box-group.css +8 -3
- package/recipes/select-box.css +88 -18
- package/recipes/select-box.d.ts +5 -2
- package/recipes/select-box.mjs +21 -2
- package/recipes/selectBoxCheckmark.css +31 -0
- package/recipes/selectBoxCheckmark.d.ts +21 -0
- package/recipes/selectBoxCheckmark.mjs +36 -0
- package/recipes/switch.css +3 -3
- package/recipes/{switch-mark.css → switchmark.css} +19 -19
- package/recipes/switchmark.d.ts +28 -0
- package/recipes/{switch-mark.mjs → switchmark.mjs} +10 -10
- package/recipes/tag-group-item.css +60 -31
- package/recipes/tag-group-item.d.ts +3 -1
- package/recipes/tag-group-item.mjs +18 -4
- package/recipes/tag-group.css +29 -5
- package/recipes/tag-group.d.ts +4 -0
- package/recipes/tag-group.mjs +20 -2
- package/recipes/text-input.css +39 -13
- package/vars/component/checkbox-group.d.ts +9 -0
- package/vars/component/checkbox-group.mjs +9 -0
- package/vars/component/help-bubble.d.ts +7 -4
- package/vars/component/help-bubble.mjs +7 -4
- package/vars/component/image-frame-floater.d.ts +10 -0
- package/vars/component/image-frame-floater.mjs +9 -0
- package/vars/component/image-frame-indicator.d.ts +20 -0
- package/vars/component/image-frame-indicator.mjs +18 -0
- package/vars/component/image-frame-reaction-button.d.ts +35 -0
- package/vars/component/image-frame-reaction-button.mjs +26 -0
- package/vars/component/image-frame.d.ts +48 -0
- package/vars/component/image-frame.mjs +31 -0
- package/vars/component/index.d.ts +9 -1
- package/vars/component/index.mjs +9 -1
- package/vars/component/input-button.d.ts +3 -4
- package/vars/component/input-button.mjs +2 -4
- package/vars/component/radio-group.d.ts +9 -0
- package/vars/component/radio-group.mjs +9 -0
- package/vars/component/select-box-checkmark.d.ts +40 -0
- package/vars/component/select-box-checkmark.mjs +40 -0
- package/vars/component/select-box-group.d.ts +10 -0
- package/vars/component/select-box-group.mjs +10 -0
- package/vars/component/select-box.d.ts +80 -21
- package/vars/component/select-box.mjs +75 -21
- package/vars/component/text-input.d.ts +3 -4
- package/vars/component/text-input.mjs +2 -4
- package/recipes/switch-mark.d.ts +0 -28
- /package/vars/component/{switch-mark.d.ts → switchmark.d.ts} +0 -0
- /package/vars/component/{switch-mark.mjs → switchmark.mjs} +0 -0
package/all.css
CHANGED
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.seed-icon, .seed-prefix-icon, .seed-suffix-icon {
|
|
46
|
+
vertical-align: middle;
|
|
46
47
|
flex-shrink: 0;
|
|
47
48
|
justify-content: center;
|
|
48
49
|
align-items: center;
|
|
@@ -173,6 +174,7 @@
|
|
|
173
174
|
--seed-box-flex-direction: initial;
|
|
174
175
|
--seed-box-flex-wrap: initial;
|
|
175
176
|
--seed-box-justify-content: initial;
|
|
177
|
+
--seed-box-justify-self: auto;
|
|
176
178
|
--seed-box-align-items: stretch;
|
|
177
179
|
--seed-box-align-content: stretch;
|
|
178
180
|
--seed-box-align-self: auto;
|
|
@@ -180,10 +182,15 @@
|
|
|
180
182
|
flex-direction: var(--seed-box-flex-direction);
|
|
181
183
|
flex-wrap: var(--seed-box-flex-wrap);
|
|
182
184
|
justify-content: var(--seed-box-justify-content);
|
|
185
|
+
justify-self: var(--seed-box-justify-self);
|
|
183
186
|
align-items: var(--seed-box-align-items);
|
|
184
187
|
align-content: var(--seed-box-align-content);
|
|
185
188
|
align-self: var(--seed-box-align-self);
|
|
186
189
|
gap: var(--seed-box-gap);
|
|
190
|
+
--seed-box-grid-column: initial;
|
|
191
|
+
grid-column: var(--seed-box-grid-column);
|
|
192
|
+
--seed-box-grid-row: initial;
|
|
193
|
+
grid-row: var(--seed-box-grid-row);
|
|
187
194
|
}
|
|
188
195
|
|
|
189
196
|
.seed-box:is(:active, [data-active]) {
|
|
@@ -191,6 +198,22 @@
|
|
|
191
198
|
background: var(--seed-box-background--active);
|
|
192
199
|
}
|
|
193
200
|
|
|
201
|
+
.seed-grid {
|
|
202
|
+
--seed-grid-columns: initial;
|
|
203
|
+
grid-template-columns: var(--seed-grid-columns);
|
|
204
|
+
--seed-grid-rows: initial;
|
|
205
|
+
grid-template-rows: var(--seed-grid-rows);
|
|
206
|
+
--seed-grid-auto-flow: initial;
|
|
207
|
+
grid-auto-flow: var(--seed-grid-auto-flow);
|
|
208
|
+
--seed-grid-auto-columns: initial;
|
|
209
|
+
grid-auto-columns: var(--seed-grid-auto-columns);
|
|
210
|
+
--seed-grid-auto-rows: initial;
|
|
211
|
+
grid-auto-rows: var(--seed-grid-auto-rows);
|
|
212
|
+
--seed-grid-justify-items: stretch;
|
|
213
|
+
justify-items: var(--seed-grid-justify-items);
|
|
214
|
+
display: grid;
|
|
215
|
+
}
|
|
216
|
+
|
|
194
217
|
.seed-consistent-width:before {
|
|
195
218
|
content: attr(data-text);
|
|
196
219
|
visibility: hidden;
|
|
@@ -1348,6 +1371,33 @@
|
|
|
1348
1371
|
color: var(--seed-color-fg-critical);
|
|
1349
1372
|
}
|
|
1350
1373
|
|
|
1374
|
+
.seed-aspect-ratio {
|
|
1375
|
+
--seed-aspect-ratio-padding: 75%;
|
|
1376
|
+
position: relative;
|
|
1377
|
+
overflow: hidden;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.seed-aspect-ratio:before {
|
|
1381
|
+
content: "";
|
|
1382
|
+
height: 0;
|
|
1383
|
+
padding-bottom: var(--seed-aspect-ratio-padding);
|
|
1384
|
+
display: block;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
.seed-aspect-ratio > :not(style) {
|
|
1388
|
+
justify-content: center;
|
|
1389
|
+
align-items: center;
|
|
1390
|
+
width: 100%;
|
|
1391
|
+
height: 100%;
|
|
1392
|
+
display: flex;
|
|
1393
|
+
position: absolute;
|
|
1394
|
+
inset: 0;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.seed-aspect-ratio > img, .seed-aspect-ratio > video {
|
|
1398
|
+
object-fit: cover;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1351
1401
|
.seed-app-bar__root {
|
|
1352
1402
|
z-index: var(--z-index-app-bar);
|
|
1353
1403
|
box-sizing: border-box;
|
|
@@ -2632,6 +2682,7 @@
|
|
|
2632
2682
|
background: var(--seed-color-bg-layer-floating);
|
|
2633
2683
|
border-top-left-radius: var(--seed-radius-r6);
|
|
2634
2684
|
border-top-right-radius: var(--seed-radius-r6);
|
|
2685
|
+
padding-bottom: var(--seed-safe-area-bottom);
|
|
2635
2686
|
touch-action: none;
|
|
2636
2687
|
will-change: transform;
|
|
2637
2688
|
transition: transform var(--seed-duration-d6) var(--seed-timing-function-enter-expressive);
|
|
@@ -2737,18 +2788,27 @@
|
|
|
2737
2788
|
|
|
2738
2789
|
.seed-bottom-sheet__header--headerAlign_left {
|
|
2739
2790
|
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
2791
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
2740
2792
|
justify-content: flex-start;
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
.seed-bottom-sheet__header--headerAlign_left[data-show-close-button] {
|
|
2741
2796
|
padding-right: 50px;
|
|
2742
2797
|
}
|
|
2743
2798
|
|
|
2744
2799
|
.seed-bottom-sheet__header--headerAlign_center {
|
|
2800
|
+
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
2801
|
+
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
2745
2802
|
text-align: center;
|
|
2746
2803
|
justify-content: center;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
.seed-bottom-sheet__header--headerAlign_center[data-show-close-button] {
|
|
2747
2807
|
padding-left: 50px;
|
|
2748
2808
|
padding-right: 50px;
|
|
2749
2809
|
}
|
|
2750
2810
|
|
|
2751
|
-
.seed-bottom-sheet__backdrop--skipAnimation_false:is([data-state="open"], [data-open])[data-snap-points="false"] {
|
|
2811
|
+
.seed-bottom-sheet__backdrop--skipAnimation_false:is([data-state="open"], [data-open])[data-snap-points="false"]:not([data-animation-done="true"]) {
|
|
2752
2812
|
animation-name: fade-in;
|
|
2753
2813
|
animation-duration: var(--seed-duration-d6);
|
|
2754
2814
|
animation-timing-function: var(--seed-timing-function-enter);
|
|
@@ -2760,7 +2820,7 @@
|
|
|
2760
2820
|
animation-timing-function: var(--seed-timing-function-exit);
|
|
2761
2821
|
}
|
|
2762
2822
|
|
|
2763
|
-
.seed-bottom-sheet__backdrop--skipAnimation_false:is([data-state="open"], [data-open])[data-snap-points="true"][data-should-overlay-animate="true"] {
|
|
2823
|
+
.seed-bottom-sheet__backdrop--skipAnimation_false:is([data-state="open"], [data-open])[data-snap-points="true"][data-should-overlay-animate="true"]:not([data-animation-done="true"]) {
|
|
2764
2824
|
animation-name: fade-in;
|
|
2765
2825
|
animation-duration: var(--seed-duration-d6);
|
|
2766
2826
|
animation-timing-function: var(--seed-timing-function-enter);
|
|
@@ -2771,7 +2831,7 @@
|
|
|
2771
2831
|
animation-timing-function: var(--seed-timing-function-enter-expressive);
|
|
2772
2832
|
}
|
|
2773
2833
|
|
|
2774
|
-
.seed-bottom-sheet__content--skipAnimation_false:is([data-state="open"], [data-open])[data-snap-points="false"] {
|
|
2834
|
+
.seed-bottom-sheet__content--skipAnimation_false:is([data-state="open"], [data-open])[data-snap-points="false"]:not([data-animation-done="true"]) {
|
|
2775
2835
|
animation-name: drawer-slide-from-bottom;
|
|
2776
2836
|
animation-duration: var(--seed-duration-d6);
|
|
2777
2837
|
animation-timing-function: var(--seed-timing-function-enter-expressive);
|
|
@@ -2783,7 +2843,7 @@
|
|
|
2783
2843
|
animation-timing-function: var(--seed-timing-function-exit);
|
|
2784
2844
|
}
|
|
2785
2845
|
|
|
2786
|
-
.seed-bottom-sheet__content--skipAnimation_false:is([data-state="open"], [data-open])[data-delayed-snap-points="true"] {
|
|
2846
|
+
.seed-bottom-sheet__content--skipAnimation_false:is([data-state="open"], [data-open])[data-delayed-snap-points="true"]:not([data-animation-done="true"]) {
|
|
2787
2847
|
animation-name: drawer-slide-from-bottom;
|
|
2788
2848
|
animation-duration: var(--seed-duration-d6);
|
|
2789
2849
|
animation-timing-function: var(--seed-timing-function-enter-expressive);
|
|
@@ -3036,11 +3096,17 @@
|
|
|
3036
3096
|
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t4) / 2);
|
|
3037
3097
|
}
|
|
3038
3098
|
|
|
3099
|
+
.seed-checkbox-group {
|
|
3100
|
+
gap: var(--seed-dimension-x1);
|
|
3101
|
+
flex-direction: column;
|
|
3102
|
+
display: flex;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3039
3105
|
.seed-checkmark__root {
|
|
3040
3106
|
box-sizing: border-box;
|
|
3041
3107
|
margin-top: var(--checkmark-margin-top, 0);
|
|
3042
3108
|
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
3043
|
-
flex
|
|
3109
|
+
flex: none;
|
|
3044
3110
|
position: relative;
|
|
3045
3111
|
}
|
|
3046
3112
|
|
|
@@ -4400,10 +4466,9 @@
|
|
|
4400
4466
|
padding-top: var(--seed-dimension-x2_5);
|
|
4401
4467
|
padding-bottom: var(--seed-dimension-x2_5);
|
|
4402
4468
|
border-radius: var(--seed-radius-r3);
|
|
4403
|
-
word-break: keep-all;
|
|
4404
4469
|
--seed-box-max-width: initial;
|
|
4405
4470
|
max-width: var(--seed-box-max-width);
|
|
4406
|
-
|
|
4471
|
+
align-items: flex-start;
|
|
4407
4472
|
display: flex;
|
|
4408
4473
|
}
|
|
4409
4474
|
|
|
@@ -4444,6 +4509,13 @@
|
|
|
4444
4509
|
display: block;
|
|
4445
4510
|
}
|
|
4446
4511
|
|
|
4512
|
+
.seed-help-bubble__body {
|
|
4513
|
+
gap: var(--seed-dimension-x0_5);
|
|
4514
|
+
word-break: keep-all;
|
|
4515
|
+
flex-direction: column;
|
|
4516
|
+
display: flex;
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4447
4519
|
.seed-help-bubble__title {
|
|
4448
4520
|
color: var(--seed-color-fg-neutral-inverted);
|
|
4449
4521
|
font-size: var(--seed-font-size-t3);
|
|
@@ -4462,20 +4534,18 @@
|
|
|
4462
4534
|
|
|
4463
4535
|
.seed-help-bubble__closeButton {
|
|
4464
4536
|
cursor: pointer;
|
|
4537
|
+
padding: calc((38px - var(--seed-dimension-x3_5)) / 2);
|
|
4538
|
+
margin-left: calc(var(--seed-dimension-x1) - ((38px - var(--seed-dimension-x3_5)) / 2));
|
|
4539
|
+
margin-right: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2));
|
|
4540
|
+
margin-top: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2) + var(--seed-dimension-x0_5));
|
|
4465
4541
|
color: var(--seed-color-fg-neutral-inverted);
|
|
4466
|
-
--seed-icon-size:
|
|
4542
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
4467
4543
|
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
4468
4544
|
background: none;
|
|
4469
4545
|
border: none;
|
|
4470
4546
|
justify-content: center;
|
|
4471
4547
|
align-items: center;
|
|
4472
|
-
width: 32px;
|
|
4473
|
-
height: 32px;
|
|
4474
|
-
padding: 0;
|
|
4475
4548
|
display: flex;
|
|
4476
|
-
position: absolute;
|
|
4477
|
-
top: 3px;
|
|
4478
|
-
right: 3px;
|
|
4479
4549
|
}
|
|
4480
4550
|
|
|
4481
4551
|
.seed-identity-placeholder__root {
|
|
@@ -4499,6 +4569,89 @@
|
|
|
4499
4569
|
overflow: hidden;
|
|
4500
4570
|
}
|
|
4501
4571
|
|
|
4572
|
+
.seed-image-frame {
|
|
4573
|
+
position: relative;
|
|
4574
|
+
}
|
|
4575
|
+
|
|
4576
|
+
.seed-image-frame > img, .seed-image-frame > video {
|
|
4577
|
+
object-fit: cover;
|
|
4578
|
+
}
|
|
4579
|
+
|
|
4580
|
+
.seed-image-frame--rounded_true {
|
|
4581
|
+
border-radius: var(--seed-radius-r2);
|
|
4582
|
+
overflow: hidden;
|
|
4583
|
+
}
|
|
4584
|
+
|
|
4585
|
+
.seed-image-frame--rounded_true > img, .seed-image-frame--rounded_true > video {
|
|
4586
|
+
border-radius: var(--seed-radius-r2);
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4589
|
+
.seed-image-frame--stroke_true:after {
|
|
4590
|
+
content: "";
|
|
4591
|
+
pointer-events: none;
|
|
4592
|
+
border-radius: inherit;
|
|
4593
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-subtle);
|
|
4594
|
+
position: absolute;
|
|
4595
|
+
inset: 0;
|
|
4596
|
+
}
|
|
4597
|
+
|
|
4598
|
+
.seed-image-frame-indicator {
|
|
4599
|
+
box-sizing: border-box;
|
|
4600
|
+
background-color: var(--seed-color-palette-static-black-alpha-800);
|
|
4601
|
+
color: var(--seed-color-palette-static-white);
|
|
4602
|
+
border-radius: var(--seed-radius-full);
|
|
4603
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
4604
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
4605
|
+
padding-top: var(--seed-dimension-x0_5);
|
|
4606
|
+
padding-bottom: var(--seed-dimension-x0_5);
|
|
4607
|
+
font-size: var(--seed-font-size-t1);
|
|
4608
|
+
line-height: var(--seed-line-height-t1);
|
|
4609
|
+
font-weight: var(--seed-font-weight-medium);
|
|
4610
|
+
justify-content: center;
|
|
4611
|
+
align-items: center;
|
|
4612
|
+
display: inline-flex;
|
|
4613
|
+
}
|
|
4614
|
+
|
|
4615
|
+
.seed-image-frame-icon {
|
|
4616
|
+
color: var(--seed-color-palette-static-white);
|
|
4617
|
+
justify-content: center;
|
|
4618
|
+
align-items: center;
|
|
4619
|
+
display: inline-flex;
|
|
4620
|
+
}
|
|
4621
|
+
|
|
4622
|
+
.seed-image-frame-reaction-button {
|
|
4623
|
+
box-sizing: border-box;
|
|
4624
|
+
cursor: pointer;
|
|
4625
|
+
width: var(--seed-dimension-x6);
|
|
4626
|
+
height: var(--seed-dimension-x6);
|
|
4627
|
+
--seed-icon-size: var(--seed-dimension-x6);
|
|
4628
|
+
--seed-icon-color: var(--seed-color-palette-static-white);
|
|
4629
|
+
background: none;
|
|
4630
|
+
border: none;
|
|
4631
|
+
justify-content: center;
|
|
4632
|
+
align-items: center;
|
|
4633
|
+
padding: 0;
|
|
4634
|
+
display: inline-flex;
|
|
4635
|
+
position: relative;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
.seed-image-frame-reaction-button:before {
|
|
4639
|
+
content: "";
|
|
4640
|
+
top: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4641
|
+
right: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4642
|
+
bottom: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4643
|
+
left: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4644
|
+
position: absolute;
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
.seed-image-frame-reaction-button:focus {
|
|
4648
|
+
outline: none;
|
|
4649
|
+
}
|
|
4650
|
+
|
|
4651
|
+
.seed-image-frame-reaction-button:is([aria-pressed="true"], [data-pressed]) {
|
|
4652
|
+
--seed-icon-color: var(--seed-color-bg-transparent);
|
|
4653
|
+
}
|
|
4654
|
+
|
|
4502
4655
|
.seed-inline-banner__root {
|
|
4503
4656
|
box-sizing: border-box;
|
|
4504
4657
|
-webkit-font-smoothing: antialiased;
|
|
@@ -4678,13 +4831,23 @@
|
|
|
4678
4831
|
border-radius: var(--seed-radius-r3);
|
|
4679
4832
|
background-color: var(--seed-color-bg-transparent);
|
|
4680
4833
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-weak);
|
|
4681
|
-
transition:
|
|
4834
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
4682
4835
|
border: none;
|
|
4683
4836
|
padding: 0;
|
|
4684
4837
|
position: absolute;
|
|
4685
4838
|
inset: 0;
|
|
4686
4839
|
}
|
|
4687
4840
|
|
|
4841
|
+
.seed-input-button__button:after {
|
|
4842
|
+
content: "";
|
|
4843
|
+
border-radius: inherit;
|
|
4844
|
+
transition: border-color .1s var(--seed-timing-function-easing);
|
|
4845
|
+
pointer-events: none;
|
|
4846
|
+
border: 2px solid #0000;
|
|
4847
|
+
position: absolute;
|
|
4848
|
+
inset: 0;
|
|
4849
|
+
}
|
|
4850
|
+
|
|
4688
4851
|
.seed-input-button__button[data-disabled] {
|
|
4689
4852
|
cursor: not-allowed;
|
|
4690
4853
|
background-color: var(--seed-color-bg-disabled);
|
|
@@ -4703,8 +4866,9 @@
|
|
|
4703
4866
|
outline: none;
|
|
4704
4867
|
}
|
|
4705
4868
|
|
|
4706
|
-
.seed-input-button__button:is(:invalid, [data-invalid]) {
|
|
4707
|
-
|
|
4869
|
+
.seed-input-button__button:is(:invalid, [data-invalid]):after {
|
|
4870
|
+
border-width: 2px;
|
|
4871
|
+
border-color: var(--seed-color-stroke-critical-solid);
|
|
4708
4872
|
}
|
|
4709
4873
|
|
|
4710
4874
|
.seed-input-button__value {
|
|
@@ -5136,7 +5300,7 @@
|
|
|
5136
5300
|
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
5137
5301
|
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
5138
5302
|
padding-top: var(--seed-dimension-x4);
|
|
5139
|
-
padding-bottom: var(--seed-dimension-x4);
|
|
5303
|
+
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5140
5304
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5141
5305
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5142
5306
|
flex-direction: column;
|
|
@@ -5162,6 +5326,14 @@
|
|
|
5162
5326
|
margin: 0;
|
|
5163
5327
|
}
|
|
5164
5328
|
|
|
5329
|
+
.seed-menu-sheet__description {
|
|
5330
|
+
color: var(--seed-color-fg-neutral-muted);
|
|
5331
|
+
font-size: var(--seed-font-size-t4);
|
|
5332
|
+
line-height: var(--seed-line-height-t4);
|
|
5333
|
+
font-weight: var(--seed-font-weight-regular);
|
|
5334
|
+
margin: 0;
|
|
5335
|
+
}
|
|
5336
|
+
|
|
5165
5337
|
.seed-menu-sheet__list {
|
|
5166
5338
|
align-items: stretch;
|
|
5167
5339
|
gap: var(--seed-dimension-x2_5);
|
|
@@ -5250,7 +5422,7 @@
|
|
|
5250
5422
|
animation-fill-mode: forwards;
|
|
5251
5423
|
}
|
|
5252
5424
|
|
|
5253
|
-
.seed-menu-sheet-
|
|
5425
|
+
.seed-menu-sheet-item__root {
|
|
5254
5426
|
background-color: var(--seed-color-bg-neutral-weak);
|
|
5255
5427
|
min-height: 52px;
|
|
5256
5428
|
padding-left: var(--seed-dimension-x4);
|
|
@@ -5260,9 +5432,6 @@
|
|
|
5260
5432
|
align-items: center;
|
|
5261
5433
|
gap: var(--seed-dimension-x3_5);
|
|
5262
5434
|
box-shadow: inset 0 calc(-1 * 1px) 0 var(--seed-color-stroke-neutral-muted);
|
|
5263
|
-
font-size: var(--seed-font-size-t5);
|
|
5264
|
-
line-height: var(--seed-line-height-t5);
|
|
5265
|
-
font-weight: var(--seed-font-weight-regular);
|
|
5266
5435
|
border: none;
|
|
5267
5436
|
outline: none;
|
|
5268
5437
|
margin: 0;
|
|
@@ -5270,36 +5439,65 @@
|
|
|
5270
5439
|
display: flex;
|
|
5271
5440
|
}
|
|
5272
5441
|
|
|
5273
|
-
.seed-menu-sheet-
|
|
5442
|
+
.seed-menu-sheet-item__root:is(:active, [data-active]) {
|
|
5274
5443
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
5275
5444
|
}
|
|
5276
5445
|
|
|
5277
|
-
.seed-menu-sheet-
|
|
5446
|
+
.seed-menu-sheet-item__root:last-child {
|
|
5278
5447
|
box-shadow: none;
|
|
5279
5448
|
}
|
|
5280
5449
|
|
|
5281
|
-
.seed-menu-sheet-
|
|
5450
|
+
.seed-menu-sheet-item__root {
|
|
5282
5451
|
--seed-prefix-icon-size: 22px;
|
|
5283
5452
|
}
|
|
5284
5453
|
|
|
5285
|
-
.seed-menu-sheet-
|
|
5286
|
-
|
|
5454
|
+
.seed-menu-sheet-item__content {
|
|
5455
|
+
gap: var(--seed-dimension-x0_5);
|
|
5456
|
+
flex-direction: column;
|
|
5457
|
+
display: flex;
|
|
5458
|
+
}
|
|
5459
|
+
|
|
5460
|
+
.seed-menu-sheet-item__label {
|
|
5461
|
+
font-size: var(--seed-font-size-t5);
|
|
5462
|
+
line-height: var(--seed-line-height-t5);
|
|
5463
|
+
font-weight: var(--seed-font-weight-regular);
|
|
5464
|
+
}
|
|
5465
|
+
|
|
5466
|
+
.seed-menu-sheet-item__description {
|
|
5467
|
+
font-size: var(--seed-font-size-t3);
|
|
5468
|
+
line-height: var(--seed-line-height-t3);
|
|
5469
|
+
font-weight: var(--seed-font-weight-medium);
|
|
5470
|
+
color: var(--seed-color-fg-neutral-subtle);
|
|
5471
|
+
}
|
|
5472
|
+
|
|
5473
|
+
.seed-menu-sheet-item__root--tone_neutral {
|
|
5287
5474
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
5288
5475
|
}
|
|
5289
5476
|
|
|
5290
|
-
.seed-menu-sheet-
|
|
5291
|
-
color: var(--seed-color-fg-
|
|
5477
|
+
.seed-menu-sheet-item__label--tone_neutral {
|
|
5478
|
+
color: var(--seed-color-fg-neutral);
|
|
5479
|
+
}
|
|
5480
|
+
|
|
5481
|
+
.seed-menu-sheet-item__root--tone_critical {
|
|
5292
5482
|
--seed-prefix-icon-color: var(--seed-color-fg-critical);
|
|
5293
5483
|
}
|
|
5294
5484
|
|
|
5295
|
-
.seed-menu-sheet-
|
|
5296
|
-
|
|
5485
|
+
.seed-menu-sheet-item__label--tone_critical {
|
|
5486
|
+
color: var(--seed-color-fg-critical);
|
|
5487
|
+
}
|
|
5488
|
+
|
|
5489
|
+
.seed-menu-sheet-item__content--labelAlign_left {
|
|
5490
|
+
text-align: start;
|
|
5297
5491
|
}
|
|
5298
5492
|
|
|
5299
|
-
.seed-menu-sheet-
|
|
5493
|
+
.seed-menu-sheet-item__root--labelAlign_center {
|
|
5300
5494
|
justify-content: center;
|
|
5301
5495
|
}
|
|
5302
5496
|
|
|
5497
|
+
.seed-menu-sheet-item__content--labelAlign_center {
|
|
5498
|
+
align-items: center;
|
|
5499
|
+
}
|
|
5500
|
+
|
|
5303
5501
|
.seed-notification-badge {
|
|
5304
5502
|
box-sizing: border-box;
|
|
5305
5503
|
text-transform: none;
|
|
@@ -5734,6 +5932,12 @@
|
|
|
5734
5932
|
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t4) / 2);
|
|
5735
5933
|
}
|
|
5736
5934
|
|
|
5935
|
+
.seed-radio-group {
|
|
5936
|
+
gap: var(--seed-dimension-x1);
|
|
5937
|
+
flex-direction: column;
|
|
5938
|
+
display: flex;
|
|
5939
|
+
}
|
|
5940
|
+
|
|
5737
5941
|
.seed-radiomark__root {
|
|
5738
5942
|
box-sizing: border-box;
|
|
5739
5943
|
border-style: solid;
|
|
@@ -6043,58 +6247,175 @@
|
|
|
6043
6247
|
|
|
6044
6248
|
.seed-select-box__root {
|
|
6045
6249
|
cursor: pointer;
|
|
6046
|
-
justify-content: space-between;
|
|
6047
|
-
align-items: center;
|
|
6048
|
-
gap: var(--seed-dimension-x2_5);
|
|
6049
|
-
padding-left: var(--seed-dimension-x4);
|
|
6050
|
-
padding-right: var(--seed-dimension-x4);
|
|
6051
|
-
padding-top: var(--seed-dimension-x5);
|
|
6052
|
-
padding-bottom: var(--seed-dimension-x5);
|
|
6053
6250
|
border-radius: var(--seed-radius-r3);
|
|
6054
|
-
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
6055
6251
|
background-color: var(--seed-color-bg-transparent);
|
|
6252
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
6056
6253
|
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
6254
|
+
flex-direction: column;
|
|
6057
6255
|
display: flex;
|
|
6256
|
+
position: relative;
|
|
6257
|
+
overflow: hidden;
|
|
6058
6258
|
}
|
|
6059
6259
|
|
|
6060
|
-
.seed-select-box__root:
|
|
6260
|
+
.seed-select-box__root:after {
|
|
6261
|
+
content: "";
|
|
6262
|
+
border-radius: inherit;
|
|
6263
|
+
transition: border-color .1s var(--seed-timing-function-easing);
|
|
6264
|
+
pointer-events: none;
|
|
6265
|
+
border: 2px solid #0000;
|
|
6266
|
+
position: absolute;
|
|
6267
|
+
inset: 0;
|
|
6268
|
+
}
|
|
6269
|
+
|
|
6270
|
+
.seed-select-box__root:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
6061
6271
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
6062
6272
|
}
|
|
6063
6273
|
|
|
6064
|
-
.seed-select-box__root:is(:checked, [data-checked]) {
|
|
6065
|
-
|
|
6066
|
-
|
|
6274
|
+
.seed-select-box__root:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):after {
|
|
6275
|
+
border-width: 2px;
|
|
6276
|
+
border-color: var(--seed-color-stroke-neutral-contrast);
|
|
6067
6277
|
}
|
|
6068
6278
|
|
|
6069
|
-
.seed-select-box__root:is(:
|
|
6070
|
-
|
|
6279
|
+
.seed-select-box__root:is(:disabled, [disabled], [data-disabled]) {
|
|
6280
|
+
cursor: not-allowed;
|
|
6281
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
6282
|
+
}
|
|
6283
|
+
|
|
6284
|
+
.seed-select-box__root:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked]) {
|
|
6285
|
+
box-shadow: inset 0 0 0 2px var(--seed-color-stroke-neutral-muted);
|
|
6286
|
+
}
|
|
6287
|
+
|
|
6288
|
+
.seed-select-box__trigger {
|
|
6289
|
+
justify-content: space-between;
|
|
6290
|
+
gap: var(--seed-dimension-x1_5);
|
|
6291
|
+
flex-grow: 1;
|
|
6292
|
+
display: flex;
|
|
6071
6293
|
}
|
|
6072
6294
|
|
|
6073
6295
|
.seed-select-box__content {
|
|
6296
|
+
--seed-prefix-icon-size: 22px;
|
|
6297
|
+
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
6298
|
+
display: flex;
|
|
6299
|
+
}
|
|
6300
|
+
|
|
6301
|
+
.seed-select-box__content:is(:disabled, [disabled], [data-disabled]) {
|
|
6302
|
+
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
6303
|
+
}
|
|
6304
|
+
|
|
6305
|
+
.seed-select-box__body {
|
|
6074
6306
|
gap: var(--seed-dimension-x0_5);
|
|
6075
6307
|
flex-direction: column;
|
|
6076
|
-
|
|
6308
|
+
margin-right: auto;
|
|
6077
6309
|
display: flex;
|
|
6078
6310
|
}
|
|
6079
6311
|
|
|
6080
6312
|
.seed-select-box__label {
|
|
6313
|
+
align-items: center;
|
|
6314
|
+
gap: var(--seed-dimension-x1);
|
|
6081
6315
|
color: var(--seed-color-fg-neutral);
|
|
6082
|
-
font-weight: var(--seed-font-weight-bold);
|
|
6083
6316
|
font-size: var(--seed-font-size-t5);
|
|
6084
6317
|
line-height: var(--seed-line-height-t5);
|
|
6318
|
+
font-weight: var(--seed-font-weight-medium);
|
|
6319
|
+
justify-content: flex-start;
|
|
6320
|
+
display: flex;
|
|
6321
|
+
}
|
|
6322
|
+
|
|
6323
|
+
.seed-select-box__label:is(:disabled, [disabled], [data-disabled]) {
|
|
6324
|
+
color: var(--seed-color-fg-disabled);
|
|
6085
6325
|
}
|
|
6086
6326
|
|
|
6087
6327
|
.seed-select-box__description {
|
|
6088
6328
|
color: var(--seed-color-fg-neutral-muted);
|
|
6329
|
+
font-size: var(--seed-font-size-t3);
|
|
6330
|
+
line-height: var(--seed-line-height-t3);
|
|
6089
6331
|
font-weight: var(--seed-font-weight-regular);
|
|
6090
|
-
font-size: var(--seed-font-size-t4);
|
|
6091
|
-
line-height: var(--seed-line-height-t4);
|
|
6092
6332
|
}
|
|
6093
6333
|
|
|
6094
|
-
.seed-select-
|
|
6334
|
+
.seed-select-box__description:is(:disabled, [disabled], [data-disabled]) {
|
|
6335
|
+
color: var(--seed-color-fg-disabled);
|
|
6336
|
+
}
|
|
6337
|
+
|
|
6338
|
+
.seed-select-box__footer[data-collapsible] {
|
|
6339
|
+
opacity: 0;
|
|
6340
|
+
height: 0;
|
|
6341
|
+
transition: height var(--seed-duration-d6) var(--seed-timing-function-easing), opacity .4s var(--seed-timing-function-easing);
|
|
6342
|
+
overflow: hidden;
|
|
6343
|
+
}
|
|
6344
|
+
|
|
6345
|
+
.seed-select-box__footer[data-collapsible]:is([data-state="open"], [data-open]) {
|
|
6346
|
+
height: var(--collapsible-content-height);
|
|
6347
|
+
opacity: 1;
|
|
6348
|
+
transition: height .4s var(--seed-timing-function-easing), opacity var(--seed-duration-d6) var(--seed-timing-function-easing);
|
|
6349
|
+
}
|
|
6350
|
+
|
|
6351
|
+
.seed-select-box__trigger--layout_horizontal {
|
|
6352
|
+
padding-left: var(--seed-dimension-x5);
|
|
6353
|
+
padding-right: var(--seed-dimension-x4);
|
|
6354
|
+
padding-top: var(--seed-dimension-x4);
|
|
6355
|
+
padding-bottom: var(--seed-dimension-x4);
|
|
6356
|
+
align-items: center;
|
|
6357
|
+
}
|
|
6358
|
+
|
|
6359
|
+
.seed-select-box__content--layout_horizontal {
|
|
6360
|
+
align-items: center;
|
|
6361
|
+
gap: var(--seed-dimension-x3);
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.seed-select-box__trigger--layout_vertical {
|
|
6365
|
+
padding-left: var(--seed-dimension-x4);
|
|
6366
|
+
padding-right: var(--seed-dimension-x4);
|
|
6367
|
+
padding-top: var(--seed-dimension-x5);
|
|
6368
|
+
padding-bottom: var(--seed-dimension-x5);
|
|
6369
|
+
}
|
|
6370
|
+
|
|
6371
|
+
.seed-select-box__content--layout_vertical {
|
|
6372
|
+
gap: var(--seed-dimension-x2_5);
|
|
6095
6373
|
flex-direction: column;
|
|
6374
|
+
}
|
|
6375
|
+
|
|
6376
|
+
.seed-selectBoxCheckmark__root {
|
|
6377
|
+
box-sizing: border-box;
|
|
6378
|
+
width: var(--seed-dimension-x5);
|
|
6379
|
+
height: var(--seed-dimension-x5);
|
|
6380
|
+
flex: none;
|
|
6381
|
+
position: relative;
|
|
6382
|
+
}
|
|
6383
|
+
|
|
6384
|
+
.seed-selectBoxCheckmark__icon {
|
|
6385
|
+
text-align: center;
|
|
6386
|
+
overflow: initial;
|
|
6387
|
+
width: 15px;
|
|
6388
|
+
height: 15px;
|
|
6389
|
+
color: var(--seed-color-fg-placeholder);
|
|
6390
|
+
transition: color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
6391
|
+
margin: auto;
|
|
6392
|
+
display: block;
|
|
6393
|
+
position: absolute;
|
|
6394
|
+
inset: 0;
|
|
6395
|
+
}
|
|
6396
|
+
|
|
6397
|
+
.seed-selectBoxCheckmark__icon:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
6398
|
+
color: var(--seed-color-fg-neutral-subtle);
|
|
6399
|
+
}
|
|
6400
|
+
|
|
6401
|
+
.seed-selectBoxCheckmark__icon:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]) {
|
|
6402
|
+
color: var(--seed-color-fg-neutral);
|
|
6403
|
+
}
|
|
6404
|
+
|
|
6405
|
+
.seed-selectBoxCheckmark__icon:is(:disabled, [disabled], [data-disabled]) {
|
|
6406
|
+
color: var(--seed-color-fg-disabled);
|
|
6407
|
+
}
|
|
6408
|
+
|
|
6409
|
+
.seed-select-box-group {
|
|
6410
|
+
grid-template-columns: repeat(var(--seed-select-box-group--columns, 1), minmax(0, 1fr));
|
|
6411
|
+
row-gap: var(--seed-dimension-spacing-y-component-default);
|
|
6412
|
+
column-gap: var(--seed-dimension-x3);
|
|
6096
6413
|
width: 100%;
|
|
6097
|
-
display:
|
|
6414
|
+
display: grid;
|
|
6415
|
+
}
|
|
6416
|
+
|
|
6417
|
+
.seed-select-box-group:not([data-columns="1"]) {
|
|
6418
|
+
grid-auto-rows: 1fr;
|
|
6098
6419
|
}
|
|
6099
6420
|
|
|
6100
6421
|
.seed-skeleton {
|
|
@@ -6583,7 +6904,7 @@
|
|
|
6583
6904
|
.seed-switch__root--size_16 {
|
|
6584
6905
|
min-height: var(--seed-dimension-x6);
|
|
6585
6906
|
gap: var(--seed-dimension-x1_5);
|
|
6586
|
-
--
|
|
6907
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x6) - 16px) / 2);
|
|
6587
6908
|
}
|
|
6588
6909
|
|
|
6589
6910
|
.seed-switch__label--size_16 {
|
|
@@ -6595,7 +6916,7 @@
|
|
|
6595
6916
|
.seed-switch__root--size_24 {
|
|
6596
6917
|
min-height: var(--seed-dimension-x6);
|
|
6597
6918
|
gap: var(--seed-dimension-x2);
|
|
6598
|
-
--
|
|
6919
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x6) - 24px) / 2);
|
|
6599
6920
|
}
|
|
6600
6921
|
|
|
6601
6922
|
.seed-switch__label--size_24 {
|
|
@@ -6607,7 +6928,7 @@
|
|
|
6607
6928
|
.seed-switch__root--size_32 {
|
|
6608
6929
|
min-height: var(--seed-dimension-x8);
|
|
6609
6930
|
gap: var(--seed-dimension-x2_5);
|
|
6610
|
-
--
|
|
6931
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x8) - 32px) / 2);
|
|
6611
6932
|
}
|
|
6612
6933
|
|
|
6613
6934
|
.seed-switch__label--size_32 {
|
|
@@ -6616,92 +6937,92 @@
|
|
|
6616
6937
|
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t5) / 2);
|
|
6617
6938
|
}
|
|
6618
6939
|
|
|
6619
|
-
.seed-
|
|
6940
|
+
.seed-switchmark__root {
|
|
6620
6941
|
box-sizing: border-box;
|
|
6621
6942
|
border-radius: var(--seed-radius-full);
|
|
6622
6943
|
background: var(--seed-color-palette-gray-600);
|
|
6623
|
-
margin: var(--
|
|
6944
|
+
margin: var(--switchmark-margin-top, 0) 0;
|
|
6624
6945
|
transition: background-color var(--seed-duration-d1) var(--seed-timing-function-easing) 20ms, opacity var(--seed-duration-d1) var(--seed-timing-function-easing);
|
|
6625
6946
|
display: block;
|
|
6626
6947
|
position: relative;
|
|
6627
6948
|
}
|
|
6628
6949
|
|
|
6629
|
-
.seed-
|
|
6950
|
+
.seed-switchmark__root:is(:disabled, [disabled], [data-disabled]) {
|
|
6630
6951
|
opacity: .38;
|
|
6631
6952
|
}
|
|
6632
6953
|
|
|
6633
|
-
.seed-
|
|
6954
|
+
.seed-switchmark__thumb {
|
|
6634
6955
|
border-radius: var(--seed-radius-full);
|
|
6635
6956
|
transition: transform var(--seed-duration-d3) var(--seed-timing-function-easing), background-color var(--seed-duration-d1) var(--seed-timing-function-easing) 20ms;
|
|
6636
6957
|
transform: scale(.8);
|
|
6637
6958
|
}
|
|
6638
6959
|
|
|
6639
|
-
.seed-
|
|
6960
|
+
.seed-switchmark__root--tone_neutral:is(:checked, [data-checked]) {
|
|
6640
6961
|
background: var(--seed-color-bg-neutral-inverted);
|
|
6641
6962
|
}
|
|
6642
6963
|
|
|
6643
|
-
.seed-
|
|
6964
|
+
.seed-switchmark__root--tone_neutral:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked]) {
|
|
6644
6965
|
background: var(--seed-color-palette-gray-600);
|
|
6645
6966
|
}
|
|
6646
6967
|
|
|
6647
|
-
.seed-
|
|
6968
|
+
.seed-switchmark__thumb--tone_neutral {
|
|
6648
6969
|
background: var(--seed-color-fg-neutral-inverted);
|
|
6649
6970
|
}
|
|
6650
6971
|
|
|
6651
|
-
.seed-
|
|
6972
|
+
.seed-switchmark__thumb--tone_neutral:is(:disabled, [disabled], [data-disabled]) {
|
|
6652
6973
|
background: var(--seed-color-palette-static-black-alpha-700);
|
|
6653
6974
|
}
|
|
6654
6975
|
|
|
6655
|
-
.seed-
|
|
6976
|
+
.seed-switchmark__root--tone_brand:is(:checked, [data-checked]) {
|
|
6656
6977
|
background: var(--seed-color-bg-brand-solid);
|
|
6657
6978
|
}
|
|
6658
6979
|
|
|
6659
|
-
.seed-
|
|
6980
|
+
.seed-switchmark__thumb--tone_brand {
|
|
6660
6981
|
background: var(--seed-color-palette-static-white);
|
|
6661
6982
|
}
|
|
6662
6983
|
|
|
6663
|
-
.seed-
|
|
6984
|
+
.seed-switchmark__root--size_16 {
|
|
6664
6985
|
min-width: 26px;
|
|
6665
6986
|
min-height: 16px;
|
|
6666
6987
|
padding: 2px;
|
|
6667
6988
|
}
|
|
6668
6989
|
|
|
6669
|
-
.seed-
|
|
6990
|
+
.seed-switchmark__thumb--size_16 {
|
|
6670
6991
|
width: 12px;
|
|
6671
6992
|
height: 12px;
|
|
6672
6993
|
}
|
|
6673
6994
|
|
|
6674
|
-
.seed-
|
|
6995
|
+
.seed-switchmark__thumb--size_16:is(:checked, [data-checked]) {
|
|
6675
6996
|
transform: scale(1)translateX(10px);
|
|
6676
6997
|
}
|
|
6677
6998
|
|
|
6678
|
-
.seed-
|
|
6999
|
+
.seed-switchmark__root--size_24 {
|
|
6679
7000
|
min-width: 38px;
|
|
6680
7001
|
min-height: 24px;
|
|
6681
7002
|
padding: 2px;
|
|
6682
7003
|
}
|
|
6683
7004
|
|
|
6684
|
-
.seed-
|
|
7005
|
+
.seed-switchmark__thumb--size_24 {
|
|
6685
7006
|
width: 20px;
|
|
6686
7007
|
height: 20px;
|
|
6687
7008
|
}
|
|
6688
7009
|
|
|
6689
|
-
.seed-
|
|
7010
|
+
.seed-switchmark__thumb--size_24:is(:checked, [data-checked]) {
|
|
6690
7011
|
transform: scale(1)translateX(14px);
|
|
6691
7012
|
}
|
|
6692
7013
|
|
|
6693
|
-
.seed-
|
|
7014
|
+
.seed-switchmark__root--size_32 {
|
|
6694
7015
|
min-width: 52px;
|
|
6695
7016
|
min-height: 32px;
|
|
6696
7017
|
padding: 3px;
|
|
6697
7018
|
}
|
|
6698
7019
|
|
|
6699
|
-
.seed-
|
|
7020
|
+
.seed-switchmark__thumb--size_32 {
|
|
6700
7021
|
width: 26px;
|
|
6701
7022
|
height: 26px;
|
|
6702
7023
|
}
|
|
6703
7024
|
|
|
6704
|
-
.seed-
|
|
7025
|
+
.seed-switchmark__thumb--size_32:is(:checked, [data-checked]) {
|
|
6705
7026
|
transform: scale(1)translateX(20px);
|
|
6706
7027
|
}
|
|
6707
7028
|
|
|
@@ -6904,12 +7225,6 @@
|
|
|
6904
7225
|
top: 0;
|
|
6905
7226
|
}
|
|
6906
7227
|
|
|
6907
|
-
.seed-tag-group__root {
|
|
6908
|
-
flex-wrap: wrap;
|
|
6909
|
-
align-items: center;
|
|
6910
|
-
display: inline-flex;
|
|
6911
|
-
}
|
|
6912
|
-
|
|
6913
7228
|
.seed-tag-group__separator {
|
|
6914
7229
|
color: var(--seed-color-palette-gray-600);
|
|
6915
7230
|
font-weight: var(--seed-font-weight-regular);
|
|
@@ -6932,63 +7247,136 @@
|
|
|
6932
7247
|
line-height: var(--seed-line-height-t4);
|
|
6933
7248
|
}
|
|
6934
7249
|
|
|
6935
|
-
.seed-tag-
|
|
7250
|
+
.seed-tag-group__root--truncate_true {
|
|
7251
|
+
--tag-group-item-display: inline-flex;
|
|
7252
|
+
--tag-group-item-overflow: hidden;
|
|
7253
|
+
--tag-group-item-text-overflow: ellipsis;
|
|
7254
|
+
--tag-group-item-white-space: nowrap;
|
|
6936
7255
|
align-items: center;
|
|
6937
|
-
|
|
6938
|
-
display: flex;
|
|
7256
|
+
max-width: 100%;
|
|
7257
|
+
display: inline-flex;
|
|
6939
7258
|
}
|
|
6940
7259
|
|
|
6941
|
-
.seed-tag-
|
|
6942
|
-
|
|
7260
|
+
.seed-tag-group__root--truncate_false {
|
|
7261
|
+
--tag-group-item-display: inline;
|
|
7262
|
+
--tag-group-item-overflow: visible;
|
|
7263
|
+
--tag-group-item-text-overflow: clip;
|
|
7264
|
+
--tag-group-item-white-space: normal;
|
|
7265
|
+
font-size: 0;
|
|
7266
|
+
display: inline-block;
|
|
7267
|
+
}
|
|
7268
|
+
|
|
7269
|
+
.seed-tag-group__separator--truncate_false {
|
|
7270
|
+
vertical-align: middle;
|
|
7271
|
+
}
|
|
7272
|
+
|
|
7273
|
+
.seed-tag-group__root--size_t2-truncate_false {
|
|
6943
7274
|
line-height: var(--seed-line-height-t2);
|
|
6944
|
-
|
|
7275
|
+
}
|
|
7276
|
+
|
|
7277
|
+
.seed-tag-group__root--size_t3-truncate_false {
|
|
7278
|
+
line-height: var(--seed-line-height-t3);
|
|
7279
|
+
}
|
|
7280
|
+
|
|
7281
|
+
.seed-tag-group__root--size_t4-truncate_false {
|
|
7282
|
+
line-height: var(--seed-line-height-t4);
|
|
7283
|
+
}
|
|
7284
|
+
|
|
7285
|
+
.seed-tag-group-item__root {
|
|
7286
|
+
display: var(--tag-group-item-display);
|
|
7287
|
+
vertical-align: middle;
|
|
7288
|
+
flex-shrink: var(--seed-box-flex-shrink, 1);
|
|
7289
|
+
align-items: center;
|
|
7290
|
+
min-width: 0;
|
|
7291
|
+
}
|
|
7292
|
+
|
|
7293
|
+
.seed-tag-group-item__label {
|
|
7294
|
+
vertical-align: middle;
|
|
7295
|
+
min-width: 0;
|
|
7296
|
+
overflow: var(--tag-group-item-overflow);
|
|
7297
|
+
text-overflow: var(--tag-group-item-text-overflow);
|
|
7298
|
+
white-space: var(--tag-group-item-white-space);
|
|
7299
|
+
word-break: normal;
|
|
7300
|
+
display: inline;
|
|
7301
|
+
}
|
|
7302
|
+
|
|
7303
|
+
.seed-tag-group-item__label:not(:first-child) {
|
|
7304
|
+
margin-left: var(--seed-dimension-x0_5);
|
|
7305
|
+
}
|
|
7306
|
+
|
|
7307
|
+
.seed-tag-group-item__label:not(:last-child) {
|
|
7308
|
+
margin-right: var(--seed-dimension-x0_5);
|
|
7309
|
+
}
|
|
7310
|
+
|
|
7311
|
+
.seed-tag-group-item__root--size_t2 {
|
|
6945
7312
|
--seed-prefix-icon-size: var(--seed-dimension-x3);
|
|
6946
7313
|
--seed-suffix-icon-size: var(--seed-dimension-x3);
|
|
7314
|
+
--seed-icon-size: var(--seed-dimension-x3);
|
|
6947
7315
|
}
|
|
6948
7316
|
|
|
6949
|
-
.seed-tag-group-
|
|
6950
|
-
font-size: var(--seed-font-size-
|
|
6951
|
-
line-height: var(--seed-line-height-
|
|
6952
|
-
|
|
7317
|
+
.seed-tag-group-item__label--size_t2 {
|
|
7318
|
+
font-size: var(--seed-font-size-t2);
|
|
7319
|
+
line-height: var(--seed-line-height-t2);
|
|
7320
|
+
}
|
|
7321
|
+
|
|
7322
|
+
.seed-tag-group-item__root--size_t3 {
|
|
6953
7323
|
--seed-prefix-icon-size: 13px;
|
|
6954
7324
|
--seed-suffix-icon-size: 13px;
|
|
7325
|
+
--seed-icon-size: 13px;
|
|
6955
7326
|
}
|
|
6956
7327
|
|
|
6957
|
-
.seed-tag-group-
|
|
6958
|
-
font-size: var(--seed-font-size-
|
|
6959
|
-
line-height: var(--seed-line-height-
|
|
6960
|
-
|
|
7328
|
+
.seed-tag-group-item__label--size_t3 {
|
|
7329
|
+
font-size: var(--seed-font-size-t3);
|
|
7330
|
+
line-height: var(--seed-line-height-t3);
|
|
7331
|
+
}
|
|
7332
|
+
|
|
7333
|
+
.seed-tag-group-item__root--size_t4 {
|
|
6961
7334
|
--seed-prefix-icon-size: var(--seed-dimension-x3_5);
|
|
6962
7335
|
--seed-suffix-icon-size: var(--seed-dimension-x3_5);
|
|
7336
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
7337
|
+
}
|
|
7338
|
+
|
|
7339
|
+
.seed-tag-group-item__label--size_t4 {
|
|
7340
|
+
font-size: var(--seed-font-size-t4);
|
|
7341
|
+
line-height: var(--seed-line-height-t4);
|
|
6963
7342
|
}
|
|
6964
7343
|
|
|
6965
|
-
.seed-tag-group-
|
|
7344
|
+
.seed-tag-group-item__label--weight_regular {
|
|
6966
7345
|
font-weight: var(--seed-font-weight-regular);
|
|
6967
7346
|
}
|
|
6968
7347
|
|
|
6969
|
-
.seed-tag-group-
|
|
7348
|
+
.seed-tag-group-item__label--weight_bold {
|
|
6970
7349
|
font-weight: var(--seed-font-weight-bold);
|
|
6971
7350
|
}
|
|
6972
7351
|
|
|
6973
|
-
.seed-tag-group-
|
|
6974
|
-
color: var(--seed-color-fg-neutral-subtle);
|
|
6975
|
-
--seed-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
7352
|
+
.seed-tag-group-item__root--tone_neutralSubtle {
|
|
6976
7353
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
6977
7354
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
7355
|
+
--seed-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
6978
7356
|
}
|
|
6979
7357
|
|
|
6980
|
-
.seed-tag-group-
|
|
6981
|
-
color: var(--seed-color-fg-neutral);
|
|
6982
|
-
|
|
7358
|
+
.seed-tag-group-item__label--tone_neutralSubtle {
|
|
7359
|
+
color: var(--seed-color-fg-neutral-subtle);
|
|
7360
|
+
}
|
|
7361
|
+
|
|
7362
|
+
.seed-tag-group-item__root--tone_neutral {
|
|
6983
7363
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
6984
7364
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
7365
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
6985
7366
|
}
|
|
6986
7367
|
|
|
6987
|
-
.seed-tag-group-
|
|
6988
|
-
color: var(--seed-color-fg-
|
|
6989
|
-
|
|
7368
|
+
.seed-tag-group-item__label--tone_neutral {
|
|
7369
|
+
color: var(--seed-color-fg-neutral);
|
|
7370
|
+
}
|
|
7371
|
+
|
|
7372
|
+
.seed-tag-group-item__root--tone_brand {
|
|
6990
7373
|
--seed-prefix-icon-color: var(--seed-color-fg-brand);
|
|
6991
7374
|
--seed-suffix-icon-color: var(--seed-color-fg-brand);
|
|
7375
|
+
--seed-icon-color: var(--seed-color-fg-brand);
|
|
7376
|
+
}
|
|
7377
|
+
|
|
7378
|
+
.seed-tag-group-item__label--tone_brand {
|
|
7379
|
+
color: var(--seed-color-fg-brand);
|
|
6992
7380
|
}
|
|
6993
7381
|
|
|
6994
7382
|
.seed-text {
|
|
@@ -7355,13 +7743,23 @@
|
|
|
7355
7743
|
}
|
|
7356
7744
|
|
|
7357
7745
|
.seed-text-input__root {
|
|
7358
|
-
width: 100%;
|
|
7359
|
-
transition: box-shadow var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
7360
7746
|
align-items: center;
|
|
7747
|
+
width: 100%;
|
|
7361
7748
|
display: flex;
|
|
7749
|
+
position: relative;
|
|
7362
7750
|
overflow: hidden;
|
|
7363
7751
|
}
|
|
7364
7752
|
|
|
7753
|
+
.seed-text-input__root:after {
|
|
7754
|
+
content: "";
|
|
7755
|
+
border-radius: inherit;
|
|
7756
|
+
transition: border-color .1s var(--seed-timing-function-easing);
|
|
7757
|
+
pointer-events: none;
|
|
7758
|
+
border-color: #0000;
|
|
7759
|
+
position: absolute;
|
|
7760
|
+
inset: 0;
|
|
7761
|
+
}
|
|
7762
|
+
|
|
7365
7763
|
.seed-text-input__value {
|
|
7366
7764
|
box-sizing: border-box;
|
|
7367
7765
|
font: inherit;
|
|
@@ -7427,12 +7825,19 @@
|
|
|
7427
7825
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-weak);
|
|
7428
7826
|
}
|
|
7429
7827
|
|
|
7430
|
-
.seed-text-input__root--variant_outline:
|
|
7431
|
-
|
|
7828
|
+
.seed-text-input__root--variant_outline:after {
|
|
7829
|
+
border-style: solid;
|
|
7830
|
+
border-width: 2px;
|
|
7831
|
+
}
|
|
7832
|
+
|
|
7833
|
+
.seed-text-input__root--variant_outline:not([data-readonly]):is(:focus, [data-focus]):after {
|
|
7834
|
+
border-color: var(--seed-color-stroke-neutral-contrast);
|
|
7835
|
+
border-width: 2px;
|
|
7432
7836
|
}
|
|
7433
7837
|
|
|
7434
|
-
.seed-text-input__root--variant_outline:is(:invalid, [data-invalid]), .seed-text-input__root--variant_outline:is(:invalid, [data-invalid]):is(:focus, [data-focus]) {
|
|
7435
|
-
|
|
7838
|
+
.seed-text-input__root--variant_outline:is(:invalid, [data-invalid]):after, .seed-text-input__root--variant_outline:is(:invalid, [data-invalid]):is(:focus, [data-focus]):after {
|
|
7839
|
+
border-color: var(--seed-color-stroke-critical-solid);
|
|
7840
|
+
border-width: 2px;
|
|
7436
7841
|
}
|
|
7437
7842
|
|
|
7438
7843
|
.seed-text-input__root--variant_outline:is(:disabled, [disabled], [data-disabled]), .seed-text-input__root--variant_outline[data-readonly]:not(:is(:disabled, [disabled], [data-disabled])) {
|
|
@@ -7461,12 +7866,19 @@
|
|
|
7461
7866
|
box-shadow: inset 0 calc(1px * -1) 0 0 var(--seed-color-stroke-neutral-weak);
|
|
7462
7867
|
}
|
|
7463
7868
|
|
|
7464
|
-
.seed-text-input__root--variant_underline:
|
|
7465
|
-
|
|
7869
|
+
.seed-text-input__root--variant_underline:after {
|
|
7870
|
+
border-bottom-style: solid;
|
|
7871
|
+
border-bottom-width: 2px;
|
|
7872
|
+
}
|
|
7873
|
+
|
|
7874
|
+
.seed-text-input__root--variant_underline:not([data-readonly]):is(:focus, [data-focus]):after {
|
|
7875
|
+
border-bottom-color: var(--seed-color-stroke-neutral-contrast);
|
|
7876
|
+
border-bottom-width: 2px;
|
|
7466
7877
|
}
|
|
7467
7878
|
|
|
7468
|
-
.seed-text-input__root--variant_underline:is(:invalid, [data-invalid]), .seed-text-input__root--variant_underline:is(:invalid, [data-invalid]):is(:focus, [data-focus]) {
|
|
7469
|
-
|
|
7879
|
+
.seed-text-input__root--variant_underline:is(:invalid, [data-invalid]):after, .seed-text-input__root--variant_underline:is(:invalid, [data-invalid]):is(:focus, [data-focus]):after {
|
|
7880
|
+
border-bottom-color: var(--seed-color-stroke-critical-solid);
|
|
7881
|
+
border-bottom-width: 2px;
|
|
7470
7882
|
}
|
|
7471
7883
|
|
|
7472
7884
|
.seed-text-input__value--variant_underline, .seed-text-input__value--variant_underline::placeholder {
|