@salt-ds/theme 0.0.0-snapshot-20250813082930 → 0.0.0-snapshot-20250813085120

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.
Files changed (2) hide show
  1. package/css/theme-next.css +53 -53
  2. package/package.json +2 -2
@@ -466,8 +466,8 @@
466
466
  --salt-palette-accent-weaker: var(--salt-color-blue-200);
467
467
  --salt-palette-accent-weaker-disabled: var(--salt-color-blue-200-40a);
468
468
  --salt-palette-accent-weakest: var(--salt-color-blue-100);
469
- --salt-palette-accent-action-hover: var(--salt-color-blue-100);
470
- --salt-palette-accent-action-active: var(--salt-color-blue-200);
469
+ --salt-palette-accent-action-hover: var(--salt-color-blue-600);
470
+ --salt-palette-accent-action-active: var(--salt-color-blue-800);
471
471
  }
472
472
  .salt-theme.salt-theme-next[data-mode=dark][data-accent=blue] {
473
473
  --salt-palette-accent: var(--salt-color-blue-500);
@@ -481,7 +481,7 @@
481
481
  --salt-palette-accent-weaker: var(--salt-color-blue-800);
482
482
  --salt-palette-accent-weaker-disabled: var(--salt-color-blue-800-40a);
483
483
  --salt-palette-accent-weakest: var(--salt-color-blue-900);
484
- --salt-palette-accent-action-hover: var(--salt-color-blue-900);
484
+ --salt-palette-accent-action-hover: var(--salt-color-blue-600);
485
485
  --salt-palette-accent-action-active: var(--salt-color-blue-800);
486
486
  }
487
487
  .salt-theme.salt-theme-next[data-mode=light][data-accent=teal] {
@@ -496,8 +496,8 @@
496
496
  --salt-palette-accent-weaker: var(--salt-color-teal-200);
497
497
  --salt-palette-accent-weaker-disabled: var(--salt-color-teal-200-40a);
498
498
  --salt-palette-accent-weakest: var(--salt-color-teal-100);
499
- --salt-palette-accent-action-hover: var(--salt-color-teal-100);
500
- --salt-palette-accent-action-active: var(--salt-color-teal-200);
499
+ --salt-palette-accent-action-hover: var(--salt-color-teal-600);
500
+ --salt-palette-accent-action-active: var(--salt-color-teal-800);
501
501
  }
502
502
  .salt-theme.salt-theme-next[data-mode=dark][data-accent=teal] {
503
503
  --salt-palette-accent: var(--salt-color-teal-500);
@@ -511,7 +511,7 @@
511
511
  --salt-palette-accent-weaker: var(--salt-color-teal-800);
512
512
  --salt-palette-accent-weaker-disabled: var(--salt-color-teal-800-40a);
513
513
  --salt-palette-accent-weakest: var(--salt-color-teal-900);
514
- --salt-palette-accent-action-hover: var(--salt-color-teal-900);
514
+ --salt-palette-accent-action-hover: var(--salt-color-teal-600);
515
515
  --salt-palette-accent-action-active: var(--salt-color-teal-800);
516
516
  }
517
517
 
@@ -590,8 +590,8 @@
590
590
  --salt-palette-negative-strong: var(--salt-color-red-600);
591
591
  --salt-palette-negative-strong-disabled: var(--salt-color-red-600-40a);
592
592
  --salt-palette-negative-weakest: var(--salt-color-red-100);
593
- --salt-palette-negative-action-hover: var(--salt-color-red-100);
594
- --salt-palette-negative-action-active: var(--salt-color-red-200);
593
+ --salt-palette-negative-action-hover: var(--salt-color-red-600);
594
+ --salt-palette-negative-action-active: var(--salt-color-red-800);
595
595
  }
596
596
  .salt-theme.salt-theme-next[data-mode=dark] {
597
597
  --salt-palette-negative: var(--salt-color-red-500);
@@ -599,7 +599,7 @@
599
599
  --salt-palette-negative-strong: var(--salt-color-red-400);
600
600
  --salt-palette-negative-strong-disabled: var(--salt-color-red-400-40a);
601
601
  --salt-palette-negative-weakest: var(--salt-color-red-900);
602
- --salt-palette-negative-action-hover: var(--salt-color-red-900);
602
+ --salt-palette-negative-action-hover: var(--salt-color-red-600);
603
603
  --salt-palette-negative-action-active: var(--salt-color-red-800);
604
604
  }
605
605
 
@@ -618,8 +618,8 @@
618
618
  --salt-palette-neutral-weaker-disabled: var(--salt-color-gray-300-40a);
619
619
  --salt-palette-neutral-weaker-readonly: var(--salt-color-gray-300-10a);
620
620
  --salt-palette-neutral-weakest: var(--salt-color-gray-200);
621
- --salt-palette-neutral-action-hover: var(--salt-color-gray-100);
622
- --salt-palette-neutral-action-active: var(--salt-color-gray-200);
621
+ --salt-palette-neutral-action-hover: var(--salt-color-gray-600);
622
+ --salt-palette-neutral-action-active: var(--salt-color-gray-800);
623
623
  }
624
624
  .salt-theme.salt-theme-next[data-mode=dark] {
625
625
  --salt-palette-neutral: var(--salt-color-gray-500);
@@ -635,7 +635,7 @@
635
635
  --salt-palette-neutral-weaker-disabled: var(--salt-color-gray-700-40a);
636
636
  --salt-palette-neutral-weaker-readonly: var(--salt-color-gray-700-10a);
637
637
  --salt-palette-neutral-weakest: var(--salt-color-gray-800);
638
- --salt-palette-neutral-action-hover: var(--salt-color-gray-900);
638
+ --salt-palette-neutral-action-hover: var(--salt-color-gray-600);
639
639
  --salt-palette-neutral-action-active: var(--salt-color-gray-800);
640
640
  }
641
641
 
@@ -646,8 +646,8 @@
646
646
  --salt-palette-positive-strong: var(--salt-color-green-600);
647
647
  --salt-palette-positive-strong-disabled: var(--salt-color-green-600-40a);
648
648
  --salt-palette-positive-weakest: var(--salt-color-green-100);
649
- --salt-palette-positive-action-hover: var(--salt-color-green-100);
650
- --salt-palette-positive-action-active: var(--salt-color-green-200);
649
+ --salt-palette-positive-action-hover: var(--salt-color-green-600);
650
+ --salt-palette-positive-action-active: var(--salt-color-green-800);
651
651
  }
652
652
  .salt-theme.salt-theme-next[data-mode=dark] {
653
653
  --salt-palette-positive: var(--salt-color-green-500);
@@ -655,7 +655,7 @@
655
655
  --salt-palette-positive-strong: var(--salt-color-green-400);
656
656
  --salt-palette-positive-strong-disabled: var(--salt-color-green-400-40a);
657
657
  --salt-palette-positive-weakest: var(--salt-color-green-900);
658
- --salt-palette-positive-action-hover: var(--salt-color-green-900);
658
+ --salt-palette-positive-action-hover: var(--salt-color-green-600);
659
659
  --salt-palette-positive-action-active: var(--salt-color-green-800);
660
660
  }
661
661
 
@@ -706,8 +706,8 @@
706
706
  --salt-palette-warning-strong: var(--salt-color-orange-600);
707
707
  --salt-palette-warning-strong-disabled: var(--salt-color-orange-600-40a);
708
708
  --salt-palette-warning-weakest: var(--salt-color-orange-100);
709
- --salt-palette-warning-action-hover: var(--salt-color-orange-100);
710
- --salt-palette-warning-action-active: var(--salt-color-orange-200);
709
+ --salt-palette-warning-action-hover: var(--salt-color-orange-600);
710
+ --salt-palette-warning-action-active: var(--salt-color-orange-800);
711
711
  }
712
712
  .salt-theme.salt-theme-next[data-mode=dark] {
713
713
  --salt-palette-warning: var(--salt-color-orange-500);
@@ -715,7 +715,7 @@
715
715
  --salt-palette-warning-strong: var(--salt-color-orange-400);
716
716
  --salt-palette-warning-strong-disabled: var(--salt-color-orange-400-40a);
717
717
  --salt-palette-warning-weakest: var(--salt-color-orange-900);
718
- --salt-palette-warning-action-hover: var(--salt-color-orange-900);
718
+ --salt-palette-warning-action-hover: var(--salt-color-orange-600);
719
719
  --salt-palette-warning-action-active: var(--salt-color-orange-800);
720
720
  }
721
721
 
@@ -732,13 +732,13 @@
732
732
  .salt-theme.salt-theme-next {
733
733
  --salt-actionable-accented-bold-background-active: var(--salt-palette-accent-action-active);
734
734
  --salt-actionable-accented-bold-background-disabled: var(--salt-palette-accent-disabled);
735
- --salt-actionable-accented-bold-background-hover: var(--salt-palette-accent);
735
+ --salt-actionable-accented-bold-background-hover: var(--salt-palette-accent-action-hover);
736
736
  --salt-actionable-accented-bold-background: var(--salt-palette-accent);
737
737
  --salt-actionable-accented-bold-borderColor-active: var(--salt-palette-accent);
738
738
  --salt-actionable-accented-bold-borderColor-disabled: var(--salt-palette-alpha-none);
739
- --salt-actionable-accented-bold-borderColor-hover: var(--salt-palette-alpha-contrast-high);
739
+ --salt-actionable-accented-bold-borderColor-hover: var(--salt-palette-accent);
740
740
  --salt-actionable-accented-bold-borderColor: var(--salt-palette-accent);
741
- --salt-actionable-accented-bold-foreground-active: var(--salt-palette-foreground-primary);
741
+ --salt-actionable-accented-bold-foreground-active: var(--salt-palette-foreground-primary-alt);
742
742
  --salt-actionable-accented-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
743
743
  --salt-actionable-accented-bold-foreground-hover: var(--salt-palette-foreground-primary-alt);
744
744
  --salt-actionable-accented-bold-foreground: var(--salt-palette-foreground-primary-alt);
@@ -750,9 +750,9 @@
750
750
  --salt-actionable-accented-borderColor-disabled: var(--salt-palette-accent-disabled);
751
751
  --salt-actionable-accented-borderColor-hover: var(--salt-palette-accent);
752
752
  --salt-actionable-accented-borderColor: var(--salt-palette-accent);
753
- --salt-actionable-accented-foreground-active: var(--salt-palette-foreground-primary);
753
+ --salt-actionable-accented-foreground-active: var(--salt-palette-foreground-primary-alt);
754
754
  --salt-actionable-accented-foreground-disabled: var(--salt-palette-accent-strong-disabled);
755
- --salt-actionable-accented-foreground-hover: var(--salt-palette-accent-strong);
755
+ --salt-actionable-accented-foreground-hover: var(--salt-palette-foreground-primary-alt);
756
756
  --salt-actionable-accented-foreground: var(--salt-palette-accent-strong);
757
757
  --salt-actionable-accented-subtle-background-active: var(--salt-palette-accent-action-active);
758
758
  --salt-actionable-accented-subtle-background-disabled: var(--salt-palette-alpha-none);
@@ -762,19 +762,19 @@
762
762
  --salt-actionable-accented-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
763
763
  --salt-actionable-accented-subtle-borderColor-hover: var(--salt-palette-accent);
764
764
  --salt-actionable-accented-subtle-borderColor: var(--salt-palette-alpha-none);
765
- --salt-actionable-accented-subtle-foreground-active: var(--salt-palette-foreground-primary);
765
+ --salt-actionable-accented-subtle-foreground-active: var(--salt-palette-foreground-primary-alt);
766
766
  --salt-actionable-accented-subtle-foreground-disabled: var(--salt-palette-accent-strong-disabled);
767
- --salt-actionable-accented-subtle-foreground-hover: var(--salt-palette-accent-strong);
767
+ --salt-actionable-accented-subtle-foreground-hover: var(--salt-palette-foreground-primary-alt);
768
768
  --salt-actionable-accented-subtle-foreground: var(--salt-palette-accent-strong);
769
769
  --salt-actionable-bold-background-active: var(--salt-palette-neutral-action-active);
770
770
  --salt-actionable-bold-background-disabled: var(--salt-palette-neutral-disabled);
771
- --salt-actionable-bold-background-hover: var(--salt-palette-neutral);
771
+ --salt-actionable-bold-background-hover: var(--salt-palette-neutral-action-hover);
772
772
  --salt-actionable-bold-background: var(--salt-palette-neutral);
773
773
  --salt-actionable-bold-borderColor-active: var(--salt-palette-neutral);
774
774
  --salt-actionable-bold-borderColor-disabled: var(--salt-palette-alpha-none);
775
- --salt-actionable-bold-borderColor-hover: var(--salt-palette-alpha-contrast-high);
775
+ --salt-actionable-bold-borderColor-hover: var(--salt-palette-neutral);
776
776
  --salt-actionable-bold-borderColor: var(--salt-palette-neutral);
777
- --salt-actionable-bold-foreground-active: var(--salt-palette-foreground-primary);
777
+ --salt-actionable-bold-foreground-active: var(--salt-palette-foreground-primary-alt);
778
778
  --salt-actionable-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
779
779
  --salt-actionable-bold-foreground-hover: var(--salt-palette-foreground-primary-alt);
780
780
  --salt-actionable-bold-foreground: var(--salt-palette-foreground-primary-alt);
@@ -786,9 +786,9 @@
786
786
  --salt-actionable-borderColor-disabled: var(--salt-palette-neutral-disabled);
787
787
  --salt-actionable-borderColor-hover: var(--salt-palette-neutral);
788
788
  --salt-actionable-borderColor: var(--salt-palette-neutral);
789
- --salt-actionable-foreground-active: var(--salt-palette-foreground-primary);
789
+ --salt-actionable-foreground-active: var(--salt-palette-foreground-primary-alt);
790
790
  --salt-actionable-foreground-disabled: var(--salt-palette-foreground-primary-disabled);
791
- --salt-actionable-foreground-hover: var(--salt-palette-foreground-primary);
791
+ --salt-actionable-foreground-hover: var(--salt-palette-foreground-primary-alt);
792
792
  --salt-actionable-foreground: var(--salt-palette-foreground-primary);
793
793
  --salt-actionable-subtle-background-active: var(--salt-palette-neutral-action-active);
794
794
  --salt-actionable-subtle-background-disabled: var(--salt-palette-alpha-none);
@@ -798,19 +798,19 @@
798
798
  --salt-actionable-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
799
799
  --salt-actionable-subtle-borderColor-hover: var(--salt-palette-neutral);
800
800
  --salt-actionable-subtle-borderColor: var(--salt-palette-alpha-none);
801
- --salt-actionable-subtle-foreground-active: var(--salt-palette-foreground-primary);
801
+ --salt-actionable-subtle-foreground-active: var(--salt-palette-foreground-primary-alt);
802
802
  --salt-actionable-subtle-foreground-disabled: var(--salt-palette-foreground-primary-disabled);
803
- --salt-actionable-subtle-foreground-hover: var(--salt-palette-foreground-primary);
803
+ --salt-actionable-subtle-foreground-hover: var(--salt-palette-foreground-primary-alt);
804
804
  --salt-actionable-subtle-foreground: var(--salt-palette-foreground-primary);
805
805
  --salt-actionable-negative-bold-background-active: var(--salt-palette-negative-action-active);
806
806
  --salt-actionable-negative-bold-background-disabled: var(--salt-palette-negative-disabled);
807
- --salt-actionable-negative-bold-background-hover: var(--salt-palette-negative);
807
+ --salt-actionable-negative-bold-background-hover: var(--salt-palette-negative-action-hover);
808
808
  --salt-actionable-negative-bold-background: var(--salt-palette-negative);
809
809
  --salt-actionable-negative-bold-borderColor-active: var(--salt-palette-negative);
810
810
  --salt-actionable-negative-bold-borderColor-disabled: var(--salt-palette-alpha-none);
811
- --salt-actionable-negative-bold-borderColor-hover: var(--salt-palette-alpha-contrast-high);
811
+ --salt-actionable-negative-bold-borderColor-hover: var(--salt-palette-negative);
812
812
  --salt-actionable-negative-bold-borderColor: var(--salt-palette-negative);
813
- --salt-actionable-negative-bold-foreground-active: var(--salt-palette-foreground-primary);
813
+ --salt-actionable-negative-bold-foreground-active: var(--salt-palette-foreground-primary-alt);
814
814
  --salt-actionable-negative-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
815
815
  --salt-actionable-negative-bold-foreground-hover: var(--salt-palette-foreground-primary-alt);
816
816
  --salt-actionable-negative-bold-foreground: var(--salt-palette-foreground-primary-alt);
@@ -822,9 +822,9 @@
822
822
  --salt-actionable-negative-borderColor-disabled: var(--salt-palette-negative-disabled);
823
823
  --salt-actionable-negative-borderColor-hover: var(--salt-palette-negative);
824
824
  --salt-actionable-negative-borderColor: var(--salt-palette-negative);
825
- --salt-actionable-negative-foreground-active: var(--salt-palette-foreground-primary);
825
+ --salt-actionable-negative-foreground-active: var(--salt-palette-foreground-primary-alt);
826
826
  --salt-actionable-negative-foreground-disabled: var(--salt-palette-negative-strong-disabled);
827
- --salt-actionable-negative-foreground-hover: var(--salt-palette-negative-strong);
827
+ --salt-actionable-negative-foreground-hover: var(--salt-palette-foreground-primary-alt);
828
828
  --salt-actionable-negative-foreground: var(--salt-palette-negative-strong);
829
829
  --salt-actionable-negative-subtle-background-active: var(--salt-palette-negative-action-active);
830
830
  --salt-actionable-negative-subtle-background-disabled: var(--salt-palette-alpha-none);
@@ -834,19 +834,19 @@
834
834
  --salt-actionable-negative-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
835
835
  --salt-actionable-negative-subtle-borderColor-hover: var(--salt-palette-negative);
836
836
  --salt-actionable-negative-subtle-borderColor: var(--salt-palette-alpha-none);
837
- --salt-actionable-negative-subtle-foreground-active: var(--salt-palette-foreground-primary);
837
+ --salt-actionable-negative-subtle-foreground-active: var(--salt-palette-foreground-primary-alt);
838
838
  --salt-actionable-negative-subtle-foreground-disabled: var(--salt-palette-negative-strong-disabled);
839
- --salt-actionable-negative-subtle-foreground-hover: var(--salt-palette-negative-strong);
839
+ --salt-actionable-negative-subtle-foreground-hover: var(--salt-palette-foreground-primary-alt);
840
840
  --salt-actionable-negative-subtle-foreground: var(--salt-palette-negative-strong);
841
841
  --salt-actionable-positive-bold-background-active: var(--salt-palette-positive-action-active);
842
842
  --salt-actionable-positive-bold-background-disabled: var(--salt-palette-positive-disabled);
843
- --salt-actionable-positive-bold-background-hover: var(--salt-palette-positive);
843
+ --salt-actionable-positive-bold-background-hover: var(--salt-palette-positive-action-hover);
844
844
  --salt-actionable-positive-bold-background: var(--salt-palette-positive);
845
845
  --salt-actionable-positive-bold-borderColor-active: var(--salt-palette-positive);
846
846
  --salt-actionable-positive-bold-borderColor-disabled: var(--salt-palette-alpha-none);
847
- --salt-actionable-positive-bold-borderColor-hover: var(--salt-palette-alpha-contrast-high);
847
+ --salt-actionable-positive-bold-borderColor-hover: var(--salt-palette-positive);
848
848
  --salt-actionable-positive-bold-borderColor: var(--salt-palette-positive);
849
- --salt-actionable-positive-bold-foreground-active: var(--salt-palette-foreground-primary);
849
+ --salt-actionable-positive-bold-foreground-active: var(--salt-palette-foreground-primary-alt);
850
850
  --salt-actionable-positive-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
851
851
  --salt-actionable-positive-bold-foreground-hover: var(--salt-palette-foreground-primary-alt);
852
852
  --salt-actionable-positive-bold-foreground: var(--salt-palette-foreground-primary-alt);
@@ -858,9 +858,9 @@
858
858
  --salt-actionable-positive-borderColor-disabled: var(--salt-palette-positive-disabled);
859
859
  --salt-actionable-positive-borderColor-hover: var(--salt-palette-positive);
860
860
  --salt-actionable-positive-borderColor: var(--salt-palette-positive);
861
- --salt-actionable-positive-foreground-active: var(--salt-palette-foreground-primary);
861
+ --salt-actionable-positive-foreground-active: var(--salt-palette-foreground-primary-alt);
862
862
  --salt-actionable-positive-foreground-disabled: var(--salt-palette-positive-strong-disabled);
863
- --salt-actionable-positive-foreground-hover: var(--salt-palette-positive-strong);
863
+ --salt-actionable-positive-foreground-hover: var(--salt-palette-foreground-primary-alt);
864
864
  --salt-actionable-positive-foreground: var(--salt-palette-positive-strong);
865
865
  --salt-actionable-positive-subtle-background-active: var(--salt-palette-positive-action-active);
866
866
  --salt-actionable-positive-subtle-background-disabled: var(--salt-palette-alpha-none);
@@ -870,19 +870,19 @@
870
870
  --salt-actionable-positive-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
871
871
  --salt-actionable-positive-subtle-borderColor-hover: var(--salt-palette-positive);
872
872
  --salt-actionable-positive-subtle-borderColor: var(--salt-palette-alpha-none);
873
- --salt-actionable-positive-subtle-foreground-active: var(--salt-palette-foreground-primary);
873
+ --salt-actionable-positive-subtle-foreground-active: var(--salt-palette-foreground-primary-alt);
874
874
  --salt-actionable-positive-subtle-foreground-disabled: var(--salt-palette-positive-strong-disabled);
875
- --salt-actionable-positive-subtle-foreground-hover: var(--salt-palette-positive-strong);
875
+ --salt-actionable-positive-subtle-foreground-hover: var(--salt-palette-foreground-primary-alt);
876
876
  --salt-actionable-positive-subtle-foreground: var(--salt-palette-positive-strong);
877
877
  --salt-actionable-caution-bold-background-active: var(--salt-palette-warning-action-active);
878
878
  --salt-actionable-caution-bold-background-disabled: var(--salt-palette-warning-disabled);
879
- --salt-actionable-caution-bold-background-hover: var(--salt-palette-warning);
879
+ --salt-actionable-caution-bold-background-hover: var(--salt-palette-warning-action-hover);
880
880
  --salt-actionable-caution-bold-background: var(--salt-palette-warning);
881
881
  --salt-actionable-caution-bold-borderColor-active: var(--salt-palette-warning);
882
882
  --salt-actionable-caution-bold-borderColor-disabled: var(--salt-palette-alpha-none);
883
- --salt-actionable-caution-bold-borderColor-hover: var(--salt-palette-alpha-contrast-high);
883
+ --salt-actionable-caution-bold-borderColor-hover: var(--salt-palette-warning);
884
884
  --salt-actionable-caution-bold-borderColor: var(--salt-palette-warning);
885
- --salt-actionable-caution-bold-foreground-active: var(--salt-palette-foreground-primary);
885
+ --salt-actionable-caution-bold-foreground-active: var(--salt-palette-foreground-primary-alt);
886
886
  --salt-actionable-caution-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
887
887
  --salt-actionable-caution-bold-foreground-hover: var(--salt-palette-foreground-primary-alt);
888
888
  --salt-actionable-caution-bold-foreground: var(--salt-palette-foreground-primary-alt);
@@ -894,9 +894,9 @@
894
894
  --salt-actionable-caution-borderColor-disabled: var(--salt-palette-warning-disabled);
895
895
  --salt-actionable-caution-borderColor-hover: var(--salt-palette-warning);
896
896
  --salt-actionable-caution-borderColor: var(--salt-palette-warning);
897
- --salt-actionable-caution-foreground-active: var(--salt-palette-foreground-primary);
897
+ --salt-actionable-caution-foreground-active: var(--salt-palette-foreground-primary-alt);
898
898
  --salt-actionable-caution-foreground-disabled: var(--salt-palette-warning-strong-disabled);
899
- --salt-actionable-caution-foreground-hover: var(--salt-palette-warning-strong);
899
+ --salt-actionable-caution-foreground-hover: var(--salt-palette-foreground-primary-alt);
900
900
  --salt-actionable-caution-foreground: var(--salt-palette-warning-strong);
901
901
  --salt-actionable-caution-subtle-background-active: var(--salt-palette-warning-action-active);
902
902
  --salt-actionable-caution-subtle-background-disabled: var(--salt-palette-alpha-none);
@@ -906,9 +906,9 @@
906
906
  --salt-actionable-caution-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
907
907
  --salt-actionable-caution-subtle-borderColor-hover: var(--salt-palette-warning);
908
908
  --salt-actionable-caution-subtle-borderColor: var(--salt-palette-alpha-none);
909
- --salt-actionable-caution-subtle-foreground-active: var(--salt-palette-foreground-primary);
909
+ --salt-actionable-caution-subtle-foreground-active: var(--salt-palette-foreground-primary-alt);
910
910
  --salt-actionable-caution-subtle-foreground-disabled: var(--salt-palette-warning-strong-disabled);
911
- --salt-actionable-caution-subtle-foreground-hover: var(--salt-palette-warning-strong);
911
+ --salt-actionable-caution-subtle-foreground-hover: var(--salt-palette-foreground-primary-alt);
912
912
  --salt-actionable-caution-subtle-foreground: var(--salt-palette-warning-strong);
913
913
  }
914
914
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "0.0.0-snapshot-20250813082930",
3
+ "version": "0.0.0-snapshot-20250813085120",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/jpmorganchase/salt-ds.git",
7
+ "url": "git+https://github.com/jpmorganchase/salt-ds.git",
8
8
  "directory": "packages/theme"
9
9
  },
10
10
  "bugs": "https://github.com/jpmorganchase/salt-ds/issues",