@uniai-fe/uds-primitives 0.8.0 → 0.9.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/THIRD_PARTY_NOTICES.md +18 -18
- package/dist/styles.css +1649 -773
- package/package.json +36 -33
- package/src/components/dropdown/markup/foundation/Container.tsx +31 -28
- package/src/components/dropdown/types/base.ts +2 -10
- package/src/components/input/markup/foundation/Input.tsx +1 -2
- package/src/components/input/types/file.ts +1 -2
- package/src/components/pop-over/types/pop-over.ts +1 -5
package/dist/styles.css
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
--alternate-layout-title-font-size: var(--font-heading-small-size);
|
|
16
16
|
--alternate-layout-title-line-height: var(--font-heading-small-line-height);
|
|
17
17
|
--alternate-layout-title-letter-spacing: var(
|
|
18
|
-
|
|
18
|
+
--font-heading-small-letter-spacing
|
|
19
19
|
);
|
|
20
20
|
--alternate-layout-title-font-weight: var(--font-heading-small-weight);
|
|
21
21
|
--alternate-layout-contents-color: var(--color-label-neutral);
|
|
22
22
|
--alternate-layout-contents-font-size: var(--font-body-small-size);
|
|
23
23
|
--alternate-layout-contents-line-height: var(--font-body-small-line-height);
|
|
24
24
|
--alternate-layout-contents-letter-spacing: var(
|
|
25
|
-
|
|
25
|
+
--font-body-small-letter-spacing
|
|
26
26
|
);
|
|
27
27
|
--alternate-layout-contents-font-weight: var(--font-body-small-weight);
|
|
28
28
|
--alternate-layout-text-button-color: var(--color-primary-standard);
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--theme-badge-line-height-small: var(--font-caption-large-line-height);
|
|
50
50
|
--theme-badge-line-height-medium: var(--font-body-xsmall-line-height);
|
|
51
51
|
--theme-badge-letter-spacing-xsmall: var(
|
|
52
|
-
|
|
52
|
+
--font-caption-medium-letter-spacing
|
|
53
53
|
);
|
|
54
54
|
--theme-badge-letter-spacing-small: var(--font-caption-large-letter-spacing);
|
|
55
55
|
--theme-badge-letter-spacing-medium: var(--font-body-xsmall-letter-spacing);
|
|
@@ -121,44 +121,44 @@
|
|
|
121
121
|
--button-default-font-body-medium-size: var(--font-body-medium-size);
|
|
122
122
|
--button-default-font-body-medium-weight: var(--font-body-medium-weight);
|
|
123
123
|
--button-default-font-body-medium-line-height: var(
|
|
124
|
-
|
|
124
|
+
--font-body-medium-line-height
|
|
125
125
|
);
|
|
126
126
|
--button-default-font-body-medium-letter-spacing: var(
|
|
127
|
-
|
|
127
|
+
--font-body-medium-letter-spacing
|
|
128
128
|
);
|
|
129
129
|
--button-default-font-label-medium-size: var(--font-label-medium-size);
|
|
130
130
|
--button-default-font-label-medium-weight: var(--font-label-medium-weight);
|
|
131
131
|
--button-default-font-label-medium-line-height: var(
|
|
132
|
-
|
|
132
|
+
--font-label-medium-line-height
|
|
133
133
|
);
|
|
134
134
|
--button-default-font-label-medium-letter-spacing: var(
|
|
135
|
-
|
|
135
|
+
--font-label-medium-letter-spacing
|
|
136
136
|
);
|
|
137
137
|
--button-default-font-label-large-size: var(--font-label-large-size);
|
|
138
138
|
--button-default-font-label-large-weight: var(--font-label-large-weight);
|
|
139
139
|
--button-default-font-label-large-line-height: var(
|
|
140
|
-
|
|
140
|
+
--font-label-large-line-height
|
|
141
141
|
);
|
|
142
142
|
--button-default-font-label-large-letter-spacing: var(
|
|
143
|
-
|
|
143
|
+
--font-label-large-letter-spacing
|
|
144
144
|
);
|
|
145
145
|
--button-default-font-body-large-size: var(--font-body-large-size);
|
|
146
146
|
--button-default-font-body-large-weight: var(--font-body-large-weight);
|
|
147
147
|
--button-default-font-body-large-line-height: var(
|
|
148
|
-
|
|
148
|
+
--font-body-large-line-height
|
|
149
149
|
);
|
|
150
150
|
--button-default-font-body-large-letter-spacing: var(
|
|
151
|
-
|
|
151
|
+
--font-body-large-letter-spacing
|
|
152
152
|
);
|
|
153
153
|
/* 변경: table 버튼은 caption-large 스케일(12px)을 사용한다. */
|
|
154
154
|
--button-default-font-caption-large-size: var(--font-caption-large-size);
|
|
155
155
|
/* 변경: table 버튼 텍스트는 font-weight를 400으로 고정한다. */
|
|
156
156
|
--button-default-font-caption-large-weight: 400;
|
|
157
157
|
--button-default-font-caption-large-line-height: var(
|
|
158
|
-
|
|
158
|
+
--font-caption-large-line-height
|
|
159
159
|
);
|
|
160
160
|
--button-default-font-caption-large-letter-spacing: var(
|
|
161
|
-
|
|
161
|
+
--font-caption-large-letter-spacing
|
|
162
162
|
);
|
|
163
163
|
--button-default-font-weight: 400;
|
|
164
164
|
/* default button colors (priority 기반) */
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
--button-default-secondary-outline-foreground: var(--color-primary-default);
|
|
183
183
|
--button-default-secondary-outline-hover-bg: var(--color-blue-90);
|
|
184
184
|
--button-default-secondary-outline-hover-foreground: var(
|
|
185
|
-
|
|
185
|
+
--color-primary-heavy
|
|
186
186
|
);
|
|
187
187
|
--button-default-secondary-overlay-outlined-bg: var(--color-cool-gray-95);
|
|
188
188
|
--button-default-tertiary-solid-bg: var(--color-surface-neutral);
|
|
@@ -198,21 +198,21 @@
|
|
|
198
198
|
/* text button colors */
|
|
199
199
|
--button-text-secondary-foreground: var(--color-primary-default);
|
|
200
200
|
--button-text-secondary-hover-bg: var(
|
|
201
|
-
|
|
202
|
-
|
|
201
|
+
--color-bg-alternative-cool-gray,
|
|
202
|
+
var(--color-cool-gray-95)
|
|
203
203
|
);
|
|
204
204
|
--button-text-secondary-pressed-bg: var(
|
|
205
|
-
|
|
206
|
-
|
|
205
|
+
--color-secondary-strong,
|
|
206
|
+
var(--color-blue-90)
|
|
207
207
|
);
|
|
208
208
|
--button-text-tertiary-foreground: var(--color-cool-gray-10);
|
|
209
209
|
--button-text-tertiary-hover-bg: var(
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
--color-bg-alternative-cool-gray,
|
|
211
|
+
var(--color-cool-gray-95)
|
|
212
212
|
);
|
|
213
213
|
--button-text-tertiary-pressed-bg: var(
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
--color-surface-strong,
|
|
215
|
+
var(--color-cool-gray-20)
|
|
216
216
|
);
|
|
217
217
|
--carousel-gap: var(--spacing-gap-5);
|
|
218
218
|
--carousel-inside-button-offset: var(--spacing-padding-2);
|
|
@@ -299,12 +299,12 @@
|
|
|
299
299
|
--drawer-padding-x: calc(var(--spacing-padding-10, 32px) - 2px);
|
|
300
300
|
--drawer-padding-top: var(--spacing-padding-7, 20px);
|
|
301
301
|
--drawer-padding-bottom: calc(
|
|
302
|
-
|
|
302
|
+
var(--spacing-padding-11, 40px) + var(--spacing-padding-7, 20px)
|
|
303
303
|
);
|
|
304
304
|
--drawer-footer-gap: var(--spacing-gap-6, 16px);
|
|
305
305
|
--drawer-section-gap: var(--spacing-gap-6, 16px);
|
|
306
306
|
--drawer-handle-width: calc(
|
|
307
|
-
|
|
307
|
+
var(--spacing-padding-11, 40px) + var(--spacing-padding-7, 20px)
|
|
308
308
|
);
|
|
309
309
|
--drawer-handle-height: var(--spacing-padding-2, 4px);
|
|
310
310
|
--drawer-handle-bg: var(--color-border-standard-cool-gray);
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
--dropdown-panel-radius-xsmall: var(--theme-radius-medium-2);
|
|
325
325
|
--dropdown-panel-shadow-xsmall: 2px 2px 8px rgba(0, 0, 0, 0.05);
|
|
326
326
|
--dropdown-panel-padding-xsmall: var(--spacing-padding-4)
|
|
327
|
-
|
|
327
|
+
var(--spacing-padding-3);
|
|
328
328
|
--dropdown-panel-gap-xsmall: var(--spacing-gap-2);
|
|
329
329
|
--dropdown-option-radius: var(--theme-radius-medium-1);
|
|
330
330
|
--dropdown-option-gap-inline: var(--spacing-gap-3);
|
|
@@ -332,10 +332,10 @@
|
|
|
332
332
|
--dropdown-option-padding-block: var(--spacing-padding-2);
|
|
333
333
|
--dropdown-option-radius-selected: var(--dropdown-option-radius);
|
|
334
334
|
--dropdown-option-padding-inline-selected: var(
|
|
335
|
-
|
|
335
|
+
--dropdown-option-padding-inline
|
|
336
336
|
);
|
|
337
337
|
--dropdown-option-padding-block-selected: var(
|
|
338
|
-
|
|
338
|
+
--dropdown-option-padding-block
|
|
339
339
|
);
|
|
340
340
|
--dropdown-option-color: var(--color-label-standard);
|
|
341
341
|
--dropdown-option-color-hover: var(--color-label-strong);
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
--dropdown-text-size-selected: var(--dropdown-text-medium-size);
|
|
365
365
|
--dropdown-text-line-height-selected: var(--dropdown-text-medium-line-height);
|
|
366
366
|
--dropdown-text-letter-spacing-selected: var(
|
|
367
|
-
|
|
367
|
+
--dropdown-text-medium-letter-spacing
|
|
368
368
|
);
|
|
369
369
|
--dropdown-option-height-selected: var(--dropdown-option-height-medium);
|
|
370
370
|
--dropdown-option-height-xsmall: 24px;
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
--input-textarea-counter-line-height: var(--font-label-medium-line-height);
|
|
448
448
|
--input-textarea-counter-font-weight: var(--font-label-medium-weight);
|
|
449
449
|
--input-textarea-counter-letter-spacing: var(
|
|
450
|
-
|
|
450
|
+
--font-label-medium-letter-spacing
|
|
451
451
|
);
|
|
452
452
|
--input-table-text-small-size: var(--table-td-text-size);
|
|
453
453
|
--input-table-text-small-line-height: var(--table-td-text-line-height);
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
--input-table-surface-color: transparent;
|
|
516
516
|
--input-table-surface-disabled-color: var(--input-table-surface-color);
|
|
517
517
|
--input-table-surface-readonly-color: var(
|
|
518
|
-
|
|
518
|
+
--input-table-surface-disabled-color
|
|
519
519
|
);
|
|
520
520
|
--input-secondary-surface-color: transparent;
|
|
521
521
|
/* Status/affix colors */
|
|
@@ -570,17 +570,17 @@
|
|
|
570
570
|
--input-time-text-small-line-height: var(--input-text-small-line-height);
|
|
571
571
|
--input-time-text-small-weight: var(--input-text-small-weight);
|
|
572
572
|
--input-time-text-small-letter-spacing: var(
|
|
573
|
-
|
|
573
|
+
--input-text-small-letter-spacing
|
|
574
574
|
);
|
|
575
575
|
--input-time-text-large-size: var(--input-text-large-size);
|
|
576
576
|
--input-time-text-large-line-height: var(--input-text-large-line-height);
|
|
577
577
|
--input-time-text-large-weight: var(--input-text-large-weight);
|
|
578
578
|
--input-time-text-large-letter-spacing: var(
|
|
579
|
-
|
|
579
|
+
--input-text-large-letter-spacing
|
|
580
580
|
);
|
|
581
581
|
--input-time-table-text-size: var(--input-table-text-small-size);
|
|
582
582
|
--input-time-table-text-line-height: var(
|
|
583
|
-
|
|
583
|
+
--input-table-text-small-line-height
|
|
584
584
|
);
|
|
585
585
|
--input-time-table-text-weight: var(--input-table-text-small-weight);
|
|
586
586
|
--input-time-border-color: var(--input-border-color);
|
|
@@ -699,34 +699,34 @@
|
|
|
699
699
|
--select-table-surface-color: transparent;
|
|
700
700
|
/* 변경: table disabled 배경은 input table disabled surface 계약과 동일하게 맞춘다. */
|
|
701
701
|
--select-table-surface-disabled-color: var(
|
|
702
|
-
|
|
702
|
+
--input-table-surface-disabled-color
|
|
703
703
|
);
|
|
704
704
|
--select-table-surface-readonly-color: transparent;
|
|
705
705
|
--select-table-color-text: var(--input-text-color);
|
|
706
706
|
--select-table-color-text-readonly: var(--select-primary-color-text-readonly);
|
|
707
707
|
--select-table-color-placeholder: var(--input-placeholder-color);
|
|
708
708
|
--select-table-color-placeholder-disabled: var(
|
|
709
|
-
|
|
709
|
+
--select-primary-color-placeholder-disabled
|
|
710
710
|
);
|
|
711
711
|
--select-table-color-placeholder-readonly: var(
|
|
712
|
-
|
|
712
|
+
--select-primary-color-placeholder-readonly
|
|
713
713
|
);
|
|
714
714
|
--select-table-icon-color-default: var(--select-icon-color-default);
|
|
715
715
|
--select-table-icon-color-focused: var(--select-icon-color-focused);
|
|
716
716
|
--select-table-icon-color-disabled: var(--select-icon-color-disabled);
|
|
717
717
|
--select-table-text-small-size: var(--input-table-text-small-size);
|
|
718
718
|
--select-table-text-small-line-height: var(
|
|
719
|
-
|
|
719
|
+
--input-table-text-small-line-height
|
|
720
720
|
);
|
|
721
721
|
--select-table-text-small-weight: var(--input-table-text-small-weight);
|
|
722
722
|
--select-table-text-medium-size: var(--input-table-text-medium-size);
|
|
723
723
|
--select-table-text-medium-line-height: var(
|
|
724
|
-
|
|
724
|
+
--input-table-text-medium-line-height
|
|
725
725
|
);
|
|
726
726
|
--select-table-text-medium-weight: var(--input-table-text-medium-weight);
|
|
727
727
|
--select-table-text-large-size: var(--input-table-text-large-size);
|
|
728
728
|
--select-table-text-large-line-height: var(
|
|
729
|
-
|
|
729
|
+
--input-table-text-large-line-height
|
|
730
730
|
);
|
|
731
731
|
--select-table-text-large-weight: var(--input-table-text-large-weight);
|
|
732
732
|
/* 변경: trigger 텍스트 토큰을 input text 토큰과 직접 매핑해 size별 typography를 동기화한다. */
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
/* 변경: placeholder disabled/readonly 토큰을 분리해 상태별 제어 지점을 고정한다. */
|
|
755
755
|
--select-primary-color-placeholder-disabled: var(--color-label-disabled);
|
|
756
756
|
--select-primary-color-placeholder-readonly: var(
|
|
757
|
-
|
|
757
|
+
--select-primary-color-placeholder
|
|
758
758
|
);
|
|
759
759
|
--select-primary-color-surface: var(--input-surface-color);
|
|
760
760
|
--select-primary-color-text: var(--color-label-alternative);
|
|
@@ -771,20 +771,20 @@
|
|
|
771
771
|
--select-color-border-secondary-focused: var(--input-border-active-color);
|
|
772
772
|
--select-color-border-secondary-error: var(--input-border-error-color);
|
|
773
773
|
--select-color-border-secondary-disabled: var(
|
|
774
|
-
|
|
774
|
+
--input-border-underline-disabled-color
|
|
775
775
|
);
|
|
776
776
|
--select-primary-color-surface-disabled: var(--input-surface-disabled-color);
|
|
777
777
|
--select-secondary-color-text: var(--color-label-standard);
|
|
778
778
|
--select-secondary-color-text-disabled: var(--color-label-disabled);
|
|
779
779
|
--select-secondary-color-text-readonly: var(
|
|
780
|
-
|
|
780
|
+
--select-primary-color-text-readonly
|
|
781
781
|
);
|
|
782
782
|
--select-secondary-color-border-disabled: var(--color-label-disabled);
|
|
783
783
|
--select-secondary-color-border-readonly: transparent;
|
|
784
784
|
--select-secondary-color-placeholder: var(--color-label-alternative);
|
|
785
785
|
--select-secondary-color-placeholder-disabled: var(--color-label-disabled);
|
|
786
786
|
--select-secondary-color-placeholder-readonly: var(
|
|
787
|
-
|
|
787
|
+
--select-secondary-color-placeholder
|
|
788
788
|
);
|
|
789
789
|
--select-color-surface-secondary: transparent;
|
|
790
790
|
--select-color-surface-secondary-hover: var(--color-surface-static-cool-gray);
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
--select-multiple-chip-summary-radius: var(--theme-radius-medium-1);
|
|
822
822
|
--select-multiple-chip-summary-font-size: var(--font-body-medium-size);
|
|
823
823
|
--select-multiple-chip-summary-line-height: var(
|
|
824
|
-
|
|
824
|
+
--font-body-medium-line-height
|
|
825
825
|
);
|
|
826
826
|
--select-multiple-chip-summary-font-weight: 400;
|
|
827
827
|
/* Typography tokens */
|
|
@@ -838,9 +838,9 @@
|
|
|
838
838
|
--switch-track-background-checked: var(--color-primary-standard);
|
|
839
839
|
--switch-thumb-background: var(--color-surface-static-white);
|
|
840
840
|
--switch-thumb-shadow-unchecked:
|
|
841
|
-
|
|
841
|
+
0px 2px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.08);
|
|
842
842
|
--switch-thumb-shadow-checked:
|
|
843
|
-
|
|
843
|
+
0px 2px 8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.12);
|
|
844
844
|
--switch-focus-ring: var(--color-primary-focus);
|
|
845
845
|
--switch-disabled-opacity: 0.4;
|
|
846
846
|
--switch-text-width: fit-content;
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
--switch-text-label-font-weight: var(--font-body-xxsmall-weight);
|
|
867
867
|
--switch-text-label-font-weight-selected: 600;
|
|
868
868
|
--switch-text-item-shadow-selected:
|
|
869
|
-
|
|
869
|
+
0px 2px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
|
|
870
870
|
--tab-height-small: 40px;
|
|
871
871
|
--tab-height-medium: 48px;
|
|
872
872
|
--tab-height-large: 56px;
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
--table-line-head-background-color: var(--color-surface-static-cool-gray);
|
|
905
905
|
--table-grid-head-background-color: var(--color-surface-static-cool-gray);
|
|
906
906
|
--table-grid-row-header-background-color: var(
|
|
907
|
-
|
|
907
|
+
--color-surface-static-cool-gray
|
|
908
908
|
);
|
|
909
909
|
--table-grid-row-highlight-background-color: rgba(229, 238, 255, 0.52);
|
|
910
910
|
--table-cell-background-color: var(--color-surface-static-white);
|
|
@@ -1112,7 +1112,6 @@
|
|
|
1112
1112
|
|
|
1113
1113
|
/* Badge 기본 토큰 래핑 */
|
|
1114
1114
|
|
|
1115
|
-
|
|
1116
1115
|
.badge {
|
|
1117
1116
|
--badge-height: var(--theme-badge-height-xsmall);
|
|
1118
1117
|
--badge-padding-inline: var(--theme-badge-padding-inline-xsmall);
|
|
@@ -1146,7 +1145,7 @@
|
|
|
1146
1145
|
letter-spacing: var(--badge-letter-spacing);
|
|
1147
1146
|
}
|
|
1148
1147
|
|
|
1149
|
-
.badge:where([data-size=small]) {
|
|
1148
|
+
.badge:where([data-size="small"]) {
|
|
1150
1149
|
--badge-height: var(--theme-badge-height-small);
|
|
1151
1150
|
--badge-padding-inline: var(--theme-badge-padding-inline-small);
|
|
1152
1151
|
--badge-radius: var(--theme-badge-radius-small);
|
|
@@ -1156,7 +1155,7 @@
|
|
|
1156
1155
|
--badge-letter-spacing: var(--theme-badge-letter-spacing-small);
|
|
1157
1156
|
}
|
|
1158
1157
|
|
|
1159
|
-
.badge:where([data-size=medium]) {
|
|
1158
|
+
.badge:where([data-size="medium"]) {
|
|
1160
1159
|
--badge-height: var(--theme-badge-height-medium);
|
|
1161
1160
|
--badge-padding-inline: var(--theme-badge-padding-inline-medium);
|
|
1162
1161
|
--badge-radius: var(--theme-badge-radius-medium);
|
|
@@ -1167,31 +1166,40 @@
|
|
|
1167
1166
|
}
|
|
1168
1167
|
|
|
1169
1168
|
/* 변경: 새 color props를 기본 계약으로 삼고, semantic preset은 style별 selector에서 보정한다. */
|
|
1170
|
-
.badge:where([data-style=fill]) {
|
|
1171
|
-
background-color: var(
|
|
1169
|
+
.badge:where([data-style="fill"]) {
|
|
1170
|
+
background-color: var(
|
|
1171
|
+
--badge-background-color,
|
|
1172
|
+
var(--theme-badge-fill-background-default)
|
|
1173
|
+
);
|
|
1172
1174
|
color: var(--badge-text-color, var(--theme-badge-fill-text-default));
|
|
1173
1175
|
--badge-border-color: transparent;
|
|
1174
1176
|
}
|
|
1175
1177
|
|
|
1176
|
-
.badge:where([data-style=outlined]) {
|
|
1177
|
-
background-color: var(
|
|
1178
|
+
.badge:where([data-style="outlined"]) {
|
|
1179
|
+
background-color: var(
|
|
1180
|
+
--badge-background-color,
|
|
1181
|
+
var(--theme-badge-outlined-background-default)
|
|
1182
|
+
);
|
|
1178
1183
|
color: var(--badge-text-color, var(--theme-badge-outlined-text-default));
|
|
1179
1184
|
--badge-border-width: 1px;
|
|
1180
1185
|
--badge-border-color: var(--theme-badge-outlined-border-default);
|
|
1181
1186
|
}
|
|
1182
1187
|
|
|
1183
|
-
.badge:where([data-style=count]) {
|
|
1184
|
-
background-color: var(
|
|
1188
|
+
.badge:where([data-style="count"]) {
|
|
1189
|
+
background-color: var(
|
|
1190
|
+
--badge-background-color,
|
|
1191
|
+
var(--theme-badge-count-background-default)
|
|
1192
|
+
);
|
|
1185
1193
|
color: var(--badge-text-color, var(--theme-badge-count-text-default));
|
|
1186
1194
|
--badge-border-color: transparent;
|
|
1187
1195
|
border-radius: calc(var(--badge-height) / 2);
|
|
1188
1196
|
}
|
|
1189
1197
|
|
|
1190
|
-
.badge:where([data-style=count][data-size=xsmall]) {
|
|
1198
|
+
.badge:where([data-style="count"][data-size="xsmall"]) {
|
|
1191
1199
|
border-radius: var(--theme-badge-count-radius-xsmall);
|
|
1192
1200
|
}
|
|
1193
1201
|
|
|
1194
|
-
.badge:where([data-style=dot]) {
|
|
1202
|
+
.badge:where([data-style="dot"]) {
|
|
1195
1203
|
width: var(--badge-dot-size);
|
|
1196
1204
|
min-width: 0;
|
|
1197
1205
|
height: var(--badge-dot-size);
|
|
@@ -1201,12 +1209,15 @@
|
|
|
1201
1209
|
background-color: transparent;
|
|
1202
1210
|
}
|
|
1203
1211
|
|
|
1204
|
-
.badge:where([data-style=dot]) .badge-dot {
|
|
1212
|
+
.badge:where([data-style="dot"]) .badge-dot {
|
|
1205
1213
|
width: var(--badge-dot-size);
|
|
1206
1214
|
height: var(--badge-dot-size);
|
|
1207
1215
|
flex-shrink: 0;
|
|
1208
1216
|
border-radius: 999px;
|
|
1209
|
-
background-color: var(
|
|
1217
|
+
background-color: var(
|
|
1218
|
+
--badge-background-color,
|
|
1219
|
+
var(--theme-badge-dot-background-default)
|
|
1220
|
+
);
|
|
1210
1221
|
}
|
|
1211
1222
|
|
|
1212
1223
|
.badge :where(.badge-label) {
|
|
@@ -1216,7 +1227,7 @@
|
|
|
1216
1227
|
line-height: inherit;
|
|
1217
1228
|
}
|
|
1218
1229
|
|
|
1219
|
-
.badge:where([data-style=dot]) .badge-label {
|
|
1230
|
+
.badge:where([data-style="dot"]) .badge-label {
|
|
1220
1231
|
width: 0;
|
|
1221
1232
|
height: 0;
|
|
1222
1233
|
overflow: hidden;
|
|
@@ -1224,131 +1235,130 @@
|
|
|
1224
1235
|
line-height: 0;
|
|
1225
1236
|
}
|
|
1226
1237
|
|
|
1227
|
-
.badge:where([data-style=fill][data-preset=primary]) {
|
|
1238
|
+
.badge:where([data-style="fill"][data-preset="primary"]) {
|
|
1228
1239
|
--badge-background-color: var(--color-primary-default);
|
|
1229
1240
|
--badge-text-color: var(--color-common-100);
|
|
1230
1241
|
}
|
|
1231
1242
|
|
|
1232
|
-
.badge:where([data-style=fill][data-preset=secondary]) {
|
|
1243
|
+
.badge:where([data-style="fill"][data-preset="secondary"]) {
|
|
1233
1244
|
--badge-background-color: var(--color-secondary-default);
|
|
1234
1245
|
--badge-text-color: var(--color-primary-default);
|
|
1235
1246
|
}
|
|
1236
1247
|
|
|
1237
|
-
.badge:where([data-style=fill][data-preset=tertiary]) {
|
|
1248
|
+
.badge:where([data-style="fill"][data-preset="tertiary"]) {
|
|
1238
1249
|
--badge-background-color: var(--color-cool-gray-10);
|
|
1239
1250
|
--badge-text-color: var(--color-common-100);
|
|
1240
1251
|
}
|
|
1241
1252
|
|
|
1242
|
-
.badge:where([data-style=fill][data-preset=gray]) {
|
|
1253
|
+
.badge:where([data-style="fill"][data-preset="gray"]) {
|
|
1243
1254
|
--badge-background-color: var(--color-surface-neutral);
|
|
1244
1255
|
--badge-text-color: var(--color-label-neutral);
|
|
1245
1256
|
}
|
|
1246
1257
|
|
|
1247
|
-
.badge:where([data-style=fill][data-preset=green]) {
|
|
1258
|
+
.badge:where([data-style="fill"][data-preset="green"]) {
|
|
1248
1259
|
--badge-background-color: var(--color-green-95);
|
|
1249
1260
|
--badge-text-color: var(--color-green-45);
|
|
1250
1261
|
}
|
|
1251
1262
|
|
|
1252
|
-
.badge:where([data-style=fill][data-preset=yellow]) {
|
|
1263
|
+
.badge:where([data-style="fill"][data-preset="yellow"]) {
|
|
1253
1264
|
--badge-background-color: var(--color-yellow-95);
|
|
1254
1265
|
--badge-text-color: var(--color-yellow-45);
|
|
1255
1266
|
}
|
|
1256
1267
|
|
|
1257
|
-
.badge:where([data-style=fill][data-preset=orange]) {
|
|
1268
|
+
.badge:where([data-style="fill"][data-preset="orange"]) {
|
|
1258
1269
|
--badge-background-color: var(--color-orange-95);
|
|
1259
1270
|
--badge-text-color: var(--color-orange-55);
|
|
1260
1271
|
}
|
|
1261
1272
|
|
|
1262
|
-
.badge:where([data-style=fill][data-preset=red]) {
|
|
1273
|
+
.badge:where([data-style="fill"][data-preset="red"]) {
|
|
1263
1274
|
--badge-background-color: var(--color-red-95);
|
|
1264
1275
|
--badge-text-color: var(--color-red-55);
|
|
1265
1276
|
}
|
|
1266
1277
|
|
|
1267
|
-
.badge:where([data-style=outlined][data-preset=primary]) {
|
|
1278
|
+
.badge:where([data-style="outlined"][data-preset="primary"]) {
|
|
1268
1279
|
--badge-border-color: var(--color-primary-default);
|
|
1269
1280
|
--badge-text-color: var(--color-primary-default);
|
|
1270
1281
|
}
|
|
1271
1282
|
|
|
1272
|
-
.badge:where([data-style=outlined][data-preset=secondary]) {
|
|
1283
|
+
.badge:where([data-style="outlined"][data-preset="secondary"]) {
|
|
1273
1284
|
--badge-border-color: var(--color-border-standard-blue);
|
|
1274
1285
|
--badge-text-color: var(--color-primary-strong);
|
|
1275
1286
|
}
|
|
1276
1287
|
|
|
1277
|
-
.badge:where([data-style=outlined][data-preset=tertiary]) {
|
|
1288
|
+
.badge:where([data-style="outlined"][data-preset="tertiary"]) {
|
|
1278
1289
|
--badge-border-color: var(--color-border-heavy);
|
|
1279
1290
|
--badge-text-color: var(--color-label-strong);
|
|
1280
1291
|
}
|
|
1281
1292
|
|
|
1282
|
-
.badge:where([data-style=outlined][data-preset=gray]) {
|
|
1293
|
+
.badge:where([data-style="outlined"][data-preset="gray"]) {
|
|
1283
1294
|
--badge-border-color: var(--color-border-assistive);
|
|
1284
1295
|
--badge-text-color: var(--color-label-standard);
|
|
1285
1296
|
}
|
|
1286
1297
|
|
|
1287
|
-
.badge:where([data-style=outlined][data-preset=green]) {
|
|
1298
|
+
.badge:where([data-style="outlined"][data-preset="green"]) {
|
|
1288
1299
|
--badge-border-color: var(--color-green-45);
|
|
1289
1300
|
--badge-text-color: var(--color-green-45);
|
|
1290
1301
|
}
|
|
1291
1302
|
|
|
1292
|
-
.badge:where([data-style=outlined][data-preset=yellow]) {
|
|
1303
|
+
.badge:where([data-style="outlined"][data-preset="yellow"]) {
|
|
1293
1304
|
--badge-border-color: var(--color-yellow-60);
|
|
1294
1305
|
--badge-text-color: var(--color-yellow-45);
|
|
1295
1306
|
}
|
|
1296
1307
|
|
|
1297
|
-
.badge:where([data-style=outlined][data-preset=orange]) {
|
|
1308
|
+
.badge:where([data-style="outlined"][data-preset="orange"]) {
|
|
1298
1309
|
--badge-border-color: var(--color-orange-70);
|
|
1299
1310
|
--badge-text-color: var(--color-orange-55);
|
|
1300
1311
|
}
|
|
1301
1312
|
|
|
1302
|
-
.badge:where([data-style=outlined][data-preset=red]) {
|
|
1313
|
+
.badge:where([data-style="outlined"][data-preset="red"]) {
|
|
1303
1314
|
--badge-border-color: var(--color-red-70);
|
|
1304
1315
|
--badge-text-color: var(--color-red-55);
|
|
1305
1316
|
}
|
|
1306
1317
|
|
|
1307
|
-
.badge:where([data-style=count][data-preset=primary]) {
|
|
1318
|
+
.badge:where([data-style="count"][data-preset="primary"]) {
|
|
1308
1319
|
--badge-background-color: var(--color-primary-default);
|
|
1309
1320
|
--badge-text-color: var(--color-common-100);
|
|
1310
1321
|
}
|
|
1311
1322
|
|
|
1312
|
-
.badge:where([data-style=count][data-preset=gray]) {
|
|
1323
|
+
.badge:where([data-style="count"][data-preset="gray"]) {
|
|
1313
1324
|
--badge-background-color: var(--color-cool-gray-90);
|
|
1314
1325
|
--badge-text-color: var(--color-label-standard);
|
|
1315
1326
|
}
|
|
1316
1327
|
|
|
1317
|
-
.badge:where([data-style=dot][data-preset=primary]) {
|
|
1328
|
+
.badge:where([data-style="dot"][data-preset="primary"]) {
|
|
1318
1329
|
--badge-background-color: var(--color-primary-default);
|
|
1319
1330
|
}
|
|
1320
1331
|
|
|
1321
|
-
.badge:where([data-style=dot][data-preset=secondary]) {
|
|
1332
|
+
.badge:where([data-style="dot"][data-preset="secondary"]) {
|
|
1322
1333
|
--badge-background-color: var(--color-secondary-default);
|
|
1323
1334
|
}
|
|
1324
1335
|
|
|
1325
|
-
.badge:where([data-style=dot][data-preset=tertiary]) {
|
|
1336
|
+
.badge:where([data-style="dot"][data-preset="tertiary"]) {
|
|
1326
1337
|
--badge-background-color: var(--color-cool-gray-10);
|
|
1327
1338
|
}
|
|
1328
1339
|
|
|
1329
|
-
.badge:where([data-style=dot][data-preset=gray]) {
|
|
1340
|
+
.badge:where([data-style="dot"][data-preset="gray"]) {
|
|
1330
1341
|
--badge-background-color: var(--color-cool-gray-90);
|
|
1331
1342
|
}
|
|
1332
1343
|
|
|
1333
|
-
.badge:where([data-style=dot][data-preset=green]) {
|
|
1344
|
+
.badge:where([data-style="dot"][data-preset="green"]) {
|
|
1334
1345
|
--badge-background-color: var(--color-green-45);
|
|
1335
1346
|
}
|
|
1336
1347
|
|
|
1337
|
-
.badge:where([data-style=dot][data-preset=yellow]) {
|
|
1348
|
+
.badge:where([data-style="dot"][data-preset="yellow"]) {
|
|
1338
1349
|
--badge-background-color: var(--color-yellow-45);
|
|
1339
1350
|
}
|
|
1340
1351
|
|
|
1341
|
-
.badge:where([data-style=dot][data-preset=orange]) {
|
|
1352
|
+
.badge:where([data-style="dot"][data-preset="orange"]) {
|
|
1342
1353
|
--badge-background-color: var(--color-orange-55);
|
|
1343
1354
|
}
|
|
1344
1355
|
|
|
1345
|
-
.badge:where([data-style=dot][data-preset=red]) {
|
|
1356
|
+
.badge:where([data-style="dot"][data-preset="red"]) {
|
|
1346
1357
|
--badge-background-color: var(--color-red-55);
|
|
1347
1358
|
}
|
|
1348
1359
|
|
|
1349
1360
|
/* 버튼 전용 토큰은 theme root에서 한 번만 정의하며, size 기반 규칙(--button-{type}-{property}-{size})을 따른다. */
|
|
1350
1361
|
|
|
1351
|
-
|
|
1352
1362
|
/* 버튼 변수 로딩 */
|
|
1353
1363
|
/* 버튼 관련 CSS 변수는 variables.scss에서 주입된다. */
|
|
1354
1364
|
/* priority 토큰은 --button-default-{priority}-* 컬러 변수와 연결된다. */
|
|
@@ -1360,11 +1370,20 @@
|
|
|
1360
1370
|
gap: var(--button-default-gap-medium, var(--spacing-gap-2, 8px));
|
|
1361
1371
|
width: var(--button-width);
|
|
1362
1372
|
flex: var(--button-flex);
|
|
1363
|
-
min-width: var(
|
|
1373
|
+
min-width: var(
|
|
1374
|
+
--button-default-width-min-base,
|
|
1375
|
+
var(--theme-size-small-2, 24px)
|
|
1376
|
+
);
|
|
1364
1377
|
min-height: var(--button-min-height, auto);
|
|
1365
|
-
padding-inline: var(
|
|
1378
|
+
padding-inline: var(
|
|
1379
|
+
--button-padding-inline,
|
|
1380
|
+
var(--button-default-padding-inline-base, var(--spacing-padding-4, 16px))
|
|
1381
|
+
);
|
|
1366
1382
|
padding-block: 0;
|
|
1367
|
-
border-radius: var(
|
|
1383
|
+
border-radius: var(
|
|
1384
|
+
--button-border-radius,
|
|
1385
|
+
var(--button-default-radius-medium, var(--theme-radius-medium-1, 8px))
|
|
1386
|
+
);
|
|
1368
1387
|
border: 1px solid transparent;
|
|
1369
1388
|
background-color: transparent;
|
|
1370
1389
|
color: var(--button-default-neutral-foreground, var(--color-neutral-20));
|
|
@@ -1373,11 +1392,38 @@
|
|
|
1373
1392
|
cursor: pointer;
|
|
1374
1393
|
}
|
|
1375
1394
|
.button span {
|
|
1376
|
-
font-family: var(
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1395
|
+
font-family: var(
|
|
1396
|
+
--font-caption-medium-family,
|
|
1397
|
+
var(
|
|
1398
|
+
--button-default-font-body-medium-family,
|
|
1399
|
+
var(--font-body-medium-family, "Pretendard")
|
|
1400
|
+
)
|
|
1401
|
+
);
|
|
1402
|
+
font-size: var(
|
|
1403
|
+
--font-caption-medium-size,
|
|
1404
|
+
var(
|
|
1405
|
+
--button-default-font-body-medium-size,
|
|
1406
|
+
var(--font-body-medium-size, 16px)
|
|
1407
|
+
)
|
|
1408
|
+
);
|
|
1409
|
+
font-weight: var(
|
|
1410
|
+
--font-caption-medium-weight,
|
|
1411
|
+
var(--button-default-font-weight, 400)
|
|
1412
|
+
);
|
|
1413
|
+
line-height: var(
|
|
1414
|
+
--font-caption-medium-line-height,
|
|
1415
|
+
var(
|
|
1416
|
+
--button-default-font-body-medium-line-height,
|
|
1417
|
+
var(--font-body-medium-line-height, 24px)
|
|
1418
|
+
)
|
|
1419
|
+
);
|
|
1420
|
+
letter-spacing: var(
|
|
1421
|
+
--font-caption-medium-letter-spacing,
|
|
1422
|
+
var(
|
|
1423
|
+
--button-default-font-body-medium-letter-spacing,
|
|
1424
|
+
var(--font-body-medium-letter-spacing, 0px)
|
|
1425
|
+
)
|
|
1426
|
+
);
|
|
1381
1427
|
}
|
|
1382
1428
|
.button .button-icon,
|
|
1383
1429
|
.button .button-label,
|
|
@@ -1387,272 +1433,743 @@
|
|
|
1387
1433
|
align-items: center;
|
|
1388
1434
|
justify-content: center;
|
|
1389
1435
|
}
|
|
1390
|
-
.button[data-width=auto] {
|
|
1436
|
+
.button[data-width="auto"] {
|
|
1391
1437
|
--button-width: auto;
|
|
1392
1438
|
--button-flex: 0 1 auto;
|
|
1393
1439
|
}
|
|
1394
|
-
.button[data-width=fill] {
|
|
1440
|
+
.button[data-width="fill"] {
|
|
1395
1441
|
--button-width: auto;
|
|
1396
1442
|
--button-flex: 1 1 0%;
|
|
1397
1443
|
}
|
|
1398
|
-
.button[data-width=full],
|
|
1444
|
+
.button[data-width="full"],
|
|
1445
|
+
.button.button-block {
|
|
1399
1446
|
--button-width: 100%;
|
|
1400
1447
|
--button-flex: 0 0 100%;
|
|
1401
1448
|
}
|
|
1402
|
-
.button[data-width=fit] {
|
|
1449
|
+
.button[data-width="fit"] {
|
|
1403
1450
|
--button-width: fit-content;
|
|
1404
1451
|
--button-flex: 0 0 auto;
|
|
1405
1452
|
}
|
|
1406
|
-
.button[data-width=custom] {
|
|
1453
|
+
.button[data-width="custom"] {
|
|
1407
1454
|
--button-flex: 0 0 auto;
|
|
1408
1455
|
}
|
|
1409
1456
|
.button:not(.button-fill-solid):not(.button-fill-outlined) {
|
|
1410
1457
|
background-color: transparent;
|
|
1411
|
-
border-color: var(
|
|
1412
|
-
|
|
1458
|
+
border-color: var(
|
|
1459
|
+
--button-default-tertiary-outline-border,
|
|
1460
|
+
var(--color-cool-gray-90)
|
|
1461
|
+
);
|
|
1462
|
+
color: var(
|
|
1463
|
+
--button-default-tertiary-outline-foreground,
|
|
1464
|
+
var(--color-cool-gray-10)
|
|
1465
|
+
);
|
|
1413
1466
|
}
|
|
1414
|
-
.button:not(.button-fill-solid):not(.button-fill-outlined):hover:not(
|
|
1415
|
-
|
|
1416
|
-
|
|
1467
|
+
.button:not(.button-fill-solid):not(.button-fill-outlined):hover:not(
|
|
1468
|
+
:disabled
|
|
1469
|
+
):not([aria-disabled="true"]),
|
|
1470
|
+
.button:not(.button-fill-solid):not(
|
|
1471
|
+
.button-fill-outlined
|
|
1472
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1473
|
+
background-color: var(
|
|
1474
|
+
--button-default-tertiary-outline-hover-bg,
|
|
1475
|
+
var(--color-cool-gray-95)
|
|
1476
|
+
);
|
|
1477
|
+
border-color: var(
|
|
1478
|
+
--button-default-tertiary-outline-border,
|
|
1479
|
+
var(--color-cool-gray-90)
|
|
1480
|
+
);
|
|
1417
1481
|
}
|
|
1418
|
-
.button:not(.button-fill-solid):not(.button-fill-outlined):active:not(
|
|
1419
|
-
|
|
1420
|
-
|
|
1482
|
+
.button:not(.button-fill-solid):not(.button-fill-outlined):active:not(
|
|
1483
|
+
:disabled
|
|
1484
|
+
):not([aria-disabled="true"]),
|
|
1485
|
+
.button:not(.button-fill-solid):not(
|
|
1486
|
+
.button-fill-outlined
|
|
1487
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1488
|
+
background-color: var(
|
|
1489
|
+
--button-default-tertiary-solid-bg,
|
|
1490
|
+
var(--color-surface-neutral)
|
|
1491
|
+
);
|
|
1492
|
+
border-color: var(
|
|
1493
|
+
--button-default-tertiary-outline-border,
|
|
1494
|
+
var(--color-cool-gray-90)
|
|
1495
|
+
);
|
|
1421
1496
|
}
|
|
1422
|
-
.button:where([aria-busy=true]) {
|
|
1497
|
+
.button:where([aria-busy="true"]) {
|
|
1423
1498
|
pointer-events: none;
|
|
1424
1499
|
cursor: progress;
|
|
1425
1500
|
}
|
|
1426
1501
|
.button:where(.button-fill-solid.button-priority-primary) {
|
|
1427
|
-
background-color: var(
|
|
1428
|
-
|
|
1429
|
-
|
|
1502
|
+
background-color: var(
|
|
1503
|
+
--button-default-primary-solid-bg,
|
|
1504
|
+
var(--color-primary-default)
|
|
1505
|
+
);
|
|
1506
|
+
border-color: var(
|
|
1507
|
+
--button-default-primary-solid-bg,
|
|
1508
|
+
var(--color-primary-default)
|
|
1509
|
+
);
|
|
1510
|
+
color: var(
|
|
1511
|
+
--button-default-primary-solid-foreground,
|
|
1512
|
+
var(--color-common-100)
|
|
1513
|
+
);
|
|
1430
1514
|
}
|
|
1431
|
-
.button:where(.button-fill-solid.button-priority-primary):disabled,
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1515
|
+
.button:where(.button-fill-solid.button-priority-primary):disabled,
|
|
1516
|
+
.button:where(
|
|
1517
|
+
.button-fill-solid.button-priority-primary
|
|
1518
|
+
)[aria-disabled="true"] {
|
|
1519
|
+
background-color: var(
|
|
1520
|
+
--button-default-neutral-disabled-bg,
|
|
1521
|
+
var(--color-surface-standard)
|
|
1522
|
+
);
|
|
1523
|
+
border-color: var(
|
|
1524
|
+
--button-default-neutral-disabled-bg,
|
|
1525
|
+
var(--color-surface-standard)
|
|
1526
|
+
);
|
|
1527
|
+
color: var(
|
|
1528
|
+
--button-default-neutral-disabled-foreground,
|
|
1529
|
+
var(--color-label-disabled)
|
|
1530
|
+
);
|
|
1435
1531
|
}
|
|
1436
|
-
.button:where(.button-fill-solid.button-priority-primary):hover:not(
|
|
1437
|
-
|
|
1438
|
-
|
|
1532
|
+
.button:where(.button-fill-solid.button-priority-primary):hover:not(
|
|
1533
|
+
:disabled
|
|
1534
|
+
):not([aria-disabled="true"]),
|
|
1535
|
+
.button:where(
|
|
1536
|
+
.button-fill-solid.button-priority-primary
|
|
1537
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1538
|
+
background-color: var(
|
|
1539
|
+
--button-default-primary-solid-hover-bg,
|
|
1540
|
+
var(--color-blue-50)
|
|
1541
|
+
);
|
|
1542
|
+
border-color: var(
|
|
1543
|
+
--button-default-primary-solid-hover-bg,
|
|
1544
|
+
var(--color-blue-50)
|
|
1545
|
+
);
|
|
1439
1546
|
}
|
|
1440
|
-
.button:where(.button-fill-solid.button-priority-primary):active:not(
|
|
1441
|
-
|
|
1442
|
-
|
|
1547
|
+
.button:where(.button-fill-solid.button-priority-primary):active:not(
|
|
1548
|
+
:disabled
|
|
1549
|
+
):not([aria-disabled="true"]),
|
|
1550
|
+
.button:where(
|
|
1551
|
+
.button-fill-solid.button-priority-primary
|
|
1552
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1553
|
+
background-color: var(
|
|
1554
|
+
--button-default-primary-solid-active-bg,
|
|
1555
|
+
var(--color-blue-45)
|
|
1556
|
+
);
|
|
1557
|
+
border-color: var(
|
|
1558
|
+
--button-default-primary-solid-active-bg,
|
|
1559
|
+
var(--color-blue-45)
|
|
1560
|
+
);
|
|
1443
1561
|
}
|
|
1444
1562
|
.button:where(.button-fill-outlined.button-priority-primary) {
|
|
1445
1563
|
background-color: transparent;
|
|
1446
|
-
color: var(
|
|
1447
|
-
|
|
1564
|
+
color: var(
|
|
1565
|
+
--button-default-primary-outline-foreground,
|
|
1566
|
+
var(--color-primary-default)
|
|
1567
|
+
);
|
|
1568
|
+
border-color: var(
|
|
1569
|
+
--button-default-primary-outline-border,
|
|
1570
|
+
var(--color-primary-default)
|
|
1571
|
+
);
|
|
1448
1572
|
}
|
|
1449
|
-
.button:where(.button-fill-outlined.button-priority-primary):disabled,
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1573
|
+
.button:where(.button-fill-outlined.button-priority-primary):disabled,
|
|
1574
|
+
.button:where(
|
|
1575
|
+
.button-fill-outlined.button-priority-primary
|
|
1576
|
+
)[aria-disabled="true"] {
|
|
1577
|
+
background-color: var(
|
|
1578
|
+
--button-default-neutral-disabled-bg,
|
|
1579
|
+
var(--color-surface-standard)
|
|
1580
|
+
);
|
|
1581
|
+
border-color: var(
|
|
1582
|
+
--button-default-neutral-disabled-bg,
|
|
1583
|
+
var(--color-surface-standard)
|
|
1584
|
+
);
|
|
1585
|
+
color: var(
|
|
1586
|
+
--button-default-neutral-disabled-foreground,
|
|
1587
|
+
var(--color-label-disabled)
|
|
1588
|
+
);
|
|
1453
1589
|
}
|
|
1454
|
-
.button:where(.button-fill-outlined.button-priority-primary):hover:not(
|
|
1455
|
-
|
|
1456
|
-
|
|
1590
|
+
.button:where(.button-fill-outlined.button-priority-primary):hover:not(
|
|
1591
|
+
:disabled
|
|
1592
|
+
):not([aria-disabled="true"]),
|
|
1593
|
+
.button:where(
|
|
1594
|
+
.button-fill-outlined.button-priority-primary
|
|
1595
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1596
|
+
background-color: var(
|
|
1597
|
+
--button-default-primary-outline-hover-bg,
|
|
1598
|
+
var(--color-primary-default)
|
|
1599
|
+
);
|
|
1600
|
+
border-color: var(
|
|
1601
|
+
--button-default-primary-outline-border,
|
|
1602
|
+
var(--color-primary-default)
|
|
1603
|
+
);
|
|
1457
1604
|
}
|
|
1458
|
-
.button:where(.button-fill-outlined.button-priority-primary):active:not(
|
|
1459
|
-
|
|
1460
|
-
|
|
1605
|
+
.button:where(.button-fill-outlined.button-priority-primary):active:not(
|
|
1606
|
+
:disabled
|
|
1607
|
+
):not([aria-disabled="true"]),
|
|
1608
|
+
.button:where(
|
|
1609
|
+
.button-fill-outlined.button-priority-primary
|
|
1610
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1611
|
+
background-color: var(
|
|
1612
|
+
--button-default-primary-solid-bg,
|
|
1613
|
+
var(--color-primary-default)
|
|
1614
|
+
);
|
|
1615
|
+
border-color: var(
|
|
1616
|
+
--button-default-primary-outline-border,
|
|
1617
|
+
var(--color-primary-default)
|
|
1618
|
+
);
|
|
1461
1619
|
}
|
|
1462
1620
|
.button:where(.button-fill-solid.button-priority-secondary) {
|
|
1463
|
-
background-color: var(
|
|
1464
|
-
|
|
1465
|
-
|
|
1621
|
+
background-color: var(
|
|
1622
|
+
--button-default-secondary-solid-bg,
|
|
1623
|
+
var(--color-blue-95, #e5eeff)
|
|
1624
|
+
);
|
|
1625
|
+
border-color: var(
|
|
1626
|
+
--button-default-secondary-solid-bg,
|
|
1627
|
+
var(--color-blue-95, #e5eeff)
|
|
1628
|
+
);
|
|
1629
|
+
color: var(
|
|
1630
|
+
--button-default-secondary-solid-foreground,
|
|
1631
|
+
var(--color-primary-default)
|
|
1632
|
+
);
|
|
1466
1633
|
}
|
|
1467
|
-
.button:where(.button-fill-solid.button-priority-secondary):disabled,
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1634
|
+
.button:where(.button-fill-solid.button-priority-secondary):disabled,
|
|
1635
|
+
.button:where(
|
|
1636
|
+
.button-fill-solid.button-priority-secondary
|
|
1637
|
+
)[aria-disabled="true"] {
|
|
1638
|
+
background-color: var(
|
|
1639
|
+
--button-default-neutral-disabled-bg,
|
|
1640
|
+
var(--color-surface-standard)
|
|
1641
|
+
);
|
|
1642
|
+
border-color: var(
|
|
1643
|
+
--button-default-neutral-disabled-bg,
|
|
1644
|
+
var(--color-surface-standard)
|
|
1645
|
+
);
|
|
1646
|
+
color: var(
|
|
1647
|
+
--button-default-neutral-disabled-foreground,
|
|
1648
|
+
var(--color-label-disabled)
|
|
1649
|
+
);
|
|
1471
1650
|
}
|
|
1472
|
-
.button:where(.button-fill-solid.button-priority-secondary):hover:not(
|
|
1651
|
+
.button:where(.button-fill-solid.button-priority-secondary):hover:not(
|
|
1652
|
+
:disabled
|
|
1653
|
+
):not([aria-disabled="true"]),
|
|
1654
|
+
.button:where(
|
|
1655
|
+
.button-fill-solid.button-priority-secondary
|
|
1656
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1473
1657
|
background-color: var(--button-default-secondary-solid-hover-bg, #dbe9ff);
|
|
1474
1658
|
border-color: var(--button-default-secondary-solid-hover-bg, #dbe9ff);
|
|
1475
1659
|
}
|
|
1476
|
-
.button:where(.button-fill-solid.button-priority-secondary):active:not(
|
|
1660
|
+
.button:where(.button-fill-solid.button-priority-secondary):active:not(
|
|
1661
|
+
:disabled
|
|
1662
|
+
):not([aria-disabled="true"]),
|
|
1663
|
+
.button:where(
|
|
1664
|
+
.button-fill-solid.button-priority-secondary
|
|
1665
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1477
1666
|
background-color: var(--button-default-secondary-solid-active-bg, #ccdeff);
|
|
1478
1667
|
border-color: var(--button-default-secondary-solid-active-bg, #ccdeff);
|
|
1479
1668
|
}
|
|
1480
1669
|
.button:where(.button-fill-outlined.button-priority-secondary) {
|
|
1481
1670
|
background-color: transparent;
|
|
1482
|
-
color: var(
|
|
1483
|
-
|
|
1671
|
+
color: var(
|
|
1672
|
+
--button-default-secondary-outline-foreground,
|
|
1673
|
+
var(--color-primary-default)
|
|
1674
|
+
);
|
|
1675
|
+
border-color: var(
|
|
1676
|
+
--button-default-secondary-outline-border,
|
|
1677
|
+
var(--color-cool-gray-90)
|
|
1678
|
+
);
|
|
1484
1679
|
}
|
|
1485
|
-
.button:where(.button-fill-outlined.button-priority-secondary):disabled,
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1680
|
+
.button:where(.button-fill-outlined.button-priority-secondary):disabled,
|
|
1681
|
+
.button:where(
|
|
1682
|
+
.button-fill-outlined.button-priority-secondary
|
|
1683
|
+
)[aria-disabled="true"] {
|
|
1684
|
+
background-color: var(
|
|
1685
|
+
--button-default-neutral-disabled-bg,
|
|
1686
|
+
var(--color-surface-standard)
|
|
1687
|
+
);
|
|
1688
|
+
border-color: var(
|
|
1689
|
+
--button-default-neutral-disabled-bg,
|
|
1690
|
+
var(--color-surface-standard)
|
|
1691
|
+
);
|
|
1692
|
+
color: var(
|
|
1693
|
+
--button-default-neutral-disabled-foreground,
|
|
1694
|
+
var(--color-label-disabled)
|
|
1695
|
+
);
|
|
1489
1696
|
}
|
|
1490
|
-
.button:where(.button-fill-outlined.button-priority-secondary):hover:not(
|
|
1491
|
-
|
|
1492
|
-
|
|
1697
|
+
.button:where(.button-fill-outlined.button-priority-secondary):hover:not(
|
|
1698
|
+
:disabled
|
|
1699
|
+
):not([aria-disabled="true"]),
|
|
1700
|
+
.button:where(
|
|
1701
|
+
.button-fill-outlined.button-priority-secondary
|
|
1702
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1703
|
+
background-color: var(
|
|
1704
|
+
--button-default-secondary-outline-hover-bg,
|
|
1705
|
+
var(--color-blue-90)
|
|
1706
|
+
);
|
|
1707
|
+
border-color: var(
|
|
1708
|
+
--button-default-secondary-outline-border,
|
|
1709
|
+
var(--color-cool-gray-90)
|
|
1710
|
+
);
|
|
1493
1711
|
}
|
|
1494
|
-
.button:where(.button-fill-outlined.button-priority-secondary):active:not(
|
|
1495
|
-
|
|
1496
|
-
|
|
1712
|
+
.button:where(.button-fill-outlined.button-priority-secondary):active:not(
|
|
1713
|
+
:disabled
|
|
1714
|
+
):not([aria-disabled="true"]),
|
|
1715
|
+
.button:where(
|
|
1716
|
+
.button-fill-outlined.button-priority-secondary
|
|
1717
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1718
|
+
background-color: var(
|
|
1719
|
+
--button-default-secondary-solid-bg,
|
|
1720
|
+
var(--color-blue-95, #e5eeff)
|
|
1721
|
+
);
|
|
1722
|
+
border-color: var(
|
|
1723
|
+
--button-default-secondary-outline-border,
|
|
1724
|
+
var(--color-cool-gray-90)
|
|
1725
|
+
);
|
|
1497
1726
|
}
|
|
1498
1727
|
.button:where(.button-fill-solid.button-priority-tertiary) {
|
|
1499
|
-
background-color: var(
|
|
1500
|
-
|
|
1501
|
-
|
|
1728
|
+
background-color: var(
|
|
1729
|
+
--button-default-tertiary-solid-bg,
|
|
1730
|
+
var(--color-surface-neutral)
|
|
1731
|
+
);
|
|
1732
|
+
border-color: var(
|
|
1733
|
+
--button-default-tertiary-solid-bg,
|
|
1734
|
+
var(--color-surface-neutral)
|
|
1735
|
+
);
|
|
1736
|
+
color: var(
|
|
1737
|
+
--button-default-tertiary-solid-foreground,
|
|
1738
|
+
var(--color-label-neutral)
|
|
1739
|
+
);
|
|
1502
1740
|
}
|
|
1503
|
-
.button:where(.button-fill-solid.button-priority-tertiary):disabled,
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1741
|
+
.button:where(.button-fill-solid.button-priority-tertiary):disabled,
|
|
1742
|
+
.button:where(
|
|
1743
|
+
.button-fill-solid.button-priority-tertiary
|
|
1744
|
+
)[aria-disabled="true"] {
|
|
1745
|
+
background-color: var(
|
|
1746
|
+
--button-default-neutral-disabled-bg,
|
|
1747
|
+
var(--color-surface-standard)
|
|
1748
|
+
);
|
|
1749
|
+
border-color: var(
|
|
1750
|
+
--button-default-neutral-disabled-bg,
|
|
1751
|
+
var(--color-surface-standard)
|
|
1752
|
+
);
|
|
1753
|
+
color: var(
|
|
1754
|
+
--button-default-neutral-disabled-foreground,
|
|
1755
|
+
var(--color-label-disabled)
|
|
1756
|
+
);
|
|
1507
1757
|
}
|
|
1508
|
-
.button:where(.button-fill-solid.button-priority-tertiary):hover:not(
|
|
1509
|
-
|
|
1510
|
-
|
|
1758
|
+
.button:where(.button-fill-solid.button-priority-tertiary):hover:not(
|
|
1759
|
+
:disabled
|
|
1760
|
+
):not([aria-disabled="true"]),
|
|
1761
|
+
.button:where(
|
|
1762
|
+
.button-fill-solid.button-priority-tertiary
|
|
1763
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1764
|
+
background-color: var(
|
|
1765
|
+
--button-default-tertiary-solid-hover-bg,
|
|
1766
|
+
var(--color-surface-static-cool-gray)
|
|
1767
|
+
);
|
|
1768
|
+
border-color: var(
|
|
1769
|
+
--button-default-tertiary-solid-hover-bg,
|
|
1770
|
+
var(--color-surface-static-cool-gray)
|
|
1771
|
+
);
|
|
1511
1772
|
}
|
|
1512
|
-
.button:where(.button-fill-solid.button-priority-tertiary):active:not(
|
|
1513
|
-
|
|
1514
|
-
|
|
1773
|
+
.button:where(.button-fill-solid.button-priority-tertiary):active:not(
|
|
1774
|
+
:disabled
|
|
1775
|
+
):not([aria-disabled="true"]),
|
|
1776
|
+
.button:where(
|
|
1777
|
+
.button-fill-solid.button-priority-tertiary
|
|
1778
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1779
|
+
background-color: var(
|
|
1780
|
+
--button-default-tertiary-solid-active-bg,
|
|
1781
|
+
var(--color-surface-strong)
|
|
1782
|
+
);
|
|
1783
|
+
border-color: var(
|
|
1784
|
+
--button-default-tertiary-solid-active-bg,
|
|
1785
|
+
var(--color-surface-strong)
|
|
1786
|
+
);
|
|
1515
1787
|
}
|
|
1516
1788
|
.button:where(.button-fill-outlined.button-priority-tertiary) {
|
|
1517
1789
|
background-color: transparent;
|
|
1518
|
-
color: var(
|
|
1519
|
-
|
|
1790
|
+
color: var(
|
|
1791
|
+
--button-default-tertiary-outline-foreground,
|
|
1792
|
+
var(--color-cool-gray-10)
|
|
1793
|
+
);
|
|
1794
|
+
border-color: var(
|
|
1795
|
+
--button-default-tertiary-outline-border,
|
|
1796
|
+
var(--color-cool-gray-90)
|
|
1797
|
+
);
|
|
1520
1798
|
}
|
|
1521
|
-
.button:where(.button-fill-outlined.button-priority-tertiary):disabled,
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1799
|
+
.button:where(.button-fill-outlined.button-priority-tertiary):disabled,
|
|
1800
|
+
.button:where(
|
|
1801
|
+
.button-fill-outlined.button-priority-tertiary
|
|
1802
|
+
)[aria-disabled="true"] {
|
|
1803
|
+
background-color: var(
|
|
1804
|
+
--button-default-neutral-disabled-bg,
|
|
1805
|
+
var(--color-surface-standard)
|
|
1806
|
+
);
|
|
1807
|
+
border-color: var(
|
|
1808
|
+
--button-default-neutral-disabled-bg,
|
|
1809
|
+
var(--color-surface-standard)
|
|
1810
|
+
);
|
|
1811
|
+
color: var(
|
|
1812
|
+
--button-default-neutral-disabled-foreground,
|
|
1813
|
+
var(--color-label-disabled)
|
|
1814
|
+
);
|
|
1525
1815
|
}
|
|
1526
|
-
.button:where(.button-fill-outlined.button-priority-tertiary):hover:not(
|
|
1527
|
-
|
|
1528
|
-
|
|
1816
|
+
.button:where(.button-fill-outlined.button-priority-tertiary):hover:not(
|
|
1817
|
+
:disabled
|
|
1818
|
+
):not([aria-disabled="true"]),
|
|
1819
|
+
.button:where(
|
|
1820
|
+
.button-fill-outlined.button-priority-tertiary
|
|
1821
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1822
|
+
background-color: var(
|
|
1823
|
+
--button-default-tertiary-outline-hover-bg,
|
|
1824
|
+
var(--color-cool-gray-95)
|
|
1825
|
+
);
|
|
1826
|
+
border-color: var(
|
|
1827
|
+
--button-default-tertiary-outline-border,
|
|
1828
|
+
var(--color-cool-gray-90)
|
|
1829
|
+
);
|
|
1529
1830
|
}
|
|
1530
|
-
.button:where(.button-fill-outlined.button-priority-tertiary):active:not(
|
|
1531
|
-
|
|
1532
|
-
|
|
1831
|
+
.button:where(.button-fill-outlined.button-priority-tertiary):active:not(
|
|
1832
|
+
:disabled
|
|
1833
|
+
):not([aria-disabled="true"]),
|
|
1834
|
+
.button:where(
|
|
1835
|
+
.button-fill-outlined.button-priority-tertiary
|
|
1836
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1837
|
+
background-color: var(
|
|
1838
|
+
--button-default-tertiary-solid-bg,
|
|
1839
|
+
var(--color-surface-neutral)
|
|
1840
|
+
);
|
|
1841
|
+
border-color: var(
|
|
1842
|
+
--button-default-tertiary-outline-border,
|
|
1843
|
+
var(--color-cool-gray-90)
|
|
1844
|
+
);
|
|
1533
1845
|
}
|
|
1534
1846
|
.button:where(.button-size-small) {
|
|
1535
|
-
padding-inline: var(
|
|
1847
|
+
padding-inline: var(
|
|
1848
|
+
--button-default-padding-inline-small,
|
|
1849
|
+
var(--spacing-padding-6, 24px)
|
|
1850
|
+
);
|
|
1536
1851
|
gap: var(--button-default-gap-medium, var(--spacing-gap-2, 8px));
|
|
1537
1852
|
padding-block: 0;
|
|
1538
|
-
min-height: var(
|
|
1539
|
-
|
|
1853
|
+
min-height: var(
|
|
1854
|
+
--button-default-height-small,
|
|
1855
|
+
var(--theme-size-small-3, 32px)
|
|
1856
|
+
);
|
|
1857
|
+
border-radius: var(
|
|
1858
|
+
--button-default-radius-small,
|
|
1859
|
+
var(--theme-radius-medium-3, 8px)
|
|
1860
|
+
);
|
|
1540
1861
|
}
|
|
1541
1862
|
.button:where(.button-size-small) span {
|
|
1542
|
-
font-size: var(
|
|
1863
|
+
font-size: var(
|
|
1864
|
+
--button-default-font-label-medium-size,
|
|
1865
|
+
var(--font-label-medium-size, 14px)
|
|
1866
|
+
);
|
|
1543
1867
|
font-weight: var(--button-default-font-weight, 400);
|
|
1544
|
-
line-height: var(
|
|
1545
|
-
|
|
1868
|
+
line-height: var(
|
|
1869
|
+
--button-default-font-label-medium-line-height,
|
|
1870
|
+
var(--font-label-medium-line-height, 1.5em)
|
|
1871
|
+
);
|
|
1872
|
+
letter-spacing: var(
|
|
1873
|
+
--button-default-font-label-medium-letter-spacing,
|
|
1874
|
+
var(--font-label-medium-letter-spacing, 0px)
|
|
1875
|
+
);
|
|
1546
1876
|
}
|
|
1547
1877
|
.button:where(.button-size-medium) {
|
|
1548
|
-
padding-inline: var(
|
|
1878
|
+
padding-inline: var(
|
|
1879
|
+
--button-default-padding-inline-medium,
|
|
1880
|
+
var(--spacing-padding-7, 20px)
|
|
1881
|
+
);
|
|
1549
1882
|
gap: var(--button-default-gap-medium, var(--spacing-gap-2, 8px));
|
|
1550
1883
|
padding-block: 0;
|
|
1551
|
-
min-height: var(
|
|
1552
|
-
|
|
1884
|
+
min-height: var(
|
|
1885
|
+
--button-default-height-medium,
|
|
1886
|
+
var(--theme-size-medium-1, 40px)
|
|
1887
|
+
);
|
|
1888
|
+
border-radius: var(
|
|
1889
|
+
--button-default-radius-small,
|
|
1890
|
+
var(--theme-radius-medium-3, 8px)
|
|
1891
|
+
);
|
|
1553
1892
|
}
|
|
1554
1893
|
.button:where(.button-size-medium) span {
|
|
1555
|
-
font-size: var(
|
|
1894
|
+
font-size: var(
|
|
1895
|
+
--button-default-font-label-large-size,
|
|
1896
|
+
var(--font-label-large-size, 16px)
|
|
1897
|
+
);
|
|
1556
1898
|
font-weight: var(--button-default-font-weight, 400);
|
|
1557
|
-
line-height: var(
|
|
1558
|
-
|
|
1899
|
+
line-height: var(
|
|
1900
|
+
--button-default-font-label-large-line-height,
|
|
1901
|
+
var(--font-label-large-line-height, 1.5em)
|
|
1902
|
+
);
|
|
1903
|
+
letter-spacing: var(
|
|
1904
|
+
--button-default-font-label-large-letter-spacing,
|
|
1905
|
+
var(--font-label-large-letter-spacing, 0px)
|
|
1906
|
+
);
|
|
1559
1907
|
}
|
|
1560
1908
|
.button:where(.button-size-large) {
|
|
1561
|
-
padding-inline: var(
|
|
1909
|
+
padding-inline: var(
|
|
1910
|
+
--button-default-padding-inline-large,
|
|
1911
|
+
var(--spacing-padding-9, 28px)
|
|
1912
|
+
);
|
|
1562
1913
|
gap: var(--button-default-gap-large, var(--spacing-gap-3, 12px));
|
|
1563
1914
|
padding-block: 0;
|
|
1564
|
-
min-height: var(
|
|
1565
|
-
|
|
1915
|
+
min-height: var(
|
|
1916
|
+
--button-default-height-large,
|
|
1917
|
+
var(--theme-size-medium-2, 48px)
|
|
1918
|
+
);
|
|
1919
|
+
border-radius: var(
|
|
1920
|
+
--button-default-radius-large,
|
|
1921
|
+
var(--theme-radius-large-1, 12px)
|
|
1922
|
+
);
|
|
1566
1923
|
}
|
|
1567
1924
|
.button:where(.button-size-large) span {
|
|
1568
|
-
font-size: var(
|
|
1925
|
+
font-size: var(
|
|
1926
|
+
--button-default-font-body-medium-size,
|
|
1927
|
+
var(--font-body-medium-size, 17px)
|
|
1928
|
+
);
|
|
1569
1929
|
font-weight: var(--button-default-font-weight, 400);
|
|
1570
|
-
line-height: var(
|
|
1571
|
-
|
|
1930
|
+
line-height: var(
|
|
1931
|
+
--button-default-font-body-medium-line-height,
|
|
1932
|
+
var(--font-body-medium-line-height, 1.5em)
|
|
1933
|
+
);
|
|
1934
|
+
letter-spacing: var(
|
|
1935
|
+
--button-default-font-body-medium-letter-spacing,
|
|
1936
|
+
var(--font-body-medium-letter-spacing, 0px)
|
|
1937
|
+
);
|
|
1572
1938
|
}
|
|
1573
1939
|
.button:where(.button-size-xlarge) {
|
|
1574
|
-
padding-inline: var(
|
|
1940
|
+
padding-inline: var(
|
|
1941
|
+
--button-default-padding-inline-large,
|
|
1942
|
+
var(--spacing-padding-9, 28px)
|
|
1943
|
+
);
|
|
1575
1944
|
gap: var(--button-default-gap-large, var(--spacing-gap-3, 12px));
|
|
1576
1945
|
padding-block: 0;
|
|
1577
|
-
min-height: var(
|
|
1578
|
-
|
|
1946
|
+
min-height: var(
|
|
1947
|
+
--button-default-height-xlarge,
|
|
1948
|
+
var(--theme-size-medium-3, 56px)
|
|
1949
|
+
);
|
|
1950
|
+
border-radius: var(
|
|
1951
|
+
--button-default-radius-xlarge,
|
|
1952
|
+
var(--theme-radius-large-2, 16px)
|
|
1953
|
+
);
|
|
1579
1954
|
}
|
|
1580
1955
|
.button:where(.button-size-xlarge) span {
|
|
1581
|
-
font-size: var(
|
|
1956
|
+
font-size: var(
|
|
1957
|
+
--button-default-font-body-large-size,
|
|
1958
|
+
var(--font-body-large-size, 19px)
|
|
1959
|
+
);
|
|
1582
1960
|
font-weight: var(--button-default-font-weight, 400);
|
|
1583
|
-
line-height: var(
|
|
1584
|
-
|
|
1961
|
+
line-height: var(
|
|
1962
|
+
--button-default-font-body-large-line-height,
|
|
1963
|
+
var(--font-body-large-line-height, 1.5em)
|
|
1964
|
+
);
|
|
1965
|
+
letter-spacing: var(
|
|
1966
|
+
--button-default-font-body-large-letter-spacing,
|
|
1967
|
+
var(--font-body-large-letter-spacing, 0px)
|
|
1968
|
+
);
|
|
1585
1969
|
}
|
|
1586
1970
|
.button:where(.button-size-table) {
|
|
1587
|
-
padding-inline: var(
|
|
1971
|
+
padding-inline: var(
|
|
1972
|
+
--button-default-padding-inline-table,
|
|
1973
|
+
var(--spacing-padding-5, 12px)
|
|
1974
|
+
);
|
|
1588
1975
|
gap: var(--button-default-gap-table, var(--spacing-gap-1, 4px));
|
|
1589
1976
|
padding-block: var(--button-default-padding-block-table, 0px);
|
|
1590
|
-
min-height: var(
|
|
1591
|
-
|
|
1977
|
+
min-height: var(
|
|
1978
|
+
--button-default-height-table,
|
|
1979
|
+
var(--theme-size-small-2, 24px)
|
|
1980
|
+
);
|
|
1981
|
+
border-radius: var(
|
|
1982
|
+
--button-default-radius-table,
|
|
1983
|
+
var(--theme-radius-medium-2, 6px)
|
|
1984
|
+
);
|
|
1592
1985
|
}
|
|
1593
1986
|
.button:where(.button-size-table) span {
|
|
1594
|
-
font-size: var(
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1987
|
+
font-size: var(
|
|
1988
|
+
--button-default-font-caption-large-size,
|
|
1989
|
+
var(--font-caption-large-size, 12px)
|
|
1990
|
+
);
|
|
1991
|
+
font-weight: var(
|
|
1992
|
+
--button-default-font-caption-large-weight,
|
|
1993
|
+
var(--button-default-font-weight, 400)
|
|
1994
|
+
);
|
|
1995
|
+
line-height: var(
|
|
1996
|
+
--button-default-font-caption-large-line-height,
|
|
1997
|
+
var(--font-caption-large-line-height, 1.5em)
|
|
1998
|
+
);
|
|
1999
|
+
letter-spacing: var(
|
|
2000
|
+
--button-default-font-caption-large-letter-spacing,
|
|
2001
|
+
var(--font-caption-large-letter-spacing, 0px)
|
|
2002
|
+
);
|
|
1598
2003
|
}
|
|
1599
2004
|
.button:where(.button-fill-outlined) {
|
|
1600
2005
|
box-shadow: none;
|
|
1601
2006
|
}
|
|
1602
|
-
.button
|
|
2007
|
+
.button
|
|
2008
|
+
:where(.button-fill-solid.button-priority-secondary):hover:not(:disabled):not(
|
|
2009
|
+
[aria-disabled="true"]
|
|
2010
|
+
),
|
|
2011
|
+
.button
|
|
2012
|
+
:where(
|
|
2013
|
+
.button-fill-solid.button-priority-secondary
|
|
2014
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1603
2015
|
background-color: var(--button-default-secondary-solid-hover-bg, #dbe9ff);
|
|
1604
2016
|
border-color: var(--button-default-secondary-solid-hover-bg, #dbe9ff);
|
|
1605
2017
|
box-shadow: none;
|
|
1606
2018
|
}
|
|
1607
|
-
.button
|
|
2019
|
+
.button
|
|
2020
|
+
:where(.button-fill-solid.button-priority-secondary):active:not(
|
|
2021
|
+
:disabled
|
|
2022
|
+
):not([aria-disabled="true"]),
|
|
2023
|
+
.button
|
|
2024
|
+
:where(
|
|
2025
|
+
.button-fill-solid.button-priority-secondary
|
|
2026
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
1608
2027
|
background-color: var(--button-default-secondary-solid-active-bg, #ccdeff);
|
|
1609
2028
|
border-color: var(--button-default-secondary-solid-active-bg, #ccdeff);
|
|
1610
2029
|
box-shadow: none;
|
|
1611
2030
|
}
|
|
1612
|
-
.button:where(.button-fill-solid.button-priority-tertiary):hover:not(
|
|
1613
|
-
|
|
1614
|
-
|
|
2031
|
+
.button:where(.button-fill-solid.button-priority-tertiary):hover:not(
|
|
2032
|
+
:disabled
|
|
2033
|
+
):not([aria-disabled="true"]),
|
|
2034
|
+
.button:where(
|
|
2035
|
+
.button-fill-solid.button-priority-tertiary
|
|
2036
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2037
|
+
background-color: var(
|
|
2038
|
+
--button-default-tertiary-overlay-solid-bg,
|
|
2039
|
+
var(--color-surface-strong)
|
|
2040
|
+
);
|
|
2041
|
+
border-color: var(
|
|
2042
|
+
--button-default-tertiary-solid-bg,
|
|
2043
|
+
var(--color-surface-neutral)
|
|
2044
|
+
);
|
|
1615
2045
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.68);
|
|
1616
2046
|
}
|
|
1617
|
-
.button:where(.button-fill-solid.button-priority-tertiary):active:not(
|
|
1618
|
-
|
|
1619
|
-
|
|
2047
|
+
.button:where(.button-fill-solid.button-priority-tertiary):active:not(
|
|
2048
|
+
:disabled
|
|
2049
|
+
):not([aria-disabled="true"]),
|
|
2050
|
+
.button:where(
|
|
2051
|
+
.button-fill-solid.button-priority-tertiary
|
|
2052
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2053
|
+
background-color: var(
|
|
2054
|
+
--button-default-tertiary-overlay-solid-bg,
|
|
2055
|
+
var(--color-surface-strong)
|
|
2056
|
+
);
|
|
2057
|
+
border-color: var(
|
|
2058
|
+
--button-default-tertiary-solid-bg,
|
|
2059
|
+
var(--color-surface-neutral)
|
|
2060
|
+
);
|
|
1620
2061
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.48);
|
|
1621
2062
|
}
|
|
1622
|
-
.button:where(.button-fill-outlined.button-priority-primary):hover:not(
|
|
1623
|
-
|
|
1624
|
-
|
|
2063
|
+
.button:where(.button-fill-outlined.button-priority-primary):hover:not(
|
|
2064
|
+
:disabled
|
|
2065
|
+
):not([aria-disabled="true"]),
|
|
2066
|
+
.button:where(
|
|
2067
|
+
.button-fill-outlined.button-priority-primary
|
|
2068
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2069
|
+
background-color: var(
|
|
2070
|
+
--button-default-primary-overlay-outlined-bg,
|
|
2071
|
+
var(--color-blue-90)
|
|
2072
|
+
);
|
|
2073
|
+
border-color: var(
|
|
2074
|
+
--button-default-primary-outline-border,
|
|
2075
|
+
var(--color-primary-default)
|
|
2076
|
+
);
|
|
1625
2077
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.68);
|
|
1626
2078
|
}
|
|
1627
|
-
.button:where(.button-fill-outlined.button-priority-primary):active:not(
|
|
1628
|
-
|
|
1629
|
-
|
|
2079
|
+
.button:where(.button-fill-outlined.button-priority-primary):active:not(
|
|
2080
|
+
:disabled
|
|
2081
|
+
):not([aria-disabled="true"]),
|
|
2082
|
+
.button:where(
|
|
2083
|
+
.button-fill-outlined.button-priority-primary
|
|
2084
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2085
|
+
background-color: var(
|
|
2086
|
+
--button-default-primary-overlay-outlined-bg,
|
|
2087
|
+
var(--color-blue-90)
|
|
2088
|
+
);
|
|
2089
|
+
border-color: var(
|
|
2090
|
+
--button-default-primary-outline-border,
|
|
2091
|
+
var(--color-primary-default)
|
|
2092
|
+
);
|
|
1630
2093
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.28);
|
|
1631
2094
|
}
|
|
1632
|
-
.button:where(.button-fill-outlined.button-priority-secondary):hover:not(
|
|
1633
|
-
|
|
1634
|
-
|
|
2095
|
+
.button:where(.button-fill-outlined.button-priority-secondary):hover:not(
|
|
2096
|
+
:disabled
|
|
2097
|
+
):not([aria-disabled="true"]),
|
|
2098
|
+
.button:where(
|
|
2099
|
+
.button-fill-outlined.button-priority-secondary
|
|
2100
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2101
|
+
background-color: var(
|
|
2102
|
+
--button-default-secondary-overlay-outlined-bg,
|
|
2103
|
+
var(--color-cool-gray-95)
|
|
2104
|
+
);
|
|
2105
|
+
border-color: var(
|
|
2106
|
+
--button-default-secondary-outline-border,
|
|
2107
|
+
var(--color-cool-gray-90)
|
|
2108
|
+
);
|
|
1635
2109
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.68);
|
|
1636
2110
|
}
|
|
1637
|
-
.button:where(.button-fill-outlined.button-priority-secondary):active:not(
|
|
1638
|
-
|
|
1639
|
-
|
|
2111
|
+
.button:where(.button-fill-outlined.button-priority-secondary):active:not(
|
|
2112
|
+
:disabled
|
|
2113
|
+
):not([aria-disabled="true"]),
|
|
2114
|
+
.button:where(
|
|
2115
|
+
.button-fill-outlined.button-priority-secondary
|
|
2116
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2117
|
+
background-color: var(
|
|
2118
|
+
--button-default-secondary-overlay-outlined-bg,
|
|
2119
|
+
var(--color-cool-gray-95)
|
|
2120
|
+
);
|
|
2121
|
+
border-color: var(
|
|
2122
|
+
--button-default-secondary-outline-border,
|
|
2123
|
+
var(--color-cool-gray-90)
|
|
2124
|
+
);
|
|
1640
2125
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.28);
|
|
1641
2126
|
}
|
|
1642
|
-
.button:where(.button-fill-outlined.button-priority-tertiary):hover:not(
|
|
1643
|
-
|
|
1644
|
-
|
|
2127
|
+
.button:where(.button-fill-outlined.button-priority-tertiary):hover:not(
|
|
2128
|
+
:disabled
|
|
2129
|
+
):not([aria-disabled="true"]),
|
|
2130
|
+
.button:where(
|
|
2131
|
+
.button-fill-outlined.button-priority-tertiary
|
|
2132
|
+
)[data-user-action="hover"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2133
|
+
background-color: var(
|
|
2134
|
+
--button-default-tertiary-overlay-outlined-bg,
|
|
2135
|
+
var(--color-cool-gray-95)
|
|
2136
|
+
);
|
|
2137
|
+
border-color: var(
|
|
2138
|
+
--button-default-tertiary-outline-border,
|
|
2139
|
+
var(--color-cool-gray-90)
|
|
2140
|
+
);
|
|
1645
2141
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.68);
|
|
1646
2142
|
}
|
|
1647
|
-
.button:where(.button-fill-outlined.button-priority-tertiary):active:not(
|
|
1648
|
-
|
|
1649
|
-
|
|
2143
|
+
.button:where(.button-fill-outlined.button-priority-tertiary):active:not(
|
|
2144
|
+
:disabled
|
|
2145
|
+
):not([aria-disabled="true"]),
|
|
2146
|
+
.button:where(
|
|
2147
|
+
.button-fill-outlined.button-priority-tertiary
|
|
2148
|
+
)[data-user-action="pressed"]:not(:disabled):not([aria-disabled="true"]) {
|
|
2149
|
+
background-color: var(
|
|
2150
|
+
--button-default-tertiary-overlay-outlined-bg,
|
|
2151
|
+
var(--color-cool-gray-95)
|
|
2152
|
+
);
|
|
2153
|
+
border-color: var(
|
|
2154
|
+
--button-default-tertiary-outline-border,
|
|
2155
|
+
var(--color-cool-gray-90)
|
|
2156
|
+
);
|
|
1650
2157
|
box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.28);
|
|
1651
2158
|
}
|
|
1652
|
-
.button:where(:disabled),
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
2159
|
+
.button:where(:disabled),
|
|
2160
|
+
.button:where([aria-disabled="true"]) {
|
|
2161
|
+
background-color: var(
|
|
2162
|
+
--button-default-neutral-disabled-bg,
|
|
2163
|
+
var(--color-surface-standard)
|
|
2164
|
+
);
|
|
2165
|
+
border-color: var(
|
|
2166
|
+
--button-default-neutral-disabled-bg,
|
|
2167
|
+
var(--color-surface-standard)
|
|
2168
|
+
);
|
|
2169
|
+
color: var(
|
|
2170
|
+
--button-default-neutral-disabled-foreground,
|
|
2171
|
+
var(--color-label-disabled)
|
|
2172
|
+
);
|
|
1656
2173
|
cursor: not-allowed;
|
|
1657
2174
|
}
|
|
1658
2175
|
.button:where(.button-icon-left) .button-label {
|
|
@@ -1666,23 +2183,38 @@
|
|
|
1666
2183
|
min-width: auto;
|
|
1667
2184
|
border-color: transparent;
|
|
1668
2185
|
background-color: transparent;
|
|
1669
|
-
padding-block: var(
|
|
1670
|
-
|
|
2186
|
+
padding-block: var(
|
|
2187
|
+
--button-text-padding-block-base,
|
|
2188
|
+
var(--spacing-padding-4, 8px)
|
|
2189
|
+
);
|
|
2190
|
+
padding-inline: var(
|
|
2191
|
+
--button-text-padding-inline-small,
|
|
2192
|
+
var(--spacing-padding-4, 8px)
|
|
2193
|
+
);
|
|
1671
2194
|
border-width: 0;
|
|
1672
2195
|
gap: var(--spacing-gap-1, 4px);
|
|
1673
2196
|
border-radius: var(--button-text-radius-base, var(--theme-radius-small, 4px));
|
|
1674
2197
|
}
|
|
1675
2198
|
.button:where(.button-template-text-size-small) {
|
|
1676
2199
|
min-height: var(--button-text-height-small, var(--theme-size-small-1, 20px));
|
|
1677
|
-
padding-inline: var(
|
|
2200
|
+
padding-inline: var(
|
|
2201
|
+
--button-text-padding-inline-small,
|
|
2202
|
+
var(--spacing-padding-4, 8px)
|
|
2203
|
+
);
|
|
1678
2204
|
}
|
|
1679
2205
|
.button:where(.button-template-text-size-medium) {
|
|
1680
2206
|
min-height: var(--button-text-height-medium, var(--theme-size-small-2, 24px));
|
|
1681
|
-
padding-inline: var(
|
|
2207
|
+
padding-inline: var(
|
|
2208
|
+
--button-text-padding-inline-medium,
|
|
2209
|
+
var(--spacing-padding-5, 12px)
|
|
2210
|
+
);
|
|
1682
2211
|
}
|
|
1683
2212
|
.button:where(.button-template-text-size-large) {
|
|
1684
2213
|
min-height: var(--button-text-height-large, var(--theme-size-small-3, 32px));
|
|
1685
|
-
padding-inline: var(
|
|
2214
|
+
padding-inline: var(
|
|
2215
|
+
--button-text-padding-inline-large,
|
|
2216
|
+
var(--spacing-padding-5, 12px)
|
|
2217
|
+
);
|
|
1686
2218
|
}
|
|
1687
2219
|
.button:where(.button-template-text:disabled) {
|
|
1688
2220
|
background-color: transparent;
|
|
@@ -1691,41 +2223,100 @@
|
|
|
1691
2223
|
.button:where(.button-template-text.button-priority-secondary) {
|
|
1692
2224
|
color: var(--button-text-secondary-foreground, var(--color-primary-default));
|
|
1693
2225
|
}
|
|
1694
|
-
.button:where(.button-template-text.button-priority-secondary):hover:not(
|
|
1695
|
-
|
|
2226
|
+
.button:where(.button-template-text.button-priority-secondary):hover:not(
|
|
2227
|
+
:disabled
|
|
2228
|
+
),
|
|
2229
|
+
.button:where(
|
|
2230
|
+
.button-template-text.button-priority-secondary
|
|
2231
|
+
)[data-user-action="hover"]:not(:disabled) {
|
|
2232
|
+
background-color: var(
|
|
2233
|
+
--button-text-secondary-hover-bg,
|
|
2234
|
+
var(--color-bg-alternative-cool-gray, var(--color-cool-gray-95))
|
|
2235
|
+
);
|
|
1696
2236
|
}
|
|
1697
|
-
.button:where(.button-template-text.button-priority-secondary):active:not(
|
|
1698
|
-
|
|
2237
|
+
.button:where(.button-template-text.button-priority-secondary):active:not(
|
|
2238
|
+
:disabled
|
|
2239
|
+
),
|
|
2240
|
+
.button:where(
|
|
2241
|
+
.button-template-text.button-priority-secondary
|
|
2242
|
+
)[data-user-action="pressed"]:not(:disabled) {
|
|
2243
|
+
background-color: var(
|
|
2244
|
+
--button-text-secondary-pressed-bg,
|
|
2245
|
+
var(--color-secondary-strong, var(--color-blue-90))
|
|
2246
|
+
);
|
|
1699
2247
|
}
|
|
1700
2248
|
.button:where(.button-template-text.button-priority-tertiary) {
|
|
1701
2249
|
color: var(--button-text-tertiary-foreground, var(--color-cool-gray-10));
|
|
1702
2250
|
}
|
|
1703
|
-
.button:where(.button-template-text.button-priority-tertiary):hover:not(
|
|
1704
|
-
|
|
2251
|
+
.button:where(.button-template-text.button-priority-tertiary):hover:not(
|
|
2252
|
+
:disabled
|
|
2253
|
+
),
|
|
2254
|
+
.button:where(
|
|
2255
|
+
.button-template-text.button-priority-tertiary
|
|
2256
|
+
)[data-user-action="hover"]:not(:disabled) {
|
|
2257
|
+
background-color: var(
|
|
2258
|
+
--button-text-tertiary-hover-bg,
|
|
2259
|
+
var(--color-bg-alternative-cool-gray, var(--color-cool-gray-95))
|
|
2260
|
+
);
|
|
1705
2261
|
}
|
|
1706
|
-
.button:where(.button-template-text.button-priority-tertiary):active:not(
|
|
1707
|
-
|
|
2262
|
+
.button:where(.button-template-text.button-priority-tertiary):active:not(
|
|
2263
|
+
:disabled
|
|
2264
|
+
),
|
|
2265
|
+
.button:where(
|
|
2266
|
+
.button-template-text.button-priority-tertiary
|
|
2267
|
+
)[data-user-action="pressed"]:not(:disabled) {
|
|
2268
|
+
background-color: var(
|
|
2269
|
+
--button-text-tertiary-pressed-bg,
|
|
2270
|
+
var(--color-surface-strong, var(--color-cool-gray-20))
|
|
2271
|
+
);
|
|
1708
2272
|
}
|
|
1709
2273
|
|
|
1710
2274
|
.button:where(.button-template-round) {
|
|
1711
2275
|
min-width: auto;
|
|
1712
|
-
padding-block: var(
|
|
1713
|
-
|
|
2276
|
+
padding-block: var(
|
|
2277
|
+
--button-round-padding-block-base,
|
|
2278
|
+
var(--spacing-padding-2, 4px)
|
|
2279
|
+
);
|
|
2280
|
+
padding-inline: var(
|
|
2281
|
+
--button-round-padding-inline-medium,
|
|
2282
|
+
var(--spacing-padding-6, 16px)
|
|
2283
|
+
);
|
|
1714
2284
|
gap: var(--spacing-gap-2, 8px);
|
|
1715
2285
|
}
|
|
1716
2286
|
.button:where(.button-template-round-size-small) {
|
|
1717
2287
|
min-height: var(--button-round-height-small, var(--theme-size-small-2, 24px));
|
|
1718
|
-
padding-inline: var(
|
|
1719
|
-
|
|
2288
|
+
padding-inline: var(
|
|
2289
|
+
--button-round-padding-inline-small,
|
|
2290
|
+
var(--spacing-padding-5, 12px)
|
|
2291
|
+
);
|
|
2292
|
+
border-radius: var(
|
|
2293
|
+
--button-round-radius-small,
|
|
2294
|
+
var(--theme-radius-xlarge-2, 16px)
|
|
2295
|
+
);
|
|
1720
2296
|
}
|
|
1721
2297
|
.button:where(.button-template-round-size-medium) {
|
|
1722
|
-
min-height: var(
|
|
1723
|
-
|
|
1724
|
-
|
|
2298
|
+
min-height: var(
|
|
2299
|
+
--button-round-height-medium,
|
|
2300
|
+
var(--theme-size-small-3, 32px)
|
|
2301
|
+
);
|
|
2302
|
+
padding-inline: var(
|
|
2303
|
+
--button-round-padding-inline-medium,
|
|
2304
|
+
var(--spacing-padding-6, 16px)
|
|
2305
|
+
);
|
|
2306
|
+
border-radius: var(
|
|
2307
|
+
--button-round-radius-medium,
|
|
2308
|
+
var(--theme-radius-xlarge-2, 16px)
|
|
2309
|
+
);
|
|
1725
2310
|
}
|
|
1726
2311
|
.button:where(.button-template-round-size-large) {
|
|
1727
|
-
min-height: var(
|
|
1728
|
-
|
|
2312
|
+
min-height: var(
|
|
2313
|
+
--button-round-height-large,
|
|
2314
|
+
var(--theme-size-medium-1, 40px)
|
|
2315
|
+
);
|
|
2316
|
+
padding-inline: var(
|
|
2317
|
+
--button-round-padding-inline-large,
|
|
2318
|
+
var(--spacing-padding-7, 20px)
|
|
2319
|
+
);
|
|
1729
2320
|
border-radius: var(--button-round-radius-large, 30px);
|
|
1730
2321
|
}
|
|
1731
2322
|
|
|
@@ -1770,7 +2361,8 @@
|
|
|
1770
2361
|
}
|
|
1771
2362
|
|
|
1772
2363
|
.calendar-root {
|
|
1773
|
-
padding: var(--spacing-padding-10) var(--spacing-padding-6)
|
|
2364
|
+
padding: var(--spacing-padding-10) var(--spacing-padding-6)
|
|
2365
|
+
var(--spacing-padding-6);
|
|
1774
2366
|
display: grid;
|
|
1775
2367
|
gap: var(--spacing-gap-3);
|
|
1776
2368
|
width: var(--calendar-width);
|
|
@@ -1816,14 +2408,14 @@
|
|
|
1816
2408
|
width: 100%;
|
|
1817
2409
|
}
|
|
1818
2410
|
|
|
1819
|
-
.calendar-month-level > [data-month-level=true],
|
|
1820
|
-
.calendar-month-level > [data-year-level=true],
|
|
1821
|
-
.calendar-month-level > [data-decade-level=true] {
|
|
2411
|
+
.calendar-month-level > [data-month-level="true"],
|
|
2412
|
+
.calendar-month-level > [data-year-level="true"],
|
|
2413
|
+
.calendar-month-level > [data-decade-level="true"] {
|
|
1822
2414
|
width: 100%;
|
|
1823
2415
|
}
|
|
1824
2416
|
|
|
1825
|
-
.calendar-month-level > [data-year-level=true],
|
|
1826
|
-
.calendar-month-level > [data-decade-level=true] {
|
|
2417
|
+
.calendar-month-level > [data-year-level="true"],
|
|
2418
|
+
.calendar-month-level > [data-decade-level="true"] {
|
|
1827
2419
|
display: grid;
|
|
1828
2420
|
grid-template-rows: auto var(--calendar-day-level-body-height);
|
|
1829
2421
|
align-items: start;
|
|
@@ -1836,7 +2428,7 @@
|
|
|
1836
2428
|
align-items: start;
|
|
1837
2429
|
}
|
|
1838
2430
|
|
|
1839
|
-
.calendar-range-grid .calendar-month-level > [data-month-level=true] {
|
|
2431
|
+
.calendar-range-grid .calendar-month-level > [data-month-level="true"] {
|
|
1840
2432
|
width: var(--calendar-range-column-width);
|
|
1841
2433
|
}
|
|
1842
2434
|
|
|
@@ -1860,16 +2452,18 @@
|
|
|
1860
2452
|
align-items: center;
|
|
1861
2453
|
justify-content: center;
|
|
1862
2454
|
color: var(--color-label-alternative);
|
|
1863
|
-
transition:
|
|
2455
|
+
transition:
|
|
2456
|
+
background-color 0.2s ease,
|
|
2457
|
+
color 0.2s ease;
|
|
1864
2458
|
}
|
|
1865
2459
|
|
|
1866
|
-
.calendar-header-control[data-direction=previous] {
|
|
2460
|
+
.calendar-header-control[data-direction="previous"] {
|
|
1867
2461
|
grid-column: 1;
|
|
1868
2462
|
grid-row: 1;
|
|
1869
2463
|
justify-self: start;
|
|
1870
2464
|
}
|
|
1871
2465
|
|
|
1872
|
-
.calendar-header-control[data-direction=next] {
|
|
2466
|
+
.calendar-header-control[data-direction="next"] {
|
|
1873
2467
|
grid-column: 3;
|
|
1874
2468
|
grid-row: 1;
|
|
1875
2469
|
justify-self: end;
|
|
@@ -1904,7 +2498,7 @@
|
|
|
1904
2498
|
background-size: 20px 20px;
|
|
1905
2499
|
}
|
|
1906
2500
|
|
|
1907
|
-
.calendar-header-control:where(:not([data-disabled=true])):hover {
|
|
2501
|
+
.calendar-header-control:where(:not([data-disabled="true"])):hover {
|
|
1908
2502
|
background-color: var(--color-tertiary-default);
|
|
1909
2503
|
color: var(--color-label-standard);
|
|
1910
2504
|
}
|
|
@@ -1952,12 +2546,14 @@
|
|
|
1952
2546
|
text-transform: none;
|
|
1953
2547
|
}
|
|
1954
2548
|
|
|
1955
|
-
.calendar-months-list-control[data-selected=true] {
|
|
2549
|
+
.calendar-months-list-control[data-selected="true"] {
|
|
1956
2550
|
background-color: var(--color-primary-default);
|
|
1957
2551
|
color: var(--color-common-100);
|
|
1958
2552
|
}
|
|
1959
2553
|
|
|
1960
|
-
.calendar-months-list-control:where(
|
|
2554
|
+
.calendar-months-list-control:where(
|
|
2555
|
+
:not([data-disabled="true"], [data-selected="true"])
|
|
2556
|
+
):hover {
|
|
1961
2557
|
background-color: var(--color-secondary-default);
|
|
1962
2558
|
}
|
|
1963
2559
|
|
|
@@ -1990,12 +2586,14 @@
|
|
|
1990
2586
|
text-transform: none;
|
|
1991
2587
|
}
|
|
1992
2588
|
|
|
1993
|
-
.calendar-years-list-control[data-selected=true] {
|
|
2589
|
+
.calendar-years-list-control[data-selected="true"] {
|
|
1994
2590
|
background-color: var(--color-primary-default);
|
|
1995
2591
|
color: var(--color-common-100);
|
|
1996
2592
|
}
|
|
1997
2593
|
|
|
1998
|
-
.calendar-years-list-control:where(
|
|
2594
|
+
.calendar-years-list-control:where(
|
|
2595
|
+
:not([data-disabled="true"], [data-selected="true"])
|
|
2596
|
+
):hover {
|
|
1999
2597
|
background-color: var(--color-secondary-default);
|
|
2000
2598
|
}
|
|
2001
2599
|
|
|
@@ -2045,12 +2643,12 @@
|
|
|
2045
2643
|
color: inherit;
|
|
2046
2644
|
}
|
|
2047
2645
|
|
|
2048
|
-
.calendar-day[data-outside=true] {
|
|
2646
|
+
.calendar-day[data-outside="true"] {
|
|
2049
2647
|
color: var(--color-label-alternative);
|
|
2050
2648
|
}
|
|
2051
2649
|
|
|
2052
|
-
.calendar-day[data-selected=true],
|
|
2053
|
-
.calendar-day[data-focused=true] {
|
|
2650
|
+
.calendar-day[data-selected="true"],
|
|
2651
|
+
.calendar-day[data-focused="true"] {
|
|
2054
2652
|
color: var(--color-common-100);
|
|
2055
2653
|
}
|
|
2056
2654
|
|
|
@@ -2058,7 +2656,9 @@
|
|
|
2058
2656
|
background-color: var(--color-surface-static-blue);
|
|
2059
2657
|
color: var(--color-label-standard);
|
|
2060
2658
|
border-radius: 0;
|
|
2061
|
-
box-shadow:
|
|
2659
|
+
box-shadow:
|
|
2660
|
+
-1px 0 0 var(--color-surface-static-blue),
|
|
2661
|
+
1px 0 0 var(--color-surface-static-blue);
|
|
2062
2662
|
}
|
|
2063
2663
|
|
|
2064
2664
|
.calendar-day:where([data-first-in-range]) {
|
|
@@ -2077,31 +2677,41 @@
|
|
|
2077
2677
|
box-shadow: none;
|
|
2078
2678
|
}
|
|
2079
2679
|
|
|
2080
|
-
.calendar-day:where([data-selected=true], [data-focused=true]) {
|
|
2680
|
+
.calendar-day:where([data-selected="true"], [data-focused="true"]) {
|
|
2081
2681
|
background-color: transparent;
|
|
2082
2682
|
color: var(--color-common-100);
|
|
2083
2683
|
}
|
|
2084
2684
|
|
|
2085
|
-
.calendar-day:where([data-in-range][data-selected=true]) {
|
|
2685
|
+
.calendar-day:where([data-in-range][data-selected="true"]) {
|
|
2086
2686
|
background-color: var(--color-surface-static-blue);
|
|
2087
2687
|
}
|
|
2088
2688
|
|
|
2089
|
-
.calendar-day:where([data-selected=true], [data-focused=true])
|
|
2689
|
+
.calendar-day:where([data-selected="true"], [data-focused="true"])
|
|
2690
|
+
.calendar-day-label {
|
|
2090
2691
|
background-color: var(--color-primary-default);
|
|
2091
2692
|
color: var(--color-common-100);
|
|
2092
2693
|
border-radius: var(--theme-radius-medium-3);
|
|
2093
2694
|
}
|
|
2094
2695
|
|
|
2095
|
-
.calendar-day:where(
|
|
2096
|
-
[data-
|
|
2097
|
-
[data-
|
|
2696
|
+
.calendar-day:where(
|
|
2697
|
+
[data-today][data-highlight-today]:not(
|
|
2698
|
+
[data-selected="true"],
|
|
2699
|
+
[data-in-range],
|
|
2700
|
+
[data-disabled="true"]
|
|
2701
|
+
)
|
|
2702
|
+
) {
|
|
2098
2703
|
border: 1px solid var(--color-primary-default);
|
|
2099
2704
|
color: var(--color-label-standard);
|
|
2100
2705
|
}
|
|
2101
2706
|
|
|
2102
|
-
.calendar-day:where(
|
|
2103
|
-
[data-
|
|
2104
|
-
[data-
|
|
2707
|
+
.calendar-day:where(
|
|
2708
|
+
[data-today][data-highlight-today]:not(
|
|
2709
|
+
[data-selected="true"],
|
|
2710
|
+
[data-in-range],
|
|
2711
|
+
[data-disabled="true"]
|
|
2712
|
+
)
|
|
2713
|
+
)
|
|
2714
|
+
.calendar-day-label::after {
|
|
2105
2715
|
content: "";
|
|
2106
2716
|
width: 4px;
|
|
2107
2717
|
height: 4px;
|
|
@@ -2113,7 +2723,7 @@
|
|
|
2113
2723
|
transform: translateX(-50%);
|
|
2114
2724
|
}
|
|
2115
2725
|
|
|
2116
|
-
.calendar-day:where(:disabled, [data-disabled=true]) {
|
|
2726
|
+
.calendar-day:where(:disabled, [data-disabled="true"]) {
|
|
2117
2727
|
color: var(--color-label-disabled);
|
|
2118
2728
|
}
|
|
2119
2729
|
|
|
@@ -2123,29 +2733,33 @@
|
|
|
2123
2733
|
pointer-events: none;
|
|
2124
2734
|
}
|
|
2125
2735
|
|
|
2126
|
-
.calendar-range-grid .calendar-day:where([data-outside=true]) {
|
|
2736
|
+
.calendar-range-grid .calendar-day:where([data-outside="true"]) {
|
|
2127
2737
|
visibility: hidden;
|
|
2128
2738
|
pointer-events: none;
|
|
2129
2739
|
}
|
|
2130
2740
|
|
|
2131
|
-
.calendar-day:where(
|
|
2132
|
-
|
|
2133
|
-
[data-
|
|
2134
|
-
[data-
|
|
2741
|
+
.calendar-day:where(
|
|
2742
|
+
:not(
|
|
2743
|
+
[data-disabled="true"],
|
|
2744
|
+
[data-selected="true"],
|
|
2745
|
+
[data-focused="true"],
|
|
2746
|
+
[data-in-range]
|
|
2747
|
+
)
|
|
2748
|
+
):hover {
|
|
2135
2749
|
background-color: var(--color-secondary-default);
|
|
2136
2750
|
color: var(--color-label-standard);
|
|
2137
2751
|
}
|
|
2138
2752
|
|
|
2139
|
-
.calendar-day:where([data-selected=true]):hover {
|
|
2753
|
+
.calendar-day:where([data-selected="true"]):hover {
|
|
2140
2754
|
background-color: transparent;
|
|
2141
2755
|
color: var(--color-common-100);
|
|
2142
2756
|
}
|
|
2143
2757
|
|
|
2144
|
-
.calendar-day:where([data-in-range][data-selected=true]):hover {
|
|
2758
|
+
.calendar-day:where([data-in-range][data-selected="true"]):hover {
|
|
2145
2759
|
background-color: var(--color-surface-static-blue);
|
|
2146
2760
|
}
|
|
2147
2761
|
|
|
2148
|
-
.calendar-day:where([data-selected=true]):hover .calendar-day-label {
|
|
2762
|
+
.calendar-day:where([data-selected="true"]):hover .calendar-day-label {
|
|
2149
2763
|
background-color: var(--color-primary-default);
|
|
2150
2764
|
color: var(--color-common-100);
|
|
2151
2765
|
}
|
|
@@ -2154,8 +2768,6 @@
|
|
|
2154
2768
|
width: 100%;
|
|
2155
2769
|
}
|
|
2156
2770
|
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
2771
|
.carousel-container {
|
|
2160
2772
|
width: 100%;
|
|
2161
2773
|
}
|
|
@@ -2166,19 +2778,19 @@
|
|
|
2166
2778
|
align-items: center;
|
|
2167
2779
|
gap: var(--carousel-gap);
|
|
2168
2780
|
}
|
|
2169
|
-
.carousel-control[data-button-placement=inside] {
|
|
2781
|
+
.carousel-control[data-button-placement="inside"] {
|
|
2170
2782
|
position: relative;
|
|
2171
2783
|
gap: 0;
|
|
2172
2784
|
}
|
|
2173
|
-
.carousel-control[data-button-placement=inside] .carousel-move-button {
|
|
2785
|
+
.carousel-control[data-button-placement="inside"] .carousel-move-button {
|
|
2174
2786
|
position: absolute;
|
|
2175
2787
|
top: 50%;
|
|
2176
2788
|
transform: translateY(-50%);
|
|
2177
2789
|
}
|
|
2178
|
-
.carousel-control[data-button-placement=inside] .carousel-prev-button {
|
|
2790
|
+
.carousel-control[data-button-placement="inside"] .carousel-prev-button {
|
|
2179
2791
|
left: var(--carousel-inside-button-offset);
|
|
2180
2792
|
}
|
|
2181
|
-
.carousel-control[data-button-placement=inside] .carousel-next-button {
|
|
2793
|
+
.carousel-control[data-button-placement="inside"] .carousel-next-button {
|
|
2182
2794
|
right: var(--carousel-inside-button-offset);
|
|
2183
2795
|
}
|
|
2184
2796
|
|
|
@@ -2209,7 +2821,7 @@
|
|
|
2209
2821
|
scroll-snap-align: start;
|
|
2210
2822
|
}
|
|
2211
2823
|
|
|
2212
|
-
.carousel-item[data-carousel-focus=true] {
|
|
2824
|
+
.carousel-item[data-carousel-focus="true"] {
|
|
2213
2825
|
z-index: 1;
|
|
2214
2826
|
}
|
|
2215
2827
|
|
|
@@ -2252,8 +2864,6 @@
|
|
|
2252
2864
|
color: var(--carousel-button-label-color);
|
|
2253
2865
|
}
|
|
2254
2866
|
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
2867
|
.checkbox {
|
|
2258
2868
|
display: inline-flex;
|
|
2259
2869
|
align-items: center;
|
|
@@ -2264,19 +2874,23 @@
|
|
|
2264
2874
|
background-color: transparent;
|
|
2265
2875
|
border: none;
|
|
2266
2876
|
cursor: pointer;
|
|
2267
|
-
transition:
|
|
2877
|
+
transition:
|
|
2878
|
+
background-color 0.15s ease,
|
|
2879
|
+
border-color 0.15s ease,
|
|
2880
|
+
opacity 0.15s ease,
|
|
2881
|
+
box-shadow 0.15s ease;
|
|
2268
2882
|
}
|
|
2269
|
-
.checkbox[data-size=medium] {
|
|
2883
|
+
.checkbox[data-size="medium"] {
|
|
2270
2884
|
inline-size: var(--theme-checkbox-frame-size-medium);
|
|
2271
2885
|
block-size: var(--theme-checkbox-frame-size-medium);
|
|
2272
2886
|
border-radius: var(--theme-checkbox-control-radius-medium);
|
|
2273
2887
|
}
|
|
2274
|
-
.checkbox[data-size=large] {
|
|
2888
|
+
.checkbox[data-size="large"] {
|
|
2275
2889
|
inline-size: var(--theme-checkbox-frame-size-large);
|
|
2276
2890
|
block-size: var(--theme-checkbox-frame-size-large);
|
|
2277
2891
|
border-radius: var(--theme-checkbox-control-radius-large);
|
|
2278
2892
|
}
|
|
2279
|
-
.checkbox[data-disabled=true] {
|
|
2893
|
+
.checkbox[data-disabled="true"] {
|
|
2280
2894
|
cursor: not-allowed;
|
|
2281
2895
|
}
|
|
2282
2896
|
|
|
@@ -2290,31 +2904,34 @@
|
|
|
2290
2904
|
display: inline-flex;
|
|
2291
2905
|
align-items: center;
|
|
2292
2906
|
justify-content: center;
|
|
2293
|
-
border: var(--theme-checkbox-border-width) solid
|
|
2907
|
+
border: var(--theme-checkbox-border-width) solid
|
|
2908
|
+
var(--theme-checkbox-border-color);
|
|
2294
2909
|
border-radius: var(--theme-checkbox-control-radius-medium);
|
|
2295
2910
|
background-color: var(--theme-checkbox-surface);
|
|
2296
|
-
transition:
|
|
2911
|
+
transition:
|
|
2912
|
+
background-color 0.15s ease,
|
|
2913
|
+
border-color 0.15s ease;
|
|
2297
2914
|
}
|
|
2298
2915
|
|
|
2299
|
-
.checkbox[data-size=large] .checkbox-surface {
|
|
2916
|
+
.checkbox[data-size="large"] .checkbox-surface {
|
|
2300
2917
|
inline-size: var(--theme-checkbox-indicator-size-large);
|
|
2301
2918
|
block-size: var(--theme-checkbox-indicator-size-large);
|
|
2302
2919
|
border-radius: var(--theme-checkbox-control-radius-large);
|
|
2303
2920
|
}
|
|
2304
2921
|
|
|
2305
|
-
.checkbox[data-state=checked] .checkbox-surface,
|
|
2306
|
-
.checkbox[data-state=indeterminate] .checkbox-surface {
|
|
2922
|
+
.checkbox[data-state="checked"] .checkbox-surface,
|
|
2923
|
+
.checkbox[data-state="indeterminate"] .checkbox-surface {
|
|
2307
2924
|
background-color: var(--theme-checkbox-surface-selected);
|
|
2308
2925
|
border-color: var(--theme-checkbox-border-selected);
|
|
2309
2926
|
}
|
|
2310
2927
|
|
|
2311
|
-
.checkbox[data-disabled=true] .checkbox-surface {
|
|
2928
|
+
.checkbox[data-disabled="true"] .checkbox-surface {
|
|
2312
2929
|
background-color: var(--theme-checkbox-surface-disabled);
|
|
2313
2930
|
border-color: var(--theme-checkbox-border-color);
|
|
2314
2931
|
}
|
|
2315
2932
|
|
|
2316
|
-
.checkbox[data-disabled=true][data-state=checked] .checkbox-surface,
|
|
2317
|
-
.checkbox[data-disabled=true][data-state=indeterminate] .checkbox-surface {
|
|
2933
|
+
.checkbox[data-disabled="true"][data-state="checked"] .checkbox-surface,
|
|
2934
|
+
.checkbox[data-disabled="true"][data-state="indeterminate"] .checkbox-surface {
|
|
2318
2935
|
background-color: var(--theme-checkbox-surface-selected-disabled);
|
|
2319
2936
|
border-color: var(--theme-checkbox-border-color);
|
|
2320
2937
|
}
|
|
@@ -2334,13 +2951,14 @@
|
|
|
2334
2951
|
max-block-size: 100%;
|
|
2335
2952
|
}
|
|
2336
2953
|
|
|
2337
|
-
.checkbox[data-state=checked] .checkbox-indicator,
|
|
2338
|
-
.checkbox[data-state=indeterminate] .checkbox-indicator {
|
|
2954
|
+
.checkbox[data-state="checked"] .checkbox-indicator,
|
|
2955
|
+
.checkbox[data-state="indeterminate"] .checkbox-indicator {
|
|
2339
2956
|
color: var(--theme-checkbox-icon-selected);
|
|
2340
2957
|
}
|
|
2341
2958
|
|
|
2342
|
-
.checkbox[data-disabled=true][data-state=checked] .checkbox-indicator,
|
|
2343
|
-
.checkbox[data-disabled=true][data-state=indeterminate]
|
|
2959
|
+
.checkbox[data-disabled="true"][data-state="checked"] .checkbox-indicator,
|
|
2960
|
+
.checkbox[data-disabled="true"][data-state="indeterminate"]
|
|
2961
|
+
.checkbox-indicator {
|
|
2344
2962
|
color: var(--theme-checkbox-icon-disabled-selected);
|
|
2345
2963
|
}
|
|
2346
2964
|
|
|
@@ -2351,7 +2969,7 @@
|
|
|
2351
2969
|
color: var(--theme-checkbox-label-color);
|
|
2352
2970
|
}
|
|
2353
2971
|
|
|
2354
|
-
.checkbox-field[data-disabled=true] {
|
|
2972
|
+
.checkbox-field[data-disabled="true"] {
|
|
2355
2973
|
color: var(--theme-checkbox-label-disabled);
|
|
2356
2974
|
}
|
|
2357
2975
|
|
|
@@ -2362,7 +2980,7 @@
|
|
|
2362
2980
|
cursor: pointer;
|
|
2363
2981
|
}
|
|
2364
2982
|
|
|
2365
|
-
.checkbox-label-wrapper[data-disabled=true] {
|
|
2983
|
+
.checkbox-label-wrapper[data-disabled="true"] {
|
|
2366
2984
|
cursor: not-allowed;
|
|
2367
2985
|
}
|
|
2368
2986
|
|
|
@@ -2371,12 +2989,12 @@
|
|
|
2371
2989
|
user-select: none;
|
|
2372
2990
|
}
|
|
2373
2991
|
|
|
2374
|
-
.checkbox-field[data-size=medium] .checkbox-label {
|
|
2992
|
+
.checkbox-field[data-size="medium"] .checkbox-label {
|
|
2375
2993
|
font-size: var(--font-body-xsmall-size);
|
|
2376
2994
|
line-height: var(--font-body-xsmall-line-height);
|
|
2377
2995
|
}
|
|
2378
2996
|
|
|
2379
|
-
.checkbox-field[data-size=large] .checkbox-label {
|
|
2997
|
+
.checkbox-field[data-size="large"] .checkbox-label {
|
|
2380
2998
|
font-size: var(--font-body-medium-size);
|
|
2381
2999
|
line-height: var(--font-body-medium-line-height);
|
|
2382
3000
|
}
|
|
@@ -2389,13 +3007,12 @@
|
|
|
2389
3007
|
user-select: none;
|
|
2390
3008
|
}
|
|
2391
3009
|
|
|
2392
|
-
.checkbox-field[data-disabled=true] .checkbox-helper {
|
|
3010
|
+
.checkbox-field[data-disabled="true"] .checkbox-helper {
|
|
2393
3011
|
color: var(--theme-checkbox-helper-disabled);
|
|
2394
3012
|
}
|
|
2395
3013
|
|
|
2396
3014
|
/* Chip 기본 토큰 래핑 */
|
|
2397
3015
|
|
|
2398
|
-
|
|
2399
3016
|
.chip {
|
|
2400
3017
|
--chip-current-height: var(--theme-chip-height);
|
|
2401
3018
|
--chip-padding-horizontal: var(--theme-chip-padding-horizontal);
|
|
@@ -2424,7 +3041,11 @@
|
|
|
2424
3041
|
margin: 0;
|
|
2425
3042
|
width: fit-content;
|
|
2426
3043
|
max-width: 100%;
|
|
2427
|
-
transition:
|
|
3044
|
+
transition:
|
|
3045
|
+
background-color 0.16s ease,
|
|
3046
|
+
color 0.16s ease,
|
|
3047
|
+
border-color 0.16s ease,
|
|
3048
|
+
opacity 0.16s ease;
|
|
2428
3049
|
}
|
|
2429
3050
|
|
|
2430
3051
|
button.chip {
|
|
@@ -2441,25 +3062,25 @@ figure.chip {
|
|
|
2441
3062
|
outline-offset: 2px;
|
|
2442
3063
|
}
|
|
2443
3064
|
|
|
2444
|
-
.chip:where([data-style=filter][data-fill=solid]) {
|
|
3065
|
+
.chip:where([data-style="filter"][data-fill="solid"]) {
|
|
2445
3066
|
--chip-bg: var(--color-surface-standard);
|
|
2446
3067
|
--chip-label-color: var(--color-label-neutral);
|
|
2447
3068
|
--chip-border-color: transparent;
|
|
2448
3069
|
}
|
|
2449
3070
|
|
|
2450
|
-
.chip:where([data-style=filter][data-fill=outlined]) {
|
|
3071
|
+
.chip:where([data-style="filter"][data-fill="outlined"]) {
|
|
2451
3072
|
--chip-bg: var(--color-common-100);
|
|
2452
3073
|
--chip-label-color: var(--color-label-neutral);
|
|
2453
3074
|
--chip-border-color: var(--color-border-standard-cool-gray);
|
|
2454
3075
|
}
|
|
2455
3076
|
|
|
2456
|
-
.chip:where([data-style=filter][data-selected=true]) {
|
|
3077
|
+
.chip:where([data-style="filter"][data-selected="true"]) {
|
|
2457
3078
|
--chip-bg: var(--color-surface-heavy);
|
|
2458
3079
|
--chip-label-color: var(--color-common-100);
|
|
2459
3080
|
--chip-border-color: transparent;
|
|
2460
3081
|
}
|
|
2461
3082
|
|
|
2462
|
-
.chip:where([data-style=text]) {
|
|
3083
|
+
.chip:where([data-style="text"]) {
|
|
2463
3084
|
--chip-current-height: var(--theme-chip-height-text);
|
|
2464
3085
|
--chip-padding-horizontal: var(--theme-chip-padding-horizontal-text);
|
|
2465
3086
|
--chip-bg: transparent;
|
|
@@ -2467,42 +3088,42 @@ figure.chip {
|
|
|
2467
3088
|
--chip-label-color: var(--color-label-standard);
|
|
2468
3089
|
}
|
|
2469
3090
|
|
|
2470
|
-
.chip:where([data-style=text]) .chip-label {
|
|
3091
|
+
.chip:where([data-style="text"]) .chip-label {
|
|
2471
3092
|
text-decoration: none;
|
|
2472
3093
|
}
|
|
2473
3094
|
|
|
2474
|
-
.chip:where([data-style=text][data-selected=true]) {
|
|
3095
|
+
.chip:where([data-style="text"][data-selected="true"]) {
|
|
2475
3096
|
--chip-bg: var(--color-surface-standard);
|
|
2476
3097
|
font-weight: var(--theme-chip-text-font-weight-selected);
|
|
2477
3098
|
}
|
|
2478
3099
|
|
|
2479
|
-
.chip:where([data-style=text][data-selected=true]) .chip-label {
|
|
3100
|
+
.chip:where([data-style="text"][data-selected="true"]) .chip-label {
|
|
2480
3101
|
text-decoration: underline;
|
|
2481
3102
|
}
|
|
2482
3103
|
|
|
2483
|
-
.chip:where([data-style][data-rounded=true]) {
|
|
3104
|
+
.chip:where([data-style][data-rounded="true"]) {
|
|
2484
3105
|
border-radius: calc(var(--chip-current-height) / 2);
|
|
2485
3106
|
}
|
|
2486
3107
|
|
|
2487
|
-
.chip:where([data-style=assist][data-fill=solid]) {
|
|
3108
|
+
.chip:where([data-style="assist"][data-fill="solid"]) {
|
|
2488
3109
|
--chip-bg: var(--color-surface-static-neutral);
|
|
2489
3110
|
--chip-label-color: var(--color-label-strong);
|
|
2490
3111
|
--chip-gap: var(--theme-chip-assist-gap);
|
|
2491
3112
|
--chip-border-color: transparent;
|
|
2492
3113
|
}
|
|
2493
3114
|
|
|
2494
|
-
.chip:where([data-style=assist][data-fill=outlined]) {
|
|
3115
|
+
.chip:where([data-style="assist"][data-fill="outlined"]) {
|
|
2495
3116
|
--chip-bg: var(--color-common-100);
|
|
2496
3117
|
--chip-label-color: var(--color-label-strong);
|
|
2497
3118
|
--chip-gap: var(--theme-chip-assist-gap);
|
|
2498
3119
|
--chip-border-color: var(--color-border-standard-cool-gray);
|
|
2499
3120
|
}
|
|
2500
3121
|
|
|
2501
|
-
.chip:where([data-style=assist][data-selected=true]) {
|
|
3122
|
+
.chip:where([data-style="assist"][data-selected="true"]) {
|
|
2502
3123
|
--chip-label-color: var(--color-primary-default);
|
|
2503
3124
|
}
|
|
2504
3125
|
|
|
2505
|
-
.chip:where([data-style=input]) {
|
|
3126
|
+
.chip:where([data-style="input"]) {
|
|
2506
3127
|
--chip-gap: var(--theme-chip-input-gap);
|
|
2507
3128
|
--chip-bg: var(--color-common-100);
|
|
2508
3129
|
--chip-label-color: var(--color-label-standard);
|
|
@@ -2511,12 +3132,12 @@ figure.chip {
|
|
|
2511
3132
|
padding-right: var(--theme-chip-input-padding-right);
|
|
2512
3133
|
}
|
|
2513
3134
|
|
|
2514
|
-
.chip:where([data-style=input][data-removable=false]) {
|
|
3135
|
+
.chip:where([data-style="input"][data-removable="false"]) {
|
|
2515
3136
|
padding-left: var(--theme-chip-padding-horizontal);
|
|
2516
3137
|
padding-right: var(--theme-chip-padding-horizontal);
|
|
2517
3138
|
}
|
|
2518
3139
|
|
|
2519
|
-
.chip:where([data-size=table]) {
|
|
3140
|
+
.chip:where([data-size="table"]) {
|
|
2520
3141
|
--chip-current-height: var(--theme-chip-height-table);
|
|
2521
3142
|
height: var(--theme-chip-height-table);
|
|
2522
3143
|
padding-left: var(--theme-chip-padding-horizontal-table);
|
|
@@ -2529,30 +3150,30 @@ figure.chip {
|
|
|
2529
3150
|
border-radius: var(--theme-chip-radius-table);
|
|
2530
3151
|
}
|
|
2531
3152
|
|
|
2532
|
-
.chip:where([data-size=table]) .chip-label {
|
|
3153
|
+
.chip:where([data-size="table"]) .chip-label {
|
|
2533
3154
|
line-height: var(--theme-chip-line-height-table);
|
|
2534
3155
|
}
|
|
2535
3156
|
|
|
2536
|
-
.chip:where([data-size=table][data-style=text][data-selected=true]) {
|
|
3157
|
+
.chip:where([data-size="table"][data-style="text"][data-selected="true"]) {
|
|
2537
3158
|
font-weight: var(--theme-chip-text-font-weight-selected);
|
|
2538
3159
|
}
|
|
2539
3160
|
|
|
2540
|
-
.chip:where([data-size=table][data-style=input]) {
|
|
3161
|
+
.chip:where([data-size="table"][data-style="input"]) {
|
|
2541
3162
|
padding-left: var(--theme-chip-padding-left-table);
|
|
2542
3163
|
padding-right: var(--theme-chip-padding-right-table);
|
|
2543
3164
|
}
|
|
2544
3165
|
|
|
2545
|
-
.chip:where([data-size=table][data-style=input][data-removable=false]) {
|
|
3166
|
+
.chip:where([data-size="table"][data-style="input"][data-removable="false"]) {
|
|
2546
3167
|
padding-left: var(--theme-chip-padding-horizontal-table);
|
|
2547
3168
|
padding-right: var(--theme-chip-padding-horizontal-table);
|
|
2548
3169
|
}
|
|
2549
3170
|
|
|
2550
|
-
.chip:where([data-size=table][data-style=input]) .chip-remove-button {
|
|
3171
|
+
.chip:where([data-size="table"][data-style="input"]) .chip-remove-button {
|
|
2551
3172
|
width: fit-content;
|
|
2552
3173
|
height: fit-content;
|
|
2553
3174
|
}
|
|
2554
3175
|
|
|
2555
|
-
.chip:where([data-style=input][data-selected=true]) {
|
|
3176
|
+
.chip:where([data-style="input"][data-selected="true"]) {
|
|
2556
3177
|
--chip-border-color: var(--color-border-standard-blue);
|
|
2557
3178
|
}
|
|
2558
3179
|
|
|
@@ -2615,7 +3236,6 @@ figure.chip {
|
|
|
2615
3236
|
|
|
2616
3237
|
/* Divider 토큰도 전역 :root 범위에 선언한다. */
|
|
2617
3238
|
|
|
2618
|
-
|
|
2619
3239
|
.divider {
|
|
2620
3240
|
width: var(--divider-width);
|
|
2621
3241
|
height: var(--divider-height);
|
|
@@ -2626,8 +3246,6 @@ figure.chip {
|
|
|
2626
3246
|
font-size: 0;
|
|
2627
3247
|
}
|
|
2628
3248
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
3249
|
.drawer-overlay {
|
|
2632
3250
|
position: fixed;
|
|
2633
3251
|
inset: 0;
|
|
@@ -2638,11 +3256,12 @@ figure.chip {
|
|
|
2638
3256
|
transition: opacity 0.25s ease;
|
|
2639
3257
|
will-change: opacity;
|
|
2640
3258
|
}
|
|
2641
|
-
.drawer-overlay[data-phase=entering],
|
|
3259
|
+
.drawer-overlay[data-phase="entering"],
|
|
3260
|
+
.drawer-overlay[data-phase="entered"] {
|
|
2642
3261
|
opacity: 1;
|
|
2643
3262
|
pointer-events: auto;
|
|
2644
3263
|
}
|
|
2645
|
-
.drawer-overlay[data-phase=exiting] {
|
|
3264
|
+
.drawer-overlay[data-phase="exiting"] {
|
|
2646
3265
|
opacity: 0;
|
|
2647
3266
|
pointer-events: auto;
|
|
2648
3267
|
}
|
|
@@ -2673,32 +3292,34 @@ figure.chip {
|
|
|
2673
3292
|
max-width: min(640px, 100%);
|
|
2674
3293
|
width: 100%;
|
|
2675
3294
|
max-height: calc(100vh - var(--spacing-padding-8));
|
|
2676
|
-
transition:
|
|
3295
|
+
transition:
|
|
3296
|
+
transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
|
|
3297
|
+
opacity 0.2s ease;
|
|
2677
3298
|
opacity: 0;
|
|
2678
3299
|
pointer-events: none;
|
|
2679
3300
|
will-change: transform;
|
|
2680
3301
|
}
|
|
2681
3302
|
|
|
2682
|
-
.drawer-content[data-phase=entering],
|
|
2683
|
-
.drawer-content[data-phase=entered] {
|
|
3303
|
+
.drawer-content[data-phase="entering"],
|
|
3304
|
+
.drawer-content[data-phase="entered"] {
|
|
2684
3305
|
transform: translate3d(-50%, var(--drawer-drag-offset, 0px), 0);
|
|
2685
3306
|
opacity: 1;
|
|
2686
3307
|
pointer-events: auto;
|
|
2687
3308
|
}
|
|
2688
3309
|
|
|
2689
|
-
.drawer-content[data-phase=exiting] {
|
|
3310
|
+
.drawer-content[data-phase="exiting"] {
|
|
2690
3311
|
transform: translate3d(-50%, calc(100% + var(--drawer-drag-offset, 0px)), 0);
|
|
2691
3312
|
opacity: 1;
|
|
2692
3313
|
pointer-events: none;
|
|
2693
3314
|
}
|
|
2694
3315
|
|
|
2695
|
-
.drawer-content[data-phase=exited] {
|
|
3316
|
+
.drawer-content[data-phase="exited"] {
|
|
2696
3317
|
transform: translate3d(-50%, 100%, 0);
|
|
2697
3318
|
opacity: 0;
|
|
2698
3319
|
pointer-events: none;
|
|
2699
3320
|
}
|
|
2700
3321
|
|
|
2701
|
-
.drawer-content[data-dragging=true] {
|
|
3322
|
+
.drawer-content[data-dragging="true"] {
|
|
2702
3323
|
transition: none;
|
|
2703
3324
|
}
|
|
2704
3325
|
|
|
@@ -2826,8 +3447,6 @@ figure.chip {
|
|
|
2826
3447
|
display: none;
|
|
2827
3448
|
}
|
|
2828
3449
|
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
3450
|
.dropdown-panel {
|
|
2832
3451
|
display: flex;
|
|
2833
3452
|
flex-direction: column;
|
|
@@ -2912,7 +3531,8 @@ figure.chip {
|
|
|
2912
3531
|
gap: var(--dropdown-option-gap-inline);
|
|
2913
3532
|
width: 100%;
|
|
2914
3533
|
min-height: var(--dropdown-option-height-selected);
|
|
2915
|
-
padding: var(--dropdown-option-padding-block-selected)
|
|
3534
|
+
padding: var(--dropdown-option-padding-block-selected)
|
|
3535
|
+
var(--dropdown-option-padding-inline-selected);
|
|
2916
3536
|
border-radius: var(--dropdown-option-radius-selected);
|
|
2917
3537
|
background-color: transparent;
|
|
2918
3538
|
color: var(--dropdown-option-color);
|
|
@@ -2924,27 +3544,31 @@ figure.chip {
|
|
|
2924
3544
|
.dropdown-menu-item-trigger span {
|
|
2925
3545
|
user-select: none;
|
|
2926
3546
|
}
|
|
2927
|
-
.dropdown-menu-item-trigger[data-state=selected] {
|
|
3547
|
+
.dropdown-menu-item-trigger[data-state="selected"] {
|
|
2928
3548
|
background-color: var(--dropdown-option-bg-selected);
|
|
2929
3549
|
color: var(--dropdown-option-color-selected);
|
|
2930
3550
|
}
|
|
2931
|
-
.dropdown-menu-item-trigger[data-highlighted],
|
|
3551
|
+
.dropdown-menu-item-trigger[data-highlighted],
|
|
3552
|
+
.dropdown-menu-item-trigger:hover {
|
|
2932
3553
|
background-color: var(--dropdown-option-bg-hover);
|
|
2933
3554
|
color: var(--dropdown-option-color-hover);
|
|
2934
3555
|
}
|
|
2935
|
-
.dropdown-menu-item-trigger[data-state=selected]:hover {
|
|
3556
|
+
.dropdown-menu-item-trigger[data-state="selected"]:hover {
|
|
2936
3557
|
background-color: var(--dropdown-option-bg-selected);
|
|
2937
3558
|
color: var(--dropdown-option-color-selected);
|
|
2938
3559
|
}
|
|
2939
|
-
.dropdown-menu-item-trigger[data-disabled],
|
|
3560
|
+
.dropdown-menu-item-trigger[data-disabled],
|
|
3561
|
+
.dropdown-menu-item-trigger:disabled {
|
|
2940
3562
|
color: var(--dropdown-option-color-disabled);
|
|
2941
3563
|
cursor: not-allowed;
|
|
2942
3564
|
background-color: var(--dropdown-option-bg-disabled);
|
|
2943
3565
|
}
|
|
2944
|
-
.dropdown-menu-item-trigger[data-disabled] .dropdown-menu-item-label,
|
|
3566
|
+
.dropdown-menu-item-trigger[data-disabled] .dropdown-menu-item-label,
|
|
3567
|
+
.dropdown-menu-item-trigger:disabled .dropdown-menu-item-label {
|
|
2945
3568
|
color: var(--dropdown-option-color-disabled);
|
|
2946
3569
|
}
|
|
2947
|
-
.dropdown-menu-item-trigger[data-disabled] .dropdown-menu-item-description,
|
|
3570
|
+
.dropdown-menu-item-trigger[data-disabled] .dropdown-menu-item-description,
|
|
3571
|
+
.dropdown-menu-item-trigger:disabled .dropdown-menu-item-description {
|
|
2948
3572
|
color: var(--dropdown-option-color-disabled);
|
|
2949
3573
|
}
|
|
2950
3574
|
|
|
@@ -2992,11 +3616,11 @@ figure.chip {
|
|
|
2992
3616
|
white-space: nowrap;
|
|
2993
3617
|
}
|
|
2994
3618
|
|
|
2995
|
-
.dropdown-menu-item-trigger[data-state=selected] .dropdown-menu-item-label {
|
|
3619
|
+
.dropdown-menu-item-trigger[data-state="selected"] .dropdown-menu-item-label {
|
|
2996
3620
|
font-weight: var(--dropdown-text-weight-selected);
|
|
2997
3621
|
}
|
|
2998
3622
|
|
|
2999
|
-
.dropdown-menu-item-trigger[data-multiple=true] {
|
|
3623
|
+
.dropdown-menu-item-trigger[data-multiple="true"] {
|
|
3000
3624
|
align-items: center;
|
|
3001
3625
|
}
|
|
3002
3626
|
|
|
@@ -3006,30 +3630,28 @@ figure.chip {
|
|
|
3006
3630
|
padding: 0;
|
|
3007
3631
|
}
|
|
3008
3632
|
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
3633
|
.form-field-container {
|
|
3012
3634
|
display: block;
|
|
3013
3635
|
width: var(--form-field-width);
|
|
3014
3636
|
flex: var(--form-field-flex);
|
|
3015
3637
|
}
|
|
3016
|
-
.form-field-container[data-width=auto] {
|
|
3638
|
+
.form-field-container[data-width="auto"] {
|
|
3017
3639
|
--form-field-width: auto;
|
|
3018
3640
|
--form-field-flex: 0 0 auto;
|
|
3019
3641
|
}
|
|
3020
|
-
.form-field-container[data-width=fill] {
|
|
3642
|
+
.form-field-container[data-width="fill"] {
|
|
3021
3643
|
--form-field-width: auto;
|
|
3022
3644
|
--form-field-flex: 1 1 0%;
|
|
3023
3645
|
}
|
|
3024
|
-
.form-field-container[data-width=full] {
|
|
3646
|
+
.form-field-container[data-width="full"] {
|
|
3025
3647
|
--form-field-width: 100%;
|
|
3026
3648
|
--form-field-flex: 0 0 100%;
|
|
3027
3649
|
}
|
|
3028
|
-
.form-field-container[data-width=fit] {
|
|
3650
|
+
.form-field-container[data-width="fit"] {
|
|
3029
3651
|
--form-field-width: fit-content;
|
|
3030
3652
|
--form-field-flex: 0 0 auto;
|
|
3031
3653
|
}
|
|
3032
|
-
.form-field-container[data-width=custom] {
|
|
3654
|
+
.form-field-container[data-width="custom"] {
|
|
3033
3655
|
--form-field-flex: 0 0 auto;
|
|
3034
3656
|
}
|
|
3035
3657
|
|
|
@@ -3071,16 +3693,14 @@ figure.chip {
|
|
|
3071
3693
|
color: inherit;
|
|
3072
3694
|
}
|
|
3073
3695
|
|
|
3074
|
-
.form-field-container[data-state=error] .form-field-footer {
|
|
3696
|
+
.form-field-container[data-state="error"] .form-field-footer {
|
|
3075
3697
|
color: var(--form-field-helper-color-error);
|
|
3076
3698
|
}
|
|
3077
|
-
.form-field-container[data-state=error] .form-field-footer p,
|
|
3078
|
-
.form-field-container[data-state=error] .form-field-footer span {
|
|
3699
|
+
.form-field-container[data-state="error"] .form-field-footer p,
|
|
3700
|
+
.form-field-container[data-state="error"] .form-field-footer span {
|
|
3079
3701
|
color: inherit;
|
|
3080
3702
|
}
|
|
3081
3703
|
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
3704
|
.info-box {
|
|
3085
3705
|
display: flex;
|
|
3086
3706
|
align-items: flex-start;
|
|
@@ -3094,7 +3714,7 @@ figure.chip {
|
|
|
3094
3714
|
background-color: var(--info-box-background-color);
|
|
3095
3715
|
}
|
|
3096
3716
|
|
|
3097
|
-
.info-box:where([data-state=info]) {
|
|
3717
|
+
.info-box:where([data-state="info"]) {
|
|
3098
3718
|
--info-box-icon-color: var(--color-feedback-information);
|
|
3099
3719
|
--info-box-heading-color: var(--color-feedback-information);
|
|
3100
3720
|
}
|
|
@@ -3142,8 +3762,6 @@ figure.chip {
|
|
|
3142
3762
|
font-weight: var(--info-box-body-font-weight);
|
|
3143
3763
|
}
|
|
3144
3764
|
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
3765
|
.input {
|
|
3148
3766
|
display: flex;
|
|
3149
3767
|
flex-direction: column;
|
|
@@ -3152,34 +3770,35 @@ figure.chip {
|
|
|
3152
3770
|
flex: var(--input-flex);
|
|
3153
3771
|
min-width: 0;
|
|
3154
3772
|
}
|
|
3155
|
-
.input:where([data-width=auto]) {
|
|
3773
|
+
.input:where([data-width="auto"]) {
|
|
3156
3774
|
--input-width: auto;
|
|
3157
3775
|
--input-flex: 0 1 auto;
|
|
3158
3776
|
}
|
|
3159
|
-
.input:where([data-width=fill]) {
|
|
3777
|
+
.input:where([data-width="fill"]) {
|
|
3160
3778
|
--input-width: auto;
|
|
3161
3779
|
--input-flex: 1 1 0%;
|
|
3162
3780
|
}
|
|
3163
|
-
.input:where([data-width=full]),
|
|
3781
|
+
.input:where([data-width="full"]),
|
|
3782
|
+
.input:where([data-block="true"]) {
|
|
3164
3783
|
--input-width: 100%;
|
|
3165
3784
|
--input-flex: 0 0 100%;
|
|
3166
3785
|
}
|
|
3167
|
-
.input:where([data-width=fit]) {
|
|
3786
|
+
.input:where([data-width="fit"]) {
|
|
3168
3787
|
--input-width: fit-content;
|
|
3169
3788
|
--input-flex: 0 0 auto;
|
|
3170
3789
|
}
|
|
3171
|
-
.input:where([data-width=custom]) {
|
|
3790
|
+
.input:where([data-width="custom"]) {
|
|
3172
3791
|
--input-flex: 0 0 auto;
|
|
3173
3792
|
}
|
|
3174
3793
|
.input--block {
|
|
3175
3794
|
width: 100%;
|
|
3176
3795
|
}
|
|
3177
|
-
.input:where([data-priority=table]) {
|
|
3796
|
+
.input:where([data-priority="table"]) {
|
|
3178
3797
|
display: block;
|
|
3179
3798
|
--input-width: 100%;
|
|
3180
3799
|
height: 100%;
|
|
3181
3800
|
}
|
|
3182
|
-
.input:where([data-priority=table]) .input-box {
|
|
3801
|
+
.input:where([data-priority="table"]) .input-box {
|
|
3183
3802
|
height: 100%;
|
|
3184
3803
|
}
|
|
3185
3804
|
|
|
@@ -3215,52 +3834,57 @@ figure.chip {
|
|
|
3215
3834
|
border-radius: var(--input-default-radius-base);
|
|
3216
3835
|
border: var(--input-border-width-default) solid var(--input-border-color);
|
|
3217
3836
|
background-color: var(--input-surface-color);
|
|
3218
|
-
padding: var(--input-default-padding-block)
|
|
3837
|
+
padding: var(--input-default-padding-block)
|
|
3838
|
+
var(--input-default-padding-inline);
|
|
3219
3839
|
min-height: var(--input-default-height-medium);
|
|
3220
|
-
transition:
|
|
3840
|
+
transition:
|
|
3841
|
+
border-color 0.15s ease,
|
|
3842
|
+
background-color 0.15s ease;
|
|
3221
3843
|
box-sizing: border-box;
|
|
3222
3844
|
outline: none;
|
|
3223
3845
|
box-shadow: none;
|
|
3224
3846
|
}
|
|
3225
|
-
.input-field:where([data-size=small]) {
|
|
3847
|
+
.input-field:where([data-size="small"]) {
|
|
3226
3848
|
min-height: var(--input-default-height-small);
|
|
3227
3849
|
--input-font-size: var(--input-text-small-size);
|
|
3228
3850
|
--input-line-height: var(--input-text-small-line-height);
|
|
3229
3851
|
--input-font-weight: var(--input-text-small-weight);
|
|
3230
3852
|
--input-letter-spacing: var(--input-text-small-letter-spacing);
|
|
3231
3853
|
}
|
|
3232
|
-
.input-field:where([data-size=large]) {
|
|
3854
|
+
.input-field:where([data-size="large"]) {
|
|
3233
3855
|
min-height: var(--input-default-height-large);
|
|
3234
3856
|
--input-font-size: var(--input-text-large-size);
|
|
3235
3857
|
--input-line-height: var(--input-text-large-line-height);
|
|
3236
3858
|
--input-font-weight: var(--input-text-large-weight);
|
|
3237
3859
|
--input-letter-spacing: var(--input-text-large-letter-spacing);
|
|
3238
3860
|
}
|
|
3239
|
-
.input-field:where([data-priority=secondary]) {
|
|
3861
|
+
.input-field:where([data-priority="secondary"]) {
|
|
3240
3862
|
border: none;
|
|
3241
|
-
border-bottom: var(--input-border-width-default) solid
|
|
3863
|
+
border-bottom: var(--input-border-width-default) solid
|
|
3864
|
+
var(--input-border-color);
|
|
3242
3865
|
border-radius: 0;
|
|
3243
3866
|
padding-inline: 0;
|
|
3244
3867
|
padding-block: var(--input-secondary-padding-block);
|
|
3245
3868
|
background-color: var(--input-secondary-surface-color);
|
|
3246
3869
|
}
|
|
3247
|
-
.input-field:where([data-priority=secondary]):where([data-state=active]),
|
|
3870
|
+
.input-field:where([data-priority="secondary"]):where([data-state="active"]),
|
|
3871
|
+
.input-field:where([data-priority="secondary"]):where([data-state="focused"]) {
|
|
3248
3872
|
border-bottom-color: var(--input-border-active-color);
|
|
3249
3873
|
border-bottom-width: var(--input-border-width-emphasis);
|
|
3250
3874
|
}
|
|
3251
|
-
.input-field:where([data-priority=secondary]):where([data-state=success]) {
|
|
3875
|
+
.input-field:where([data-priority="secondary"]):where([data-state="success"]) {
|
|
3252
3876
|
border-bottom-color: var(--input-border-success-color);
|
|
3253
3877
|
border-bottom-width: var(--input-border-width-emphasis);
|
|
3254
3878
|
}
|
|
3255
|
-
.input-field:where([data-priority=secondary]):where([data-state=error]) {
|
|
3879
|
+
.input-field:where([data-priority="secondary"]):where([data-state="error"]) {
|
|
3256
3880
|
border-bottom-color: var(--input-border-error-color);
|
|
3257
3881
|
border-bottom-width: var(--input-border-width-emphasis);
|
|
3258
3882
|
}
|
|
3259
|
-
.input-field:where([data-priority=secondary]):where([data-state=disabled]) {
|
|
3883
|
+
.input-field:where([data-priority="secondary"]):where([data-state="disabled"]) {
|
|
3260
3884
|
border-bottom-color: var(--input-border-underline-disabled-color);
|
|
3261
3885
|
border-bottom-width: var(--input-border-width-default);
|
|
3262
3886
|
}
|
|
3263
|
-
.input-field:where([data-priority=tertiary]) {
|
|
3887
|
+
.input-field:where([data-priority="tertiary"]) {
|
|
3264
3888
|
border-radius: var(--input-tertiary-radius-base);
|
|
3265
3889
|
background-color: var(--input-surface-color);
|
|
3266
3890
|
min-height: var(--input-tertiary-height-base);
|
|
@@ -3273,7 +3897,7 @@ figure.chip {
|
|
|
3273
3897
|
flex-wrap: wrap;
|
|
3274
3898
|
align-items: center;
|
|
3275
3899
|
}
|
|
3276
|
-
.input-field:where([data-priority=tertiary]) .input-field-control {
|
|
3900
|
+
.input-field:where([data-priority="tertiary"]) .input-field-control {
|
|
3277
3901
|
display: grid;
|
|
3278
3902
|
grid-template-columns: auto minmax(0, 1fr);
|
|
3279
3903
|
column-gap: var(--input-default-gap);
|
|
@@ -3282,57 +3906,62 @@ figure.chip {
|
|
|
3282
3906
|
flex: 1 1 auto;
|
|
3283
3907
|
min-width: 0;
|
|
3284
3908
|
}
|
|
3285
|
-
.input-field:where([data-priority=tertiary]) .input-inline-label {
|
|
3909
|
+
.input-field:where([data-priority="tertiary"]) .input-inline-label {
|
|
3286
3910
|
grid-column: 1/-1;
|
|
3287
3911
|
margin: 0;
|
|
3288
3912
|
align-self: flex-start;
|
|
3289
3913
|
}
|
|
3290
|
-
.input-field:where([data-priority=tertiary]) .input-element {
|
|
3914
|
+
.input-field:where([data-priority="tertiary"]) .input-element {
|
|
3291
3915
|
min-height: var(--input-tertiary-element-min-height);
|
|
3292
3916
|
width: auto;
|
|
3293
3917
|
flex: 1 1 auto;
|
|
3294
3918
|
}
|
|
3295
|
-
.input-field:where([data-priority=tertiary]) .input-field-utilities {
|
|
3919
|
+
.input-field:where([data-priority="tertiary"]) .input-field-utilities {
|
|
3296
3920
|
align-self: center;
|
|
3297
3921
|
margin-left: 0;
|
|
3298
3922
|
}
|
|
3299
|
-
.input-field:where([data-priority=table]) {
|
|
3923
|
+
.input-field:where([data-priority="table"]) {
|
|
3300
3924
|
height: 100%;
|
|
3301
3925
|
border-radius: var(--input-table-radius-base);
|
|
3302
3926
|
border-color: var(--input-border-table-default-color);
|
|
3303
3927
|
background-color: var(--input-table-surface-color);
|
|
3304
3928
|
}
|
|
3305
|
-
.input-field:where([data-priority=table]):where([data-state=disabled]) {
|
|
3929
|
+
.input-field:where([data-priority="table"]):where([data-state="disabled"]) {
|
|
3306
3930
|
border-color: var(--input-border-table-disabled-color);
|
|
3307
3931
|
background-color: var(--input-table-surface-disabled-color);
|
|
3308
3932
|
}
|
|
3309
|
-
.input-field:where([data-priority=table]):where([data-readonly=true]) {
|
|
3933
|
+
.input-field:where([data-priority="table"]):where([data-readonly="true"]) {
|
|
3310
3934
|
border-color: var(--input-border-table-readonly-color);
|
|
3311
3935
|
background-color: var(--input-table-surface-readonly-color);
|
|
3312
3936
|
}
|
|
3313
|
-
.input-field:not([data-priority=secondary]):where([data-state=active]),
|
|
3937
|
+
.input-field:not([data-priority="secondary"]):where([data-state="active"]),
|
|
3938
|
+
.input-field:not([data-priority="secondary"]):where([data-state="focused"]) {
|
|
3314
3939
|
border-color: var(--input-border-active-color);
|
|
3315
3940
|
border-width: var(--input-border-width-emphasis);
|
|
3316
3941
|
}
|
|
3317
|
-
.input-field:not([data-priority=secondary]):where([data-state=success]) {
|
|
3942
|
+
.input-field:not([data-priority="secondary"]):where([data-state="success"]) {
|
|
3318
3943
|
border-color: var(--input-border-success-color);
|
|
3319
3944
|
border-width: var(--input-border-width-emphasis);
|
|
3320
3945
|
}
|
|
3321
|
-
.input-field:not([data-priority=secondary]):where([data-state=error]) {
|
|
3946
|
+
.input-field:not([data-priority="secondary"]):where([data-state="error"]) {
|
|
3322
3947
|
border-color: var(--input-border-error-color);
|
|
3323
3948
|
border-width: var(--input-border-width-emphasis);
|
|
3324
3949
|
}
|
|
3325
|
-
.input-field:not([data-priority=secondary]):where([data-state=disabled]) {
|
|
3950
|
+
.input-field:not([data-priority="secondary"]):where([data-state="disabled"]) {
|
|
3326
3951
|
border-color: var(--input-border-disabled-color);
|
|
3327
3952
|
border-width: var(--input-border-width-default);
|
|
3328
|
-
background-color: var(
|
|
3953
|
+
background-color: var(
|
|
3954
|
+
--input-surface-disabled-color
|
|
3955
|
+
); /* disabled 배경 토큰 */
|
|
3329
3956
|
}
|
|
3330
|
-
.input-field:not([data-priority=secondary]):where([data-readonly=true]) {
|
|
3957
|
+
.input-field:not([data-priority="secondary"]):where([data-readonly="true"]) {
|
|
3331
3958
|
border-color: var(--input-border-disabled-color);
|
|
3332
3959
|
border-width: var(--input-border-width-default);
|
|
3333
3960
|
background-color: var(--input-surface-disabled-color);
|
|
3334
3961
|
}
|
|
3335
|
-
.input-field:not([data-priority=secondary]):where(
|
|
3962
|
+
.input-field:not([data-priority="secondary"]):where(
|
|
3963
|
+
[data-state="error"][data-readonly="true"]
|
|
3964
|
+
) {
|
|
3336
3965
|
border-color: var(--input-border-error-color);
|
|
3337
3966
|
border-width: var(--input-border-width-emphasis);
|
|
3338
3967
|
}
|
|
@@ -3368,12 +3997,14 @@ figure.chip {
|
|
|
3368
3997
|
.input-element:disabled::placeholder {
|
|
3369
3998
|
color: var(--input-placeholder-disabled-color);
|
|
3370
3999
|
}
|
|
3371
|
-
.input-element:focus,
|
|
4000
|
+
.input-element:focus,
|
|
4001
|
+
.input-element:focus-visible,
|
|
4002
|
+
.input-element:focus-within {
|
|
3372
4003
|
outline: none;
|
|
3373
4004
|
box-shadow: none;
|
|
3374
4005
|
}
|
|
3375
4006
|
|
|
3376
|
-
.input-field:where([data-has-value=true]) .input-element:not(:disabled) {
|
|
4007
|
+
.input-field:where([data-has-value="true"]) .input-element:not(:disabled) {
|
|
3377
4008
|
color: var(--input-text-color);
|
|
3378
4009
|
caret-color: var(--input-text-color);
|
|
3379
4010
|
}
|
|
@@ -3386,7 +4017,7 @@ figure.chip {
|
|
|
3386
4017
|
min-width: 0;
|
|
3387
4018
|
}
|
|
3388
4019
|
|
|
3389
|
-
.input:where([data-input-type=textarea]) .input-field {
|
|
4020
|
+
.input:where([data-input-type="textarea"]) .input-field {
|
|
3390
4021
|
--input-textarea-radius: var(--input-textarea-radius-medium);
|
|
3391
4022
|
--input-textarea-padding-inline: var(--input-textarea-padding-inline-medium);
|
|
3392
4023
|
--input-textarea-padding-block: var(--input-textarea-padding-block-medium);
|
|
@@ -3395,31 +4026,34 @@ figure.chip {
|
|
|
3395
4026
|
flex-direction: column;
|
|
3396
4027
|
gap: var(--input-textarea-gap);
|
|
3397
4028
|
border-radius: var(--input-textarea-radius);
|
|
3398
|
-
padding: var(--input-textarea-padding-block)
|
|
4029
|
+
padding: var(--input-textarea-padding-block)
|
|
4030
|
+
var(--input-textarea-padding-inline);
|
|
3399
4031
|
}
|
|
3400
|
-
.input:where([data-input-type=textarea])
|
|
4032
|
+
.input:where([data-input-type="textarea"])
|
|
4033
|
+
.input-field:where([data-size="small"]) {
|
|
3401
4034
|
--input-textarea-radius: var(--input-textarea-radius-small);
|
|
3402
4035
|
--input-textarea-padding-inline: var(--input-textarea-padding-inline-small);
|
|
3403
4036
|
--input-textarea-padding-block: var(--input-textarea-padding-block-small);
|
|
3404
4037
|
--input-textarea-gap: var(--input-textarea-gap-small);
|
|
3405
4038
|
}
|
|
3406
|
-
.input:where([data-input-type=textarea])
|
|
4039
|
+
.input:where([data-input-type="textarea"])
|
|
4040
|
+
.input-field:where([data-size="large"]) {
|
|
3407
4041
|
--input-textarea-radius: var(--input-textarea-radius-large);
|
|
3408
4042
|
--input-textarea-padding-inline: var(--input-textarea-padding-inline-large);
|
|
3409
4043
|
--input-textarea-padding-block: var(--input-textarea-padding-block-large);
|
|
3410
4044
|
--input-textarea-gap: var(--input-textarea-gap-large);
|
|
3411
4045
|
}
|
|
3412
4046
|
|
|
3413
|
-
.input:where([data-input-type=textarea]) {
|
|
4047
|
+
.input:where([data-input-type="textarea"]) {
|
|
3414
4048
|
min-height: var(--input-textarea-height);
|
|
3415
4049
|
}
|
|
3416
|
-
.input:where([data-input-type=textarea]) .input-box {
|
|
4050
|
+
.input:where([data-input-type="textarea"]) .input-box {
|
|
3417
4051
|
height: 100%;
|
|
3418
4052
|
}
|
|
3419
|
-
.input:where([data-input-type=textarea]) .input-field {
|
|
4053
|
+
.input:where([data-input-type="textarea"]) .input-field {
|
|
3420
4054
|
height: 100%;
|
|
3421
4055
|
}
|
|
3422
|
-
.input:where([data-input-type=textarea]) .input-field-control {
|
|
4056
|
+
.input:where([data-input-type="textarea"]) .input-field-control {
|
|
3423
4057
|
flex: 1 1 auto;
|
|
3424
4058
|
width: 100%;
|
|
3425
4059
|
align-items: stretch;
|
|
@@ -3461,27 +4095,30 @@ figure.chip {
|
|
|
3461
4095
|
color: var(--input-label-color);
|
|
3462
4096
|
}
|
|
3463
4097
|
|
|
3464
|
-
.input-field:where([data-priority=secondary]) .input-element {
|
|
4098
|
+
.input-field:where([data-priority="secondary"]) .input-element {
|
|
3465
4099
|
padding-inline: 0;
|
|
3466
4100
|
}
|
|
3467
4101
|
|
|
3468
|
-
.input-field:where([data-priority=tertiary]) .input-element {
|
|
4102
|
+
.input-field:where([data-priority="tertiary"]) .input-element {
|
|
3469
4103
|
min-height: var(--input-tertiary-element-min-height);
|
|
3470
4104
|
}
|
|
3471
4105
|
|
|
3472
|
-
.input-field:where([data-priority=table]):where([data-size=small])
|
|
4106
|
+
.input-field:where([data-priority="table"]):where([data-size="small"])
|
|
4107
|
+
.input-element {
|
|
3473
4108
|
font-size: var(--input-table-text-small-size);
|
|
3474
4109
|
line-height: var(--input-table-text-small-line-height);
|
|
3475
4110
|
font-weight: var(--input-table-text-small-weight);
|
|
3476
4111
|
}
|
|
3477
4112
|
|
|
3478
|
-
.input-field:where([data-priority=table]):where([data-size=medium])
|
|
4113
|
+
.input-field:where([data-priority="table"]):where([data-size="medium"])
|
|
4114
|
+
.input-element {
|
|
3479
4115
|
font-size: var(--input-table-text-medium-size);
|
|
3480
4116
|
line-height: var(--input-table-text-medium-line-height);
|
|
3481
4117
|
font-weight: var(--input-table-text-medium-weight);
|
|
3482
4118
|
}
|
|
3483
4119
|
|
|
3484
|
-
.input-field:where([data-priority=table]):where([data-size=large])
|
|
4120
|
+
.input-field:where([data-priority="table"]):where([data-size="large"])
|
|
4121
|
+
.input-element {
|
|
3485
4122
|
font-size: var(--input-table-text-large-size);
|
|
3486
4123
|
line-height: var(--input-table-text-large-line-height);
|
|
3487
4124
|
font-weight: var(--input-table-text-large-weight);
|
|
@@ -3492,10 +4129,10 @@ figure.chip {
|
|
|
3492
4129
|
font-size: var(--input-helper-font-size);
|
|
3493
4130
|
line-height: var(--input-helper-line-height);
|
|
3494
4131
|
}
|
|
3495
|
-
:where([data-state=error]) .input-helper-text {
|
|
4132
|
+
:where([data-state="error"]) .input-helper-text {
|
|
3496
4133
|
color: var(--input-border-error-color);
|
|
3497
4134
|
}
|
|
3498
|
-
:where([data-state=disabled]) .input-helper-text {
|
|
4135
|
+
:where([data-state="disabled"]) .input-helper-text {
|
|
3499
4136
|
color: var(--input-helper-disabled-color);
|
|
3500
4137
|
}
|
|
3501
4138
|
|
|
@@ -3510,84 +4147,89 @@ figure.chip {
|
|
|
3510
4147
|
order: -1;
|
|
3511
4148
|
margin-right: var(--input-affix-gap);
|
|
3512
4149
|
}
|
|
3513
|
-
.input-affix-right,
|
|
4150
|
+
.input-affix-right,
|
|
4151
|
+
.input-affix-clear,
|
|
4152
|
+
.input-affix-status {
|
|
3514
4153
|
margin-left: var(--input-affix-gap);
|
|
3515
4154
|
}
|
|
3516
|
-
.input-affix-clear,
|
|
4155
|
+
.input-affix-clear,
|
|
4156
|
+
.input-affix-status {
|
|
3517
4157
|
color: var(--input-text-color);
|
|
3518
4158
|
}
|
|
3519
|
-
.input-affix-status:where([data-state=error]) {
|
|
4159
|
+
.input-affix-status:where([data-state="error"]) {
|
|
3520
4160
|
color: var(--input-status-error-color);
|
|
3521
4161
|
}
|
|
3522
|
-
.input-affix-status:where([data-state=success]) {
|
|
4162
|
+
.input-affix-status:where([data-state="success"]) {
|
|
3523
4163
|
color: var(--input-status-success-color);
|
|
3524
4164
|
}
|
|
3525
4165
|
|
|
3526
|
-
.input-field:where([data-priority=secondary]) {
|
|
4166
|
+
.input-field:where([data-priority="secondary"]) {
|
|
3527
4167
|
border-bottom-width: var(--input-border-width-default);
|
|
3528
4168
|
}
|
|
3529
|
-
.input-field:where([data-priority=secondary]) :where([data-state=active]),
|
|
3530
|
-
.input-field:where([data-priority=secondary]) :where([data-state=focused]) {
|
|
4169
|
+
.input-field:where([data-priority="secondary"]) :where([data-state="active"]),
|
|
4170
|
+
.input-field:where([data-priority="secondary"]) :where([data-state="focused"]) {
|
|
3531
4171
|
border-bottom-color: var(--input-border-active-color);
|
|
3532
4172
|
border-bottom-width: var(--input-border-width-emphasis);
|
|
3533
4173
|
}
|
|
3534
|
-
.input-field:where([data-priority=secondary]) :where([data-state=success]) {
|
|
4174
|
+
.input-field:where([data-priority="secondary"]) :where([data-state="success"]) {
|
|
3535
4175
|
border-bottom-color: var(--input-border-success-color);
|
|
3536
4176
|
border-bottom-width: var(--input-border-width-emphasis);
|
|
3537
4177
|
}
|
|
3538
|
-
.input-field:where([data-priority=secondary]) :where([data-state=error]) {
|
|
4178
|
+
.input-field:where([data-priority="secondary"]) :where([data-state="error"]) {
|
|
3539
4179
|
border-bottom-color: var(--input-border-error-color);
|
|
3540
4180
|
border-bottom-width: var(--input-border-width-emphasis);
|
|
3541
4181
|
}
|
|
3542
|
-
.input-field:where([data-priority=secondary])
|
|
4182
|
+
.input-field:where([data-priority="secondary"])
|
|
4183
|
+
:where([data-state="disabled"]) {
|
|
3543
4184
|
border-bottom-color: var(--input-border-underline-disabled-color);
|
|
3544
4185
|
border-bottom-width: var(--input-border-width-default);
|
|
3545
4186
|
}
|
|
3546
|
-
.input-field:where([data-priority=secondary]) :where([data-readonly=true]) {
|
|
4187
|
+
.input-field:where([data-priority="secondary"]) :where([data-readonly="true"]) {
|
|
3547
4188
|
border-bottom-color: var(--input-border-underline-disabled-color);
|
|
3548
4189
|
border-bottom-width: var(--input-border-width-default);
|
|
3549
4190
|
}
|
|
3550
4191
|
|
|
3551
|
-
.input:where([data-state=active]) .input-label,
|
|
3552
|
-
.input:where([data-state=active]) .input-inline-label,
|
|
3553
|
-
.input:where([data-state=focused]) .input-label,
|
|
3554
|
-
.input:where([data-state=focused]) .input-inline-label,
|
|
3555
|
-
.input:where([data-state=success]) .input-label,
|
|
3556
|
-
.input:where([data-state=success]) .input-inline-label {
|
|
4192
|
+
.input:where([data-state="active"]) .input-label,
|
|
4193
|
+
.input:where([data-state="active"]) .input-inline-label,
|
|
4194
|
+
.input:where([data-state="focused"]) .input-label,
|
|
4195
|
+
.input:where([data-state="focused"]) .input-inline-label,
|
|
4196
|
+
.input:where([data-state="success"]) .input-label,
|
|
4197
|
+
.input:where([data-state="success"]) .input-inline-label {
|
|
3557
4198
|
color: var(--input-label-accent-color);
|
|
3558
4199
|
}
|
|
3559
4200
|
|
|
3560
|
-
.input:where([data-state=error]) .input-label,
|
|
3561
|
-
.input:where([data-state=error]) .input-inline-label {
|
|
4201
|
+
.input:where([data-state="error"]) .input-label,
|
|
4202
|
+
.input:where([data-state="error"]) .input-inline-label {
|
|
3562
4203
|
color: var(--input-label-error-color);
|
|
3563
4204
|
}
|
|
3564
|
-
.input:where([data-state=error]) .input-helper-text {
|
|
4205
|
+
.input:where([data-state="error"]) .input-helper-text {
|
|
3565
4206
|
color: var(--input-label-error-color);
|
|
3566
4207
|
}
|
|
3567
|
-
.input:where([data-state=error]) .input-textarea-length {
|
|
4208
|
+
.input:where([data-state="error"]) .input-textarea-length {
|
|
3568
4209
|
color: var(--input-label-error-color);
|
|
3569
4210
|
}
|
|
3570
4211
|
|
|
3571
|
-
.input:where([data-state=disabled]) .input-label,
|
|
3572
|
-
.input:where([data-state=disabled]) .input-inline-label,
|
|
3573
|
-
.input:where([data-state=disabled]) .input-helper-text,
|
|
3574
|
-
.input:where([data-state=disabled]) .input-affix,
|
|
3575
|
-
.input:where([data-state=disabled]) .input-textarea-length {
|
|
4212
|
+
.input:where([data-state="disabled"]) .input-label,
|
|
4213
|
+
.input:where([data-state="disabled"]) .input-inline-label,
|
|
4214
|
+
.input:where([data-state="disabled"]) .input-helper-text,
|
|
4215
|
+
.input:where([data-state="disabled"]) .input-affix,
|
|
4216
|
+
.input:where([data-state="disabled"]) .input-textarea-length {
|
|
3576
4217
|
color: var(--input-helper-disabled-color);
|
|
3577
4218
|
}
|
|
3578
|
-
.input:where([data-state=disabled]) .input-field {
|
|
4219
|
+
.input:where([data-state="disabled"]) .input-field {
|
|
3579
4220
|
border-color: var(--input-border-color);
|
|
3580
4221
|
background-color: var(--input-surface-disabled-color);
|
|
3581
4222
|
}
|
|
3582
|
-
.input:where([data-state=disabled]) .input-field[data-priority=secondary] {
|
|
4223
|
+
.input:where([data-state="disabled"]) .input-field[data-priority="secondary"] {
|
|
3583
4224
|
background-color: var(--input-secondary-surface-color);
|
|
3584
4225
|
}
|
|
3585
|
-
.input:where([data-state=disabled]) .input-field[data-priority=table] {
|
|
4226
|
+
.input:where([data-state="disabled"]) .input-field[data-priority="table"] {
|
|
3586
4227
|
background-color: var(--input-table-surface-disabled-color);
|
|
3587
4228
|
border-color: var(--input-border-table-disabled-color);
|
|
3588
4229
|
}
|
|
3589
4230
|
|
|
3590
|
-
.input:where([data-readonly=true])
|
|
4231
|
+
.input:where([data-readonly="true"])
|
|
4232
|
+
.input-field:where([data-priority="table"]) {
|
|
3591
4233
|
background-color: var(--input-table-surface-readonly-color);
|
|
3592
4234
|
border-color: var(--input-border-table-readonly-color);
|
|
3593
4235
|
}
|
|
@@ -3709,7 +4351,7 @@ figure.chip {
|
|
|
3709
4351
|
color: var(--color-label-alternative);
|
|
3710
4352
|
cursor: pointer;
|
|
3711
4353
|
}
|
|
3712
|
-
.input-date-trigger-icon:where([aria-disabled=true]) {
|
|
4354
|
+
.input-date-trigger-icon:where([aria-disabled="true"]) {
|
|
3713
4355
|
cursor: default;
|
|
3714
4356
|
}
|
|
3715
4357
|
|
|
@@ -3769,7 +4411,10 @@ figure.chip {
|
|
|
3769
4411
|
background-color: transparent;
|
|
3770
4412
|
color: var(--color-feedback-error);
|
|
3771
4413
|
}
|
|
3772
|
-
.input-date-range-clear-button:hover:not(:disabled):not([aria-disabled=true]),
|
|
4414
|
+
.input-date-range-clear-button:hover:not(:disabled):not([aria-disabled="true"]),
|
|
4415
|
+
.input-date-range-clear-button:active:not(:disabled):not(
|
|
4416
|
+
[aria-disabled="true"]
|
|
4417
|
+
) {
|
|
3773
4418
|
border-color: transparent;
|
|
3774
4419
|
background-color: transparent;
|
|
3775
4420
|
color: var(--color-feedback-error);
|
|
@@ -3797,26 +4442,27 @@ figure.chip {
|
|
|
3797
4442
|
flex: var(--input-time-flex);
|
|
3798
4443
|
min-width: 0;
|
|
3799
4444
|
}
|
|
3800
|
-
.input-time:where([data-width=auto]) {
|
|
4445
|
+
.input-time:where([data-width="auto"]) {
|
|
3801
4446
|
--input-time-width: auto;
|
|
3802
4447
|
--input-time-flex: 0 1 auto;
|
|
3803
4448
|
}
|
|
3804
|
-
.input-time:where([data-width=fill]) {
|
|
4449
|
+
.input-time:where([data-width="fill"]) {
|
|
3805
4450
|
--input-time-width: auto;
|
|
3806
4451
|
--input-time-flex: 1 1 0%;
|
|
3807
4452
|
}
|
|
3808
|
-
.input-time:where([data-width=full]),
|
|
4453
|
+
.input-time:where([data-width="full"]),
|
|
4454
|
+
.input-time:where([data-block="true"]) {
|
|
3809
4455
|
--input-time-width: 100%;
|
|
3810
4456
|
--input-time-flex: 0 0 100%;
|
|
3811
4457
|
}
|
|
3812
|
-
.input-time:where([data-width=fit]) {
|
|
4458
|
+
.input-time:where([data-width="fit"]) {
|
|
3813
4459
|
--input-time-width: fit-content;
|
|
3814
4460
|
--input-time-flex: 0 0 auto;
|
|
3815
4461
|
}
|
|
3816
|
-
.input-time:where([data-width=custom]) {
|
|
4462
|
+
.input-time:where([data-width="custom"]) {
|
|
3817
4463
|
--input-time-flex: 0 0 auto;
|
|
3818
4464
|
}
|
|
3819
|
-
.input-time:where([data-priority=table]) {
|
|
4465
|
+
.input-time:where([data-priority="table"]) {
|
|
3820
4466
|
display: block;
|
|
3821
4467
|
--input-time-width: 100%;
|
|
3822
4468
|
height: 100%;
|
|
@@ -3841,24 +4487,28 @@ figure.chip {
|
|
|
3841
4487
|
color: var(--input-time-text-color);
|
|
3842
4488
|
padding: var(--input-time-padding-block) var(--input-time-padding-inline);
|
|
3843
4489
|
box-shadow: none;
|
|
3844
|
-
transition:
|
|
4490
|
+
transition:
|
|
4491
|
+
border-color 0.15s ease,
|
|
4492
|
+
background-color 0.15s ease;
|
|
3845
4493
|
}
|
|
3846
4494
|
|
|
3847
|
-
.input-time:where([data-icon-position=left]) .input-time-input {
|
|
4495
|
+
.input-time:where([data-icon-position="left"]) .input-time-input {
|
|
3848
4496
|
padding-inline-start: var(--input-time-left-section-padding-offset);
|
|
3849
4497
|
}
|
|
3850
|
-
.input-time:where([data-icon-position=left]):where([data-has-clear=true])
|
|
4498
|
+
.input-time:where([data-icon-position="left"]):where([data-has-clear="true"])
|
|
4499
|
+
.input-time-input {
|
|
3851
4500
|
padding-inline-end: var(--input-time-right-section-padding-offset);
|
|
3852
4501
|
}
|
|
3853
4502
|
|
|
3854
|
-
.input-time:where([data-icon-position=right]) .input-time-input {
|
|
4503
|
+
.input-time:where([data-icon-position="right"]) .input-time-input {
|
|
3855
4504
|
padding-inline-end: var(--input-time-right-section-padding-offset);
|
|
3856
4505
|
}
|
|
3857
|
-
.input-time:where([data-icon-position=right]):where([data-clearable=true])
|
|
4506
|
+
.input-time:where([data-icon-position="right"]):where([data-clearable="true"])
|
|
4507
|
+
.input-time-input {
|
|
3858
4508
|
padding-inline-end: var(--input-time-right-section-padding-offset-with-clear);
|
|
3859
4509
|
}
|
|
3860
4510
|
|
|
3861
|
-
.input-time:where([data-size=small]) .input-time-input {
|
|
4511
|
+
.input-time:where([data-size="small"]) .input-time-input {
|
|
3862
4512
|
min-height: var(--input-time-height-small);
|
|
3863
4513
|
--input-time-font-size: var(--input-time-text-small-size);
|
|
3864
4514
|
--input-time-line-height: var(--input-time-text-small-line-height);
|
|
@@ -3866,7 +4516,7 @@ figure.chip {
|
|
|
3866
4516
|
--input-time-letter-spacing: var(--input-time-text-small-letter-spacing);
|
|
3867
4517
|
}
|
|
3868
4518
|
|
|
3869
|
-
.input-time:where([data-size=large]) .input-time-input {
|
|
4519
|
+
.input-time:where([data-size="large"]) .input-time-input {
|
|
3870
4520
|
min-height: var(--input-time-height-large);
|
|
3871
4521
|
--input-time-font-size: var(--input-time-text-large-size);
|
|
3872
4522
|
--input-time-line-height: var(--input-time-text-large-line-height);
|
|
@@ -3874,29 +4524,30 @@ figure.chip {
|
|
|
3874
4524
|
--input-time-letter-spacing: var(--input-time-text-large-letter-spacing);
|
|
3875
4525
|
}
|
|
3876
4526
|
|
|
3877
|
-
.input-time:where([data-priority=secondary]) .input-time-input {
|
|
4527
|
+
.input-time:where([data-priority="secondary"]) .input-time-input {
|
|
3878
4528
|
border: none;
|
|
3879
|
-
border-bottom: var(--input-time-border-width) solid
|
|
4529
|
+
border-bottom: var(--input-time-border-width) solid
|
|
4530
|
+
var(--input-time-border-color);
|
|
3880
4531
|
border-radius: 0;
|
|
3881
4532
|
background-color: var(--input-time-secondary-surface-color);
|
|
3882
4533
|
padding-inline: 0;
|
|
3883
4534
|
padding-block: var(--input-time-secondary-padding-block);
|
|
3884
4535
|
}
|
|
3885
4536
|
|
|
3886
|
-
.input-time:where([data-priority=tertiary]) .input-time-input {
|
|
4537
|
+
.input-time:where([data-priority="tertiary"]) .input-time-input {
|
|
3887
4538
|
min-height: var(--input-time-tertiary-height);
|
|
3888
4539
|
border-radius: var(--input-time-tertiary-radius);
|
|
3889
4540
|
}
|
|
3890
4541
|
|
|
3891
|
-
.input-time:where([data-priority=table]) {
|
|
4542
|
+
.input-time:where([data-priority="table"]) {
|
|
3892
4543
|
height: 100%;
|
|
3893
4544
|
}
|
|
3894
|
-
.input-time:where([data-priority=table]) .input-time-picker,
|
|
3895
|
-
.input-time:where([data-priority=table]) .input-time-wrapper,
|
|
3896
|
-
.input-time:where([data-priority=table]) .input-time-input {
|
|
4545
|
+
.input-time:where([data-priority="table"]) .input-time-picker,
|
|
4546
|
+
.input-time:where([data-priority="table"]) .input-time-wrapper,
|
|
4547
|
+
.input-time:where([data-priority="table"]) .input-time-input {
|
|
3897
4548
|
height: 100%;
|
|
3898
4549
|
}
|
|
3899
|
-
.input-time:where([data-priority=table]) .input-time-input {
|
|
4550
|
+
.input-time:where([data-priority="table"]) .input-time-input {
|
|
3900
4551
|
min-height: var(--input-time-height-small);
|
|
3901
4552
|
border-color: var(--input-time-table-border-color);
|
|
3902
4553
|
border-radius: var(--input-time-table-radius);
|
|
@@ -3906,49 +4557,55 @@ figure.chip {
|
|
|
3906
4557
|
--input-time-line-height: var(--input-time-table-text-line-height);
|
|
3907
4558
|
--input-time-font-weight: var(--input-time-table-text-weight);
|
|
3908
4559
|
}
|
|
3909
|
-
.input-time:where([data-priority=table]):where([data-icon-position=left])
|
|
4560
|
+
.input-time:where([data-priority="table"]):where([data-icon-position="left"])
|
|
4561
|
+
.input-time-input {
|
|
3910
4562
|
padding-inline-start: var(--input-time-table-section-padding-offset);
|
|
3911
4563
|
}
|
|
3912
|
-
.input-time:where([data-priority=table]):where([data-icon-position=right])
|
|
4564
|
+
.input-time:where([data-priority="table"]):where([data-icon-position="right"])
|
|
4565
|
+
.input-time-input {
|
|
3913
4566
|
padding-inline-end: var(--input-time-right-section-padding-offset);
|
|
3914
4567
|
}
|
|
3915
|
-
.input-time:where([data-priority=table]):where([data-has-clear=true])
|
|
4568
|
+
.input-time:where([data-priority="table"]):where([data-has-clear="true"])
|
|
4569
|
+
.input-time-input {
|
|
3916
4570
|
padding-inline-end: var(--input-time-table-clear-padding-offset);
|
|
3917
4571
|
}
|
|
3918
|
-
.input-time:where([data-priority=table]) .input-time-fields-group {
|
|
4572
|
+
.input-time:where([data-priority="table"]) .input-time-fields-group {
|
|
3919
4573
|
--input-time-field-y-offset: 0px;
|
|
3920
4574
|
}
|
|
3921
|
-
.input-time:where([data-priority=table]) .input-time-field {
|
|
4575
|
+
.input-time:where([data-priority="table"]) .input-time-field {
|
|
3922
4576
|
--input-time-field-width: var(--input-time-table-field-width);
|
|
3923
4577
|
}
|
|
3924
|
-
.input-time:where([data-priority=table]) .input-time-field:where(select) {
|
|
4578
|
+
.input-time:where([data-priority="table"]) .input-time-field:where(select) {
|
|
3925
4579
|
--input-time-period-field-width: var(--input-time-table-period-field-width);
|
|
3926
4580
|
}
|
|
3927
4581
|
|
|
3928
|
-
.input-time:where([data-state=active]) .input-time-input {
|
|
4582
|
+
.input-time:where([data-state="active"]) .input-time-input {
|
|
3929
4583
|
border-color: var(--input-time-border-active-color);
|
|
3930
4584
|
border-width: var(--input-time-border-width-emphasis);
|
|
3931
4585
|
}
|
|
3932
4586
|
|
|
3933
|
-
.input-time:where([data-state=success]) .input-time-input {
|
|
4587
|
+
.input-time:where([data-state="success"]) .input-time-input {
|
|
3934
4588
|
border-color: var(--input-time-border-success-color);
|
|
3935
4589
|
border-width: var(--input-time-border-width-emphasis);
|
|
3936
4590
|
}
|
|
3937
4591
|
|
|
3938
|
-
.input-time:where([data-state=error]) .input-time-input {
|
|
4592
|
+
.input-time:where([data-state="error"]) .input-time-input {
|
|
3939
4593
|
border-color: var(--input-time-border-error-color);
|
|
3940
4594
|
border-width: var(--input-time-border-width-emphasis);
|
|
3941
4595
|
}
|
|
3942
4596
|
|
|
3943
|
-
.input-time:where([data-state=disabled]) .input-time-input,
|
|
3944
|
-
.input-time:where([data-readonly=true]) .input-time-input {
|
|
4597
|
+
.input-time:where([data-state="disabled"]) .input-time-input,
|
|
4598
|
+
.input-time:where([data-readonly="true"]) .input-time-input {
|
|
3945
4599
|
border-color: var(--input-time-border-disabled-color);
|
|
3946
4600
|
background-color: var(--input-time-surface-disabled-color);
|
|
3947
4601
|
}
|
|
3948
4602
|
|
|
3949
|
-
.input-time:where([data-priority=secondary][data-state=active])
|
|
3950
|
-
.input-time
|
|
3951
|
-
.input-time:where([data-priority=secondary][data-state=
|
|
4603
|
+
.input-time:where([data-priority="secondary"][data-state="active"])
|
|
4604
|
+
.input-time-input,
|
|
4605
|
+
.input-time:where([data-priority="secondary"][data-state="success"])
|
|
4606
|
+
.input-time-input,
|
|
4607
|
+
.input-time:where([data-priority="secondary"][data-state="error"])
|
|
4608
|
+
.input-time-input {
|
|
3952
4609
|
border-bottom-width: var(--input-time-border-width-emphasis);
|
|
3953
4610
|
}
|
|
3954
4611
|
|
|
@@ -4019,17 +4676,18 @@ figure.chip {
|
|
|
4019
4676
|
justify-content: center;
|
|
4020
4677
|
width: var(--input-time-section-width);
|
|
4021
4678
|
}
|
|
4022
|
-
.input-time-section:where([data-position=left]) {
|
|
4679
|
+
.input-time-section:where([data-position="left"]) {
|
|
4023
4680
|
left: 0;
|
|
4024
4681
|
width: var(--input-time-left-section-width);
|
|
4025
4682
|
}
|
|
4026
|
-
.input-time-section:where([data-position=right]) {
|
|
4683
|
+
.input-time-section:where([data-position="right"]) {
|
|
4027
4684
|
right: 0;
|
|
4028
4685
|
justify-content: flex-end;
|
|
4029
4686
|
padding-inline-end: var(--input-time-section-edge-gap);
|
|
4030
4687
|
}
|
|
4031
4688
|
|
|
4032
|
-
.input-time:where([data-icon-position=right][data-clearable=true])
|
|
4689
|
+
.input-time:where([data-icon-position="right"][data-clearable="true"])
|
|
4690
|
+
.input-time-section:where([data-position="right"]) {
|
|
4033
4691
|
width: var(--input-time-section-width-with-clear);
|
|
4034
4692
|
}
|
|
4035
4693
|
|
|
@@ -4053,7 +4711,7 @@ figure.chip {
|
|
|
4053
4711
|
color: var(--input-time-icon-color);
|
|
4054
4712
|
cursor: pointer;
|
|
4055
4713
|
}
|
|
4056
|
-
.input-time-section-button:where([aria-disabled=true]) {
|
|
4714
|
+
.input-time-section-button:where([aria-disabled="true"]) {
|
|
4057
4715
|
color: var(--input-time-icon-disabled-color);
|
|
4058
4716
|
cursor: default;
|
|
4059
4717
|
}
|
|
@@ -4069,9 +4727,13 @@ figure.chip {
|
|
|
4069
4727
|
position: absolute;
|
|
4070
4728
|
z-index: 20;
|
|
4071
4729
|
box-sizing: border-box;
|
|
4072
|
-
max-height: calc(
|
|
4730
|
+
max-height: calc(
|
|
4731
|
+
var(--input-time-dropdown-content-height) +
|
|
4732
|
+
var(--input-time-dropdown-padding) + var(--input-time-dropdown-padding)
|
|
4733
|
+
);
|
|
4073
4734
|
padding: var(--input-time-dropdown-padding);
|
|
4074
|
-
border: var(--input-time-dropdown-border-width) solid
|
|
4735
|
+
border: var(--input-time-dropdown-border-width) solid
|
|
4736
|
+
var(--input-time-dropdown-border-color);
|
|
4075
4737
|
border-radius: var(--input-time-dropdown-radius);
|
|
4076
4738
|
background-color: var(--input-time-dropdown-surface-color);
|
|
4077
4739
|
box-shadow: var(--input-time-dropdown-shadow);
|
|
@@ -4171,13 +4833,15 @@ figure.chip {
|
|
|
4171
4833
|
border: 1px dashed var(--input-border-color);
|
|
4172
4834
|
border-radius: var(--input-default-radius-base);
|
|
4173
4835
|
background-color: var(--input-surface-color);
|
|
4174
|
-
transition:
|
|
4836
|
+
transition:
|
|
4837
|
+
border-color 0.2s ease,
|
|
4838
|
+
background-color 0.2s ease;
|
|
4175
4839
|
}
|
|
4176
|
-
.input-file-drag-and-drop[data-dragging=true] {
|
|
4840
|
+
.input-file-drag-and-drop[data-dragging="true"] {
|
|
4177
4841
|
border-color: var(--input-border-active-color);
|
|
4178
4842
|
background-color: var(--input-surface-muted-color);
|
|
4179
4843
|
}
|
|
4180
|
-
.input-file-drag-and-drop[data-disabled=true] {
|
|
4844
|
+
.input-file-drag-and-drop[data-disabled="true"] {
|
|
4181
4845
|
opacity: 0.6;
|
|
4182
4846
|
cursor: not-allowed;
|
|
4183
4847
|
}
|
|
@@ -4195,7 +4859,7 @@ figure.chip {
|
|
|
4195
4859
|
align-items: center;
|
|
4196
4860
|
justify-content: space-between;
|
|
4197
4861
|
}
|
|
4198
|
-
.input-file-list-header[data-trigger=true] {
|
|
4862
|
+
.input-file-list-header[data-trigger="true"] {
|
|
4199
4863
|
cursor: pointer;
|
|
4200
4864
|
}
|
|
4201
4865
|
|
|
@@ -4222,8 +4886,6 @@ figure.chip {
|
|
|
4222
4886
|
cursor: pointer;
|
|
4223
4887
|
}
|
|
4224
4888
|
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
4889
|
.bottom-navigation {
|
|
4228
4890
|
width: 100%;
|
|
4229
4891
|
position: relative;
|
|
@@ -4233,11 +4895,14 @@ figure.chip {
|
|
|
4233
4895
|
box-shadow: var(--theme-navigation-shadow, 0 -4px 16px rgba(0, 0, 0, 0.04));
|
|
4234
4896
|
padding-inline: var(--theme-navigation-padding-inline);
|
|
4235
4897
|
padding-block-start: var(--theme-navigation-padding-block-start);
|
|
4236
|
-
padding-block-end: max(
|
|
4898
|
+
padding-block-end: max(
|
|
4899
|
+
var(--theme-navigation-padding-block-end),
|
|
4900
|
+
env(safe-area-inset-bottom, 0px)
|
|
4901
|
+
);
|
|
4237
4902
|
min-height: var(--theme-navigation-height);
|
|
4238
4903
|
}
|
|
4239
4904
|
|
|
4240
|
-
.bottom-navigation[data-fixed=true] {
|
|
4905
|
+
.bottom-navigation[data-fixed="true"] {
|
|
4241
4906
|
position: fixed;
|
|
4242
4907
|
inset-inline: 0;
|
|
4243
4908
|
bottom: 0;
|
|
@@ -4279,11 +4944,11 @@ figure.chip {
|
|
|
4279
4944
|
transition: color 0.16s ease;
|
|
4280
4945
|
}
|
|
4281
4946
|
|
|
4282
|
-
.bottom-navigation-trigger[data-active=true] {
|
|
4947
|
+
.bottom-navigation-trigger[data-active="true"] {
|
|
4283
4948
|
color: var(--theme-navigation-color-active);
|
|
4284
4949
|
}
|
|
4285
4950
|
|
|
4286
|
-
.bottom-navigation-trigger[data-disabled=true],
|
|
4951
|
+
.bottom-navigation-trigger[data-disabled="true"],
|
|
4287
4952
|
.bottom-navigation-trigger:disabled {
|
|
4288
4953
|
color: var(--theme-navigation-color-disabled);
|
|
4289
4954
|
cursor: default;
|
|
@@ -4312,10 +4977,10 @@ figure.chip {
|
|
|
4312
4977
|
.navigation-item-icon {
|
|
4313
4978
|
/* SVG fill/stroke를 currentColor로 맞춰 selected 컬러만 제어한다. */
|
|
4314
4979
|
}
|
|
4315
|
-
.navigation-item-icon svg [fill]:not([fill=none]) {
|
|
4980
|
+
.navigation-item-icon svg [fill]:not([fill="none"]) {
|
|
4316
4981
|
fill: currentColor;
|
|
4317
4982
|
}
|
|
4318
|
-
.navigation-item-icon svg [stroke]:not([stroke=none]) {
|
|
4983
|
+
.navigation-item-icon svg [stroke]:not([stroke="none"]) {
|
|
4319
4984
|
stroke: currentColor;
|
|
4320
4985
|
}
|
|
4321
4986
|
|
|
@@ -4345,10 +5010,7 @@ figure.chip {
|
|
|
4345
5010
|
--pagination-dot-size: 8px;
|
|
4346
5011
|
--pagination-dot-bg: var(--color-cool-gray-85, #d2d3d7);
|
|
4347
5012
|
--pagination-dot-active-bg: var(--color-primary-default, #0061ff);
|
|
4348
|
-
--pagination-dot-active-bg-secondary: var(
|
|
4349
|
-
--color-surface-heavy,
|
|
4350
|
-
#313235
|
|
4351
|
-
);
|
|
5013
|
+
--pagination-dot-active-bg-secondary: var(--color-surface-heavy, #313235);
|
|
4352
5014
|
--pagination-carousel-height: 8px;
|
|
4353
5015
|
--pagination-carousel-dot-width: 8px;
|
|
4354
5016
|
--pagination-carousel-active-width: 20px;
|
|
@@ -4363,7 +5025,7 @@ figure.chip {
|
|
|
4363
5025
|
list-style: none;
|
|
4364
5026
|
}
|
|
4365
5027
|
|
|
4366
|
-
.pagination[data-interactive=false] .pagination-button,
|
|
5028
|
+
.pagination[data-interactive="false"] .pagination-button,
|
|
4367
5029
|
.pagination-button:disabled {
|
|
4368
5030
|
cursor: default;
|
|
4369
5031
|
}
|
|
@@ -4384,7 +5046,10 @@ figure.chip {
|
|
|
4384
5046
|
cursor: pointer;
|
|
4385
5047
|
color: inherit;
|
|
4386
5048
|
font: inherit;
|
|
4387
|
-
transition:
|
|
5049
|
+
transition:
|
|
5050
|
+
background-color 0.16s ease,
|
|
5051
|
+
color 0.16s ease,
|
|
5052
|
+
opacity 0.16s ease;
|
|
4388
5053
|
}
|
|
4389
5054
|
|
|
4390
5055
|
.pagination--variant-list {
|
|
@@ -4403,12 +5068,14 @@ figure.chip {
|
|
|
4403
5068
|
line-height: var(--font-label-medium-line-height, 1.5);
|
|
4404
5069
|
}
|
|
4405
5070
|
|
|
4406
|
-
.pagination[data-interactive=true]
|
|
5071
|
+
.pagination[data-interactive="true"]
|
|
5072
|
+
.pagination--variant-list
|
|
5073
|
+
.pagination-button:not([data-active="true"]):hover {
|
|
4407
5074
|
background-color: var(--color-bg-alternative-cool-gray, #f0f1f5);
|
|
4408
5075
|
color: var(--color-label-strong, #5b5c60);
|
|
4409
5076
|
}
|
|
4410
5077
|
|
|
4411
|
-
.pagination--variant-list .pagination-button[data-active=true] {
|
|
5078
|
+
.pagination--variant-list .pagination-button[data-active="true"] {
|
|
4412
5079
|
background-color: var(--pagination-color-active-bg);
|
|
4413
5080
|
color: var(--pagination-color-active-label);
|
|
4414
5081
|
}
|
|
@@ -4424,7 +5091,7 @@ figure.chip {
|
|
|
4424
5091
|
align-items: center;
|
|
4425
5092
|
}
|
|
4426
5093
|
|
|
4427
|
-
.pagination--variant-carousel[data-priority=secondary] {
|
|
5094
|
+
.pagination--variant-carousel[data-priority="secondary"] {
|
|
4428
5095
|
--pagination-dot-active-bg: var(
|
|
4429
5096
|
--pagination-dot-active-bg-secondary,
|
|
4430
5097
|
var(--color-secondary-strong, #ccdeff)
|
|
@@ -4443,10 +5110,14 @@ figure.chip {
|
|
|
4443
5110
|
height: var(--pagination-carousel-height);
|
|
4444
5111
|
border-radius: calc(var(--pagination-carousel-height) / 2);
|
|
4445
5112
|
background-color: var(--pagination-dot-bg);
|
|
4446
|
-
transition:
|
|
5113
|
+
transition:
|
|
5114
|
+
width 0.16s ease,
|
|
5115
|
+
background-color 0.16s ease;
|
|
4447
5116
|
}
|
|
4448
5117
|
|
|
4449
|
-
.pagination--variant-carousel
|
|
5118
|
+
.pagination--variant-carousel
|
|
5119
|
+
.pagination-button[data-active="true"]
|
|
5120
|
+
.pagination-dot {
|
|
4450
5121
|
width: var(--pagination-carousel-active-width);
|
|
4451
5122
|
background-color: var(--pagination-dot-active-bg);
|
|
4452
5123
|
}
|
|
@@ -4500,23 +5171,23 @@ figure.chip {
|
|
|
4500
5171
|
background-color: var(--color-common-100);
|
|
4501
5172
|
border-radius: var(--theme-radius-large-2);
|
|
4502
5173
|
overflow: hidden;
|
|
4503
|
-
box-shadow:
|
|
5174
|
+
box-shadow:
|
|
5175
|
+
0 4px 20px rgba(0, 0, 0, 0.16),
|
|
5176
|
+
0 0 2px rgba(0, 0, 0, 0.12);
|
|
4504
5177
|
}
|
|
4505
5178
|
|
|
4506
|
-
.pop-over-content[data-width=match] {
|
|
5179
|
+
.pop-over-content[data-width="match"] {
|
|
4507
5180
|
width: var(--radix-popover-trigger-width);
|
|
4508
5181
|
}
|
|
4509
5182
|
|
|
4510
|
-
.pop-over-content[data-width=fit-content] {
|
|
5183
|
+
.pop-over-content[data-width="fit-content"] {
|
|
4511
5184
|
width: fit-content;
|
|
4512
5185
|
}
|
|
4513
5186
|
|
|
4514
|
-
.pop-over-content[data-width=max-content] {
|
|
5187
|
+
.pop-over-content[data-width="max-content"] {
|
|
4515
5188
|
width: max-content;
|
|
4516
5189
|
}
|
|
4517
5190
|
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
5191
|
.radio {
|
|
4521
5192
|
display: inline-flex;
|
|
4522
5193
|
align-items: center;
|
|
@@ -4528,13 +5199,15 @@ figure.chip {
|
|
|
4528
5199
|
border-radius: 0;
|
|
4529
5200
|
padding: 0;
|
|
4530
5201
|
cursor: pointer;
|
|
4531
|
-
transition:
|
|
5202
|
+
transition:
|
|
5203
|
+
box-shadow 0.15s ease,
|
|
5204
|
+
transform 0.15s ease;
|
|
4532
5205
|
}
|
|
4533
|
-
.radio[data-size=large] {
|
|
5206
|
+
.radio[data-size="large"] {
|
|
4534
5207
|
inline-size: var(--theme-radio-frame-size-large);
|
|
4535
5208
|
block-size: var(--theme-radio-frame-size-large);
|
|
4536
5209
|
}
|
|
4537
|
-
.radio[data-disabled=true] {
|
|
5210
|
+
.radio[data-disabled="true"] {
|
|
4538
5211
|
cursor: not-allowed;
|
|
4539
5212
|
opacity: 0.6;
|
|
4540
5213
|
}
|
|
@@ -4547,34 +5220,35 @@ figure.chip {
|
|
|
4547
5220
|
inline-size: var(--theme-radio-indicator-size-medium);
|
|
4548
5221
|
block-size: var(--theme-radio-indicator-size-medium);
|
|
4549
5222
|
border-radius: 9999px;
|
|
4550
|
-
border: var(--theme-radio-indicator-border-width) solid
|
|
5223
|
+
border: var(--theme-radio-indicator-border-width) solid
|
|
5224
|
+
var(--theme-radio-border-color);
|
|
4551
5225
|
transition: border-color 0.15s ease;
|
|
4552
5226
|
}
|
|
4553
5227
|
|
|
4554
|
-
.radio[data-state=checked] .radio-indicator,
|
|
4555
|
-
.radio[data-size=medium][data-state=checked] .radio-indicator {
|
|
5228
|
+
.radio[data-state="checked"] .radio-indicator,
|
|
5229
|
+
.radio[data-size="medium"][data-state="checked"] .radio-indicator {
|
|
4556
5230
|
border-width: var(--theme-radio-indicator-border-width-selected-medium);
|
|
4557
5231
|
}
|
|
4558
5232
|
|
|
4559
|
-
.radio[data-size=large] .radio-indicator {
|
|
5233
|
+
.radio[data-size="large"] .radio-indicator {
|
|
4560
5234
|
inline-size: var(--theme-radio-indicator-size-large);
|
|
4561
5235
|
block-size: var(--theme-radio-indicator-size-large);
|
|
4562
5236
|
}
|
|
4563
|
-
.radio[data-size=large][data-state=checked] .radio-indicator {
|
|
5237
|
+
.radio[data-size="large"][data-state="checked"] .radio-indicator {
|
|
4564
5238
|
border-width: var(--theme-radio-indicator-border-width-selected-large);
|
|
4565
5239
|
}
|
|
4566
5240
|
|
|
4567
|
-
.radio[data-state=checked] .radio-indicator {
|
|
5241
|
+
.radio[data-state="checked"] .radio-indicator {
|
|
4568
5242
|
border-color: var(--theme-radio-border-selected);
|
|
4569
5243
|
}
|
|
4570
5244
|
|
|
4571
|
-
.radio[data-disabled=true] .radio-indicator {
|
|
5245
|
+
.radio[data-disabled="true"] .radio-indicator {
|
|
4572
5246
|
border-color: var(--theme-radio-border-disabled);
|
|
4573
5247
|
background-color: var(--theme-radio-surface-disabled);
|
|
4574
5248
|
opacity: 1;
|
|
4575
5249
|
}
|
|
4576
5250
|
|
|
4577
|
-
.radio[data-disabled=true][data-state=checked] .radio-indicator {
|
|
5251
|
+
.radio[data-disabled="true"][data-state="checked"] .radio-indicator {
|
|
4578
5252
|
border-color: var(--theme-radio-disabled-selected-fill);
|
|
4579
5253
|
opacity: var(--theme-radio-disabled-selected-opacity);
|
|
4580
5254
|
}
|
|
@@ -4586,7 +5260,7 @@ figure.chip {
|
|
|
4586
5260
|
color: var(--theme-radio-label-color);
|
|
4587
5261
|
}
|
|
4588
5262
|
|
|
4589
|
-
.radio-field[data-disabled=true] {
|
|
5263
|
+
.radio-field[data-disabled="true"] {
|
|
4590
5264
|
color: var(--theme-radio-label-disabled);
|
|
4591
5265
|
}
|
|
4592
5266
|
|
|
@@ -4597,7 +5271,7 @@ figure.chip {
|
|
|
4597
5271
|
cursor: pointer;
|
|
4598
5272
|
}
|
|
4599
5273
|
|
|
4600
|
-
.radio-label-wrapper[data-disabled=true] {
|
|
5274
|
+
.radio-label-wrapper[data-disabled="true"] {
|
|
4601
5275
|
cursor: not-allowed;
|
|
4602
5276
|
}
|
|
4603
5277
|
|
|
@@ -4606,12 +5280,12 @@ figure.chip {
|
|
|
4606
5280
|
user-select: none;
|
|
4607
5281
|
}
|
|
4608
5282
|
|
|
4609
|
-
.radio-field[data-size=medium] .radio-label {
|
|
5283
|
+
.radio-field[data-size="medium"] .radio-label {
|
|
4610
5284
|
font-size: var(--font-body-xsmall-size);
|
|
4611
5285
|
line-height: var(--font-body-xsmall-line-height);
|
|
4612
5286
|
}
|
|
4613
5287
|
|
|
4614
|
-
.radio-field[data-size=large] .radio-label {
|
|
5288
|
+
.radio-field[data-size="large"] .radio-label {
|
|
4615
5289
|
font-size: var(--font-body-medium-size);
|
|
4616
5290
|
line-height: var(--font-body-medium-line-height);
|
|
4617
5291
|
}
|
|
@@ -4624,7 +5298,7 @@ figure.chip {
|
|
|
4624
5298
|
user-select: none;
|
|
4625
5299
|
}
|
|
4626
5300
|
|
|
4627
|
-
.radio-field[data-disabled=true] .radio-helper {
|
|
5301
|
+
.radio-field[data-disabled="true"] .radio-helper {
|
|
4628
5302
|
color: var(--theme-radio-helper-disabled);
|
|
4629
5303
|
}
|
|
4630
5304
|
|
|
@@ -4645,7 +5319,7 @@ figure.chip {
|
|
|
4645
5319
|
transition: background-color 0.15s ease;
|
|
4646
5320
|
cursor: pointer;
|
|
4647
5321
|
}
|
|
4648
|
-
.radio-card[data-disabled=true] {
|
|
5322
|
+
.radio-card[data-disabled="true"] {
|
|
4649
5323
|
cursor: not-allowed;
|
|
4650
5324
|
opacity: 0.7;
|
|
4651
5325
|
}
|
|
@@ -4685,10 +5359,10 @@ figure.chip {
|
|
|
4685
5359
|
color: var(--theme-radio-card-badge-color);
|
|
4686
5360
|
}
|
|
4687
5361
|
|
|
4688
|
-
.radio-card[data-state=checked] .radio-card-title {
|
|
5362
|
+
.radio-card[data-state="checked"] .radio-card-title {
|
|
4689
5363
|
color: var(--theme-radio-card-badge-color);
|
|
4690
5364
|
}
|
|
4691
|
-
.radio-card[data-state=checked] .radio-card-badge {
|
|
5365
|
+
.radio-card[data-state="checked"] .radio-card-badge {
|
|
4692
5366
|
display: inline-flex;
|
|
4693
5367
|
}
|
|
4694
5368
|
|
|
@@ -4710,21 +5384,22 @@ figure.chip {
|
|
|
4710
5384
|
inline-size: var(--theme-radio-indicator-size-medium);
|
|
4711
5385
|
block-size: var(--theme-radio-indicator-size-medium);
|
|
4712
5386
|
border-radius: 9999px;
|
|
4713
|
-
border: var(--theme-radio-indicator-border-width) solid
|
|
5387
|
+
border: var(--theme-radio-indicator-border-width) solid
|
|
5388
|
+
var(--theme-radio-border-color);
|
|
4714
5389
|
transition: border-color 0.15s ease;
|
|
4715
5390
|
}
|
|
4716
5391
|
|
|
4717
|
-
.radio-card[data-size=large] .radio-card-indicator {
|
|
5392
|
+
.radio-card[data-size="large"] .radio-card-indicator {
|
|
4718
5393
|
inline-size: var(--theme-radio-indicator-size-large);
|
|
4719
5394
|
block-size: var(--theme-radio-indicator-size-large);
|
|
4720
5395
|
}
|
|
4721
5396
|
|
|
4722
|
-
.radio-card[data-state=checked] .radio-card-indicator {
|
|
5397
|
+
.radio-card[data-state="checked"] .radio-card-indicator {
|
|
4723
5398
|
border-color: var(--theme-radio-border-selected);
|
|
4724
5399
|
border-width: var(--theme-radio-indicator-border-width-selected-medium);
|
|
4725
5400
|
}
|
|
4726
5401
|
|
|
4727
|
-
.radio-card[data-size=large][data-state=checked] .radio-card-indicator {
|
|
5402
|
+
.radio-card[data-size="large"][data-state="checked"] .radio-card-indicator {
|
|
4728
5403
|
border-width: var(--theme-radio-indicator-border-width-selected-large);
|
|
4729
5404
|
}
|
|
4730
5405
|
|
|
@@ -4756,7 +5431,7 @@ figure.chip {
|
|
|
4756
5431
|
overflow: hidden;
|
|
4757
5432
|
}
|
|
4758
5433
|
|
|
4759
|
-
.segmented-control:where([data-keep-selected=true]) {
|
|
5434
|
+
.segmented-control:where([data-keep-selected="true"]) {
|
|
4760
5435
|
--segmented-disabled-opacity: 0.3;
|
|
4761
5436
|
}
|
|
4762
5437
|
|
|
@@ -4771,12 +5446,15 @@ figure.chip {
|
|
|
4771
5446
|
border-radius: calc(var(--segmented-radius) - var(--segmented-padding));
|
|
4772
5447
|
background: var(--segmented-indicator-bg);
|
|
4773
5448
|
box-shadow: var(--segmented-indicator-shadow);
|
|
4774
|
-
transition:
|
|
5449
|
+
transition:
|
|
5450
|
+
transform 0.2s ease,
|
|
5451
|
+
width 0.2s ease,
|
|
5452
|
+
opacity 0.2s ease;
|
|
4775
5453
|
pointer-events: none;
|
|
4776
5454
|
z-index: 0;
|
|
4777
5455
|
}
|
|
4778
5456
|
|
|
4779
|
-
.segmented-control-indicator[data-visible=false] {
|
|
5457
|
+
.segmented-control-indicator[data-visible="false"] {
|
|
4780
5458
|
opacity: 0;
|
|
4781
5459
|
}
|
|
4782
5460
|
|
|
@@ -4813,7 +5491,7 @@ figure.chip {
|
|
|
4813
5491
|
transition: color 0.2s ease;
|
|
4814
5492
|
}
|
|
4815
5493
|
|
|
4816
|
-
.segmented-control-button:where([data-disabled=true]) {
|
|
5494
|
+
.segmented-control-button:where([data-disabled="true"]) {
|
|
4817
5495
|
cursor: not-allowed;
|
|
4818
5496
|
opacity: var(--segmented-disabled-opacity);
|
|
4819
5497
|
}
|
|
@@ -4835,13 +5513,12 @@ figure.chip {
|
|
|
4835
5513
|
transition: color 0.2s ease;
|
|
4836
5514
|
}
|
|
4837
5515
|
|
|
4838
|
-
.segmented-control-button:where([data-state=on]) .segmented-control-label {
|
|
5516
|
+
.segmented-control-button:where([data-state="on"]) .segmented-control-label {
|
|
4839
5517
|
color: var(--segmented-label-active-color);
|
|
4840
5518
|
}
|
|
4841
5519
|
|
|
4842
5520
|
/* Select tokens mapped to Input primary tokens for visual parity */
|
|
4843
5521
|
|
|
4844
|
-
|
|
4845
5522
|
.select {
|
|
4846
5523
|
display: flex;
|
|
4847
5524
|
width: var(--select-width);
|
|
@@ -4850,26 +5527,26 @@ figure.chip {
|
|
|
4850
5527
|
gap: var(--select-layout-gap);
|
|
4851
5528
|
min-width: 0;
|
|
4852
5529
|
}
|
|
4853
|
-
.select:where([data-priority=table]) {
|
|
5530
|
+
.select:where([data-priority="table"]) {
|
|
4854
5531
|
width: 100%;
|
|
4855
5532
|
height: 100%;
|
|
4856
5533
|
display: block;
|
|
4857
5534
|
}
|
|
4858
|
-
.select:where([data-priority=table]) .select-button {
|
|
5535
|
+
.select:where([data-priority="table"]) .select-button {
|
|
4859
5536
|
height: 100%;
|
|
4860
5537
|
}
|
|
4861
5538
|
|
|
4862
|
-
.select:where([data-width=auto]) {
|
|
5539
|
+
.select:where([data-width="auto"]) {
|
|
4863
5540
|
--select-width: auto;
|
|
4864
5541
|
--select-flex: 0 1 auto;
|
|
4865
5542
|
}
|
|
4866
5543
|
|
|
4867
|
-
.select:where([data-width=fill]) {
|
|
5544
|
+
.select:where([data-width="fill"]) {
|
|
4868
5545
|
--select-width: auto;
|
|
4869
5546
|
--select-flex: 1 1 0%;
|
|
4870
5547
|
}
|
|
4871
5548
|
|
|
4872
|
-
.select:where([data-width=full]) {
|
|
5549
|
+
.select:where([data-width="full"]) {
|
|
4873
5550
|
--select-width: 100%;
|
|
4874
5551
|
--select-flex: 0 0 100%;
|
|
4875
5552
|
}
|
|
@@ -4879,12 +5556,12 @@ figure.chip {
|
|
|
4879
5556
|
--select-flex: 0 0 100%;
|
|
4880
5557
|
}
|
|
4881
5558
|
|
|
4882
|
-
.select:where([data-width=fit]) {
|
|
5559
|
+
.select:where([data-width="fit"]) {
|
|
4883
5560
|
--select-width: fit-content;
|
|
4884
5561
|
--select-flex: 0 0 auto;
|
|
4885
5562
|
}
|
|
4886
5563
|
|
|
4887
|
-
.select:where([data-width=custom]) {
|
|
5564
|
+
.select:where([data-width="custom"]) {
|
|
4888
5565
|
--select-flex: 0 0 auto;
|
|
4889
5566
|
}
|
|
4890
5567
|
|
|
@@ -4895,128 +5572,184 @@ figure.chip {
|
|
|
4895
5572
|
align-items: center;
|
|
4896
5573
|
gap: var(--select-primary-gap-inline);
|
|
4897
5574
|
min-height: var(--select-primary-height-medium);
|
|
4898
|
-
padding: var(--select-primary-padding-block)
|
|
4899
|
-
|
|
5575
|
+
padding: var(--select-primary-padding-block)
|
|
5576
|
+
var(--select-primary-padding-inline);
|
|
5577
|
+
border: var(--select-primary-border-width-default) solid
|
|
5578
|
+
var(--select-primary-color-border);
|
|
4900
5579
|
border-radius: var(--select-primary-radius-medium);
|
|
4901
5580
|
background-color: var(--select-primary-color-surface);
|
|
4902
5581
|
cursor: pointer;
|
|
4903
|
-
transition:
|
|
5582
|
+
transition:
|
|
5583
|
+
border-color 150ms ease,
|
|
5584
|
+
background-color 150ms ease,
|
|
5585
|
+
color 150ms ease;
|
|
4904
5586
|
text-align: left;
|
|
4905
5587
|
}
|
|
4906
|
-
.select-button:where([data-size=small]) {
|
|
5588
|
+
.select-button:where([data-size="small"]) {
|
|
4907
5589
|
min-height: var(--select-primary-height-small);
|
|
4908
5590
|
border-radius: var(--select-primary-radius-small);
|
|
4909
5591
|
}
|
|
4910
|
-
.select-button:where([data-size=xsmall]) {
|
|
5592
|
+
.select-button:where([data-size="xsmall"]) {
|
|
4911
5593
|
min-height: var(--select-primary-height-xsmall);
|
|
4912
5594
|
border-radius: var(--select-primary-radius-xsmall);
|
|
4913
5595
|
gap: var(--select-primary-gap-inline-xsmall);
|
|
4914
|
-
padding: var(--select-primary-padding-block-xsmall)
|
|
5596
|
+
padding: var(--select-primary-padding-block-xsmall)
|
|
5597
|
+
var(--select-primary-padding-inline-end-xsmall)
|
|
5598
|
+
var(--select-primary-padding-block-xsmall)
|
|
5599
|
+
var(--select-primary-padding-inline-start-xsmall);
|
|
4915
5600
|
}
|
|
4916
|
-
.select-button:where([data-size=large]) {
|
|
5601
|
+
.select-button:where([data-size="large"]) {
|
|
4917
5602
|
min-height: var(--select-primary-height-large);
|
|
4918
5603
|
border-radius: var(--select-primary-radius-large);
|
|
4919
5604
|
}
|
|
4920
|
-
.select-button:where([data-multiple=true]) {
|
|
5605
|
+
.select-button:where([data-multiple="true"]) {
|
|
4921
5606
|
align-items: center;
|
|
4922
5607
|
flex-wrap: nowrap;
|
|
4923
5608
|
overflow: hidden;
|
|
4924
5609
|
}
|
|
4925
|
-
.select-button:where([data-priority=secondary]) {
|
|
5610
|
+
.select-button:where([data-priority="secondary"]) {
|
|
4926
5611
|
width: fit-content;
|
|
4927
5612
|
max-width: 100%;
|
|
4928
5613
|
min-height: auto;
|
|
4929
5614
|
border: none;
|
|
4930
5615
|
border-radius: var(--select-secondary-radius);
|
|
4931
|
-
padding: var(--select-secondary-padding-block)
|
|
5616
|
+
padding: var(--select-secondary-padding-block)
|
|
5617
|
+
var(--select-secondary-padding-inline);
|
|
4932
5618
|
background-color: transparent;
|
|
4933
5619
|
gap: var(--select-secondary-gap);
|
|
4934
5620
|
position: relative;
|
|
4935
5621
|
--select-icon-fill: currentColor;
|
|
4936
|
-
transition:
|
|
5622
|
+
transition:
|
|
5623
|
+
background-color 150ms ease,
|
|
5624
|
+
color 150ms ease;
|
|
4937
5625
|
}
|
|
4938
|
-
.select-button:where([data-priority=secondary]):where(:hover):where(
|
|
5626
|
+
.select-button:where([data-priority="secondary"]):where(:hover):where(
|
|
5627
|
+
:not([data-state="disabled"])
|
|
5628
|
+
) {
|
|
4939
5629
|
background-color: var(--select-color-surface-secondary-hover);
|
|
4940
5630
|
}
|
|
4941
|
-
.select-button:where([data-priority=secondary]):where(:active):where(
|
|
5631
|
+
.select-button:where([data-priority="secondary"]):where(:active):where(
|
|
5632
|
+
:not([data-state="disabled"])
|
|
5633
|
+
) {
|
|
4942
5634
|
background-color: var(--select-color-surface-secondary-active);
|
|
4943
5635
|
}
|
|
4944
|
-
.select-button:where([data-priority=secondary]):where([data-state=focused]),
|
|
5636
|
+
.select-button:where([data-priority="secondary"]):where([data-state="focused"]),
|
|
5637
|
+
.select-button:where([data-priority="secondary"]):where([data-open="true"]),
|
|
5638
|
+
.select-button:where([data-priority="secondary"]):where(:focus-within) {
|
|
4945
5639
|
background-color: var(--select-color-surface-secondary-hover);
|
|
4946
5640
|
}
|
|
4947
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5641
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5642
|
+
[data-state="focused"]
|
|
5643
|
+
)::after,
|
|
5644
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5645
|
+
[data-open="true"]
|
|
5646
|
+
)::after,
|
|
5647
|
+
.select-button:where([data-priority="secondary"]):where(:focus-within)::after {
|
|
4948
5648
|
height: var(--select-secondary-underline-width-focus);
|
|
4949
5649
|
background-color: var(--select-color-border-secondary-focused);
|
|
4950
5650
|
}
|
|
4951
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5651
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5652
|
+
[data-state="disabled"]
|
|
5653
|
+
),
|
|
5654
|
+
.select-button:where([data-priority="secondary"]):where(:disabled) {
|
|
4952
5655
|
color: var(--select-secondary-color-text-disabled);
|
|
4953
5656
|
cursor: not-allowed;
|
|
4954
5657
|
}
|
|
4955
|
-
.select-button:where([data-priority=table]) {
|
|
5658
|
+
.select-button:where([data-priority="table"]) {
|
|
4956
5659
|
border-radius: var(--select-table-radius);
|
|
4957
5660
|
border-color: var(--select-table-border-default-color);
|
|
4958
5661
|
background-color: var(--select-table-surface-color);
|
|
4959
5662
|
--select-icon-fill: var(--select-table-icon-color-default);
|
|
4960
5663
|
}
|
|
4961
|
-
.select-button:where(:not([data-priority=secondary])):where(
|
|
5664
|
+
.select-button:where(:not([data-priority="secondary"])):where(
|
|
5665
|
+
[data-state="focused"]
|
|
5666
|
+
),
|
|
5667
|
+
.select-button:where(:not([data-priority="secondary"])):where(
|
|
5668
|
+
[data-open="true"]
|
|
5669
|
+
),
|
|
5670
|
+
.select-button:where(:not([data-priority="secondary"])):focus-visible,
|
|
5671
|
+
.select-button:where(:not([data-priority="secondary"])):focus-within {
|
|
4962
5672
|
border-color: var(--select-primary-color-border-focused);
|
|
4963
5673
|
border-width: var(--select-primary-border-width-focus);
|
|
4964
5674
|
--select-icon-fill: var(--select-icon-color-focused);
|
|
4965
5675
|
}
|
|
4966
|
-
.select-button:where([data-priority=table]):where([data-state=focused]),
|
|
5676
|
+
.select-button:where([data-priority="table"]):where([data-state="focused"]),
|
|
5677
|
+
.select-button:where([data-priority="table"]):where([data-open="true"]),
|
|
5678
|
+
.select-button:where([data-priority="table"]):focus-visible,
|
|
5679
|
+
.select-button:where([data-priority="table"]):focus-within {
|
|
4967
5680
|
border-color: var(--select-table-border-focus-color);
|
|
4968
5681
|
border-width: var(--select-primary-border-width-focus);
|
|
4969
5682
|
--select-icon-fill: var(--select-table-icon-color-focused);
|
|
4970
5683
|
}
|
|
4971
|
-
.select-button:where(:not([data-priority=secondary])):where(
|
|
5684
|
+
.select-button:where(:not([data-priority="secondary"])):where(
|
|
5685
|
+
[data-state="error"]
|
|
5686
|
+
) {
|
|
4972
5687
|
border-color: var(--select-primary-color-border-error);
|
|
4973
5688
|
--select-icon-fill: var(--select-icon-color-default);
|
|
4974
5689
|
}
|
|
4975
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5690
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5691
|
+
[data-state="error"]
|
|
5692
|
+
)::after {
|
|
4976
5693
|
height: var(--select-secondary-underline-width-focus);
|
|
4977
5694
|
background-color: var(--select-color-border-secondary-error);
|
|
4978
5695
|
}
|
|
4979
|
-
.select-button:where([data-priority=table]):where([data-state=error]) {
|
|
5696
|
+
.select-button:where([data-priority="table"]):where([data-state="error"]) {
|
|
4980
5697
|
border-color: var(--select-table-border-error-color);
|
|
4981
5698
|
--select-icon-fill: var(--select-table-icon-color-default);
|
|
4982
5699
|
}
|
|
4983
|
-
.select-button:where(:not([data-priority=secondary])):where(
|
|
5700
|
+
.select-button:where(:not([data-priority="secondary"])):where(
|
|
5701
|
+
[data-readonly="true"]
|
|
5702
|
+
) {
|
|
4984
5703
|
border-color: var(--select-primary-color-border-disabled);
|
|
4985
5704
|
background-color: var(--select-primary-color-surface-disabled);
|
|
4986
5705
|
cursor: default;
|
|
4987
5706
|
--select-icon-fill: var(--select-icon-color-readonly);
|
|
4988
5707
|
}
|
|
4989
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5708
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5709
|
+
[data-readonly="true"]
|
|
5710
|
+
) {
|
|
4990
5711
|
border-color: var(--select-secondary-color-border-readonly);
|
|
4991
5712
|
background-color: var(--select-color-surface-secondary-readonly);
|
|
4992
5713
|
cursor: default;
|
|
4993
5714
|
--select-icon-fill: var(--select-icon-color-readonly);
|
|
4994
5715
|
}
|
|
4995
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5716
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5717
|
+
[data-readonly="true"]
|
|
5718
|
+
)::after {
|
|
4996
5719
|
background-color: var(--select-color-border-secondary-disabled);
|
|
4997
5720
|
height: var(--select-secondary-underline-width-default);
|
|
4998
5721
|
}
|
|
4999
|
-
.select-button:where([data-priority=table]):where([data-readonly=true]) {
|
|
5722
|
+
.select-button:where([data-priority="table"]):where([data-readonly="true"]) {
|
|
5000
5723
|
border-color: var(--select-table-border-readonly-color);
|
|
5001
5724
|
background-color: var(--select-table-surface-readonly-color);
|
|
5002
5725
|
cursor: not-allowed;
|
|
5003
5726
|
--select-icon-fill: var(--select-table-icon-color-readonly);
|
|
5004
5727
|
}
|
|
5005
|
-
.select-button:where(:not([data-priority=secondary])):where(
|
|
5728
|
+
.select-button:where(:not([data-priority="secondary"])):where(
|
|
5729
|
+
[data-state="disabled"]
|
|
5730
|
+
),
|
|
5731
|
+
.select-button:where(:not([data-priority="secondary"])):disabled {
|
|
5006
5732
|
border-color: var(--select-primary-color-border-disabled);
|
|
5007
5733
|
background-color: var(--select-primary-color-surface-disabled);
|
|
5008
5734
|
cursor: not-allowed;
|
|
5009
5735
|
--select-icon-fill: var(--select-icon-color-disabled);
|
|
5010
5736
|
}
|
|
5011
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5737
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5738
|
+
[data-state="disabled"]
|
|
5739
|
+
),
|
|
5740
|
+
.select-button:where([data-priority="secondary"]):disabled {
|
|
5012
5741
|
border-color: var(--select-secondary-color-border-disabled);
|
|
5013
5742
|
background-color: var(--select-color-surface-secondary-disabled);
|
|
5014
5743
|
}
|
|
5015
|
-
.select-button:where([data-priority=secondary]):where(
|
|
5744
|
+
.select-button:where([data-priority="secondary"]):where(
|
|
5745
|
+
[data-state="disabled"]
|
|
5746
|
+
)::after,
|
|
5747
|
+
.select-button:where([data-priority="secondary"]):disabled::after {
|
|
5016
5748
|
background-color: var(--select-color-border-secondary-disabled);
|
|
5017
5749
|
height: var(--select-secondary-underline-width-default);
|
|
5018
5750
|
}
|
|
5019
|
-
.select-button:where([data-priority=table]):where([data-state=disabled]),
|
|
5751
|
+
.select-button:where([data-priority="table"]):where([data-state="disabled"]),
|
|
5752
|
+
.select-button:where([data-priority="table"]):disabled {
|
|
5020
5753
|
border-color: var(--select-table-border-disabled-color);
|
|
5021
5754
|
background-color: var(--select-table-surface-disabled-color);
|
|
5022
5755
|
cursor: not-allowed;
|
|
@@ -5053,26 +5786,28 @@ figure.chip {
|
|
|
5053
5786
|
.select-input-label::placeholder {
|
|
5054
5787
|
color: var(--select-primary-color-placeholder);
|
|
5055
5788
|
}
|
|
5056
|
-
.select-button:where([data-priority=secondary]) .select-input-label {
|
|
5789
|
+
.select-button:where([data-priority="secondary"]) .select-input-label {
|
|
5057
5790
|
color: var(--select-secondary-color-text);
|
|
5058
5791
|
caret-color: var(--select-secondary-color-text);
|
|
5059
5792
|
}
|
|
5060
|
-
.select-button:where([data-priority=table]) .select-input-label {
|
|
5793
|
+
.select-button:where([data-priority="table"]) .select-input-label {
|
|
5061
5794
|
color: var(--select-table-color-text);
|
|
5062
5795
|
caret-color: var(--select-table-color-text);
|
|
5063
5796
|
}
|
|
5064
|
-
.select-button:where([data-state=disabled]) .select-input-label {
|
|
5797
|
+
.select-button:where([data-state="disabled"]) .select-input-label {
|
|
5065
5798
|
color: var(--select-primary-color-text-disabled);
|
|
5066
5799
|
caret-color: var(--select-primary-color-text-disabled);
|
|
5067
5800
|
}
|
|
5068
|
-
.select-button:where([data-readonly=true]) .select-input-label {
|
|
5801
|
+
.select-button:where([data-readonly="true"]) .select-input-label {
|
|
5069
5802
|
color: var(--select-primary-color-text-readonly);
|
|
5070
5803
|
caret-color: var(--select-primary-color-text-readonly);
|
|
5071
5804
|
}
|
|
5072
|
-
.select-button:where([data-priority=secondary]):where([data-state=disabled])
|
|
5805
|
+
.select-button:where([data-priority="secondary"]):where([data-state="disabled"])
|
|
5806
|
+
.select-input-label {
|
|
5073
5807
|
color: var(--select-secondary-color-text-disabled);
|
|
5074
5808
|
}
|
|
5075
|
-
.select-button:where([data-priority=secondary]):where([data-readonly=true])
|
|
5809
|
+
.select-button:where([data-priority="secondary"]):where([data-readonly="true"])
|
|
5810
|
+
.select-input-label {
|
|
5076
5811
|
color: var(--select-secondary-color-text-readonly);
|
|
5077
5812
|
}
|
|
5078
5813
|
|
|
@@ -5081,7 +5816,9 @@ figure.chip {
|
|
|
5081
5816
|
max-width: 100%;
|
|
5082
5817
|
}
|
|
5083
5818
|
|
|
5084
|
-
.select-button:where(:not([data-state=disabled]))
|
|
5819
|
+
.select-button:where(:not([data-state="disabled"]))
|
|
5820
|
+
.select-value[data-has-value="true"]
|
|
5821
|
+
.select-input-label {
|
|
5085
5822
|
color: var(--select-color-text-value);
|
|
5086
5823
|
caret-color: var(--select-color-text-value);
|
|
5087
5824
|
}
|
|
@@ -5089,77 +5826,88 @@ figure.chip {
|
|
|
5089
5826
|
.select-input-label-placeholder {
|
|
5090
5827
|
color: var(--select-primary-color-placeholder);
|
|
5091
5828
|
}
|
|
5092
|
-
.select-button:where([data-priority=secondary])
|
|
5829
|
+
.select-button:where([data-priority="secondary"])
|
|
5830
|
+
.select-input-label-placeholder {
|
|
5093
5831
|
color: var(--select-secondary-color-placeholder);
|
|
5094
5832
|
}
|
|
5095
|
-
.select-button:where([data-priority=table]) .select-input-label-placeholder {
|
|
5833
|
+
.select-button:where([data-priority="table"]) .select-input-label-placeholder {
|
|
5096
5834
|
color: var(--select-table-color-placeholder);
|
|
5097
5835
|
}
|
|
5098
|
-
.select-button:where([data-state=disabled]) .select-input-label-placeholder {
|
|
5836
|
+
.select-button:where([data-state="disabled"]) .select-input-label-placeholder {
|
|
5099
5837
|
color: var(--select-primary-color-placeholder-disabled);
|
|
5100
5838
|
}
|
|
5101
|
-
.select-button:where([data-readonly=true]) .select-input-label-placeholder {
|
|
5839
|
+
.select-button:where([data-readonly="true"]) .select-input-label-placeholder {
|
|
5102
5840
|
color: var(--select-primary-color-placeholder-readonly);
|
|
5103
5841
|
}
|
|
5104
|
-
.select-button:where([data-priority=secondary]):where([data-state=disabled])
|
|
5842
|
+
.select-button:where([data-priority="secondary"]):where([data-state="disabled"])
|
|
5843
|
+
.select-input-label-placeholder {
|
|
5105
5844
|
color: var(--select-secondary-color-placeholder-disabled);
|
|
5106
5845
|
}
|
|
5107
|
-
.select-button:where([data-priority=secondary]):where([data-readonly=true])
|
|
5846
|
+
.select-button:where([data-priority="secondary"]):where([data-readonly="true"])
|
|
5847
|
+
.select-input-label-placeholder {
|
|
5108
5848
|
color: var(--select-secondary-color-placeholder-readonly);
|
|
5109
5849
|
}
|
|
5110
|
-
.select-button:where([data-priority=table]):where([data-state=disabled])
|
|
5850
|
+
.select-button:where([data-priority="table"]):where([data-state="disabled"])
|
|
5851
|
+
.select-input-label-placeholder {
|
|
5111
5852
|
color: var(--select-table-color-placeholder-disabled);
|
|
5112
5853
|
}
|
|
5113
|
-
.select-button:where([data-priority=table]):where([data-readonly=true])
|
|
5854
|
+
.select-button:where([data-priority="table"]):where([data-readonly="true"])
|
|
5855
|
+
.select-input-label-placeholder {
|
|
5114
5856
|
color: var(--select-table-color-placeholder-readonly);
|
|
5115
5857
|
}
|
|
5116
5858
|
|
|
5117
|
-
.select-button:where([data-size=small]) :where(.select-input-label) {
|
|
5859
|
+
.select-button:where([data-size="small"]) :where(.select-input-label) {
|
|
5118
5860
|
font-size: var(--select-text-small-size);
|
|
5119
5861
|
line-height: var(--select-text-small-line-height);
|
|
5120
5862
|
letter-spacing: var(--select-text-small-letter-spacing);
|
|
5121
5863
|
font-weight: var(--select-text-small-weight);
|
|
5122
5864
|
}
|
|
5123
5865
|
|
|
5124
|
-
.select-button:where([data-size=xsmall]) :where(.select-input-label) {
|
|
5866
|
+
.select-button:where([data-size="xsmall"]) :where(.select-input-label) {
|
|
5125
5867
|
font-size: var(--select-text-xsmall-size);
|
|
5126
5868
|
line-height: var(--select-text-xsmall-line-height);
|
|
5127
5869
|
letter-spacing: var(--select-text-xsmall-letter-spacing);
|
|
5128
5870
|
font-weight: var(--select-text-xsmall-weight);
|
|
5129
5871
|
}
|
|
5130
5872
|
|
|
5131
|
-
.select-button:where([data-priority=table]):where([data-size=small])
|
|
5873
|
+
.select-button:where([data-priority="table"]):where([data-size="small"])
|
|
5874
|
+
:where(.select-input-label) {
|
|
5132
5875
|
font-size: var(--select-table-text-small-size);
|
|
5133
5876
|
line-height: var(--select-table-text-small-line-height);
|
|
5134
5877
|
font-weight: var(--select-table-text-small-weight);
|
|
5135
5878
|
}
|
|
5136
5879
|
|
|
5137
|
-
.select-button:where([data-size=large]) :where(.select-input-label) {
|
|
5880
|
+
.select-button:where([data-size="large"]) :where(.select-input-label) {
|
|
5138
5881
|
font-size: var(--select-text-large-size);
|
|
5139
5882
|
line-height: var(--select-text-large-line-height);
|
|
5140
5883
|
letter-spacing: var(--select-text-large-letter-spacing);
|
|
5141
5884
|
font-weight: var(--select-text-large-weight);
|
|
5142
5885
|
}
|
|
5143
5886
|
|
|
5144
|
-
.select-button:where([data-priority=table]):where([data-size=medium])
|
|
5887
|
+
.select-button:where([data-priority="table"]):where([data-size="medium"])
|
|
5888
|
+
:where(.select-input-label) {
|
|
5145
5889
|
font-size: var(--select-table-text-medium-size);
|
|
5146
5890
|
line-height: var(--select-table-text-medium-line-height);
|
|
5147
5891
|
font-weight: var(--select-table-text-medium-weight);
|
|
5148
5892
|
}
|
|
5149
5893
|
|
|
5150
|
-
.select-button:where([data-priority=table]):where([data-size=large])
|
|
5894
|
+
.select-button:where([data-priority="table"]):where([data-size="large"])
|
|
5895
|
+
:where(.select-input-label) {
|
|
5151
5896
|
font-size: var(--select-table-text-large-size);
|
|
5152
5897
|
line-height: var(--select-table-text-large-line-height);
|
|
5153
5898
|
font-weight: var(--select-table-text-large-weight);
|
|
5154
5899
|
}
|
|
5155
5900
|
|
|
5156
|
-
.select-button:where([data-priority=secondary]):where([data-size=large])
|
|
5901
|
+
.select-button:where([data-priority="secondary"]):where([data-size="large"])
|
|
5902
|
+
:where(.select-input-label) {
|
|
5157
5903
|
font-weight: 600;
|
|
5158
5904
|
}
|
|
5159
5905
|
|
|
5160
5906
|
.select-tags {
|
|
5161
5907
|
display: flex;
|
|
5162
|
-
max-width: calc(
|
|
5908
|
+
max-width: calc(
|
|
5909
|
+
100% - var(--select-icon-size-medium) - var(--select-multiple-chip-gap)
|
|
5910
|
+
);
|
|
5163
5911
|
flex-wrap: wrap;
|
|
5164
5912
|
gap: var(--select-multiple-chip-gap);
|
|
5165
5913
|
align-items: center;
|
|
@@ -5171,7 +5919,8 @@ figure.chip {
|
|
|
5171
5919
|
display: flex;
|
|
5172
5920
|
align-items: center;
|
|
5173
5921
|
gap: var(--select-multiple-chip-gap);
|
|
5174
|
-
padding: var(--select-multiple-chip-padding-block)
|
|
5922
|
+
padding: var(--select-multiple-chip-padding-block)
|
|
5923
|
+
var(--select-multiple-chip-padding-inline);
|
|
5175
5924
|
border-radius: var(--select-multiple-chip-radius);
|
|
5176
5925
|
border: 1px solid var(--select-multiple-chip-border-color);
|
|
5177
5926
|
background-color: var(--select-multiple-chip-surface);
|
|
@@ -5185,16 +5934,17 @@ figure.chip {
|
|
|
5185
5934
|
.select-tag:focus-within {
|
|
5186
5935
|
border-color: var(--select-color-border-secondary-focused);
|
|
5187
5936
|
}
|
|
5188
|
-
.select-tag:where([data-removable=true]) {
|
|
5937
|
+
.select-tag:where([data-removable="true"]) {
|
|
5189
5938
|
padding-right: var(--select-multiple-chip-removable-padding-right);
|
|
5190
5939
|
}
|
|
5191
5940
|
|
|
5192
|
-
.select-tag:where([data-kind=summary]),
|
|
5941
|
+
.select-tag:where([data-kind="summary"]),
|
|
5193
5942
|
.select-tag-summary {
|
|
5194
5943
|
background-color: var(--select-multiple-chip-summary-surface);
|
|
5195
5944
|
border-color: var(--select-multiple-chip-summary-border-color);
|
|
5196
5945
|
color: var(--select-multiple-chip-summary-color);
|
|
5197
|
-
padding: var(--select-multiple-chip-summary-padding-block)
|
|
5946
|
+
padding: var(--select-multiple-chip-summary-padding-block)
|
|
5947
|
+
var(--select-multiple-chip-summary-padding-inline);
|
|
5198
5948
|
border-radius: var(--select-multiple-chip-summary-radius);
|
|
5199
5949
|
font-size: var(--select-multiple-chip-summary-font-size);
|
|
5200
5950
|
line-height: var(--select-multiple-chip-summary-line-height);
|
|
@@ -5254,19 +6004,19 @@ figure.chip {
|
|
|
5254
6004
|
justify-content: center;
|
|
5255
6005
|
margin-left: auto;
|
|
5256
6006
|
}
|
|
5257
|
-
.select-icon:where([data-size=small]) {
|
|
6007
|
+
.select-icon:where([data-size="small"]) {
|
|
5258
6008
|
width: var(--select-icon-size-small);
|
|
5259
6009
|
height: var(--select-icon-size-small);
|
|
5260
6010
|
}
|
|
5261
|
-
.select-icon:where([data-size=xsmall]) {
|
|
6011
|
+
.select-icon:where([data-size="xsmall"]) {
|
|
5262
6012
|
width: var(--select-icon-size-xsmall);
|
|
5263
6013
|
height: var(--select-icon-size-xsmall);
|
|
5264
6014
|
}
|
|
5265
|
-
.select-icon:where([data-size=large]) {
|
|
6015
|
+
.select-icon:where([data-size="large"]) {
|
|
5266
6016
|
width: var(--select-icon-size-large);
|
|
5267
6017
|
height: var(--select-icon-size-large);
|
|
5268
6018
|
}
|
|
5269
|
-
:where([data-open=true]) .select-icon {
|
|
6019
|
+
:where([data-open="true"]) .select-icon {
|
|
5270
6020
|
transform: rotate(180deg);
|
|
5271
6021
|
}
|
|
5272
6022
|
.select-icon svg {
|
|
@@ -5275,18 +6025,19 @@ figure.chip {
|
|
|
5275
6025
|
height: 100%;
|
|
5276
6026
|
}
|
|
5277
6027
|
|
|
5278
|
-
.select-button:not([data-size=xsmall]):not([data-priority=table])
|
|
6028
|
+
.select-button:not([data-size="xsmall"]):not([data-priority="table"])
|
|
6029
|
+
.select-icon
|
|
6030
|
+
svg
|
|
6031
|
+
path {
|
|
5279
6032
|
fill: var(--select-icon-fill);
|
|
5280
6033
|
}
|
|
5281
|
-
.select-button :where([data-size=xsmall]) svg path {
|
|
6034
|
+
.select-button :where([data-size="xsmall"]) svg path {
|
|
5282
6035
|
stroke: var(--select-icon-fill);
|
|
5283
6036
|
}
|
|
5284
|
-
.select-button :where([data-priority=table]) svg path {
|
|
6037
|
+
.select-button :where([data-priority="table"]) svg path {
|
|
5285
6038
|
stroke: var(--select-icon-fill);
|
|
5286
6039
|
}
|
|
5287
6040
|
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
6041
|
.switch {
|
|
5291
6042
|
--switch-track-width: var(--switch-track-width-small);
|
|
5292
6043
|
--switch-track-height: var(--switch-track-height-small);
|
|
@@ -5303,17 +6054,20 @@ figure.chip {
|
|
|
5303
6054
|
border-radius: 999px;
|
|
5304
6055
|
background-color: var(--switch-track-background-unchecked);
|
|
5305
6056
|
cursor: pointer;
|
|
5306
|
-
transition:
|
|
6057
|
+
transition:
|
|
6058
|
+
background-color 0.2s ease,
|
|
6059
|
+
box-shadow 0.2s ease,
|
|
6060
|
+
opacity 0.2s ease;
|
|
5307
6061
|
}
|
|
5308
6062
|
|
|
5309
|
-
.switch:where([data-size=medium]) {
|
|
6063
|
+
.switch:where([data-size="medium"]) {
|
|
5310
6064
|
--switch-track-width: var(--switch-track-width-medium);
|
|
5311
6065
|
--switch-track-height: var(--switch-track-height-medium);
|
|
5312
6066
|
--switch-track-padding: var(--switch-track-padding-medium);
|
|
5313
6067
|
--switch-handle-size: var(--switch-handle-size-medium);
|
|
5314
6068
|
}
|
|
5315
6069
|
|
|
5316
|
-
.switch:where([data-state=checked]) {
|
|
6070
|
+
.switch:where([data-state="checked"]) {
|
|
5317
6071
|
background-color: var(--switch-track-background-checked);
|
|
5318
6072
|
}
|
|
5319
6073
|
|
|
@@ -5337,10 +6091,15 @@ figure.chip {
|
|
|
5337
6091
|
transition: transform 0.2s ease;
|
|
5338
6092
|
}
|
|
5339
6093
|
|
|
5340
|
-
.switch:where([data-state=checked]) .switch-handle {
|
|
6094
|
+
.switch:where([data-state="checked"]) .switch-handle {
|
|
5341
6095
|
/* 변경: handle 이동 거리는 frame width - handle size - 양쪽 padding 합으로 고정한다. */
|
|
5342
6096
|
box-shadow: var(--switch-thumb-shadow-checked);
|
|
5343
|
-
transform: translateX(
|
|
6097
|
+
transform: translateX(
|
|
6098
|
+
calc(
|
|
6099
|
+
var(--switch-track-width) - var(--switch-handle-size) -
|
|
6100
|
+
var(--switch-track-padding) * 2
|
|
6101
|
+
)
|
|
6102
|
+
);
|
|
5344
6103
|
}
|
|
5345
6104
|
|
|
5346
6105
|
.switch-text {
|
|
@@ -5363,7 +6122,7 @@ figure.chip {
|
|
|
5363
6122
|
overflow: auto hidden;
|
|
5364
6123
|
}
|
|
5365
6124
|
|
|
5366
|
-
.switch-text:where([data-size=large]) {
|
|
6125
|
+
.switch-text:where([data-size="large"]) {
|
|
5367
6126
|
--switch-text-height: var(--switch-text-height-large);
|
|
5368
6127
|
--switch-text-radius: var(--switch-text-radius-large);
|
|
5369
6128
|
--switch-text-item-radius: var(--switch-text-item-radius-large);
|
|
@@ -5374,7 +6133,7 @@ figure.chip {
|
|
|
5374
6133
|
);
|
|
5375
6134
|
}
|
|
5376
6135
|
|
|
5377
|
-
.switch-text:where([data-disabled=true]) {
|
|
6136
|
+
.switch-text:where([data-disabled="true"]) {
|
|
5378
6137
|
opacity: var(--switch-disabled-opacity);
|
|
5379
6138
|
}
|
|
5380
6139
|
|
|
@@ -5397,15 +6156,15 @@ figure.chip {
|
|
|
5397
6156
|
list-style: none;
|
|
5398
6157
|
}
|
|
5399
6158
|
|
|
5400
|
-
.switch-text:where([data-width=custom]) .switch-text-list {
|
|
6159
|
+
.switch-text:where([data-width="custom"]) .switch-text-list {
|
|
5401
6160
|
width: 100%;
|
|
5402
6161
|
}
|
|
5403
6162
|
|
|
5404
|
-
.switch-text:where([data-width=custom]) .switch-text-item {
|
|
6163
|
+
.switch-text:where([data-width="custom"]) .switch-text-item {
|
|
5405
6164
|
flex: 1 1 0;
|
|
5406
6165
|
}
|
|
5407
6166
|
|
|
5408
|
-
.switch-text:where([data-item-width=custom]) .switch-text-item {
|
|
6167
|
+
.switch-text:where([data-item-width="custom"]) .switch-text-item {
|
|
5409
6168
|
flex: 0 0 var(--switch-text-item-width);
|
|
5410
6169
|
width: var(--switch-text-item-width);
|
|
5411
6170
|
}
|
|
@@ -5428,16 +6187,19 @@ figure.chip {
|
|
|
5428
6187
|
line-height: var(--switch-text-label-line-height);
|
|
5429
6188
|
letter-spacing: var(--switch-text-label-letter-spacing);
|
|
5430
6189
|
text-align: center;
|
|
5431
|
-
transition:
|
|
6190
|
+
transition:
|
|
6191
|
+
background-color 0.2s ease,
|
|
6192
|
+
box-shadow 0.2s ease,
|
|
6193
|
+
opacity 0.2s ease;
|
|
5432
6194
|
}
|
|
5433
6195
|
|
|
5434
|
-
.switch-text-button:where([data-state=on]) {
|
|
6196
|
+
.switch-text-button:where([data-state="on"]) {
|
|
5435
6197
|
background-color: var(--switch-text-item-background-selected);
|
|
5436
6198
|
box-shadow: var(--switch-text-item-shadow-selected);
|
|
5437
6199
|
font-weight: var(--switch-text-label-font-weight-selected);
|
|
5438
6200
|
}
|
|
5439
6201
|
|
|
5440
|
-
.switch-text-button:where([data-disabled=true]) {
|
|
6202
|
+
.switch-text-button:where([data-disabled="true"]) {
|
|
5441
6203
|
cursor: not-allowed;
|
|
5442
6204
|
}
|
|
5443
6205
|
|
|
@@ -5455,8 +6217,6 @@ figure.chip {
|
|
|
5455
6217
|
white-space: nowrap;
|
|
5456
6218
|
}
|
|
5457
6219
|
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
6220
|
.tab-root {
|
|
5461
6221
|
--tab-height: var(--tab-height-medium);
|
|
5462
6222
|
--tab-label-font-size: var(--tab-label-font-size-medium);
|
|
@@ -5469,7 +6229,7 @@ figure.chip {
|
|
|
5469
6229
|
gap: var(--tab-root-gap);
|
|
5470
6230
|
}
|
|
5471
6231
|
|
|
5472
|
-
.tab-root:where([data-scale=small]) {
|
|
6232
|
+
.tab-root:where([data-scale="small"]) {
|
|
5473
6233
|
--tab-height: var(--tab-height-small);
|
|
5474
6234
|
--tab-label-font-size: var(--tab-label-font-size-small);
|
|
5475
6235
|
--tab-label-font-weight: var(--tab-label-font-weight-small);
|
|
@@ -5478,7 +6238,7 @@ figure.chip {
|
|
|
5478
6238
|
--tab-padding-x: var(--tab-padding-x-small);
|
|
5479
6239
|
}
|
|
5480
6240
|
|
|
5481
|
-
.tab-root:where([data-scale=medium]) {
|
|
6241
|
+
.tab-root:where([data-scale="medium"]) {
|
|
5482
6242
|
--tab-height: var(--tab-height-medium);
|
|
5483
6243
|
--tab-label-font-size: var(--tab-label-font-size-medium);
|
|
5484
6244
|
--tab-label-font-weight: var(--tab-label-font-weight-medium);
|
|
@@ -5487,7 +6247,7 @@ figure.chip {
|
|
|
5487
6247
|
--tab-padding-x: var(--spacing-padding-8);
|
|
5488
6248
|
}
|
|
5489
6249
|
|
|
5490
|
-
.tab-root:where([data-scale=large]) {
|
|
6250
|
+
.tab-root:where([data-scale="large"]) {
|
|
5491
6251
|
--tab-height: var(--tab-height-large);
|
|
5492
6252
|
--tab-label-font-size: var(--tab-label-font-size-large);
|
|
5493
6253
|
--tab-label-font-weight: var(--tab-label-font-weight-large);
|
|
@@ -5509,7 +6269,7 @@ figure.chip {
|
|
|
5509
6269
|
display: none;
|
|
5510
6270
|
}
|
|
5511
6271
|
|
|
5512
|
-
.tab-list:where([data-full-width=true]) {
|
|
6272
|
+
.tab-list:where([data-full-width="true"]) {
|
|
5513
6273
|
width: 100%;
|
|
5514
6274
|
}
|
|
5515
6275
|
|
|
@@ -5532,7 +6292,7 @@ figure.chip {
|
|
|
5532
6292
|
outline-offset: 2px;
|
|
5533
6293
|
}
|
|
5534
6294
|
|
|
5535
|
-
.tab-trigger:where([data-disabled=true]) {
|
|
6295
|
+
.tab-trigger:where([data-disabled="true"]) {
|
|
5536
6296
|
cursor: not-allowed;
|
|
5537
6297
|
opacity: var(--tab-disabled-opacity);
|
|
5538
6298
|
}
|
|
@@ -5555,12 +6315,12 @@ figure.chip {
|
|
|
5555
6315
|
transition: color 0.2s ease;
|
|
5556
6316
|
}
|
|
5557
6317
|
|
|
5558
|
-
.tab-list:where([data-variant=line]) {
|
|
6318
|
+
.tab-list:where([data-variant="line"]) {
|
|
5559
6319
|
position: relative;
|
|
5560
6320
|
width: 100%;
|
|
5561
6321
|
}
|
|
5562
6322
|
|
|
5563
|
-
.tab-list:where([data-variant=line])::before {
|
|
6323
|
+
.tab-list:where([data-variant="line"])::before {
|
|
5564
6324
|
content: "";
|
|
5565
6325
|
position: absolute;
|
|
5566
6326
|
inset: auto 0 0;
|
|
@@ -5569,11 +6329,11 @@ figure.chip {
|
|
|
5569
6329
|
z-index: 0;
|
|
5570
6330
|
}
|
|
5571
6331
|
|
|
5572
|
-
.tab-list:where([data-variant=line][data-full-width=true]) > .tab-trigger {
|
|
6332
|
+
.tab-list:where([data-variant="line"][data-full-width="true"]) > .tab-trigger {
|
|
5573
6333
|
flex: 1;
|
|
5574
6334
|
}
|
|
5575
6335
|
|
|
5576
|
-
.tab-trigger:where([data-variant=line])::after {
|
|
6336
|
+
.tab-trigger:where([data-variant="line"])::after {
|
|
5577
6337
|
content: "";
|
|
5578
6338
|
position: absolute;
|
|
5579
6339
|
left: 0;
|
|
@@ -5585,23 +6345,29 @@ figure.chip {
|
|
|
5585
6345
|
transform: scaleX(0);
|
|
5586
6346
|
transform-origin: center;
|
|
5587
6347
|
z-index: 1;
|
|
5588
|
-
transition:
|
|
6348
|
+
transition:
|
|
6349
|
+
transform 0.2s ease,
|
|
6350
|
+
background-color 0.2s ease;
|
|
5589
6351
|
}
|
|
5590
6352
|
|
|
5591
|
-
.tab-trigger:where([data-variant=line][data-state=active])
|
|
6353
|
+
.tab-trigger:where([data-variant="line"][data-state="active"])
|
|
6354
|
+
.tab-trigger-label {
|
|
5592
6355
|
color: var(--tab-color-active);
|
|
5593
6356
|
}
|
|
5594
6357
|
|
|
5595
|
-
.tab-trigger:where([data-variant=line][data-state=active])::after {
|
|
6358
|
+
.tab-trigger:where([data-variant="line"][data-state="active"])::after {
|
|
5596
6359
|
background: var(--tab-color-active);
|
|
5597
6360
|
transform: scaleX(1);
|
|
5598
6361
|
}
|
|
5599
6362
|
|
|
5600
|
-
.tab-trigger:where([data-variant=line]):where(
|
|
6363
|
+
.tab-trigger:where([data-variant="line"]):where(
|
|
6364
|
+
:not([data-state="active"])
|
|
6365
|
+
):hover
|
|
6366
|
+
.tab-trigger-label {
|
|
5601
6367
|
color: var(--tab-color-hover);
|
|
5602
6368
|
}
|
|
5603
6369
|
|
|
5604
|
-
.tab-list:where([data-variant=fill]) {
|
|
6370
|
+
.tab-list:where([data-variant="fill"]) {
|
|
5605
6371
|
width: fit-content;
|
|
5606
6372
|
border: none;
|
|
5607
6373
|
background: transparent;
|
|
@@ -5609,28 +6375,31 @@ figure.chip {
|
|
|
5609
6375
|
gap: 0;
|
|
5610
6376
|
}
|
|
5611
6377
|
|
|
5612
|
-
.tab-list:where([data-variant=fill][data-full-width=true]) {
|
|
6378
|
+
.tab-list:where([data-variant="fill"][data-full-width="true"]) {
|
|
5613
6379
|
width: 100%;
|
|
5614
6380
|
}
|
|
5615
6381
|
|
|
5616
|
-
.tab-list:where([data-variant=fill][data-full-width=true]) > .tab-trigger {
|
|
6382
|
+
.tab-list:where([data-variant="fill"][data-full-width="true"]) > .tab-trigger {
|
|
5617
6383
|
flex: 1;
|
|
5618
6384
|
}
|
|
5619
6385
|
|
|
5620
|
-
.tab-trigger:where([data-variant=fill]) {
|
|
6386
|
+
.tab-trigger:where([data-variant="fill"]) {
|
|
5621
6387
|
min-width: 0;
|
|
5622
6388
|
border-radius: 12px;
|
|
5623
6389
|
}
|
|
5624
6390
|
|
|
5625
|
-
.tab-trigger:where([data-variant=fill][data-state=active]) {
|
|
6391
|
+
.tab-trigger:where([data-variant="fill"][data-state="active"]) {
|
|
5626
6392
|
background: var(--tab-color-active);
|
|
5627
6393
|
}
|
|
5628
6394
|
|
|
5629
|
-
.tab-trigger:where([data-variant=fill][data-state=active])
|
|
6395
|
+
.tab-trigger:where([data-variant="fill"][data-state="active"])
|
|
6396
|
+
.tab-trigger-label {
|
|
5630
6397
|
color: var(--tab-fill-active-color);
|
|
5631
6398
|
}
|
|
5632
6399
|
|
|
5633
|
-
.tab-trigger:where([data-variant=fill]):where(
|
|
6400
|
+
.tab-trigger:where([data-variant="fill"]):where(
|
|
6401
|
+
:not([data-state="active"])
|
|
6402
|
+
):hover {
|
|
5634
6403
|
background: var(--tab-fill-hover-bg);
|
|
5635
6404
|
}
|
|
5636
6405
|
|
|
@@ -5639,8 +6408,6 @@ figure.chip {
|
|
|
5639
6408
|
padding: var(--spacing-padding-6) 0;
|
|
5640
6409
|
}
|
|
5641
6410
|
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
6411
|
.table {
|
|
5645
6412
|
width: 100%;
|
|
5646
6413
|
border-collapse: collapse;
|
|
@@ -5658,130 +6425,216 @@ figure.chip {
|
|
|
5658
6425
|
position: relative;
|
|
5659
6426
|
z-index: 0;
|
|
5660
6427
|
}
|
|
5661
|
-
.table[data-layout=line] :where(.table-native-cell):where(.table-th) {
|
|
6428
|
+
.table[data-layout="line"] :where(.table-native-cell):where(.table-th) {
|
|
5662
6429
|
--table-cell-padding-inline: var(--table-line-cell-padding-inline);
|
|
5663
6430
|
--table-cell-padding-block: var(--table-line-cell-padding-block);
|
|
5664
6431
|
height: calc(attr(rowspan number, 1) * var(--table-line-cell-height-head));
|
|
5665
6432
|
}
|
|
5666
|
-
.table[data-layout=line]
|
|
6433
|
+
.table[data-layout="line"]
|
|
6434
|
+
:where(.table-native-cell):where(.table-th)
|
|
6435
|
+
:where(.table-cell-content) {
|
|
5667
6436
|
border-bottom: 1px solid var(--table-border-color);
|
|
5668
6437
|
}
|
|
5669
|
-
.table[data-layout=line] :where(.table-native-cell):where(.table-td) {
|
|
6438
|
+
.table[data-layout="line"] :where(.table-native-cell):where(.table-td) {
|
|
5670
6439
|
--table-cell-padding-inline: var(--table-line-cell-padding-inline);
|
|
5671
6440
|
--table-cell-padding-block: var(--table-line-cell-padding-block);
|
|
5672
6441
|
height: calc(attr(rowspan number, 1) * var(--table-line-cell-height-body));
|
|
5673
6442
|
}
|
|
5674
|
-
.table[data-layout=line]
|
|
6443
|
+
.table[data-layout="line"]
|
|
6444
|
+
:where(.table-native-cell):where(.table-td)
|
|
6445
|
+
:where(.table-cell-content) {
|
|
5675
6446
|
border-bottom: 1px solid var(--table-border-color);
|
|
5676
6447
|
}
|
|
5677
|
-
.table[data-layout=line]
|
|
6448
|
+
.table[data-layout="line"]
|
|
6449
|
+
:where(.table-head)
|
|
6450
|
+
:where(.table-native-cell):where(.table-th) {
|
|
5678
6451
|
height: var(--table-line-cell-height-head);
|
|
5679
6452
|
background-color: var(--table-line-head-background-color);
|
|
5680
6453
|
}
|
|
5681
|
-
.table[data-layout=line]
|
|
6454
|
+
.table[data-layout="line"]
|
|
6455
|
+
:where(.table-head)
|
|
6456
|
+
:where(.table-native-cell)
|
|
6457
|
+
:where(.table-cell-content) {
|
|
5682
6458
|
border-top: 1px solid var(--table-border-color);
|
|
5683
6459
|
}
|
|
5684
|
-
.table[data-layout=line]
|
|
6460
|
+
.table[data-layout="line"]
|
|
6461
|
+
:where(.table-body)
|
|
6462
|
+
:where(.table-native-cell):where(.table-td) {
|
|
5685
6463
|
height: var(--table-line-cell-height-body);
|
|
5686
6464
|
}
|
|
5687
|
-
.table[data-layout=line]
|
|
6465
|
+
.table[data-layout="line"]
|
|
6466
|
+
:where(.table-body)
|
|
6467
|
+
:where(.table-native-cell):where(.table-th)
|
|
6468
|
+
:where(.table-native-cell-text) {
|
|
5688
6469
|
--table-th-text-weight: 600;
|
|
5689
6470
|
}
|
|
5690
|
-
.table[data-layout=line]
|
|
6471
|
+
.table[data-layout="line"]
|
|
6472
|
+
:where(.table-body)
|
|
6473
|
+
:where(.table-native-cell):where(.table-th)
|
|
6474
|
+
:where(.table-cell-text) {
|
|
5691
6475
|
--table-th-text-weight: 600;
|
|
5692
6476
|
}
|
|
5693
|
-
.table[data-layout=line]
|
|
6477
|
+
.table[data-layout="line"]
|
|
6478
|
+
:where(.table-foot)
|
|
6479
|
+
:where(.table-native-cell):where(.table-td) {
|
|
5694
6480
|
height: var(--table-line-cell-height-body);
|
|
5695
6481
|
}
|
|
5696
|
-
.table[data-layout=line]
|
|
6482
|
+
.table[data-layout="line"]
|
|
6483
|
+
:where(.table-native-cell[rowspan])
|
|
6484
|
+
:where(.table-cell-content) {
|
|
5697
6485
|
border-right: 1px solid var(--table-border-color);
|
|
5698
6486
|
}
|
|
5699
|
-
.table[data-layout=grid] {
|
|
6487
|
+
.table[data-layout="grid"] {
|
|
5700
6488
|
border-radius: var(--table-grid-border-radius);
|
|
5701
6489
|
overflow: visible;
|
|
5702
6490
|
isolation: isolate;
|
|
5703
6491
|
}
|
|
5704
|
-
.table[data-layout=grid] :where(.table-native-cell):where(.table-th) {
|
|
6492
|
+
.table[data-layout="grid"] :where(.table-native-cell):where(.table-th) {
|
|
5705
6493
|
--table-cell-padding-inline: var(--table-grid-cell-padding-inline);
|
|
5706
6494
|
--table-cell-padding-block: var(--table-grid-cell-padding-block);
|
|
5707
6495
|
height: var(--table-grid-cell-height);
|
|
5708
6496
|
}
|
|
5709
|
-
.table[data-layout=grid]
|
|
6497
|
+
.table[data-layout="grid"]
|
|
6498
|
+
:where(.table-native-cell):where(.table-th)[rowspan] {
|
|
5710
6499
|
height: calc(attr(rowspan number, 1) * var(--table-grid-cell-height));
|
|
5711
6500
|
}
|
|
5712
|
-
.table[data-layout=grid] :where(.table-native-cell):where(.table-td) {
|
|
6501
|
+
.table[data-layout="grid"] :where(.table-native-cell):where(.table-td) {
|
|
5713
6502
|
--table-cell-padding-inline: var(--table-grid-cell-padding-inline);
|
|
5714
6503
|
--table-cell-padding-block: var(--table-grid-cell-padding-block);
|
|
5715
6504
|
height: var(--table-grid-cell-height);
|
|
5716
6505
|
}
|
|
5717
|
-
.table[data-layout=grid]
|
|
6506
|
+
.table[data-layout="grid"]
|
|
6507
|
+
:where(.table-native-cell):where(.table-td)[rowspan] {
|
|
5718
6508
|
height: calc(attr(rowspan number, 1) * var(--table-grid-cell-height));
|
|
5719
6509
|
}
|
|
5720
|
-
.table[data-layout=grid]
|
|
6510
|
+
.table[data-layout="grid"]
|
|
6511
|
+
:where(.table-head)
|
|
6512
|
+
:where(.table-native-cell):where(.table-th) {
|
|
5721
6513
|
background-color: var(--table-grid-head-background-color);
|
|
5722
6514
|
}
|
|
5723
|
-
.table[data-layout=grid]
|
|
6515
|
+
.table[data-layout="grid"]
|
|
6516
|
+
:where(.table-head)
|
|
6517
|
+
:where(.table-row:first-child)
|
|
6518
|
+
> :where(.table-native-cell:first-child) {
|
|
5724
6519
|
border-top-left-radius: var(--table-grid-border-radius);
|
|
5725
6520
|
}
|
|
5726
|
-
.table[data-layout=grid]
|
|
6521
|
+
.table[data-layout="grid"]
|
|
6522
|
+
:where(.table-head)
|
|
6523
|
+
:where(.table-row:first-child)
|
|
6524
|
+
> :where(.table-native-cell:last-child) {
|
|
5727
6525
|
border-top-right-radius: var(--table-grid-border-radius);
|
|
5728
6526
|
}
|
|
5729
|
-
.table[data-layout=grid]
|
|
6527
|
+
.table[data-layout="grid"]
|
|
6528
|
+
:where(.table-body)
|
|
6529
|
+
:where(.table-native-cell):where(.table-th) {
|
|
5730
6530
|
background-color: var(--table-grid-row-header-background-color);
|
|
5731
6531
|
}
|
|
5732
|
-
.table[data-layout=grid]
|
|
6532
|
+
.table[data-layout="grid"]
|
|
6533
|
+
:where(.table-foot)
|
|
6534
|
+
:where(.table-native-cell):where(.table-th) {
|
|
5733
6535
|
background-color: var(--table-grid-row-header-background-color);
|
|
5734
6536
|
}
|
|
5735
|
-
.table[data-layout=grid]
|
|
6537
|
+
.table[data-layout="grid"]
|
|
6538
|
+
:where(.table-row[data-highlighted="true"])
|
|
6539
|
+
:where(.table-native-cell):where(.table-th) {
|
|
5736
6540
|
background-color: var(--table-grid-row-highlight-background-color);
|
|
5737
6541
|
}
|
|
5738
|
-
.table[data-layout=grid]
|
|
6542
|
+
.table[data-layout="grid"]
|
|
6543
|
+
:where(.table-row[data-highlighted="true"])
|
|
6544
|
+
:where(.table-native-cell):where(.table-td) {
|
|
5739
6545
|
background-color: var(--table-grid-row-highlight-background-color);
|
|
5740
6546
|
}
|
|
5741
|
-
.table[data-layout=grid] :where(.table-cell-content) {
|
|
6547
|
+
.table[data-layout="grid"] :where(.table-cell-content) {
|
|
5742
6548
|
border-right: 1px solid var(--table-border-color);
|
|
5743
6549
|
border-bottom: 1px solid var(--table-border-color);
|
|
5744
6550
|
}
|
|
5745
|
-
.table[data-layout=grid]
|
|
6551
|
+
.table[data-layout="grid"]
|
|
6552
|
+
:where(.table-head)
|
|
6553
|
+
:where(.table-row:first-child)
|
|
6554
|
+
> :where(.table-native-cell)
|
|
6555
|
+
> :where(.table-cell-content) {
|
|
5746
6556
|
border-top: 1px solid var(--table-border-color);
|
|
5747
6557
|
}
|
|
5748
|
-
.table[data-layout=grid]
|
|
6558
|
+
.table[data-layout="grid"]
|
|
6559
|
+
:where(.table-row)
|
|
6560
|
+
> :where(.table-native-cell:first-child)
|
|
6561
|
+
> :where(.table-cell-content) {
|
|
5749
6562
|
border-left: 1px solid var(--table-border-color);
|
|
5750
6563
|
}
|
|
5751
|
-
.table[data-layout=grid]
|
|
6564
|
+
.table[data-layout="grid"]
|
|
6565
|
+
:where(.table-row)
|
|
6566
|
+
> :where(.table-native-cell[rowspan])
|
|
6567
|
+
> :where(.table-cell-content) {
|
|
5752
6568
|
border-right: 0;
|
|
5753
6569
|
}
|
|
5754
|
-
.table[data-layout=grid]
|
|
6570
|
+
.table[data-layout="grid"]
|
|
6571
|
+
:where(.table-row)
|
|
6572
|
+
> :where(.table-native-cell[rowspan] + .table-native-cell)
|
|
6573
|
+
> :where(.table-cell-content) {
|
|
5755
6574
|
border-left: 1px solid var(--table-border-color);
|
|
5756
6575
|
}
|
|
5757
|
-
.table[data-layout=grid]
|
|
6576
|
+
.table[data-layout="grid"]
|
|
6577
|
+
:where(.table-row:first-child)
|
|
6578
|
+
> :where(.table-native-cell:first-child)
|
|
6579
|
+
:where(.table-cell-content) {
|
|
5758
6580
|
border-top-left-radius: inherit;
|
|
5759
6581
|
}
|
|
5760
|
-
.table[data-layout=grid]
|
|
6582
|
+
.table[data-layout="grid"]
|
|
6583
|
+
:where(.table-row:first-child)
|
|
6584
|
+
> :where(.table-native-cell:last-child)
|
|
6585
|
+
:where(.table-cell-content) {
|
|
5761
6586
|
border-top-right-radius: inherit;
|
|
5762
6587
|
}
|
|
5763
|
-
.table[data-layout=grid]
|
|
6588
|
+
.table[data-layout="grid"]
|
|
6589
|
+
:where(.table-foot)
|
|
6590
|
+
:where(.table-row:last-child)
|
|
6591
|
+
> :where(.table-native-cell:first-child) {
|
|
5764
6592
|
border-bottom-left-radius: var(--table-grid-border-radius);
|
|
5765
6593
|
}
|
|
5766
|
-
.table[data-layout=grid]
|
|
6594
|
+
.table[data-layout="grid"]
|
|
6595
|
+
:where(.table-foot)
|
|
6596
|
+
:where(.table-row:last-child)
|
|
6597
|
+
> :where(.table-native-cell:first-child)
|
|
6598
|
+
:where(.table-cell-content) {
|
|
5767
6599
|
border-bottom-left-radius: inherit;
|
|
5768
6600
|
}
|
|
5769
|
-
.table[data-layout=grid]
|
|
6601
|
+
.table[data-layout="grid"]
|
|
6602
|
+
:where(.table-foot)
|
|
6603
|
+
:where(.table-row:last-child)
|
|
6604
|
+
> :where(.table-native-cell:last-child) {
|
|
5770
6605
|
border-bottom-right-radius: var(--table-grid-border-radius);
|
|
5771
6606
|
}
|
|
5772
|
-
.table[data-layout=grid]
|
|
6607
|
+
.table[data-layout="grid"]
|
|
6608
|
+
:where(.table-foot)
|
|
6609
|
+
:where(.table-row:last-child)
|
|
6610
|
+
> :where(.table-native-cell:last-child)
|
|
6611
|
+
:where(.table-cell-content) {
|
|
5773
6612
|
border-bottom-right-radius: inherit;
|
|
5774
6613
|
}
|
|
5775
|
-
.table[data-layout=grid]:not([data-has-footer=true])
|
|
6614
|
+
.table[data-layout="grid"]:not([data-has-footer="true"])
|
|
6615
|
+
:where(.table-body:last-of-type)
|
|
6616
|
+
:where(.table-row:last-child)
|
|
6617
|
+
> :where(.table-native-cell:first-child) {
|
|
5776
6618
|
border-bottom-left-radius: var(--table-grid-border-radius);
|
|
5777
6619
|
}
|
|
5778
|
-
.table[data-layout=grid]:not([data-has-footer=true])
|
|
6620
|
+
.table[data-layout="grid"]:not([data-has-footer="true"])
|
|
6621
|
+
:where(.table-body:last-of-type)
|
|
6622
|
+
:where(.table-row:last-child)
|
|
6623
|
+
> :where(.table-native-cell:first-child)
|
|
6624
|
+
:where(.table-cell-content) {
|
|
5779
6625
|
border-bottom-left-radius: inherit;
|
|
5780
6626
|
}
|
|
5781
|
-
.table[data-layout=grid]:not([data-has-footer=true])
|
|
6627
|
+
.table[data-layout="grid"]:not([data-has-footer="true"])
|
|
6628
|
+
:where(.table-body:last-of-type)
|
|
6629
|
+
:where(.table-row:last-child)
|
|
6630
|
+
> :where(.table-native-cell:last-child) {
|
|
5782
6631
|
border-bottom-right-radius: var(--table-grid-border-radius);
|
|
5783
6632
|
}
|
|
5784
|
-
.table[data-layout=grid]:not([data-has-footer=true])
|
|
6633
|
+
.table[data-layout="grid"]:not([data-has-footer="true"])
|
|
6634
|
+
:where(.table-body:last-of-type)
|
|
6635
|
+
:where(.table-row:last-child)
|
|
6636
|
+
> :where(.table-native-cell:last-child)
|
|
6637
|
+
:where(.table-cell-content) {
|
|
5785
6638
|
border-bottom-right-radius: inherit;
|
|
5786
6639
|
}
|
|
5787
6640
|
.table :where(.table-native-cell):where(.table-th) {
|
|
@@ -5792,19 +6645,34 @@ figure.chip {
|
|
|
5792
6645
|
bottom: var(--table-cell-sticky-bottom);
|
|
5793
6646
|
z-index: var(--table-cell-z-index);
|
|
5794
6647
|
}
|
|
5795
|
-
.table
|
|
6648
|
+
.table
|
|
6649
|
+
:where(.table-head)
|
|
6650
|
+
:where(.table-row)
|
|
6651
|
+
> :where(.table-native-cell):where(.table-th) {
|
|
5796
6652
|
--table-cell-z-index: 300;
|
|
5797
6653
|
}
|
|
5798
|
-
.table
|
|
6654
|
+
.table
|
|
6655
|
+
:where(.table-head)
|
|
6656
|
+
:where(.table-row)
|
|
6657
|
+
> :where(.table-native-cell):where(.table-th):where(.table-cell-sticky) {
|
|
5799
6658
|
--table-cell-z-index: 400;
|
|
5800
6659
|
}
|
|
5801
|
-
.table
|
|
6660
|
+
.table
|
|
6661
|
+
:where(.table-body)
|
|
6662
|
+
:where(.table-row)
|
|
6663
|
+
> :where(.table-native-cell):where(.table-th) {
|
|
5802
6664
|
--table-cell-z-index: 200;
|
|
5803
6665
|
}
|
|
5804
|
-
.table
|
|
6666
|
+
.table
|
|
6667
|
+
:where(.table-body)
|
|
6668
|
+
:where(.table-row)
|
|
6669
|
+
> :where(.table-native-cell):where(.table-th):where(.table-cell-sticky) {
|
|
5805
6670
|
--table-cell-z-index: 300;
|
|
5806
6671
|
}
|
|
5807
|
-
.table
|
|
6672
|
+
.table
|
|
6673
|
+
:where(.table-foot)
|
|
6674
|
+
:where(.table-row)
|
|
6675
|
+
> :where(.table-native-cell):where(.table-th) {
|
|
5808
6676
|
--table-cell-z-index: 200;
|
|
5809
6677
|
}
|
|
5810
6678
|
.table :where(.table-foot .table-cell-content) {
|
|
@@ -5823,21 +6691,21 @@ figure.chip {
|
|
|
5823
6691
|
.table-scroll-wrapper {
|
|
5824
6692
|
width: 100%;
|
|
5825
6693
|
}
|
|
5826
|
-
.table-scroll-wrapper[data-layout=grid] {
|
|
6694
|
+
.table-scroll-wrapper[data-layout="grid"] {
|
|
5827
6695
|
border-radius: var(--table-grid-border-radius);
|
|
5828
6696
|
}
|
|
5829
6697
|
|
|
5830
|
-
.table-scroll-wrapper[data-scroll-axis=x] {
|
|
6698
|
+
.table-scroll-wrapper[data-scroll-axis="x"] {
|
|
5831
6699
|
overflow-x: auto;
|
|
5832
6700
|
overflow-y: visible;
|
|
5833
6701
|
}
|
|
5834
6702
|
|
|
5835
|
-
.table-scroll-wrapper[data-scroll-axis=y] {
|
|
6703
|
+
.table-scroll-wrapper[data-scroll-axis="y"] {
|
|
5836
6704
|
overflow-x: visible;
|
|
5837
6705
|
overflow-y: auto;
|
|
5838
6706
|
}
|
|
5839
6707
|
|
|
5840
|
-
.table-scroll-wrapper[data-scroll-axis=both] {
|
|
6708
|
+
.table-scroll-wrapper[data-scroll-axis="both"] {
|
|
5841
6709
|
overflow: auto;
|
|
5842
6710
|
}
|
|
5843
6711
|
|
|
@@ -5868,11 +6736,11 @@ figure.chip {
|
|
|
5868
6736
|
padding-block: var(--table-cell-padding-block);
|
|
5869
6737
|
}
|
|
5870
6738
|
|
|
5871
|
-
.table-cell-content[data-padding=none] {
|
|
6739
|
+
.table-cell-content[data-padding="none"] {
|
|
5872
6740
|
padding: 0;
|
|
5873
6741
|
}
|
|
5874
6742
|
|
|
5875
|
-
.table-cell-content[data-no-padding=true] {
|
|
6743
|
+
.table-cell-content[data-no-padding="true"] {
|
|
5876
6744
|
padding: 0;
|
|
5877
6745
|
}
|
|
5878
6746
|
|
|
@@ -5893,99 +6761,99 @@ figure.chip {
|
|
|
5893
6761
|
white-space: nowrap;
|
|
5894
6762
|
}
|
|
5895
6763
|
|
|
5896
|
-
.table-cell-content[data-align-x=left] {
|
|
6764
|
+
.table-cell-content[data-align-x="left"] {
|
|
5897
6765
|
justify-content: flex-start;
|
|
5898
6766
|
}
|
|
5899
6767
|
|
|
5900
|
-
.table-cell-content[data-align-x=center] {
|
|
6768
|
+
.table-cell-content[data-align-x="center"] {
|
|
5901
6769
|
justify-content: center;
|
|
5902
6770
|
}
|
|
5903
6771
|
|
|
5904
|
-
.table-cell-content[data-align-x=right] {
|
|
6772
|
+
.table-cell-content[data-align-x="right"] {
|
|
5905
6773
|
justify-content: flex-end;
|
|
5906
6774
|
}
|
|
5907
6775
|
|
|
5908
|
-
.table-cell-content[data-align-x=normal] {
|
|
6776
|
+
.table-cell-content[data-align-x="normal"] {
|
|
5909
6777
|
justify-content: normal;
|
|
5910
6778
|
}
|
|
5911
6779
|
|
|
5912
|
-
.table-cell-content[data-align-x=start] {
|
|
6780
|
+
.table-cell-content[data-align-x="start"] {
|
|
5913
6781
|
justify-content: start;
|
|
5914
6782
|
}
|
|
5915
6783
|
|
|
5916
|
-
.table-cell-content[data-align-x=end] {
|
|
6784
|
+
.table-cell-content[data-align-x="end"] {
|
|
5917
6785
|
justify-content: end;
|
|
5918
6786
|
}
|
|
5919
6787
|
|
|
5920
|
-
.table-cell-content[data-align-x=flex-start] {
|
|
6788
|
+
.table-cell-content[data-align-x="flex-start"] {
|
|
5921
6789
|
justify-content: flex-start;
|
|
5922
6790
|
}
|
|
5923
6791
|
|
|
5924
|
-
.table-cell-content[data-align-x=flex-end] {
|
|
6792
|
+
.table-cell-content[data-align-x="flex-end"] {
|
|
5925
6793
|
justify-content: flex-end;
|
|
5926
6794
|
}
|
|
5927
6795
|
|
|
5928
|
-
.table-cell-content[data-align-x=space-between] {
|
|
6796
|
+
.table-cell-content[data-align-x="space-between"] {
|
|
5929
6797
|
justify-content: space-between;
|
|
5930
6798
|
}
|
|
5931
6799
|
|
|
5932
|
-
.table-cell-content[data-align-x=space-around] {
|
|
6800
|
+
.table-cell-content[data-align-x="space-around"] {
|
|
5933
6801
|
justify-content: space-around;
|
|
5934
6802
|
}
|
|
5935
6803
|
|
|
5936
|
-
.table-cell-content[data-align-x=space-evenly] {
|
|
6804
|
+
.table-cell-content[data-align-x="space-evenly"] {
|
|
5937
6805
|
justify-content: space-evenly;
|
|
5938
6806
|
}
|
|
5939
6807
|
|
|
5940
|
-
.table-cell-content[data-align-x=stretch] {
|
|
6808
|
+
.table-cell-content[data-align-x="stretch"] {
|
|
5941
6809
|
justify-content: stretch;
|
|
5942
6810
|
}
|
|
5943
6811
|
|
|
5944
|
-
.table-cell-content[data-align-y=top] {
|
|
6812
|
+
.table-cell-content[data-align-y="top"] {
|
|
5945
6813
|
align-items: flex-start;
|
|
5946
6814
|
}
|
|
5947
6815
|
|
|
5948
|
-
.table-cell-content[data-align-y=center] {
|
|
6816
|
+
.table-cell-content[data-align-y="center"] {
|
|
5949
6817
|
align-items: center;
|
|
5950
6818
|
}
|
|
5951
6819
|
|
|
5952
|
-
.table-cell-content[data-align-y=bottom] {
|
|
6820
|
+
.table-cell-content[data-align-y="bottom"] {
|
|
5953
6821
|
align-items: flex-end;
|
|
5954
6822
|
}
|
|
5955
6823
|
|
|
5956
|
-
.table-cell-content[data-align-y=normal] {
|
|
6824
|
+
.table-cell-content[data-align-y="normal"] {
|
|
5957
6825
|
align-items: normal;
|
|
5958
6826
|
}
|
|
5959
6827
|
|
|
5960
|
-
.table-cell-content[data-align-y=stretch] {
|
|
6828
|
+
.table-cell-content[data-align-y="stretch"] {
|
|
5961
6829
|
align-items: stretch;
|
|
5962
6830
|
}
|
|
5963
6831
|
|
|
5964
|
-
.table-cell-content[data-align-y=start] {
|
|
6832
|
+
.table-cell-content[data-align-y="start"] {
|
|
5965
6833
|
align-items: start;
|
|
5966
6834
|
}
|
|
5967
6835
|
|
|
5968
|
-
.table-cell-content[data-align-y=end] {
|
|
6836
|
+
.table-cell-content[data-align-y="end"] {
|
|
5969
6837
|
align-items: end;
|
|
5970
6838
|
}
|
|
5971
6839
|
|
|
5972
|
-
.table-cell-content[data-align-y=flex-start] {
|
|
6840
|
+
.table-cell-content[data-align-y="flex-start"] {
|
|
5973
6841
|
align-items: flex-start;
|
|
5974
6842
|
}
|
|
5975
6843
|
|
|
5976
|
-
.table-cell-content[data-align-y=flex-end] {
|
|
6844
|
+
.table-cell-content[data-align-y="flex-end"] {
|
|
5977
6845
|
align-items: flex-end;
|
|
5978
6846
|
}
|
|
5979
6847
|
|
|
5980
|
-
.table-cell-content[data-align-y=self-start] {
|
|
6848
|
+
.table-cell-content[data-align-y="self-start"] {
|
|
5981
6849
|
align-items: self-start;
|
|
5982
6850
|
}
|
|
5983
6851
|
|
|
5984
|
-
.table-cell-content[data-align-y=self-end] {
|
|
6852
|
+
.table-cell-content[data-align-y="self-end"] {
|
|
5985
6853
|
align-items: self-end;
|
|
5986
6854
|
}
|
|
5987
6855
|
|
|
5988
|
-
.table-cell-content[data-align-y=baseline] {
|
|
6856
|
+
.table-cell-content[data-align-y="baseline"] {
|
|
5989
6857
|
align-items: baseline;
|
|
5990
6858
|
}
|
|
5991
6859
|
|
|
@@ -5996,9 +6864,15 @@ figure.chip {
|
|
|
5996
6864
|
line-height: var(--table-th-text-line-height);
|
|
5997
6865
|
}
|
|
5998
6866
|
|
|
5999
|
-
.table-cell .input[data-priority=table] .input-element,
|
|
6000
|
-
.table-cell
|
|
6001
|
-
.
|
|
6867
|
+
.table-cell .input[data-priority="table"] .input-element,
|
|
6868
|
+
.table-cell
|
|
6869
|
+
.select.select-container
|
|
6870
|
+
.select-button[data-priority="table"]
|
|
6871
|
+
.select-label,
|
|
6872
|
+
.table-cell
|
|
6873
|
+
.select.select-container
|
|
6874
|
+
.select-button[data-priority="table"]
|
|
6875
|
+
.select-label-placeholder {
|
|
6002
6876
|
color: var(--table-td-text-color);
|
|
6003
6877
|
font-size: var(--table-td-text-size);
|
|
6004
6878
|
font-weight: var(--table-td-text-weight);
|
|
@@ -6036,8 +6910,6 @@ figure.chip {
|
|
|
6036
6910
|
line-height: var(--table-td-text-line-height);
|
|
6037
6911
|
}
|
|
6038
6912
|
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
6913
|
.toast-stack {
|
|
6042
6914
|
--toast-stack-translate-x: 0;
|
|
6043
6915
|
--toast-stack-translate-y: 0;
|
|
@@ -6047,43 +6919,46 @@ figure.chip {
|
|
|
6047
6919
|
flex-direction: column;
|
|
6048
6920
|
gap: var(--toast-stack-gap);
|
|
6049
6921
|
pointer-events: none;
|
|
6050
|
-
transform: translate(
|
|
6922
|
+
transform: translate(
|
|
6923
|
+
var(--toast-stack-translate-x),
|
|
6924
|
+
var(--toast-stack-translate-y)
|
|
6925
|
+
);
|
|
6051
6926
|
}
|
|
6052
6927
|
|
|
6053
|
-
.toast-stack:where([data-x=left]) {
|
|
6928
|
+
.toast-stack:where([data-x="left"]) {
|
|
6054
6929
|
left: var(--toast-stack-margin);
|
|
6055
6930
|
--toast-transition-x: calc(var(--toast-transition-distance) * -1);
|
|
6056
6931
|
}
|
|
6057
6932
|
|
|
6058
|
-
.toast-stack:where([data-x=center]) {
|
|
6933
|
+
.toast-stack:where([data-x="center"]) {
|
|
6059
6934
|
left: 50%;
|
|
6060
6935
|
--toast-stack-translate-x: -50%;
|
|
6061
6936
|
--toast-transition-distance: -80%;
|
|
6062
6937
|
}
|
|
6063
6938
|
|
|
6064
|
-
.toast-stack:where([data-x=right]) {
|
|
6939
|
+
.toast-stack:where([data-x="right"]) {
|
|
6065
6940
|
right: var(--toast-stack-margin);
|
|
6066
6941
|
--toast-transition-x: var(--toast-transition-distance);
|
|
6067
6942
|
}
|
|
6068
6943
|
|
|
6069
|
-
.toast-stack:where([data-y=top]) {
|
|
6944
|
+
.toast-stack:where([data-y="top"]) {
|
|
6070
6945
|
top: var(--toast-stack-margin);
|
|
6071
6946
|
}
|
|
6072
6947
|
|
|
6073
|
-
.toast-stack:where([data-y=center]) {
|
|
6948
|
+
.toast-stack:where([data-y="center"]) {
|
|
6074
6949
|
top: 50%;
|
|
6075
6950
|
--toast-stack-translate-y: -50%;
|
|
6076
6951
|
}
|
|
6077
6952
|
|
|
6078
|
-
.toast-stack:where([data-y=bottom]) {
|
|
6953
|
+
.toast-stack:where([data-y="bottom"]) {
|
|
6079
6954
|
bottom: var(--toast-stack-margin);
|
|
6080
6955
|
}
|
|
6081
6956
|
|
|
6082
|
-
.toast-stack:where([data-x=center][data-y=top]) {
|
|
6957
|
+
.toast-stack:where([data-x="center"][data-y="top"]) {
|
|
6083
6958
|
--toast-transition-y: calc(var(--toast-transition-distance) * -1);
|
|
6084
6959
|
}
|
|
6085
6960
|
|
|
6086
|
-
.toast-stack:where([data-x=center][data-y=bottom]) {
|
|
6961
|
+
.toast-stack:where([data-x="center"][data-y="bottom"]) {
|
|
6087
6962
|
--toast-transition-y: var(--toast-transition-distance);
|
|
6088
6963
|
}
|
|
6089
6964
|
|
|
@@ -6100,10 +6975,12 @@ figure.chip {
|
|
|
6100
6975
|
opacity: 0;
|
|
6101
6976
|
pointer-events: auto;
|
|
6102
6977
|
transform: translate(var(--toast-transition-x), var(--toast-transition-y));
|
|
6103
|
-
transition:
|
|
6978
|
+
transition:
|
|
6979
|
+
opacity var(--toast-transition-duration) var(--toast-transition-easing),
|
|
6980
|
+
transform var(--toast-transition-duration) var(--toast-transition-easing);
|
|
6104
6981
|
}
|
|
6105
6982
|
|
|
6106
|
-
.toast:where([data-phase=open]) {
|
|
6983
|
+
.toast:where([data-phase="open"]) {
|
|
6107
6984
|
opacity: 1;
|
|
6108
6985
|
transform: translateY(0);
|
|
6109
6986
|
}
|
|
@@ -6147,8 +7024,6 @@ figure.chip {
|
|
|
6147
7024
|
opacity: 0.82;
|
|
6148
7025
|
}
|
|
6149
7026
|
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
7027
|
.tooltip-trigger {
|
|
6153
7028
|
display: inline-flex;
|
|
6154
7029
|
align-items: center;
|
|
@@ -6179,7 +7054,8 @@ figure.chip {
|
|
|
6179
7054
|
box-sizing: border-box;
|
|
6180
7055
|
border-radius: var(--tooltip-message-radius);
|
|
6181
7056
|
background-color: var(--tooltip-message-background);
|
|
6182
|
-
padding: var(--tooltip-message-padding-block)
|
|
7057
|
+
padding: var(--tooltip-message-padding-block)
|
|
7058
|
+
var(--tooltip-message-padding-inline);
|
|
6183
7059
|
}
|
|
6184
7060
|
|
|
6185
7061
|
.tooltip-message-text {
|