@redsift/design-system 10.2.0 → 10.3.0-muiv5-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +493 -44
- package/index.js +1003 -290
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/style/index.css +522 -92
- package/style/redsift-design-tokens.css +522 -92
- package/style/redsift.css +522 -92
package/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
import React__default, { useState, useEffect, useContext, useMemo, useLayoutEffect as useLayoutEffect$1, useRef, useCallback, forwardRef, useReducer, createContext } from 'react';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import styled, { css, keyframes } from 'styled-components';
|
|
6
|
+
import IntlMessageFormat from 'intl-messageformat';
|
|
6
7
|
import * as ReactDOM from 'react-dom';
|
|
7
8
|
import { createPortal } from 'react-dom';
|
|
8
9
|
import c from 'clsx';
|
|
@@ -207,6 +208,7 @@ const PrimaryButtonsColorPalette = {
|
|
|
207
208
|
grey: 'grey'
|
|
208
209
|
};
|
|
209
210
|
const ButtonsColorPalette = _objectSpread2(_objectSpread2({}, PrimaryButtonsColorPalette), {}, {
|
|
211
|
+
black: 'black',
|
|
210
212
|
info: 'info'
|
|
211
213
|
});
|
|
212
214
|
const NotificationsColorPalette = _objectSpread2(_objectSpread2({}, ColorPalette), {}, {
|
|
@@ -479,7 +481,7 @@ function partitionComponents(components, predicates) {
|
|
|
479
481
|
|
|
480
482
|
/**
|
|
481
483
|
* Do not edit directly
|
|
482
|
-
* Generated on
|
|
484
|
+
* Generated on Sat, 06 Jul 2024 21:54:16 GMT
|
|
483
485
|
*/
|
|
484
486
|
|
|
485
487
|
const RedsiftColorDarkComponentsPageBackground = '#333333';
|
|
@@ -763,6 +765,213 @@ const RedsiftColorDarkComponentsSwitchTextInvalid = '#e11010';
|
|
|
763
765
|
const RedsiftColorDarkComponentsSwitchTextDisabled = '#e0e0e0';
|
|
764
766
|
const RedsiftColorDarkComponentsTabsLine = '#666666';
|
|
765
767
|
const RedsiftColorDarkComponentsModalBackground = '#1c1c1c';
|
|
768
|
+
const RedsiftColorDarkComponentsPillsGreyDefaultBackground = '#E6E6E6';
|
|
769
|
+
const RedsiftColorDarkComponentsPillsGreyDefaultBorder = 'unset';
|
|
770
|
+
const RedsiftColorDarkComponentsPillsGreyDefaultText = '#1c1c1c';
|
|
771
|
+
const RedsiftColorDarkComponentsPillsGreyHoverBackground = '#D6D6D6';
|
|
772
|
+
const RedsiftColorDarkComponentsPillsGreyHoverBorder = 'unset';
|
|
773
|
+
const RedsiftColorDarkComponentsPillsGreyHoverText = '#1c1c1c';
|
|
774
|
+
const RedsiftColorDarkComponentsPillsGreyDisabledBackground = '#EEEEEE';
|
|
775
|
+
const RedsiftColorDarkComponentsPillsGreyDisabledBorder = 'unset';
|
|
776
|
+
const RedsiftColorDarkComponentsPillsGreyDisabledText = '#666666';
|
|
777
|
+
const RedsiftColorDarkComponentsPillsGreenDefaultBackground = '#A2E7BA';
|
|
778
|
+
const RedsiftColorDarkComponentsPillsGreenDefaultBorder = 'unset';
|
|
779
|
+
const RedsiftColorDarkComponentsPillsGreenDefaultText = '#1c1c1c';
|
|
780
|
+
const RedsiftColorDarkComponentsPillsGreenHoverBackground = '#56D58E';
|
|
781
|
+
const RedsiftColorDarkComponentsPillsGreenHoverBorder = 'unset';
|
|
782
|
+
const RedsiftColorDarkComponentsPillsGreenHoverText = '#1c1c1c';
|
|
783
|
+
const RedsiftColorDarkComponentsPillsGreenDisabledBackground = '#C2EFD1';
|
|
784
|
+
const RedsiftColorDarkComponentsPillsGreenDisabledBorder = 'unset';
|
|
785
|
+
const RedsiftColorDarkComponentsPillsGreenDisabledText = '#666666';
|
|
786
|
+
const RedsiftColorDarkComponentsPillsPinkDefaultBackground = '#ECA0D6';
|
|
787
|
+
const RedsiftColorDarkComponentsPillsPinkDefaultBorder = 'unset';
|
|
788
|
+
const RedsiftColorDarkComponentsPillsPinkDefaultText = '#1c1c1c';
|
|
789
|
+
const RedsiftColorDarkComponentsPillsPinkHoverBackground = '#D95CBA';
|
|
790
|
+
const RedsiftColorDarkComponentsPillsPinkHoverBorder = 'unset';
|
|
791
|
+
const RedsiftColorDarkComponentsPillsPinkHoverText = '#1c1c1c';
|
|
792
|
+
const RedsiftColorDarkComponentsPillsPinkDisabledBackground = '#F4C0E3';
|
|
793
|
+
const RedsiftColorDarkComponentsPillsPinkDisabledBorder = 'unset';
|
|
794
|
+
const RedsiftColorDarkComponentsPillsPinkDisabledText = '#666666';
|
|
795
|
+
const RedsiftColorDarkComponentsPillsAquaDefaultBackground = '#9AF8F4';
|
|
796
|
+
const RedsiftColorDarkComponentsPillsAquaDefaultBorder = 'unset';
|
|
797
|
+
const RedsiftColorDarkComponentsPillsAquaDefaultText = '#1c1c1c';
|
|
798
|
+
const RedsiftColorDarkComponentsPillsAquaHoverBackground = '#63EAE4';
|
|
799
|
+
const RedsiftColorDarkComponentsPillsAquaHoverBorder = 'unset';
|
|
800
|
+
const RedsiftColorDarkComponentsPillsAquaHoverText = '#1c1c1c';
|
|
801
|
+
const RedsiftColorDarkComponentsPillsAquaDisabledBackground = '#CAF7F4';
|
|
802
|
+
const RedsiftColorDarkComponentsPillsAquaDisabledBorder = 'unset';
|
|
803
|
+
const RedsiftColorDarkComponentsPillsAquaDisabledText = '#666666';
|
|
804
|
+
const RedsiftColorDarkComponentsPillsBrownDefaultBackground = '#EDC19C';
|
|
805
|
+
const RedsiftColorDarkComponentsPillsBrownDefaultBorder = 'unset';
|
|
806
|
+
const RedsiftColorDarkComponentsPillsBrownDefaultText = '#1c1c1c';
|
|
807
|
+
const RedsiftColorDarkComponentsPillsBrownHoverBackground = '#C78348';
|
|
808
|
+
const RedsiftColorDarkComponentsPillsBrownHoverBorder = 'unset';
|
|
809
|
+
const RedsiftColorDarkComponentsPillsBrownHoverText = '#1c1c1c';
|
|
810
|
+
const RedsiftColorDarkComponentsPillsBrownDisabledBackground = '#F6D9C3';
|
|
811
|
+
const RedsiftColorDarkComponentsPillsBrownDisabledBorder = 'unset';
|
|
812
|
+
const RedsiftColorDarkComponentsPillsBrownDisabledText = '#666666';
|
|
813
|
+
const RedsiftColorDarkComponentsPillsRedDefaultBackground = '#F3A39E';
|
|
814
|
+
const RedsiftColorDarkComponentsPillsRedDefaultBorder = 'unset';
|
|
815
|
+
const RedsiftColorDarkComponentsPillsRedDefaultText = '#1c1c1c';
|
|
816
|
+
const RedsiftColorDarkComponentsPillsRedHoverBackground = '#E06363';
|
|
817
|
+
const RedsiftColorDarkComponentsPillsRedHoverBorder = 'unset';
|
|
818
|
+
const RedsiftColorDarkComponentsPillsRedHoverText = '#1c1c1c';
|
|
819
|
+
const RedsiftColorDarkComponentsPillsRedDisabledBackground = '#F8BBBA';
|
|
820
|
+
const RedsiftColorDarkComponentsPillsRedDisabledBorder = 'unset';
|
|
821
|
+
const RedsiftColorDarkComponentsPillsRedDisabledText = '#666666';
|
|
822
|
+
const RedsiftColorDarkComponentsPillsYellowDefaultBackground = '#F7EFC3';
|
|
823
|
+
const RedsiftColorDarkComponentsPillsYellowDefaultBorder = 'unset';
|
|
824
|
+
const RedsiftColorDarkComponentsPillsYellowDefaultText = '#1c1c1c';
|
|
825
|
+
const RedsiftColorDarkComponentsPillsYellowHoverBackground = '#FFF741';
|
|
826
|
+
const RedsiftColorDarkComponentsPillsYellowHoverBorder = 'unset';
|
|
827
|
+
const RedsiftColorDarkComponentsPillsYellowHoverText = '#1c1c1c';
|
|
828
|
+
const RedsiftColorDarkComponentsPillsYellowDisabledBackground = '#FBF5DB';
|
|
829
|
+
const RedsiftColorDarkComponentsPillsYellowDisabledBorder = 'unset';
|
|
830
|
+
const RedsiftColorDarkComponentsPillsYellowDisabledText = '#666666';
|
|
831
|
+
const RedsiftColorDarkComponentsPillsPurpleDefaultBackground = '#C6A8EF';
|
|
832
|
+
const RedsiftColorDarkComponentsPillsPurpleDefaultBorder = 'unset';
|
|
833
|
+
const RedsiftColorDarkComponentsPillsPurpleDefaultText = '#1c1c1c';
|
|
834
|
+
const RedsiftColorDarkComponentsPillsPurpleHoverBackground = '#965EDE';
|
|
835
|
+
const RedsiftColorDarkComponentsPillsPurpleHoverBorder = 'unset';
|
|
836
|
+
const RedsiftColorDarkComponentsPillsPurpleHoverText = '#1c1c1c';
|
|
837
|
+
const RedsiftColorDarkComponentsPillsPurpleDisabledBackground = '#DECAF6';
|
|
838
|
+
const RedsiftColorDarkComponentsPillsPurpleDisabledBorder = 'unset';
|
|
839
|
+
const RedsiftColorDarkComponentsPillsPurpleDisabledText = '#666666';
|
|
840
|
+
const RedsiftColorDarkComponentsPillsOrangeDefaultBackground = '#F8D296';
|
|
841
|
+
const RedsiftColorDarkComponentsPillsOrangeDefaultBorder = 'unset';
|
|
842
|
+
const RedsiftColorDarkComponentsPillsOrangeDefaultText = '#1c1c1c';
|
|
843
|
+
const RedsiftColorDarkComponentsPillsOrangeHoverBackground = '#FCBB54';
|
|
844
|
+
const RedsiftColorDarkComponentsPillsOrangeHoverBorder = 'unset';
|
|
845
|
+
const RedsiftColorDarkComponentsPillsOrangeHoverText = '#1c1c1c';
|
|
846
|
+
const RedsiftColorDarkComponentsPillsOrangeDisabledBackground = '#FDE4C0';
|
|
847
|
+
const RedsiftColorDarkComponentsPillsOrangeDisabledBorder = 'unset';
|
|
848
|
+
const RedsiftColorDarkComponentsPillsOrangeDisabledText = '#666666';
|
|
849
|
+
const RedsiftColorDarkComponentsPillsBlueDefaultBackground = '#B1DCF3';
|
|
850
|
+
const RedsiftColorDarkComponentsPillsBlueDefaultBorder = 'unset';
|
|
851
|
+
const RedsiftColorDarkComponentsPillsBlueDefaultText = '#1c1c1c';
|
|
852
|
+
const RedsiftColorDarkComponentsPillsBlueHoverBackground = '#73C5EB';
|
|
853
|
+
const RedsiftColorDarkComponentsPillsBlueHoverBorder = 'unset';
|
|
854
|
+
const RedsiftColorDarkComponentsPillsBlueHoverText = '#1c1c1c';
|
|
855
|
+
const RedsiftColorDarkComponentsPillsBlueDisabledBackground = '#CCE8F7';
|
|
856
|
+
const RedsiftColorDarkComponentsPillsBlueDisabledBorder = 'unset';
|
|
857
|
+
const RedsiftColorDarkComponentsPillsBlueDisabledText = '#666666';
|
|
858
|
+
const RedsiftColorDarkComponentsPillsBlackDefaultBackground = '#1c1c1c';
|
|
859
|
+
const RedsiftColorDarkComponentsPillsBlackDefaultBorder = 'unset';
|
|
860
|
+
const RedsiftColorDarkComponentsPillsBlackDefaultText = '#ffffff';
|
|
861
|
+
const RedsiftColorDarkComponentsPillsBlackHoverBackground = '#333333';
|
|
862
|
+
const RedsiftColorDarkComponentsPillsBlackHoverBorder = 'unset';
|
|
863
|
+
const RedsiftColorDarkComponentsPillsBlackHoverText = '#ffffff';
|
|
864
|
+
const RedsiftColorDarkComponentsPillsBlackDisabledBackground = '#474747';
|
|
865
|
+
const RedsiftColorDarkComponentsPillsBlackDisabledBorder = 'unset';
|
|
866
|
+
const RedsiftColorDarkComponentsPillsBlackDisabledText = '#ffffff';
|
|
867
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground = '#333333';
|
|
868
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder = 'unset';
|
|
869
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyDefaultText = '#ffffff';
|
|
870
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground = '#474747';
|
|
871
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder = 'unset';
|
|
872
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyHoverText = '#ffffff';
|
|
873
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground = '#666666';
|
|
874
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder = 'unset';
|
|
875
|
+
const RedsiftColorDarkComponentsPillsXDarkGreyDisabledText = '#ffffff';
|
|
876
|
+
const RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground = '#474747';
|
|
877
|
+
const RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder = 'unset';
|
|
878
|
+
const RedsiftColorDarkComponentsPillsDarkGreyDefaultText = '#ffffff';
|
|
879
|
+
const RedsiftColorDarkComponentsPillsDarkGreyHoverBackground = '#666666';
|
|
880
|
+
const RedsiftColorDarkComponentsPillsDarkGreyHoverBorder = 'unset';
|
|
881
|
+
const RedsiftColorDarkComponentsPillsDarkGreyHoverText = '#ffffff';
|
|
882
|
+
const RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground = '#e0e0e0';
|
|
883
|
+
const RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder = 'unset';
|
|
884
|
+
const RedsiftColorDarkComponentsPillsDarkGreyDisabledText = '#ffffff';
|
|
885
|
+
const RedsiftColorDarkComponentsPillsMidGreyDefaultBackground = '#666666';
|
|
886
|
+
const RedsiftColorDarkComponentsPillsMidGreyDefaultBorder = 'unset';
|
|
887
|
+
const RedsiftColorDarkComponentsPillsMidGreyDefaultText = '#ffffff';
|
|
888
|
+
const RedsiftColorDarkComponentsPillsMidGreyHoverBackground = '#474747';
|
|
889
|
+
const RedsiftColorDarkComponentsPillsMidGreyHoverBorder = 'unset';
|
|
890
|
+
const RedsiftColorDarkComponentsPillsMidGreyHoverText = '#ffffff';
|
|
891
|
+
const RedsiftColorDarkComponentsPillsMidGreyDisabledBackground = '#e0e0e0';
|
|
892
|
+
const RedsiftColorDarkComponentsPillsMidGreyDisabledBorder = 'unset';
|
|
893
|
+
const RedsiftColorDarkComponentsPillsMidGreyDisabledText = '#666666';
|
|
894
|
+
const RedsiftColorDarkComponentsPillsLightGreyDefaultBackground = '#e0e0e0';
|
|
895
|
+
const RedsiftColorDarkComponentsPillsLightGreyDefaultBorder = 'unset';
|
|
896
|
+
const RedsiftColorDarkComponentsPillsLightGreyDefaultText = '#1c1c1c';
|
|
897
|
+
const RedsiftColorDarkComponentsPillsLightGreyHoverBackground = '#666666';
|
|
898
|
+
const RedsiftColorDarkComponentsPillsLightGreyHoverBorder = 'unset';
|
|
899
|
+
const RedsiftColorDarkComponentsPillsLightGreyHoverText = '#1c1c1c';
|
|
900
|
+
const RedsiftColorDarkComponentsPillsLightGreyDisabledBackground = '#f2f2f2';
|
|
901
|
+
const RedsiftColorDarkComponentsPillsLightGreyDisabledBorder = 'unset';
|
|
902
|
+
const RedsiftColorDarkComponentsPillsLightGreyDisabledText = '#666666';
|
|
903
|
+
const RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground = '#f2f2f2';
|
|
904
|
+
const RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder = 'unset';
|
|
905
|
+
const RedsiftColorDarkComponentsPillsXLightGreyDefaultText = '#1c1c1c';
|
|
906
|
+
const RedsiftColorDarkComponentsPillsXLightGreyHoverBackground = '#e0e0e0';
|
|
907
|
+
const RedsiftColorDarkComponentsPillsXLightGreyHoverBorder = 'unset';
|
|
908
|
+
const RedsiftColorDarkComponentsPillsXLightGreyHoverText = '#1c1c1c';
|
|
909
|
+
const RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground = '#666666';
|
|
910
|
+
const RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder = 'unset';
|
|
911
|
+
const RedsiftColorDarkComponentsPillsXLightGreyDisabledText = '#666666';
|
|
912
|
+
const RedsiftColorDarkComponentsPillsWhiteDefaultBackground = '#ffffff';
|
|
913
|
+
const RedsiftColorDarkComponentsPillsWhiteDefaultBorder = '#e0e0e0';
|
|
914
|
+
const RedsiftColorDarkComponentsPillsWhiteDefaultText = '#1c1c1c';
|
|
915
|
+
const RedsiftColorDarkComponentsPillsWhiteHoverBackground = '#f2f2f2';
|
|
916
|
+
const RedsiftColorDarkComponentsPillsWhiteHoverBorder = '#e0e0e0';
|
|
917
|
+
const RedsiftColorDarkComponentsPillsWhiteHoverText = '#1c1c1c';
|
|
918
|
+
const RedsiftColorDarkComponentsPillsWhiteDisabledBackground = '#ffffff';
|
|
919
|
+
const RedsiftColorDarkComponentsPillsWhiteDisabledBorder = '#e0e0e0';
|
|
920
|
+
const RedsiftColorDarkComponentsPillsWhiteDisabledText = '#666666';
|
|
921
|
+
const RedsiftColorDarkComponentsPillsErrorDefaultBackground = '#F8BBBA';
|
|
922
|
+
const RedsiftColorDarkComponentsPillsErrorDefaultBorder = 'unset';
|
|
923
|
+
const RedsiftColorDarkComponentsPillsErrorDefaultText = '#1c1c1c';
|
|
924
|
+
const RedsiftColorDarkComponentsPillsErrorHoverBackground = '#E06363';
|
|
925
|
+
const RedsiftColorDarkComponentsPillsErrorHoverBorder = 'unset';
|
|
926
|
+
const RedsiftColorDarkComponentsPillsErrorHoverText = '#1c1c1c';
|
|
927
|
+
const RedsiftColorDarkComponentsPillsErrorDisabledBackground = '#F3A39E';
|
|
928
|
+
const RedsiftColorDarkComponentsPillsErrorDisabledBorder = 'unset';
|
|
929
|
+
const RedsiftColorDarkComponentsPillsErrorDisabledText = '#666666';
|
|
930
|
+
const RedsiftColorDarkComponentsPillsWarningDefaultBackground = '#FDE4C0';
|
|
931
|
+
const RedsiftColorDarkComponentsPillsWarningDefaultBorder = 'unset';
|
|
932
|
+
const RedsiftColorDarkComponentsPillsWarningDefaultText = '#1c1c1c';
|
|
933
|
+
const RedsiftColorDarkComponentsPillsWarningHoverBackground = '#FCBB54';
|
|
934
|
+
const RedsiftColorDarkComponentsPillsWarningHoverBorder = 'unset';
|
|
935
|
+
const RedsiftColorDarkComponentsPillsWarningHoverText = '#1c1c1c';
|
|
936
|
+
const RedsiftColorDarkComponentsPillsWarningDisabledBackground = '#F8D296';
|
|
937
|
+
const RedsiftColorDarkComponentsPillsWarningDisabledBorder = 'unset';
|
|
938
|
+
const RedsiftColorDarkComponentsPillsWarningDisabledText = '#666666';
|
|
939
|
+
const RedsiftColorDarkComponentsPillsSuccessDefaultBackground = '#C2EFD1';
|
|
940
|
+
const RedsiftColorDarkComponentsPillsSuccessDefaultBorder = 'unset';
|
|
941
|
+
const RedsiftColorDarkComponentsPillsSuccessDefaultText = '#1c1c1c';
|
|
942
|
+
const RedsiftColorDarkComponentsPillsSuccessHoverBackground = '#56D58E';
|
|
943
|
+
const RedsiftColorDarkComponentsPillsSuccessHoverBorder = 'unset';
|
|
944
|
+
const RedsiftColorDarkComponentsPillsSuccessHoverText = '#1c1c1c';
|
|
945
|
+
const RedsiftColorDarkComponentsPillsSuccessDisabledBackground = '#A2E7BA';
|
|
946
|
+
const RedsiftColorDarkComponentsPillsSuccessDisabledBorder = 'unset';
|
|
947
|
+
const RedsiftColorDarkComponentsPillsSuccessDisabledText = '#666666';
|
|
948
|
+
const RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground = '#E06363';
|
|
949
|
+
const RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder = 'unset';
|
|
950
|
+
const RedsiftColorDarkComponentsPillsErrorDarkDefaultText = '#1c1c1c';
|
|
951
|
+
const RedsiftColorDarkComponentsPillsErrorDarkHoverBackground = '#DE0000';
|
|
952
|
+
const RedsiftColorDarkComponentsPillsErrorDarkHoverBorder = 'unset';
|
|
953
|
+
const RedsiftColorDarkComponentsPillsErrorDarkHoverText = '#1c1c1c';
|
|
954
|
+
const RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground = '#F3A39E';
|
|
955
|
+
const RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder = 'unset';
|
|
956
|
+
const RedsiftColorDarkComponentsPillsErrorDarkDisabledText = '#666666';
|
|
957
|
+
const RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground = '#FCBB54';
|
|
958
|
+
const RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder = 'unset';
|
|
959
|
+
const RedsiftColorDarkComponentsPillsWarningDarkDefaultText = '#1c1c1c';
|
|
960
|
+
const RedsiftColorDarkComponentsPillsWarningDarkHoverBackground = '#ED9200';
|
|
961
|
+
const RedsiftColorDarkComponentsPillsWarningDarkHoverBorder = 'unset';
|
|
962
|
+
const RedsiftColorDarkComponentsPillsWarningDarkHoverText = '#1c1c1c';
|
|
963
|
+
const RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground = '#F8D296';
|
|
964
|
+
const RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder = 'unset';
|
|
965
|
+
const RedsiftColorDarkComponentsPillsWarningDarkDisabledText = '#666666';
|
|
966
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground = '#56D58E';
|
|
967
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder = 'unset';
|
|
968
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkDefaultText = '#1c1c1c';
|
|
969
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground = '#00CE59';
|
|
970
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder = 'unset';
|
|
971
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkHoverText = '#1c1c1c';
|
|
972
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground = '#A2E7BA';
|
|
973
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder = 'unset';
|
|
974
|
+
const RedsiftColorDarkComponentsPillsSuccessDarkDisabledText = '#666666';
|
|
766
975
|
const RedsiftColorLightComponentsPageBackground = '#ffffff';
|
|
767
976
|
const RedsiftColorLightComponentsTextPrimary = '#333333';
|
|
768
977
|
const RedsiftColorLightComponentsTextSecondary = '#474747';
|
|
@@ -869,7 +1078,7 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled
|
|
|
869
1078
|
const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault = '#4285f4';
|
|
870
1079
|
const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover = '#3b78dc';
|
|
871
1080
|
const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive = '#2e5dab';
|
|
872
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = '#
|
|
1081
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled = '#a3a3a3';
|
|
873
1082
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault = 'transparent';
|
|
874
1083
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover = '#dcf1ed';
|
|
875
1084
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive = '#b9e2db';
|
|
@@ -877,7 +1086,7 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabl
|
|
|
877
1086
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault = '#51b7a4';
|
|
878
1087
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover = '#49a594';
|
|
879
1088
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive = '#398073';
|
|
880
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = '#
|
|
1089
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled = '#a3a3a3';
|
|
881
1090
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault = 'transparent';
|
|
882
1091
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover = '#cceedf';
|
|
883
1092
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive = '#9adec0';
|
|
@@ -885,7 +1094,7 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled
|
|
|
885
1094
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault = '#02ac61';
|
|
886
1095
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover = '#029b57';
|
|
887
1096
|
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive = '#017844';
|
|
888
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = '#
|
|
1097
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled = '#a3a3a3';
|
|
889
1098
|
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault = 'transparent';
|
|
890
1099
|
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover = '#f9cfcf';
|
|
891
1100
|
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive = '#f39f9f';
|
|
@@ -893,7 +1102,7 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled =
|
|
|
893
1102
|
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault = '#e11010';
|
|
894
1103
|
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover = '#cb0e0e';
|
|
895
1104
|
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive = '#9e0b0b';
|
|
896
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = '#
|
|
1105
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled = '#a3a3a3';
|
|
897
1106
|
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault = 'transparent';
|
|
898
1107
|
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover = '#fef1dd';
|
|
899
1108
|
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive = '#fee4bb';
|
|
@@ -901,7 +1110,7 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled
|
|
|
901
1110
|
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault = '#fcbb54';
|
|
902
1111
|
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover = '#e3a84c';
|
|
903
1112
|
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive = '#b0833b';
|
|
904
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = '#
|
|
1113
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled = '#a3a3a3';
|
|
905
1114
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault = 'transparent';
|
|
906
1115
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover = '#d9e7fd';
|
|
907
1116
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive = '#b3cefb';
|
|
@@ -909,7 +1118,7 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled =
|
|
|
909
1118
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault = '#4285f4';
|
|
910
1119
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover = '#3b78dc';
|
|
911
1120
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive = '#2e5dab';
|
|
912
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = '#
|
|
1121
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = '#a3a3a3';
|
|
913
1122
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault = 'transparent';
|
|
914
1123
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover = '#f2f2f2';
|
|
915
1124
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive = '#e0e0e0';
|
|
@@ -917,63 +1126,79 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled =
|
|
|
917
1126
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault = '#666666';
|
|
918
1127
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover = '#525252';
|
|
919
1128
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive = '#525252';
|
|
920
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = '#
|
|
1129
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = '#a3a3a3';
|
|
921
1130
|
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault = 'transparent';
|
|
922
1131
|
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover = '#d9e7fd';
|
|
923
1132
|
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive = '#b3cefb';
|
|
924
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = '
|
|
1133
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled = 'transparent';
|
|
925
1134
|
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault = '#4285f4';
|
|
926
1135
|
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover = '#3b78dc';
|
|
927
1136
|
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive = '#2e5dab';
|
|
928
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = '#
|
|
1137
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled = '#a3a3a3';
|
|
929
1138
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault = 'transparent';
|
|
930
1139
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover = '#dcf1ed';
|
|
931
1140
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive = '#b9e2db';
|
|
932
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = '
|
|
1141
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled = 'transparent';
|
|
933
1142
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault = '#51b7a4';
|
|
934
1143
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover = '#49a594';
|
|
935
1144
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive = '#398073';
|
|
936
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = '#
|
|
1145
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled = '#a3a3a3';
|
|
937
1146
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault = 'transparent';
|
|
938
1147
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover = '#cceedf';
|
|
939
1148
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive = '#9adec0';
|
|
940
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = '
|
|
1149
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled = 'transparent';
|
|
941
1150
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault = '#02ac61';
|
|
942
1151
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover = '#029b57';
|
|
943
1152
|
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive = '#017844';
|
|
944
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = '#
|
|
1153
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled = '#a3a3a3';
|
|
945
1154
|
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault = 'transparent';
|
|
946
1155
|
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover = '#f9cfcf';
|
|
947
1156
|
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive = '#f39f9f';
|
|
948
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = '
|
|
1157
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled = 'transparent';
|
|
949
1158
|
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault = '#e11010';
|
|
950
1159
|
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover = '#cb0e0e';
|
|
951
1160
|
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive = '#9e0b0b';
|
|
952
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = '#
|
|
1161
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled = '#a3a3a3';
|
|
953
1162
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault = 'transparent';
|
|
954
1163
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover = '#fef1dd';
|
|
955
1164
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive = '#fee4bb';
|
|
956
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = '
|
|
1165
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled = 'transparent';
|
|
957
1166
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault = '#fcbb54';
|
|
958
1167
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover = '#e3a84c';
|
|
959
1168
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive = '#b0833b';
|
|
960
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = '#
|
|
1169
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled = '#a3a3a3';
|
|
961
1170
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault = 'transparent';
|
|
962
1171
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover = '#d9e7fd';
|
|
963
1172
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive = '#b3cefb';
|
|
964
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = '
|
|
1173
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled = 'transparent';
|
|
965
1174
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault = '#4285f4';
|
|
966
1175
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover = '#3b78dc';
|
|
967
1176
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive = '#2e5dab';
|
|
968
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = '#
|
|
1177
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = '#a3a3a3';
|
|
969
1178
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault = 'transparent';
|
|
970
1179
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover = '#f2f2f2';
|
|
971
1180
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive = '#e0e0e0';
|
|
972
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = '
|
|
1181
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = 'transparent';
|
|
973
1182
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault = '#666666';
|
|
974
1183
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover = '#525252';
|
|
975
1184
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive = '#525252';
|
|
976
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = '#
|
|
1185
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = '#a3a3a3';
|
|
1186
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault = 'transparent';
|
|
1187
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover = '#f2f2f2';
|
|
1188
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive = '#e0e0e0';
|
|
1189
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled = 'transparent';
|
|
1190
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault = '#333333';
|
|
1191
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover = '#333333';
|
|
1192
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive = '#333333';
|
|
1193
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled = '#a3a3a3';
|
|
1194
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault = 'transparent';
|
|
1195
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover = '#f2f2f2';
|
|
1196
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive = '#e0e0e0';
|
|
1197
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = 'transparent';
|
|
1198
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault = '#ffffff';
|
|
1199
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover = '#ffffff';
|
|
1200
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive = '#ffffff';
|
|
1201
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled = '#a3a3a3';
|
|
977
1202
|
const RedsiftColorLightComponentsAiAiBorder = '#e11010';
|
|
978
1203
|
const RedsiftColorLightComponentsAiAiIcon = '#e11010';
|
|
979
1204
|
const RedsiftColorLightComponentsSpinnerSpinner = '#4285f4';
|
|
@@ -1044,6 +1269,213 @@ const RedsiftColorLightComponentsSwitchTextInvalid = '#e11010';
|
|
|
1044
1269
|
const RedsiftColorLightComponentsSwitchTextDisabled = '#e0e0e0';
|
|
1045
1270
|
const RedsiftColorLightComponentsTabsLine = '#e0e0e0';
|
|
1046
1271
|
const RedsiftColorLightComponentsModalBackground = '#ffffff';
|
|
1272
|
+
const RedsiftColorLightComponentsPillsGreyDefaultBackground = '#E6E6E6';
|
|
1273
|
+
const RedsiftColorLightComponentsPillsGreyDefaultBorder = 'transparent';
|
|
1274
|
+
const RedsiftColorLightComponentsPillsGreyDefaultText = '#1c1c1c';
|
|
1275
|
+
const RedsiftColorLightComponentsPillsGreyHoverBackground = '#D6D6D6';
|
|
1276
|
+
const RedsiftColorLightComponentsPillsGreyHoverBorder = 'transparent';
|
|
1277
|
+
const RedsiftColorLightComponentsPillsGreyHoverText = '#1c1c1c';
|
|
1278
|
+
const RedsiftColorLightComponentsPillsGreyDisabledBackground = '#EEEEEE';
|
|
1279
|
+
const RedsiftColorLightComponentsPillsGreyDisabledBorder = 'transparent';
|
|
1280
|
+
const RedsiftColorLightComponentsPillsGreyDisabledText = '#666666';
|
|
1281
|
+
const RedsiftColorLightComponentsPillsGreenDefaultBackground = '#A2E7BA';
|
|
1282
|
+
const RedsiftColorLightComponentsPillsGreenDefaultBorder = 'transparent';
|
|
1283
|
+
const RedsiftColorLightComponentsPillsGreenDefaultText = '#1c1c1c';
|
|
1284
|
+
const RedsiftColorLightComponentsPillsGreenHoverBackground = '#56D58E';
|
|
1285
|
+
const RedsiftColorLightComponentsPillsGreenHoverBorder = 'transparent';
|
|
1286
|
+
const RedsiftColorLightComponentsPillsGreenHoverText = '#1c1c1c';
|
|
1287
|
+
const RedsiftColorLightComponentsPillsGreenDisabledBackground = '#C2EFD1';
|
|
1288
|
+
const RedsiftColorLightComponentsPillsGreenDisabledBorder = 'transparent';
|
|
1289
|
+
const RedsiftColorLightComponentsPillsGreenDisabledText = '#666666';
|
|
1290
|
+
const RedsiftColorLightComponentsPillsPinkDefaultBackground = '#ECA0D6';
|
|
1291
|
+
const RedsiftColorLightComponentsPillsPinkDefaultBorder = 'transparent';
|
|
1292
|
+
const RedsiftColorLightComponentsPillsPinkDefaultText = '#1c1c1c';
|
|
1293
|
+
const RedsiftColorLightComponentsPillsPinkHoverBackground = '#D95CBA';
|
|
1294
|
+
const RedsiftColorLightComponentsPillsPinkHoverBorder = 'transparent';
|
|
1295
|
+
const RedsiftColorLightComponentsPillsPinkHoverText = '#1c1c1c';
|
|
1296
|
+
const RedsiftColorLightComponentsPillsPinkDisabledBackground = '#F4C0E3';
|
|
1297
|
+
const RedsiftColorLightComponentsPillsPinkDisabledBorder = 'transparent';
|
|
1298
|
+
const RedsiftColorLightComponentsPillsPinkDisabledText = '#666666';
|
|
1299
|
+
const RedsiftColorLightComponentsPillsAquaDefaultBackground = '#9AF8F4';
|
|
1300
|
+
const RedsiftColorLightComponentsPillsAquaDefaultBorder = 'transparent';
|
|
1301
|
+
const RedsiftColorLightComponentsPillsAquaDefaultText = '#1c1c1c';
|
|
1302
|
+
const RedsiftColorLightComponentsPillsAquaHoverBackground = '#63EAE4';
|
|
1303
|
+
const RedsiftColorLightComponentsPillsAquaHoverBorder = 'transparent';
|
|
1304
|
+
const RedsiftColorLightComponentsPillsAquaHoverText = '#1c1c1c';
|
|
1305
|
+
const RedsiftColorLightComponentsPillsAquaDisabledBackground = '#CAF7F4';
|
|
1306
|
+
const RedsiftColorLightComponentsPillsAquaDisabledBorder = 'transparent';
|
|
1307
|
+
const RedsiftColorLightComponentsPillsAquaDisabledText = '#666666';
|
|
1308
|
+
const RedsiftColorLightComponentsPillsBrownDefaultBackground = '#EDC19C';
|
|
1309
|
+
const RedsiftColorLightComponentsPillsBrownDefaultBorder = 'transparent';
|
|
1310
|
+
const RedsiftColorLightComponentsPillsBrownDefaultText = '#1c1c1c';
|
|
1311
|
+
const RedsiftColorLightComponentsPillsBrownHoverBackground = '#C78348';
|
|
1312
|
+
const RedsiftColorLightComponentsPillsBrownHoverBorder = 'transparent';
|
|
1313
|
+
const RedsiftColorLightComponentsPillsBrownHoverText = '#1c1c1c';
|
|
1314
|
+
const RedsiftColorLightComponentsPillsBrownDisabledBackground = '#F6D9C3';
|
|
1315
|
+
const RedsiftColorLightComponentsPillsBrownDisabledBorder = 'transparent';
|
|
1316
|
+
const RedsiftColorLightComponentsPillsBrownDisabledText = '#666666';
|
|
1317
|
+
const RedsiftColorLightComponentsPillsRedDefaultBackground = '#F3A39E';
|
|
1318
|
+
const RedsiftColorLightComponentsPillsRedDefaultBorder = 'transparent';
|
|
1319
|
+
const RedsiftColorLightComponentsPillsRedDefaultText = '#1c1c1c';
|
|
1320
|
+
const RedsiftColorLightComponentsPillsRedHoverBackground = '#E06363';
|
|
1321
|
+
const RedsiftColorLightComponentsPillsRedHoverBorder = 'transparent';
|
|
1322
|
+
const RedsiftColorLightComponentsPillsRedHoverText = '#1c1c1c';
|
|
1323
|
+
const RedsiftColorLightComponentsPillsRedDisabledBackground = '#F8BBBA';
|
|
1324
|
+
const RedsiftColorLightComponentsPillsRedDisabledBorder = 'transparent';
|
|
1325
|
+
const RedsiftColorLightComponentsPillsRedDisabledText = '#666666';
|
|
1326
|
+
const RedsiftColorLightComponentsPillsYellowDefaultBackground = '#F7EFC3';
|
|
1327
|
+
const RedsiftColorLightComponentsPillsYellowDefaultBorder = 'transparent';
|
|
1328
|
+
const RedsiftColorLightComponentsPillsYellowDefaultText = '#1c1c1c';
|
|
1329
|
+
const RedsiftColorLightComponentsPillsYellowHoverBackground = '#FFF741';
|
|
1330
|
+
const RedsiftColorLightComponentsPillsYellowHoverBorder = 'transparent';
|
|
1331
|
+
const RedsiftColorLightComponentsPillsYellowHoverText = '#1c1c1c';
|
|
1332
|
+
const RedsiftColorLightComponentsPillsYellowDisabledBackground = '#FBF5DB';
|
|
1333
|
+
const RedsiftColorLightComponentsPillsYellowDisabledBorder = 'transparent';
|
|
1334
|
+
const RedsiftColorLightComponentsPillsYellowDisabledText = '#666666';
|
|
1335
|
+
const RedsiftColorLightComponentsPillsPurpleDefaultBackground = '#C6A8EF';
|
|
1336
|
+
const RedsiftColorLightComponentsPillsPurpleDefaultBorder = 'transparent';
|
|
1337
|
+
const RedsiftColorLightComponentsPillsPurpleDefaultText = '#1c1c1c';
|
|
1338
|
+
const RedsiftColorLightComponentsPillsPurpleHoverBackground = '#965EDE';
|
|
1339
|
+
const RedsiftColorLightComponentsPillsPurpleHoverBorder = 'transparent';
|
|
1340
|
+
const RedsiftColorLightComponentsPillsPurpleHoverText = '#1c1c1c';
|
|
1341
|
+
const RedsiftColorLightComponentsPillsPurpleDisabledBackground = '#DECAF6';
|
|
1342
|
+
const RedsiftColorLightComponentsPillsPurpleDisabledBorder = 'transparent';
|
|
1343
|
+
const RedsiftColorLightComponentsPillsPurpleDisabledText = '#666666';
|
|
1344
|
+
const RedsiftColorLightComponentsPillsOrangeDefaultBackground = '#F8D296';
|
|
1345
|
+
const RedsiftColorLightComponentsPillsOrangeDefaultBorder = 'transparent';
|
|
1346
|
+
const RedsiftColorLightComponentsPillsOrangeDefaultText = '#1c1c1c';
|
|
1347
|
+
const RedsiftColorLightComponentsPillsOrangeHoverBackground = '#FCBB54';
|
|
1348
|
+
const RedsiftColorLightComponentsPillsOrangeHoverBorder = 'transparent';
|
|
1349
|
+
const RedsiftColorLightComponentsPillsOrangeHoverText = '#1c1c1c';
|
|
1350
|
+
const RedsiftColorLightComponentsPillsOrangeDisabledBackground = '#FDE4C0';
|
|
1351
|
+
const RedsiftColorLightComponentsPillsOrangeDisabledBorder = 'transparent';
|
|
1352
|
+
const RedsiftColorLightComponentsPillsOrangeDisabledText = '#666666';
|
|
1353
|
+
const RedsiftColorLightComponentsPillsBlueDefaultBackground = '#B1DCF3';
|
|
1354
|
+
const RedsiftColorLightComponentsPillsBlueDefaultBorder = 'transparent';
|
|
1355
|
+
const RedsiftColorLightComponentsPillsBlueDefaultText = '#1c1c1c';
|
|
1356
|
+
const RedsiftColorLightComponentsPillsBlueHoverBackground = '#73C5EB';
|
|
1357
|
+
const RedsiftColorLightComponentsPillsBlueHoverBorder = 'transparent';
|
|
1358
|
+
const RedsiftColorLightComponentsPillsBlueHoverText = '#1c1c1c';
|
|
1359
|
+
const RedsiftColorLightComponentsPillsBlueDisabledBackground = '#CCE8F7';
|
|
1360
|
+
const RedsiftColorLightComponentsPillsBlueDisabledBorder = 'transparent';
|
|
1361
|
+
const RedsiftColorLightComponentsPillsBlueDisabledText = '#666666';
|
|
1362
|
+
const RedsiftColorLightComponentsPillsBlackDefaultBackground = '#1c1c1c';
|
|
1363
|
+
const RedsiftColorLightComponentsPillsBlackDefaultBorder = 'transparent';
|
|
1364
|
+
const RedsiftColorLightComponentsPillsBlackDefaultText = '#ffffff';
|
|
1365
|
+
const RedsiftColorLightComponentsPillsBlackHoverBackground = '#333333';
|
|
1366
|
+
const RedsiftColorLightComponentsPillsBlackHoverBorder = 'transparent';
|
|
1367
|
+
const RedsiftColorLightComponentsPillsBlackHoverText = '#ffffff';
|
|
1368
|
+
const RedsiftColorLightComponentsPillsBlackDisabledBackground = '#474747';
|
|
1369
|
+
const RedsiftColorLightComponentsPillsBlackDisabledBorder = 'transparent';
|
|
1370
|
+
const RedsiftColorLightComponentsPillsBlackDisabledText = '#ffffff';
|
|
1371
|
+
const RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground = '#333333';
|
|
1372
|
+
const RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder = 'transparent';
|
|
1373
|
+
const RedsiftColorLightComponentsPillsXDarkGreyDefaultText = '#ffffff';
|
|
1374
|
+
const RedsiftColorLightComponentsPillsXDarkGreyHoverBackground = '#474747';
|
|
1375
|
+
const RedsiftColorLightComponentsPillsXDarkGreyHoverBorder = 'transparent';
|
|
1376
|
+
const RedsiftColorLightComponentsPillsXDarkGreyHoverText = '#ffffff';
|
|
1377
|
+
const RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground = '#666666';
|
|
1378
|
+
const RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder = 'transparent';
|
|
1379
|
+
const RedsiftColorLightComponentsPillsXDarkGreyDisabledText = '#ffffff';
|
|
1380
|
+
const RedsiftColorLightComponentsPillsDarkGreyDefaultBackground = '#474747';
|
|
1381
|
+
const RedsiftColorLightComponentsPillsDarkGreyDefaultBorder = 'transparent';
|
|
1382
|
+
const RedsiftColorLightComponentsPillsDarkGreyDefaultText = '#ffffff';
|
|
1383
|
+
const RedsiftColorLightComponentsPillsDarkGreyHoverBackground = '#666666';
|
|
1384
|
+
const RedsiftColorLightComponentsPillsDarkGreyHoverBorder = 'transparent';
|
|
1385
|
+
const RedsiftColorLightComponentsPillsDarkGreyHoverText = '#ffffff';
|
|
1386
|
+
const RedsiftColorLightComponentsPillsDarkGreyDisabledBackground = '#e0e0e0';
|
|
1387
|
+
const RedsiftColorLightComponentsPillsDarkGreyDisabledBorder = 'transparent';
|
|
1388
|
+
const RedsiftColorLightComponentsPillsDarkGreyDisabledText = '#ffffff';
|
|
1389
|
+
const RedsiftColorLightComponentsPillsMidGreyDefaultBackground = '#666666';
|
|
1390
|
+
const RedsiftColorLightComponentsPillsMidGreyDefaultBorder = 'transparent';
|
|
1391
|
+
const RedsiftColorLightComponentsPillsMidGreyDefaultText = '#ffffff';
|
|
1392
|
+
const RedsiftColorLightComponentsPillsMidGreyHoverBackground = '#474747';
|
|
1393
|
+
const RedsiftColorLightComponentsPillsMidGreyHoverBorder = 'transparent';
|
|
1394
|
+
const RedsiftColorLightComponentsPillsMidGreyHoverText = '#ffffff';
|
|
1395
|
+
const RedsiftColorLightComponentsPillsMidGreyDisabledBackground = '#e0e0e0';
|
|
1396
|
+
const RedsiftColorLightComponentsPillsMidGreyDisabledBorder = 'transparent';
|
|
1397
|
+
const RedsiftColorLightComponentsPillsMidGreyDisabledText = '#666666';
|
|
1398
|
+
const RedsiftColorLightComponentsPillsLightGreyDefaultBackground = '#e0e0e0';
|
|
1399
|
+
const RedsiftColorLightComponentsPillsLightGreyDefaultBorder = 'transparent';
|
|
1400
|
+
const RedsiftColorLightComponentsPillsLightGreyDefaultText = '#1c1c1c';
|
|
1401
|
+
const RedsiftColorLightComponentsPillsLightGreyHoverBackground = '#666666';
|
|
1402
|
+
const RedsiftColorLightComponentsPillsLightGreyHoverBorder = 'transparent';
|
|
1403
|
+
const RedsiftColorLightComponentsPillsLightGreyHoverText = '#1c1c1c';
|
|
1404
|
+
const RedsiftColorLightComponentsPillsLightGreyDisabledBackground = '#f2f2f2';
|
|
1405
|
+
const RedsiftColorLightComponentsPillsLightGreyDisabledBorder = 'transparent';
|
|
1406
|
+
const RedsiftColorLightComponentsPillsLightGreyDisabledText = '#666666';
|
|
1407
|
+
const RedsiftColorLightComponentsPillsXLightGreyDefaultBackground = '#f2f2f2';
|
|
1408
|
+
const RedsiftColorLightComponentsPillsXLightGreyDefaultBorder = 'transparent';
|
|
1409
|
+
const RedsiftColorLightComponentsPillsXLightGreyDefaultText = '#1c1c1c';
|
|
1410
|
+
const RedsiftColorLightComponentsPillsXLightGreyHoverBackground = '#e0e0e0';
|
|
1411
|
+
const RedsiftColorLightComponentsPillsXLightGreyHoverBorder = 'transparent';
|
|
1412
|
+
const RedsiftColorLightComponentsPillsXLightGreyHoverText = '#1c1c1c';
|
|
1413
|
+
const RedsiftColorLightComponentsPillsXLightGreyDisabledBackground = '#666666';
|
|
1414
|
+
const RedsiftColorLightComponentsPillsXLightGreyDisabledBorder = 'transparent';
|
|
1415
|
+
const RedsiftColorLightComponentsPillsXLightGreyDisabledText = '#666666';
|
|
1416
|
+
const RedsiftColorLightComponentsPillsWhiteDefaultBackground = '#ffffff';
|
|
1417
|
+
const RedsiftColorLightComponentsPillsWhiteDefaultBorder = '#e0e0e0';
|
|
1418
|
+
const RedsiftColorLightComponentsPillsWhiteDefaultText = '#1c1c1c';
|
|
1419
|
+
const RedsiftColorLightComponentsPillsWhiteHoverBackground = '#f2f2f2';
|
|
1420
|
+
const RedsiftColorLightComponentsPillsWhiteHoverBorder = '#e0e0e0';
|
|
1421
|
+
const RedsiftColorLightComponentsPillsWhiteHoverText = '#1c1c1c';
|
|
1422
|
+
const RedsiftColorLightComponentsPillsWhiteDisabledBackground = '#ffffff';
|
|
1423
|
+
const RedsiftColorLightComponentsPillsWhiteDisabledBorder = '#e0e0e0';
|
|
1424
|
+
const RedsiftColorLightComponentsPillsWhiteDisabledText = '#666666';
|
|
1425
|
+
const RedsiftColorLightComponentsPillsErrorDefaultBackground = '#F8BBBA';
|
|
1426
|
+
const RedsiftColorLightComponentsPillsErrorDefaultBorder = 'transparent';
|
|
1427
|
+
const RedsiftColorLightComponentsPillsErrorDefaultText = '#1c1c1c';
|
|
1428
|
+
const RedsiftColorLightComponentsPillsErrorHoverBackground = '#E06363';
|
|
1429
|
+
const RedsiftColorLightComponentsPillsErrorHoverBorder = 'transparent';
|
|
1430
|
+
const RedsiftColorLightComponentsPillsErrorHoverText = '#1c1c1c';
|
|
1431
|
+
const RedsiftColorLightComponentsPillsErrorDisabledBackground = '#F3A39E';
|
|
1432
|
+
const RedsiftColorLightComponentsPillsErrorDisabledBorder = 'transparent';
|
|
1433
|
+
const RedsiftColorLightComponentsPillsErrorDisabledText = '#666666';
|
|
1434
|
+
const RedsiftColorLightComponentsPillsWarningDefaultBackground = '#FDE4C0';
|
|
1435
|
+
const RedsiftColorLightComponentsPillsWarningDefaultBorder = 'transparent';
|
|
1436
|
+
const RedsiftColorLightComponentsPillsWarningDefaultText = '#1c1c1c';
|
|
1437
|
+
const RedsiftColorLightComponentsPillsWarningHoverBackground = '#FCBB54';
|
|
1438
|
+
const RedsiftColorLightComponentsPillsWarningHoverBorder = 'transparent';
|
|
1439
|
+
const RedsiftColorLightComponentsPillsWarningHoverText = '#1c1c1c';
|
|
1440
|
+
const RedsiftColorLightComponentsPillsWarningDisabledBackground = '#F8D296';
|
|
1441
|
+
const RedsiftColorLightComponentsPillsWarningDisabledBorder = 'transparent';
|
|
1442
|
+
const RedsiftColorLightComponentsPillsWarningDisabledText = '#666666';
|
|
1443
|
+
const RedsiftColorLightComponentsPillsSuccessDefaultBackground = '#C2EFD1';
|
|
1444
|
+
const RedsiftColorLightComponentsPillsSuccessDefaultBorder = 'transparent';
|
|
1445
|
+
const RedsiftColorLightComponentsPillsSuccessDefaultText = '#1c1c1c';
|
|
1446
|
+
const RedsiftColorLightComponentsPillsSuccessHoverBackground = '#56D58E';
|
|
1447
|
+
const RedsiftColorLightComponentsPillsSuccessHoverBorder = 'transparent';
|
|
1448
|
+
const RedsiftColorLightComponentsPillsSuccessHoverText = '#1c1c1c';
|
|
1449
|
+
const RedsiftColorLightComponentsPillsSuccessDisabledBackground = '#A2E7BA';
|
|
1450
|
+
const RedsiftColorLightComponentsPillsSuccessDisabledBorder = 'transparent';
|
|
1451
|
+
const RedsiftColorLightComponentsPillsSuccessDisabledText = '#666666';
|
|
1452
|
+
const RedsiftColorLightComponentsPillsErrorDarkDefaultBackground = '#E06363';
|
|
1453
|
+
const RedsiftColorLightComponentsPillsErrorDarkDefaultBorder = 'transparent';
|
|
1454
|
+
const RedsiftColorLightComponentsPillsErrorDarkDefaultText = '#1c1c1c';
|
|
1455
|
+
const RedsiftColorLightComponentsPillsErrorDarkHoverBackground = '#DE0000';
|
|
1456
|
+
const RedsiftColorLightComponentsPillsErrorDarkHoverBorder = 'transparent';
|
|
1457
|
+
const RedsiftColorLightComponentsPillsErrorDarkHoverText = '#1c1c1c';
|
|
1458
|
+
const RedsiftColorLightComponentsPillsErrorDarkDisabledBackground = '#F3A39E';
|
|
1459
|
+
const RedsiftColorLightComponentsPillsErrorDarkDisabledBorder = 'transparent';
|
|
1460
|
+
const RedsiftColorLightComponentsPillsErrorDarkDisabledText = '#666666';
|
|
1461
|
+
const RedsiftColorLightComponentsPillsWarningDarkDefaultBackground = '#FCBB54';
|
|
1462
|
+
const RedsiftColorLightComponentsPillsWarningDarkDefaultBorder = 'transparent';
|
|
1463
|
+
const RedsiftColorLightComponentsPillsWarningDarkDefaultText = '#1c1c1c';
|
|
1464
|
+
const RedsiftColorLightComponentsPillsWarningDarkHoverBackground = '#ED9200';
|
|
1465
|
+
const RedsiftColorLightComponentsPillsWarningDarkHoverBorder = 'transparent';
|
|
1466
|
+
const RedsiftColorLightComponentsPillsWarningDarkHoverText = '#1c1c1c';
|
|
1467
|
+
const RedsiftColorLightComponentsPillsWarningDarkDisabledBackground = '#F8D296';
|
|
1468
|
+
const RedsiftColorLightComponentsPillsWarningDarkDisabledBorder = 'transparent';
|
|
1469
|
+
const RedsiftColorLightComponentsPillsWarningDarkDisabledText = '#666666';
|
|
1470
|
+
const RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground = '#56D58E';
|
|
1471
|
+
const RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder = 'transparent';
|
|
1472
|
+
const RedsiftColorLightComponentsPillsSuccessDarkDefaultText = '#1c1c1c';
|
|
1473
|
+
const RedsiftColorLightComponentsPillsSuccessDarkHoverBackground = '#00CE59';
|
|
1474
|
+
const RedsiftColorLightComponentsPillsSuccessDarkHoverBorder = 'transparent';
|
|
1475
|
+
const RedsiftColorLightComponentsPillsSuccessDarkHoverText = '#1c1c1c';
|
|
1476
|
+
const RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground = '#A2E7BA';
|
|
1477
|
+
const RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder = 'transparent';
|
|
1478
|
+
const RedsiftColorLightComponentsPillsSuccessDarkDisabledText = '#666666';
|
|
1047
1479
|
const RedsiftColorRedL4 = '#f9cfcf';
|
|
1048
1480
|
const RedsiftColorRedL3 = '#f39f9f';
|
|
1049
1481
|
const RedsiftColorRedL2 = '#ed7070';
|
|
@@ -1321,11 +1753,11 @@ const RedsiftTypographyBadgeLineHeight = '12px';
|
|
|
1321
1753
|
const RedsiftTypographyPillFontFamily = "'Poppins', sans-serif";
|
|
1322
1754
|
const RedsiftTypographyPillFontSize = '10px';
|
|
1323
1755
|
const RedsiftTypographyPillFontWeight = '400';
|
|
1324
|
-
const RedsiftTypographyPillLineHeight = '
|
|
1756
|
+
const RedsiftTypographyPillLineHeight = '20px';
|
|
1325
1757
|
const RedsiftTypographyChipFontFamily = "'Poppins', sans-serif";
|
|
1326
1758
|
const RedsiftTypographyChipFontSize = '12px';
|
|
1327
1759
|
const RedsiftTypographyChipFontWeight = '400';
|
|
1328
|
-
const RedsiftTypographyChipLineHeight = '
|
|
1760
|
+
const RedsiftTypographyChipLineHeight = '22px';
|
|
1329
1761
|
const RedsiftTypographyTooltipFontFamily = "'Poppins', sans-serif";
|
|
1330
1762
|
const RedsiftTypographyTooltipFontSize = '12px';
|
|
1331
1763
|
const RedsiftTypographyTooltipFontWeight = '400';
|
|
@@ -1501,6 +1933,10 @@ const AlertVariant = {
|
|
|
1501
1933
|
warning: 'warning',
|
|
1502
1934
|
info: 'info'
|
|
1503
1935
|
};
|
|
1936
|
+
const AlertStyleVariant = {
|
|
1937
|
+
default: 'default',
|
|
1938
|
+
minimal: 'minimal'
|
|
1939
|
+
};
|
|
1504
1940
|
|
|
1505
1941
|
/**
|
|
1506
1942
|
* Component props.
|
|
@@ -1852,7 +2288,7 @@ class LocalizedStringDictionary {
|
|
|
1852
2288
|
getStringsForLocale(locale) {
|
|
1853
2289
|
let strings = this.strings[locale];
|
|
1854
2290
|
if (!strings) {
|
|
1855
|
-
strings = getStringsForLocale(locale, this.strings, this.defaultLocale);
|
|
2291
|
+
strings = getStringsForLocale$1(locale, this.strings, this.defaultLocale);
|
|
1856
2292
|
this.strings[locale] = strings;
|
|
1857
2293
|
}
|
|
1858
2294
|
return strings;
|
|
@@ -1882,7 +2318,7 @@ class LocalizedStringDictionary {
|
|
|
1882
2318
|
return dictionary;
|
|
1883
2319
|
}
|
|
1884
2320
|
}
|
|
1885
|
-
function getStringsForLocale(locale, strings) {
|
|
2321
|
+
function getStringsForLocale$1(locale, strings) {
|
|
1886
2322
|
let defaultLocale = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'en-US';
|
|
1887
2323
|
// If there is an exact match, use it.
|
|
1888
2324
|
if (strings[locale]) {
|
|
@@ -1894,7 +2330,7 @@ function getStringsForLocale(locale, strings) {
|
|
|
1894
2330
|
// an fr-FR (France) set of strings, use that.
|
|
1895
2331
|
// This could be replaced with Intl.LocaleMatcher once it is supported.
|
|
1896
2332
|
// https://github.com/tc39/proposal-intl-localematcher
|
|
1897
|
-
let language = getLanguage(locale);
|
|
2333
|
+
let language = getLanguage$1(locale);
|
|
1898
2334
|
if (strings[language]) {
|
|
1899
2335
|
return strings[language];
|
|
1900
2336
|
}
|
|
@@ -1907,7 +2343,7 @@ function getStringsForLocale(locale, strings) {
|
|
|
1907
2343
|
// Nothing close, use english.
|
|
1908
2344
|
return strings[defaultLocale];
|
|
1909
2345
|
}
|
|
1910
|
-
function getLanguage(locale) {
|
|
2346
|
+
function getLanguage$1(locale) {
|
|
1911
2347
|
// @ts-ignore
|
|
1912
2348
|
if (Intl.Locale) {
|
|
1913
2349
|
// @ts-ignore
|
|
@@ -1983,12 +2419,12 @@ class LocalizedStringFormatter {
|
|
|
1983
2419
|
}
|
|
1984
2420
|
|
|
1985
2421
|
/* eslint-disable prefer-const */
|
|
1986
|
-
const cache$
|
|
1987
|
-
function getCachedDictionary(strings) {
|
|
1988
|
-
let dictionary = cache$
|
|
2422
|
+
const cache$2 = new WeakMap();
|
|
2423
|
+
function getCachedDictionary$1(strings) {
|
|
2424
|
+
let dictionary = cache$2.get(strings);
|
|
1989
2425
|
if (!dictionary) {
|
|
1990
2426
|
dictionary = new LocalizedStringDictionary(strings);
|
|
1991
|
-
cache$
|
|
2427
|
+
cache$2.set(strings, dictionary);
|
|
1992
2428
|
}
|
|
1993
2429
|
return dictionary;
|
|
1994
2430
|
}
|
|
@@ -1997,7 +2433,7 @@ function getCachedDictionary(strings) {
|
|
|
1997
2433
|
* Returns a cached LocalizedStringDictionary for the given strings.
|
|
1998
2434
|
*/
|
|
1999
2435
|
function useLocalizedStringDictionary(strings, packageName) {
|
|
2000
|
-
return packageName && LocalizedStringDictionary.getGlobalDictionaryForPackage(packageName) || getCachedDictionary(strings);
|
|
2436
|
+
return packageName && LocalizedStringDictionary.getGlobalDictionaryForPackage(packageName) || getCachedDictionary$1(strings);
|
|
2001
2437
|
}
|
|
2002
2438
|
|
|
2003
2439
|
/**
|
|
@@ -3665,6 +4101,142 @@ function useNumberFormatter() {
|
|
|
3665
4101
|
return useMemo(() => new NumberFormatter(locale, options), [locale, options]);
|
|
3666
4102
|
}
|
|
3667
4103
|
|
|
4104
|
+
/* eslint-disable prefer-const */
|
|
4105
|
+
// @ts-nocheck
|
|
4106
|
+
/*
|
|
4107
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
4108
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4109
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
4110
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
4111
|
+
*
|
|
4112
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
4113
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
4114
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
4115
|
+
* governing permissions and limitations under the License.
|
|
4116
|
+
*/
|
|
4117
|
+
|
|
4118
|
+
/**
|
|
4119
|
+
* Stores a mapping of localized strings. Can be used to find the
|
|
4120
|
+
* closest available string for a given locale.
|
|
4121
|
+
*/
|
|
4122
|
+
class MessageDictionary {
|
|
4123
|
+
constructor(messages) {
|
|
4124
|
+
let defaultLocale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
|
|
4125
|
+
_defineProperty(this, "messages", void 0);
|
|
4126
|
+
_defineProperty(this, "defaultLocale", void 0);
|
|
4127
|
+
// Clone messages so we don't modify the original object.
|
|
4128
|
+
// Filter out entries with falsy values which may have been caused by applying optimize-locales-plugin.
|
|
4129
|
+
this.messages = Object.fromEntries(Object.entries(messages).filter(_ref => {
|
|
4130
|
+
let [, v] = _ref;
|
|
4131
|
+
return v;
|
|
4132
|
+
}));
|
|
4133
|
+
this.defaultLocale = defaultLocale;
|
|
4134
|
+
}
|
|
4135
|
+
getStringForLocale(key, locale) {
|
|
4136
|
+
let strings = this.messages[locale];
|
|
4137
|
+
if (!strings) {
|
|
4138
|
+
strings = getStringsForLocale(locale, this.messages, this.defaultLocale);
|
|
4139
|
+
this.messages[locale] = strings;
|
|
4140
|
+
}
|
|
4141
|
+
let string = strings[key];
|
|
4142
|
+
if (!string) {
|
|
4143
|
+
throw new Error(`Could not find intl message ${key} in ${locale} locale`);
|
|
4144
|
+
}
|
|
4145
|
+
return string;
|
|
4146
|
+
}
|
|
4147
|
+
}
|
|
4148
|
+
function getStringsForLocale(locale, strings) {
|
|
4149
|
+
let defaultLocale = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'en-US';
|
|
4150
|
+
// If there is an exact match, use it.
|
|
4151
|
+
if (strings[locale]) {
|
|
4152
|
+
return strings[locale];
|
|
4153
|
+
}
|
|
4154
|
+
|
|
4155
|
+
// Attempt to find the closest match by language.
|
|
4156
|
+
// For example, if the locale is fr-CA (French Canadian), but there is only
|
|
4157
|
+
// an fr-FR (France) set of strings, use that.
|
|
4158
|
+
// This could be replaced with Intl.LocaleMatcher once it is supported.
|
|
4159
|
+
// https://github.com/tc39/proposal-intl-localematcher
|
|
4160
|
+
let language = getLanguage(locale);
|
|
4161
|
+
if (strings[language]) {
|
|
4162
|
+
return strings[language];
|
|
4163
|
+
}
|
|
4164
|
+
for (let key in strings) {
|
|
4165
|
+
if (key.startsWith(language + '-')) {
|
|
4166
|
+
return strings[key];
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
|
|
4170
|
+
// Nothing close, use english.
|
|
4171
|
+
return strings[defaultLocale];
|
|
4172
|
+
}
|
|
4173
|
+
function getLanguage(locale) {
|
|
4174
|
+
// @ts-ignore
|
|
4175
|
+
if (Intl.Locale) {
|
|
4176
|
+
// @ts-ignore
|
|
4177
|
+
return new Intl.Locale(locale).language;
|
|
4178
|
+
}
|
|
4179
|
+
return locale.split('-')[0];
|
|
4180
|
+
}
|
|
4181
|
+
|
|
4182
|
+
/**
|
|
4183
|
+
* Formats ICU Message strings to create localized strings from a MessageDictionary.
|
|
4184
|
+
*/
|
|
4185
|
+
class MessageFormatter {
|
|
4186
|
+
constructor(locale, messages) {
|
|
4187
|
+
_defineProperty(this, "locale", void 0);
|
|
4188
|
+
_defineProperty(this, "messages", void 0);
|
|
4189
|
+
_defineProperty(this, "cache", void 0);
|
|
4190
|
+
this.locale = locale;
|
|
4191
|
+
this.messages = messages;
|
|
4192
|
+
this.cache = {};
|
|
4193
|
+
}
|
|
4194
|
+
format(key, variables) {
|
|
4195
|
+
let message = this.cache[key];
|
|
4196
|
+
if (!message) {
|
|
4197
|
+
let msg = this.messages.getStringForLocale(key, this.locale);
|
|
4198
|
+
if (!msg) {
|
|
4199
|
+
throw new Error(`Could not find intl message ${key} in ${this.locale} locale`);
|
|
4200
|
+
}
|
|
4201
|
+
message = new IntlMessageFormat(msg, this.locale);
|
|
4202
|
+
this.cache[key] = message;
|
|
4203
|
+
}
|
|
4204
|
+
let varCopy;
|
|
4205
|
+
if (variables) {
|
|
4206
|
+
varCopy = Object.keys(variables).reduce((acc, key) => {
|
|
4207
|
+
acc[key] = variables[key] == null ? false : variables[key];
|
|
4208
|
+
return acc;
|
|
4209
|
+
}, {});
|
|
4210
|
+
}
|
|
4211
|
+
return message.format(varCopy);
|
|
4212
|
+
}
|
|
4213
|
+
}
|
|
4214
|
+
|
|
4215
|
+
/* eslint-disable prefer-const */
|
|
4216
|
+
const cache$1 = new WeakMap();
|
|
4217
|
+
function getCachedDictionary(strings) {
|
|
4218
|
+
let dictionary = cache$1.get(strings);
|
|
4219
|
+
if (!dictionary) {
|
|
4220
|
+
dictionary = new MessageDictionary(strings);
|
|
4221
|
+
cache$1.set(strings, dictionary);
|
|
4222
|
+
}
|
|
4223
|
+
return dictionary;
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
/**
|
|
4227
|
+
* Handles formatting ICU Message strings to create localized strings for the current locale.
|
|
4228
|
+
* Automatically updates when the locale changes, and handles caching of messages for performance.
|
|
4229
|
+
* @param strings - A mapping of languages to strings by key.
|
|
4230
|
+
*/
|
|
4231
|
+
function useMessageFormatter(strings) {
|
|
4232
|
+
let {
|
|
4233
|
+
locale
|
|
4234
|
+
} = useLocale();
|
|
4235
|
+
let dictionary = useMemo(() => getCachedDictionary(strings), [strings]);
|
|
4236
|
+
let formatter = useMemo(() => new MessageFormatter(locale, dictionary), [locale, dictionary]);
|
|
4237
|
+
return useCallback((key, variables) => formatter.format(key, variables), [formatter]);
|
|
4238
|
+
}
|
|
4239
|
+
|
|
3668
4240
|
/* eslint-disable prefer-const */
|
|
3669
4241
|
let cache = new Map();
|
|
3670
4242
|
|
|
@@ -3739,18 +4311,18 @@ function useFilter(options) {
|
|
|
3739
4311
|
}
|
|
3740
4312
|
|
|
3741
4313
|
var close$1 = "Close";
|
|
3742
|
-
var enUS$
|
|
4314
|
+
var enUS$9 = {
|
|
3743
4315
|
close: close$1
|
|
3744
4316
|
};
|
|
3745
4317
|
|
|
3746
4318
|
var close = "Fermer";
|
|
3747
|
-
var frFR$
|
|
4319
|
+
var frFR$9 = {
|
|
3748
4320
|
close: close
|
|
3749
4321
|
};
|
|
3750
4322
|
|
|
3751
|
-
var intlMessages$
|
|
3752
|
-
'en-US': enUS$
|
|
3753
|
-
'fr-FR': frFR$
|
|
4323
|
+
var intlMessages$9 = {
|
|
4324
|
+
'en-US': enUS$9,
|
|
4325
|
+
'fr-FR': frFR$9
|
|
3754
4326
|
};
|
|
3755
4327
|
|
|
3756
4328
|
/**
|
|
@@ -4226,8 +4798,6 @@ const ButtonVariant = {
|
|
|
4226
4798
|
* Component style.
|
|
4227
4799
|
*/
|
|
4228
4800
|
const StyledButton = styled.button`
|
|
4229
|
-
${baseStyling}
|
|
4230
|
-
|
|
4231
4801
|
align-items: center;
|
|
4232
4802
|
background: none;
|
|
4233
4803
|
border: none;
|
|
@@ -4237,12 +4807,14 @@ const StyledButton = styled.button`
|
|
|
4237
4807
|
font-size: var(--redsift-typography-button-font-size);
|
|
4238
4808
|
font-weight: var(--redsift-typography-button-font-weight);
|
|
4239
4809
|
gap: 8px;
|
|
4810
|
+
height: fit-content;
|
|
4240
4811
|
justify-content: center;
|
|
4241
4812
|
line-height: var(--redsift-typography-button-line-height);
|
|
4242
4813
|
text-decoration: none;
|
|
4243
4814
|
text-transform: var(--redsift-typography-button-text-transform);
|
|
4244
4815
|
vertical-align: middle;
|
|
4245
4816
|
-webkit-font-smoothing: antialiased;
|
|
4817
|
+
${baseStyling}
|
|
4246
4818
|
|
|
4247
4819
|
${_ref => {
|
|
4248
4820
|
let {
|
|
@@ -4284,7 +4856,7 @@ const StyledButton = styled.button`
|
|
|
4284
4856
|
${$variant === ButtonVariant.secondary ? css`
|
|
4285
4857
|
border: 1px solid
|
|
4286
4858
|
var(
|
|
4287
|
-
--redsift-color-${$theme}-components-buttons
|
|
4859
|
+
--redsift-color-${$theme}-components-buttons-secondary-button-${$color}-text-${$isDisabled ? 'disabled' : $isActive ? 'active' : $isHovered ? 'hover' : 'default'}
|
|
4288
4860
|
);
|
|
4289
4861
|
` : ''}
|
|
4290
4862
|
`;
|
|
@@ -4317,7 +4889,7 @@ const StyledButton = styled.button`
|
|
|
4317
4889
|
${$variant === ButtonVariant.secondary ? css`
|
|
4318
4890
|
border: 1px solid
|
|
4319
4891
|
var(
|
|
4320
|
-
--redsift-color-${$theme}-components-buttons
|
|
4892
|
+
--redsift-color-${$theme}-components-buttons-secondary-button-${$color}-text-${$isDisabled ? 'disabled' : 'hover'}
|
|
4321
4893
|
);
|
|
4322
4894
|
` : ''}
|
|
4323
4895
|
`;
|
|
@@ -4349,7 +4921,7 @@ const StyledButton = styled.button`
|
|
|
4349
4921
|
${$variant === ButtonVariant.secondary ? css`
|
|
4350
4922
|
border: 1px solid
|
|
4351
4923
|
var(
|
|
4352
|
-
--redsift-color-${$theme}-components-buttons
|
|
4924
|
+
--redsift-color-${$theme}-components-buttons-secondary-button-${$color}-text-${$isDisabled ? 'disabled' : $isHovered ? 'hover' : 'active'}
|
|
4353
4925
|
);
|
|
4354
4926
|
` : ''}
|
|
4355
4927
|
`;
|
|
@@ -4380,18 +4952,18 @@ const StyledButton = styled.button`
|
|
|
4380
4952
|
`;
|
|
4381
4953
|
|
|
4382
4954
|
var loading$1 = "Loading...";
|
|
4383
|
-
var enUS$
|
|
4955
|
+
var enUS$8 = {
|
|
4384
4956
|
loading: loading$1
|
|
4385
4957
|
};
|
|
4386
4958
|
|
|
4387
4959
|
var loading = "Chargement...";
|
|
4388
|
-
var frFR$
|
|
4960
|
+
var frFR$8 = {
|
|
4389
4961
|
loading: loading
|
|
4390
4962
|
};
|
|
4391
4963
|
|
|
4392
|
-
var intlMessages$
|
|
4393
|
-
'en-US': enUS$
|
|
4394
|
-
'fr-FR': frFR$
|
|
4964
|
+
var intlMessages$8 = {
|
|
4965
|
+
'en-US': enUS$8,
|
|
4966
|
+
'fr-FR': frFR$8
|
|
4395
4967
|
};
|
|
4396
4968
|
|
|
4397
4969
|
/**
|
|
@@ -4416,11 +4988,15 @@ const StyledSpinner = styled.img`
|
|
|
4416
4988
|
vertical-align: -0.125em;
|
|
4417
4989
|
`;
|
|
4418
4990
|
|
|
4419
|
-
var
|
|
4991
|
+
var spinnerPrimaryN = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAwIDQwMCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogIDxzdHlsZT4KICAgIC5zcGlubmluZyB7CiAgICAgIGFuaW1hdGlvbjogc3Bpbm5pbmcta2V5ZnJhbWVzIDMwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzOwogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7CiAgICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjQyLCAwLCAwLjU4LCAxKTsKICAgIH0KICAgIEBrZXlmcmFtZXMgc3Bpbm5pbmcta2V5ZnJhbWVzIHsKICAgICAgMCUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgwZGVnKTsKICAgICAgfQoKICAgICAgMzMlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMTgwZGVnKTsKICAgICAgfQoKICAgICAgNTAlIHsKICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOwogICAgICB9CgogICAgICA4MyUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgzNjBkZWcpOwogICAgICB9CgogICAgICAxMDAlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMzYwZGVnKQogICAgICB9CiAgICB9CiAgPC9zdHlsZT4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MpIgogICAgZmlsbD0iIzQyODVGNCIKICAgIGQ9Ik0zMTggMTg2LjlWMTA4LjhMMjAwIDU3IDgyIDEwOC44djc4LjFDODIgMjU5IDEzMi4zIDMyNi40IDIwMCAzNDNjNjcuNy0xNi42IDExOC04NCAxMTgtMTU2LjF6TTQwMCAyMDBjMCAxMTAuNS04OS41IDIwMC0yMDAgMjAwUzAgMzEwLjUgMCAyMDAgODkuNSAwIDIwMCAwczIwMCA4OS41IDIwMCAyMDB6IgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrcyI+CiAgICA8cGF0aAogICAgICBjbGFzcz0ic3Bpbm5pbmciCiAgICAgIGQ9Ik0wLDIwMEMwLDg5LjU0MzA1LDg5LjU0MzA1LDAsMjAwLDB2NDAwQzg5LjU0MzA1LDQwMCwwLDMxMC40NTY5NSwwLDIwMFoiCiAgICAgIGZpbGw9IiNmZmYiCiAgICAvPgogIDwvbWFzaz4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MyKSIKICAgIGZpbGw9IiM0Mjg1RjQiCiAgICBkPSJNODIsMTg2LjkzOXYtNzguMDg5TDIwMCw1N2wxMTgsNTEuODV2NzguMDg5QzMxOCwyNTkuMDAyLDI2Ny42ODYsMzI2LjQwMiwyMDAsMzQzQzEzMi4zMTQsMzI2LjQwMiw4MiwyNTkuMDAyLDgyLDE4Ni45MzlaIgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrczIiPgogICAgPHBhdGgKICAgICAgY2xhc3M9InNwaW5uaW5nIgogICAgICBkPSJNNDAwIDIwMEM0MDAgMzEwLjUgMzEwLjUgNDAwIDIwMCA0MDBWMGMxMTAuNSAwIDIwMCA4OS41IDIwMCAyMDB6IgogICAgICBmaWxsPSIjZmZmIgogICAgLz4KICA8L21hc2s+Cjwvc3ZnPg==';
|
|
4992
|
+
|
|
4993
|
+
var spinnerGreyL1 = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAwIDQwMCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogIDxzdHlsZT4KICAgIC5zcGlubmluZyB7CiAgICAgIGFuaW1hdGlvbjogc3Bpbm5pbmcta2V5ZnJhbWVzIDMwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzOwogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7CiAgICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjQyLCAwLCAwLjU4LCAxKTsKICAgIH0KICAgIEBrZXlmcmFtZXMgc3Bpbm5pbmcta2V5ZnJhbWVzIHsKICAgICAgMCUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgwZGVnKTsKICAgICAgfQoKICAgICAgMzMlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMTgwZGVnKTsKICAgICAgfQoKICAgICAgNTAlIHsKICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOwogICAgICB9CgogICAgICA4MyUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgzNjBkZWcpOwogICAgICB9CgogICAgICAxMDAlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMzYwZGVnKQogICAgICB9CiAgICB9CiAgPC9zdHlsZT4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MpIgogICAgZmlsbD0iIzg1ODU4NSIKICAgIGQ9Ik0zMTggMTg2LjlWMTA4LjhMMjAwIDU3IDgyIDEwOC44djc4LjFDODIgMjU5IDEzMi4zIDMyNi40IDIwMCAzNDNjNjcuNy0xNi42IDExOC04NCAxMTgtMTU2LjF6TTQwMCAyMDBjMCAxMTAuNS04OS41IDIwMC0yMDAgMjAwUzAgMzEwLjUgMCAyMDAgODkuNSAwIDIwMCAwczIwMCA4OS41IDIwMCAyMDB6IgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrcyI+CiAgICA8cGF0aAogICAgICBjbGFzcz0ic3Bpbm5pbmciCiAgICAgIGQ9Ik0wLDIwMEMwLDg5LjU0MzA1LDg5LjU0MzA1LDAsMjAwLDB2NDAwQzg5LjU0MzA1LDQwMCwwLDMxMC40NTY5NSwwLDIwMFoiCiAgICAgIGZpbGw9IiNmZmYiCiAgICAvPgogIDwvbWFzaz4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MyKSIKICAgIGZpbGw9IiM4NTg1ODUiCiAgICBkPSJNODIsMTg2LjkzOXYtNzguMDg5TDIwMCw1N2wxMTgsNTEuODV2NzguMDg5QzMxOCwyNTkuMDAyLDI2Ny42ODYsMzI2LjQwMiwyMDAsMzQzQzEzMi4zMTQsMzI2LjQwMiw4MiwyNTkuMDAyLDgyLDE4Ni45MzlaIgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrczIiPgogICAgPHBhdGgKICAgICAgY2xhc3M9InNwaW5uaW5nIgogICAgICBkPSJNNDAwIDIwMEM0MDAgMzEwLjUgMzEwLjUgNDAwIDIwMCA0MDBWMGMxMTAuNSAwIDIwMCA4OS41IDIwMCAyMDB6IgogICAgICBmaWxsPSIjZmZmIgogICAgLz4KICA8L21hc2s+Cjwvc3ZnPg==';
|
|
4994
|
+
|
|
4995
|
+
var spinnerGreyL2 = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAwIDQwMCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogIDxzdHlsZT4KICAgIC5zcGlubmluZyB7CiAgICAgIGFuaW1hdGlvbjogc3Bpbm5pbmcta2V5ZnJhbWVzIDMwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzOwogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7CiAgICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjQyLCAwLCAwLjU4LCAxKTsKICAgIH0KICAgIEBrZXlmcmFtZXMgc3Bpbm5pbmcta2V5ZnJhbWVzIHsKICAgICAgMCUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgwZGVnKTsKICAgICAgfQoKICAgICAgMzMlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMTgwZGVnKTsKICAgICAgfQoKICAgICAgNTAlIHsKICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOwogICAgICB9CgogICAgICA4MyUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgzNjBkZWcpOwogICAgICB9CgogICAgICAxMDAlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMzYwZGVnKQogICAgICB9CiAgICB9CiAgPC9zdHlsZT4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MpIgogICAgZmlsbD0iI2EzYTNhMyIKICAgIGQ9Ik0zMTggMTg2LjlWMTA4LjhMMjAwIDU3IDgyIDEwOC44djc4LjFDODIgMjU5IDEzMi4zIDMyNi40IDIwMCAzNDNjNjcuNy0xNi42IDExOC04NCAxMTgtMTU2LjF6TTQwMCAyMDBjMCAxMTAuNS04OS41IDIwMC0yMDAgMjAwUzAgMzEwLjUgMCAyMDAgODkuNSAwIDIwMCAwczIwMCA4OS41IDIwMCAyMDB6IgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrcyI+CiAgICA8cGF0aAogICAgICBjbGFzcz0ic3Bpbm5pbmciCiAgICAgIGQ9Ik0wLDIwMEMwLDg5LjU0MzA1LDg5LjU0MzA1LDAsMjAwLDB2NDAwQzg5LjU0MzA1LDQwMCwwLDMxMC40NTY5NSwwLDIwMFoiCiAgICAgIGZpbGw9IiNmZmYiCiAgICAvPgogIDwvbWFzaz4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MyKSIKICAgIGZpbGw9IiNhM2EzYTMiCiAgICBkPSJNODIsMTg2LjkzOXYtNzguMDg5TDIwMCw1N2wxMTgsNTEuODV2NzguMDg5QzMxOCwyNTkuMDAyLDI2Ny42ODYsMzI2LjQwMiwyMDAsMzQzQzEzMi4zMTQsMzI2LjQwMiw4MiwyNTkuMDAyLDgyLDE4Ni45MzlaIgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrczIiPgogICAgPHBhdGgKICAgICAgY2xhc3M9InNwaW5uaW5nIgogICAgICBkPSJNNDAwIDIwMEM0MDAgMzEwLjUgMzEwLjUgNDAwIDIwMCA0MDBWMGMxMTAuNSAwIDIwMCA4OS41IDIwMCAyMDB6IgogICAgICBmaWxsPSIjZmZmIgogICAgLz4KICA8L21hc2s+Cjwvc3ZnPg==';
|
|
4420
4996
|
|
|
4421
|
-
var
|
|
4997
|
+
var spinnerGreyL3 = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAwIDQwMCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogIDxzdHlsZT4KICAgIC5zcGlubmluZyB7CiAgICAgIGFuaW1hdGlvbjogc3Bpbm5pbmcta2V5ZnJhbWVzIDMwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzOwogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7CiAgICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjQyLCAwLCAwLjU4LCAxKTsKICAgIH0KICAgIEBrZXlmcmFtZXMgc3Bpbm5pbmcta2V5ZnJhbWVzIHsKICAgICAgMCUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgwZGVnKTsKICAgICAgfQoKICAgICAgMzMlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMTgwZGVnKTsKICAgICAgfQoKICAgICAgNTAlIHsKICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOwogICAgICB9CgogICAgICA4MyUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgzNjBkZWcpOwogICAgICB9CgogICAgICAxMDAlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMzYwZGVnKQogICAgICB9CiAgICB9CiAgPC9zdHlsZT4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MpIgogICAgZmlsbD0iI2UwZTBlMCIKICAgIGQ9Ik0zMTggMTg2LjlWMTA4LjhMMjAwIDU3IDgyIDEwOC44djc4LjFDODIgMjU5IDEzMi4zIDMyNi40IDIwMCAzNDNjNjcuNy0xNi42IDExOC04NCAxMTgtMTU2LjF6TTQwMCAyMDBjMCAxMTAuNS04OS41IDIwMC0yMDAgMjAwUzAgMzEwLjUgMCAyMDAgODkuNSAwIDIwMCAwczIwMCA4OS41IDIwMCAyMDB6IgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrcyI+CiAgICA8cGF0aAogICAgICBjbGFzcz0ic3Bpbm5pbmciCiAgICAgIGQ9Ik0wLDIwMEMwLDg5LjU0MzA1LDg5LjU0MzA1LDAsMjAwLDB2NDAwQzg5LjU0MzA1LDQwMCwwLDMxMC40NTY5NSwwLDIwMFoiCiAgICAgIGZpbGw9IiNmZmYiCiAgICAvPgogIDwvbWFzaz4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MyKSIKICAgIGZpbGw9IiNlMGUwZTAiCiAgICBkPSJNODIsMTg2LjkzOXYtNzguMDg5TDIwMCw1N2wxMTgsNTEuODV2NzguMDg5QzMxOCwyNTkuMDAyLDI2Ny42ODYsMzI2LjQwMiwyMDAsMzQzQzEzMi4zMTQsMzI2LjQwMiw4MiwyNTkuMDAyLDgyLDE4Ni45MzlaIgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrczIiPgogICAgPHBhdGgKICAgICAgY2xhc3M9InNwaW5uaW5nIgogICAgICBkPSJNNDAwIDIwMEM0MDAgMzEwLjUgMzEwLjUgNDAwIDIwMCA0MDBWMGMxMTAuNSAwIDIwMCA4OS41IDIwMCAyMDB6IgogICAgICBmaWxsPSIjZmZmIgogICAgLz4KICA8L21hc2s+Cjwvc3ZnPg==';
|
|
4422
4998
|
|
|
4423
|
-
const _excluded$U = ["aria-hidden", "aria-label", "className", "isColored", "size", "theme"];
|
|
4999
|
+
const _excluded$U = ["aria-hidden", "aria-label", "className", "color", "isColored", "size", "theme"];
|
|
4424
5000
|
const COMPONENT_NAME$Q = 'Spinner';
|
|
4425
5001
|
const CLASSNAME$Q = 'redsift-shield';
|
|
4426
5002
|
const DEFAULT_PROPS$Q = {
|
|
@@ -4461,17 +5037,19 @@ const Spinner = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4461
5037
|
'aria-hidden': ariaHidden,
|
|
4462
5038
|
'aria-label': ariaLabel,
|
|
4463
5039
|
className,
|
|
5040
|
+
color: propsColor,
|
|
4464
5041
|
isColored,
|
|
4465
5042
|
size,
|
|
4466
5043
|
theme: propsTheme
|
|
4467
5044
|
} = props,
|
|
4468
5045
|
forwardedProps = _objectWithoutProperties(props, _excluded$U);
|
|
4469
5046
|
const theme = useTheme(propsTheme);
|
|
5047
|
+
const color = propsColor !== null && propsColor !== void 0 ? propsColor : isColored ? 'primary' : 'grey-l3';
|
|
4470
5048
|
const {
|
|
4471
5049
|
width,
|
|
4472
5050
|
height
|
|
4473
5051
|
} = sizeToDimension(size);
|
|
4474
|
-
const stringFormatter = useLocalizedStringFormatter(intlMessages$
|
|
5052
|
+
const stringFormatter = useLocalizedStringFormatter(intlMessages$8);
|
|
4475
5053
|
return /*#__PURE__*/React__default.createElement(StyledSpinner, _extends$1({
|
|
4476
5054
|
alt: stringFormatter.format('loading')
|
|
4477
5055
|
}, forwardedProps, {
|
|
@@ -4480,7 +5058,7 @@ const Spinner = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4480
5058
|
className: classNames(Spinner.className, className),
|
|
4481
5059
|
height: height,
|
|
4482
5060
|
ref: ref,
|
|
4483
|
-
src:
|
|
5061
|
+
src: color === 'primary' ? spinnerPrimaryN : color === 'grey-l1' ? spinnerGreyL1 : color === 'grey-l2' ? spinnerGreyL2 : spinnerGreyL3,
|
|
4484
5062
|
width: width,
|
|
4485
5063
|
$size: size,
|
|
4486
5064
|
$theme: theme
|
|
@@ -4493,11 +5071,7 @@ Spinner.displayName = COMPONENT_NAME$Q;
|
|
|
4493
5071
|
const _excluded$T = ["children", "className", "color", "disabled", "fullWidth", "isActive", "isDisabled", "isHovered", "isLoading", "leftIcon", "leftIconProps", "rightIcon", "rightIconProps", "theme", "variant"];
|
|
4494
5072
|
const COMPONENT_NAME$P = 'Button';
|
|
4495
5073
|
const CLASSNAME$P = 'redsift-button';
|
|
4496
|
-
const DEFAULT_PROPS$P = {
|
|
4497
|
-
color: ButtonsColorPalette.primary,
|
|
4498
|
-
height: 'fit-content',
|
|
4499
|
-
variant: ButtonVariant.primary
|
|
4500
|
-
};
|
|
5074
|
+
const DEFAULT_PROPS$P = {};
|
|
4501
5075
|
|
|
4502
5076
|
/**
|
|
4503
5077
|
* The Button is a semantic button that looks like a button.
|
|
@@ -4512,7 +5086,7 @@ const Button = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4512
5086
|
const {
|
|
4513
5087
|
children,
|
|
4514
5088
|
className,
|
|
4515
|
-
color,
|
|
5089
|
+
color: propsColor,
|
|
4516
5090
|
disabled,
|
|
4517
5091
|
fullWidth,
|
|
4518
5092
|
isActive,
|
|
@@ -4524,11 +5098,13 @@ const Button = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4524
5098
|
rightIcon,
|
|
4525
5099
|
rightIconProps,
|
|
4526
5100
|
theme: propsTheme,
|
|
4527
|
-
variant
|
|
5101
|
+
variant: propsVariant
|
|
4528
5102
|
} = props,
|
|
4529
5103
|
forwardedProps = _objectWithoutProperties(props, _excluded$T);
|
|
4530
5104
|
const isDisabled = isLoading || propsIsDisabled || disabled;
|
|
4531
5105
|
const theme = useTheme(propsTheme);
|
|
5106
|
+
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
5107
|
+
const variant = Object.values(ButtonVariant).includes(propsVariant) ? propsVariant : 'primary';
|
|
4532
5108
|
return /*#__PURE__*/React__default.createElement(StyledButton, _extends$1({}, forwardedProps, {
|
|
4533
5109
|
$color: color,
|
|
4534
5110
|
$fullWidth: fullWidth,
|
|
@@ -4548,7 +5124,7 @@ const Button = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4548
5124
|
className: "left"
|
|
4549
5125
|
}, leftIconProps)) : null, isLoading ? /*#__PURE__*/React__default.createElement(Spinner, {
|
|
4550
5126
|
size: "small",
|
|
4551
|
-
|
|
5127
|
+
color: variant === ButtonVariant.primary ? 'grey-l1' : 'grey-l2'
|
|
4552
5128
|
}) : null, /*#__PURE__*/React__default.createElement("span", null, children), rightIcon ? /*#__PURE__*/React__default.createElement(Icon, _extends$1({
|
|
4553
5129
|
icon: rightIcon,
|
|
4554
5130
|
"aria-hidden": "true",
|
|
@@ -4587,11 +5163,7 @@ const StyledIconButton = styled(StyledButton)`
|
|
|
4587
5163
|
const _excluded$S = ["className", "color", "disabled", "icon", "iconProps", "isActive", "isDisabled", "isHovered", "isLoading", "theme", "variant"];
|
|
4588
5164
|
const COMPONENT_NAME$O = 'IconButton';
|
|
4589
5165
|
const CLASSNAME$O = 'redsift-icon-button';
|
|
4590
|
-
const DEFAULT_PROPS$O = {
|
|
4591
|
-
color: ButtonsColorPalette.primary,
|
|
4592
|
-
height: 'fit-content',
|
|
4593
|
-
variant: IconButtonVariant.unstyled
|
|
4594
|
-
};
|
|
5166
|
+
const DEFAULT_PROPS$O = {};
|
|
4595
5167
|
|
|
4596
5168
|
/**
|
|
4597
5169
|
* The Icon Button is a component that contains only one icon as a child, without text.
|
|
@@ -4603,7 +5175,7 @@ const IconButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4603
5175
|
const buttonRef = ref || useRef();
|
|
4604
5176
|
const {
|
|
4605
5177
|
className,
|
|
4606
|
-
color,
|
|
5178
|
+
color: propsColor,
|
|
4607
5179
|
disabled,
|
|
4608
5180
|
icon,
|
|
4609
5181
|
iconProps,
|
|
@@ -4612,11 +5184,13 @@ const IconButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4612
5184
|
isHovered,
|
|
4613
5185
|
isLoading,
|
|
4614
5186
|
theme: propsTheme,
|
|
4615
|
-
variant
|
|
5187
|
+
variant: propsVariant
|
|
4616
5188
|
} = props,
|
|
4617
5189
|
forwardedProps = _objectWithoutProperties(props, _excluded$S);
|
|
4618
5190
|
const isDisabled = props.isLoading || propsIsDisabled || disabled;
|
|
4619
5191
|
const theme = useTheme(propsTheme);
|
|
5192
|
+
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
5193
|
+
const variant = Object.values(IconButtonVariant).includes(propsVariant) ? propsVariant : 'unstyled';
|
|
4620
5194
|
warnIfNoAccessibleLabelFound(props, undefined, 'IconButton');
|
|
4621
5195
|
return /*#__PURE__*/React__default.createElement(StyledIconButton, _extends$1({}, forwardedProps, {
|
|
4622
5196
|
$color: color,
|
|
@@ -4631,7 +5205,8 @@ const IconButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4631
5205
|
disabled: isDisabled,
|
|
4632
5206
|
ref: buttonRef
|
|
4633
5207
|
}), isLoading ? /*#__PURE__*/React__default.createElement(Spinner, {
|
|
4634
|
-
size: "small"
|
|
5208
|
+
size: "small",
|
|
5209
|
+
color: variant === IconButtonVariant.primary ? 'grey-l1' : 'grey-l2'
|
|
4635
5210
|
}) : /*#__PURE__*/React__default.createElement(Icon, _extends$1({}, iconProps, {
|
|
4636
5211
|
icon: icon,
|
|
4637
5212
|
color: color
|
|
@@ -4955,10 +5530,7 @@ Flexbox.displayName = COMPONENT_NAME$M;
|
|
|
4955
5530
|
const _excluded$P = ["children", "className", "isClosable", "isClosed", "onClose", "theme", "title", "variant", "styleVariant"];
|
|
4956
5531
|
const COMPONENT_NAME$L = 'Alert';
|
|
4957
5532
|
const CLASSNAME$L = 'redsift-alert';
|
|
4958
|
-
const DEFAULT_PROPS$L = {
|
|
4959
|
-
variant: 'info',
|
|
4960
|
-
styleVariant: 'default'
|
|
4961
|
-
};
|
|
5533
|
+
const DEFAULT_PROPS$L = {};
|
|
4962
5534
|
const getVariant$1 = (variant, styleVariant, theme) => {
|
|
4963
5535
|
switch (variant) {
|
|
4964
5536
|
case AlertVariant.info:
|
|
@@ -4997,12 +5569,14 @@ const Alert = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4997
5569
|
onClose,
|
|
4998
5570
|
theme: propsTheme,
|
|
4999
5571
|
title,
|
|
5000
|
-
variant,
|
|
5001
|
-
styleVariant
|
|
5572
|
+
variant: propsVariant,
|
|
5573
|
+
styleVariant: propsStyleVariant
|
|
5002
5574
|
} = props,
|
|
5003
5575
|
forwardedProps = _objectWithoutProperties(props, _excluded$P);
|
|
5004
5576
|
const theme = useTheme(propsTheme);
|
|
5005
|
-
const
|
|
5577
|
+
const variant = Object.values(AlertVariant).includes(propsVariant) ? propsVariant : 'info';
|
|
5578
|
+
const styleVariant = Object.values(AlertStyleVariant).includes(propsStyleVariant) ? propsStyleVariant : 'default';
|
|
5579
|
+
const format = useMessageFormatter(intlMessages$9);
|
|
5006
5580
|
const {
|
|
5007
5581
|
color,
|
|
5008
5582
|
icon
|
|
@@ -5041,7 +5615,7 @@ const Alert = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5041
5615
|
}), title ? /*#__PURE__*/React__default.createElement(Text, {
|
|
5042
5616
|
fontWeight: RedsiftTypographyFontWeightSemiBold
|
|
5043
5617
|
}, title) : null), isClosable ? /*#__PURE__*/React__default.createElement(IconButton, {
|
|
5044
|
-
"aria-label":
|
|
5618
|
+
"aria-label": format('close'),
|
|
5045
5619
|
className: `${Alert.className}-header__icon-button`,
|
|
5046
5620
|
icon: mdiClose,
|
|
5047
5621
|
onClick: handleClose,
|
|
@@ -5056,21 +5630,21 @@ Alert.displayName = COMPONENT_NAME$L;
|
|
|
5056
5630
|
|
|
5057
5631
|
var expand$7 = "Expand left side panel";
|
|
5058
5632
|
var collapse$7 = "Collapse left side panel";
|
|
5059
|
-
var enUS$
|
|
5633
|
+
var enUS$7 = {
|
|
5060
5634
|
expand: expand$7,
|
|
5061
5635
|
collapse: collapse$7
|
|
5062
5636
|
};
|
|
5063
5637
|
|
|
5064
5638
|
var expand$6 = "Développer le panneau latéral gauche";
|
|
5065
5639
|
var collapse$6 = "Réduire le panneau latéral gauche";
|
|
5066
|
-
var frFR$
|
|
5640
|
+
var frFR$7 = {
|
|
5067
5641
|
expand: expand$6,
|
|
5068
5642
|
collapse: collapse$6
|
|
5069
5643
|
};
|
|
5070
5644
|
|
|
5071
|
-
var intlMessages$
|
|
5072
|
-
'en-US': enUS$
|
|
5073
|
-
'fr-FR': frFR$
|
|
5645
|
+
var intlMessages$7 = {
|
|
5646
|
+
'en-US': enUS$7,
|
|
5647
|
+
'fr-FR': frFR$7
|
|
5074
5648
|
};
|
|
5075
5649
|
|
|
5076
5650
|
const AppContainerContext = /*#__PURE__*/React__default.createContext(null);
|
|
@@ -5334,21 +5908,21 @@ const AppSidePanelVariant = {
|
|
|
5334
5908
|
|
|
5335
5909
|
var expand$5 = "Expand left side panel";
|
|
5336
5910
|
var collapse$5 = "Collapse left side panel";
|
|
5337
|
-
var enUS$
|
|
5911
|
+
var enUS$6 = {
|
|
5338
5912
|
expand: expand$5,
|
|
5339
5913
|
collapse: collapse$5
|
|
5340
5914
|
};
|
|
5341
5915
|
|
|
5342
5916
|
var expand$4 = "Développer le panneau latéral gauche";
|
|
5343
5917
|
var collapse$4 = "Réduire le panneau latéral gauche";
|
|
5344
|
-
var frFR$
|
|
5918
|
+
var frFR$6 = {
|
|
5345
5919
|
expand: expand$4,
|
|
5346
5920
|
collapse: collapse$4
|
|
5347
5921
|
};
|
|
5348
5922
|
|
|
5349
|
-
var intlMessages$
|
|
5350
|
-
'en-US': enUS$
|
|
5351
|
-
'fr-FR': frFR$
|
|
5923
|
+
var intlMessages$6 = {
|
|
5924
|
+
'en-US': enUS$6,
|
|
5925
|
+
'fr-FR': frFR$6
|
|
5352
5926
|
};
|
|
5353
5927
|
|
|
5354
5928
|
/**
|
|
@@ -5556,7 +6130,7 @@ const AppSidePanel = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5556
6130
|
} = useWindowSize();
|
|
5557
6131
|
const appContainerState = useContext(AppContainerContext);
|
|
5558
6132
|
const theme = useTheme(propsTheme);
|
|
5559
|
-
const
|
|
6133
|
+
const format = useMessageFormatter(intlMessages$6);
|
|
5560
6134
|
useEffect(() => {
|
|
5561
6135
|
if (appContainerState && variant && appContainerState.sidePanelVariant !== variant) {
|
|
5562
6136
|
appContainerState.setSidePanelVariant(variant);
|
|
@@ -5588,7 +6162,7 @@ const AppSidePanel = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5588
6162
|
}) : null), /*#__PURE__*/React__default.createElement(IconButton, _extends$1({
|
|
5589
6163
|
className: `${AppSidePanel.className}-header__expand-button`
|
|
5590
6164
|
}, iconButtonProps, {
|
|
5591
|
-
"aria-label":
|
|
6165
|
+
"aria-label": format('expand'),
|
|
5592
6166
|
icon: mdiMenu,
|
|
5593
6167
|
onClick: handleClose,
|
|
5594
6168
|
ref: iconButtonRef,
|
|
@@ -5913,10 +6487,7 @@ const StyledBadge = styled.div`
|
|
|
5913
6487
|
const _excluded$M = ["autoBreak", "children", "className", "color", "isReversed", "theme", "variant"];
|
|
5914
6488
|
const COMPONENT_NAME$I = 'Badge';
|
|
5915
6489
|
const CLASSNAME$I = 'redsift-badge';
|
|
5916
|
-
const DEFAULT_PROPS$I = {
|
|
5917
|
-
color: NotificationsColorPalette.question,
|
|
5918
|
-
variant: BadgeVariant.dot
|
|
5919
|
-
};
|
|
6490
|
+
const DEFAULT_PROPS$I = {};
|
|
5920
6491
|
|
|
5921
6492
|
/**
|
|
5922
6493
|
* The Badge component.
|
|
@@ -5926,13 +6497,15 @@ const Badge = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5926
6497
|
autoBreak,
|
|
5927
6498
|
children,
|
|
5928
6499
|
className,
|
|
5929
|
-
color,
|
|
6500
|
+
color: propsColor,
|
|
5930
6501
|
isReversed,
|
|
5931
6502
|
theme: propsTheme,
|
|
5932
|
-
variant
|
|
6503
|
+
variant: propsVariant
|
|
5933
6504
|
} = props,
|
|
5934
6505
|
forwardedProps = _objectWithoutProperties(props, _excluded$M);
|
|
5935
6506
|
const theme = useTheme(propsTheme);
|
|
6507
|
+
const color = [...Object.values(NotificationsColorPalette), ...Object.values(PresentationColorPalette)].includes(propsColor) ? propsColor : 'question';
|
|
6508
|
+
const variant = Object.values(BadgeVariant).includes(propsVariant) ? propsVariant : 'dot';
|
|
5936
6509
|
return /*#__PURE__*/React__default.createElement(StyledBadge, _extends$1({}, forwardedProps, {
|
|
5937
6510
|
$autoBreak: autoBreak,
|
|
5938
6511
|
$color: color,
|
|
@@ -6288,6 +6861,8 @@ const DEFAULT_PROPS$G = {};
|
|
|
6288
6861
|
* The AppContainer component.
|
|
6289
6862
|
*/
|
|
6290
6863
|
const AppContainer = /*#__PURE__*/forwardRef((props, ref) => {
|
|
6864
|
+
const _ref = useRef();
|
|
6865
|
+
const divRef = ref || _ref;
|
|
6291
6866
|
const {
|
|
6292
6867
|
children,
|
|
6293
6868
|
className,
|
|
@@ -6312,14 +6887,15 @@ const AppContainer = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6312
6887
|
product,
|
|
6313
6888
|
breadcrumbs,
|
|
6314
6889
|
sidePanelVariant,
|
|
6315
|
-
setSidePanelVariant
|
|
6890
|
+
setSidePanelVariant,
|
|
6891
|
+
appContainerRef: divRef
|
|
6316
6892
|
};
|
|
6317
6893
|
return /*#__PURE__*/React__default.createElement(StyledAppContainer, _extends$1({}, forwardedProps, {
|
|
6318
6894
|
id: "redsift-app-container",
|
|
6319
6895
|
$theme: theme,
|
|
6320
6896
|
$product: product,
|
|
6321
6897
|
className: classNames(AppContainer.className, className),
|
|
6322
|
-
ref:
|
|
6898
|
+
ref: divRef
|
|
6323
6899
|
}), /*#__PURE__*/React__default.createElement(AppContainerContext.Provider, {
|
|
6324
6900
|
value: state
|
|
6325
6901
|
}, /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
@@ -7242,7 +7818,7 @@ const AppBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7242
7818
|
} = useIsLoaded();
|
|
7243
7819
|
const appContainerState = useContext(AppContainerContext);
|
|
7244
7820
|
const theme = useTheme(propsTheme);
|
|
7245
|
-
const
|
|
7821
|
+
const format = useMessageFormatter(intlMessages$7);
|
|
7246
7822
|
return /*#__PURE__*/React__default.createElement(StyledAppBar, _extends$1({}, forwardedProps, {
|
|
7247
7823
|
$hasBorder: scroll,
|
|
7248
7824
|
$isLoaded: isLoaded,
|
|
@@ -7261,7 +7837,7 @@ const AppBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7261
7837
|
}) : /*#__PURE__*/React__default.createElement(IconButton, _extends$1({
|
|
7262
7838
|
className: `${AppBar.className}-left__collapse-button`
|
|
7263
7839
|
}, iconButtonProps, {
|
|
7264
|
-
"aria-label":
|
|
7840
|
+
"aria-label": format('collapse'),
|
|
7265
7841
|
icon: mdiMenuOpen,
|
|
7266
7842
|
onClick: appContainerState.collapseSidePanel,
|
|
7267
7843
|
ref: iconButtonRef,
|
|
@@ -7482,10 +8058,7 @@ const StyledButtonGroup = styled.div`
|
|
|
7482
8058
|
const _excluded$C = ["children", "className", "color", "theme", "variant"];
|
|
7483
8059
|
const COMPONENT_NAME$z = 'ButtonGroup';
|
|
7484
8060
|
const CLASSNAME$z = 'redsift-button-group';
|
|
7485
|
-
const DEFAULT_PROPS$z = {
|
|
7486
|
-
color: 'primary',
|
|
7487
|
-
variant: 'primary'
|
|
7488
|
-
};
|
|
8061
|
+
const DEFAULT_PROPS$z = {};
|
|
7489
8062
|
|
|
7490
8063
|
/**
|
|
7491
8064
|
* The ButtonGroup component.
|
|
@@ -7494,20 +8067,22 @@ const ButtonGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7494
8067
|
const {
|
|
7495
8068
|
children,
|
|
7496
8069
|
className,
|
|
7497
|
-
color,
|
|
8070
|
+
color: propsColor,
|
|
7498
8071
|
theme: propsTheme,
|
|
7499
|
-
variant
|
|
8072
|
+
variant: propsVariant
|
|
7500
8073
|
} = props,
|
|
7501
8074
|
forwardedProps = _objectWithoutProperties(props, _excluded$C);
|
|
7502
8075
|
const theme = useTheme(propsTheme);
|
|
8076
|
+
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
8077
|
+
const variant = Object.values(ButtonGroupVariant).includes(propsVariant) ? propsVariant : 'primary';
|
|
7503
8078
|
|
|
7504
8079
|
/**
|
|
7505
|
-
* Create an array containing only valid children being either Button, IconButton, ButtonLink or
|
|
8080
|
+
* Create an array containing only valid children being either Button, IconButton, ButtonLink, MenuButton or Select.
|
|
7506
8081
|
*/
|
|
7507
|
-
const childArray = filterComponents(['Button', 'IconButton', 'ButtonLink', 'MenuButton'])(children);
|
|
8082
|
+
const childArray = filterComponents(['Button', 'IconButton', 'ButtonLink', 'MenuButton', 'Select', 'Dialog', 'Popover', 'Tooltip'])(children);
|
|
7508
8083
|
const buttons = childArray.map((child, index) => {
|
|
7509
8084
|
var _key;
|
|
7510
|
-
if (isComponent('MenuButton')(child)) {
|
|
8085
|
+
if (isComponent('MenuButton')(child) || isComponent('Select')(child) || isComponent('Dialog')(child) || isComponent('Popover')(child) || isComponent('Tooltip')(child)) {
|
|
7511
8086
|
var _child$key;
|
|
7512
8087
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
7513
8088
|
color,
|
|
@@ -7540,11 +8115,7 @@ ButtonGroup.displayName = COMPONENT_NAME$z;
|
|
|
7540
8115
|
const _excluded$B = ["as", "children", "className", "color", "href", "isActive", "isDisabled", "leftIcon", "rightIcon", "target", "theme", "variant"];
|
|
7541
8116
|
const COMPONENT_NAME$y = 'ButtonLink';
|
|
7542
8117
|
const CLASSNAME$y = 'redsift-button-link';
|
|
7543
|
-
const DEFAULT_PROPS$y = {
|
|
7544
|
-
color: ButtonsColorPalette.primary,
|
|
7545
|
-
height: 'fit-content',
|
|
7546
|
-
variant: ButtonVariant.primary
|
|
7547
|
-
};
|
|
8118
|
+
const DEFAULT_PROPS$y = {};
|
|
7548
8119
|
|
|
7549
8120
|
/**
|
|
7550
8121
|
* The ButtonLink is a semantic link that looks like a button.
|
|
@@ -7558,7 +8129,7 @@ const ButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7558
8129
|
as,
|
|
7559
8130
|
children,
|
|
7560
8131
|
className,
|
|
7561
|
-
color,
|
|
8132
|
+
color: propsColor,
|
|
7562
8133
|
href,
|
|
7563
8134
|
isActive,
|
|
7564
8135
|
isDisabled,
|
|
@@ -7566,10 +8137,12 @@ const ButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7566
8137
|
rightIcon,
|
|
7567
8138
|
target,
|
|
7568
8139
|
theme: propsTheme,
|
|
7569
|
-
variant
|
|
8140
|
+
variant: propsVariant
|
|
7570
8141
|
} = props,
|
|
7571
8142
|
forwardedProps = _objectWithoutProperties(props, _excluded$B);
|
|
7572
8143
|
const theme = useTheme(propsTheme);
|
|
8144
|
+
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
8145
|
+
const variant = Object.values(ButtonVariant).includes(propsVariant) ? propsVariant : 'primary';
|
|
7573
8146
|
return /*#__PURE__*/React__default.createElement(StyledButton, _extends$1({
|
|
7574
8147
|
as: as || 'a',
|
|
7575
8148
|
role: "link",
|
|
@@ -7600,21 +8173,21 @@ ButtonLink.displayName = COMPONENT_NAME$y;
|
|
|
7600
8173
|
|
|
7601
8174
|
var collapse$3 = "Collapse";
|
|
7602
8175
|
var expand$3 = "Expand";
|
|
7603
|
-
var enUS$
|
|
8176
|
+
var enUS$5 = {
|
|
7604
8177
|
collapse: collapse$3,
|
|
7605
8178
|
expand: expand$3
|
|
7606
8179
|
};
|
|
7607
8180
|
|
|
7608
8181
|
var collapse$2 = "Réduire";
|
|
7609
8182
|
var expand$2 = "Développer";
|
|
7610
|
-
var frFR$
|
|
8183
|
+
var frFR$5 = {
|
|
7611
8184
|
collapse: collapse$2,
|
|
7612
8185
|
expand: expand$2
|
|
7613
8186
|
};
|
|
7614
8187
|
|
|
7615
|
-
var intlMessages$
|
|
7616
|
-
'en-US': enUS$
|
|
7617
|
-
'fr-FR': frFR$
|
|
8188
|
+
var intlMessages$5 = {
|
|
8189
|
+
'en-US': enUS$5,
|
|
8190
|
+
'fr-FR': frFR$5
|
|
7618
8191
|
};
|
|
7619
8192
|
|
|
7620
8193
|
/**
|
|
@@ -8093,7 +8666,7 @@ const BaseCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8093
8666
|
} = props,
|
|
8094
8667
|
forwardedProps = _objectWithoutProperties(props, _excluded$u);
|
|
8095
8668
|
const theme = useTheme(propsTheme);
|
|
8096
|
-
const
|
|
8669
|
+
const format = useMessageFormatter(intlMessages$5);
|
|
8097
8670
|
const [isCollapsed, setIsCollapsed] = useState(propsIsCollapsed !== null && propsIsCollapsed !== void 0 ? propsIsCollapsed : defaultCollapsed);
|
|
8098
8671
|
useEffect(() => {
|
|
8099
8672
|
setIsCollapsed(propsIsCollapsed !== null && propsIsCollapsed !== void 0 ? propsIsCollapsed : defaultCollapsed);
|
|
@@ -8120,7 +8693,7 @@ const BaseCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8120
8693
|
className: `${BaseCard.className}__header`
|
|
8121
8694
|
}, header && isComponent('CardHeader')(header) ? header : null, isCollapsible ? /*#__PURE__*/React__default.createElement(IconButton, {
|
|
8122
8695
|
theme: theme,
|
|
8123
|
-
"aria-label":
|
|
8696
|
+
"aria-label": format(isCollapsed ? 'expand' : 'collapse'),
|
|
8124
8697
|
className: `${BaseCard.className}-header__icon-button`,
|
|
8125
8698
|
color: "grey",
|
|
8126
8699
|
icon: isCollapsed ? mdiChevronDown : mdiChevronUp,
|
|
@@ -10060,19 +10633,19 @@ const ConditionalWrapper = _ref => {
|
|
|
10060
10633
|
return condition ? wrapper(children) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, children);
|
|
10061
10634
|
};
|
|
10062
10635
|
|
|
10063
|
-
var enUS$
|
|
10636
|
+
var enUS$4 = {
|
|
10064
10637
|
"collapse-all": "Collapse all details",
|
|
10065
10638
|
"expand-all": "Expand all details"
|
|
10066
10639
|
};
|
|
10067
10640
|
|
|
10068
|
-
var frFR$
|
|
10641
|
+
var frFR$4 = {
|
|
10069
10642
|
"collapse-all": "Réduire tous les détails",
|
|
10070
10643
|
"expand-all": "Développer tous les détails"
|
|
10071
10644
|
};
|
|
10072
10645
|
|
|
10073
|
-
var intlMessages$
|
|
10074
|
-
'en-US': enUS$
|
|
10075
|
-
'fr-FR': frFR$
|
|
10646
|
+
var intlMessages$4 = {
|
|
10647
|
+
'en-US': enUS$4,
|
|
10648
|
+
'fr-FR': frFR$4
|
|
10076
10649
|
};
|
|
10077
10650
|
|
|
10078
10651
|
/**
|
|
@@ -10296,21 +10869,21 @@ Shield.displayName = COMPONENT_NAME$o;
|
|
|
10296
10869
|
|
|
10297
10870
|
var collapse$1 = "Collapse details";
|
|
10298
10871
|
var expand$1 = "Expand details";
|
|
10299
|
-
var enUS$
|
|
10872
|
+
var enUS$3 = {
|
|
10300
10873
|
collapse: collapse$1,
|
|
10301
10874
|
expand: expand$1
|
|
10302
10875
|
};
|
|
10303
10876
|
|
|
10304
10877
|
var collapse = "Réduire les détails";
|
|
10305
10878
|
var expand = "Développer les détails";
|
|
10306
|
-
var frFR$
|
|
10879
|
+
var frFR$3 = {
|
|
10307
10880
|
collapse: collapse,
|
|
10308
10881
|
expand: expand
|
|
10309
10882
|
};
|
|
10310
10883
|
|
|
10311
|
-
var intlMessages$
|
|
10312
|
-
'en-US': enUS$
|
|
10313
|
-
'fr-FR': frFR$
|
|
10884
|
+
var intlMessages$3 = {
|
|
10885
|
+
'en-US': enUS$3,
|
|
10886
|
+
'fr-FR': frFR$3
|
|
10314
10887
|
};
|
|
10315
10888
|
|
|
10316
10889
|
/**
|
|
@@ -10467,7 +11040,7 @@ const DetailedCardSection = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
10467
11040
|
isLoading
|
|
10468
11041
|
} = props,
|
|
10469
11042
|
forwardedProps = _objectWithoutProperties(props, _excluded$n);
|
|
10470
|
-
const
|
|
11043
|
+
const format = useMessageFormatter(intlMessages$3);
|
|
10471
11044
|
const isCollapsible = propsIsCollapsible && hasCollapsibleChildren(children);
|
|
10472
11045
|
const [isCollapsed, setIsCollapsed] = useState(Boolean(propsIsCollapsed));
|
|
10473
11046
|
return /*#__PURE__*/React__default.createElement(StyledDetailedCardSection, _extends$1({}, forwardedProps, {
|
|
@@ -10499,7 +11072,7 @@ const DetailedCardSection = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
10499
11072
|
variant: BadgeVariant.standard
|
|
10500
11073
|
}, badge)) : null)) : null, isCollapsible && !isLoading ? /*#__PURE__*/React__default.createElement(IconButton, {
|
|
10501
11074
|
marginLeft: "auto",
|
|
10502
|
-
"aria-label":
|
|
11075
|
+
"aria-label": format(isCollapsed ? 'expand' : 'collapse'),
|
|
10503
11076
|
className: `${DetailedCardSection.className}-header__collapse-button`,
|
|
10504
11077
|
color: "grey",
|
|
10505
11078
|
icon: isCollapsed ? mdiChevronDown : mdiChevronUp,
|
|
@@ -10640,33 +11213,7 @@ const pickTextColorBasedOnBgColorAdvanced = (bgColor, lightColor, darkColor) =>
|
|
|
10640
11213
|
var L = 0.2126 * c[0] + 0.7152 * c[1] + 0.0722 * c[2];
|
|
10641
11214
|
return L > 0.179 ? darkColor : lightColor;
|
|
10642
11215
|
};
|
|
10643
|
-
const
|
|
10644
|
-
return [...Object.keys(PresentationColorPalette), ...Object.keys(NeutralColorPalette), 'error', 'warning', 'success', 'error-dark', 'warning-dark', 'success-dark'].includes(color) ? {
|
|
10645
|
-
green: RedsiftColorPresentationGreenLight,
|
|
10646
|
-
pink: RedsiftColorPresentationPinkLight,
|
|
10647
|
-
aqua: RedsiftColorPresentationAquaLight,
|
|
10648
|
-
brown: RedsiftColorPresentationBrownLight,
|
|
10649
|
-
red: RedsiftColorPresentationRedLight,
|
|
10650
|
-
yellow: RedsiftColorPresentationYellowLight,
|
|
10651
|
-
purple: RedsiftColorPresentationPurpleLight,
|
|
10652
|
-
orange: RedsiftColorPresentationOrangeLight,
|
|
10653
|
-
blue: RedsiftColorPresentationBlueLight,
|
|
10654
|
-
grey: RedsiftColorPresentationGreyLight,
|
|
10655
|
-
white: RedsiftColorNeutralWhite,
|
|
10656
|
-
'x-light-grey': RedsiftColorNeutralXLightGrey,
|
|
10657
|
-
'light-grey': RedsiftColorNeutralLightGrey,
|
|
10658
|
-
'mid-grey': RedsiftColorNeutralMidGrey,
|
|
10659
|
-
'dark-grey': RedsiftColorNeutralDarkGrey,
|
|
10660
|
-
'x-dark-grey': RedsiftColorNeutralXDarkGrey,
|
|
10661
|
-
black: RedsiftColorNeutralBlack,
|
|
10662
|
-
error: RedsiftColorPresentationRedLighter,
|
|
10663
|
-
warning: RedsiftColorPresentationOrangeLighter,
|
|
10664
|
-
success: RedsiftColorPresentationGreenLighter,
|
|
10665
|
-
'error-dark': RedsiftColorPresentationRedDefault,
|
|
10666
|
-
'warning-dark': RedsiftColorPresentationOrangeDefault,
|
|
10667
|
-
'success-dark': RedsiftColorPresentationGreenDefault
|
|
10668
|
-
}[color] : color;
|
|
10669
|
-
};
|
|
11216
|
+
const isPredefinedColor = color => [...Object.keys(PresentationColorPalette), ...Object.keys(NeutralColorPalette), 'error', 'warning', 'success', 'error-dark', 'warning-dark', 'success-dark'].includes(color);
|
|
10670
11217
|
|
|
10671
11218
|
/**
|
|
10672
11219
|
* Component style.
|
|
@@ -10674,107 +11221,223 @@ const nameToHex = color => {
|
|
|
10674
11221
|
const StyledPill = styled.div`
|
|
10675
11222
|
align-items: stretch;
|
|
10676
11223
|
display: inline-flex;
|
|
10677
|
-
gap: 4px;
|
|
10678
11224
|
width: fit-content;
|
|
10679
11225
|
${baseStyling}
|
|
10680
|
-
|
|
10681
|
-
border-radius: 2px;
|
|
10682
|
-
padding: 2px 8px;
|
|
11226
|
+
|
|
10683
11227
|
text-align: center;
|
|
10684
11228
|
|
|
10685
|
-
|
|
10686
|
-
${_ref => {
|
|
11229
|
+
${_ref => {
|
|
10687
11230
|
let {
|
|
10688
11231
|
$autoBreak
|
|
10689
11232
|
} = _ref;
|
|
10690
11233
|
return !$autoBreak ? css`
|
|
10691
|
-
|
|
10692
|
-
|
|
10693
|
-
|
|
10694
|
-
|
|
11234
|
+
text-wrap: nowrap;
|
|
11235
|
+
` : css`
|
|
11236
|
+
word-break: break-word;
|
|
11237
|
+
`;
|
|
10695
11238
|
}};
|
|
10696
11239
|
|
|
10697
|
-
align-items: center;
|
|
10698
|
-
display: inline-flex;
|
|
10699
|
-
gap: 4px;
|
|
10700
|
-
width: fit-content;
|
|
10701
|
-
}
|
|
10702
|
-
|
|
10703
11240
|
${_ref2 => {
|
|
11241
|
+
let {
|
|
11242
|
+
$size
|
|
11243
|
+
} = _ref2;
|
|
11244
|
+
return css`
|
|
11245
|
+
.redsift-icon-button,
|
|
11246
|
+
.redsift-button,
|
|
11247
|
+
.redsift-button-link {
|
|
11248
|
+
width: unset;
|
|
11249
|
+
height: ${$size === PillSize.large ? css`24px` : css`22px`};
|
|
11250
|
+
cursor: pointer;
|
|
11251
|
+
padding: 5px;
|
|
11252
|
+
border: none;
|
|
11253
|
+
|
|
11254
|
+
font-size: ${$size === PillSize.large ? css`15px` : css`14px`};
|
|
11255
|
+
|
|
11256
|
+
> .redsift-icon {
|
|
11257
|
+
color: inherit;
|
|
11258
|
+
}
|
|
11259
|
+
}
|
|
11260
|
+
|
|
11261
|
+
.redsift-button-link {
|
|
11262
|
+
height: ${$size === PillSize.large ? css`12px` : css`10px`};
|
|
11263
|
+
}
|
|
11264
|
+
|
|
11265
|
+
.first.redsift-text,
|
|
11266
|
+
.first.redsift-number,
|
|
11267
|
+
.middle.redsift-text,
|
|
11268
|
+
.middle.redsift-number,
|
|
11269
|
+
.last.redsift-text,
|
|
11270
|
+
.last.redsift-number {
|
|
11271
|
+
padding: 0 8px;
|
|
11272
|
+
}
|
|
11273
|
+
`;
|
|
11274
|
+
}}
|
|
11275
|
+
|
|
11276
|
+
${_ref3 => {
|
|
10704
11277
|
let {
|
|
10705
11278
|
$color,
|
|
10706
11279
|
$hoverColor,
|
|
10707
|
-
$
|
|
11280
|
+
$isDisabled,
|
|
10708
11281
|
$theme
|
|
10709
|
-
} =
|
|
11282
|
+
} = _ref3;
|
|
11283
|
+
return isPredefinedColor($color) ? css`
|
|
11284
|
+
.first,
|
|
11285
|
+
.middle,
|
|
11286
|
+
.last {
|
|
11287
|
+
background-color: var(
|
|
11288
|
+
--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'default'}-background
|
|
11289
|
+
);
|
|
11290
|
+
}
|
|
11291
|
+
|
|
11292
|
+
& {
|
|
11293
|
+
color: var(
|
|
11294
|
+
--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'default'}-text
|
|
11295
|
+
);
|
|
11296
|
+
}
|
|
11297
|
+
|
|
11298
|
+
.redsift-icon-button:hover,
|
|
11299
|
+
.redsift-button:hover,
|
|
11300
|
+
.redsift-button-link:hover {
|
|
11301
|
+
background-color: var(
|
|
11302
|
+
--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'hover'}-background
|
|
11303
|
+
);
|
|
11304
|
+
}
|
|
11305
|
+
` : css`
|
|
11306
|
+
.first,
|
|
11307
|
+
.middle,
|
|
11308
|
+
.last {
|
|
11309
|
+
background-color: ${$color !== null && $color !== void 0 ? $color : RedsiftColorNeutralWhite};
|
|
11310
|
+
}
|
|
11311
|
+
|
|
11312
|
+
& {
|
|
11313
|
+
color: ${pickTextColorBasedOnBgColorAdvanced($color !== null && $color !== void 0 ? $color : RedsiftColorNeutralWhite, $isDisabled ? RedsiftColorNeutralLightGrey : RedsiftColorNeutralWhite, $isDisabled ? RedsiftColorGreyL1 : RedsiftColorNeutralBlack)};
|
|
11314
|
+
}
|
|
11315
|
+
|
|
11316
|
+
.redsift-icon-button:hover,
|
|
11317
|
+
.redsift-button:hover,
|
|
11318
|
+
.redsift-button-link:hover {
|
|
11319
|
+
background-color: ${$hoverColor !== null && $hoverColor !== void 0 ? $hoverColor : RedsiftColorNeutralLightGrey};
|
|
11320
|
+
}
|
|
11321
|
+
`;
|
|
11322
|
+
}};
|
|
11323
|
+
|
|
11324
|
+
${_ref4 => {
|
|
11325
|
+
let {
|
|
11326
|
+
$color,
|
|
11327
|
+
$borderColor,
|
|
11328
|
+
$isDisabled,
|
|
11329
|
+
$theme
|
|
11330
|
+
} = _ref4;
|
|
10710
11331
|
return css`
|
|
10711
|
-
|
|
10712
|
-
|
|
10713
|
-
|
|
10714
|
-
|
|
11332
|
+
.first:not(.last) {
|
|
11333
|
+
border-top-left-radius: 2px;
|
|
11334
|
+
border-top-right-radius: 0;
|
|
11335
|
+
border-bottom-right-radius: 0;
|
|
11336
|
+
border-bottom-left-radius: 2px;
|
|
11337
|
+
|
|
11338
|
+
${$borderColor ? css`
|
|
11339
|
+
border: 1px solid ${$borderColor};
|
|
11340
|
+
` : $color === 'white' ? css`
|
|
11341
|
+
border: 1px solid
|
|
11342
|
+
var(--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'default'}-border);
|
|
11343
|
+
` : css`
|
|
11344
|
+
border: 1px solid transparent;
|
|
11345
|
+
border-right: 1px solid white;
|
|
11346
|
+
`}
|
|
11347
|
+
}
|
|
10715
11348
|
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
|
|
11349
|
+
.middle {
|
|
11350
|
+
border-top-left-radius: 0;
|
|
11351
|
+
border-top-right-radius: 0;
|
|
11352
|
+
border-bottom-right-radius: 0;
|
|
11353
|
+
border-bottom-left-radius: 0;
|
|
11354
|
+
|
|
11355
|
+
${$borderColor ? css`
|
|
11356
|
+
border: 1px solid ${$borderColor};
|
|
11357
|
+
` : $color === 'white' ? css`
|
|
11358
|
+
border: 1px solid
|
|
11359
|
+
var(--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'default'}-border);
|
|
11360
|
+
` : css`
|
|
11361
|
+
border: 1px solid transparent;
|
|
11362
|
+
border-right: 1px solid white;
|
|
11363
|
+
`}
|
|
11364
|
+
border-left: none;
|
|
10719
11365
|
}
|
|
10720
11366
|
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
border:
|
|
10725
|
-
border-radius: 0
|
|
10726
|
-
|
|
10727
|
-
|
|
10728
|
-
|
|
10729
|
-
|
|
11367
|
+
.last:not(.first) {
|
|
11368
|
+
border-top-left-radius: 0;
|
|
11369
|
+
border-top-right-radius: 2px;
|
|
11370
|
+
border-bottom-right-radius: 2px;
|
|
11371
|
+
border-bottom-left-radius: 0;
|
|
11372
|
+
|
|
11373
|
+
${$borderColor ? css`
|
|
11374
|
+
border: 1px solid ${$borderColor};
|
|
11375
|
+
` : $color === 'white' ? css`
|
|
11376
|
+
border: 1px solid
|
|
11377
|
+
var(--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'default'}-border);
|
|
11378
|
+
` : css`
|
|
11379
|
+
border: 1px solid transparent;
|
|
11380
|
+
`}
|
|
11381
|
+
border-left: none;
|
|
10730
11382
|
}
|
|
10731
11383
|
|
|
10732
|
-
|
|
10733
|
-
|
|
10734
|
-
|
|
11384
|
+
.first.last {
|
|
11385
|
+
border-top-left-radius: 2px;
|
|
11386
|
+
border-top-right-radius: 2px;
|
|
11387
|
+
border-bottom-right-radius: 2px;
|
|
11388
|
+
border-bottom-left-radius: 2px;
|
|
11389
|
+
|
|
11390
|
+
${$borderColor ? css`
|
|
11391
|
+
border: 1px solid ${$borderColor};
|
|
11392
|
+
` : $color === 'white' ? css`
|
|
11393
|
+
border: 1px solid
|
|
11394
|
+
var(--redsift-color-${$theme}-components-pills-${$color}-${$isDisabled ? 'disabled' : 'default'}-border);
|
|
11395
|
+
` : css`
|
|
11396
|
+
border: 1px solid transparent;
|
|
11397
|
+
`}
|
|
10735
11398
|
}
|
|
10736
11399
|
`;
|
|
10737
|
-
}}
|
|
11400
|
+
}};
|
|
10738
11401
|
|
|
10739
11402
|
&,
|
|
10740
|
-
.redsift-
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
|
|
10744
|
-
|
|
10745
|
-
|
|
10746
|
-
|
|
11403
|
+
.redsift-icon,
|
|
11404
|
+
.redsift-text,
|
|
11405
|
+
.redsift-number,
|
|
11406
|
+
.first,
|
|
11407
|
+
.middle,
|
|
11408
|
+
.last {
|
|
11409
|
+
font-family: var(--redsift-typography-pill-font-family);
|
|
11410
|
+
font-size: ${_ref5 => {
|
|
10747
11411
|
let {
|
|
10748
11412
|
$size
|
|
10749
|
-
} =
|
|
11413
|
+
} = _ref5;
|
|
10750
11414
|
return $size === PillSize.large ? css`var(--redsift-typography-chip-font-size)` : css`var(--redsift-typography-pill-font-size)`;
|
|
10751
|
-
}}
|
|
10752
|
-
|
|
10753
|
-
|
|
11415
|
+
}};
|
|
11416
|
+
font-weight: var(--redsift-typography-pill-font-weight);
|
|
11417
|
+
line-height: ${_ref6 => {
|
|
10754
11418
|
let {
|
|
10755
11419
|
$size
|
|
10756
|
-
} =
|
|
11420
|
+
} = _ref6;
|
|
10757
11421
|
return $size === PillSize.large ? css`var(--redsift-typography-chip-line-height)` : css`var(--redsift-typography-pill-line-height)`;
|
|
10758
|
-
}}
|
|
10759
|
-
|
|
11422
|
+
}};
|
|
11423
|
+
}
|
|
10760
11424
|
|
|
10761
|
-
|
|
10762
|
-
|
|
10763
|
-
|
|
11425
|
+
.redsift-icon {
|
|
11426
|
+
width: unset;
|
|
11427
|
+
height: unset;
|
|
10764
11428
|
|
|
10765
|
-
|
|
10766
|
-
|
|
10767
|
-
|
|
10768
|
-
}
|
|
11429
|
+
> svg {
|
|
11430
|
+
width: 1em;
|
|
11431
|
+
height: 1em;
|
|
10769
11432
|
}
|
|
10770
11433
|
}
|
|
10771
11434
|
`;
|
|
10772
11435
|
|
|
10773
|
-
const _excluded$l = ["autoBreak", "children", "className", "color", "
|
|
11436
|
+
const _excluded$l = ["autoBreak", "borderColor", "children", "className", "color", "disabledColor", "hoverColor", "isDisabled", "size", "theme"];
|
|
10774
11437
|
const COMPONENT_NAME$k = 'Pill';
|
|
10775
11438
|
const CLASSNAME$k = 'redsift-pill';
|
|
10776
11439
|
const DEFAULT_PROPS$k = {
|
|
10777
|
-
color: PresentationColorPalette.
|
|
11440
|
+
color: PresentationColorPalette.blue,
|
|
10778
11441
|
height: 'fit-content',
|
|
10779
11442
|
size: PillSize.large
|
|
10780
11443
|
};
|
|
@@ -10785,37 +11448,64 @@ const DEFAULT_PROPS$k = {
|
|
|
10785
11448
|
const Pill = /*#__PURE__*/forwardRef((props, ref) => {
|
|
10786
11449
|
const {
|
|
10787
11450
|
autoBreak,
|
|
11451
|
+
borderColor,
|
|
10788
11452
|
children,
|
|
10789
11453
|
className,
|
|
10790
11454
|
color,
|
|
11455
|
+
disabledColor,
|
|
10791
11456
|
hoverColor,
|
|
10792
|
-
|
|
10793
|
-
onRightButtonClick,
|
|
11457
|
+
isDisabled,
|
|
10794
11458
|
size,
|
|
10795
11459
|
theme: propsTheme
|
|
10796
11460
|
} = props,
|
|
10797
11461
|
forwardedProps = _objectWithoutProperties(props, _excluded$l);
|
|
10798
11462
|
const theme = useTheme(propsTheme);
|
|
11463
|
+
const childArray = [];
|
|
11464
|
+
React__default.Children.forEach(children, (child, index) => {
|
|
11465
|
+
const currentClassName = React__default.Children.count(children) === 1 ? 'first last' : index === 0 ? 'first' : index === React__default.Children.count(children) - 1 ? 'last' : 'middle';
|
|
11466
|
+
if (isComponent('MenuButton')(child) || isComponent('Select')(child) || isComponent('Dialog')(child) || isComponent('Popover')(child) || isComponent('Tooltip')(child)) {
|
|
11467
|
+
var _child$key, _child$props$color;
|
|
11468
|
+
childArray.push( /*#__PURE__*/React__default.cloneElement(child, {
|
|
11469
|
+
key: (_child$key = child.key) !== null && _child$key !== void 0 ? _child$key : index,
|
|
11470
|
+
triggerClassName: currentClassName,
|
|
11471
|
+
variant: 'unstyled',
|
|
11472
|
+
color: (_child$props$color = child.props.color) !== null && _child$props$color !== void 0 ? _child$props$color : 'black'
|
|
11473
|
+
}));
|
|
11474
|
+
} else if (isComponent('IconButton')(child) || isComponent('Button')(child) || isComponent('ButtonLink')(child)) {
|
|
11475
|
+
var _key, _child$props$color2;
|
|
11476
|
+
childArray.push( /*#__PURE__*/React__default.cloneElement(child, {
|
|
11477
|
+
key: (_key = child.key) !== null && _key !== void 0 ? _key : index,
|
|
11478
|
+
className: currentClassName,
|
|
11479
|
+
variant: 'unstyled',
|
|
11480
|
+
color: (_child$props$color2 = child.props.color) !== null && _child$props$color2 !== void 0 ? _child$props$color2 : 'black'
|
|
11481
|
+
}));
|
|
11482
|
+
} else if ( /*#__PURE__*/React__default.isValidElement(child)) {
|
|
11483
|
+
var _key2;
|
|
11484
|
+
childArray.push( /*#__PURE__*/React__default.cloneElement(child, {
|
|
11485
|
+
key: (_key2 = child.key) !== null && _key2 !== void 0 ? _key2 : index,
|
|
11486
|
+
className: currentClassName
|
|
11487
|
+
}));
|
|
11488
|
+
} else if (typeof child === 'string') {
|
|
11489
|
+
childArray.push( /*#__PURE__*/React__default.createElement(Text, {
|
|
11490
|
+
key: index,
|
|
11491
|
+
className: currentClassName
|
|
11492
|
+
}, child));
|
|
11493
|
+
} else {
|
|
11494
|
+
childArray.push(child);
|
|
11495
|
+
}
|
|
11496
|
+
});
|
|
10799
11497
|
return /*#__PURE__*/React__default.createElement(StyledPill, _extends$1({}, forwardedProps, {
|
|
10800
11498
|
$autoBreak: autoBreak,
|
|
11499
|
+
$borderColor: borderColor,
|
|
10801
11500
|
$color: color,
|
|
11501
|
+
$disabledColor: disabledColor,
|
|
10802
11502
|
$hoverColor: hoverColor,
|
|
11503
|
+
$isDisabled: isDisabled,
|
|
10803
11504
|
$size: size,
|
|
10804
11505
|
$theme: theme,
|
|
10805
11506
|
className: classNames(Pill.className, className),
|
|
10806
11507
|
ref: ref
|
|
10807
|
-
}),
|
|
10808
|
-
className: `${Pill.className}-content`
|
|
10809
|
-
}, children), onRightButtonClick ? /*#__PURE__*/React__default.createElement("button", _extends$1({
|
|
10810
|
-
"aria-label": "Clear",
|
|
10811
|
-
color: "grey"
|
|
10812
|
-
}, rightButton, {
|
|
10813
|
-
onClick: onRightButtonClick,
|
|
10814
|
-
className: "right clear",
|
|
10815
|
-
type: "button"
|
|
10816
|
-
}), /*#__PURE__*/React__default.createElement(Icon, {
|
|
10817
|
-
icon: mdiClose
|
|
10818
|
-
})) : null);
|
|
11508
|
+
}), childArray);
|
|
10819
11509
|
});
|
|
10820
11510
|
Pill.className = CLASSNAME$k;
|
|
10821
11511
|
Pill.defaultProps = DEFAULT_PROPS$k;
|
|
@@ -14635,6 +15325,7 @@ const TooltipContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14635
15325
|
style,
|
|
14636
15326
|
theme: propsTheme
|
|
14637
15327
|
} = props;
|
|
15328
|
+
const appContainerState = useContext(AppContainerContext);
|
|
14638
15329
|
const {
|
|
14639
15330
|
getFloatingProps,
|
|
14640
15331
|
isOpen,
|
|
@@ -14662,7 +15353,7 @@ const TooltipContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14662
15353
|
left: 'right'
|
|
14663
15354
|
}[placement.split('-')[0]];
|
|
14664
15355
|
return /*#__PURE__*/React__default.createElement(FloatingPortal, {
|
|
14665
|
-
|
|
15356
|
+
root: appContainerState === null || appContainerState === void 0 ? void 0 : appContainerState.appContainerRef.current
|
|
14666
15357
|
}, isOpen && /*#__PURE__*/React__default.createElement(StyledTooltipContent, _extends$1({
|
|
14667
15358
|
className: classNames(TooltipContent.className, className),
|
|
14668
15359
|
ref: popoverRef,
|
|
@@ -14705,7 +15396,8 @@ const TooltipTrigger = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14705
15396
|
const {
|
|
14706
15397
|
getReferenceProps,
|
|
14707
15398
|
refs,
|
|
14708
|
-
tooltipId
|
|
15399
|
+
tooltipId,
|
|
15400
|
+
triggerClassName
|
|
14709
15401
|
} = useTooltipContext();
|
|
14710
15402
|
const childrenRef = children.ref;
|
|
14711
15403
|
const triggerRef = useMergeRefs([refs.setReference, ref, childrenRef]);
|
|
@@ -14716,7 +15408,8 @@ const TooltipTrigger = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14716
15408
|
}, props), {}, {
|
|
14717
15409
|
'aria-describedby': tooltipId
|
|
14718
15410
|
}, children.props), {}, {
|
|
14719
|
-
children: (_children$props$child = children.props.children) !== null && _children$props$child !== void 0 ? _children$props$child : ''
|
|
15411
|
+
children: (_children$props$child = children.props.children) !== null && _children$props$child !== void 0 ? _children$props$child : '',
|
|
15412
|
+
className: classNames(children.props.className, triggerClassName)
|
|
14720
15413
|
}))));
|
|
14721
15414
|
}
|
|
14722
15415
|
return /*#__PURE__*/React__default.createElement("span", _extends$1({
|
|
@@ -14734,7 +15427,8 @@ function useTooltip(_ref) {
|
|
|
14734
15427
|
placement,
|
|
14735
15428
|
isOpen: propsIsOpen,
|
|
14736
15429
|
onOpen,
|
|
14737
|
-
tooltipId: propsTooltipId
|
|
15430
|
+
tooltipId: propsTooltipId,
|
|
15431
|
+
triggerClassName
|
|
14738
15432
|
} = _ref;
|
|
14739
15433
|
const arrowRef = useRef(null);
|
|
14740
15434
|
const [isOpen, setIsOpen] = useState(propsIsOpen !== null && propsIsOpen !== void 0 ? propsIsOpen : defaultOpen);
|
|
@@ -14784,8 +15478,9 @@ function useTooltip(_ref) {
|
|
|
14784
15478
|
handleOpen
|
|
14785
15479
|
}, interactions), data), {}, {
|
|
14786
15480
|
arrowRef,
|
|
14787
|
-
tooltipId
|
|
14788
|
-
|
|
15481
|
+
tooltipId,
|
|
15482
|
+
triggerClassName
|
|
15483
|
+
}), [isOpen, handleOpen, interactions, data, arrowRef, tooltipId, triggerClassName]);
|
|
14789
15484
|
}
|
|
14790
15485
|
|
|
14791
15486
|
const COMPONENT_NAME$g = 'Tooltip';
|
|
@@ -14807,7 +15502,8 @@ const BaseTooltip = props => {
|
|
|
14807
15502
|
onOpen,
|
|
14808
15503
|
placement,
|
|
14809
15504
|
tooltipId,
|
|
14810
|
-
theme: propsTheme
|
|
15505
|
+
theme: propsTheme,
|
|
15506
|
+
triggerClassName
|
|
14811
15507
|
} = props;
|
|
14812
15508
|
const theme = useTheme ? useTheme(propsTheme) : undefined;
|
|
14813
15509
|
const tooltip = useTooltip({
|
|
@@ -14817,7 +15513,8 @@ const BaseTooltip = props => {
|
|
|
14817
15513
|
isOpen,
|
|
14818
15514
|
onOpen,
|
|
14819
15515
|
tooltipId,
|
|
14820
|
-
theme
|
|
15516
|
+
theme,
|
|
15517
|
+
triggerClassName
|
|
14821
15518
|
});
|
|
14822
15519
|
const [[trigger], [content]] = partitionComponents(React__default.Children.toArray(children), [isComponent('TooltipTrigger'), isComponent('TooltipContent')]);
|
|
14823
15520
|
return /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
@@ -14890,7 +15587,7 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14890
15587
|
} = props,
|
|
14891
15588
|
forwardedProps = _objectWithoutProperties(props, _excluded$j);
|
|
14892
15589
|
const theme = useTheme(propsTheme);
|
|
14893
|
-
const
|
|
15590
|
+
const format = useMessageFormatter(intlMessages$4);
|
|
14894
15591
|
const isCollapsible = propsIsCollapsible && hasMultipleCollapsibleChildren(children);
|
|
14895
15592
|
const [allCollapsed, setAllCollapsed] = useState({
|
|
14896
15593
|
state: propsAreAllCollapsed !== null && propsAreAllCollapsed !== void 0 ? propsAreAllCollapsed : defaultAllCollapsed
|
|
@@ -14954,7 +15651,7 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14954
15651
|
justifyContent: "flex-end",
|
|
14955
15652
|
className: `${BaseDetailedCard.className}__collapse-buttons`
|
|
14956
15653
|
}, /*#__PURE__*/React__default.createElement(Tooltip, null, /*#__PURE__*/React__default.createElement(Tooltip.Trigger, null, /*#__PURE__*/React__default.createElement(IconButton, {
|
|
14957
|
-
"aria-label":
|
|
15654
|
+
"aria-label": format('collapse-all'),
|
|
14958
15655
|
"aria-describedby": undefined,
|
|
14959
15656
|
icon: mdiPageLast,
|
|
14960
15657
|
onClick: () => handleCollapse(true),
|
|
@@ -14962,8 +15659,8 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14962
15659
|
transform: 'rotate(-90deg)'
|
|
14963
15660
|
},
|
|
14964
15661
|
color: "grey"
|
|
14965
|
-
})), /*#__PURE__*/React__default.createElement(Tooltip.Content, null,
|
|
14966
|
-
"aria-label":
|
|
15662
|
+
})), /*#__PURE__*/React__default.createElement(Tooltip.Content, null, format('collapse-all'))), /*#__PURE__*/React__default.createElement(Tooltip, null, /*#__PURE__*/React__default.createElement(Tooltip.Trigger, null, /*#__PURE__*/React__default.createElement(IconButton, {
|
|
15663
|
+
"aria-label": format('expand-all'),
|
|
14967
15664
|
"aria-describedby": undefined,
|
|
14968
15665
|
icon: mdiKeyboardCaps,
|
|
14969
15666
|
onClick: () => handleCollapse(false),
|
|
@@ -14971,7 +15668,7 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
14971
15668
|
transform: 'rotate(180deg)'
|
|
14972
15669
|
},
|
|
14973
15670
|
color: "grey"
|
|
14974
|
-
})), /*#__PURE__*/React__default.createElement(Tooltip.Content, null,
|
|
15671
|
+
})), /*#__PURE__*/React__default.createElement(Tooltip.Content, null, format('expand-all')))) : null, React__default.Children.map(content, child => {
|
|
14975
15672
|
if (isComponent(DetailedCardSection)(child)) {
|
|
14976
15673
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
14977
15674
|
theme,
|
|
@@ -17142,7 +17839,7 @@ function handleDecimalOperation(operator, value1, value2) {
|
|
|
17142
17839
|
var decrease$1 = "Decrease {fieldLabel}";
|
|
17143
17840
|
var increase$1 = "Increase {fieldLabel}";
|
|
17144
17841
|
var numberField$1 = "Number field";
|
|
17145
|
-
var enUS$
|
|
17842
|
+
var enUS$2 = {
|
|
17146
17843
|
decrease: decrease$1,
|
|
17147
17844
|
increase: increase$1,
|
|
17148
17845
|
numberField: numberField$1
|
|
@@ -17151,15 +17848,15 @@ var enUS$1 = {
|
|
|
17151
17848
|
var decrease = "Diminuer {fieldLabel}";
|
|
17152
17849
|
var increase = "Augmenter {fieldLabel}";
|
|
17153
17850
|
var numberField = "Champ de nombre";
|
|
17154
|
-
var frFR$
|
|
17851
|
+
var frFR$2 = {
|
|
17155
17852
|
decrease: decrease,
|
|
17156
17853
|
increase: increase,
|
|
17157
17854
|
numberField: numberField
|
|
17158
17855
|
};
|
|
17159
17856
|
|
|
17160
|
-
var intlMessages$
|
|
17161
|
-
'en-US': enUS$
|
|
17162
|
-
'fr-FR': frFR$
|
|
17857
|
+
var intlMessages$2 = {
|
|
17858
|
+
'en-US': enUS$2,
|
|
17859
|
+
'fr-FR': frFR$2
|
|
17163
17860
|
};
|
|
17164
17861
|
|
|
17165
17862
|
/* eslint-disable prefer-const */
|
|
@@ -17734,18 +18431,18 @@ class LiveAnnouncer {
|
|
|
17734
18431
|
}
|
|
17735
18432
|
|
|
17736
18433
|
var Empty$1 = "Empty";
|
|
17737
|
-
var enUS = {
|
|
18434
|
+
var enUS$1 = {
|
|
17738
18435
|
Empty: Empty$1
|
|
17739
18436
|
};
|
|
17740
18437
|
|
|
17741
18438
|
var Empty = "Vide";
|
|
17742
|
-
var frFR = {
|
|
18439
|
+
var frFR$1 = {
|
|
17743
18440
|
Empty: Empty
|
|
17744
18441
|
};
|
|
17745
18442
|
|
|
17746
|
-
var intlMessages = {
|
|
17747
|
-
'en-US': enUS,
|
|
17748
|
-
'fr-FR': frFR
|
|
18443
|
+
var intlMessages$1 = {
|
|
18444
|
+
'en-US': enUS$1,
|
|
18445
|
+
'fr-FR': frFR$1
|
|
17749
18446
|
};
|
|
17750
18447
|
|
|
17751
18448
|
/* eslint-disable prefer-const */
|
|
@@ -17766,7 +18463,7 @@ function useSpinButton(props) {
|
|
|
17766
18463
|
onDecrementToMin,
|
|
17767
18464
|
onIncrementToMax
|
|
17768
18465
|
} = props;
|
|
17769
|
-
const
|
|
18466
|
+
const format = useMessageFormatter(intlMessages$1);
|
|
17770
18467
|
const clearAsync = () => clearTimeout(_async.current);
|
|
17771
18468
|
|
|
17772
18469
|
// eslint-disable-next-line arrow-body-style
|
|
@@ -17832,7 +18529,7 @@ function useSpinButton(props) {
|
|
|
17832
18529
|
// This ensures that macOS VoiceOver announces it as "minus" even with other characters between the minus sign
|
|
17833
18530
|
// and the number (e.g. currency symbol). Otherwise it announces nothing because it assumes the character is a hyphen.
|
|
17834
18531
|
// In addition, replace the empty string with the word "Empty" so that iOS VoiceOver does not read "50%" for an empty field.
|
|
17835
|
-
let ariaTextValue = textValue === '' ?
|
|
18532
|
+
let ariaTextValue = textValue === '' ? format('Empty') : (textValue || `${value}`).replace('-', '\u2212');
|
|
17836
18533
|
useEffect(() => {
|
|
17837
18534
|
if (isFocused.current) {
|
|
17838
18535
|
clearAnnouncer('assertive');
|
|
@@ -17945,7 +18642,7 @@ function useNumberField(props, state, inputRef) {
|
|
|
17945
18642
|
commit,
|
|
17946
18643
|
commitValidation
|
|
17947
18644
|
} = state;
|
|
17948
|
-
const
|
|
18645
|
+
const format = useMessageFormatter(intlMessages$2);
|
|
17949
18646
|
let inputId = useId$1(id);
|
|
17950
18647
|
let {
|
|
17951
18648
|
focusProps
|
|
@@ -18091,7 +18788,7 @@ function useNumberField(props, state, inputRef) {
|
|
|
18091
18788
|
// override the spinbutton role, we can't focus a spin button with VO
|
|
18092
18789
|
role: null,
|
|
18093
18790
|
// ignore aria-roledescription on iOS so that required state will announce when it is present
|
|
18094
|
-
'aria-roledescription': !isIOS() ?
|
|
18791
|
+
'aria-roledescription': !isIOS() ? format('numberField') : null,
|
|
18095
18792
|
'aria-valuemax': null,
|
|
18096
18793
|
'aria-valuemin': null,
|
|
18097
18794
|
'aria-valuenow': null,
|
|
@@ -18138,7 +18835,7 @@ function useNumberField(props, state, inputRef) {
|
|
|
18138
18835
|
let incrementId = useId$1();
|
|
18139
18836
|
let decrementId = useId$1();
|
|
18140
18837
|
let incrementButtonProps = mergeProps$1(incButtonProps, {
|
|
18141
|
-
'aria-label': incrementAriaLabel ||
|
|
18838
|
+
'aria-label': incrementAriaLabel || format('increase', {
|
|
18142
18839
|
fieldLabel
|
|
18143
18840
|
}).trim(),
|
|
18144
18841
|
id: ariaLabelledby && !incrementAriaLabel ? incrementId : null,
|
|
@@ -18151,7 +18848,7 @@ function useNumberField(props, state, inputRef) {
|
|
|
18151
18848
|
onPressStart: onButtonPressStart
|
|
18152
18849
|
});
|
|
18153
18850
|
let decrementButtonProps = mergeProps$1(decButtonProps, {
|
|
18154
|
-
'aria-label': decrementAriaLabel ||
|
|
18851
|
+
'aria-label': decrementAriaLabel || format('decrease', {
|
|
18155
18852
|
fieldLabel
|
|
18156
18853
|
}).trim(),
|
|
18157
18854
|
id: ariaLabelledby && !decrementAriaLabel ? decrementId : null,
|
|
@@ -20078,7 +20775,7 @@ const StyledTextField = styled.div`
|
|
|
20078
20775
|
`}
|
|
20079
20776
|
|
|
20080
20777
|
${$isDisabled ? css`
|
|
20081
|
-
color: var(--redsift-color-
|
|
20778
|
+
color: var(--redsift-color-grey-l2);
|
|
20082
20779
|
` : $isInvalid ? css`
|
|
20083
20780
|
color: var(--redsift-color-notifications-error-primary);
|
|
20084
20781
|
` : $isFocused ? css`
|
|
@@ -20098,16 +20795,17 @@ const StyledTextField = styled.div`
|
|
|
20098
20795
|
}
|
|
20099
20796
|
|
|
20100
20797
|
.redsift-text-field-input-wrapper__pills-and-input {
|
|
20101
|
-
align-items:
|
|
20798
|
+
align-items: flex-start;
|
|
20102
20799
|
box-sizing: border-box;
|
|
20103
20800
|
display: flex;
|
|
20801
|
+
flex-direction: column-reverse;
|
|
20104
20802
|
flex-wrap: wrap;
|
|
20105
20803
|
flex: 1 1 auto;
|
|
20106
|
-
padding-bottom:
|
|
20804
|
+
padding-bottom: 5px;
|
|
20107
20805
|
${$variant !== TextFieldVariant.underline && !$hasLeftIcon ? css`
|
|
20108
20806
|
padding-left: 16px;
|
|
20109
20807
|
` : ''}
|
|
20110
|
-
padding-top:
|
|
20808
|
+
padding-top: 9px;
|
|
20111
20809
|
|
|
20112
20810
|
.redsift-pill {
|
|
20113
20811
|
margin: 3px 6px 3px 0;
|
|
@@ -20127,10 +20825,10 @@ const StyledTextField = styled.div`
|
|
|
20127
20825
|
min-width: 0;
|
|
20128
20826
|
min-width: 100px;
|
|
20129
20827
|
padding: 2px 0;
|
|
20130
|
-
width:
|
|
20828
|
+
width: 100%;
|
|
20131
20829
|
|
|
20132
20830
|
${$isDisabled ? css`
|
|
20133
|
-
color: var(--redsift-color-
|
|
20831
|
+
color: var(--redsift-color-grey-l2);
|
|
20134
20832
|
` : css`
|
|
20135
20833
|
color: var(--redsift-color-neutral-${$theme === Theme.dark ? 'white' : 'x-dark-grey'});
|
|
20136
20834
|
`}
|
|
@@ -20166,7 +20864,7 @@ const StyledTextField = styled.div`
|
|
|
20166
20864
|
`}
|
|
20167
20865
|
|
|
20168
20866
|
${$isDisabled ? css`
|
|
20169
|
-
border-color: var(--redsift-color-
|
|
20867
|
+
border-color: var(--redsift-color-grey-l2);
|
|
20170
20868
|
` : $isInvalid ? css`
|
|
20171
20869
|
border-color: var(--redsift-color-notifications-error-primary);
|
|
20172
20870
|
` : $isFocused ? css`
|
|
@@ -20204,13 +20902,13 @@ const StyledTextField = styled.div`
|
|
|
20204
20902
|
visibility: visible;
|
|
20205
20903
|
}
|
|
20206
20904
|
|
|
20207
|
-
.redsift-icon-button {
|
|
20905
|
+
.redsift-icon-button:not(.redsift-pill > .redsift-icon-button) {
|
|
20208
20906
|
padding: 2px;
|
|
20209
20907
|
}
|
|
20210
20908
|
|
|
20211
20909
|
.redsift-text-field-input-wrapper__toolbar {
|
|
20212
20910
|
position: relative;
|
|
20213
|
-
top:
|
|
20911
|
+
top: 7px;
|
|
20214
20912
|
}
|
|
20215
20913
|
|
|
20216
20914
|
${$variant !== TextFieldVariant.underline ? css`
|
|
@@ -20218,7 +20916,7 @@ const StyledTextField = styled.div`
|
|
|
20218
20916
|
padding-left: 12px;
|
|
20219
20917
|
padding-right: 8px;
|
|
20220
20918
|
line-height: 28px;
|
|
20221
|
-
top:
|
|
20919
|
+
top: 8px;
|
|
20222
20920
|
}
|
|
20223
20921
|
|
|
20224
20922
|
.redsift-text-field-input-wrapper__toolbar {
|
|
@@ -20227,13 +20925,30 @@ const StyledTextField = styled.div`
|
|
|
20227
20925
|
` : css`
|
|
20228
20926
|
.redsift-icon.left {
|
|
20229
20927
|
padding-right: 8px;
|
|
20230
|
-
top:
|
|
20928
|
+
top: 8px;
|
|
20231
20929
|
}
|
|
20232
20930
|
`}
|
|
20233
20931
|
`;
|
|
20234
20932
|
}}
|
|
20235
20933
|
`;
|
|
20236
20934
|
|
|
20935
|
+
var clear$1 = "Clear field";
|
|
20936
|
+
var enUS = {
|
|
20937
|
+
clear: clear$1,
|
|
20938
|
+
"clear-field": "Clear field {label}"
|
|
20939
|
+
};
|
|
20940
|
+
|
|
20941
|
+
var clear = "Nettoyer le champ";
|
|
20942
|
+
var frFR = {
|
|
20943
|
+
clear: clear,
|
|
20944
|
+
"clear-field": "Nettoyer le champ {label}"
|
|
20945
|
+
};
|
|
20946
|
+
|
|
20947
|
+
var intlMessages = {
|
|
20948
|
+
'en-US': enUS,
|
|
20949
|
+
'fr-FR': frFR
|
|
20950
|
+
};
|
|
20951
|
+
|
|
20237
20952
|
const _excluded = ["aria-label", "aria-labelledby", "autoFocus", "className", "defaultValue", "hasClearButton", "after", "internal", "inputProps", "inputRef", "isColored", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "leftIcon", "name", "onBlur", "onChange", "onClear", "onFocus", "pills", "placeholder", "theme", "type", "value", "variant"];
|
|
20238
20953
|
const COMPONENT_NAME = 'TextField';
|
|
20239
20954
|
const CLASSNAME = 'redsift-text-field';
|
|
@@ -20280,6 +20995,7 @@ const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20280
20995
|
} = props,
|
|
20281
20996
|
forwardedProps = _objectWithoutProperties(props, _excluded);
|
|
20282
20997
|
const theme = useTheme(propsTheme);
|
|
20998
|
+
const format = useMessageFormatter(intlMessages);
|
|
20283
20999
|
const {
|
|
20284
21000
|
isFocusVisible,
|
|
20285
21001
|
isFocused,
|
|
@@ -20349,17 +21065,7 @@ const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20349
21065
|
className: "left"
|
|
20350
21066
|
})) : null, /*#__PURE__*/React__default.createElement("div", {
|
|
20351
21067
|
className: `${TextField.className}-input-wrapper__pills-and-input`
|
|
20352
|
-
},
|
|
20353
|
-
theme: theme,
|
|
20354
|
-
key: pill.value,
|
|
20355
|
-
color: "blue",
|
|
20356
|
-
size: "small"
|
|
20357
|
-
}, pill.props, {
|
|
20358
|
-
onRightButtonClick: event => {
|
|
20359
|
-
var _pill$onClick;
|
|
20360
|
-
return (_pill$onClick = pill.onClick) === null || _pill$onClick === void 0 ? void 0 : _pill$onClick.call(pill, pill.label, pill.value, event);
|
|
20361
|
-
}
|
|
20362
|
-
}), pill.label)), /*#__PURE__*/React__default.createElement("input", _extends$1({}, inputProps, {
|
|
21068
|
+
}, /*#__PURE__*/React__default.createElement("input", _extends$1({}, inputProps, {
|
|
20363
21069
|
onBlur: event => {
|
|
20364
21070
|
onBlur === null || onBlur === void 0 ? void 0 : onBlur(event);
|
|
20365
21071
|
onBlurProps === null || onBlurProps === void 0 ? void 0 : onBlurProps(event);
|
|
@@ -20383,12 +21089,19 @@ const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20383
21089
|
ref: inputRef,
|
|
20384
21090
|
type: type,
|
|
20385
21091
|
value: isControlled ? propsValue : value
|
|
20386
|
-
}))
|
|
21092
|
+
})), /*#__PURE__*/React__default.createElement("div", null, pills === null || pills === void 0 ? void 0 : pills.map((pill, index) => /*#__PURE__*/React__default.createElement(Pill, _extends$1({
|
|
21093
|
+
theme: theme,
|
|
21094
|
+
key: `${labelId}-pill-${index}`,
|
|
21095
|
+
color: "blue",
|
|
21096
|
+
size: "small"
|
|
21097
|
+
}, pill))))), hasClearButton || internal || after ? /*#__PURE__*/React__default.createElement(Flexbox, {
|
|
20387
21098
|
className: `${TextField.className}-input-wrapper__toolbar`,
|
|
20388
21099
|
gap: "8px"
|
|
20389
21100
|
}, hasClearButton ? /*#__PURE__*/React__default.createElement(IconButton, _extends$1({
|
|
20390
21101
|
theme: theme,
|
|
20391
|
-
"aria-label":
|
|
21102
|
+
"aria-label": label ? format('clear-field', {
|
|
21103
|
+
label
|
|
21104
|
+
}) : format('clear'),
|
|
20392
21105
|
color: "grey",
|
|
20393
21106
|
isDisabled: isDisabled,
|
|
20394
21107
|
icon: mdiClose
|
|
@@ -20411,5 +21124,5 @@ TextField.className = CLASSNAME;
|
|
|
20411
21124
|
TextField.defaultProps = DEFAULT_PROPS;
|
|
20412
21125
|
TextField.displayName = COMPONENT_NAME;
|
|
20413
21126
|
|
|
20414
|
-
export { ActiveDescendantListbox, Alert, AlertVariant, AlignContent, AlignItems, AlignSelf, AppBar, AppContainer, AppContainerContext, AppContent, AppSidePanel, AppSidePanelVariant, Badge, BadgeVariant, BaseBreadcrumbs, BaseGrid, BaseSkeleton, BreadcrumbItem, Breadcrumbs, Button, ButtonGroup, ButtonGroupVariant, ButtonLink, ButtonVariant, ButtonsColorPalette, Card, CardActions, CardBody, CardHeader, Checkbox, CheckboxGroup, CheckboxGroupOrientation, ColorPalette, ConditionalWrapper, DetailedCard, DetailedCardCollapsibleSectionItems, DetailedCardHeader, DetailedCardSection, DetailedCardSectionItem, EventKey, FOCUS_WITHING_GROUP_INITIAL_STATE, FlexDirection, FlexWrap, Flexbox, FocusWithinGroup, FocusWithinGroupActionType, FocusWithinGroupContext, FocusWithinGroupReducer, FontFamily, Grid, GridItem, Heading, HeadingComponent, HeadingVariant, I18nProvider, Icon, IconButton, IconButtonVariant, IconSize, Item, JustifyContent, JustifyItems, JustifySelf, LISTBOX_INITIAL_STATE, Link, LinkButton, Listbox, ListboxActionType, ListboxContext, ListboxReducer, ListboxSelectionMode, ListboxVariant, Navigation, NeutralColorPalette, NotificationsColorPalette, Number$1 as Number, NumberField, NumberFieldVariant, Pill, PillSize, PresentationColorPalette, PrimaryButtonsColorPalette, PrimaryColorPalette, Product, ProductColorPalette, ProductLogo, ProductName, ProgressBar, Radio, RadioGroup, RadioGroupOrientation, 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, SSRProvider, SecondaryColorPalette, Shield, ShieldVariant, SideNavigationMenu, SideNavigationMenuBar, SideNavigationMenuBarVariant, SideNavigationMenuItem, SideNavigationMenuReducerActionType, Skeleton, SkeletonCircle, SkeletonText, SkeletonTextVariant, Spinner, SpinnerSize, StyledButton, StyledItem, StyledLink, StyledTextField, Switch, SwitchGroup, SwitchGroupOrientation, Text, TextArea, TextAreaVariant, TextComponent, TextField, TextFieldVariant, TextVariant, Theme, ThemeContext, ThemeProvider, baseContainer, baseFlexbox, baseGrid, baseInternalSpacing, baseLayout, basePositioning, baseSizing, baseSpacing, baseStyling, filterComponents, focusRing, getCanvasFont, getContainerProps, getCssStyle, getMaxTextWidth, getTextWidth, isComponent, nextId, partitionComponents, resetId, setPrefix, sizeToDimension$1 as sizeToDimension, srOnly, uniqueId, useAppSidePanel, useBoundingClientRect, useCollator, useComputeNumberOfRows, useDateFormatter, useFilter, useFocusOnList, useFocusOnListItem, useId$2 as useId, useIsLoaded, useIsSSR, useListFormatter, useListboxItem, useLocale, useLocalizedStringDictionary, useLocalizedStringFormatter, useNumberFormatter, useSSRSafeId, useSideNavigationMenuBar, useTheme, useWindowSize, warnIfNoAccessibleLabelFound };
|
|
21127
|
+
export { ActiveDescendantListbox, Alert, AlertStyleVariant, AlertVariant, AlignContent, AlignItems, AlignSelf, AppBar, AppContainer, AppContainerContext, AppContent, AppSidePanel, AppSidePanelVariant, Badge, BadgeVariant, BaseBreadcrumbs, BaseGrid, BaseSkeleton, BreadcrumbItem, Breadcrumbs, Button, ButtonGroup, ButtonGroupVariant, ButtonLink, ButtonVariant, ButtonsColorPalette, Card, CardActions, CardBody, CardHeader, Checkbox, CheckboxGroup, CheckboxGroupOrientation, ColorPalette, ConditionalWrapper, DetailedCard, DetailedCardCollapsibleSectionItems, DetailedCardHeader, DetailedCardSection, DetailedCardSectionItem, EventKey, FOCUS_WITHING_GROUP_INITIAL_STATE, FlexDirection, FlexWrap, Flexbox, FocusWithinGroup, FocusWithinGroupActionType, FocusWithinGroupContext, FocusWithinGroupReducer, FontFamily, Grid, GridItem, Heading, HeadingComponent, HeadingVariant, I18nProvider, Icon, IconButton, IconButtonVariant, IconSize, Item, JustifyContent, JustifyItems, JustifySelf, LISTBOX_INITIAL_STATE, Link, LinkButton, Listbox, ListboxActionType, ListboxContext, ListboxReducer, ListboxSelectionMode, ListboxVariant, Navigation, NeutralColorPalette, NotificationsColorPalette, Number$1 as Number, NumberField, NumberFieldVariant, Pill, PillSize, PresentationColorPalette, PrimaryButtonsColorPalette, PrimaryColorPalette, Product, ProductColorPalette, ProductLogo, ProductName, ProgressBar, Radio, RadioGroup, RadioGroupOrientation, RedsiftBorderRadius, RedsiftColorBlueD1, RedsiftColorBlueD2, RedsiftColorBlueD3, RedsiftColorBlueD4, RedsiftColorBlueL1, RedsiftColorBlueL2, RedsiftColorBlueL3, RedsiftColorBlueL4, RedsiftColorBlueN, RedsiftColorBordersBorderDefault, RedsiftColorBordersBorderDisabled, RedsiftColorBordersBorderDivider, RedsiftColorBordersBorderError, RedsiftColorBordersBorderPrimary, RedsiftColorBordersBorderSecondary, RedsiftColorBordersBorderSuccess, RedsiftColorDarkComponentsAiAiBorder, RedsiftColorDarkComponentsAiAiIcon, RedsiftColorDarkComponentsAlertErrorBackground, RedsiftColorDarkComponentsAlertErrorBorder, RedsiftColorDarkComponentsAlertErrorIcon, RedsiftColorDarkComponentsAlertInfoBackground, RedsiftColorDarkComponentsAlertInfoBorder, RedsiftColorDarkComponentsAlertInfoIcon, RedsiftColorDarkComponentsAlertSuccessBackground, RedsiftColorDarkComponentsAlertSuccessBorder, RedsiftColorDarkComponentsAlertSuccessIcon, RedsiftColorDarkComponentsAlertText, RedsiftColorDarkComponentsAlertWarningBackground, RedsiftColorDarkComponentsAlertWarningBorder, RedsiftColorDarkComponentsAlertWarningIcon, RedsiftColorDarkComponentsAppBarBackground, RedsiftColorDarkComponentsAppBarBorder, RedsiftColorDarkComponentsAppBarBreadcrumbDefault, RedsiftColorDarkComponentsAppBarBreadcrumbDown, RedsiftColorDarkComponentsAppBarBreadcrumbHover, RedsiftColorDarkComponentsAppBarIconBackgroundActive, RedsiftColorDarkComponentsAppBarIconBackgroundActiveDown, RedsiftColorDarkComponentsAppBarIconBackgroundActiveHover, RedsiftColorDarkComponentsAppBarIconBackgroundDown, RedsiftColorDarkComponentsAppBarIconBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsCheckboxFillDefault, RedsiftColorDarkComponentsCheckboxFillDefaultHover, RedsiftColorDarkComponentsCheckboxFillDisabled, RedsiftColorDarkComponentsCheckboxFillInvalid, RedsiftColorDarkComponentsCheckboxFillInvalidHover, RedsiftColorDarkComponentsCheckboxFillUncolored, RedsiftColorDarkComponentsCheckboxFillUncoloredHover, RedsiftColorDarkComponentsCheckboxTextDefault, RedsiftColorDarkComponentsCheckboxTextDisabled, RedsiftColorDarkComponentsCheckboxTextInvalid, RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusClickText, RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, RedsiftColorDarkComponentsDropdownsAndMenusDividers, RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, RedsiftColorDarkComponentsIconsDefault, RedsiftColorDarkComponentsModalBackground, RedsiftColorDarkComponentsPageBackground, RedsiftColorDarkComponentsPillsAquaDefaultBackground, RedsiftColorDarkComponentsPillsAquaDefaultBorder, RedsiftColorDarkComponentsPillsAquaDefaultText, RedsiftColorDarkComponentsPillsAquaDisabledBackground, RedsiftColorDarkComponentsPillsAquaDisabledBorder, RedsiftColorDarkComponentsPillsAquaDisabledText, RedsiftColorDarkComponentsPillsAquaHoverBackground, RedsiftColorDarkComponentsPillsAquaHoverBorder, RedsiftColorDarkComponentsPillsAquaHoverText, RedsiftColorDarkComponentsPillsBlackDefaultBackground, RedsiftColorDarkComponentsPillsBlackDefaultBorder, RedsiftColorDarkComponentsPillsBlackDefaultText, RedsiftColorDarkComponentsPillsBlackDisabledBackground, RedsiftColorDarkComponentsPillsBlackDisabledBorder, RedsiftColorDarkComponentsPillsBlackDisabledText, RedsiftColorDarkComponentsPillsBlackHoverBackground, RedsiftColorDarkComponentsPillsBlackHoverBorder, RedsiftColorDarkComponentsPillsBlackHoverText, RedsiftColorDarkComponentsPillsBlueDefaultBackground, RedsiftColorDarkComponentsPillsBlueDefaultBorder, RedsiftColorDarkComponentsPillsBlueDefaultText, RedsiftColorDarkComponentsPillsBlueDisabledBackground, RedsiftColorDarkComponentsPillsBlueDisabledBorder, RedsiftColorDarkComponentsPillsBlueDisabledText, RedsiftColorDarkComponentsPillsBlueHoverBackground, RedsiftColorDarkComponentsPillsBlueHoverBorder, RedsiftColorDarkComponentsPillsBlueHoverText, RedsiftColorDarkComponentsPillsBrownDefaultBackground, RedsiftColorDarkComponentsPillsBrownDefaultBorder, RedsiftColorDarkComponentsPillsBrownDefaultText, RedsiftColorDarkComponentsPillsBrownDisabledBackground, RedsiftColorDarkComponentsPillsBrownDisabledBorder, RedsiftColorDarkComponentsPillsBrownDisabledText, RedsiftColorDarkComponentsPillsBrownHoverBackground, RedsiftColorDarkComponentsPillsBrownHoverBorder, RedsiftColorDarkComponentsPillsBrownHoverText, RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsDarkGreyDefaultText, RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsDarkGreyDisabledText, RedsiftColorDarkComponentsPillsDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsDarkGreyHoverText, RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground, RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder, RedsiftColorDarkComponentsPillsErrorDarkDefaultText, RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground, RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder, RedsiftColorDarkComponentsPillsErrorDarkDisabledText, RedsiftColorDarkComponentsPillsErrorDarkHoverBackground, RedsiftColorDarkComponentsPillsErrorDarkHoverBorder, RedsiftColorDarkComponentsPillsErrorDarkHoverText, RedsiftColorDarkComponentsPillsErrorDefaultBackground, RedsiftColorDarkComponentsPillsErrorDefaultBorder, RedsiftColorDarkComponentsPillsErrorDefaultText, RedsiftColorDarkComponentsPillsErrorDisabledBackground, RedsiftColorDarkComponentsPillsErrorDisabledBorder, RedsiftColorDarkComponentsPillsErrorDisabledText, RedsiftColorDarkComponentsPillsErrorHoverBackground, RedsiftColorDarkComponentsPillsErrorHoverBorder, RedsiftColorDarkComponentsPillsErrorHoverText, RedsiftColorDarkComponentsPillsGreenDefaultBackground, RedsiftColorDarkComponentsPillsGreenDefaultBorder, RedsiftColorDarkComponentsPillsGreenDefaultText, RedsiftColorDarkComponentsPillsGreenDisabledBackground, RedsiftColorDarkComponentsPillsGreenDisabledBorder, RedsiftColorDarkComponentsPillsGreenDisabledText, RedsiftColorDarkComponentsPillsGreenHoverBackground, RedsiftColorDarkComponentsPillsGreenHoverBorder, RedsiftColorDarkComponentsPillsGreenHoverText, RedsiftColorDarkComponentsPillsGreyDefaultBackground, RedsiftColorDarkComponentsPillsGreyDefaultBorder, RedsiftColorDarkComponentsPillsGreyDefaultText, RedsiftColorDarkComponentsPillsGreyDisabledBackground, RedsiftColorDarkComponentsPillsGreyDisabledBorder, RedsiftColorDarkComponentsPillsGreyDisabledText, RedsiftColorDarkComponentsPillsGreyHoverBackground, RedsiftColorDarkComponentsPillsGreyHoverBorder, RedsiftColorDarkComponentsPillsGreyHoverText, RedsiftColorDarkComponentsPillsLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsLightGreyDefaultText, RedsiftColorDarkComponentsPillsLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsLightGreyDisabledText, RedsiftColorDarkComponentsPillsLightGreyHoverBackground, RedsiftColorDarkComponentsPillsLightGreyHoverBorder, RedsiftColorDarkComponentsPillsLightGreyHoverText, RedsiftColorDarkComponentsPillsMidGreyDefaultBackground, RedsiftColorDarkComponentsPillsMidGreyDefaultBorder, RedsiftColorDarkComponentsPillsMidGreyDefaultText, RedsiftColorDarkComponentsPillsMidGreyDisabledBackground, RedsiftColorDarkComponentsPillsMidGreyDisabledBorder, RedsiftColorDarkComponentsPillsMidGreyDisabledText, RedsiftColorDarkComponentsPillsMidGreyHoverBackground, RedsiftColorDarkComponentsPillsMidGreyHoverBorder, RedsiftColorDarkComponentsPillsMidGreyHoverText, RedsiftColorDarkComponentsPillsOrangeDefaultBackground, RedsiftColorDarkComponentsPillsOrangeDefaultBorder, RedsiftColorDarkComponentsPillsOrangeDefaultText, RedsiftColorDarkComponentsPillsOrangeDisabledBackground, RedsiftColorDarkComponentsPillsOrangeDisabledBorder, RedsiftColorDarkComponentsPillsOrangeDisabledText, RedsiftColorDarkComponentsPillsOrangeHoverBackground, RedsiftColorDarkComponentsPillsOrangeHoverBorder, RedsiftColorDarkComponentsPillsOrangeHoverText, RedsiftColorDarkComponentsPillsPinkDefaultBackground, RedsiftColorDarkComponentsPillsPinkDefaultBorder, RedsiftColorDarkComponentsPillsPinkDefaultText, RedsiftColorDarkComponentsPillsPinkDisabledBackground, RedsiftColorDarkComponentsPillsPinkDisabledBorder, RedsiftColorDarkComponentsPillsPinkDisabledText, RedsiftColorDarkComponentsPillsPinkHoverBackground, RedsiftColorDarkComponentsPillsPinkHoverBorder, RedsiftColorDarkComponentsPillsPinkHoverText, RedsiftColorDarkComponentsPillsPurpleDefaultBackground, RedsiftColorDarkComponentsPillsPurpleDefaultBorder, RedsiftColorDarkComponentsPillsPurpleDefaultText, RedsiftColorDarkComponentsPillsPurpleDisabledBackground, RedsiftColorDarkComponentsPillsPurpleDisabledBorder, RedsiftColorDarkComponentsPillsPurpleDisabledText, RedsiftColorDarkComponentsPillsPurpleHoverBackground, RedsiftColorDarkComponentsPillsPurpleHoverBorder, RedsiftColorDarkComponentsPillsPurpleHoverText, RedsiftColorDarkComponentsPillsRedDefaultBackground, RedsiftColorDarkComponentsPillsRedDefaultBorder, RedsiftColorDarkComponentsPillsRedDefaultText, RedsiftColorDarkComponentsPillsRedDisabledBackground, RedsiftColorDarkComponentsPillsRedDisabledBorder, RedsiftColorDarkComponentsPillsRedDisabledText, RedsiftColorDarkComponentsPillsRedHoverBackground, RedsiftColorDarkComponentsPillsRedHoverBorder, RedsiftColorDarkComponentsPillsRedHoverText, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDarkDefaultText, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDarkDisabledText, RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground, RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder, RedsiftColorDarkComponentsPillsSuccessDarkHoverText, RedsiftColorDarkComponentsPillsSuccessDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDefaultText, RedsiftColorDarkComponentsPillsSuccessDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDisabledText, RedsiftColorDarkComponentsPillsSuccessHoverBackground, RedsiftColorDarkComponentsPillsSuccessHoverBorder, RedsiftColorDarkComponentsPillsSuccessHoverText, RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground, RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder, RedsiftColorDarkComponentsPillsWarningDarkDefaultText, RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground, RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder, RedsiftColorDarkComponentsPillsWarningDarkDisabledText, RedsiftColorDarkComponentsPillsWarningDarkHoverBackground, RedsiftColorDarkComponentsPillsWarningDarkHoverBorder, RedsiftColorDarkComponentsPillsWarningDarkHoverText, RedsiftColorDarkComponentsPillsWarningDefaultBackground, RedsiftColorDarkComponentsPillsWarningDefaultBorder, RedsiftColorDarkComponentsPillsWarningDefaultText, RedsiftColorDarkComponentsPillsWarningDisabledBackground, RedsiftColorDarkComponentsPillsWarningDisabledBorder, RedsiftColorDarkComponentsPillsWarningDisabledText, RedsiftColorDarkComponentsPillsWarningHoverBackground, RedsiftColorDarkComponentsPillsWarningHoverBorder, RedsiftColorDarkComponentsPillsWarningHoverText, RedsiftColorDarkComponentsPillsWhiteDefaultBackground, RedsiftColorDarkComponentsPillsWhiteDefaultBorder, RedsiftColorDarkComponentsPillsWhiteDefaultText, RedsiftColorDarkComponentsPillsWhiteDisabledBackground, RedsiftColorDarkComponentsPillsWhiteDisabledBorder, RedsiftColorDarkComponentsPillsWhiteDisabledText, RedsiftColorDarkComponentsPillsWhiteHoverBackground, RedsiftColorDarkComponentsPillsWhiteHoverBorder, RedsiftColorDarkComponentsPillsWhiteHoverText, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsXDarkGreyDefaultText, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsXDarkGreyDisabledText, RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsXDarkGreyHoverText, RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsXLightGreyDefaultText, RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsXLightGreyDisabledText, RedsiftColorDarkComponentsPillsXLightGreyHoverBackground, RedsiftColorDarkComponentsPillsXLightGreyHoverBorder, RedsiftColorDarkComponentsPillsXLightGreyHoverText, RedsiftColorDarkComponentsPillsYellowDefaultBackground, RedsiftColorDarkComponentsPillsYellowDefaultBorder, RedsiftColorDarkComponentsPillsYellowDefaultText, RedsiftColorDarkComponentsPillsYellowDisabledBackground, RedsiftColorDarkComponentsPillsYellowDisabledBorder, RedsiftColorDarkComponentsPillsYellowDisabledText, RedsiftColorDarkComponentsPillsYellowHoverBackground, RedsiftColorDarkComponentsPillsYellowHoverBorder, RedsiftColorDarkComponentsPillsYellowHoverText, RedsiftColorDarkComponentsProductLogosIconGrey, RedsiftColorDarkComponentsProductLogosIconRed, RedsiftColorDarkComponentsProductLogosTextGrey, RedsiftColorDarkComponentsProductLogosTextRed, RedsiftColorDarkComponentsProductLogosTextWhite, RedsiftColorDarkComponentsRadioFillDefault, RedsiftColorDarkComponentsRadioFillDefaultHover, RedsiftColorDarkComponentsRadioFillDisabled, RedsiftColorDarkComponentsRadioFillInvalid, RedsiftColorDarkComponentsRadioFillInvalidHover, RedsiftColorDarkComponentsRadioFillUncolored, RedsiftColorDarkComponentsRadioFillUncoloredHover, RedsiftColorDarkComponentsRadioTextDefault, RedsiftColorDarkComponentsRadioTextDisabled, RedsiftColorDarkComponentsRadioTextInvalid, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, RedsiftColorDarkComponentsRedSiftLogoDiamondDark, RedsiftColorDarkComponentsRedSiftLogoDiamondLight, RedsiftColorDarkComponentsRedSiftLogoDiamondMid, RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, RedsiftColorDarkComponentsRedSiftLogoIconBackground, RedsiftColorDarkComponentsRedSiftLogoIconR, RedsiftColorDarkComponentsRedSiftLogoTextGrey, RedsiftColorDarkComponentsRedSiftLogoTextRed, RedsiftColorDarkComponentsRedSiftLogoTextWhite, RedsiftColorDarkComponentsSideNavigationBackground, RedsiftColorDarkComponentsSideNavigationCurrentMarker, RedsiftColorDarkComponentsSideNavigationMenuItemActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, RedsiftColorDarkComponentsSideNavigationRightLine, RedsiftColorDarkComponentsSideNavigationScrollbarHover, RedsiftColorDarkComponentsSideNavigationScrollbarResting, RedsiftColorDarkComponentsSpinnerSpinner, RedsiftColorDarkComponentsSwitchBackgroundDefault, RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, RedsiftColorDarkComponentsSwitchBackgroundDisabled, RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, RedsiftColorDarkComponentsSwitchBackgroundInvalid, RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, RedsiftColorDarkComponentsSwitchBackgroundUncolored, RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, RedsiftColorDarkComponentsSwitchDotDefault, RedsiftColorDarkComponentsSwitchDotDefaultHover, RedsiftColorDarkComponentsSwitchDotDisabled, RedsiftColorDarkComponentsSwitchDotInvalid, RedsiftColorDarkComponentsSwitchDotInvalidHover, RedsiftColorDarkComponentsSwitchDotUncolored, RedsiftColorDarkComponentsSwitchDotUncoloredHover, RedsiftColorDarkComponentsSwitchTextDefault, RedsiftColorDarkComponentsSwitchTextDisabled, RedsiftColorDarkComponentsSwitchTextInvalid, RedsiftColorDarkComponentsTabsLine, RedsiftColorDarkComponentsTextPrimary, RedsiftColorDarkComponentsTextSecondary, RedsiftColorDarkComponentsTooltipBackground, RedsiftColorDarkComponentsTooltipText, RedsiftColorGreenD1, RedsiftColorGreenD2, RedsiftColorGreenD3, RedsiftColorGreenD4, RedsiftColorGreenL1, RedsiftColorGreenL2, RedsiftColorGreenL3, RedsiftColorGreenL4, RedsiftColorGreenN, RedsiftColorGreyD1, RedsiftColorGreyD2, RedsiftColorGreyD3, RedsiftColorGreyD4, RedsiftColorGreyD5, RedsiftColorGreyL1, RedsiftColorGreyL2, RedsiftColorGreyL3, RedsiftColorGreyL4, RedsiftColorGreyL5, RedsiftColorGreyN, RedsiftColorLightComponentsAiAiBorder, RedsiftColorLightComponentsAiAiIcon, RedsiftColorLightComponentsAlertErrorBackground, RedsiftColorLightComponentsAlertErrorBorder, RedsiftColorLightComponentsAlertErrorIcon, RedsiftColorLightComponentsAlertInfoBackground, RedsiftColorLightComponentsAlertInfoBorder, RedsiftColorLightComponentsAlertInfoIcon, RedsiftColorLightComponentsAlertSuccessBackground, RedsiftColorLightComponentsAlertSuccessBorder, RedsiftColorLightComponentsAlertSuccessIcon, RedsiftColorLightComponentsAlertText, RedsiftColorLightComponentsAlertWarningBackground, RedsiftColorLightComponentsAlertWarningBorder, RedsiftColorLightComponentsAlertWarningIcon, RedsiftColorLightComponentsAppBarBackground, RedsiftColorLightComponentsAppBarBorder, RedsiftColorLightComponentsAppBarBreadcrumbDefault, RedsiftColorLightComponentsAppBarBreadcrumbDown, RedsiftColorLightComponentsAppBarBreadcrumbHover, RedsiftColorLightComponentsAppBarIconBackgroundActive, RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, RedsiftColorLightComponentsAppBarIconBackgroundDown, RedsiftColorLightComponentsAppBarIconBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorLightComponentsCheckboxFillDefault, RedsiftColorLightComponentsCheckboxFillDefaultHover, RedsiftColorLightComponentsCheckboxFillDisabled, RedsiftColorLightComponentsCheckboxFillInvalid, RedsiftColorLightComponentsCheckboxFillInvalidHover, RedsiftColorLightComponentsCheckboxFillUncolored, RedsiftColorLightComponentsCheckboxFillUncoloredHover, RedsiftColorLightComponentsCheckboxTextDefault, RedsiftColorLightComponentsCheckboxTextDisabled, RedsiftColorLightComponentsCheckboxTextInvalid, RedsiftColorLightComponentsDropdownsAndMenusClickBackground, RedsiftColorLightComponentsDropdownsAndMenusClickText, RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, RedsiftColorLightComponentsDropdownsAndMenusDefaultText, RedsiftColorLightComponentsDropdownsAndMenusDividers, RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, RedsiftColorLightComponentsIconsDefault, RedsiftColorLightComponentsModalBackground, RedsiftColorLightComponentsPageBackground, RedsiftColorLightComponentsPillsAquaDefaultBackground, RedsiftColorLightComponentsPillsAquaDefaultBorder, RedsiftColorLightComponentsPillsAquaDefaultText, RedsiftColorLightComponentsPillsAquaDisabledBackground, RedsiftColorLightComponentsPillsAquaDisabledBorder, RedsiftColorLightComponentsPillsAquaDisabledText, RedsiftColorLightComponentsPillsAquaHoverBackground, RedsiftColorLightComponentsPillsAquaHoverBorder, RedsiftColorLightComponentsPillsAquaHoverText, RedsiftColorLightComponentsPillsBlackDefaultBackground, RedsiftColorLightComponentsPillsBlackDefaultBorder, RedsiftColorLightComponentsPillsBlackDefaultText, RedsiftColorLightComponentsPillsBlackDisabledBackground, RedsiftColorLightComponentsPillsBlackDisabledBorder, RedsiftColorLightComponentsPillsBlackDisabledText, RedsiftColorLightComponentsPillsBlackHoverBackground, RedsiftColorLightComponentsPillsBlackHoverBorder, RedsiftColorLightComponentsPillsBlackHoverText, RedsiftColorLightComponentsPillsBlueDefaultBackground, RedsiftColorLightComponentsPillsBlueDefaultBorder, RedsiftColorLightComponentsPillsBlueDefaultText, RedsiftColorLightComponentsPillsBlueDisabledBackground, RedsiftColorLightComponentsPillsBlueDisabledBorder, RedsiftColorLightComponentsPillsBlueDisabledText, RedsiftColorLightComponentsPillsBlueHoverBackground, RedsiftColorLightComponentsPillsBlueHoverBorder, RedsiftColorLightComponentsPillsBlueHoverText, RedsiftColorLightComponentsPillsBrownDefaultBackground, RedsiftColorLightComponentsPillsBrownDefaultBorder, RedsiftColorLightComponentsPillsBrownDefaultText, RedsiftColorLightComponentsPillsBrownDisabledBackground, RedsiftColorLightComponentsPillsBrownDisabledBorder, RedsiftColorLightComponentsPillsBrownDisabledText, RedsiftColorLightComponentsPillsBrownHoverBackground, RedsiftColorLightComponentsPillsBrownHoverBorder, RedsiftColorLightComponentsPillsBrownHoverText, RedsiftColorLightComponentsPillsDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsDarkGreyDefaultText, RedsiftColorLightComponentsPillsDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsDarkGreyDisabledText, RedsiftColorLightComponentsPillsDarkGreyHoverBackground, RedsiftColorLightComponentsPillsDarkGreyHoverBorder, RedsiftColorLightComponentsPillsDarkGreyHoverText, RedsiftColorLightComponentsPillsErrorDarkDefaultBackground, RedsiftColorLightComponentsPillsErrorDarkDefaultBorder, RedsiftColorLightComponentsPillsErrorDarkDefaultText, RedsiftColorLightComponentsPillsErrorDarkDisabledBackground, RedsiftColorLightComponentsPillsErrorDarkDisabledBorder, RedsiftColorLightComponentsPillsErrorDarkDisabledText, RedsiftColorLightComponentsPillsErrorDarkHoverBackground, RedsiftColorLightComponentsPillsErrorDarkHoverBorder, RedsiftColorLightComponentsPillsErrorDarkHoverText, RedsiftColorLightComponentsPillsErrorDefaultBackground, RedsiftColorLightComponentsPillsErrorDefaultBorder, RedsiftColorLightComponentsPillsErrorDefaultText, RedsiftColorLightComponentsPillsErrorDisabledBackground, RedsiftColorLightComponentsPillsErrorDisabledBorder, RedsiftColorLightComponentsPillsErrorDisabledText, RedsiftColorLightComponentsPillsErrorHoverBackground, RedsiftColorLightComponentsPillsErrorHoverBorder, RedsiftColorLightComponentsPillsErrorHoverText, RedsiftColorLightComponentsPillsGreenDefaultBackground, RedsiftColorLightComponentsPillsGreenDefaultBorder, RedsiftColorLightComponentsPillsGreenDefaultText, RedsiftColorLightComponentsPillsGreenDisabledBackground, RedsiftColorLightComponentsPillsGreenDisabledBorder, RedsiftColorLightComponentsPillsGreenDisabledText, RedsiftColorLightComponentsPillsGreenHoverBackground, RedsiftColorLightComponentsPillsGreenHoverBorder, RedsiftColorLightComponentsPillsGreenHoverText, RedsiftColorLightComponentsPillsGreyDefaultBackground, RedsiftColorLightComponentsPillsGreyDefaultBorder, RedsiftColorLightComponentsPillsGreyDefaultText, RedsiftColorLightComponentsPillsGreyDisabledBackground, RedsiftColorLightComponentsPillsGreyDisabledBorder, RedsiftColorLightComponentsPillsGreyDisabledText, RedsiftColorLightComponentsPillsGreyHoverBackground, RedsiftColorLightComponentsPillsGreyHoverBorder, RedsiftColorLightComponentsPillsGreyHoverText, RedsiftColorLightComponentsPillsLightGreyDefaultBackground, RedsiftColorLightComponentsPillsLightGreyDefaultBorder, RedsiftColorLightComponentsPillsLightGreyDefaultText, RedsiftColorLightComponentsPillsLightGreyDisabledBackground, RedsiftColorLightComponentsPillsLightGreyDisabledBorder, RedsiftColorLightComponentsPillsLightGreyDisabledText, RedsiftColorLightComponentsPillsLightGreyHoverBackground, RedsiftColorLightComponentsPillsLightGreyHoverBorder, RedsiftColorLightComponentsPillsLightGreyHoverText, RedsiftColorLightComponentsPillsMidGreyDefaultBackground, RedsiftColorLightComponentsPillsMidGreyDefaultBorder, RedsiftColorLightComponentsPillsMidGreyDefaultText, RedsiftColorLightComponentsPillsMidGreyDisabledBackground, RedsiftColorLightComponentsPillsMidGreyDisabledBorder, RedsiftColorLightComponentsPillsMidGreyDisabledText, RedsiftColorLightComponentsPillsMidGreyHoverBackground, RedsiftColorLightComponentsPillsMidGreyHoverBorder, RedsiftColorLightComponentsPillsMidGreyHoverText, RedsiftColorLightComponentsPillsOrangeDefaultBackground, RedsiftColorLightComponentsPillsOrangeDefaultBorder, RedsiftColorLightComponentsPillsOrangeDefaultText, RedsiftColorLightComponentsPillsOrangeDisabledBackground, RedsiftColorLightComponentsPillsOrangeDisabledBorder, RedsiftColorLightComponentsPillsOrangeDisabledText, RedsiftColorLightComponentsPillsOrangeHoverBackground, RedsiftColorLightComponentsPillsOrangeHoverBorder, RedsiftColorLightComponentsPillsOrangeHoverText, RedsiftColorLightComponentsPillsPinkDefaultBackground, RedsiftColorLightComponentsPillsPinkDefaultBorder, RedsiftColorLightComponentsPillsPinkDefaultText, RedsiftColorLightComponentsPillsPinkDisabledBackground, RedsiftColorLightComponentsPillsPinkDisabledBorder, RedsiftColorLightComponentsPillsPinkDisabledText, RedsiftColorLightComponentsPillsPinkHoverBackground, RedsiftColorLightComponentsPillsPinkHoverBorder, RedsiftColorLightComponentsPillsPinkHoverText, RedsiftColorLightComponentsPillsPurpleDefaultBackground, RedsiftColorLightComponentsPillsPurpleDefaultBorder, RedsiftColorLightComponentsPillsPurpleDefaultText, RedsiftColorLightComponentsPillsPurpleDisabledBackground, RedsiftColorLightComponentsPillsPurpleDisabledBorder, RedsiftColorLightComponentsPillsPurpleDisabledText, RedsiftColorLightComponentsPillsPurpleHoverBackground, RedsiftColorLightComponentsPillsPurpleHoverBorder, RedsiftColorLightComponentsPillsPurpleHoverText, RedsiftColorLightComponentsPillsRedDefaultBackground, RedsiftColorLightComponentsPillsRedDefaultBorder, RedsiftColorLightComponentsPillsRedDefaultText, RedsiftColorLightComponentsPillsRedDisabledBackground, RedsiftColorLightComponentsPillsRedDisabledBorder, RedsiftColorLightComponentsPillsRedDisabledText, RedsiftColorLightComponentsPillsRedHoverBackground, RedsiftColorLightComponentsPillsRedHoverBorder, RedsiftColorLightComponentsPillsRedHoverText, RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground, RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder, RedsiftColorLightComponentsPillsSuccessDarkDefaultText, RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground, RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder, RedsiftColorLightComponentsPillsSuccessDarkDisabledText, RedsiftColorLightComponentsPillsSuccessDarkHoverBackground, RedsiftColorLightComponentsPillsSuccessDarkHoverBorder, RedsiftColorLightComponentsPillsSuccessDarkHoverText, RedsiftColorLightComponentsPillsSuccessDefaultBackground, RedsiftColorLightComponentsPillsSuccessDefaultBorder, RedsiftColorLightComponentsPillsSuccessDefaultText, RedsiftColorLightComponentsPillsSuccessDisabledBackground, RedsiftColorLightComponentsPillsSuccessDisabledBorder, RedsiftColorLightComponentsPillsSuccessDisabledText, RedsiftColorLightComponentsPillsSuccessHoverBackground, RedsiftColorLightComponentsPillsSuccessHoverBorder, RedsiftColorLightComponentsPillsSuccessHoverText, RedsiftColorLightComponentsPillsWarningDarkDefaultBackground, RedsiftColorLightComponentsPillsWarningDarkDefaultBorder, RedsiftColorLightComponentsPillsWarningDarkDefaultText, RedsiftColorLightComponentsPillsWarningDarkDisabledBackground, RedsiftColorLightComponentsPillsWarningDarkDisabledBorder, RedsiftColorLightComponentsPillsWarningDarkDisabledText, RedsiftColorLightComponentsPillsWarningDarkHoverBackground, RedsiftColorLightComponentsPillsWarningDarkHoverBorder, RedsiftColorLightComponentsPillsWarningDarkHoverText, RedsiftColorLightComponentsPillsWarningDefaultBackground, RedsiftColorLightComponentsPillsWarningDefaultBorder, RedsiftColorLightComponentsPillsWarningDefaultText, RedsiftColorLightComponentsPillsWarningDisabledBackground, RedsiftColorLightComponentsPillsWarningDisabledBorder, RedsiftColorLightComponentsPillsWarningDisabledText, RedsiftColorLightComponentsPillsWarningHoverBackground, RedsiftColorLightComponentsPillsWarningHoverBorder, RedsiftColorLightComponentsPillsWarningHoverText, RedsiftColorLightComponentsPillsWhiteDefaultBackground, RedsiftColorLightComponentsPillsWhiteDefaultBorder, RedsiftColorLightComponentsPillsWhiteDefaultText, RedsiftColorLightComponentsPillsWhiteDisabledBackground, RedsiftColorLightComponentsPillsWhiteDisabledBorder, RedsiftColorLightComponentsPillsWhiteDisabledText, RedsiftColorLightComponentsPillsWhiteHoverBackground, RedsiftColorLightComponentsPillsWhiteHoverBorder, RedsiftColorLightComponentsPillsWhiteHoverText, RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsXDarkGreyDefaultText, RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsXDarkGreyDisabledText, RedsiftColorLightComponentsPillsXDarkGreyHoverBackground, RedsiftColorLightComponentsPillsXDarkGreyHoverBorder, RedsiftColorLightComponentsPillsXDarkGreyHoverText, RedsiftColorLightComponentsPillsXLightGreyDefaultBackground, RedsiftColorLightComponentsPillsXLightGreyDefaultBorder, RedsiftColorLightComponentsPillsXLightGreyDefaultText, RedsiftColorLightComponentsPillsXLightGreyDisabledBackground, RedsiftColorLightComponentsPillsXLightGreyDisabledBorder, RedsiftColorLightComponentsPillsXLightGreyDisabledText, RedsiftColorLightComponentsPillsXLightGreyHoverBackground, RedsiftColorLightComponentsPillsXLightGreyHoverBorder, RedsiftColorLightComponentsPillsXLightGreyHoverText, RedsiftColorLightComponentsPillsYellowDefaultBackground, RedsiftColorLightComponentsPillsYellowDefaultBorder, RedsiftColorLightComponentsPillsYellowDefaultText, RedsiftColorLightComponentsPillsYellowDisabledBackground, RedsiftColorLightComponentsPillsYellowDisabledBorder, RedsiftColorLightComponentsPillsYellowDisabledText, RedsiftColorLightComponentsPillsYellowHoverBackground, RedsiftColorLightComponentsPillsYellowHoverBorder, RedsiftColorLightComponentsPillsYellowHoverText, RedsiftColorLightComponentsProductLogosIconGrey, RedsiftColorLightComponentsProductLogosIconRed, RedsiftColorLightComponentsProductLogosTextGrey, RedsiftColorLightComponentsProductLogosTextRed, RedsiftColorLightComponentsProductLogosTextWhite, RedsiftColorLightComponentsRadioFillDefault, RedsiftColorLightComponentsRadioFillDefaultHover, RedsiftColorLightComponentsRadioFillDisabled, RedsiftColorLightComponentsRadioFillInvalid, RedsiftColorLightComponentsRadioFillInvalidHover, RedsiftColorLightComponentsRadioFillUncolored, RedsiftColorLightComponentsRadioFillUncoloredHover, RedsiftColorLightComponentsRadioTextDefault, RedsiftColorLightComponentsRadioTextDisabled, RedsiftColorLightComponentsRadioTextInvalid, RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, RedsiftColorLightComponentsRedSiftLogoDiamondDark, RedsiftColorLightComponentsRedSiftLogoDiamondLight, RedsiftColorLightComponentsRedSiftLogoDiamondMid, RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, RedsiftColorLightComponentsRedSiftLogoIconBackground, RedsiftColorLightComponentsRedSiftLogoIconR, RedsiftColorLightComponentsRedSiftLogoTextGrey, RedsiftColorLightComponentsRedSiftLogoTextRed, RedsiftColorLightComponentsRedSiftLogoTextWhite, RedsiftColorLightComponentsSideNavigationBackground, RedsiftColorLightComponentsSideNavigationCurrentMarker, RedsiftColorLightComponentsSideNavigationMenuItemActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, RedsiftColorLightComponentsSideNavigationMenuItemTextHover, RedsiftColorLightComponentsSideNavigationMenuItemTextResting, RedsiftColorLightComponentsSideNavigationRightLine, RedsiftColorLightComponentsSideNavigationScrollbarHover, RedsiftColorLightComponentsSideNavigationScrollbarResting, RedsiftColorLightComponentsSpinnerSpinner, RedsiftColorLightComponentsSwitchBackgroundDefault, RedsiftColorLightComponentsSwitchBackgroundDefaultActive, RedsiftColorLightComponentsSwitchBackgroundDisabled, RedsiftColorLightComponentsSwitchBackgroundDisabledActive, RedsiftColorLightComponentsSwitchBackgroundInvalid, RedsiftColorLightComponentsSwitchBackgroundInvalidActive, RedsiftColorLightComponentsSwitchBackgroundUncolored, RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, RedsiftColorLightComponentsSwitchDotDefault, RedsiftColorLightComponentsSwitchDotDefaultHover, RedsiftColorLightComponentsSwitchDotDisabled, RedsiftColorLightComponentsSwitchDotInvalid, RedsiftColorLightComponentsSwitchDotInvalidHover, RedsiftColorLightComponentsSwitchDotUncolored, RedsiftColorLightComponentsSwitchDotUncoloredHover, RedsiftColorLightComponentsSwitchTextDefault, RedsiftColorLightComponentsSwitchTextDisabled, RedsiftColorLightComponentsSwitchTextInvalid, RedsiftColorLightComponentsTabsLine, RedsiftColorLightComponentsTextPrimary, RedsiftColorLightComponentsTextSecondary, RedsiftColorLightComponentsTooltipBackground, RedsiftColorLightComponentsTooltipText, RedsiftColorNeutralBlack, RedsiftColorNeutralDarkGrey, RedsiftColorNeutralLightGrey, RedsiftColorNeutralMidGrey, RedsiftColorNeutralWhite, RedsiftColorNeutralXDarkGrey, RedsiftColorNeutralXLightGrey, RedsiftColorNotificationsErrorActive, RedsiftColorNotificationsErrorHover, RedsiftColorNotificationsErrorPrimary, RedsiftColorNotificationsInfoActive, RedsiftColorNotificationsInfoHover, RedsiftColorNotificationsInfoPrimary, RedsiftColorNotificationsNoDataActive, RedsiftColorNotificationsNoDataHover, RedsiftColorNotificationsNoDataPrimary, RedsiftColorNotificationsPrimaryActive, RedsiftColorNotificationsPrimaryHover, RedsiftColorNotificationsPrimaryPrimary, RedsiftColorNotificationsQuestionActive, RedsiftColorNotificationsQuestionHover, RedsiftColorNotificationsQuestionPrimary, RedsiftColorNotificationsSecondaryActive, RedsiftColorNotificationsSecondaryHover, RedsiftColorNotificationsSecondaryPrimary, RedsiftColorNotificationsSuccessActive, RedsiftColorNotificationsSuccessHover, RedsiftColorNotificationsSuccessPrimary, RedsiftColorNotificationsWarningActive, RedsiftColorNotificationsWarningHover, RedsiftColorNotificationsWarningPrimary, RedsiftColorPresentationAquaDark, RedsiftColorPresentationAquaDarker, RedsiftColorPresentationAquaDarkerer, RedsiftColorPresentationAquaDefault, RedsiftColorPresentationAquaLight, RedsiftColorPresentationAquaLighter, RedsiftColorPresentationAquaLighterer, RedsiftColorPresentationBlueDark, RedsiftColorPresentationBlueDarker, RedsiftColorPresentationBlueDarkerer, RedsiftColorPresentationBlueDefault, RedsiftColorPresentationBlueLight, RedsiftColorPresentationBlueLighter, RedsiftColorPresentationBlueLighterer, RedsiftColorPresentationBrownDark, RedsiftColorPresentationBrownDarker, RedsiftColorPresentationBrownDarkerer, RedsiftColorPresentationBrownDefault, RedsiftColorPresentationBrownLight, RedsiftColorPresentationBrownLighter, RedsiftColorPresentationBrownLighterer, RedsiftColorPresentationGreenDark, RedsiftColorPresentationGreenDarker, RedsiftColorPresentationGreenDarkerer, RedsiftColorPresentationGreenDefault, RedsiftColorPresentationGreenLight, RedsiftColorPresentationGreenLighter, RedsiftColorPresentationGreenLighterer, RedsiftColorPresentationGreyDark, RedsiftColorPresentationGreyDarker, RedsiftColorPresentationGreyDarkerer, RedsiftColorPresentationGreyDefault, RedsiftColorPresentationGreyLight, RedsiftColorPresentationGreyLighter, RedsiftColorPresentationGreyLighterer, RedsiftColorPresentationOrangeDark, RedsiftColorPresentationOrangeDarker, RedsiftColorPresentationOrangeDarkerer, RedsiftColorPresentationOrangeDefault, RedsiftColorPresentationOrangeLight, RedsiftColorPresentationOrangeLighter, RedsiftColorPresentationOrangeLighterer, RedsiftColorPresentationPinkDark, RedsiftColorPresentationPinkDarker, RedsiftColorPresentationPinkDarkerer, RedsiftColorPresentationPinkDefault, RedsiftColorPresentationPinkLight, RedsiftColorPresentationPinkLighter, RedsiftColorPresentationPinkLighterer, RedsiftColorPresentationPurpleDark, RedsiftColorPresentationPurpleDarker, RedsiftColorPresentationPurpleDarkerer, RedsiftColorPresentationPurpleDefault, RedsiftColorPresentationPurpleLight, RedsiftColorPresentationPurpleLighter, RedsiftColorPresentationPurpleLighterer, RedsiftColorPresentationRedDark, RedsiftColorPresentationRedDarker, RedsiftColorPresentationRedDarkerer, RedsiftColorPresentationRedDefault, RedsiftColorPresentationRedLight, RedsiftColorPresentationRedLighter, RedsiftColorPresentationRedLighterer, RedsiftColorPresentationYellowDark, RedsiftColorPresentationYellowDarker, RedsiftColorPresentationYellowDarkerer, RedsiftColorPresentationYellowDefault, RedsiftColorPresentationYellowLight, RedsiftColorPresentationYellowLighter, RedsiftColorPresentationYellowLighterer, RedsiftColorPrimaryD1, RedsiftColorPrimaryD2, RedsiftColorPrimaryD3, RedsiftColorPrimaryD4, RedsiftColorPrimaryL1, RedsiftColorPrimaryL2, RedsiftColorPrimaryL3, RedsiftColorPrimaryL4, RedsiftColorPrimaryN, RedsiftColorProductAsm, RedsiftColorProductBrandTrust, RedsiftColorProductCertificates, RedsiftColorProductHardenize, RedsiftColorProductOnDmarc, RedsiftColorProductOnInbox, RedsiftColorProductOndmarc, RedsiftColorProductOninbox, RedsiftColorProductPulse, RedsiftColorProductRadar, RedsiftColorProductRojoDs, RedsiftColorProductVendorSecure, RedsiftColorProductWebsite, RedsiftColorRedD1, RedsiftColorRedD2, RedsiftColorRedD3, RedsiftColorRedD4, RedsiftColorRedL1, RedsiftColorRedL2, RedsiftColorRedL3, RedsiftColorRedL4, RedsiftColorRedN, RedsiftColorSecondaryD1, RedsiftColorSecondaryD2, RedsiftColorSecondaryD3, RedsiftColorSecondaryD4, RedsiftColorSecondaryL1, RedsiftColorSecondaryL2, RedsiftColorSecondaryL3, RedsiftColorSecondaryL4, RedsiftColorSecondaryN, RedsiftColorTealD1, RedsiftColorTealD2, RedsiftColorTealD3, RedsiftColorTealD4, RedsiftColorTealL1, RedsiftColorTealL2, RedsiftColorTealL3, RedsiftColorTealL4, RedsiftColorTealN, RedsiftColorTextPrimary, RedsiftColorTextSecondary, RedsiftColorYellowD1, RedsiftColorYellowD2, RedsiftColorYellowD3, RedsiftColorYellowD4, RedsiftColorYellowL1, RedsiftColorYellowL2, RedsiftColorYellowL3, RedsiftColorYellowL4, RedsiftColorYellowN, RedsiftLayoutZIndexDialog, RedsiftLayoutZIndexDropdown, RedsiftLayoutZIndexFooter, RedsiftLayoutZIndexHeader, RedsiftLayoutZIndexOverlay, RedsiftLayoutZIndexPopover, RedsiftLayoutZIndexSidePanel, RedsiftLayoutZIndexTooltip, RedsiftTypographyBadgeFontFamily, RedsiftTypographyBadgeFontSize, RedsiftTypographyBadgeFontWeight, RedsiftTypographyBadgeLineHeight, RedsiftTypographyBodyFontFamily, RedsiftTypographyBodyFontSize, RedsiftTypographyBodyFontWeight, RedsiftTypographyBodyLineHeight, RedsiftTypographyBodyTextTransform, RedsiftTypographyButtonFontFamily, RedsiftTypographyButtonFontSize, RedsiftTypographyButtonFontWeight, RedsiftTypographyButtonLineHeight, RedsiftTypographyButtonTextTransform, RedsiftTypographyCaptionFontFamily, RedsiftTypographyCaptionFontSize, RedsiftTypographyCaptionFontWeight, RedsiftTypographyCaptionLineHeight, RedsiftTypographyCaptionTextTransform, RedsiftTypographyChipFontFamily, RedsiftTypographyChipFontSize, RedsiftTypographyChipFontWeight, RedsiftTypographyChipLineHeight, RedsiftTypographyDatagridCellFontFamily, RedsiftTypographyDatagridCellFontSize, RedsiftTypographyDatagridCellFontWeight, RedsiftTypographyDatagridCellLineHeight, RedsiftTypographyDatagridHeaderFontFamily, RedsiftTypographyDatagridHeaderFontSize, RedsiftTypographyDatagridHeaderFontWeight, RedsiftTypographyDatagridHeaderLineHeight, RedsiftTypographyFontFamilyPoppins, RedsiftTypographyFontFamilySourceCodePro, RedsiftTypographyFontWeightBlack, RedsiftTypographyFontWeightBold, RedsiftTypographyFontWeightExtraBold, RedsiftTypographyFontWeightExtraLight, RedsiftTypographyFontWeightLight, RedsiftTypographyFontWeightMedium, RedsiftTypographyFontWeightRegular, RedsiftTypographyFontWeightSemiBold, RedsiftTypographyFontWeightThin, RedsiftTypographyH1FontFamily, RedsiftTypographyH1FontSize, RedsiftTypographyH1FontWeight, RedsiftTypographyH1LineHeight, RedsiftTypographyH1TextTransform, RedsiftTypographyH2FontFamily, RedsiftTypographyH2FontSize, RedsiftTypographyH2FontWeight, RedsiftTypographyH2LineHeight, RedsiftTypographyH2TextTransform, RedsiftTypographyH3FontFamily, RedsiftTypographyH3FontSize, RedsiftTypographyH3FontWeight, RedsiftTypographyH3LineHeight, RedsiftTypographyH3TextTransform, RedsiftTypographyH4FontFamily, RedsiftTypographyH4FontSize, RedsiftTypographyH4FontWeight, RedsiftTypographyH4LineHeight, RedsiftTypographyH4TextTransform, RedsiftTypographyH5FontFamily, RedsiftTypographyH5FontSize, RedsiftTypographyH5FontWeight, RedsiftTypographyH5LineHeight, RedsiftTypographyH5TextTransform, RedsiftTypographyHelperFontFamily, RedsiftTypographyHelperFontSize, RedsiftTypographyHelperFontWeight, RedsiftTypographyHelperLineHeight, RedsiftTypographyHelperTextTransform, RedsiftTypographyInputTextFontFamily, RedsiftTypographyInputTextFontSize, RedsiftTypographyInputTextFontWeight, RedsiftTypographyInputTextLineHeight, RedsiftTypographyLinkFontFamily, RedsiftTypographyLinkFontSize, RedsiftTypographyLinkFontWeight, RedsiftTypographyLinkLineHeight, RedsiftTypographyPillFontFamily, RedsiftTypographyPillFontSize, RedsiftTypographyPillFontWeight, RedsiftTypographyPillLineHeight, RedsiftTypographyTooltipFontFamily, RedsiftTypographyTooltipFontSize, RedsiftTypographyTooltipFontWeight, RedsiftTypographyTooltipLineHeight, RovingTabindexListbox, SSRProvider, SecondaryColorPalette, Shield, ShieldVariant, SideNavigationMenu, SideNavigationMenuBar, SideNavigationMenuBarVariant, SideNavigationMenuItem, SideNavigationMenuReducerActionType, Skeleton, SkeletonCircle, SkeletonText, SkeletonTextVariant, Spinner, SpinnerSize, StyledButton, StyledItem, StyledLink, StyledTextField, Switch, SwitchGroup, SwitchGroupOrientation, Text, TextArea, TextAreaVariant, TextComponent, TextField, TextFieldVariant, TextVariant, Theme, ThemeContext, ThemeProvider, baseContainer, baseFlexbox, baseGrid, baseInternalSpacing, baseLayout, basePositioning, baseSizing, baseSpacing, baseStyling, filterComponents, focusRing, getCanvasFont, getContainerProps, getCssStyle, getMaxTextWidth, getTextWidth, isComponent, nextId, partitionComponents, resetId, setPrefix, sizeToDimension$1 as sizeToDimension, srOnly, uniqueId, useAppSidePanel, useBoundingClientRect, useCollator, useComputeNumberOfRows, useDateFormatter, useFilter, useFocusOnList, useFocusOnListItem, useId$2 as useId, useIsLoaded, useIsSSR, useListFormatter, useListboxItem, useLocale, useLocalizedStringDictionary, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter, useSSRSafeId, useSideNavigationMenuBar, useTheme, useWindowSize, warnIfNoAccessibleLabelFound };
|
|
20415
21128
|
//# sourceMappingURL=index.js.map
|