@preply/ds-web-lib 1.4.1 → 1.4.2
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/assets/AlertDialog.css +17 -17
- package/dist/assets/Avatar.css +79 -79
- package/dist/assets/AvatarWithStatus.css +12 -12
- package/dist/assets/Badge.css +24 -24
- package/dist/assets/Box.css +171 -171
- package/dist/assets/Button.css +7 -7
- package/dist/assets/ButtonBase.css +245 -245
- package/dist/assets/Chips.css +16 -16
- package/dist/assets/Dialog.css +91 -91
- package/dist/assets/FieldAdditionalText.css +6 -6
- package/dist/assets/FieldButton.css +8 -8
- package/dist/assets/FieldLabel.css +8 -8
- package/dist/assets/FieldLayout.css +29 -29
- package/dist/assets/FieldLayoutBase.css +4 -4
- package/dist/assets/Heading.css +100 -100
- package/dist/assets/Icon.css +14 -14
- package/dist/assets/LayoutFlex.css +1 -1
- package/dist/assets/LayoutFlexItem.css +14 -14
- package/dist/assets/Link.css +32 -32
- package/dist/assets/Loader.css +4 -4
- package/dist/assets/OnboardingTooltip.css +17 -17
- package/dist/assets/OnboardingTour.css +2 -2
- package/dist/assets/PreplyLogo.css +9 -9
- package/dist/assets/ProgressBar.css +3 -3
- package/dist/assets/ProgressSteps.css +7 -7
- package/dist/assets/SelectFieldLayout.css +18 -18
- package/dist/assets/Spinner.css +26 -26
- package/dist/assets/Steps.css +5 -5
- package/dist/assets/Text.css +227 -227
- package/dist/assets/TextHighlighted.css +14 -14
- package/dist/assets/TextInline.css +5 -5
- package/dist/assets/Toast.css +12 -12
- package/dist/assets/Tooltip.css +14 -14
- package/dist/assets/align-self.css +25 -25
- package/dist/assets/color.css +39 -39
- package/dist/assets/exp-color.css +58 -58
- package/dist/assets/index.css +16 -16
- package/dist/assets/layout-gap.css +135 -135
- package/dist/assets/layout-grid.css +100 -100
- package/dist/assets/layout-hide.css +49 -49
- package/dist/assets/layout-padding.css +531 -531
- package/dist/assets/layout-relative.css +2 -2
- package/dist/assets/text-accent.css +18 -18
- package/dist/assets/text-centered.css +13 -13
- package/dist/assets/text-weight.css +8 -8
- package/dist/components/AlertDialog/AlertDialog.js +4 -4
- package/dist/components/Avatar/Avatar.js +74 -74
- package/dist/components/AvatarWithStatus/AvatarWithStatus.js +10 -10
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Box/Box.js +150 -150
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Chips/Chips.js +4 -4
- package/dist/components/Dialog/Dialog.js +35 -35
- package/dist/components/FieldAdditionalText/FieldAdditionalText.js +3 -3
- package/dist/components/FieldButton/FieldButton.js +1 -1
- package/dist/components/FieldLayout/FieldLayout.js +7 -7
- package/dist/components/Heading/Heading.js +97 -97
- package/dist/components/Icon/Icon.js +10 -10
- package/dist/components/LayoutFlex/LayoutFlex.js +3 -3
- package/dist/components/LayoutFlexItem/LayoutFlexItem.js +13 -13
- package/dist/components/Link/Link.js +18 -18
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
- package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
- package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
- package/dist/components/ProgressBar/ProgressBar.js +1 -1
- package/dist/components/ProgressSteps/ProgressSteps.js +2 -2
- package/dist/components/Steps/Steps.js +4 -4
- package/dist/components/Text/Text.js +224 -224
- package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
- package/dist/components/TextInline/TextInline.js +2 -2
- package/dist/components/Toast/Toast.js +5 -5
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/private/ButtonBase/ButtonBase.js +173 -173
- package/dist/components/private/FieldLabel/FieldLabel.js +5 -5
- package/dist/components/private/FieldLayoutBase/FieldLayoutBase.js +1 -1
- package/dist/components/private/Input/Checkbox.js +1 -1
- package/dist/components/private/Input/InputDate.js +1 -1
- package/dist/components/private/Input/InputNumber.js +1 -1
- package/dist/components/private/Input/InputPassword.js +1 -1
- package/dist/components/private/Input/InputText.js +1 -1
- package/dist/components/private/Input/InputTime.js +1 -1
- package/dist/components/private/Input/Radio.js +1 -1
- package/dist/components/private/Input/Select.js +1 -1
- package/dist/components/private/Input/Textarea.js +1 -1
- package/dist/components/private/SelectFieldLayout/SelectFieldLayout.js +8 -8
- package/dist/components/private/Spinner/Spinner.js +16 -16
- package/dist/index.module-iACyovpJ.js +27 -0
- package/dist/layout-gap.module-DwYAmZqy.js +139 -0
- package/dist/{layout-grid.module-BLJUirw-.js → layout-grid.module-DvWR2pve.js} +97 -97
- package/dist/layout-hide.module-CVaoro6S.js +55 -0
- package/dist/{layout-relative.module-B5e88crD.js → layout-relative.module-yZwngsDw.js} +2 -2
- package/dist/shared-styles/align-self/align-self.js +25 -25
- package/dist/shared-styles/color/color.js +38 -38
- package/dist/shared-styles/exp-color/exp-color.js +57 -57
- package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
- package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
- package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
- package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
- package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
- package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
- package/dist/shared-styles/text-accent/text-accent.js +17 -17
- package/dist/shared-styles/text-centered/text-centered.js +13 -13
- package/dist/shared-styles/text-weight/text-weight.js +7 -7
- package/package.json +13 -13
- package/dist/index.module-DD85j9FG.js +0 -27
- package/dist/layout-gap.module-epqpmsIJ.js +0 -139
- package/dist/layout-hide.module-IAC5mhAt.js +0 -55
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @
|
|
2
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @
|
|
3
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @
|
|
4
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Apr 03 2025 10:09:33 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu Apr 03 2025 10:09:32 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Apr 03 2025 10:09:36 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
._LayoutGrid_9zrms_4 {
|
|
5
5
|
list-style: none;
|
|
6
6
|
font-weight: inherit;
|
|
7
7
|
border: none;
|
|
@@ -11,457 +11,457 @@
|
|
|
11
11
|
padding: 0;
|
|
12
12
|
display: grid;
|
|
13
13
|
}
|
|
14
|
-
._LayoutGrid--justify-content-
|
|
14
|
+
._LayoutGrid--justify-content-center_9zrms_14 {
|
|
15
15
|
-webkit-box-pack: center;
|
|
16
16
|
-ms-flex-pack: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
._LayoutGrid--justify-content-
|
|
19
|
+
._LayoutGrid--justify-content-start_9zrms_17 {
|
|
20
20
|
-webkit-box-pack: start;
|
|
21
21
|
-ms-flex-pack: start;
|
|
22
22
|
justify-content: start;
|
|
23
23
|
}
|
|
24
|
-
._LayoutGrid--justify-content-
|
|
24
|
+
._LayoutGrid--justify-content-end_9zrms_20 {
|
|
25
25
|
-webkit-box-pack: end;
|
|
26
26
|
-ms-flex-pack: end;
|
|
27
27
|
justify-content: end;
|
|
28
28
|
}
|
|
29
|
-
._LayoutGrid--justify-content-space-
|
|
29
|
+
._LayoutGrid--justify-content-space-between_9zrms_23 {
|
|
30
30
|
-webkit-box-pack: justify;
|
|
31
31
|
-ms-flex-pack: justify;
|
|
32
32
|
justify-content: space-between;
|
|
33
33
|
}
|
|
34
|
-
._LayoutGrid--justify-content-space-
|
|
34
|
+
._LayoutGrid--justify-content-space-around_9zrms_26 {
|
|
35
35
|
-ms-flex-pack: distribute;
|
|
36
36
|
justify-content: space-around;
|
|
37
37
|
}
|
|
38
|
-
._LayoutGrid--justify-content-space-
|
|
38
|
+
._LayoutGrid--justify-content-space-evenly_9zrms_29 {
|
|
39
39
|
-webkit-box-pack: space-evenly;
|
|
40
40
|
-ms-flex-pack: space-evenly;
|
|
41
41
|
justify-content: space-evenly;
|
|
42
42
|
}
|
|
43
43
|
@media (min-width: 400px) {
|
|
44
|
-
._LayoutGrid--narrow-l--justify-content-
|
|
44
|
+
._LayoutGrid--narrow-l--justify-content-center_9zrms_33 {
|
|
45
45
|
-webkit-box-pack: center;
|
|
46
46
|
-ms-flex-pack: center;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
}
|
|
49
|
-
._LayoutGrid--narrow-l--justify-content-
|
|
49
|
+
._LayoutGrid--narrow-l--justify-content-start_9zrms_36 {
|
|
50
50
|
-webkit-box-pack: start;
|
|
51
51
|
-ms-flex-pack: start;
|
|
52
52
|
justify-content: start;
|
|
53
53
|
}
|
|
54
|
-
._LayoutGrid--narrow-l--justify-content-
|
|
54
|
+
._LayoutGrid--narrow-l--justify-content-end_9zrms_39 {
|
|
55
55
|
-webkit-box-pack: end;
|
|
56
56
|
-ms-flex-pack: end;
|
|
57
57
|
justify-content: end;
|
|
58
58
|
}
|
|
59
|
-
._LayoutGrid--narrow-l--justify-content-space-
|
|
59
|
+
._LayoutGrid--narrow-l--justify-content-space-between_9zrms_42 {
|
|
60
60
|
-webkit-box-pack: justify;
|
|
61
61
|
-ms-flex-pack: justify;
|
|
62
62
|
justify-content: space-between;
|
|
63
63
|
}
|
|
64
|
-
._LayoutGrid--narrow-l--justify-content-space-
|
|
64
|
+
._LayoutGrid--narrow-l--justify-content-space-around_9zrms_45 {
|
|
65
65
|
-ms-flex-pack: distribute;
|
|
66
66
|
justify-content: space-around;
|
|
67
67
|
}
|
|
68
|
-
._LayoutGrid--narrow-l--justify-content-space-
|
|
68
|
+
._LayoutGrid--narrow-l--justify-content-space-evenly_9zrms_48 {
|
|
69
69
|
-webkit-box-pack: space-evenly;
|
|
70
70
|
-ms-flex-pack: space-evenly;
|
|
71
71
|
justify-content: space-evenly;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
@media (min-width: 700px) {
|
|
75
|
-
._LayoutGrid--medium-s--justify-content-
|
|
75
|
+
._LayoutGrid--medium-s--justify-content-center_9zrms_53 {
|
|
76
76
|
-webkit-box-pack: center;
|
|
77
77
|
-ms-flex-pack: center;
|
|
78
78
|
justify-content: center;
|
|
79
79
|
}
|
|
80
|
-
._LayoutGrid--medium-s--justify-content-
|
|
80
|
+
._LayoutGrid--medium-s--justify-content-start_9zrms_56 {
|
|
81
81
|
-webkit-box-pack: start;
|
|
82
82
|
-ms-flex-pack: start;
|
|
83
83
|
justify-content: start;
|
|
84
84
|
}
|
|
85
|
-
._LayoutGrid--medium-s--justify-content-
|
|
85
|
+
._LayoutGrid--medium-s--justify-content-end_9zrms_59 {
|
|
86
86
|
-webkit-box-pack: end;
|
|
87
87
|
-ms-flex-pack: end;
|
|
88
88
|
justify-content: end;
|
|
89
89
|
}
|
|
90
|
-
._LayoutGrid--medium-s--justify-content-space-
|
|
90
|
+
._LayoutGrid--medium-s--justify-content-space-between_9zrms_62 {
|
|
91
91
|
-webkit-box-pack: justify;
|
|
92
92
|
-ms-flex-pack: justify;
|
|
93
93
|
justify-content: space-between;
|
|
94
94
|
}
|
|
95
|
-
._LayoutGrid--medium-s--justify-content-space-
|
|
95
|
+
._LayoutGrid--medium-s--justify-content-space-around_9zrms_65 {
|
|
96
96
|
-ms-flex-pack: distribute;
|
|
97
97
|
justify-content: space-around;
|
|
98
98
|
}
|
|
99
|
-
._LayoutGrid--medium-s--justify-content-space-
|
|
99
|
+
._LayoutGrid--medium-s--justify-content-space-evenly_9zrms_68 {
|
|
100
100
|
-webkit-box-pack: space-evenly;
|
|
101
101
|
-ms-flex-pack: space-evenly;
|
|
102
102
|
justify-content: space-evenly;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
@media (min-width: 880px) {
|
|
106
|
-
._LayoutGrid--medium-l--justify-content-
|
|
106
|
+
._LayoutGrid--medium-l--justify-content-center_9zrms_73 {
|
|
107
107
|
-webkit-box-pack: center;
|
|
108
108
|
-ms-flex-pack: center;
|
|
109
109
|
justify-content: center;
|
|
110
110
|
}
|
|
111
|
-
._LayoutGrid--medium-l--justify-content-
|
|
111
|
+
._LayoutGrid--medium-l--justify-content-start_9zrms_76 {
|
|
112
112
|
-webkit-box-pack: start;
|
|
113
113
|
-ms-flex-pack: start;
|
|
114
114
|
justify-content: start;
|
|
115
115
|
}
|
|
116
|
-
._LayoutGrid--medium-l--justify-content-
|
|
116
|
+
._LayoutGrid--medium-l--justify-content-end_9zrms_79 {
|
|
117
117
|
-webkit-box-pack: end;
|
|
118
118
|
-ms-flex-pack: end;
|
|
119
119
|
justify-content: end;
|
|
120
120
|
}
|
|
121
|
-
._LayoutGrid--medium-l--justify-content-space-
|
|
121
|
+
._LayoutGrid--medium-l--justify-content-space-between_9zrms_82 {
|
|
122
122
|
-webkit-box-pack: justify;
|
|
123
123
|
-ms-flex-pack: justify;
|
|
124
124
|
justify-content: space-between;
|
|
125
125
|
}
|
|
126
|
-
._LayoutGrid--medium-l--justify-content-space-
|
|
126
|
+
._LayoutGrid--medium-l--justify-content-space-around_9zrms_85 {
|
|
127
127
|
-ms-flex-pack: distribute;
|
|
128
128
|
justify-content: space-around;
|
|
129
129
|
}
|
|
130
|
-
._LayoutGrid--medium-l--justify-content-space-
|
|
130
|
+
._LayoutGrid--medium-l--justify-content-space-evenly_9zrms_88 {
|
|
131
131
|
-webkit-box-pack: space-evenly;
|
|
132
132
|
-ms-flex-pack: space-evenly;
|
|
133
133
|
justify-content: space-evenly;
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
@media (min-width: 1200px) {
|
|
137
|
-
._LayoutGrid--wide-s--justify-content-
|
|
137
|
+
._LayoutGrid--wide-s--justify-content-center_9zrms_93 {
|
|
138
138
|
-webkit-box-pack: center;
|
|
139
139
|
-ms-flex-pack: center;
|
|
140
140
|
justify-content: center;
|
|
141
141
|
}
|
|
142
|
-
._LayoutGrid--wide-s--justify-content-
|
|
142
|
+
._LayoutGrid--wide-s--justify-content-start_9zrms_96 {
|
|
143
143
|
-webkit-box-pack: start;
|
|
144
144
|
-ms-flex-pack: start;
|
|
145
145
|
justify-content: start;
|
|
146
146
|
}
|
|
147
|
-
._LayoutGrid--wide-s--justify-content-
|
|
147
|
+
._LayoutGrid--wide-s--justify-content-end_9zrms_99 {
|
|
148
148
|
-webkit-box-pack: end;
|
|
149
149
|
-ms-flex-pack: end;
|
|
150
150
|
justify-content: end;
|
|
151
151
|
}
|
|
152
|
-
._LayoutGrid--wide-s--justify-content-space-
|
|
152
|
+
._LayoutGrid--wide-s--justify-content-space-between_9zrms_102 {
|
|
153
153
|
-webkit-box-pack: justify;
|
|
154
154
|
-ms-flex-pack: justify;
|
|
155
155
|
justify-content: space-between;
|
|
156
156
|
}
|
|
157
|
-
._LayoutGrid--wide-s--justify-content-space-
|
|
157
|
+
._LayoutGrid--wide-s--justify-content-space-around_9zrms_105 {
|
|
158
158
|
-ms-flex-pack: distribute;
|
|
159
159
|
justify-content: space-around;
|
|
160
160
|
}
|
|
161
|
-
._LayoutGrid--wide-s--justify-content-space-
|
|
161
|
+
._LayoutGrid--wide-s--justify-content-space-evenly_9zrms_108 {
|
|
162
162
|
-webkit-box-pack: space-evenly;
|
|
163
163
|
-ms-flex-pack: space-evenly;
|
|
164
164
|
justify-content: space-evenly;
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
@media (min-width: 1900px) {
|
|
168
|
-
._LayoutGrid--wide-l--justify-content-
|
|
168
|
+
._LayoutGrid--wide-l--justify-content-center_9zrms_113 {
|
|
169
169
|
-webkit-box-pack: center;
|
|
170
170
|
-ms-flex-pack: center;
|
|
171
171
|
justify-content: center;
|
|
172
172
|
}
|
|
173
|
-
._LayoutGrid--wide-l--justify-content-
|
|
173
|
+
._LayoutGrid--wide-l--justify-content-start_9zrms_116 {
|
|
174
174
|
-webkit-box-pack: start;
|
|
175
175
|
-ms-flex-pack: start;
|
|
176
176
|
justify-content: start;
|
|
177
177
|
}
|
|
178
|
-
._LayoutGrid--wide-l--justify-content-
|
|
178
|
+
._LayoutGrid--wide-l--justify-content-end_9zrms_119 {
|
|
179
179
|
-webkit-box-pack: end;
|
|
180
180
|
-ms-flex-pack: end;
|
|
181
181
|
justify-content: end;
|
|
182
182
|
}
|
|
183
|
-
._LayoutGrid--wide-l--justify-content-space-
|
|
183
|
+
._LayoutGrid--wide-l--justify-content-space-between_9zrms_122 {
|
|
184
184
|
-webkit-box-pack: justify;
|
|
185
185
|
-ms-flex-pack: justify;
|
|
186
186
|
justify-content: space-between;
|
|
187
187
|
}
|
|
188
|
-
._LayoutGrid--wide-l--justify-content-space-
|
|
188
|
+
._LayoutGrid--wide-l--justify-content-space-around_9zrms_125 {
|
|
189
189
|
-ms-flex-pack: distribute;
|
|
190
190
|
justify-content: space-around;
|
|
191
191
|
}
|
|
192
|
-
._LayoutGrid--wide-l--justify-content-space-
|
|
192
|
+
._LayoutGrid--wide-l--justify-content-space-evenly_9zrms_128 {
|
|
193
193
|
-webkit-box-pack: space-evenly;
|
|
194
194
|
-ms-flex-pack: space-evenly;
|
|
195
195
|
justify-content: space-evenly;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
|
-
._LayoutGrid--align-items-
|
|
198
|
+
._LayoutGrid--align-items-center_9zrms_132 {
|
|
199
199
|
-webkit-box-align: center;
|
|
200
200
|
-ms-flex-align: center;
|
|
201
201
|
align-items: center;
|
|
202
202
|
}
|
|
203
|
-
._LayoutGrid--align-items-
|
|
203
|
+
._LayoutGrid--align-items-start_9zrms_135 {
|
|
204
204
|
-webkit-box-align: start;
|
|
205
205
|
-ms-flex-align: start;
|
|
206
206
|
align-items: start;
|
|
207
207
|
}
|
|
208
|
-
._LayoutGrid--align-items-
|
|
208
|
+
._LayoutGrid--align-items-end_9zrms_138 {
|
|
209
209
|
-webkit-box-align: end;
|
|
210
210
|
-ms-flex-align: end;
|
|
211
211
|
align-items: end;
|
|
212
212
|
}
|
|
213
|
-
._LayoutGrid--align-items-
|
|
213
|
+
._LayoutGrid--align-items-stretch_9zrms_141 {
|
|
214
214
|
-webkit-box-align: stretch;
|
|
215
215
|
-ms-flex-align: stretch;
|
|
216
216
|
align-items: stretch;
|
|
217
217
|
}
|
|
218
|
-
._LayoutGrid--align-items-
|
|
218
|
+
._LayoutGrid--align-items-baseline_9zrms_144 {
|
|
219
219
|
-webkit-box-align: baseline;
|
|
220
220
|
-ms-flex-align: baseline;
|
|
221
221
|
align-items: baseline;
|
|
222
222
|
}
|
|
223
223
|
@media (min-width: 400px) {
|
|
224
|
-
._LayoutGrid--narrow-l--align-items-
|
|
224
|
+
._LayoutGrid--narrow-l--align-items-center_9zrms_148 {
|
|
225
225
|
-webkit-box-align: center;
|
|
226
226
|
-ms-flex-align: center;
|
|
227
227
|
align-items: center;
|
|
228
228
|
}
|
|
229
|
-
._LayoutGrid--narrow-l--align-items-
|
|
229
|
+
._LayoutGrid--narrow-l--align-items-start_9zrms_151 {
|
|
230
230
|
-webkit-box-align: start;
|
|
231
231
|
-ms-flex-align: start;
|
|
232
232
|
align-items: start;
|
|
233
233
|
}
|
|
234
|
-
._LayoutGrid--narrow-l--align-items-
|
|
234
|
+
._LayoutGrid--narrow-l--align-items-end_9zrms_154 {
|
|
235
235
|
-webkit-box-align: end;
|
|
236
236
|
-ms-flex-align: end;
|
|
237
237
|
align-items: end;
|
|
238
238
|
}
|
|
239
|
-
._LayoutGrid--narrow-l--align-items-
|
|
239
|
+
._LayoutGrid--narrow-l--align-items-stretch_9zrms_157 {
|
|
240
240
|
-webkit-box-align: stretch;
|
|
241
241
|
-ms-flex-align: stretch;
|
|
242
242
|
align-items: stretch;
|
|
243
243
|
}
|
|
244
|
-
._LayoutGrid--narrow-l--align-items-
|
|
244
|
+
._LayoutGrid--narrow-l--align-items-baseline_9zrms_160 {
|
|
245
245
|
-webkit-box-align: baseline;
|
|
246
246
|
-ms-flex-align: baseline;
|
|
247
247
|
align-items: baseline;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
@media (min-width: 700px) {
|
|
251
|
-
._LayoutGrid--medium-s--align-items-
|
|
251
|
+
._LayoutGrid--medium-s--align-items-center_9zrms_165 {
|
|
252
252
|
-webkit-box-align: center;
|
|
253
253
|
-ms-flex-align: center;
|
|
254
254
|
align-items: center;
|
|
255
255
|
}
|
|
256
|
-
._LayoutGrid--medium-s--align-items-
|
|
256
|
+
._LayoutGrid--medium-s--align-items-start_9zrms_168 {
|
|
257
257
|
-webkit-box-align: start;
|
|
258
258
|
-ms-flex-align: start;
|
|
259
259
|
align-items: start;
|
|
260
260
|
}
|
|
261
|
-
._LayoutGrid--medium-s--align-items-
|
|
261
|
+
._LayoutGrid--medium-s--align-items-end_9zrms_171 {
|
|
262
262
|
-webkit-box-align: end;
|
|
263
263
|
-ms-flex-align: end;
|
|
264
264
|
align-items: end;
|
|
265
265
|
}
|
|
266
|
-
._LayoutGrid--medium-s--align-items-
|
|
266
|
+
._LayoutGrid--medium-s--align-items-stretch_9zrms_174 {
|
|
267
267
|
-webkit-box-align: stretch;
|
|
268
268
|
-ms-flex-align: stretch;
|
|
269
269
|
align-items: stretch;
|
|
270
270
|
}
|
|
271
|
-
._LayoutGrid--medium-s--align-items-
|
|
271
|
+
._LayoutGrid--medium-s--align-items-baseline_9zrms_177 {
|
|
272
272
|
-webkit-box-align: baseline;
|
|
273
273
|
-ms-flex-align: baseline;
|
|
274
274
|
align-items: baseline;
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
@media (min-width: 880px) {
|
|
278
|
-
._LayoutGrid--medium-l--align-items-
|
|
278
|
+
._LayoutGrid--medium-l--align-items-center_9zrms_182 {
|
|
279
279
|
-webkit-box-align: center;
|
|
280
280
|
-ms-flex-align: center;
|
|
281
281
|
align-items: center;
|
|
282
282
|
}
|
|
283
|
-
._LayoutGrid--medium-l--align-items-
|
|
283
|
+
._LayoutGrid--medium-l--align-items-start_9zrms_185 {
|
|
284
284
|
-webkit-box-align: start;
|
|
285
285
|
-ms-flex-align: start;
|
|
286
286
|
align-items: start;
|
|
287
287
|
}
|
|
288
|
-
._LayoutGrid--medium-l--align-items-
|
|
288
|
+
._LayoutGrid--medium-l--align-items-end_9zrms_188 {
|
|
289
289
|
-webkit-box-align: end;
|
|
290
290
|
-ms-flex-align: end;
|
|
291
291
|
align-items: end;
|
|
292
292
|
}
|
|
293
|
-
._LayoutGrid--medium-l--align-items-
|
|
293
|
+
._LayoutGrid--medium-l--align-items-stretch_9zrms_191 {
|
|
294
294
|
-webkit-box-align: stretch;
|
|
295
295
|
-ms-flex-align: stretch;
|
|
296
296
|
align-items: stretch;
|
|
297
297
|
}
|
|
298
|
-
._LayoutGrid--medium-l--align-items-
|
|
298
|
+
._LayoutGrid--medium-l--align-items-baseline_9zrms_194 {
|
|
299
299
|
-webkit-box-align: baseline;
|
|
300
300
|
-ms-flex-align: baseline;
|
|
301
301
|
align-items: baseline;
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
@media (min-width: 1200px) {
|
|
305
|
-
._LayoutGrid--wide-s--align-items-
|
|
305
|
+
._LayoutGrid--wide-s--align-items-center_9zrms_199 {
|
|
306
306
|
-webkit-box-align: center;
|
|
307
307
|
-ms-flex-align: center;
|
|
308
308
|
align-items: center;
|
|
309
309
|
}
|
|
310
|
-
._LayoutGrid--wide-s--align-items-
|
|
310
|
+
._LayoutGrid--wide-s--align-items-start_9zrms_202 {
|
|
311
311
|
-webkit-box-align: start;
|
|
312
312
|
-ms-flex-align: start;
|
|
313
313
|
align-items: start;
|
|
314
314
|
}
|
|
315
|
-
._LayoutGrid--wide-s--align-items-
|
|
315
|
+
._LayoutGrid--wide-s--align-items-end_9zrms_205 {
|
|
316
316
|
-webkit-box-align: end;
|
|
317
317
|
-ms-flex-align: end;
|
|
318
318
|
align-items: end;
|
|
319
319
|
}
|
|
320
|
-
._LayoutGrid--wide-s--align-items-
|
|
320
|
+
._LayoutGrid--wide-s--align-items-stretch_9zrms_208 {
|
|
321
321
|
-webkit-box-align: stretch;
|
|
322
322
|
-ms-flex-align: stretch;
|
|
323
323
|
align-items: stretch;
|
|
324
324
|
}
|
|
325
|
-
._LayoutGrid--wide-s--align-items-
|
|
325
|
+
._LayoutGrid--wide-s--align-items-baseline_9zrms_211 {
|
|
326
326
|
-webkit-box-align: baseline;
|
|
327
327
|
-ms-flex-align: baseline;
|
|
328
328
|
align-items: baseline;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
@media (min-width: 1900px) {
|
|
332
|
-
._LayoutGrid--wide-l--align-items-
|
|
332
|
+
._LayoutGrid--wide-l--align-items-center_9zrms_216 {
|
|
333
333
|
-webkit-box-align: center;
|
|
334
334
|
-ms-flex-align: center;
|
|
335
335
|
align-items: center;
|
|
336
336
|
}
|
|
337
|
-
._LayoutGrid--wide-l--align-items-
|
|
337
|
+
._LayoutGrid--wide-l--align-items-start_9zrms_219 {
|
|
338
338
|
-webkit-box-align: start;
|
|
339
339
|
-ms-flex-align: start;
|
|
340
340
|
align-items: start;
|
|
341
341
|
}
|
|
342
|
-
._LayoutGrid--wide-l--align-items-
|
|
342
|
+
._LayoutGrid--wide-l--align-items-end_9zrms_222 {
|
|
343
343
|
-webkit-box-align: end;
|
|
344
344
|
-ms-flex-align: end;
|
|
345
345
|
align-items: end;
|
|
346
346
|
}
|
|
347
|
-
._LayoutGrid--wide-l--align-items-
|
|
347
|
+
._LayoutGrid--wide-l--align-items-stretch_9zrms_225 {
|
|
348
348
|
-webkit-box-align: stretch;
|
|
349
349
|
-ms-flex-align: stretch;
|
|
350
350
|
align-items: stretch;
|
|
351
351
|
}
|
|
352
|
-
._LayoutGrid--wide-l--align-items-
|
|
352
|
+
._LayoutGrid--wide-l--align-items-baseline_9zrms_228 {
|
|
353
353
|
-webkit-box-align: baseline;
|
|
354
354
|
-ms-flex-align: baseline;
|
|
355
355
|
align-items: baseline;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
._LayoutGrid--justify-items-
|
|
358
|
+
._LayoutGrid--justify-items-stretch_9zrms_232 {
|
|
359
359
|
justify-items: stretch;
|
|
360
360
|
}
|
|
361
|
-
._LayoutGrid--justify-items-
|
|
361
|
+
._LayoutGrid--justify-items-center_9zrms_235 {
|
|
362
362
|
justify-items: center;
|
|
363
363
|
}
|
|
364
|
-
._LayoutGrid--justify-items-
|
|
364
|
+
._LayoutGrid--justify-items-start_9zrms_238 {
|
|
365
365
|
justify-items: start;
|
|
366
366
|
}
|
|
367
|
-
._LayoutGrid--justify-items-
|
|
367
|
+
._LayoutGrid--justify-items-end_9zrms_241 {
|
|
368
368
|
justify-items: end;
|
|
369
369
|
}
|
|
370
370
|
@media (min-width: 400px) {
|
|
371
|
-
._LayoutGrid--narrow-l--justify-items-
|
|
371
|
+
._LayoutGrid--narrow-l--justify-items-stretch_9zrms_245 {
|
|
372
372
|
justify-items: stretch;
|
|
373
373
|
}
|
|
374
|
-
._LayoutGrid--narrow-l--justify-items-
|
|
374
|
+
._LayoutGrid--narrow-l--justify-items-center_9zrms_248 {
|
|
375
375
|
justify-items: center;
|
|
376
376
|
}
|
|
377
|
-
._LayoutGrid--narrow-l--justify-items-
|
|
377
|
+
._LayoutGrid--narrow-l--justify-items-start_9zrms_251 {
|
|
378
378
|
justify-items: start;
|
|
379
379
|
}
|
|
380
|
-
._LayoutGrid--narrow-l--justify-items-
|
|
380
|
+
._LayoutGrid--narrow-l--justify-items-end_9zrms_254 {
|
|
381
381
|
justify-items: end;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
@media (min-width: 700px) {
|
|
385
|
-
._LayoutGrid--medium-s--justify-items-
|
|
385
|
+
._LayoutGrid--medium-s--justify-items-stretch_9zrms_259 {
|
|
386
386
|
justify-items: stretch;
|
|
387
387
|
}
|
|
388
|
-
._LayoutGrid--medium-s--justify-items-
|
|
388
|
+
._LayoutGrid--medium-s--justify-items-center_9zrms_262 {
|
|
389
389
|
justify-items: center;
|
|
390
390
|
}
|
|
391
|
-
._LayoutGrid--medium-s--justify-items-
|
|
391
|
+
._LayoutGrid--medium-s--justify-items-start_9zrms_265 {
|
|
392
392
|
justify-items: start;
|
|
393
393
|
}
|
|
394
|
-
._LayoutGrid--medium-s--justify-items-
|
|
394
|
+
._LayoutGrid--medium-s--justify-items-end_9zrms_268 {
|
|
395
395
|
justify-items: end;
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
@media (min-width: 880px) {
|
|
399
|
-
._LayoutGrid--medium-l--justify-items-
|
|
399
|
+
._LayoutGrid--medium-l--justify-items-stretch_9zrms_273 {
|
|
400
400
|
justify-items: stretch;
|
|
401
401
|
}
|
|
402
|
-
._LayoutGrid--medium-l--justify-items-
|
|
402
|
+
._LayoutGrid--medium-l--justify-items-center_9zrms_276 {
|
|
403
403
|
justify-items: center;
|
|
404
404
|
}
|
|
405
|
-
._LayoutGrid--medium-l--justify-items-
|
|
405
|
+
._LayoutGrid--medium-l--justify-items-start_9zrms_279 {
|
|
406
406
|
justify-items: start;
|
|
407
407
|
}
|
|
408
|
-
._LayoutGrid--medium-l--justify-items-
|
|
408
|
+
._LayoutGrid--medium-l--justify-items-end_9zrms_282 {
|
|
409
409
|
justify-items: end;
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
@media (min-width: 1200px) {
|
|
413
|
-
._LayoutGrid--wide-s--justify-items-
|
|
413
|
+
._LayoutGrid--wide-s--justify-items-stretch_9zrms_287 {
|
|
414
414
|
justify-items: stretch;
|
|
415
415
|
}
|
|
416
|
-
._LayoutGrid--wide-s--justify-items-
|
|
416
|
+
._LayoutGrid--wide-s--justify-items-center_9zrms_290 {
|
|
417
417
|
justify-items: center;
|
|
418
418
|
}
|
|
419
|
-
._LayoutGrid--wide-s--justify-items-
|
|
419
|
+
._LayoutGrid--wide-s--justify-items-start_9zrms_293 {
|
|
420
420
|
justify-items: start;
|
|
421
421
|
}
|
|
422
|
-
._LayoutGrid--wide-s--justify-items-
|
|
422
|
+
._LayoutGrid--wide-s--justify-items-end_9zrms_296 {
|
|
423
423
|
justify-items: end;
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
@media (min-width: 1900px) {
|
|
427
|
-
._LayoutGrid--wide-l--justify-items-
|
|
427
|
+
._LayoutGrid--wide-l--justify-items-stretch_9zrms_301 {
|
|
428
428
|
justify-items: stretch;
|
|
429
429
|
}
|
|
430
|
-
._LayoutGrid--wide-l--justify-items-
|
|
430
|
+
._LayoutGrid--wide-l--justify-items-center_9zrms_304 {
|
|
431
431
|
justify-items: center;
|
|
432
432
|
}
|
|
433
|
-
._LayoutGrid--wide-l--justify-items-
|
|
433
|
+
._LayoutGrid--wide-l--justify-items-start_9zrms_307 {
|
|
434
434
|
justify-items: start;
|
|
435
435
|
}
|
|
436
|
-
._LayoutGrid--wide-l--justify-items-
|
|
436
|
+
._LayoutGrid--wide-l--justify-items-end_9zrms_310 {
|
|
437
437
|
justify-items: end;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
-
._LayoutGrid--
|
|
440
|
+
._LayoutGrid--columns_9zrms_314 {
|
|
441
441
|
grid-template-columns: var(--columns);
|
|
442
442
|
}
|
|
443
443
|
@media (min-width: 400px) {
|
|
444
|
-
._LayoutGrid--columns-narrow-
|
|
444
|
+
._LayoutGrid--columns-narrow-l_9zrms_318 {
|
|
445
445
|
grid-template-columns: var(--columns-narrow-l);
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
@media (min-width: 700px) {
|
|
449
|
-
._LayoutGrid--columns-medium-
|
|
449
|
+
._LayoutGrid--columns-medium-s_9zrms_323 {
|
|
450
450
|
grid-template-columns: var(--columns-medium-s);
|
|
451
451
|
}
|
|
452
452
|
}
|
|
453
453
|
@media (min-width: 880px) {
|
|
454
|
-
._LayoutGrid--columns-medium-
|
|
454
|
+
._LayoutGrid--columns-medium-l_9zrms_328 {
|
|
455
455
|
grid-template-columns: var(--columns-medium-l);
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
@media (min-width: 1200px) {
|
|
459
|
-
._LayoutGrid--columns-wide-
|
|
459
|
+
._LayoutGrid--columns-wide-s_9zrms_333 {
|
|
460
460
|
grid-template-columns: var(--columns-wide-s);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
@media (min-width: 1900px) {
|
|
464
|
-
._LayoutGrid--columns-wide-
|
|
464
|
+
._LayoutGrid--columns-wide-l_9zrms_338 {
|
|
465
465
|
grid-template-columns: var(--columns-wide-l);
|
|
466
466
|
}
|
|
467
467
|
}
|