@salt-ds/theme 0.0.0-snapshot-20240229090235 → 0.0.0-snapshot-20240314195839

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 CHANGED
@@ -15,11 +15,6 @@
15
15
  .salt-theme[data-mode=dark] {
16
16
  color-scheme: dark;
17
17
  }
18
- *,
19
- *::before,
20
- *::after {
21
- box-sizing: border-box;
22
- }
23
18
  .salt-visuallyHidden {
24
19
  position: absolute;
25
20
  height: 1px;
@@ -1,718 +1,3 @@
1
- /* css/foundations/color-next.css */
2
- .salt-theme-next.salt-theme {
3
- --salt-color-aqua-400-base:
4
- 111,
5
- 219,
6
- 222;
7
- --salt-color-aqua-500-base:
8
- 42,
9
- 130,
10
- 133;
11
- --salt-color-aqua-600-base:
12
- 21,
13
- 92,
14
- 94;
15
- --salt-color-asphalt-base:
16
- 24,
17
- 25,
18
- 26;
19
- --salt-color-autumn-400-base:
20
- 242,
21
- 159,
22
- 99;
23
- --salt-color-autumn-500-base:
24
- 189,
25
- 91,
26
- 21;
27
- --salt-color-autumn-600-base:
28
- 128,
29
- 58,
30
- 8;
31
- --salt-color-black-base:
32
- 0,
33
- 0,
34
- 0;
35
- --salt-color-blue-100-base:
36
- 234,
37
- 246,
38
- 255;
39
- --salt-color-blue-200-base:
40
- 192,
41
- 212,
42
- 243;
43
- --salt-color-blue-300-base:
44
- 148,
45
- 180,
46
- 230;
47
- --salt-color-blue-400-base:
48
- 98,
49
- 149,
50
- 217;
51
- --salt-color-blue-500-base:
52
- 0,
53
- 119,
54
- 204;
55
- --salt-color-blue-600-base:
56
- 2,
57
- 100,
58
- 179;
59
- --salt-color-blue-700-base:
60
- 2,
61
- 82,
62
- 155;
63
- --salt-color-blue-800-base:
64
- 1,
65
- 64,
66
- 131;
67
- --salt-color-blue-900-base:
68
- 0,
69
- 47,
70
- 108;
71
- --salt-color-brown-100-base:
72
- 250,
73
- 248,
74
- 242;
75
- --salt-color-brown-200-base:
76
- 227,
77
- 212,
78
- 198;
79
- --salt-color-brown-300-base:
80
- 203,
81
- 176,
82
- 155;
83
- --salt-color-brown-400-base:
84
- 179,
85
- 142,
86
- 114;
87
- --salt-color-brown-500-base:
88
- 153,
89
- 109,
90
- 75;
91
- --salt-color-brown-600-base:
92
- 134,
93
- 91,
94
- 58;
95
- --salt-color-brown-700-base:
96
- 115,
97
- 74,
98
- 41;
99
- --salt-color-brown-800-base:
100
- 96,
101
- 58,
102
- 25;
103
- --salt-color-brown-900-base:
104
- 78,
105
- 42,
106
- 8;
107
- --salt-color-cider-400-base:
108
- 242,
109
- 175,
110
- 116;
111
- --salt-color-cider-500-base:
112
- 171,
113
- 101,
114
- 40;
115
- --salt-color-cider-600-base:
116
- 133,
117
- 72,
118
- 20;
119
- --salt-color-citrine-400-base:
120
- 204,
121
- 186,
122
- 98;
123
- --salt-color-citrine-500-base:
124
- 135,
125
- 116,
126
- 16;
127
- --salt-color-citrine-600-base:
128
- 99,
129
- 83,
130
- 3;
131
- --salt-color-cobalt-400-base:
132
- 126,
133
- 172,
134
- 242;
135
- --salt-color-cobalt-500-base:
136
- 70,
137
- 118,
138
- 191;
139
- --salt-color-cobalt-600-base:
140
- 35,
141
- 77,
142
- 140;
143
- --salt-color-forest-400-base:
144
- 96,
145
- 209,
146
- 164;
147
- --salt-color-forest-500-base:
148
- 35,
149
- 133,
150
- 94;
151
- --salt-color-forest-600-base:
152
- 25,
153
- 97,
154
- 69;
155
- --salt-color-fuchsia-400-base:
156
- 232,
157
- 121,
158
- 191;
159
- --salt-color-fuchsia-500-base:
160
- 194,
161
- 71,
162
- 149;
163
- --salt-color-fuchsia-600-base:
164
- 130,
165
- 42,
166
- 98;
167
- --salt-color-fur-400-base:
168
- 204,
169
- 150,
170
- 108;
171
- --salt-color-fur-500-base:
172
- 153,
173
- 106,
174
- 69;
175
- --salt-color-fur-600-base:
176
- 102,
177
- 64,
178
- 34;
179
- --salt-color-gray-100-base:
180
- 245,
181
- 247,
182
- 248;
183
- --salt-color-gray-200-base:
184
- 211,
185
- 213,
186
- 216;
187
- --salt-color-gray-300-base:
188
- 177,
189
- 181,
190
- 185;
191
- --salt-color-gray-400-base:
192
- 145,
193
- 149,
194
- 154;
195
- --salt-color-gray-500-base:
196
- 114,
197
- 119,
198
- 125;
199
- --salt-color-gray-600-base:
200
- 97,
201
- 102,
202
- 108;
203
- --salt-color-gray-700-base:
204
- 80,
205
- 86,
206
- 92;
207
- --salt-color-gray-800-base:
208
- 64,
209
- 70,
210
- 76;
211
- --salt-color-gray-900-base:
212
- 49,
213
- 55,
214
- 61;
215
- --salt-color-green-100-base:
216
- 234,
217
- 245,
218
- 242;
219
- --salt-color-green-200-base:
220
- 185,
221
- 217,
222
- 201;
223
- --salt-color-green-300-base:
224
- 135,
225
- 190,
226
- 161;
227
- --salt-color-green-400-base:
228
- 84,
229
- 162,
230
- 123;
231
- --salt-color-green-500-base:
232
- 0,
233
- 135,
234
- 86;
235
- --salt-color-green-600-base:
236
- 0,
237
- 119,
238
- 73;
239
- --salt-color-green-700-base:
240
- 0,
241
- 104,
242
- 61;
243
- --salt-color-green-800-base:
244
- 0,
245
- 89,
246
- 49;
247
- --salt-color-green-900-base:
248
- 0,
249
- 75,
250
- 38;
251
- --salt-color-indigo-400-base:
252
- 152,
253
- 135,
254
- 245;
255
- --salt-color-indigo-500-base:
256
- 120,
257
- 104,
258
- 206;
259
- --salt-color-indigo-600-base:
260
- 70,
261
- 59,
262
- 130;
263
- --salt-color-jade-400-base:
264
- 82,
265
- 186,
266
- 108;
267
- --salt-color-jade-500-base:
268
- 45,
269
- 133,
270
- 67;
271
- --salt-color-jade-600-base:
272
- 24,
273
- 84,
274
- 39;
275
- --salt-color-lavender-400-base:
276
- 212,
277
- 146,
278
- 212;
279
- --salt-color-lavender-500-base:
280
- 148,
281
- 102,
282
- 148;
283
- --salt-color-lavender-600-base:
284
- 97,
285
- 52,
286
- 97;
287
- --salt-color-lime-400-base:
288
- 177,
289
- 204,
290
- 86;
291
- --salt-color-lime-500-base:
292
- 102,
293
- 125,
294
- 21;
295
- --salt-color-lime-600-base:
296
- 58,
297
- 71,
298
- 14;
299
- --salt-color-mist-base:
300
- 242,
301
- 244,
302
- 246;
303
- --salt-color-ocean-400-base:
304
- 95,
305
- 196,
306
- 212;
307
- --salt-color-ocean-500-base:
308
- 0,
309
- 128,
310
- 148;
311
- --salt-color-ocean-600-base:
312
- 0,
313
- 84,
314
- 97;
315
- --salt-color-oil-base:
316
- 39,
317
- 40,
318
- 41;
319
- --salt-color-olive-400-base:
320
- 155,
321
- 176,
322
- 109;
323
- --salt-color-olive-500-base:
324
- 109,
325
- 124,
326
- 77;
327
- --salt-color-olive-600-base:
328
- 83,
329
- 94,
330
- 58;
331
- --salt-color-orange-100-base:
332
- 255,
333
- 236,
334
- 217;
335
- --salt-color-orange-200-base:
336
- 249,
337
- 197,
338
- 164;
339
- --salt-color-orange-300-base:
340
- 239,
341
- 158,
342
- 113;
343
- --salt-color-orange-400-base:
344
- 223,
345
- 119,
346
- 63;
347
- --salt-color-orange-500-base:
348
- 204,
349
- 78,
350
- 0;
351
- --salt-color-orange-600-base:
352
- 174,
353
- 70,
354
- 1;
355
- --salt-color-orange-700-base:
356
- 145,
357
- 61,
358
- 2;
359
- --salt-color-orange-800-base:
360
- 117,
361
- 53,
362
- 2;
363
- --salt-color-orange-900-base:
364
- 90,
365
- 44,
366
- 0;
367
- --salt-color-plum-400-base:
368
- 209,
369
- 132,
370
- 245;
371
- --salt-color-plum-500-base:
372
- 159,
373
- 85,
374
- 194;
375
- --salt-color-plum-600-base:
376
- 97,
377
- 31,
378
- 128;
379
- --salt-color-purple-100-base:
380
- 246,
381
- 240,
382
- 250;
383
- --salt-color-purple-200-base:
384
- 226,
385
- 201,
386
- 238;
387
- --salt-color-purple-300-base:
388
- 206,
389
- 163,
390
- 226;
391
- --salt-color-purple-400-base:
392
- 184,
393
- 124,
394
- 214;
395
- --salt-color-purple-500-base:
396
- 161,
397
- 85,
398
- 201;
399
- --salt-color-purple-600-base:
400
- 145,
401
- 75,
402
- 177;
403
- --salt-color-purple-700-base:
404
- 130,
405
- 66,
406
- 153;
407
- --salt-color-purple-800-base:
408
- 115,
409
- 56,
410
- 130;
411
- --salt-color-purple-900-base:
412
- 100,
413
- 47,
414
- 108;
415
- --salt-color-red-100-base:
416
- 255,
417
- 236,
418
- 234;
419
- --salt-color-red-200-base:
420
- 255,
421
- 194,
422
- 185;
423
- --salt-color-red-300-base:
424
- 255,
425
- 148,
426
- 136;
427
- --salt-color-red-400-base:
428
- 248,
429
- 97,
430
- 89;
431
- --salt-color-red-500-base:
432
- 235,
433
- 19,
434
- 46;
435
- --salt-color-red-600-base:
436
- 209,
437
- 13,
438
- 36;
439
- --salt-color-red-700-base:
440
- 183,
441
- 7,
442
- 26;
443
- --salt-color-red-800-base:
444
- 158,
445
- 3,
446
- 16;
447
- --salt-color-red-900-base:
448
- 134,
449
- 0,
450
- 5;
451
- --salt-color-rose-400-base:
452
- 245,
453
- 157,
454
- 227;
455
- --salt-color-rose-500-base:
456
- 176,
457
- 86,
458
- 158;
459
- --salt-color-rose-600-base:
460
- 138,
461
- 47,
462
- 119;
463
- --salt-color-salmon-400-base:
464
- 252,
465
- 139,
466
- 143;
467
- --salt-color-salmon-500-base:
468
- 189,
469
- 85,
470
- 88;
471
- --salt-color-salmon-600-base:
472
- 138,
473
- 55,
474
- 58;
475
- --salt-color-slate-400-base:
476
- 157,
477
- 169,
478
- 199;
479
- --salt-color-slate-500-base:
480
- 105,
481
- 118,
482
- 148;
483
- --salt-color-slate-600-base:
484
- 59,
485
- 70,
486
- 97;
487
- --salt-color-smoke-400-base:
488
- 187,
489
- 192,
490
- 201;
491
- --salt-color-smoke-500-base:
492
- 114,
493
- 117,
494
- 122;
495
- --salt-color-smoke-600-base:
496
- 76,
497
- 80,
498
- 87;
499
- --salt-color-snow-base:
500
- 255,
501
- 255,
502
- 255;
503
- --salt-color-teal-100-base:
504
- 219,
505
- 245,
506
- 247;
507
- --salt-color-teal-200-base:
508
- 176,
509
- 215,
510
- 224;
511
- --salt-color-teal-300-base:
512
- 132,
513
- 185,
514
- 202;
515
- --salt-color-teal-400-base:
516
- 84,
517
- 157,
518
- 180;
519
- --salt-color-teal-500-base:
520
- 0,
521
- 129,
522
- 158;
523
- --salt-color-teal-600-base:
524
- 1,
525
- 113,
526
- 144;
527
- --salt-color-teal-700-base:
528
- 2,
529
- 98,
530
- 131;
531
- --salt-color-teal-800-base:
532
- 1,
533
- 83,
534
- 117;
535
- --salt-color-teal-900-base:
536
- 0,
537
- 69,
538
- 104;
539
- --salt-color-violet-400-base:
540
- 138,
541
- 150,
542
- 242;
543
- --salt-color-violet-500-base:
544
- 99,
545
- 110,
546
- 191;
547
- --salt-color-violet-600-base:
548
- 69,
549
- 79,
550
- 161;
551
- --salt-color-white-base:
552
- 255,
553
- 255,
554
- 255;
555
- --salt-color-transparent: rgba(255, 255, 255, 0);
556
- --salt-color-aqua-400: rgb(var(--salt-color-aqua-400-base));
557
- --salt-color-aqua-500: rgb(var(--salt-color-aqua-500-base));
558
- --salt-color-aqua-600: rgb(var(--salt-color-aqua-600-base));
559
- --salt-color-asphalt: rgb(var(--salt-color-asphalt-base));
560
- --salt-color-autumn-400: rgb(var(--salt-color-autumn-400-base));
561
- --salt-color-autumn-500: rgb(var(--salt-color-autumn-500-base));
562
- --salt-color-autumn-600: rgb(var(--salt-color-autumn-600-base));
563
- --salt-color-black: rgb(var(--salt-color-black-base));
564
- --salt-color-blue-100: rgb(var(--salt-color-blue-100-base));
565
- --salt-color-blue-200: rgb(var(--salt-color-blue-200-base));
566
- --salt-color-blue-300: rgb(var(--salt-color-blue-300-base));
567
- --salt-color-blue-400: rgb(var(--salt-color-blue-400-base));
568
- --salt-color-blue-500: rgb(var(--salt-color-blue-500-base));
569
- --salt-color-blue-600: rgb(var(--salt-color-blue-600-base));
570
- --salt-color-blue-700: rgb(var(--salt-color-blue-700-base));
571
- --salt-color-blue-800: rgb(var(--salt-color-blue-800-base));
572
- --salt-color-blue-900: rgb(var(--salt-color-blue-900-base));
573
- --salt-color-cider-400: rgb(var(--salt-color-cider-400-base));
574
- --salt-color-cider-500: rgb(var(--salt-color-cider-500-base));
575
- --salt-color-cider-600: rgb(var(--salt-color-cider-600-base));
576
- --salt-color-citrine-400: rgb(var(--salt-color-citrine-400-base));
577
- --salt-color-citrine-500: rgb(var(--salt-color-citrine-500-base));
578
- --salt-color-citrine-600: rgb(var(--salt-color-citrine-600-base));
579
- --salt-color-cobalt-400: rgb(var(--salt-color-cobalt-400-base));
580
- --salt-color-cobalt-500: rgb(var(--salt-color-cobalt-500-base));
581
- --salt-color-cobalt-600: rgb(var(--salt-color-cobalt-600-base));
582
- --salt-color-forest-400: rgb(var(--salt-color-forest-400-base));
583
- --salt-color-forest-500: rgb(var(--salt-color-forest-500-base));
584
- --salt-color-forest-600: rgb(var(--salt-color-forest-600-base));
585
- --salt-color-fuchsia-400: rgb(var(--salt-color-fuchsia-400-base));
586
- --salt-color-fuchsia-500: rgb(var(--salt-color-fuchsia-500-base));
587
- --salt-color-fuchsia-600: rgb(var(--salt-color-fuchsia-600-base));
588
- --salt-color-fur-400: rgb(var(--salt-color-fur-400-base));
589
- --salt-color-fur-500: rgb(var(--salt-color-fur-500-base));
590
- --salt-color-fur-600: rgb(var(--salt-color-fur-600-base));
591
- --salt-color-gray-100: rgb(var(--salt-color-gray-100-base));
592
- --salt-color-gray-200: rgb(var(--salt-color-gray-200-base));
593
- --salt-color-gray-300: rgb(var(--salt-color-gray-300-base));
594
- --salt-color-gray-400: rgb(var(--salt-color-gray-400-base));
595
- --salt-color-gray-500: rgb(var(--salt-color-gray-500-base));
596
- --salt-color-gray-600: rgb(var(--salt-color-gray-600-base));
597
- --salt-color-gray-700: rgb(var(--salt-color-gray-700-base));
598
- --salt-color-gray-800: rgb(var(--salt-color-gray-800-base));
599
- --salt-color-gray-900: rgb(var(--salt-color-gray-900-base));
600
- --salt-color-green-100: rgb(var(--salt-color-green-100-base));
601
- --salt-color-green-200: rgb(var(--salt-color-green-200-base));
602
- --salt-color-green-300: rgb(var(--salt-color-green-300-base));
603
- --salt-color-green-400: rgb(var(--salt-color-green-400-base));
604
- --salt-color-green-500: rgb(var(--salt-color-green-500-base));
605
- --salt-color-green-600: rgb(var(--salt-color-green-600-base));
606
- --salt-color-green-700: rgb(var(--salt-color-green-700-base));
607
- --salt-color-green-800: rgb(var(--salt-color-green-800-base));
608
- --salt-color-green-900: rgb(var(--salt-color-green-900-base));
609
- --salt-color-indigo-400: rgb(var(--salt-color-indigo-400-base));
610
- --salt-color-indigo-500: rgb(var(--salt-color-indigo-500-base));
611
- --salt-color-indigo-600: rgb(var(--salt-color-indigo-600-base));
612
- --salt-color-jade-400: rgb(var(--salt-color-jade-400-base));
613
- --salt-color-jade-500: rgb(var(--salt-color-jade-500-base));
614
- --salt-color-jade-600: rgb(var(--salt-color-jade-600-base));
615
- --salt-color-lavender-400: rgb(var(--salt-color-lavender-400-base));
616
- --salt-color-lavender-500: rgb(var(--salt-color-lavender-500-base));
617
- --salt-color-lavender-600: rgb(var(--salt-color-lavender-600-base));
618
- --salt-color-lime-400: rgb(var(--salt-color-lime-400-base));
619
- --salt-color-lime-500: rgb(var(--salt-color-lime-500-base));
620
- --salt-color-lime-600: rgb(var(--salt-color-lime-600-base));
621
- --salt-color-mist: rgb(var(--salt-color-mist-base));
622
- --salt-color-ocean-400: rgb(var(--salt-color-ocean-400-base));
623
- --salt-color-ocean-500: rgb(var(--salt-color-ocean-500-base));
624
- --salt-color-ocean-600: rgb(var(--salt-color-ocean-600-base));
625
- --salt-color-oil: rgb(var(--salt-color-oil-base));
626
- --salt-color-olive-400: rgb(var(--salt-color-olive-400-base));
627
- --salt-color-olive-500: rgb(var(--salt-color-olive-500-base));
628
- --salt-color-olive-600: rgb(var(--salt-color-olive-600-base));
629
- --salt-color-orange-100: rgb(var(--salt-color-orange-100-base));
630
- --salt-color-orange-200: rgb(var(--salt-color-orange-200-base));
631
- --salt-color-orange-300: rgb(var(--salt-color-orange-300-base));
632
- --salt-color-orange-400: rgb(var(--salt-color-orange-400-base));
633
- --salt-color-orange-500: rgb(var(--salt-color-orange-500-base));
634
- --salt-color-orange-600: rgb(var(--salt-color-orange-600-base));
635
- --salt-color-orange-700: rgb(var(--salt-color-orange-700-base));
636
- --salt-color-orange-800: rgb(var(--salt-color-orange-800-base));
637
- --salt-color-orange-900: rgb(var(--salt-color-orange-900-base));
638
- --salt-color-plum-400: rgb(var(--salt-color-plum-400-base));
639
- --salt-color-plum-500: rgb(var(--salt-color-plum-500-base));
640
- --salt-color-plum-600: rgb(var(--salt-color-plum-600-base));
641
- --salt-color-purple-100: rgb(var(--salt-color-purple-100-base));
642
- --salt-color-purple-200: rgb(var(--salt-color-purple-200-base));
643
- --salt-color-purple-300: rgb(var(--salt-color-purple-300-base));
644
- --salt-color-purple-400: rgb(var(--salt-color-purple-400-base));
645
- --salt-color-purple-500: rgb(var(--salt-color-purple-500-base));
646
- --salt-color-purple-600: rgb(var(--salt-color-purple-600-base));
647
- --salt-color-purple-700: rgb(var(--salt-color-purple-700-base));
648
- --salt-color-purple-800: rgb(var(--salt-color-purple-800-base));
649
- --salt-color-purple-900: rgb(var(--salt-color-purple-900-base));
650
- --salt-color-red-100: rgb(var(--salt-color-red-100-base));
651
- --salt-color-red-200: rgb(var(--salt-color-red-200-base));
652
- --salt-color-red-300: rgb(var(--salt-color-red-300-base));
653
- --salt-color-red-400: rgb(var(--salt-color-red-400-base));
654
- --salt-color-red-500: rgb(var(--salt-color-red-500-base));
655
- --salt-color-red-600: rgb(var(--salt-color-red-600-base));
656
- --salt-color-red-700: rgb(var(--salt-color-red-700-base));
657
- --salt-color-red-800: rgb(var(--salt-color-red-800-base));
658
- --salt-color-red-900: rgb(var(--salt-color-red-900-base));
659
- --salt-color-rose-400: rgb(var(--salt-color-rose-400-base));
660
- --salt-color-rose-500: rgb(var(--salt-color-rose-500-base));
661
- --salt-color-rose-600: rgb(var(--salt-color-rose-600-base));
662
- --salt-color-salmon-400: rgb(var(--salt-color-salmon-400-base));
663
- --salt-color-salmon-500: rgb(var(--salt-color-salmon-500-base));
664
- --salt-color-salmon-600: rgb(var(--salt-color-salmon-600-base));
665
- --salt-color-slate-400: rgb(var(--salt-color-slate-400-base));
666
- --salt-color-slate-500: rgb(var(--salt-color-slate-500-base));
667
- --salt-color-slate-600: rgb(var(--salt-color-slate-600-base));
668
- --salt-color-smoke-400: rgb(var(--salt-color-smoke-400-base));
669
- --salt-color-smoke-500: rgb(var(--salt-color-smoke-500-base));
670
- --salt-color-smoke-600: rgb(var(--salt-color-smoke-600-base));
671
- --salt-color-snow: rgb(var(--salt-color-snow-base));
672
- --salt-color-teal-100: rgb(var(--salt-color-teal-100-base));
673
- --salt-color-teal-200: rgb(var(--salt-color-teal-200-base));
674
- --salt-color-teal-300: rgb(var(--salt-color-teal-300-base));
675
- --salt-color-teal-400: rgb(var(--salt-color-teal-400-base));
676
- --salt-color-teal-500: rgb(var(--salt-color-teal-500-base));
677
- --salt-color-teal-600: rgb(var(--salt-color-teal-600-base));
678
- --salt-color-teal-700: rgb(var(--salt-color-teal-700-base));
679
- --salt-color-teal-800: rgb(var(--salt-color-teal-800-base));
680
- --salt-color-teal-900: rgb(var(--salt-color-teal-900-base));
681
- --salt-color-violet-400: rgb(var(--salt-color-violet-400-base));
682
- --salt-color-violet-500: rgb(var(--salt-color-violet-500-base));
683
- --salt-color-violet-600: rgb(var(--salt-color-violet-600-base));
684
- --salt-color-white: rgb(var(--salt-color-white-base));
685
- --salt-color-asphalt-40a: rgba(var(--salt-color-asphalt-base), 0.4);
686
- --salt-color-black-15a: rgba(var(--salt-color-black-base), 0.15);
687
- --salt-color-black-25a: rgba(var(--salt-color-black-base), 0.25);
688
- --salt-color-black-40a: rgba(var(--salt-color-black-base), 0.4);
689
- --salt-color-black-70a: rgba(var(--salt-color-black-base), 0.7);
690
- --salt-color-black-8a: rgba(var(--salt-color-black-base), 0.08);
691
- --salt-color-blue-200-40a: rgba(var(--salt-color-blue-200-base), 0.4);
692
- --salt-color-blue-300-40a: rgba(var(--salt-color-blue-300-base), 0.4);
693
- --salt-color-blue-400-40a: rgba(var(--salt-color-blue-400-base), 0.4);
694
- --salt-color-blue-500-40a: rgba(var(--salt-color-blue-500-base), 0.4);
695
- --salt-color-blue-600-40a: rgba(var(--salt-color-blue-600-base), 0.4);
696
- --salt-color-blue-700-40a: rgba(var(--salt-color-blue-700-base), 0.4);
697
- --salt-color-blue-800-40a: rgba(var(--salt-color-blue-800-base), 0.4);
698
- --salt-color-gray-300-15a: rgba(var(--salt-color-gray-300-base), 0.15);
699
- --salt-color-gray-300-40a: rgba(var(--salt-color-gray-300-base), 0.4);
700
- --salt-color-gray-400-40a: rgba(var(--salt-color-gray-400-base), 0.4);
701
- --salt-color-gray-500-15a: rgba(var(--salt-color-gray-500-base), 0.15);
702
- --salt-color-gray-500-40a: rgba(var(--salt-color-gray-500-base), 0.4);
703
- --salt-color-gray-600-40a: rgba(var(--salt-color-gray-600-base), 0.4);
704
- --salt-color-gray-700-15a: rgba(var(--salt-color-gray-700-base), 0.15);
705
- --salt-color-gray-700-40a: rgba(var(--salt-color-gray-700-base), 0.4);
706
- --salt-color-mist-40a: rgba(var(--salt-color-mist-base), 0.4);
707
- --salt-color-oil-40a: rgba(var(--salt-color-oil-base), 0.4);
708
- --salt-color-snow-40a: rgba(var(--salt-color-snow-base), 0.4);
709
- --salt-color-white-15a: rgba(var(--salt-color-white-base), 0.15);
710
- --salt-color-white-25a: rgba(var(--salt-color-white-base), 0.25);
711
- --salt-color-white-40a: rgba(var(--salt-color-white-base), 0.4);
712
- --salt-color-white-70a: rgba(var(--salt-color-white-base), 0.7);
713
- --salt-color-white-8a: rgba(var(--salt-color-white-base), 0.08);
714
- }
715
-
716
1
  /* css/foundations/curve-next.css */
717
2
  .salt-density-high {
718
3
  --salt-curve-0: 0;
@@ -757,293 +42,4 @@
757
42
  --salt-palette-corner-strongest: var(--salt-curve-999);
758
43
  }
759
44
 
760
- /* css/palette/palette-next.css */
761
- .salt-theme.salt-theme-next[data-mode=light] {
762
- --salt-palette-accent: var(--salt-color-blue-500);
763
- --salt-palette-accent-disabled: var(--salt-color-blue-500-40a);
764
- --salt-palette-accent-strong: var(--salt-color-blue-600);
765
- --salt-palette-accent-strong-disabled: var(--salt-color-blue-600-40a);
766
- --salt-palette-accent-stronger: var(--salt-color-blue-700);
767
- --salt-palette-accent-stronger-disabled: var(--salt-color-blue-700-40a);
768
- --salt-palette-accent-weak: var(--salt-color-blue-400);
769
- --salt-palette-accent-weaker: var(--salt-color-blue-200);
770
- --salt-palette-accent-weaker-disabled: var(--salt-color-blue-200-40a);
771
- --salt-palette-accent-weakest: var(--salt-color-blue-100);
772
- --salt-palette-background-backdrop: var(--salt-color-white-70a);
773
- --salt-palette-background-hover: var(--salt-color-black-8a);
774
- --salt-palette-background-primary: var(--salt-color-snow);
775
- --salt-palette-background-primary-disabled: var(--salt-color-snow-40a);
776
- --salt-palette-background-secondary: var(--salt-color-mist);
777
- --salt-palette-background-secondary-disabled: var(--salt-color-mist-40a);
778
- --salt-palette-background-transparent: var(--salt-color-transparent);
779
- --salt-palette-category-cat-1: var(--salt-color-cobalt-500);
780
- --salt-palette-category-cat-1-strong: var(--salt-color-cobalt-600);
781
- --salt-palette-category-cat-10: var(--salt-color-jade-500);
782
- --salt-palette-category-cat-10-strong: var(--salt-color-jade-600);
783
- --salt-palette-category-cat-11: var(--salt-color-citrine-500);
784
- --salt-palette-category-cat-11-strong: var(--salt-color-citrine-600);
785
- --salt-palette-category-cat-12: var(--salt-color-autumn-500);
786
- --salt-palette-category-cat-12-strong: var(--salt-color-autumn-600);
787
- --salt-palette-category-cat-13: var(--salt-color-lavender-500);
788
- --salt-palette-category-cat-13-strong: var(--salt-color-lavender-600);
789
- --salt-palette-category-cat-14: var(--salt-color-ocean-500);
790
- --salt-palette-category-cat-14-strong: var(--salt-color-ocean-600);
791
- --salt-palette-category-cat-15: var(--salt-color-smoke-500);
792
- --salt-palette-category-cat-15-strong: var(--salt-color-smoke-600);
793
- --salt-palette-category-cat-16: var(--salt-color-fuchsia-500);
794
- --salt-palette-category-cat-16-strong: var(--salt-color-fuchsia-600);
795
- --salt-palette-category-cat-17: var(--salt-color-lime-500);
796
- --salt-palette-category-cat-17-strong: var(--salt-color-lime-600);
797
- --salt-palette-category-cat-18: var(--salt-color-fur-500);
798
- --salt-palette-category-cat-18-strong: var(--salt-color-fur-600);
799
- --salt-palette-category-cat-19: var(--salt-color-violet-500);
800
- --salt-palette-category-cat-19-strong: var(--salt-color-violet-600);
801
- --salt-palette-category-cat-2: var(--salt-color-cider-500);
802
- --salt-palette-category-cat-2-strong: var(--salt-color-cider-600);
803
- --salt-palette-category-cat-20: var(--salt-color-forest-500);
804
- --salt-palette-category-cat-20-strong: var(--salt-color-forest-600);
805
- --salt-palette-category-cat-3: var(--salt-color-plum-500);
806
- --salt-palette-category-cat-3-strong: var(--salt-color-plum-600);
807
- --salt-palette-category-cat-4: var(--salt-color-aqua-500);
808
- --salt-palette-category-cat-4-strong: var(--salt-color-aqua-600);
809
- --salt-palette-category-cat-5: var(--salt-color-slate-500);
810
- --salt-palette-category-cat-5-strong: var(--salt-color-slate-600);
811
- --salt-palette-category-cat-6: var(--salt-color-rose-500);
812
- --salt-palette-category-cat-6-strong: var(--salt-color-rose-600);
813
- --salt-palette-category-cat-7: var(--salt-color-olive-500);
814
- --salt-palette-category-cat-7-strong: var(--salt-color-olive-600);
815
- --salt-palette-category-cat-8: var(--salt-color-salmon-500);
816
- --salt-palette-category-cat-8-strong: var(--salt-color-salmon-600);
817
- --salt-palette-category-cat-9: var(--salt-color-indigo-500);
818
- --salt-palette-category-cat-9-strong: var(--salt-color-indigo-600);
819
- --salt-palette-foreground-active: var(--salt-color-blue-700);
820
- --salt-palette-foreground-hover: var(--salt-color-blue-600);
821
- --salt-palette-foreground-invert: var(--salt-color-white);
822
- --salt-palette-foreground-invert-disabled: var(--salt-color-white-40a);
823
- --salt-palette-foreground-primary: var(--salt-color-black);
824
- --salt-palette-foreground-primary-disabled: var(--salt-color-black-40a);
825
- --salt-palette-foreground-secondary: var(--salt-color-gray-700);
826
- --salt-palette-foreground-secondary-disabled: var(--salt-color-gray-700-40a);
827
- --salt-palette-foreground-visited: var(--salt-color-purple-800);
828
- --salt-palette-info: var(--salt-color-blue-600);
829
- --salt-palette-info-weak: var(--salt-color-blue-100);
830
- --salt-palette-negative: var(--salt-color-red-600);
831
- --salt-palette-negative-weak: var(--salt-color-red-100);
832
- --salt-palette-neutral: var(--salt-color-gray-500);
833
- --salt-palette-neutral-disabled: var(--salt-color-gray-500-40a);
834
- --salt-palette-neutral-readonly: var(--salt-color-gray-500-15a);
835
- --salt-palette-neutral-strong: var(--salt-color-gray-600);
836
- --salt-palette-neutral-strong-disabled: var(--salt-color-gray-600-40a);
837
- --salt-palette-neutral-stronger-primary: var(--salt-color-black-40a);
838
- --salt-palette-neutral-stronger-secondary: var(--salt-color-black-25a);
839
- --salt-palette-neutral-stronger-tertiary: var(--salt-color-black-15a);
840
- --salt-palette-neutral-weak: var(--salt-color-gray-400);
841
- --salt-palette-neutral-weaker: var(--salt-color-gray-300);
842
- --salt-palette-neutral-weaker-disabled: var(--salt-color-gray-300-40a);
843
- --salt-palette-neutral-weaker-readonly: var(--salt-color-gray-300-15a);
844
- --salt-palette-neutral-weakest: var(--salt-color-gray-200);
845
- --salt-palette-positive: var(--salt-color-green-600);
846
- --salt-palette-positive-weak: var(--salt-color-green-100);
847
- --salt-palette-warning: var(--salt-color-orange-600);
848
- --salt-palette-warning-weak: var(--salt-color-orange-100);
849
- }
850
- .salt-theme.salt-theme-next[data-mode=dark] {
851
- --salt-palette-accent: var(--salt-color-blue-500);
852
- --salt-palette-accent-disabled: var(--salt-color-blue-500-40a);
853
- --salt-palette-accent-strong: var(--salt-color-blue-400);
854
- --salt-palette-accent-strong-disabled: var(--salt-color-blue-400-40a);
855
- --salt-palette-accent-stronger: var(--salt-color-blue-300);
856
- --salt-palette-accent-stronger-disabled: var(--salt-color-blue-300-40a);
857
- --salt-palette-accent-weak: var(--salt-color-blue-600);
858
- --salt-palette-accent-weaker: var(--salt-color-blue-800);
859
- --salt-palette-accent-weaker-disabled: var(--salt-color-blue-800-40a);
860
- --salt-palette-accent-weakest: var(--salt-color-blue-900);
861
- --salt-palette-background-backdrop: var(--salt-color-black-70a);
862
- --salt-palette-background-hover: var(--salt-color-white-8a);
863
- --salt-palette-background-primary: var(--salt-color-asphalt);
864
- --salt-palette-background-primary-disabled: var(--salt-color-asphalt-40a);
865
- --salt-palette-background-secondary: var(--salt-color-oil);
866
- --salt-palette-background-secondary-disabled: var(--salt-color-oil-40a);
867
- --salt-palette-background-transparent: var(--salt-color-transparent);
868
- --salt-palette-category-cat-1: var(--salt-color-cobalt-500);
869
- --salt-palette-category-cat-1-strong: var(--salt-color-cobalt-400);
870
- --salt-palette-category-cat-10: var(--salt-color-jade-500);
871
- --salt-palette-category-cat-10-strong: var(--salt-color-jade-400);
872
- --salt-palette-category-cat-11: var(--salt-color-citrine-500);
873
- --salt-palette-category-cat-11-strong: var(--salt-color-citrine-400);
874
- --salt-palette-category-cat-12: var(--salt-color-autumn-500);
875
- --salt-palette-category-cat-12-strong: var(--salt-color-autumn-400);
876
- --salt-palette-category-cat-13: var(--salt-color-lavender-500);
877
- --salt-palette-category-cat-13-strong: var(--salt-color-lavender-400);
878
- --salt-palette-category-cat-14: var(--salt-color-ocean-500);
879
- --salt-palette-category-cat-14-strong: var(--salt-color-ocean-400);
880
- --salt-palette-category-cat-15: var(--salt-color-smoke-500);
881
- --salt-palette-category-cat-15-strong: var(--salt-color-smoke-400);
882
- --salt-palette-category-cat-16: var(--salt-color-fuchsia-500);
883
- --salt-palette-category-cat-16-strong: var(--salt-color-fuchsia-400);
884
- --salt-palette-category-cat-17: var(--salt-color-lime-500);
885
- --salt-palette-category-cat-17-strong: var(--salt-color-lime-400);
886
- --salt-palette-category-cat-18: var(--salt-color-fur-500);
887
- --salt-palette-category-cat-18-strong: var(--salt-color-fur-400);
888
- --salt-palette-category-cat-19: var(--salt-color-violet-500);
889
- --salt-palette-category-cat-19-strong: var(--salt-color-violet-400);
890
- --salt-palette-category-cat-2: var(--salt-color-cider-500);
891
- --salt-palette-category-cat-2-strong: var(--salt-color-cider-400);
892
- --salt-palette-category-cat-20: var(--salt-color-forest-500);
893
- --salt-palette-category-cat-20-strong: var(--salt-color-forest-400);
894
- --salt-palette-category-cat-3: var(--salt-color-plum-500);
895
- --salt-palette-category-cat-3-strong: var(--salt-color-plum-400);
896
- --salt-palette-category-cat-4: var(--salt-color-aqua-500);
897
- --salt-palette-category-cat-4-strong: var(--salt-color-aqua-400);
898
- --salt-palette-category-cat-5: var(--salt-color-slate-500);
899
- --salt-palette-category-cat-5-strong: var(--salt-color-slate-400);
900
- --salt-palette-category-cat-6: var(--salt-color-rose-500);
901
- --salt-palette-category-cat-6-strong: var(--salt-color-rose-400);
902
- --salt-palette-category-cat-7: var(--salt-color-olive-500);
903
- --salt-palette-category-cat-7-strong: var(--salt-color-olive-400);
904
- --salt-palette-category-cat-8: var(--salt-color-salmon-500);
905
- --salt-palette-category-cat-8-strong: var(--salt-color-salmon-400);
906
- --salt-palette-category-cat-9: var(--salt-color-indigo-500);
907
- --salt-palette-category-cat-9-strong: var(--salt-color-indigo-400);
908
- --salt-palette-foreground-active: var(--salt-color-blue-300);
909
- --salt-palette-foreground-hover: var(--salt-color-blue-400);
910
- --salt-palette-foreground-invert: var(--salt-color-black);
911
- --salt-palette-foreground-invert-disabled: var(--salt-color-black-40a);
912
- --salt-palette-foreground-primary: var(--salt-color-white);
913
- --salt-palette-foreground-primary-disabled: var(--salt-color-white-40a);
914
- --salt-palette-foreground-secondary: var(--salt-color-gray-300);
915
- --salt-palette-foreground-secondary-disabled: var(--salt-color-gray-300-40a);
916
- --salt-palette-foreground-visited: var(--salt-color-purple-200);
917
- --salt-palette-info: var(--salt-color-blue-400);
918
- --salt-palette-info-weak: var(--salt-color-blue-900);
919
- --salt-palette-negative: var(--salt-color-red-400);
920
- --salt-palette-negative-weak: var(--salt-color-red-900);
921
- --salt-palette-neutral: var(--salt-color-gray-500);
922
- --salt-palette-neutral-disabled: var(--salt-color-gray-500-40a);
923
- --salt-palette-neutral-readonly: var(--salt-color-gray-500-15a);
924
- --salt-palette-neutral-strong: var(--salt-color-gray-400);
925
- --salt-palette-neutral-strong-disabled: var(--salt-color-gray-400-40a);
926
- --salt-palette-neutral-stronger-primary: var(--salt-color-white-40a);
927
- --salt-palette-neutral-stronger-secondary: var(--salt-color-white-25a);
928
- --salt-palette-neutral-stronger-tertiary: var(--salt-color-white-15a);
929
- --salt-palette-neutral-weak: var(--salt-color-gray-600);
930
- --salt-palette-neutral-weaker: var(--salt-color-gray-700);
931
- --salt-palette-neutral-weaker-disabled: var(--salt-color-gray-700-40a);
932
- --salt-palette-neutral-weaker-readonly: var(--salt-color-gray-700-15a);
933
- --salt-palette-neutral-weakest: var(--salt-color-gray-800);
934
- --salt-palette-positive: var(--salt-color-green-400);
935
- --salt-palette-positive-weak: var(--salt-color-green-900);
936
- --salt-palette-warning: var(--salt-color-orange-400);
937
- --salt-palette-warning-weak: var(--salt-color-orange-900);
938
- }
939
-
940
- /* css/characteristics/characteristics-next.css */
941
- .salt-theme.salt-theme-next {
942
- --salt-status-info-borderColor: var(--salt-palette-info);
943
- --salt-status-info-background: var(--salt-palette-info-weak);
944
- --salt-status-info-foreground: var(--salt-palette-info);
945
- --salt-status-static-foreground: var(--salt-palette-foreground-secondary);
946
- --salt-status-warning-foreground: var(--salt-palette-warning);
947
- --salt-status-warning-background-selected: var(--salt-palette-warning-weak);
948
- --salt-status-warning-background: var(--salt-palette-warning-weak);
949
- --salt-status-warning-borderColor: var(--salt-palette-warning);
950
- --salt-status-success-background: var(--salt-palette-positive-weak);
951
- --salt-status-success-background-selected: var(--salt-palette-positive-weak);
952
- --salt-status-success-foreground: var(--salt-palette-positive);
953
- --salt-status-success-borderColor: var(--salt-palette-positive);
954
- --salt-status-error-background-selected: var(--salt-palette-negative-weak);
955
- --salt-status-error-background: var(--salt-palette-negative-weak);
956
- --salt-status-error-borderColor: var(--salt-palette-negative);
957
- --salt-status-error-foreground: var(--salt-palette-negative);
958
- --salt-status-negative-foreground: var(--salt-palette-negative);
959
- --salt-status-positive-foreground: var(--salt-palette-positive);
960
- --salt-container-secondary-borderColor-disabled: var(--salt-palette-neutral-disabled);
961
- --salt-container-secondary-borderColor: var(--salt-palette-neutral);
962
- --salt-container-secondary-background: var(--salt-palette-background-secondary);
963
- --salt-container-secondary-background-disabled: var(--salt-palette-background-secondary-disabled);
964
- --salt-container-primary-borderColor-disabled: var(--salt-palette-neutral-weaker-disabled);
965
- --salt-container-primary-borderColor: var(--salt-palette-neutral-weaker);
966
- --salt-container-primary-background-disabled: var(--salt-palette-background-primary-disabled);
967
- --salt-container-primary-background: var(--salt-palette-background-primary);
968
- --salt-actionable-secondary-foreground-disabled: var(--salt-palette-foreground-primary-disabled);
969
- --salt-actionable-secondary-foreground: var(--salt-palette-foreground-primary);
970
- --salt-actionable-secondary-background: var(--salt-palette-background-transparent);
971
- --salt-actionable-secondary-background-hover: var(--salt-palette-neutral-weak);
972
- --salt-actionable-secondary-foreground-active: var(--salt-palette-foreground-invert);
973
- --salt-actionable-secondary-background-disabled: var(--salt-palette-background-transparent);
974
- --salt-actionable-secondary-background-active: var(--salt-palette-neutral-strong);
975
- --salt-actionable-secondary-foreground-hover: var(--salt-palette-foreground-invert);
976
- --salt-actionable-primary-foreground-disabled: var(--salt-color-white);
977
- --salt-actionable-primary-foreground-hover: var(--salt-color-white);
978
- --salt-actionable-primary-background: var(--salt-color-gray-500);
979
- --salt-actionable-primary-background-disabled: var(--salt-palette-neutral-disabled);
980
- --salt-actionable-primary-background-active: var(--salt-color-gray-800);
981
- --salt-actionable-primary-background-readonly: var(--salt-palette-neutral-readonly);
982
- --salt-actionable-primary-background-hover: var(--salt-color-gray-400);
983
- --salt-actionable-primary-foreground-active: var(--salt-color-white);
984
- --salt-actionable-primary-foreground: var(--salt-color-white);
985
- --salt-actionable-cta-foreground: var(--salt-color-white);
986
- --salt-actionable-cta-foreground-active: var(--salt-color-white);
987
- --salt-actionable-cta-foreground-hover: var(--salt-color-white);
988
- --salt-actionable-cta-foreground-disabled: var(--salt-color-white);
989
- --salt-actionable-cta-background-hover: var(--salt-color-blue-400);
990
- --salt-actionable-cta-background-disabled: var(--salt-palette-accent-disabled);
991
- --salt-actionable-cta-background: var(--salt-color-blue-500);
992
- --salt-actionable-cta-background-active: var(--salt-color-blue-800);
993
- --salt-selectable-background: var(--salt-palette-background-transparent);
994
- --salt-selectable-background-disabled: var(--salt-palette-background-transparent);
995
- --salt-selectable-borderColor: var(--salt-palette-neutral);
996
- --salt-selectable-borderColor-readonly: var(--salt-palette-neutral-readonly);
997
- --salt-selectable-background-blurSelected: var(--salt-palette-neutral-weakest);
998
- --salt-selectable-foreground-disabled: var(--salt-palette-neutral-strong-disabled);
999
- --salt-selectable-borderColor-disabled: var(--salt-palette-neutral-disabled);
1000
- --salt-selectable-foreground: var(--salt-palette-neutral-strong);
1001
- --salt-selectable-background-selected: var(--salt-palette-accent-weaker);
1002
- --salt-selectable-background-hover: var(--salt-palette-accent-weakest);
1003
- --salt-selectable-borderColor-selected: var(--salt-palette-accent-stronger);
1004
- --salt-selectable-foreground-selectedDisabled: var(--salt-palette-accent-strong-disabled);
1005
- --salt-selectable-borderColor-selectedDisabled: var(--salt-palette-accent-stronger-disabled);
1006
- --salt-selectable-borderColor-hover: var(--salt-palette-accent);
1007
- --salt-selectable-background-selectedDisabled: var(--salt-palette-accent-weaker-disabled);
1008
- --salt-selectable-foreground-hover: var(--salt-palette-accent);
1009
- --salt-selectable-foreground-selected: var(--salt-palette-accent-strong);
1010
- --salt-track-borderColor: var(--salt-palette-neutral);
1011
- --salt-navigable-background-hover: var(--salt-palette-background-hover);
1012
- --salt-navigable-indicator-active: var(--salt-palette-accent);
1013
- --salt-navigable-indicator-hover: var(--salt-palette-neutral);
1014
- --salt-accent-foreground: var(--salt-palette-foreground-invert);
1015
- --salt-accent-background: var(--salt-palette-accent);
1016
- --salt-accent-borderColor: var(--salt-palette-accent);
1017
- --salt-editable-secondary-background-readonly: var(--salt-palette-background-transparent);
1018
- --salt-editable-secondary-background: var(--salt-palette-background-secondary);
1019
- --salt-editable-secondary-background-disabled: var(--salt-palette-background-secondary-disabled);
1020
- --salt-editable-secondary-background-active: var(--salt-palette-background-secondary);
1021
- --salt-editable-secondary-background-hover: var(--salt-palette-background-secondary);
1022
- --salt-editable-borderColor-readonly: var(--salt-palette-neutral-readonly);
1023
- --salt-editable-borderColor: var(--salt-palette-neutral);
1024
- --salt-editable-primary-background-readonly: var(--salt-palette-background-transparent);
1025
- --salt-editable-primary-background-hover: var(--salt-palette-background-primary);
1026
- --salt-editable-primary-background: var(--salt-palette-background-primary);
1027
- --salt-editable-primary-background-active: var(--salt-palette-background-primary);
1028
- --salt-editable-primary-background-disabled: var(--salt-palette-background-primary-disabled);
1029
- --salt-editable-borderColor-disabled: var(--salt-palette-neutral-disabled);
1030
- --salt-editable-borderColor-active: var(--salt-palette-accent-stronger);
1031
- --salt-editable-borderColor-hover: var(--salt-palette-accent);
1032
- --salt-content-secondary-foreground-disabled: var(--salt-palette-foreground-secondary-disabled);
1033
- --salt-content-primary-foreground: var(--salt-palette-foreground-primary);
1034
- --salt-content-secondary-foreground: var(--salt-palette-foreground-secondary);
1035
- --salt-content-primary-foreground-disabled: var(--salt-palette-foreground-primary-disabled);
1036
- --salt-content-foreground-visited: var(--salt-palette-foreground-visited);
1037
- --salt-content-foreground-active: var(--salt-palette-foreground-active);
1038
- --salt-content-foreground-hover: var(--salt-palette-foreground-hover);
1039
- --salt-content-foreground-highlight: var(--salt-palette-accent-weaker);
1040
- --salt-overlayable-background: var(--salt-palette-background-backdrop);
1041
- --salt-target-background-hover: var(--salt-palette-accent-weakest);
1042
- --salt-target-borderColor-hover: var(--salt-palette-accent);
1043
- --salt-focused-outlineColor: var(--salt-palette-accent-stronger);
1044
- --salt-separable-tertiary-borderColor: var(--salt-palette-neutral-stronger-tertiary);
1045
- --salt-separable-primary-borderColor: var(--salt-palette-neutral-stronger-primary);
1046
- --salt-separable-secondary-borderColor: var(--salt-palette-neutral-stronger-secondary);
1047
- }
1048
-
1049
45
  /* css/theme-next.css */
package/index.css CHANGED
@@ -15,11 +15,6 @@
15
15
  .salt-theme[data-mode=dark] {
16
16
  color-scheme: dark;
17
17
  }
18
- *,
19
- *::before,
20
- *::after {
21
- box-sizing: border-box;
22
- }
23
18
  .salt-visuallyHidden {
24
19
  position: absolute;
25
20
  height: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "0.0.0-snapshot-20240229090235",
3
+ "version": "0.0.0-snapshot-20240314195839",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,8 @@
11
11
  "style": "index.css",
12
12
  "files": [
13
13
  "/index.css",
14
- "/css"
14
+ "/css",
15
+ "/json"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "yarn node ./scripts/build.mjs"