@preply/ds-web-lib 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +246 -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/LayoutGridItem.css +1 -1
- package/dist/assets/Link.css +32 -32
- package/dist/assets/Loader.css +4 -4
- package/dist/assets/NumberField.css +4 -4
- package/dist/assets/OnboardingTooltip.css +17 -17
- package/dist/assets/OnboardingTour.css +2 -2
- package/dist/assets/PasswordField.css +1 -1
- package/dist/assets/PreplyLogo.css +9 -9
- package/dist/assets/ProgressBar.css +3 -3
- package/dist/assets/ProgressSteps.css +7 -7
- package/dist/assets/SelectField.css +1 -1
- 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/TextField.css +1 -1
- package/dist/assets/TextHighlighted.css +14 -14
- package/dist/assets/TextInline.css +5 -5
- package/dist/assets/TextareaField.css +1 -1
- 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.d.ts +3 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- 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/LayoutGridItem/LayoutGridItem.js +1 -1
- package/dist/components/Link/Link.d.ts +3 -0
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.js +18 -18
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/NumberField/NumberField.js +1 -1
- package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
- package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
- package/dist/components/PasswordField/PasswordField.js +1 -1
- package/dist/components/PreplyLogo/PreplyLogo.d.ts +3 -0
- package/dist/components/PreplyLogo/PreplyLogo.d.ts.map +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/SelectField/SelectField.js +1 -1
- package/dist/components/Steps/Steps.js +4 -4
- package/dist/components/Text/Text.js +224 -224
- package/dist/components/TextField/TextField.js +1 -1
- package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
- package/dist/components/TextInline/TextInline.js +2 -2
- package/dist/components/TextareaField/TextareaField.js +1 -1
- package/dist/components/Toast/Toast.js +5 -5
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/private/ButtonBase/ButtonBase.d.ts.map +1 -1
- package/dist/components/private/ButtonBase/ButtonBase.js +180 -175
- 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-DB6QHxnp.js +27 -0
- package/dist/layout-gap.module-B_tyw31T.js +139 -0
- package/dist/layout-grid.module-P4B4WVUy.js +103 -0
- package/dist/layout-hide.module-Bpl3Pl-a.js +55 -0
- package/dist/layout-relative.module-1z75aSwo.js +8 -0
- 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-v4nAc-_q.js +0 -27
- package/dist/layout-gap.module-BRl-r4iq.js +0 -139
- package/dist/layout-grid.module-CKp47Yfz.js +0 -103
- package/dist/layout-hide.module-CxXbAgTg.js +0 -55
- package/dist/layout-relative.module-DIaUqnvq.js +0 -8
package/dist/assets/Box.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu May
|
|
2
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu May
|
|
3
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu May
|
|
4
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu May 22 2025 11:02:55 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu May 22 2025 11:02:54 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu May 22 2025 11:02:58 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
.Box__sKgFi {
|
|
5
5
|
margin: 0;
|
|
6
6
|
list-style: none;
|
|
7
7
|
font-weight: inherit;
|
|
@@ -16,514 +16,514 @@
|
|
|
16
16
|
-ms-flex: 1;
|
|
17
17
|
flex: 1;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.Box--box-radius-none__250jG {
|
|
20
20
|
border-radius: var(--84e079);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.Box--box-radius-m__8pEG- {
|
|
23
23
|
border-radius: var(--1c37d5);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.Box--box-radius-l__yBMLV {
|
|
26
26
|
border-radius: var(--9e57e5);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.Box--box-radius-2__pEI33 {
|
|
29
29
|
border-radius: var(--9817c7);
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.Box--box-radius-4__z3MJd {
|
|
32
32
|
border-radius: var(--7dcb5e);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.Box--box-radius-8__iQAzJ {
|
|
35
35
|
border-radius: var(--2071ea);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.Box--box-radius-0__54Jf2 {
|
|
38
38
|
border-radius: var(--adc668);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.Box--box-radius-2__pEI33 {
|
|
41
41
|
border-radius: var(--9817c7);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Box--box-radius-4__z3MJd {
|
|
44
44
|
border-radius: var(--7dcb5e);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.Box--box-radius-8__iQAzJ {
|
|
47
47
|
border-radius: var(--2071ea);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.Box--box-radius-12__fZQf2 {
|
|
50
50
|
border-radius: var(--c1925d);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.Box--box-radius-16__NGCMF {
|
|
53
53
|
border-radius: var(--f3f949);
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.Box--box-radius-24__-NA1R {
|
|
56
56
|
border-radius: var(--67250f);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
.Box--box-radius-32__qszHv {
|
|
59
59
|
border-radius: var(--fba602);
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.Box--box-radius-48__0mzz3 {
|
|
62
62
|
border-radius: var(--f8b939);
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
.Box--box-radius-64__-xyBK {
|
|
65
65
|
border-radius: var(--4d9939);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.Box--box-radius-96__BMbNT {
|
|
68
68
|
border-radius: var(--a78cb4);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.Box--box-radius-160__trgzQ {
|
|
71
71
|
border-radius: var(--439947);
|
|
72
72
|
}
|
|
73
73
|
@media (min-width: 400px) {
|
|
74
|
-
.
|
|
74
|
+
.Box--narrow-l--box-radius-none__7wXsJ {
|
|
75
75
|
border-radius: var(--84e079);
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.Box--narrow-l--box-radius-m__U8sXx {
|
|
78
78
|
border-radius: var(--1c37d5);
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
.Box--narrow-l--box-radius-l__QqbC9 {
|
|
81
81
|
border-radius: var(--9e57e5);
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.Box--narrow-l--box-radius-2__Cze1y {
|
|
84
84
|
border-radius: var(--9817c7);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.Box--narrow-l--box-radius-4__G5JK- {
|
|
87
87
|
border-radius: var(--7dcb5e);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.Box--narrow-l--box-radius-8__yWuos {
|
|
90
90
|
border-radius: var(--2071ea);
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
.Box--narrow-l--box-radius-0__nCUtM {
|
|
93
93
|
border-radius: var(--adc668);
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.Box--narrow-l--box-radius-2__Cze1y {
|
|
96
96
|
border-radius: var(--9817c7);
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
.Box--narrow-l--box-radius-4__G5JK- {
|
|
99
99
|
border-radius: var(--7dcb5e);
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.Box--narrow-l--box-radius-8__yWuos {
|
|
102
102
|
border-radius: var(--2071ea);
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.Box--narrow-l--box-radius-12__rVag- {
|
|
105
105
|
border-radius: var(--c1925d);
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
.Box--narrow-l--box-radius-16__Zyr3O {
|
|
108
108
|
border-radius: var(--f3f949);
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
.Box--narrow-l--box-radius-24__39Iqj {
|
|
111
111
|
border-radius: var(--67250f);
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
.Box--narrow-l--box-radius-32__foww6 {
|
|
114
114
|
border-radius: var(--fba602);
|
|
115
115
|
}
|
|
116
|
-
.
|
|
116
|
+
.Box--narrow-l--box-radius-48__BU2Vy {
|
|
117
117
|
border-radius: var(--f8b939);
|
|
118
118
|
}
|
|
119
|
-
.
|
|
119
|
+
.Box--narrow-l--box-radius-64__LjDnh {
|
|
120
120
|
border-radius: var(--4d9939);
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.Box--narrow-l--box-radius-96__UT-9P {
|
|
123
123
|
border-radius: var(--a78cb4);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
.Box--narrow-l--box-radius-160__aXNI- {
|
|
126
126
|
border-radius: var(--439947);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
@media (min-width: 700px) {
|
|
130
|
-
.
|
|
130
|
+
.Box--medium-s--box-radius-none__VSvFy {
|
|
131
131
|
border-radius: var(--84e079);
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
.Box--medium-s--box-radius-m__271lP {
|
|
134
134
|
border-radius: var(--1c37d5);
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.Box--medium-s--box-radius-l__TmS7k {
|
|
137
137
|
border-radius: var(--9e57e5);
|
|
138
138
|
}
|
|
139
|
-
.
|
|
139
|
+
.Box--medium-s--box-radius-2__aRF-8 {
|
|
140
140
|
border-radius: var(--9817c7);
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
.Box--medium-s--box-radius-4__rLRaG {
|
|
143
143
|
border-radius: var(--7dcb5e);
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
.Box--medium-s--box-radius-8__bfknI {
|
|
146
146
|
border-radius: var(--2071ea);
|
|
147
147
|
}
|
|
148
|
-
.
|
|
148
|
+
.Box--medium-s--box-radius-0__WKjfo {
|
|
149
149
|
border-radius: var(--adc668);
|
|
150
150
|
}
|
|
151
|
-
.
|
|
151
|
+
.Box--medium-s--box-radius-2__aRF-8 {
|
|
152
152
|
border-radius: var(--9817c7);
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
.Box--medium-s--box-radius-4__rLRaG {
|
|
155
155
|
border-radius: var(--7dcb5e);
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
.Box--medium-s--box-radius-8__bfknI {
|
|
158
158
|
border-radius: var(--2071ea);
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
.Box--medium-s--box-radius-12__2aEdL {
|
|
161
161
|
border-radius: var(--c1925d);
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
.Box--medium-s--box-radius-16__ph01E {
|
|
164
164
|
border-radius: var(--f3f949);
|
|
165
165
|
}
|
|
166
|
-
.
|
|
166
|
+
.Box--medium-s--box-radius-24__WL--w {
|
|
167
167
|
border-radius: var(--67250f);
|
|
168
168
|
}
|
|
169
|
-
.
|
|
169
|
+
.Box--medium-s--box-radius-32__7doSb {
|
|
170
170
|
border-radius: var(--fba602);
|
|
171
171
|
}
|
|
172
|
-
.
|
|
172
|
+
.Box--medium-s--box-radius-48__6gWcI {
|
|
173
173
|
border-radius: var(--f8b939);
|
|
174
174
|
}
|
|
175
|
-
.
|
|
175
|
+
.Box--medium-s--box-radius-64__wLsPh {
|
|
176
176
|
border-radius: var(--4d9939);
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
.Box--medium-s--box-radius-96__CpJAv {
|
|
179
179
|
border-radius: var(--a78cb4);
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
.Box--medium-s--box-radius-160__C4yJh {
|
|
182
182
|
border-radius: var(--439947);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
@media (min-width: 880px) {
|
|
186
|
-
.
|
|
186
|
+
.Box--medium-l--box-radius-none__2oVbx {
|
|
187
187
|
border-radius: var(--84e079);
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
.Box--medium-l--box-radius-m__Wru-5 {
|
|
190
190
|
border-radius: var(--1c37d5);
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.Box--medium-l--box-radius-l__jRdQs {
|
|
193
193
|
border-radius: var(--9e57e5);
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.Box--medium-l--box-radius-2__bmunw {
|
|
196
196
|
border-radius: var(--9817c7);
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.Box--medium-l--box-radius-4__IUY2C {
|
|
199
199
|
border-radius: var(--7dcb5e);
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.Box--medium-l--box-radius-8__Q67vL {
|
|
202
202
|
border-radius: var(--2071ea);
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.Box--medium-l--box-radius-0__lPezW {
|
|
205
205
|
border-radius: var(--adc668);
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.Box--medium-l--box-radius-2__bmunw {
|
|
208
208
|
border-radius: var(--9817c7);
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
.Box--medium-l--box-radius-4__IUY2C {
|
|
211
211
|
border-radius: var(--7dcb5e);
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
.Box--medium-l--box-radius-8__Q67vL {
|
|
214
214
|
border-radius: var(--2071ea);
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
.Box--medium-l--box-radius-12__8Rv0i {
|
|
217
217
|
border-radius: var(--c1925d);
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.Box--medium-l--box-radius-16__-vjtO {
|
|
220
220
|
border-radius: var(--f3f949);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.Box--medium-l--box-radius-24__QuBKr {
|
|
223
223
|
border-radius: var(--67250f);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.Box--medium-l--box-radius-32__hhmLk {
|
|
226
226
|
border-radius: var(--fba602);
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
.Box--medium-l--box-radius-48__Y78v7 {
|
|
229
229
|
border-radius: var(--f8b939);
|
|
230
230
|
}
|
|
231
|
-
.
|
|
231
|
+
.Box--medium-l--box-radius-64__UGST5 {
|
|
232
232
|
border-radius: var(--4d9939);
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
.Box--medium-l--box-radius-96__lKa3V {
|
|
235
235
|
border-radius: var(--a78cb4);
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.Box--medium-l--box-radius-160__XsFpb {
|
|
238
238
|
border-radius: var(--439947);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
@media (min-width: 1200px) {
|
|
242
|
-
.
|
|
242
|
+
.Box--wide-s--box-radius-none__ngmwV {
|
|
243
243
|
border-radius: var(--84e079);
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.Box--wide-s--box-radius-m__XbcGc {
|
|
246
246
|
border-radius: var(--1c37d5);
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
.Box--wide-s--box-radius-l__-GWGe {
|
|
249
249
|
border-radius: var(--9e57e5);
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
.Box--wide-s--box-radius-2__OXe-M {
|
|
252
252
|
border-radius: var(--9817c7);
|
|
253
253
|
}
|
|
254
|
-
.
|
|
254
|
+
.Box--wide-s--box-radius-4__sp-lm {
|
|
255
255
|
border-radius: var(--7dcb5e);
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
.Box--wide-s--box-radius-8__i3loZ {
|
|
258
258
|
border-radius: var(--2071ea);
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
.Box--wide-s--box-radius-0__q7wPC {
|
|
261
261
|
border-radius: var(--adc668);
|
|
262
262
|
}
|
|
263
|
-
.
|
|
263
|
+
.Box--wide-s--box-radius-2__OXe-M {
|
|
264
264
|
border-radius: var(--9817c7);
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
.Box--wide-s--box-radius-4__sp-lm {
|
|
267
267
|
border-radius: var(--7dcb5e);
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
.Box--wide-s--box-radius-8__i3loZ {
|
|
270
270
|
border-radius: var(--2071ea);
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.Box--wide-s--box-radius-12__hBTXG {
|
|
273
273
|
border-radius: var(--c1925d);
|
|
274
274
|
}
|
|
275
|
-
.
|
|
275
|
+
.Box--wide-s--box-radius-16__lkphx {
|
|
276
276
|
border-radius: var(--f3f949);
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.Box--wide-s--box-radius-24__jn-mm {
|
|
279
279
|
border-radius: var(--67250f);
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
.Box--wide-s--box-radius-32__11l0x {
|
|
282
282
|
border-radius: var(--fba602);
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
.Box--wide-s--box-radius-48__9szbm {
|
|
285
285
|
border-radius: var(--f8b939);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
.Box--wide-s--box-radius-64__4ASkJ {
|
|
288
288
|
border-radius: var(--4d9939);
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
.Box--wide-s--box-radius-96__Y4x9D {
|
|
291
291
|
border-radius: var(--a78cb4);
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
.Box--wide-s--box-radius-160__Opb-Z {
|
|
294
294
|
border-radius: var(--439947);
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
@media (min-width: 1900px) {
|
|
298
|
-
.
|
|
298
|
+
.Box--wide-l--box-radius-none__cIfub {
|
|
299
299
|
border-radius: var(--84e079);
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
.Box--wide-l--box-radius-m__KTfIE {
|
|
302
302
|
border-radius: var(--1c37d5);
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
.Box--wide-l--box-radius-l__ogJOl {
|
|
305
305
|
border-radius: var(--9e57e5);
|
|
306
306
|
}
|
|
307
|
-
.
|
|
307
|
+
.Box--wide-l--box-radius-2__-9J90 {
|
|
308
308
|
border-radius: var(--9817c7);
|
|
309
309
|
}
|
|
310
|
-
.
|
|
310
|
+
.Box--wide-l--box-radius-4__WWouo {
|
|
311
311
|
border-radius: var(--7dcb5e);
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
.Box--wide-l--box-radius-8__FjMqp {
|
|
314
314
|
border-radius: var(--2071ea);
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
.Box--wide-l--box-radius-0__yBz-a {
|
|
317
317
|
border-radius: var(--adc668);
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.Box--wide-l--box-radius-2__-9J90 {
|
|
320
320
|
border-radius: var(--9817c7);
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
.Box--wide-l--box-radius-4__WWouo {
|
|
323
323
|
border-radius: var(--7dcb5e);
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.Box--wide-l--box-radius-8__FjMqp {
|
|
326
326
|
border-radius: var(--2071ea);
|
|
327
327
|
}
|
|
328
|
-
.
|
|
328
|
+
.Box--wide-l--box-radius-12__X-3Tg {
|
|
329
329
|
border-radius: var(--c1925d);
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.Box--wide-l--box-radius-16__Nf6SP {
|
|
332
332
|
border-radius: var(--f3f949);
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.Box--wide-l--box-radius-24__B64Qj {
|
|
335
335
|
border-radius: var(--67250f);
|
|
336
336
|
}
|
|
337
|
-
.
|
|
337
|
+
.Box--wide-l--box-radius-32__htmzM {
|
|
338
338
|
border-radius: var(--fba602);
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.Box--wide-l--box-radius-48__-G9mK {
|
|
341
341
|
border-radius: var(--f8b939);
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.Box--wide-l--box-radius-64__Sd24d {
|
|
344
344
|
border-radius: var(--4d9939);
|
|
345
345
|
}
|
|
346
|
-
.
|
|
346
|
+
.Box--wide-l--box-radius-96__eWvsL {
|
|
347
347
|
border-radius: var(--a78cb4);
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
.Box--wide-l--box-radius-160__fYlyN {
|
|
350
350
|
border-radius: var(--439947);
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
.Box--background-white__kyecV {
|
|
354
354
|
background-color: var(--145676);
|
|
355
355
|
}
|
|
356
|
-
.
|
|
356
|
+
.Box--background-gray-100__g1uM6 {
|
|
357
357
|
background-color: var(--55407f);
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
.Box--background-gray-200__WIIbR {
|
|
360
360
|
background-color: var(--8f1238);
|
|
361
361
|
}
|
|
362
|
-
.
|
|
362
|
+
.Box--background-gray-300__LaTfC {
|
|
363
363
|
background-color: var(--da403c);
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
.Box--background-gray-400__Qtef4 {
|
|
366
366
|
background-color: var(--7c8c3c);
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
.Box--background-gray-500__-Y9Y4 {
|
|
369
369
|
background-color: var(--c9575b);
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
.Box--background-gray-600__R-tIn {
|
|
372
372
|
background-color: var(--2fb6f7);
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
.Box--background-teal-100__HnUc5 {
|
|
375
375
|
background-color: var(--54ed1d);
|
|
376
376
|
}
|
|
377
|
-
.
|
|
377
|
+
.Box--background-teal-200__MP6dM {
|
|
378
378
|
background-color: var(--b706bf);
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
.Box--background-teal-300__kGGax {
|
|
381
381
|
background-color: var(--4adefb);
|
|
382
382
|
}
|
|
383
|
-
.
|
|
383
|
+
.Box--background-teal-400__WEX8D {
|
|
384
384
|
background-color: var(--de8a40);
|
|
385
385
|
}
|
|
386
|
-
.
|
|
386
|
+
.Box--background-teal-500__wfL9D {
|
|
387
387
|
background-color: var(--574543);
|
|
388
388
|
}
|
|
389
|
-
.
|
|
389
|
+
.Box--background-green-100__9vNJA {
|
|
390
390
|
background-color: var(--1383a7);
|
|
391
391
|
}
|
|
392
|
-
.
|
|
392
|
+
.Box--background-green-200__-VCH2 {
|
|
393
393
|
background-color: var(--9f1066);
|
|
394
394
|
}
|
|
395
|
-
.
|
|
395
|
+
.Box--background-green-300__N3EdD {
|
|
396
396
|
background-color: var(--d4cf94);
|
|
397
397
|
}
|
|
398
|
-
.
|
|
398
|
+
.Box--background-green-400__R1lvy {
|
|
399
399
|
background-color: var(--bbfa9f);
|
|
400
400
|
}
|
|
401
|
-
.
|
|
401
|
+
.Box--background-green-500__y-dFn {
|
|
402
402
|
background-color: var(--5f8b30);
|
|
403
403
|
}
|
|
404
|
-
.
|
|
404
|
+
.Box--background-yellow-100__q-d-j {
|
|
405
405
|
background-color: var(--c7d8be);
|
|
406
406
|
}
|
|
407
|
-
.
|
|
407
|
+
.Box--background-yellow-200__ENLGs {
|
|
408
408
|
background-color: var(--17bab8);
|
|
409
409
|
}
|
|
410
|
-
.
|
|
410
|
+
.Box--background-yellow-300__Ra4VP {
|
|
411
411
|
background-color: var(--f017e5);
|
|
412
412
|
}
|
|
413
|
-
.
|
|
413
|
+
.Box--background-yellow-400__HxStr {
|
|
414
414
|
background-color: var(--2242ed);
|
|
415
415
|
}
|
|
416
|
-
.
|
|
416
|
+
.Box--background-yellow-500__bhuS5 {
|
|
417
417
|
background-color: var(--e40de4);
|
|
418
418
|
}
|
|
419
|
-
.
|
|
419
|
+
.Box--background-red-100__Qrclf {
|
|
420
420
|
background-color: var(--ecb5d5);
|
|
421
421
|
}
|
|
422
|
-
.
|
|
422
|
+
.Box--background-red-200__mu-Pk {
|
|
423
423
|
background-color: var(--5b5cb0);
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
.Box--background-red-300__Ovuu2 {
|
|
426
426
|
background-color: var(--d55c71);
|
|
427
427
|
}
|
|
428
|
-
.
|
|
428
|
+
.Box--background-red-400__zLrKg {
|
|
429
429
|
background-color: var(--4e47fe);
|
|
430
430
|
}
|
|
431
|
-
.
|
|
431
|
+
.Box--background-red-500__Jexm- {
|
|
432
432
|
background-color: var(--3e7877);
|
|
433
433
|
}
|
|
434
|
-
.
|
|
434
|
+
.Box--background-blue-100__Mdp7g {
|
|
435
435
|
background-color: var(--21906f);
|
|
436
436
|
}
|
|
437
|
-
.
|
|
437
|
+
.Box--background-blue-200__qhQbQ {
|
|
438
438
|
background-color: var(--5d87f3);
|
|
439
439
|
}
|
|
440
|
-
.
|
|
440
|
+
.Box--background-blue-300__zeElC {
|
|
441
441
|
background-color: var(--201e14);
|
|
442
442
|
}
|
|
443
|
-
.
|
|
443
|
+
.Box--background-blue-400__KUDVf {
|
|
444
444
|
background-color: var(--e1c27c);
|
|
445
445
|
}
|
|
446
|
-
.
|
|
446
|
+
.Box--background-blue-500__kqlFM {
|
|
447
447
|
background-color: var(--6a1420);
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
.Box--background-magenta-100__LdZEO {
|
|
450
450
|
background-color: var(--1a9963);
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
.Box--background-magenta-200__fWN9w {
|
|
453
453
|
background-color: var(--b774df);
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
.Box--background-magenta-300__MgMQL {
|
|
456
456
|
background-color: var(--f72cdd);
|
|
457
457
|
}
|
|
458
|
-
.
|
|
458
|
+
.Box--background-magenta-400__41ozV {
|
|
459
459
|
background-color: var(--6cbd80);
|
|
460
460
|
}
|
|
461
|
-
.
|
|
461
|
+
.Box--background-magenta-500__Puw0N {
|
|
462
462
|
background-color: var(--5893e7);
|
|
463
463
|
}
|
|
464
|
-
.
|
|
464
|
+
.Box--background-primary__iwTv3 {
|
|
465
465
|
background-color: var(--3546c3);
|
|
466
466
|
}
|
|
467
|
-
.
|
|
467
|
+
.Box--background-secondary__BDhTr {
|
|
468
468
|
background-color: var(--302ecf);
|
|
469
469
|
}
|
|
470
|
-
.
|
|
470
|
+
.Box--background-tertiary__71k6r {
|
|
471
471
|
background-color: var(--a5c761);
|
|
472
472
|
}
|
|
473
|
-
.
|
|
473
|
+
.Box--background-overlay__K0eEJ {
|
|
474
474
|
background-color: var(--02a0d5);
|
|
475
475
|
}
|
|
476
|
-
.
|
|
476
|
+
.Box--background-disabled__5J3YK {
|
|
477
477
|
background-color: var(--319b29);
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
.Box--background-brand__uZPPV {
|
|
480
480
|
background-color: var(--cd91ab);
|
|
481
481
|
}
|
|
482
|
-
.
|
|
482
|
+
.Box--background-brandB2b__-CJU6 {
|
|
483
483
|
background-color: var(--706789);
|
|
484
484
|
}
|
|
485
|
-
.
|
|
485
|
+
.Box--background-accentLight__xKZph {
|
|
486
486
|
background-color: var(--560eda);
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.Box--background-accentDark__Zr7i7 {
|
|
489
489
|
background-color: var(--e4c520);
|
|
490
490
|
}
|
|
491
|
-
.
|
|
491
|
+
.Box--background-positiveLight__dPlfk {
|
|
492
492
|
background-color: var(--1836a4);
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.Box--background-positiveDark__Z5umI {
|
|
495
495
|
background-color: var(--ae7f1f);
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
.Box--background-infoLight__jOsWt {
|
|
498
498
|
background-color: var(--94a45e);
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.Box--background-infoDark__17bK4 {
|
|
501
501
|
background-color: var(--79dffb);
|
|
502
502
|
}
|
|
503
|
-
.
|
|
503
|
+
.Box--background-warningLight__o5wMl {
|
|
504
504
|
background-color: var(--b503b8);
|
|
505
505
|
}
|
|
506
|
-
.
|
|
506
|
+
.Box--background-warningDark__VxpPI {
|
|
507
507
|
background-color: var(--34fc43);
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
.Box--background-criticalLight__h-v7I {
|
|
510
510
|
background-color: var(--f15644);
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
.Box--background-criticalDark__X4qyY {
|
|
513
513
|
background-color: var(--87fcf8);
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.Box--background-statusOnline__RsqXY {
|
|
516
516
|
background-color: var(--cbc115);
|
|
517
517
|
}
|
|
518
|
-
.
|
|
518
|
+
.Box--background-statusOffline__n49GJ {
|
|
519
519
|
background-color: var(--7ff085);
|
|
520
520
|
}
|
|
521
|
-
.
|
|
521
|
+
.Box--background-primaryInverted__R1bFi {
|
|
522
522
|
background-color: var(--4983fe);
|
|
523
523
|
}
|
|
524
|
-
.
|
|
524
|
+
.Box--background-secondaryInverted__PUg12 {
|
|
525
525
|
background-color: var(--19649f);
|
|
526
526
|
}
|
|
527
|
-
.
|
|
527
|
+
.Box--background-tertiaryInverted__lwYUb {
|
|
528
528
|
background-color: var(--a469f2);
|
|
529
529
|
}
|