@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.
Files changed (108) hide show
  1. package/dist/assets/AlertDialog.css +17 -17
  2. package/dist/assets/Avatar.css +79 -79
  3. package/dist/assets/AvatarWithStatus.css +12 -12
  4. package/dist/assets/Badge.css +24 -24
  5. package/dist/assets/Box.css +171 -171
  6. package/dist/assets/Button.css +7 -7
  7. package/dist/assets/ButtonBase.css +245 -245
  8. package/dist/assets/Chips.css +16 -16
  9. package/dist/assets/Dialog.css +91 -91
  10. package/dist/assets/FieldAdditionalText.css +6 -6
  11. package/dist/assets/FieldButton.css +8 -8
  12. package/dist/assets/FieldLabel.css +8 -8
  13. package/dist/assets/FieldLayout.css +29 -29
  14. package/dist/assets/FieldLayoutBase.css +4 -4
  15. package/dist/assets/Heading.css +100 -100
  16. package/dist/assets/Icon.css +14 -14
  17. package/dist/assets/LayoutFlex.css +1 -1
  18. package/dist/assets/LayoutFlexItem.css +14 -14
  19. package/dist/assets/Link.css +32 -32
  20. package/dist/assets/Loader.css +4 -4
  21. package/dist/assets/OnboardingTooltip.css +17 -17
  22. package/dist/assets/OnboardingTour.css +2 -2
  23. package/dist/assets/PreplyLogo.css +9 -9
  24. package/dist/assets/ProgressBar.css +3 -3
  25. package/dist/assets/ProgressSteps.css +7 -7
  26. package/dist/assets/SelectFieldLayout.css +18 -18
  27. package/dist/assets/Spinner.css +26 -26
  28. package/dist/assets/Steps.css +5 -5
  29. package/dist/assets/Text.css +227 -227
  30. package/dist/assets/TextHighlighted.css +14 -14
  31. package/dist/assets/TextInline.css +5 -5
  32. package/dist/assets/Toast.css +12 -12
  33. package/dist/assets/Tooltip.css +14 -14
  34. package/dist/assets/align-self.css +25 -25
  35. package/dist/assets/color.css +39 -39
  36. package/dist/assets/exp-color.css +58 -58
  37. package/dist/assets/index.css +16 -16
  38. package/dist/assets/layout-gap.css +135 -135
  39. package/dist/assets/layout-grid.css +100 -100
  40. package/dist/assets/layout-hide.css +49 -49
  41. package/dist/assets/layout-padding.css +531 -531
  42. package/dist/assets/layout-relative.css +2 -2
  43. package/dist/assets/text-accent.css +18 -18
  44. package/dist/assets/text-centered.css +13 -13
  45. package/dist/assets/text-weight.css +8 -8
  46. package/dist/components/AlertDialog/AlertDialog.js +4 -4
  47. package/dist/components/Avatar/Avatar.js +74 -74
  48. package/dist/components/AvatarWithStatus/AvatarWithStatus.js +10 -10
  49. package/dist/components/Badge/Badge.js +1 -1
  50. package/dist/components/Box/Box.js +150 -150
  51. package/dist/components/Button/Button.js +1 -1
  52. package/dist/components/Chips/Chips.js +4 -4
  53. package/dist/components/Dialog/Dialog.js +35 -35
  54. package/dist/components/FieldAdditionalText/FieldAdditionalText.js +3 -3
  55. package/dist/components/FieldButton/FieldButton.js +1 -1
  56. package/dist/components/FieldLayout/FieldLayout.js +7 -7
  57. package/dist/components/Heading/Heading.js +97 -97
  58. package/dist/components/Icon/Icon.js +10 -10
  59. package/dist/components/LayoutFlex/LayoutFlex.js +3 -3
  60. package/dist/components/LayoutFlexItem/LayoutFlexItem.js +13 -13
  61. package/dist/components/Link/Link.js +18 -18
  62. package/dist/components/Loader/Loader.js +3 -3
  63. package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
  64. package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
  65. package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
  66. package/dist/components/ProgressBar/ProgressBar.js +1 -1
  67. package/dist/components/ProgressSteps/ProgressSteps.js +2 -2
  68. package/dist/components/Steps/Steps.js +4 -4
  69. package/dist/components/Text/Text.js +224 -224
  70. package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
  71. package/dist/components/TextInline/TextInline.js +2 -2
  72. package/dist/components/Toast/Toast.js +5 -5
  73. package/dist/components/Tooltip/Tooltip.js +2 -2
  74. package/dist/components/private/ButtonBase/ButtonBase.js +173 -173
  75. package/dist/components/private/FieldLabel/FieldLabel.js +5 -5
  76. package/dist/components/private/FieldLayoutBase/FieldLayoutBase.js +1 -1
  77. package/dist/components/private/Input/Checkbox.js +1 -1
  78. package/dist/components/private/Input/InputDate.js +1 -1
  79. package/dist/components/private/Input/InputNumber.js +1 -1
  80. package/dist/components/private/Input/InputPassword.js +1 -1
  81. package/dist/components/private/Input/InputText.js +1 -1
  82. package/dist/components/private/Input/InputTime.js +1 -1
  83. package/dist/components/private/Input/Radio.js +1 -1
  84. package/dist/components/private/Input/Select.js +1 -1
  85. package/dist/components/private/Input/Textarea.js +1 -1
  86. package/dist/components/private/SelectFieldLayout/SelectFieldLayout.js +8 -8
  87. package/dist/components/private/Spinner/Spinner.js +16 -16
  88. package/dist/index.module-iACyovpJ.js +27 -0
  89. package/dist/layout-gap.module-DwYAmZqy.js +139 -0
  90. package/dist/{layout-grid.module-BLJUirw-.js → layout-grid.module-DvWR2pve.js} +97 -97
  91. package/dist/layout-hide.module-CVaoro6S.js +55 -0
  92. package/dist/{layout-relative.module-B5e88crD.js → layout-relative.module-yZwngsDw.js} +2 -2
  93. package/dist/shared-styles/align-self/align-self.js +25 -25
  94. package/dist/shared-styles/color/color.js +38 -38
  95. package/dist/shared-styles/exp-color/exp-color.js +57 -57
  96. package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
  97. package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
  98. package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
  99. package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
  100. package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
  101. package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
  102. package/dist/shared-styles/text-accent/text-accent.js +17 -17
  103. package/dist/shared-styles/text-centered/text-centered.js +13 -13
  104. package/dist/shared-styles/text-weight/text-weight.js +7 -7
  105. package/package.json +13 -13
  106. package/dist/index.module-DD85j9FG.js +0 -27
  107. package/dist/layout-gap.module-epqpmsIJ.js +0 -139
  108. 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 @Wed Apr 02 2025 12:55:24 GMT+0000 (Coordinated Universal Time) */
2
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Wed Apr 02 2025 12:55:23 GMT+0000 (Coordinated Universal Time) */
3
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Wed Apr 02 2025 12:55:27 GMT+0000 (Coordinated Universal Time) */
4
- ._LayoutGrid_fmsng_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-center_fmsng_14 {
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-start_fmsng_17 {
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-end_fmsng_20 {
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-between_fmsng_23 {
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-around_fmsng_26 {
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-evenly_fmsng_29 {
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-center_fmsng_33 {
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-start_fmsng_36 {
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-end_fmsng_39 {
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-between_fmsng_42 {
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-around_fmsng_45 {
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-evenly_fmsng_48 {
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-center_fmsng_53 {
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-start_fmsng_56 {
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-end_fmsng_59 {
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-between_fmsng_62 {
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-around_fmsng_65 {
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-evenly_fmsng_68 {
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-center_fmsng_73 {
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-start_fmsng_76 {
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-end_fmsng_79 {
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-between_fmsng_82 {
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-around_fmsng_85 {
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-evenly_fmsng_88 {
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-center_fmsng_93 {
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-start_fmsng_96 {
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-end_fmsng_99 {
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-between_fmsng_102 {
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-around_fmsng_105 {
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-evenly_fmsng_108 {
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-center_fmsng_113 {
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-start_fmsng_116 {
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-end_fmsng_119 {
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-between_fmsng_122 {
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-around_fmsng_125 {
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-evenly_fmsng_128 {
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-center_fmsng_132 {
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-start_fmsng_135 {
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-end_fmsng_138 {
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-stretch_fmsng_141 {
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-baseline_fmsng_144 {
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-center_fmsng_148 {
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-start_fmsng_151 {
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-end_fmsng_154 {
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-stretch_fmsng_157 {
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-baseline_fmsng_160 {
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-center_fmsng_165 {
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-start_fmsng_168 {
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-end_fmsng_171 {
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-stretch_fmsng_174 {
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-baseline_fmsng_177 {
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-center_fmsng_182 {
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-start_fmsng_185 {
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-end_fmsng_188 {
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-stretch_fmsng_191 {
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-baseline_fmsng_194 {
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-center_fmsng_199 {
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-start_fmsng_202 {
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-end_fmsng_205 {
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-stretch_fmsng_208 {
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-baseline_fmsng_211 {
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-center_fmsng_216 {
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-start_fmsng_219 {
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-end_fmsng_222 {
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-stretch_fmsng_225 {
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-baseline_fmsng_228 {
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-stretch_fmsng_232 {
358
+ ._LayoutGrid--justify-items-stretch_9zrms_232 {
359
359
  justify-items: stretch;
360
360
  }
361
- ._LayoutGrid--justify-items-center_fmsng_235 {
361
+ ._LayoutGrid--justify-items-center_9zrms_235 {
362
362
  justify-items: center;
363
363
  }
364
- ._LayoutGrid--justify-items-start_fmsng_238 {
364
+ ._LayoutGrid--justify-items-start_9zrms_238 {
365
365
  justify-items: start;
366
366
  }
367
- ._LayoutGrid--justify-items-end_fmsng_241 {
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-stretch_fmsng_245 {
371
+ ._LayoutGrid--narrow-l--justify-items-stretch_9zrms_245 {
372
372
  justify-items: stretch;
373
373
  }
374
- ._LayoutGrid--narrow-l--justify-items-center_fmsng_248 {
374
+ ._LayoutGrid--narrow-l--justify-items-center_9zrms_248 {
375
375
  justify-items: center;
376
376
  }
377
- ._LayoutGrid--narrow-l--justify-items-start_fmsng_251 {
377
+ ._LayoutGrid--narrow-l--justify-items-start_9zrms_251 {
378
378
  justify-items: start;
379
379
  }
380
- ._LayoutGrid--narrow-l--justify-items-end_fmsng_254 {
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-stretch_fmsng_259 {
385
+ ._LayoutGrid--medium-s--justify-items-stretch_9zrms_259 {
386
386
  justify-items: stretch;
387
387
  }
388
- ._LayoutGrid--medium-s--justify-items-center_fmsng_262 {
388
+ ._LayoutGrid--medium-s--justify-items-center_9zrms_262 {
389
389
  justify-items: center;
390
390
  }
391
- ._LayoutGrid--medium-s--justify-items-start_fmsng_265 {
391
+ ._LayoutGrid--medium-s--justify-items-start_9zrms_265 {
392
392
  justify-items: start;
393
393
  }
394
- ._LayoutGrid--medium-s--justify-items-end_fmsng_268 {
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-stretch_fmsng_273 {
399
+ ._LayoutGrid--medium-l--justify-items-stretch_9zrms_273 {
400
400
  justify-items: stretch;
401
401
  }
402
- ._LayoutGrid--medium-l--justify-items-center_fmsng_276 {
402
+ ._LayoutGrid--medium-l--justify-items-center_9zrms_276 {
403
403
  justify-items: center;
404
404
  }
405
- ._LayoutGrid--medium-l--justify-items-start_fmsng_279 {
405
+ ._LayoutGrid--medium-l--justify-items-start_9zrms_279 {
406
406
  justify-items: start;
407
407
  }
408
- ._LayoutGrid--medium-l--justify-items-end_fmsng_282 {
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-stretch_fmsng_287 {
413
+ ._LayoutGrid--wide-s--justify-items-stretch_9zrms_287 {
414
414
  justify-items: stretch;
415
415
  }
416
- ._LayoutGrid--wide-s--justify-items-center_fmsng_290 {
416
+ ._LayoutGrid--wide-s--justify-items-center_9zrms_290 {
417
417
  justify-items: center;
418
418
  }
419
- ._LayoutGrid--wide-s--justify-items-start_fmsng_293 {
419
+ ._LayoutGrid--wide-s--justify-items-start_9zrms_293 {
420
420
  justify-items: start;
421
421
  }
422
- ._LayoutGrid--wide-s--justify-items-end_fmsng_296 {
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-stretch_fmsng_301 {
427
+ ._LayoutGrid--wide-l--justify-items-stretch_9zrms_301 {
428
428
  justify-items: stretch;
429
429
  }
430
- ._LayoutGrid--wide-l--justify-items-center_fmsng_304 {
430
+ ._LayoutGrid--wide-l--justify-items-center_9zrms_304 {
431
431
  justify-items: center;
432
432
  }
433
- ._LayoutGrid--wide-l--justify-items-start_fmsng_307 {
433
+ ._LayoutGrid--wide-l--justify-items-start_9zrms_307 {
434
434
  justify-items: start;
435
435
  }
436
- ._LayoutGrid--wide-l--justify-items-end_fmsng_310 {
436
+ ._LayoutGrid--wide-l--justify-items-end_9zrms_310 {
437
437
  justify-items: end;
438
438
  }
439
439
  }
440
- ._LayoutGrid--columns_fmsng_314 {
440
+ ._LayoutGrid--columns_9zrms_314 {
441
441
  grid-template-columns: var(--columns);
442
442
  }
443
443
  @media (min-width: 400px) {
444
- ._LayoutGrid--columns-narrow-l_fmsng_318 {
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-s_fmsng_323 {
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-l_fmsng_328 {
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-s_fmsng_333 {
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-l_fmsng_338 {
464
+ ._LayoutGrid--columns-wide-l_9zrms_338 {
465
465
  grid-template-columns: var(--columns-wide-l);
466
466
  }
467
467
  }