@wix/design-system-tokens 1.82.0 → 1.83.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/CHANGELOG.md +6 -0
- package/README.md +11 -2
- package/all.css +287 -1
- package/all.st.css +572 -0
- package/component.st.css +374 -0
- package/foundation.st.css +40 -0
- package/package.json +2 -2
- package/semantic.st.css +158 -0
- package/studio/all.css +285 -3
- package/studio/all.st.css +568 -4
- package/studio/component.st.css +370 -4
- package/studio/foundation.st.css +40 -0
- package/studio/semantic.st.css +158 -0
- package/wixel/all.css +1489 -0
- package/wixel/all.st.css +2977 -0
- package/wixel/component.st.css +1757 -0
- package/wixel/foundation.st.css +383 -0
- package/wixel/semantic.st.css +843 -0
|
@@ -0,0 +1,843 @@
|
|
|
1
|
+
@property st-global(--wds-border-radius-surface-default);
|
|
2
|
+
@property st-global(--wds-border-radius-surface-modal);
|
|
3
|
+
@property st-global(--wds-border-radius-surface-modal-backdrop);
|
|
4
|
+
@property st-global(--wds-border-radius-surface-overlay);
|
|
5
|
+
@property st-global(--wds-border-radius-surface-raised);
|
|
6
|
+
@property st-global(--wds-border-radius-surface-sunken);
|
|
7
|
+
@property st-global(--wds-color-border-ai-primary);
|
|
8
|
+
@property st-global(--wds-color-border-ai-primary-active);
|
|
9
|
+
@property st-global(--wds-color-border-ai-primary-disabled);
|
|
10
|
+
@property st-global(--wds-color-border-ai-primary-hover);
|
|
11
|
+
@property st-global(--wds-color-border-dark-primary);
|
|
12
|
+
@property st-global(--wds-color-border-dark-primary-active);
|
|
13
|
+
@property st-global(--wds-color-border-dark-primary-disabled);
|
|
14
|
+
@property st-global(--wds-color-border-dark-primary-hover);
|
|
15
|
+
@property st-global(--wds-color-border-dark-secondary);
|
|
16
|
+
@property st-global(--wds-color-border-dark-secondary-active);
|
|
17
|
+
@property st-global(--wds-color-border-dark-secondary-disabled);
|
|
18
|
+
@property st-global(--wds-color-border-dark-secondary-hover);
|
|
19
|
+
@property st-global(--wds-color-border-destructive-primary);
|
|
20
|
+
@property st-global(--wds-color-border-destructive-primary-active);
|
|
21
|
+
@property st-global(--wds-color-border-destructive-primary-disabled);
|
|
22
|
+
@property st-global(--wds-color-border-destructive-primary-hover);
|
|
23
|
+
@property st-global(--wds-color-border-destructive-secondary);
|
|
24
|
+
@property st-global(--wds-color-border-destructive-secondary-active);
|
|
25
|
+
@property st-global(--wds-color-border-destructive-secondary-disabled);
|
|
26
|
+
@property st-global(--wds-color-border-destructive-secondary-hover);
|
|
27
|
+
@property st-global(--wds-color-border-destructive-tertiary);
|
|
28
|
+
@property st-global(--wds-color-border-destructive-tertiary-active);
|
|
29
|
+
@property st-global(--wds-color-border-destructive-tertiary-disabled);
|
|
30
|
+
@property st-global(--wds-color-border-destructive-tertiary-hover);
|
|
31
|
+
@property st-global(--wds-color-border-light);
|
|
32
|
+
@property st-global(--wds-color-border-light-active);
|
|
33
|
+
@property st-global(--wds-color-border-light-disabled);
|
|
34
|
+
@property st-global(--wds-color-border-light-hover);
|
|
35
|
+
@property st-global(--wds-color-border-premium-primary);
|
|
36
|
+
@property st-global(--wds-color-border-premium-primary-active);
|
|
37
|
+
@property st-global(--wds-color-border-premium-primary-disabled);
|
|
38
|
+
@property st-global(--wds-color-border-premium-primary-hover);
|
|
39
|
+
@property st-global(--wds-color-border-premium-secondary);
|
|
40
|
+
@property st-global(--wds-color-border-premium-secondary-active);
|
|
41
|
+
@property st-global(--wds-color-border-premium-secondary-disabled);
|
|
42
|
+
@property st-global(--wds-color-border-premium-secondary-hover);
|
|
43
|
+
@property st-global(--wds-color-border-premium-tertiary);
|
|
44
|
+
@property st-global(--wds-color-border-premium-tertiary-active);
|
|
45
|
+
@property st-global(--wds-color-border-premium-tertiary-disabled);
|
|
46
|
+
@property st-global(--wds-color-border-premium-tertiary-hover);
|
|
47
|
+
@property st-global(--wds-color-border-standard-primary);
|
|
48
|
+
@property st-global(--wds-color-border-standard-primary-active);
|
|
49
|
+
@property st-global(--wds-color-border-standard-primary-disabled);
|
|
50
|
+
@property st-global(--wds-color-border-standard-primary-hover);
|
|
51
|
+
@property st-global(--wds-color-border-standard-secondary);
|
|
52
|
+
@property st-global(--wds-color-border-standard-secondary-active);
|
|
53
|
+
@property st-global(--wds-color-border-standard-secondary-disabled);
|
|
54
|
+
@property st-global(--wds-color-border-standard-secondary-hover);
|
|
55
|
+
@property st-global(--wds-color-border-standard-secondary-readonly);
|
|
56
|
+
@property st-global(--wds-color-border-standard-tertiary);
|
|
57
|
+
@property st-global(--wds-color-border-standard-tertiary-active);
|
|
58
|
+
@property st-global(--wds-color-border-standard-tertiary-disabled);
|
|
59
|
+
@property st-global(--wds-color-border-standard-tertiary-hover);
|
|
60
|
+
@property st-global(--wds-color-border-success-primary);
|
|
61
|
+
@property st-global(--wds-color-border-success-primary-active);
|
|
62
|
+
@property st-global(--wds-color-border-success-primary-disabled);
|
|
63
|
+
@property st-global(--wds-color-border-success-primary-hover);
|
|
64
|
+
@property st-global(--wds-color-border-success-secondary);
|
|
65
|
+
@property st-global(--wds-color-border-success-secondary-active);
|
|
66
|
+
@property st-global(--wds-color-border-success-secondary-disabled);
|
|
67
|
+
@property st-global(--wds-color-border-success-secondary-hover);
|
|
68
|
+
@property st-global(--wds-color-border-success-tertiary);
|
|
69
|
+
@property st-global(--wds-color-border-success-tertiary-active);
|
|
70
|
+
@property st-global(--wds-color-border-success-tertiary-disabled);
|
|
71
|
+
@property st-global(--wds-color-border-success-tertiary-hover);
|
|
72
|
+
@property st-global(--wds-color-border-transparent-primary);
|
|
73
|
+
@property st-global(--wds-color-border-transparent-primary-active);
|
|
74
|
+
@property st-global(--wds-color-border-transparent-primary-disabled);
|
|
75
|
+
@property st-global(--wds-color-border-transparent-primary-hover);
|
|
76
|
+
@property st-global(--wds-color-border-urgent-primary);
|
|
77
|
+
@property st-global(--wds-color-border-urgent-primary-active);
|
|
78
|
+
@property st-global(--wds-color-border-urgent-primary-disabled);
|
|
79
|
+
@property st-global(--wds-color-border-urgent-primary-hover);
|
|
80
|
+
@property st-global(--wds-color-border-urgent-secondary);
|
|
81
|
+
@property st-global(--wds-color-border-urgent-secondary-active);
|
|
82
|
+
@property st-global(--wds-color-border-urgent-secondary-disabled);
|
|
83
|
+
@property st-global(--wds-color-border-urgent-secondary-hover);
|
|
84
|
+
@property st-global(--wds-color-border-urgent-tertiary);
|
|
85
|
+
@property st-global(--wds-color-border-urgent-tertiary-active);
|
|
86
|
+
@property st-global(--wds-color-border-urgent-tertiary-disabled);
|
|
87
|
+
@property st-global(--wds-color-border-urgent-tertiary-hover);
|
|
88
|
+
@property st-global(--wds-color-border-warning-primary);
|
|
89
|
+
@property st-global(--wds-color-border-warning-primary-active);
|
|
90
|
+
@property st-global(--wds-color-border-warning-primary-disabled);
|
|
91
|
+
@property st-global(--wds-color-border-warning-primary-hover);
|
|
92
|
+
@property st-global(--wds-color-border-warning-secondary);
|
|
93
|
+
@property st-global(--wds-color-border-warning-secondary-active);
|
|
94
|
+
@property st-global(--wds-color-border-warning-secondary-disabled);
|
|
95
|
+
@property st-global(--wds-color-border-warning-secondary-hover);
|
|
96
|
+
@property st-global(--wds-color-border-warning-tertiary);
|
|
97
|
+
@property st-global(--wds-color-border-warning-tertiary-active);
|
|
98
|
+
@property st-global(--wds-color-border-warning-tertiary-disabled);
|
|
99
|
+
@property st-global(--wds-color-border-warning-tertiary-hover);
|
|
100
|
+
@property st-global(--wds-color-fill-accent-1);
|
|
101
|
+
@property st-global(--wds-color-fill-accent-2);
|
|
102
|
+
@property st-global(--wds-color-fill-accent-3);
|
|
103
|
+
@property st-global(--wds-color-fill-accent-4);
|
|
104
|
+
@property st-global(--wds-color-fill-accent-5);
|
|
105
|
+
@property st-global(--wds-color-fill-accent-6);
|
|
106
|
+
@property st-global(--wds-color-fill-accent-7);
|
|
107
|
+
@property st-global(--wds-color-fill-accent-8);
|
|
108
|
+
@property st-global(--wds-color-fill-accent-9);
|
|
109
|
+
@property st-global(--wds-color-fill-accent-10);
|
|
110
|
+
@property st-global(--wds-color-fill-accent-11);
|
|
111
|
+
@property st-global(--wds-color-fill-accent-12);
|
|
112
|
+
@property st-global(--wds-color-fill-ai);
|
|
113
|
+
@property st-global(--wds-color-fill-ai-hover);
|
|
114
|
+
@property st-global(--wds-color-fill-ai-primary);
|
|
115
|
+
@property st-global(--wds-color-fill-ai-primary-active);
|
|
116
|
+
@property st-global(--wds-color-fill-ai-primary-disabled);
|
|
117
|
+
@property st-global(--wds-color-fill-ai-primary-hover);
|
|
118
|
+
@property st-global(--wds-color-fill-ai-primary-pressed);
|
|
119
|
+
@property st-global(--wds-color-fill-ai-secondary);
|
|
120
|
+
@property st-global(--wds-color-fill-ai-secondary-active);
|
|
121
|
+
@property st-global(--wds-color-fill-ai-secondary-disabled);
|
|
122
|
+
@property st-global(--wds-color-fill-ai-secondary-hover);
|
|
123
|
+
@property st-global(--wds-color-fill-ai-tertiary);
|
|
124
|
+
@property st-global(--wds-color-fill-ai-tertiary-active);
|
|
125
|
+
@property st-global(--wds-color-fill-ai-tertiary-disabled);
|
|
126
|
+
@property st-global(--wds-color-fill-ai-tertiary-hover);
|
|
127
|
+
@property st-global(--wds-color-fill-dark-primary);
|
|
128
|
+
@property st-global(--wds-color-fill-dark-primary-active);
|
|
129
|
+
@property st-global(--wds-color-fill-dark-primary-disabled);
|
|
130
|
+
@property st-global(--wds-color-fill-dark-primary-hover);
|
|
131
|
+
@property st-global(--wds-color-fill-dark-secondary);
|
|
132
|
+
@property st-global(--wds-color-fill-dark-secondary-active);
|
|
133
|
+
@property st-global(--wds-color-fill-dark-secondary-disabled);
|
|
134
|
+
@property st-global(--wds-color-fill-dark-secondary-hover);
|
|
135
|
+
@property st-global(--wds-color-fill-dark-tertiary);
|
|
136
|
+
@property st-global(--wds-color-fill-dark-tertiary-active);
|
|
137
|
+
@property st-global(--wds-color-fill-dark-tertiary-disabled);
|
|
138
|
+
@property st-global(--wds-color-fill-dark-tertiary-hover);
|
|
139
|
+
@property st-global(--wds-color-fill-destructive-primary);
|
|
140
|
+
@property st-global(--wds-color-fill-destructive-primary-active);
|
|
141
|
+
@property st-global(--wds-color-fill-destructive-primary-disabled);
|
|
142
|
+
@property st-global(--wds-color-fill-destructive-primary-hover);
|
|
143
|
+
@property st-global(--wds-color-fill-destructive-secondary);
|
|
144
|
+
@property st-global(--wds-color-fill-destructive-secondary-active);
|
|
145
|
+
@property st-global(--wds-color-fill-destructive-secondary-disabled);
|
|
146
|
+
@property st-global(--wds-color-fill-destructive-secondary-hover);
|
|
147
|
+
@property st-global(--wds-color-fill-destructive-tertiary);
|
|
148
|
+
@property st-global(--wds-color-fill-destructive-tertiary-active);
|
|
149
|
+
@property st-global(--wds-color-fill-destructive-tertiary-disabled);
|
|
150
|
+
@property st-global(--wds-color-fill-destructive-tertiary-hover);
|
|
151
|
+
@property st-global(--wds-color-fill-light-primary);
|
|
152
|
+
@property st-global(--wds-color-fill-light-primary-active);
|
|
153
|
+
@property st-global(--wds-color-fill-light-primary-disabled);
|
|
154
|
+
@property st-global(--wds-color-fill-light-primary-hover);
|
|
155
|
+
@property st-global(--wds-color-fill-light-secondary);
|
|
156
|
+
@property st-global(--wds-color-fill-light-secondary-active);
|
|
157
|
+
@property st-global(--wds-color-fill-light-secondary-disabled);
|
|
158
|
+
@property st-global(--wds-color-fill-light-secondary-hover);
|
|
159
|
+
@property st-global(--wds-color-fill-light-tertiary);
|
|
160
|
+
@property st-global(--wds-color-fill-light-tertiary-active);
|
|
161
|
+
@property st-global(--wds-color-fill-light-tertiary-disabled);
|
|
162
|
+
@property st-global(--wds-color-fill-light-tertiary-hover);
|
|
163
|
+
@property st-global(--wds-color-fill-premium-light-primary);
|
|
164
|
+
@property st-global(--wds-color-fill-premium-light-primary-active);
|
|
165
|
+
@property st-global(--wds-color-fill-premium-light-primary-disabled);
|
|
166
|
+
@property st-global(--wds-color-fill-premium-light-primary-hover);
|
|
167
|
+
@property st-global(--wds-color-fill-premium-light-secondary);
|
|
168
|
+
@property st-global(--wds-color-fill-premium-light-secondary-active);
|
|
169
|
+
@property st-global(--wds-color-fill-premium-light-secondary-disabled);
|
|
170
|
+
@property st-global(--wds-color-fill-premium-light-secondary-hover);
|
|
171
|
+
@property st-global(--wds-color-fill-premium-primary);
|
|
172
|
+
@property st-global(--wds-color-fill-premium-primary-active);
|
|
173
|
+
@property st-global(--wds-color-fill-premium-primary-disabled);
|
|
174
|
+
@property st-global(--wds-color-fill-premium-primary-hover);
|
|
175
|
+
@property st-global(--wds-color-fill-premium-secondary);
|
|
176
|
+
@property st-global(--wds-color-fill-premium-secondary-active);
|
|
177
|
+
@property st-global(--wds-color-fill-premium-secondary-disabled);
|
|
178
|
+
@property st-global(--wds-color-fill-premium-secondary-hover);
|
|
179
|
+
@property st-global(--wds-color-fill-premium-tertiary);
|
|
180
|
+
@property st-global(--wds-color-fill-premium-tertiary-active);
|
|
181
|
+
@property st-global(--wds-color-fill-premium-tertiary-disabled);
|
|
182
|
+
@property st-global(--wds-color-fill-premium-tertiary-hover);
|
|
183
|
+
@property st-global(--wds-color-fill-social-facebook);
|
|
184
|
+
@property st-global(--wds-color-fill-social-facebook-active);
|
|
185
|
+
@property st-global(--wds-color-fill-social-facebook-disabled);
|
|
186
|
+
@property st-global(--wds-color-fill-social-facebook-hover);
|
|
187
|
+
@property st-global(--wds-color-fill-social-instagram);
|
|
188
|
+
@property st-global(--wds-color-fill-social-instagram-active);
|
|
189
|
+
@property st-global(--wds-color-fill-social-instagram-disabled);
|
|
190
|
+
@property st-global(--wds-color-fill-social-instagram-hover);
|
|
191
|
+
@property st-global(--wds-color-fill-social-linkedin);
|
|
192
|
+
@property st-global(--wds-color-fill-social-linkedin-active);
|
|
193
|
+
@property st-global(--wds-color-fill-social-linkedin-disabled);
|
|
194
|
+
@property st-global(--wds-color-fill-social-linkedin-hover);
|
|
195
|
+
@property st-global(--wds-color-fill-social-pinterest);
|
|
196
|
+
@property st-global(--wds-color-fill-social-pinterest-active);
|
|
197
|
+
@property st-global(--wds-color-fill-social-pinterest-disabled);
|
|
198
|
+
@property st-global(--wds-color-fill-social-pinterest-hover);
|
|
199
|
+
@property st-global(--wds-color-fill-social-twitter);
|
|
200
|
+
@property st-global(--wds-color-fill-social-twitter-active);
|
|
201
|
+
@property st-global(--wds-color-fill-social-twitter-disabled);
|
|
202
|
+
@property st-global(--wds-color-fill-social-twitter-hover);
|
|
203
|
+
@property st-global(--wds-color-fill-social-xcorp);
|
|
204
|
+
@property st-global(--wds-color-fill-social-xcorp-active);
|
|
205
|
+
@property st-global(--wds-color-fill-social-xcorp-disabled);
|
|
206
|
+
@property st-global(--wds-color-fill-social-xcorp-hover);
|
|
207
|
+
@property st-global(--wds-color-fill-social-youtube);
|
|
208
|
+
@property st-global(--wds-color-fill-social-youtube-active);
|
|
209
|
+
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
210
|
+
@property st-global(--wds-color-fill-social-youtube-hover);
|
|
211
|
+
@property st-global(--wds-color-fill-stage-anchor);
|
|
212
|
+
@property st-global(--wds-color-fill-stage-anchor-active);
|
|
213
|
+
@property st-global(--wds-color-fill-stage-anchor-disabled);
|
|
214
|
+
@property st-global(--wds-color-fill-stage-anchor-hover);
|
|
215
|
+
@property st-global(--wds-color-fill-stage-cms);
|
|
216
|
+
@property st-global(--wds-color-fill-stage-cms-active);
|
|
217
|
+
@property st-global(--wds-color-fill-stage-cms-disabled);
|
|
218
|
+
@property st-global(--wds-color-fill-stage-cms-hover);
|
|
219
|
+
@property st-global(--wds-color-fill-stage-element-primary);
|
|
220
|
+
@property st-global(--wds-color-fill-stage-element-primary-active);
|
|
221
|
+
@property st-global(--wds-color-fill-stage-element-primary-disabled);
|
|
222
|
+
@property st-global(--wds-color-fill-stage-element-primary-hover);
|
|
223
|
+
@property st-global(--wds-color-fill-stage-element-secondary);
|
|
224
|
+
@property st-global(--wds-color-fill-stage-element-secondary-active);
|
|
225
|
+
@property st-global(--wds-color-fill-stage-element-secondary-disabled);
|
|
226
|
+
@property st-global(--wds-color-fill-stage-element-secondary-hover);
|
|
227
|
+
@property st-global(--wds-color-fill-stage-interactions);
|
|
228
|
+
@property st-global(--wds-color-fill-stage-interactions-active);
|
|
229
|
+
@property st-global(--wds-color-fill-stage-interactions-disabled);
|
|
230
|
+
@property st-global(--wds-color-fill-stage-interactions-hover);
|
|
231
|
+
@property st-global(--wds-color-fill-stage-master-primary);
|
|
232
|
+
@property st-global(--wds-color-fill-stage-master-primary-active);
|
|
233
|
+
@property st-global(--wds-color-fill-stage-master-primary-disabled);
|
|
234
|
+
@property st-global(--wds-color-fill-stage-master-primary-hover);
|
|
235
|
+
@property st-global(--wds-color-fill-stage-master-secondary);
|
|
236
|
+
@property st-global(--wds-color-fill-stage-master-secondary-active);
|
|
237
|
+
@property st-global(--wds-color-fill-stage-master-secondary-disabled);
|
|
238
|
+
@property st-global(--wds-color-fill-stage-master-secondary-hover);
|
|
239
|
+
@property st-global(--wds-color-fill-stage-padding);
|
|
240
|
+
@property st-global(--wds-color-fill-stage-padding-active);
|
|
241
|
+
@property st-global(--wds-color-fill-stage-padding-disabled);
|
|
242
|
+
@property st-global(--wds-color-fill-stage-padding-hover);
|
|
243
|
+
@property st-global(--wds-color-fill-stage-section-primary);
|
|
244
|
+
@property st-global(--wds-color-fill-stage-section-primary-active);
|
|
245
|
+
@property st-global(--wds-color-fill-stage-section-primary-disabled);
|
|
246
|
+
@property st-global(--wds-color-fill-stage-section-primary-hover);
|
|
247
|
+
@property st-global(--wds-color-fill-stage-section-secondary);
|
|
248
|
+
@property st-global(--wds-color-fill-stage-section-secondary-active);
|
|
249
|
+
@property st-global(--wds-color-fill-stage-section-secondary-disabled);
|
|
250
|
+
@property st-global(--wds-color-fill-stage-section-secondary-hover);
|
|
251
|
+
@property st-global(--wds-color-fill-standard-light-primary);
|
|
252
|
+
@property st-global(--wds-color-fill-standard-light-primary-active);
|
|
253
|
+
@property st-global(--wds-color-fill-standard-light-primary-disabled);
|
|
254
|
+
@property st-global(--wds-color-fill-standard-light-primary-hover);
|
|
255
|
+
@property st-global(--wds-color-fill-standard-light-secondary);
|
|
256
|
+
@property st-global(--wds-color-fill-standard-light-secondary-active);
|
|
257
|
+
@property st-global(--wds-color-fill-standard-light-secondary-disabled);
|
|
258
|
+
@property st-global(--wds-color-fill-standard-light-secondary-hover);
|
|
259
|
+
@property st-global(--wds-color-fill-standard-primary);
|
|
260
|
+
@property st-global(--wds-color-fill-standard-primary-active);
|
|
261
|
+
@property st-global(--wds-color-fill-standard-primary-disabled);
|
|
262
|
+
@property st-global(--wds-color-fill-standard-primary-hover);
|
|
263
|
+
@property st-global(--wds-color-fill-standard-secondary);
|
|
264
|
+
@property st-global(--wds-color-fill-standard-secondary-active);
|
|
265
|
+
@property st-global(--wds-color-fill-standard-secondary-disabled);
|
|
266
|
+
@property st-global(--wds-color-fill-standard-secondary-hover);
|
|
267
|
+
@property st-global(--wds-color-fill-standard-tertiary);
|
|
268
|
+
@property st-global(--wds-color-fill-standard-tertiary-active);
|
|
269
|
+
@property st-global(--wds-color-fill-standard-tertiary-disabled);
|
|
270
|
+
@property st-global(--wds-color-fill-standard-tertiary-hover);
|
|
271
|
+
@property st-global(--wds-color-fill-standard-tertiary-readonly);
|
|
272
|
+
@property st-global(--wds-color-fill-success-primary);
|
|
273
|
+
@property st-global(--wds-color-fill-success-primary-active);
|
|
274
|
+
@property st-global(--wds-color-fill-success-primary-disabled);
|
|
275
|
+
@property st-global(--wds-color-fill-success-primary-hover);
|
|
276
|
+
@property st-global(--wds-color-fill-success-secondary);
|
|
277
|
+
@property st-global(--wds-color-fill-success-secondary-active);
|
|
278
|
+
@property st-global(--wds-color-fill-success-secondary-disabled);
|
|
279
|
+
@property st-global(--wds-color-fill-success-secondary-hover);
|
|
280
|
+
@property st-global(--wds-color-fill-success-tertiary);
|
|
281
|
+
@property st-global(--wds-color-fill-success-tertiary-active);
|
|
282
|
+
@property st-global(--wds-color-fill-success-tertiary-disabled);
|
|
283
|
+
@property st-global(--wds-color-fill-success-tertiary-hover);
|
|
284
|
+
@property st-global(--wds-color-fill-surface-dark);
|
|
285
|
+
@property st-global(--wds-color-fill-surface-default);
|
|
286
|
+
@property st-global(--wds-color-fill-surface-destructive);
|
|
287
|
+
@property st-global(--wds-color-fill-surface-modal);
|
|
288
|
+
@property st-global(--wds-color-fill-surface-modal-backdrop);
|
|
289
|
+
@property st-global(--wds-color-fill-surface-neutral);
|
|
290
|
+
@property st-global(--wds-color-fill-surface-overlay);
|
|
291
|
+
@property st-global(--wds-color-fill-surface-overlay-dark);
|
|
292
|
+
@property st-global(--wds-color-fill-surface-premium);
|
|
293
|
+
@property st-global(--wds-color-fill-surface-raised);
|
|
294
|
+
@property st-global(--wds-color-fill-surface-standard);
|
|
295
|
+
@property st-global(--wds-color-fill-surface-success);
|
|
296
|
+
@property st-global(--wds-color-fill-surface-sunken);
|
|
297
|
+
@property st-global(--wds-color-fill-surface-warning);
|
|
298
|
+
@property st-global(--wds-color-fill-transparent-neutral-primary);
|
|
299
|
+
@property st-global(--wds-color-fill-transparent-neutral-primary-active);
|
|
300
|
+
@property st-global(--wds-color-fill-transparent-neutral-primary-disabled);
|
|
301
|
+
@property st-global(--wds-color-fill-transparent-neutral-primary-hover);
|
|
302
|
+
@property st-global(--wds-color-fill-transparent-neutral-secondary);
|
|
303
|
+
@property st-global(--wds-color-fill-transparent-neutral-secondary-active);
|
|
304
|
+
@property st-global(--wds-color-fill-transparent-neutral-secondary-disabled);
|
|
305
|
+
@property st-global(--wds-color-fill-transparent-neutral-secondary-hover);
|
|
306
|
+
@property st-global(--wds-color-fill-transparent-neutral-tertiary);
|
|
307
|
+
@property st-global(--wds-color-fill-transparent-neutral-tertiary-active);
|
|
308
|
+
@property st-global(--wds-color-fill-transparent-neutral-tertiary-disabled);
|
|
309
|
+
@property st-global(--wds-color-fill-transparent-neutral-tertiary-hover);
|
|
310
|
+
@property st-global(--wds-color-fill-transparent-primary);
|
|
311
|
+
@property st-global(--wds-color-fill-transparent-primary-active);
|
|
312
|
+
@property st-global(--wds-color-fill-transparent-primary-disabled);
|
|
313
|
+
@property st-global(--wds-color-fill-transparent-primary-hover);
|
|
314
|
+
@property st-global(--wds-color-fill-transparent-secondary);
|
|
315
|
+
@property st-global(--wds-color-fill-transparent-secondary-active);
|
|
316
|
+
@property st-global(--wds-color-fill-transparent-secondary-disabled);
|
|
317
|
+
@property st-global(--wds-color-fill-transparent-secondary-hover);
|
|
318
|
+
@property st-global(--wds-color-fill-transparent-tertiary);
|
|
319
|
+
@property st-global(--wds-color-fill-transparent-tertiary-active);
|
|
320
|
+
@property st-global(--wds-color-fill-transparent-tertiary-disabled);
|
|
321
|
+
@property st-global(--wds-color-fill-transparent-tertiary-hover);
|
|
322
|
+
@property st-global(--wds-color-fill-urgent-primary);
|
|
323
|
+
@property st-global(--wds-color-fill-urgent-primary-active);
|
|
324
|
+
@property st-global(--wds-color-fill-urgent-primary-disabled);
|
|
325
|
+
@property st-global(--wds-color-fill-urgent-primary-hover);
|
|
326
|
+
@property st-global(--wds-color-fill-urgent-secondary);
|
|
327
|
+
@property st-global(--wds-color-fill-urgent-secondary-active);
|
|
328
|
+
@property st-global(--wds-color-fill-urgent-secondary-disabled);
|
|
329
|
+
@property st-global(--wds-color-fill-urgent-secondary-hover);
|
|
330
|
+
@property st-global(--wds-color-fill-urgent-tertiary);
|
|
331
|
+
@property st-global(--wds-color-fill-urgent-tertiary-active);
|
|
332
|
+
@property st-global(--wds-color-fill-urgent-tertiary-disabled);
|
|
333
|
+
@property st-global(--wds-color-fill-urgent-tertiary-hover);
|
|
334
|
+
@property st-global(--wds-color-fill-warning-primary);
|
|
335
|
+
@property st-global(--wds-color-fill-warning-primary-active);
|
|
336
|
+
@property st-global(--wds-color-fill-warning-primary-disabled);
|
|
337
|
+
@property st-global(--wds-color-fill-warning-primary-hover);
|
|
338
|
+
@property st-global(--wds-color-fill-warning-secondary);
|
|
339
|
+
@property st-global(--wds-color-fill-warning-secondary-active);
|
|
340
|
+
@property st-global(--wds-color-fill-warning-secondary-disabled);
|
|
341
|
+
@property st-global(--wds-color-fill-warning-secondary-hover);
|
|
342
|
+
@property st-global(--wds-color-text-destructive);
|
|
343
|
+
@property st-global(--wds-color-text-disabled);
|
|
344
|
+
@property st-global(--wds-color-text-disabled-light);
|
|
345
|
+
@property st-global(--wds-color-text-placeholder);
|
|
346
|
+
@property st-global(--wds-color-text-placeholder-light);
|
|
347
|
+
@property st-global(--wds-color-text-premium);
|
|
348
|
+
@property st-global(--wds-color-text-primary);
|
|
349
|
+
@property st-global(--wds-color-text-stage-element);
|
|
350
|
+
@property st-global(--wds-color-text-stage-master);
|
|
351
|
+
@property st-global(--wds-color-text-stage-section);
|
|
352
|
+
@property st-global(--wds-color-text-standard-primary);
|
|
353
|
+
@property st-global(--wds-color-text-standard-primary-light);
|
|
354
|
+
@property st-global(--wds-color-text-standard-secondary);
|
|
355
|
+
@property st-global(--wds-color-text-standard-secondary-light);
|
|
356
|
+
@property st-global(--wds-color-text-success);
|
|
357
|
+
@property st-global(--wds-color-text-urgent);
|
|
358
|
+
@property st-global(--wds-color-text-warning);
|
|
359
|
+
@property st-global(--wds-font-letter-spacing-heading-1);
|
|
360
|
+
@property st-global(--wds-font-letter-spacing-heading-2);
|
|
361
|
+
@property st-global(--wds-font-letter-spacing-heading-3);
|
|
362
|
+
@property st-global(--wds-font-letter-spacing-heading-4);
|
|
363
|
+
@property st-global(--wds-font-letter-spacing-heading-5);
|
|
364
|
+
@property st-global(--wds-font-letter-spacing-heading-6);
|
|
365
|
+
@property st-global(--wds-font-line-height-body-extra-tiny);
|
|
366
|
+
@property st-global(--wds-font-line-height-body-medium);
|
|
367
|
+
@property st-global(--wds-font-line-height-body-small);
|
|
368
|
+
@property st-global(--wds-font-line-height-body-tiny);
|
|
369
|
+
@property st-global(--wds-font-line-height-heading-1);
|
|
370
|
+
@property st-global(--wds-font-line-height-heading-2);
|
|
371
|
+
@property st-global(--wds-font-line-height-heading-3);
|
|
372
|
+
@property st-global(--wds-font-line-height-heading-4);
|
|
373
|
+
@property st-global(--wds-font-line-height-heading-5);
|
|
374
|
+
@property st-global(--wds-font-line-height-heading-6);
|
|
375
|
+
@property st-global(--wds-font-size-body-extra-tiny);
|
|
376
|
+
@property st-global(--wds-font-size-body-medium);
|
|
377
|
+
@property st-global(--wds-font-size-body-small);
|
|
378
|
+
@property st-global(--wds-font-size-body-tiny);
|
|
379
|
+
@property st-global(--wds-font-size-heading-1);
|
|
380
|
+
@property st-global(--wds-font-size-heading-2);
|
|
381
|
+
@property st-global(--wds-font-size-heading-3);
|
|
382
|
+
@property st-global(--wds-font-size-heading-4);
|
|
383
|
+
@property st-global(--wds-font-size-heading-5);
|
|
384
|
+
@property st-global(--wds-font-size-heading-6);
|
|
385
|
+
@property st-global(--wds-font-weight-body-bold);
|
|
386
|
+
@property st-global(--wds-font-weight-heading-1);
|
|
387
|
+
@property st-global(--wds-font-weight-heading-2);
|
|
388
|
+
@property st-global(--wds-font-weight-heading-3);
|
|
389
|
+
@property st-global(--wds-font-weight-heading-4);
|
|
390
|
+
@property st-global(--wds-font-weight-heading-5);
|
|
391
|
+
@property st-global(--wds-font-weight-heading-6);
|
|
392
|
+
@property st-global(--wds-shadow-fill-primary-modal);
|
|
393
|
+
@property st-global(--wds-shadow-fill-primary-overlay);
|
|
394
|
+
@property st-global(--wds-shadow-fill-primary-raised);
|
|
395
|
+
@property st-global(--wds-shadow-fill-secondary-modal);
|
|
396
|
+
@property st-global(--wds-shadow-fill-secondary-overlay);
|
|
397
|
+
@property st-global(--wds-shadow-fill-secondary-raised);
|
|
398
|
+
@property st-global(--wds-shadow-fill-secondary-toggle);
|
|
399
|
+
@property st-global(--wds-shadow-focus-destructive);
|
|
400
|
+
@property st-global(--wds-shadow-focus-spread);
|
|
401
|
+
@property st-global(--wds-shadow-focus-standard);
|
|
402
|
+
@property st-global(--wds-shadow-focus-warning);
|
|
403
|
+
@property st-global(--wds-shadow-surface-modal);
|
|
404
|
+
@property st-global(--wds-shadow-surface-overlay);
|
|
405
|
+
@property st-global(--wds-shadow-surface-overlay-dark);
|
|
406
|
+
@property st-global(--wds-shadow-surface-raised);
|
|
407
|
+
@property st-global(--wds-space-padding-horizontal-large);
|
|
408
|
+
@property st-global(--wds-space-padding-horizontal-medium);
|
|
409
|
+
@property st-global(--wds-space-padding-horizontal-small);
|
|
410
|
+
@property st-global(--wds-space-padding-horizontal-tiny);
|
|
411
|
+
@property st-global(--wds-space-padding-horizontal-x-tiny);
|
|
412
|
+
@property st-global(--wds-space-padding-horizontal-xx-tiny);
|
|
413
|
+
@property st-global(--wds-space-padding-vertical-large);
|
|
414
|
+
@property st-global(--wds-space-padding-vertical-medium);
|
|
415
|
+
@property st-global(--wds-space-padding-vertical-small);
|
|
416
|
+
@property st-global(--wds-space-padding-vertical-tiny);
|
|
417
|
+
@property st-global(--wds-space-padding-vertical-x-tiny);
|
|
418
|
+
@property st-global(--wds-space-padding-vertical-xx-tiny);
|
|
419
|
+
@property st-global(--wds-width-default);
|
|
420
|
+
@property st-global(--wds-width-default-2);
|
|
421
|
+
|
|
422
|
+
.root {
|
|
423
|
+
--wds-border-radius-surface-default: 12px;
|
|
424
|
+
--wds-border-radius-surface-modal: 12px;
|
|
425
|
+
--wds-border-radius-surface-modal-backdrop: 0;
|
|
426
|
+
--wds-border-radius-surface-overlay: 12px;
|
|
427
|
+
--wds-border-radius-surface-raised: 12px;
|
|
428
|
+
--wds-border-radius-surface-sunken: 0;
|
|
429
|
+
--wds-color-border-ai-primary: #ffffff;
|
|
430
|
+
--wds-color-border-ai-primary-active: #ffffff;
|
|
431
|
+
--wds-color-border-ai-primary-disabled: #ffffff;
|
|
432
|
+
--wds-color-border-ai-primary-hover: #ffffff;
|
|
433
|
+
--wds-color-border-dark-primary: #868aa5;
|
|
434
|
+
--wds-color-border-dark-primary-active: #2b2e36;
|
|
435
|
+
--wds-color-border-dark-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
436
|
+
--wds-color-border-dark-primary-hover: #42454c;
|
|
437
|
+
--wds-color-border-dark-secondary: #e2e3ea;
|
|
438
|
+
--wds-color-border-dark-secondary-active: #e2e3ea;
|
|
439
|
+
--wds-color-border-dark-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
440
|
+
--wds-color-border-dark-secondary-hover: #e2e3ea;
|
|
441
|
+
--wds-color-border-destructive-primary: #f69891;
|
|
442
|
+
--wds-color-border-destructive-primary-active: #ee4437;
|
|
443
|
+
--wds-color-border-destructive-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
444
|
+
--wds-color-border-destructive-primary-hover: #f1695f;
|
|
445
|
+
--wds-color-border-destructive-secondary: #e2e3ea;
|
|
446
|
+
--wds-color-border-destructive-secondary-active: #ee4437;
|
|
447
|
+
--wds-color-border-destructive-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
448
|
+
--wds-color-border-destructive-secondary-hover: #868aa5;
|
|
449
|
+
--wds-color-border-destructive-tertiary: #e2e3ea;
|
|
450
|
+
--wds-color-border-destructive-tertiary-active: #f69891;
|
|
451
|
+
--wds-color-border-destructive-tertiary-disabled: rgba(38, 37, 36, 0.1000);
|
|
452
|
+
--wds-color-border-destructive-tertiary-hover: #fbd0cd;
|
|
453
|
+
--wds-color-border-light: rgba(255, 255, 255, 0.5000);
|
|
454
|
+
--wds-color-border-light-active: #ffffff;
|
|
455
|
+
--wds-color-border-light-disabled: rgba(255, 255, 255, 0.3000);
|
|
456
|
+
--wds-color-border-light-hover: rgba(255, 255, 255, 0.7000);
|
|
457
|
+
--wds-color-border-premium-primary: #cf8cf1;
|
|
458
|
+
--wds-color-border-premium-primary-active: #9a27d5;
|
|
459
|
+
--wds-color-border-premium-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
460
|
+
--wds-color-border-premium-primary-hover: #c161f0;
|
|
461
|
+
--wds-color-border-premium-secondary: #e2e3ea;
|
|
462
|
+
--wds-color-border-premium-secondary-active: #9a27d5;
|
|
463
|
+
--wds-color-border-premium-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
464
|
+
--wds-color-border-premium-secondary-hover: #868aa5;
|
|
465
|
+
--wds-color-border-premium-tertiary: #e2e3ea;
|
|
466
|
+
--wds-color-border-premium-tertiary-active: #cf8cf1;
|
|
467
|
+
--wds-color-border-premium-tertiary-disabled: rgba(38, 37, 36, 0.1000);
|
|
468
|
+
--wds-color-border-premium-tertiary-hover: #e3c3f4;
|
|
469
|
+
--wds-color-border-standard-primary: #bac5ff;
|
|
470
|
+
--wds-color-border-standard-primary-active: #4c49fb;
|
|
471
|
+
--wds-color-border-standard-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
472
|
+
--wds-color-border-standard-primary-hover: #7b8ef8;
|
|
473
|
+
--wds-color-border-standard-secondary: #d6dcff;
|
|
474
|
+
--wds-color-border-standard-secondary-active: #526cff;
|
|
475
|
+
--wds-color-border-standard-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
476
|
+
--wds-color-border-standard-secondary-hover: #eef0ff;
|
|
477
|
+
--wds-color-border-standard-secondary-readonly: #e2e3ea;
|
|
478
|
+
--wds-color-border-standard-tertiary: #e2e3ea;
|
|
479
|
+
--wds-color-border-standard-tertiary-active: #bac5ff;
|
|
480
|
+
--wds-color-border-standard-tertiary-disabled: rgba(38, 37, 36, 0.1000);
|
|
481
|
+
--wds-color-border-standard-tertiary-hover: #d6dcff;
|
|
482
|
+
--wds-color-border-success-primary: #87cea5;
|
|
483
|
+
--wds-color-border-success-primary-active: #25a55a;
|
|
484
|
+
--wds-color-border-success-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
485
|
+
--wds-color-border-success-primary-hover: #51b77b;
|
|
486
|
+
--wds-color-border-success-secondary: #e2e3ea;
|
|
487
|
+
--wds-color-border-success-secondary-active: #25a55a;
|
|
488
|
+
--wds-color-border-success-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
489
|
+
--wds-color-border-success-secondary-hover: #868aa5;
|
|
490
|
+
--wds-color-border-success-tertiary: #e2e3ea;
|
|
491
|
+
--wds-color-border-success-tertiary-active: #87cea5;
|
|
492
|
+
--wds-color-border-success-tertiary-disabled: rgba(38, 37, 36, 0.1000);
|
|
493
|
+
--wds-color-border-success-tertiary-hover: #c8e8d6;
|
|
494
|
+
--wds-color-border-transparent-primary: rgba(38, 37, 36, 0.2000);
|
|
495
|
+
--wds-color-border-transparent-primary-active: rgba(38, 37, 36, 0.2000);
|
|
496
|
+
--wds-color-border-transparent-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
497
|
+
--wds-color-border-transparent-primary-hover: rgba(38, 37, 36, 0.4000);
|
|
498
|
+
--wds-color-border-urgent-primary: #fca88f;
|
|
499
|
+
--wds-color-border-urgent-primary-active: #f96132;
|
|
500
|
+
--wds-color-border-urgent-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
501
|
+
--wds-color-border-urgent-primary-hover: #fa815b;
|
|
502
|
+
--wds-color-border-urgent-secondary: #e2e3ea;
|
|
503
|
+
--wds-color-border-urgent-secondary-active: #f96132;
|
|
504
|
+
--wds-color-border-urgent-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
505
|
+
--wds-color-border-urgent-secondary-hover: #868aa5;
|
|
506
|
+
--wds-color-border-urgent-tertiary: #e2e3ea;
|
|
507
|
+
--wds-color-border-urgent-tertiary-active: #fca88f;
|
|
508
|
+
--wds-color-border-urgent-tertiary-disabled: rgba(38, 37, 36, 0.1000);
|
|
509
|
+
--wds-color-border-urgent-tertiary-hover: #fdd7cc;
|
|
510
|
+
--wds-color-border-warning-primary: #fcd29d;
|
|
511
|
+
--wds-color-border-warning-primary-active: #f9ad4d;
|
|
512
|
+
--wds-color-border-warning-primary-disabled: rgba(38, 37, 36, 0.1000);
|
|
513
|
+
--wds-color-border-warning-primary-hover: #fabd71;
|
|
514
|
+
--wds-color-border-warning-secondary: #e2e3ea;
|
|
515
|
+
--wds-color-border-warning-secondary-active: #f9ad4d;
|
|
516
|
+
--wds-color-border-warning-secondary-disabled: rgba(38, 37, 36, 0.1000);
|
|
517
|
+
--wds-color-border-warning-secondary-hover: #868aa5;
|
|
518
|
+
--wds-color-border-warning-tertiary: #e2e3ea;
|
|
519
|
+
--wds-color-border-warning-tertiary-active: #fcd29d;
|
|
520
|
+
--wds-color-border-warning-tertiary-disabled: rgba(38, 37, 36, 0.1000);
|
|
521
|
+
--wds-color-border-warning-tertiary-hover: #fdead2;
|
|
522
|
+
--wds-color-fill-accent-1: #1684ea;
|
|
523
|
+
--wds-color-fill-accent-2: #17b0e2;
|
|
524
|
+
--wds-color-fill-accent-3: #6959f0;
|
|
525
|
+
--wds-color-fill-accent-4: #1b838b;
|
|
526
|
+
--wds-color-fill-accent-5: #c42fca;
|
|
527
|
+
--wds-color-fill-accent-6: #d49341;
|
|
528
|
+
--wds-color-fill-accent-7: #f36e1b;
|
|
529
|
+
--wds-color-fill-accent-8: #cc180b;
|
|
530
|
+
--wds-color-fill-accent-9: #59005f;
|
|
531
|
+
--wds-color-fill-accent-10: #1f8845;
|
|
532
|
+
--wds-color-fill-accent-11: #1b3689;
|
|
533
|
+
--wds-color-fill-accent-12: #acafc4;
|
|
534
|
+
--wds-color-fill-ai: #ffffff;
|
|
535
|
+
--wds-color-fill-ai-hover: #ffffff;
|
|
536
|
+
--wds-color-fill-ai-primary: #5a48f5;
|
|
537
|
+
--wds-color-fill-ai-primary-active: #5a48f5;
|
|
538
|
+
--wds-color-fill-ai-primary-disabled: #bebebe;
|
|
539
|
+
--wds-color-fill-ai-primary-hover: #4d3dd0;
|
|
540
|
+
--wds-color-fill-ai-primary-pressed: #ffffff;
|
|
541
|
+
--wds-color-fill-ai-secondary: #d6d1fc;
|
|
542
|
+
--wds-color-fill-ai-secondary-active: #d6d1fc;
|
|
543
|
+
--wds-color-fill-ai-secondary-disabled: #e5e5e5;
|
|
544
|
+
--wds-color-fill-ai-secondary-hover: #a59bfa;
|
|
545
|
+
--wds-color-fill-ai-tertiary: #ffffff;
|
|
546
|
+
--wds-color-fill-ai-tertiary-active: #d6d1fc;
|
|
547
|
+
--wds-color-fill-ai-tertiary-disabled: #ffffff;
|
|
548
|
+
--wds-color-fill-ai-tertiary-hover: #f7f8f8;
|
|
549
|
+
--wds-color-fill-dark-primary: #131720;
|
|
550
|
+
--wds-color-fill-dark-primary-active: #131720;
|
|
551
|
+
--wds-color-fill-dark-primary-disabled: #bebebe;
|
|
552
|
+
--wds-color-fill-dark-primary-hover: #42454c;
|
|
553
|
+
--wds-color-fill-dark-secondary: #f7f8f8;
|
|
554
|
+
--wds-color-fill-dark-secondary-active: #f7f8f8;
|
|
555
|
+
--wds-color-fill-dark-secondary-disabled: #e5e5e5;
|
|
556
|
+
--wds-color-fill-dark-secondary-hover: #e2e3ea;
|
|
557
|
+
--wds-color-fill-dark-tertiary: #ffffff;
|
|
558
|
+
--wds-color-fill-dark-tertiary-active: #e2e3ea;
|
|
559
|
+
--wds-color-fill-dark-tertiary-disabled: #bebebe;
|
|
560
|
+
--wds-color-fill-dark-tertiary-hover: #f7f8f8;
|
|
561
|
+
--wds-color-fill-destructive-primary: #ee4437;
|
|
562
|
+
--wds-color-fill-destructive-primary-active: #ee4437;
|
|
563
|
+
--wds-color-fill-destructive-primary-disabled: #bebebe;
|
|
564
|
+
--wds-color-fill-destructive-primary-hover: #ca3a2f;
|
|
565
|
+
--wds-color-fill-destructive-secondary: #fbd0cd;
|
|
566
|
+
--wds-color-fill-destructive-secondary-active: #fbd0cd;
|
|
567
|
+
--wds-color-fill-destructive-secondary-disabled: #e5e5e5;
|
|
568
|
+
--wds-color-fill-destructive-secondary-hover: #f69891;
|
|
569
|
+
--wds-color-fill-destructive-tertiary: #ffffff;
|
|
570
|
+
--wds-color-fill-destructive-tertiary-active: #fbd0cd;
|
|
571
|
+
--wds-color-fill-destructive-tertiary-disabled: #ffffff;
|
|
572
|
+
--wds-color-fill-destructive-tertiary-hover: #f7f8f8;
|
|
573
|
+
--wds-color-fill-light-primary: #ffffff;
|
|
574
|
+
--wds-color-fill-light-primary-active: #d6dcff;
|
|
575
|
+
--wds-color-fill-light-primary-disabled: rgba(255, 255, 255, 0.3000);
|
|
576
|
+
--wds-color-fill-light-primary-hover: #eef0ff;
|
|
577
|
+
--wds-color-fill-light-secondary: rgba(255, 255, 255, 0.0000);
|
|
578
|
+
--wds-color-fill-light-secondary-active: #d6dcff;
|
|
579
|
+
--wds-color-fill-light-secondary-disabled: rgba(255, 255, 255, 0.0000);
|
|
580
|
+
--wds-color-fill-light-secondary-hover: #eef0ff;
|
|
581
|
+
--wds-color-fill-light-tertiary: #ffffff;
|
|
582
|
+
--wds-color-fill-light-tertiary-active: #d6dcff;
|
|
583
|
+
--wds-color-fill-light-tertiary-disabled: rgba(255, 255, 255, 0.0000);
|
|
584
|
+
--wds-color-fill-light-tertiary-hover: #eef0ff;
|
|
585
|
+
--wds-color-fill-premium-light-primary: #ffffff;
|
|
586
|
+
--wds-color-fill-premium-light-primary-active: #e3c3f4;
|
|
587
|
+
--wds-color-fill-premium-light-primary-disabled: rgba(255, 255, 255, 0.3000);
|
|
588
|
+
--wds-color-fill-premium-light-primary-hover: #f1e0f9;
|
|
589
|
+
--wds-color-fill-premium-light-secondary: rgba(255, 255, 255, 0.0000);
|
|
590
|
+
--wds-color-fill-premium-light-secondary-active: #e3c3f4;
|
|
591
|
+
--wds-color-fill-premium-light-secondary-disabled: rgba(255, 255, 255, 0.0000);
|
|
592
|
+
--wds-color-fill-premium-light-secondary-hover: #f1e0f9;
|
|
593
|
+
--wds-color-fill-premium-primary: #9a27d5;
|
|
594
|
+
--wds-color-fill-premium-primary-active: #9a27d5;
|
|
595
|
+
--wds-color-fill-premium-primary-disabled: #bebebe;
|
|
596
|
+
--wds-color-fill-premium-primary-hover: #7927a3;
|
|
597
|
+
--wds-color-fill-premium-secondary: #e3c3f4;
|
|
598
|
+
--wds-color-fill-premium-secondary-active: #e3c3f4;
|
|
599
|
+
--wds-color-fill-premium-secondary-disabled: #e5e5e5;
|
|
600
|
+
--wds-color-fill-premium-secondary-hover: #cf8cf1;
|
|
601
|
+
--wds-color-fill-premium-tertiary: #ffffff;
|
|
602
|
+
--wds-color-fill-premium-tertiary-active: #e3c3f4;
|
|
603
|
+
--wds-color-fill-premium-tertiary-disabled: #ffffff;
|
|
604
|
+
--wds-color-fill-premium-tertiary-hover: #f7f8f8;
|
|
605
|
+
--wds-color-fill-social-facebook: #1877f2;
|
|
606
|
+
--wds-color-fill-social-facebook-active: #1877f2;
|
|
607
|
+
--wds-color-fill-social-facebook-disabled: #bebebe;
|
|
608
|
+
--wds-color-fill-social-facebook-hover: rgba(24, 119, 242, 0.8000);
|
|
609
|
+
--wds-color-fill-social-instagram: #ff0175;
|
|
610
|
+
--wds-color-fill-social-instagram-active: #ff0175;
|
|
611
|
+
--wds-color-fill-social-instagram-disabled: #bebebe;
|
|
612
|
+
--wds-color-fill-social-instagram-hover: rgba(255, 1, 117, 0.8000);
|
|
613
|
+
--wds-color-fill-social-linkedin: #0065c8;
|
|
614
|
+
--wds-color-fill-social-linkedin-active: #0065c8;
|
|
615
|
+
--wds-color-fill-social-linkedin-disabled: #bebebe;
|
|
616
|
+
--wds-color-fill-social-linkedin-hover: rgba(0, 101, 200, 0.8000);
|
|
617
|
+
--wds-color-fill-social-pinterest: #e60019;
|
|
618
|
+
--wds-color-fill-social-pinterest-active: #e60019;
|
|
619
|
+
--wds-color-fill-social-pinterest-disabled: #bebebe;
|
|
620
|
+
--wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
|
|
621
|
+
--wds-color-fill-social-twitter: #1da1f2;
|
|
622
|
+
--wds-color-fill-social-twitter-active: #1da1f2;
|
|
623
|
+
--wds-color-fill-social-twitter-disabled: #bebebe;
|
|
624
|
+
--wds-color-fill-social-twitter-hover: rgba(29, 161, 242, 0.8000);
|
|
625
|
+
--wds-color-fill-social-xcorp: #101419;
|
|
626
|
+
--wds-color-fill-social-xcorp-active: #101419;
|
|
627
|
+
--wds-color-fill-social-xcorp-disabled: #bebebe;
|
|
628
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, 0.8000);
|
|
629
|
+
--wds-color-fill-social-youtube: #ff0000;
|
|
630
|
+
--wds-color-fill-social-youtube-active: #ff0000;
|
|
631
|
+
--wds-color-fill-social-youtube-disabled: #bebebe;
|
|
632
|
+
--wds-color-fill-social-youtube-hover: rgba(255, 0, 0, 0.8000);
|
|
633
|
+
--wds-color-fill-stage-anchor: #ffffff;
|
|
634
|
+
--wds-color-fill-stage-anchor-active: #ffffff;
|
|
635
|
+
--wds-color-fill-stage-anchor-disabled: #bebebe;
|
|
636
|
+
--wds-color-fill-stage-anchor-hover: #ffffff;
|
|
637
|
+
--wds-color-fill-stage-cms: #2d3034;
|
|
638
|
+
--wds-color-fill-stage-cms-active: #2d3034;
|
|
639
|
+
--wds-color-fill-stage-cms-disabled: #bebebe;
|
|
640
|
+
--wds-color-fill-stage-cms-hover: #2d3034;
|
|
641
|
+
--wds-color-fill-stage-element-primary: #526cff;
|
|
642
|
+
--wds-color-fill-stage-element-primary-active: #526cff;
|
|
643
|
+
--wds-color-fill-stage-element-primary-disabled: #bebebe;
|
|
644
|
+
--wds-color-fill-stage-element-primary-hover: #4c49fb;
|
|
645
|
+
--wds-color-fill-stage-element-secondary: #d6dcff;
|
|
646
|
+
--wds-color-fill-stage-element-secondary-active: #d6dcff;
|
|
647
|
+
--wds-color-fill-stage-element-secondary-disabled: #e5e5e5;
|
|
648
|
+
--wds-color-fill-stage-element-secondary-hover: #bac5ff;
|
|
649
|
+
--wds-color-fill-stage-interactions: #ff5c9f;
|
|
650
|
+
--wds-color-fill-stage-interactions-active: #ff5c9f;
|
|
651
|
+
--wds-color-fill-stage-interactions-disabled: #bebebe;
|
|
652
|
+
--wds-color-fill-stage-interactions-hover: #ff5c9f;
|
|
653
|
+
--wds-color-fill-stage-master-primary: #47cb2e;
|
|
654
|
+
--wds-color-fill-stage-master-primary-active: #47cb2e;
|
|
655
|
+
--wds-color-fill-stage-master-primary-disabled: #bebebe;
|
|
656
|
+
--wds-color-fill-stage-master-primary-hover: #47cb2e;
|
|
657
|
+
--wds-color-fill-stage-master-secondary: #e4f7e0;
|
|
658
|
+
--wds-color-fill-stage-master-secondary-active: #a3e597;
|
|
659
|
+
--wds-color-fill-stage-master-secondary-disabled: #e5e5e5;
|
|
660
|
+
--wds-color-fill-stage-master-secondary-hover: #d1f2cb;
|
|
661
|
+
--wds-color-fill-stage-padding: #18d9c2;
|
|
662
|
+
--wds-color-fill-stage-padding-active: #18d9c2;
|
|
663
|
+
--wds-color-fill-stage-padding-disabled: #bebebe;
|
|
664
|
+
--wds-color-fill-stage-padding-hover: #18d9c2;
|
|
665
|
+
--wds-color-fill-stage-section-primary: #526cff;
|
|
666
|
+
--wds-color-fill-stage-section-primary-active: #526cff;
|
|
667
|
+
--wds-color-fill-stage-section-primary-disabled: #bebebe;
|
|
668
|
+
--wds-color-fill-stage-section-primary-hover: #4c49fb;
|
|
669
|
+
--wds-color-fill-stage-section-secondary: #d6dcff;
|
|
670
|
+
--wds-color-fill-stage-section-secondary-active: #d6dcff;
|
|
671
|
+
--wds-color-fill-stage-section-secondary-disabled: #e5e5e5;
|
|
672
|
+
--wds-color-fill-stage-section-secondary-hover: #bac5ff;
|
|
673
|
+
--wds-color-fill-standard-light-primary: #9aa9ff;
|
|
674
|
+
--wds-color-fill-standard-light-primary-active: #7b8ef8;
|
|
675
|
+
--wds-color-fill-standard-light-primary-disabled: rgba(255, 255, 255, 0.3000);
|
|
676
|
+
--wds-color-fill-standard-light-primary-hover: #7b8ef8;
|
|
677
|
+
--wds-color-fill-standard-light-secondary: #ffffff;
|
|
678
|
+
--wds-color-fill-standard-light-secondary-active: #7b8ef8;
|
|
679
|
+
--wds-color-fill-standard-light-secondary-disabled: rgba(255, 255, 255, 0.3000);
|
|
680
|
+
--wds-color-fill-standard-light-secondary-hover: #9aa9ff;
|
|
681
|
+
--wds-color-fill-standard-primary: #526cff;
|
|
682
|
+
--wds-color-fill-standard-primary-active: #526cff;
|
|
683
|
+
--wds-color-fill-standard-primary-disabled: #bebebe;
|
|
684
|
+
--wds-color-fill-standard-primary-hover: #4c49fb;
|
|
685
|
+
--wds-color-fill-standard-secondary: #eef0ff;
|
|
686
|
+
--wds-color-fill-standard-secondary-active: #bac5ff;
|
|
687
|
+
--wds-color-fill-standard-secondary-disabled: #e5e5e5;
|
|
688
|
+
--wds-color-fill-standard-secondary-hover: #d6dcff;
|
|
689
|
+
--wds-color-fill-standard-tertiary: #ffffff;
|
|
690
|
+
--wds-color-fill-standard-tertiary-active: #eef0ff;
|
|
691
|
+
--wds-color-fill-standard-tertiary-disabled: #ffffff;
|
|
692
|
+
--wds-color-fill-standard-tertiary-hover: #f4f6ff;
|
|
693
|
+
--wds-color-fill-standard-tertiary-readonly: #edeef2;
|
|
694
|
+
--wds-color-fill-success-primary: #25a55a;
|
|
695
|
+
--wds-color-fill-success-primary-active: #25a55a;
|
|
696
|
+
--wds-color-fill-success-primary-disabled: #bebebe;
|
|
697
|
+
--wds-color-fill-success-primary-hover: #1f8c4d;
|
|
698
|
+
--wds-color-fill-success-secondary: #c8e8d6;
|
|
699
|
+
--wds-color-fill-success-secondary-active: #c8e8d6;
|
|
700
|
+
--wds-color-fill-success-secondary-disabled: #e5e5e5;
|
|
701
|
+
--wds-color-fill-success-secondary-hover: #87cea5;
|
|
702
|
+
--wds-color-fill-success-tertiary: #ffffff;
|
|
703
|
+
--wds-color-fill-success-tertiary-active: #c8e8d6;
|
|
704
|
+
--wds-color-fill-success-tertiary-disabled: #ffffff;
|
|
705
|
+
--wds-color-fill-success-tertiary-hover: #f7f8f8;
|
|
706
|
+
--wds-color-fill-surface-dark: #131720;
|
|
707
|
+
--wds-color-fill-surface-default: #ffffff;
|
|
708
|
+
--wds-color-fill-surface-destructive: #fde3e1;
|
|
709
|
+
--wds-color-fill-surface-modal: #ffffff;
|
|
710
|
+
--wds-color-fill-surface-modal-backdrop: rgba(38, 37, 36, 0.7000);
|
|
711
|
+
--wds-color-fill-surface-neutral: #f7f8f8;
|
|
712
|
+
--wds-color-fill-surface-overlay: #ffffff;
|
|
713
|
+
--wds-color-fill-surface-overlay-dark: #131720;
|
|
714
|
+
--wds-color-fill-surface-premium: #f1e0f9;
|
|
715
|
+
--wds-color-fill-surface-raised: #ffffff;
|
|
716
|
+
--wds-color-fill-surface-standard: #d6dcff;
|
|
717
|
+
--wds-color-fill-surface-success: #e1f4eb;
|
|
718
|
+
--wds-color-fill-surface-sunken: #f7f8f8;
|
|
719
|
+
--wds-color-fill-surface-warning: #fef3e5;
|
|
720
|
+
--wds-color-fill-transparent-neutral-primary: rgba(66, 64, 62, 0.5000);
|
|
721
|
+
--wds-color-fill-transparent-neutral-primary-active: rgba(66, 64, 62, 0.7000);
|
|
722
|
+
--wds-color-fill-transparent-neutral-primary-disabled: rgba(38, 37, 36, 0.2000);
|
|
723
|
+
--wds-color-fill-transparent-neutral-primary-hover: rgba(66, 64, 62, 0.6000);
|
|
724
|
+
--wds-color-fill-transparent-neutral-secondary: rgba(66, 64, 62, 0.0000);
|
|
725
|
+
--wds-color-fill-transparent-neutral-secondary-active: rgba(66, 64, 62, 0.7000);
|
|
726
|
+
--wds-color-fill-transparent-neutral-secondary-disabled: rgba(66, 64, 62, 0.0000);
|
|
727
|
+
--wds-color-fill-transparent-neutral-secondary-hover: rgba(66, 64, 62, 0.6000);
|
|
728
|
+
--wds-color-fill-transparent-neutral-tertiary: rgba(38, 37, 36, 0.0000);
|
|
729
|
+
--wds-color-fill-transparent-neutral-tertiary-active: rgba(38, 37, 36, 0.5000);
|
|
730
|
+
--wds-color-fill-transparent-neutral-tertiary-disabled: rgba(38, 37, 36, 0.0000);
|
|
731
|
+
--wds-color-fill-transparent-neutral-tertiary-hover: rgba(38, 37, 36, 0.5000);
|
|
732
|
+
--wds-color-fill-transparent-primary: rgba(66, 64, 62, 0.5000);
|
|
733
|
+
--wds-color-fill-transparent-primary-active: rgba(66, 64, 62, 0.7000);
|
|
734
|
+
--wds-color-fill-transparent-primary-disabled: rgba(38, 37, 36, 0.2000);
|
|
735
|
+
--wds-color-fill-transparent-primary-hover: rgba(66, 64, 62, 0.6000);
|
|
736
|
+
--wds-color-fill-transparent-secondary: rgba(66, 64, 62, 0.0000);
|
|
737
|
+
--wds-color-fill-transparent-secondary-active: rgba(66, 64, 62, 0.7000);
|
|
738
|
+
--wds-color-fill-transparent-secondary-disabled: rgba(66, 64, 62, 0.0000);
|
|
739
|
+
--wds-color-fill-transparent-secondary-hover: rgba(66, 64, 62, 0.6000);
|
|
740
|
+
--wds-color-fill-transparent-tertiary: rgba(38, 37, 36, 0.0000);
|
|
741
|
+
--wds-color-fill-transparent-tertiary-active: rgba(38, 37, 36, 0.5000);
|
|
742
|
+
--wds-color-fill-transparent-tertiary-disabled: rgba(38, 37, 36, 0.0000);
|
|
743
|
+
--wds-color-fill-transparent-tertiary-hover: rgba(38, 37, 36, 0.5000);
|
|
744
|
+
--wds-color-fill-urgent-primary: #f96132;
|
|
745
|
+
--wds-color-fill-urgent-primary-active: #f96132;
|
|
746
|
+
--wds-color-fill-urgent-primary-disabled: #bebebe;
|
|
747
|
+
--wds-color-fill-urgent-primary-hover: #d4522b;
|
|
748
|
+
--wds-color-fill-urgent-secondary: #fca88f;
|
|
749
|
+
--wds-color-fill-urgent-secondary-active: #fdd7cc;
|
|
750
|
+
--wds-color-fill-urgent-secondary-disabled: #e5e5e5;
|
|
751
|
+
--wds-color-fill-urgent-secondary-hover: #fdd7cc;
|
|
752
|
+
--wds-color-fill-urgent-tertiary: #ffffff;
|
|
753
|
+
--wds-color-fill-urgent-tertiary-active: #fdd7cc;
|
|
754
|
+
--wds-color-fill-urgent-tertiary-disabled: #ffffff;
|
|
755
|
+
--wds-color-fill-urgent-tertiary-hover: #f7f8f8;
|
|
756
|
+
--wds-color-fill-warning-primary: #f9ad4d;
|
|
757
|
+
--wds-color-fill-warning-primary-active: #f9ad4d;
|
|
758
|
+
--wds-color-fill-warning-primary-disabled: #bebebe;
|
|
759
|
+
--wds-color-fill-warning-primary-hover: #d49341;
|
|
760
|
+
--wds-color-fill-warning-secondary: #fef3e5;
|
|
761
|
+
--wds-color-fill-warning-secondary-active: #fef3e5;
|
|
762
|
+
--wds-color-fill-warning-secondary-disabled: #e5e5e5;
|
|
763
|
+
--wds-color-fill-warning-secondary-hover: #fcd29d;
|
|
764
|
+
--wds-color-text-destructive: #ee4437;
|
|
765
|
+
--wds-color-text-disabled: rgba(38, 37, 36, 0.3000);
|
|
766
|
+
--wds-color-text-disabled-light: rgba(255, 255, 255, 0.7000);
|
|
767
|
+
--wds-color-text-placeholder: #868aa5;
|
|
768
|
+
--wds-color-text-placeholder-light: #868aa5;
|
|
769
|
+
--wds-color-text-premium: #9a27d5;
|
|
770
|
+
--wds-color-text-primary: #526cff;
|
|
771
|
+
--wds-color-text-stage-element: #526cff;
|
|
772
|
+
--wds-color-text-stage-master: #47cb2e;
|
|
773
|
+
--wds-color-text-stage-section: #526cff;
|
|
774
|
+
--wds-color-text-standard-primary: #131720;
|
|
775
|
+
--wds-color-text-standard-primary-light: #ffffff;
|
|
776
|
+
--wds-color-text-standard-secondary: #42454c;
|
|
777
|
+
--wds-color-text-standard-secondary-light: #acafc4;
|
|
778
|
+
--wds-color-text-success: #25a55a;
|
|
779
|
+
--wds-color-text-urgent: #f96132;
|
|
780
|
+
--wds-color-text-warning: #f9ad4d;
|
|
781
|
+
--wds-font-letter-spacing-heading-1: 0;
|
|
782
|
+
--wds-font-letter-spacing-heading-2: 0;
|
|
783
|
+
--wds-font-letter-spacing-heading-3: -0.50;
|
|
784
|
+
--wds-font-letter-spacing-heading-4: 0;
|
|
785
|
+
--wds-font-letter-spacing-heading-5: 1px;
|
|
786
|
+
--wds-font-letter-spacing-heading-6: 1px;
|
|
787
|
+
--wds-font-line-height-body-extra-tiny: 14px;
|
|
788
|
+
--wds-font-line-height-body-medium: 24px;
|
|
789
|
+
--wds-font-line-height-body-small: 20px;
|
|
790
|
+
--wds-font-line-height-body-tiny: 16px;
|
|
791
|
+
--wds-font-line-height-heading-1: 32px;
|
|
792
|
+
--wds-font-line-height-heading-2: 24px;
|
|
793
|
+
--wds-font-line-height-heading-3: 24px;
|
|
794
|
+
--wds-font-line-height-heading-4: 24px;
|
|
795
|
+
--wds-font-line-height-heading-5: 16px;
|
|
796
|
+
--wds-font-line-height-heading-6: 16px;
|
|
797
|
+
--wds-font-size-body-extra-tiny: 10px;
|
|
798
|
+
--wds-font-size-body-medium: 16px;
|
|
799
|
+
--wds-font-size-body-small: 14px;
|
|
800
|
+
--wds-font-size-body-tiny: 12px;
|
|
801
|
+
--wds-font-size-heading-1: 32px;
|
|
802
|
+
--wds-font-size-heading-2: 22px;
|
|
803
|
+
--wds-font-size-heading-3: 18px;
|
|
804
|
+
--wds-font-size-heading-4: 16px;
|
|
805
|
+
--wds-font-size-heading-5: 10px;
|
|
806
|
+
--wds-font-size-heading-6: 12px;
|
|
807
|
+
--wds-font-weight-body-bold: 600;
|
|
808
|
+
--wds-font-weight-heading-1: 700;
|
|
809
|
+
--wds-font-weight-heading-2: 700;
|
|
810
|
+
--wds-font-weight-heading-3: 700;
|
|
811
|
+
--wds-font-weight-heading-4: 700;
|
|
812
|
+
--wds-font-weight-heading-5: 700;
|
|
813
|
+
--wds-font-weight-heading-6: 400;
|
|
814
|
+
--wds-shadow-fill-primary-modal: rgba(38, 37, 36, 0.2000);
|
|
815
|
+
--wds-shadow-fill-primary-overlay: rgba(38, 37, 36, 0.1000);
|
|
816
|
+
--wds-shadow-fill-primary-raised: rgba(38, 37, 36, 0.3000);
|
|
817
|
+
--wds-shadow-fill-secondary-modal: rgba(38, 37, 36, 0.0000);
|
|
818
|
+
--wds-shadow-fill-secondary-overlay: rgba(38, 37, 36, 0.0000);
|
|
819
|
+
--wds-shadow-fill-secondary-raised: rgba(38, 37, 36, 0.0000);
|
|
820
|
+
--wds-shadow-fill-secondary-toggle: rgba(38, 37, 36, 0.0000);
|
|
821
|
+
--wds-shadow-focus-destructive: #fbd0cd;
|
|
822
|
+
--wds-shadow-focus-spread: 0;
|
|
823
|
+
--wds-shadow-focus-standard: #bac5ff;
|
|
824
|
+
--wds-shadow-focus-warning: #fdead2;
|
|
825
|
+
--wds-shadow-surface-modal: 0;
|
|
826
|
+
--wds-shadow-surface-overlay: 0;
|
|
827
|
+
--wds-shadow-surface-overlay-dark: 0;
|
|
828
|
+
--wds-shadow-surface-raised: 0;
|
|
829
|
+
--wds-space-padding-horizontal-large: 24px;
|
|
830
|
+
--wds-space-padding-horizontal-medium: 20px;
|
|
831
|
+
--wds-space-padding-horizontal-small: 16px;
|
|
832
|
+
--wds-space-padding-horizontal-tiny: 12px;
|
|
833
|
+
--wds-space-padding-horizontal-x-tiny: 8px;
|
|
834
|
+
--wds-space-padding-horizontal-xx-tiny: 4px;
|
|
835
|
+
--wds-space-padding-vertical-large: 24px;
|
|
836
|
+
--wds-space-padding-vertical-medium: 20px;
|
|
837
|
+
--wds-space-padding-vertical-small: 16px;
|
|
838
|
+
--wds-space-padding-vertical-tiny: 12px;
|
|
839
|
+
--wds-space-padding-vertical-x-tiny: 8px;
|
|
840
|
+
--wds-space-padding-vertical-xx-tiny: 4px;
|
|
841
|
+
--wds-width-default: 0;
|
|
842
|
+
--wds-width-default-2: 0;
|
|
843
|
+
}
|