@seed-design/css 1.1.19 → 1.2.0
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 +514 -111
- 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 +1 -0
- 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 +30 -0
- package/vars/component/image-frame-reaction-button.mjs +21 -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);
|
|
@@ -3036,11 +3087,17 @@
|
|
|
3036
3087
|
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t4) / 2);
|
|
3037
3088
|
}
|
|
3038
3089
|
|
|
3090
|
+
.seed-checkbox-group {
|
|
3091
|
+
gap: var(--seed-dimension-x1);
|
|
3092
|
+
flex-direction: column;
|
|
3093
|
+
display: flex;
|
|
3094
|
+
}
|
|
3095
|
+
|
|
3039
3096
|
.seed-checkmark__root {
|
|
3040
3097
|
box-sizing: border-box;
|
|
3041
3098
|
margin-top: var(--checkmark-margin-top, 0);
|
|
3042
3099
|
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
3043
|
-
flex
|
|
3100
|
+
flex: none;
|
|
3044
3101
|
position: relative;
|
|
3045
3102
|
}
|
|
3046
3103
|
|
|
@@ -4400,10 +4457,9 @@
|
|
|
4400
4457
|
padding-top: var(--seed-dimension-x2_5);
|
|
4401
4458
|
padding-bottom: var(--seed-dimension-x2_5);
|
|
4402
4459
|
border-radius: var(--seed-radius-r3);
|
|
4403
|
-
word-break: keep-all;
|
|
4404
4460
|
--seed-box-max-width: initial;
|
|
4405
4461
|
max-width: var(--seed-box-max-width);
|
|
4406
|
-
|
|
4462
|
+
align-items: flex-start;
|
|
4407
4463
|
display: flex;
|
|
4408
4464
|
}
|
|
4409
4465
|
|
|
@@ -4444,6 +4500,13 @@
|
|
|
4444
4500
|
display: block;
|
|
4445
4501
|
}
|
|
4446
4502
|
|
|
4503
|
+
.seed-help-bubble__body {
|
|
4504
|
+
gap: var(--seed-dimension-x0_5);
|
|
4505
|
+
word-break: keep-all;
|
|
4506
|
+
flex-direction: column;
|
|
4507
|
+
display: flex;
|
|
4508
|
+
}
|
|
4509
|
+
|
|
4447
4510
|
.seed-help-bubble__title {
|
|
4448
4511
|
color: var(--seed-color-fg-neutral-inverted);
|
|
4449
4512
|
font-size: var(--seed-font-size-t3);
|
|
@@ -4462,20 +4525,18 @@
|
|
|
4462
4525
|
|
|
4463
4526
|
.seed-help-bubble__closeButton {
|
|
4464
4527
|
cursor: pointer;
|
|
4528
|
+
padding: calc((38px - var(--seed-dimension-x3_5)) / 2);
|
|
4529
|
+
margin-left: calc(var(--seed-dimension-x1) - ((38px - var(--seed-dimension-x3_5)) / 2));
|
|
4530
|
+
margin-right: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2));
|
|
4531
|
+
margin-top: calc(-1 * ((38px - var(--seed-dimension-x3_5)) / 2) + var(--seed-dimension-x0_5));
|
|
4465
4532
|
color: var(--seed-color-fg-neutral-inverted);
|
|
4466
|
-
--seed-icon-size:
|
|
4533
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
4467
4534
|
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
4468
4535
|
background: none;
|
|
4469
4536
|
border: none;
|
|
4470
4537
|
justify-content: center;
|
|
4471
4538
|
align-items: center;
|
|
4472
|
-
width: 32px;
|
|
4473
|
-
height: 32px;
|
|
4474
|
-
padding: 0;
|
|
4475
4539
|
display: flex;
|
|
4476
|
-
position: absolute;
|
|
4477
|
-
top: 3px;
|
|
4478
|
-
right: 3px;
|
|
4479
4540
|
}
|
|
4480
4541
|
|
|
4481
4542
|
.seed-identity-placeholder__root {
|
|
@@ -4499,6 +4560,89 @@
|
|
|
4499
4560
|
overflow: hidden;
|
|
4500
4561
|
}
|
|
4501
4562
|
|
|
4563
|
+
.seed-image-frame {
|
|
4564
|
+
position: relative;
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
.seed-image-frame > img, .seed-image-frame > video {
|
|
4568
|
+
object-fit: cover;
|
|
4569
|
+
}
|
|
4570
|
+
|
|
4571
|
+
.seed-image-frame--rounded_true {
|
|
4572
|
+
border-radius: var(--seed-radius-r2);
|
|
4573
|
+
overflow: hidden;
|
|
4574
|
+
}
|
|
4575
|
+
|
|
4576
|
+
.seed-image-frame--rounded_true > img, .seed-image-frame--rounded_true > video {
|
|
4577
|
+
border-radius: var(--seed-radius-r2);
|
|
4578
|
+
}
|
|
4579
|
+
|
|
4580
|
+
.seed-image-frame--stroke_true:after {
|
|
4581
|
+
content: "";
|
|
4582
|
+
pointer-events: none;
|
|
4583
|
+
border-radius: inherit;
|
|
4584
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-subtle);
|
|
4585
|
+
position: absolute;
|
|
4586
|
+
inset: 0;
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4589
|
+
.seed-image-frame-indicator {
|
|
4590
|
+
box-sizing: border-box;
|
|
4591
|
+
background-color: var(--seed-color-palette-static-black-alpha-800);
|
|
4592
|
+
color: var(--seed-color-palette-static-white);
|
|
4593
|
+
border-radius: var(--seed-radius-full);
|
|
4594
|
+
padding-left: var(--seed-dimension-x1_5);
|
|
4595
|
+
padding-right: var(--seed-dimension-x1_5);
|
|
4596
|
+
padding-top: var(--seed-dimension-x0_5);
|
|
4597
|
+
padding-bottom: var(--seed-dimension-x0_5);
|
|
4598
|
+
font-size: var(--seed-font-size-t1);
|
|
4599
|
+
line-height: var(--seed-line-height-t1);
|
|
4600
|
+
font-weight: var(--seed-font-weight-medium);
|
|
4601
|
+
justify-content: center;
|
|
4602
|
+
align-items: center;
|
|
4603
|
+
display: inline-flex;
|
|
4604
|
+
}
|
|
4605
|
+
|
|
4606
|
+
.seed-image-frame-icon {
|
|
4607
|
+
color: var(--seed-color-palette-static-white);
|
|
4608
|
+
justify-content: center;
|
|
4609
|
+
align-items: center;
|
|
4610
|
+
display: inline-flex;
|
|
4611
|
+
}
|
|
4612
|
+
|
|
4613
|
+
.seed-image-frame-reaction-button {
|
|
4614
|
+
box-sizing: border-box;
|
|
4615
|
+
cursor: pointer;
|
|
4616
|
+
width: var(--seed-dimension-x6);
|
|
4617
|
+
height: var(--seed-dimension-x6);
|
|
4618
|
+
--seed-icon-size: var(--seed-dimension-x6);
|
|
4619
|
+
--seed-icon-color: var(--seed-color-fg-neutral-inverted);
|
|
4620
|
+
background: none;
|
|
4621
|
+
border: none;
|
|
4622
|
+
justify-content: center;
|
|
4623
|
+
align-items: center;
|
|
4624
|
+
padding: 0;
|
|
4625
|
+
display: inline-flex;
|
|
4626
|
+
position: relative;
|
|
4627
|
+
}
|
|
4628
|
+
|
|
4629
|
+
.seed-image-frame-reaction-button:before {
|
|
4630
|
+
content: "";
|
|
4631
|
+
top: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4632
|
+
right: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4633
|
+
bottom: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4634
|
+
left: calc((var(--seed-dimension-x10) - var(--seed-dimension-x6)) / 2 * -1);
|
|
4635
|
+
position: absolute;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
.seed-image-frame-reaction-button:focus {
|
|
4639
|
+
outline: none;
|
|
4640
|
+
}
|
|
4641
|
+
|
|
4642
|
+
.seed-image-frame-reaction-button:is([aria-pressed="true"], [data-pressed]) {
|
|
4643
|
+
--seed-icon-color: var(--seed-color-fg-brand);
|
|
4644
|
+
}
|
|
4645
|
+
|
|
4502
4646
|
.seed-inline-banner__root {
|
|
4503
4647
|
box-sizing: border-box;
|
|
4504
4648
|
-webkit-font-smoothing: antialiased;
|
|
@@ -4678,13 +4822,23 @@
|
|
|
4678
4822
|
border-radius: var(--seed-radius-r3);
|
|
4679
4823
|
background-color: var(--seed-color-bg-transparent);
|
|
4680
4824
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-weak);
|
|
4681
|
-
transition:
|
|
4825
|
+
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
4682
4826
|
border: none;
|
|
4683
4827
|
padding: 0;
|
|
4684
4828
|
position: absolute;
|
|
4685
4829
|
inset: 0;
|
|
4686
4830
|
}
|
|
4687
4831
|
|
|
4832
|
+
.seed-input-button__button:after {
|
|
4833
|
+
content: "";
|
|
4834
|
+
border-radius: inherit;
|
|
4835
|
+
transition: border-color .1s var(--seed-timing-function-easing);
|
|
4836
|
+
pointer-events: none;
|
|
4837
|
+
border: 2px solid #0000;
|
|
4838
|
+
position: absolute;
|
|
4839
|
+
inset: 0;
|
|
4840
|
+
}
|
|
4841
|
+
|
|
4688
4842
|
.seed-input-button__button[data-disabled] {
|
|
4689
4843
|
cursor: not-allowed;
|
|
4690
4844
|
background-color: var(--seed-color-bg-disabled);
|
|
@@ -4703,8 +4857,9 @@
|
|
|
4703
4857
|
outline: none;
|
|
4704
4858
|
}
|
|
4705
4859
|
|
|
4706
|
-
.seed-input-button__button:is(:invalid, [data-invalid]) {
|
|
4707
|
-
|
|
4860
|
+
.seed-input-button__button:is(:invalid, [data-invalid]):after {
|
|
4861
|
+
border-width: 2px;
|
|
4862
|
+
border-color: var(--seed-color-stroke-critical-solid);
|
|
4708
4863
|
}
|
|
4709
4864
|
|
|
4710
4865
|
.seed-input-button__value {
|
|
@@ -5136,7 +5291,7 @@
|
|
|
5136
5291
|
padding-left: var(--seed-dimension-spacing-x-global-gutter);
|
|
5137
5292
|
padding-right: var(--seed-dimension-spacing-x-global-gutter);
|
|
5138
5293
|
padding-top: var(--seed-dimension-x4);
|
|
5139
|
-
padding-bottom: var(--seed-dimension-x4);
|
|
5294
|
+
padding-bottom: calc(var(--seed-dimension-x4) + var(--seed-safe-area-bottom));
|
|
5140
5295
|
border-top-left-radius: var(--seed-radius-r5);
|
|
5141
5296
|
border-top-right-radius: var(--seed-radius-r5);
|
|
5142
5297
|
flex-direction: column;
|
|
@@ -5162,6 +5317,14 @@
|
|
|
5162
5317
|
margin: 0;
|
|
5163
5318
|
}
|
|
5164
5319
|
|
|
5320
|
+
.seed-menu-sheet__description {
|
|
5321
|
+
color: var(--seed-color-fg-neutral-muted);
|
|
5322
|
+
font-size: var(--seed-font-size-t4);
|
|
5323
|
+
line-height: var(--seed-line-height-t4);
|
|
5324
|
+
font-weight: var(--seed-font-weight-regular);
|
|
5325
|
+
margin: 0;
|
|
5326
|
+
}
|
|
5327
|
+
|
|
5165
5328
|
.seed-menu-sheet__list {
|
|
5166
5329
|
align-items: stretch;
|
|
5167
5330
|
gap: var(--seed-dimension-x2_5);
|
|
@@ -5250,7 +5413,7 @@
|
|
|
5250
5413
|
animation-fill-mode: forwards;
|
|
5251
5414
|
}
|
|
5252
5415
|
|
|
5253
|
-
.seed-menu-sheet-
|
|
5416
|
+
.seed-menu-sheet-item__root {
|
|
5254
5417
|
background-color: var(--seed-color-bg-neutral-weak);
|
|
5255
5418
|
min-height: 52px;
|
|
5256
5419
|
padding-left: var(--seed-dimension-x4);
|
|
@@ -5260,9 +5423,6 @@
|
|
|
5260
5423
|
align-items: center;
|
|
5261
5424
|
gap: var(--seed-dimension-x3_5);
|
|
5262
5425
|
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
5426
|
border: none;
|
|
5267
5427
|
outline: none;
|
|
5268
5428
|
margin: 0;
|
|
@@ -5270,36 +5430,65 @@
|
|
|
5270
5430
|
display: flex;
|
|
5271
5431
|
}
|
|
5272
5432
|
|
|
5273
|
-
.seed-menu-sheet-
|
|
5433
|
+
.seed-menu-sheet-item__root:is(:active, [data-active]) {
|
|
5274
5434
|
background-color: var(--seed-color-bg-neutral-weak-pressed);
|
|
5275
5435
|
}
|
|
5276
5436
|
|
|
5277
|
-
.seed-menu-sheet-
|
|
5437
|
+
.seed-menu-sheet-item__root:last-child {
|
|
5278
5438
|
box-shadow: none;
|
|
5279
5439
|
}
|
|
5280
5440
|
|
|
5281
|
-
.seed-menu-sheet-
|
|
5441
|
+
.seed-menu-sheet-item__root {
|
|
5282
5442
|
--seed-prefix-icon-size: 22px;
|
|
5283
5443
|
}
|
|
5284
5444
|
|
|
5285
|
-
.seed-menu-sheet-
|
|
5286
|
-
|
|
5445
|
+
.seed-menu-sheet-item__content {
|
|
5446
|
+
gap: var(--seed-dimension-x0_5);
|
|
5447
|
+
flex-direction: column;
|
|
5448
|
+
display: flex;
|
|
5449
|
+
}
|
|
5450
|
+
|
|
5451
|
+
.seed-menu-sheet-item__label {
|
|
5452
|
+
font-size: var(--seed-font-size-t5);
|
|
5453
|
+
line-height: var(--seed-line-height-t5);
|
|
5454
|
+
font-weight: var(--seed-font-weight-regular);
|
|
5455
|
+
}
|
|
5456
|
+
|
|
5457
|
+
.seed-menu-sheet-item__description {
|
|
5458
|
+
font-size: var(--seed-font-size-t3);
|
|
5459
|
+
line-height: var(--seed-line-height-t3);
|
|
5460
|
+
font-weight: var(--seed-font-weight-medium);
|
|
5461
|
+
color: var(--seed-color-fg-neutral-subtle);
|
|
5462
|
+
}
|
|
5463
|
+
|
|
5464
|
+
.seed-menu-sheet-item__root--tone_neutral {
|
|
5287
5465
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
5288
5466
|
}
|
|
5289
5467
|
|
|
5290
|
-
.seed-menu-sheet-
|
|
5291
|
-
color: var(--seed-color-fg-
|
|
5468
|
+
.seed-menu-sheet-item__label--tone_neutral {
|
|
5469
|
+
color: var(--seed-color-fg-neutral);
|
|
5470
|
+
}
|
|
5471
|
+
|
|
5472
|
+
.seed-menu-sheet-item__root--tone_critical {
|
|
5292
5473
|
--seed-prefix-icon-color: var(--seed-color-fg-critical);
|
|
5293
5474
|
}
|
|
5294
5475
|
|
|
5295
|
-
.seed-menu-sheet-
|
|
5296
|
-
|
|
5476
|
+
.seed-menu-sheet-item__label--tone_critical {
|
|
5477
|
+
color: var(--seed-color-fg-critical);
|
|
5478
|
+
}
|
|
5479
|
+
|
|
5480
|
+
.seed-menu-sheet-item__content--labelAlign_left {
|
|
5481
|
+
text-align: start;
|
|
5297
5482
|
}
|
|
5298
5483
|
|
|
5299
|
-
.seed-menu-sheet-
|
|
5484
|
+
.seed-menu-sheet-item__root--labelAlign_center {
|
|
5300
5485
|
justify-content: center;
|
|
5301
5486
|
}
|
|
5302
5487
|
|
|
5488
|
+
.seed-menu-sheet-item__content--labelAlign_center {
|
|
5489
|
+
align-items: center;
|
|
5490
|
+
}
|
|
5491
|
+
|
|
5303
5492
|
.seed-notification-badge {
|
|
5304
5493
|
box-sizing: border-box;
|
|
5305
5494
|
text-transform: none;
|
|
@@ -5734,6 +5923,12 @@
|
|
|
5734
5923
|
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t4) / 2);
|
|
5735
5924
|
}
|
|
5736
5925
|
|
|
5926
|
+
.seed-radio-group {
|
|
5927
|
+
gap: var(--seed-dimension-x1);
|
|
5928
|
+
flex-direction: column;
|
|
5929
|
+
display: flex;
|
|
5930
|
+
}
|
|
5931
|
+
|
|
5737
5932
|
.seed-radiomark__root {
|
|
5738
5933
|
box-sizing: border-box;
|
|
5739
5934
|
border-style: solid;
|
|
@@ -6043,58 +6238,175 @@
|
|
|
6043
6238
|
|
|
6044
6239
|
.seed-select-box__root {
|
|
6045
6240
|
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
6241
|
border-radius: var(--seed-radius-r3);
|
|
6054
|
-
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
6055
6242
|
background-color: var(--seed-color-bg-transparent);
|
|
6243
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
6056
6244
|
transition: background-color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
6245
|
+
flex-direction: column;
|
|
6057
6246
|
display: flex;
|
|
6247
|
+
position: relative;
|
|
6248
|
+
overflow: hidden;
|
|
6058
6249
|
}
|
|
6059
6250
|
|
|
6060
|
-
.seed-select-box__root:
|
|
6251
|
+
.seed-select-box__root:after {
|
|
6252
|
+
content: "";
|
|
6253
|
+
border-radius: inherit;
|
|
6254
|
+
transition: border-color .1s var(--seed-timing-function-easing);
|
|
6255
|
+
pointer-events: none;
|
|
6256
|
+
border: 2px solid #0000;
|
|
6257
|
+
position: absolute;
|
|
6258
|
+
inset: 0;
|
|
6259
|
+
}
|
|
6260
|
+
|
|
6261
|
+
.seed-select-box__root:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
6061
6262
|
background-color: var(--seed-color-bg-transparent-pressed);
|
|
6062
6263
|
}
|
|
6063
6264
|
|
|
6064
|
-
.seed-select-box__root:is(:checked, [data-checked]) {
|
|
6065
|
-
|
|
6066
|
-
|
|
6265
|
+
.seed-select-box__root:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]):after {
|
|
6266
|
+
border-width: 2px;
|
|
6267
|
+
border-color: var(--seed-color-stroke-neutral-contrast);
|
|
6067
6268
|
}
|
|
6068
6269
|
|
|
6069
|
-
.seed-select-box__root:is(:
|
|
6070
|
-
|
|
6270
|
+
.seed-select-box__root:is(:disabled, [disabled], [data-disabled]) {
|
|
6271
|
+
cursor: not-allowed;
|
|
6272
|
+
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-muted);
|
|
6273
|
+
}
|
|
6274
|
+
|
|
6275
|
+
.seed-select-box__root:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked]) {
|
|
6276
|
+
box-shadow: inset 0 0 0 2px var(--seed-color-stroke-neutral-muted);
|
|
6277
|
+
}
|
|
6278
|
+
|
|
6279
|
+
.seed-select-box__trigger {
|
|
6280
|
+
justify-content: space-between;
|
|
6281
|
+
gap: var(--seed-dimension-x1_5);
|
|
6282
|
+
flex-grow: 1;
|
|
6283
|
+
display: flex;
|
|
6071
6284
|
}
|
|
6072
6285
|
|
|
6073
6286
|
.seed-select-box__content {
|
|
6287
|
+
--seed-prefix-icon-size: 22px;
|
|
6288
|
+
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
6289
|
+
display: flex;
|
|
6290
|
+
}
|
|
6291
|
+
|
|
6292
|
+
.seed-select-box__content:is(:disabled, [disabled], [data-disabled]) {
|
|
6293
|
+
--seed-prefix-icon-color: var(--seed-color-fg-disabled);
|
|
6294
|
+
}
|
|
6295
|
+
|
|
6296
|
+
.seed-select-box__body {
|
|
6074
6297
|
gap: var(--seed-dimension-x0_5);
|
|
6075
6298
|
flex-direction: column;
|
|
6076
|
-
|
|
6299
|
+
margin-right: auto;
|
|
6077
6300
|
display: flex;
|
|
6078
6301
|
}
|
|
6079
6302
|
|
|
6080
6303
|
.seed-select-box__label {
|
|
6304
|
+
align-items: center;
|
|
6305
|
+
gap: var(--seed-dimension-x1);
|
|
6081
6306
|
color: var(--seed-color-fg-neutral);
|
|
6082
|
-
font-weight: var(--seed-font-weight-bold);
|
|
6083
6307
|
font-size: var(--seed-font-size-t5);
|
|
6084
6308
|
line-height: var(--seed-line-height-t5);
|
|
6309
|
+
font-weight: var(--seed-font-weight-medium);
|
|
6310
|
+
justify-content: flex-start;
|
|
6311
|
+
display: flex;
|
|
6312
|
+
}
|
|
6313
|
+
|
|
6314
|
+
.seed-select-box__label:is(:disabled, [disabled], [data-disabled]) {
|
|
6315
|
+
color: var(--seed-color-fg-disabled);
|
|
6085
6316
|
}
|
|
6086
6317
|
|
|
6087
6318
|
.seed-select-box__description {
|
|
6088
6319
|
color: var(--seed-color-fg-neutral-muted);
|
|
6320
|
+
font-size: var(--seed-font-size-t3);
|
|
6321
|
+
line-height: var(--seed-line-height-t3);
|
|
6089
6322
|
font-weight: var(--seed-font-weight-regular);
|
|
6090
|
-
font-size: var(--seed-font-size-t4);
|
|
6091
|
-
line-height: var(--seed-line-height-t4);
|
|
6092
6323
|
}
|
|
6093
6324
|
|
|
6094
|
-
.seed-select-
|
|
6325
|
+
.seed-select-box__description:is(:disabled, [disabled], [data-disabled]) {
|
|
6326
|
+
color: var(--seed-color-fg-disabled);
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.seed-select-box__footer[data-collapsible] {
|
|
6330
|
+
opacity: 0;
|
|
6331
|
+
height: 0;
|
|
6332
|
+
transition: height var(--seed-duration-d6) var(--seed-timing-function-easing), opacity .4s var(--seed-timing-function-easing);
|
|
6333
|
+
overflow: hidden;
|
|
6334
|
+
}
|
|
6335
|
+
|
|
6336
|
+
.seed-select-box__footer[data-collapsible]:is([data-state="open"], [data-open]) {
|
|
6337
|
+
height: var(--collapsible-content-height);
|
|
6338
|
+
opacity: 1;
|
|
6339
|
+
transition: height .4s var(--seed-timing-function-easing), opacity var(--seed-duration-d6) var(--seed-timing-function-easing);
|
|
6340
|
+
}
|
|
6341
|
+
|
|
6342
|
+
.seed-select-box__trigger--layout_horizontal {
|
|
6343
|
+
padding-left: var(--seed-dimension-x5);
|
|
6344
|
+
padding-right: var(--seed-dimension-x4);
|
|
6345
|
+
padding-top: var(--seed-dimension-x4);
|
|
6346
|
+
padding-bottom: var(--seed-dimension-x4);
|
|
6347
|
+
align-items: center;
|
|
6348
|
+
}
|
|
6349
|
+
|
|
6350
|
+
.seed-select-box__content--layout_horizontal {
|
|
6351
|
+
align-items: center;
|
|
6352
|
+
gap: var(--seed-dimension-x3);
|
|
6353
|
+
}
|
|
6354
|
+
|
|
6355
|
+
.seed-select-box__trigger--layout_vertical {
|
|
6356
|
+
padding-left: var(--seed-dimension-x4);
|
|
6357
|
+
padding-right: var(--seed-dimension-x4);
|
|
6358
|
+
padding-top: var(--seed-dimension-x5);
|
|
6359
|
+
padding-bottom: var(--seed-dimension-x5);
|
|
6360
|
+
}
|
|
6361
|
+
|
|
6362
|
+
.seed-select-box__content--layout_vertical {
|
|
6363
|
+
gap: var(--seed-dimension-x2_5);
|
|
6095
6364
|
flex-direction: column;
|
|
6365
|
+
}
|
|
6366
|
+
|
|
6367
|
+
.seed-selectBoxCheckmark__root {
|
|
6368
|
+
box-sizing: border-box;
|
|
6369
|
+
width: var(--seed-dimension-x5);
|
|
6370
|
+
height: var(--seed-dimension-x5);
|
|
6371
|
+
flex: none;
|
|
6372
|
+
position: relative;
|
|
6373
|
+
}
|
|
6374
|
+
|
|
6375
|
+
.seed-selectBoxCheckmark__icon {
|
|
6376
|
+
text-align: center;
|
|
6377
|
+
overflow: initial;
|
|
6378
|
+
width: 15px;
|
|
6379
|
+
height: 15px;
|
|
6380
|
+
color: var(--seed-color-fg-placeholder);
|
|
6381
|
+
transition: color var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
6382
|
+
margin: auto;
|
|
6383
|
+
display: block;
|
|
6384
|
+
position: absolute;
|
|
6385
|
+
inset: 0;
|
|
6386
|
+
}
|
|
6387
|
+
|
|
6388
|
+
.seed-selectBoxCheckmark__icon:not(:is(:disabled, [disabled], [data-disabled])):is(:active, [data-active]) {
|
|
6389
|
+
color: var(--seed-color-fg-neutral-subtle);
|
|
6390
|
+
}
|
|
6391
|
+
|
|
6392
|
+
.seed-selectBoxCheckmark__icon:not(:is(:disabled, [disabled], [data-disabled])):is(:checked, [data-checked]) {
|
|
6393
|
+
color: var(--seed-color-fg-neutral);
|
|
6394
|
+
}
|
|
6395
|
+
|
|
6396
|
+
.seed-selectBoxCheckmark__icon:is(:disabled, [disabled], [data-disabled]) {
|
|
6397
|
+
color: var(--seed-color-fg-disabled);
|
|
6398
|
+
}
|
|
6399
|
+
|
|
6400
|
+
.seed-select-box-group {
|
|
6401
|
+
grid-template-columns: repeat(var(--seed-select-box-group--columns, 1), minmax(0, 1fr));
|
|
6402
|
+
row-gap: var(--seed-dimension-spacing-y-component-default);
|
|
6403
|
+
column-gap: var(--seed-dimension-x3);
|
|
6096
6404
|
width: 100%;
|
|
6097
|
-
display:
|
|
6405
|
+
display: grid;
|
|
6406
|
+
}
|
|
6407
|
+
|
|
6408
|
+
.seed-select-box-group:not([data-columns="1"]) {
|
|
6409
|
+
grid-auto-rows: 1fr;
|
|
6098
6410
|
}
|
|
6099
6411
|
|
|
6100
6412
|
.seed-skeleton {
|
|
@@ -6583,7 +6895,7 @@
|
|
|
6583
6895
|
.seed-switch__root--size_16 {
|
|
6584
6896
|
min-height: var(--seed-dimension-x6);
|
|
6585
6897
|
gap: var(--seed-dimension-x1_5);
|
|
6586
|
-
--
|
|
6898
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x6) - 16px) / 2);
|
|
6587
6899
|
}
|
|
6588
6900
|
|
|
6589
6901
|
.seed-switch__label--size_16 {
|
|
@@ -6595,7 +6907,7 @@
|
|
|
6595
6907
|
.seed-switch__root--size_24 {
|
|
6596
6908
|
min-height: var(--seed-dimension-x6);
|
|
6597
6909
|
gap: var(--seed-dimension-x2);
|
|
6598
|
-
--
|
|
6910
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x6) - 24px) / 2);
|
|
6599
6911
|
}
|
|
6600
6912
|
|
|
6601
6913
|
.seed-switch__label--size_24 {
|
|
@@ -6607,7 +6919,7 @@
|
|
|
6607
6919
|
.seed-switch__root--size_32 {
|
|
6608
6920
|
min-height: var(--seed-dimension-x8);
|
|
6609
6921
|
gap: var(--seed-dimension-x2_5);
|
|
6610
|
-
--
|
|
6922
|
+
--switchmark-margin-top: calc((var(--seed-dimension-x8) - 32px) / 2);
|
|
6611
6923
|
}
|
|
6612
6924
|
|
|
6613
6925
|
.seed-switch__label--size_32 {
|
|
@@ -6616,92 +6928,92 @@
|
|
|
6616
6928
|
margin-top: calc(var(--seed-dimension-x8) / 2 - var(--seed-line-height-t5) / 2);
|
|
6617
6929
|
}
|
|
6618
6930
|
|
|
6619
|
-
.seed-
|
|
6931
|
+
.seed-switchmark__root {
|
|
6620
6932
|
box-sizing: border-box;
|
|
6621
6933
|
border-radius: var(--seed-radius-full);
|
|
6622
6934
|
background: var(--seed-color-palette-gray-600);
|
|
6623
|
-
margin: var(--
|
|
6935
|
+
margin: var(--switchmark-margin-top, 0) 0;
|
|
6624
6936
|
transition: background-color var(--seed-duration-d1) var(--seed-timing-function-easing) 20ms, opacity var(--seed-duration-d1) var(--seed-timing-function-easing);
|
|
6625
6937
|
display: block;
|
|
6626
6938
|
position: relative;
|
|
6627
6939
|
}
|
|
6628
6940
|
|
|
6629
|
-
.seed-
|
|
6941
|
+
.seed-switchmark__root:is(:disabled, [disabled], [data-disabled]) {
|
|
6630
6942
|
opacity: .38;
|
|
6631
6943
|
}
|
|
6632
6944
|
|
|
6633
|
-
.seed-
|
|
6945
|
+
.seed-switchmark__thumb {
|
|
6634
6946
|
border-radius: var(--seed-radius-full);
|
|
6635
6947
|
transition: transform var(--seed-duration-d3) var(--seed-timing-function-easing), background-color var(--seed-duration-d1) var(--seed-timing-function-easing) 20ms;
|
|
6636
6948
|
transform: scale(.8);
|
|
6637
6949
|
}
|
|
6638
6950
|
|
|
6639
|
-
.seed-
|
|
6951
|
+
.seed-switchmark__root--tone_neutral:is(:checked, [data-checked]) {
|
|
6640
6952
|
background: var(--seed-color-bg-neutral-inverted);
|
|
6641
6953
|
}
|
|
6642
6954
|
|
|
6643
|
-
.seed-
|
|
6955
|
+
.seed-switchmark__root--tone_neutral:is(:disabled, [disabled], [data-disabled]):is(:checked, [data-checked]) {
|
|
6644
6956
|
background: var(--seed-color-palette-gray-600);
|
|
6645
6957
|
}
|
|
6646
6958
|
|
|
6647
|
-
.seed-
|
|
6959
|
+
.seed-switchmark__thumb--tone_neutral {
|
|
6648
6960
|
background: var(--seed-color-fg-neutral-inverted);
|
|
6649
6961
|
}
|
|
6650
6962
|
|
|
6651
|
-
.seed-
|
|
6963
|
+
.seed-switchmark__thumb--tone_neutral:is(:disabled, [disabled], [data-disabled]) {
|
|
6652
6964
|
background: var(--seed-color-palette-static-black-alpha-700);
|
|
6653
6965
|
}
|
|
6654
6966
|
|
|
6655
|
-
.seed-
|
|
6967
|
+
.seed-switchmark__root--tone_brand:is(:checked, [data-checked]) {
|
|
6656
6968
|
background: var(--seed-color-bg-brand-solid);
|
|
6657
6969
|
}
|
|
6658
6970
|
|
|
6659
|
-
.seed-
|
|
6971
|
+
.seed-switchmark__thumb--tone_brand {
|
|
6660
6972
|
background: var(--seed-color-palette-static-white);
|
|
6661
6973
|
}
|
|
6662
6974
|
|
|
6663
|
-
.seed-
|
|
6975
|
+
.seed-switchmark__root--size_16 {
|
|
6664
6976
|
min-width: 26px;
|
|
6665
6977
|
min-height: 16px;
|
|
6666
6978
|
padding: 2px;
|
|
6667
6979
|
}
|
|
6668
6980
|
|
|
6669
|
-
.seed-
|
|
6981
|
+
.seed-switchmark__thumb--size_16 {
|
|
6670
6982
|
width: 12px;
|
|
6671
6983
|
height: 12px;
|
|
6672
6984
|
}
|
|
6673
6985
|
|
|
6674
|
-
.seed-
|
|
6986
|
+
.seed-switchmark__thumb--size_16:is(:checked, [data-checked]) {
|
|
6675
6987
|
transform: scale(1)translateX(10px);
|
|
6676
6988
|
}
|
|
6677
6989
|
|
|
6678
|
-
.seed-
|
|
6990
|
+
.seed-switchmark__root--size_24 {
|
|
6679
6991
|
min-width: 38px;
|
|
6680
6992
|
min-height: 24px;
|
|
6681
6993
|
padding: 2px;
|
|
6682
6994
|
}
|
|
6683
6995
|
|
|
6684
|
-
.seed-
|
|
6996
|
+
.seed-switchmark__thumb--size_24 {
|
|
6685
6997
|
width: 20px;
|
|
6686
6998
|
height: 20px;
|
|
6687
6999
|
}
|
|
6688
7000
|
|
|
6689
|
-
.seed-
|
|
7001
|
+
.seed-switchmark__thumb--size_24:is(:checked, [data-checked]) {
|
|
6690
7002
|
transform: scale(1)translateX(14px);
|
|
6691
7003
|
}
|
|
6692
7004
|
|
|
6693
|
-
.seed-
|
|
7005
|
+
.seed-switchmark__root--size_32 {
|
|
6694
7006
|
min-width: 52px;
|
|
6695
7007
|
min-height: 32px;
|
|
6696
7008
|
padding: 3px;
|
|
6697
7009
|
}
|
|
6698
7010
|
|
|
6699
|
-
.seed-
|
|
7011
|
+
.seed-switchmark__thumb--size_32 {
|
|
6700
7012
|
width: 26px;
|
|
6701
7013
|
height: 26px;
|
|
6702
7014
|
}
|
|
6703
7015
|
|
|
6704
|
-
.seed-
|
|
7016
|
+
.seed-switchmark__thumb--size_32:is(:checked, [data-checked]) {
|
|
6705
7017
|
transform: scale(1)translateX(20px);
|
|
6706
7018
|
}
|
|
6707
7019
|
|
|
@@ -6904,12 +7216,6 @@
|
|
|
6904
7216
|
top: 0;
|
|
6905
7217
|
}
|
|
6906
7218
|
|
|
6907
|
-
.seed-tag-group__root {
|
|
6908
|
-
flex-wrap: wrap;
|
|
6909
|
-
align-items: center;
|
|
6910
|
-
display: inline-flex;
|
|
6911
|
-
}
|
|
6912
|
-
|
|
6913
7219
|
.seed-tag-group__separator {
|
|
6914
7220
|
color: var(--seed-color-palette-gray-600);
|
|
6915
7221
|
font-weight: var(--seed-font-weight-regular);
|
|
@@ -6932,63 +7238,136 @@
|
|
|
6932
7238
|
line-height: var(--seed-line-height-t4);
|
|
6933
7239
|
}
|
|
6934
7240
|
|
|
6935
|
-
.seed-tag-
|
|
7241
|
+
.seed-tag-group__root--truncate_true {
|
|
7242
|
+
--tag-group-item-display: inline-flex;
|
|
7243
|
+
--tag-group-item-overflow: hidden;
|
|
7244
|
+
--tag-group-item-text-overflow: ellipsis;
|
|
7245
|
+
--tag-group-item-white-space: nowrap;
|
|
6936
7246
|
align-items: center;
|
|
6937
|
-
|
|
6938
|
-
display: flex;
|
|
7247
|
+
max-width: 100%;
|
|
7248
|
+
display: inline-flex;
|
|
6939
7249
|
}
|
|
6940
7250
|
|
|
6941
|
-
.seed-tag-
|
|
6942
|
-
|
|
7251
|
+
.seed-tag-group__root--truncate_false {
|
|
7252
|
+
--tag-group-item-display: inline;
|
|
7253
|
+
--tag-group-item-overflow: visible;
|
|
7254
|
+
--tag-group-item-text-overflow: clip;
|
|
7255
|
+
--tag-group-item-white-space: normal;
|
|
7256
|
+
font-size: 0;
|
|
7257
|
+
display: inline-block;
|
|
7258
|
+
}
|
|
7259
|
+
|
|
7260
|
+
.seed-tag-group__separator--truncate_false {
|
|
7261
|
+
vertical-align: middle;
|
|
7262
|
+
}
|
|
7263
|
+
|
|
7264
|
+
.seed-tag-group__root--size_t2-truncate_false {
|
|
6943
7265
|
line-height: var(--seed-line-height-t2);
|
|
6944
|
-
|
|
7266
|
+
}
|
|
7267
|
+
|
|
7268
|
+
.seed-tag-group__root--size_t3-truncate_false {
|
|
7269
|
+
line-height: var(--seed-line-height-t3);
|
|
7270
|
+
}
|
|
7271
|
+
|
|
7272
|
+
.seed-tag-group__root--size_t4-truncate_false {
|
|
7273
|
+
line-height: var(--seed-line-height-t4);
|
|
7274
|
+
}
|
|
7275
|
+
|
|
7276
|
+
.seed-tag-group-item__root {
|
|
7277
|
+
display: var(--tag-group-item-display);
|
|
7278
|
+
vertical-align: middle;
|
|
7279
|
+
flex-shrink: var(--seed-box-flex-shrink, 1);
|
|
7280
|
+
align-items: center;
|
|
7281
|
+
min-width: 0;
|
|
7282
|
+
}
|
|
7283
|
+
|
|
7284
|
+
.seed-tag-group-item__label {
|
|
7285
|
+
vertical-align: middle;
|
|
7286
|
+
min-width: 0;
|
|
7287
|
+
overflow: var(--tag-group-item-overflow);
|
|
7288
|
+
text-overflow: var(--tag-group-item-text-overflow);
|
|
7289
|
+
white-space: var(--tag-group-item-white-space);
|
|
7290
|
+
word-break: normal;
|
|
7291
|
+
display: inline;
|
|
7292
|
+
}
|
|
7293
|
+
|
|
7294
|
+
.seed-tag-group-item__label:not(:first-child) {
|
|
7295
|
+
margin-left: var(--seed-dimension-x0_5);
|
|
7296
|
+
}
|
|
7297
|
+
|
|
7298
|
+
.seed-tag-group-item__label:not(:last-child) {
|
|
7299
|
+
margin-right: var(--seed-dimension-x0_5);
|
|
7300
|
+
}
|
|
7301
|
+
|
|
7302
|
+
.seed-tag-group-item__root--size_t2 {
|
|
6945
7303
|
--seed-prefix-icon-size: var(--seed-dimension-x3);
|
|
6946
7304
|
--seed-suffix-icon-size: var(--seed-dimension-x3);
|
|
7305
|
+
--seed-icon-size: var(--seed-dimension-x3);
|
|
6947
7306
|
}
|
|
6948
7307
|
|
|
6949
|
-
.seed-tag-group-
|
|
6950
|
-
font-size: var(--seed-font-size-
|
|
6951
|
-
line-height: var(--seed-line-height-
|
|
6952
|
-
|
|
7308
|
+
.seed-tag-group-item__label--size_t2 {
|
|
7309
|
+
font-size: var(--seed-font-size-t2);
|
|
7310
|
+
line-height: var(--seed-line-height-t2);
|
|
7311
|
+
}
|
|
7312
|
+
|
|
7313
|
+
.seed-tag-group-item__root--size_t3 {
|
|
6953
7314
|
--seed-prefix-icon-size: 13px;
|
|
6954
7315
|
--seed-suffix-icon-size: 13px;
|
|
7316
|
+
--seed-icon-size: 13px;
|
|
6955
7317
|
}
|
|
6956
7318
|
|
|
6957
|
-
.seed-tag-group-
|
|
6958
|
-
font-size: var(--seed-font-size-
|
|
6959
|
-
line-height: var(--seed-line-height-
|
|
6960
|
-
|
|
7319
|
+
.seed-tag-group-item__label--size_t3 {
|
|
7320
|
+
font-size: var(--seed-font-size-t3);
|
|
7321
|
+
line-height: var(--seed-line-height-t3);
|
|
7322
|
+
}
|
|
7323
|
+
|
|
7324
|
+
.seed-tag-group-item__root--size_t4 {
|
|
6961
7325
|
--seed-prefix-icon-size: var(--seed-dimension-x3_5);
|
|
6962
7326
|
--seed-suffix-icon-size: var(--seed-dimension-x3_5);
|
|
7327
|
+
--seed-icon-size: var(--seed-dimension-x3_5);
|
|
6963
7328
|
}
|
|
6964
7329
|
|
|
6965
|
-
.seed-tag-group-
|
|
7330
|
+
.seed-tag-group-item__label--size_t4 {
|
|
7331
|
+
font-size: var(--seed-font-size-t4);
|
|
7332
|
+
line-height: var(--seed-line-height-t4);
|
|
7333
|
+
}
|
|
7334
|
+
|
|
7335
|
+
.seed-tag-group-item__label--weight_regular {
|
|
6966
7336
|
font-weight: var(--seed-font-weight-regular);
|
|
6967
7337
|
}
|
|
6968
7338
|
|
|
6969
|
-
.seed-tag-group-
|
|
7339
|
+
.seed-tag-group-item__label--weight_bold {
|
|
6970
7340
|
font-weight: var(--seed-font-weight-bold);
|
|
6971
7341
|
}
|
|
6972
7342
|
|
|
6973
|
-
.seed-tag-group-
|
|
6974
|
-
color: var(--seed-color-fg-neutral-subtle);
|
|
6975
|
-
--seed-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
7343
|
+
.seed-tag-group-item__root--tone_neutralSubtle {
|
|
6976
7344
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
6977
7345
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
7346
|
+
--seed-icon-color: var(--seed-color-fg-neutral-subtle);
|
|
6978
7347
|
}
|
|
6979
7348
|
|
|
6980
|
-
.seed-tag-group-
|
|
6981
|
-
color: var(--seed-color-fg-neutral);
|
|
6982
|
-
|
|
7349
|
+
.seed-tag-group-item__label--tone_neutralSubtle {
|
|
7350
|
+
color: var(--seed-color-fg-neutral-subtle);
|
|
7351
|
+
}
|
|
7352
|
+
|
|
7353
|
+
.seed-tag-group-item__root--tone_neutral {
|
|
6983
7354
|
--seed-prefix-icon-color: var(--seed-color-fg-neutral);
|
|
6984
7355
|
--seed-suffix-icon-color: var(--seed-color-fg-neutral);
|
|
7356
|
+
--seed-icon-color: var(--seed-color-fg-neutral);
|
|
6985
7357
|
}
|
|
6986
7358
|
|
|
6987
|
-
.seed-tag-group-
|
|
6988
|
-
color: var(--seed-color-fg-
|
|
6989
|
-
|
|
7359
|
+
.seed-tag-group-item__label--tone_neutral {
|
|
7360
|
+
color: var(--seed-color-fg-neutral);
|
|
7361
|
+
}
|
|
7362
|
+
|
|
7363
|
+
.seed-tag-group-item__root--tone_brand {
|
|
6990
7364
|
--seed-prefix-icon-color: var(--seed-color-fg-brand);
|
|
6991
7365
|
--seed-suffix-icon-color: var(--seed-color-fg-brand);
|
|
7366
|
+
--seed-icon-color: var(--seed-color-fg-brand);
|
|
7367
|
+
}
|
|
7368
|
+
|
|
7369
|
+
.seed-tag-group-item__label--tone_brand {
|
|
7370
|
+
color: var(--seed-color-fg-brand);
|
|
6992
7371
|
}
|
|
6993
7372
|
|
|
6994
7373
|
.seed-text {
|
|
@@ -7355,13 +7734,23 @@
|
|
|
7355
7734
|
}
|
|
7356
7735
|
|
|
7357
7736
|
.seed-text-input__root {
|
|
7358
|
-
width: 100%;
|
|
7359
|
-
transition: box-shadow var(--seed-duration-color-transition) var(--seed-timing-function-easing);
|
|
7360
7737
|
align-items: center;
|
|
7738
|
+
width: 100%;
|
|
7361
7739
|
display: flex;
|
|
7740
|
+
position: relative;
|
|
7362
7741
|
overflow: hidden;
|
|
7363
7742
|
}
|
|
7364
7743
|
|
|
7744
|
+
.seed-text-input__root:after {
|
|
7745
|
+
content: "";
|
|
7746
|
+
border-radius: inherit;
|
|
7747
|
+
transition: border-color .1s var(--seed-timing-function-easing);
|
|
7748
|
+
pointer-events: none;
|
|
7749
|
+
border-color: #0000;
|
|
7750
|
+
position: absolute;
|
|
7751
|
+
inset: 0;
|
|
7752
|
+
}
|
|
7753
|
+
|
|
7365
7754
|
.seed-text-input__value {
|
|
7366
7755
|
box-sizing: border-box;
|
|
7367
7756
|
font: inherit;
|
|
@@ -7427,12 +7816,19 @@
|
|
|
7427
7816
|
box-shadow: inset 0 0 0 1px var(--seed-color-stroke-neutral-weak);
|
|
7428
7817
|
}
|
|
7429
7818
|
|
|
7430
|
-
.seed-text-input__root--variant_outline:
|
|
7431
|
-
|
|
7819
|
+
.seed-text-input__root--variant_outline:after {
|
|
7820
|
+
border-style: solid;
|
|
7821
|
+
border-width: 2px;
|
|
7822
|
+
}
|
|
7823
|
+
|
|
7824
|
+
.seed-text-input__root--variant_outline:not([data-readonly]):is(:focus, [data-focus]):after {
|
|
7825
|
+
border-color: var(--seed-color-stroke-neutral-contrast);
|
|
7826
|
+
border-width: 2px;
|
|
7432
7827
|
}
|
|
7433
7828
|
|
|
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
|
-
|
|
7829
|
+
.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 {
|
|
7830
|
+
border-color: var(--seed-color-stroke-critical-solid);
|
|
7831
|
+
border-width: 2px;
|
|
7436
7832
|
}
|
|
7437
7833
|
|
|
7438
7834
|
.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 +7857,19 @@
|
|
|
7461
7857
|
box-shadow: inset 0 calc(1px * -1) 0 0 var(--seed-color-stroke-neutral-weak);
|
|
7462
7858
|
}
|
|
7463
7859
|
|
|
7464
|
-
.seed-text-input__root--variant_underline:
|
|
7465
|
-
|
|
7860
|
+
.seed-text-input__root--variant_underline:after {
|
|
7861
|
+
border-bottom-style: solid;
|
|
7862
|
+
border-bottom-width: 2px;
|
|
7863
|
+
}
|
|
7864
|
+
|
|
7865
|
+
.seed-text-input__root--variant_underline:not([data-readonly]):is(:focus, [data-focus]):after {
|
|
7866
|
+
border-bottom-color: var(--seed-color-stroke-neutral-contrast);
|
|
7867
|
+
border-bottom-width: 2px;
|
|
7466
7868
|
}
|
|
7467
7869
|
|
|
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
|
-
|
|
7870
|
+
.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 {
|
|
7871
|
+
border-bottom-color: var(--seed-color-stroke-critical-solid);
|
|
7872
|
+
border-bottom-width: 2px;
|
|
7470
7873
|
}
|
|
7471
7874
|
|
|
7472
7875
|
.seed-text-input__value--variant_underline, .seed-text-input__value--variant_underline::placeholder {
|