@preply/ds-web-lib 1.4.2 → 1.4.3
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 +19 -18
- 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 +16 -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-DXJFz2vV.js +27 -0
- package/dist/layout-gap.module-BXKUpskL.js +139 -0
- package/dist/{layout-grid.module-DvWR2pve.js → layout-grid.module-CPHI8Yyu.js} +97 -97
- package/dist/layout-hide.module-D7M9PwD0.js +55 -0
- package/dist/{layout-relative.module-yZwngsDw.js → layout-relative.module-CpQbo91e.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-iACyovpJ.js +0 -27
- package/dist/layout-gap.module-DwYAmZqy.js +0 -139
- package/dist/layout-hide.module-CVaoro6S.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 @
|
|
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 @Fri Apr 04 2025 13:10:45 GMT+0000 (Coordinated Universal Time) */
|
|
2
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Fri Apr 04 2025 13:10:44 GMT+0000 (Coordinated Universal Time) */
|
|
3
|
+
/* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Fri Apr 04 2025 13:10:48 GMT+0000 (Coordinated Universal Time) */
|
|
4
|
+
._Box_8bnvr_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_8bnvr_16 {
|
|
20
20
|
border-radius: var(--84e079);
|
|
21
21
|
}
|
|
22
|
-
._Box--box-radius-
|
|
22
|
+
._Box--box-radius-m_8bnvr_19 {
|
|
23
23
|
border-radius: var(--1c37d5);
|
|
24
24
|
}
|
|
25
|
-
._Box--box-radius-
|
|
25
|
+
._Box--box-radius-l_8bnvr_22 {
|
|
26
26
|
border-radius: var(--9e57e5);
|
|
27
27
|
}
|
|
28
|
-
._Box--box-radius-
|
|
28
|
+
._Box--box-radius-2_8bnvr_25 {
|
|
29
29
|
border-radius: var(--9817c7);
|
|
30
30
|
}
|
|
31
|
-
._Box--box-radius-
|
|
31
|
+
._Box--box-radius-4_8bnvr_28 {
|
|
32
32
|
border-radius: var(--7dcb5e);
|
|
33
33
|
}
|
|
34
|
-
._Box--box-radius-
|
|
34
|
+
._Box--box-radius-8_8bnvr_31 {
|
|
35
35
|
border-radius: var(--2071ea);
|
|
36
36
|
}
|
|
37
|
-
._Box--box-radius-
|
|
37
|
+
._Box--box-radius-0_8bnvr_34 {
|
|
38
38
|
border-radius: var(--adc668);
|
|
39
39
|
}
|
|
40
|
-
._Box--box-radius-
|
|
40
|
+
._Box--box-radius-2_8bnvr_25 {
|
|
41
41
|
border-radius: var(--9817c7);
|
|
42
42
|
}
|
|
43
|
-
._Box--box-radius-
|
|
43
|
+
._Box--box-radius-4_8bnvr_28 {
|
|
44
44
|
border-radius: var(--7dcb5e);
|
|
45
45
|
}
|
|
46
|
-
._Box--box-radius-
|
|
46
|
+
._Box--box-radius-8_8bnvr_31 {
|
|
47
47
|
border-radius: var(--2071ea);
|
|
48
48
|
}
|
|
49
|
-
._Box--box-radius-
|
|
49
|
+
._Box--box-radius-12_8bnvr_46 {
|
|
50
50
|
border-radius: var(--c1925d);
|
|
51
51
|
}
|
|
52
|
-
._Box--box-radius-
|
|
52
|
+
._Box--box-radius-16_8bnvr_49 {
|
|
53
53
|
border-radius: var(--f3f949);
|
|
54
54
|
}
|
|
55
|
-
._Box--box-radius-
|
|
55
|
+
._Box--box-radius-24_8bnvr_52 {
|
|
56
56
|
border-radius: var(--67250f);
|
|
57
57
|
}
|
|
58
|
-
._Box--box-radius-
|
|
58
|
+
._Box--box-radius-32_8bnvr_55 {
|
|
59
59
|
border-radius: var(--fba602);
|
|
60
60
|
}
|
|
61
|
-
._Box--box-radius-
|
|
61
|
+
._Box--box-radius-48_8bnvr_58 {
|
|
62
62
|
border-radius: var(--f8b939);
|
|
63
63
|
}
|
|
64
|
-
._Box--box-radius-
|
|
64
|
+
._Box--box-radius-64_8bnvr_61 {
|
|
65
65
|
border-radius: var(--4d9939);
|
|
66
66
|
}
|
|
67
|
-
._Box--box-radius-
|
|
67
|
+
._Box--box-radius-96_8bnvr_64 {
|
|
68
68
|
border-radius: var(--a78cb4);
|
|
69
69
|
}
|
|
70
|
-
._Box--box-radius-
|
|
70
|
+
._Box--box-radius-160_8bnvr_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_8bnvr_71 {
|
|
75
75
|
border-radius: var(--84e079);
|
|
76
76
|
}
|
|
77
|
-
._Box--narrow-l--box-radius-
|
|
77
|
+
._Box--narrow-l--box-radius-m_8bnvr_74 {
|
|
78
78
|
border-radius: var(--1c37d5);
|
|
79
79
|
}
|
|
80
|
-
._Box--narrow-l--box-radius-
|
|
80
|
+
._Box--narrow-l--box-radius-l_8bnvr_77 {
|
|
81
81
|
border-radius: var(--9e57e5);
|
|
82
82
|
}
|
|
83
|
-
._Box--narrow-l--box-radius-
|
|
83
|
+
._Box--narrow-l--box-radius-2_8bnvr_80 {
|
|
84
84
|
border-radius: var(--9817c7);
|
|
85
85
|
}
|
|
86
|
-
._Box--narrow-l--box-radius-
|
|
86
|
+
._Box--narrow-l--box-radius-4_8bnvr_83 {
|
|
87
87
|
border-radius: var(--7dcb5e);
|
|
88
88
|
}
|
|
89
|
-
._Box--narrow-l--box-radius-
|
|
89
|
+
._Box--narrow-l--box-radius-8_8bnvr_86 {
|
|
90
90
|
border-radius: var(--2071ea);
|
|
91
91
|
}
|
|
92
|
-
._Box--narrow-l--box-radius-
|
|
92
|
+
._Box--narrow-l--box-radius-0_8bnvr_89 {
|
|
93
93
|
border-radius: var(--adc668);
|
|
94
94
|
}
|
|
95
|
-
._Box--narrow-l--box-radius-
|
|
95
|
+
._Box--narrow-l--box-radius-2_8bnvr_80 {
|
|
96
96
|
border-radius: var(--9817c7);
|
|
97
97
|
}
|
|
98
|
-
._Box--narrow-l--box-radius-
|
|
98
|
+
._Box--narrow-l--box-radius-4_8bnvr_83 {
|
|
99
99
|
border-radius: var(--7dcb5e);
|
|
100
100
|
}
|
|
101
|
-
._Box--narrow-l--box-radius-
|
|
101
|
+
._Box--narrow-l--box-radius-8_8bnvr_86 {
|
|
102
102
|
border-radius: var(--2071ea);
|
|
103
103
|
}
|
|
104
|
-
._Box--narrow-l--box-radius-
|
|
104
|
+
._Box--narrow-l--box-radius-12_8bnvr_101 {
|
|
105
105
|
border-radius: var(--c1925d);
|
|
106
106
|
}
|
|
107
|
-
._Box--narrow-l--box-radius-
|
|
107
|
+
._Box--narrow-l--box-radius-16_8bnvr_104 {
|
|
108
108
|
border-radius: var(--f3f949);
|
|
109
109
|
}
|
|
110
|
-
._Box--narrow-l--box-radius-
|
|
110
|
+
._Box--narrow-l--box-radius-24_8bnvr_107 {
|
|
111
111
|
border-radius: var(--67250f);
|
|
112
112
|
}
|
|
113
|
-
._Box--narrow-l--box-radius-
|
|
113
|
+
._Box--narrow-l--box-radius-32_8bnvr_110 {
|
|
114
114
|
border-radius: var(--fba602);
|
|
115
115
|
}
|
|
116
|
-
._Box--narrow-l--box-radius-
|
|
116
|
+
._Box--narrow-l--box-radius-48_8bnvr_113 {
|
|
117
117
|
border-radius: var(--f8b939);
|
|
118
118
|
}
|
|
119
|
-
._Box--narrow-l--box-radius-
|
|
119
|
+
._Box--narrow-l--box-radius-64_8bnvr_116 {
|
|
120
120
|
border-radius: var(--4d9939);
|
|
121
121
|
}
|
|
122
|
-
._Box--narrow-l--box-radius-
|
|
122
|
+
._Box--narrow-l--box-radius-96_8bnvr_119 {
|
|
123
123
|
border-radius: var(--a78cb4);
|
|
124
124
|
}
|
|
125
|
-
._Box--narrow-l--box-radius-
|
|
125
|
+
._Box--narrow-l--box-radius-160_8bnvr_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_8bnvr_127 {
|
|
131
131
|
border-radius: var(--84e079);
|
|
132
132
|
}
|
|
133
|
-
._Box--medium-s--box-radius-
|
|
133
|
+
._Box--medium-s--box-radius-m_8bnvr_130 {
|
|
134
134
|
border-radius: var(--1c37d5);
|
|
135
135
|
}
|
|
136
|
-
._Box--medium-s--box-radius-
|
|
136
|
+
._Box--medium-s--box-radius-l_8bnvr_133 {
|
|
137
137
|
border-radius: var(--9e57e5);
|
|
138
138
|
}
|
|
139
|
-
._Box--medium-s--box-radius-
|
|
139
|
+
._Box--medium-s--box-radius-2_8bnvr_136 {
|
|
140
140
|
border-radius: var(--9817c7);
|
|
141
141
|
}
|
|
142
|
-
._Box--medium-s--box-radius-
|
|
142
|
+
._Box--medium-s--box-radius-4_8bnvr_139 {
|
|
143
143
|
border-radius: var(--7dcb5e);
|
|
144
144
|
}
|
|
145
|
-
._Box--medium-s--box-radius-
|
|
145
|
+
._Box--medium-s--box-radius-8_8bnvr_142 {
|
|
146
146
|
border-radius: var(--2071ea);
|
|
147
147
|
}
|
|
148
|
-
._Box--medium-s--box-radius-
|
|
148
|
+
._Box--medium-s--box-radius-0_8bnvr_145 {
|
|
149
149
|
border-radius: var(--adc668);
|
|
150
150
|
}
|
|
151
|
-
._Box--medium-s--box-radius-
|
|
151
|
+
._Box--medium-s--box-radius-2_8bnvr_136 {
|
|
152
152
|
border-radius: var(--9817c7);
|
|
153
153
|
}
|
|
154
|
-
._Box--medium-s--box-radius-
|
|
154
|
+
._Box--medium-s--box-radius-4_8bnvr_139 {
|
|
155
155
|
border-radius: var(--7dcb5e);
|
|
156
156
|
}
|
|
157
|
-
._Box--medium-s--box-radius-
|
|
157
|
+
._Box--medium-s--box-radius-8_8bnvr_142 {
|
|
158
158
|
border-radius: var(--2071ea);
|
|
159
159
|
}
|
|
160
|
-
._Box--medium-s--box-radius-
|
|
160
|
+
._Box--medium-s--box-radius-12_8bnvr_157 {
|
|
161
161
|
border-radius: var(--c1925d);
|
|
162
162
|
}
|
|
163
|
-
._Box--medium-s--box-radius-
|
|
163
|
+
._Box--medium-s--box-radius-16_8bnvr_160 {
|
|
164
164
|
border-radius: var(--f3f949);
|
|
165
165
|
}
|
|
166
|
-
._Box--medium-s--box-radius-
|
|
166
|
+
._Box--medium-s--box-radius-24_8bnvr_163 {
|
|
167
167
|
border-radius: var(--67250f);
|
|
168
168
|
}
|
|
169
|
-
._Box--medium-s--box-radius-
|
|
169
|
+
._Box--medium-s--box-radius-32_8bnvr_166 {
|
|
170
170
|
border-radius: var(--fba602);
|
|
171
171
|
}
|
|
172
|
-
._Box--medium-s--box-radius-
|
|
172
|
+
._Box--medium-s--box-radius-48_8bnvr_169 {
|
|
173
173
|
border-radius: var(--f8b939);
|
|
174
174
|
}
|
|
175
|
-
._Box--medium-s--box-radius-
|
|
175
|
+
._Box--medium-s--box-radius-64_8bnvr_172 {
|
|
176
176
|
border-radius: var(--4d9939);
|
|
177
177
|
}
|
|
178
|
-
._Box--medium-s--box-radius-
|
|
178
|
+
._Box--medium-s--box-radius-96_8bnvr_175 {
|
|
179
179
|
border-radius: var(--a78cb4);
|
|
180
180
|
}
|
|
181
|
-
._Box--medium-s--box-radius-
|
|
181
|
+
._Box--medium-s--box-radius-160_8bnvr_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_8bnvr_183 {
|
|
187
187
|
border-radius: var(--84e079);
|
|
188
188
|
}
|
|
189
|
-
._Box--medium-l--box-radius-
|
|
189
|
+
._Box--medium-l--box-radius-m_8bnvr_186 {
|
|
190
190
|
border-radius: var(--1c37d5);
|
|
191
191
|
}
|
|
192
|
-
._Box--medium-l--box-radius-
|
|
192
|
+
._Box--medium-l--box-radius-l_8bnvr_189 {
|
|
193
193
|
border-radius: var(--9e57e5);
|
|
194
194
|
}
|
|
195
|
-
._Box--medium-l--box-radius-
|
|
195
|
+
._Box--medium-l--box-radius-2_8bnvr_192 {
|
|
196
196
|
border-radius: var(--9817c7);
|
|
197
197
|
}
|
|
198
|
-
._Box--medium-l--box-radius-
|
|
198
|
+
._Box--medium-l--box-radius-4_8bnvr_195 {
|
|
199
199
|
border-radius: var(--7dcb5e);
|
|
200
200
|
}
|
|
201
|
-
._Box--medium-l--box-radius-
|
|
201
|
+
._Box--medium-l--box-radius-8_8bnvr_198 {
|
|
202
202
|
border-radius: var(--2071ea);
|
|
203
203
|
}
|
|
204
|
-
._Box--medium-l--box-radius-
|
|
204
|
+
._Box--medium-l--box-radius-0_8bnvr_201 {
|
|
205
205
|
border-radius: var(--adc668);
|
|
206
206
|
}
|
|
207
|
-
._Box--medium-l--box-radius-
|
|
207
|
+
._Box--medium-l--box-radius-2_8bnvr_192 {
|
|
208
208
|
border-radius: var(--9817c7);
|
|
209
209
|
}
|
|
210
|
-
._Box--medium-l--box-radius-
|
|
210
|
+
._Box--medium-l--box-radius-4_8bnvr_195 {
|
|
211
211
|
border-radius: var(--7dcb5e);
|
|
212
212
|
}
|
|
213
|
-
._Box--medium-l--box-radius-
|
|
213
|
+
._Box--medium-l--box-radius-8_8bnvr_198 {
|
|
214
214
|
border-radius: var(--2071ea);
|
|
215
215
|
}
|
|
216
|
-
._Box--medium-l--box-radius-
|
|
216
|
+
._Box--medium-l--box-radius-12_8bnvr_213 {
|
|
217
217
|
border-radius: var(--c1925d);
|
|
218
218
|
}
|
|
219
|
-
._Box--medium-l--box-radius-
|
|
219
|
+
._Box--medium-l--box-radius-16_8bnvr_216 {
|
|
220
220
|
border-radius: var(--f3f949);
|
|
221
221
|
}
|
|
222
|
-
._Box--medium-l--box-radius-
|
|
222
|
+
._Box--medium-l--box-radius-24_8bnvr_219 {
|
|
223
223
|
border-radius: var(--67250f);
|
|
224
224
|
}
|
|
225
|
-
._Box--medium-l--box-radius-
|
|
225
|
+
._Box--medium-l--box-radius-32_8bnvr_222 {
|
|
226
226
|
border-radius: var(--fba602);
|
|
227
227
|
}
|
|
228
|
-
._Box--medium-l--box-radius-
|
|
228
|
+
._Box--medium-l--box-radius-48_8bnvr_225 {
|
|
229
229
|
border-radius: var(--f8b939);
|
|
230
230
|
}
|
|
231
|
-
._Box--medium-l--box-radius-
|
|
231
|
+
._Box--medium-l--box-radius-64_8bnvr_228 {
|
|
232
232
|
border-radius: var(--4d9939);
|
|
233
233
|
}
|
|
234
|
-
._Box--medium-l--box-radius-
|
|
234
|
+
._Box--medium-l--box-radius-96_8bnvr_231 {
|
|
235
235
|
border-radius: var(--a78cb4);
|
|
236
236
|
}
|
|
237
|
-
._Box--medium-l--box-radius-
|
|
237
|
+
._Box--medium-l--box-radius-160_8bnvr_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_8bnvr_239 {
|
|
243
243
|
border-radius: var(--84e079);
|
|
244
244
|
}
|
|
245
|
-
._Box--wide-s--box-radius-
|
|
245
|
+
._Box--wide-s--box-radius-m_8bnvr_242 {
|
|
246
246
|
border-radius: var(--1c37d5);
|
|
247
247
|
}
|
|
248
|
-
._Box--wide-s--box-radius-
|
|
248
|
+
._Box--wide-s--box-radius-l_8bnvr_245 {
|
|
249
249
|
border-radius: var(--9e57e5);
|
|
250
250
|
}
|
|
251
|
-
._Box--wide-s--box-radius-
|
|
251
|
+
._Box--wide-s--box-radius-2_8bnvr_248 {
|
|
252
252
|
border-radius: var(--9817c7);
|
|
253
253
|
}
|
|
254
|
-
._Box--wide-s--box-radius-
|
|
254
|
+
._Box--wide-s--box-radius-4_8bnvr_251 {
|
|
255
255
|
border-radius: var(--7dcb5e);
|
|
256
256
|
}
|
|
257
|
-
._Box--wide-s--box-radius-
|
|
257
|
+
._Box--wide-s--box-radius-8_8bnvr_254 {
|
|
258
258
|
border-radius: var(--2071ea);
|
|
259
259
|
}
|
|
260
|
-
._Box--wide-s--box-radius-
|
|
260
|
+
._Box--wide-s--box-radius-0_8bnvr_257 {
|
|
261
261
|
border-radius: var(--adc668);
|
|
262
262
|
}
|
|
263
|
-
._Box--wide-s--box-radius-
|
|
263
|
+
._Box--wide-s--box-radius-2_8bnvr_248 {
|
|
264
264
|
border-radius: var(--9817c7);
|
|
265
265
|
}
|
|
266
|
-
._Box--wide-s--box-radius-
|
|
266
|
+
._Box--wide-s--box-radius-4_8bnvr_251 {
|
|
267
267
|
border-radius: var(--7dcb5e);
|
|
268
268
|
}
|
|
269
|
-
._Box--wide-s--box-radius-
|
|
269
|
+
._Box--wide-s--box-radius-8_8bnvr_254 {
|
|
270
270
|
border-radius: var(--2071ea);
|
|
271
271
|
}
|
|
272
|
-
._Box--wide-s--box-radius-
|
|
272
|
+
._Box--wide-s--box-radius-12_8bnvr_269 {
|
|
273
273
|
border-radius: var(--c1925d);
|
|
274
274
|
}
|
|
275
|
-
._Box--wide-s--box-radius-
|
|
275
|
+
._Box--wide-s--box-radius-16_8bnvr_272 {
|
|
276
276
|
border-radius: var(--f3f949);
|
|
277
277
|
}
|
|
278
|
-
._Box--wide-s--box-radius-
|
|
278
|
+
._Box--wide-s--box-radius-24_8bnvr_275 {
|
|
279
279
|
border-radius: var(--67250f);
|
|
280
280
|
}
|
|
281
|
-
._Box--wide-s--box-radius-
|
|
281
|
+
._Box--wide-s--box-radius-32_8bnvr_278 {
|
|
282
282
|
border-radius: var(--fba602);
|
|
283
283
|
}
|
|
284
|
-
._Box--wide-s--box-radius-
|
|
284
|
+
._Box--wide-s--box-radius-48_8bnvr_281 {
|
|
285
285
|
border-radius: var(--f8b939);
|
|
286
286
|
}
|
|
287
|
-
._Box--wide-s--box-radius-
|
|
287
|
+
._Box--wide-s--box-radius-64_8bnvr_284 {
|
|
288
288
|
border-radius: var(--4d9939);
|
|
289
289
|
}
|
|
290
|
-
._Box--wide-s--box-radius-
|
|
290
|
+
._Box--wide-s--box-radius-96_8bnvr_287 {
|
|
291
291
|
border-radius: var(--a78cb4);
|
|
292
292
|
}
|
|
293
|
-
._Box--wide-s--box-radius-
|
|
293
|
+
._Box--wide-s--box-radius-160_8bnvr_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_8bnvr_295 {
|
|
299
299
|
border-radius: var(--84e079);
|
|
300
300
|
}
|
|
301
|
-
._Box--wide-l--box-radius-
|
|
301
|
+
._Box--wide-l--box-radius-m_8bnvr_298 {
|
|
302
302
|
border-radius: var(--1c37d5);
|
|
303
303
|
}
|
|
304
|
-
._Box--wide-l--box-radius-
|
|
304
|
+
._Box--wide-l--box-radius-l_8bnvr_301 {
|
|
305
305
|
border-radius: var(--9e57e5);
|
|
306
306
|
}
|
|
307
|
-
._Box--wide-l--box-radius-
|
|
307
|
+
._Box--wide-l--box-radius-2_8bnvr_304 {
|
|
308
308
|
border-radius: var(--9817c7);
|
|
309
309
|
}
|
|
310
|
-
._Box--wide-l--box-radius-
|
|
310
|
+
._Box--wide-l--box-radius-4_8bnvr_307 {
|
|
311
311
|
border-radius: var(--7dcb5e);
|
|
312
312
|
}
|
|
313
|
-
._Box--wide-l--box-radius-
|
|
313
|
+
._Box--wide-l--box-radius-8_8bnvr_310 {
|
|
314
314
|
border-radius: var(--2071ea);
|
|
315
315
|
}
|
|
316
|
-
._Box--wide-l--box-radius-
|
|
316
|
+
._Box--wide-l--box-radius-0_8bnvr_313 {
|
|
317
317
|
border-radius: var(--adc668);
|
|
318
318
|
}
|
|
319
|
-
._Box--wide-l--box-radius-
|
|
319
|
+
._Box--wide-l--box-radius-2_8bnvr_304 {
|
|
320
320
|
border-radius: var(--9817c7);
|
|
321
321
|
}
|
|
322
|
-
._Box--wide-l--box-radius-
|
|
322
|
+
._Box--wide-l--box-radius-4_8bnvr_307 {
|
|
323
323
|
border-radius: var(--7dcb5e);
|
|
324
324
|
}
|
|
325
|
-
._Box--wide-l--box-radius-
|
|
325
|
+
._Box--wide-l--box-radius-8_8bnvr_310 {
|
|
326
326
|
border-radius: var(--2071ea);
|
|
327
327
|
}
|
|
328
|
-
._Box--wide-l--box-radius-
|
|
328
|
+
._Box--wide-l--box-radius-12_8bnvr_325 {
|
|
329
329
|
border-radius: var(--c1925d);
|
|
330
330
|
}
|
|
331
|
-
._Box--wide-l--box-radius-
|
|
331
|
+
._Box--wide-l--box-radius-16_8bnvr_328 {
|
|
332
332
|
border-radius: var(--f3f949);
|
|
333
333
|
}
|
|
334
|
-
._Box--wide-l--box-radius-
|
|
334
|
+
._Box--wide-l--box-radius-24_8bnvr_331 {
|
|
335
335
|
border-radius: var(--67250f);
|
|
336
336
|
}
|
|
337
|
-
._Box--wide-l--box-radius-
|
|
337
|
+
._Box--wide-l--box-radius-32_8bnvr_334 {
|
|
338
338
|
border-radius: var(--fba602);
|
|
339
339
|
}
|
|
340
|
-
._Box--wide-l--box-radius-
|
|
340
|
+
._Box--wide-l--box-radius-48_8bnvr_337 {
|
|
341
341
|
border-radius: var(--f8b939);
|
|
342
342
|
}
|
|
343
|
-
._Box--wide-l--box-radius-
|
|
343
|
+
._Box--wide-l--box-radius-64_8bnvr_340 {
|
|
344
344
|
border-radius: var(--4d9939);
|
|
345
345
|
}
|
|
346
|
-
._Box--wide-l--box-radius-
|
|
346
|
+
._Box--wide-l--box-radius-96_8bnvr_343 {
|
|
347
347
|
border-radius: var(--a78cb4);
|
|
348
348
|
}
|
|
349
|
-
._Box--wide-l--box-radius-
|
|
349
|
+
._Box--wide-l--box-radius-160_8bnvr_346 {
|
|
350
350
|
border-radius: var(--439947);
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
._Box--background-
|
|
353
|
+
._Box--background-white_8bnvr_350 {
|
|
354
354
|
background-color: var(--145676);
|
|
355
355
|
}
|
|
356
|
-
._Box--background-gray-
|
|
356
|
+
._Box--background-gray-100_8bnvr_353 {
|
|
357
357
|
background-color: var(--55407f);
|
|
358
358
|
}
|
|
359
|
-
._Box--background-gray-
|
|
359
|
+
._Box--background-gray-200_8bnvr_356 {
|
|
360
360
|
background-color: var(--8f1238);
|
|
361
361
|
}
|
|
362
|
-
._Box--background-gray-
|
|
362
|
+
._Box--background-gray-300_8bnvr_359 {
|
|
363
363
|
background-color: var(--da403c);
|
|
364
364
|
}
|
|
365
|
-
._Box--background-gray-
|
|
365
|
+
._Box--background-gray-400_8bnvr_362 {
|
|
366
366
|
background-color: var(--7c8c3c);
|
|
367
367
|
}
|
|
368
|
-
._Box--background-gray-
|
|
368
|
+
._Box--background-gray-500_8bnvr_365 {
|
|
369
369
|
background-color: var(--c9575b);
|
|
370
370
|
}
|
|
371
|
-
._Box--background-gray-
|
|
371
|
+
._Box--background-gray-600_8bnvr_368 {
|
|
372
372
|
background-color: var(--2fb6f7);
|
|
373
373
|
}
|
|
374
|
-
._Box--background-teal-
|
|
374
|
+
._Box--background-teal-100_8bnvr_371 {
|
|
375
375
|
background-color: var(--54ed1d);
|
|
376
376
|
}
|
|
377
|
-
._Box--background-teal-
|
|
377
|
+
._Box--background-teal-200_8bnvr_374 {
|
|
378
378
|
background-color: var(--b706bf);
|
|
379
379
|
}
|
|
380
|
-
._Box--background-teal-
|
|
380
|
+
._Box--background-teal-300_8bnvr_377 {
|
|
381
381
|
background-color: var(--4adefb);
|
|
382
382
|
}
|
|
383
|
-
._Box--background-teal-
|
|
383
|
+
._Box--background-teal-400_8bnvr_380 {
|
|
384
384
|
background-color: var(--de8a40);
|
|
385
385
|
}
|
|
386
|
-
._Box--background-teal-
|
|
386
|
+
._Box--background-teal-500_8bnvr_383 {
|
|
387
387
|
background-color: var(--574543);
|
|
388
388
|
}
|
|
389
|
-
._Box--background-green-
|
|
389
|
+
._Box--background-green-100_8bnvr_386 {
|
|
390
390
|
background-color: var(--1383a7);
|
|
391
391
|
}
|
|
392
|
-
._Box--background-green-
|
|
392
|
+
._Box--background-green-200_8bnvr_389 {
|
|
393
393
|
background-color: var(--9f1066);
|
|
394
394
|
}
|
|
395
|
-
._Box--background-green-
|
|
395
|
+
._Box--background-green-300_8bnvr_392 {
|
|
396
396
|
background-color: var(--d4cf94);
|
|
397
397
|
}
|
|
398
|
-
._Box--background-green-
|
|
398
|
+
._Box--background-green-400_8bnvr_395 {
|
|
399
399
|
background-color: var(--bbfa9f);
|
|
400
400
|
}
|
|
401
|
-
._Box--background-green-
|
|
401
|
+
._Box--background-green-500_8bnvr_398 {
|
|
402
402
|
background-color: var(--5f8b30);
|
|
403
403
|
}
|
|
404
|
-
._Box--background-yellow-
|
|
404
|
+
._Box--background-yellow-100_8bnvr_401 {
|
|
405
405
|
background-color: var(--c7d8be);
|
|
406
406
|
}
|
|
407
|
-
._Box--background-yellow-
|
|
407
|
+
._Box--background-yellow-200_8bnvr_404 {
|
|
408
408
|
background-color: var(--17bab8);
|
|
409
409
|
}
|
|
410
|
-
._Box--background-yellow-
|
|
410
|
+
._Box--background-yellow-300_8bnvr_407 {
|
|
411
411
|
background-color: var(--f017e5);
|
|
412
412
|
}
|
|
413
|
-
._Box--background-yellow-
|
|
413
|
+
._Box--background-yellow-400_8bnvr_410 {
|
|
414
414
|
background-color: var(--2242ed);
|
|
415
415
|
}
|
|
416
|
-
._Box--background-yellow-
|
|
416
|
+
._Box--background-yellow-500_8bnvr_413 {
|
|
417
417
|
background-color: var(--e40de4);
|
|
418
418
|
}
|
|
419
|
-
._Box--background-red-
|
|
419
|
+
._Box--background-red-100_8bnvr_416 {
|
|
420
420
|
background-color: var(--ecb5d5);
|
|
421
421
|
}
|
|
422
|
-
._Box--background-red-
|
|
422
|
+
._Box--background-red-200_8bnvr_419 {
|
|
423
423
|
background-color: var(--5b5cb0);
|
|
424
424
|
}
|
|
425
|
-
._Box--background-red-
|
|
425
|
+
._Box--background-red-300_8bnvr_422 {
|
|
426
426
|
background-color: var(--d55c71);
|
|
427
427
|
}
|
|
428
|
-
._Box--background-red-
|
|
428
|
+
._Box--background-red-400_8bnvr_425 {
|
|
429
429
|
background-color: var(--4e47fe);
|
|
430
430
|
}
|
|
431
|
-
._Box--background-red-
|
|
431
|
+
._Box--background-red-500_8bnvr_428 {
|
|
432
432
|
background-color: var(--3e7877);
|
|
433
433
|
}
|
|
434
|
-
._Box--background-blue-
|
|
434
|
+
._Box--background-blue-100_8bnvr_431 {
|
|
435
435
|
background-color: var(--21906f);
|
|
436
436
|
}
|
|
437
|
-
._Box--background-blue-
|
|
437
|
+
._Box--background-blue-200_8bnvr_434 {
|
|
438
438
|
background-color: var(--5d87f3);
|
|
439
439
|
}
|
|
440
|
-
._Box--background-blue-
|
|
440
|
+
._Box--background-blue-300_8bnvr_437 {
|
|
441
441
|
background-color: var(--201e14);
|
|
442
442
|
}
|
|
443
|
-
._Box--background-blue-
|
|
443
|
+
._Box--background-blue-400_8bnvr_440 {
|
|
444
444
|
background-color: var(--e1c27c);
|
|
445
445
|
}
|
|
446
|
-
._Box--background-blue-
|
|
446
|
+
._Box--background-blue-500_8bnvr_443 {
|
|
447
447
|
background-color: var(--6a1420);
|
|
448
448
|
}
|
|
449
|
-
._Box--background-magenta-
|
|
449
|
+
._Box--background-magenta-100_8bnvr_446 {
|
|
450
450
|
background-color: var(--1a9963);
|
|
451
451
|
}
|
|
452
|
-
._Box--background-magenta-
|
|
452
|
+
._Box--background-magenta-200_8bnvr_449 {
|
|
453
453
|
background-color: var(--b774df);
|
|
454
454
|
}
|
|
455
|
-
._Box--background-magenta-
|
|
455
|
+
._Box--background-magenta-300_8bnvr_452 {
|
|
456
456
|
background-color: var(--f72cdd);
|
|
457
457
|
}
|
|
458
|
-
._Box--background-magenta-
|
|
458
|
+
._Box--background-magenta-400_8bnvr_455 {
|
|
459
459
|
background-color: var(--6cbd80);
|
|
460
460
|
}
|
|
461
|
-
._Box--background-magenta-
|
|
461
|
+
._Box--background-magenta-500_8bnvr_458 {
|
|
462
462
|
background-color: var(--5893e7);
|
|
463
463
|
}
|
|
464
|
-
._Box--background-
|
|
464
|
+
._Box--background-primary_8bnvr_461 {
|
|
465
465
|
background-color: var(--3546c3);
|
|
466
466
|
}
|
|
467
|
-
._Box--background-
|
|
467
|
+
._Box--background-secondary_8bnvr_464 {
|
|
468
468
|
background-color: var(--302ecf);
|
|
469
469
|
}
|
|
470
|
-
._Box--background-
|
|
470
|
+
._Box--background-tertiary_8bnvr_467 {
|
|
471
471
|
background-color: var(--a5c761);
|
|
472
472
|
}
|
|
473
|
-
._Box--background-
|
|
473
|
+
._Box--background-overlay_8bnvr_470 {
|
|
474
474
|
background-color: var(--02a0d5);
|
|
475
475
|
}
|
|
476
|
-
._Box--background-
|
|
476
|
+
._Box--background-disabled_8bnvr_473 {
|
|
477
477
|
background-color: var(--319b29);
|
|
478
478
|
}
|
|
479
|
-
._Box--background-
|
|
479
|
+
._Box--background-brand_8bnvr_476 {
|
|
480
480
|
background-color: var(--cd91ab);
|
|
481
481
|
}
|
|
482
|
-
._Box--background-
|
|
482
|
+
._Box--background-brandB2b_8bnvr_479 {
|
|
483
483
|
background-color: var(--706789);
|
|
484
484
|
}
|
|
485
|
-
._Box--background-
|
|
485
|
+
._Box--background-accentLight_8bnvr_482 {
|
|
486
486
|
background-color: var(--560eda);
|
|
487
487
|
}
|
|
488
|
-
._Box--background-
|
|
488
|
+
._Box--background-accentDark_8bnvr_485 {
|
|
489
489
|
background-color: var(--e4c520);
|
|
490
490
|
}
|
|
491
|
-
._Box--background-
|
|
491
|
+
._Box--background-positiveLight_8bnvr_488 {
|
|
492
492
|
background-color: var(--1836a4);
|
|
493
493
|
}
|
|
494
|
-
._Box--background-
|
|
494
|
+
._Box--background-positiveDark_8bnvr_491 {
|
|
495
495
|
background-color: var(--ae7f1f);
|
|
496
496
|
}
|
|
497
|
-
._Box--background-
|
|
497
|
+
._Box--background-infoLight_8bnvr_494 {
|
|
498
498
|
background-color: var(--94a45e);
|
|
499
499
|
}
|
|
500
|
-
._Box--background-
|
|
500
|
+
._Box--background-infoDark_8bnvr_497 {
|
|
501
501
|
background-color: var(--79dffb);
|
|
502
502
|
}
|
|
503
|
-
._Box--background-
|
|
503
|
+
._Box--background-warningLight_8bnvr_500 {
|
|
504
504
|
background-color: var(--b503b8);
|
|
505
505
|
}
|
|
506
|
-
._Box--background-
|
|
506
|
+
._Box--background-warningDark_8bnvr_503 {
|
|
507
507
|
background-color: var(--34fc43);
|
|
508
508
|
}
|
|
509
|
-
._Box--background-
|
|
509
|
+
._Box--background-criticalLight_8bnvr_506 {
|
|
510
510
|
background-color: var(--f15644);
|
|
511
511
|
}
|
|
512
|
-
._Box--background-
|
|
512
|
+
._Box--background-criticalDark_8bnvr_509 {
|
|
513
513
|
background-color: var(--87fcf8);
|
|
514
514
|
}
|
|
515
|
-
._Box--background-
|
|
515
|
+
._Box--background-statusOnline_8bnvr_512 {
|
|
516
516
|
background-color: var(--cbc115);
|
|
517
517
|
}
|
|
518
|
-
._Box--background-
|
|
518
|
+
._Box--background-statusOffline_8bnvr_515 {
|
|
519
519
|
background-color: var(--7ff085);
|
|
520
520
|
}
|
|
521
|
-
._Box--background-
|
|
521
|
+
._Box--background-primaryInverted_8bnvr_518 {
|
|
522
522
|
background-color: var(--4983fe);
|
|
523
523
|
}
|
|
524
|
-
._Box--background-
|
|
524
|
+
._Box--background-secondaryInverted_8bnvr_521 {
|
|
525
525
|
background-color: var(--19649f);
|
|
526
526
|
}
|
|
527
|
-
._Box--background-
|
|
527
|
+
._Box--background-tertiaryInverted_8bnvr_524 {
|
|
528
528
|
background-color: var(--a469f2);
|
|
529
529
|
}
|