@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/index.css CHANGED
@@ -279,6 +279,186 @@
279
279
  --salt-color-gray-700: rgb(42, 44, 47);
280
280
  --salt-color-gray-800: rgb(36, 37, 38);
281
281
  --salt-color-gray-900: rgb(22, 22, 22);
282
+ --salt-color-cobalt-100: rgb(237, 244, 255);
283
+ --salt-color-cobalt-200: rgb(198, 211, 239);
284
+ --salt-color-cobalt-300: rgb(159, 179, 223);
285
+ --salt-color-cobalt-400: rgb(118, 148, 207);
286
+ --salt-color-cobalt-500: rgb(70, 118, 191);
287
+ --salt-color-cobalt-600: rgb(53, 95, 161);
288
+ --salt-color-cobalt-700: rgb(36, 72, 133);
289
+ --salt-color-cobalt-800: rgb(19, 51, 105);
290
+ --salt-color-cobalt-900: rgb(0, 31, 79);
291
+ --salt-color-cider-100: rgb(255, 235, 217);
292
+ --salt-color-cider-200: rgb(255, 201, 158);
293
+ --salt-color-cider-300: rgb(242, 172, 116);
294
+ --salt-color-cider-400: rgb(219, 138, 72);
295
+ --salt-color-cider-500: rgb(171, 101, 40);
296
+ --salt-color-cider-600: rgb(143, 82, 31);
297
+ --salt-color-cider-700: rgb(116, 64, 21);
298
+ --salt-color-cider-800: rgb(90, 47, 13);
299
+ --salt-color-cider-900: rgb(66, 31, 0);
300
+ --salt-color-plum-100: rgb(245, 224, 255);
301
+ --salt-color-plum-200: rgb(230, 185, 250);
302
+ --salt-color-plum-300: rgb(209, 148, 235);
303
+ --salt-color-plum-400: rgb(188, 115, 222);
304
+ --salt-color-plum-500: rgb(159, 85, 194);
305
+ --salt-color-plum-600: rgb(131, 67, 161);
306
+ --salt-color-plum-700: rgb(105, 50, 130);
307
+ --salt-color-plum-800: rgb(79, 34, 100);
308
+ --salt-color-plum-900: rgb(55, 18, 71);
309
+ --salt-color-aqua-100: rgb(220, 247, 247);
310
+ --salt-color-aqua-200: rgb(177, 229, 229);
311
+ --salt-color-aqua-300: rgb(135, 200, 201);
312
+ --salt-color-aqua-400: rgb(90, 171, 173);
313
+ --salt-color-aqua-500: rgb(42, 130, 133);
314
+ --salt-color-aqua-600: rgb(31, 109, 111);
315
+ --salt-color-aqua-700: rgb(19, 88, 90);
316
+ --salt-color-aqua-800: rgb(8, 68, 70);
317
+ --salt-color-aqua-900: rgb(0, 49, 51);
318
+ --salt-color-slate-100: rgb(225, 232, 247);
319
+ --salt-color-slate-200: rgb(194, 202, 221);
320
+ --salt-color-slate-300: rgb(164, 173, 196);
321
+ --salt-color-slate-400: rgb(134, 145, 172);
322
+ --salt-color-slate-500: rgb(105, 118, 148);
323
+ --salt-color-slate-600: rgb(84, 95, 122);
324
+ --salt-color-slate-700: rgb(64, 73, 97);
325
+ --salt-color-slate-800: rgb(44, 53, 74);
326
+ --salt-color-slate-900: rgb(26, 33, 51);
327
+ --salt-color-rose-100: rgb(255, 227, 249);
328
+ --salt-color-rose-200: rgb(250, 190, 237);
329
+ --salt-color-rose-300: rgb(229, 154, 212);
330
+ --salt-color-rose-400: rgb(209, 117, 189);
331
+ --salt-color-rose-500: rgb(176, 86, 158);
332
+ --salt-color-rose-600: rgb(146, 67, 130);
333
+ --salt-color-rose-700: rgb(118, 50, 104);
334
+ --salt-color-rose-800: rgb(90, 32, 78);
335
+ --salt-color-rose-900: rgb(64, 16, 54);
336
+ --salt-color-olive-100: rgb(234, 240, 223);
337
+ --salt-color-olive-200: rgb(210, 222, 184);
338
+ --salt-color-olive-300: rgb(180, 194, 149);
339
+ --salt-color-olive-400: rgb(149, 166, 113);
340
+ --salt-color-olive-500: rgb(109, 124, 77);
341
+ --salt-color-olive-600: rgb(88, 103, 58);
342
+ --salt-color-olive-700: rgb(68, 83, 39);
343
+ --salt-color-olive-800: rgb(49, 64, 21);
344
+ --salt-color-olive-900: rgb(31, 46, 0);
345
+ --salt-color-salmon-100: rgb(255, 232, 233);
346
+ --salt-color-salmon-200: rgb(255, 194, 194);
347
+ --salt-color-salmon-300: rgb(240, 155, 153);
348
+ --salt-color-salmon-400: rgb(222, 120, 120);
349
+ --salt-color-salmon-500: rgb(189, 85, 88);
350
+ --salt-color-salmon-600: rgb(154, 64, 67);
351
+ --salt-color-salmon-700: rgb(121, 44, 48);
352
+ --salt-color-salmon-800: rgb(89, 25, 29);
353
+ --salt-color-salmon-900: rgb(59, 6, 8);
354
+ --salt-color-indigo-100: rgb(231, 227, 255);
355
+ --salt-color-indigo-200: rgb(208, 194, 252);
356
+ --salt-color-indigo-300: rgb(180, 162, 242);
357
+ --salt-color-indigo-400: rgb(149, 129, 229);
358
+ --salt-color-indigo-500: rgb(120, 104, 206);
359
+ --salt-color-indigo-600: rgb(98, 85, 170);
360
+ --salt-color-indigo-700: rgb(77, 66, 135);
361
+ --salt-color-indigo-800: rgb(57, 49, 102);
362
+ --salt-color-indigo-900: rgb(38, 32, 71);
363
+ --salt-color-jade-100: rgb(225, 245, 230);
364
+ --salt-color-jade-200: rgb(179, 229, 187);
365
+ --salt-color-jade-300: rgb(137, 201, 146);
366
+ --salt-color-jade-400: rgb(92, 173, 106);
367
+ --salt-color-jade-500: rgb(45, 133, 67);
368
+ --salt-color-jade-600: rgb(33, 111, 53);
369
+ --salt-color-jade-700: rgb(21, 90, 39);
370
+ --salt-color-jade-800: rgb(8, 70, 26);
371
+ --salt-color-jade-900: rgb(0, 51, 13);
372
+ --salt-color-citrine-100: rgb(255, 249, 217);
373
+ --salt-color-citrine-200: rgb(240, 225, 165);
374
+ --salt-color-citrine-300: rgb(209, 189, 115);
375
+ --salt-color-citrine-400: rgb(178, 156, 66);
376
+ --salt-color-citrine-500: rgb(135, 116, 16);
377
+ --salt-color-citrine-600: rgb(114, 98, 12);
378
+ --salt-color-citrine-700: rgb(94, 80, 9);
379
+ --salt-color-citrine-800: rgb(74, 63, 6);
380
+ --salt-color-citrine-900: rgb(51, 43, 0);
381
+ --salt-color-autumn-100: rgb(255, 233, 217);
382
+ --salt-color-autumn-200: rgb(255, 197, 161);
383
+ --salt-color-autumn-300: rgb(242, 163, 114);
384
+ --salt-color-autumn-400: rgb(222, 126, 64);
385
+ --salt-color-autumn-500: rgb(189, 91, 21);
386
+ --salt-color-autumn-600: rgb(153, 73, 18);
387
+ --salt-color-autumn-700: rgb(119, 55, 14);
388
+ --salt-color-autumn-800: rgb(86, 39, 10);
389
+ --salt-color-autumn-900: rgb(56, 23, 0);
390
+ --salt-color-lavender-100: rgb(250, 235, 250);
391
+ --salt-color-lavender-200: rgb(237, 199, 237);
392
+ --salt-color-lavender-300: rgb(212, 167, 212);
393
+ --salt-color-lavender-400: rgb(186, 134, 186);
394
+ --salt-color-lavender-500: rgb(148, 102, 148);
395
+ --salt-color-lavender-600: rgb(126, 80, 126);
396
+ --salt-color-lavender-700: rgb(105, 58, 105);
397
+ --salt-color-lavender-800: rgb(84, 37, 84);
398
+ --salt-color-lavender-900: rgb(64, 15, 64);
399
+ --salt-color-ocean-100: rgb(227, 251, 255);
400
+ --salt-color-ocean-200: rgb(180, 229, 240);
401
+ --salt-color-ocean-300: rgb(131, 197, 212);
402
+ --salt-color-ocean-400: rgb(80, 167, 186);
403
+ --salt-color-ocean-500: rgb(0, 128, 148);
404
+ --salt-color-ocean-600: rgb(0, 106, 122);
405
+ --salt-color-ocean-700: rgb(0, 84, 97);
406
+ --salt-color-ocean-800: rgb(0, 64, 74);
407
+ --salt-color-ocean-900: rgb(0, 44, 51);
408
+ --salt-color-smoke-100: rgb(242, 245, 250);
409
+ --salt-color-smoke-200: rgb(208, 211, 216);
410
+ --salt-color-smoke-300: rgb(176, 179, 184);
411
+ --salt-color-smoke-400: rgb(144, 147, 152);
412
+ --salt-color-smoke-500: rgb(114, 117, 122);
413
+ --salt-color-smoke-600: rgb(93, 96, 101);
414
+ --salt-color-smoke-700: rgb(73, 76, 81);
415
+ --salt-color-smoke-800: rgb(53, 56, 61);
416
+ --salt-color-smoke-900: rgb(35, 38, 43);
417
+ --salt-color-fuchsia-100: rgb(255, 232, 247);
418
+ --salt-color-fuchsia-200: rgb(255, 191, 229);
419
+ --salt-color-fuchsia-300: rgb(240, 151, 203);
420
+ --salt-color-fuchsia-400: rgb(222, 109, 178);
421
+ --salt-color-fuchsia-500: rgb(194, 71, 149);
422
+ --salt-color-fuchsia-600: rgb(167, 54, 125);
423
+ --salt-color-fuchsia-700: rgb(140, 37, 101);
424
+ --salt-color-fuchsia-800: rgb(114, 19, 79);
425
+ --salt-color-fuchsia-900: rgb(89, 0, 57);
426
+ --salt-color-lime-100: rgb(239, 245, 220);
427
+ --salt-color-lime-200: rgb(215, 227, 168);
428
+ --salt-color-lime-300: rgb(182, 196, 120);
429
+ --salt-color-lime-400: rgb(146, 166, 71);
430
+ --salt-color-lime-500: rgb(102, 125, 21);
431
+ --salt-color-lime-600: rgb(85, 106, 16);
432
+ --salt-color-lime-700: rgb(69, 87, 11);
433
+ --salt-color-lime-800: rgb(53, 68, 6);
434
+ --salt-color-lime-900: rgb(36, 46, 0);
435
+ --salt-color-fur-100: rgb(255, 244, 235);
436
+ --salt-color-fur-200: rgb(245, 214, 191);
437
+ --salt-color-fur-300: rgb(219, 178, 147);
438
+ --salt-color-fur-400: rgb(194, 144, 107);
439
+ --salt-color-fur-500: rgb(153, 106, 69);
440
+ --salt-color-fur-600: rgb(130, 85, 52);
441
+ --salt-color-fur-700: rgb(107, 65, 36);
442
+ --salt-color-fur-800: rgb(85, 46, 20);
443
+ --salt-color-fur-900: rgb(64, 28, 0);
444
+ --salt-color-violet-100: rgb(237, 239, 255);
445
+ --salt-color-violet-200: rgb(202, 203, 252);
446
+ --salt-color-violet-300: rgb(167, 169, 235);
447
+ --salt-color-violet-400: rgb(134, 139, 219);
448
+ --salt-color-violet-500: rgb(99, 110, 191);
449
+ --salt-color-violet-600: rgb(81, 90, 159);
450
+ --salt-color-violet-700: rgb(63, 71, 128);
451
+ --salt-color-violet-800: rgb(47, 53, 99);
452
+ --salt-color-violet-900: rgb(31, 36, 71);
453
+ --salt-color-forest-100: rgb(237, 250, 245);
454
+ --salt-color-forest-200: rgb(188, 232, 211);
455
+ --salt-color-forest-300: rgb(141, 204, 174);
456
+ --salt-color-forest-400: rgb(91, 176, 136);
457
+ --salt-color-forest-500: rgb(35, 133, 94);
458
+ --salt-color-forest-600: rgb(25, 111, 77);
459
+ --salt-color-forest-700: rgb(15, 90, 61);
460
+ --salt-color-forest-800: rgb(6, 70, 46);
461
+ --salt-color-forest-900: rgb(0, 51, 31);
282
462
  }
283
463
 
284
464
  /* css/foundations/duration.css */
@@ -360,6 +540,7 @@
360
540
  --salt-opacity-15: 0.15;
361
541
  --salt-opacity-25: 0.25;
362
542
  --salt-opacity-40: 0.4;
543
+ --salt-opacity-45: 0.45;
363
544
  --salt-opacity-70: 0.7;
364
545
  }
365
546
 
@@ -521,6 +702,132 @@
521
702
  --salt-palette-error-foreground-informative: var(--salt-color-red-200);
522
703
  }
523
704
 
705
+ /* css/palette/categorical.css */
706
+ .salt-theme[data-mode=light] {
707
+ --salt-palette-categorical-1: var(--salt-color-cobalt-500);
708
+ --salt-palette-categorical-1-strong: var(--salt-color-cobalt-600);
709
+ --salt-palette-categorical-1-weakest: var(--salt-color-cobalt-100);
710
+ --salt-palette-categorical-2: var(--salt-color-cider-500);
711
+ --salt-palette-categorical-2-strong: var(--salt-color-cider-600);
712
+ --salt-palette-categorical-2-weakest: var(--salt-color-cider-100);
713
+ --salt-palette-categorical-3: var(--salt-color-plum-500);
714
+ --salt-palette-categorical-3-strong: var(--salt-color-plum-600);
715
+ --salt-palette-categorical-3-weakest: var(--salt-color-plum-100);
716
+ --salt-palette-categorical-4: var(--salt-color-aqua-500);
717
+ --salt-palette-categorical-4-strong: var(--salt-color-aqua-600);
718
+ --salt-palette-categorical-4-weakest: var(--salt-color-aqua-100);
719
+ --salt-palette-categorical-5: var(--salt-color-slate-500);
720
+ --salt-palette-categorical-5-strong: var(--salt-color-slate-600);
721
+ --salt-palette-categorical-5-weakest: var(--salt-color-slate-100);
722
+ --salt-palette-categorical-6: var(--salt-color-rose-500);
723
+ --salt-palette-categorical-6-strong: var(--salt-color-rose-600);
724
+ --salt-palette-categorical-6-weakest: var(--salt-color-rose-100);
725
+ --salt-palette-categorical-7: var(--salt-color-olive-500);
726
+ --salt-palette-categorical-7-strong: var(--salt-color-olive-600);
727
+ --salt-palette-categorical-7-weakest: var(--salt-color-olive-100);
728
+ --salt-palette-categorical-8: var(--salt-color-salmon-500);
729
+ --salt-palette-categorical-8-strong: var(--salt-color-salmon-600);
730
+ --salt-palette-categorical-8-weakest: var(--salt-color-salmon-100);
731
+ --salt-palette-categorical-9: var(--salt-color-indigo-500);
732
+ --salt-palette-categorical-9-strong: var(--salt-color-indigo-600);
733
+ --salt-palette-categorical-9-weakest: var(--salt-color-indigo-100);
734
+ --salt-palette-categorical-10: var(--salt-color-jade-500);
735
+ --salt-palette-categorical-10-strong: var(--salt-color-jade-600);
736
+ --salt-palette-categorical-10-weakest: var(--salt-color-jade-100);
737
+ --salt-palette-categorical-11: var(--salt-color-citrine-500);
738
+ --salt-palette-categorical-11-strong: var(--salt-color-citrine-600);
739
+ --salt-palette-categorical-11-weakest: var(--salt-color-citrine-100);
740
+ --salt-palette-categorical-12: var(--salt-color-autumn-500);
741
+ --salt-palette-categorical-12-strong: var(--salt-color-autumn-600);
742
+ --salt-palette-categorical-12-weakest: var(--salt-color-autumn-100);
743
+ --salt-palette-categorical-13: var(--salt-color-lavender-500);
744
+ --salt-palette-categorical-13-strong: var(--salt-color-lavender-600);
745
+ --salt-palette-categorical-13-weakest: var(--salt-color-lavender-100);
746
+ --salt-palette-categorical-14: var(--salt-color-ocean-500);
747
+ --salt-palette-categorical-14-strong: var(--salt-color-ocean-600);
748
+ --salt-palette-categorical-14-weakest: var(--salt-color-ocean-100);
749
+ --salt-palette-categorical-15: var(--salt-color-smoke-500);
750
+ --salt-palette-categorical-15-strong: var(--salt-color-smoke-600);
751
+ --salt-palette-categorical-15-weakest: var(--salt-color-smoke-100);
752
+ --salt-palette-categorical-16: var(--salt-color-fuchsia-500);
753
+ --salt-palette-categorical-16-strong: var(--salt-color-fuchsia-600);
754
+ --salt-palette-categorical-16-weakest: var(--salt-color-fuchsia-100);
755
+ --salt-palette-categorical-17: var(--salt-color-lime-500);
756
+ --salt-palette-categorical-17-strong: var(--salt-color-lime-600);
757
+ --salt-palette-categorical-17-weakest: var(--salt-color-lime-100);
758
+ --salt-palette-categorical-18: var(--salt-color-fur-500);
759
+ --salt-palette-categorical-18-strong: var(--salt-color-fur-600);
760
+ --salt-palette-categorical-18-weakest: var(--salt-color-fur-100);
761
+ --salt-palette-categorical-19: var(--salt-color-violet-500);
762
+ --salt-palette-categorical-19-strong: var(--salt-color-violet-600);
763
+ --salt-palette-categorical-19-weakest: var(--salt-color-violet-100);
764
+ --salt-palette-categorical-20: var(--salt-color-forest-500);
765
+ --salt-palette-categorical-20-strong: var(--salt-color-forest-600);
766
+ --salt-palette-categorical-20-weakest: var(--salt-color-forest-100);
767
+ }
768
+ .salt-theme[data-mode=dark] {
769
+ --salt-palette-categorical-1: var(--salt-color-cobalt-500);
770
+ --salt-palette-categorical-1-strong: var(--salt-color-cobalt-400);
771
+ --salt-palette-categorical-1-weakest: var(--salt-color-cobalt-900);
772
+ --salt-palette-categorical-2: var(--salt-color-cider-500);
773
+ --salt-palette-categorical-2-strong: var(--salt-color-cider-400);
774
+ --salt-palette-categorical-2-weakest: var(--salt-color-cider-900);
775
+ --salt-palette-categorical-3: var(--salt-color-plum-500);
776
+ --salt-palette-categorical-3-strong: var(--salt-color-plum-400);
777
+ --salt-palette-categorical-3-weakest: var(--salt-color-plum-900);
778
+ --salt-palette-categorical-4: var(--salt-color-aqua-500);
779
+ --salt-palette-categorical-4-strong: var(--salt-color-aqua-400);
780
+ --salt-palette-categorical-4-weakest: var(--salt-color-aqua-900);
781
+ --salt-palette-categorical-5: var(--salt-color-slate-500);
782
+ --salt-palette-categorical-5-strong: var(--salt-color-slate-400);
783
+ --salt-palette-categorical-5-weakest: var(--salt-color-slate-900);
784
+ --salt-palette-categorical-6: var(--salt-color-rose-500);
785
+ --salt-palette-categorical-6-strong: var(--salt-color-rose-400);
786
+ --salt-palette-categorical-6-weakest: var(--salt-color-rose-900);
787
+ --salt-palette-categorical-7: var(--salt-color-olive-500);
788
+ --salt-palette-categorical-7-strong: var(--salt-color-olive-400);
789
+ --salt-palette-categorical-7-weakest: var(--salt-color-olive-900);
790
+ --salt-palette-categorical-8: var(--salt-color-salmon-500);
791
+ --salt-palette-categorical-8-strong: var(--salt-color-salmon-400);
792
+ --salt-palette-categorical-8-weakest: var(--salt-color-salmon-900);
793
+ --salt-palette-categorical-9: var(--salt-color-indigo-500);
794
+ --salt-palette-categorical-9-strong: var(--salt-color-indigo-400);
795
+ --salt-palette-categorical-9-weakest: var(--salt-color-indigo-900);
796
+ --salt-palette-categorical-10: var(--salt-color-jade-500);
797
+ --salt-palette-categorical-10-strong: var(--salt-color-jade-400);
798
+ --salt-palette-categorical-10-weakest: var(--salt-color-jade-900);
799
+ --salt-palette-categorical-11: var(--salt-color-citrine-500);
800
+ --salt-palette-categorical-11-strong: var(--salt-color-citrine-400);
801
+ --salt-palette-categorical-11-weakest: var(--salt-color-citrine-900);
802
+ --salt-palette-categorical-12: var(--salt-color-autumn-500);
803
+ --salt-palette-categorical-12-strong: var(--salt-color-autumn-400);
804
+ --salt-palette-categorical-12-weakest: var(--salt-color-autumn-900);
805
+ --salt-palette-categorical-13: var(--salt-color-lavender-500);
806
+ --salt-palette-categorical-13-strong: var(--salt-color-lavender-400);
807
+ --salt-palette-categorical-13-weakest: var(--salt-color-lavender-900);
808
+ --salt-palette-categorical-14: var(--salt-color-ocean-500);
809
+ --salt-palette-categorical-14-strong: var(--salt-color-ocean-400);
810
+ --salt-palette-categorical-14-weakest: var(--salt-color-ocean-900);
811
+ --salt-palette-categorical-15: var(--salt-color-smoke-500);
812
+ --salt-palette-categorical-15-strong: var(--salt-color-smoke-400);
813
+ --salt-palette-categorical-15-weakest: var(--salt-color-smoke-900);
814
+ --salt-palette-categorical-16: var(--salt-color-fuchsia-500);
815
+ --salt-palette-categorical-16-strong: var(--salt-color-fuchsia-400);
816
+ --salt-palette-categorical-16-weakest: var(--salt-color-fuchsia-900);
817
+ --salt-palette-categorical-17: var(--salt-color-lime-500);
818
+ --salt-palette-categorical-17-strong: var(--salt-color-lime-400);
819
+ --salt-palette-categorical-17-weakest: var(--salt-color-lime-900);
820
+ --salt-palette-categorical-18: var(--salt-color-fur-500);
821
+ --salt-palette-categorical-18-strong: var(--salt-color-fur-400);
822
+ --salt-palette-categorical-18-weakest: var(--salt-color-fur-900);
823
+ --salt-palette-categorical-19: var(--salt-color-violet-500);
824
+ --salt-palette-categorical-19-strong: var(--salt-color-violet-400);
825
+ --salt-palette-categorical-19-weakest: var(--salt-color-violet-900);
826
+ --salt-palette-categorical-20: var(--salt-color-forest-500);
827
+ --salt-palette-categorical-20-strong: var(--salt-color-forest-400);
828
+ --salt-palette-categorical-20-weakest: var(--salt-color-forest-900);
829
+ }
830
+
524
831
  /* css/palette/info.css */
525
832
  .salt-theme[data-mode=light] {
526
833
  --salt-palette-info-background: var(--salt-color-blue-10);
@@ -701,7 +1008,7 @@
701
1008
  --salt-palette-opacity-disabled: var(--salt-opacity-40);
702
1009
  --salt-palette-opacity-background-readonly: var(--salt-opacity-0);
703
1010
  --salt-palette-opacity-border-readonly: var(--salt-opacity-15);
704
- --salt-palette-opacity-primary-border: var(--salt-opacity-40);
1011
+ --salt-palette-opacity-primary-border: var(--salt-opacity-45);
705
1012
  --salt-palette-opacity-secondary-border: var(--salt-opacity-25);
706
1013
  --salt-palette-opacity-tertiary-border: var(--salt-opacity-15);
707
1014
  }
@@ -735,6 +1042,18 @@
735
1042
  --salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
736
1043
  --salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
737
1044
  --salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
1045
+ --salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
1046
+ --salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
1047
+ --salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1048
+ --salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
1049
+ --salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
1050
+ --salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1051
+ --salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
1052
+ --salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
1053
+ --salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
1054
+ --salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
1055
+ --salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
1056
+ --salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
738
1057
  }
739
1058
 
740
1059
  /* css/palette/warning.css */
@@ -803,6 +1122,110 @@
803
1122
  --salt-actionable-secondary-borderColor-disabled: transparent;
804
1123
  }
805
1124
 
1125
+ /* css/characteristics/category.css */
1126
+ .salt-theme {
1127
+ --salt-category-1-subtle-foreground: var(--salt-palette-categorical-1-strong);
1128
+ --salt-category-1-subtle-background: var(--salt-palette-categorical-1-weakest);
1129
+ --salt-category-1-subtle-borderColor: var(--salt-palette-categorical-1);
1130
+ --salt-category-1-bold-foreground: var(--salt-palette-accent-foreground);
1131
+ --salt-category-1-bold-background: var(--salt-palette-categorical-1);
1132
+ --salt-category-2-subtle-foreground: var(--salt-palette-categorical-2-strong);
1133
+ --salt-category-2-subtle-background: var(--salt-palette-categorical-2-weakest);
1134
+ --salt-category-2-subtle-borderColor: var(--salt-palette-categorical-2);
1135
+ --salt-category-2-bold-foreground: var(--salt-palette-accent-foreground);
1136
+ --salt-category-2-bold-background: var(--salt-palette-categorical-2);
1137
+ --salt-category-3-subtle-foreground: var(--salt-palette-categorical-3-strong);
1138
+ --salt-category-3-subtle-background: var(--salt-palette-categorical-3-weakest);
1139
+ --salt-category-3-subtle-borderColor: var(--salt-palette-categorical-3);
1140
+ --salt-category-3-bold-foreground: var(--salt-palette-accent-foreground);
1141
+ --salt-category-3-bold-background: var(--salt-palette-categorical-3);
1142
+ --salt-category-4-subtle-foreground: var(--salt-palette-categorical-4-strong);
1143
+ --salt-category-4-subtle-background: var(--salt-palette-categorical-4-weakest);
1144
+ --salt-category-4-subtle-borderColor: var(--salt-palette-categorical-4);
1145
+ --salt-category-4-bold-foreground: var(--salt-palette-accent-foreground);
1146
+ --salt-category-4-bold-background: var(--salt-palette-categorical-4);
1147
+ --salt-category-5-subtle-foreground: var(--salt-palette-categorical-5-strong);
1148
+ --salt-category-5-subtle-background: var(--salt-palette-categorical-5-weakest);
1149
+ --salt-category-5-subtle-borderColor: var(--salt-palette-categorical-5);
1150
+ --salt-category-5-bold-foreground: var(--salt-palette-accent-foreground);
1151
+ --salt-category-5-bold-background: var(--salt-palette-categorical-5);
1152
+ --salt-category-6-subtle-foreground: var(--salt-palette-categorical-6-strong);
1153
+ --salt-category-6-subtle-background: var(--salt-palette-categorical-6-weakest);
1154
+ --salt-category-6-subtle-borderColor: var(--salt-palette-categorical-6);
1155
+ --salt-category-6-bold-foreground: var(--salt-palette-accent-foreground);
1156
+ --salt-category-6-bold-background: var(--salt-palette-categorical-6);
1157
+ --salt-category-7-subtle-foreground: var(--salt-palette-categorical-7-strong);
1158
+ --salt-category-7-subtle-background: var(--salt-palette-categorical-7-weakest);
1159
+ --salt-category-7-subtle-borderColor: var(--salt-palette-categorical-7);
1160
+ --salt-category-7-bold-foreground: var(--salt-palette-accent-foreground);
1161
+ --salt-category-7-bold-background: var(--salt-palette-categorical-7);
1162
+ --salt-category-8-subtle-foreground: var(--salt-palette-categorical-8-strong);
1163
+ --salt-category-8-subtle-background: var(--salt-palette-categorical-8-weakest);
1164
+ --salt-category-8-subtle-borderColor: var(--salt-palette-categorical-8);
1165
+ --salt-category-8-bold-foreground: var(--salt-palette-accent-foreground);
1166
+ --salt-category-8-bold-background: var(--salt-palette-categorical-8);
1167
+ --salt-category-9-subtle-foreground: var(--salt-palette-categorical-9-strong);
1168
+ --salt-category-9-subtle-background: var(--salt-palette-categorical-9-weakest);
1169
+ --salt-category-9-subtle-borderColor: var(--salt-palette-categorical-9);
1170
+ --salt-category-9-bold-foreground: var(--salt-palette-accent-foreground);
1171
+ --salt-category-9-bold-background: var(--salt-palette-categorical-9);
1172
+ --salt-category-10-subtle-foreground: var(--salt-palette-categorical-10-strong);
1173
+ --salt-category-10-subtle-background: var(--salt-palette-categorical-10-weakest);
1174
+ --salt-category-10-subtle-borderColor: var(--salt-palette-categorical-10);
1175
+ --salt-category-10-bold-foreground: var(--salt-palette-accent-foreground);
1176
+ --salt-category-10-bold-background: var(--salt-palette-categorical-10);
1177
+ --salt-category-11-subtle-foreground: var(--salt-palette-categorical-11-strong);
1178
+ --salt-category-11-subtle-background: var(--salt-palette-categorical-11-weakest);
1179
+ --salt-category-11-subtle-borderColor: var(--salt-palette-categorical-11);
1180
+ --salt-category-11-bold-foreground: var(--salt-palette-accent-foreground);
1181
+ --salt-category-11-bold-background: var(--salt-palette-categorical-11);
1182
+ --salt-category-12-subtle-foreground: var(--salt-palette-categorical-12-strong);
1183
+ --salt-category-12-subtle-background: var(--salt-palette-categorical-12-weakest);
1184
+ --salt-category-12-subtle-borderColor: var(--salt-palette-categorical-12);
1185
+ --salt-category-12-bold-foreground: var(--salt-palette-accent-foreground);
1186
+ --salt-category-12-bold-background: var(--salt-palette-categorical-12);
1187
+ --salt-category-13-subtle-foreground: var(--salt-palette-categorical-13-strong);
1188
+ --salt-category-13-subtle-background: var(--salt-palette-categorical-13-weakest);
1189
+ --salt-category-13-subtle-borderColor: var(--salt-palette-categorical-13);
1190
+ --salt-category-13-bold-foreground: var(--salt-palette-accent-foreground);
1191
+ --salt-category-13-bold-background: var(--salt-palette-categorical-13);
1192
+ --salt-category-14-subtle-foreground: var(--salt-palette-categorical-14-strong);
1193
+ --salt-category-14-subtle-background: var(--salt-palette-categorical-14-weakest);
1194
+ --salt-category-14-subtle-borderColor: var(--salt-palette-categorical-14);
1195
+ --salt-category-14-bold-foreground: var(--salt-palette-accent-foreground);
1196
+ --salt-category-14-bold-background: var(--salt-palette-categorical-14);
1197
+ --salt-category-15-subtle-foreground: var(--salt-palette-categorical-15-strong);
1198
+ --salt-category-15-subtle-background: var(--salt-palette-categorical-15-weakest);
1199
+ --salt-category-15-subtle-borderColor: var(--salt-palette-categorical-15);
1200
+ --salt-category-15-bold-foreground: var(--salt-palette-accent-foreground);
1201
+ --salt-category-15-bold-background: var(--salt-palette-categorical-15);
1202
+ --salt-category-16-subtle-foreground: var(--salt-palette-categorical-16-strong);
1203
+ --salt-category-16-subtle-background: var(--salt-palette-categorical-16-weakest);
1204
+ --salt-category-16-subtle-borderColor: var(--salt-palette-categorical-16);
1205
+ --salt-category-16-bold-foreground: var(--salt-palette-accent-foreground);
1206
+ --salt-category-16-bold-background: var(--salt-palette-categorical-16);
1207
+ --salt-category-17-subtle-foreground: var(--salt-palette-categorical-17-strong);
1208
+ --salt-category-17-subtle-background: var(--salt-palette-categorical-17-weakest);
1209
+ --salt-category-17-subtle-borderColor: var(--salt-palette-categorical-17);
1210
+ --salt-category-17-bold-foreground: var(--salt-palette-accent-foreground);
1211
+ --salt-category-17-bold-background: var(--salt-palette-categorical-17);
1212
+ --salt-category-18-subtle-foreground: var(--salt-palette-categorical-18-strong);
1213
+ --salt-category-18-subtle-background: var(--salt-palette-categorical-18-weakest);
1214
+ --salt-category-18-subtle-borderColor: var(--salt-palette-categorical-18);
1215
+ --salt-category-18-bold-foreground: var(--salt-palette-accent-foreground);
1216
+ --salt-category-18-bold-background: var(--salt-palette-categorical-18);
1217
+ --salt-category-19-subtle-foreground: var(--salt-palette-categorical-19-strong);
1218
+ --salt-category-19-subtle-background: var(--salt-palette-categorical-19-weakest);
1219
+ --salt-category-19-subtle-borderColor: var(--salt-palette-categorical-19);
1220
+ --salt-category-19-bold-foreground: var(--salt-palette-accent-foreground);
1221
+ --salt-category-19-bold-background: var(--salt-palette-categorical-19);
1222
+ --salt-category-20-subtle-foreground: var(--salt-palette-categorical-20-strong);
1223
+ --salt-category-20-subtle-background: var(--salt-palette-categorical-20-weakest);
1224
+ --salt-category-20-subtle-borderColor: var(--salt-palette-categorical-20);
1225
+ --salt-category-20-bold-foreground: var(--salt-palette-accent-foreground);
1226
+ --salt-category-20-bold-background: var(--salt-palette-categorical-20);
1227
+ }
1228
+
806
1229
  /* css/characteristics/container.css */
807
1230
  .salt-theme {
808
1231
  --salt-container-borderStyle: solid;
@@ -992,47 +1415,51 @@
992
1415
  --salt-text-action-letterSpacing: 0.6px;
993
1416
  --salt-text-action-textTransform: uppercase;
994
1417
  --salt-text-action-textAlign: center;
995
- --salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
1418
+ --salt-text-action-fontWeight: var(--salt-palette-text-body-fontWeight-strong);
996
1419
  --salt-text-fontFamily: var(--salt-palette-text-fontFamily);
997
- --salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
998
- --salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
999
- --salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
1420
+ --salt-text-fontWeight: var(--salt-palette-text-body-fontWeight);
1421
+ --salt-text-fontWeight-small: var(--salt-palette-text-body-fontWeight-small);
1422
+ --salt-text-fontWeight-strong: var(--salt-palette-text-body-fontWeight-strong);
1000
1423
  --salt-text-notation-fontFamily: var(--salt-palette-text-fontFamily);
1001
- --salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
1002
- --salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
1003
- --salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1424
+ --salt-text-notation-fontWeight: var(--salt-palette-text-notation-fontWeight);
1425
+ --salt-text-notation-fontWeight-small: var(--salt-palette-text-notation-fontWeight-small);
1426
+ --salt-text-notation-fontWeight-strong: var(--salt-palette-text-notation-fontWeight-strong);
1004
1427
  --salt-text-h1-fontFamily: var(--salt-palette-text-fontFamily-heading);
1005
- --salt-text-h1-fontWeight: var(--salt-typography-fontWeight-bold);
1006
- --salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-medium);
1007
- --salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-extraBold);
1428
+ --salt-text-h1-fontWeight: var(--salt-palette-text-heading-fontWeight);
1429
+ --salt-text-h1-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1430
+ --salt-text-h1-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
1008
1431
  --salt-text-h2-fontFamily: var(--salt-palette-text-fontFamily-heading);
1009
- --salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
1010
- --salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
1011
- --salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1432
+ --salt-text-h2-fontWeight: var(--salt-palette-text-heading-fontWeight);
1433
+ --salt-text-h2-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1434
+ --salt-text-h2-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
1012
1435
  --salt-text-h3-fontFamily: var(--salt-palette-text-fontFamily-heading);
1013
- --salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
1014
- --salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
1015
- --salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1436
+ --salt-text-h3-fontWeight: var(--salt-palette-text-heading-fontWeight);
1437
+ --salt-text-h3-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1438
+ --salt-text-h3-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
1016
1439
  --salt-text-h4-fontFamily: var(--salt-palette-text-fontFamily-heading);
1017
- --salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
1018
- --salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
1019
- --salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1440
+ --salt-text-h4-fontWeight: var(--salt-palette-text-heading-fontWeight);
1441
+ --salt-text-h4-fontWeight-small: var(--salt-palette-text-heading-fontWeight-small);
1442
+ --salt-text-h4-fontWeight-strong: var(--salt-palette-text-heading-fontWeight-strong);
1020
1443
  --salt-text-label-fontFamily: var(--salt-palette-text-fontFamily);
1021
- --salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
1022
- --salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
1023
- --salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
1444
+ --salt-text-label-fontWeight: var(--salt-palette-text-body-fontWeight);
1445
+ --salt-text-label-fontWeight-small: var(--salt-palette-text-body-fontWeight-small);
1446
+ --salt-text-label-fontWeight-strong: var(--salt-palette-text-body-fontWeight-strong);
1024
1447
  --salt-text-display1-fontFamily: var(--salt-palette-text-fontFamily-heading);
1025
- --salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
1026
- --salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1027
- --salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
1448
+ --salt-text-display1-fontWeight: var(--salt-palette-text-display-fontWeight);
1449
+ --salt-text-display1-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
1450
+ --salt-text-display1-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
1028
1451
  --salt-text-display2-fontFamily: var(--salt-palette-text-fontFamily-heading);
1029
- --salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
1030
- --salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1031
- --salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
1452
+ --salt-text-display2-fontWeight: var(--salt-palette-text-display-fontWeight);
1453
+ --salt-text-display2-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
1454
+ --salt-text-display2-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
1032
1455
  --salt-text-display3-fontFamily: var(--salt-palette-text-fontFamily-heading);
1033
- --salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
1034
- --salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1035
- --salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
1456
+ --salt-text-display3-fontWeight: var(--salt-palette-text-display-fontWeight);
1457
+ --salt-text-display3-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
1458
+ --salt-text-display3-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
1459
+ --salt-text-display4-fontFamily: var(--salt-palette-text-fontFamily-heading);
1460
+ --salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
1461
+ --salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
1462
+ --salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
1036
1463
  --salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
1037
1464
  }
1038
1465
  .salt-density-touch {
@@ -1055,6 +1482,8 @@
1055
1482
  --salt-text-display2-lineHeight: 76px;
1056
1483
  --salt-text-display3-fontSize: 42px;
1057
1484
  --salt-text-display3-lineHeight: 54px;
1485
+ --salt-text-display4-fontSize: 42px;
1486
+ --salt-text-display4-lineHeight: 54px;
1058
1487
  --salt-text-notation-fontSize: 14px;
1059
1488
  --salt-text-notation-lineHeight: 18px;
1060
1489
  }
@@ -1078,6 +1507,8 @@
1078
1507
  --salt-text-display2-lineHeight: 60px;
1079
1508
  --salt-text-display3-fontSize: 32px;
1080
1509
  --salt-text-display3-lineHeight: 42px;
1510
+ --salt-text-display4-fontSize: 32px;
1511
+ --salt-text-display4-lineHeight: 42px;
1081
1512
  --salt-text-notation-fontSize: 12px;
1082
1513
  --salt-text-notation-lineHeight: 16px;
1083
1514
  }
@@ -1101,6 +1532,8 @@
1101
1532
  --salt-text-display2-lineHeight: 47px;
1102
1533
  --salt-text-display3-fontSize: 24px;
1103
1534
  --salt-text-display3-lineHeight: 32px;
1535
+ --salt-text-display4-fontSize: 24px;
1536
+ --salt-text-display4-lineHeight: 32px;
1104
1537
  --salt-text-notation-fontSize: 10px;
1105
1538
  --salt-text-notation-lineHeight: 13px;
1106
1539
  }
@@ -1124,6 +1557,8 @@
1124
1557
  --salt-text-display2-lineHeight: 36px;
1125
1558
  --salt-text-display3-fontSize: 18px;
1126
1559
  --salt-text-display3-lineHeight: 24px;
1560
+ --salt-text-display4-fontSize: 18px;
1561
+ --salt-text-display4-lineHeight: 24px;
1127
1562
  --salt-text-notation-fontSize: 8px;
1128
1563
  --salt-text-notation-lineHeight: 10px;
1129
1564
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "1.16.0",
3
+ "version": "1.18.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",