@delightui/components 0.1.27 → 0.1.29
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/dist/cjs/components/atoms/Image/image.types.d.ts +5 -0
- package/dist/cjs/components/atoms/Input/Input.d.ts +1 -1
- package/dist/cjs/components/atoms/index.d.ts +0 -6
- package/dist/cjs/components/molecules/Grid/Grid.d.ts +4 -0
- package/dist/cjs/components/molecules/Grid/Grid.types.d.ts +9 -0
- package/dist/cjs/components/molecules/Grid/GridItem.d.ts +3 -0
- package/dist/cjs/components/molecules/Grid/index.d.ts +5 -0
- package/dist/cjs/components/molecules/GridList/GridList.d.ts +5 -0
- package/dist/cjs/components/molecules/GridList/GridList.types.d.ts +5 -0
- package/dist/cjs/components/molecules/GridList/index.d.ts +4 -0
- package/dist/cjs/components/{atoms → molecules}/List/List.types.d.ts +9 -3
- package/dist/cjs/components/molecules/index.d.ts +10 -0
- package/dist/cjs/library.css +624 -592
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/atoms/Image/image.types.d.ts +5 -0
- package/dist/esm/components/atoms/Input/Input.d.ts +1 -1
- package/dist/esm/components/atoms/index.d.ts +0 -6
- package/dist/esm/components/molecules/Grid/Grid.d.ts +4 -0
- package/dist/esm/components/molecules/Grid/Grid.types.d.ts +9 -0
- package/dist/esm/components/molecules/Grid/GridItem.d.ts +3 -0
- package/dist/esm/components/molecules/Grid/index.d.ts +5 -0
- package/dist/esm/components/molecules/GridList/GridList.d.ts +5 -0
- package/dist/esm/components/molecules/GridList/GridList.types.d.ts +5 -0
- package/dist/esm/components/molecules/GridList/index.d.ts +4 -0
- package/dist/esm/components/{atoms → molecules}/List/List.types.d.ts +9 -3
- package/dist/esm/components/molecules/index.d.ts +10 -0
- package/dist/esm/library.css +624 -592
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +201 -172
- package/package.json +1 -1
- /package/dist/cjs/components/{atoms → molecules}/ActionCard/ActionCard.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/ActionCard/ActionCard.types.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/ActionCard/index.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/Card/Card.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/Card/Card.types.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/Card/index.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/List/List.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/List/components/RootList.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/List/components/RootListItem.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/List/components/SortableList.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/List/components/SortableListItem.d.ts +0 -0
- /package/dist/cjs/components/{atoms → molecules}/List/index.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/ActionCard/ActionCard.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/ActionCard/ActionCard.types.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/ActionCard/index.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/Card/Card.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/Card/Card.types.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/Card/index.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/List/List.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/List/components/RootList.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/List/components/RootListItem.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/List/components/SortableList.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/List/components/SortableListItem.d.ts +0 -0
- /package/dist/esm/components/{atoms → molecules}/List/index.d.ts +0 -0
package/dist/esm/library.css
CHANGED
|
@@ -5,39 +5,494 @@
|
|
|
5
5
|
* - Inter (all weights)
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.ActionImage-module_actionImage__l76-v {
|
|
9
|
+
--actionImage-padding-top: var(--spacing-extra-extra-large);
|
|
10
|
+
--actionImage-padding-bottom: var(--spacing-extra-extra-large);
|
|
11
|
+
--actionImage-padding-right: var(--spacing-extra-extra-large);
|
|
12
|
+
--actionImage-padding-left: var(--spacing-extra-extra-large);
|
|
13
|
+
--actionImage-border-radius: var(--radius-medium);
|
|
14
|
+
--actionImage-border-width: 1px;
|
|
15
|
+
--actionImage-border-color: var(--border-grey-2);
|
|
16
|
+
--actionImage-background-color: var(--background-3);
|
|
17
|
+
--actionImage-border-color--hover: var(--border-grey-2);
|
|
18
|
+
--actionImage-background-color--hover: var(--background-4);
|
|
19
|
+
--actionImage-border-color--pressed: var(--border-grey-2);
|
|
20
|
+
--actionImage-background-color--pressed: var(--background-4);
|
|
21
|
+
--actionImage-border-color--focus-visible: var(--border-grey-1);
|
|
22
|
+
--actionImage-background-color--focus-visible: var(--background-3);
|
|
23
|
+
--actionImage-border-color--disabled: var(--border-grey-3);
|
|
24
|
+
--actionImage-background-color--disabled: var(--background-3);
|
|
25
|
+
display: flex;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
padding: var(--actionImage-padding-top) var(--actionImage-padding-right) var(--actionImage-padding-bottom) var(--actionImage-padding-left);
|
|
28
|
+
border-radius: var(--actionImage-border-radius);
|
|
29
|
+
background-color: var(--actionImage-background-color);
|
|
30
|
+
border: 1px solid var(--actionImage-border-color);
|
|
31
|
+
border: var(--actionImage-border-width) solid var(--actionImage-border-color);
|
|
32
|
+
}
|
|
33
|
+
.ActionImage-module_actionImage__l76-v:hover:not(.ActionImage-module_disabled__wzxNV) {
|
|
34
|
+
border: var(--actionImage-border-width) solid var(--actionImage-border-color--hover);
|
|
35
|
+
background-color: var(--actionImage-background-color--hover);
|
|
36
|
+
}
|
|
37
|
+
.ActionImage-module_actionImage__l76-v:active:not(.ActionImage-module_disabled__wzxNV) {
|
|
38
|
+
border: var(--actionImage-border-width) solid var(--actionImage-border-color--pressed);
|
|
39
|
+
background-color: var(--actionImage-background-color--pressed);
|
|
40
|
+
}
|
|
41
|
+
.ActionImage-module_actionImage__l76-v:focus-visible:not(.ActionImage-module_disabled__wzxNV) {
|
|
42
|
+
border: var(--actionImage-border-width) solid var(--actionImage-border-color--focus-visible);
|
|
43
|
+
background-color: var(--actionImage-background-color--focus-visible);
|
|
44
|
+
}
|
|
45
|
+
.ActionImage-module_actionImage__l76-v.ActionImage-module_disabled__wzxNV {
|
|
46
|
+
cursor: not-allowed;
|
|
47
|
+
border: var(--actionImage-border-width) solid var(--actionImage-border-color--disabled);
|
|
48
|
+
background-color: var(--actionImage-background-color--disabled);
|
|
49
|
+
}
|
|
50
|
+
.Spinner-module_spinner__CfJfU {
|
|
51
|
+
--spinner-height: 14px;
|
|
52
|
+
--spinner-width: 14px;
|
|
53
|
+
--spinner-border-width: 2px;
|
|
54
|
+
--spinner-border-style: solid;
|
|
55
|
+
--spinner-border-color: currentcolor;
|
|
56
|
+
width: 14px;
|
|
57
|
+
width: var(--spinner-width);
|
|
58
|
+
height: 14px;
|
|
59
|
+
height: var(--spinner-height);
|
|
60
|
+
border-width: 2px;
|
|
61
|
+
border-width: var(--spinner-border-width);
|
|
62
|
+
border-style: solid;
|
|
63
|
+
border-style: var(--spinner-border-style);
|
|
64
|
+
border-color: currentcolor;
|
|
65
|
+
border-color: var(--spinner-border-color);
|
|
66
|
+
border-top: 2px solid transparent;
|
|
67
|
+
border-top: var(--spinner-border-width) solid transparent;
|
|
68
|
+
border-radius: 50%;
|
|
69
|
+
animation: Spinner-module_spin__136Ue 1s linear infinite;
|
|
70
|
+
box-sizing: border-box;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@keyframes Spinner-module_spin__136Ue {
|
|
74
|
+
0% {
|
|
75
|
+
transform: rotate(0deg);
|
|
76
|
+
}
|
|
77
|
+
100% {
|
|
78
|
+
transform: rotate(360deg);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.image-module_image__FOVdK {
|
|
82
|
+
display: flex;
|
|
83
|
+
width: -moz-fit-content;
|
|
84
|
+
width: fit-content;
|
|
85
|
+
height: -moz-fit-content;
|
|
86
|
+
height: fit-content;
|
|
87
|
+
flex-shrink: 0;
|
|
88
|
+
}
|
|
89
|
+
.image-module_image__FOVdK .image-module_imageContainer__W7aeo {
|
|
90
|
+
width: -moz-fit-content;
|
|
91
|
+
width: fit-content;
|
|
92
|
+
height: -moz-fit-content;
|
|
93
|
+
height: fit-content;
|
|
94
|
+
}
|
|
95
|
+
.image-module_image__FOVdK .image-module_content__WqMqe {
|
|
96
|
+
width: 100%;
|
|
97
|
+
height: 100%;
|
|
98
|
+
}
|
|
99
|
+
.image-module_image__FOVdK .image-module_aspect__4e2hu {
|
|
100
|
+
position: relative;
|
|
101
|
+
width: 100%;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
}
|
|
104
|
+
.image-module_image__FOVdK .image-module_loadingIcon__b1Vun {
|
|
105
|
+
--spinner__width: 2rem;
|
|
106
|
+
--spinner__height: 2rem;
|
|
107
|
+
--spinner__border-width: 3px;
|
|
108
|
+
}
|
|
109
|
+
.image-module_fit__-ZO7j {
|
|
110
|
+
position: absolute;
|
|
111
|
+
top: 0;
|
|
112
|
+
left: 0;
|
|
113
|
+
-o-object-fit: cover;
|
|
114
|
+
object-fit: cover;
|
|
115
|
+
}
|
|
116
|
+
.image-module_fill__PWlRV {
|
|
117
|
+
-o-object-fit: fill;
|
|
118
|
+
object-fit: fill;
|
|
119
|
+
}
|
|
120
|
+
.image-module_crop__xEcCd {
|
|
121
|
+
-o-object-fit: cover;
|
|
122
|
+
object-fit: cover;
|
|
123
|
+
}
|
|
124
|
+
.Button-module_button__y6Gwz {
|
|
125
|
+
display: flex;
|
|
126
|
+
align-items: center;
|
|
127
|
+
justify-content: center;
|
|
128
|
+
position: relative;
|
|
129
|
+
height: var(--button-height);
|
|
130
|
+
min-height: var(--button-min-height);
|
|
131
|
+
max-height: var(--button-max-height);
|
|
132
|
+
width: var(--button-width);
|
|
133
|
+
min-width: var(--button-min-width);
|
|
134
|
+
max-width: var(--button-max-width);
|
|
135
|
+
padding-top: calc(var(--button-padding-top) - var(--button-border-top-width));
|
|
136
|
+
padding-bottom: calc(var(--button-padding-bottom) - var(--button-border-bottom-width));
|
|
137
|
+
padding-left: calc(var(--button-padding-left) - var(--button-border-left-width));
|
|
138
|
+
padding-right: calc(var(--button-padding-right) - var(--button-border-right-width));
|
|
139
|
+
row-gap: var(--button-row-gap);
|
|
140
|
+
-moz-column-gap: var(--button-column-gap);
|
|
141
|
+
column-gap: var(--button-column-gap);
|
|
142
|
+
border-bottom-width: var(--button-border-bottom-width);
|
|
143
|
+
border-left-width: var(--button-border-left-width);
|
|
144
|
+
border-right-width: var(--button-border-right-width);
|
|
145
|
+
border-top-width: var(--button-border-top-width);
|
|
146
|
+
border-style: var(--button-border-style);
|
|
147
|
+
border-color: var(--button-border-color);
|
|
148
|
+
border-top-left-radius: var(--button-border-top-left-radius);
|
|
149
|
+
border-top-right-radius: var(--button-border-top-right-radius);
|
|
150
|
+
border-bottom-right-radius: var(--button-border-bottom-right-radius);
|
|
151
|
+
border-bottom-left-radius: var(--button-border-bottom-left-radius);
|
|
152
|
+
outline-width: var(--button-outline-width);
|
|
153
|
+
outline-style: var(--button-outline-style);
|
|
154
|
+
outline-color: var(--button-outline-color);
|
|
155
|
+
background-color: var(--button-background-color);
|
|
156
|
+
font-family: var(--button-font-family);
|
|
157
|
+
font-size: var(--button-font-size);
|
|
158
|
+
font-weight: var(--button-font-weight);
|
|
159
|
+
line-height: var(--button-line-height);
|
|
160
|
+
color: var(--button-color);
|
|
161
|
+
}
|
|
162
|
+
.Button-module_button__y6Gwz .Button-module_content__IipV4 {
|
|
163
|
+
flex: 1;
|
|
164
|
+
display: flex;
|
|
165
|
+
justify-content: center;
|
|
166
|
+
justify-content: var(--button-content-justify-content, center);
|
|
167
|
+
}
|
|
168
|
+
.Button-module_button__y6Gwz .Button-module_content__IipV4 > *,
|
|
169
|
+
.Button-module_button__y6Gwz .Button-module_leadingIcon__vsX8z > *,
|
|
170
|
+
.Button-module_button__y6Gwz .Button-module_trailingIcon__kXG08 > * {
|
|
171
|
+
color: var(--button-color);
|
|
172
|
+
}
|
|
173
|
+
.Button-module_button__y6Gwz.Button-module_loading__7LCMc {
|
|
174
|
+
cursor: default;
|
|
175
|
+
pointer-events: none;
|
|
176
|
+
}
|
|
177
|
+
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_content__IipV4,
|
|
178
|
+
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_leadingIcon__vsX8z,
|
|
179
|
+
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_trailingIcon__kXG08 {
|
|
180
|
+
visibility: hidden;
|
|
181
|
+
}
|
|
182
|
+
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_loadingIcon__W6dH2 {
|
|
183
|
+
position: absolute;
|
|
184
|
+
}
|
|
185
|
+
.Button-module_button__y6Gwz:disabled {
|
|
186
|
+
cursor: not-allowed;
|
|
187
|
+
}
|
|
188
|
+
.Text-module_text__qmiLT {
|
|
189
|
+
font-family: var(--text-font-family);
|
|
190
|
+
font-weight: var(--text-font-weight);
|
|
191
|
+
font-size: var(--text-font-size);
|
|
192
|
+
letter-spacing: var(--text-letter-spacing);
|
|
193
|
+
line-height: var(--text-line-height);
|
|
194
|
+
color: var(--text-color);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.Text-module_italic__b92M- {
|
|
198
|
+
font-style: italic;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.Text-module_underline__i8JpB {
|
|
202
|
+
-webkit-text-decoration: underline;
|
|
203
|
+
text-decoration: underline;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.Text-module_strikethrough__AHLhC {
|
|
207
|
+
-webkit-text-decoration: line-through;
|
|
208
|
+
text-decoration: line-through;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.Text-module_nowrap__JVMFL {
|
|
212
|
+
text-wrap: nowrap;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.Text-module_whiteSpaceNoWrap__GYqL2 {
|
|
216
|
+
white-space: nowrap;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.Text-module_capitalize__r9qCk {
|
|
220
|
+
text-transform: capitalize;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.Text-module_upperCase__VCs2x {
|
|
224
|
+
text-transform: uppercase;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.Text-module_lowerCase__0T-7t {
|
|
228
|
+
text-transform: lowercase;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.Text-module_ellipsis__UXzJI {
|
|
232
|
+
text-overflow: ellipsis;
|
|
233
|
+
}
|
|
234
|
+
.Icon-module_icon__sUgmV {
|
|
235
|
+
--icon-size: fit-content;
|
|
236
|
+
--icon-fill: currentcolor;
|
|
237
|
+
display: block;
|
|
238
|
+
width: -moz-fit-content;
|
|
239
|
+
width: fit-content;
|
|
240
|
+
width: var(--icon-size);
|
|
241
|
+
height: -moz-fit-content;
|
|
242
|
+
height: fit-content;
|
|
243
|
+
height: var(--icon-size);
|
|
244
|
+
}
|
|
245
|
+
.Icon-module_icon__sUgmV svg,
|
|
246
|
+
.Icon-module_icon__sUgmV .Icon-module_svg__d1yIy {
|
|
247
|
+
display: block;
|
|
248
|
+
width: 100%;
|
|
249
|
+
height: 100%;
|
|
250
|
+
}
|
|
251
|
+
.Icon-module_icon__sUgmV * > path {
|
|
252
|
+
fill: var(--icon-fill);
|
|
253
|
+
}
|
|
254
|
+
.Icon-module_small__tXfZT {
|
|
255
|
+
--icon-size: 16px;
|
|
256
|
+
}
|
|
257
|
+
.Icon-module_medium__25TKF {
|
|
258
|
+
--icon-size: 20px;
|
|
259
|
+
}
|
|
260
|
+
.Icon-module_large__iCT3S {
|
|
261
|
+
--icon-size: 32px;
|
|
262
|
+
}
|
|
263
|
+
.IconButton-module_iconButton__77dh6 {
|
|
264
|
+
--button-opacity: var(--icon-button-opacity);
|
|
265
|
+
--button-height: var(--icon-button-height);
|
|
266
|
+
--button-min-height: var(--icon-button-min-height);
|
|
267
|
+
--button-max-height: var(--icon-button-max-height);
|
|
268
|
+
--button-width: var(--icon-button-width);
|
|
269
|
+
--button-min-width: var(--icon-button-min-width);
|
|
270
|
+
--button-max-width: var(--icon-button-max-width);
|
|
271
|
+
--button-background-color: var(--icon-button-background-color);
|
|
272
|
+
--button-fill: var(--icon-button-fill);
|
|
273
|
+
--button-border-top-left-radius: var(--icon-button-border-top-left-radius);
|
|
274
|
+
--button-border-top-right-radius: var(--icon-button-border-top-right-radius);
|
|
275
|
+
--button-border-bottom-left-radius: var(--icon-button-border-bottom-left-radius);
|
|
276
|
+
--button-border-bottom-right-radius: var(--icon-button-border-bottom-right-radius);
|
|
277
|
+
--button-border-color: var(--icon-button-border-color);
|
|
278
|
+
--button-border-style: var(--icon-button-border-style);
|
|
279
|
+
--button-border-gap: var(--icon-button-border-gap);
|
|
280
|
+
--button-border-dash: var(--icon-button-border-dash);
|
|
281
|
+
--button-border-top-width: var(--icon-button-border-top-width);
|
|
282
|
+
--button-border-right-width: var(--icon-button-border-right-width);
|
|
283
|
+
--button-border-bottom-width: var(--icon-button-border-bottom-width);
|
|
284
|
+
--button-border-left-width: var(--icon-button-border-left-width);
|
|
285
|
+
--button-outline-color: var(--icon-button-outline-color);
|
|
286
|
+
--button-outline-style: var(--icon-button-outline-style);
|
|
287
|
+
--button-outline-width: var(--icon-button-outline-width);
|
|
288
|
+
--button-padding-left: var(--icon-button-padding-left);
|
|
289
|
+
--button-padding-right: var(--icon-button-padding-right);
|
|
290
|
+
--button-padding-top: var(--icon-button-padding-top);
|
|
291
|
+
--button-padding-bottom: var(--icon-button-padding-bottom);
|
|
292
|
+
--button-row-gap: var(--icon-button-row-gap);
|
|
293
|
+
--button-column-gap: var(--icon-button-column-gap);
|
|
294
|
+
--button-font-family: var(--icon-button-font-family);
|
|
295
|
+
--button-font-size: var(--icon-button-font-size);
|
|
296
|
+
--button-color: var(--icon-button-color);
|
|
297
|
+
--button-letter-spacing: var(--icon-button-letter-spacing);
|
|
298
|
+
--button-line-height: var(--icon-button-line-height);
|
|
299
|
+
}
|
|
300
|
+
.Input-module_input__NAeHe {
|
|
301
|
+
display: flex;
|
|
302
|
+
height: var(--input-height);
|
|
303
|
+
row-gap: var(--input-row-gap);
|
|
304
|
+
-moz-column-gap: var(--input-column-gap);
|
|
305
|
+
column-gap: var(--input-column-gap);
|
|
306
|
+
border-bottom-width: var(--input-border-bottom-width);
|
|
307
|
+
border-left-width: var(--input-border-left-width);
|
|
308
|
+
border-right-width: var(--input-border-right-width);
|
|
309
|
+
border-top-width: var(--input-border-top-width);
|
|
310
|
+
border-style: var(--input-border-style);
|
|
311
|
+
border-color: var(--input-border-color);
|
|
312
|
+
border-top-left-radius: var(--input-border-top-left-radius);
|
|
313
|
+
border-top-right-radius: var(--input-border-top-right-radius);
|
|
314
|
+
border-bottom-right-radius: var(--input-border-bottom-right-radius);
|
|
315
|
+
border-bottom-left-radius: var(--input-border-bottom-left-radius);
|
|
316
|
+
background-color: var(--input-background-color);
|
|
317
|
+
color: var(--input-color);
|
|
318
|
+
}
|
|
319
|
+
.Input-module_input__NAeHe .Input-module_inputElement__Tjw4v {
|
|
320
|
+
flex: 1;
|
|
321
|
+
width: 100%;
|
|
322
|
+
height: 100%;
|
|
323
|
+
padding-top: calc(var(--input-padding-top) - var(--input-border-top-width));
|
|
324
|
+
padding-bottom: calc(var(--input-padding-bottom) - var(--input-border-bottom-width));
|
|
325
|
+
padding-left: calc(var(--input-padding-left) - var(--input-border-left-width));
|
|
326
|
+
padding-right: calc(var(--input-padding-right) - var(--input-border-right-width));
|
|
327
|
+
font-family: var(--input-font-family);
|
|
328
|
+
font-weight: var(--input-font-weight);
|
|
329
|
+
font-size: var(--input-font-size);
|
|
330
|
+
letter-spacing: var(--input-letter-spacing);
|
|
331
|
+
line-height: var(--input-line-height);
|
|
332
|
+
color: var(--input-color);
|
|
333
|
+
}
|
|
334
|
+
.Input-module_input__NAeHe .Input-module_inputElement__Tjw4v:placeholder {
|
|
335
|
+
font-family: var(--input-placeholder-font-family);
|
|
336
|
+
font-weight: var(--input-placeholder-font-weight);
|
|
337
|
+
font-size: var(--input-placeholder-font-size);
|
|
338
|
+
letter-spacing: var(--input-placeholder-letter-spacing);
|
|
339
|
+
line-height: var(--input-placeholder-line-height);
|
|
340
|
+
color: var(--input-placeholder-color);
|
|
341
|
+
}
|
|
342
|
+
.Input-module_input__NAeHe .Input-module_trailingIcon__UDufB {
|
|
343
|
+
padding-right: var(--input-column-gap);
|
|
344
|
+
align-self: center;
|
|
345
|
+
}
|
|
346
|
+
.Input-module_input__NAeHe .Input-module_leadingIcon__bUFw5 {
|
|
347
|
+
padding-left: var(--input-column-gap);
|
|
348
|
+
align-self: center;
|
|
349
|
+
}
|
|
350
|
+
.Input-module_input__NAeHe .Input-module_error__qP189 {
|
|
351
|
+
--a: 100;
|
|
352
|
+
}
|
|
353
|
+
.Input-module_input__NAeHe .Input-module_disabled__6XebD {
|
|
354
|
+
--b: 100;
|
|
355
|
+
}
|
|
356
|
+
.Password-module_password__nk-zf.Password-module_password__nk-zf {
|
|
357
|
+
--input-opacity: var(--password-opacity);
|
|
358
|
+
--input-height: var(--password-height);
|
|
359
|
+
--input-min-height: var(--password-min-height);
|
|
360
|
+
--input-max-height: var(--password-max-height);
|
|
361
|
+
--input-width: var(--password-width);
|
|
362
|
+
--input-min-width: var(--password-min-width);
|
|
363
|
+
--input-max-width: var(--password-max-width);
|
|
364
|
+
--input-background-color: var(--password-background-color);
|
|
365
|
+
--input-fill: var(--password-fill);
|
|
366
|
+
--input-border-top-left-radius: var(--password-border-top-left-radius);
|
|
367
|
+
--input-border-top-right-radius: var(--password-border-top-right-radius);
|
|
368
|
+
--input-border-bottom-left-radius: var(--password-border-bottom-left-radius);
|
|
369
|
+
--input-border-bottom-right-radius: var(--password-border-bottom-right-radius);
|
|
370
|
+
--input-border-color: var(--password-border-color);
|
|
371
|
+
--input-border-style: var(--password-border-style);
|
|
372
|
+
--input-border-gap: var(--password-border-gap);
|
|
373
|
+
--input-border-dash: var(--password-border-dash);
|
|
374
|
+
--input-border-top-width: var(--password-border-top-width);
|
|
375
|
+
--input-border-right-width: var(--password-border-right-width);
|
|
376
|
+
--input-border-bottom-width: var(--password-border-bottom-width);
|
|
377
|
+
--input-border-left-width: var(--password-border-left-width);
|
|
378
|
+
--input-outline-color: var(--password-outline-color);
|
|
379
|
+
--input-outline-style: var(--password-outline-style);
|
|
380
|
+
--input-outline-width: var(--password-outline-width);
|
|
381
|
+
--input-padding-left: var(--password-padding-left);
|
|
382
|
+
--input-padding-right: var(--password-padding-right);
|
|
383
|
+
--input-padding-top: var(--password-padding-top);
|
|
384
|
+
--input-padding-bottom: var(--password-padding-bottom);
|
|
385
|
+
--input-row-gap: var(--password-row-gap);
|
|
386
|
+
--input-column-gap: var(--password-column-gap);
|
|
387
|
+
--input-font-family: var(--password-font-family);
|
|
388
|
+
--input-font-size: var(--password-font-size);
|
|
389
|
+
--input-color: var(--password-color);
|
|
390
|
+
--input-letter-spacing: var(--password-letter-spacing);
|
|
391
|
+
--input-line-height: var(--password-line-height);
|
|
392
|
+
--input-placeholder-font-family: var(--password-placeholder-font-family);
|
|
393
|
+
--input-placeholder-font-size: var(--password-placeholder-font-size);
|
|
394
|
+
--input-placeholder-font-weight: var(--password-placeholder-font-weight);
|
|
395
|
+
--input-placeholder-color: var(--password-placeholder-color);
|
|
396
|
+
--input-placeholder-line-height: var(--password-placeholder-line-height);
|
|
397
|
+
--input-placeholder-paragraph-spacing: var(--password-placeholder-paragraph-spacing);
|
|
398
|
+
--input-placeholder-paragraph-indent: var(--password-placeholder-paragraph-indent);
|
|
399
|
+
}
|
|
400
|
+
.Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr {
|
|
401
|
+
padding: 0;
|
|
402
|
+
border: none;
|
|
403
|
+
}
|
|
404
|
+
.Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:hover, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:active, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:focus, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:focus-visible, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:disabled {
|
|
405
|
+
padding: 0;
|
|
406
|
+
border: none;
|
|
407
|
+
}
|
|
408
|
+
.Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr .Password-module_hide__N8Nxt {
|
|
409
|
+
display: none;
|
|
410
|
+
}
|
|
411
|
+
.TextArea-module_textArea__JVHCu {
|
|
412
|
+
display: flex;
|
|
413
|
+
height: var(--text-area-height);
|
|
414
|
+
-moz-column-gap: var(--text-area-column-gap);
|
|
415
|
+
column-gap: var(--text-area-column-gap);
|
|
416
|
+
border-bottom-width: var(--text-area-border-bottom-width);
|
|
417
|
+
border-left-width: var(--text-area-border-left-width);
|
|
418
|
+
border-right-width: var(--text-area-border-right-width);
|
|
419
|
+
border-top-width: var(--text-area-border-top-width);
|
|
420
|
+
border-style: var(--text-area-border-style);
|
|
421
|
+
border-color: var(--text-area-border-color);
|
|
422
|
+
border-top-left-radius: var(--text-area-border-top-left-radius);
|
|
423
|
+
border-top-right-radius: var(--text-area-border-top-right-radius);
|
|
424
|
+
border-bottom-right-radius: var(--text-area-border-bottom-right-radius);
|
|
425
|
+
border-bottom-left-radius: var(--text-area-border-bottom-left-radius);
|
|
426
|
+
padding-top: calc(var(--text-area-padding-top) - var(--text-area-border-top-width));
|
|
427
|
+
padding-bottom: calc(var(--text-area-padding-bottom) - var(--text-area-border-bottom-width));
|
|
428
|
+
padding-left: calc(var(--text-area-padding-left) - var(--text-area-border-left-width));
|
|
429
|
+
padding-right: calc(var(--text-area-padding-right) - var(--text-area-border-right-width));
|
|
430
|
+
font-family: var(--text-area-font-family);
|
|
431
|
+
font-weight: var(--text-area-font-weight);
|
|
432
|
+
font-size: var(--text-area-font-size);
|
|
433
|
+
letter-spacing: var(--text-area-letter-spacing);
|
|
434
|
+
line-height: var(--text-area-line-height);
|
|
435
|
+
color: var(--text-area-color);
|
|
436
|
+
background-color: var(--text-area-background-color);
|
|
437
|
+
}
|
|
438
|
+
.TextArea-module_textArea__JVHCu:placeholder {
|
|
439
|
+
font-family: var(--text-area-placeholder-font-family);
|
|
440
|
+
font-weight: var(--text-area-placeholder-font-weight);
|
|
441
|
+
font-size: var(--text-area-placeholder-font-size);
|
|
442
|
+
letter-spacing: var(--text-area-placeholder-letter-spacing);
|
|
443
|
+
line-height: var(--text-area-placeholder-line-height);
|
|
444
|
+
color: var(--text-area-placeholder-color);
|
|
445
|
+
}
|
|
446
|
+
.ListItem-module_button__yiYWw {
|
|
9
447
|
display: flex;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
padding-
|
|
20
|
-
padding-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
border-
|
|
27
|
-
border-
|
|
28
|
-
border-
|
|
29
|
-
border-
|
|
30
|
-
border-
|
|
31
|
-
border-
|
|
32
|
-
border-
|
|
33
|
-
border-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
outline-
|
|
37
|
-
|
|
38
|
-
color: var(--
|
|
448
|
+
align-items: center;
|
|
449
|
+
justify-content: center;
|
|
450
|
+
position: relative;
|
|
451
|
+
height: var(--list-item-height);
|
|
452
|
+
min-height: var(--list-item-min-height);
|
|
453
|
+
max-height: var(--list-item-max-height);
|
|
454
|
+
width: var(--list-item-width);
|
|
455
|
+
min-width: var(--list-item-min-width);
|
|
456
|
+
max-width: var(--list-item-max-width);
|
|
457
|
+
padding-top: calc(var(--list-item-padding-top) - var(--list-item-border-top-width));
|
|
458
|
+
padding-bottom: calc(var(--list-item-padding-bottom) - var(--list-item-border-bottom-width));
|
|
459
|
+
padding-left: calc(var(--list-item-padding-left) - var(--list-item-border-left-width));
|
|
460
|
+
padding-right: calc(var(--list-item-padding-right) - var(--list-item-border-right-width));
|
|
461
|
+
row-gap: var(--list-item-row-gap);
|
|
462
|
+
-moz-column-gap: var(--list-item-column-gap);
|
|
463
|
+
column-gap: var(--list-item-column-gap);
|
|
464
|
+
border-bottom-width: var(--list-item-border-bottom-width);
|
|
465
|
+
border-left-width: var(--list-item-border-left-width);
|
|
466
|
+
border-right-width: var(--list-item-border-right-width);
|
|
467
|
+
border-top-width: var(--list-item-border-top-width);
|
|
468
|
+
border-style: var(--list-item-border-style);
|
|
469
|
+
border-color: var(--list-item-border-color);
|
|
470
|
+
border-top-left-radius: var(--list-item-border-top-left-radius);
|
|
471
|
+
border-top-right-radius: var(--list-item-border-top-right-radius);
|
|
472
|
+
border-bottom-right-radius: var(--list-item-border-bottom-right-radius);
|
|
473
|
+
border-bottom-left-radius: var(--list-item-border-bottom-left-radius);
|
|
474
|
+
outline-width: var(--list-item-outline-width);
|
|
475
|
+
outline-style: var(--list-item-outline-style);
|
|
476
|
+
outline-color: var(--list-item-outline-color);
|
|
477
|
+
background-color: var(--list-item-background-color);
|
|
478
|
+
font-family: var(--list-item-font-family);
|
|
479
|
+
font-size: var(--list-item-font-size);
|
|
480
|
+
font-weight: var(--list-item-font-weight);
|
|
481
|
+
line-height: var(--list-item-line-height);
|
|
482
|
+
color: var(--list-item-color);
|
|
483
|
+
}
|
|
484
|
+
.ListItem-module_button__yiYWw .ListItem-module_content__I-1o- {
|
|
485
|
+
flex: 1;
|
|
486
|
+
display: flex;
|
|
487
|
+
justify-content: center;
|
|
488
|
+
justify-content: var(--list-item-content-justify-content, center);
|
|
489
|
+
}
|
|
490
|
+
.ListItem-module_button__yiYWw .ListItem-module_content__I-1o- > *,
|
|
491
|
+
.ListItem-module_button__yiYWw .ListItem-module_leadingIcon__BvSjG > *,
|
|
492
|
+
.ListItem-module_button__yiYWw .ListItem-module_trailingIcon__qgDgt > * {
|
|
493
|
+
color: var(--list-item-color);
|
|
39
494
|
}
|
|
40
|
-
.
|
|
495
|
+
.ListItem-module_button__yiYWw:disabled {
|
|
41
496
|
cursor: not-allowed;
|
|
42
497
|
}
|
|
43
498
|
ul.ButtonGroup-module_buttonGroup__s1X98 {
|
|
@@ -230,52 +685,6 @@ ul.ButtonGroup-module_buttonGroup__s1X98[component-variant=button-group-vertical
|
|
|
230
685
|
background-color: var(--menuItem-surface-color--disabled);
|
|
231
686
|
color: var(--menuItem-color--disabled);
|
|
232
687
|
}
|
|
233
|
-
.Text-module_text__qmiLT {
|
|
234
|
-
font-family: var(--text-font-family);
|
|
235
|
-
font-weight: var(--text-font-weight);
|
|
236
|
-
font-size: var(--text-font-size);
|
|
237
|
-
letter-spacing: var(--text-letter-spacing);
|
|
238
|
-
line-height: var(--text-line-height);
|
|
239
|
-
color: var(--text-color);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.Text-module_italic__b92M- {
|
|
243
|
-
font-style: italic;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.Text-module_underline__i8JpB {
|
|
247
|
-
-webkit-text-decoration: underline;
|
|
248
|
-
text-decoration: underline;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.Text-module_strikethrough__AHLhC {
|
|
252
|
-
-webkit-text-decoration: line-through;
|
|
253
|
-
text-decoration: line-through;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.Text-module_nowrap__JVMFL {
|
|
257
|
-
text-wrap: nowrap;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.Text-module_whiteSpaceNoWrap__GYqL2 {
|
|
261
|
-
white-space: nowrap;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.Text-module_capitalize__r9qCk {
|
|
265
|
-
text-transform: capitalize;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.Text-module_upperCase__VCs2x {
|
|
269
|
-
text-transform: uppercase;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.Text-module_lowerCase__0T-7t {
|
|
273
|
-
text-transform: lowercase;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.Text-module_ellipsis__UXzJI {
|
|
277
|
-
text-overflow: ellipsis;
|
|
278
|
-
}
|
|
279
688
|
.flatpickr-calendar {
|
|
280
689
|
background: transparent;
|
|
281
690
|
opacity: 0;
|
|
@@ -1803,132 +2212,37 @@ span.flatpickr-weekday {
|
|
|
1803
2212
|
.Option-module_option__EOKym {
|
|
1804
2213
|
display: flex;
|
|
1805
2214
|
width: 100%;
|
|
1806
|
-
height: auto;
|
|
1807
|
-
cursor: pointer;
|
|
1808
|
-
padding-top: calc(var(--select-list-item-padding-top) - var(--select-list-item-border-top-width));
|
|
1809
|
-
padding-bottom: calc(var(--select-list-item-padding-bottom) - var(--select-list-item-border-bottom-width));
|
|
1810
|
-
padding-left: calc(var(--select-list-item-padding-left) - var(--select-list-item-border-left-width));
|
|
1811
|
-
padding-right: calc(var(--select-list-item-padding-right) - var(--select-list-item-border-right-width));
|
|
1812
|
-
row-gap: var(--select-list-item-row-gap);
|
|
1813
|
-
-moz-column-gap: var(--select-list-item-column-gap);
|
|
1814
|
-
column-gap: var(--select-list-item-column-gap);
|
|
1815
|
-
border-bottom-width: var(--select-list-item-border-bottom-width);
|
|
1816
|
-
border-left-width: var(--select-list-item-border-left-width);
|
|
1817
|
-
border-right-width: var(--select-list-item-border-right-width);
|
|
1818
|
-
border-top-width: var(--select-list-item-border-top-width);
|
|
1819
|
-
border-style: var(--select-list-item-border-style);
|
|
1820
|
-
border-color: var(--select-list-item-border-color);
|
|
1821
|
-
border-top-left-radius: var(--select-list-item-border-top-left-radius);
|
|
1822
|
-
border-top-right-radius: var(--select-list-item-border-top-right-radius);
|
|
1823
|
-
border-bottom-right-radius: var(--select-list-item-border-bottom-right-radius);
|
|
1824
|
-
border-bottom-left-radius: var(--select-list-item-border-bottom-left-radius);
|
|
1825
|
-
outline-width: var(--select-list-item-outline-width);
|
|
1826
|
-
outline-style: var(--select-list-item-outline-style);
|
|
1827
|
-
outline-color: var(--select-list-item-outline-color);
|
|
1828
|
-
background-color: var(--select-list-item-background-color);
|
|
1829
|
-
font-family: var(--select-list-item-font-family);
|
|
1830
|
-
font-size: var(--select-list-item-font-size);
|
|
1831
|
-
font-weight: var(--select-list-item-font-weight);
|
|
1832
|
-
line-height: var(--select-list-item-line-height);
|
|
1833
|
-
color: var(--select-list-item-color);
|
|
1834
|
-
}
|
|
1835
|
-
.Option-module_option__EOKym .Option-module_content__jLIAJ {
|
|
1836
|
-
width: 100%;
|
|
1837
|
-
}
|
|
1838
|
-
.Button-module_button__y6Gwz {
|
|
1839
|
-
display: flex;
|
|
1840
|
-
align-items: center;
|
|
1841
|
-
justify-content: center;
|
|
1842
|
-
position: relative;
|
|
1843
|
-
height: var(--button-height);
|
|
1844
|
-
min-height: var(--button-min-height);
|
|
1845
|
-
max-height: var(--button-max-height);
|
|
1846
|
-
width: var(--button-width);
|
|
1847
|
-
min-width: var(--button-min-width);
|
|
1848
|
-
max-width: var(--button-max-width);
|
|
1849
|
-
padding-top: calc(var(--button-padding-top) - var(--button-border-top-width));
|
|
1850
|
-
padding-bottom: calc(var(--button-padding-bottom) - var(--button-border-bottom-width));
|
|
1851
|
-
padding-left: calc(var(--button-padding-left) - var(--button-border-left-width));
|
|
1852
|
-
padding-right: calc(var(--button-padding-right) - var(--button-border-right-width));
|
|
1853
|
-
row-gap: var(--button-row-gap);
|
|
1854
|
-
-moz-column-gap: var(--button-column-gap);
|
|
1855
|
-
column-gap: var(--button-column-gap);
|
|
1856
|
-
border-bottom-width: var(--button-border-bottom-width);
|
|
1857
|
-
border-left-width: var(--button-border-left-width);
|
|
1858
|
-
border-right-width: var(--button-border-right-width);
|
|
1859
|
-
border-top-width: var(--button-border-top-width);
|
|
1860
|
-
border-style: var(--button-border-style);
|
|
1861
|
-
border-color: var(--button-border-color);
|
|
1862
|
-
border-top-left-radius: var(--button-border-top-left-radius);
|
|
1863
|
-
border-top-right-radius: var(--button-border-top-right-radius);
|
|
1864
|
-
border-bottom-right-radius: var(--button-border-bottom-right-radius);
|
|
1865
|
-
border-bottom-left-radius: var(--button-border-bottom-left-radius);
|
|
1866
|
-
outline-width: var(--button-outline-width);
|
|
1867
|
-
outline-style: var(--button-outline-style);
|
|
1868
|
-
outline-color: var(--button-outline-color);
|
|
1869
|
-
background-color: var(--button-background-color);
|
|
1870
|
-
font-family: var(--button-font-family);
|
|
1871
|
-
font-size: var(--button-font-size);
|
|
1872
|
-
font-weight: var(--button-font-weight);
|
|
1873
|
-
line-height: var(--button-line-height);
|
|
1874
|
-
color: var(--button-color);
|
|
1875
|
-
}
|
|
1876
|
-
.Button-module_button__y6Gwz .Button-module_content__IipV4 {
|
|
1877
|
-
flex: 1;
|
|
1878
|
-
display: flex;
|
|
1879
|
-
justify-content: center;
|
|
1880
|
-
justify-content: var(--button-content-justify-content, center);
|
|
1881
|
-
}
|
|
1882
|
-
.Button-module_button__y6Gwz .Button-module_content__IipV4 > *,
|
|
1883
|
-
.Button-module_button__y6Gwz .Button-module_leadingIcon__vsX8z > *,
|
|
1884
|
-
.Button-module_button__y6Gwz .Button-module_trailingIcon__kXG08 > * {
|
|
1885
|
-
color: var(--button-color);
|
|
1886
|
-
}
|
|
1887
|
-
.Button-module_button__y6Gwz.Button-module_loading__7LCMc {
|
|
1888
|
-
cursor: default;
|
|
1889
|
-
pointer-events: none;
|
|
1890
|
-
}
|
|
1891
|
-
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_content__IipV4,
|
|
1892
|
-
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_leadingIcon__vsX8z,
|
|
1893
|
-
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_trailingIcon__kXG08 {
|
|
1894
|
-
visibility: hidden;
|
|
1895
|
-
}
|
|
1896
|
-
.Button-module_button__y6Gwz.Button-module_loading__7LCMc .Button-module_loadingIcon__W6dH2 {
|
|
1897
|
-
position: absolute;
|
|
1898
|
-
}
|
|
1899
|
-
.Button-module_button__y6Gwz:disabled {
|
|
1900
|
-
cursor: not-allowed;
|
|
1901
|
-
}
|
|
1902
|
-
.Spinner-module_spinner__CfJfU {
|
|
1903
|
-
--spinner-height: 14px;
|
|
1904
|
-
--spinner-width: 14px;
|
|
1905
|
-
--spinner-border-width: 2px;
|
|
1906
|
-
--spinner-border-style: solid;
|
|
1907
|
-
--spinner-border-color: currentcolor;
|
|
1908
|
-
width: 14px;
|
|
1909
|
-
width: var(--spinner-width);
|
|
1910
|
-
height: 14px;
|
|
1911
|
-
height: var(--spinner-height);
|
|
1912
|
-
border-width: 2px;
|
|
1913
|
-
border-width: var(--spinner-border-width);
|
|
1914
|
-
border-style: solid;
|
|
1915
|
-
border-style: var(--spinner-border-style);
|
|
1916
|
-
border-color: currentcolor;
|
|
1917
|
-
border-color: var(--spinner-border-color);
|
|
1918
|
-
border-top: 2px solid transparent;
|
|
1919
|
-
border-top: var(--spinner-border-width) solid transparent;
|
|
1920
|
-
border-radius: 50%;
|
|
1921
|
-
animation: Spinner-module_spin__136Ue 1s linear infinite;
|
|
1922
|
-
box-sizing: border-box;
|
|
2215
|
+
height: auto;
|
|
2216
|
+
cursor: pointer;
|
|
2217
|
+
padding-top: calc(var(--select-list-item-padding-top) - var(--select-list-item-border-top-width));
|
|
2218
|
+
padding-bottom: calc(var(--select-list-item-padding-bottom) - var(--select-list-item-border-bottom-width));
|
|
2219
|
+
padding-left: calc(var(--select-list-item-padding-left) - var(--select-list-item-border-left-width));
|
|
2220
|
+
padding-right: calc(var(--select-list-item-padding-right) - var(--select-list-item-border-right-width));
|
|
2221
|
+
row-gap: var(--select-list-item-row-gap);
|
|
2222
|
+
-moz-column-gap: var(--select-list-item-column-gap);
|
|
2223
|
+
column-gap: var(--select-list-item-column-gap);
|
|
2224
|
+
border-bottom-width: var(--select-list-item-border-bottom-width);
|
|
2225
|
+
border-left-width: var(--select-list-item-border-left-width);
|
|
2226
|
+
border-right-width: var(--select-list-item-border-right-width);
|
|
2227
|
+
border-top-width: var(--select-list-item-border-top-width);
|
|
2228
|
+
border-style: var(--select-list-item-border-style);
|
|
2229
|
+
border-color: var(--select-list-item-border-color);
|
|
2230
|
+
border-top-left-radius: var(--select-list-item-border-top-left-radius);
|
|
2231
|
+
border-top-right-radius: var(--select-list-item-border-top-right-radius);
|
|
2232
|
+
border-bottom-right-radius: var(--select-list-item-border-bottom-right-radius);
|
|
2233
|
+
border-bottom-left-radius: var(--select-list-item-border-bottom-left-radius);
|
|
2234
|
+
outline-width: var(--select-list-item-outline-width);
|
|
2235
|
+
outline-style: var(--select-list-item-outline-style);
|
|
2236
|
+
outline-color: var(--select-list-item-outline-color);
|
|
2237
|
+
background-color: var(--select-list-item-background-color);
|
|
2238
|
+
font-family: var(--select-list-item-font-family);
|
|
2239
|
+
font-size: var(--select-list-item-font-size);
|
|
2240
|
+
font-weight: var(--select-list-item-font-weight);
|
|
2241
|
+
line-height: var(--select-list-item-line-height);
|
|
2242
|
+
color: var(--select-list-item-color);
|
|
1923
2243
|
}
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
0% {
|
|
1927
|
-
transform: rotate(0deg);
|
|
1928
|
-
}
|
|
1929
|
-
100% {
|
|
1930
|
-
transform: rotate(360deg);
|
|
1931
|
-
}
|
|
2244
|
+
.Option-module_option__EOKym .Option-module_content__jLIAJ {
|
|
2245
|
+
width: 100%;
|
|
1932
2246
|
}
|
|
1933
2247
|
.TabContent-module_tabContent__HH0-3 {
|
|
1934
2248
|
display: flex;
|
|
@@ -2018,266 +2332,55 @@ span.flatpickr-weekday {
|
|
|
2018
2332
|
column-gap: var(--tabs-column-gap);
|
|
2019
2333
|
row-gap: var(--tabs-row-gap);
|
|
2020
2334
|
}
|
|
2021
|
-
.Tabs-module_tabs__hOFg9.Tabs-module_horizontal__b6E2i {
|
|
2022
|
-
--tabs-direction: column;
|
|
2023
|
-
--tabs-header-direction: row;
|
|
2024
|
-
}
|
|
2025
|
-
.Tabs-module_tabs__hOFg9.Tabs-module_horizontal__b6E2i .Tabs-module_tabsHeader__wpvPC > * {
|
|
2026
|
-
width: 100%;
|
|
2027
|
-
}
|
|
2028
|
-
.Tabs-module_tabs__hOFg9.Tabs-module_vertical__AnJa- {
|
|
2029
|
-
--tabs-direction: row;
|
|
2030
|
-
--tabs-header-direction: column;
|
|
2031
|
-
}
|
|
2032
|
-
.Tabs-module_tabs__hOFg9.Tabs-module_vertical__AnJa- .Tabs-module_tabsHeader__wpvPC > * {
|
|
2033
|
-
width: 100%;
|
|
2034
|
-
}
|
|
2035
|
-
.Tabs-module_tabs__hOFg9 .Tabs-module_tabsHeader__wpvPC {
|
|
2036
|
-
display: flex;
|
|
2037
|
-
flex-direction: var(--tabs-header-direction);
|
|
2038
|
-
width: auto;
|
|
2039
|
-
width: var(--tabs-header-width, auto);
|
|
2040
|
-
padding-top: calc(var(--tabs-header-padding-top) - var(--tabs-header-border-top-width));
|
|
2041
|
-
padding-bottom: calc(var(--tabs-header-padding-bottom) - var(--tabs-header-border-bottom-width));
|
|
2042
|
-
padding-left: calc(var(--tabs-header-padding-left) - var(--tabs-header-border-left-width));
|
|
2043
|
-
padding-right: calc(var(--tabs-header-padding-right) - var(--tabs-header-border-right-width));
|
|
2044
|
-
row-gap: var(--tabs-header-row-gap);
|
|
2045
|
-
-moz-column-gap: var(--tabs-header-column-gap);
|
|
2046
|
-
column-gap: var(--tabs-header-column-gap);
|
|
2047
|
-
border-bottom-width: var(--tabs-header-border-bottom-width);
|
|
2048
|
-
border-left-width: var(--tabs-header-border-left-width);
|
|
2049
|
-
border-right-width: var(--tabs-header-border-right-width);
|
|
2050
|
-
border-top-width: var(--tabs-header-border-top-width);
|
|
2051
|
-
border-style: solid;
|
|
2052
|
-
border-style: var(--tabs-header-border-style, solid);
|
|
2053
|
-
border-color: var(--tabs-header-border-color);
|
|
2054
|
-
border-top-left-radius: var(--tabs-header-border-top-left-radius);
|
|
2055
|
-
border-top-right-radius: var(--tabs-header-border-top-right-radius);
|
|
2056
|
-
border-bottom-left-radius: var(--tabs-header-border-bottom-left-radius);
|
|
2057
|
-
border-bottom-right-radius: var(--tabs-header-border-bottom-right-radius);
|
|
2058
|
-
background-color: var(--tabs-header-background-color);
|
|
2059
|
-
}
|
|
2060
|
-
.Tabs-module_tabs__hOFg9 .Tabs-module_tabsContent__oGaMl {
|
|
2061
|
-
display: flex;
|
|
2062
|
-
width: 100%;
|
|
2063
|
-
height: 100%;
|
|
2064
|
-
}
|
|
2065
|
-
.Tabs-module_tabs__hOFg9 .Tabs-module_tabsContent__oGaMl > * {
|
|
2066
|
-
width: 100%;
|
|
2067
|
-
height: 100%;
|
|
2068
|
-
}
|
|
2069
|
-
.ActionImage-module_actionImage__l76-v {
|
|
2070
|
-
--actionImage-padding-top: var(--spacing-extra-extra-large);
|
|
2071
|
-
--actionImage-padding-bottom: var(--spacing-extra-extra-large);
|
|
2072
|
-
--actionImage-padding-right: var(--spacing-extra-extra-large);
|
|
2073
|
-
--actionImage-padding-left: var(--spacing-extra-extra-large);
|
|
2074
|
-
--actionImage-border-radius: var(--radius-medium);
|
|
2075
|
-
--actionImage-border-width: 1px;
|
|
2076
|
-
--actionImage-border-color: var(--border-grey-2);
|
|
2077
|
-
--actionImage-background-color: var(--background-3);
|
|
2078
|
-
--actionImage-border-color--hover: var(--border-grey-2);
|
|
2079
|
-
--actionImage-background-color--hover: var(--background-4);
|
|
2080
|
-
--actionImage-border-color--pressed: var(--border-grey-2);
|
|
2081
|
-
--actionImage-background-color--pressed: var(--background-4);
|
|
2082
|
-
--actionImage-border-color--focus-visible: var(--border-grey-1);
|
|
2083
|
-
--actionImage-background-color--focus-visible: var(--background-3);
|
|
2084
|
-
--actionImage-border-color--disabled: var(--border-grey-3);
|
|
2085
|
-
--actionImage-background-color--disabled: var(--background-3);
|
|
2086
|
-
display: flex;
|
|
2087
|
-
cursor: pointer;
|
|
2088
|
-
padding: var(--actionImage-padding-top) var(--actionImage-padding-right) var(--actionImage-padding-bottom) var(--actionImage-padding-left);
|
|
2089
|
-
border-radius: var(--actionImage-border-radius);
|
|
2090
|
-
background-color: var(--actionImage-background-color);
|
|
2091
|
-
border: 1px solid var(--actionImage-border-color);
|
|
2092
|
-
border: var(--actionImage-border-width) solid var(--actionImage-border-color);
|
|
2093
|
-
}
|
|
2094
|
-
.ActionImage-module_actionImage__l76-v:hover:not(.ActionImage-module_disabled__wzxNV) {
|
|
2095
|
-
border: var(--actionImage-border-width) solid var(--actionImage-border-color--hover);
|
|
2096
|
-
background-color: var(--actionImage-background-color--hover);
|
|
2097
|
-
}
|
|
2098
|
-
.ActionImage-module_actionImage__l76-v:active:not(.ActionImage-module_disabled__wzxNV) {
|
|
2099
|
-
border: var(--actionImage-border-width) solid var(--actionImage-border-color--pressed);
|
|
2100
|
-
background-color: var(--actionImage-background-color--pressed);
|
|
2101
|
-
}
|
|
2102
|
-
.ActionImage-module_actionImage__l76-v:focus-visible:not(.ActionImage-module_disabled__wzxNV) {
|
|
2103
|
-
border: var(--actionImage-border-width) solid var(--actionImage-border-color--focus-visible);
|
|
2104
|
-
background-color: var(--actionImage-background-color--focus-visible);
|
|
2105
|
-
}
|
|
2106
|
-
.ActionImage-module_actionImage__l76-v.ActionImage-module_disabled__wzxNV {
|
|
2107
|
-
cursor: not-allowed;
|
|
2108
|
-
border: var(--actionImage-border-width) solid var(--actionImage-border-color--disabled);
|
|
2109
|
-
background-color: var(--actionImage-background-color--disabled);
|
|
2110
|
-
}
|
|
2111
|
-
.image-module_image__FOVdK {
|
|
2112
|
-
display: flex;
|
|
2113
|
-
width: -moz-fit-content;
|
|
2114
|
-
width: fit-content;
|
|
2115
|
-
height: -moz-fit-content;
|
|
2116
|
-
height: fit-content;
|
|
2117
|
-
flex-shrink: 0;
|
|
2118
|
-
}
|
|
2119
|
-
.image-module_image__FOVdK .image-module_content__WqMqe {
|
|
2120
|
-
width: 100%;
|
|
2121
|
-
height: 100%;
|
|
2122
|
-
}
|
|
2123
|
-
.image-module_image__FOVdK .image-module_loadingIcon__b1Vun {
|
|
2124
|
-
--spinner__width: 2rem;
|
|
2125
|
-
--spinner__height: 2rem;
|
|
2126
|
-
--spinner__border-width: 3px;
|
|
2127
|
-
}
|
|
2128
|
-
.image-module_fit__-ZO7j {
|
|
2129
|
-
-o-object-fit: contain;
|
|
2130
|
-
object-fit: contain;
|
|
2131
|
-
}
|
|
2132
|
-
.image-module_fill__PWlRV {
|
|
2133
|
-
-o-object-fit: fill;
|
|
2134
|
-
object-fit: fill;
|
|
2135
|
-
}
|
|
2136
|
-
.image-module_crop__xEcCd {
|
|
2137
|
-
-o-object-fit: cover;
|
|
2138
|
-
object-fit: cover;
|
|
2139
|
-
}
|
|
2140
|
-
.Card-module_card__YEFzM {
|
|
2141
|
-
--card-padding-top: var(--spacing-extra-extra-large);
|
|
2142
|
-
--card-padding-bottom: var(--spacing-extra-extra-large);
|
|
2143
|
-
--card-padding-right: var(--spacing-extra-extra-large);
|
|
2144
|
-
--card-padding-left: var(--spacing-extra-extra-large);
|
|
2145
|
-
--card-border-radius: var(--radius-medium);
|
|
2146
|
-
--card-border-width: 1px;
|
|
2147
|
-
--card-border-color: var(--border-grey-2);
|
|
2148
|
-
--card-background-color: var(--background-3);
|
|
2149
|
-
--card-color: var(--text-primary);
|
|
2150
|
-
display: flex;
|
|
2151
|
-
padding: var(--card-padding-top) var(--card-padding-right) var(--card-padding-bottom) var(--card-padding-left);
|
|
2152
|
-
border-radius: var(--card-border-radius);
|
|
2153
|
-
background-color: var(--card-background-color);
|
|
2154
|
-
border: 1px solid var(--card-border-color);
|
|
2155
|
-
border: var(--card-border-width) solid var(--card-border-color);
|
|
2156
|
-
color: var(--card-color);
|
|
2157
|
-
}
|
|
2158
|
-
.Icon-module_icon__sUgmV {
|
|
2159
|
-
--icon-size: fit-content;
|
|
2160
|
-
--icon-fill: currentcolor;
|
|
2161
|
-
display: block;
|
|
2162
|
-
width: -moz-fit-content;
|
|
2163
|
-
width: fit-content;
|
|
2164
|
-
width: var(--icon-size);
|
|
2165
|
-
height: -moz-fit-content;
|
|
2166
|
-
height: fit-content;
|
|
2167
|
-
height: var(--icon-size);
|
|
2168
|
-
}
|
|
2169
|
-
.Icon-module_icon__sUgmV svg,
|
|
2170
|
-
.Icon-module_icon__sUgmV .Icon-module_svg__d1yIy {
|
|
2171
|
-
display: block;
|
|
2172
|
-
width: 100%;
|
|
2173
|
-
height: 100%;
|
|
2174
|
-
}
|
|
2175
|
-
.Icon-module_icon__sUgmV * > path {
|
|
2176
|
-
fill: var(--icon-fill);
|
|
2177
|
-
}
|
|
2178
|
-
.Icon-module_small__tXfZT {
|
|
2179
|
-
--icon-size: 16px;
|
|
2180
|
-
}
|
|
2181
|
-
.Icon-module_medium__25TKF {
|
|
2182
|
-
--icon-size: 20px;
|
|
2183
|
-
}
|
|
2184
|
-
.Icon-module_large__iCT3S {
|
|
2185
|
-
--icon-size: 32px;
|
|
2186
|
-
}
|
|
2187
|
-
.IconButton-module_iconButton__77dh6 {
|
|
2188
|
-
--button-opacity: var(--icon-button-opacity);
|
|
2189
|
-
--button-height: var(--icon-button-height);
|
|
2190
|
-
--button-min-height: var(--icon-button-min-height);
|
|
2191
|
-
--button-max-height: var(--icon-button-max-height);
|
|
2192
|
-
--button-width: var(--icon-button-width);
|
|
2193
|
-
--button-min-width: var(--icon-button-min-width);
|
|
2194
|
-
--button-max-width: var(--icon-button-max-width);
|
|
2195
|
-
--button-background-color: var(--icon-button-background-color);
|
|
2196
|
-
--button-fill: var(--icon-button-fill);
|
|
2197
|
-
--button-border-top-left-radius: var(--icon-button-border-top-left-radius);
|
|
2198
|
-
--button-border-top-right-radius: var(--icon-button-border-top-right-radius);
|
|
2199
|
-
--button-border-bottom-left-radius: var(--icon-button-border-bottom-left-radius);
|
|
2200
|
-
--button-border-bottom-right-radius: var(--icon-button-border-bottom-right-radius);
|
|
2201
|
-
--button-border-color: var(--icon-button-border-color);
|
|
2202
|
-
--button-border-style: var(--icon-button-border-style);
|
|
2203
|
-
--button-border-gap: var(--icon-button-border-gap);
|
|
2204
|
-
--button-border-dash: var(--icon-button-border-dash);
|
|
2205
|
-
--button-border-top-width: var(--icon-button-border-top-width);
|
|
2206
|
-
--button-border-right-width: var(--icon-button-border-right-width);
|
|
2207
|
-
--button-border-bottom-width: var(--icon-button-border-bottom-width);
|
|
2208
|
-
--button-border-left-width: var(--icon-button-border-left-width);
|
|
2209
|
-
--button-outline-color: var(--icon-button-outline-color);
|
|
2210
|
-
--button-outline-style: var(--icon-button-outline-style);
|
|
2211
|
-
--button-outline-width: var(--icon-button-outline-width);
|
|
2212
|
-
--button-padding-left: var(--icon-button-padding-left);
|
|
2213
|
-
--button-padding-right: var(--icon-button-padding-right);
|
|
2214
|
-
--button-padding-top: var(--icon-button-padding-top);
|
|
2215
|
-
--button-padding-bottom: var(--icon-button-padding-bottom);
|
|
2216
|
-
--button-row-gap: var(--icon-button-row-gap);
|
|
2217
|
-
--button-column-gap: var(--icon-button-column-gap);
|
|
2218
|
-
--button-font-family: var(--icon-button-font-family);
|
|
2219
|
-
--button-font-size: var(--icon-button-font-size);
|
|
2220
|
-
--button-color: var(--icon-button-color);
|
|
2221
|
-
--button-letter-spacing: var(--icon-button-letter-spacing);
|
|
2222
|
-
--button-line-height: var(--icon-button-line-height);
|
|
2223
|
-
}
|
|
2224
|
-
.Input-module_input__NAeHe {
|
|
2225
|
-
display: flex;
|
|
2226
|
-
height: var(--input-height);
|
|
2227
|
-
row-gap: var(--input-row-gap);
|
|
2228
|
-
-moz-column-gap: var(--input-column-gap);
|
|
2229
|
-
column-gap: var(--input-column-gap);
|
|
2230
|
-
border-bottom-width: var(--input-border-bottom-width);
|
|
2231
|
-
border-left-width: var(--input-border-left-width);
|
|
2232
|
-
border-right-width: var(--input-border-right-width);
|
|
2233
|
-
border-top-width: var(--input-border-top-width);
|
|
2234
|
-
border-style: var(--input-border-style);
|
|
2235
|
-
border-color: var(--input-border-color);
|
|
2236
|
-
border-top-left-radius: var(--input-border-top-left-radius);
|
|
2237
|
-
border-top-right-radius: var(--input-border-top-right-radius);
|
|
2238
|
-
border-bottom-right-radius: var(--input-border-bottom-right-radius);
|
|
2239
|
-
border-bottom-left-radius: var(--input-border-bottom-left-radius);
|
|
2240
|
-
background-color: var(--input-background-color);
|
|
2241
|
-
color: var(--input-color);
|
|
2335
|
+
.Tabs-module_tabs__hOFg9.Tabs-module_horizontal__b6E2i {
|
|
2336
|
+
--tabs-direction: column;
|
|
2337
|
+
--tabs-header-direction: row;
|
|
2242
2338
|
}
|
|
2243
|
-
.
|
|
2244
|
-
flex: 1;
|
|
2339
|
+
.Tabs-module_tabs__hOFg9.Tabs-module_horizontal__b6E2i .Tabs-module_tabsHeader__wpvPC > * {
|
|
2245
2340
|
width: 100%;
|
|
2246
|
-
height: 100%;
|
|
2247
|
-
padding-top: calc(var(--input-padding-top) - var(--input-border-top-width));
|
|
2248
|
-
padding-bottom: calc(var(--input-padding-bottom) - var(--input-border-bottom-width));
|
|
2249
|
-
padding-left: calc(var(--input-padding-left) - var(--input-border-left-width));
|
|
2250
|
-
padding-right: calc(var(--input-padding-right) - var(--input-border-right-width));
|
|
2251
|
-
font-family: var(--input-font-family);
|
|
2252
|
-
font-weight: var(--input-font-weight);
|
|
2253
|
-
font-size: var(--input-font-size);
|
|
2254
|
-
letter-spacing: var(--input-letter-spacing);
|
|
2255
|
-
line-height: var(--input-line-height);
|
|
2256
|
-
color: var(--input-color);
|
|
2257
2341
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
font-size: var(--input-placeholder-font-size);
|
|
2262
|
-
letter-spacing: var(--input-placeholder-letter-spacing);
|
|
2263
|
-
line-height: var(--input-placeholder-line-height);
|
|
2264
|
-
color: var(--input-placeholder-color);
|
|
2342
|
+
.Tabs-module_tabs__hOFg9.Tabs-module_vertical__AnJa- {
|
|
2343
|
+
--tabs-direction: row;
|
|
2344
|
+
--tabs-header-direction: column;
|
|
2265
2345
|
}
|
|
2266
|
-
.
|
|
2267
|
-
|
|
2268
|
-
align-self: center;
|
|
2346
|
+
.Tabs-module_tabs__hOFg9.Tabs-module_vertical__AnJa- .Tabs-module_tabsHeader__wpvPC > * {
|
|
2347
|
+
width: 100%;
|
|
2269
2348
|
}
|
|
2270
|
-
.
|
|
2271
|
-
|
|
2272
|
-
|
|
2349
|
+
.Tabs-module_tabs__hOFg9 .Tabs-module_tabsHeader__wpvPC {
|
|
2350
|
+
display: flex;
|
|
2351
|
+
flex-direction: var(--tabs-header-direction);
|
|
2352
|
+
width: auto;
|
|
2353
|
+
width: var(--tabs-header-width, auto);
|
|
2354
|
+
padding-top: calc(var(--tabs-header-padding-top) - var(--tabs-header-border-top-width));
|
|
2355
|
+
padding-bottom: calc(var(--tabs-header-padding-bottom) - var(--tabs-header-border-bottom-width));
|
|
2356
|
+
padding-left: calc(var(--tabs-header-padding-left) - var(--tabs-header-border-left-width));
|
|
2357
|
+
padding-right: calc(var(--tabs-header-padding-right) - var(--tabs-header-border-right-width));
|
|
2358
|
+
row-gap: var(--tabs-header-row-gap);
|
|
2359
|
+
-moz-column-gap: var(--tabs-header-column-gap);
|
|
2360
|
+
column-gap: var(--tabs-header-column-gap);
|
|
2361
|
+
border-bottom-width: var(--tabs-header-border-bottom-width);
|
|
2362
|
+
border-left-width: var(--tabs-header-border-left-width);
|
|
2363
|
+
border-right-width: var(--tabs-header-border-right-width);
|
|
2364
|
+
border-top-width: var(--tabs-header-border-top-width);
|
|
2365
|
+
border-style: solid;
|
|
2366
|
+
border-style: var(--tabs-header-border-style, solid);
|
|
2367
|
+
border-color: var(--tabs-header-border-color);
|
|
2368
|
+
border-top-left-radius: var(--tabs-header-border-top-left-radius);
|
|
2369
|
+
border-top-right-radius: var(--tabs-header-border-top-right-radius);
|
|
2370
|
+
border-bottom-left-radius: var(--tabs-header-border-bottom-left-radius);
|
|
2371
|
+
border-bottom-right-radius: var(--tabs-header-border-bottom-right-radius);
|
|
2372
|
+
background-color: var(--tabs-header-background-color);
|
|
2273
2373
|
}
|
|
2274
|
-
.
|
|
2275
|
-
|
|
2374
|
+
.Tabs-module_tabs__hOFg9 .Tabs-module_tabsContent__oGaMl {
|
|
2375
|
+
display: flex;
|
|
2376
|
+
width: 100%;
|
|
2377
|
+
height: 100%;
|
|
2276
2378
|
}
|
|
2277
|
-
.
|
|
2278
|
-
|
|
2379
|
+
.Tabs-module_tabs__hOFg9 .Tabs-module_tabsContent__oGaMl > * {
|
|
2380
|
+
width: 100%;
|
|
2381
|
+
height: 100%;
|
|
2279
2382
|
}
|
|
2280
|
-
.List-
|
|
2383
|
+
.List-module_list__x-xx5 {
|
|
2281
2384
|
display: flex;
|
|
2282
2385
|
height: var(--list-height);
|
|
2283
2386
|
min-height: var(--list-min-height);
|
|
@@ -2312,164 +2415,93 @@ span.flatpickr-weekday {
|
|
|
2312
2415
|
line-height: var(--list-line-height);
|
|
2313
2416
|
color: var(--list-color);
|
|
2314
2417
|
}
|
|
2315
|
-
.List-
|
|
2418
|
+
.List-module_list__x-xx5 .List-module_listItem__nXcJH {
|
|
2316
2419
|
display: flex;
|
|
2317
2420
|
width: 100%;
|
|
2318
2421
|
}
|
|
2319
|
-
.List-
|
|
2422
|
+
.List-module_list__x-xx5.List-module_wrap__fqPwG {
|
|
2320
2423
|
flex-wrap: wrap;
|
|
2321
2424
|
}
|
|
2322
|
-
.List-
|
|
2425
|
+
.List-module_list__x-xx5.List-module_wrap__fqPwG .List-module_listItem__nXcJH {
|
|
2323
2426
|
width: auto;
|
|
2324
2427
|
width: initial;
|
|
2325
2428
|
}
|
|
2326
|
-
.List-
|
|
2429
|
+
.List-module_list__x-xx5[component-variant=list-horizontal] {
|
|
2327
2430
|
flex-direction: row;
|
|
2328
2431
|
}
|
|
2329
|
-
.List-
|
|
2432
|
+
.List-module_list__x-xx5[component-variant=list-vertical] {
|
|
2330
2433
|
flex-direction: column;
|
|
2331
2434
|
}
|
|
2332
|
-
.
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
--
|
|
2343
|
-
--
|
|
2344
|
-
--
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
--input-font-family: var(--password-font-family);
|
|
2364
|
-
--input-font-size: var(--password-font-size);
|
|
2365
|
-
--input-color: var(--password-color);
|
|
2366
|
-
--input-letter-spacing: var(--password-letter-spacing);
|
|
2367
|
-
--input-line-height: var(--password-line-height);
|
|
2368
|
-
--input-placeholder-font-family: var(--password-placeholder-font-family);
|
|
2369
|
-
--input-placeholder-font-size: var(--password-placeholder-font-size);
|
|
2370
|
-
--input-placeholder-font-weight: var(--password-placeholder-font-weight);
|
|
2371
|
-
--input-placeholder-color: var(--password-placeholder-color);
|
|
2372
|
-
--input-placeholder-line-height: var(--password-placeholder-line-height);
|
|
2373
|
-
--input-placeholder-paragraph-spacing: var(--password-placeholder-paragraph-spacing);
|
|
2374
|
-
--input-placeholder-paragraph-indent: var(--password-placeholder-paragraph-indent);
|
|
2375
|
-
}
|
|
2376
|
-
.Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr {
|
|
2377
|
-
padding: 0;
|
|
2378
|
-
border: none;
|
|
2379
|
-
}
|
|
2380
|
-
.Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:hover, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:active, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:focus, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:focus-visible, .Password-module_password__nk-zf.Password-module_password__nk-zf .Password-module_toggle__1yQxr:disabled {
|
|
2381
|
-
padding: 0;
|
|
2382
|
-
border: none;
|
|
2435
|
+
.ActionCard-module_actionCard__fGvvN {
|
|
2436
|
+
display: flex;
|
|
2437
|
+
cursor: pointer;
|
|
2438
|
+
height: var(--action-card-height);
|
|
2439
|
+
min-height: var(--action-card-min-height);
|
|
2440
|
+
max-height: var(--action-card-max-height);
|
|
2441
|
+
width: var(--action-card-width);
|
|
2442
|
+
min-width: var(--action-card-min-width);
|
|
2443
|
+
max-width: var(--action-card-max-width);
|
|
2444
|
+
padding-top: calc(var(--action-card-padding-top) - var(--action-card-border-top-width));
|
|
2445
|
+
padding-bottom: calc(var(--action-card-padding-bottom) - var(--action-card-border-bottom-width));
|
|
2446
|
+
padding-left: calc(var(--action-card-padding-left) - var(--action-card-border-left-width));
|
|
2447
|
+
padding-right: calc(var(--action-card-padding-right) - var(--action-card-border-right-width));
|
|
2448
|
+
row-gap: var(--action-card-row-gap);
|
|
2449
|
+
-moz-column-gap: var(--action-card-column-gap);
|
|
2450
|
+
column-gap: var(--action-card-column-gap);
|
|
2451
|
+
border-bottom-width: var(--action-card-border-bottom-width);
|
|
2452
|
+
border-left-width: var(--action-card-border-left-width);
|
|
2453
|
+
border-right-width: var(--action-card-border-right-width);
|
|
2454
|
+
border-top-width: var(--action-card-border-top-width);
|
|
2455
|
+
border-style: var(--action-card-border-style);
|
|
2456
|
+
border-color: var(--action-card-border-color);
|
|
2457
|
+
border-top-left-radius: var(--action-card-border-top-left-radius);
|
|
2458
|
+
border-top-right-radius: var(--action-card-border-top-right-radius);
|
|
2459
|
+
border-bottom-right-radius: var(--action-card-border-bottom-right-radius);
|
|
2460
|
+
border-bottom-left-radius: var(--action-card-border-bottom-left-radius);
|
|
2461
|
+
outline-width: var(--action-card-outline-width);
|
|
2462
|
+
outline-style: var(--action-card-outline-style);
|
|
2463
|
+
outline-color: var(--action-card-outline-color);
|
|
2464
|
+
background-color: var(--action-card-background-color);
|
|
2465
|
+
color: var(--action-card-color);
|
|
2383
2466
|
}
|
|
2384
|
-
.
|
|
2385
|
-
|
|
2467
|
+
.ActionCard-module_actionCard__fGvvN.ActionCard-module_disabled__x1jNp {
|
|
2468
|
+
cursor: not-allowed;
|
|
2386
2469
|
}
|
|
2387
|
-
.
|
|
2470
|
+
.Card-module_card__9Bhfd {
|
|
2471
|
+
--card-padding-top: var(--spacing-extra-extra-large);
|
|
2472
|
+
--card-padding-bottom: var(--spacing-extra-extra-large);
|
|
2473
|
+
--card-padding-right: var(--spacing-extra-extra-large);
|
|
2474
|
+
--card-padding-left: var(--spacing-extra-extra-large);
|
|
2475
|
+
--card-border-radius: var(--radius-medium);
|
|
2476
|
+
--card-border-width: 1px;
|
|
2477
|
+
--card-border-color: var(--border-grey-2);
|
|
2478
|
+
--card-background-color: var(--background-3);
|
|
2479
|
+
--card-color: var(--text-primary);
|
|
2388
2480
|
display: flex;
|
|
2389
|
-
|
|
2390
|
-
-
|
|
2391
|
-
|
|
2392
|
-
border
|
|
2393
|
-
border-
|
|
2394
|
-
|
|
2395
|
-
border-top-width: var(--text-area-border-top-width);
|
|
2396
|
-
border-style: var(--text-area-border-style);
|
|
2397
|
-
border-color: var(--text-area-border-color);
|
|
2398
|
-
border-top-left-radius: var(--text-area-border-top-left-radius);
|
|
2399
|
-
border-top-right-radius: var(--text-area-border-top-right-radius);
|
|
2400
|
-
border-bottom-right-radius: var(--text-area-border-bottom-right-radius);
|
|
2401
|
-
border-bottom-left-radius: var(--text-area-border-bottom-left-radius);
|
|
2402
|
-
padding-top: calc(var(--text-area-padding-top) - var(--text-area-border-top-width));
|
|
2403
|
-
padding-bottom: calc(var(--text-area-padding-bottom) - var(--text-area-border-bottom-width));
|
|
2404
|
-
padding-left: calc(var(--text-area-padding-left) - var(--text-area-border-left-width));
|
|
2405
|
-
padding-right: calc(var(--text-area-padding-right) - var(--text-area-border-right-width));
|
|
2406
|
-
font-family: var(--text-area-font-family);
|
|
2407
|
-
font-weight: var(--text-area-font-weight);
|
|
2408
|
-
font-size: var(--text-area-font-size);
|
|
2409
|
-
letter-spacing: var(--text-area-letter-spacing);
|
|
2410
|
-
line-height: var(--text-area-line-height);
|
|
2411
|
-
color: var(--text-area-color);
|
|
2412
|
-
background-color: var(--text-area-background-color);
|
|
2481
|
+
padding: var(--card-padding-top) var(--card-padding-right) var(--card-padding-bottom) var(--card-padding-left);
|
|
2482
|
+
border-radius: var(--card-border-radius);
|
|
2483
|
+
background-color: var(--card-background-color);
|
|
2484
|
+
border: 1px solid var(--card-border-color);
|
|
2485
|
+
border: var(--card-border-width) solid var(--card-border-color);
|
|
2486
|
+
color: var(--card-color);
|
|
2413
2487
|
}
|
|
2414
|
-
.
|
|
2415
|
-
|
|
2416
|
-
font-weight: var(--text-area-placeholder-font-weight);
|
|
2417
|
-
font-size: var(--text-area-placeholder-font-size);
|
|
2418
|
-
letter-spacing: var(--text-area-placeholder-letter-spacing);
|
|
2419
|
-
line-height: var(--text-area-placeholder-line-height);
|
|
2420
|
-
color: var(--text-area-placeholder-color);
|
|
2488
|
+
.GridList-module_gridList__kAqm- {
|
|
2489
|
+
display: grid;
|
|
2421
2490
|
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
justify-content: center;
|
|
2426
|
-
position: relative;
|
|
2427
|
-
height: var(--list-item-height);
|
|
2428
|
-
min-height: var(--list-item-min-height);
|
|
2429
|
-
max-height: var(--list-item-max-height);
|
|
2430
|
-
width: var(--list-item-width);
|
|
2431
|
-
min-width: var(--list-item-min-width);
|
|
2432
|
-
max-width: var(--list-item-max-width);
|
|
2433
|
-
padding-top: calc(var(--list-item-padding-top) - var(--list-item-border-top-width));
|
|
2434
|
-
padding-bottom: calc(var(--list-item-padding-bottom) - var(--list-item-border-bottom-width));
|
|
2435
|
-
padding-left: calc(var(--list-item-padding-left) - var(--list-item-border-left-width));
|
|
2436
|
-
padding-right: calc(var(--list-item-padding-right) - var(--list-item-border-right-width));
|
|
2437
|
-
row-gap: var(--list-item-row-gap);
|
|
2438
|
-
-moz-column-gap: var(--list-item-column-gap);
|
|
2439
|
-
column-gap: var(--list-item-column-gap);
|
|
2440
|
-
border-bottom-width: var(--list-item-border-bottom-width);
|
|
2441
|
-
border-left-width: var(--list-item-border-left-width);
|
|
2442
|
-
border-right-width: var(--list-item-border-right-width);
|
|
2443
|
-
border-top-width: var(--list-item-border-top-width);
|
|
2444
|
-
border-style: var(--list-item-border-style);
|
|
2445
|
-
border-color: var(--list-item-border-color);
|
|
2446
|
-
border-top-left-radius: var(--list-item-border-top-left-radius);
|
|
2447
|
-
border-top-right-radius: var(--list-item-border-top-right-radius);
|
|
2448
|
-
border-bottom-right-radius: var(--list-item-border-bottom-right-radius);
|
|
2449
|
-
border-bottom-left-radius: var(--list-item-border-bottom-left-radius);
|
|
2450
|
-
outline-width: var(--list-item-outline-width);
|
|
2451
|
-
outline-style: var(--list-item-outline-style);
|
|
2452
|
-
outline-color: var(--list-item-outline-color);
|
|
2453
|
-
background-color: var(--list-item-background-color);
|
|
2454
|
-
font-family: var(--list-item-font-family);
|
|
2455
|
-
font-size: var(--list-item-font-size);
|
|
2456
|
-
font-weight: var(--list-item-font-weight);
|
|
2457
|
-
line-height: var(--list-item-line-height);
|
|
2458
|
-
color: var(--list-item-color);
|
|
2491
|
+
|
|
2492
|
+
.GridList-module_gridListItem__AfoxZ {
|
|
2493
|
+
grid-column: span 1;
|
|
2459
2494
|
}
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
justify-content: center;
|
|
2464
|
-
justify-content: var(--list-item-content-justify-content, center);
|
|
2495
|
+
|
|
2496
|
+
.GridList-module_gridListItem__AfoxZ * {
|
|
2497
|
+
width: 100%;
|
|
2465
2498
|
}
|
|
2466
|
-
.
|
|
2467
|
-
|
|
2468
|
-
.ListItem-module_button__yiYWw .ListItem-module_trailingIcon__qgDgt > * {
|
|
2469
|
-
color: var(--list-item-color);
|
|
2499
|
+
.Grid-module_grid__XrLxR {
|
|
2500
|
+
display: grid;
|
|
2470
2501
|
}
|
|
2471
|
-
|
|
2472
|
-
|
|
2502
|
+
|
|
2503
|
+
.Grid-module_gridItem__RjtAu * {
|
|
2504
|
+
width: 100%;
|
|
2473
2505
|
}
|
|
2474
2506
|
.Form-module_form__9JYdv {
|
|
2475
2507
|
display: flex;
|