@salt-ds/theme 1.16.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/theme.css CHANGED
@@ -250,6 +250,186 @@
250
250
  --salt-color-gray-700: rgb(42, 44, 47);
251
251
  --salt-color-gray-800: rgb(36, 37, 38);
252
252
  --salt-color-gray-900: rgb(22, 22, 22);
253
+ --salt-color-cobalt-100: rgb(237, 244, 255);
254
+ --salt-color-cobalt-200: rgb(198, 211, 239);
255
+ --salt-color-cobalt-300: rgb(159, 179, 223);
256
+ --salt-color-cobalt-400: rgb(118, 148, 207);
257
+ --salt-color-cobalt-500: rgb(70, 118, 191);
258
+ --salt-color-cobalt-600: rgb(53, 95, 161);
259
+ --salt-color-cobalt-700: rgb(36, 72, 133);
260
+ --salt-color-cobalt-800: rgb(19, 51, 105);
261
+ --salt-color-cobalt-900: rgb(0, 31, 79);
262
+ --salt-color-cider-100: rgb(255, 235, 217);
263
+ --salt-color-cider-200: rgb(255, 201, 158);
264
+ --salt-color-cider-300: rgb(242, 172, 116);
265
+ --salt-color-cider-400: rgb(219, 138, 72);
266
+ --salt-color-cider-500: rgb(171, 101, 40);
267
+ --salt-color-cider-600: rgb(143, 82, 31);
268
+ --salt-color-cider-700: rgb(116, 64, 21);
269
+ --salt-color-cider-800: rgb(90, 47, 13);
270
+ --salt-color-cider-900: rgb(66, 31, 0);
271
+ --salt-color-plum-100: rgb(245, 224, 255);
272
+ --salt-color-plum-200: rgb(230, 185, 250);
273
+ --salt-color-plum-300: rgb(209, 148, 235);
274
+ --salt-color-plum-400: rgb(188, 115, 222);
275
+ --salt-color-plum-500: rgb(159, 85, 194);
276
+ --salt-color-plum-600: rgb(131, 67, 161);
277
+ --salt-color-plum-700: rgb(105, 50, 130);
278
+ --salt-color-plum-800: rgb(79, 34, 100);
279
+ --salt-color-plum-900: rgb(55, 18, 71);
280
+ --salt-color-aqua-100: rgb(220, 247, 247);
281
+ --salt-color-aqua-200: rgb(177, 229, 229);
282
+ --salt-color-aqua-300: rgb(135, 200, 201);
283
+ --salt-color-aqua-400: rgb(90, 171, 173);
284
+ --salt-color-aqua-500: rgb(42, 130, 133);
285
+ --salt-color-aqua-600: rgb(31, 109, 111);
286
+ --salt-color-aqua-700: rgb(19, 88, 90);
287
+ --salt-color-aqua-800: rgb(8, 68, 70);
288
+ --salt-color-aqua-900: rgb(0, 49, 51);
289
+ --salt-color-slate-100: rgb(225, 232, 247);
290
+ --salt-color-slate-200: rgb(194, 202, 221);
291
+ --salt-color-slate-300: rgb(164, 173, 196);
292
+ --salt-color-slate-400: rgb(134, 145, 172);
293
+ --salt-color-slate-500: rgb(105, 118, 148);
294
+ --salt-color-slate-600: rgb(84, 95, 122);
295
+ --salt-color-slate-700: rgb(64, 73, 97);
296
+ --salt-color-slate-800: rgb(44, 53, 74);
297
+ --salt-color-slate-900: rgb(26, 33, 51);
298
+ --salt-color-rose-100: rgb(255, 227, 249);
299
+ --salt-color-rose-200: rgb(250, 190, 237);
300
+ --salt-color-rose-300: rgb(229, 154, 212);
301
+ --salt-color-rose-400: rgb(209, 117, 189);
302
+ --salt-color-rose-500: rgb(176, 86, 158);
303
+ --salt-color-rose-600: rgb(146, 67, 130);
304
+ --salt-color-rose-700: rgb(118, 50, 104);
305
+ --salt-color-rose-800: rgb(90, 32, 78);
306
+ --salt-color-rose-900: rgb(64, 16, 54);
307
+ --salt-color-olive-100: rgb(234, 240, 223);
308
+ --salt-color-olive-200: rgb(210, 222, 184);
309
+ --salt-color-olive-300: rgb(180, 194, 149);
310
+ --salt-color-olive-400: rgb(149, 166, 113);
311
+ --salt-color-olive-500: rgb(109, 124, 77);
312
+ --salt-color-olive-600: rgb(88, 103, 58);
313
+ --salt-color-olive-700: rgb(68, 83, 39);
314
+ --salt-color-olive-800: rgb(49, 64, 21);
315
+ --salt-color-olive-900: rgb(31, 46, 0);
316
+ --salt-color-salmon-100: rgb(255, 232, 233);
317
+ --salt-color-salmon-200: rgb(255, 194, 194);
318
+ --salt-color-salmon-300: rgb(240, 155, 153);
319
+ --salt-color-salmon-400: rgb(222, 120, 120);
320
+ --salt-color-salmon-500: rgb(189, 85, 88);
321
+ --salt-color-salmon-600: rgb(154, 64, 67);
322
+ --salt-color-salmon-700: rgb(121, 44, 48);
323
+ --salt-color-salmon-800: rgb(89, 25, 29);
324
+ --salt-color-salmon-900: rgb(59, 6, 8);
325
+ --salt-color-indigo-100: rgb(231, 227, 255);
326
+ --salt-color-indigo-200: rgb(208, 194, 252);
327
+ --salt-color-indigo-300: rgb(180, 162, 242);
328
+ --salt-color-indigo-400: rgb(149, 129, 229);
329
+ --salt-color-indigo-500: rgb(120, 104, 206);
330
+ --salt-color-indigo-600: rgb(98, 85, 170);
331
+ --salt-color-indigo-700: rgb(77, 66, 135);
332
+ --salt-color-indigo-800: rgb(57, 49, 102);
333
+ --salt-color-indigo-900: rgb(38, 32, 71);
334
+ --salt-color-jade-100: rgb(225, 245, 230);
335
+ --salt-color-jade-200: rgb(179, 229, 187);
336
+ --salt-color-jade-300: rgb(137, 201, 146);
337
+ --salt-color-jade-400: rgb(92, 173, 106);
338
+ --salt-color-jade-500: rgb(45, 133, 67);
339
+ --salt-color-jade-600: rgb(33, 111, 53);
340
+ --salt-color-jade-700: rgb(21, 90, 39);
341
+ --salt-color-jade-800: rgb(8, 70, 26);
342
+ --salt-color-jade-900: rgb(0, 51, 13);
343
+ --salt-color-citrine-100: rgb(255, 249, 217);
344
+ --salt-color-citrine-200: rgb(240, 225, 165);
345
+ --salt-color-citrine-300: rgb(209, 189, 115);
346
+ --salt-color-citrine-400: rgb(178, 156, 66);
347
+ --salt-color-citrine-500: rgb(135, 116, 16);
348
+ --salt-color-citrine-600: rgb(114, 98, 12);
349
+ --salt-color-citrine-700: rgb(94, 80, 9);
350
+ --salt-color-citrine-800: rgb(74, 63, 6);
351
+ --salt-color-citrine-900: rgb(51, 43, 0);
352
+ --salt-color-autumn-100: rgb(255, 233, 217);
353
+ --salt-color-autumn-200: rgb(255, 197, 161);
354
+ --salt-color-autumn-300: rgb(242, 163, 114);
355
+ --salt-color-autumn-400: rgb(222, 126, 64);
356
+ --salt-color-autumn-500: rgb(189, 91, 21);
357
+ --salt-color-autumn-600: rgb(153, 73, 18);
358
+ --salt-color-autumn-700: rgb(119, 55, 14);
359
+ --salt-color-autumn-800: rgb(86, 39, 10);
360
+ --salt-color-autumn-900: rgb(56, 23, 0);
361
+ --salt-color-lavender-100: rgb(250, 235, 250);
362
+ --salt-color-lavender-200: rgb(237, 199, 237);
363
+ --salt-color-lavender-300: rgb(212, 167, 212);
364
+ --salt-color-lavender-400: rgb(186, 134, 186);
365
+ --salt-color-lavender-500: rgb(148, 102, 148);
366
+ --salt-color-lavender-600: rgb(126, 80, 126);
367
+ --salt-color-lavender-700: rgb(105, 58, 105);
368
+ --salt-color-lavender-800: rgb(84, 37, 84);
369
+ --salt-color-lavender-900: rgb(64, 15, 64);
370
+ --salt-color-ocean-100: rgb(227, 251, 255);
371
+ --salt-color-ocean-200: rgb(180, 229, 240);
372
+ --salt-color-ocean-300: rgb(131, 197, 212);
373
+ --salt-color-ocean-400: rgb(80, 167, 186);
374
+ --salt-color-ocean-500: rgb(0, 128, 148);
375
+ --salt-color-ocean-600: rgb(0, 106, 122);
376
+ --salt-color-ocean-700: rgb(0, 84, 97);
377
+ --salt-color-ocean-800: rgb(0, 64, 74);
378
+ --salt-color-ocean-900: rgb(0, 44, 51);
379
+ --salt-color-smoke-100: rgb(242, 245, 250);
380
+ --salt-color-smoke-200: rgb(208, 211, 216);
381
+ --salt-color-smoke-300: rgb(176, 179, 184);
382
+ --salt-color-smoke-400: rgb(144, 147, 152);
383
+ --salt-color-smoke-500: rgb(114, 117, 122);
384
+ --salt-color-smoke-600: rgb(93, 96, 101);
385
+ --salt-color-smoke-700: rgb(73, 76, 81);
386
+ --salt-color-smoke-800: rgb(53, 56, 61);
387
+ --salt-color-smoke-900: rgb(35, 38, 43);
388
+ --salt-color-fuchsia-100: rgb(255, 232, 247);
389
+ --salt-color-fuchsia-200: rgb(255, 191, 229);
390
+ --salt-color-fuchsia-300: rgb(240, 151, 203);
391
+ --salt-color-fuchsia-400: rgb(222, 109, 178);
392
+ --salt-color-fuchsia-500: rgb(194, 71, 149);
393
+ --salt-color-fuchsia-600: rgb(167, 54, 125);
394
+ --salt-color-fuchsia-700: rgb(140, 37, 101);
395
+ --salt-color-fuchsia-800: rgb(114, 19, 79);
396
+ --salt-color-fuchsia-900: rgb(89, 0, 57);
397
+ --salt-color-lime-100: rgb(239, 245, 220);
398
+ --salt-color-lime-200: rgb(215, 227, 168);
399
+ --salt-color-lime-300: rgb(182, 196, 120);
400
+ --salt-color-lime-400: rgb(146, 166, 71);
401
+ --salt-color-lime-500: rgb(102, 125, 21);
402
+ --salt-color-lime-600: rgb(85, 106, 16);
403
+ --salt-color-lime-700: rgb(69, 87, 11);
404
+ --salt-color-lime-800: rgb(53, 68, 6);
405
+ --salt-color-lime-900: rgb(36, 46, 0);
406
+ --salt-color-fur-100: rgb(255, 244, 235);
407
+ --salt-color-fur-200: rgb(245, 214, 191);
408
+ --salt-color-fur-300: rgb(219, 178, 147);
409
+ --salt-color-fur-400: rgb(194, 144, 107);
410
+ --salt-color-fur-500: rgb(153, 106, 69);
411
+ --salt-color-fur-600: rgb(130, 85, 52);
412
+ --salt-color-fur-700: rgb(107, 65, 36);
413
+ --salt-color-fur-800: rgb(85, 46, 20);
414
+ --salt-color-fur-900: rgb(64, 28, 0);
415
+ --salt-color-violet-100: rgb(237, 239, 255);
416
+ --salt-color-violet-200: rgb(202, 203, 252);
417
+ --salt-color-violet-300: rgb(167, 169, 235);
418
+ --salt-color-violet-400: rgb(134, 139, 219);
419
+ --salt-color-violet-500: rgb(99, 110, 191);
420
+ --salt-color-violet-600: rgb(81, 90, 159);
421
+ --salt-color-violet-700: rgb(63, 71, 128);
422
+ --salt-color-violet-800: rgb(47, 53, 99);
423
+ --salt-color-violet-900: rgb(31, 36, 71);
424
+ --salt-color-forest-100: rgb(237, 250, 245);
425
+ --salt-color-forest-200: rgb(188, 232, 211);
426
+ --salt-color-forest-300: rgb(141, 204, 174);
427
+ --salt-color-forest-400: rgb(91, 176, 136);
428
+ --salt-color-forest-500: rgb(35, 133, 94);
429
+ --salt-color-forest-600: rgb(25, 111, 77);
430
+ --salt-color-forest-700: rgb(15, 90, 61);
431
+ --salt-color-forest-800: rgb(6, 70, 46);
432
+ --salt-color-forest-900: rgb(0, 51, 31);
253
433
  }
254
434
 
255
435
  /* css/foundations/duration.css */
@@ -331,6 +511,7 @@
331
511
  --salt-opacity-15: 0.15;
332
512
  --salt-opacity-25: 0.25;
333
513
  --salt-opacity-40: 0.4;
514
+ --salt-opacity-45: 0.45;
334
515
  --salt-opacity-70: 0.7;
335
516
  }
336
517
 
@@ -492,6 +673,132 @@
492
673
  --salt-palette-error-foreground-informative: var(--salt-color-red-200);
493
674
  }
494
675
 
676
+ /* css/palette/categorical.css */
677
+ .salt-theme[data-mode=light] {
678
+ --salt-palette-categorical-1: var(--salt-color-cobalt-500);
679
+ --salt-palette-categorical-1-strong: var(--salt-color-cobalt-600);
680
+ --salt-palette-categorical-1-weakest: var(--salt-color-cobalt-100);
681
+ --salt-palette-categorical-2: var(--salt-color-cider-500);
682
+ --salt-palette-categorical-2-strong: var(--salt-color-cider-600);
683
+ --salt-palette-categorical-2-weakest: var(--salt-color-cider-100);
684
+ --salt-palette-categorical-3: var(--salt-color-plum-500);
685
+ --salt-palette-categorical-3-strong: var(--salt-color-plum-600);
686
+ --salt-palette-categorical-3-weakest: var(--salt-color-plum-100);
687
+ --salt-palette-categorical-4: var(--salt-color-aqua-500);
688
+ --salt-palette-categorical-4-strong: var(--salt-color-aqua-600);
689
+ --salt-palette-categorical-4-weakest: var(--salt-color-aqua-100);
690
+ --salt-palette-categorical-5: var(--salt-color-slate-500);
691
+ --salt-palette-categorical-5-strong: var(--salt-color-slate-600);
692
+ --salt-palette-categorical-5-weakest: var(--salt-color-slate-100);
693
+ --salt-palette-categorical-6: var(--salt-color-rose-500);
694
+ --salt-palette-categorical-6-strong: var(--salt-color-rose-600);
695
+ --salt-palette-categorical-6-weakest: var(--salt-color-rose-100);
696
+ --salt-palette-categorical-7: var(--salt-color-olive-500);
697
+ --salt-palette-categorical-7-strong: var(--salt-color-olive-600);
698
+ --salt-palette-categorical-7-weakest: var(--salt-color-olive-100);
699
+ --salt-palette-categorical-8: var(--salt-color-salmon-500);
700
+ --salt-palette-categorical-8-strong: var(--salt-color-salmon-600);
701
+ --salt-palette-categorical-8-weakest: var(--salt-color-salmon-100);
702
+ --salt-palette-categorical-9: var(--salt-color-indigo-500);
703
+ --salt-palette-categorical-9-strong: var(--salt-color-indigo-600);
704
+ --salt-palette-categorical-9-weakest: var(--salt-color-indigo-100);
705
+ --salt-palette-categorical-10: var(--salt-color-jade-500);
706
+ --salt-palette-categorical-10-strong: var(--salt-color-jade-600);
707
+ --salt-palette-categorical-10-weakest: var(--salt-color-jade-100);
708
+ --salt-palette-categorical-11: var(--salt-color-citrine-500);
709
+ --salt-palette-categorical-11-strong: var(--salt-color-citrine-600);
710
+ --salt-palette-categorical-11-weakest: var(--salt-color-citrine-100);
711
+ --salt-palette-categorical-12: var(--salt-color-autumn-500);
712
+ --salt-palette-categorical-12-strong: var(--salt-color-autumn-600);
713
+ --salt-palette-categorical-12-weakest: var(--salt-color-autumn-100);
714
+ --salt-palette-categorical-13: var(--salt-color-lavender-500);
715
+ --salt-palette-categorical-13-strong: var(--salt-color-lavender-600);
716
+ --salt-palette-categorical-13-weakest: var(--salt-color-lavender-100);
717
+ --salt-palette-categorical-14: var(--salt-color-ocean-500);
718
+ --salt-palette-categorical-14-strong: var(--salt-color-ocean-600);
719
+ --salt-palette-categorical-14-weakest: var(--salt-color-ocean-100);
720
+ --salt-palette-categorical-15: var(--salt-color-smoke-500);
721
+ --salt-palette-categorical-15-strong: var(--salt-color-smoke-600);
722
+ --salt-palette-categorical-15-weakest: var(--salt-color-smoke-100);
723
+ --salt-palette-categorical-16: var(--salt-color-fuchsia-500);
724
+ --salt-palette-categorical-16-strong: var(--salt-color-fuchsia-600);
725
+ --salt-palette-categorical-16-weakest: var(--salt-color-fuchsia-100);
726
+ --salt-palette-categorical-17: var(--salt-color-lime-500);
727
+ --salt-palette-categorical-17-strong: var(--salt-color-lime-600);
728
+ --salt-palette-categorical-17-weakest: var(--salt-color-lime-100);
729
+ --salt-palette-categorical-18: var(--salt-color-fur-500);
730
+ --salt-palette-categorical-18-strong: var(--salt-color-fur-600);
731
+ --salt-palette-categorical-18-weakest: var(--salt-color-fur-100);
732
+ --salt-palette-categorical-19: var(--salt-color-violet-500);
733
+ --salt-palette-categorical-19-strong: var(--salt-color-violet-600);
734
+ --salt-palette-categorical-19-weakest: var(--salt-color-violet-100);
735
+ --salt-palette-categorical-20: var(--salt-color-forest-500);
736
+ --salt-palette-categorical-20-strong: var(--salt-color-forest-600);
737
+ --salt-palette-categorical-20-weakest: var(--salt-color-forest-100);
738
+ }
739
+ .salt-theme[data-mode=dark] {
740
+ --salt-palette-categorical-1: var(--salt-color-cobalt-500);
741
+ --salt-palette-categorical-1-strong: var(--salt-color-cobalt-400);
742
+ --salt-palette-categorical-1-weakest: var(--salt-color-cobalt-900);
743
+ --salt-palette-categorical-2: var(--salt-color-cider-500);
744
+ --salt-palette-categorical-2-strong: var(--salt-color-cider-400);
745
+ --salt-palette-categorical-2-weakest: var(--salt-color-cider-900);
746
+ --salt-palette-categorical-3: var(--salt-color-plum-500);
747
+ --salt-palette-categorical-3-strong: var(--salt-color-plum-400);
748
+ --salt-palette-categorical-3-weakest: var(--salt-color-plum-900);
749
+ --salt-palette-categorical-4: var(--salt-color-aqua-500);
750
+ --salt-palette-categorical-4-strong: var(--salt-color-aqua-400);
751
+ --salt-palette-categorical-4-weakest: var(--salt-color-aqua-900);
752
+ --salt-palette-categorical-5: var(--salt-color-slate-500);
753
+ --salt-palette-categorical-5-strong: var(--salt-color-slate-400);
754
+ --salt-palette-categorical-5-weakest: var(--salt-color-slate-900);
755
+ --salt-palette-categorical-6: var(--salt-color-rose-500);
756
+ --salt-palette-categorical-6-strong: var(--salt-color-rose-400);
757
+ --salt-palette-categorical-6-weakest: var(--salt-color-rose-900);
758
+ --salt-palette-categorical-7: var(--salt-color-olive-500);
759
+ --salt-palette-categorical-7-strong: var(--salt-color-olive-400);
760
+ --salt-palette-categorical-7-weakest: var(--salt-color-olive-900);
761
+ --salt-palette-categorical-8: var(--salt-color-salmon-500);
762
+ --salt-palette-categorical-8-strong: var(--salt-color-salmon-400);
763
+ --salt-palette-categorical-8-weakest: var(--salt-color-salmon-900);
764
+ --salt-palette-categorical-9: var(--salt-color-indigo-500);
765
+ --salt-palette-categorical-9-strong: var(--salt-color-indigo-400);
766
+ --salt-palette-categorical-9-weakest: var(--salt-color-indigo-900);
767
+ --salt-palette-categorical-10: var(--salt-color-jade-500);
768
+ --salt-palette-categorical-10-strong: var(--salt-color-jade-400);
769
+ --salt-palette-categorical-10-weakest: var(--salt-color-jade-900);
770
+ --salt-palette-categorical-11: var(--salt-color-citrine-500);
771
+ --salt-palette-categorical-11-strong: var(--salt-color-citrine-400);
772
+ --salt-palette-categorical-11-weakest: var(--salt-color-citrine-900);
773
+ --salt-palette-categorical-12: var(--salt-color-autumn-500);
774
+ --salt-palette-categorical-12-strong: var(--salt-color-autumn-400);
775
+ --salt-palette-categorical-12-weakest: var(--salt-color-autumn-900);
776
+ --salt-palette-categorical-13: var(--salt-color-lavender-500);
777
+ --salt-palette-categorical-13-strong: var(--salt-color-lavender-400);
778
+ --salt-palette-categorical-13-weakest: var(--salt-color-lavender-900);
779
+ --salt-palette-categorical-14: var(--salt-color-ocean-500);
780
+ --salt-palette-categorical-14-strong: var(--salt-color-ocean-400);
781
+ --salt-palette-categorical-14-weakest: var(--salt-color-ocean-900);
782
+ --salt-palette-categorical-15: var(--salt-color-smoke-500);
783
+ --salt-palette-categorical-15-strong: var(--salt-color-smoke-400);
784
+ --salt-palette-categorical-15-weakest: var(--salt-color-smoke-900);
785
+ --salt-palette-categorical-16: var(--salt-color-fuchsia-500);
786
+ --salt-palette-categorical-16-strong: var(--salt-color-fuchsia-400);
787
+ --salt-palette-categorical-16-weakest: var(--salt-color-fuchsia-900);
788
+ --salt-palette-categorical-17: var(--salt-color-lime-500);
789
+ --salt-palette-categorical-17-strong: var(--salt-color-lime-400);
790
+ --salt-palette-categorical-17-weakest: var(--salt-color-lime-900);
791
+ --salt-palette-categorical-18: var(--salt-color-fur-500);
792
+ --salt-palette-categorical-18-strong: var(--salt-color-fur-400);
793
+ --salt-palette-categorical-18-weakest: var(--salt-color-fur-900);
794
+ --salt-palette-categorical-19: var(--salt-color-violet-500);
795
+ --salt-palette-categorical-19-strong: var(--salt-color-violet-400);
796
+ --salt-palette-categorical-19-weakest: var(--salt-color-violet-900);
797
+ --salt-palette-categorical-20: var(--salt-color-forest-500);
798
+ --salt-palette-categorical-20-strong: var(--salt-color-forest-400);
799
+ --salt-palette-categorical-20-weakest: var(--salt-color-forest-900);
800
+ }
801
+
495
802
  /* css/palette/info.css */
496
803
  .salt-theme[data-mode=light] {
497
804
  --salt-palette-info-background: var(--salt-color-blue-10);
@@ -672,7 +979,7 @@
672
979
  --salt-palette-opacity-disabled: var(--salt-opacity-40);
673
980
  --salt-palette-opacity-background-readonly: var(--salt-opacity-0);
674
981
  --salt-palette-opacity-border-readonly: var(--salt-opacity-15);
675
- --salt-palette-opacity-primary-border: var(--salt-opacity-40);
982
+ --salt-palette-opacity-primary-border: var(--salt-opacity-45);
676
983
  --salt-palette-opacity-secondary-border: var(--salt-opacity-25);
677
984
  --salt-palette-opacity-tertiary-border: var(--salt-opacity-15);
678
985
  }
@@ -706,6 +1013,18 @@
706
1013
  --salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
707
1014
  --salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
708
1015
  --salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
1016
+ --salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
1017
+ --salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
1018
+ --salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1019
+ --salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
1020
+ --salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
1021
+ --salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1022
+ --salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
1023
+ --salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
1024
+ --salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
1025
+ --salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
1026
+ --salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
1027
+ --salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
709
1028
  }
710
1029
 
711
1030
  /* css/palette/warning.css */
@@ -774,6 +1093,110 @@
774
1093
  --salt-actionable-secondary-borderColor-disabled: transparent;
775
1094
  }
776
1095
 
1096
+ /* css/characteristics/category.css */
1097
+ .salt-theme {
1098
+ --salt-category-1-subtle-foreground: var(--salt-palette-categorical-1-strong);
1099
+ --salt-category-1-subtle-background: var(--salt-palette-categorical-1-weakest);
1100
+ --salt-category-1-subtle-borderColor: var(--salt-palette-categorical-1);
1101
+ --salt-category-1-bold-foreground: var(--salt-palette-accent-foreground);
1102
+ --salt-category-1-bold-background: var(--salt-palette-categorical-1);
1103
+ --salt-category-2-subtle-foreground: var(--salt-palette-categorical-2-strong);
1104
+ --salt-category-2-subtle-background: var(--salt-palette-categorical-2-weakest);
1105
+ --salt-category-2-subtle-borderColor: var(--salt-palette-categorical-2);
1106
+ --salt-category-2-bold-foreground: var(--salt-palette-accent-foreground);
1107
+ --salt-category-2-bold-background: var(--salt-palette-categorical-2);
1108
+ --salt-category-3-subtle-foreground: var(--salt-palette-categorical-3-strong);
1109
+ --salt-category-3-subtle-background: var(--salt-palette-categorical-3-weakest);
1110
+ --salt-category-3-subtle-borderColor: var(--salt-palette-categorical-3);
1111
+ --salt-category-3-bold-foreground: var(--salt-palette-accent-foreground);
1112
+ --salt-category-3-bold-background: var(--salt-palette-categorical-3);
1113
+ --salt-category-4-subtle-foreground: var(--salt-palette-categorical-4-strong);
1114
+ --salt-category-4-subtle-background: var(--salt-palette-categorical-4-weakest);
1115
+ --salt-category-4-subtle-borderColor: var(--salt-palette-categorical-4);
1116
+ --salt-category-4-bold-foreground: var(--salt-palette-accent-foreground);
1117
+ --salt-category-4-bold-background: var(--salt-palette-categorical-4);
1118
+ --salt-category-5-subtle-foreground: var(--salt-palette-categorical-5-strong);
1119
+ --salt-category-5-subtle-background: var(--salt-palette-categorical-5-weakest);
1120
+ --salt-category-5-subtle-borderColor: var(--salt-palette-categorical-5);
1121
+ --salt-category-5-bold-foreground: var(--salt-palette-accent-foreground);
1122
+ --salt-category-5-bold-background: var(--salt-palette-categorical-5);
1123
+ --salt-category-6-subtle-foreground: var(--salt-palette-categorical-6-strong);
1124
+ --salt-category-6-subtle-background: var(--salt-palette-categorical-6-weakest);
1125
+ --salt-category-6-subtle-borderColor: var(--salt-palette-categorical-6);
1126
+ --salt-category-6-bold-foreground: var(--salt-palette-accent-foreground);
1127
+ --salt-category-6-bold-background: var(--salt-palette-categorical-6);
1128
+ --salt-category-7-subtle-foreground: var(--salt-palette-categorical-7-strong);
1129
+ --salt-category-7-subtle-background: var(--salt-palette-categorical-7-weakest);
1130
+ --salt-category-7-subtle-borderColor: var(--salt-palette-categorical-7);
1131
+ --salt-category-7-bold-foreground: var(--salt-palette-accent-foreground);
1132
+ --salt-category-7-bold-background: var(--salt-palette-categorical-7);
1133
+ --salt-category-8-subtle-foreground: var(--salt-palette-categorical-8-strong);
1134
+ --salt-category-8-subtle-background: var(--salt-palette-categorical-8-weakest);
1135
+ --salt-category-8-subtle-borderColor: var(--salt-palette-categorical-8);
1136
+ --salt-category-8-bold-foreground: var(--salt-palette-accent-foreground);
1137
+ --salt-category-8-bold-background: var(--salt-palette-categorical-8);
1138
+ --salt-category-9-subtle-foreground: var(--salt-palette-categorical-9-strong);
1139
+ --salt-category-9-subtle-background: var(--salt-palette-categorical-9-weakest);
1140
+ --salt-category-9-subtle-borderColor: var(--salt-palette-categorical-9);
1141
+ --salt-category-9-bold-foreground: var(--salt-palette-accent-foreground);
1142
+ --salt-category-9-bold-background: var(--salt-palette-categorical-9);
1143
+ --salt-category-10-subtle-foreground: var(--salt-palette-categorical-10-strong);
1144
+ --salt-category-10-subtle-background: var(--salt-palette-categorical-10-weakest);
1145
+ --salt-category-10-subtle-borderColor: var(--salt-palette-categorical-10);
1146
+ --salt-category-10-bold-foreground: var(--salt-palette-accent-foreground);
1147
+ --salt-category-10-bold-background: var(--salt-palette-categorical-10);
1148
+ --salt-category-11-subtle-foreground: var(--salt-palette-categorical-11-strong);
1149
+ --salt-category-11-subtle-background: var(--salt-palette-categorical-11-weakest);
1150
+ --salt-category-11-subtle-borderColor: var(--salt-palette-categorical-11);
1151
+ --salt-category-11-bold-foreground: var(--salt-palette-accent-foreground);
1152
+ --salt-category-11-bold-background: var(--salt-palette-categorical-11);
1153
+ --salt-category-12-subtle-foreground: var(--salt-palette-categorical-12-strong);
1154
+ --salt-category-12-subtle-background: var(--salt-palette-categorical-12-weakest);
1155
+ --salt-category-12-subtle-borderColor: var(--salt-palette-categorical-12);
1156
+ --salt-category-12-bold-foreground: var(--salt-palette-accent-foreground);
1157
+ --salt-category-12-bold-background: var(--salt-palette-categorical-12);
1158
+ --salt-category-13-subtle-foreground: var(--salt-palette-categorical-13-strong);
1159
+ --salt-category-13-subtle-background: var(--salt-palette-categorical-13-weakest);
1160
+ --salt-category-13-subtle-borderColor: var(--salt-palette-categorical-13);
1161
+ --salt-category-13-bold-foreground: var(--salt-palette-accent-foreground);
1162
+ --salt-category-13-bold-background: var(--salt-palette-categorical-13);
1163
+ --salt-category-14-subtle-foreground: var(--salt-palette-categorical-14-strong);
1164
+ --salt-category-14-subtle-background: var(--salt-palette-categorical-14-weakest);
1165
+ --salt-category-14-subtle-borderColor: var(--salt-palette-categorical-14);
1166
+ --salt-category-14-bold-foreground: var(--salt-palette-accent-foreground);
1167
+ --salt-category-14-bold-background: var(--salt-palette-categorical-14);
1168
+ --salt-category-15-subtle-foreground: var(--salt-palette-categorical-15-strong);
1169
+ --salt-category-15-subtle-background: var(--salt-palette-categorical-15-weakest);
1170
+ --salt-category-15-subtle-borderColor: var(--salt-palette-categorical-15);
1171
+ --salt-category-15-bold-foreground: var(--salt-palette-accent-foreground);
1172
+ --salt-category-15-bold-background: var(--salt-palette-categorical-15);
1173
+ --salt-category-16-subtle-foreground: var(--salt-palette-categorical-16-strong);
1174
+ --salt-category-16-subtle-background: var(--salt-palette-categorical-16-weakest);
1175
+ --salt-category-16-subtle-borderColor: var(--salt-palette-categorical-16);
1176
+ --salt-category-16-bold-foreground: var(--salt-palette-accent-foreground);
1177
+ --salt-category-16-bold-background: var(--salt-palette-categorical-16);
1178
+ --salt-category-17-subtle-foreground: var(--salt-palette-categorical-17-strong);
1179
+ --salt-category-17-subtle-background: var(--salt-palette-categorical-17-weakest);
1180
+ --salt-category-17-subtle-borderColor: var(--salt-palette-categorical-17);
1181
+ --salt-category-17-bold-foreground: var(--salt-palette-accent-foreground);
1182
+ --salt-category-17-bold-background: var(--salt-palette-categorical-17);
1183
+ --salt-category-18-subtle-foreground: var(--salt-palette-categorical-18-strong);
1184
+ --salt-category-18-subtle-background: var(--salt-palette-categorical-18-weakest);
1185
+ --salt-category-18-subtle-borderColor: var(--salt-palette-categorical-18);
1186
+ --salt-category-18-bold-foreground: var(--salt-palette-accent-foreground);
1187
+ --salt-category-18-bold-background: var(--salt-palette-categorical-18);
1188
+ --salt-category-19-subtle-foreground: var(--salt-palette-categorical-19-strong);
1189
+ --salt-category-19-subtle-background: var(--salt-palette-categorical-19-weakest);
1190
+ --salt-category-19-subtle-borderColor: var(--salt-palette-categorical-19);
1191
+ --salt-category-19-bold-foreground: var(--salt-palette-accent-foreground);
1192
+ --salt-category-19-bold-background: var(--salt-palette-categorical-19);
1193
+ --salt-category-20-subtle-foreground: var(--salt-palette-categorical-20-strong);
1194
+ --salt-category-20-subtle-background: var(--salt-palette-categorical-20-weakest);
1195
+ --salt-category-20-subtle-borderColor: var(--salt-palette-categorical-20);
1196
+ --salt-category-20-bold-foreground: var(--salt-palette-accent-foreground);
1197
+ --salt-category-20-bold-background: var(--salt-palette-categorical-20);
1198
+ }
1199
+
777
1200
  /* css/characteristics/container.css */
778
1201
  .salt-theme {
779
1202
  --salt-container-borderStyle: solid;
@@ -963,47 +1386,51 @@
963
1386
  --salt-text-action-letterSpacing: 0.6px;
964
1387
  --salt-text-action-textTransform: uppercase;
965
1388
  --salt-text-action-textAlign: center;
966
- --salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
1389
+ --salt-text-action-fontWeight: var(--salt-palette-text-body-fontWeight-strong);
967
1390
  --salt-text-fontFamily: var(--salt-palette-text-fontFamily);
968
- --salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
969
- --salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
970
- --salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
1391
+ --salt-text-fontWeight: var(--salt-palette-text-body-fontWeight);
1392
+ --salt-text-fontWeight-small: var(--salt-palette-text-body-fontWeight-small);
1393
+ --salt-text-fontWeight-strong: var(--salt-palette-text-body-fontWeight-strong);
971
1394
  --salt-text-notation-fontFamily: var(--salt-palette-text-fontFamily);
972
- --salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
973
- --salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
974
- --salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1395
+ --salt-text-notation-fontWeight: var(--salt-palette-text-notation-fontWeight);
1396
+ --salt-text-notation-fontWeight-small: var(--salt-palette-text-notation-fontWeight-small);
1397
+ --salt-text-notation-fontWeight-strong: var(--salt-palette-text-notation-fontWeight-strong);
975
1398
  --salt-text-h1-fontFamily: var(--salt-palette-text-fontFamily-heading);
976
- --salt-text-h1-fontWeight: var(--salt-typography-fontWeight-bold);
977
- --salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-medium);
978
- --salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-extraBold);
1399
+ --salt-text-h1-fontWeight: var(--salt-palette-text-heading-fontWeight);
1400
+ --salt-text-h1-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1401
+ --salt-text-h1-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
979
1402
  --salt-text-h2-fontFamily: var(--salt-palette-text-fontFamily-heading);
980
- --salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
981
- --salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
982
- --salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1403
+ --salt-text-h2-fontWeight: var(--salt-palette-text-heading-fontWeight);
1404
+ --salt-text-h2-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1405
+ --salt-text-h2-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
983
1406
  --salt-text-h3-fontFamily: var(--salt-palette-text-fontFamily-heading);
984
- --salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
985
- --salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
986
- --salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1407
+ --salt-text-h3-fontWeight: var(--salt-palette-text-heading-fontWeight);
1408
+ --salt-text-h3-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1409
+ --salt-text-h3-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
987
1410
  --salt-text-h4-fontFamily: var(--salt-palette-text-fontFamily-heading);
988
- --salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
989
- --salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
990
- --salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1411
+ --salt-text-h4-fontWeight: var(--salt-palette-text-heading-fontWeight);
1412
+ --salt-text-h4-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1413
+ --salt-text-h4-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
991
1414
  --salt-text-label-fontFamily: var(--salt-palette-text-fontFamily);
992
- --salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
993
- --salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
994
- --salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
1415
+ --salt-text-label-fontWeight: var(--salt-palette-text-body-fontWeight);
1416
+ --salt-text-label-fontWeight-small: var(--salt-palette-text-body-fontWeight-small);
1417
+ --salt-text-label-fontWeight-strong: var(--salt-palette-text-body-fontWeight-strong);
995
1418
  --salt-text-display1-fontFamily: var(--salt-palette-text-fontFamily-heading);
996
- --salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
997
- --salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
998
- --salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
1419
+ --salt-text-display1-fontWeight: var(--salt-palette-text-display-fontWeight);
1420
+ --salt-text-display1-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
1421
+ --salt-text-display1-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
999
1422
  --salt-text-display2-fontFamily: var(--salt-palette-text-fontFamily-heading);
1000
- --salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
1001
- --salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1002
- --salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
1423
+ --salt-text-display2-fontWeight: var(--salt-palette-text-display-fontWeight);
1424
+ --salt-text-display2-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
1425
+ --salt-text-display2-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
1003
1426
  --salt-text-display3-fontFamily: var(--salt-palette-text-fontFamily-heading);
1004
- --salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
1005
- --salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1006
- --salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
1427
+ --salt-text-display3-fontWeight: var(--salt-palette-text-display-fontWeight);
1428
+ --salt-text-display3-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
1429
+ --salt-text-display3-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
1430
+ --salt-text-display4-fontFamily: var(--salt-palette-text-fontFamily-heading);
1431
+ --salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
1432
+ --salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1433
+ --salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
1007
1434
  --salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
1008
1435
  }
1009
1436
  .salt-density-touch {
@@ -1026,6 +1453,8 @@
1026
1453
  --salt-text-display2-lineHeight: 76px;
1027
1454
  --salt-text-display3-fontSize: 42px;
1028
1455
  --salt-text-display3-lineHeight: 54px;
1456
+ --salt-text-display4-fontSize: 42px;
1457
+ --salt-text-display4-lineHeight: 54px;
1029
1458
  --salt-text-notation-fontSize: 14px;
1030
1459
  --salt-text-notation-lineHeight: 18px;
1031
1460
  }
@@ -1049,6 +1478,8 @@
1049
1478
  --salt-text-display2-lineHeight: 60px;
1050
1479
  --salt-text-display3-fontSize: 32px;
1051
1480
  --salt-text-display3-lineHeight: 42px;
1481
+ --salt-text-display4-fontSize: 32px;
1482
+ --salt-text-display4-lineHeight: 42px;
1052
1483
  --salt-text-notation-fontSize: 12px;
1053
1484
  --salt-text-notation-lineHeight: 16px;
1054
1485
  }
@@ -1072,6 +1503,8 @@
1072
1503
  --salt-text-display2-lineHeight: 47px;
1073
1504
  --salt-text-display3-fontSize: 24px;
1074
1505
  --salt-text-display3-lineHeight: 32px;
1506
+ --salt-text-display4-fontSize: 24px;
1507
+ --salt-text-display4-lineHeight: 32px;
1075
1508
  --salt-text-notation-fontSize: 10px;
1076
1509
  --salt-text-notation-lineHeight: 13px;
1077
1510
  }
@@ -1095,6 +1528,8 @@
1095
1528
  --salt-text-display2-lineHeight: 36px;
1096
1529
  --salt-text-display3-fontSize: 18px;
1097
1530
  --salt-text-display3-lineHeight: 24px;
1531
+ --salt-text-display4-fontSize: 18px;
1532
+ --salt-text-display4-lineHeight: 24px;
1098
1533
  --salt-text-notation-fontSize: 8px;
1099
1534
  --salt-text-notation-lineHeight: 10px;
1100
1535
  }