@salt-ds/theme 0.0.0-snapshot-20240513130454 → 0.0.0-snapshot-20240517093057
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/css/global.css +1 -1
- package/css/theme-next.css +5 -714
- package/css/theme.css +73 -33
- package/index.css +74 -34
- package/package.json +1 -1
package/css/global.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* css/global.css */
|
|
2
2
|
.salt-theme {
|
|
3
3
|
color: var(--salt-content-primary-foreground);
|
|
4
|
-
font-family: var(--salt-
|
|
4
|
+
font-family: var(--salt-text-fontFamily);
|
|
5
5
|
font-size: var(--salt-text-fontSize);
|
|
6
6
|
letter-spacing: var(--salt-text-letterSpacing);
|
|
7
7
|
line-height: var(--salt-text-lineHeight);
|
package/css/theme-next.css
CHANGED
|
@@ -1,372 +1,3 @@
|
|
|
1
|
-
/* css/foundations/color-next.css */
|
|
2
|
-
.salt-theme.salt-theme-next {
|
|
3
|
-
--salt-color-white-rgb:
|
|
4
|
-
255,
|
|
5
|
-
255,
|
|
6
|
-
255;
|
|
7
|
-
--salt-color-gray-100-rgb:
|
|
8
|
-
245,
|
|
9
|
-
247,
|
|
10
|
-
248;
|
|
11
|
-
--salt-color-gray-200-rgb:
|
|
12
|
-
211,
|
|
13
|
-
213,
|
|
14
|
-
216;
|
|
15
|
-
--salt-color-gray-300-rgb:
|
|
16
|
-
177,
|
|
17
|
-
181,
|
|
18
|
-
185;
|
|
19
|
-
--salt-color-gray-400-rgb:
|
|
20
|
-
145,
|
|
21
|
-
149,
|
|
22
|
-
154;
|
|
23
|
-
--salt-color-gray-500-rgb:
|
|
24
|
-
114,
|
|
25
|
-
119,
|
|
26
|
-
125;
|
|
27
|
-
--salt-color-gray-600-rgb:
|
|
28
|
-
95,
|
|
29
|
-
100,
|
|
30
|
-
106;
|
|
31
|
-
--salt-color-gray-700-rgb:
|
|
32
|
-
76,
|
|
33
|
-
81,
|
|
34
|
-
87;
|
|
35
|
-
--salt-color-gray-800-rgb:
|
|
36
|
-
58,
|
|
37
|
-
63,
|
|
38
|
-
68;
|
|
39
|
-
--salt-color-gray-900-rgb:
|
|
40
|
-
41,
|
|
41
|
-
46,
|
|
42
|
-
51;
|
|
43
|
-
--salt-color-black-rgb:
|
|
44
|
-
0,
|
|
45
|
-
0,
|
|
46
|
-
0;
|
|
47
|
-
--salt-color-blue-100-rgb:
|
|
48
|
-
234,
|
|
49
|
-
246,
|
|
50
|
-
255;
|
|
51
|
-
--salt-color-blue-200-rgb:
|
|
52
|
-
192,
|
|
53
|
-
213,
|
|
54
|
-
243;
|
|
55
|
-
--salt-color-blue-300-rgb:
|
|
56
|
-
148,
|
|
57
|
-
180,
|
|
58
|
-
232;
|
|
59
|
-
--salt-color-blue-400-rgb:
|
|
60
|
-
99,
|
|
61
|
-
149,
|
|
62
|
-
219;
|
|
63
|
-
--salt-color-blue-500-rgb:
|
|
64
|
-
0,
|
|
65
|
-
120,
|
|
66
|
-
207;
|
|
67
|
-
--salt-color-blue-600-rgb:
|
|
68
|
-
1,
|
|
69
|
-
97,
|
|
70
|
-
173;
|
|
71
|
-
--salt-color-blue-700-rgb:
|
|
72
|
-
1,
|
|
73
|
-
75,
|
|
74
|
-
140;
|
|
75
|
-
--salt-color-blue-800-rgb:
|
|
76
|
-
1,
|
|
77
|
-
54,
|
|
78
|
-
109;
|
|
79
|
-
--salt-color-blue-900-rgb:
|
|
80
|
-
0,
|
|
81
|
-
34,
|
|
82
|
-
79;
|
|
83
|
-
--salt-color-green-100-rgb:
|
|
84
|
-
234,
|
|
85
|
-
245,
|
|
86
|
-
242;
|
|
87
|
-
--salt-color-green-200-rgb:
|
|
88
|
-
185,
|
|
89
|
-
217,
|
|
90
|
-
203;
|
|
91
|
-
--salt-color-green-300-rgb:
|
|
92
|
-
136,
|
|
93
|
-
190,
|
|
94
|
-
165;
|
|
95
|
-
--salt-color-green-400-rgb:
|
|
96
|
-
84,
|
|
97
|
-
162,
|
|
98
|
-
128;
|
|
99
|
-
--salt-color-green-500-rgb:
|
|
100
|
-
0,
|
|
101
|
-
135,
|
|
102
|
-
93;
|
|
103
|
-
--salt-color-green-600-rgb:
|
|
104
|
-
0,
|
|
105
|
-
113,
|
|
106
|
-
75;
|
|
107
|
-
--salt-color-green-700-rgb:
|
|
108
|
-
0,
|
|
109
|
-
91,
|
|
110
|
-
58;
|
|
111
|
-
--salt-color-green-800-rgb:
|
|
112
|
-
0,
|
|
113
|
-
71,
|
|
114
|
-
42;
|
|
115
|
-
--salt-color-green-900-rgb:
|
|
116
|
-
0,
|
|
117
|
-
51,
|
|
118
|
-
26;
|
|
119
|
-
--salt-color-teal-100-rgb:
|
|
120
|
-
219,
|
|
121
|
-
245,
|
|
122
|
-
247;
|
|
123
|
-
--salt-color-teal-200-rgb:
|
|
124
|
-
177,
|
|
125
|
-
214,
|
|
126
|
-
224;
|
|
127
|
-
--salt-color-teal-300-rgb:
|
|
128
|
-
134,
|
|
129
|
-
184,
|
|
130
|
-
202;
|
|
131
|
-
--salt-color-teal-400-rgb:
|
|
132
|
-
89,
|
|
133
|
-
155,
|
|
134
|
-
180;
|
|
135
|
-
--salt-color-teal-500-rgb:
|
|
136
|
-
27,
|
|
137
|
-
127,
|
|
138
|
-
158;
|
|
139
|
-
--salt-color-teal-600-rgb:
|
|
140
|
-
18,
|
|
141
|
-
102,
|
|
142
|
-
129;
|
|
143
|
-
--salt-color-teal-700-rgb:
|
|
144
|
-
10,
|
|
145
|
-
78,
|
|
146
|
-
102;
|
|
147
|
-
--salt-color-teal-800-rgb:
|
|
148
|
-
3,
|
|
149
|
-
55,
|
|
150
|
-
76;
|
|
151
|
-
--salt-color-teal-900-rgb:
|
|
152
|
-
0,
|
|
153
|
-
34,
|
|
154
|
-
51;
|
|
155
|
-
--salt-color-orange-100-rgb:
|
|
156
|
-
255,
|
|
157
|
-
236,
|
|
158
|
-
217;
|
|
159
|
-
--salt-color-orange-200-rgb:
|
|
160
|
-
244,
|
|
161
|
-
199,
|
|
162
|
-
164;
|
|
163
|
-
--salt-color-orange-300-rgb:
|
|
164
|
-
229,
|
|
165
|
-
162,
|
|
166
|
-
113;
|
|
167
|
-
--salt-color-orange-400-rgb:
|
|
168
|
-
211,
|
|
169
|
-
127,
|
|
170
|
-
64;
|
|
171
|
-
--salt-color-orange-500-rgb:
|
|
172
|
-
189,
|
|
173
|
-
91,
|
|
174
|
-
0;
|
|
175
|
-
--salt-color-orange-600-rgb:
|
|
176
|
-
156,
|
|
177
|
-
75,
|
|
178
|
-
4;
|
|
179
|
-
--salt-color-orange-700-rgb:
|
|
180
|
-
125,
|
|
181
|
-
60,
|
|
182
|
-
5;
|
|
183
|
-
--salt-color-orange-800-rgb:
|
|
184
|
-
94,
|
|
185
|
-
46,
|
|
186
|
-
5;
|
|
187
|
-
--salt-color-orange-900-rgb:
|
|
188
|
-
66,
|
|
189
|
-
32,
|
|
190
|
-
0;
|
|
191
|
-
--salt-color-red-100-rgb:
|
|
192
|
-
255,
|
|
193
|
-
236,
|
|
194
|
-
234;
|
|
195
|
-
--salt-color-red-200-rgb:
|
|
196
|
-
255,
|
|
197
|
-
193,
|
|
198
|
-
186;
|
|
199
|
-
--salt-color-red-300-rgb:
|
|
200
|
-
253,
|
|
201
|
-
148,
|
|
202
|
-
139;
|
|
203
|
-
--salt-color-red-400-rgb:
|
|
204
|
-
243,
|
|
205
|
-
100,
|
|
206
|
-
94;
|
|
207
|
-
--salt-color-red-500-rgb:
|
|
208
|
-
229,
|
|
209
|
-
33,
|
|
210
|
-
53;
|
|
211
|
-
--salt-color-red-600-rgb:
|
|
212
|
-
193,
|
|
213
|
-
23,
|
|
214
|
-
41;
|
|
215
|
-
--salt-color-red-700-rgb:
|
|
216
|
-
159,
|
|
217
|
-
14,
|
|
218
|
-
29;
|
|
219
|
-
--salt-color-red-800-rgb:
|
|
220
|
-
125,
|
|
221
|
-
5,
|
|
222
|
-
18;
|
|
223
|
-
--salt-color-red-900-rgb:
|
|
224
|
-
94,
|
|
225
|
-
0,
|
|
226
|
-
3;
|
|
227
|
-
--salt-color-purple-100-rgb:
|
|
228
|
-
246,
|
|
229
|
-
240,
|
|
230
|
-
250;
|
|
231
|
-
--salt-color-purple-200-rgb:
|
|
232
|
-
226,
|
|
233
|
-
202,
|
|
234
|
-
231;
|
|
235
|
-
--salt-color-purple-300-rgb:
|
|
236
|
-
205,
|
|
237
|
-
165,
|
|
238
|
-
211;
|
|
239
|
-
--salt-color-purple-400-rgb:
|
|
240
|
-
184,
|
|
241
|
-
128,
|
|
242
|
-
192;
|
|
243
|
-
--salt-color-purple-500-rgb:
|
|
244
|
-
162,
|
|
245
|
-
91,
|
|
246
|
-
173;
|
|
247
|
-
--salt-color-purple-600-rgb:
|
|
248
|
-
137,
|
|
249
|
-
75,
|
|
250
|
-
146;
|
|
251
|
-
--salt-color-purple-700-rgb:
|
|
252
|
-
112,
|
|
253
|
-
60,
|
|
254
|
-
120;
|
|
255
|
-
--salt-color-purple-800-rgb:
|
|
256
|
-
89,
|
|
257
|
-
45,
|
|
258
|
-
95;
|
|
259
|
-
--salt-color-purple-900-rgb:
|
|
260
|
-
66,
|
|
261
|
-
31,
|
|
262
|
-
71;
|
|
263
|
-
--salt-color-background-snow-rgb:
|
|
264
|
-
255,
|
|
265
|
-
255,
|
|
266
|
-
255;
|
|
267
|
-
--salt-color-background-marble-rgb:
|
|
268
|
-
245,
|
|
269
|
-
247,
|
|
270
|
-
248;
|
|
271
|
-
--salt-color-background-limestone-rgb:
|
|
272
|
-
250,
|
|
273
|
-
248,
|
|
274
|
-
242;
|
|
275
|
-
--salt-color-background-gradientlight-rgb:
|
|
276
|
-
226,
|
|
277
|
-
228,
|
|
278
|
-
229;
|
|
279
|
-
--salt-color-background-jet-rgb:
|
|
280
|
-
16,
|
|
281
|
-
24,
|
|
282
|
-
32;
|
|
283
|
-
--salt-color-background-granite-rgb:
|
|
284
|
-
26,
|
|
285
|
-
34,
|
|
286
|
-
41;
|
|
287
|
-
--salt-color-background-leather-rgb:
|
|
288
|
-
38,
|
|
289
|
-
41,
|
|
290
|
-
43;
|
|
291
|
-
--salt-color-logo-brown-rgb:
|
|
292
|
-
58,
|
|
293
|
-
34,
|
|
294
|
-
6;
|
|
295
|
-
--salt-color-white: rgb(var(--salt-color-white-rgb));
|
|
296
|
-
--salt-color-gray-100: rgb(var(--salt-color-gray-100-rgb));
|
|
297
|
-
--salt-color-gray-200: rgb(var(--salt-color-gray-200-rgb));
|
|
298
|
-
--salt-color-gray-300: rgb(var(--salt-color-gray-300-rgb));
|
|
299
|
-
--salt-color-gray-400: rgb(var(--salt-color-gray-400-rgb));
|
|
300
|
-
--salt-color-gray-500: rgb(var(--salt-color-gray-500-rgb));
|
|
301
|
-
--salt-color-gray-600: rgb(var(--salt-color-gray-600-rgb));
|
|
302
|
-
--salt-color-gray-700: rgb(var(--salt-color-gray-700-rgb));
|
|
303
|
-
--salt-color-gray-800: rgb(var(--salt-color-gray-800-rgb));
|
|
304
|
-
--salt-color-gray-900: rgb(var(--salt-color-gray-900-rgb));
|
|
305
|
-
--salt-color-black: rgb(var(--salt-color-black-rgb));
|
|
306
|
-
--salt-color-blue-100: rgb(var(--salt-color-blue-100-rgb));
|
|
307
|
-
--salt-color-blue-200: rgb(var(--salt-color-blue-200-rgb));
|
|
308
|
-
--salt-color-blue-300: rgb(var(--salt-color-blue-300-rgb));
|
|
309
|
-
--salt-color-blue-400: rgb(var(--salt-color-blue-400-rgb));
|
|
310
|
-
--salt-color-blue-500: rgb(var(--salt-color-blue-500-rgb));
|
|
311
|
-
--salt-color-blue-600: rgb(var(--salt-color-blue-600-rgb));
|
|
312
|
-
--salt-color-blue-700: rgb(var(--salt-color-blue-700-rgb));
|
|
313
|
-
--salt-color-blue-800: rgb(var(--salt-color-blue-800-rgb));
|
|
314
|
-
--salt-color-blue-900: rgb(var(--salt-color-blue-900-rgb));
|
|
315
|
-
--salt-color-green-100: rgb(var(--salt-color-green-100-rgb));
|
|
316
|
-
--salt-color-green-200: rgb(var(--salt-color-green-200-rgb));
|
|
317
|
-
--salt-color-green-300: rgb(var(--salt-color-green-300-rgb));
|
|
318
|
-
--salt-color-green-400: rgb(var(--salt-color-green-400-rgb));
|
|
319
|
-
--salt-color-green-500: rgb(var(--salt-color-green-500-rgb));
|
|
320
|
-
--salt-color-green-600: rgb(var(--salt-color-green-600-rgb));
|
|
321
|
-
--salt-color-green-700: rgb(var(--salt-color-green-700-rgb));
|
|
322
|
-
--salt-color-green-800: rgb(var(--salt-color-green-800-rgb));
|
|
323
|
-
--salt-color-green-900: rgb(var(--salt-color-green-900-rgb));
|
|
324
|
-
--salt-color-teal-100: rgb(var(--salt-color-teal-100-rgb));
|
|
325
|
-
--salt-color-teal-200: rgb(var(--salt-color-teal-200-rgb));
|
|
326
|
-
--salt-color-teal-300: rgb(var(--salt-color-teal-300-rgb));
|
|
327
|
-
--salt-color-teal-400: rgb(var(--salt-color-teal-400-rgb));
|
|
328
|
-
--salt-color-teal-500: rgb(var(--salt-color-teal-500-rgb));
|
|
329
|
-
--salt-color-teal-600: rgb(var(--salt-color-teal-600-rgb));
|
|
330
|
-
--salt-color-teal-700: rgb(var(--salt-color-teal-700-rgb));
|
|
331
|
-
--salt-color-teal-800: rgb(var(--salt-color-teal-800-rgb));
|
|
332
|
-
--salt-color-teal-900: rgb(var(--salt-color-teal-900-rgb));
|
|
333
|
-
--salt-color-orange-100: rgb(var(--salt-color-orange-100-rgb));
|
|
334
|
-
--salt-color-orange-200: rgb(var(--salt-color-orange-200-rgb));
|
|
335
|
-
--salt-color-orange-300: rgb(var(--salt-color-orange-300-rgb));
|
|
336
|
-
--salt-color-orange-400: rgb(var(--salt-color-orange-400-rgb));
|
|
337
|
-
--salt-color-orange-500: rgb(var(--salt-color-orange-500-rgb));
|
|
338
|
-
--salt-color-orange-600: rgb(var(--salt-color-orange-600-rgb));
|
|
339
|
-
--salt-color-orange-700: rgb(var(--salt-color-orange-700-rgb));
|
|
340
|
-
--salt-color-orange-800: rgb(var(--salt-color-orange-800-rgb));
|
|
341
|
-
--salt-color-orange-900: rgb(var(--salt-color-orange-900-rgb));
|
|
342
|
-
--salt-color-red-100: rgb(var(--salt-color-red-100-rgb));
|
|
343
|
-
--salt-color-red-200: rgb(var(--salt-color-red-200-rgb));
|
|
344
|
-
--salt-color-red-300: rgb(var(--salt-color-red-300-rgb));
|
|
345
|
-
--salt-color-red-400: rgb(var(--salt-color-red-400-rgb));
|
|
346
|
-
--salt-color-red-500: rgb(var(--salt-color-red-500-rgb));
|
|
347
|
-
--salt-color-red-600: rgb(var(--salt-color-red-600-rgb));
|
|
348
|
-
--salt-color-red-700: rgb(var(--salt-color-red-700-rgb));
|
|
349
|
-
--salt-color-red-800: rgb(var(--salt-color-red-800-rgb));
|
|
350
|
-
--salt-color-red-900: rgb(var(--salt-color-red-900-rgb));
|
|
351
|
-
--salt-color-purple-100: rgb(var(--salt-color-purple-100-rgb));
|
|
352
|
-
--salt-color-purple-200: rgb(var(--salt-color-purple-200-rgb));
|
|
353
|
-
--salt-color-purple-300: rgb(var(--salt-color-purple-300-rgb));
|
|
354
|
-
--salt-color-purple-400: rgb(var(--salt-color-purple-400-rgb));
|
|
355
|
-
--salt-color-purple-500: rgb(var(--salt-color-purple-500-rgb));
|
|
356
|
-
--salt-color-purple-600: rgb(var(--salt-color-purple-600-rgb));
|
|
357
|
-
--salt-color-purple-700: rgb(var(--salt-color-purple-700-rgb));
|
|
358
|
-
--salt-color-purple-800: rgb(var(--salt-color-purple-800-rgb));
|
|
359
|
-
--salt-color-purple-900: rgb(var(--salt-color-purple-900-rgb));
|
|
360
|
-
--salt-color-background-snow: rgb(var(--salt-color-background-snow-rgb));
|
|
361
|
-
--salt-color-background-marble: rgb(var(--salt-color-background-marble-rgb));
|
|
362
|
-
--salt-color-background-limestone: rgb(var(--salt-color-background-limestone-rgb));
|
|
363
|
-
--salt-color-background-gradientlight: rgb(var(--salt-color-background-gradientlight-rgb));
|
|
364
|
-
--salt-color-background-jet: rgb(var(--salt-color-background-jet-rgb));
|
|
365
|
-
--salt-color-background-granite: rgb(var(--salt-color-background-granite-rgb));
|
|
366
|
-
--salt-color-background-leather: rgb(var(--salt-color-background-leather-rgb));
|
|
367
|
-
--salt-color-logo-brown: rgb(var(--salt-color-logo-brown-rgb));
|
|
368
|
-
}
|
|
369
|
-
|
|
370
1
|
/* css/foundations/curve-next.css */
|
|
371
2
|
.salt-density-high {
|
|
372
3
|
--salt-curve-0: 0;
|
|
@@ -397,93 +28,6 @@
|
|
|
397
28
|
--salt-curve-999: 999px;
|
|
398
29
|
}
|
|
399
30
|
|
|
400
|
-
/* css/foundations/fade-next.css */
|
|
401
|
-
.salt-theme.salt-theme-next {
|
|
402
|
-
--salt-color-white-20a: rgba(var(--salt-color-white-rgb), 0.2);
|
|
403
|
-
--salt-color-white-30a: rgba(var(--salt-color-white-rgb), 0.3);
|
|
404
|
-
--salt-color-white-40a: rgba(var(--salt-color-white-rgb), 0.4);
|
|
405
|
-
--salt-color-white-70a: rgba(var(--salt-color-white-rgb), 0.7);
|
|
406
|
-
--salt-color-black-20a: rgba(var(--salt-color-black-rgb), 0.2);
|
|
407
|
-
--salt-color-black-30a: rgba(var(--salt-color-black-rgb), 0.3);
|
|
408
|
-
--salt-color-black-40a: rgba(var(--salt-color-black-rgb), 0.4);
|
|
409
|
-
--salt-color-black-70a: rgba(var(--salt-color-black-rgb), 0.7);
|
|
410
|
-
--salt-color-gray-300-10a: rgba(var(--salt-color-gray-300-rgb), 0.1);
|
|
411
|
-
--salt-color-gray-300-40a: rgba(var(--salt-color-gray-300-rgb), 0.4);
|
|
412
|
-
--salt-color-gray-400-40a: rgba(var(--salt-color-gray-400-rgb), 0.4);
|
|
413
|
-
--salt-color-gray-500-10a: rgba(var(--salt-color-gray-500-rgb), 0.1);
|
|
414
|
-
--salt-color-gray-500-40a: rgba(var(--salt-color-gray-500-rgb), 0.4);
|
|
415
|
-
--salt-color-gray-600-40a: rgba(var(--salt-color-gray-600-rgb), 0.4);
|
|
416
|
-
--salt-color-gray-700-10a: rgba(var(--salt-color-gray-700-rgb), 0.1);
|
|
417
|
-
--salt-color-gray-700-40a: rgba(var(--salt-color-gray-700-rgb), 0.4);
|
|
418
|
-
--salt-color-blue-200-40a: rgba(var(--salt-color-blue-200-rgb), 0.4);
|
|
419
|
-
--salt-color-blue-300-40a: rgba(var(--salt-color-blue-300-rgb), 0.4);
|
|
420
|
-
--salt-color-blue-400-40a: rgba(var(--salt-color-blue-400-rgb), 0.4);
|
|
421
|
-
--salt-color-blue-500-40a: rgba(var(--salt-color-blue-500-rgb), 0.4);
|
|
422
|
-
--salt-color-blue-600-40a: rgba(var(--salt-color-blue-600-rgb), 0.4);
|
|
423
|
-
--salt-color-blue-700-40a: rgba(var(--salt-color-blue-700-rgb), 0.4);
|
|
424
|
-
--salt-color-blue-800-40a: rgba(var(--salt-color-blue-800-rgb), 0.4);
|
|
425
|
-
--salt-color-background-snow-40a: rgba(var(--salt-color-background-snow-rgb), 0.4);
|
|
426
|
-
--salt-color-background-marble-40a: rgba(var(--salt-color-background-marble-rgb), 0.4);
|
|
427
|
-
--salt-color-background-limestone-40a: rgba(var(--salt-color-background-limestone-rgb), 0.4);
|
|
428
|
-
--salt-color-background-granite-40a: rgba(var(--salt-color-background-granite-rgb), 0.4);
|
|
429
|
-
--salt-color-background-jet-40a: rgba(var(--salt-color-background-jet-rgb), 0.4);
|
|
430
|
-
--salt-color-background-leather-40a: rgba(var(--salt-color-background-leather-rgb), 0.4);
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/* css/palette/accent-next.css */
|
|
434
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
435
|
-
--salt-palette-accent: var(--salt-color-blue-500);
|
|
436
|
-
--salt-palette-accent-disabled: var(--salt-color-blue-500-40a);
|
|
437
|
-
--salt-palette-accent-strong: var(--salt-color-blue-600);
|
|
438
|
-
--salt-palette-accent-strong-disabled: var(--salt-color-blue-600-40a);
|
|
439
|
-
--salt-palette-accent-stronger: var(--salt-color-blue-700);
|
|
440
|
-
--salt-palette-accent-stronger-disabled: var(--salt-color-blue-700-40a);
|
|
441
|
-
--salt-palette-accent-strongest: var(--salt-color-blue-800);
|
|
442
|
-
--salt-palette-accent-weak: var(--salt-color-blue-400);
|
|
443
|
-
--salt-palette-accent-weaker: var(--salt-color-blue-200);
|
|
444
|
-
--salt-palette-accent-weaker-disabled: var(--salt-color-blue-200-40a);
|
|
445
|
-
--salt-palette-accent-weakest: var(--salt-color-blue-100);
|
|
446
|
-
--salt-palette-accent-action: var(--salt-color-blue-500);
|
|
447
|
-
--salt-palette-accent-action-active: var(--salt-color-blue-600);
|
|
448
|
-
}
|
|
449
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
450
|
-
--salt-palette-accent: var(--salt-color-blue-500);
|
|
451
|
-
--salt-palette-accent-disabled: var(--salt-color-blue-500-40a);
|
|
452
|
-
--salt-palette-accent-strong: var(--salt-color-blue-400);
|
|
453
|
-
--salt-palette-accent-strong-disabled: var(--salt-color-blue-400-40a);
|
|
454
|
-
--salt-palette-accent-stronger: var(--salt-color-blue-300);
|
|
455
|
-
--salt-palette-accent-stronger-disabled: var(--salt-color-blue-300-40a);
|
|
456
|
-
--salt-palette-accent-strongest: var(--salt-color-blue-200);
|
|
457
|
-
--salt-palette-accent-weak: var(--salt-color-blue-600);
|
|
458
|
-
--salt-palette-accent-weaker: var(--salt-color-blue-800);
|
|
459
|
-
--salt-palette-accent-weaker-disabled: var(--salt-color-blue-800-40a);
|
|
460
|
-
--salt-palette-accent-weakest: var(--salt-color-blue-900);
|
|
461
|
-
--salt-palette-accent-action: var(--salt-color-blue-500);
|
|
462
|
-
--salt-palette-accent-action-active: var(--salt-color-blue-600);
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
/* css/palette/background-next.css */
|
|
466
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
467
|
-
--salt-palette-background-backdrop: var(--salt-color-white-70a);
|
|
468
|
-
--salt-palette-background-primary: var(--salt-color-background-snow);
|
|
469
|
-
--salt-palette-background-primary-disabled: var(--salt-color-background-snow-40a);
|
|
470
|
-
--salt-palette-background-secondary: var(--salt-color-background-marble);
|
|
471
|
-
--salt-palette-background-secondary-disabled: var(--salt-color-background-marble-40a);
|
|
472
|
-
--salt-palette-background-tertiary: var(--salt-color-background-limestone);
|
|
473
|
-
--salt-palette-background-tertiary-disabled: var(--salt-color-background-limestone-40a);
|
|
474
|
-
--salt-palette-background-none: transparent;
|
|
475
|
-
}
|
|
476
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
477
|
-
--salt-palette-background-backdrop: var(--salt-color-black-70a);
|
|
478
|
-
--salt-palette-background-primary: var(--salt-color-background-jet);
|
|
479
|
-
--salt-palette-background-primary-disabled: var(--salt-color-background-jet-40a);
|
|
480
|
-
--salt-palette-background-secondary: var(--salt-color-background-granite);
|
|
481
|
-
--salt-palette-background-secondary-disabled: var(--salt-color-background-granite-40a);
|
|
482
|
-
--salt-palette-background-tertiary: var(--salt-color-background-leather);
|
|
483
|
-
--salt-palette-background-tertiary-disabled: var(--salt-color-background-leather-40a);
|
|
484
|
-
--salt-palette-background-none: transparent;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
31
|
/* css/palette/corner-next.css */
|
|
488
32
|
.salt-theme-next[data-corner=rounded] {
|
|
489
33
|
--salt-palette-corner-weaker: var(--salt-curve-50);
|
|
@@ -498,265 +42,12 @@
|
|
|
498
42
|
--salt-palette-corner-strongest: var(--salt-curve-999);
|
|
499
43
|
}
|
|
500
44
|
|
|
501
|
-
/* css/palette/
|
|
502
|
-
.salt-theme.salt-theme
|
|
503
|
-
--salt-palette-
|
|
504
|
-
--salt-palette-foreground-hover: var(--salt-color-blue-600);
|
|
505
|
-
--salt-palette-foreground-primary: var(--salt-color-black);
|
|
506
|
-
--salt-palette-foreground-primary-disabled: var(--salt-color-black-40a);
|
|
507
|
-
--salt-palette-foreground-primary-alt: var(--salt-color-white);
|
|
508
|
-
--salt-palette-foreground-primary-alt-disabled: var(--salt-color-white-40a);
|
|
509
|
-
--salt-palette-foreground-secondary: var(--salt-color-gray-600);
|
|
510
|
-
--salt-palette-foreground-secondary-disabled: var(--salt-color-gray-600-40a);
|
|
511
|
-
--salt-palette-foreground-visited: var(--salt-color-purple-800);
|
|
512
|
-
}
|
|
513
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
514
|
-
--salt-palette-foreground-active: var(--salt-color-blue-300);
|
|
515
|
-
--salt-palette-foreground-hover: var(--salt-color-blue-400);
|
|
516
|
-
--salt-palette-foreground-primary: var(--salt-color-white);
|
|
517
|
-
--salt-palette-foreground-primary-disabled: var(--salt-color-white-40a);
|
|
518
|
-
--salt-palette-foreground-primary-alt: var(--salt-color-white);
|
|
519
|
-
--salt-palette-foreground-primary-alt-disabled: var(--salt-color-white-40a);
|
|
520
|
-
--salt-palette-foreground-secondary: var(--salt-color-gray-400);
|
|
521
|
-
--salt-palette-foreground-secondary-disabled: var(--salt-color-gray-400-40a);
|
|
522
|
-
--salt-palette-foreground-visited: var(--salt-color-purple-200);
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
/* css/palette/info-next.css */
|
|
526
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
527
|
-
--salt-palette-info: var(--salt-color-blue-500);
|
|
528
|
-
--salt-palette-info-weak: var(--salt-color-blue-100);
|
|
529
|
-
}
|
|
530
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
531
|
-
--salt-palette-info: var(--salt-color-blue-500);
|
|
532
|
-
--salt-palette-info-weak: var(--salt-color-blue-900);
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
/* css/palette/negative-next.css */
|
|
536
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
537
|
-
--salt-palette-negative: var(--salt-color-red-500);
|
|
538
|
-
--salt-palette-negative-weak: var(--salt-color-red-100);
|
|
539
|
-
}
|
|
540
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
541
|
-
--salt-palette-negative: var(--salt-color-red-500);
|
|
542
|
-
--salt-palette-negative-weak: var(--salt-color-red-900);
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
/* css/palette/neutral-next.css */
|
|
546
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
547
|
-
--salt-palette-neutral: var(--salt-color-gray-500);
|
|
548
|
-
--salt-palette-neutral-disabled: var(--salt-color-gray-500-40a);
|
|
549
|
-
--salt-palette-neutral-readonly: var(--salt-color-gray-500-10a);
|
|
550
|
-
--salt-palette-neutral-strong: var(--salt-color-gray-600);
|
|
551
|
-
--salt-palette-neutral-strong-disabled: var(--salt-color-gray-600-40a);
|
|
552
|
-
--salt-palette-neutral-stronger-primary: var(--salt-color-black-40a);
|
|
553
|
-
--salt-palette-neutral-stronger-secondary: var(--salt-color-black-30a);
|
|
554
|
-
--salt-palette-neutral-stronger-tertiary: var(--salt-color-black-20a);
|
|
555
|
-
--salt-palette-neutral-strongest: var(--salt-color-gray-800);
|
|
556
|
-
--salt-palette-neutral-weak: var(--salt-color-gray-400);
|
|
557
|
-
--salt-palette-neutral-weak-disabled: var(--salt-color-gray-400-40a);
|
|
558
|
-
--salt-palette-neutral-weaker: var(--salt-color-gray-300);
|
|
559
|
-
--salt-palette-neutral-weaker-disabled: var(--salt-color-gray-300-40a);
|
|
560
|
-
--salt-palette-neutral-weaker-readonly: var(--salt-color-gray-300-10a);
|
|
561
|
-
--salt-palette-neutral-weakest: var(--salt-color-gray-200);
|
|
562
|
-
--salt-palette-neutral-action: var(--salt-color-gray-500);
|
|
563
|
-
--salt-palette-neutral-action-active: var(--salt-color-gray-600);
|
|
564
|
-
}
|
|
565
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
566
|
-
--salt-palette-neutral: var(--salt-color-gray-500);
|
|
567
|
-
--salt-palette-neutral-disabled: var(--salt-color-gray-500-40a);
|
|
568
|
-
--salt-palette-neutral-readonly: var(--salt-color-gray-500-10a);
|
|
569
|
-
--salt-palette-neutral-strong: var(--salt-color-gray-400);
|
|
570
|
-
--salt-palette-neutral-strong-disabled: var(--salt-color-gray-400-40a);
|
|
571
|
-
--salt-palette-neutral-stronger-primary: var(--salt-color-white-40a);
|
|
572
|
-
--salt-palette-neutral-stronger-secondary: var(--salt-color-white-30a);
|
|
573
|
-
--salt-palette-neutral-stronger-tertiary: var(--salt-color-white-20a);
|
|
574
|
-
--salt-palette-neutral-strongest: var(--salt-color-gray-200);
|
|
575
|
-
--salt-palette-neutral-weak: var(--salt-color-gray-600);
|
|
576
|
-
--salt-palette-neutral-weak-disabled: var(--salt-color-gray-600-40a);
|
|
577
|
-
--salt-palette-neutral-weaker: var(--salt-color-gray-700);
|
|
578
|
-
--salt-palette-neutral-weaker-disabled: var(--salt-color-gray-700-40a);
|
|
579
|
-
--salt-palette-neutral-weaker-readonly: var(--salt-color-gray-700-10a);
|
|
580
|
-
--salt-palette-neutral-weakest: var(--salt-color-gray-800);
|
|
581
|
-
--salt-palette-neutral-action: var(--salt-color-gray-500);
|
|
582
|
-
--salt-palette-neutral-action-active: var(--salt-color-gray-600);
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/* css/palette/positive-next.css */
|
|
586
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
587
|
-
--salt-palette-positive: var(--salt-color-green-500);
|
|
588
|
-
--salt-palette-positive-weak: var(--salt-color-green-100);
|
|
589
|
-
}
|
|
590
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
591
|
-
--salt-palette-positive: var(--salt-color-green-500);
|
|
592
|
-
--salt-palette-positive-weak: var(--salt-color-green-900);
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
/* css/palette/warning-next.css */
|
|
596
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
597
|
-
--salt-palette-warning: var(--salt-color-orange-500);
|
|
598
|
-
--salt-palette-warning-weak: var(--salt-color-orange-100);
|
|
599
|
-
}
|
|
600
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
601
|
-
--salt-palette-warning: var(--salt-color-orange-500);
|
|
602
|
-
--salt-palette-warning-weak: var(--salt-color-orange-900);
|
|
45
|
+
/* css/palette/text-next.css */
|
|
46
|
+
.salt-theme-next.salt-theme[data-heading-font="Open Sans"] {
|
|
47
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
603
48
|
}
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
.salt-theme.salt-theme-next {
|
|
607
|
-
--salt-accent-background: var(--salt-palette-accent);
|
|
608
|
-
--salt-accent-borderColor: var(--salt-palette-accent);
|
|
609
|
-
--salt-accent-foreground: var(--salt-palette-foreground-primary-alt);
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
/* css/characteristics/actionable-next.css */
|
|
613
|
-
.salt-theme.salt-theme-next {
|
|
614
|
-
--salt-actionable-cta-foreground: var(--salt-palette-foreground-primary-alt);
|
|
615
|
-
--salt-actionable-cta-foreground-hover: var(--salt-palette-foreground-primary-alt);
|
|
616
|
-
--salt-actionable-cta-foreground-active: var(--salt-palette-foreground-primary-alt);
|
|
617
|
-
--salt-actionable-cta-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
|
|
618
|
-
--salt-actionable-cta-background: var(--salt-palette-accent-action);
|
|
619
|
-
--salt-actionable-cta-background-hover: var(--salt-palette-accent-weak);
|
|
620
|
-
--salt-actionable-cta-background-active: var(--salt-palette-accent-strong);
|
|
621
|
-
--salt-actionable-cta-background-disabled: var(--salt-palette-accent-disabled);
|
|
622
|
-
--salt-actionable-primary-foreground: var(--salt-palette-foreground-primary-alt);
|
|
623
|
-
--salt-actionable-primary-foreground-hover: var(--salt-palette-foreground-primary-alt);
|
|
624
|
-
--salt-actionable-primary-foreground-active: var(--salt-palette-foreground-primary-alt);
|
|
625
|
-
--salt-actionable-primary-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
|
|
626
|
-
--salt-actionable-primary-background: var(--salt-palette-neutral);
|
|
627
|
-
--salt-actionable-primary-background-hover: var(--salt-palette-neutral-weak);
|
|
628
|
-
--salt-actionable-primary-background-active: var(--salt-palette-neutral-action-active);
|
|
629
|
-
--salt-actionable-primary-background-disabled: var(--salt-palette-neutral-weak-disabled);
|
|
630
|
-
--salt-actionable-secondary-foreground: var(--salt-palette-foreground-primary);
|
|
631
|
-
--salt-actionable-secondary-foreground-hover: var(--salt-palette-foreground-primary-alt);
|
|
632
|
-
--salt-actionable-secondary-foreground-active: var(--salt-palette-foreground-primary-alt);
|
|
633
|
-
--salt-actionable-secondary-foreground-disabled: var(--salt-palette-foreground-primary-disabled);
|
|
634
|
-
--salt-actionable-secondary-background: var(--salt-palette-background-none);
|
|
635
|
-
--salt-actionable-secondary-background-hover: var(--salt-palette-neutral-weak);
|
|
636
|
-
--salt-actionable-secondary-background-active: var(--salt-palette-neutral-action-active);
|
|
637
|
-
--salt-actionable-secondary-background-disabled: var(--salt-palette-background-none);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
/* css/characteristics/container-next.css */
|
|
641
|
-
.salt-theme.salt-theme-next {
|
|
642
|
-
--salt-container-primary-background: var(--salt-palette-background-primary);
|
|
643
|
-
--salt-container-primary-background-disabled: var(--salt-palette-background-primary-disabled);
|
|
644
|
-
--salt-container-primary-borderColor: var(--salt-palette-neutral-weaker);
|
|
645
|
-
--salt-container-primary-borderColor-disabled: var(--salt-palette-neutral-weaker-disabled);
|
|
646
|
-
--salt-container-secondary-background: var(--salt-palette-background-secondary);
|
|
647
|
-
--salt-container-secondary-background-disabled: var(--salt-palette-background-secondary-disabled);
|
|
648
|
-
--salt-container-secondary-borderColor: var(--salt-palette-neutral-weaker);
|
|
649
|
-
--salt-container-secondary-borderColor-disabled: var(--salt-palette-neutral-weaker-disabled);
|
|
650
|
-
--salt-container-tertiary-background: var(--salt-palette-background-tertiary);
|
|
651
|
-
--salt-container-tertiary-background-disabled: var(--salt-palette-background-tertiary-disabled);
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
/* css/characteristics/content-next.css */
|
|
655
|
-
.salt-theme.salt-theme-next {
|
|
656
|
-
--salt-content-primary-foreground: var(--salt-palette-foreground-primary);
|
|
657
|
-
--salt-content-primary-foreground-disabled: var(--salt-palette-foreground-primary-disabled);
|
|
658
|
-
--salt-content-secondary-foreground: var(--salt-palette-foreground-secondary);
|
|
659
|
-
--salt-content-secondary-foreground-disabled: var(--salt-palette-foreground-secondary-disabled);
|
|
660
|
-
--salt-content-foreground-hover: var(--salt-palette-foreground-hover);
|
|
661
|
-
--salt-content-foreground-active: var(--salt-palette-foreground-active);
|
|
662
|
-
--salt-content-foreground-visited: var(--salt-palette-foreground-visited);
|
|
663
|
-
--salt-content-foreground-highlight: var(--salt-palette-accent-weaker);
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/* css/characteristics/editable-next.css */
|
|
667
|
-
.salt-theme.salt-theme-next {
|
|
668
|
-
--salt-editable-borderColor: var(--salt-palette-neutral);
|
|
669
|
-
--salt-editable-borderColor-active: var(--salt-palette-accent-stronger);
|
|
670
|
-
--salt-editable-borderColor-disabled: var(--salt-palette-neutral-disabled);
|
|
671
|
-
--salt-editable-borderColor-hover: var(--salt-palette-accent);
|
|
672
|
-
--salt-editable-borderColor-readonly: var(--salt-palette-neutral-readonly);
|
|
673
|
-
--salt-editable-primary-background: var(--salt-palette-background-primary);
|
|
674
|
-
--salt-editable-primary-background-active: var(--salt-palette-background-primary);
|
|
675
|
-
--salt-editable-primary-background-disabled: var(--salt-palette-background-primary-disabled);
|
|
676
|
-
--salt-editable-primary-background-hover: var(--salt-palette-background-primary);
|
|
677
|
-
--salt-editable-primary-background-readonly: var(--salt-palette-background-none);
|
|
678
|
-
--salt-editable-secondary-background: var(--salt-palette-background-secondary);
|
|
679
|
-
--salt-editable-secondary-background-active: var(--salt-palette-background-secondary);
|
|
680
|
-
--salt-editable-secondary-background-disabled: var(--salt-palette-background-secondary-disabled);
|
|
681
|
-
--salt-editable-secondary-background-hover: var(--salt-palette-background-secondary);
|
|
682
|
-
--salt-editable-secondary-background-readonly: var(--salt-palette-background-none);
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
/* css/characteristics/focused-next.css */
|
|
686
|
-
.salt-theme.salt-theme-next {
|
|
687
|
-
--salt-focused-outlineColor: var(--salt-palette-accent-stronger);
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
/* css/characteristics/navigable-next.css */
|
|
691
|
-
.salt-theme.salt-theme-next {
|
|
692
|
-
--salt-navigable-indicator-hover: var(--salt-palette-neutral);
|
|
693
|
-
--salt-navigable-indicator-active: var(--salt-palette-accent);
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
/* css/characteristics/overlayable-next.css */
|
|
697
|
-
.salt-theme.salt-theme-next {
|
|
698
|
-
--salt-overlayable-background: var(--salt-palette-background-backdrop);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
/* css/characteristics/selectable-next.css */
|
|
702
|
-
.salt-theme.salt-theme-next {
|
|
703
|
-
--salt-selectable-borderColor: var(--salt-palette-neutral);
|
|
704
|
-
--salt-selectable-borderColor-hover: var(--salt-palette-accent-weak);
|
|
705
|
-
--salt-selectable-borderColor-selected: var(--salt-palette-accent);
|
|
706
|
-
--salt-selectable-borderColor-selectedDisabled: var(--salt-palette-accent-disabled);
|
|
707
|
-
--salt-selectable-borderColor-disabled: var(--salt-palette-neutral-disabled);
|
|
708
|
-
--salt-selectable-borderColor-readonly: var(--salt-palette-neutral-readonly);
|
|
709
|
-
--salt-selectable-foreground: var(--salt-palette-neutral-strong);
|
|
710
|
-
--salt-selectable-foreground-disabled: var(--salt-palette-neutral-strong-disabled);
|
|
711
|
-
--salt-selectable-foreground-hover: var(--salt-palette-accent-weak);
|
|
712
|
-
--salt-selectable-foreground-selected: var(--salt-palette-accent);
|
|
713
|
-
--salt-selectable-foreground-selectedDisabled: var(--salt-palette-accent-disabled);
|
|
714
|
-
--salt-selectable-background: var(--salt-palette-background-none);
|
|
715
|
-
--salt-selectable-background-hover: var(--salt-palette-accent-weakest);
|
|
716
|
-
--salt-selectable-background-selected: var(--salt-palette-accent-weaker);
|
|
717
|
-
--salt-selectable-background-blurSelected: var(--salt-palette-neutral-weakest);
|
|
718
|
-
--salt-selectable-background-disabled: var(--salt-palette-background-none);
|
|
719
|
-
--salt-selectable-background-selectedDisabled: var(--salt-palette-accent-weaker-disabled);
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
/* css/characteristics/separable-next.css */
|
|
723
|
-
.salt-theme.salt-theme-next {
|
|
724
|
-
--salt-separable-primary-borderColor: var(--salt-palette-neutral-stronger-primary);
|
|
725
|
-
--salt-separable-secondary-borderColor: var(--salt-palette-neutral-stronger-secondary);
|
|
726
|
-
--salt-separable-tertiary-borderColor: var(--salt-palette-neutral-stronger-tertiary);
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
/* css/characteristics/status-next.css */
|
|
730
|
-
.salt-theme.salt-theme-next {
|
|
731
|
-
--salt-status-info-foreground: var(--salt-palette-accent);
|
|
732
|
-
--salt-status-success-foreground: var(--salt-palette-positive);
|
|
733
|
-
--salt-status-warning-foreground: var(--salt-palette-warning);
|
|
734
|
-
--salt-status-error-foreground: var(--salt-palette-negative);
|
|
735
|
-
--salt-status-static-foreground: var(--salt-palette-foreground-secondary);
|
|
736
|
-
--salt-status-negative-foreground: var(--salt-palette-negative);
|
|
737
|
-
--salt-status-positive-foreground: var(--salt-palette-positive);
|
|
738
|
-
--salt-status-info-borderColor: var(--salt-palette-accent);
|
|
739
|
-
--salt-status-success-borderColor: var(--salt-palette-positive);
|
|
740
|
-
--salt-status-warning-borderColor: var(--salt-palette-warning);
|
|
741
|
-
--salt-status-error-borderColor: var(--salt-palette-negative);
|
|
742
|
-
--salt-status-info-background: var(--salt-palette-accent-weakest);
|
|
743
|
-
--salt-status-success-background: var(--salt-palette-positive-weak);
|
|
744
|
-
--salt-status-warning-background: var(--salt-palette-warning-weak);
|
|
745
|
-
--salt-status-error-background: var(--salt-palette-negative-weak);
|
|
746
|
-
--salt-status-success-background-selected: var(--salt-palette-positive-weak);
|
|
747
|
-
--salt-status-warning-background-selected: var(--salt-palette-warning-weak);
|
|
748
|
-
--salt-status-error-background-selected: var(--salt-palette-negative-weak);
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
/* css/characteristics/target-next.css */
|
|
752
|
-
.salt-theme.salt-theme-next {
|
|
753
|
-
--salt-target-background-hover: var(--salt-palette-accent-default);
|
|
754
|
-
--salt-target-borderColor-hover: var(--salt-palette-accent-weakest);
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
/* css/characteristics/track-next.css */
|
|
758
|
-
.salt-theme.salt-theme-next {
|
|
759
|
-
--salt-track-borderColor: var(--salt-palette-neutral);
|
|
49
|
+
.salt-theme-next.salt-theme[data-heading-font=Amplitude] {
|
|
50
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-amplitude);
|
|
760
51
|
}
|
|
761
52
|
|
|
762
53
|
/* css/theme-next.css */
|
package/css/theme.css
CHANGED
|
@@ -174,6 +174,7 @@
|
|
|
174
174
|
--salt-color-orange-600: rgb(224, 101, 25);
|
|
175
175
|
--salt-color-orange-700: rgb(214, 85, 19);
|
|
176
176
|
--salt-color-orange-800: rgb(204, 68, 13);
|
|
177
|
+
--salt-color-orange-850: rgb(194, 52, 7);
|
|
177
178
|
--salt-color-orange-900: rgb(54, 44, 36);
|
|
178
179
|
--salt-color-green-10: rgb(209, 244, 201);
|
|
179
180
|
--salt-color-green-20: rgb(184, 232, 182);
|
|
@@ -318,7 +319,9 @@
|
|
|
318
319
|
--salt-color-black-fade-separatorOpacity-secondary: rgba(0, 0, 0, var(--salt-palette-opacity-secondary-border));
|
|
319
320
|
--salt-color-black-fade-separatorOpacity-tertiary: rgba(0, 0, 0, var(--salt-palette-opacity-tertiary-border));
|
|
320
321
|
--salt-color-black-fade-background-hover: rgba(0, 0, 0, var(--salt-opacity-8));
|
|
322
|
+
--salt-color-black-fade-background-selection: rgba(0, 0, 0, var(--salt-opacity-15));
|
|
321
323
|
--salt-color-white-fade-background-hover: rgba(255, 255, 255, var(--salt-opacity-8));
|
|
324
|
+
--salt-color-white-fade-background-selection: rgba(255, 255, 255, var(--salt-opacity-15));
|
|
322
325
|
}
|
|
323
326
|
|
|
324
327
|
/* css/foundations/opacity.css */
|
|
@@ -434,8 +437,9 @@
|
|
|
434
437
|
|
|
435
438
|
/* css/foundations/typography.css */
|
|
436
439
|
.salt-theme {
|
|
437
|
-
--salt-typography-fontFamily: "Open Sans";
|
|
438
|
-
--salt-typography-fontFamily-
|
|
440
|
+
--salt-typography-fontFamily-openSans: "Open Sans";
|
|
441
|
+
--salt-typography-fontFamily-amplitude: "Amplitude";
|
|
442
|
+
--salt-typography-fontFamily-ptMono: "PT Mono";
|
|
439
443
|
--salt-typography-fontWeight-light: 300;
|
|
440
444
|
--salt-typography-fontWeight-regular: 400;
|
|
441
445
|
--salt-typography-fontWeight-medium: 500;
|
|
@@ -477,25 +481,29 @@
|
|
|
477
481
|
--salt-palette-error-background: var(--salt-color-red-10);
|
|
478
482
|
--salt-palette-error-background-selected: var(--salt-color-red-20);
|
|
479
483
|
--salt-palette-error-border: var(--salt-color-red-500);
|
|
480
|
-
--salt-palette-error-foreground: var(--salt-color-red-500);
|
|
484
|
+
--salt-palette-error-foreground-decorative: var(--salt-color-red-500);
|
|
485
|
+
--salt-palette-error-foreground-informative: var(--salt-color-red-600);
|
|
481
486
|
}
|
|
482
487
|
.salt-theme[data-mode=dark] {
|
|
483
488
|
--salt-palette-error-background: var(--salt-color-red-900);
|
|
484
489
|
--salt-palette-error-background-selected: var(--salt-color-red-900);
|
|
485
|
-
--salt-palette-error-border: var(--salt-color-red-
|
|
486
|
-
--salt-palette-error-foreground: var(--salt-color-red-
|
|
490
|
+
--salt-palette-error-border: var(--salt-color-red-400);
|
|
491
|
+
--salt-palette-error-foreground-decorative: var(--salt-color-red-400);
|
|
492
|
+
--salt-palette-error-foreground-informative: var(--salt-color-red-200);
|
|
487
493
|
}
|
|
488
494
|
|
|
489
495
|
/* css/palette/info.css */
|
|
490
496
|
.salt-theme[data-mode=light] {
|
|
491
497
|
--salt-palette-info-background: var(--salt-color-blue-10);
|
|
492
498
|
--salt-palette-info-border: var(--salt-color-blue-500);
|
|
493
|
-
--salt-palette-info-foreground: var(--salt-color-blue-500);
|
|
499
|
+
--salt-palette-info-foreground-decorative: var(--salt-color-blue-500);
|
|
500
|
+
--salt-palette-info-foreground-informative: var(--salt-color-blue-600);
|
|
494
501
|
}
|
|
495
502
|
.salt-theme[data-mode=dark] {
|
|
496
503
|
--salt-palette-info-background: var(--salt-color-blue-900);
|
|
497
|
-
--salt-palette-info-border: var(--salt-color-blue-
|
|
498
|
-
--salt-palette-info-foreground: var(--salt-color-blue-
|
|
504
|
+
--salt-palette-info-border: var(--salt-color-blue-400);
|
|
505
|
+
--salt-palette-info-foreground-decorative: var(--salt-color-blue-400);
|
|
506
|
+
--salt-palette-info-foreground-informative: var(--salt-color-blue-200);
|
|
499
507
|
}
|
|
500
508
|
|
|
501
509
|
/* css/palette/interact.css */
|
|
@@ -634,6 +642,7 @@
|
|
|
634
642
|
--salt-palette-neutral-backdrop: var(--salt-color-white-fade-backdrop);
|
|
635
643
|
--salt-palette-neutral-secondary-separator: var(--salt-color-black-fade-separatorOpacity-secondary);
|
|
636
644
|
--salt-palette-neutral-tertiary-separator: var(--salt-color-black-fade-separatorOpacity-tertiary);
|
|
645
|
+
--salt-palette-neutral-selection: var(--salt-color-black-fade-background-selection);
|
|
637
646
|
}
|
|
638
647
|
.salt-theme[data-mode=dark] {
|
|
639
648
|
--salt-palette-neutral-primary-background: var(--salt-color-gray-800);
|
|
@@ -654,6 +663,7 @@
|
|
|
654
663
|
--salt-palette-neutral-backdrop: var(--salt-color-black-fade-backdrop);
|
|
655
664
|
--salt-palette-neutral-secondary-separator: var(--salt-color-white-fade-separatorOpacity-secondary);
|
|
656
665
|
--salt-palette-neutral-tertiary-separator: var(--salt-color-white-fade-separatorOpacity-tertiary);
|
|
666
|
+
--salt-palette-neutral-selection: var(--salt-color-white-fade-background-selection);
|
|
657
667
|
}
|
|
658
668
|
|
|
659
669
|
/* css/palette/opacity.css */
|
|
@@ -680,13 +690,22 @@
|
|
|
680
690
|
--salt-palette-success-background: var(--salt-color-green-10);
|
|
681
691
|
--salt-palette-success-background-selected: var(--salt-color-green-20);
|
|
682
692
|
--salt-palette-success-border: var(--salt-color-green-500);
|
|
683
|
-
--salt-palette-success-foreground: var(--salt-color-green-500);
|
|
693
|
+
--salt-palette-success-foreground-decorative: var(--salt-color-green-500);
|
|
694
|
+
--salt-palette-success-foreground-informative: var(--salt-color-green-600);
|
|
684
695
|
}
|
|
685
696
|
.salt-theme[data-mode=dark] {
|
|
686
697
|
--salt-palette-success-background: var(--salt-color-green-900);
|
|
687
698
|
--salt-palette-success-background-selected: var(--salt-color-green-900);
|
|
688
699
|
--salt-palette-success-border: var(--salt-color-green-400);
|
|
689
|
-
--salt-palette-success-foreground: var(--salt-color-green-400);
|
|
700
|
+
--salt-palette-success-foreground-decorative: var(--salt-color-green-400);
|
|
701
|
+
--salt-palette-success-foreground-informative: var(--salt-color-green-200);
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
/* css/palette/text.css */
|
|
705
|
+
.salt-theme {
|
|
706
|
+
--salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
707
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
708
|
+
--salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
690
709
|
}
|
|
691
710
|
|
|
692
711
|
/* css/palette/warning.css */
|
|
@@ -694,13 +713,15 @@
|
|
|
694
713
|
--salt-palette-warning-background: var(--salt-color-orange-10);
|
|
695
714
|
--salt-palette-warning-background-selected: var(--salt-color-orange-20);
|
|
696
715
|
--salt-palette-warning-border: var(--salt-color-orange-700);
|
|
697
|
-
--salt-palette-warning-foreground: var(--salt-color-orange-700);
|
|
716
|
+
--salt-palette-warning-foreground-decorative: var(--salt-color-orange-700);
|
|
717
|
+
--salt-palette-warning-foreground-informative: var(--salt-color-orange-850);
|
|
698
718
|
}
|
|
699
719
|
.salt-theme[data-mode=dark] {
|
|
700
720
|
--salt-palette-warning-background: var(--salt-color-orange-900);
|
|
701
721
|
--salt-palette-warning-background-selected: var(--salt-color-orange-900);
|
|
702
722
|
--salt-palette-warning-border: var(--salt-color-orange-500);
|
|
703
|
-
--salt-palette-warning-foreground: var(--salt-color-orange-500);
|
|
723
|
+
--salt-palette-warning-foreground-decorative: var(--salt-color-orange-500);
|
|
724
|
+
--salt-palette-warning-foreground-informative: var(--salt-color-orange-400);
|
|
704
725
|
}
|
|
705
726
|
|
|
706
727
|
/* css/characteristics/accent.css */
|
|
@@ -853,6 +874,7 @@
|
|
|
853
874
|
--salt-overlayable-shadow-drag: var(--salt-shadow-400);
|
|
854
875
|
--salt-overlayable-shadow-modal: var(--salt-shadow-500);
|
|
855
876
|
--salt-overlayable-background: var(--salt-palette-neutral-backdrop);
|
|
877
|
+
--salt-overlayable-rangeSelection: var(--salt-palette-neutral-selection);
|
|
856
878
|
}
|
|
857
879
|
|
|
858
880
|
/* css/characteristics/selectable.css */
|
|
@@ -895,24 +917,28 @@
|
|
|
895
917
|
|
|
896
918
|
/* css/characteristics/status.css */
|
|
897
919
|
.salt-theme {
|
|
898
|
-
--salt-status-info-foreground: var(--salt-palette-info-foreground);
|
|
899
|
-
--salt-status-success-foreground: var(--salt-palette-success-foreground);
|
|
900
|
-
--salt-status-warning-foreground: var(--salt-palette-warning-foreground);
|
|
901
|
-
--salt-status-error-foreground: var(--salt-palette-error-foreground);
|
|
902
920
|
--salt-status-static-foreground: var(--salt-palette-neutral-secondary-foreground);
|
|
903
921
|
--salt-status-negative-foreground: var(--salt-palette-negative-foreground);
|
|
904
922
|
--salt-status-positive-foreground: var(--salt-palette-positive-foreground);
|
|
923
|
+
--salt-status-info-foreground-decorative: var(--salt-palette-info-foreground-decorative);
|
|
924
|
+
--salt-status-error-foreground-decorative: var(--salt-palette-error-foreground-decorative);
|
|
925
|
+
--salt-status-warning-foreground-decorative: var(--salt-palette-warning-foreground-decorative);
|
|
926
|
+
--salt-status-success-foreground-decorative: var(--salt-palette-success-foreground-decorative);
|
|
927
|
+
--salt-status-info-foreground-informative: var(--salt-palette-info-foreground-informative);
|
|
928
|
+
--salt-status-error-foreground-informative: var(--salt-palette-error-foreground-informative);
|
|
929
|
+
--salt-status-warning-foreground-informative: var(--salt-palette-warning-foreground-informative);
|
|
930
|
+
--salt-status-success-foreground-informative: var(--salt-palette-success-foreground-informative);
|
|
905
931
|
--salt-status-info-borderColor: var(--salt-palette-info-border);
|
|
906
|
-
--salt-status-success-borderColor: var(--salt-palette-success-border);
|
|
907
|
-
--salt-status-warning-borderColor: var(--salt-palette-warning-border);
|
|
908
932
|
--salt-status-error-borderColor: var(--salt-palette-error-border);
|
|
933
|
+
--salt-status-warning-borderColor: var(--salt-palette-warning-border);
|
|
934
|
+
--salt-status-success-borderColor: var(--salt-palette-success-border);
|
|
909
935
|
--salt-status-info-background: var(--salt-palette-info-background);
|
|
910
|
-
--salt-status-success-background: var(--salt-palette-success-background);
|
|
911
|
-
--salt-status-warning-background: var(--salt-palette-warning-background);
|
|
912
936
|
--salt-status-error-background: var(--salt-palette-error-background);
|
|
913
|
-
--salt-status-
|
|
914
|
-
--salt-status-
|
|
937
|
+
--salt-status-warning-background: var(--salt-palette-warning-background);
|
|
938
|
+
--salt-status-success-background: var(--salt-palette-success-background);
|
|
915
939
|
--salt-status-error-background-selected: var(--salt-palette-error-background-selected);
|
|
940
|
+
--salt-status-warning-background-selected: var(--salt-palette-warning-background-selected);
|
|
941
|
+
--salt-status-success-background-selected: var(--salt-palette-success-background-selected);
|
|
916
942
|
}
|
|
917
943
|
|
|
918
944
|
/* css/characteristics/text.css */
|
|
@@ -926,47 +952,47 @@
|
|
|
926
952
|
--salt-text-action-textTransform: uppercase;
|
|
927
953
|
--salt-text-action-textAlign: center;
|
|
928
954
|
--salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
929
|
-
--salt-text-fontFamily: var(--salt-
|
|
955
|
+
--salt-text-fontFamily: var(--salt-palette-text-fontFamily);
|
|
930
956
|
--salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
931
957
|
--salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
932
958
|
--salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
933
|
-
--salt-text-notation-fontFamily: var(--salt-
|
|
959
|
+
--salt-text-notation-fontFamily: var(--salt-palette-text-fontFamily);
|
|
934
960
|
--salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
935
961
|
--salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
936
962
|
--salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
937
|
-
--salt-text-h1-fontFamily: var(--salt-
|
|
963
|
+
--salt-text-h1-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
938
964
|
--salt-text-h1-fontWeight: var(--salt-typography-fontWeight-bold);
|
|
939
965
|
--salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-medium);
|
|
940
966
|
--salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-extraBold);
|
|
941
|
-
--salt-text-h2-fontFamily: var(--salt-
|
|
967
|
+
--salt-text-h2-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
942
968
|
--salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
943
969
|
--salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
944
970
|
--salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
945
|
-
--salt-text-h3-fontFamily: var(--salt-
|
|
971
|
+
--salt-text-h3-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
946
972
|
--salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
947
973
|
--salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
948
974
|
--salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
949
|
-
--salt-text-h4-fontFamily: var(--salt-
|
|
975
|
+
--salt-text-h4-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
950
976
|
--salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
951
977
|
--salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
952
978
|
--salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
953
|
-
--salt-text-label-fontFamily: var(--salt-
|
|
979
|
+
--salt-text-label-fontFamily: var(--salt-palette-text-fontFamily);
|
|
954
980
|
--salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
955
981
|
--salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
956
982
|
--salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
957
|
-
--salt-text-display1-fontFamily: var(--salt-
|
|
983
|
+
--salt-text-display1-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
958
984
|
--salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
959
985
|
--salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
960
986
|
--salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
961
|
-
--salt-text-display2-fontFamily: var(--salt-
|
|
987
|
+
--salt-text-display2-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
962
988
|
--salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
963
989
|
--salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
964
990
|
--salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
965
|
-
--salt-text-display3-fontFamily: var(--salt-
|
|
991
|
+
--salt-text-display3-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
966
992
|
--salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
967
993
|
--salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
968
994
|
--salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
969
|
-
--salt-text-code-fontFamily: var(--salt-
|
|
995
|
+
--salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
|
|
970
996
|
}
|
|
971
997
|
.salt-density-touch {
|
|
972
998
|
--salt-text-h1-fontSize: 42px;
|
|
@@ -1162,6 +1188,10 @@
|
|
|
1162
1188
|
--salt-status-success-borderColor-disabled: var(--salt-palette-success-border-disabled);
|
|
1163
1189
|
--salt-status-warning-borderColor-disabled: var(--salt-palette-warning-border-disabled);
|
|
1164
1190
|
--salt-status-error-borderColor-disabled: var(--salt-palette-error-border-disabled);
|
|
1191
|
+
--salt-status-info-foreground: var(--salt-palette-info-foreground);
|
|
1192
|
+
--salt-status-error-foreground: var(--salt-palette-error-foreground);
|
|
1193
|
+
--salt-status-warning-foreground: var(--salt-palette-warning-foreground);
|
|
1194
|
+
--salt-status-success-foreground: var(--salt-palette-success-foreground);
|
|
1165
1195
|
--salt-actionable-letterSpacing: 0.6px;
|
|
1166
1196
|
--salt-actionable-textTransform: uppercase;
|
|
1167
1197
|
--salt-actionable-textAlign: center;
|
|
@@ -1262,6 +1292,8 @@
|
|
|
1262
1292
|
--salt-shadow-3: 0 4px 8px 0 var(--salt-shadow-3-color);
|
|
1263
1293
|
--salt-shadow-4: 0 6px 10px 0 var(--salt-shadow-4-color);
|
|
1264
1294
|
--salt-shadow-5: 0 12px 40px 0 var(--salt-shadow-5-color);
|
|
1295
|
+
--salt-typography-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1296
|
+
--salt-typography-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
1265
1297
|
}
|
|
1266
1298
|
.salt-theme[data-mode=light] {
|
|
1267
1299
|
--salt-shadow-1-color: rgba(0, 0, 0, 0.1);
|
|
@@ -1367,14 +1399,18 @@
|
|
|
1367
1399
|
--salt-palette-neutral-tertiary-border-disabled: transparent;
|
|
1368
1400
|
--salt-palette-error-foreground-disabled: var(--salt-color-red-500-fade-foreground);
|
|
1369
1401
|
--salt-palette-error-border-disabled: var(--salt-color-red-500-fade-border);
|
|
1402
|
+
--salt-palette-error-foreground: var(--salt-color-red-500);
|
|
1370
1403
|
--salt-palette-info-border-disabled: var(--salt-color-blue-500-fade-border);
|
|
1371
1404
|
--salt-palette-info-foreground-disabled: var(--salt-color-blue-500-fade-foreground);
|
|
1405
|
+
--salt-palette-info-foreground: var(--salt-color-blue-500);
|
|
1372
1406
|
--salt-palette-negative-foreground-disabled: var(--salt-color-red-700-fade-foreground);
|
|
1373
1407
|
--salt-palette-positive-foreground-disabled: var(--salt-color-green-700-fade-foreground);
|
|
1374
1408
|
--salt-palette-success-border-disabled: var(--salt-color-green-500-fade-border);
|
|
1375
1409
|
--salt-palette-success-foreground-disabled: var(--salt-color-green-500-fade-foreground);
|
|
1410
|
+
--salt-palette-success-foreground: var(--salt-color-green-500);
|
|
1376
1411
|
--salt-palette-warning-foreground-disabled: var(--salt-color-orange-700-fade-foreground);
|
|
1377
1412
|
--salt-palette-warning-border-disabled: var(--salt-color-orange-700-fade-border);
|
|
1413
|
+
--salt-palette-warning-foreground: var(--salt-color-orange-700);
|
|
1378
1414
|
--salt-palette-navigate-primary-background: transparent;
|
|
1379
1415
|
--salt-palette-navigate-primary-background-active: transparent;
|
|
1380
1416
|
--salt-palette-navigate-primary-background-hover: var(--salt-color-gray-20);
|
|
@@ -1419,14 +1455,18 @@
|
|
|
1419
1455
|
--salt-palette-neutral-tertiary-border-disabled: transparent;
|
|
1420
1456
|
--salt-palette-error-foreground-disabled: var(--salt-color-red-500-fade-foreground);
|
|
1421
1457
|
--salt-palette-error-border-disabled: var(--salt-color-red-500-fade-border);
|
|
1458
|
+
--salt-palette-error-foreground: var(--salt-color-red-500);
|
|
1422
1459
|
--salt-palette-info-border-disabled: var(--salt-color-blue-500-fade-border);
|
|
1423
1460
|
--salt-palette-info-foreground-disabled: var(--salt-color-blue-500-fade-foreground);
|
|
1461
|
+
--salt-palette-info-foreground: var(--salt-color-blue-500);
|
|
1424
1462
|
--salt-palette-negative-foreground-disabled: var(--salt-color-red-300-fade-foreground);
|
|
1425
1463
|
--salt-palette-positive-foreground-disabled: var(--salt-color-green-300-fade-foreground);
|
|
1426
1464
|
--salt-palette-success-border-disabled: var(--salt-color-green-400-fade-border);
|
|
1427
1465
|
--salt-palette-success-foreground-disabled: var(--salt-color-green-400-fade-foreground);
|
|
1466
|
+
--salt-palette-success-foreground: var(--salt-color-green-400);
|
|
1428
1467
|
--salt-palette-warning-foreground-disabled: var(--salt-color-orange-500-fade-foreground);
|
|
1429
1468
|
--salt-palette-warning-border-disabled: var(--salt-color-orange-500-fade-border);
|
|
1469
|
+
--salt-palette-warning-foreground: var(--salt-color-orange-500);
|
|
1430
1470
|
--salt-palette-navigate-primary-background: transparent;
|
|
1431
1471
|
--salt-palette-navigate-primary-background-active: transparent;
|
|
1432
1472
|
--salt-palette-navigate-primary-background-hover: var(--salt-color-gray-700);
|
package/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* css/global.css */
|
|
2
2
|
.salt-theme {
|
|
3
3
|
color: var(--salt-content-primary-foreground);
|
|
4
|
-
font-family: var(--salt-
|
|
4
|
+
font-family: var(--salt-text-fontFamily);
|
|
5
5
|
font-size: var(--salt-text-fontSize);
|
|
6
6
|
letter-spacing: var(--salt-text-letterSpacing);
|
|
7
7
|
line-height: var(--salt-text-lineHeight);
|
|
@@ -203,6 +203,7 @@
|
|
|
203
203
|
--salt-color-orange-600: rgb(224, 101, 25);
|
|
204
204
|
--salt-color-orange-700: rgb(214, 85, 19);
|
|
205
205
|
--salt-color-orange-800: rgb(204, 68, 13);
|
|
206
|
+
--salt-color-orange-850: rgb(194, 52, 7);
|
|
206
207
|
--salt-color-orange-900: rgb(54, 44, 36);
|
|
207
208
|
--salt-color-green-10: rgb(209, 244, 201);
|
|
208
209
|
--salt-color-green-20: rgb(184, 232, 182);
|
|
@@ -347,7 +348,9 @@
|
|
|
347
348
|
--salt-color-black-fade-separatorOpacity-secondary: rgba(0, 0, 0, var(--salt-palette-opacity-secondary-border));
|
|
348
349
|
--salt-color-black-fade-separatorOpacity-tertiary: rgba(0, 0, 0, var(--salt-palette-opacity-tertiary-border));
|
|
349
350
|
--salt-color-black-fade-background-hover: rgba(0, 0, 0, var(--salt-opacity-8));
|
|
351
|
+
--salt-color-black-fade-background-selection: rgba(0, 0, 0, var(--salt-opacity-15));
|
|
350
352
|
--salt-color-white-fade-background-hover: rgba(255, 255, 255, var(--salt-opacity-8));
|
|
353
|
+
--salt-color-white-fade-background-selection: rgba(255, 255, 255, var(--salt-opacity-15));
|
|
351
354
|
}
|
|
352
355
|
|
|
353
356
|
/* css/foundations/opacity.css */
|
|
@@ -463,8 +466,9 @@
|
|
|
463
466
|
|
|
464
467
|
/* css/foundations/typography.css */
|
|
465
468
|
.salt-theme {
|
|
466
|
-
--salt-typography-fontFamily: "Open Sans";
|
|
467
|
-
--salt-typography-fontFamily-
|
|
469
|
+
--salt-typography-fontFamily-openSans: "Open Sans";
|
|
470
|
+
--salt-typography-fontFamily-amplitude: "Amplitude";
|
|
471
|
+
--salt-typography-fontFamily-ptMono: "PT Mono";
|
|
468
472
|
--salt-typography-fontWeight-light: 300;
|
|
469
473
|
--salt-typography-fontWeight-regular: 400;
|
|
470
474
|
--salt-typography-fontWeight-medium: 500;
|
|
@@ -506,25 +510,29 @@
|
|
|
506
510
|
--salt-palette-error-background: var(--salt-color-red-10);
|
|
507
511
|
--salt-palette-error-background-selected: var(--salt-color-red-20);
|
|
508
512
|
--salt-palette-error-border: var(--salt-color-red-500);
|
|
509
|
-
--salt-palette-error-foreground: var(--salt-color-red-500);
|
|
513
|
+
--salt-palette-error-foreground-decorative: var(--salt-color-red-500);
|
|
514
|
+
--salt-palette-error-foreground-informative: var(--salt-color-red-600);
|
|
510
515
|
}
|
|
511
516
|
.salt-theme[data-mode=dark] {
|
|
512
517
|
--salt-palette-error-background: var(--salt-color-red-900);
|
|
513
518
|
--salt-palette-error-background-selected: var(--salt-color-red-900);
|
|
514
|
-
--salt-palette-error-border: var(--salt-color-red-
|
|
515
|
-
--salt-palette-error-foreground: var(--salt-color-red-
|
|
519
|
+
--salt-palette-error-border: var(--salt-color-red-400);
|
|
520
|
+
--salt-palette-error-foreground-decorative: var(--salt-color-red-400);
|
|
521
|
+
--salt-palette-error-foreground-informative: var(--salt-color-red-200);
|
|
516
522
|
}
|
|
517
523
|
|
|
518
524
|
/* css/palette/info.css */
|
|
519
525
|
.salt-theme[data-mode=light] {
|
|
520
526
|
--salt-palette-info-background: var(--salt-color-blue-10);
|
|
521
527
|
--salt-palette-info-border: var(--salt-color-blue-500);
|
|
522
|
-
--salt-palette-info-foreground: var(--salt-color-blue-500);
|
|
528
|
+
--salt-palette-info-foreground-decorative: var(--salt-color-blue-500);
|
|
529
|
+
--salt-palette-info-foreground-informative: var(--salt-color-blue-600);
|
|
523
530
|
}
|
|
524
531
|
.salt-theme[data-mode=dark] {
|
|
525
532
|
--salt-palette-info-background: var(--salt-color-blue-900);
|
|
526
|
-
--salt-palette-info-border: var(--salt-color-blue-
|
|
527
|
-
--salt-palette-info-foreground: var(--salt-color-blue-
|
|
533
|
+
--salt-palette-info-border: var(--salt-color-blue-400);
|
|
534
|
+
--salt-palette-info-foreground-decorative: var(--salt-color-blue-400);
|
|
535
|
+
--salt-palette-info-foreground-informative: var(--salt-color-blue-200);
|
|
528
536
|
}
|
|
529
537
|
|
|
530
538
|
/* css/palette/interact.css */
|
|
@@ -663,6 +671,7 @@
|
|
|
663
671
|
--salt-palette-neutral-backdrop: var(--salt-color-white-fade-backdrop);
|
|
664
672
|
--salt-palette-neutral-secondary-separator: var(--salt-color-black-fade-separatorOpacity-secondary);
|
|
665
673
|
--salt-palette-neutral-tertiary-separator: var(--salt-color-black-fade-separatorOpacity-tertiary);
|
|
674
|
+
--salt-palette-neutral-selection: var(--salt-color-black-fade-background-selection);
|
|
666
675
|
}
|
|
667
676
|
.salt-theme[data-mode=dark] {
|
|
668
677
|
--salt-palette-neutral-primary-background: var(--salt-color-gray-800);
|
|
@@ -683,6 +692,7 @@
|
|
|
683
692
|
--salt-palette-neutral-backdrop: var(--salt-color-black-fade-backdrop);
|
|
684
693
|
--salt-palette-neutral-secondary-separator: var(--salt-color-white-fade-separatorOpacity-secondary);
|
|
685
694
|
--salt-palette-neutral-tertiary-separator: var(--salt-color-white-fade-separatorOpacity-tertiary);
|
|
695
|
+
--salt-palette-neutral-selection: var(--salt-color-white-fade-background-selection);
|
|
686
696
|
}
|
|
687
697
|
|
|
688
698
|
/* css/palette/opacity.css */
|
|
@@ -709,13 +719,22 @@
|
|
|
709
719
|
--salt-palette-success-background: var(--salt-color-green-10);
|
|
710
720
|
--salt-palette-success-background-selected: var(--salt-color-green-20);
|
|
711
721
|
--salt-palette-success-border: var(--salt-color-green-500);
|
|
712
|
-
--salt-palette-success-foreground: var(--salt-color-green-500);
|
|
722
|
+
--salt-palette-success-foreground-decorative: var(--salt-color-green-500);
|
|
723
|
+
--salt-palette-success-foreground-informative: var(--salt-color-green-600);
|
|
713
724
|
}
|
|
714
725
|
.salt-theme[data-mode=dark] {
|
|
715
726
|
--salt-palette-success-background: var(--salt-color-green-900);
|
|
716
727
|
--salt-palette-success-background-selected: var(--salt-color-green-900);
|
|
717
728
|
--salt-palette-success-border: var(--salt-color-green-400);
|
|
718
|
-
--salt-palette-success-foreground: var(--salt-color-green-400);
|
|
729
|
+
--salt-palette-success-foreground-decorative: var(--salt-color-green-400);
|
|
730
|
+
--salt-palette-success-foreground-informative: var(--salt-color-green-200);
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
/* css/palette/text.css */
|
|
734
|
+
.salt-theme {
|
|
735
|
+
--salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
736
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
737
|
+
--salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
719
738
|
}
|
|
720
739
|
|
|
721
740
|
/* css/palette/warning.css */
|
|
@@ -723,13 +742,15 @@
|
|
|
723
742
|
--salt-palette-warning-background: var(--salt-color-orange-10);
|
|
724
743
|
--salt-palette-warning-background-selected: var(--salt-color-orange-20);
|
|
725
744
|
--salt-palette-warning-border: var(--salt-color-orange-700);
|
|
726
|
-
--salt-palette-warning-foreground: var(--salt-color-orange-700);
|
|
745
|
+
--salt-palette-warning-foreground-decorative: var(--salt-color-orange-700);
|
|
746
|
+
--salt-palette-warning-foreground-informative: var(--salt-color-orange-850);
|
|
727
747
|
}
|
|
728
748
|
.salt-theme[data-mode=dark] {
|
|
729
749
|
--salt-palette-warning-background: var(--salt-color-orange-900);
|
|
730
750
|
--salt-palette-warning-background-selected: var(--salt-color-orange-900);
|
|
731
751
|
--salt-palette-warning-border: var(--salt-color-orange-500);
|
|
732
|
-
--salt-palette-warning-foreground: var(--salt-color-orange-500);
|
|
752
|
+
--salt-palette-warning-foreground-decorative: var(--salt-color-orange-500);
|
|
753
|
+
--salt-palette-warning-foreground-informative: var(--salt-color-orange-400);
|
|
733
754
|
}
|
|
734
755
|
|
|
735
756
|
/* css/characteristics/accent.css */
|
|
@@ -882,6 +903,7 @@
|
|
|
882
903
|
--salt-overlayable-shadow-drag: var(--salt-shadow-400);
|
|
883
904
|
--salt-overlayable-shadow-modal: var(--salt-shadow-500);
|
|
884
905
|
--salt-overlayable-background: var(--salt-palette-neutral-backdrop);
|
|
906
|
+
--salt-overlayable-rangeSelection: var(--salt-palette-neutral-selection);
|
|
885
907
|
}
|
|
886
908
|
|
|
887
909
|
/* css/characteristics/selectable.css */
|
|
@@ -924,24 +946,28 @@
|
|
|
924
946
|
|
|
925
947
|
/* css/characteristics/status.css */
|
|
926
948
|
.salt-theme {
|
|
927
|
-
--salt-status-info-foreground: var(--salt-palette-info-foreground);
|
|
928
|
-
--salt-status-success-foreground: var(--salt-palette-success-foreground);
|
|
929
|
-
--salt-status-warning-foreground: var(--salt-palette-warning-foreground);
|
|
930
|
-
--salt-status-error-foreground: var(--salt-palette-error-foreground);
|
|
931
949
|
--salt-status-static-foreground: var(--salt-palette-neutral-secondary-foreground);
|
|
932
950
|
--salt-status-negative-foreground: var(--salt-palette-negative-foreground);
|
|
933
951
|
--salt-status-positive-foreground: var(--salt-palette-positive-foreground);
|
|
952
|
+
--salt-status-info-foreground-decorative: var(--salt-palette-info-foreground-decorative);
|
|
953
|
+
--salt-status-error-foreground-decorative: var(--salt-palette-error-foreground-decorative);
|
|
954
|
+
--salt-status-warning-foreground-decorative: var(--salt-palette-warning-foreground-decorative);
|
|
955
|
+
--salt-status-success-foreground-decorative: var(--salt-palette-success-foreground-decorative);
|
|
956
|
+
--salt-status-info-foreground-informative: var(--salt-palette-info-foreground-informative);
|
|
957
|
+
--salt-status-error-foreground-informative: var(--salt-palette-error-foreground-informative);
|
|
958
|
+
--salt-status-warning-foreground-informative: var(--salt-palette-warning-foreground-informative);
|
|
959
|
+
--salt-status-success-foreground-informative: var(--salt-palette-success-foreground-informative);
|
|
934
960
|
--salt-status-info-borderColor: var(--salt-palette-info-border);
|
|
935
|
-
--salt-status-success-borderColor: var(--salt-palette-success-border);
|
|
936
|
-
--salt-status-warning-borderColor: var(--salt-palette-warning-border);
|
|
937
961
|
--salt-status-error-borderColor: var(--salt-palette-error-border);
|
|
962
|
+
--salt-status-warning-borderColor: var(--salt-palette-warning-border);
|
|
963
|
+
--salt-status-success-borderColor: var(--salt-palette-success-border);
|
|
938
964
|
--salt-status-info-background: var(--salt-palette-info-background);
|
|
939
|
-
--salt-status-success-background: var(--salt-palette-success-background);
|
|
940
|
-
--salt-status-warning-background: var(--salt-palette-warning-background);
|
|
941
965
|
--salt-status-error-background: var(--salt-palette-error-background);
|
|
942
|
-
--salt-status-
|
|
943
|
-
--salt-status-
|
|
966
|
+
--salt-status-warning-background: var(--salt-palette-warning-background);
|
|
967
|
+
--salt-status-success-background: var(--salt-palette-success-background);
|
|
944
968
|
--salt-status-error-background-selected: var(--salt-palette-error-background-selected);
|
|
969
|
+
--salt-status-warning-background-selected: var(--salt-palette-warning-background-selected);
|
|
970
|
+
--salt-status-success-background-selected: var(--salt-palette-success-background-selected);
|
|
945
971
|
}
|
|
946
972
|
|
|
947
973
|
/* css/characteristics/text.css */
|
|
@@ -955,47 +981,47 @@
|
|
|
955
981
|
--salt-text-action-textTransform: uppercase;
|
|
956
982
|
--salt-text-action-textAlign: center;
|
|
957
983
|
--salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
958
|
-
--salt-text-fontFamily: var(--salt-
|
|
984
|
+
--salt-text-fontFamily: var(--salt-palette-text-fontFamily);
|
|
959
985
|
--salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
960
986
|
--salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
961
987
|
--salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
962
|
-
--salt-text-notation-fontFamily: var(--salt-
|
|
988
|
+
--salt-text-notation-fontFamily: var(--salt-palette-text-fontFamily);
|
|
963
989
|
--salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
964
990
|
--salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
965
991
|
--salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
966
|
-
--salt-text-h1-fontFamily: var(--salt-
|
|
992
|
+
--salt-text-h1-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
967
993
|
--salt-text-h1-fontWeight: var(--salt-typography-fontWeight-bold);
|
|
968
994
|
--salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-medium);
|
|
969
995
|
--salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-extraBold);
|
|
970
|
-
--salt-text-h2-fontFamily: var(--salt-
|
|
996
|
+
--salt-text-h2-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
971
997
|
--salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
972
998
|
--salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
973
999
|
--salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
974
|
-
--salt-text-h3-fontFamily: var(--salt-
|
|
1000
|
+
--salt-text-h3-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
975
1001
|
--salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
976
1002
|
--salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
977
1003
|
--salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
978
|
-
--salt-text-h4-fontFamily: var(--salt-
|
|
1004
|
+
--salt-text-h4-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
979
1005
|
--salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
980
1006
|
--salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
981
1007
|
--salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
982
|
-
--salt-text-label-fontFamily: var(--salt-
|
|
1008
|
+
--salt-text-label-fontFamily: var(--salt-palette-text-fontFamily);
|
|
983
1009
|
--salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
984
1010
|
--salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
985
1011
|
--salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
986
|
-
--salt-text-display1-fontFamily: var(--salt-
|
|
1012
|
+
--salt-text-display1-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
987
1013
|
--salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
988
1014
|
--salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
989
1015
|
--salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
990
|
-
--salt-text-display2-fontFamily: var(--salt-
|
|
1016
|
+
--salt-text-display2-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
991
1017
|
--salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
992
1018
|
--salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
993
1019
|
--salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
994
|
-
--salt-text-display3-fontFamily: var(--salt-
|
|
1020
|
+
--salt-text-display3-fontFamily: var(--salt-palette-text-fontFamily-heading);
|
|
995
1021
|
--salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
996
1022
|
--salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
997
1023
|
--salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
998
|
-
--salt-text-code-fontFamily: var(--salt-
|
|
1024
|
+
--salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
|
|
999
1025
|
}
|
|
1000
1026
|
.salt-density-touch {
|
|
1001
1027
|
--salt-text-h1-fontSize: 42px;
|
|
@@ -1191,6 +1217,10 @@
|
|
|
1191
1217
|
--salt-status-success-borderColor-disabled: var(--salt-palette-success-border-disabled);
|
|
1192
1218
|
--salt-status-warning-borderColor-disabled: var(--salt-palette-warning-border-disabled);
|
|
1193
1219
|
--salt-status-error-borderColor-disabled: var(--salt-palette-error-border-disabled);
|
|
1220
|
+
--salt-status-info-foreground: var(--salt-palette-info-foreground);
|
|
1221
|
+
--salt-status-error-foreground: var(--salt-palette-error-foreground);
|
|
1222
|
+
--salt-status-warning-foreground: var(--salt-palette-warning-foreground);
|
|
1223
|
+
--salt-status-success-foreground: var(--salt-palette-success-foreground);
|
|
1194
1224
|
--salt-actionable-letterSpacing: 0.6px;
|
|
1195
1225
|
--salt-actionable-textTransform: uppercase;
|
|
1196
1226
|
--salt-actionable-textAlign: center;
|
|
@@ -1291,6 +1321,8 @@
|
|
|
1291
1321
|
--salt-shadow-3: 0 4px 8px 0 var(--salt-shadow-3-color);
|
|
1292
1322
|
--salt-shadow-4: 0 6px 10px 0 var(--salt-shadow-4-color);
|
|
1293
1323
|
--salt-shadow-5: 0 12px 40px 0 var(--salt-shadow-5-color);
|
|
1324
|
+
--salt-typography-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1325
|
+
--salt-typography-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
1294
1326
|
}
|
|
1295
1327
|
.salt-theme[data-mode=light] {
|
|
1296
1328
|
--salt-shadow-1-color: rgba(0, 0, 0, 0.1);
|
|
@@ -1396,14 +1428,18 @@
|
|
|
1396
1428
|
--salt-palette-neutral-tertiary-border-disabled: transparent;
|
|
1397
1429
|
--salt-palette-error-foreground-disabled: var(--salt-color-red-500-fade-foreground);
|
|
1398
1430
|
--salt-palette-error-border-disabled: var(--salt-color-red-500-fade-border);
|
|
1431
|
+
--salt-palette-error-foreground: var(--salt-color-red-500);
|
|
1399
1432
|
--salt-palette-info-border-disabled: var(--salt-color-blue-500-fade-border);
|
|
1400
1433
|
--salt-palette-info-foreground-disabled: var(--salt-color-blue-500-fade-foreground);
|
|
1434
|
+
--salt-palette-info-foreground: var(--salt-color-blue-500);
|
|
1401
1435
|
--salt-palette-negative-foreground-disabled: var(--salt-color-red-700-fade-foreground);
|
|
1402
1436
|
--salt-palette-positive-foreground-disabled: var(--salt-color-green-700-fade-foreground);
|
|
1403
1437
|
--salt-palette-success-border-disabled: var(--salt-color-green-500-fade-border);
|
|
1404
1438
|
--salt-palette-success-foreground-disabled: var(--salt-color-green-500-fade-foreground);
|
|
1439
|
+
--salt-palette-success-foreground: var(--salt-color-green-500);
|
|
1405
1440
|
--salt-palette-warning-foreground-disabled: var(--salt-color-orange-700-fade-foreground);
|
|
1406
1441
|
--salt-palette-warning-border-disabled: var(--salt-color-orange-700-fade-border);
|
|
1442
|
+
--salt-palette-warning-foreground: var(--salt-color-orange-700);
|
|
1407
1443
|
--salt-palette-navigate-primary-background: transparent;
|
|
1408
1444
|
--salt-palette-navigate-primary-background-active: transparent;
|
|
1409
1445
|
--salt-palette-navigate-primary-background-hover: var(--salt-color-gray-20);
|
|
@@ -1448,14 +1484,18 @@
|
|
|
1448
1484
|
--salt-palette-neutral-tertiary-border-disabled: transparent;
|
|
1449
1485
|
--salt-palette-error-foreground-disabled: var(--salt-color-red-500-fade-foreground);
|
|
1450
1486
|
--salt-palette-error-border-disabled: var(--salt-color-red-500-fade-border);
|
|
1487
|
+
--salt-palette-error-foreground: var(--salt-color-red-500);
|
|
1451
1488
|
--salt-palette-info-border-disabled: var(--salt-color-blue-500-fade-border);
|
|
1452
1489
|
--salt-palette-info-foreground-disabled: var(--salt-color-blue-500-fade-foreground);
|
|
1490
|
+
--salt-palette-info-foreground: var(--salt-color-blue-500);
|
|
1453
1491
|
--salt-palette-negative-foreground-disabled: var(--salt-color-red-300-fade-foreground);
|
|
1454
1492
|
--salt-palette-positive-foreground-disabled: var(--salt-color-green-300-fade-foreground);
|
|
1455
1493
|
--salt-palette-success-border-disabled: var(--salt-color-green-400-fade-border);
|
|
1456
1494
|
--salt-palette-success-foreground-disabled: var(--salt-color-green-400-fade-foreground);
|
|
1495
|
+
--salt-palette-success-foreground: var(--salt-color-green-400);
|
|
1457
1496
|
--salt-palette-warning-foreground-disabled: var(--salt-color-orange-500-fade-foreground);
|
|
1458
1497
|
--salt-palette-warning-border-disabled: var(--salt-color-orange-500-fade-border);
|
|
1498
|
+
--salt-palette-warning-foreground: var(--salt-color-orange-500);
|
|
1459
1499
|
--salt-palette-navigate-primary-background: transparent;
|
|
1460
1500
|
--salt-palette-navigate-primary-background-active: transparent;
|
|
1461
1501
|
--salt-palette-navigate-primary-background-hover: var(--salt-color-gray-700);
|