@redsift/design-system 10.2.0 → 10.3.0-alpha.2

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 CHANGED
@@ -1,5 +1,5 @@
1
- import React$1, { Ref, ReactElement, ReactNode, ComponentProps, DependencyList, MutableRefObject, ElementType, RefObject, MouseEvent, Dispatch, SetStateAction, ChangeEvent, SyntheticEvent, FocusEvent, KeyboardEvent } from 'react';
2
1
  import * as styled_components from 'styled-components';
2
+ import React$1, { Ref, ReactElement, ReactNode, ComponentProps, DependencyList, MutableRefObject, ElementType, RefObject, MouseEvent, Dispatch, SetStateAction, ChangeEvent, FocusEvent, KeyboardEvent } from 'react';
3
3
  import { LinearProgressProps } from '@mui/material/LinearProgress';
4
4
 
5
5
  /** Component Type. */
@@ -106,9 +106,11 @@ declare const PrimaryButtonsColorPalette: {
106
106
  success: string;
107
107
  warning: string;
108
108
  grey: string;
109
+ radar: string;
109
110
  };
110
111
  type PrimaryButtonsColorPalette = ValueOf<typeof PrimaryButtonsColorPalette>;
111
112
  declare const ButtonsColorPalette: {
113
+ readonly black: "black";
112
114
  readonly info: "info";
113
115
  readonly primary: string;
114
116
  readonly secondary: string;
@@ -116,6 +118,7 @@ declare const ButtonsColorPalette: {
116
118
  readonly success: string;
117
119
  readonly warning: string;
118
120
  readonly grey: string;
121
+ readonly radar: string;
119
122
  };
120
123
  type ButtonsColorPalette = ValueOf<typeof ButtonsColorPalette>;
121
124
  declare const NotificationsColorPalette: {
@@ -457,7 +460,7 @@ declare function partitionComponents<T>(components: T[], predicates: Array<(t: T
457
460
 
458
461
  /**
459
462
  * Do not edit directly
460
- * Generated on Wed, 26 Jun 2024 08:17:44 GMT
463
+ * Generated on Wed, 10 Jul 2024 09:05:25 GMT
461
464
  */
462
465
  declare const RedsiftColorDarkComponentsPageBackground = "#333333";
463
466
  declare const RedsiftColorDarkComponentsTextPrimary = "#ffffff";
@@ -558,6 +561,14 @@ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault = "#
558
561
  declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover = "#ffffff";
559
562
  declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive = "#ffffff";
560
563
  declare const RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled = "#858585";
564
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
565
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
566
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
567
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled = "#474747";
568
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault = "#ffffff";
569
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover = "#ffffff";
570
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive = "#ffffff";
571
+ declare const RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled = "#858585";
561
572
  declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault = "transparent";
562
573
  declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover = "#142849";
563
574
  declare const RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive = "#0d1b31";
@@ -614,6 +625,14 @@ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault =
614
625
  declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover = "#858585";
615
626
  declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive = "#a3a3a3";
616
627
  declare const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled = "#858585";
628
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault = "transparent";
629
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
630
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
631
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled = "#333333";
632
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
633
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
634
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
635
+ declare const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled = "#858585";
617
636
  declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault = "transparent";
618
637
  declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover = "#142849";
619
638
  declare const RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive = "#0d1b31";
@@ -670,6 +689,30 @@ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault = "
670
689
  declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover = "#858585";
671
690
  declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive = "#a3a3a3";
672
691
  declare const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled = "#858585";
692
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault = "transparent";
693
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover = "#f2f2f2";
694
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive = "#e0e0e0";
695
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled = "transparent";
696
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault = "#333333";
697
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover = "#333333";
698
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive = "#333333";
699
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled = "#a3a3a3";
700
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault = "transparent";
701
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover = "#f2f2f2";
702
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive = "#e0e0e0";
703
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = "transparent";
704
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault = "#ffffff";
705
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover = "#ffffff";
706
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive = "#ffffff";
707
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled = "#a3a3a3";
708
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault = "transparent";
709
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
710
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
711
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled = "#333333";
712
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
713
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
714
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
715
+ declare const RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled = "#858585";
673
716
  declare const RedsiftColorDarkComponentsAiAiBorder = "#e11010";
674
717
  declare const RedsiftColorDarkComponentsAiAiIcon = "#e11010";
675
718
  declare const RedsiftColorDarkComponentsSpinnerSpinner = "#142849";
@@ -740,6 +783,213 @@ declare const RedsiftColorDarkComponentsSwitchTextInvalid = "#e11010";
740
783
  declare const RedsiftColorDarkComponentsSwitchTextDisabled = "#e0e0e0";
741
784
  declare const RedsiftColorDarkComponentsTabsLine = "#666666";
742
785
  declare const RedsiftColorDarkComponentsModalBackground = "#1c1c1c";
786
+ declare const RedsiftColorDarkComponentsPillsGreyDefaultBackground = "#E6E6E6";
787
+ declare const RedsiftColorDarkComponentsPillsGreyDefaultBorder = "unset";
788
+ declare const RedsiftColorDarkComponentsPillsGreyDefaultText = "#1c1c1c";
789
+ declare const RedsiftColorDarkComponentsPillsGreyHoverBackground = "#D6D6D6";
790
+ declare const RedsiftColorDarkComponentsPillsGreyHoverBorder = "unset";
791
+ declare const RedsiftColorDarkComponentsPillsGreyHoverText = "#1c1c1c";
792
+ declare const RedsiftColorDarkComponentsPillsGreyDisabledBackground = "#EEEEEE";
793
+ declare const RedsiftColorDarkComponentsPillsGreyDisabledBorder = "unset";
794
+ declare const RedsiftColorDarkComponentsPillsGreyDisabledText = "#666666";
795
+ declare const RedsiftColorDarkComponentsPillsGreenDefaultBackground = "#A2E7BA";
796
+ declare const RedsiftColorDarkComponentsPillsGreenDefaultBorder = "unset";
797
+ declare const RedsiftColorDarkComponentsPillsGreenDefaultText = "#1c1c1c";
798
+ declare const RedsiftColorDarkComponentsPillsGreenHoverBackground = "#56D58E";
799
+ declare const RedsiftColorDarkComponentsPillsGreenHoverBorder = "unset";
800
+ declare const RedsiftColorDarkComponentsPillsGreenHoverText = "#1c1c1c";
801
+ declare const RedsiftColorDarkComponentsPillsGreenDisabledBackground = "#C2EFD1";
802
+ declare const RedsiftColorDarkComponentsPillsGreenDisabledBorder = "unset";
803
+ declare const RedsiftColorDarkComponentsPillsGreenDisabledText = "#666666";
804
+ declare const RedsiftColorDarkComponentsPillsPinkDefaultBackground = "#ECA0D6";
805
+ declare const RedsiftColorDarkComponentsPillsPinkDefaultBorder = "unset";
806
+ declare const RedsiftColorDarkComponentsPillsPinkDefaultText = "#1c1c1c";
807
+ declare const RedsiftColorDarkComponentsPillsPinkHoverBackground = "#D95CBA";
808
+ declare const RedsiftColorDarkComponentsPillsPinkHoverBorder = "unset";
809
+ declare const RedsiftColorDarkComponentsPillsPinkHoverText = "#1c1c1c";
810
+ declare const RedsiftColorDarkComponentsPillsPinkDisabledBackground = "#F4C0E3";
811
+ declare const RedsiftColorDarkComponentsPillsPinkDisabledBorder = "unset";
812
+ declare const RedsiftColorDarkComponentsPillsPinkDisabledText = "#666666";
813
+ declare const RedsiftColorDarkComponentsPillsAquaDefaultBackground = "#9AF8F4";
814
+ declare const RedsiftColorDarkComponentsPillsAquaDefaultBorder = "unset";
815
+ declare const RedsiftColorDarkComponentsPillsAquaDefaultText = "#1c1c1c";
816
+ declare const RedsiftColorDarkComponentsPillsAquaHoverBackground = "#63EAE4";
817
+ declare const RedsiftColorDarkComponentsPillsAquaHoverBorder = "unset";
818
+ declare const RedsiftColorDarkComponentsPillsAquaHoverText = "#1c1c1c";
819
+ declare const RedsiftColorDarkComponentsPillsAquaDisabledBackground = "#CAF7F4";
820
+ declare const RedsiftColorDarkComponentsPillsAquaDisabledBorder = "unset";
821
+ declare const RedsiftColorDarkComponentsPillsAquaDisabledText = "#666666";
822
+ declare const RedsiftColorDarkComponentsPillsBrownDefaultBackground = "#EDC19C";
823
+ declare const RedsiftColorDarkComponentsPillsBrownDefaultBorder = "unset";
824
+ declare const RedsiftColorDarkComponentsPillsBrownDefaultText = "#1c1c1c";
825
+ declare const RedsiftColorDarkComponentsPillsBrownHoverBackground = "#C78348";
826
+ declare const RedsiftColorDarkComponentsPillsBrownHoverBorder = "unset";
827
+ declare const RedsiftColorDarkComponentsPillsBrownHoverText = "#1c1c1c";
828
+ declare const RedsiftColorDarkComponentsPillsBrownDisabledBackground = "#F6D9C3";
829
+ declare const RedsiftColorDarkComponentsPillsBrownDisabledBorder = "unset";
830
+ declare const RedsiftColorDarkComponentsPillsBrownDisabledText = "#666666";
831
+ declare const RedsiftColorDarkComponentsPillsRedDefaultBackground = "#F3A39E";
832
+ declare const RedsiftColorDarkComponentsPillsRedDefaultBorder = "unset";
833
+ declare const RedsiftColorDarkComponentsPillsRedDefaultText = "#1c1c1c";
834
+ declare const RedsiftColorDarkComponentsPillsRedHoverBackground = "#E06363";
835
+ declare const RedsiftColorDarkComponentsPillsRedHoverBorder = "unset";
836
+ declare const RedsiftColorDarkComponentsPillsRedHoverText = "#1c1c1c";
837
+ declare const RedsiftColorDarkComponentsPillsRedDisabledBackground = "#F8BBBA";
838
+ declare const RedsiftColorDarkComponentsPillsRedDisabledBorder = "unset";
839
+ declare const RedsiftColorDarkComponentsPillsRedDisabledText = "#666666";
840
+ declare const RedsiftColorDarkComponentsPillsYellowDefaultBackground = "#F7EFC3";
841
+ declare const RedsiftColorDarkComponentsPillsYellowDefaultBorder = "unset";
842
+ declare const RedsiftColorDarkComponentsPillsYellowDefaultText = "#1c1c1c";
843
+ declare const RedsiftColorDarkComponentsPillsYellowHoverBackground = "#FFF741";
844
+ declare const RedsiftColorDarkComponentsPillsYellowHoverBorder = "unset";
845
+ declare const RedsiftColorDarkComponentsPillsYellowHoverText = "#1c1c1c";
846
+ declare const RedsiftColorDarkComponentsPillsYellowDisabledBackground = "#FBF5DB";
847
+ declare const RedsiftColorDarkComponentsPillsYellowDisabledBorder = "unset";
848
+ declare const RedsiftColorDarkComponentsPillsYellowDisabledText = "#666666";
849
+ declare const RedsiftColorDarkComponentsPillsPurpleDefaultBackground = "#C6A8EF";
850
+ declare const RedsiftColorDarkComponentsPillsPurpleDefaultBorder = "unset";
851
+ declare const RedsiftColorDarkComponentsPillsPurpleDefaultText = "#1c1c1c";
852
+ declare const RedsiftColorDarkComponentsPillsPurpleHoverBackground = "#965EDE";
853
+ declare const RedsiftColorDarkComponentsPillsPurpleHoverBorder = "unset";
854
+ declare const RedsiftColorDarkComponentsPillsPurpleHoverText = "#1c1c1c";
855
+ declare const RedsiftColorDarkComponentsPillsPurpleDisabledBackground = "#DECAF6";
856
+ declare const RedsiftColorDarkComponentsPillsPurpleDisabledBorder = "unset";
857
+ declare const RedsiftColorDarkComponentsPillsPurpleDisabledText = "#666666";
858
+ declare const RedsiftColorDarkComponentsPillsOrangeDefaultBackground = "#F8D296";
859
+ declare const RedsiftColorDarkComponentsPillsOrangeDefaultBorder = "unset";
860
+ declare const RedsiftColorDarkComponentsPillsOrangeDefaultText = "#1c1c1c";
861
+ declare const RedsiftColorDarkComponentsPillsOrangeHoverBackground = "#FCBB54";
862
+ declare const RedsiftColorDarkComponentsPillsOrangeHoverBorder = "unset";
863
+ declare const RedsiftColorDarkComponentsPillsOrangeHoverText = "#1c1c1c";
864
+ declare const RedsiftColorDarkComponentsPillsOrangeDisabledBackground = "#FDE4C0";
865
+ declare const RedsiftColorDarkComponentsPillsOrangeDisabledBorder = "unset";
866
+ declare const RedsiftColorDarkComponentsPillsOrangeDisabledText = "#666666";
867
+ declare const RedsiftColorDarkComponentsPillsBlueDefaultBackground = "#B1DCF3";
868
+ declare const RedsiftColorDarkComponentsPillsBlueDefaultBorder = "unset";
869
+ declare const RedsiftColorDarkComponentsPillsBlueDefaultText = "#1c1c1c";
870
+ declare const RedsiftColorDarkComponentsPillsBlueHoverBackground = "#73C5EB";
871
+ declare const RedsiftColorDarkComponentsPillsBlueHoverBorder = "unset";
872
+ declare const RedsiftColorDarkComponentsPillsBlueHoverText = "#1c1c1c";
873
+ declare const RedsiftColorDarkComponentsPillsBlueDisabledBackground = "#CCE8F7";
874
+ declare const RedsiftColorDarkComponentsPillsBlueDisabledBorder = "unset";
875
+ declare const RedsiftColorDarkComponentsPillsBlueDisabledText = "#666666";
876
+ declare const RedsiftColorDarkComponentsPillsBlackDefaultBackground = "#1c1c1c";
877
+ declare const RedsiftColorDarkComponentsPillsBlackDefaultBorder = "unset";
878
+ declare const RedsiftColorDarkComponentsPillsBlackDefaultText = "#ffffff";
879
+ declare const RedsiftColorDarkComponentsPillsBlackHoverBackground = "#333333";
880
+ declare const RedsiftColorDarkComponentsPillsBlackHoverBorder = "unset";
881
+ declare const RedsiftColorDarkComponentsPillsBlackHoverText = "#ffffff";
882
+ declare const RedsiftColorDarkComponentsPillsBlackDisabledBackground = "#474747";
883
+ declare const RedsiftColorDarkComponentsPillsBlackDisabledBorder = "unset";
884
+ declare const RedsiftColorDarkComponentsPillsBlackDisabledText = "#ffffff";
885
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground = "#333333";
886
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder = "unset";
887
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyDefaultText = "#ffffff";
888
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground = "#474747";
889
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder = "unset";
890
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyHoverText = "#ffffff";
891
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground = "#666666";
892
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder = "unset";
893
+ declare const RedsiftColorDarkComponentsPillsXDarkGreyDisabledText = "#ffffff";
894
+ declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground = "#474747";
895
+ declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder = "unset";
896
+ declare const RedsiftColorDarkComponentsPillsDarkGreyDefaultText = "#ffffff";
897
+ declare const RedsiftColorDarkComponentsPillsDarkGreyHoverBackground = "#666666";
898
+ declare const RedsiftColorDarkComponentsPillsDarkGreyHoverBorder = "unset";
899
+ declare const RedsiftColorDarkComponentsPillsDarkGreyHoverText = "#ffffff";
900
+ declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground = "#e0e0e0";
901
+ declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder = "unset";
902
+ declare const RedsiftColorDarkComponentsPillsDarkGreyDisabledText = "#ffffff";
903
+ declare const RedsiftColorDarkComponentsPillsMidGreyDefaultBackground = "#666666";
904
+ declare const RedsiftColorDarkComponentsPillsMidGreyDefaultBorder = "unset";
905
+ declare const RedsiftColorDarkComponentsPillsMidGreyDefaultText = "#ffffff";
906
+ declare const RedsiftColorDarkComponentsPillsMidGreyHoverBackground = "#474747";
907
+ declare const RedsiftColorDarkComponentsPillsMidGreyHoverBorder = "unset";
908
+ declare const RedsiftColorDarkComponentsPillsMidGreyHoverText = "#ffffff";
909
+ declare const RedsiftColorDarkComponentsPillsMidGreyDisabledBackground = "#e0e0e0";
910
+ declare const RedsiftColorDarkComponentsPillsMidGreyDisabledBorder = "unset";
911
+ declare const RedsiftColorDarkComponentsPillsMidGreyDisabledText = "#666666";
912
+ declare const RedsiftColorDarkComponentsPillsLightGreyDefaultBackground = "#e0e0e0";
913
+ declare const RedsiftColorDarkComponentsPillsLightGreyDefaultBorder = "unset";
914
+ declare const RedsiftColorDarkComponentsPillsLightGreyDefaultText = "#1c1c1c";
915
+ declare const RedsiftColorDarkComponentsPillsLightGreyHoverBackground = "#666666";
916
+ declare const RedsiftColorDarkComponentsPillsLightGreyHoverBorder = "unset";
917
+ declare const RedsiftColorDarkComponentsPillsLightGreyHoverText = "#1c1c1c";
918
+ declare const RedsiftColorDarkComponentsPillsLightGreyDisabledBackground = "#f2f2f2";
919
+ declare const RedsiftColorDarkComponentsPillsLightGreyDisabledBorder = "unset";
920
+ declare const RedsiftColorDarkComponentsPillsLightGreyDisabledText = "#666666";
921
+ declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground = "#f2f2f2";
922
+ declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder = "unset";
923
+ declare const RedsiftColorDarkComponentsPillsXLightGreyDefaultText = "#1c1c1c";
924
+ declare const RedsiftColorDarkComponentsPillsXLightGreyHoverBackground = "#e0e0e0";
925
+ declare const RedsiftColorDarkComponentsPillsXLightGreyHoverBorder = "unset";
926
+ declare const RedsiftColorDarkComponentsPillsXLightGreyHoverText = "#1c1c1c";
927
+ declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground = "#666666";
928
+ declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder = "unset";
929
+ declare const RedsiftColorDarkComponentsPillsXLightGreyDisabledText = "#666666";
930
+ declare const RedsiftColorDarkComponentsPillsWhiteDefaultBackground = "#ffffff";
931
+ declare const RedsiftColorDarkComponentsPillsWhiteDefaultBorder = "#e0e0e0";
932
+ declare const RedsiftColorDarkComponentsPillsWhiteDefaultText = "#1c1c1c";
933
+ declare const RedsiftColorDarkComponentsPillsWhiteHoverBackground = "#f2f2f2";
934
+ declare const RedsiftColorDarkComponentsPillsWhiteHoverBorder = "#e0e0e0";
935
+ declare const RedsiftColorDarkComponentsPillsWhiteHoverText = "#1c1c1c";
936
+ declare const RedsiftColorDarkComponentsPillsWhiteDisabledBackground = "#ffffff";
937
+ declare const RedsiftColorDarkComponentsPillsWhiteDisabledBorder = "#e0e0e0";
938
+ declare const RedsiftColorDarkComponentsPillsWhiteDisabledText = "#666666";
939
+ declare const RedsiftColorDarkComponentsPillsErrorDefaultBackground = "#F8BBBA";
940
+ declare const RedsiftColorDarkComponentsPillsErrorDefaultBorder = "unset";
941
+ declare const RedsiftColorDarkComponentsPillsErrorDefaultText = "#1c1c1c";
942
+ declare const RedsiftColorDarkComponentsPillsErrorHoverBackground = "#E06363";
943
+ declare const RedsiftColorDarkComponentsPillsErrorHoverBorder = "unset";
944
+ declare const RedsiftColorDarkComponentsPillsErrorHoverText = "#1c1c1c";
945
+ declare const RedsiftColorDarkComponentsPillsErrorDisabledBackground = "#F3A39E";
946
+ declare const RedsiftColorDarkComponentsPillsErrorDisabledBorder = "unset";
947
+ declare const RedsiftColorDarkComponentsPillsErrorDisabledText = "#666666";
948
+ declare const RedsiftColorDarkComponentsPillsWarningDefaultBackground = "#FDE4C0";
949
+ declare const RedsiftColorDarkComponentsPillsWarningDefaultBorder = "unset";
950
+ declare const RedsiftColorDarkComponentsPillsWarningDefaultText = "#1c1c1c";
951
+ declare const RedsiftColorDarkComponentsPillsWarningHoverBackground = "#FCBB54";
952
+ declare const RedsiftColorDarkComponentsPillsWarningHoverBorder = "unset";
953
+ declare const RedsiftColorDarkComponentsPillsWarningHoverText = "#1c1c1c";
954
+ declare const RedsiftColorDarkComponentsPillsWarningDisabledBackground = "#F8D296";
955
+ declare const RedsiftColorDarkComponentsPillsWarningDisabledBorder = "unset";
956
+ declare const RedsiftColorDarkComponentsPillsWarningDisabledText = "#666666";
957
+ declare const RedsiftColorDarkComponentsPillsSuccessDefaultBackground = "#C2EFD1";
958
+ declare const RedsiftColorDarkComponentsPillsSuccessDefaultBorder = "unset";
959
+ declare const RedsiftColorDarkComponentsPillsSuccessDefaultText = "#1c1c1c";
960
+ declare const RedsiftColorDarkComponentsPillsSuccessHoverBackground = "#56D58E";
961
+ declare const RedsiftColorDarkComponentsPillsSuccessHoverBorder = "unset";
962
+ declare const RedsiftColorDarkComponentsPillsSuccessHoverText = "#1c1c1c";
963
+ declare const RedsiftColorDarkComponentsPillsSuccessDisabledBackground = "#A2E7BA";
964
+ declare const RedsiftColorDarkComponentsPillsSuccessDisabledBorder = "unset";
965
+ declare const RedsiftColorDarkComponentsPillsSuccessDisabledText = "#666666";
966
+ declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground = "#E06363";
967
+ declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder = "unset";
968
+ declare const RedsiftColorDarkComponentsPillsErrorDarkDefaultText = "#1c1c1c";
969
+ declare const RedsiftColorDarkComponentsPillsErrorDarkHoverBackground = "#DE0000";
970
+ declare const RedsiftColorDarkComponentsPillsErrorDarkHoverBorder = "unset";
971
+ declare const RedsiftColorDarkComponentsPillsErrorDarkHoverText = "#1c1c1c";
972
+ declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground = "#F3A39E";
973
+ declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder = "unset";
974
+ declare const RedsiftColorDarkComponentsPillsErrorDarkDisabledText = "#666666";
975
+ declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground = "#FCBB54";
976
+ declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder = "unset";
977
+ declare const RedsiftColorDarkComponentsPillsWarningDarkDefaultText = "#1c1c1c";
978
+ declare const RedsiftColorDarkComponentsPillsWarningDarkHoverBackground = "#ED9200";
979
+ declare const RedsiftColorDarkComponentsPillsWarningDarkHoverBorder = "unset";
980
+ declare const RedsiftColorDarkComponentsPillsWarningDarkHoverText = "#1c1c1c";
981
+ declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground = "#F8D296";
982
+ declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder = "unset";
983
+ declare const RedsiftColorDarkComponentsPillsWarningDarkDisabledText = "#666666";
984
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground = "#56D58E";
985
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder = "unset";
986
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkDefaultText = "#1c1c1c";
987
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground = "#00CE59";
988
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder = "unset";
989
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkHoverText = "#1c1c1c";
990
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground = "#A2E7BA";
991
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder = "unset";
992
+ declare const RedsiftColorDarkComponentsPillsSuccessDarkDisabledText = "#666666";
743
993
  declare const RedsiftColorLightComponentsPageBackground = "#ffffff";
744
994
  declare const RedsiftColorLightComponentsTextPrimary = "#333333";
745
995
  declare const RedsiftColorLightComponentsTextSecondary = "#474747";
@@ -839,6 +1089,14 @@ declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault = "
839
1089
  declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover = "#ffffff";
840
1090
  declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive = "#ffffff";
841
1091
  declare const RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled = "#858585";
1092
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
1093
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
1094
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
1095
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled = "#e0e0e0";
1096
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault = "#ffffff";
1097
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover = "#ffffff";
1098
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive = "#ffffff";
1099
+ declare const RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled = "#858585";
842
1100
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault = "transparent";
843
1101
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover = "#d9e7fd";
844
1102
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive = "#b3cefb";
@@ -846,7 +1104,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackground
846
1104
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault = "#4285f4";
847
1105
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover = "#3b78dc";
848
1106
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive = "#2e5dab";
849
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = "#858585";
1107
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = "#a3a3a3";
850
1108
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault = "transparent";
851
1109
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover = "#dcf1ed";
852
1110
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive = "#b9e2db";
@@ -854,7 +1112,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgrou
854
1112
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault = "#51b7a4";
855
1113
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover = "#49a594";
856
1114
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive = "#398073";
857
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = "#858585";
1115
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = "#a3a3a3";
858
1116
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault = "transparent";
859
1117
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover = "#cceedf";
860
1118
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive = "#9adec0";
@@ -862,7 +1120,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackground
862
1120
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault = "#02ac61";
863
1121
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover = "#029b57";
864
1122
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive = "#017844";
865
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = "#858585";
1123
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = "#a3a3a3";
866
1124
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault = "transparent";
867
1125
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover = "#f9cfcf";
868
1126
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive = "#f39f9f";
@@ -870,7 +1128,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDi
870
1128
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault = "#e11010";
871
1129
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover = "#cb0e0e";
872
1130
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive = "#9e0b0b";
873
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = "#858585";
1131
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = "#a3a3a3";
874
1132
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault = "transparent";
875
1133
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover = "#fef1dd";
876
1134
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive = "#fee4bb";
@@ -878,7 +1136,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackground
878
1136
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault = "#fcbb54";
879
1137
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover = "#e3a84c";
880
1138
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive = "#b0833b";
881
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = "#858585";
1139
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = "#a3a3a3";
882
1140
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault = "transparent";
883
1141
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover = "#d9e7fd";
884
1142
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive = "#b3cefb";
@@ -886,7 +1144,7 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDis
886
1144
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault = "#4285f4";
887
1145
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover = "#3b78dc";
888
1146
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive = "#2e5dab";
889
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = "#858585";
1147
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = "#a3a3a3";
890
1148
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault = "transparent";
891
1149
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover = "#f2f2f2";
892
1150
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive = "#e0e0e0";
@@ -894,63 +1152,95 @@ declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDis
894
1152
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault = "#666666";
895
1153
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover = "#525252";
896
1154
  declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive = "#525252";
897
- declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = "#858585";
1155
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = "#a3a3a3";
1156
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault = "transparent";
1157
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
1158
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
1159
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled = "#ffffff";
1160
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
1161
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
1162
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
1163
+ declare const RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled = "#a3a3a3";
898
1164
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault = "transparent";
899
1165
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover = "#d9e7fd";
900
1166
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive = "#b3cefb";
901
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = "#ffffff";
1167
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = "transparent";
902
1168
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault = "#4285f4";
903
1169
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover = "#3b78dc";
904
1170
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive = "#2e5dab";
905
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = "#858585";
1171
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = "#a3a3a3";
906
1172
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault = "transparent";
907
1173
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover = "#dcf1ed";
908
1174
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive = "#b9e2db";
909
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = "#ffffff";
1175
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = "transparent";
910
1176
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault = "#51b7a4";
911
1177
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover = "#49a594";
912
1178
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive = "#398073";
913
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = "#858585";
1179
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = "#a3a3a3";
914
1180
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault = "transparent";
915
1181
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover = "#cceedf";
916
1182
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive = "#9adec0";
917
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = "#ffffff";
1183
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = "transparent";
918
1184
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault = "#02ac61";
919
1185
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover = "#029b57";
920
1186
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive = "#017844";
921
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = "#858585";
1187
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = "#a3a3a3";
922
1188
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault = "transparent";
923
1189
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover = "#f9cfcf";
924
1190
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive = "#f39f9f";
925
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = "#ffffff";
1191
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = "transparent";
926
1192
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault = "#e11010";
927
1193
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover = "#cb0e0e";
928
1194
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive = "#9e0b0b";
929
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = "#858585";
1195
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = "#a3a3a3";
930
1196
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault = "transparent";
931
1197
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover = "#fef1dd";
932
1198
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive = "#fee4bb";
933
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = "#ffffff";
1199
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = "transparent";
934
1200
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault = "#fcbb54";
935
1201
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover = "#e3a84c";
936
1202
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive = "#b0833b";
937
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = "#858585";
1203
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = "#a3a3a3";
938
1204
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault = "transparent";
939
1205
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover = "#d9e7fd";
940
1206
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive = "#b3cefb";
941
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = "#ffffff";
1207
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = "transparent";
942
1208
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault = "#4285f4";
943
1209
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover = "#3b78dc";
944
1210
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive = "#2e5dab";
945
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = "#858585";
1211
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = "#a3a3a3";
946
1212
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault = "transparent";
947
1213
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover = "#f2f2f2";
948
1214
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive = "#e0e0e0";
949
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = "#ffffff";
1215
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = "transparent";
950
1216
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault = "#666666";
951
1217
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover = "#525252";
952
1218
  declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive = "#525252";
953
- declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = "#858585";
1219
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = "#a3a3a3";
1220
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault = "transparent";
1221
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover = "#f2f2f2";
1222
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive = "#e0e0e0";
1223
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled = "transparent";
1224
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault = "#333333";
1225
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover = "#333333";
1226
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive = "#333333";
1227
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled = "#a3a3a3";
1228
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault = "transparent";
1229
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover = "#f2f2f2";
1230
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive = "#e0e0e0";
1231
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = "transparent";
1232
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault = "#ffffff";
1233
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover = "#ffffff";
1234
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive = "#ffffff";
1235
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled = "#a3a3a3";
1236
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault = "transparent";
1237
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover = "linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))";
1238
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive = "linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))";
1239
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled = "#ffffff";
1240
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault = "linear-gradient(90deg, rgba(81, 183, 164, 1), rgba(0, 129, 195, 1))";
1241
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover = "linear-gradient(90deg, rgba(65, 146, 131, 1), rgba(3, 114, 171, 1))";
1242
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive = "linear-gradient(90deg, rgba(58, 122, 110, 1), rgba(0, 96, 145, 1))";
1243
+ declare const RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled = "#a3a3a3";
954
1244
  declare const RedsiftColorLightComponentsAiAiBorder = "#e11010";
955
1245
  declare const RedsiftColorLightComponentsAiAiIcon = "#e11010";
956
1246
  declare const RedsiftColorLightComponentsSpinnerSpinner = "#4285f4";
@@ -1021,6 +1311,213 @@ declare const RedsiftColorLightComponentsSwitchTextInvalid = "#e11010";
1021
1311
  declare const RedsiftColorLightComponentsSwitchTextDisabled = "#e0e0e0";
1022
1312
  declare const RedsiftColorLightComponentsTabsLine = "#e0e0e0";
1023
1313
  declare const RedsiftColorLightComponentsModalBackground = "#ffffff";
1314
+ declare const RedsiftColorLightComponentsPillsGreyDefaultBackground = "#E6E6E6";
1315
+ declare const RedsiftColorLightComponentsPillsGreyDefaultBorder = "transparent";
1316
+ declare const RedsiftColorLightComponentsPillsGreyDefaultText = "#1c1c1c";
1317
+ declare const RedsiftColorLightComponentsPillsGreyHoverBackground = "#D6D6D6";
1318
+ declare const RedsiftColorLightComponentsPillsGreyHoverBorder = "transparent";
1319
+ declare const RedsiftColorLightComponentsPillsGreyHoverText = "#1c1c1c";
1320
+ declare const RedsiftColorLightComponentsPillsGreyDisabledBackground = "#EEEEEE";
1321
+ declare const RedsiftColorLightComponentsPillsGreyDisabledBorder = "transparent";
1322
+ declare const RedsiftColorLightComponentsPillsGreyDisabledText = "#666666";
1323
+ declare const RedsiftColorLightComponentsPillsGreenDefaultBackground = "#A2E7BA";
1324
+ declare const RedsiftColorLightComponentsPillsGreenDefaultBorder = "transparent";
1325
+ declare const RedsiftColorLightComponentsPillsGreenDefaultText = "#1c1c1c";
1326
+ declare const RedsiftColorLightComponentsPillsGreenHoverBackground = "#56D58E";
1327
+ declare const RedsiftColorLightComponentsPillsGreenHoverBorder = "transparent";
1328
+ declare const RedsiftColorLightComponentsPillsGreenHoverText = "#1c1c1c";
1329
+ declare const RedsiftColorLightComponentsPillsGreenDisabledBackground = "#C2EFD1";
1330
+ declare const RedsiftColorLightComponentsPillsGreenDisabledBorder = "transparent";
1331
+ declare const RedsiftColorLightComponentsPillsGreenDisabledText = "#666666";
1332
+ declare const RedsiftColorLightComponentsPillsPinkDefaultBackground = "#ECA0D6";
1333
+ declare const RedsiftColorLightComponentsPillsPinkDefaultBorder = "transparent";
1334
+ declare const RedsiftColorLightComponentsPillsPinkDefaultText = "#1c1c1c";
1335
+ declare const RedsiftColorLightComponentsPillsPinkHoverBackground = "#D95CBA";
1336
+ declare const RedsiftColorLightComponentsPillsPinkHoverBorder = "transparent";
1337
+ declare const RedsiftColorLightComponentsPillsPinkHoverText = "#1c1c1c";
1338
+ declare const RedsiftColorLightComponentsPillsPinkDisabledBackground = "#F4C0E3";
1339
+ declare const RedsiftColorLightComponentsPillsPinkDisabledBorder = "transparent";
1340
+ declare const RedsiftColorLightComponentsPillsPinkDisabledText = "#666666";
1341
+ declare const RedsiftColorLightComponentsPillsAquaDefaultBackground = "#9AF8F4";
1342
+ declare const RedsiftColorLightComponentsPillsAquaDefaultBorder = "transparent";
1343
+ declare const RedsiftColorLightComponentsPillsAquaDefaultText = "#1c1c1c";
1344
+ declare const RedsiftColorLightComponentsPillsAquaHoverBackground = "#63EAE4";
1345
+ declare const RedsiftColorLightComponentsPillsAquaHoverBorder = "transparent";
1346
+ declare const RedsiftColorLightComponentsPillsAquaHoverText = "#1c1c1c";
1347
+ declare const RedsiftColorLightComponentsPillsAquaDisabledBackground = "#CAF7F4";
1348
+ declare const RedsiftColorLightComponentsPillsAquaDisabledBorder = "transparent";
1349
+ declare const RedsiftColorLightComponentsPillsAquaDisabledText = "#666666";
1350
+ declare const RedsiftColorLightComponentsPillsBrownDefaultBackground = "#EDC19C";
1351
+ declare const RedsiftColorLightComponentsPillsBrownDefaultBorder = "transparent";
1352
+ declare const RedsiftColorLightComponentsPillsBrownDefaultText = "#1c1c1c";
1353
+ declare const RedsiftColorLightComponentsPillsBrownHoverBackground = "#C78348";
1354
+ declare const RedsiftColorLightComponentsPillsBrownHoverBorder = "transparent";
1355
+ declare const RedsiftColorLightComponentsPillsBrownHoverText = "#1c1c1c";
1356
+ declare const RedsiftColorLightComponentsPillsBrownDisabledBackground = "#F6D9C3";
1357
+ declare const RedsiftColorLightComponentsPillsBrownDisabledBorder = "transparent";
1358
+ declare const RedsiftColorLightComponentsPillsBrownDisabledText = "#666666";
1359
+ declare const RedsiftColorLightComponentsPillsRedDefaultBackground = "#F3A39E";
1360
+ declare const RedsiftColorLightComponentsPillsRedDefaultBorder = "transparent";
1361
+ declare const RedsiftColorLightComponentsPillsRedDefaultText = "#1c1c1c";
1362
+ declare const RedsiftColorLightComponentsPillsRedHoverBackground = "#E06363";
1363
+ declare const RedsiftColorLightComponentsPillsRedHoverBorder = "transparent";
1364
+ declare const RedsiftColorLightComponentsPillsRedHoverText = "#1c1c1c";
1365
+ declare const RedsiftColorLightComponentsPillsRedDisabledBackground = "#F8BBBA";
1366
+ declare const RedsiftColorLightComponentsPillsRedDisabledBorder = "transparent";
1367
+ declare const RedsiftColorLightComponentsPillsRedDisabledText = "#666666";
1368
+ declare const RedsiftColorLightComponentsPillsYellowDefaultBackground = "#F7EFC3";
1369
+ declare const RedsiftColorLightComponentsPillsYellowDefaultBorder = "transparent";
1370
+ declare const RedsiftColorLightComponentsPillsYellowDefaultText = "#1c1c1c";
1371
+ declare const RedsiftColorLightComponentsPillsYellowHoverBackground = "#FFF741";
1372
+ declare const RedsiftColorLightComponentsPillsYellowHoverBorder = "transparent";
1373
+ declare const RedsiftColorLightComponentsPillsYellowHoverText = "#1c1c1c";
1374
+ declare const RedsiftColorLightComponentsPillsYellowDisabledBackground = "#FBF5DB";
1375
+ declare const RedsiftColorLightComponentsPillsYellowDisabledBorder = "transparent";
1376
+ declare const RedsiftColorLightComponentsPillsYellowDisabledText = "#666666";
1377
+ declare const RedsiftColorLightComponentsPillsPurpleDefaultBackground = "#C6A8EF";
1378
+ declare const RedsiftColorLightComponentsPillsPurpleDefaultBorder = "transparent";
1379
+ declare const RedsiftColorLightComponentsPillsPurpleDefaultText = "#1c1c1c";
1380
+ declare const RedsiftColorLightComponentsPillsPurpleHoverBackground = "#965EDE";
1381
+ declare const RedsiftColorLightComponentsPillsPurpleHoverBorder = "transparent";
1382
+ declare const RedsiftColorLightComponentsPillsPurpleHoverText = "#1c1c1c";
1383
+ declare const RedsiftColorLightComponentsPillsPurpleDisabledBackground = "#DECAF6";
1384
+ declare const RedsiftColorLightComponentsPillsPurpleDisabledBorder = "transparent";
1385
+ declare const RedsiftColorLightComponentsPillsPurpleDisabledText = "#666666";
1386
+ declare const RedsiftColorLightComponentsPillsOrangeDefaultBackground = "#F8D296";
1387
+ declare const RedsiftColorLightComponentsPillsOrangeDefaultBorder = "transparent";
1388
+ declare const RedsiftColorLightComponentsPillsOrangeDefaultText = "#1c1c1c";
1389
+ declare const RedsiftColorLightComponentsPillsOrangeHoverBackground = "#FCBB54";
1390
+ declare const RedsiftColorLightComponentsPillsOrangeHoverBorder = "transparent";
1391
+ declare const RedsiftColorLightComponentsPillsOrangeHoverText = "#1c1c1c";
1392
+ declare const RedsiftColorLightComponentsPillsOrangeDisabledBackground = "#FDE4C0";
1393
+ declare const RedsiftColorLightComponentsPillsOrangeDisabledBorder = "transparent";
1394
+ declare const RedsiftColorLightComponentsPillsOrangeDisabledText = "#666666";
1395
+ declare const RedsiftColorLightComponentsPillsBlueDefaultBackground = "#B1DCF3";
1396
+ declare const RedsiftColorLightComponentsPillsBlueDefaultBorder = "transparent";
1397
+ declare const RedsiftColorLightComponentsPillsBlueDefaultText = "#1c1c1c";
1398
+ declare const RedsiftColorLightComponentsPillsBlueHoverBackground = "#73C5EB";
1399
+ declare const RedsiftColorLightComponentsPillsBlueHoverBorder = "transparent";
1400
+ declare const RedsiftColorLightComponentsPillsBlueHoverText = "#1c1c1c";
1401
+ declare const RedsiftColorLightComponentsPillsBlueDisabledBackground = "#CCE8F7";
1402
+ declare const RedsiftColorLightComponentsPillsBlueDisabledBorder = "transparent";
1403
+ declare const RedsiftColorLightComponentsPillsBlueDisabledText = "#666666";
1404
+ declare const RedsiftColorLightComponentsPillsBlackDefaultBackground = "#1c1c1c";
1405
+ declare const RedsiftColorLightComponentsPillsBlackDefaultBorder = "transparent";
1406
+ declare const RedsiftColorLightComponentsPillsBlackDefaultText = "#ffffff";
1407
+ declare const RedsiftColorLightComponentsPillsBlackHoverBackground = "#333333";
1408
+ declare const RedsiftColorLightComponentsPillsBlackHoverBorder = "transparent";
1409
+ declare const RedsiftColorLightComponentsPillsBlackHoverText = "#ffffff";
1410
+ declare const RedsiftColorLightComponentsPillsBlackDisabledBackground = "#474747";
1411
+ declare const RedsiftColorLightComponentsPillsBlackDisabledBorder = "transparent";
1412
+ declare const RedsiftColorLightComponentsPillsBlackDisabledText = "#ffffff";
1413
+ declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground = "#333333";
1414
+ declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder = "transparent";
1415
+ declare const RedsiftColorLightComponentsPillsXDarkGreyDefaultText = "#ffffff";
1416
+ declare const RedsiftColorLightComponentsPillsXDarkGreyHoverBackground = "#474747";
1417
+ declare const RedsiftColorLightComponentsPillsXDarkGreyHoverBorder = "transparent";
1418
+ declare const RedsiftColorLightComponentsPillsXDarkGreyHoverText = "#ffffff";
1419
+ declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground = "#666666";
1420
+ declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder = "transparent";
1421
+ declare const RedsiftColorLightComponentsPillsXDarkGreyDisabledText = "#ffffff";
1422
+ declare const RedsiftColorLightComponentsPillsDarkGreyDefaultBackground = "#474747";
1423
+ declare const RedsiftColorLightComponentsPillsDarkGreyDefaultBorder = "transparent";
1424
+ declare const RedsiftColorLightComponentsPillsDarkGreyDefaultText = "#ffffff";
1425
+ declare const RedsiftColorLightComponentsPillsDarkGreyHoverBackground = "#666666";
1426
+ declare const RedsiftColorLightComponentsPillsDarkGreyHoverBorder = "transparent";
1427
+ declare const RedsiftColorLightComponentsPillsDarkGreyHoverText = "#ffffff";
1428
+ declare const RedsiftColorLightComponentsPillsDarkGreyDisabledBackground = "#e0e0e0";
1429
+ declare const RedsiftColorLightComponentsPillsDarkGreyDisabledBorder = "transparent";
1430
+ declare const RedsiftColorLightComponentsPillsDarkGreyDisabledText = "#ffffff";
1431
+ declare const RedsiftColorLightComponentsPillsMidGreyDefaultBackground = "#666666";
1432
+ declare const RedsiftColorLightComponentsPillsMidGreyDefaultBorder = "transparent";
1433
+ declare const RedsiftColorLightComponentsPillsMidGreyDefaultText = "#ffffff";
1434
+ declare const RedsiftColorLightComponentsPillsMidGreyHoverBackground = "#474747";
1435
+ declare const RedsiftColorLightComponentsPillsMidGreyHoverBorder = "transparent";
1436
+ declare const RedsiftColorLightComponentsPillsMidGreyHoverText = "#ffffff";
1437
+ declare const RedsiftColorLightComponentsPillsMidGreyDisabledBackground = "#e0e0e0";
1438
+ declare const RedsiftColorLightComponentsPillsMidGreyDisabledBorder = "transparent";
1439
+ declare const RedsiftColorLightComponentsPillsMidGreyDisabledText = "#666666";
1440
+ declare const RedsiftColorLightComponentsPillsLightGreyDefaultBackground = "#e0e0e0";
1441
+ declare const RedsiftColorLightComponentsPillsLightGreyDefaultBorder = "transparent";
1442
+ declare const RedsiftColorLightComponentsPillsLightGreyDefaultText = "#1c1c1c";
1443
+ declare const RedsiftColorLightComponentsPillsLightGreyHoverBackground = "#666666";
1444
+ declare const RedsiftColorLightComponentsPillsLightGreyHoverBorder = "transparent";
1445
+ declare const RedsiftColorLightComponentsPillsLightGreyHoverText = "#1c1c1c";
1446
+ declare const RedsiftColorLightComponentsPillsLightGreyDisabledBackground = "#f2f2f2";
1447
+ declare const RedsiftColorLightComponentsPillsLightGreyDisabledBorder = "transparent";
1448
+ declare const RedsiftColorLightComponentsPillsLightGreyDisabledText = "#666666";
1449
+ declare const RedsiftColorLightComponentsPillsXLightGreyDefaultBackground = "#f2f2f2";
1450
+ declare const RedsiftColorLightComponentsPillsXLightGreyDefaultBorder = "transparent";
1451
+ declare const RedsiftColorLightComponentsPillsXLightGreyDefaultText = "#1c1c1c";
1452
+ declare const RedsiftColorLightComponentsPillsXLightGreyHoverBackground = "#e0e0e0";
1453
+ declare const RedsiftColorLightComponentsPillsXLightGreyHoverBorder = "transparent";
1454
+ declare const RedsiftColorLightComponentsPillsXLightGreyHoverText = "#1c1c1c";
1455
+ declare const RedsiftColorLightComponentsPillsXLightGreyDisabledBackground = "#666666";
1456
+ declare const RedsiftColorLightComponentsPillsXLightGreyDisabledBorder = "transparent";
1457
+ declare const RedsiftColorLightComponentsPillsXLightGreyDisabledText = "#666666";
1458
+ declare const RedsiftColorLightComponentsPillsWhiteDefaultBackground = "#ffffff";
1459
+ declare const RedsiftColorLightComponentsPillsWhiteDefaultBorder = "#e0e0e0";
1460
+ declare const RedsiftColorLightComponentsPillsWhiteDefaultText = "#1c1c1c";
1461
+ declare const RedsiftColorLightComponentsPillsWhiteHoverBackground = "#f2f2f2";
1462
+ declare const RedsiftColorLightComponentsPillsWhiteHoverBorder = "#e0e0e0";
1463
+ declare const RedsiftColorLightComponentsPillsWhiteHoverText = "#1c1c1c";
1464
+ declare const RedsiftColorLightComponentsPillsWhiteDisabledBackground = "#ffffff";
1465
+ declare const RedsiftColorLightComponentsPillsWhiteDisabledBorder = "#e0e0e0";
1466
+ declare const RedsiftColorLightComponentsPillsWhiteDisabledText = "#666666";
1467
+ declare const RedsiftColorLightComponentsPillsErrorDefaultBackground = "#F8BBBA";
1468
+ declare const RedsiftColorLightComponentsPillsErrorDefaultBorder = "transparent";
1469
+ declare const RedsiftColorLightComponentsPillsErrorDefaultText = "#1c1c1c";
1470
+ declare const RedsiftColorLightComponentsPillsErrorHoverBackground = "#E06363";
1471
+ declare const RedsiftColorLightComponentsPillsErrorHoverBorder = "transparent";
1472
+ declare const RedsiftColorLightComponentsPillsErrorHoverText = "#1c1c1c";
1473
+ declare const RedsiftColorLightComponentsPillsErrorDisabledBackground = "#F3A39E";
1474
+ declare const RedsiftColorLightComponentsPillsErrorDisabledBorder = "transparent";
1475
+ declare const RedsiftColorLightComponentsPillsErrorDisabledText = "#666666";
1476
+ declare const RedsiftColorLightComponentsPillsWarningDefaultBackground = "#FDE4C0";
1477
+ declare const RedsiftColorLightComponentsPillsWarningDefaultBorder = "transparent";
1478
+ declare const RedsiftColorLightComponentsPillsWarningDefaultText = "#1c1c1c";
1479
+ declare const RedsiftColorLightComponentsPillsWarningHoverBackground = "#FCBB54";
1480
+ declare const RedsiftColorLightComponentsPillsWarningHoverBorder = "transparent";
1481
+ declare const RedsiftColorLightComponentsPillsWarningHoverText = "#1c1c1c";
1482
+ declare const RedsiftColorLightComponentsPillsWarningDisabledBackground = "#F8D296";
1483
+ declare const RedsiftColorLightComponentsPillsWarningDisabledBorder = "transparent";
1484
+ declare const RedsiftColorLightComponentsPillsWarningDisabledText = "#666666";
1485
+ declare const RedsiftColorLightComponentsPillsSuccessDefaultBackground = "#C2EFD1";
1486
+ declare const RedsiftColorLightComponentsPillsSuccessDefaultBorder = "transparent";
1487
+ declare const RedsiftColorLightComponentsPillsSuccessDefaultText = "#1c1c1c";
1488
+ declare const RedsiftColorLightComponentsPillsSuccessHoverBackground = "#56D58E";
1489
+ declare const RedsiftColorLightComponentsPillsSuccessHoverBorder = "transparent";
1490
+ declare const RedsiftColorLightComponentsPillsSuccessHoverText = "#1c1c1c";
1491
+ declare const RedsiftColorLightComponentsPillsSuccessDisabledBackground = "#A2E7BA";
1492
+ declare const RedsiftColorLightComponentsPillsSuccessDisabledBorder = "transparent";
1493
+ declare const RedsiftColorLightComponentsPillsSuccessDisabledText = "#666666";
1494
+ declare const RedsiftColorLightComponentsPillsErrorDarkDefaultBackground = "#E06363";
1495
+ declare const RedsiftColorLightComponentsPillsErrorDarkDefaultBorder = "transparent";
1496
+ declare const RedsiftColorLightComponentsPillsErrorDarkDefaultText = "#1c1c1c";
1497
+ declare const RedsiftColorLightComponentsPillsErrorDarkHoverBackground = "#DE0000";
1498
+ declare const RedsiftColorLightComponentsPillsErrorDarkHoverBorder = "transparent";
1499
+ declare const RedsiftColorLightComponentsPillsErrorDarkHoverText = "#1c1c1c";
1500
+ declare const RedsiftColorLightComponentsPillsErrorDarkDisabledBackground = "#F3A39E";
1501
+ declare const RedsiftColorLightComponentsPillsErrorDarkDisabledBorder = "transparent";
1502
+ declare const RedsiftColorLightComponentsPillsErrorDarkDisabledText = "#666666";
1503
+ declare const RedsiftColorLightComponentsPillsWarningDarkDefaultBackground = "#FCBB54";
1504
+ declare const RedsiftColorLightComponentsPillsWarningDarkDefaultBorder = "transparent";
1505
+ declare const RedsiftColorLightComponentsPillsWarningDarkDefaultText = "#1c1c1c";
1506
+ declare const RedsiftColorLightComponentsPillsWarningDarkHoverBackground = "#ED9200";
1507
+ declare const RedsiftColorLightComponentsPillsWarningDarkHoverBorder = "transparent";
1508
+ declare const RedsiftColorLightComponentsPillsWarningDarkHoverText = "#1c1c1c";
1509
+ declare const RedsiftColorLightComponentsPillsWarningDarkDisabledBackground = "#F8D296";
1510
+ declare const RedsiftColorLightComponentsPillsWarningDarkDisabledBorder = "transparent";
1511
+ declare const RedsiftColorLightComponentsPillsWarningDarkDisabledText = "#666666";
1512
+ declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground = "#56D58E";
1513
+ declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder = "transparent";
1514
+ declare const RedsiftColorLightComponentsPillsSuccessDarkDefaultText = "#1c1c1c";
1515
+ declare const RedsiftColorLightComponentsPillsSuccessDarkHoverBackground = "#00CE59";
1516
+ declare const RedsiftColorLightComponentsPillsSuccessDarkHoverBorder = "transparent";
1517
+ declare const RedsiftColorLightComponentsPillsSuccessDarkHoverText = "#1c1c1c";
1518
+ declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground = "#A2E7BA";
1519
+ declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder = "transparent";
1520
+ declare const RedsiftColorLightComponentsPillsSuccessDarkDisabledText = "#666666";
1024
1521
  declare const RedsiftColorRedL4 = "#f9cfcf";
1025
1522
  declare const RedsiftColorRedL3 = "#f39f9f";
1026
1523
  declare const RedsiftColorRedL2 = "#ed7070";
@@ -1298,11 +1795,11 @@ declare const RedsiftTypographyBadgeLineHeight = "12px";
1298
1795
  declare const RedsiftTypographyPillFontFamily = "'Poppins', sans-serif";
1299
1796
  declare const RedsiftTypographyPillFontSize = "10px";
1300
1797
  declare const RedsiftTypographyPillFontWeight = "400";
1301
- declare const RedsiftTypographyPillLineHeight = "15px";
1798
+ declare const RedsiftTypographyPillLineHeight = "20px";
1302
1799
  declare const RedsiftTypographyChipFontFamily = "'Poppins', sans-serif";
1303
1800
  declare const RedsiftTypographyChipFontSize = "12px";
1304
1801
  declare const RedsiftTypographyChipFontWeight = "400";
1305
- declare const RedsiftTypographyChipLineHeight = "18px";
1802
+ declare const RedsiftTypographyChipLineHeight = "22px";
1306
1803
  declare const RedsiftTypographyTooltipFontFamily = "'Poppins', sans-serif";
1307
1804
  declare const RedsiftTypographyTooltipFontSize = "12px";
1308
1805
  declare const RedsiftTypographyTooltipFontWeight = "400";
@@ -1369,7 +1866,11 @@ declare const AlertVariant: {
1369
1866
  readonly info: "info";
1370
1867
  };
1371
1868
  type AlertVariant = ValueOf<typeof AlertVariant>;
1372
- type AlertStyleVariant = 'default' | 'minimal';
1869
+ declare const AlertStyleVariant: {
1870
+ readonly default: "default";
1871
+ readonly minimal: "minimal";
1872
+ };
1873
+ type AlertStyleVariant = ValueOf<typeof AlertStyleVariant>;
1373
1874
  /**
1374
1875
  * Component props.
1375
1876
  */
@@ -1843,6 +2344,8 @@ type AppContainerState = {
1843
2344
  sidePanelVariant: AppSidePanelVariant;
1844
2345
  /** Change side panel variant. */
1845
2346
  setSidePanelVariant: Dispatch<SetStateAction<AppSidePanelVariant>>;
2347
+ /** AppContainer ref. */
2348
+ appContainerRef: RefObject<HTMLDivElement>;
1846
2349
  };
1847
2350
  /**
1848
2351
  * Component props.
@@ -1865,6 +2368,7 @@ type StyledAppContainerProps = Omit<AppContainerProps, 'locale' | 'product'> & {
1865
2368
 
1866
2369
  declare const AppContainerContext: React$1.Context<AppContainerState | null>;
1867
2370
 
2371
+ declare const RadarSvgLinearGradient: React$1.FC;
1868
2372
  /**
1869
2373
  * The AppContainer component.
1870
2374
  */
@@ -1962,7 +2466,7 @@ type ButtonColor = ButtonsColorPalette;
1962
2466
  * Component props.
1963
2467
  */
1964
2468
  interface ButtonProps extends ComponentProps<'button'>, StylingProps {
1965
- /** Color variant. The product colors are available but should only be used to display the Button in the color of another product. To display a Button with a color of the current product, use `default`. */
2469
+ /** Color variant. */
1966
2470
  color?: ButtonColor;
1967
2471
  /** Whether the component take the full width or not. */
1968
2472
  fullWidth?: boolean;
@@ -1998,6 +2502,7 @@ type StyledButtonProps = ButtonProps & {
1998
2502
  $fullWidth?: ButtonProps['fullWidth'];
1999
2503
  $isActive: ButtonProps['isActive'];
2000
2504
  $isDisabled: ButtonProps['isDisabled'];
2505
+ $isGradient: boolean;
2001
2506
  $isHovered: ButtonProps['isHovered'];
2002
2507
  $isLoading: ButtonProps['isLoading'];
2003
2508
  $theme: ButtonProps['theme'];
@@ -2012,6 +2517,7 @@ declare const StyledButton: styled_components.StyledComponent<"button", any, But
2012
2517
  $fullWidth?: boolean | undefined;
2013
2518
  $isActive: boolean | undefined;
2014
2519
  $isDisabled: boolean | undefined;
2520
+ $isGradient: boolean;
2015
2521
  $isHovered: boolean | undefined;
2016
2522
  $isLoading: boolean | undefined;
2017
2523
  $theme: Theme | undefined;
@@ -2439,6 +2945,7 @@ type StyledDetailedCardProps = Omit<DetailedCardProps, 'color'> & {
2439
2945
  declare const PillSize: {
2440
2946
  readonly small: "small";
2441
2947
  readonly large: "large";
2948
+ readonly xlarge: "xlarge";
2442
2949
  };
2443
2950
  type PillSize = ValueOf<typeof PillSize>;
2444
2951
  /**
@@ -2447,14 +2954,16 @@ type PillSize = ValueOf<typeof PillSize>;
2447
2954
  interface PillProps extends ComponentProps<'div'>, StylingProps {
2448
2955
  /** Whether the badge should automatically break content. */
2449
2956
  autoBreak?: boolean;
2450
- /** Right button. Usually used to remove the pill but can be used for anything else. An icon should be provided as the only content. By default the icon is an cross. No action is automated here, an onClick should be provided. */
2451
- rightButton?: Omit<IconButtonProps, 'ref' | 'color' | 'onClick'>;
2452
- /** Event on click on right button. */
2453
- onRightButtonClick?: (event: SyntheticEvent) => void;
2957
+ /** Color to use for border. */
2958
+ borderColor?: string;
2454
2959
  /** 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
2960
  color?: PresentationColorPalette | NeutralColorPalette | 'error' | 'warning' | 'success' | 'error-dark' | 'warning-dark' | 'success-dark' | (string & {});
2961
+ /** Color to use when disabled. */
2962
+ disabledColor?: string;
2456
2963
  /** Color to use on hover. */
2457
2964
  hoverColor?: string;
2965
+ /** Whether the Pill is disabled or not. */
2966
+ isDisabled?: boolean;
2458
2967
  /** Size of the Pill. */
2459
2968
  size?: PillSize;
2460
2969
  /** Theme. */
@@ -2462,8 +2971,11 @@ interface PillProps extends ComponentProps<'div'>, StylingProps {
2462
2971
  }
2463
2972
  type StyledPillProps = Omit<PillProps, 'color' | 'autoBreak'> & {
2464
2973
  $autoBreak: PillProps['autoBreak'];
2974
+ $borderColor: PillProps['borderColor'];
2465
2975
  $color: PillProps['color'];
2976
+ $disabledColor: PillProps['disabledColor'];
2466
2977
  $hoverColor: PillProps['hoverColor'];
2978
+ $isDisabled: PillProps['isDisabled'];
2467
2979
  $size: PillProps['size'];
2468
2980
  $theme: PillProps['theme'];
2469
2981
  };
@@ -2890,6 +3402,15 @@ declare function useFocusOnListItem(props: {
2890
3402
 
2891
3403
  declare function useFocusOnList(): UseFocusGroupProps;
2892
3404
 
3405
+ declare const StyledGradientBorder: styled_components.StyledComponent<"div", any, {
3406
+ $color?: ButtonProps['color'];
3407
+ $isActive?: ButtonProps['isActive'];
3408
+ $isDisabled?: ButtonProps['isDisabled'];
3409
+ $isHovered?: ButtonProps['isHovered'];
3410
+ $theme?: ButtonProps['theme'];
3411
+ width?: string | undefined;
3412
+ }, never>;
3413
+
2893
3414
  /**
2894
3415
  * Component props.
2895
3416
  */
@@ -3049,10 +3570,16 @@ declare function useListboxItem(props: {
3049
3570
  propsIsSelected?: boolean;
3050
3571
  }): UseListboxItemProps;
3051
3572
 
3573
+ /**
3574
+ * Component color.
3575
+ */
3576
+ type ItemColor = ButtonsColorPalette;
3052
3577
  /**
3053
3578
  * Component props.
3054
3579
  */
3055
3580
  interface ItemProps extends Omit<ComponentProps<'div'>, 'onClick'>, ContainerProps {
3581
+ /** Color variant. */
3582
+ color?: ItemColor;
3056
3583
  /**
3057
3584
  * Default select status.
3058
3585
  * Used for uncontrolled version.
@@ -3066,6 +3593,8 @@ interface ItemProps extends Omit<ComponentProps<'div'>, 'onClick'>, ContainerPro
3066
3593
  isFocused?: boolean;
3067
3594
  /** Whether the component is hovered or not. */
3068
3595
  isHovered?: boolean;
3596
+ /** Whether the Item has borders or not. */
3597
+ hasBorder?: boolean;
3069
3598
  /** Whether the Item is selectable within a group of multiple selectable Items. */
3070
3599
  hasCheckbox?: boolean;
3071
3600
  /**
@@ -3081,12 +3610,13 @@ interface ItemProps extends Omit<ComponentProps<'div'>, 'onClick'>, ContainerPro
3081
3610
  value?: string;
3082
3611
  }
3083
3612
  type StyledItemProps = Omit<ItemProps, 'color' | 'onClick' | 'value'> & {
3613
+ $color: ItemProps['color'];
3614
+ $hasBorder: ItemProps['hasBorder'];
3615
+ $hasCheckbox: ItemProps['hasCheckbox'];
3084
3616
  $isActive: ItemProps['isActive'];
3085
3617
  $isDisabled: ItemProps['isDisabled'];
3086
- $isFocused: ItemProps['isFocused'];
3618
+ $isGradient: boolean;
3087
3619
  $isHovered: ItemProps['isHovered'];
3088
- $isSelected: ItemProps['isSelected'];
3089
- $hasCheckbox: ItemProps['hasCheckbox'];
3090
3620
  $theme: ItemProps['theme'];
3091
3621
  };
3092
3622
 
@@ -3094,12 +3624,13 @@ type StyledItemProps = Omit<ItemProps, 'color' | 'onClick' | 'value'> & {
3094
3624
  * Component style.
3095
3625
  */
3096
3626
  declare const StyledItem: styled_components.StyledComponent<"div", any, Omit<ItemProps, "color" | "onClick" | "value"> & {
3627
+ $color: string | undefined;
3628
+ $hasBorder: boolean | undefined;
3629
+ $hasCheckbox: boolean | undefined;
3097
3630
  $isActive: boolean | undefined;
3098
3631
  $isDisabled: boolean | undefined;
3099
- $isFocused: boolean | undefined;
3632
+ $isGradient: boolean;
3100
3633
  $isHovered: boolean | undefined;
3101
- $isSelected: boolean | undefined;
3102
- $hasCheckbox: boolean | undefined;
3103
3634
  $theme: Theme | undefined;
3104
3635
  }, never>;
3105
3636
 
@@ -3242,12 +3773,7 @@ interface TextFieldProps extends Omit<ComponentProps<'div'>, 'onChange'>, Stylin
3242
3773
  /** Method to handle component clear. */
3243
3774
  onClear?(): void;
3244
3775
  /** 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
- }[];
3776
+ pills?: Omit<PillProps, 'ref'>[];
3251
3777
  /** Placeholder. */
3252
3778
  placeholder?: string;
3253
3779
  /** Theme. */
@@ -3623,7 +4149,9 @@ interface SpinnerProps extends Omit<ComponentProps<'img'>, 'color'>, LayoutProps
3623
4149
  'aria-hidden'?: boolean | 'false' | 'true';
3624
4150
  /** A screen reader only label for the Spinner. */
3625
4151
  'aria-label'?: string;
3626
- /** Whether the spinner is colored or not. */
4152
+ /** Color variant. */
4153
+ color?: 'primary' | 'grey-l1' | 'grey-l2' | 'grey-l3';
4154
+ /** @deprecated: Whether the spinner is colored or not. */
3627
4155
  isColored?: boolean;
3628
4156
  /** Spinner size. */
3629
4157
  size?: SpinnerSize;
@@ -3933,6 +4461,22 @@ interface NumberFormatOptions extends Intl.NumberFormatOptions {
3933
4461
  */
3934
4462
  declare function useNumberFormatter(options?: NumberFormatOptions): Intl.NumberFormat;
3935
4463
 
4464
+ type LocalizedStrings = {
4465
+ [lang: string]: {
4466
+ [key: string]: string;
4467
+ };
4468
+ };
4469
+
4470
+ type FormatMessage = (key: string, variables?: {
4471
+ [key: string]: any;
4472
+ }) => string;
4473
+ /**
4474
+ * Handles formatting ICU Message strings to create localized strings for the current locale.
4475
+ * Automatically updates when the locale changes, and handles caching of messages for performance.
4476
+ * @param strings - A mapping of languages to strings by key.
4477
+ */
4478
+ declare function useMessageFormatter(strings: LocalizedStrings): FormatMessage;
4479
+
3936
4480
  /**
3937
4481
  * Provides localized string collation for the current locale. Automatically updates when the locale changes,
3938
4482
  * and handles caching of the collator for performance.
@@ -3954,12 +4498,6 @@ interface Filter {
3954
4498
  */
3955
4499
  declare function useFilter(options?: Intl.CollatorOptions): Filter;
3956
4500
 
3957
- type LocalizedStrings = {
3958
- [lang: string]: {
3959
- [key: string]: string;
3960
- };
3961
- };
3962
-
3963
4501
  interface SSRProviderProps {
3964
4502
  /** Your application here. */
3965
4503
  children: ReactNode;
@@ -3979,4 +4517,4 @@ declare const useSSRSafeId: typeof useModernSSRSafeId;
3979
4517
  */
3980
4518
  declare function useIsSSR(): boolean;
3981
4519
 
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 };
4520
+ 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, ItemColor, 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, RadarSvgLinearGradient, 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, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover, 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, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover, 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, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover, 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, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover, 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, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover, 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, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover, 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, StyledGradientBorder, 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 };