@preply/ds-web-lib 1.5.0 → 2.0.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 +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-v4nAc-_q.js +27 -0
- package/dist/layout-gap.module-BRl-r4iq.js +139 -0
- package/dist/{layout-grid.module-YxQ1leYH.js → layout-grid.module-CKp47Yfz.js} +97 -97
- package/dist/layout-hide.module-CxXbAgTg.js +55 -0
- package/dist/{layout-relative.module-BIEPDZE2.js → layout-relative.module-DIaUqnvq.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-DeaW0ui4.js +0 -27
- package/dist/layout-gap.module-DLR1C9EV.js +0 -139
- package/dist/layout-hide.module-rFpj-qdB.js +0 -55
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 08 2025
|
|
2
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu May 08 2025
|
|
3
|
-
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu May 08 2025
|
|
4
|
-
.
|
|
1
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu May 08 2025 11:14:30 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu May 08 2025 11:14:28 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu May 08 2025 11:14:32 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
._Box_7bfdg_4 {
|
|
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
|
-
._Box--box-radius-
|
|
19
|
+
._Box--box-radius-none_7bfdg_16 {
|
|
20
20
|
border-radius: var(--84e079);
|
|
21
21
|
}
|
|
22
|
-
._Box--box-radius-
|
|
22
|
+
._Box--box-radius-m_7bfdg_19 {
|
|
23
23
|
border-radius: var(--1c37d5);
|
|
24
24
|
}
|
|
25
|
-
._Box--box-radius-
|
|
25
|
+
._Box--box-radius-l_7bfdg_22 {
|
|
26
26
|
border-radius: var(--9e57e5);
|
|
27
27
|
}
|
|
28
|
-
._Box--box-radius-
|
|
28
|
+
._Box--box-radius-2_7bfdg_25 {
|
|
29
29
|
border-radius: var(--9817c7);
|
|
30
30
|
}
|
|
31
|
-
._Box--box-radius-
|
|
31
|
+
._Box--box-radius-4_7bfdg_28 {
|
|
32
32
|
border-radius: var(--7dcb5e);
|
|
33
33
|
}
|
|
34
|
-
._Box--box-radius-
|
|
34
|
+
._Box--box-radius-8_7bfdg_31 {
|
|
35
35
|
border-radius: var(--2071ea);
|
|
36
36
|
}
|
|
37
|
-
._Box--box-radius-
|
|
37
|
+
._Box--box-radius-0_7bfdg_34 {
|
|
38
38
|
border-radius: var(--adc668);
|
|
39
39
|
}
|
|
40
|
-
._Box--box-radius-
|
|
40
|
+
._Box--box-radius-2_7bfdg_25 {
|
|
41
41
|
border-radius: var(--9817c7);
|
|
42
42
|
}
|
|
43
|
-
._Box--box-radius-
|
|
43
|
+
._Box--box-radius-4_7bfdg_28 {
|
|
44
44
|
border-radius: var(--7dcb5e);
|
|
45
45
|
}
|
|
46
|
-
._Box--box-radius-
|
|
46
|
+
._Box--box-radius-8_7bfdg_31 {
|
|
47
47
|
border-radius: var(--2071ea);
|
|
48
48
|
}
|
|
49
|
-
._Box--box-radius-
|
|
49
|
+
._Box--box-radius-12_7bfdg_46 {
|
|
50
50
|
border-radius: var(--c1925d);
|
|
51
51
|
}
|
|
52
|
-
._Box--box-radius-
|
|
52
|
+
._Box--box-radius-16_7bfdg_49 {
|
|
53
53
|
border-radius: var(--f3f949);
|
|
54
54
|
}
|
|
55
|
-
._Box--box-radius-
|
|
55
|
+
._Box--box-radius-24_7bfdg_52 {
|
|
56
56
|
border-radius: var(--67250f);
|
|
57
57
|
}
|
|
58
|
-
._Box--box-radius-
|
|
58
|
+
._Box--box-radius-32_7bfdg_55 {
|
|
59
59
|
border-radius: var(--fba602);
|
|
60
60
|
}
|
|
61
|
-
._Box--box-radius-
|
|
61
|
+
._Box--box-radius-48_7bfdg_58 {
|
|
62
62
|
border-radius: var(--f8b939);
|
|
63
63
|
}
|
|
64
|
-
._Box--box-radius-
|
|
64
|
+
._Box--box-radius-64_7bfdg_61 {
|
|
65
65
|
border-radius: var(--4d9939);
|
|
66
66
|
}
|
|
67
|
-
._Box--box-radius-
|
|
67
|
+
._Box--box-radius-96_7bfdg_64 {
|
|
68
68
|
border-radius: var(--a78cb4);
|
|
69
69
|
}
|
|
70
|
-
._Box--box-radius-
|
|
70
|
+
._Box--box-radius-160_7bfdg_67 {
|
|
71
71
|
border-radius: var(--439947);
|
|
72
72
|
}
|
|
73
73
|
@media (min-width: 400px) {
|
|
74
|
-
._Box--narrow-l--box-radius-
|
|
74
|
+
._Box--narrow-l--box-radius-none_7bfdg_71 {
|
|
75
75
|
border-radius: var(--84e079);
|
|
76
76
|
}
|
|
77
|
-
._Box--narrow-l--box-radius-
|
|
77
|
+
._Box--narrow-l--box-radius-m_7bfdg_74 {
|
|
78
78
|
border-radius: var(--1c37d5);
|
|
79
79
|
}
|
|
80
|
-
._Box--narrow-l--box-radius-
|
|
80
|
+
._Box--narrow-l--box-radius-l_7bfdg_77 {
|
|
81
81
|
border-radius: var(--9e57e5);
|
|
82
82
|
}
|
|
83
|
-
._Box--narrow-l--box-radius-
|
|
83
|
+
._Box--narrow-l--box-radius-2_7bfdg_80 {
|
|
84
84
|
border-radius: var(--9817c7);
|
|
85
85
|
}
|
|
86
|
-
._Box--narrow-l--box-radius-
|
|
86
|
+
._Box--narrow-l--box-radius-4_7bfdg_83 {
|
|
87
87
|
border-radius: var(--7dcb5e);
|
|
88
88
|
}
|
|
89
|
-
._Box--narrow-l--box-radius-
|
|
89
|
+
._Box--narrow-l--box-radius-8_7bfdg_86 {
|
|
90
90
|
border-radius: var(--2071ea);
|
|
91
91
|
}
|
|
92
|
-
._Box--narrow-l--box-radius-
|
|
92
|
+
._Box--narrow-l--box-radius-0_7bfdg_89 {
|
|
93
93
|
border-radius: var(--adc668);
|
|
94
94
|
}
|
|
95
|
-
._Box--narrow-l--box-radius-
|
|
95
|
+
._Box--narrow-l--box-radius-2_7bfdg_80 {
|
|
96
96
|
border-radius: var(--9817c7);
|
|
97
97
|
}
|
|
98
|
-
._Box--narrow-l--box-radius-
|
|
98
|
+
._Box--narrow-l--box-radius-4_7bfdg_83 {
|
|
99
99
|
border-radius: var(--7dcb5e);
|
|
100
100
|
}
|
|
101
|
-
._Box--narrow-l--box-radius-
|
|
101
|
+
._Box--narrow-l--box-radius-8_7bfdg_86 {
|
|
102
102
|
border-radius: var(--2071ea);
|
|
103
103
|
}
|
|
104
|
-
._Box--narrow-l--box-radius-
|
|
104
|
+
._Box--narrow-l--box-radius-12_7bfdg_101 {
|
|
105
105
|
border-radius: var(--c1925d);
|
|
106
106
|
}
|
|
107
|
-
._Box--narrow-l--box-radius-
|
|
107
|
+
._Box--narrow-l--box-radius-16_7bfdg_104 {
|
|
108
108
|
border-radius: var(--f3f949);
|
|
109
109
|
}
|
|
110
|
-
._Box--narrow-l--box-radius-
|
|
110
|
+
._Box--narrow-l--box-radius-24_7bfdg_107 {
|
|
111
111
|
border-radius: var(--67250f);
|
|
112
112
|
}
|
|
113
|
-
._Box--narrow-l--box-radius-
|
|
113
|
+
._Box--narrow-l--box-radius-32_7bfdg_110 {
|
|
114
114
|
border-radius: var(--fba602);
|
|
115
115
|
}
|
|
116
|
-
._Box--narrow-l--box-radius-
|
|
116
|
+
._Box--narrow-l--box-radius-48_7bfdg_113 {
|
|
117
117
|
border-radius: var(--f8b939);
|
|
118
118
|
}
|
|
119
|
-
._Box--narrow-l--box-radius-
|
|
119
|
+
._Box--narrow-l--box-radius-64_7bfdg_116 {
|
|
120
120
|
border-radius: var(--4d9939);
|
|
121
121
|
}
|
|
122
|
-
._Box--narrow-l--box-radius-
|
|
122
|
+
._Box--narrow-l--box-radius-96_7bfdg_119 {
|
|
123
123
|
border-radius: var(--a78cb4);
|
|
124
124
|
}
|
|
125
|
-
._Box--narrow-l--box-radius-
|
|
125
|
+
._Box--narrow-l--box-radius-160_7bfdg_122 {
|
|
126
126
|
border-radius: var(--439947);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
@media (min-width: 700px) {
|
|
130
|
-
._Box--medium-s--box-radius-
|
|
130
|
+
._Box--medium-s--box-radius-none_7bfdg_127 {
|
|
131
131
|
border-radius: var(--84e079);
|
|
132
132
|
}
|
|
133
|
-
._Box--medium-s--box-radius-
|
|
133
|
+
._Box--medium-s--box-radius-m_7bfdg_130 {
|
|
134
134
|
border-radius: var(--1c37d5);
|
|
135
135
|
}
|
|
136
|
-
._Box--medium-s--box-radius-
|
|
136
|
+
._Box--medium-s--box-radius-l_7bfdg_133 {
|
|
137
137
|
border-radius: var(--9e57e5);
|
|
138
138
|
}
|
|
139
|
-
._Box--medium-s--box-radius-
|
|
139
|
+
._Box--medium-s--box-radius-2_7bfdg_136 {
|
|
140
140
|
border-radius: var(--9817c7);
|
|
141
141
|
}
|
|
142
|
-
._Box--medium-s--box-radius-
|
|
142
|
+
._Box--medium-s--box-radius-4_7bfdg_139 {
|
|
143
143
|
border-radius: var(--7dcb5e);
|
|
144
144
|
}
|
|
145
|
-
._Box--medium-s--box-radius-
|
|
145
|
+
._Box--medium-s--box-radius-8_7bfdg_142 {
|
|
146
146
|
border-radius: var(--2071ea);
|
|
147
147
|
}
|
|
148
|
-
._Box--medium-s--box-radius-
|
|
148
|
+
._Box--medium-s--box-radius-0_7bfdg_145 {
|
|
149
149
|
border-radius: var(--adc668);
|
|
150
150
|
}
|
|
151
|
-
._Box--medium-s--box-radius-
|
|
151
|
+
._Box--medium-s--box-radius-2_7bfdg_136 {
|
|
152
152
|
border-radius: var(--9817c7);
|
|
153
153
|
}
|
|
154
|
-
._Box--medium-s--box-radius-
|
|
154
|
+
._Box--medium-s--box-radius-4_7bfdg_139 {
|
|
155
155
|
border-radius: var(--7dcb5e);
|
|
156
156
|
}
|
|
157
|
-
._Box--medium-s--box-radius-
|
|
157
|
+
._Box--medium-s--box-radius-8_7bfdg_142 {
|
|
158
158
|
border-radius: var(--2071ea);
|
|
159
159
|
}
|
|
160
|
-
._Box--medium-s--box-radius-
|
|
160
|
+
._Box--medium-s--box-radius-12_7bfdg_157 {
|
|
161
161
|
border-radius: var(--c1925d);
|
|
162
162
|
}
|
|
163
|
-
._Box--medium-s--box-radius-
|
|
163
|
+
._Box--medium-s--box-radius-16_7bfdg_160 {
|
|
164
164
|
border-radius: var(--f3f949);
|
|
165
165
|
}
|
|
166
|
-
._Box--medium-s--box-radius-
|
|
166
|
+
._Box--medium-s--box-radius-24_7bfdg_163 {
|
|
167
167
|
border-radius: var(--67250f);
|
|
168
168
|
}
|
|
169
|
-
._Box--medium-s--box-radius-
|
|
169
|
+
._Box--medium-s--box-radius-32_7bfdg_166 {
|
|
170
170
|
border-radius: var(--fba602);
|
|
171
171
|
}
|
|
172
|
-
._Box--medium-s--box-radius-
|
|
172
|
+
._Box--medium-s--box-radius-48_7bfdg_169 {
|
|
173
173
|
border-radius: var(--f8b939);
|
|
174
174
|
}
|
|
175
|
-
._Box--medium-s--box-radius-
|
|
175
|
+
._Box--medium-s--box-radius-64_7bfdg_172 {
|
|
176
176
|
border-radius: var(--4d9939);
|
|
177
177
|
}
|
|
178
|
-
._Box--medium-s--box-radius-
|
|
178
|
+
._Box--medium-s--box-radius-96_7bfdg_175 {
|
|
179
179
|
border-radius: var(--a78cb4);
|
|
180
180
|
}
|
|
181
|
-
._Box--medium-s--box-radius-
|
|
181
|
+
._Box--medium-s--box-radius-160_7bfdg_178 {
|
|
182
182
|
border-radius: var(--439947);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
@media (min-width: 880px) {
|
|
186
|
-
._Box--medium-l--box-radius-
|
|
186
|
+
._Box--medium-l--box-radius-none_7bfdg_183 {
|
|
187
187
|
border-radius: var(--84e079);
|
|
188
188
|
}
|
|
189
|
-
._Box--medium-l--box-radius-
|
|
189
|
+
._Box--medium-l--box-radius-m_7bfdg_186 {
|
|
190
190
|
border-radius: var(--1c37d5);
|
|
191
191
|
}
|
|
192
|
-
._Box--medium-l--box-radius-
|
|
192
|
+
._Box--medium-l--box-radius-l_7bfdg_189 {
|
|
193
193
|
border-radius: var(--9e57e5);
|
|
194
194
|
}
|
|
195
|
-
._Box--medium-l--box-radius-
|
|
195
|
+
._Box--medium-l--box-radius-2_7bfdg_192 {
|
|
196
196
|
border-radius: var(--9817c7);
|
|
197
197
|
}
|
|
198
|
-
._Box--medium-l--box-radius-
|
|
198
|
+
._Box--medium-l--box-radius-4_7bfdg_195 {
|
|
199
199
|
border-radius: var(--7dcb5e);
|
|
200
200
|
}
|
|
201
|
-
._Box--medium-l--box-radius-
|
|
201
|
+
._Box--medium-l--box-radius-8_7bfdg_198 {
|
|
202
202
|
border-radius: var(--2071ea);
|
|
203
203
|
}
|
|
204
|
-
._Box--medium-l--box-radius-
|
|
204
|
+
._Box--medium-l--box-radius-0_7bfdg_201 {
|
|
205
205
|
border-radius: var(--adc668);
|
|
206
206
|
}
|
|
207
|
-
._Box--medium-l--box-radius-
|
|
207
|
+
._Box--medium-l--box-radius-2_7bfdg_192 {
|
|
208
208
|
border-radius: var(--9817c7);
|
|
209
209
|
}
|
|
210
|
-
._Box--medium-l--box-radius-
|
|
210
|
+
._Box--medium-l--box-radius-4_7bfdg_195 {
|
|
211
211
|
border-radius: var(--7dcb5e);
|
|
212
212
|
}
|
|
213
|
-
._Box--medium-l--box-radius-
|
|
213
|
+
._Box--medium-l--box-radius-8_7bfdg_198 {
|
|
214
214
|
border-radius: var(--2071ea);
|
|
215
215
|
}
|
|
216
|
-
._Box--medium-l--box-radius-
|
|
216
|
+
._Box--medium-l--box-radius-12_7bfdg_213 {
|
|
217
217
|
border-radius: var(--c1925d);
|
|
218
218
|
}
|
|
219
|
-
._Box--medium-l--box-radius-
|
|
219
|
+
._Box--medium-l--box-radius-16_7bfdg_216 {
|
|
220
220
|
border-radius: var(--f3f949);
|
|
221
221
|
}
|
|
222
|
-
._Box--medium-l--box-radius-
|
|
222
|
+
._Box--medium-l--box-radius-24_7bfdg_219 {
|
|
223
223
|
border-radius: var(--67250f);
|
|
224
224
|
}
|
|
225
|
-
._Box--medium-l--box-radius-
|
|
225
|
+
._Box--medium-l--box-radius-32_7bfdg_222 {
|
|
226
226
|
border-radius: var(--fba602);
|
|
227
227
|
}
|
|
228
|
-
._Box--medium-l--box-radius-
|
|
228
|
+
._Box--medium-l--box-radius-48_7bfdg_225 {
|
|
229
229
|
border-radius: var(--f8b939);
|
|
230
230
|
}
|
|
231
|
-
._Box--medium-l--box-radius-
|
|
231
|
+
._Box--medium-l--box-radius-64_7bfdg_228 {
|
|
232
232
|
border-radius: var(--4d9939);
|
|
233
233
|
}
|
|
234
|
-
._Box--medium-l--box-radius-
|
|
234
|
+
._Box--medium-l--box-radius-96_7bfdg_231 {
|
|
235
235
|
border-radius: var(--a78cb4);
|
|
236
236
|
}
|
|
237
|
-
._Box--medium-l--box-radius-
|
|
237
|
+
._Box--medium-l--box-radius-160_7bfdg_234 {
|
|
238
238
|
border-radius: var(--439947);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
@media (min-width: 1200px) {
|
|
242
|
-
._Box--wide-s--box-radius-
|
|
242
|
+
._Box--wide-s--box-radius-none_7bfdg_239 {
|
|
243
243
|
border-radius: var(--84e079);
|
|
244
244
|
}
|
|
245
|
-
._Box--wide-s--box-radius-
|
|
245
|
+
._Box--wide-s--box-radius-m_7bfdg_242 {
|
|
246
246
|
border-radius: var(--1c37d5);
|
|
247
247
|
}
|
|
248
|
-
._Box--wide-s--box-radius-
|
|
248
|
+
._Box--wide-s--box-radius-l_7bfdg_245 {
|
|
249
249
|
border-radius: var(--9e57e5);
|
|
250
250
|
}
|
|
251
|
-
._Box--wide-s--box-radius-
|
|
251
|
+
._Box--wide-s--box-radius-2_7bfdg_248 {
|
|
252
252
|
border-radius: var(--9817c7);
|
|
253
253
|
}
|
|
254
|
-
._Box--wide-s--box-radius-
|
|
254
|
+
._Box--wide-s--box-radius-4_7bfdg_251 {
|
|
255
255
|
border-radius: var(--7dcb5e);
|
|
256
256
|
}
|
|
257
|
-
._Box--wide-s--box-radius-
|
|
257
|
+
._Box--wide-s--box-radius-8_7bfdg_254 {
|
|
258
258
|
border-radius: var(--2071ea);
|
|
259
259
|
}
|
|
260
|
-
._Box--wide-s--box-radius-
|
|
260
|
+
._Box--wide-s--box-radius-0_7bfdg_257 {
|
|
261
261
|
border-radius: var(--adc668);
|
|
262
262
|
}
|
|
263
|
-
._Box--wide-s--box-radius-
|
|
263
|
+
._Box--wide-s--box-radius-2_7bfdg_248 {
|
|
264
264
|
border-radius: var(--9817c7);
|
|
265
265
|
}
|
|
266
|
-
._Box--wide-s--box-radius-
|
|
266
|
+
._Box--wide-s--box-radius-4_7bfdg_251 {
|
|
267
267
|
border-radius: var(--7dcb5e);
|
|
268
268
|
}
|
|
269
|
-
._Box--wide-s--box-radius-
|
|
269
|
+
._Box--wide-s--box-radius-8_7bfdg_254 {
|
|
270
270
|
border-radius: var(--2071ea);
|
|
271
271
|
}
|
|
272
|
-
._Box--wide-s--box-radius-
|
|
272
|
+
._Box--wide-s--box-radius-12_7bfdg_269 {
|
|
273
273
|
border-radius: var(--c1925d);
|
|
274
274
|
}
|
|
275
|
-
._Box--wide-s--box-radius-
|
|
275
|
+
._Box--wide-s--box-radius-16_7bfdg_272 {
|
|
276
276
|
border-radius: var(--f3f949);
|
|
277
277
|
}
|
|
278
|
-
._Box--wide-s--box-radius-
|
|
278
|
+
._Box--wide-s--box-radius-24_7bfdg_275 {
|
|
279
279
|
border-radius: var(--67250f);
|
|
280
280
|
}
|
|
281
|
-
._Box--wide-s--box-radius-
|
|
281
|
+
._Box--wide-s--box-radius-32_7bfdg_278 {
|
|
282
282
|
border-radius: var(--fba602);
|
|
283
283
|
}
|
|
284
|
-
._Box--wide-s--box-radius-
|
|
284
|
+
._Box--wide-s--box-radius-48_7bfdg_281 {
|
|
285
285
|
border-radius: var(--f8b939);
|
|
286
286
|
}
|
|
287
|
-
._Box--wide-s--box-radius-
|
|
287
|
+
._Box--wide-s--box-radius-64_7bfdg_284 {
|
|
288
288
|
border-radius: var(--4d9939);
|
|
289
289
|
}
|
|
290
|
-
._Box--wide-s--box-radius-
|
|
290
|
+
._Box--wide-s--box-radius-96_7bfdg_287 {
|
|
291
291
|
border-radius: var(--a78cb4);
|
|
292
292
|
}
|
|
293
|
-
._Box--wide-s--box-radius-
|
|
293
|
+
._Box--wide-s--box-radius-160_7bfdg_290 {
|
|
294
294
|
border-radius: var(--439947);
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
@media (min-width: 1900px) {
|
|
298
|
-
._Box--wide-l--box-radius-
|
|
298
|
+
._Box--wide-l--box-radius-none_7bfdg_295 {
|
|
299
299
|
border-radius: var(--84e079);
|
|
300
300
|
}
|
|
301
|
-
._Box--wide-l--box-radius-
|
|
301
|
+
._Box--wide-l--box-radius-m_7bfdg_298 {
|
|
302
302
|
border-radius: var(--1c37d5);
|
|
303
303
|
}
|
|
304
|
-
._Box--wide-l--box-radius-
|
|
304
|
+
._Box--wide-l--box-radius-l_7bfdg_301 {
|
|
305
305
|
border-radius: var(--9e57e5);
|
|
306
306
|
}
|
|
307
|
-
._Box--wide-l--box-radius-
|
|
307
|
+
._Box--wide-l--box-radius-2_7bfdg_304 {
|
|
308
308
|
border-radius: var(--9817c7);
|
|
309
309
|
}
|
|
310
|
-
._Box--wide-l--box-radius-
|
|
310
|
+
._Box--wide-l--box-radius-4_7bfdg_307 {
|
|
311
311
|
border-radius: var(--7dcb5e);
|
|
312
312
|
}
|
|
313
|
-
._Box--wide-l--box-radius-
|
|
313
|
+
._Box--wide-l--box-radius-8_7bfdg_310 {
|
|
314
314
|
border-radius: var(--2071ea);
|
|
315
315
|
}
|
|
316
|
-
._Box--wide-l--box-radius-
|
|
316
|
+
._Box--wide-l--box-radius-0_7bfdg_313 {
|
|
317
317
|
border-radius: var(--adc668);
|
|
318
318
|
}
|
|
319
|
-
._Box--wide-l--box-radius-
|
|
319
|
+
._Box--wide-l--box-radius-2_7bfdg_304 {
|
|
320
320
|
border-radius: var(--9817c7);
|
|
321
321
|
}
|
|
322
|
-
._Box--wide-l--box-radius-
|
|
322
|
+
._Box--wide-l--box-radius-4_7bfdg_307 {
|
|
323
323
|
border-radius: var(--7dcb5e);
|
|
324
324
|
}
|
|
325
|
-
._Box--wide-l--box-radius-
|
|
325
|
+
._Box--wide-l--box-radius-8_7bfdg_310 {
|
|
326
326
|
border-radius: var(--2071ea);
|
|
327
327
|
}
|
|
328
|
-
._Box--wide-l--box-radius-
|
|
328
|
+
._Box--wide-l--box-radius-12_7bfdg_325 {
|
|
329
329
|
border-radius: var(--c1925d);
|
|
330
330
|
}
|
|
331
|
-
._Box--wide-l--box-radius-
|
|
331
|
+
._Box--wide-l--box-radius-16_7bfdg_328 {
|
|
332
332
|
border-radius: var(--f3f949);
|
|
333
333
|
}
|
|
334
|
-
._Box--wide-l--box-radius-
|
|
334
|
+
._Box--wide-l--box-radius-24_7bfdg_331 {
|
|
335
335
|
border-radius: var(--67250f);
|
|
336
336
|
}
|
|
337
|
-
._Box--wide-l--box-radius-
|
|
337
|
+
._Box--wide-l--box-radius-32_7bfdg_334 {
|
|
338
338
|
border-radius: var(--fba602);
|
|
339
339
|
}
|
|
340
|
-
._Box--wide-l--box-radius-
|
|
340
|
+
._Box--wide-l--box-radius-48_7bfdg_337 {
|
|
341
341
|
border-radius: var(--f8b939);
|
|
342
342
|
}
|
|
343
|
-
._Box--wide-l--box-radius-
|
|
343
|
+
._Box--wide-l--box-radius-64_7bfdg_340 {
|
|
344
344
|
border-radius: var(--4d9939);
|
|
345
345
|
}
|
|
346
|
-
._Box--wide-l--box-radius-
|
|
346
|
+
._Box--wide-l--box-radius-96_7bfdg_343 {
|
|
347
347
|
border-radius: var(--a78cb4);
|
|
348
348
|
}
|
|
349
|
-
._Box--wide-l--box-radius-
|
|
349
|
+
._Box--wide-l--box-radius-160_7bfdg_346 {
|
|
350
350
|
border-radius: var(--439947);
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
._Box--background-
|
|
353
|
+
._Box--background-white_7bfdg_350 {
|
|
354
354
|
background-color: var(--145676);
|
|
355
355
|
}
|
|
356
|
-
._Box--background-gray-
|
|
356
|
+
._Box--background-gray-100_7bfdg_353 {
|
|
357
357
|
background-color: var(--55407f);
|
|
358
358
|
}
|
|
359
|
-
._Box--background-gray-
|
|
359
|
+
._Box--background-gray-200_7bfdg_356 {
|
|
360
360
|
background-color: var(--8f1238);
|
|
361
361
|
}
|
|
362
|
-
._Box--background-gray-
|
|
362
|
+
._Box--background-gray-300_7bfdg_359 {
|
|
363
363
|
background-color: var(--da403c);
|
|
364
364
|
}
|
|
365
|
-
._Box--background-gray-
|
|
365
|
+
._Box--background-gray-400_7bfdg_362 {
|
|
366
366
|
background-color: var(--7c8c3c);
|
|
367
367
|
}
|
|
368
|
-
._Box--background-gray-
|
|
368
|
+
._Box--background-gray-500_7bfdg_365 {
|
|
369
369
|
background-color: var(--c9575b);
|
|
370
370
|
}
|
|
371
|
-
._Box--background-gray-
|
|
371
|
+
._Box--background-gray-600_7bfdg_368 {
|
|
372
372
|
background-color: var(--2fb6f7);
|
|
373
373
|
}
|
|
374
|
-
._Box--background-teal-
|
|
374
|
+
._Box--background-teal-100_7bfdg_371 {
|
|
375
375
|
background-color: var(--54ed1d);
|
|
376
376
|
}
|
|
377
|
-
._Box--background-teal-
|
|
377
|
+
._Box--background-teal-200_7bfdg_374 {
|
|
378
378
|
background-color: var(--b706bf);
|
|
379
379
|
}
|
|
380
|
-
._Box--background-teal-
|
|
380
|
+
._Box--background-teal-300_7bfdg_377 {
|
|
381
381
|
background-color: var(--4adefb);
|
|
382
382
|
}
|
|
383
|
-
._Box--background-teal-
|
|
383
|
+
._Box--background-teal-400_7bfdg_380 {
|
|
384
384
|
background-color: var(--de8a40);
|
|
385
385
|
}
|
|
386
|
-
._Box--background-teal-
|
|
386
|
+
._Box--background-teal-500_7bfdg_383 {
|
|
387
387
|
background-color: var(--574543);
|
|
388
388
|
}
|
|
389
|
-
._Box--background-green-
|
|
389
|
+
._Box--background-green-100_7bfdg_386 {
|
|
390
390
|
background-color: var(--1383a7);
|
|
391
391
|
}
|
|
392
|
-
._Box--background-green-
|
|
392
|
+
._Box--background-green-200_7bfdg_389 {
|
|
393
393
|
background-color: var(--9f1066);
|
|
394
394
|
}
|
|
395
|
-
._Box--background-green-
|
|
395
|
+
._Box--background-green-300_7bfdg_392 {
|
|
396
396
|
background-color: var(--d4cf94);
|
|
397
397
|
}
|
|
398
|
-
._Box--background-green-
|
|
398
|
+
._Box--background-green-400_7bfdg_395 {
|
|
399
399
|
background-color: var(--bbfa9f);
|
|
400
400
|
}
|
|
401
|
-
._Box--background-green-
|
|
401
|
+
._Box--background-green-500_7bfdg_398 {
|
|
402
402
|
background-color: var(--5f8b30);
|
|
403
403
|
}
|
|
404
|
-
._Box--background-yellow-
|
|
404
|
+
._Box--background-yellow-100_7bfdg_401 {
|
|
405
405
|
background-color: var(--c7d8be);
|
|
406
406
|
}
|
|
407
|
-
._Box--background-yellow-
|
|
407
|
+
._Box--background-yellow-200_7bfdg_404 {
|
|
408
408
|
background-color: var(--17bab8);
|
|
409
409
|
}
|
|
410
|
-
._Box--background-yellow-
|
|
410
|
+
._Box--background-yellow-300_7bfdg_407 {
|
|
411
411
|
background-color: var(--f017e5);
|
|
412
412
|
}
|
|
413
|
-
._Box--background-yellow-
|
|
413
|
+
._Box--background-yellow-400_7bfdg_410 {
|
|
414
414
|
background-color: var(--2242ed);
|
|
415
415
|
}
|
|
416
|
-
._Box--background-yellow-
|
|
416
|
+
._Box--background-yellow-500_7bfdg_413 {
|
|
417
417
|
background-color: var(--e40de4);
|
|
418
418
|
}
|
|
419
|
-
._Box--background-red-
|
|
419
|
+
._Box--background-red-100_7bfdg_416 {
|
|
420
420
|
background-color: var(--ecb5d5);
|
|
421
421
|
}
|
|
422
|
-
._Box--background-red-
|
|
422
|
+
._Box--background-red-200_7bfdg_419 {
|
|
423
423
|
background-color: var(--5b5cb0);
|
|
424
424
|
}
|
|
425
|
-
._Box--background-red-
|
|
425
|
+
._Box--background-red-300_7bfdg_422 {
|
|
426
426
|
background-color: var(--d55c71);
|
|
427
427
|
}
|
|
428
|
-
._Box--background-red-
|
|
428
|
+
._Box--background-red-400_7bfdg_425 {
|
|
429
429
|
background-color: var(--4e47fe);
|
|
430
430
|
}
|
|
431
|
-
._Box--background-red-
|
|
431
|
+
._Box--background-red-500_7bfdg_428 {
|
|
432
432
|
background-color: var(--3e7877);
|
|
433
433
|
}
|
|
434
|
-
._Box--background-blue-
|
|
434
|
+
._Box--background-blue-100_7bfdg_431 {
|
|
435
435
|
background-color: var(--21906f);
|
|
436
436
|
}
|
|
437
|
-
._Box--background-blue-
|
|
437
|
+
._Box--background-blue-200_7bfdg_434 {
|
|
438
438
|
background-color: var(--5d87f3);
|
|
439
439
|
}
|
|
440
|
-
._Box--background-blue-
|
|
440
|
+
._Box--background-blue-300_7bfdg_437 {
|
|
441
441
|
background-color: var(--201e14);
|
|
442
442
|
}
|
|
443
|
-
._Box--background-blue-
|
|
443
|
+
._Box--background-blue-400_7bfdg_440 {
|
|
444
444
|
background-color: var(--e1c27c);
|
|
445
445
|
}
|
|
446
|
-
._Box--background-blue-
|
|
446
|
+
._Box--background-blue-500_7bfdg_443 {
|
|
447
447
|
background-color: var(--6a1420);
|
|
448
448
|
}
|
|
449
|
-
._Box--background-magenta-
|
|
449
|
+
._Box--background-magenta-100_7bfdg_446 {
|
|
450
450
|
background-color: var(--1a9963);
|
|
451
451
|
}
|
|
452
|
-
._Box--background-magenta-
|
|
452
|
+
._Box--background-magenta-200_7bfdg_449 {
|
|
453
453
|
background-color: var(--b774df);
|
|
454
454
|
}
|
|
455
|
-
._Box--background-magenta-
|
|
455
|
+
._Box--background-magenta-300_7bfdg_452 {
|
|
456
456
|
background-color: var(--f72cdd);
|
|
457
457
|
}
|
|
458
|
-
._Box--background-magenta-
|
|
458
|
+
._Box--background-magenta-400_7bfdg_455 {
|
|
459
459
|
background-color: var(--6cbd80);
|
|
460
460
|
}
|
|
461
|
-
._Box--background-magenta-
|
|
461
|
+
._Box--background-magenta-500_7bfdg_458 {
|
|
462
462
|
background-color: var(--5893e7);
|
|
463
463
|
}
|
|
464
|
-
._Box--background-
|
|
464
|
+
._Box--background-primary_7bfdg_461 {
|
|
465
465
|
background-color: var(--3546c3);
|
|
466
466
|
}
|
|
467
|
-
._Box--background-
|
|
467
|
+
._Box--background-secondary_7bfdg_464 {
|
|
468
468
|
background-color: var(--302ecf);
|
|
469
469
|
}
|
|
470
|
-
._Box--background-
|
|
470
|
+
._Box--background-tertiary_7bfdg_467 {
|
|
471
471
|
background-color: var(--a5c761);
|
|
472
472
|
}
|
|
473
|
-
._Box--background-
|
|
473
|
+
._Box--background-overlay_7bfdg_470 {
|
|
474
474
|
background-color: var(--02a0d5);
|
|
475
475
|
}
|
|
476
|
-
._Box--background-
|
|
476
|
+
._Box--background-disabled_7bfdg_473 {
|
|
477
477
|
background-color: var(--319b29);
|
|
478
478
|
}
|
|
479
|
-
._Box--background-
|
|
479
|
+
._Box--background-brand_7bfdg_476 {
|
|
480
480
|
background-color: var(--cd91ab);
|
|
481
481
|
}
|
|
482
|
-
._Box--background-
|
|
482
|
+
._Box--background-brandB2b_7bfdg_479 {
|
|
483
483
|
background-color: var(--706789);
|
|
484
484
|
}
|
|
485
|
-
._Box--background-
|
|
485
|
+
._Box--background-accentLight_7bfdg_482 {
|
|
486
486
|
background-color: var(--560eda);
|
|
487
487
|
}
|
|
488
|
-
._Box--background-
|
|
488
|
+
._Box--background-accentDark_7bfdg_485 {
|
|
489
489
|
background-color: var(--e4c520);
|
|
490
490
|
}
|
|
491
|
-
._Box--background-
|
|
491
|
+
._Box--background-positiveLight_7bfdg_488 {
|
|
492
492
|
background-color: var(--1836a4);
|
|
493
493
|
}
|
|
494
|
-
._Box--background-
|
|
494
|
+
._Box--background-positiveDark_7bfdg_491 {
|
|
495
495
|
background-color: var(--ae7f1f);
|
|
496
496
|
}
|
|
497
|
-
._Box--background-
|
|
497
|
+
._Box--background-infoLight_7bfdg_494 {
|
|
498
498
|
background-color: var(--94a45e);
|
|
499
499
|
}
|
|
500
|
-
._Box--background-
|
|
500
|
+
._Box--background-infoDark_7bfdg_497 {
|
|
501
501
|
background-color: var(--79dffb);
|
|
502
502
|
}
|
|
503
|
-
._Box--background-
|
|
503
|
+
._Box--background-warningLight_7bfdg_500 {
|
|
504
504
|
background-color: var(--b503b8);
|
|
505
505
|
}
|
|
506
|
-
._Box--background-
|
|
506
|
+
._Box--background-warningDark_7bfdg_503 {
|
|
507
507
|
background-color: var(--34fc43);
|
|
508
508
|
}
|
|
509
|
-
._Box--background-
|
|
509
|
+
._Box--background-criticalLight_7bfdg_506 {
|
|
510
510
|
background-color: var(--f15644);
|
|
511
511
|
}
|
|
512
|
-
._Box--background-
|
|
512
|
+
._Box--background-criticalDark_7bfdg_509 {
|
|
513
513
|
background-color: var(--87fcf8);
|
|
514
514
|
}
|
|
515
|
-
._Box--background-
|
|
515
|
+
._Box--background-statusOnline_7bfdg_512 {
|
|
516
516
|
background-color: var(--cbc115);
|
|
517
517
|
}
|
|
518
|
-
._Box--background-
|
|
518
|
+
._Box--background-statusOffline_7bfdg_515 {
|
|
519
519
|
background-color: var(--7ff085);
|
|
520
520
|
}
|
|
521
|
-
._Box--background-
|
|
521
|
+
._Box--background-primaryInverted_7bfdg_518 {
|
|
522
522
|
background-color: var(--4983fe);
|
|
523
523
|
}
|
|
524
|
-
._Box--background-
|
|
524
|
+
._Box--background-secondaryInverted_7bfdg_521 {
|
|
525
525
|
background-color: var(--19649f);
|
|
526
526
|
}
|
|
527
|
-
._Box--background-
|
|
527
|
+
._Box--background-tertiaryInverted_7bfdg_524 {
|
|
528
528
|
background-color: var(--a469f2);
|
|
529
529
|
}
|