@redsift/design-system 10.2.0 → 10.3.0-muiv5-alpha.1
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.d.ts +493 -44
- package/index.js +1003 -290
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/style/index.css +522 -92
- package/style/redsift-design-tokens.css +522 -92
- package/style/redsift.css +522 -92
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React$1, { Ref, ReactElement, ReactNode, ComponentProps, DependencyList, MutableRefObject, ElementType, RefObject, MouseEvent, Dispatch, SetStateAction, ChangeEvent,
|
|
1
|
+
import React$1, { Ref, ReactElement, ReactNode, ComponentProps, DependencyList, MutableRefObject, ElementType, RefObject, MouseEvent, Dispatch, SetStateAction, ChangeEvent, FocusEvent, KeyboardEvent } from 'react';
|
|
2
2
|
import * as styled_components from 'styled-components';
|
|
3
3
|
import { LinearProgressProps } from '@mui/material/LinearProgress';
|
|
4
4
|
|
|
@@ -109,6 +109,7 @@ declare const PrimaryButtonsColorPalette: {
|
|
|
109
109
|
};
|
|
110
110
|
type PrimaryButtonsColorPalette = ValueOf<typeof PrimaryButtonsColorPalette>;
|
|
111
111
|
declare const ButtonsColorPalette: {
|
|
112
|
+
readonly black: "black";
|
|
112
113
|
readonly info: "info";
|
|
113
114
|
readonly primary: string;
|
|
114
115
|
readonly secondary: string;
|
|
@@ -457,7 +458,7 @@ declare function partitionComponents<T>(components: T[], predicates: Array<(t: T
|
|
|
457
458
|
|
|
458
459
|
/**
|
|
459
460
|
* Do not edit directly
|
|
460
|
-
* Generated on
|
|
461
|
+
* Generated on Sat, 06 Jul 2024 21:54:16 GMT
|
|
461
462
|
*/
|
|
462
463
|
declare const RedsiftColorDarkComponentsPageBackground = "#333333";
|
|
463
464
|
declare const RedsiftColorDarkComponentsTextPrimary = "#ffffff";
|
|
@@ -740,6 +741,213 @@ declare const RedsiftColorDarkComponentsSwitchTextInvalid = "#e11010";
|
|
|
740
741
|
declare const RedsiftColorDarkComponentsSwitchTextDisabled = "#e0e0e0";
|
|
741
742
|
declare const RedsiftColorDarkComponentsTabsLine = "#666666";
|
|
742
743
|
declare const RedsiftColorDarkComponentsModalBackground = "#1c1c1c";
|
|
744
|
+
declare const RedsiftColorDarkComponentsPillsGreyDefaultBackground = "#E6E6E6";
|
|
745
|
+
declare const RedsiftColorDarkComponentsPillsGreyDefaultBorder = "unset";
|
|
746
|
+
declare const RedsiftColorDarkComponentsPillsGreyDefaultText = "#1c1c1c";
|
|
747
|
+
declare const RedsiftColorDarkComponentsPillsGreyHoverBackground = "#D6D6D6";
|
|
748
|
+
declare const RedsiftColorDarkComponentsPillsGreyHoverBorder = "unset";
|
|
749
|
+
declare const RedsiftColorDarkComponentsPillsGreyHoverText = "#1c1c1c";
|
|
750
|
+
declare const RedsiftColorDarkComponentsPillsGreyDisabledBackground = "#EEEEEE";
|
|
751
|
+
declare const RedsiftColorDarkComponentsPillsGreyDisabledBorder = "unset";
|
|
752
|
+
declare const RedsiftColorDarkComponentsPillsGreyDisabledText = "#666666";
|
|
753
|
+
declare const RedsiftColorDarkComponentsPillsGreenDefaultBackground = "#A2E7BA";
|
|
754
|
+
declare const RedsiftColorDarkComponentsPillsGreenDefaultBorder = "unset";
|
|
755
|
+
declare const RedsiftColorDarkComponentsPillsGreenDefaultText = "#1c1c1c";
|
|
756
|
+
declare const RedsiftColorDarkComponentsPillsGreenHoverBackground = "#56D58E";
|
|
757
|
+
declare const RedsiftColorDarkComponentsPillsGreenHoverBorder = "unset";
|
|
758
|
+
declare const RedsiftColorDarkComponentsPillsGreenHoverText = "#1c1c1c";
|
|
759
|
+
declare const RedsiftColorDarkComponentsPillsGreenDisabledBackground = "#C2EFD1";
|
|
760
|
+
declare const RedsiftColorDarkComponentsPillsGreenDisabledBorder = "unset";
|
|
761
|
+
declare const RedsiftColorDarkComponentsPillsGreenDisabledText = "#666666";
|
|
762
|
+
declare const RedsiftColorDarkComponentsPillsPinkDefaultBackground = "#ECA0D6";
|
|
763
|
+
declare const RedsiftColorDarkComponentsPillsPinkDefaultBorder = "unset";
|
|
764
|
+
declare const RedsiftColorDarkComponentsPillsPinkDefaultText = "#1c1c1c";
|
|
765
|
+
declare const RedsiftColorDarkComponentsPillsPinkHoverBackground = "#D95CBA";
|
|
766
|
+
declare const RedsiftColorDarkComponentsPillsPinkHoverBorder = "unset";
|
|
767
|
+
declare const RedsiftColorDarkComponentsPillsPinkHoverText = "#1c1c1c";
|
|
768
|
+
declare const RedsiftColorDarkComponentsPillsPinkDisabledBackground = "#F4C0E3";
|
|
769
|
+
declare const RedsiftColorDarkComponentsPillsPinkDisabledBorder = "unset";
|
|
770
|
+
declare const RedsiftColorDarkComponentsPillsPinkDisabledText = "#666666";
|
|
771
|
+
declare const RedsiftColorDarkComponentsPillsAquaDefaultBackground = "#9AF8F4";
|
|
772
|
+
declare const RedsiftColorDarkComponentsPillsAquaDefaultBorder = "unset";
|
|
773
|
+
declare const RedsiftColorDarkComponentsPillsAquaDefaultText = "#1c1c1c";
|
|
774
|
+
declare const RedsiftColorDarkComponentsPillsAquaHoverBackground = "#63EAE4";
|
|
775
|
+
declare const RedsiftColorDarkComponentsPillsAquaHoverBorder = "unset";
|
|
776
|
+
declare const RedsiftColorDarkComponentsPillsAquaHoverText = "#1c1c1c";
|
|
777
|
+
declare const RedsiftColorDarkComponentsPillsAquaDisabledBackground = "#CAF7F4";
|
|
778
|
+
declare const RedsiftColorDarkComponentsPillsAquaDisabledBorder = "unset";
|
|
779
|
+
declare const RedsiftColorDarkComponentsPillsAquaDisabledText = "#666666";
|
|
780
|
+
declare const RedsiftColorDarkComponentsPillsBrownDefaultBackground = "#EDC19C";
|
|
781
|
+
declare const RedsiftColorDarkComponentsPillsBrownDefaultBorder = "unset";
|
|
782
|
+
declare const RedsiftColorDarkComponentsPillsBrownDefaultText = "#1c1c1c";
|
|
783
|
+
declare const RedsiftColorDarkComponentsPillsBrownHoverBackground = "#C78348";
|
|
784
|
+
declare const RedsiftColorDarkComponentsPillsBrownHoverBorder = "unset";
|
|
785
|
+
declare const RedsiftColorDarkComponentsPillsBrownHoverText = "#1c1c1c";
|
|
786
|
+
declare const RedsiftColorDarkComponentsPillsBrownDisabledBackground = "#F6D9C3";
|
|
787
|
+
declare const RedsiftColorDarkComponentsPillsBrownDisabledBorder = "unset";
|
|
788
|
+
declare const RedsiftColorDarkComponentsPillsBrownDisabledText = "#666666";
|
|
789
|
+
declare const RedsiftColorDarkComponentsPillsRedDefaultBackground = "#F3A39E";
|
|
790
|
+
declare const RedsiftColorDarkComponentsPillsRedDefaultBorder = "unset";
|
|
791
|
+
declare const RedsiftColorDarkComponentsPillsRedDefaultText = "#1c1c1c";
|
|
792
|
+
declare const RedsiftColorDarkComponentsPillsRedHoverBackground = "#E06363";
|
|
793
|
+
declare const RedsiftColorDarkComponentsPillsRedHoverBorder = "unset";
|
|
794
|
+
declare const RedsiftColorDarkComponentsPillsRedHoverText = "#1c1c1c";
|
|
795
|
+
declare const RedsiftColorDarkComponentsPillsRedDisabledBackground = "#F8BBBA";
|
|
796
|
+
declare const RedsiftColorDarkComponentsPillsRedDisabledBorder = "unset";
|
|
797
|
+
declare const RedsiftColorDarkComponentsPillsRedDisabledText = "#666666";
|
|
798
|
+
declare const RedsiftColorDarkComponentsPillsYellowDefaultBackground = "#F7EFC3";
|
|
799
|
+
declare const RedsiftColorDarkComponentsPillsYellowDefaultBorder = "unset";
|
|
800
|
+
declare const RedsiftColorDarkComponentsPillsYellowDefaultText = "#1c1c1c";
|
|
801
|
+
declare const RedsiftColorDarkComponentsPillsYellowHoverBackground = "#FFF741";
|
|
802
|
+
declare const RedsiftColorDarkComponentsPillsYellowHoverBorder = "unset";
|
|
803
|
+
declare const RedsiftColorDarkComponentsPillsYellowHoverText = "#1c1c1c";
|
|
804
|
+
declare const RedsiftColorDarkComponentsPillsYellowDisabledBackground = "#FBF5DB";
|
|
805
|
+
declare const RedsiftColorDarkComponentsPillsYellowDisabledBorder = "unset";
|
|
806
|
+
declare const RedsiftColorDarkComponentsPillsYellowDisabledText = "#666666";
|
|
807
|
+
declare const RedsiftColorDarkComponentsPillsPurpleDefaultBackground = "#C6A8EF";
|
|
808
|
+
declare const RedsiftColorDarkComponentsPillsPurpleDefaultBorder = "unset";
|
|
809
|
+
declare const RedsiftColorDarkComponentsPillsPurpleDefaultText = "#1c1c1c";
|
|
810
|
+
declare const RedsiftColorDarkComponentsPillsPurpleHoverBackground = "#965EDE";
|
|
811
|
+
declare const RedsiftColorDarkComponentsPillsPurpleHoverBorder = "unset";
|
|
812
|
+
declare const RedsiftColorDarkComponentsPillsPurpleHoverText = "#1c1c1c";
|
|
813
|
+
declare const RedsiftColorDarkComponentsPillsPurpleDisabledBackground = "#DECAF6";
|
|
814
|
+
declare const RedsiftColorDarkComponentsPillsPurpleDisabledBorder = "unset";
|
|
815
|
+
declare const RedsiftColorDarkComponentsPillsPurpleDisabledText = "#666666";
|
|
816
|
+
declare const RedsiftColorDarkComponentsPillsOrangeDefaultBackground = "#F8D296";
|
|
817
|
+
declare const RedsiftColorDarkComponentsPillsOrangeDefaultBorder = "unset";
|
|
818
|
+
declare const RedsiftColorDarkComponentsPillsOrangeDefaultText = "#1c1c1c";
|
|
819
|
+
declare const RedsiftColorDarkComponentsPillsOrangeHoverBackground = "#FCBB54";
|
|
820
|
+
declare const RedsiftColorDarkComponentsPillsOrangeHoverBorder = "unset";
|
|
821
|
+
declare const RedsiftColorDarkComponentsPillsOrangeHoverText = "#1c1c1c";
|
|
822
|
+
declare const RedsiftColorDarkComponentsPillsOrangeDisabledBackground = "#FDE4C0";
|
|
823
|
+
declare const RedsiftColorDarkComponentsPillsOrangeDisabledBorder = "unset";
|
|
824
|
+
declare const RedsiftColorDarkComponentsPillsOrangeDisabledText = "#666666";
|
|
825
|
+
declare const RedsiftColorDarkComponentsPillsBlueDefaultBackground = "#B1DCF3";
|
|
826
|
+
declare const RedsiftColorDarkComponentsPillsBlueDefaultBorder = "unset";
|
|
827
|
+
declare const RedsiftColorDarkComponentsPillsBlueDefaultText = "#1c1c1c";
|
|
828
|
+
declare const RedsiftColorDarkComponentsPillsBlueHoverBackground = "#73C5EB";
|
|
829
|
+
declare const RedsiftColorDarkComponentsPillsBlueHoverBorder = "unset";
|
|
830
|
+
declare const RedsiftColorDarkComponentsPillsBlueHoverText = "#1c1c1c";
|
|
831
|
+
declare const RedsiftColorDarkComponentsPillsBlueDisabledBackground = "#CCE8F7";
|
|
832
|
+
declare const RedsiftColorDarkComponentsPillsBlueDisabledBorder = "unset";
|
|
833
|
+
declare const RedsiftColorDarkComponentsPillsBlueDisabledText = "#666666";
|
|
834
|
+
declare const RedsiftColorDarkComponentsPillsBlackDefaultBackground = "#1c1c1c";
|
|
835
|
+
declare const RedsiftColorDarkComponentsPillsBlackDefaultBorder = "unset";
|
|
836
|
+
declare const RedsiftColorDarkComponentsPillsBlackDefaultText = "#ffffff";
|
|
837
|
+
declare const RedsiftColorDarkComponentsPillsBlackHoverBackground = "#333333";
|
|
838
|
+
declare const RedsiftColorDarkComponentsPillsBlackHoverBorder = "unset";
|
|
839
|
+
declare const RedsiftColorDarkComponentsPillsBlackHoverText = "#ffffff";
|
|
840
|
+
declare const RedsiftColorDarkComponentsPillsBlackDisabledBackground = "#474747";
|
|
841
|
+
declare const RedsiftColorDarkComponentsPillsBlackDisabledBorder = "unset";
|
|
842
|
+
declare const RedsiftColorDarkComponentsPillsBlackDisabledText = "#ffffff";
|
|
843
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground = "#333333";
|
|
844
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder = "unset";
|
|
845
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultText = "#ffffff";
|
|
846
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground = "#474747";
|
|
847
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder = "unset";
|
|
848
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverText = "#ffffff";
|
|
849
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground = "#666666";
|
|
850
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder = "unset";
|
|
851
|
+
declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledText = "#ffffff";
|
|
852
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground = "#474747";
|
|
853
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder = "unset";
|
|
854
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultText = "#ffffff";
|
|
855
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyHoverBackground = "#666666";
|
|
856
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyHoverBorder = "unset";
|
|
857
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyHoverText = "#ffffff";
|
|
858
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground = "#e0e0e0";
|
|
859
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder = "unset";
|
|
860
|
+
declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledText = "#ffffff";
|
|
861
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyDefaultBackground = "#666666";
|
|
862
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyDefaultBorder = "unset";
|
|
863
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyDefaultText = "#ffffff";
|
|
864
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyHoverBackground = "#474747";
|
|
865
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyHoverBorder = "unset";
|
|
866
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyHoverText = "#ffffff";
|
|
867
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyDisabledBackground = "#e0e0e0";
|
|
868
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyDisabledBorder = "unset";
|
|
869
|
+
declare const RedsiftColorDarkComponentsPillsMidGreyDisabledText = "#666666";
|
|
870
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyDefaultBackground = "#e0e0e0";
|
|
871
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyDefaultBorder = "unset";
|
|
872
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyDefaultText = "#1c1c1c";
|
|
873
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyHoverBackground = "#666666";
|
|
874
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyHoverBorder = "unset";
|
|
875
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyHoverText = "#1c1c1c";
|
|
876
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyDisabledBackground = "#f2f2f2";
|
|
877
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyDisabledBorder = "unset";
|
|
878
|
+
declare const RedsiftColorDarkComponentsPillsLightGreyDisabledText = "#666666";
|
|
879
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground = "#f2f2f2";
|
|
880
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder = "unset";
|
|
881
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultText = "#1c1c1c";
|
|
882
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyHoverBackground = "#e0e0e0";
|
|
883
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyHoverBorder = "unset";
|
|
884
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyHoverText = "#1c1c1c";
|
|
885
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground = "#666666";
|
|
886
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder = "unset";
|
|
887
|
+
declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledText = "#666666";
|
|
888
|
+
declare const RedsiftColorDarkComponentsPillsWhiteDefaultBackground = "#ffffff";
|
|
889
|
+
declare const RedsiftColorDarkComponentsPillsWhiteDefaultBorder = "#e0e0e0";
|
|
890
|
+
declare const RedsiftColorDarkComponentsPillsWhiteDefaultText = "#1c1c1c";
|
|
891
|
+
declare const RedsiftColorDarkComponentsPillsWhiteHoverBackground = "#f2f2f2";
|
|
892
|
+
declare const RedsiftColorDarkComponentsPillsWhiteHoverBorder = "#e0e0e0";
|
|
893
|
+
declare const RedsiftColorDarkComponentsPillsWhiteHoverText = "#1c1c1c";
|
|
894
|
+
declare const RedsiftColorDarkComponentsPillsWhiteDisabledBackground = "#ffffff";
|
|
895
|
+
declare const RedsiftColorDarkComponentsPillsWhiteDisabledBorder = "#e0e0e0";
|
|
896
|
+
declare const RedsiftColorDarkComponentsPillsWhiteDisabledText = "#666666";
|
|
897
|
+
declare const RedsiftColorDarkComponentsPillsErrorDefaultBackground = "#F8BBBA";
|
|
898
|
+
declare const RedsiftColorDarkComponentsPillsErrorDefaultBorder = "unset";
|
|
899
|
+
declare const RedsiftColorDarkComponentsPillsErrorDefaultText = "#1c1c1c";
|
|
900
|
+
declare const RedsiftColorDarkComponentsPillsErrorHoverBackground = "#E06363";
|
|
901
|
+
declare const RedsiftColorDarkComponentsPillsErrorHoverBorder = "unset";
|
|
902
|
+
declare const RedsiftColorDarkComponentsPillsErrorHoverText = "#1c1c1c";
|
|
903
|
+
declare const RedsiftColorDarkComponentsPillsErrorDisabledBackground = "#F3A39E";
|
|
904
|
+
declare const RedsiftColorDarkComponentsPillsErrorDisabledBorder = "unset";
|
|
905
|
+
declare const RedsiftColorDarkComponentsPillsErrorDisabledText = "#666666";
|
|
906
|
+
declare const RedsiftColorDarkComponentsPillsWarningDefaultBackground = "#FDE4C0";
|
|
907
|
+
declare const RedsiftColorDarkComponentsPillsWarningDefaultBorder = "unset";
|
|
908
|
+
declare const RedsiftColorDarkComponentsPillsWarningDefaultText = "#1c1c1c";
|
|
909
|
+
declare const RedsiftColorDarkComponentsPillsWarningHoverBackground = "#FCBB54";
|
|
910
|
+
declare const RedsiftColorDarkComponentsPillsWarningHoverBorder = "unset";
|
|
911
|
+
declare const RedsiftColorDarkComponentsPillsWarningHoverText = "#1c1c1c";
|
|
912
|
+
declare const RedsiftColorDarkComponentsPillsWarningDisabledBackground = "#F8D296";
|
|
913
|
+
declare const RedsiftColorDarkComponentsPillsWarningDisabledBorder = "unset";
|
|
914
|
+
declare const RedsiftColorDarkComponentsPillsWarningDisabledText = "#666666";
|
|
915
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDefaultBackground = "#C2EFD1";
|
|
916
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDefaultBorder = "unset";
|
|
917
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDefaultText = "#1c1c1c";
|
|
918
|
+
declare const RedsiftColorDarkComponentsPillsSuccessHoverBackground = "#56D58E";
|
|
919
|
+
declare const RedsiftColorDarkComponentsPillsSuccessHoverBorder = "unset";
|
|
920
|
+
declare const RedsiftColorDarkComponentsPillsSuccessHoverText = "#1c1c1c";
|
|
921
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDisabledBackground = "#A2E7BA";
|
|
922
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDisabledBorder = "unset";
|
|
923
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDisabledText = "#666666";
|
|
924
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground = "#E06363";
|
|
925
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder = "unset";
|
|
926
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultText = "#1c1c1c";
|
|
927
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkHoverBackground = "#DE0000";
|
|
928
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkHoverBorder = "unset";
|
|
929
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkHoverText = "#1c1c1c";
|
|
930
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground = "#F3A39E";
|
|
931
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder = "unset";
|
|
932
|
+
declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledText = "#666666";
|
|
933
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground = "#FCBB54";
|
|
934
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder = "unset";
|
|
935
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultText = "#1c1c1c";
|
|
936
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkHoverBackground = "#ED9200";
|
|
937
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkHoverBorder = "unset";
|
|
938
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkHoverText = "#1c1c1c";
|
|
939
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground = "#F8D296";
|
|
940
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder = "unset";
|
|
941
|
+
declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledText = "#666666";
|
|
942
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground = "#56D58E";
|
|
943
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder = "unset";
|
|
944
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultText = "#1c1c1c";
|
|
945
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground = "#00CE59";
|
|
946
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder = "unset";
|
|
947
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverText = "#1c1c1c";
|
|
948
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground = "#A2E7BA";
|
|
949
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder = "unset";
|
|
950
|
+
declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledText = "#666666";
|
|
743
951
|
declare const RedsiftColorLightComponentsPageBackground = "#ffffff";
|
|
744
952
|
declare const RedsiftColorLightComponentsTextPrimary = "#333333";
|
|
745
953
|
declare const RedsiftColorLightComponentsTextSecondary = "#474747";
|
|
@@ -846,7 +1054,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackground
|
|
|
846
1054
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault = "#4285f4";
|
|
847
1055
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover = "#3b78dc";
|
|
848
1056
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive = "#2e5dab";
|
|
849
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = "#
|
|
1057
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = "#a3a3a3";
|
|
850
1058
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault = "transparent";
|
|
851
1059
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover = "#dcf1ed";
|
|
852
1060
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive = "#b9e2db";
|
|
@@ -854,7 +1062,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgrou
|
|
|
854
1062
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault = "#51b7a4";
|
|
855
1063
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover = "#49a594";
|
|
856
1064
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive = "#398073";
|
|
857
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = "#
|
|
1065
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = "#a3a3a3";
|
|
858
1066
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault = "transparent";
|
|
859
1067
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover = "#cceedf";
|
|
860
1068
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive = "#9adec0";
|
|
@@ -862,7 +1070,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackground
|
|
|
862
1070
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault = "#02ac61";
|
|
863
1071
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover = "#029b57";
|
|
864
1072
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive = "#017844";
|
|
865
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = "#
|
|
1073
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = "#a3a3a3";
|
|
866
1074
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault = "transparent";
|
|
867
1075
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover = "#f9cfcf";
|
|
868
1076
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive = "#f39f9f";
|
|
@@ -870,7 +1078,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDi
|
|
|
870
1078
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault = "#e11010";
|
|
871
1079
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover = "#cb0e0e";
|
|
872
1080
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive = "#9e0b0b";
|
|
873
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = "#
|
|
1081
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = "#a3a3a3";
|
|
874
1082
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault = "transparent";
|
|
875
1083
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover = "#fef1dd";
|
|
876
1084
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive = "#fee4bb";
|
|
@@ -878,7 +1086,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackground
|
|
|
878
1086
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault = "#fcbb54";
|
|
879
1087
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover = "#e3a84c";
|
|
880
1088
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive = "#b0833b";
|
|
881
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = "#
|
|
1089
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = "#a3a3a3";
|
|
882
1090
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault = "transparent";
|
|
883
1091
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover = "#d9e7fd";
|
|
884
1092
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive = "#b3cefb";
|
|
@@ -886,7 +1094,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDis
|
|
|
886
1094
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault = "#4285f4";
|
|
887
1095
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover = "#3b78dc";
|
|
888
1096
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive = "#2e5dab";
|
|
889
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = "#
|
|
1097
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = "#a3a3a3";
|
|
890
1098
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault = "transparent";
|
|
891
1099
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover = "#f2f2f2";
|
|
892
1100
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive = "#e0e0e0";
|
|
@@ -894,63 +1102,79 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDis
|
|
|
894
1102
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault = "#666666";
|
|
895
1103
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover = "#525252";
|
|
896
1104
|
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive = "#525252";
|
|
897
|
-
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = "#
|
|
1105
|
+
declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = "#a3a3a3";
|
|
898
1106
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault = "transparent";
|
|
899
1107
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover = "#d9e7fd";
|
|
900
1108
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive = "#b3cefb";
|
|
901
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = "
|
|
1109
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = "transparent";
|
|
902
1110
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault = "#4285f4";
|
|
903
1111
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover = "#3b78dc";
|
|
904
1112
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive = "#2e5dab";
|
|
905
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = "#
|
|
1113
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = "#a3a3a3";
|
|
906
1114
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault = "transparent";
|
|
907
1115
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover = "#dcf1ed";
|
|
908
1116
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive = "#b9e2db";
|
|
909
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = "
|
|
1117
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = "transparent";
|
|
910
1118
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault = "#51b7a4";
|
|
911
1119
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover = "#49a594";
|
|
912
1120
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive = "#398073";
|
|
913
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = "#
|
|
1121
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = "#a3a3a3";
|
|
914
1122
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault = "transparent";
|
|
915
1123
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover = "#cceedf";
|
|
916
1124
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive = "#9adec0";
|
|
917
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = "
|
|
1125
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = "transparent";
|
|
918
1126
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault = "#02ac61";
|
|
919
1127
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover = "#029b57";
|
|
920
1128
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive = "#017844";
|
|
921
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = "#
|
|
1129
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = "#a3a3a3";
|
|
922
1130
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault = "transparent";
|
|
923
1131
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover = "#f9cfcf";
|
|
924
1132
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive = "#f39f9f";
|
|
925
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = "
|
|
1133
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = "transparent";
|
|
926
1134
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault = "#e11010";
|
|
927
1135
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover = "#cb0e0e";
|
|
928
1136
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive = "#9e0b0b";
|
|
929
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = "#
|
|
1137
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = "#a3a3a3";
|
|
930
1138
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault = "transparent";
|
|
931
1139
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover = "#fef1dd";
|
|
932
1140
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive = "#fee4bb";
|
|
933
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = "
|
|
1141
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = "transparent";
|
|
934
1142
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault = "#fcbb54";
|
|
935
1143
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover = "#e3a84c";
|
|
936
1144
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive = "#b0833b";
|
|
937
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = "#
|
|
1145
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = "#a3a3a3";
|
|
938
1146
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault = "transparent";
|
|
939
1147
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover = "#d9e7fd";
|
|
940
1148
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive = "#b3cefb";
|
|
941
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = "
|
|
1149
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = "transparent";
|
|
942
1150
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault = "#4285f4";
|
|
943
1151
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover = "#3b78dc";
|
|
944
1152
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive = "#2e5dab";
|
|
945
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = "#
|
|
1153
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = "#a3a3a3";
|
|
946
1154
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault = "transparent";
|
|
947
1155
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover = "#f2f2f2";
|
|
948
1156
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive = "#e0e0e0";
|
|
949
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = "
|
|
1157
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = "transparent";
|
|
950
1158
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault = "#666666";
|
|
951
1159
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover = "#525252";
|
|
952
1160
|
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive = "#525252";
|
|
953
|
-
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = "#
|
|
1161
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = "#a3a3a3";
|
|
1162
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault = "transparent";
|
|
1163
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover = "#f2f2f2";
|
|
1164
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive = "#e0e0e0";
|
|
1165
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled = "transparent";
|
|
1166
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault = "#333333";
|
|
1167
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover = "#333333";
|
|
1168
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive = "#333333";
|
|
1169
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled = "#a3a3a3";
|
|
1170
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault = "transparent";
|
|
1171
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover = "#f2f2f2";
|
|
1172
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive = "#e0e0e0";
|
|
1173
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = "transparent";
|
|
1174
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault = "#ffffff";
|
|
1175
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover = "#ffffff";
|
|
1176
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive = "#ffffff";
|
|
1177
|
+
declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled = "#a3a3a3";
|
|
954
1178
|
declare const RedsiftColorLightComponentsAiAiBorder = "#e11010";
|
|
955
1179
|
declare const RedsiftColorLightComponentsAiAiIcon = "#e11010";
|
|
956
1180
|
declare const RedsiftColorLightComponentsSpinnerSpinner = "#4285f4";
|
|
@@ -1021,6 +1245,213 @@ declare const RedsiftColorLightComponentsSwitchTextInvalid = "#e11010";
|
|
|
1021
1245
|
declare const RedsiftColorLightComponentsSwitchTextDisabled = "#e0e0e0";
|
|
1022
1246
|
declare const RedsiftColorLightComponentsTabsLine = "#e0e0e0";
|
|
1023
1247
|
declare const RedsiftColorLightComponentsModalBackground = "#ffffff";
|
|
1248
|
+
declare const RedsiftColorLightComponentsPillsGreyDefaultBackground = "#E6E6E6";
|
|
1249
|
+
declare const RedsiftColorLightComponentsPillsGreyDefaultBorder = "transparent";
|
|
1250
|
+
declare const RedsiftColorLightComponentsPillsGreyDefaultText = "#1c1c1c";
|
|
1251
|
+
declare const RedsiftColorLightComponentsPillsGreyHoverBackground = "#D6D6D6";
|
|
1252
|
+
declare const RedsiftColorLightComponentsPillsGreyHoverBorder = "transparent";
|
|
1253
|
+
declare const RedsiftColorLightComponentsPillsGreyHoverText = "#1c1c1c";
|
|
1254
|
+
declare const RedsiftColorLightComponentsPillsGreyDisabledBackground = "#EEEEEE";
|
|
1255
|
+
declare const RedsiftColorLightComponentsPillsGreyDisabledBorder = "transparent";
|
|
1256
|
+
declare const RedsiftColorLightComponentsPillsGreyDisabledText = "#666666";
|
|
1257
|
+
declare const RedsiftColorLightComponentsPillsGreenDefaultBackground = "#A2E7BA";
|
|
1258
|
+
declare const RedsiftColorLightComponentsPillsGreenDefaultBorder = "transparent";
|
|
1259
|
+
declare const RedsiftColorLightComponentsPillsGreenDefaultText = "#1c1c1c";
|
|
1260
|
+
declare const RedsiftColorLightComponentsPillsGreenHoverBackground = "#56D58E";
|
|
1261
|
+
declare const RedsiftColorLightComponentsPillsGreenHoverBorder = "transparent";
|
|
1262
|
+
declare const RedsiftColorLightComponentsPillsGreenHoverText = "#1c1c1c";
|
|
1263
|
+
declare const RedsiftColorLightComponentsPillsGreenDisabledBackground = "#C2EFD1";
|
|
1264
|
+
declare const RedsiftColorLightComponentsPillsGreenDisabledBorder = "transparent";
|
|
1265
|
+
declare const RedsiftColorLightComponentsPillsGreenDisabledText = "#666666";
|
|
1266
|
+
declare const RedsiftColorLightComponentsPillsPinkDefaultBackground = "#ECA0D6";
|
|
1267
|
+
declare const RedsiftColorLightComponentsPillsPinkDefaultBorder = "transparent";
|
|
1268
|
+
declare const RedsiftColorLightComponentsPillsPinkDefaultText = "#1c1c1c";
|
|
1269
|
+
declare const RedsiftColorLightComponentsPillsPinkHoverBackground = "#D95CBA";
|
|
1270
|
+
declare const RedsiftColorLightComponentsPillsPinkHoverBorder = "transparent";
|
|
1271
|
+
declare const RedsiftColorLightComponentsPillsPinkHoverText = "#1c1c1c";
|
|
1272
|
+
declare const RedsiftColorLightComponentsPillsPinkDisabledBackground = "#F4C0E3";
|
|
1273
|
+
declare const RedsiftColorLightComponentsPillsPinkDisabledBorder = "transparent";
|
|
1274
|
+
declare const RedsiftColorLightComponentsPillsPinkDisabledText = "#666666";
|
|
1275
|
+
declare const RedsiftColorLightComponentsPillsAquaDefaultBackground = "#9AF8F4";
|
|
1276
|
+
declare const RedsiftColorLightComponentsPillsAquaDefaultBorder = "transparent";
|
|
1277
|
+
declare const RedsiftColorLightComponentsPillsAquaDefaultText = "#1c1c1c";
|
|
1278
|
+
declare const RedsiftColorLightComponentsPillsAquaHoverBackground = "#63EAE4";
|
|
1279
|
+
declare const RedsiftColorLightComponentsPillsAquaHoverBorder = "transparent";
|
|
1280
|
+
declare const RedsiftColorLightComponentsPillsAquaHoverText = "#1c1c1c";
|
|
1281
|
+
declare const RedsiftColorLightComponentsPillsAquaDisabledBackground = "#CAF7F4";
|
|
1282
|
+
declare const RedsiftColorLightComponentsPillsAquaDisabledBorder = "transparent";
|
|
1283
|
+
declare const RedsiftColorLightComponentsPillsAquaDisabledText = "#666666";
|
|
1284
|
+
declare const RedsiftColorLightComponentsPillsBrownDefaultBackground = "#EDC19C";
|
|
1285
|
+
declare const RedsiftColorLightComponentsPillsBrownDefaultBorder = "transparent";
|
|
1286
|
+
declare const RedsiftColorLightComponentsPillsBrownDefaultText = "#1c1c1c";
|
|
1287
|
+
declare const RedsiftColorLightComponentsPillsBrownHoverBackground = "#C78348";
|
|
1288
|
+
declare const RedsiftColorLightComponentsPillsBrownHoverBorder = "transparent";
|
|
1289
|
+
declare const RedsiftColorLightComponentsPillsBrownHoverText = "#1c1c1c";
|
|
1290
|
+
declare const RedsiftColorLightComponentsPillsBrownDisabledBackground = "#F6D9C3";
|
|
1291
|
+
declare const RedsiftColorLightComponentsPillsBrownDisabledBorder = "transparent";
|
|
1292
|
+
declare const RedsiftColorLightComponentsPillsBrownDisabledText = "#666666";
|
|
1293
|
+
declare const RedsiftColorLightComponentsPillsRedDefaultBackground = "#F3A39E";
|
|
1294
|
+
declare const RedsiftColorLightComponentsPillsRedDefaultBorder = "transparent";
|
|
1295
|
+
declare const RedsiftColorLightComponentsPillsRedDefaultText = "#1c1c1c";
|
|
1296
|
+
declare const RedsiftColorLightComponentsPillsRedHoverBackground = "#E06363";
|
|
1297
|
+
declare const RedsiftColorLightComponentsPillsRedHoverBorder = "transparent";
|
|
1298
|
+
declare const RedsiftColorLightComponentsPillsRedHoverText = "#1c1c1c";
|
|
1299
|
+
declare const RedsiftColorLightComponentsPillsRedDisabledBackground = "#F8BBBA";
|
|
1300
|
+
declare const RedsiftColorLightComponentsPillsRedDisabledBorder = "transparent";
|
|
1301
|
+
declare const RedsiftColorLightComponentsPillsRedDisabledText = "#666666";
|
|
1302
|
+
declare const RedsiftColorLightComponentsPillsYellowDefaultBackground = "#F7EFC3";
|
|
1303
|
+
declare const RedsiftColorLightComponentsPillsYellowDefaultBorder = "transparent";
|
|
1304
|
+
declare const RedsiftColorLightComponentsPillsYellowDefaultText = "#1c1c1c";
|
|
1305
|
+
declare const RedsiftColorLightComponentsPillsYellowHoverBackground = "#FFF741";
|
|
1306
|
+
declare const RedsiftColorLightComponentsPillsYellowHoverBorder = "transparent";
|
|
1307
|
+
declare const RedsiftColorLightComponentsPillsYellowHoverText = "#1c1c1c";
|
|
1308
|
+
declare const RedsiftColorLightComponentsPillsYellowDisabledBackground = "#FBF5DB";
|
|
1309
|
+
declare const RedsiftColorLightComponentsPillsYellowDisabledBorder = "transparent";
|
|
1310
|
+
declare const RedsiftColorLightComponentsPillsYellowDisabledText = "#666666";
|
|
1311
|
+
declare const RedsiftColorLightComponentsPillsPurpleDefaultBackground = "#C6A8EF";
|
|
1312
|
+
declare const RedsiftColorLightComponentsPillsPurpleDefaultBorder = "transparent";
|
|
1313
|
+
declare const RedsiftColorLightComponentsPillsPurpleDefaultText = "#1c1c1c";
|
|
1314
|
+
declare const RedsiftColorLightComponentsPillsPurpleHoverBackground = "#965EDE";
|
|
1315
|
+
declare const RedsiftColorLightComponentsPillsPurpleHoverBorder = "transparent";
|
|
1316
|
+
declare const RedsiftColorLightComponentsPillsPurpleHoverText = "#1c1c1c";
|
|
1317
|
+
declare const RedsiftColorLightComponentsPillsPurpleDisabledBackground = "#DECAF6";
|
|
1318
|
+
declare const RedsiftColorLightComponentsPillsPurpleDisabledBorder = "transparent";
|
|
1319
|
+
declare const RedsiftColorLightComponentsPillsPurpleDisabledText = "#666666";
|
|
1320
|
+
declare const RedsiftColorLightComponentsPillsOrangeDefaultBackground = "#F8D296";
|
|
1321
|
+
declare const RedsiftColorLightComponentsPillsOrangeDefaultBorder = "transparent";
|
|
1322
|
+
declare const RedsiftColorLightComponentsPillsOrangeDefaultText = "#1c1c1c";
|
|
1323
|
+
declare const RedsiftColorLightComponentsPillsOrangeHoverBackground = "#FCBB54";
|
|
1324
|
+
declare const RedsiftColorLightComponentsPillsOrangeHoverBorder = "transparent";
|
|
1325
|
+
declare const RedsiftColorLightComponentsPillsOrangeHoverText = "#1c1c1c";
|
|
1326
|
+
declare const RedsiftColorLightComponentsPillsOrangeDisabledBackground = "#FDE4C0";
|
|
1327
|
+
declare const RedsiftColorLightComponentsPillsOrangeDisabledBorder = "transparent";
|
|
1328
|
+
declare const RedsiftColorLightComponentsPillsOrangeDisabledText = "#666666";
|
|
1329
|
+
declare const RedsiftColorLightComponentsPillsBlueDefaultBackground = "#B1DCF3";
|
|
1330
|
+
declare const RedsiftColorLightComponentsPillsBlueDefaultBorder = "transparent";
|
|
1331
|
+
declare const RedsiftColorLightComponentsPillsBlueDefaultText = "#1c1c1c";
|
|
1332
|
+
declare const RedsiftColorLightComponentsPillsBlueHoverBackground = "#73C5EB";
|
|
1333
|
+
declare const RedsiftColorLightComponentsPillsBlueHoverBorder = "transparent";
|
|
1334
|
+
declare const RedsiftColorLightComponentsPillsBlueHoverText = "#1c1c1c";
|
|
1335
|
+
declare const RedsiftColorLightComponentsPillsBlueDisabledBackground = "#CCE8F7";
|
|
1336
|
+
declare const RedsiftColorLightComponentsPillsBlueDisabledBorder = "transparent";
|
|
1337
|
+
declare const RedsiftColorLightComponentsPillsBlueDisabledText = "#666666";
|
|
1338
|
+
declare const RedsiftColorLightComponentsPillsBlackDefaultBackground = "#1c1c1c";
|
|
1339
|
+
declare const RedsiftColorLightComponentsPillsBlackDefaultBorder = "transparent";
|
|
1340
|
+
declare const RedsiftColorLightComponentsPillsBlackDefaultText = "#ffffff";
|
|
1341
|
+
declare const RedsiftColorLightComponentsPillsBlackHoverBackground = "#333333";
|
|
1342
|
+
declare const RedsiftColorLightComponentsPillsBlackHoverBorder = "transparent";
|
|
1343
|
+
declare const RedsiftColorLightComponentsPillsBlackHoverText = "#ffffff";
|
|
1344
|
+
declare const RedsiftColorLightComponentsPillsBlackDisabledBackground = "#474747";
|
|
1345
|
+
declare const RedsiftColorLightComponentsPillsBlackDisabledBorder = "transparent";
|
|
1346
|
+
declare const RedsiftColorLightComponentsPillsBlackDisabledText = "#ffffff";
|
|
1347
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground = "#333333";
|
|
1348
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder = "transparent";
|
|
1349
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultText = "#ffffff";
|
|
1350
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyHoverBackground = "#474747";
|
|
1351
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyHoverBorder = "transparent";
|
|
1352
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyHoverText = "#ffffff";
|
|
1353
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground = "#666666";
|
|
1354
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder = "transparent";
|
|
1355
|
+
declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledText = "#ffffff";
|
|
1356
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyDefaultBackground = "#474747";
|
|
1357
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyDefaultBorder = "transparent";
|
|
1358
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyDefaultText = "#ffffff";
|
|
1359
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyHoverBackground = "#666666";
|
|
1360
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyHoverBorder = "transparent";
|
|
1361
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyHoverText = "#ffffff";
|
|
1362
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyDisabledBackground = "#e0e0e0";
|
|
1363
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyDisabledBorder = "transparent";
|
|
1364
|
+
declare const RedsiftColorLightComponentsPillsDarkGreyDisabledText = "#ffffff";
|
|
1365
|
+
declare const RedsiftColorLightComponentsPillsMidGreyDefaultBackground = "#666666";
|
|
1366
|
+
declare const RedsiftColorLightComponentsPillsMidGreyDefaultBorder = "transparent";
|
|
1367
|
+
declare const RedsiftColorLightComponentsPillsMidGreyDefaultText = "#ffffff";
|
|
1368
|
+
declare const RedsiftColorLightComponentsPillsMidGreyHoverBackground = "#474747";
|
|
1369
|
+
declare const RedsiftColorLightComponentsPillsMidGreyHoverBorder = "transparent";
|
|
1370
|
+
declare const RedsiftColorLightComponentsPillsMidGreyHoverText = "#ffffff";
|
|
1371
|
+
declare const RedsiftColorLightComponentsPillsMidGreyDisabledBackground = "#e0e0e0";
|
|
1372
|
+
declare const RedsiftColorLightComponentsPillsMidGreyDisabledBorder = "transparent";
|
|
1373
|
+
declare const RedsiftColorLightComponentsPillsMidGreyDisabledText = "#666666";
|
|
1374
|
+
declare const RedsiftColorLightComponentsPillsLightGreyDefaultBackground = "#e0e0e0";
|
|
1375
|
+
declare const RedsiftColorLightComponentsPillsLightGreyDefaultBorder = "transparent";
|
|
1376
|
+
declare const RedsiftColorLightComponentsPillsLightGreyDefaultText = "#1c1c1c";
|
|
1377
|
+
declare const RedsiftColorLightComponentsPillsLightGreyHoverBackground = "#666666";
|
|
1378
|
+
declare const RedsiftColorLightComponentsPillsLightGreyHoverBorder = "transparent";
|
|
1379
|
+
declare const RedsiftColorLightComponentsPillsLightGreyHoverText = "#1c1c1c";
|
|
1380
|
+
declare const RedsiftColorLightComponentsPillsLightGreyDisabledBackground = "#f2f2f2";
|
|
1381
|
+
declare const RedsiftColorLightComponentsPillsLightGreyDisabledBorder = "transparent";
|
|
1382
|
+
declare const RedsiftColorLightComponentsPillsLightGreyDisabledText = "#666666";
|
|
1383
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyDefaultBackground = "#f2f2f2";
|
|
1384
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyDefaultBorder = "transparent";
|
|
1385
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyDefaultText = "#1c1c1c";
|
|
1386
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyHoverBackground = "#e0e0e0";
|
|
1387
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyHoverBorder = "transparent";
|
|
1388
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyHoverText = "#1c1c1c";
|
|
1389
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyDisabledBackground = "#666666";
|
|
1390
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyDisabledBorder = "transparent";
|
|
1391
|
+
declare const RedsiftColorLightComponentsPillsXLightGreyDisabledText = "#666666";
|
|
1392
|
+
declare const RedsiftColorLightComponentsPillsWhiteDefaultBackground = "#ffffff";
|
|
1393
|
+
declare const RedsiftColorLightComponentsPillsWhiteDefaultBorder = "#e0e0e0";
|
|
1394
|
+
declare const RedsiftColorLightComponentsPillsWhiteDefaultText = "#1c1c1c";
|
|
1395
|
+
declare const RedsiftColorLightComponentsPillsWhiteHoverBackground = "#f2f2f2";
|
|
1396
|
+
declare const RedsiftColorLightComponentsPillsWhiteHoverBorder = "#e0e0e0";
|
|
1397
|
+
declare const RedsiftColorLightComponentsPillsWhiteHoverText = "#1c1c1c";
|
|
1398
|
+
declare const RedsiftColorLightComponentsPillsWhiteDisabledBackground = "#ffffff";
|
|
1399
|
+
declare const RedsiftColorLightComponentsPillsWhiteDisabledBorder = "#e0e0e0";
|
|
1400
|
+
declare const RedsiftColorLightComponentsPillsWhiteDisabledText = "#666666";
|
|
1401
|
+
declare const RedsiftColorLightComponentsPillsErrorDefaultBackground = "#F8BBBA";
|
|
1402
|
+
declare const RedsiftColorLightComponentsPillsErrorDefaultBorder = "transparent";
|
|
1403
|
+
declare const RedsiftColorLightComponentsPillsErrorDefaultText = "#1c1c1c";
|
|
1404
|
+
declare const RedsiftColorLightComponentsPillsErrorHoverBackground = "#E06363";
|
|
1405
|
+
declare const RedsiftColorLightComponentsPillsErrorHoverBorder = "transparent";
|
|
1406
|
+
declare const RedsiftColorLightComponentsPillsErrorHoverText = "#1c1c1c";
|
|
1407
|
+
declare const RedsiftColorLightComponentsPillsErrorDisabledBackground = "#F3A39E";
|
|
1408
|
+
declare const RedsiftColorLightComponentsPillsErrorDisabledBorder = "transparent";
|
|
1409
|
+
declare const RedsiftColorLightComponentsPillsErrorDisabledText = "#666666";
|
|
1410
|
+
declare const RedsiftColorLightComponentsPillsWarningDefaultBackground = "#FDE4C0";
|
|
1411
|
+
declare const RedsiftColorLightComponentsPillsWarningDefaultBorder = "transparent";
|
|
1412
|
+
declare const RedsiftColorLightComponentsPillsWarningDefaultText = "#1c1c1c";
|
|
1413
|
+
declare const RedsiftColorLightComponentsPillsWarningHoverBackground = "#FCBB54";
|
|
1414
|
+
declare const RedsiftColorLightComponentsPillsWarningHoverBorder = "transparent";
|
|
1415
|
+
declare const RedsiftColorLightComponentsPillsWarningHoverText = "#1c1c1c";
|
|
1416
|
+
declare const RedsiftColorLightComponentsPillsWarningDisabledBackground = "#F8D296";
|
|
1417
|
+
declare const RedsiftColorLightComponentsPillsWarningDisabledBorder = "transparent";
|
|
1418
|
+
declare const RedsiftColorLightComponentsPillsWarningDisabledText = "#666666";
|
|
1419
|
+
declare const RedsiftColorLightComponentsPillsSuccessDefaultBackground = "#C2EFD1";
|
|
1420
|
+
declare const RedsiftColorLightComponentsPillsSuccessDefaultBorder = "transparent";
|
|
1421
|
+
declare const RedsiftColorLightComponentsPillsSuccessDefaultText = "#1c1c1c";
|
|
1422
|
+
declare const RedsiftColorLightComponentsPillsSuccessHoverBackground = "#56D58E";
|
|
1423
|
+
declare const RedsiftColorLightComponentsPillsSuccessHoverBorder = "transparent";
|
|
1424
|
+
declare const RedsiftColorLightComponentsPillsSuccessHoverText = "#1c1c1c";
|
|
1425
|
+
declare const RedsiftColorLightComponentsPillsSuccessDisabledBackground = "#A2E7BA";
|
|
1426
|
+
declare const RedsiftColorLightComponentsPillsSuccessDisabledBorder = "transparent";
|
|
1427
|
+
declare const RedsiftColorLightComponentsPillsSuccessDisabledText = "#666666";
|
|
1428
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkDefaultBackground = "#E06363";
|
|
1429
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkDefaultBorder = "transparent";
|
|
1430
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkDefaultText = "#1c1c1c";
|
|
1431
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkHoverBackground = "#DE0000";
|
|
1432
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkHoverBorder = "transparent";
|
|
1433
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkHoverText = "#1c1c1c";
|
|
1434
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkDisabledBackground = "#F3A39E";
|
|
1435
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkDisabledBorder = "transparent";
|
|
1436
|
+
declare const RedsiftColorLightComponentsPillsErrorDarkDisabledText = "#666666";
|
|
1437
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkDefaultBackground = "#FCBB54";
|
|
1438
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkDefaultBorder = "transparent";
|
|
1439
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkDefaultText = "#1c1c1c";
|
|
1440
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkHoverBackground = "#ED9200";
|
|
1441
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkHoverBorder = "transparent";
|
|
1442
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkHoverText = "#1c1c1c";
|
|
1443
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkDisabledBackground = "#F8D296";
|
|
1444
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkDisabledBorder = "transparent";
|
|
1445
|
+
declare const RedsiftColorLightComponentsPillsWarningDarkDisabledText = "#666666";
|
|
1446
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground = "#56D58E";
|
|
1447
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder = "transparent";
|
|
1448
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultText = "#1c1c1c";
|
|
1449
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkHoverBackground = "#00CE59";
|
|
1450
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkHoverBorder = "transparent";
|
|
1451
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkHoverText = "#1c1c1c";
|
|
1452
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground = "#A2E7BA";
|
|
1453
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder = "transparent";
|
|
1454
|
+
declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledText = "#666666";
|
|
1024
1455
|
declare const RedsiftColorRedL4 = "#f9cfcf";
|
|
1025
1456
|
declare const RedsiftColorRedL3 = "#f39f9f";
|
|
1026
1457
|
declare const RedsiftColorRedL2 = "#ed7070";
|
|
@@ -1298,11 +1729,11 @@ declare const RedsiftTypographyBadgeLineHeight = "12px";
|
|
|
1298
1729
|
declare const RedsiftTypographyPillFontFamily = "'Poppins', sans-serif";
|
|
1299
1730
|
declare const RedsiftTypographyPillFontSize = "10px";
|
|
1300
1731
|
declare const RedsiftTypographyPillFontWeight = "400";
|
|
1301
|
-
declare const RedsiftTypographyPillLineHeight = "
|
|
1732
|
+
declare const RedsiftTypographyPillLineHeight = "20px";
|
|
1302
1733
|
declare const RedsiftTypographyChipFontFamily = "'Poppins', sans-serif";
|
|
1303
1734
|
declare const RedsiftTypographyChipFontSize = "12px";
|
|
1304
1735
|
declare const RedsiftTypographyChipFontWeight = "400";
|
|
1305
|
-
declare const RedsiftTypographyChipLineHeight = "
|
|
1736
|
+
declare const RedsiftTypographyChipLineHeight = "22px";
|
|
1306
1737
|
declare const RedsiftTypographyTooltipFontFamily = "'Poppins', sans-serif";
|
|
1307
1738
|
declare const RedsiftTypographyTooltipFontSize = "12px";
|
|
1308
1739
|
declare const RedsiftTypographyTooltipFontWeight = "400";
|
|
@@ -1369,7 +1800,11 @@ declare const AlertVariant: {
|
|
|
1369
1800
|
readonly info: "info";
|
|
1370
1801
|
};
|
|
1371
1802
|
type AlertVariant = ValueOf<typeof AlertVariant>;
|
|
1372
|
-
|
|
1803
|
+
declare const AlertStyleVariant: {
|
|
1804
|
+
readonly default: "default";
|
|
1805
|
+
readonly minimal: "minimal";
|
|
1806
|
+
};
|
|
1807
|
+
type AlertStyleVariant = ValueOf<typeof AlertStyleVariant>;
|
|
1373
1808
|
/**
|
|
1374
1809
|
* Component props.
|
|
1375
1810
|
*/
|
|
@@ -1843,6 +2278,8 @@ type AppContainerState = {
|
|
|
1843
2278
|
sidePanelVariant: AppSidePanelVariant;
|
|
1844
2279
|
/** Change side panel variant. */
|
|
1845
2280
|
setSidePanelVariant: Dispatch<SetStateAction<AppSidePanelVariant>>;
|
|
2281
|
+
/** AppContainer ref. */
|
|
2282
|
+
appContainerRef: RefObject<HTMLDivElement>;
|
|
1846
2283
|
};
|
|
1847
2284
|
/**
|
|
1848
2285
|
* Component props.
|
|
@@ -2447,14 +2884,16 @@ type PillSize = ValueOf<typeof PillSize>;
|
|
|
2447
2884
|
interface PillProps extends ComponentProps<'div'>, StylingProps {
|
|
2448
2885
|
/** Whether the badge should automatically break content. */
|
|
2449
2886
|
autoBreak?: boolean;
|
|
2450
|
-
/**
|
|
2451
|
-
|
|
2452
|
-
/** Event on click on right button. */
|
|
2453
|
-
onRightButtonClick?: (event: SyntheticEvent) => void;
|
|
2887
|
+
/** Color to use for border. */
|
|
2888
|
+
borderColor?: string;
|
|
2454
2889
|
/** Color variant. The product colors are available but should only be used to display the Pill in the color of another product. To display a Pill with a color of the current product, use `default`. */
|
|
2455
2890
|
color?: PresentationColorPalette | NeutralColorPalette | 'error' | 'warning' | 'success' | 'error-dark' | 'warning-dark' | 'success-dark' | (string & {});
|
|
2891
|
+
/** Color to use when disabled. */
|
|
2892
|
+
disabledColor?: string;
|
|
2456
2893
|
/** Color to use on hover. */
|
|
2457
2894
|
hoverColor?: string;
|
|
2895
|
+
/** Whether the Pill is disabled or not. */
|
|
2896
|
+
isDisabled?: boolean;
|
|
2458
2897
|
/** Size of the Pill. */
|
|
2459
2898
|
size?: PillSize;
|
|
2460
2899
|
/** Theme. */
|
|
@@ -2462,8 +2901,11 @@ interface PillProps extends ComponentProps<'div'>, StylingProps {
|
|
|
2462
2901
|
}
|
|
2463
2902
|
type StyledPillProps = Omit<PillProps, 'color' | 'autoBreak'> & {
|
|
2464
2903
|
$autoBreak: PillProps['autoBreak'];
|
|
2904
|
+
$borderColor: PillProps['borderColor'];
|
|
2465
2905
|
$color: PillProps['color'];
|
|
2906
|
+
$disabledColor: PillProps['disabledColor'];
|
|
2466
2907
|
$hoverColor: PillProps['hoverColor'];
|
|
2908
|
+
$isDisabled: PillProps['isDisabled'];
|
|
2467
2909
|
$size: PillProps['size'];
|
|
2468
2910
|
$theme: PillProps['theme'];
|
|
2469
2911
|
};
|
|
@@ -3242,12 +3684,7 @@ interface TextFieldProps extends Omit<ComponentProps<'div'>, 'onChange'>, Stylin
|
|
|
3242
3684
|
/** Method to handle component clear. */
|
|
3243
3685
|
onClear?(): void;
|
|
3244
3686
|
/** List of Pills. */
|
|
3245
|
-
pills?:
|
|
3246
|
-
label: string;
|
|
3247
|
-
value: string;
|
|
3248
|
-
onClick?: (label: string, value: string, event: SyntheticEvent) => void;
|
|
3249
|
-
props?: Omit<PillProps, 'ref' | 'onClick'>;
|
|
3250
|
-
}[];
|
|
3687
|
+
pills?: Omit<PillProps, 'ref'>[];
|
|
3251
3688
|
/** Placeholder. */
|
|
3252
3689
|
placeholder?: string;
|
|
3253
3690
|
/** Theme. */
|
|
@@ -3623,7 +4060,9 @@ interface SpinnerProps extends Omit<ComponentProps<'img'>, 'color'>, LayoutProps
|
|
|
3623
4060
|
'aria-hidden'?: boolean | 'false' | 'true';
|
|
3624
4061
|
/** A screen reader only label for the Spinner. */
|
|
3625
4062
|
'aria-label'?: string;
|
|
3626
|
-
/**
|
|
4063
|
+
/** Color variant. */
|
|
4064
|
+
color?: 'primary' | 'grey-l1' | 'grey-l2' | 'grey-l3';
|
|
4065
|
+
/** @deprecated: Whether the spinner is colored or not. */
|
|
3627
4066
|
isColored?: boolean;
|
|
3628
4067
|
/** Spinner size. */
|
|
3629
4068
|
size?: SpinnerSize;
|
|
@@ -3933,6 +4372,22 @@ interface NumberFormatOptions extends Intl.NumberFormatOptions {
|
|
|
3933
4372
|
*/
|
|
3934
4373
|
declare function useNumberFormatter(options?: NumberFormatOptions): Intl.NumberFormat;
|
|
3935
4374
|
|
|
4375
|
+
type LocalizedStrings = {
|
|
4376
|
+
[lang: string]: {
|
|
4377
|
+
[key: string]: string;
|
|
4378
|
+
};
|
|
4379
|
+
};
|
|
4380
|
+
|
|
4381
|
+
type FormatMessage = (key: string, variables?: {
|
|
4382
|
+
[key: string]: any;
|
|
4383
|
+
}) => string;
|
|
4384
|
+
/**
|
|
4385
|
+
* Handles formatting ICU Message strings to create localized strings for the current locale.
|
|
4386
|
+
* Automatically updates when the locale changes, and handles caching of messages for performance.
|
|
4387
|
+
* @param strings - A mapping of languages to strings by key.
|
|
4388
|
+
*/
|
|
4389
|
+
declare function useMessageFormatter(strings: LocalizedStrings): FormatMessage;
|
|
4390
|
+
|
|
3936
4391
|
/**
|
|
3937
4392
|
* Provides localized string collation for the current locale. Automatically updates when the locale changes,
|
|
3938
4393
|
* and handles caching of the collator for performance.
|
|
@@ -3954,12 +4409,6 @@ interface Filter {
|
|
|
3954
4409
|
*/
|
|
3955
4410
|
declare function useFilter(options?: Intl.CollatorOptions): Filter;
|
|
3956
4411
|
|
|
3957
|
-
type LocalizedStrings = {
|
|
3958
|
-
[lang: string]: {
|
|
3959
|
-
[key: string]: string;
|
|
3960
|
-
};
|
|
3961
|
-
};
|
|
3962
|
-
|
|
3963
4412
|
interface SSRProviderProps {
|
|
3964
4413
|
/** Your application here. */
|
|
3965
4414
|
children: ReactNode;
|
|
@@ -3979,4 +4428,4 @@ declare const useSSRSafeId: typeof useModernSSRSafeId;
|
|
|
3979
4428
|
*/
|
|
3980
4429
|
declare function useIsSSR(): boolean;
|
|
3981
4430
|
|
|
3982
|
-
export { ActiveDescendantListbox, Alert, AlertProps, AlertStyleVariant, AlertVariant, AlignContent, AlignItems, AlignSelf, AppBar, AppBarProps, AppContainer, AppContainerContext, AppContainerProps, AppContainerState, AppContent, AppContentProps, AppSidePanel, AppSidePanelProps, AppSidePanelVariant, Badge, BadgeProps, BadgeVariant, BaseBreadcrumbs, BaseFocusWithinGroupAction, BaseGrid, BaseSkeleton, BreadcrumbItem, BreadcrumbItemProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonColor, ButtonGroup, ButtonGroupColor, ButtonGroupProps, ButtonGroupVariant, ButtonLink, ButtonLinkProps, ButtonProps, ButtonVariant, ButtonsColorPalette, Card, CardActions, CardActionsProps, CardBody, CardBodyProps, CardHeader, CardHeaderProps, CardProps, Checkbox, CheckboxGroup, CheckboxGroupOrientation, CheckboxGroupProps, CheckboxGroupState, CheckboxProps, ColorPalette, Comp, ConditionalWrapper, ConditionalWrapperProps, ContainerProps, DateFormatter, DateFormatterOptions, DetailedCard, DetailedCardCollapsibleSectionItems, DetailedCardCollapsibleSectionItemsProps, DetailedCardHeader, DetailedCardHeaderProps, DetailedCardProps, DetailedCardSection, DetailedCardSectionItem, DetailedCardSectionItemProps, DetailedCardSectionProps, EventKey, FOCUS_WITHING_GROUP_INITIAL_STATE, Falsy, Filter, FlexDirection, FlexLayoutProps, FlexWrap, Flexbox, FlexboxProps, FocusWithinGroup, FocusWithinGroupAction, FocusWithinGroupActionType, FocusWithinGroupContext, FocusWithinGroupContextProps, FocusWithinGroupOptions, FocusWithinGroupProps, FocusWithinGroupReducer, FocusWithinGroupState, FontFamily, Grid, GridItem, GridItemProps, GridLayoutProps, GridProps, Heading, HeadingComponent, HeadingProps, HeadingVariant, I18nProvider, I18nProviderProps, Icon, IconButton, IconButtonColor, IconButtonProps, IconButtonVariant, IconDimensions, IconProps, IconSize, InternalSpacingProps, Item, ItemProps, JustifyContent, JustifyItems, JustifySelf, KeyDirection, LISTBOX_INITIAL_STATE, LayoutProps, Link, LinkButton, LinkButtonProps, LinkProps, Listbox, ListboxAction, ListboxActionType, ListboxContext, ListboxContextProps, ListboxProps, ListboxReducer, ListboxSelectionMode, ListboxState, ListboxVariant, Locale, LocalizedStringFormatter, LocalizedStrings, Menu, MenuBarItems, MenuItem, Navigation, NeutralColorPalette, NotificationsColorPalette, Number, NumberField, NumberFieldProps, NumberFieldVariant, NumberFormatOptions$1 as NumberFormatOptions, NumberProps, Pill, PillProps, PillSize, PositioningProps, PresentationColorPalette, PrimaryButtonsColorPalette, PrimaryColorPalette, Product, ProductColorPalette, ProductLogo, ProductName, ProgressBar, ProgressBarProps, Radio, RadioGroup, RadioGroupOrientation, RadioGroupProps, RadioGroupState, RadioProps, RedsiftBorderRadius, RedsiftColorBlueD1, RedsiftColorBlueD2, RedsiftColorBlueD3, RedsiftColorBlueD4, RedsiftColorBlueL1, RedsiftColorBlueL2, RedsiftColorBlueL3, RedsiftColorBlueL4, RedsiftColorBlueN, RedsiftColorBordersBorderDefault, RedsiftColorBordersBorderDisabled, RedsiftColorBordersBorderDivider, RedsiftColorBordersBorderError, RedsiftColorBordersBorderPrimary, RedsiftColorBordersBorderSecondary, RedsiftColorBordersBorderSuccess, RedsiftColorDarkComponentsAiAiBorder, RedsiftColorDarkComponentsAiAiIcon, RedsiftColorDarkComponentsAlertErrorBackground, RedsiftColorDarkComponentsAlertErrorBorder, RedsiftColorDarkComponentsAlertErrorIcon, RedsiftColorDarkComponentsAlertInfoBackground, RedsiftColorDarkComponentsAlertInfoBorder, RedsiftColorDarkComponentsAlertInfoIcon, RedsiftColorDarkComponentsAlertSuccessBackground, RedsiftColorDarkComponentsAlertSuccessBorder, RedsiftColorDarkComponentsAlertSuccessIcon, RedsiftColorDarkComponentsAlertText, RedsiftColorDarkComponentsAlertWarningBackground, RedsiftColorDarkComponentsAlertWarningBorder, RedsiftColorDarkComponentsAlertWarningIcon, RedsiftColorDarkComponentsAppBarBackground, RedsiftColorDarkComponentsAppBarBorder, RedsiftColorDarkComponentsAppBarBreadcrumbDefault, RedsiftColorDarkComponentsAppBarBreadcrumbDown, RedsiftColorDarkComponentsAppBarBreadcrumbHover, RedsiftColorDarkComponentsAppBarIconBackgroundActive, RedsiftColorDarkComponentsAppBarIconBackgroundActiveDown, RedsiftColorDarkComponentsAppBarIconBackgroundActiveHover, RedsiftColorDarkComponentsAppBarIconBackgroundDown, RedsiftColorDarkComponentsAppBarIconBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsCheckboxFillDefault, RedsiftColorDarkComponentsCheckboxFillDefaultHover, RedsiftColorDarkComponentsCheckboxFillDisabled, RedsiftColorDarkComponentsCheckboxFillInvalid, RedsiftColorDarkComponentsCheckboxFillInvalidHover, RedsiftColorDarkComponentsCheckboxFillUncolored, RedsiftColorDarkComponentsCheckboxFillUncoloredHover, RedsiftColorDarkComponentsCheckboxTextDefault, RedsiftColorDarkComponentsCheckboxTextDisabled, RedsiftColorDarkComponentsCheckboxTextInvalid, RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusClickText, RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, RedsiftColorDarkComponentsDropdownsAndMenusDividers, RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, RedsiftColorDarkComponentsIconsDefault, RedsiftColorDarkComponentsModalBackground, RedsiftColorDarkComponentsPageBackground, RedsiftColorDarkComponentsProductLogosIconGrey, RedsiftColorDarkComponentsProductLogosIconRed, RedsiftColorDarkComponentsProductLogosTextGrey, RedsiftColorDarkComponentsProductLogosTextRed, RedsiftColorDarkComponentsProductLogosTextWhite, RedsiftColorDarkComponentsRadioFillDefault, RedsiftColorDarkComponentsRadioFillDefaultHover, RedsiftColorDarkComponentsRadioFillDisabled, RedsiftColorDarkComponentsRadioFillInvalid, RedsiftColorDarkComponentsRadioFillInvalidHover, RedsiftColorDarkComponentsRadioFillUncolored, RedsiftColorDarkComponentsRadioFillUncoloredHover, RedsiftColorDarkComponentsRadioTextDefault, RedsiftColorDarkComponentsRadioTextDisabled, RedsiftColorDarkComponentsRadioTextInvalid, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, RedsiftColorDarkComponentsRedSiftLogoDiamondDark, RedsiftColorDarkComponentsRedSiftLogoDiamondLight, RedsiftColorDarkComponentsRedSiftLogoDiamondMid, RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, RedsiftColorDarkComponentsRedSiftLogoIconBackground, RedsiftColorDarkComponentsRedSiftLogoIconR, RedsiftColorDarkComponentsRedSiftLogoTextGrey, RedsiftColorDarkComponentsRedSiftLogoTextRed, RedsiftColorDarkComponentsRedSiftLogoTextWhite, RedsiftColorDarkComponentsSideNavigationBackground, RedsiftColorDarkComponentsSideNavigationCurrentMarker, RedsiftColorDarkComponentsSideNavigationMenuItemActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, RedsiftColorDarkComponentsSideNavigationRightLine, RedsiftColorDarkComponentsSideNavigationScrollbarHover, RedsiftColorDarkComponentsSideNavigationScrollbarResting, RedsiftColorDarkComponentsSpinnerSpinner, RedsiftColorDarkComponentsSwitchBackgroundDefault, RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, RedsiftColorDarkComponentsSwitchBackgroundDisabled, RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, RedsiftColorDarkComponentsSwitchBackgroundInvalid, RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, RedsiftColorDarkComponentsSwitchBackgroundUncolored, RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, RedsiftColorDarkComponentsSwitchDotDefault, RedsiftColorDarkComponentsSwitchDotDefaultHover, RedsiftColorDarkComponentsSwitchDotDisabled, RedsiftColorDarkComponentsSwitchDotInvalid, RedsiftColorDarkComponentsSwitchDotInvalidHover, RedsiftColorDarkComponentsSwitchDotUncolored, RedsiftColorDarkComponentsSwitchDotUncoloredHover, RedsiftColorDarkComponentsSwitchTextDefault, RedsiftColorDarkComponentsSwitchTextDisabled, RedsiftColorDarkComponentsSwitchTextInvalid, RedsiftColorDarkComponentsTabsLine, RedsiftColorDarkComponentsTextPrimary, RedsiftColorDarkComponentsTextSecondary, RedsiftColorDarkComponentsTooltipBackground, RedsiftColorDarkComponentsTooltipText, RedsiftColorGreenD1, RedsiftColorGreenD2, RedsiftColorGreenD3, RedsiftColorGreenD4, RedsiftColorGreenL1, RedsiftColorGreenL2, RedsiftColorGreenL3, RedsiftColorGreenL4, RedsiftColorGreenN, RedsiftColorGreyD1, RedsiftColorGreyD2, RedsiftColorGreyD3, RedsiftColorGreyD4, RedsiftColorGreyD5, RedsiftColorGreyL1, RedsiftColorGreyL2, RedsiftColorGreyL3, RedsiftColorGreyL4, RedsiftColorGreyL5, RedsiftColorGreyN, RedsiftColorLightComponentsAiAiBorder, RedsiftColorLightComponentsAiAiIcon, RedsiftColorLightComponentsAlertErrorBackground, RedsiftColorLightComponentsAlertErrorBorder, RedsiftColorLightComponentsAlertErrorIcon, RedsiftColorLightComponentsAlertInfoBackground, RedsiftColorLightComponentsAlertInfoBorder, RedsiftColorLightComponentsAlertInfoIcon, RedsiftColorLightComponentsAlertSuccessBackground, RedsiftColorLightComponentsAlertSuccessBorder, RedsiftColorLightComponentsAlertSuccessIcon, RedsiftColorLightComponentsAlertText, RedsiftColorLightComponentsAlertWarningBackground, RedsiftColorLightComponentsAlertWarningBorder, RedsiftColorLightComponentsAlertWarningIcon, RedsiftColorLightComponentsAppBarBackground, RedsiftColorLightComponentsAppBarBorder, RedsiftColorLightComponentsAppBarBreadcrumbDefault, RedsiftColorLightComponentsAppBarBreadcrumbDown, RedsiftColorLightComponentsAppBarBreadcrumbHover, RedsiftColorLightComponentsAppBarIconBackgroundActive, RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, RedsiftColorLightComponentsAppBarIconBackgroundDown, RedsiftColorLightComponentsAppBarIconBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorLightComponentsCheckboxFillDefault, RedsiftColorLightComponentsCheckboxFillDefaultHover, RedsiftColorLightComponentsCheckboxFillDisabled, RedsiftColorLightComponentsCheckboxFillInvalid, RedsiftColorLightComponentsCheckboxFillInvalidHover, RedsiftColorLightComponentsCheckboxFillUncolored, RedsiftColorLightComponentsCheckboxFillUncoloredHover, RedsiftColorLightComponentsCheckboxTextDefault, RedsiftColorLightComponentsCheckboxTextDisabled, RedsiftColorLightComponentsCheckboxTextInvalid, RedsiftColorLightComponentsDropdownsAndMenusClickBackground, RedsiftColorLightComponentsDropdownsAndMenusClickText, RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, RedsiftColorLightComponentsDropdownsAndMenusDefaultText, RedsiftColorLightComponentsDropdownsAndMenusDividers, RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, RedsiftColorLightComponentsIconsDefault, RedsiftColorLightComponentsModalBackground, RedsiftColorLightComponentsPageBackground, RedsiftColorLightComponentsProductLogosIconGrey, RedsiftColorLightComponentsProductLogosIconRed, RedsiftColorLightComponentsProductLogosTextGrey, RedsiftColorLightComponentsProductLogosTextRed, RedsiftColorLightComponentsProductLogosTextWhite, RedsiftColorLightComponentsRadioFillDefault, RedsiftColorLightComponentsRadioFillDefaultHover, RedsiftColorLightComponentsRadioFillDisabled, RedsiftColorLightComponentsRadioFillInvalid, RedsiftColorLightComponentsRadioFillInvalidHover, RedsiftColorLightComponentsRadioFillUncolored, RedsiftColorLightComponentsRadioFillUncoloredHover, RedsiftColorLightComponentsRadioTextDefault, RedsiftColorLightComponentsRadioTextDisabled, RedsiftColorLightComponentsRadioTextInvalid, RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, RedsiftColorLightComponentsRedSiftLogoDiamondDark, RedsiftColorLightComponentsRedSiftLogoDiamondLight, RedsiftColorLightComponentsRedSiftLogoDiamondMid, RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, RedsiftColorLightComponentsRedSiftLogoIconBackground, RedsiftColorLightComponentsRedSiftLogoIconR, RedsiftColorLightComponentsRedSiftLogoTextGrey, RedsiftColorLightComponentsRedSiftLogoTextRed, RedsiftColorLightComponentsRedSiftLogoTextWhite, RedsiftColorLightComponentsSideNavigationBackground, RedsiftColorLightComponentsSideNavigationCurrentMarker, RedsiftColorLightComponentsSideNavigationMenuItemActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, RedsiftColorLightComponentsSideNavigationMenuItemTextHover, RedsiftColorLightComponentsSideNavigationMenuItemTextResting, RedsiftColorLightComponentsSideNavigationRightLine, RedsiftColorLightComponentsSideNavigationScrollbarHover, RedsiftColorLightComponentsSideNavigationScrollbarResting, RedsiftColorLightComponentsSpinnerSpinner, RedsiftColorLightComponentsSwitchBackgroundDefault, RedsiftColorLightComponentsSwitchBackgroundDefaultActive, RedsiftColorLightComponentsSwitchBackgroundDisabled, RedsiftColorLightComponentsSwitchBackgroundDisabledActive, RedsiftColorLightComponentsSwitchBackgroundInvalid, RedsiftColorLightComponentsSwitchBackgroundInvalidActive, RedsiftColorLightComponentsSwitchBackgroundUncolored, RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, RedsiftColorLightComponentsSwitchDotDefault, RedsiftColorLightComponentsSwitchDotDefaultHover, RedsiftColorLightComponentsSwitchDotDisabled, RedsiftColorLightComponentsSwitchDotInvalid, RedsiftColorLightComponentsSwitchDotInvalidHover, RedsiftColorLightComponentsSwitchDotUncolored, RedsiftColorLightComponentsSwitchDotUncoloredHover, RedsiftColorLightComponentsSwitchTextDefault, RedsiftColorLightComponentsSwitchTextDisabled, RedsiftColorLightComponentsSwitchTextInvalid, RedsiftColorLightComponentsTabsLine, RedsiftColorLightComponentsTextPrimary, RedsiftColorLightComponentsTextSecondary, RedsiftColorLightComponentsTooltipBackground, RedsiftColorLightComponentsTooltipText, RedsiftColorNeutralBlack, RedsiftColorNeutralDarkGrey, RedsiftColorNeutralLightGrey, RedsiftColorNeutralMidGrey, RedsiftColorNeutralWhite, RedsiftColorNeutralXDarkGrey, RedsiftColorNeutralXLightGrey, RedsiftColorNotificationsErrorActive, RedsiftColorNotificationsErrorHover, RedsiftColorNotificationsErrorPrimary, RedsiftColorNotificationsInfoActive, RedsiftColorNotificationsInfoHover, RedsiftColorNotificationsInfoPrimary, RedsiftColorNotificationsNoDataActive, RedsiftColorNotificationsNoDataHover, RedsiftColorNotificationsNoDataPrimary, RedsiftColorNotificationsPrimaryActive, RedsiftColorNotificationsPrimaryHover, RedsiftColorNotificationsPrimaryPrimary, RedsiftColorNotificationsQuestionActive, RedsiftColorNotificationsQuestionHover, RedsiftColorNotificationsQuestionPrimary, RedsiftColorNotificationsSecondaryActive, RedsiftColorNotificationsSecondaryHover, RedsiftColorNotificationsSecondaryPrimary, RedsiftColorNotificationsSuccessActive, RedsiftColorNotificationsSuccessHover, RedsiftColorNotificationsSuccessPrimary, RedsiftColorNotificationsWarningActive, RedsiftColorNotificationsWarningHover, RedsiftColorNotificationsWarningPrimary, RedsiftColorPresentationAquaDark, RedsiftColorPresentationAquaDarker, RedsiftColorPresentationAquaDarkerer, RedsiftColorPresentationAquaDefault, RedsiftColorPresentationAquaLight, RedsiftColorPresentationAquaLighter, RedsiftColorPresentationAquaLighterer, RedsiftColorPresentationBlueDark, RedsiftColorPresentationBlueDarker, RedsiftColorPresentationBlueDarkerer, RedsiftColorPresentationBlueDefault, RedsiftColorPresentationBlueLight, RedsiftColorPresentationBlueLighter, RedsiftColorPresentationBlueLighterer, RedsiftColorPresentationBrownDark, RedsiftColorPresentationBrownDarker, RedsiftColorPresentationBrownDarkerer, RedsiftColorPresentationBrownDefault, RedsiftColorPresentationBrownLight, RedsiftColorPresentationBrownLighter, RedsiftColorPresentationBrownLighterer, RedsiftColorPresentationGreenDark, RedsiftColorPresentationGreenDarker, RedsiftColorPresentationGreenDarkerer, RedsiftColorPresentationGreenDefault, RedsiftColorPresentationGreenLight, RedsiftColorPresentationGreenLighter, RedsiftColorPresentationGreenLighterer, RedsiftColorPresentationGreyDark, RedsiftColorPresentationGreyDarker, RedsiftColorPresentationGreyDarkerer, RedsiftColorPresentationGreyDefault, RedsiftColorPresentationGreyLight, RedsiftColorPresentationGreyLighter, RedsiftColorPresentationGreyLighterer, RedsiftColorPresentationOrangeDark, RedsiftColorPresentationOrangeDarker, RedsiftColorPresentationOrangeDarkerer, RedsiftColorPresentationOrangeDefault, RedsiftColorPresentationOrangeLight, RedsiftColorPresentationOrangeLighter, RedsiftColorPresentationOrangeLighterer, RedsiftColorPresentationPinkDark, RedsiftColorPresentationPinkDarker, RedsiftColorPresentationPinkDarkerer, RedsiftColorPresentationPinkDefault, RedsiftColorPresentationPinkLight, RedsiftColorPresentationPinkLighter, RedsiftColorPresentationPinkLighterer, RedsiftColorPresentationPurpleDark, RedsiftColorPresentationPurpleDarker, RedsiftColorPresentationPurpleDarkerer, RedsiftColorPresentationPurpleDefault, RedsiftColorPresentationPurpleLight, RedsiftColorPresentationPurpleLighter, RedsiftColorPresentationPurpleLighterer, RedsiftColorPresentationRedDark, RedsiftColorPresentationRedDarker, RedsiftColorPresentationRedDarkerer, RedsiftColorPresentationRedDefault, RedsiftColorPresentationRedLight, RedsiftColorPresentationRedLighter, RedsiftColorPresentationRedLighterer, RedsiftColorPresentationYellowDark, RedsiftColorPresentationYellowDarker, RedsiftColorPresentationYellowDarkerer, RedsiftColorPresentationYellowDefault, RedsiftColorPresentationYellowLight, RedsiftColorPresentationYellowLighter, RedsiftColorPresentationYellowLighterer, RedsiftColorPrimaryD1, RedsiftColorPrimaryD2, RedsiftColorPrimaryD3, RedsiftColorPrimaryD4, RedsiftColorPrimaryL1, RedsiftColorPrimaryL2, RedsiftColorPrimaryL3, RedsiftColorPrimaryL4, RedsiftColorPrimaryN, RedsiftColorProductAsm, RedsiftColorProductBrandTrust, RedsiftColorProductCertificates, RedsiftColorProductHardenize, RedsiftColorProductOnDmarc, RedsiftColorProductOnInbox, RedsiftColorProductOndmarc, RedsiftColorProductOninbox, RedsiftColorProductPulse, RedsiftColorProductRadar, RedsiftColorProductRojoDs, RedsiftColorProductVendorSecure, RedsiftColorProductWebsite, RedsiftColorRedD1, RedsiftColorRedD2, RedsiftColorRedD3, RedsiftColorRedD4, RedsiftColorRedL1, RedsiftColorRedL2, RedsiftColorRedL3, RedsiftColorRedL4, RedsiftColorRedN, RedsiftColorSecondaryD1, RedsiftColorSecondaryD2, RedsiftColorSecondaryD3, RedsiftColorSecondaryD4, RedsiftColorSecondaryL1, RedsiftColorSecondaryL2, RedsiftColorSecondaryL3, RedsiftColorSecondaryL4, RedsiftColorSecondaryN, RedsiftColorTealD1, RedsiftColorTealD2, RedsiftColorTealD3, RedsiftColorTealD4, RedsiftColorTealL1, RedsiftColorTealL2, RedsiftColorTealL3, RedsiftColorTealL4, RedsiftColorTealN, RedsiftColorTextPrimary, RedsiftColorTextSecondary, RedsiftColorYellowD1, RedsiftColorYellowD2, RedsiftColorYellowD3, RedsiftColorYellowD4, RedsiftColorYellowL1, RedsiftColorYellowL2, RedsiftColorYellowL3, RedsiftColorYellowL4, RedsiftColorYellowN, RedsiftLayoutZIndexDialog, RedsiftLayoutZIndexDropdown, RedsiftLayoutZIndexFooter, RedsiftLayoutZIndexHeader, RedsiftLayoutZIndexOverlay, RedsiftLayoutZIndexPopover, RedsiftLayoutZIndexSidePanel, RedsiftLayoutZIndexTooltip, RedsiftTypographyBadgeFontFamily, RedsiftTypographyBadgeFontSize, RedsiftTypographyBadgeFontWeight, RedsiftTypographyBadgeLineHeight, RedsiftTypographyBodyFontFamily, RedsiftTypographyBodyFontSize, RedsiftTypographyBodyFontWeight, RedsiftTypographyBodyLineHeight, RedsiftTypographyBodyTextTransform, RedsiftTypographyButtonFontFamily, RedsiftTypographyButtonFontSize, RedsiftTypographyButtonFontWeight, RedsiftTypographyButtonLineHeight, RedsiftTypographyButtonTextTransform, RedsiftTypographyCaptionFontFamily, RedsiftTypographyCaptionFontSize, RedsiftTypographyCaptionFontWeight, RedsiftTypographyCaptionLineHeight, RedsiftTypographyCaptionTextTransform, RedsiftTypographyChipFontFamily, RedsiftTypographyChipFontSize, RedsiftTypographyChipFontWeight, RedsiftTypographyChipLineHeight, RedsiftTypographyDatagridCellFontFamily, RedsiftTypographyDatagridCellFontSize, RedsiftTypographyDatagridCellFontWeight, RedsiftTypographyDatagridCellLineHeight, RedsiftTypographyDatagridHeaderFontFamily, RedsiftTypographyDatagridHeaderFontSize, RedsiftTypographyDatagridHeaderFontWeight, RedsiftTypographyDatagridHeaderLineHeight, RedsiftTypographyFontFamilyPoppins, RedsiftTypographyFontFamilySourceCodePro, RedsiftTypographyFontWeightBlack, RedsiftTypographyFontWeightBold, RedsiftTypographyFontWeightExtraBold, RedsiftTypographyFontWeightExtraLight, RedsiftTypographyFontWeightLight, RedsiftTypographyFontWeightMedium, RedsiftTypographyFontWeightRegular, RedsiftTypographyFontWeightSemiBold, RedsiftTypographyFontWeightThin, RedsiftTypographyH1FontFamily, RedsiftTypographyH1FontSize, RedsiftTypographyH1FontWeight, RedsiftTypographyH1LineHeight, RedsiftTypographyH1TextTransform, RedsiftTypographyH2FontFamily, RedsiftTypographyH2FontSize, RedsiftTypographyH2FontWeight, RedsiftTypographyH2LineHeight, RedsiftTypographyH2TextTransform, RedsiftTypographyH3FontFamily, RedsiftTypographyH3FontSize, RedsiftTypographyH3FontWeight, RedsiftTypographyH3LineHeight, RedsiftTypographyH3TextTransform, RedsiftTypographyH4FontFamily, RedsiftTypographyH4FontSize, RedsiftTypographyH4FontWeight, RedsiftTypographyH4LineHeight, RedsiftTypographyH4TextTransform, RedsiftTypographyH5FontFamily, RedsiftTypographyH5FontSize, RedsiftTypographyH5FontWeight, RedsiftTypographyH5LineHeight, RedsiftTypographyH5TextTransform, RedsiftTypographyHelperFontFamily, RedsiftTypographyHelperFontSize, RedsiftTypographyHelperFontWeight, RedsiftTypographyHelperLineHeight, RedsiftTypographyHelperTextTransform, RedsiftTypographyInputTextFontFamily, RedsiftTypographyInputTextFontSize, RedsiftTypographyInputTextFontWeight, RedsiftTypographyInputTextLineHeight, RedsiftTypographyLinkFontFamily, RedsiftTypographyLinkFontSize, RedsiftTypographyLinkFontWeight, RedsiftTypographyLinkLineHeight, RedsiftTypographyPillFontFamily, RedsiftTypographyPillFontSize, RedsiftTypographyPillFontWeight, RedsiftTypographyPillLineHeight, RedsiftTypographyTooltipFontFamily, RedsiftTypographyTooltipFontSize, RedsiftTypographyTooltipFontWeight, RedsiftTypographyTooltipLineHeight, RovingTabindexListbox, RowStartMap, SSRProvider, SSRProviderProps, SecondaryColorPalette, Shield, ShieldProps, ShieldVariant, SideNavigationMenu, SideNavigationMenuBar, SideNavigationMenuBarContextProps, SideNavigationMenuBarProps, SideNavigationMenuBarVariant, SideNavigationMenuContextProps, SideNavigationMenuItem, SideNavigationMenuItemProps, SideNavigationMenuProps, SideNavigationMenuReducerAction, SideNavigationMenuReducerActionType, SideNavigationMenuReducerState, SizingProps, Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonProps, SkeletonText, SkeletonTextProps, SkeletonTextVariant, SpacingProps, Spinner, SpinnerProps, SpinnerSize, StyledAlertProps, StyledAppBarProps, StyledAppContainerProps, StyledAppContentProps, StyledAppSidePanelProps, StyledBadgeProps, StyledBreadcrumbItemProps, StyledBreadcrumbsProps, StyledButton, StyledButtonGroupProps, StyledButtonLinkProps, StyledButtonProps, StyledCardActionsProps, StyledCardBodyProps, StyledCardHeaderProps, StyledCardProps, StyledCheckboxGroupProps, StyledCheckboxProps, StyledDetailedCardCollapsibleSectionItemsProps, StyledDetailedCardHeaderProps, StyledDetailedCardProps, StyledDetailedCardSectionItemProps, StyledDetailedCardSectionProps, StyledFlexboxProps, StyledGridItemProps, StyledGridProps, StyledHeadingProps, StyledIconButtonProps, StyledIconProps, StyledItem, StyledItemProps, StyledLink, StyledLinkButtonProps, StyledLinkProps, StyledListboxProps, StyledNumberFieldProps, StyledNumberProps, StyledPillProps, StyledRadioGroupProps, StyledRadioProps, StyledShieldProps, StyledSideNavigationMenuBarProps, StyledSideNavigationMenuItemProps, StyledSideNavigationMenuProps, StyledSkeletonCircleProps, StyledSkeletonProps, StyledSkeletonTextProps, StyledSpinnerProps, StyledSwitchGroupProps, StyledSwitchProps, StyledTextAreaProps, StyledTextField, StyledTextFieldProps, StyledTextProps, StylingProps, Switch, SwitchGroup, SwitchGroupOrientation, SwitchGroupProps, SwitchGroupState, SwitchProps, TabStop, Text, TextArea, TextAreaProps, TextAreaVariant, TextComponent, TextField, TextFieldProps, TextFieldVariant, TextProps, TextVariant, Theme, ThemeContext, ThemeProvider, UseFocusGroupProps, UseFocusWithinGroupProps, UseListboxItemProps, UseSideNavigationMenuBarProps, ValueOf, baseContainer, baseFlexbox, baseGrid, baseInternalSpacing, baseLayout, basePositioning, baseSizing, baseSpacing, baseStyling, filterComponents, focusRing, getCanvasFont, getContainerProps, getCssStyle, getMaxTextWidth, getTextWidth, isComponent, nextId, partitionComponents, resetId, setPrefix, sizeToDimension, srOnly, uniqueId, useAppSidePanel, useBoundingClientRect, useCollator, useComputeNumberOfRows, useDateFormatter, useFilter, useFocusOnList, useFocusOnListItem, useId, useIsLoaded, useIsSSR, useListFormatter, useListboxItem, useLocale, useLocalizedStringDictionary, useLocalizedStringFormatter, useNumberFormatter, useSSRSafeId, useSideNavigationMenuBar, useTheme, useWindowSize, warnIfNoAccessibleLabelFound };
|
|
4431
|
+
export { ActiveDescendantListbox, Alert, AlertProps, AlertStyleVariant, AlertVariant, AlignContent, AlignItems, AlignSelf, AppBar, AppBarProps, AppContainer, AppContainerContext, AppContainerProps, AppContainerState, AppContent, AppContentProps, AppSidePanel, AppSidePanelProps, AppSidePanelVariant, Badge, BadgeProps, BadgeVariant, BaseBreadcrumbs, BaseFocusWithinGroupAction, BaseGrid, BaseSkeleton, BreadcrumbItem, BreadcrumbItemProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonColor, ButtonGroup, ButtonGroupColor, ButtonGroupProps, ButtonGroupVariant, ButtonLink, ButtonLinkProps, ButtonProps, ButtonVariant, ButtonsColorPalette, Card, CardActions, CardActionsProps, CardBody, CardBodyProps, CardHeader, CardHeaderProps, CardProps, Checkbox, CheckboxGroup, CheckboxGroupOrientation, CheckboxGroupProps, CheckboxGroupState, CheckboxProps, ColorPalette, Comp, ConditionalWrapper, ConditionalWrapperProps, ContainerProps, DateFormatter, DateFormatterOptions, DetailedCard, DetailedCardCollapsibleSectionItems, DetailedCardCollapsibleSectionItemsProps, DetailedCardHeader, DetailedCardHeaderProps, DetailedCardProps, DetailedCardSection, DetailedCardSectionItem, DetailedCardSectionItemProps, DetailedCardSectionProps, EventKey, FOCUS_WITHING_GROUP_INITIAL_STATE, Falsy, Filter, FlexDirection, FlexLayoutProps, FlexWrap, Flexbox, FlexboxProps, FocusWithinGroup, FocusWithinGroupAction, FocusWithinGroupActionType, FocusWithinGroupContext, FocusWithinGroupContextProps, FocusWithinGroupOptions, FocusWithinGroupProps, FocusWithinGroupReducer, FocusWithinGroupState, FontFamily, Grid, GridItem, GridItemProps, GridLayoutProps, GridProps, Heading, HeadingComponent, HeadingProps, HeadingVariant, I18nProvider, I18nProviderProps, Icon, IconButton, IconButtonColor, IconButtonProps, IconButtonVariant, IconDimensions, IconProps, IconSize, InternalSpacingProps, Item, ItemProps, JustifyContent, JustifyItems, JustifySelf, KeyDirection, LISTBOX_INITIAL_STATE, LayoutProps, Link, LinkButton, LinkButtonProps, LinkProps, Listbox, ListboxAction, ListboxActionType, ListboxContext, ListboxContextProps, ListboxProps, ListboxReducer, ListboxSelectionMode, ListboxState, ListboxVariant, Locale, LocalizedStringFormatter, LocalizedStrings, Menu, MenuBarItems, MenuItem, Navigation, NeutralColorPalette, NotificationsColorPalette, Number, NumberField, NumberFieldProps, NumberFieldVariant, NumberFormatOptions$1 as NumberFormatOptions, NumberProps, Pill, PillProps, PillSize, PositioningProps, PresentationColorPalette, PrimaryButtonsColorPalette, PrimaryColorPalette, Product, ProductColorPalette, ProductLogo, ProductName, ProgressBar, ProgressBarProps, Radio, RadioGroup, RadioGroupOrientation, RadioGroupProps, RadioGroupState, RadioProps, RedsiftBorderRadius, RedsiftColorBlueD1, RedsiftColorBlueD2, RedsiftColorBlueD3, RedsiftColorBlueD4, RedsiftColorBlueL1, RedsiftColorBlueL2, RedsiftColorBlueL3, RedsiftColorBlueL4, RedsiftColorBlueN, RedsiftColorBordersBorderDefault, RedsiftColorBordersBorderDisabled, RedsiftColorBordersBorderDivider, RedsiftColorBordersBorderError, RedsiftColorBordersBorderPrimary, RedsiftColorBordersBorderSecondary, RedsiftColorBordersBorderSuccess, RedsiftColorDarkComponentsAiAiBorder, RedsiftColorDarkComponentsAiAiIcon, RedsiftColorDarkComponentsAlertErrorBackground, RedsiftColorDarkComponentsAlertErrorBorder, RedsiftColorDarkComponentsAlertErrorIcon, RedsiftColorDarkComponentsAlertInfoBackground, RedsiftColorDarkComponentsAlertInfoBorder, RedsiftColorDarkComponentsAlertInfoIcon, RedsiftColorDarkComponentsAlertSuccessBackground, RedsiftColorDarkComponentsAlertSuccessBorder, RedsiftColorDarkComponentsAlertSuccessIcon, RedsiftColorDarkComponentsAlertText, RedsiftColorDarkComponentsAlertWarningBackground, RedsiftColorDarkComponentsAlertWarningBorder, RedsiftColorDarkComponentsAlertWarningIcon, RedsiftColorDarkComponentsAppBarBackground, RedsiftColorDarkComponentsAppBarBorder, RedsiftColorDarkComponentsAppBarBreadcrumbDefault, RedsiftColorDarkComponentsAppBarBreadcrumbDown, RedsiftColorDarkComponentsAppBarBreadcrumbHover, RedsiftColorDarkComponentsAppBarIconBackgroundActive, RedsiftColorDarkComponentsAppBarIconBackgroundActiveDown, RedsiftColorDarkComponentsAppBarIconBackgroundActiveHover, RedsiftColorDarkComponentsAppBarIconBackgroundDown, RedsiftColorDarkComponentsAppBarIconBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsCheckboxFillDefault, RedsiftColorDarkComponentsCheckboxFillDefaultHover, RedsiftColorDarkComponentsCheckboxFillDisabled, RedsiftColorDarkComponentsCheckboxFillInvalid, RedsiftColorDarkComponentsCheckboxFillInvalidHover, RedsiftColorDarkComponentsCheckboxFillUncolored, RedsiftColorDarkComponentsCheckboxFillUncoloredHover, RedsiftColorDarkComponentsCheckboxTextDefault, RedsiftColorDarkComponentsCheckboxTextDisabled, RedsiftColorDarkComponentsCheckboxTextInvalid, RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusClickText, RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, RedsiftColorDarkComponentsDropdownsAndMenusDividers, RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, RedsiftColorDarkComponentsIconsDefault, RedsiftColorDarkComponentsModalBackground, RedsiftColorDarkComponentsPageBackground, RedsiftColorDarkComponentsPillsAquaDefaultBackground, RedsiftColorDarkComponentsPillsAquaDefaultBorder, RedsiftColorDarkComponentsPillsAquaDefaultText, RedsiftColorDarkComponentsPillsAquaDisabledBackground, RedsiftColorDarkComponentsPillsAquaDisabledBorder, RedsiftColorDarkComponentsPillsAquaDisabledText, RedsiftColorDarkComponentsPillsAquaHoverBackground, RedsiftColorDarkComponentsPillsAquaHoverBorder, RedsiftColorDarkComponentsPillsAquaHoverText, RedsiftColorDarkComponentsPillsBlackDefaultBackground, RedsiftColorDarkComponentsPillsBlackDefaultBorder, RedsiftColorDarkComponentsPillsBlackDefaultText, RedsiftColorDarkComponentsPillsBlackDisabledBackground, RedsiftColorDarkComponentsPillsBlackDisabledBorder, RedsiftColorDarkComponentsPillsBlackDisabledText, RedsiftColorDarkComponentsPillsBlackHoverBackground, RedsiftColorDarkComponentsPillsBlackHoverBorder, RedsiftColorDarkComponentsPillsBlackHoverText, RedsiftColorDarkComponentsPillsBlueDefaultBackground, RedsiftColorDarkComponentsPillsBlueDefaultBorder, RedsiftColorDarkComponentsPillsBlueDefaultText, RedsiftColorDarkComponentsPillsBlueDisabledBackground, RedsiftColorDarkComponentsPillsBlueDisabledBorder, RedsiftColorDarkComponentsPillsBlueDisabledText, RedsiftColorDarkComponentsPillsBlueHoverBackground, RedsiftColorDarkComponentsPillsBlueHoverBorder, RedsiftColorDarkComponentsPillsBlueHoverText, RedsiftColorDarkComponentsPillsBrownDefaultBackground, RedsiftColorDarkComponentsPillsBrownDefaultBorder, RedsiftColorDarkComponentsPillsBrownDefaultText, RedsiftColorDarkComponentsPillsBrownDisabledBackground, RedsiftColorDarkComponentsPillsBrownDisabledBorder, RedsiftColorDarkComponentsPillsBrownDisabledText, RedsiftColorDarkComponentsPillsBrownHoverBackground, RedsiftColorDarkComponentsPillsBrownHoverBorder, RedsiftColorDarkComponentsPillsBrownHoverText, RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsDarkGreyDefaultText, RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsDarkGreyDisabledText, RedsiftColorDarkComponentsPillsDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsDarkGreyHoverText, RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground, RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder, RedsiftColorDarkComponentsPillsErrorDarkDefaultText, RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground, RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder, RedsiftColorDarkComponentsPillsErrorDarkDisabledText, RedsiftColorDarkComponentsPillsErrorDarkHoverBackground, RedsiftColorDarkComponentsPillsErrorDarkHoverBorder, RedsiftColorDarkComponentsPillsErrorDarkHoverText, RedsiftColorDarkComponentsPillsErrorDefaultBackground, RedsiftColorDarkComponentsPillsErrorDefaultBorder, RedsiftColorDarkComponentsPillsErrorDefaultText, RedsiftColorDarkComponentsPillsErrorDisabledBackground, RedsiftColorDarkComponentsPillsErrorDisabledBorder, RedsiftColorDarkComponentsPillsErrorDisabledText, RedsiftColorDarkComponentsPillsErrorHoverBackground, RedsiftColorDarkComponentsPillsErrorHoverBorder, RedsiftColorDarkComponentsPillsErrorHoverText, RedsiftColorDarkComponentsPillsGreenDefaultBackground, RedsiftColorDarkComponentsPillsGreenDefaultBorder, RedsiftColorDarkComponentsPillsGreenDefaultText, RedsiftColorDarkComponentsPillsGreenDisabledBackground, RedsiftColorDarkComponentsPillsGreenDisabledBorder, RedsiftColorDarkComponentsPillsGreenDisabledText, RedsiftColorDarkComponentsPillsGreenHoverBackground, RedsiftColorDarkComponentsPillsGreenHoverBorder, RedsiftColorDarkComponentsPillsGreenHoverText, RedsiftColorDarkComponentsPillsGreyDefaultBackground, RedsiftColorDarkComponentsPillsGreyDefaultBorder, RedsiftColorDarkComponentsPillsGreyDefaultText, RedsiftColorDarkComponentsPillsGreyDisabledBackground, RedsiftColorDarkComponentsPillsGreyDisabledBorder, RedsiftColorDarkComponentsPillsGreyDisabledText, RedsiftColorDarkComponentsPillsGreyHoverBackground, RedsiftColorDarkComponentsPillsGreyHoverBorder, RedsiftColorDarkComponentsPillsGreyHoverText, RedsiftColorDarkComponentsPillsLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsLightGreyDefaultText, RedsiftColorDarkComponentsPillsLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsLightGreyDisabledText, RedsiftColorDarkComponentsPillsLightGreyHoverBackground, RedsiftColorDarkComponentsPillsLightGreyHoverBorder, RedsiftColorDarkComponentsPillsLightGreyHoverText, RedsiftColorDarkComponentsPillsMidGreyDefaultBackground, RedsiftColorDarkComponentsPillsMidGreyDefaultBorder, RedsiftColorDarkComponentsPillsMidGreyDefaultText, RedsiftColorDarkComponentsPillsMidGreyDisabledBackground, RedsiftColorDarkComponentsPillsMidGreyDisabledBorder, RedsiftColorDarkComponentsPillsMidGreyDisabledText, RedsiftColorDarkComponentsPillsMidGreyHoverBackground, RedsiftColorDarkComponentsPillsMidGreyHoverBorder, RedsiftColorDarkComponentsPillsMidGreyHoverText, RedsiftColorDarkComponentsPillsOrangeDefaultBackground, RedsiftColorDarkComponentsPillsOrangeDefaultBorder, RedsiftColorDarkComponentsPillsOrangeDefaultText, RedsiftColorDarkComponentsPillsOrangeDisabledBackground, RedsiftColorDarkComponentsPillsOrangeDisabledBorder, RedsiftColorDarkComponentsPillsOrangeDisabledText, RedsiftColorDarkComponentsPillsOrangeHoverBackground, RedsiftColorDarkComponentsPillsOrangeHoverBorder, RedsiftColorDarkComponentsPillsOrangeHoverText, RedsiftColorDarkComponentsPillsPinkDefaultBackground, RedsiftColorDarkComponentsPillsPinkDefaultBorder, RedsiftColorDarkComponentsPillsPinkDefaultText, RedsiftColorDarkComponentsPillsPinkDisabledBackground, RedsiftColorDarkComponentsPillsPinkDisabledBorder, RedsiftColorDarkComponentsPillsPinkDisabledText, RedsiftColorDarkComponentsPillsPinkHoverBackground, RedsiftColorDarkComponentsPillsPinkHoverBorder, RedsiftColorDarkComponentsPillsPinkHoverText, RedsiftColorDarkComponentsPillsPurpleDefaultBackground, RedsiftColorDarkComponentsPillsPurpleDefaultBorder, RedsiftColorDarkComponentsPillsPurpleDefaultText, RedsiftColorDarkComponentsPillsPurpleDisabledBackground, RedsiftColorDarkComponentsPillsPurpleDisabledBorder, RedsiftColorDarkComponentsPillsPurpleDisabledText, RedsiftColorDarkComponentsPillsPurpleHoverBackground, RedsiftColorDarkComponentsPillsPurpleHoverBorder, RedsiftColorDarkComponentsPillsPurpleHoverText, RedsiftColorDarkComponentsPillsRedDefaultBackground, RedsiftColorDarkComponentsPillsRedDefaultBorder, RedsiftColorDarkComponentsPillsRedDefaultText, RedsiftColorDarkComponentsPillsRedDisabledBackground, RedsiftColorDarkComponentsPillsRedDisabledBorder, RedsiftColorDarkComponentsPillsRedDisabledText, RedsiftColorDarkComponentsPillsRedHoverBackground, RedsiftColorDarkComponentsPillsRedHoverBorder, RedsiftColorDarkComponentsPillsRedHoverText, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDarkDefaultText, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDarkDisabledText, RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground, RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder, RedsiftColorDarkComponentsPillsSuccessDarkHoverText, RedsiftColorDarkComponentsPillsSuccessDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDefaultText, RedsiftColorDarkComponentsPillsSuccessDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDisabledText, RedsiftColorDarkComponentsPillsSuccessHoverBackground, RedsiftColorDarkComponentsPillsSuccessHoverBorder, RedsiftColorDarkComponentsPillsSuccessHoverText, RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground, RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder, RedsiftColorDarkComponentsPillsWarningDarkDefaultText, RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground, RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder, RedsiftColorDarkComponentsPillsWarningDarkDisabledText, RedsiftColorDarkComponentsPillsWarningDarkHoverBackground, RedsiftColorDarkComponentsPillsWarningDarkHoverBorder, RedsiftColorDarkComponentsPillsWarningDarkHoverText, RedsiftColorDarkComponentsPillsWarningDefaultBackground, RedsiftColorDarkComponentsPillsWarningDefaultBorder, RedsiftColorDarkComponentsPillsWarningDefaultText, RedsiftColorDarkComponentsPillsWarningDisabledBackground, RedsiftColorDarkComponentsPillsWarningDisabledBorder, RedsiftColorDarkComponentsPillsWarningDisabledText, RedsiftColorDarkComponentsPillsWarningHoverBackground, RedsiftColorDarkComponentsPillsWarningHoverBorder, RedsiftColorDarkComponentsPillsWarningHoverText, RedsiftColorDarkComponentsPillsWhiteDefaultBackground, RedsiftColorDarkComponentsPillsWhiteDefaultBorder, RedsiftColorDarkComponentsPillsWhiteDefaultText, RedsiftColorDarkComponentsPillsWhiteDisabledBackground, RedsiftColorDarkComponentsPillsWhiteDisabledBorder, RedsiftColorDarkComponentsPillsWhiteDisabledText, RedsiftColorDarkComponentsPillsWhiteHoverBackground, RedsiftColorDarkComponentsPillsWhiteHoverBorder, RedsiftColorDarkComponentsPillsWhiteHoverText, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsXDarkGreyDefaultText, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsXDarkGreyDisabledText, RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsXDarkGreyHoverText, RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsXLightGreyDefaultText, RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsXLightGreyDisabledText, RedsiftColorDarkComponentsPillsXLightGreyHoverBackground, RedsiftColorDarkComponentsPillsXLightGreyHoverBorder, RedsiftColorDarkComponentsPillsXLightGreyHoverText, RedsiftColorDarkComponentsPillsYellowDefaultBackground, RedsiftColorDarkComponentsPillsYellowDefaultBorder, RedsiftColorDarkComponentsPillsYellowDefaultText, RedsiftColorDarkComponentsPillsYellowDisabledBackground, RedsiftColorDarkComponentsPillsYellowDisabledBorder, RedsiftColorDarkComponentsPillsYellowDisabledText, RedsiftColorDarkComponentsPillsYellowHoverBackground, RedsiftColorDarkComponentsPillsYellowHoverBorder, RedsiftColorDarkComponentsPillsYellowHoverText, RedsiftColorDarkComponentsProductLogosIconGrey, RedsiftColorDarkComponentsProductLogosIconRed, RedsiftColorDarkComponentsProductLogosTextGrey, RedsiftColorDarkComponentsProductLogosTextRed, RedsiftColorDarkComponentsProductLogosTextWhite, RedsiftColorDarkComponentsRadioFillDefault, RedsiftColorDarkComponentsRadioFillDefaultHover, RedsiftColorDarkComponentsRadioFillDisabled, RedsiftColorDarkComponentsRadioFillInvalid, RedsiftColorDarkComponentsRadioFillInvalidHover, RedsiftColorDarkComponentsRadioFillUncolored, RedsiftColorDarkComponentsRadioFillUncoloredHover, RedsiftColorDarkComponentsRadioTextDefault, RedsiftColorDarkComponentsRadioTextDisabled, RedsiftColorDarkComponentsRadioTextInvalid, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, RedsiftColorDarkComponentsRedSiftLogoDiamondDark, RedsiftColorDarkComponentsRedSiftLogoDiamondLight, RedsiftColorDarkComponentsRedSiftLogoDiamondMid, RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, RedsiftColorDarkComponentsRedSiftLogoIconBackground, RedsiftColorDarkComponentsRedSiftLogoIconR, RedsiftColorDarkComponentsRedSiftLogoTextGrey, RedsiftColorDarkComponentsRedSiftLogoTextRed, RedsiftColorDarkComponentsRedSiftLogoTextWhite, RedsiftColorDarkComponentsSideNavigationBackground, RedsiftColorDarkComponentsSideNavigationCurrentMarker, RedsiftColorDarkComponentsSideNavigationMenuItemActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, RedsiftColorDarkComponentsSideNavigationRightLine, RedsiftColorDarkComponentsSideNavigationScrollbarHover, RedsiftColorDarkComponentsSideNavigationScrollbarResting, RedsiftColorDarkComponentsSpinnerSpinner, RedsiftColorDarkComponentsSwitchBackgroundDefault, RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, RedsiftColorDarkComponentsSwitchBackgroundDisabled, RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, RedsiftColorDarkComponentsSwitchBackgroundInvalid, RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, RedsiftColorDarkComponentsSwitchBackgroundUncolored, RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, RedsiftColorDarkComponentsSwitchDotDefault, RedsiftColorDarkComponentsSwitchDotDefaultHover, RedsiftColorDarkComponentsSwitchDotDisabled, RedsiftColorDarkComponentsSwitchDotInvalid, RedsiftColorDarkComponentsSwitchDotInvalidHover, RedsiftColorDarkComponentsSwitchDotUncolored, RedsiftColorDarkComponentsSwitchDotUncoloredHover, RedsiftColorDarkComponentsSwitchTextDefault, RedsiftColorDarkComponentsSwitchTextDisabled, RedsiftColorDarkComponentsSwitchTextInvalid, RedsiftColorDarkComponentsTabsLine, RedsiftColorDarkComponentsTextPrimary, RedsiftColorDarkComponentsTextSecondary, RedsiftColorDarkComponentsTooltipBackground, RedsiftColorDarkComponentsTooltipText, RedsiftColorGreenD1, RedsiftColorGreenD2, RedsiftColorGreenD3, RedsiftColorGreenD4, RedsiftColorGreenL1, RedsiftColorGreenL2, RedsiftColorGreenL3, RedsiftColorGreenL4, RedsiftColorGreenN, RedsiftColorGreyD1, RedsiftColorGreyD2, RedsiftColorGreyD3, RedsiftColorGreyD4, RedsiftColorGreyD5, RedsiftColorGreyL1, RedsiftColorGreyL2, RedsiftColorGreyL3, RedsiftColorGreyL4, RedsiftColorGreyL5, RedsiftColorGreyN, RedsiftColorLightComponentsAiAiBorder, RedsiftColorLightComponentsAiAiIcon, RedsiftColorLightComponentsAlertErrorBackground, RedsiftColorLightComponentsAlertErrorBorder, RedsiftColorLightComponentsAlertErrorIcon, RedsiftColorLightComponentsAlertInfoBackground, RedsiftColorLightComponentsAlertInfoBorder, RedsiftColorLightComponentsAlertInfoIcon, RedsiftColorLightComponentsAlertSuccessBackground, RedsiftColorLightComponentsAlertSuccessBorder, RedsiftColorLightComponentsAlertSuccessIcon, RedsiftColorLightComponentsAlertText, RedsiftColorLightComponentsAlertWarningBackground, RedsiftColorLightComponentsAlertWarningBorder, RedsiftColorLightComponentsAlertWarningIcon, RedsiftColorLightComponentsAppBarBackground, RedsiftColorLightComponentsAppBarBorder, RedsiftColorLightComponentsAppBarBreadcrumbDefault, RedsiftColorLightComponentsAppBarBreadcrumbDown, RedsiftColorLightComponentsAppBarBreadcrumbHover, RedsiftColorLightComponentsAppBarIconBackgroundActive, RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, RedsiftColorLightComponentsAppBarIconBackgroundDown, RedsiftColorLightComponentsAppBarIconBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorLightComponentsCheckboxFillDefault, RedsiftColorLightComponentsCheckboxFillDefaultHover, RedsiftColorLightComponentsCheckboxFillDisabled, RedsiftColorLightComponentsCheckboxFillInvalid, RedsiftColorLightComponentsCheckboxFillInvalidHover, RedsiftColorLightComponentsCheckboxFillUncolored, RedsiftColorLightComponentsCheckboxFillUncoloredHover, RedsiftColorLightComponentsCheckboxTextDefault, RedsiftColorLightComponentsCheckboxTextDisabled, RedsiftColorLightComponentsCheckboxTextInvalid, RedsiftColorLightComponentsDropdownsAndMenusClickBackground, RedsiftColorLightComponentsDropdownsAndMenusClickText, RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, RedsiftColorLightComponentsDropdownsAndMenusDefaultText, RedsiftColorLightComponentsDropdownsAndMenusDividers, RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, RedsiftColorLightComponentsIconsDefault, RedsiftColorLightComponentsModalBackground, RedsiftColorLightComponentsPageBackground, RedsiftColorLightComponentsPillsAquaDefaultBackground, RedsiftColorLightComponentsPillsAquaDefaultBorder, RedsiftColorLightComponentsPillsAquaDefaultText, RedsiftColorLightComponentsPillsAquaDisabledBackground, RedsiftColorLightComponentsPillsAquaDisabledBorder, RedsiftColorLightComponentsPillsAquaDisabledText, RedsiftColorLightComponentsPillsAquaHoverBackground, RedsiftColorLightComponentsPillsAquaHoverBorder, RedsiftColorLightComponentsPillsAquaHoverText, RedsiftColorLightComponentsPillsBlackDefaultBackground, RedsiftColorLightComponentsPillsBlackDefaultBorder, RedsiftColorLightComponentsPillsBlackDefaultText, RedsiftColorLightComponentsPillsBlackDisabledBackground, RedsiftColorLightComponentsPillsBlackDisabledBorder, RedsiftColorLightComponentsPillsBlackDisabledText, RedsiftColorLightComponentsPillsBlackHoverBackground, RedsiftColorLightComponentsPillsBlackHoverBorder, RedsiftColorLightComponentsPillsBlackHoverText, RedsiftColorLightComponentsPillsBlueDefaultBackground, RedsiftColorLightComponentsPillsBlueDefaultBorder, RedsiftColorLightComponentsPillsBlueDefaultText, RedsiftColorLightComponentsPillsBlueDisabledBackground, RedsiftColorLightComponentsPillsBlueDisabledBorder, RedsiftColorLightComponentsPillsBlueDisabledText, RedsiftColorLightComponentsPillsBlueHoverBackground, RedsiftColorLightComponentsPillsBlueHoverBorder, RedsiftColorLightComponentsPillsBlueHoverText, RedsiftColorLightComponentsPillsBrownDefaultBackground, RedsiftColorLightComponentsPillsBrownDefaultBorder, RedsiftColorLightComponentsPillsBrownDefaultText, RedsiftColorLightComponentsPillsBrownDisabledBackground, RedsiftColorLightComponentsPillsBrownDisabledBorder, RedsiftColorLightComponentsPillsBrownDisabledText, RedsiftColorLightComponentsPillsBrownHoverBackground, RedsiftColorLightComponentsPillsBrownHoverBorder, RedsiftColorLightComponentsPillsBrownHoverText, RedsiftColorLightComponentsPillsDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsDarkGreyDefaultText, RedsiftColorLightComponentsPillsDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsDarkGreyDisabledText, RedsiftColorLightComponentsPillsDarkGreyHoverBackground, RedsiftColorLightComponentsPillsDarkGreyHoverBorder, RedsiftColorLightComponentsPillsDarkGreyHoverText, RedsiftColorLightComponentsPillsErrorDarkDefaultBackground, RedsiftColorLightComponentsPillsErrorDarkDefaultBorder, RedsiftColorLightComponentsPillsErrorDarkDefaultText, RedsiftColorLightComponentsPillsErrorDarkDisabledBackground, RedsiftColorLightComponentsPillsErrorDarkDisabledBorder, RedsiftColorLightComponentsPillsErrorDarkDisabledText, RedsiftColorLightComponentsPillsErrorDarkHoverBackground, RedsiftColorLightComponentsPillsErrorDarkHoverBorder, RedsiftColorLightComponentsPillsErrorDarkHoverText, RedsiftColorLightComponentsPillsErrorDefaultBackground, RedsiftColorLightComponentsPillsErrorDefaultBorder, RedsiftColorLightComponentsPillsErrorDefaultText, RedsiftColorLightComponentsPillsErrorDisabledBackground, RedsiftColorLightComponentsPillsErrorDisabledBorder, RedsiftColorLightComponentsPillsErrorDisabledText, RedsiftColorLightComponentsPillsErrorHoverBackground, RedsiftColorLightComponentsPillsErrorHoverBorder, RedsiftColorLightComponentsPillsErrorHoverText, RedsiftColorLightComponentsPillsGreenDefaultBackground, RedsiftColorLightComponentsPillsGreenDefaultBorder, RedsiftColorLightComponentsPillsGreenDefaultText, RedsiftColorLightComponentsPillsGreenDisabledBackground, RedsiftColorLightComponentsPillsGreenDisabledBorder, RedsiftColorLightComponentsPillsGreenDisabledText, RedsiftColorLightComponentsPillsGreenHoverBackground, RedsiftColorLightComponentsPillsGreenHoverBorder, RedsiftColorLightComponentsPillsGreenHoverText, RedsiftColorLightComponentsPillsGreyDefaultBackground, RedsiftColorLightComponentsPillsGreyDefaultBorder, RedsiftColorLightComponentsPillsGreyDefaultText, RedsiftColorLightComponentsPillsGreyDisabledBackground, RedsiftColorLightComponentsPillsGreyDisabledBorder, RedsiftColorLightComponentsPillsGreyDisabledText, RedsiftColorLightComponentsPillsGreyHoverBackground, RedsiftColorLightComponentsPillsGreyHoverBorder, RedsiftColorLightComponentsPillsGreyHoverText, RedsiftColorLightComponentsPillsLightGreyDefaultBackground, RedsiftColorLightComponentsPillsLightGreyDefaultBorder, RedsiftColorLightComponentsPillsLightGreyDefaultText, RedsiftColorLightComponentsPillsLightGreyDisabledBackground, RedsiftColorLightComponentsPillsLightGreyDisabledBorder, RedsiftColorLightComponentsPillsLightGreyDisabledText, RedsiftColorLightComponentsPillsLightGreyHoverBackground, RedsiftColorLightComponentsPillsLightGreyHoverBorder, RedsiftColorLightComponentsPillsLightGreyHoverText, RedsiftColorLightComponentsPillsMidGreyDefaultBackground, RedsiftColorLightComponentsPillsMidGreyDefaultBorder, RedsiftColorLightComponentsPillsMidGreyDefaultText, RedsiftColorLightComponentsPillsMidGreyDisabledBackground, RedsiftColorLightComponentsPillsMidGreyDisabledBorder, RedsiftColorLightComponentsPillsMidGreyDisabledText, RedsiftColorLightComponentsPillsMidGreyHoverBackground, RedsiftColorLightComponentsPillsMidGreyHoverBorder, RedsiftColorLightComponentsPillsMidGreyHoverText, RedsiftColorLightComponentsPillsOrangeDefaultBackground, RedsiftColorLightComponentsPillsOrangeDefaultBorder, RedsiftColorLightComponentsPillsOrangeDefaultText, RedsiftColorLightComponentsPillsOrangeDisabledBackground, RedsiftColorLightComponentsPillsOrangeDisabledBorder, RedsiftColorLightComponentsPillsOrangeDisabledText, RedsiftColorLightComponentsPillsOrangeHoverBackground, RedsiftColorLightComponentsPillsOrangeHoverBorder, RedsiftColorLightComponentsPillsOrangeHoverText, RedsiftColorLightComponentsPillsPinkDefaultBackground, RedsiftColorLightComponentsPillsPinkDefaultBorder, RedsiftColorLightComponentsPillsPinkDefaultText, RedsiftColorLightComponentsPillsPinkDisabledBackground, RedsiftColorLightComponentsPillsPinkDisabledBorder, RedsiftColorLightComponentsPillsPinkDisabledText, RedsiftColorLightComponentsPillsPinkHoverBackground, RedsiftColorLightComponentsPillsPinkHoverBorder, RedsiftColorLightComponentsPillsPinkHoverText, RedsiftColorLightComponentsPillsPurpleDefaultBackground, RedsiftColorLightComponentsPillsPurpleDefaultBorder, RedsiftColorLightComponentsPillsPurpleDefaultText, RedsiftColorLightComponentsPillsPurpleDisabledBackground, RedsiftColorLightComponentsPillsPurpleDisabledBorder, RedsiftColorLightComponentsPillsPurpleDisabledText, RedsiftColorLightComponentsPillsPurpleHoverBackground, RedsiftColorLightComponentsPillsPurpleHoverBorder, RedsiftColorLightComponentsPillsPurpleHoverText, RedsiftColorLightComponentsPillsRedDefaultBackground, RedsiftColorLightComponentsPillsRedDefaultBorder, RedsiftColorLightComponentsPillsRedDefaultText, RedsiftColorLightComponentsPillsRedDisabledBackground, RedsiftColorLightComponentsPillsRedDisabledBorder, RedsiftColorLightComponentsPillsRedDisabledText, RedsiftColorLightComponentsPillsRedHoverBackground, RedsiftColorLightComponentsPillsRedHoverBorder, RedsiftColorLightComponentsPillsRedHoverText, RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground, RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder, RedsiftColorLightComponentsPillsSuccessDarkDefaultText, RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground, RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder, RedsiftColorLightComponentsPillsSuccessDarkDisabledText, RedsiftColorLightComponentsPillsSuccessDarkHoverBackground, RedsiftColorLightComponentsPillsSuccessDarkHoverBorder, RedsiftColorLightComponentsPillsSuccessDarkHoverText, RedsiftColorLightComponentsPillsSuccessDefaultBackground, RedsiftColorLightComponentsPillsSuccessDefaultBorder, RedsiftColorLightComponentsPillsSuccessDefaultText, RedsiftColorLightComponentsPillsSuccessDisabledBackground, RedsiftColorLightComponentsPillsSuccessDisabledBorder, RedsiftColorLightComponentsPillsSuccessDisabledText, RedsiftColorLightComponentsPillsSuccessHoverBackground, RedsiftColorLightComponentsPillsSuccessHoverBorder, RedsiftColorLightComponentsPillsSuccessHoverText, RedsiftColorLightComponentsPillsWarningDarkDefaultBackground, RedsiftColorLightComponentsPillsWarningDarkDefaultBorder, RedsiftColorLightComponentsPillsWarningDarkDefaultText, RedsiftColorLightComponentsPillsWarningDarkDisabledBackground, RedsiftColorLightComponentsPillsWarningDarkDisabledBorder, RedsiftColorLightComponentsPillsWarningDarkDisabledText, RedsiftColorLightComponentsPillsWarningDarkHoverBackground, RedsiftColorLightComponentsPillsWarningDarkHoverBorder, RedsiftColorLightComponentsPillsWarningDarkHoverText, RedsiftColorLightComponentsPillsWarningDefaultBackground, RedsiftColorLightComponentsPillsWarningDefaultBorder, RedsiftColorLightComponentsPillsWarningDefaultText, RedsiftColorLightComponentsPillsWarningDisabledBackground, RedsiftColorLightComponentsPillsWarningDisabledBorder, RedsiftColorLightComponentsPillsWarningDisabledText, RedsiftColorLightComponentsPillsWarningHoverBackground, RedsiftColorLightComponentsPillsWarningHoverBorder, RedsiftColorLightComponentsPillsWarningHoverText, RedsiftColorLightComponentsPillsWhiteDefaultBackground, RedsiftColorLightComponentsPillsWhiteDefaultBorder, RedsiftColorLightComponentsPillsWhiteDefaultText, RedsiftColorLightComponentsPillsWhiteDisabledBackground, RedsiftColorLightComponentsPillsWhiteDisabledBorder, RedsiftColorLightComponentsPillsWhiteDisabledText, RedsiftColorLightComponentsPillsWhiteHoverBackground, RedsiftColorLightComponentsPillsWhiteHoverBorder, RedsiftColorLightComponentsPillsWhiteHoverText, RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsXDarkGreyDefaultText, RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsXDarkGreyDisabledText, RedsiftColorLightComponentsPillsXDarkGreyHoverBackground, RedsiftColorLightComponentsPillsXDarkGreyHoverBorder, RedsiftColorLightComponentsPillsXDarkGreyHoverText, RedsiftColorLightComponentsPillsXLightGreyDefaultBackground, RedsiftColorLightComponentsPillsXLightGreyDefaultBorder, RedsiftColorLightComponentsPillsXLightGreyDefaultText, RedsiftColorLightComponentsPillsXLightGreyDisabledBackground, RedsiftColorLightComponentsPillsXLightGreyDisabledBorder, RedsiftColorLightComponentsPillsXLightGreyDisabledText, RedsiftColorLightComponentsPillsXLightGreyHoverBackground, RedsiftColorLightComponentsPillsXLightGreyHoverBorder, RedsiftColorLightComponentsPillsXLightGreyHoverText, RedsiftColorLightComponentsPillsYellowDefaultBackground, RedsiftColorLightComponentsPillsYellowDefaultBorder, RedsiftColorLightComponentsPillsYellowDefaultText, RedsiftColorLightComponentsPillsYellowDisabledBackground, RedsiftColorLightComponentsPillsYellowDisabledBorder, RedsiftColorLightComponentsPillsYellowDisabledText, RedsiftColorLightComponentsPillsYellowHoverBackground, RedsiftColorLightComponentsPillsYellowHoverBorder, RedsiftColorLightComponentsPillsYellowHoverText, RedsiftColorLightComponentsProductLogosIconGrey, RedsiftColorLightComponentsProductLogosIconRed, RedsiftColorLightComponentsProductLogosTextGrey, RedsiftColorLightComponentsProductLogosTextRed, RedsiftColorLightComponentsProductLogosTextWhite, RedsiftColorLightComponentsRadioFillDefault, RedsiftColorLightComponentsRadioFillDefaultHover, RedsiftColorLightComponentsRadioFillDisabled, RedsiftColorLightComponentsRadioFillInvalid, RedsiftColorLightComponentsRadioFillInvalidHover, RedsiftColorLightComponentsRadioFillUncolored, RedsiftColorLightComponentsRadioFillUncoloredHover, RedsiftColorLightComponentsRadioTextDefault, RedsiftColorLightComponentsRadioTextDisabled, RedsiftColorLightComponentsRadioTextInvalid, RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, RedsiftColorLightComponentsRedSiftLogoDiamondDark, RedsiftColorLightComponentsRedSiftLogoDiamondLight, RedsiftColorLightComponentsRedSiftLogoDiamondMid, RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, RedsiftColorLightComponentsRedSiftLogoIconBackground, RedsiftColorLightComponentsRedSiftLogoIconR, RedsiftColorLightComponentsRedSiftLogoTextGrey, RedsiftColorLightComponentsRedSiftLogoTextRed, RedsiftColorLightComponentsRedSiftLogoTextWhite, RedsiftColorLightComponentsSideNavigationBackground, RedsiftColorLightComponentsSideNavigationCurrentMarker, RedsiftColorLightComponentsSideNavigationMenuItemActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, RedsiftColorLightComponentsSideNavigationMenuItemTextHover, RedsiftColorLightComponentsSideNavigationMenuItemTextResting, RedsiftColorLightComponentsSideNavigationRightLine, RedsiftColorLightComponentsSideNavigationScrollbarHover, RedsiftColorLightComponentsSideNavigationScrollbarResting, RedsiftColorLightComponentsSpinnerSpinner, RedsiftColorLightComponentsSwitchBackgroundDefault, RedsiftColorLightComponentsSwitchBackgroundDefaultActive, RedsiftColorLightComponentsSwitchBackgroundDisabled, RedsiftColorLightComponentsSwitchBackgroundDisabledActive, RedsiftColorLightComponentsSwitchBackgroundInvalid, RedsiftColorLightComponentsSwitchBackgroundInvalidActive, RedsiftColorLightComponentsSwitchBackgroundUncolored, RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, RedsiftColorLightComponentsSwitchDotDefault, RedsiftColorLightComponentsSwitchDotDefaultHover, RedsiftColorLightComponentsSwitchDotDisabled, RedsiftColorLightComponentsSwitchDotInvalid, RedsiftColorLightComponentsSwitchDotInvalidHover, RedsiftColorLightComponentsSwitchDotUncolored, RedsiftColorLightComponentsSwitchDotUncoloredHover, RedsiftColorLightComponentsSwitchTextDefault, RedsiftColorLightComponentsSwitchTextDisabled, RedsiftColorLightComponentsSwitchTextInvalid, RedsiftColorLightComponentsTabsLine, RedsiftColorLightComponentsTextPrimary, RedsiftColorLightComponentsTextSecondary, RedsiftColorLightComponentsTooltipBackground, RedsiftColorLightComponentsTooltipText, RedsiftColorNeutralBlack, RedsiftColorNeutralDarkGrey, RedsiftColorNeutralLightGrey, RedsiftColorNeutralMidGrey, RedsiftColorNeutralWhite, RedsiftColorNeutralXDarkGrey, RedsiftColorNeutralXLightGrey, RedsiftColorNotificationsErrorActive, RedsiftColorNotificationsErrorHover, RedsiftColorNotificationsErrorPrimary, RedsiftColorNotificationsInfoActive, RedsiftColorNotificationsInfoHover, RedsiftColorNotificationsInfoPrimary, RedsiftColorNotificationsNoDataActive, RedsiftColorNotificationsNoDataHover, RedsiftColorNotificationsNoDataPrimary, RedsiftColorNotificationsPrimaryActive, RedsiftColorNotificationsPrimaryHover, RedsiftColorNotificationsPrimaryPrimary, RedsiftColorNotificationsQuestionActive, RedsiftColorNotificationsQuestionHover, RedsiftColorNotificationsQuestionPrimary, RedsiftColorNotificationsSecondaryActive, RedsiftColorNotificationsSecondaryHover, RedsiftColorNotificationsSecondaryPrimary, RedsiftColorNotificationsSuccessActive, RedsiftColorNotificationsSuccessHover, RedsiftColorNotificationsSuccessPrimary, RedsiftColorNotificationsWarningActive, RedsiftColorNotificationsWarningHover, RedsiftColorNotificationsWarningPrimary, RedsiftColorPresentationAquaDark, RedsiftColorPresentationAquaDarker, RedsiftColorPresentationAquaDarkerer, RedsiftColorPresentationAquaDefault, RedsiftColorPresentationAquaLight, RedsiftColorPresentationAquaLighter, RedsiftColorPresentationAquaLighterer, RedsiftColorPresentationBlueDark, RedsiftColorPresentationBlueDarker, RedsiftColorPresentationBlueDarkerer, RedsiftColorPresentationBlueDefault, RedsiftColorPresentationBlueLight, RedsiftColorPresentationBlueLighter, RedsiftColorPresentationBlueLighterer, RedsiftColorPresentationBrownDark, RedsiftColorPresentationBrownDarker, RedsiftColorPresentationBrownDarkerer, RedsiftColorPresentationBrownDefault, RedsiftColorPresentationBrownLight, RedsiftColorPresentationBrownLighter, RedsiftColorPresentationBrownLighterer, RedsiftColorPresentationGreenDark, RedsiftColorPresentationGreenDarker, RedsiftColorPresentationGreenDarkerer, RedsiftColorPresentationGreenDefault, RedsiftColorPresentationGreenLight, RedsiftColorPresentationGreenLighter, RedsiftColorPresentationGreenLighterer, RedsiftColorPresentationGreyDark, RedsiftColorPresentationGreyDarker, RedsiftColorPresentationGreyDarkerer, RedsiftColorPresentationGreyDefault, RedsiftColorPresentationGreyLight, RedsiftColorPresentationGreyLighter, RedsiftColorPresentationGreyLighterer, RedsiftColorPresentationOrangeDark, RedsiftColorPresentationOrangeDarker, RedsiftColorPresentationOrangeDarkerer, RedsiftColorPresentationOrangeDefault, RedsiftColorPresentationOrangeLight, RedsiftColorPresentationOrangeLighter, RedsiftColorPresentationOrangeLighterer, RedsiftColorPresentationPinkDark, RedsiftColorPresentationPinkDarker, RedsiftColorPresentationPinkDarkerer, RedsiftColorPresentationPinkDefault, RedsiftColorPresentationPinkLight, RedsiftColorPresentationPinkLighter, RedsiftColorPresentationPinkLighterer, RedsiftColorPresentationPurpleDark, RedsiftColorPresentationPurpleDarker, RedsiftColorPresentationPurpleDarkerer, RedsiftColorPresentationPurpleDefault, RedsiftColorPresentationPurpleLight, RedsiftColorPresentationPurpleLighter, RedsiftColorPresentationPurpleLighterer, RedsiftColorPresentationRedDark, RedsiftColorPresentationRedDarker, RedsiftColorPresentationRedDarkerer, RedsiftColorPresentationRedDefault, RedsiftColorPresentationRedLight, RedsiftColorPresentationRedLighter, RedsiftColorPresentationRedLighterer, RedsiftColorPresentationYellowDark, RedsiftColorPresentationYellowDarker, RedsiftColorPresentationYellowDarkerer, RedsiftColorPresentationYellowDefault, RedsiftColorPresentationYellowLight, RedsiftColorPresentationYellowLighter, RedsiftColorPresentationYellowLighterer, RedsiftColorPrimaryD1, RedsiftColorPrimaryD2, RedsiftColorPrimaryD3, RedsiftColorPrimaryD4, RedsiftColorPrimaryL1, RedsiftColorPrimaryL2, RedsiftColorPrimaryL3, RedsiftColorPrimaryL4, RedsiftColorPrimaryN, RedsiftColorProductAsm, RedsiftColorProductBrandTrust, RedsiftColorProductCertificates, RedsiftColorProductHardenize, RedsiftColorProductOnDmarc, RedsiftColorProductOnInbox, RedsiftColorProductOndmarc, RedsiftColorProductOninbox, RedsiftColorProductPulse, RedsiftColorProductRadar, RedsiftColorProductRojoDs, RedsiftColorProductVendorSecure, RedsiftColorProductWebsite, RedsiftColorRedD1, RedsiftColorRedD2, RedsiftColorRedD3, RedsiftColorRedD4, RedsiftColorRedL1, RedsiftColorRedL2, RedsiftColorRedL3, RedsiftColorRedL4, RedsiftColorRedN, RedsiftColorSecondaryD1, RedsiftColorSecondaryD2, RedsiftColorSecondaryD3, RedsiftColorSecondaryD4, RedsiftColorSecondaryL1, RedsiftColorSecondaryL2, RedsiftColorSecondaryL3, RedsiftColorSecondaryL4, RedsiftColorSecondaryN, RedsiftColorTealD1, RedsiftColorTealD2, RedsiftColorTealD3, RedsiftColorTealD4, RedsiftColorTealL1, RedsiftColorTealL2, RedsiftColorTealL3, RedsiftColorTealL4, RedsiftColorTealN, RedsiftColorTextPrimary, RedsiftColorTextSecondary, RedsiftColorYellowD1, RedsiftColorYellowD2, RedsiftColorYellowD3, RedsiftColorYellowD4, RedsiftColorYellowL1, RedsiftColorYellowL2, RedsiftColorYellowL3, RedsiftColorYellowL4, RedsiftColorYellowN, RedsiftLayoutZIndexDialog, RedsiftLayoutZIndexDropdown, RedsiftLayoutZIndexFooter, RedsiftLayoutZIndexHeader, RedsiftLayoutZIndexOverlay, RedsiftLayoutZIndexPopover, RedsiftLayoutZIndexSidePanel, RedsiftLayoutZIndexTooltip, RedsiftTypographyBadgeFontFamily, RedsiftTypographyBadgeFontSize, RedsiftTypographyBadgeFontWeight, RedsiftTypographyBadgeLineHeight, RedsiftTypographyBodyFontFamily, RedsiftTypographyBodyFontSize, RedsiftTypographyBodyFontWeight, RedsiftTypographyBodyLineHeight, RedsiftTypographyBodyTextTransform, RedsiftTypographyButtonFontFamily, RedsiftTypographyButtonFontSize, RedsiftTypographyButtonFontWeight, RedsiftTypographyButtonLineHeight, RedsiftTypographyButtonTextTransform, RedsiftTypographyCaptionFontFamily, RedsiftTypographyCaptionFontSize, RedsiftTypographyCaptionFontWeight, RedsiftTypographyCaptionLineHeight, RedsiftTypographyCaptionTextTransform, RedsiftTypographyChipFontFamily, RedsiftTypographyChipFontSize, RedsiftTypographyChipFontWeight, RedsiftTypographyChipLineHeight, RedsiftTypographyDatagridCellFontFamily, RedsiftTypographyDatagridCellFontSize, RedsiftTypographyDatagridCellFontWeight, RedsiftTypographyDatagridCellLineHeight, RedsiftTypographyDatagridHeaderFontFamily, RedsiftTypographyDatagridHeaderFontSize, RedsiftTypographyDatagridHeaderFontWeight, RedsiftTypographyDatagridHeaderLineHeight, RedsiftTypographyFontFamilyPoppins, RedsiftTypographyFontFamilySourceCodePro, RedsiftTypographyFontWeightBlack, RedsiftTypographyFontWeightBold, RedsiftTypographyFontWeightExtraBold, RedsiftTypographyFontWeightExtraLight, RedsiftTypographyFontWeightLight, RedsiftTypographyFontWeightMedium, RedsiftTypographyFontWeightRegular, RedsiftTypographyFontWeightSemiBold, RedsiftTypographyFontWeightThin, RedsiftTypographyH1FontFamily, RedsiftTypographyH1FontSize, RedsiftTypographyH1FontWeight, RedsiftTypographyH1LineHeight, RedsiftTypographyH1TextTransform, RedsiftTypographyH2FontFamily, RedsiftTypographyH2FontSize, RedsiftTypographyH2FontWeight, RedsiftTypographyH2LineHeight, RedsiftTypographyH2TextTransform, RedsiftTypographyH3FontFamily, RedsiftTypographyH3FontSize, RedsiftTypographyH3FontWeight, RedsiftTypographyH3LineHeight, RedsiftTypographyH3TextTransform, RedsiftTypographyH4FontFamily, RedsiftTypographyH4FontSize, RedsiftTypographyH4FontWeight, RedsiftTypographyH4LineHeight, RedsiftTypographyH4TextTransform, RedsiftTypographyH5FontFamily, RedsiftTypographyH5FontSize, RedsiftTypographyH5FontWeight, RedsiftTypographyH5LineHeight, RedsiftTypographyH5TextTransform, RedsiftTypographyHelperFontFamily, RedsiftTypographyHelperFontSize, RedsiftTypographyHelperFontWeight, RedsiftTypographyHelperLineHeight, RedsiftTypographyHelperTextTransform, RedsiftTypographyInputTextFontFamily, RedsiftTypographyInputTextFontSize, RedsiftTypographyInputTextFontWeight, RedsiftTypographyInputTextLineHeight, RedsiftTypographyLinkFontFamily, RedsiftTypographyLinkFontSize, RedsiftTypographyLinkFontWeight, RedsiftTypographyLinkLineHeight, RedsiftTypographyPillFontFamily, RedsiftTypographyPillFontSize, RedsiftTypographyPillFontWeight, RedsiftTypographyPillLineHeight, RedsiftTypographyTooltipFontFamily, RedsiftTypographyTooltipFontSize, RedsiftTypographyTooltipFontWeight, RedsiftTypographyTooltipLineHeight, RovingTabindexListbox, RowStartMap, SSRProvider, SSRProviderProps, SecondaryColorPalette, Shield, ShieldProps, ShieldVariant, SideNavigationMenu, SideNavigationMenuBar, SideNavigationMenuBarContextProps, SideNavigationMenuBarProps, SideNavigationMenuBarVariant, SideNavigationMenuContextProps, SideNavigationMenuItem, SideNavigationMenuItemProps, SideNavigationMenuProps, SideNavigationMenuReducerAction, SideNavigationMenuReducerActionType, SideNavigationMenuReducerState, SizingProps, Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonProps, SkeletonText, SkeletonTextProps, SkeletonTextVariant, SpacingProps, Spinner, SpinnerProps, SpinnerSize, StyledAlertProps, StyledAppBarProps, StyledAppContainerProps, StyledAppContentProps, StyledAppSidePanelProps, StyledBadgeProps, StyledBreadcrumbItemProps, StyledBreadcrumbsProps, StyledButton, StyledButtonGroupProps, StyledButtonLinkProps, StyledButtonProps, StyledCardActionsProps, StyledCardBodyProps, StyledCardHeaderProps, StyledCardProps, StyledCheckboxGroupProps, StyledCheckboxProps, StyledDetailedCardCollapsibleSectionItemsProps, StyledDetailedCardHeaderProps, StyledDetailedCardProps, StyledDetailedCardSectionItemProps, StyledDetailedCardSectionProps, StyledFlexboxProps, StyledGridItemProps, StyledGridProps, StyledHeadingProps, StyledIconButtonProps, StyledIconProps, StyledItem, StyledItemProps, StyledLink, StyledLinkButtonProps, StyledLinkProps, StyledListboxProps, StyledNumberFieldProps, StyledNumberProps, StyledPillProps, StyledRadioGroupProps, StyledRadioProps, StyledShieldProps, StyledSideNavigationMenuBarProps, StyledSideNavigationMenuItemProps, StyledSideNavigationMenuProps, StyledSkeletonCircleProps, StyledSkeletonProps, StyledSkeletonTextProps, StyledSpinnerProps, StyledSwitchGroupProps, StyledSwitchProps, StyledTextAreaProps, StyledTextField, StyledTextFieldProps, StyledTextProps, StylingProps, Switch, SwitchGroup, SwitchGroupOrientation, SwitchGroupProps, SwitchGroupState, SwitchProps, TabStop, Text, TextArea, TextAreaProps, TextAreaVariant, TextComponent, TextField, TextFieldProps, TextFieldVariant, TextProps, TextVariant, Theme, ThemeContext, ThemeProvider, UseFocusGroupProps, UseFocusWithinGroupProps, UseListboxItemProps, UseSideNavigationMenuBarProps, ValueOf, baseContainer, baseFlexbox, baseGrid, baseInternalSpacing, baseLayout, basePositioning, baseSizing, baseSpacing, baseStyling, filterComponents, focusRing, getCanvasFont, getContainerProps, getCssStyle, getMaxTextWidth, getTextWidth, isComponent, nextId, partitionComponents, resetId, setPrefix, sizeToDimension, srOnly, uniqueId, useAppSidePanel, useBoundingClientRect, useCollator, useComputeNumberOfRows, useDateFormatter, useFilter, useFocusOnList, useFocusOnListItem, useId, useIsLoaded, useIsSSR, useListFormatter, useListboxItem, useLocale, useLocalizedStringDictionary, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter, useSSRSafeId, useSideNavigationMenuBar, useTheme, useWindowSize, warnIfNoAccessibleLabelFound };
|