ui-primitives 9.30.0 → 9.31.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "9.30.0",
3
+ "version": "9.31.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -450,12 +450,6 @@
450
450
  "alias": "staticGraphicBlueChill",
451
451
  "deprecated": true
452
452
  },
453
- "static_graphic_blue_maya_old": {
454
- "rgba": "rgba(126, 179, 255, 1)",
455
- "hex": "#7eb3ff",
456
- "alias": "staticGraphicColorMaya",
457
- "deprecated": true
458
- },
459
453
  "static_graphic_boulder_old": {
460
454
  "rgba": "rgba(122, 122, 122, 1)",
461
455
  "hex": "#7a7a7a",
@@ -528,6 +522,12 @@
528
522
  "alias": "staticGraphicMatisse",
529
523
  "deprecated": true
530
524
  },
525
+ "static_graphic_maya": {
526
+ "rgba": "rgba(126, 179, 255, 1)",
527
+ "hex": "#7eb3ff",
528
+ "alias": "staticGraphicColorMaya",
529
+ "deprecated": true
530
+ },
531
531
  "static_graphic_milano_red_old": {
532
532
  "rgba": "rgba(205, 21, 1, 1)",
533
533
  "hex": "#cd1501",
@@ -552,7 +552,7 @@
552
552
  "alias": "staticGraphicOlivine",
553
553
  "deprecated": true
554
554
  },
555
- "static_graphic_persimmon_old": {
555
+ "static_graphic_permission": {
556
556
  "rgba": "rgba(255, 92, 92, 1)",
557
557
  "hex": "#ff5c5c",
558
558
  "alias": "staticGraphicColorPermission",
@@ -588,7 +588,7 @@
588
588
  "alias": "staticGraphicSaffron",
589
589
  "deprecated": true
590
590
  },
591
- "static_graphic_sandy_brown_old": {
591
+ "static_graphic_sandybrown_old": {
592
592
  "rgba": "rgba(243, 143, 111, 1)",
593
593
  "hex": "#f38f6f",
594
594
  "alias": "staticGraphicSandybrown",
@@ -739,45 +739,21 @@
739
739
  "hex": "#59e9e9fb",
740
740
  "alias": "staticTextColorTertiaryLight"
741
741
  },
742
- "dark_bg_info_old": {
743
- "rgba": "rgba(0, 28, 60, 1)",
744
- "hex": "#001c3c",
745
- "alias": "backgroundColorLinkMuted",
746
- "deprecated": true
747
- },
748
- "dark_bg_overlay_old": {
749
- "rgba": "rgba(0, 0, 0, 0.8)",
750
- "hex": "#cc000000",
751
- "alias": "specialBackgroundColorOverlay",
752
- "deprecated": true
753
- },
754
- "dark_specialbg_component_old": {
742
+ "dark_bg_component": {
755
743
  "rgba": "rgba(255, 255, 255, 0.1)",
756
744
  "hex": "#1affffff",
757
745
  "alias": "backgroundColorComponent",
758
746
  "deprecated": true
759
747
  },
760
- "dark_specialbg_component_inverted_old": {
748
+ "dark_bg_component_inverted": {
761
749
  "rgba": "rgba(0, 0, 0, 0.08)",
762
750
  "hex": "#14000000",
763
751
  "alias": "backgroundColorComponentInverted",
764
752
  "deprecated": true
765
753
  },
766
- "static_text_secondary_light_transparent_old": {
767
- "rgba": "rgba(235, 235, 245, 0.6)",
768
- "hex": "#99ebebf5",
769
- "alias": "staticTextColorSecondaryLightTransparent",
770
- "deprecated": true
771
- },
772
- "static_text_tertiary_light_transparent_old": {
773
- "rgba": "rgba(235, 235, 245, 0.3)",
774
- "hex": "#4debebf5",
775
- "alias": "staticTextColorTertiaryLightTransparent",
776
- "deprecated": true
777
- },
778
- "light_bg_info_old": {
779
- "rgba": "rgba(214, 232, 252, 1)",
780
- "hex": "#d6e8fc",
754
+ "dark_bg_link_muted": {
755
+ "rgba": "rgba(0, 28, 60, 1)",
756
+ "hex": "#001c3c",
781
757
  "alias": "backgroundColorLinkMuted",
782
758
  "deprecated": true
783
759
  },
@@ -787,24 +763,174 @@
787
763
  "alias": "backgroundColorNeutral",
788
764
  "deprecated": true
789
765
  },
766
+ "dark_bg_nulled": {
767
+ "rgba": "rgba(0, 0, 0, 0)",
768
+ "hex": "#00000000",
769
+ "alias": "backgroundColorNulled",
770
+ "deprecated": true
771
+ },
772
+ "dark_bg_primary_grouped": {
773
+ "rgba": "rgba(26, 26, 29, 1)",
774
+ "hex": "#1a1a1d",
775
+ "alias": "backgroundColorPrimaryGrouped",
776
+ "deprecated": true
777
+ },
778
+ "dark_bg_secondary_grouped": {
779
+ "rgba": "rgba(42, 42, 46, 1)",
780
+ "hex": "#2a2a2e",
781
+ "alias": "backgroundColorSecondaryGrouped",
782
+ "deprecated": true
783
+ },
784
+ "dark_bg_tertiary_grouped": {
785
+ "rgba": "rgba(64, 64, 69, 1)",
786
+ "hex": "#404045",
787
+ "alias": "backgroundColorTertiaryGrouped",
788
+ "deprecated": true
789
+ },
790
790
  "dark_graphic_neutral": {
791
791
  "rgba": "rgba(42, 42, 44, 1)",
792
792
  "hex": "#2a2a2c",
793
793
  "alias": "graphicColorNeutral",
794
794
  "deprecated": true
795
795
  },
796
+ "dark_specialbg_overlay": {
797
+ "rgba": "rgba(0, 0, 0, 0.8)",
798
+ "hex": "#cc000000",
799
+ "alias": "specialBackgroundColorOverlay",
800
+ "deprecated": true
801
+ },
802
+ "dark_text_disabled_transparent": {
803
+ "rgba": "rgba(220, 220, 243, 0.14)",
804
+ "hex": "#24dcdcf3",
805
+ "alias": "textColorDisabledTransparent",
806
+ "deprecated": true
807
+ },
808
+ "dark_text_secondary_inverted_transparent": {
809
+ "rgba": "rgba(3, 3, 16, 0.56)",
810
+ "hex": "#8f030310",
811
+ "alias": "textColorSecondaryInvertedTransparent",
812
+ "deprecated": true
813
+ },
814
+ "dark_text_secondary_transparent": {
815
+ "rgba": "rgba(239, 239, 254, 0.53)",
816
+ "hex": "#87efeffe",
817
+ "alias": "textColorSecondaryTransparent",
818
+ "deprecated": true
819
+ },
820
+ "dark_text_tertiary_inverted_transparent": {
821
+ "rgba": "rgba(1, 1, 18, 0.41)",
822
+ "hex": "#69010112",
823
+ "alias": "textColorTertiaryInvertedTransparent",
824
+ "deprecated": true
825
+ },
826
+ "dark_text_tertiary_transparent": {
827
+ "rgba": "rgba(233, 233, 251, 0.35)",
828
+ "hex": "#59e9e9fb",
829
+ "alias": "textColorTertiaryTransparent",
830
+ "deprecated": true
831
+ },
832
+ "light_bg_component": {
833
+ "rgba": "rgba(19, 19, 73, 0.11)",
834
+ "hex": "#1c131349",
835
+ "alias": "backgroundColorComponent",
836
+ "deprecated": true
837
+ },
838
+ "light_bg_component_inverted": {
839
+ "rgba": "rgba(223, 223, 246, 0.13)",
840
+ "hex": "#21dfdff6",
841
+ "alias": "backgroundColorComponentInverted",
842
+ "deprecated": true
843
+ },
844
+ "light_bg_link_muted": {
845
+ "rgba": "rgba(214, 232, 252, 1)",
846
+ "hex": "#d6e8fc",
847
+ "alias": "backgroundColorLinkMuted",
848
+ "deprecated": true
849
+ },
796
850
  "light_bg_neutral": {
797
851
  "rgba": "rgba(220, 220, 221, 1)",
798
852
  "hex": "#dcdcdd",
799
853
  "alias": "backgroundColorNeutral",
800
854
  "deprecated": true
801
855
  },
856
+ "light_bg_nulled": {
857
+ "rgba": "rgba(0, 0, 0, 0)",
858
+ "hex": "#00000000",
859
+ "alias": "backgroundColorNulled",
860
+ "deprecated": true
861
+ },
862
+ "light_bg_primary_grouped": {
863
+ "rgba": "rgba(242, 242, 246, 1)",
864
+ "hex": "#f2f2f6",
865
+ "alias": "backgroundColorPrimaryGrouped",
866
+ "deprecated": true
867
+ },
868
+ "light_bg_secondary_grouped": {
869
+ "rgba": "rgba(255, 255, 255, 1)",
870
+ "hex": "#ffffff",
871
+ "alias": "backgroundColorSecondaryGrouped",
872
+ "deprecated": true
873
+ },
874
+ "light_bg_tertiary_grouped": {
875
+ "rgba": "rgba(242, 242, 246, 1)",
876
+ "hex": "#f2f2f6",
877
+ "alias": "backgroundColorTertiaryGrouped",
878
+ "deprecated": true
879
+ },
802
880
  "light_graphic_neutral": {
803
881
  "rgba": "rgba(220, 220, 221, 1)",
804
882
  "hex": "#dcdcdd",
805
883
  "alias": "graphicColorNeutral",
806
884
  "deprecated": true
807
885
  },
886
+ "light_specialbg_overlay": {
887
+ "rgba": "rgba(0, 0, 0, 0.6)",
888
+ "hex": "#99000000",
889
+ "alias": "specialBackgroundColorOverlay",
890
+ "deprecated": true
891
+ },
892
+ "light_text_disabled_transparent": {
893
+ "rgba": "rgba(1, 1, 24, 0.26)",
894
+ "hex": "#42010118",
895
+ "alias": "textColorDisabledTransparent",
896
+ "deprecated": true
897
+ },
898
+ "light_text_secondary_inverted_transparent": {
899
+ "rgba": "rgba(239, 239, 254, 0.53)",
900
+ "hex": "#87efeffe",
901
+ "alias": "textColorSecondaryInvertedTransparent",
902
+ "deprecated": true
903
+ },
904
+ "light_text_secondary_transparent": {
905
+ "rgba": "rgba(3, 3, 16, 0.56)",
906
+ "hex": "#8f030310",
907
+ "alias": "textColorSecondaryTransparent",
908
+ "deprecated": true
909
+ },
910
+ "light_text_tertiary_inverted_transparent": {
911
+ "rgba": "rgba(233, 233, 251, 0.35)",
912
+ "hex": "#59e9e9fb",
913
+ "alias": "textColorTertiaryInvertedTransparent",
914
+ "deprecated": true
915
+ },
916
+ "light_text_tertiary_transparent": {
917
+ "rgba": "rgba(1, 1, 18, 0.41)",
918
+ "hex": "#69010112",
919
+ "alias": "textColorTertiaryTransparent",
920
+ "deprecated": true
921
+ },
922
+ "static_bg_dark": {
923
+ "rgba": "rgba(0, 0, 0, 1)",
924
+ "hex": "#000000",
925
+ "alias": "staticBackgroundColorDark",
926
+ "deprecated": true
927
+ },
928
+ "static_bg_light": {
929
+ "rgba": "rgba(255, 255, 255, 1)",
930
+ "hex": "#ffffff",
931
+ "alias": "staticBackgroundColorLight",
932
+ "deprecated": true
933
+ },
808
934
  "static_bg_neutral_dark": {
809
935
  "rgba": "rgba(58, 58, 60, 1)",
810
936
  "hex": "#3a3a3c",
@@ -816,5 +942,29 @@
816
942
  "hex": "#dcdcdd",
817
943
  "alias": "staticBackgroundColorNeutralLight",
818
944
  "deprecated": true
945
+ },
946
+ "static_text_secondary_dark_transparent": {
947
+ "rgba": "rgba(3, 3, 16, 0.56)",
948
+ "hex": "#8f030310",
949
+ "alias": "staticTextColorSecondaryDarkTransparent",
950
+ "deprecated": true
951
+ },
952
+ "static_text_secondary_light_transparent": {
953
+ "rgba": "rgba(235, 235, 245, 0.6)",
954
+ "hex": "#99ebebf5",
955
+ "alias": "staticTextColorSecondaryLightTransparent",
956
+ "deprecated": true
957
+ },
958
+ "static_text_tertiary_dark_transparent": {
959
+ "rgba": "rgba(1, 1, 18, 0.41)",
960
+ "hex": "#69010112",
961
+ "alias": "staticTextColorTertiaryDarkTransparent",
962
+ "deprecated": true
963
+ },
964
+ "static_text_tertiary_light_transparent": {
965
+ "rgba": "rgba(235, 235, 245, 0.3)",
966
+ "hex": "#4debebf5",
967
+ "alias": "staticTextColorTertiaryLightTransparent",
968
+ "deprecated": true
819
969
  }
820
970
  }
@@ -739,86 +739,232 @@
739
739
  "hex": "#66ffffff",
740
740
  "alias": "staticTextColorTertiaryLight"
741
741
  },
742
- "dark_bg_info_old": {
743
- "rgba": "rgba(0, 28, 60, 1)",
744
- "hex": "#001c3c",
745
- "alias": "backgroundColorLinkMuted",
746
- "deprecated": true
747
- },
748
- "dark_specialbg_component_old": {
742
+ "dark_bg_component": {
749
743
  "rgba": "rgba(255, 255, 255, 0.15)",
750
744
  "hex": "#26ffffff",
751
745
  "alias": "backgroundColorComponent",
752
746
  "deprecated": true
753
747
  },
754
- "dark_specialbg_component_inverted_old": {
748
+ "dark_bg_component_inverted": {
755
749
  "rgba": "rgba(11, 31, 53, 0.07)",
756
750
  "hex": "#120b1f35",
757
751
  "alias": "backgroundColorComponentInverted",
758
752
  "deprecated": true
759
753
  },
760
- "dark_specialbg_nulled_old": {
754
+ "dark_bg_link_muted": {
755
+ "rgba": "rgba(0, 28, 60, 1)",
756
+ "hex": "#001c3c",
757
+ "alias": "backgroundColorLinkMuted",
758
+ "deprecated": true
759
+ },
760
+ "dark_bg_neutral": {
761
+ "rgba": "rgba(72, 87, 103, 1)",
762
+ "hex": "#485767",
763
+ "alias": "backgroundColorNeutral",
764
+ "deprecated": true
765
+ },
766
+ "dark_bg_nulled": {
761
767
  "rgba": "rgba(11, 31, 53, 0)",
762
768
  "hex": "#000b1f35",
763
769
  "alias": "backgroundColorNulled",
764
770
  "deprecated": true
765
771
  },
766
- "dark_specialbg_primary_grouped_old": {
772
+ "dark_bg_primary_grouped": {
767
773
  "rgba": "rgba(11, 31, 53, 1)",
768
774
  "hex": "#0b1f35",
769
775
  "alias": "backgroundColorPrimaryGrouped",
770
776
  "deprecated": true
771
777
  },
772
- "dark_specialbg_secondary_grouped_old": {
778
+ "dark_bg_secondary_grouped": {
773
779
  "rgba": "rgba(35, 53, 73, 1)",
774
780
  "hex": "#233549",
775
781
  "alias": "backgroundColorSecondaryGrouped",
776
782
  "deprecated": true
777
783
  },
778
- "dark_specialbg_tertiary_grouped_old": {
784
+ "dark_bg_tertiary_grouped": {
779
785
  "rgba": "rgba(60, 76, 93, 1)",
780
786
  "hex": "#3c4c5d",
781
787
  "alias": "backgroundColorTertiaryGrouped",
782
788
  "deprecated": true
783
789
  },
784
- "light_bg_info_old": {
790
+ "dark_graphic_neutral": {
791
+ "rgba": "rgba(72, 87, 103, 1)",
792
+ "hex": "#485767",
793
+ "alias": "graphicColorNeutral",
794
+ "deprecated": true
795
+ },
796
+ "dark_specialbg_overlay": {
797
+ "rgba": "rgba(0, 0, 0, 0.6)",
798
+ "hex": "#99000000",
799
+ "alias": "specialBackgroundColorOverlay",
800
+ "deprecated": true
801
+ },
802
+ "dark_text_disabled_transparent": {
803
+ "rgba": "rgba(255, 255, 255, 0.25)",
804
+ "hex": "#40ffffff",
805
+ "alias": "textColorDisabledTransparent",
806
+ "deprecated": true
807
+ },
808
+ "dark_text_secondary_inverted_transparent": {
809
+ "rgba": "rgba(11, 31, 53, 0.7)",
810
+ "hex": "#b30b1f35",
811
+ "alias": "textColorSecondaryInvertedTransparent",
812
+ "deprecated": true
813
+ },
814
+ "dark_text_secondary_transparent": {
815
+ "rgba": "rgba(255, 255, 255, 0.7)",
816
+ "hex": "#b3ffffff",
817
+ "alias": "textColorSecondaryTransparent",
818
+ "deprecated": true
819
+ },
820
+ "dark_text_tertiary_inverted_transparent": {
821
+ "rgba": "rgba(11, 31, 53, 0.3)",
822
+ "hex": "#4d0b1f35",
823
+ "alias": "textColorTertiaryInvertedTransparent",
824
+ "deprecated": true
825
+ },
826
+ "dark_text_tertiary_transparent": {
827
+ "rgba": "rgba(255, 255, 255, 0.4)",
828
+ "hex": "#66ffffff",
829
+ "alias": "textColorTertiaryTransparent",
830
+ "deprecated": true
831
+ },
832
+ "light_bg_component": {
833
+ "rgba": "rgba(11, 31, 53, 0.07)",
834
+ "hex": "#120b1f35",
835
+ "alias": "backgroundColorComponent",
836
+ "deprecated": true
837
+ },
838
+ "light_bg_component_inverted": {
839
+ "rgba": "rgba(255, 255, 255, 0.15)",
840
+ "hex": "#26ffffff",
841
+ "alias": "backgroundColorComponentInverted",
842
+ "deprecated": true
843
+ },
844
+ "light_bg_link_muted": {
785
845
  "rgba": "rgba(214, 232, 252, 1)",
786
846
  "hex": "#d6e8fc",
787
847
  "alias": "backgroundColorLinkMuted",
788
848
  "deprecated": true
789
849
  },
850
+ "light_bg_neutral": {
851
+ "rgba": "rgba(219, 222, 225, 1)",
852
+ "hex": "#dbdee1",
853
+ "alias": "backgroundColorNeutral",
854
+ "deprecated": true
855
+ },
856
+ "light_bg_nulled": {
857
+ "rgba": "rgba(11, 31, 53, 0)",
858
+ "hex": "#000b1f35",
859
+ "alias": "backgroundColorNulled",
860
+ "deprecated": true
861
+ },
862
+ "light_bg_primary_grouped": {
863
+ "rgba": "rgba(243, 244, 245, 1)",
864
+ "hex": "#f3f4f5",
865
+ "alias": "backgroundColorPrimaryGrouped",
866
+ "deprecated": true
867
+ },
868
+ "light_bg_secondary_grouped": {
869
+ "rgba": "rgba(255, 255, 255, 1)",
870
+ "hex": "#ffffff",
871
+ "alias": "backgroundColorSecondaryGrouped",
872
+ "deprecated": true
873
+ },
874
+ "light_bg_tertiary_grouped": {
875
+ "rgba": "rgba(243, 244, 245, 1)",
876
+ "hex": "#f3f4f5",
877
+ "alias": "backgroundColorTertiaryGrouped",
878
+ "deprecated": true
879
+ },
880
+ "light_graphic_neutral": {
881
+ "rgba": "rgba(219, 222, 225, 1)",
882
+ "hex": "#dbdee1",
883
+ "alias": "graphicColorNeutral",
884
+ "deprecated": true
885
+ },
886
+ "light_specialbg_overlay": {
887
+ "rgba": "rgba(0, 0, 0, 0.6)",
888
+ "hex": "#99000000",
889
+ "alias": "specialBackgroundColorOverlay",
890
+ "deprecated": true
891
+ },
892
+ "light_text_disabled_transparent": {
893
+ "rgba": "rgba(11, 31, 53, 0.15)",
894
+ "hex": "#260b1f35",
895
+ "alias": "textColorDisabledTransparent",
896
+ "deprecated": true
897
+ },
898
+ "light_text_secondary_inverted_transparent": {
899
+ "rgba": "rgba(255, 255, 255, 0.7)",
900
+ "hex": "#b3ffffff",
901
+ "alias": "textColorSecondaryInvertedTransparent",
902
+ "deprecated": true
903
+ },
904
+ "light_text_secondary_transparent": {
905
+ "rgba": "rgba(11, 31, 53, 0.7)",
906
+ "hex": "#b30b1f35",
907
+ "alias": "textColorSecondaryTransparent",
908
+ "deprecated": true
909
+ },
910
+ "light_text_tertiary_inverted_transparent": {
911
+ "rgba": "rgba(255, 255, 255, 0.4)",
912
+ "hex": "#66ffffff",
913
+ "alias": "textColorTertiaryInvertedTransparent",
914
+ "deprecated": true
915
+ },
916
+ "light_text_tertiary_transparent": {
917
+ "rgba": "rgba(11, 31, 53, 0.3)",
918
+ "hex": "#4d0b1f35",
919
+ "alias": "textColorTertiaryTransparent",
920
+ "deprecated": true
921
+ },
790
922
  "static_bg_dark": {
791
923
  "rgba": "rgba(0, 0, 0, 1)",
792
924
  "hex": "#000000",
925
+ "alias": "staticBackgroundColorDark",
793
926
  "deprecated": true
794
927
  },
795
928
  "static_bg_light": {
796
929
  "rgba": "rgba(255, 255, 255, 1)",
797
930
  "hex": "#ffffff",
931
+ "alias": "staticBackgroundColorLight",
798
932
  "deprecated": true
799
933
  },
800
- "dark_bg_neutral": {
801
- "rgba": "rgba(72, 87, 103, 1)",
802
- "hex": "#485767",
803
- "alias": "backgroundColorNeutral",
804
- "deprecated": true
805
- },
806
- "dark_graphic_neutral": {
934
+ "static_bg_neutral_dark": {
807
935
  "rgba": "rgba(72, 87, 103, 1)",
808
936
  "hex": "#485767",
809
- "alias": "graphicColorNeutral",
937
+ "alias": "staticBackgroundColorNeutralDark",
810
938
  "deprecated": true
811
939
  },
812
- "light_bg_neutral": {
940
+ "static_bg_neutral_light": {
813
941
  "rgba": "rgba(219, 222, 225, 1)",
814
942
  "hex": "#dbdee1",
815
- "alias": "backgroundColorNeutral",
943
+ "alias": "staticBackgroundColorNeutralLight",
816
944
  "deprecated": true
817
945
  },
818
- "light_graphic_neutral": {
819
- "rgba": "rgba(219, 222, 225, 1)",
820
- "hex": "#dbdee1",
821
- "alias": "graphicColorNeutral",
946
+ "static_text_secondary_dark_transparent": {
947
+ "rgba": "rgba(11, 31, 53, 0.6)",
948
+ "hex": "#990b1f35",
949
+ "alias": "staticTextColorSecondaryDarkTransparent",
950
+ "deprecated": true
951
+ },
952
+ "static_text_secondary_light_transparent": {
953
+ "rgba": "rgba(255, 255, 255, 0.7)",
954
+ "hex": "#b3ffffff",
955
+ "alias": "staticTextColorSecondaryLightTransparent",
956
+ "deprecated": true
957
+ },
958
+ "static_text_tertiary_dark_transparent": {
959
+ "rgba": "rgba(11, 31, 53, 0.3)",
960
+ "hex": "#4d0b1f35",
961
+ "alias": "staticTextColorTertiaryDarkTransparent",
962
+ "deprecated": true
963
+ },
964
+ "static_text_tertiary_light_transparent": {
965
+ "rgba": "rgba(255, 255, 255, 0.4)",
966
+ "hex": "#66ffffff",
967
+ "alias": "staticTextColorTertiaryLightTransparent",
822
968
  "deprecated": true
823
969
  }
824
970
  }