@redsift/design-system 10.3.0-alpha.5 → 10.3.0-alpha.6
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/CONTRIBUTING.md +0 -4
- package/index.d.ts +81 -24
- package/index.js +536 -532
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/style/index.css +49 -16
- package/style/redsift-design-tokens.css +49 -16
- package/style/redsift.css +49 -16
package/index.js
CHANGED
|
@@ -483,7 +483,7 @@ function partitionComponents(components, predicates) {
|
|
|
483
483
|
|
|
484
484
|
/**
|
|
485
485
|
* Do not edit directly
|
|
486
|
-
* Generated on
|
|
486
|
+
* Generated on Tue, 16 Jul 2024 19:17:14 GMT
|
|
487
487
|
*/
|
|
488
488
|
|
|
489
489
|
const RedsiftColorDarkComponentsPageBackground = '#333333';
|
|
@@ -642,13 +642,29 @@ const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover = '#689df6';
|
|
|
642
642
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive = '#8eb6f8';
|
|
643
643
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled = '#858585';
|
|
644
644
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault = 'transparent';
|
|
645
|
-
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover = '#
|
|
645
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover = '#525252';
|
|
646
646
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive = '#333333';
|
|
647
647
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled = '#333333';
|
|
648
648
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault = '#666666';
|
|
649
649
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover = '#858585';
|
|
650
650
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive = '#a3a3a3';
|
|
651
651
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled = '#858585';
|
|
652
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDefault = 'transparent';
|
|
653
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundHover = '#525252';
|
|
654
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundActive = '#333333';
|
|
655
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDisabled = 'transparent';
|
|
656
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDefault = '#333333';
|
|
657
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextHover = '#333333';
|
|
658
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextActive = '#333333';
|
|
659
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDisabled = '#a3a3a3';
|
|
660
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDefault = 'transparent';
|
|
661
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundHover = '#525252';
|
|
662
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundActive = '#333333';
|
|
663
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDisabled = 'transparent';
|
|
664
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDefault = '#ffffff';
|
|
665
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextHover = '#ffffff';
|
|
666
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextActive = '#ffffff';
|
|
667
|
+
const RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDisabled = '#a3a3a3';
|
|
652
668
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault = 'transparent';
|
|
653
669
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover = 'linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))';
|
|
654
670
|
const RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive = 'linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))';
|
|
@@ -706,7 +722,7 @@ const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover = '#689df6';
|
|
|
706
722
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive = '#8eb6f8';
|
|
707
723
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled = '#858585';
|
|
708
724
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault = 'transparent';
|
|
709
|
-
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover = '#
|
|
725
|
+
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover = '#525252';
|
|
710
726
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive = '#333333';
|
|
711
727
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled = '#333333';
|
|
712
728
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault = '#666666';
|
|
@@ -714,16 +730,16 @@ const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover = '#858585';
|
|
|
714
730
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive = '#a3a3a3';
|
|
715
731
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled = '#858585';
|
|
716
732
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault = 'transparent';
|
|
717
|
-
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover = '#
|
|
718
|
-
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive = '#
|
|
733
|
+
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover = '#525252';
|
|
734
|
+
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive = '#333333';
|
|
719
735
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled = 'transparent';
|
|
720
736
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault = '#333333';
|
|
721
737
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover = '#333333';
|
|
722
738
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive = '#333333';
|
|
723
739
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled = '#a3a3a3';
|
|
724
740
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault = 'transparent';
|
|
725
|
-
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover = '#
|
|
726
|
-
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive = '#
|
|
741
|
+
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover = '#525252';
|
|
742
|
+
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive = '#333333';
|
|
727
743
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = 'transparent';
|
|
728
744
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault = '#ffffff';
|
|
729
745
|
const RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover = '#ffffff';
|
|
@@ -1170,13 +1186,29 @@ const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover = '#3b78dc'
|
|
|
1170
1186
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive = '#2e5dab';
|
|
1171
1187
|
const RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled = '#a3a3a3';
|
|
1172
1188
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault = 'transparent';
|
|
1173
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover = '#
|
|
1174
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive = '#
|
|
1175
|
-
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled = '
|
|
1189
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover = '#e0e0e0';
|
|
1190
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive = '#a3a3a3';
|
|
1191
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled = 'transparent';
|
|
1176
1192
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault = '#666666';
|
|
1177
1193
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover = '#525252';
|
|
1178
1194
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive = '#525252';
|
|
1179
1195
|
const RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled = '#a3a3a3';
|
|
1196
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDefault = 'transparent';
|
|
1197
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundHover = '#e0e0e0';
|
|
1198
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundActive = '#a3a3a3';
|
|
1199
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDisabled = 'transparent';
|
|
1200
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDefault = '#333333';
|
|
1201
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextHover = '#333333';
|
|
1202
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextActive = '#333333';
|
|
1203
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDisabled = '#a3a3a3';
|
|
1204
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDefault = 'transparent';
|
|
1205
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundHover = '#e0e0e0';
|
|
1206
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundActive = '#a3a3a3';
|
|
1207
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDisabled = 'transparent';
|
|
1208
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDefault = '#ffffff';
|
|
1209
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextHover = '#ffffff';
|
|
1210
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextActive = '#ffffff';
|
|
1211
|
+
const RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDisabled = '#a3a3a3';
|
|
1180
1212
|
const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault = 'transparent';
|
|
1181
1213
|
const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover = 'linear-gradient(90deg, rgba(81, 183, 142, 0.2), rgba(0, 129, 195, 0.2))';
|
|
1182
1214
|
const RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive = 'linear-gradient(90deg, rgba(81, 183, 142, 0.4), rgba(0, 129, 195, 0.4))';
|
|
@@ -1234,24 +1266,24 @@ const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover = '#3b78dc';
|
|
|
1234
1266
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive = '#2e5dab';
|
|
1235
1267
|
const RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled = '#a3a3a3';
|
|
1236
1268
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault = 'transparent';
|
|
1237
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover = '#
|
|
1238
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive = '#
|
|
1269
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover = '#e0e0e0';
|
|
1270
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive = '#a3a3a3';
|
|
1239
1271
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled = 'transparent';
|
|
1240
1272
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault = '#666666';
|
|
1241
1273
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover = '#525252';
|
|
1242
1274
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive = '#525252';
|
|
1243
1275
|
const RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled = '#a3a3a3';
|
|
1244
1276
|
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault = 'transparent';
|
|
1245
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover = '#
|
|
1246
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive = '#
|
|
1277
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover = '#e0e0e0';
|
|
1278
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive = '#a3a3a3';
|
|
1247
1279
|
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled = 'transparent';
|
|
1248
1280
|
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault = '#333333';
|
|
1249
1281
|
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover = '#333333';
|
|
1250
1282
|
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive = '#333333';
|
|
1251
1283
|
const RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled = '#a3a3a3';
|
|
1252
1284
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault = 'transparent';
|
|
1253
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover = '#
|
|
1254
|
-
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive = '#
|
|
1285
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover = '#e0e0e0';
|
|
1286
|
+
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive = '#a3a3a3';
|
|
1255
1287
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled = 'transparent';
|
|
1256
1288
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault = '#ffffff';
|
|
1257
1289
|
const RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover = '#ffffff';
|
|
@@ -1619,6 +1651,7 @@ const RedsiftColorSecondaryD4 = '#102521';
|
|
|
1619
1651
|
const RedsiftColorNeutralWhite = '#ffffff';
|
|
1620
1652
|
const RedsiftColorNeutralXLightGrey = '#f2f2f2';
|
|
1621
1653
|
const RedsiftColorNeutralLightGrey = '#e0e0e0';
|
|
1654
|
+
const RedsiftColorNeutralDisabled = '#a3a3a3';
|
|
1622
1655
|
const RedsiftColorNeutralMidGrey = '#666666';
|
|
1623
1656
|
const RedsiftColorNeutralDarkGrey = '#474747';
|
|
1624
1657
|
const RedsiftColorNeutralXDarkGrey = '#333333';
|
|
@@ -4732,12 +4765,9 @@ function useTheme(theme) {
|
|
|
4732
4765
|
return contextTheme;
|
|
4733
4766
|
}
|
|
4734
4767
|
|
|
4735
|
-
const _excluded$
|
|
4736
|
-
const COMPONENT_NAME$
|
|
4737
|
-
const CLASSNAME$
|
|
4738
|
-
const DEFAULT_PROPS$R = {
|
|
4739
|
-
size: IconSize.medium
|
|
4740
|
-
};
|
|
4768
|
+
const _excluded$Y = ["aria-hidden", "aria-label", "badge", "className", "color", "icon", "size", "svgProps", "theme"];
|
|
4769
|
+
const COMPONENT_NAME$S = 'Icon';
|
|
4770
|
+
const CLASSNAME$S = 'redsift-icon';
|
|
4741
4771
|
const sizeToDimension$1 = size => {
|
|
4742
4772
|
if (typeof size !== 'string') {
|
|
4743
4773
|
return size;
|
|
@@ -4800,11 +4830,11 @@ const Icon = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4800
4830
|
className,
|
|
4801
4831
|
color,
|
|
4802
4832
|
icon,
|
|
4803
|
-
size,
|
|
4833
|
+
size = IconSize.medium,
|
|
4804
4834
|
svgProps,
|
|
4805
4835
|
theme: propsTheme
|
|
4806
4836
|
} = props,
|
|
4807
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
4837
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$Y);
|
|
4808
4838
|
const theme = useTheme(propsTheme);
|
|
4809
4839
|
const {
|
|
4810
4840
|
width,
|
|
@@ -4839,9 +4869,8 @@ const Icon = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4839
4869
|
width
|
|
4840
4870
|
}, svgProps)), badge ? badge : null);
|
|
4841
4871
|
});
|
|
4842
|
-
Icon.className = CLASSNAME$
|
|
4843
|
-
Icon.
|
|
4844
|
-
Icon.displayName = COMPONENT_NAME$R;
|
|
4872
|
+
Icon.className = CLASSNAME$S;
|
|
4873
|
+
Icon.displayName = COMPONENT_NAME$S;
|
|
4845
4874
|
|
|
4846
4875
|
/**
|
|
4847
4876
|
* Component variant.
|
|
@@ -5118,13 +5147,9 @@ var spinnerGreyL2 = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53M
|
|
|
5118
5147
|
|
|
5119
5148
|
var spinnerGreyL3 = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAwIDQwMCIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogIDxzdHlsZT4KICAgIC5zcGlubmluZyB7CiAgICAgIGFuaW1hdGlvbjogc3Bpbm5pbmcta2V5ZnJhbWVzIDMwMDBtcyBsaW5lYXIgaW5maW5pdGUgbm9ybWFsIGZvcndhcmRzOwogICAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7CiAgICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjQyLCAwLCAwLjU4LCAxKTsKICAgIH0KICAgIEBrZXlmcmFtZXMgc3Bpbm5pbmcta2V5ZnJhbWVzIHsKICAgICAgMCUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgwZGVnKTsKICAgICAgfQoKICAgICAgMzMlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMTgwZGVnKTsKICAgICAgfQoKICAgICAgNTAlIHsKICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpOwogICAgICB9CgogICAgICA4MyUgewogICAgICAgIHRyYW5zZm9ybTogIHJvdGF0ZSgzNjBkZWcpOwogICAgICB9CgogICAgICAxMDAlIHsKICAgICAgICB0cmFuc2Zvcm06ICByb3RhdGUoMzYwZGVnKQogICAgICB9CiAgICB9CiAgPC9zdHlsZT4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MpIgogICAgZmlsbD0iI2UwZTBlMCIKICAgIGQ9Ik0zMTggMTg2LjlWMTA4LjhMMjAwIDU3IDgyIDEwOC44djc4LjFDODIgMjU5IDEzMi4zIDMyNi40IDIwMCAzNDNjNjcuNy0xNi42IDExOC04NCAxMTgtMTU2LjF6TTQwMCAyMDBjMCAxMTAuNS04OS41IDIwMC0yMDAgMjAwUzAgMzEwLjUgMCAyMDAgODkuNSAwIDIwMCAwczIwMCA4OS41IDIwMCAyMDB6IgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrcyI+CiAgICA8cGF0aAogICAgICBjbGFzcz0ic3Bpbm5pbmciCiAgICAgIGQ9Ik0wLDIwMEMwLDg5LjU0MzA1LDg5LjU0MzA1LDAsMjAwLDB2NDAwQzg5LjU0MzA1LDQwMCwwLDMxMC40NTY5NSwwLDIwMFoiCiAgICAgIGZpbGw9IiNmZmYiCiAgICAvPgogIDwvbWFzaz4KICA8cGF0aAogICAgbWFzaz0idXJsKCNzcGlubmVyLXUtbWFza3MyKSIKICAgIGZpbGw9IiNlMGUwZTAiCiAgICBkPSJNODIsMTg2LjkzOXYtNzguMDg5TDIwMCw1N2wxMTgsNTEuODV2NzguMDg5QzMxOCwyNTkuMDAyLDI2Ny42ODYsMzI2LjQwMiwyMDAsMzQzQzEzMi4zMTQsMzI2LjQwMiw4MiwyNTkuMDAyLDgyLDE4Ni45MzlaIgogIC8+CiAgPG1hc2sgaWQ9InNwaW5uZXItdS1tYXNrczIiPgogICAgPHBhdGgKICAgICAgY2xhc3M9InNwaW5uaW5nIgogICAgICBkPSJNNDAwIDIwMEM0MDAgMzEwLjUgMzEwLjUgNDAwIDIwMCA0MDBWMGMxMTAuNSAwIDIwMCA4OS41IDIwMCAyMDB6IgogICAgICBmaWxsPSIjZmZmIgogICAgLz4KICA8L21hc2s+Cjwvc3ZnPg==';
|
|
5120
5149
|
|
|
5121
|
-
const _excluded$
|
|
5122
|
-
const COMPONENT_NAME$
|
|
5123
|
-
const CLASSNAME$
|
|
5124
|
-
const DEFAULT_PROPS$Q = {
|
|
5125
|
-
isColored: true,
|
|
5126
|
-
size: SpinnerSize.medium
|
|
5127
|
-
};
|
|
5150
|
+
const _excluded$X = ["aria-hidden", "aria-label", "className", "color", "isColored", "size", "theme"];
|
|
5151
|
+
const COMPONENT_NAME$R = 'Spinner';
|
|
5152
|
+
const CLASSNAME$R = 'redsift-shield';
|
|
5128
5153
|
const sizeToDimension = size => {
|
|
5129
5154
|
switch (size) {
|
|
5130
5155
|
case SpinnerSize.xsmall:
|
|
@@ -5160,11 +5185,11 @@ const Spinner = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5160
5185
|
'aria-label': ariaLabel,
|
|
5161
5186
|
className,
|
|
5162
5187
|
color: propsColor,
|
|
5163
|
-
isColored,
|
|
5164
|
-
size,
|
|
5188
|
+
isColored = true,
|
|
5189
|
+
size = SpinnerSize.medium,
|
|
5165
5190
|
theme: propsTheme
|
|
5166
5191
|
} = props,
|
|
5167
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
5192
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$X);
|
|
5168
5193
|
const theme = useTheme(propsTheme);
|
|
5169
5194
|
const color = propsColor !== null && propsColor !== void 0 ? propsColor : isColored ? 'primary' : 'grey-l3';
|
|
5170
5195
|
const {
|
|
@@ -5186,9 +5211,8 @@ const Spinner = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5186
5211
|
$theme: theme
|
|
5187
5212
|
}));
|
|
5188
5213
|
});
|
|
5189
|
-
Spinner.className = CLASSNAME$
|
|
5190
|
-
Spinner.
|
|
5191
|
-
Spinner.displayName = COMPONENT_NAME$Q;
|
|
5214
|
+
Spinner.className = CLASSNAME$R;
|
|
5215
|
+
Spinner.displayName = COMPONENT_NAME$R;
|
|
5192
5216
|
|
|
5193
5217
|
const ConditionalWrapper = _ref => {
|
|
5194
5218
|
let {
|
|
@@ -5231,10 +5255,9 @@ const StyledGradientBorder = styled.div`
|
|
|
5231
5255
|
}};
|
|
5232
5256
|
`;
|
|
5233
5257
|
|
|
5234
|
-
const _excluded$
|
|
5235
|
-
const COMPONENT_NAME$
|
|
5236
|
-
const CLASSNAME$
|
|
5237
|
-
const DEFAULT_PROPS$P = {};
|
|
5258
|
+
const _excluded$W = ["children", "className", "color", "disabled", "fullWidth", "isActive", "isDisabled", "isHovered", "isLoading", "leftIcon", "leftIconProps", "rightIcon", "rightIconProps", "theme", "variant"];
|
|
5259
|
+
const COMPONENT_NAME$Q = 'Button';
|
|
5260
|
+
const CLASSNAME$Q = 'redsift-button';
|
|
5238
5261
|
|
|
5239
5262
|
/**
|
|
5240
5263
|
* The Button is a semantic button that looks like a button.
|
|
@@ -5263,7 +5286,7 @@ const Button = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5263
5286
|
theme: propsTheme,
|
|
5264
5287
|
variant: propsVariant
|
|
5265
5288
|
} = props,
|
|
5266
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
5289
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$W);
|
|
5267
5290
|
const isDisabled = isLoading || propsIsDisabled || disabled;
|
|
5268
5291
|
const theme = useTheme(propsTheme);
|
|
5269
5292
|
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
@@ -5307,9 +5330,8 @@ const Button = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5307
5330
|
className: "right"
|
|
5308
5331
|
}, rightIconProps)) : null)));
|
|
5309
5332
|
});
|
|
5310
|
-
Button.className = CLASSNAME$
|
|
5311
|
-
Button.
|
|
5312
|
-
Button.displayName = COMPONENT_NAME$P;
|
|
5333
|
+
Button.className = CLASSNAME$Q;
|
|
5334
|
+
Button.displayName = COMPONENT_NAME$Q;
|
|
5313
5335
|
|
|
5314
5336
|
/**
|
|
5315
5337
|
* Component style.
|
|
@@ -5336,10 +5358,9 @@ const StyledIconButton = styled(StyledButton)`
|
|
|
5336
5358
|
}}
|
|
5337
5359
|
`;
|
|
5338
5360
|
|
|
5339
|
-
const _excluded$
|
|
5340
|
-
const COMPONENT_NAME$
|
|
5341
|
-
const CLASSNAME$
|
|
5342
|
-
const DEFAULT_PROPS$O = {};
|
|
5361
|
+
const _excluded$V = ["className", "color", "disabled", "icon", "iconProps", "isActive", "isDisabled", "isHovered", "isLoading", "theme", "variant"];
|
|
5362
|
+
const COMPONENT_NAME$P = 'IconButton';
|
|
5363
|
+
const CLASSNAME$P = 'redsift-icon-button';
|
|
5343
5364
|
|
|
5344
5365
|
/**
|
|
5345
5366
|
* The Icon Button is a component that contains only one icon as a child, without text.
|
|
@@ -5362,7 +5383,7 @@ const IconButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5362
5383
|
theme: propsTheme,
|
|
5363
5384
|
variant: propsVariant
|
|
5364
5385
|
} = props,
|
|
5365
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
5386
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$V);
|
|
5366
5387
|
const isDisabled = props.isLoading || propsIsDisabled || disabled;
|
|
5367
5388
|
const theme = useTheme(propsTheme);
|
|
5368
5389
|
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
@@ -5400,9 +5421,8 @@ const IconButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5400
5421
|
icon: icon
|
|
5401
5422
|
}))));
|
|
5402
5423
|
});
|
|
5403
|
-
IconButton.className = CLASSNAME$
|
|
5404
|
-
IconButton.
|
|
5405
|
-
IconButton.displayName = COMPONENT_NAME$O;
|
|
5424
|
+
IconButton.className = CLASSNAME$P;
|
|
5425
|
+
IconButton.displayName = COMPONENT_NAME$P;
|
|
5406
5426
|
|
|
5407
5427
|
/**
|
|
5408
5428
|
* Component style.
|
|
@@ -5585,12 +5605,9 @@ const StyledText = styled.span`
|
|
|
5585
5605
|
}}
|
|
5586
5606
|
`;
|
|
5587
5607
|
|
|
5588
|
-
const _excluded$
|
|
5589
|
-
const COMPONENT_NAME$
|
|
5590
|
-
const CLASSNAME$
|
|
5591
|
-
const DEFAULT_PROPS$N = {
|
|
5592
|
-
fontFamily: FontFamily.poppins
|
|
5593
|
-
};
|
|
5608
|
+
const _excluded$U = ["as", "children", "className", "color", "fontFamily", "fontSize", "fontWeight", "lineHeight", "noWrap", "theme", "variant"];
|
|
5609
|
+
const COMPONENT_NAME$O = 'Text';
|
|
5610
|
+
const CLASSNAME$O = 'redsift-text';
|
|
5594
5611
|
|
|
5595
5612
|
/**
|
|
5596
5613
|
* The Text component.
|
|
@@ -5601,7 +5618,7 @@ const Text = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5601
5618
|
children,
|
|
5602
5619
|
className,
|
|
5603
5620
|
color,
|
|
5604
|
-
fontFamily,
|
|
5621
|
+
fontFamily = FontFamily.poppins,
|
|
5605
5622
|
fontSize,
|
|
5606
5623
|
fontWeight,
|
|
5607
5624
|
lineHeight,
|
|
@@ -5609,7 +5626,7 @@ const Text = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5609
5626
|
theme: propsTheme,
|
|
5610
5627
|
variant
|
|
5611
5628
|
} = props,
|
|
5612
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
5629
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$U);
|
|
5613
5630
|
const theme = useTheme(propsTheme);
|
|
5614
5631
|
return /*#__PURE__*/React__default.createElement(StyledText, _extends$1({
|
|
5615
5632
|
as: as
|
|
@@ -5627,9 +5644,8 @@ const Text = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5627
5644
|
$variant: variant
|
|
5628
5645
|
}), children);
|
|
5629
5646
|
});
|
|
5630
|
-
Text.className = CLASSNAME$
|
|
5631
|
-
Text.
|
|
5632
|
-
Text.displayName = COMPONENT_NAME$N;
|
|
5647
|
+
Text.className = CLASSNAME$O;
|
|
5648
|
+
Text.displayName = COMPONENT_NAME$O;
|
|
5633
5649
|
|
|
5634
5650
|
/**
|
|
5635
5651
|
* Component style.
|
|
@@ -5679,31 +5695,31 @@ const StyledFlexbox = styled.div`
|
|
|
5679
5695
|
}}
|
|
5680
5696
|
`;
|
|
5681
5697
|
|
|
5682
|
-
const _excluded$
|
|
5683
|
-
const COMPONENT_NAME$
|
|
5684
|
-
const CLASSNAME$
|
|
5685
|
-
const DEFAULT_PROPS$M = {
|
|
5686
|
-
gap: '16px'
|
|
5687
|
-
};
|
|
5698
|
+
const _excluded$T = ["as", "children", "className", "divider", "gap", "theme"];
|
|
5699
|
+
const COMPONENT_NAME$N = 'Flexbox';
|
|
5700
|
+
const CLASSNAME$N = 'redsift-flex-box';
|
|
5688
5701
|
|
|
5689
5702
|
/**
|
|
5690
5703
|
* The Flexbox component.
|
|
5691
5704
|
*/
|
|
5692
5705
|
const Flexbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
5693
5706
|
const {
|
|
5707
|
+
as,
|
|
5694
5708
|
children,
|
|
5695
5709
|
className,
|
|
5696
5710
|
divider,
|
|
5697
|
-
gap,
|
|
5711
|
+
gap = '16px',
|
|
5698
5712
|
theme: propsTheme
|
|
5699
5713
|
} = props,
|
|
5700
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
5714
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$T);
|
|
5701
5715
|
const theme = useTheme(propsTheme);
|
|
5702
5716
|
return /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
5703
5717
|
value: {
|
|
5704
5718
|
theme
|
|
5705
5719
|
}
|
|
5706
|
-
}, /*#__PURE__*/React__default.createElement(StyledFlexbox, _extends$1({
|
|
5720
|
+
}, /*#__PURE__*/React__default.createElement(StyledFlexbox, _extends$1({
|
|
5721
|
+
as: as
|
|
5722
|
+
}, forwardedProps, {
|
|
5707
5723
|
gap: divider ? `${divider.rowGap}px ${divider.colGap}px` : gap,
|
|
5708
5724
|
className: classNames(Flexbox.className, className),
|
|
5709
5725
|
ref: ref,
|
|
@@ -5711,14 +5727,12 @@ const Flexbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5711
5727
|
$theme: theme
|
|
5712
5728
|
}), children));
|
|
5713
5729
|
});
|
|
5714
|
-
Flexbox.className = CLASSNAME$
|
|
5715
|
-
Flexbox.
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
const
|
|
5719
|
-
const
|
|
5720
|
-
const CLASSNAME$L = 'redsift-alert';
|
|
5721
|
-
const DEFAULT_PROPS$L = {};
|
|
5730
|
+
Flexbox.className = CLASSNAME$N;
|
|
5731
|
+
Flexbox.displayName = COMPONENT_NAME$N;
|
|
5732
|
+
|
|
5733
|
+
const _excluded$S = ["children", "className", "isClosable", "isClosed", "onClose", "theme", "title", "variant", "styleVariant"];
|
|
5734
|
+
const COMPONENT_NAME$M = 'Alert';
|
|
5735
|
+
const CLASSNAME$M = 'redsift-alert';
|
|
5722
5736
|
const getVariant$1 = (variant, styleVariant, theme) => {
|
|
5723
5737
|
switch (variant) {
|
|
5724
5738
|
case AlertVariant.info:
|
|
@@ -5760,7 +5774,7 @@ const Alert = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5760
5774
|
variant: propsVariant,
|
|
5761
5775
|
styleVariant: propsStyleVariant
|
|
5762
5776
|
} = props,
|
|
5763
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
5777
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$S);
|
|
5764
5778
|
const theme = useTheme(propsTheme);
|
|
5765
5779
|
const variant = Object.values(AlertVariant).includes(propsVariant) ? propsVariant : 'info';
|
|
5766
5780
|
const styleVariant = Object.values(AlertStyleVariant).includes(propsStyleVariant) ? propsStyleVariant : 'default';
|
|
@@ -5812,9 +5826,8 @@ const Alert = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
5812
5826
|
className: `${Alert.className}__content`
|
|
5813
5827
|
}, children) : null);
|
|
5814
5828
|
});
|
|
5815
|
-
Alert.className = CLASSNAME$
|
|
5816
|
-
Alert.
|
|
5817
|
-
Alert.displayName = COMPONENT_NAME$L;
|
|
5829
|
+
Alert.className = CLASSNAME$M;
|
|
5830
|
+
Alert.displayName = COMPONENT_NAME$M;
|
|
5818
5831
|
|
|
5819
5832
|
var expand$7 = "Expand left side panel";
|
|
5820
5833
|
var collapse$7 = "Collapse left side panel";
|
|
@@ -6049,10 +6062,9 @@ const StyledHeading = styled.span`
|
|
|
6049
6062
|
}}
|
|
6050
6063
|
`;
|
|
6051
6064
|
|
|
6052
|
-
const _excluded$
|
|
6053
|
-
const COMPONENT_NAME$
|
|
6054
|
-
const CLASSNAME$
|
|
6055
|
-
const DEFAULT_PROPS$K = {};
|
|
6065
|
+
const _excluded$R = ["as", "children", "className", "noWrap", "theme", "variant"];
|
|
6066
|
+
const COMPONENT_NAME$L = 'Heading';
|
|
6067
|
+
const CLASSNAME$L = 'redsift-heading';
|
|
6056
6068
|
|
|
6057
6069
|
/**
|
|
6058
6070
|
* The Heading component.
|
|
@@ -6066,7 +6078,7 @@ const Heading = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6066
6078
|
theme: propsTheme,
|
|
6067
6079
|
variant
|
|
6068
6080
|
} = props,
|
|
6069
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
6081
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$R);
|
|
6070
6082
|
const theme = useTheme(propsTheme);
|
|
6071
6083
|
return /*#__PURE__*/React__default.createElement(StyledHeading, _extends$1({
|
|
6072
6084
|
as: as
|
|
@@ -6078,9 +6090,8 @@ const Heading = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6078
6090
|
$variant: variant ? variant : as === 'span' ? 'body' : as
|
|
6079
6091
|
}), children);
|
|
6080
6092
|
});
|
|
6081
|
-
Heading.className = CLASSNAME$
|
|
6082
|
-
Heading.
|
|
6083
|
-
Heading.displayName = COMPONENT_NAME$K;
|
|
6093
|
+
Heading.className = CLASSNAME$L;
|
|
6094
|
+
Heading.displayName = COMPONENT_NAME$L;
|
|
6084
6095
|
|
|
6085
6096
|
/**
|
|
6086
6097
|
* Component variant.
|
|
@@ -6290,12 +6301,9 @@ const StyledAppSidePanel = styled.div`
|
|
|
6290
6301
|
|
|
6291
6302
|
// ${({ $theme }) => css`var(--redsift-color-${$theme}-components-side-navigation-background)`};
|
|
6292
6303
|
|
|
6293
|
-
const _excluded$
|
|
6294
|
-
const COMPONENT_NAME$
|
|
6295
|
-
const CLASSNAME$
|
|
6296
|
-
const DEFAULT_PROPS$J = {
|
|
6297
|
-
variant: AppSidePanelVariant.standard
|
|
6298
|
-
};
|
|
6304
|
+
const _excluded$Q = ["children", "className", "featuredElements", "iconButtonProps", "iconButtonRef", "logo", "onOpen", "theme", "variant"];
|
|
6305
|
+
const COMPONENT_NAME$K = 'AppSidePanel';
|
|
6306
|
+
const CLASSNAME$K = 'redsift-app-side-panel';
|
|
6299
6307
|
|
|
6300
6308
|
/**
|
|
6301
6309
|
* The AppSidePanel component.
|
|
@@ -6305,14 +6313,14 @@ const AppSidePanel = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6305
6313
|
children,
|
|
6306
6314
|
className,
|
|
6307
6315
|
featuredElements,
|
|
6308
|
-
logo,
|
|
6309
|
-
variant,
|
|
6310
|
-
onOpen,
|
|
6311
6316
|
iconButtonProps,
|
|
6312
6317
|
iconButtonRef,
|
|
6313
|
-
|
|
6318
|
+
logo,
|
|
6319
|
+
onOpen,
|
|
6320
|
+
theme: propsTheme,
|
|
6321
|
+
variant = AppSidePanelVariant.standard
|
|
6314
6322
|
} = props,
|
|
6315
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
6323
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$Q);
|
|
6316
6324
|
const {
|
|
6317
6325
|
width
|
|
6318
6326
|
} = useWindowSize();
|
|
@@ -6360,9 +6368,8 @@ const AppSidePanel = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6360
6368
|
className: `${AppSidePanel.className}__featured`
|
|
6361
6369
|
}, featuredElements) : null, children);
|
|
6362
6370
|
});
|
|
6363
|
-
AppSidePanel.className = CLASSNAME$
|
|
6364
|
-
AppSidePanel.
|
|
6365
|
-
AppSidePanel.displayName = COMPONENT_NAME$J;
|
|
6371
|
+
AppSidePanel.className = CLASSNAME$K;
|
|
6372
|
+
AppSidePanel.displayName = COMPONENT_NAME$K;
|
|
6366
6373
|
|
|
6367
6374
|
/**
|
|
6368
6375
|
* Component variant.
|
|
@@ -6672,10 +6679,9 @@ const StyledBadge = styled.div`
|
|
|
6672
6679
|
}}
|
|
6673
6680
|
`;
|
|
6674
6681
|
|
|
6675
|
-
const _excluded$
|
|
6676
|
-
const COMPONENT_NAME$
|
|
6677
|
-
const CLASSNAME$
|
|
6678
|
-
const DEFAULT_PROPS$I = {};
|
|
6682
|
+
const _excluded$P = ["autoBreak", "children", "className", "color", "isReversed", "theme", "variant"];
|
|
6683
|
+
const COMPONENT_NAME$J = 'Badge';
|
|
6684
|
+
const CLASSNAME$J = 'redsift-badge';
|
|
6679
6685
|
|
|
6680
6686
|
/**
|
|
6681
6687
|
* The Badge component.
|
|
@@ -6690,7 +6696,7 @@ const Badge = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6690
6696
|
theme: propsTheme,
|
|
6691
6697
|
variant: propsVariant
|
|
6692
6698
|
} = props,
|
|
6693
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
6699
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$P);
|
|
6694
6700
|
const theme = useTheme(propsTheme);
|
|
6695
6701
|
const color = [...Object.values(NotificationsColorPalette), ...Object.values(PresentationColorPalette)].includes(propsColor) ? propsColor : 'question';
|
|
6696
6702
|
const variant = Object.values(BadgeVariant).includes(propsVariant) ? propsVariant : 'dot';
|
|
@@ -6704,14 +6710,12 @@ const Badge = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6704
6710
|
ref: ref
|
|
6705
6711
|
}), variant === BadgeVariant.standard ? children : null);
|
|
6706
6712
|
});
|
|
6707
|
-
Badge.className = CLASSNAME$
|
|
6708
|
-
Badge.
|
|
6709
|
-
Badge.displayName = COMPONENT_NAME$I;
|
|
6713
|
+
Badge.className = CLASSNAME$J;
|
|
6714
|
+
Badge.displayName = COMPONENT_NAME$J;
|
|
6710
6715
|
|
|
6711
|
-
const _excluded$
|
|
6712
|
-
const COMPONENT_NAME$
|
|
6713
|
-
const CLASSNAME$
|
|
6714
|
-
const DEFAULT_PROPS$H = {};
|
|
6716
|
+
const _excluded$O = ["as", "badge", "badgeProps", "children", "className", "hasBorder", "href", "icon", "iconProps", "iconRef", "isCurrent", "isDisabled", "isSecondLevel", "onClick", "onKeyDown", "tabIndex", "theme"];
|
|
6717
|
+
const COMPONENT_NAME$I = 'SideNavigationMenuItem';
|
|
6718
|
+
const CLASSNAME$I = 'redsift-side-navigation-menu-item';
|
|
6715
6719
|
|
|
6716
6720
|
/**
|
|
6717
6721
|
* The SideNavigationMenuItem component.
|
|
@@ -6737,7 +6741,7 @@ const SideNavigationMenuItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6737
6741
|
tabIndex,
|
|
6738
6742
|
theme: propsTheme
|
|
6739
6743
|
} = props,
|
|
6740
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
6744
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$O);
|
|
6741
6745
|
warnIfNoAccessibleLabelFound(props, [children], 'SideNavigationMenuItem');
|
|
6742
6746
|
const sideNavigationMenuBarContext = useContext(SideNavigationMenuBarContext);
|
|
6743
6747
|
const sideNavigationMenuContext = useContext(SideNavigationMenuContext);
|
|
@@ -6802,9 +6806,8 @@ const SideNavigationMenuItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
6802
6806
|
color: "error"
|
|
6803
6807
|
}, badgeProps), badge) : null)), isSecondLevel && hasBorder ? /*#__PURE__*/React__default.createElement(StyledSideNavigationMenuItemBorder, null) : null);
|
|
6804
6808
|
});
|
|
6805
|
-
SideNavigationMenuItem.className = CLASSNAME$
|
|
6806
|
-
SideNavigationMenuItem.
|
|
6807
|
-
SideNavigationMenuItem.displayName = COMPONENT_NAME$H;
|
|
6809
|
+
SideNavigationMenuItem.className = CLASSNAME$I;
|
|
6810
|
+
SideNavigationMenuItem.displayName = COMPONENT_NAME$I;
|
|
6808
6811
|
|
|
6809
6812
|
/**
|
|
6810
6813
|
* Component style.
|
|
@@ -7040,10 +7043,9 @@ const StyledAppContainer = styled.div`
|
|
|
7040
7043
|
}};
|
|
7041
7044
|
`;
|
|
7042
7045
|
|
|
7043
|
-
const _excluded$
|
|
7044
|
-
const COMPONENT_NAME$
|
|
7045
|
-
const CLASSNAME$
|
|
7046
|
-
const DEFAULT_PROPS$G = {};
|
|
7046
|
+
const _excluded$N = ["children", "className", "locale", "product", "theme"];
|
|
7047
|
+
const COMPONENT_NAME$H = 'AppContainer';
|
|
7048
|
+
const CLASSNAME$H = 'redsift-app-container';
|
|
7047
7049
|
const RadarSvgLinearGradient = () => /*#__PURE__*/React__default.createElement("svg", {
|
|
7048
7050
|
width: "0",
|
|
7049
7051
|
height: "0"
|
|
@@ -7098,7 +7100,7 @@ const AppContainer = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7098
7100
|
product,
|
|
7099
7101
|
theme: propsTheme
|
|
7100
7102
|
} = props,
|
|
7101
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
7103
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$N);
|
|
7102
7104
|
const theme = useTheme(propsTheme);
|
|
7103
7105
|
const [sidePanelVariant, setSidePanelVariant] = useState(AppSidePanelVariant.standard);
|
|
7104
7106
|
const [breadcrumbs, setBreadcrumbs] = useState();
|
|
@@ -7134,14 +7136,12 @@ const AppContainer = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7134
7136
|
locale: locale
|
|
7135
7137
|
}, children))), /*#__PURE__*/React__default.createElement(RadarSvgLinearGradient, null));
|
|
7136
7138
|
});
|
|
7137
|
-
AppContainer.className = CLASSNAME$
|
|
7138
|
-
AppContainer.
|
|
7139
|
-
AppContainer.displayName = COMPONENT_NAME$G;
|
|
7139
|
+
AppContainer.className = CLASSNAME$H;
|
|
7140
|
+
AppContainer.displayName = COMPONENT_NAME$H;
|
|
7140
7141
|
|
|
7141
|
-
const _excluded$
|
|
7142
|
-
const COMPONENT_NAME$
|
|
7143
|
-
const CLASSNAME$
|
|
7144
|
-
const DEFAULT_PROPS$F = {};
|
|
7142
|
+
const _excluded$M = ["aria-label", "buttonProps", "buttonRef", "children", "className", "hasBadge", "icon", "iconProps", "iconRef", "id", "isDisabled", "isExpanded", "menuProps", "menuRef", "tabIndex", "theme"];
|
|
7143
|
+
const COMPONENT_NAME$G = 'SideNavigationMenu';
|
|
7144
|
+
const CLASSNAME$G = 'redsift-side-navigation-menu';
|
|
7145
7145
|
|
|
7146
7146
|
/**
|
|
7147
7147
|
* The SideNavigationMenu component.
|
|
@@ -7165,7 +7165,7 @@ const SideNavigationMenu = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7165
7165
|
tabIndex,
|
|
7166
7166
|
theme: propsTheme
|
|
7167
7167
|
} = props,
|
|
7168
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
7168
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$M);
|
|
7169
7169
|
const [_id] = useId$2();
|
|
7170
7170
|
const id = propsId !== null && propsId !== void 0 ? propsId : _id;
|
|
7171
7171
|
warnIfNoAccessibleLabelFound(props, undefined, 'SideNavigationMenu');
|
|
@@ -7476,9 +7476,8 @@ const SideNavigationMenu = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7476
7476
|
role: "menu"
|
|
7477
7477
|
}, menuItemListEventHandler), renderedMenuItems))))));
|
|
7478
7478
|
});
|
|
7479
|
-
SideNavigationMenu.className = CLASSNAME$
|
|
7480
|
-
SideNavigationMenu.
|
|
7481
|
-
SideNavigationMenu.displayName = COMPONENT_NAME$F;
|
|
7479
|
+
SideNavigationMenu.className = CLASSNAME$G;
|
|
7480
|
+
SideNavigationMenu.displayName = COMPONENT_NAME$G;
|
|
7482
7481
|
|
|
7483
7482
|
/**
|
|
7484
7483
|
* Component style.
|
|
@@ -7564,12 +7563,9 @@ const StyledSideNavigationMenuBar = styled.nav`
|
|
|
7564
7563
|
}
|
|
7565
7564
|
`;
|
|
7566
7565
|
|
|
7567
|
-
const _excluded$
|
|
7568
|
-
const COMPONENT_NAME$
|
|
7569
|
-
const CLASSNAME$
|
|
7570
|
-
const DEFAULT_PROPS$E = {
|
|
7571
|
-
variant: SideNavigationMenuBarVariant.standard
|
|
7572
|
-
};
|
|
7566
|
+
const _excluded$L = ["aria-label", "aria-labelledby", "canHaveMultipleMenuOpenAtOnce", "children", "className", "isDisabled", "menubarProps", "menubarRef", "theme", "variant"];
|
|
7567
|
+
const COMPONENT_NAME$F = 'SideNavigationMenuBar';
|
|
7568
|
+
const CLASSNAME$F = 'redsift-side-navigation-menu-bar';
|
|
7573
7569
|
|
|
7574
7570
|
/**
|
|
7575
7571
|
* Hook to store the previous index for further use
|
|
@@ -7597,9 +7593,9 @@ const SideNavigationMenuBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7597
7593
|
menubarProps = {},
|
|
7598
7594
|
menubarRef = useRef(),
|
|
7599
7595
|
theme: propsTheme,
|
|
7600
|
-
variant: propsVariant
|
|
7596
|
+
variant: propsVariant = SideNavigationMenuBarVariant.standard
|
|
7601
7597
|
} = props,
|
|
7602
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
7598
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$L);
|
|
7603
7599
|
warnIfNoAccessibleLabelFound(props, undefined, 'SideNavigationMenuBar');
|
|
7604
7600
|
const appContainerState = useContext(AppContainerContext);
|
|
7605
7601
|
const theme = useTheme(propsTheme);
|
|
@@ -7763,11 +7759,10 @@ const SideNavigationMenuBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7763
7759
|
role: "menubar"
|
|
7764
7760
|
}), navItems))));
|
|
7765
7761
|
});
|
|
7766
|
-
SideNavigationMenuBar.className = CLASSNAME$
|
|
7767
|
-
SideNavigationMenuBar.
|
|
7768
|
-
SideNavigationMenuBar.displayName = COMPONENT_NAME$E;
|
|
7762
|
+
SideNavigationMenuBar.className = CLASSNAME$F;
|
|
7763
|
+
SideNavigationMenuBar.displayName = COMPONENT_NAME$F;
|
|
7769
7764
|
|
|
7770
|
-
const _excluded$
|
|
7765
|
+
const _excluded$K = ["title", "href", "ref"],
|
|
7771
7766
|
_excluded2$2 = ["title", "children", "ref"],
|
|
7772
7767
|
_excluded3 = ["title", "href", "ref"];
|
|
7773
7768
|
const isMenu = item => {
|
|
@@ -7786,7 +7781,7 @@ const useSideNavigationMenuBar = _ref => {
|
|
|
7786
7781
|
href,
|
|
7787
7782
|
ref
|
|
7788
7783
|
} = item,
|
|
7789
|
-
rest = _objectWithoutProperties(item, _excluded$
|
|
7784
|
+
rest = _objectWithoutProperties(item, _excluded$K);
|
|
7790
7785
|
menuBarChildren.push( /*#__PURE__*/React__default.createElement(SideNavigationMenuItem, _extends$1({
|
|
7791
7786
|
key: title,
|
|
7792
7787
|
isCurrent: isActive ? isActive(href) : undefined
|
|
@@ -7890,10 +7885,9 @@ const StyledBreadcrumbItem = styled.a`
|
|
|
7890
7885
|
}
|
|
7891
7886
|
`;
|
|
7892
7887
|
|
|
7893
|
-
const _excluded$
|
|
7894
|
-
const COMPONENT_NAME$
|
|
7895
|
-
const CLASSNAME$
|
|
7896
|
-
const DEFAULT_PROPS$D = {};
|
|
7888
|
+
const _excluded$J = ["as", "children", "className", "href", "isCurrent", "isDisabled", "theme"];
|
|
7889
|
+
const COMPONENT_NAME$E = 'BreadcrumbItem';
|
|
7890
|
+
const CLASSNAME$E = 'redsift-breadcrumb-item';
|
|
7897
7891
|
|
|
7898
7892
|
/**
|
|
7899
7893
|
* The BreadcrumbItem components is a list of links to the parent pages of the current page in hierarchical order.
|
|
@@ -7908,7 +7902,7 @@ const BreadcrumbItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7908
7902
|
isDisabled,
|
|
7909
7903
|
theme: propsTheme
|
|
7910
7904
|
} = props,
|
|
7911
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
7905
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$J);
|
|
7912
7906
|
warnIfNoAccessibleLabelFound(props, [children], 'BreadcrumbItem');
|
|
7913
7907
|
const theme = useTheme(propsTheme);
|
|
7914
7908
|
return /*#__PURE__*/React__default.createElement(StyledBreadcrumbItem, _extends$1({
|
|
@@ -7926,9 +7920,8 @@ const BreadcrumbItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7926
7920
|
ref: ref
|
|
7927
7921
|
}), children);
|
|
7928
7922
|
});
|
|
7929
|
-
BreadcrumbItem.className = CLASSNAME$
|
|
7930
|
-
BreadcrumbItem.
|
|
7931
|
-
BreadcrumbItem.displayName = COMPONENT_NAME$D;
|
|
7923
|
+
BreadcrumbItem.className = CLASSNAME$E;
|
|
7924
|
+
BreadcrumbItem.displayName = COMPONENT_NAME$E;
|
|
7932
7925
|
|
|
7933
7926
|
/**
|
|
7934
7927
|
* Component style.
|
|
@@ -7963,10 +7956,9 @@ const StyledBreadcrumbs = styled.nav`
|
|
|
7963
7956
|
}
|
|
7964
7957
|
`;
|
|
7965
7958
|
|
|
7966
|
-
const _excluded$
|
|
7967
|
-
const COMPONENT_NAME$
|
|
7968
|
-
const CLASSNAME$
|
|
7969
|
-
const DEFAULT_PROPS$C = {};
|
|
7959
|
+
const _excluded$I = ["children", "className", "isDisabled", "theme"];
|
|
7960
|
+
const COMPONENT_NAME$D = 'Breadcrumbs';
|
|
7961
|
+
const CLASSNAME$D = 'redsift-breadcrumbs';
|
|
7970
7962
|
|
|
7971
7963
|
/**
|
|
7972
7964
|
* The Breadcrumbs components is a list of links to the parent pages of the current page in hierarchical order.
|
|
@@ -7978,7 +7970,7 @@ const BaseBreadcrumbs = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7978
7970
|
isDisabled,
|
|
7979
7971
|
theme: propsTheme
|
|
7980
7972
|
} = props,
|
|
7981
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
7973
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$I);
|
|
7982
7974
|
warnIfNoAccessibleLabelFound(props, undefined, 'Breadcrumbs');
|
|
7983
7975
|
const theme = useTheme(propsTheme);
|
|
7984
7976
|
const childArray = filterComponents([Breadcrumbs.Item])(children);
|
|
@@ -8007,17 +7999,15 @@ const BaseBreadcrumbs = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8007
7999
|
ref: ref
|
|
8008
8000
|
}), /*#__PURE__*/React__default.createElement("ol", null, breadcrumbItems)));
|
|
8009
8001
|
});
|
|
8010
|
-
BaseBreadcrumbs.className = CLASSNAME$
|
|
8011
|
-
BaseBreadcrumbs.
|
|
8012
|
-
BaseBreadcrumbs.displayName = COMPONENT_NAME$C;
|
|
8002
|
+
BaseBreadcrumbs.className = CLASSNAME$D;
|
|
8003
|
+
BaseBreadcrumbs.displayName = COMPONENT_NAME$D;
|
|
8013
8004
|
const Breadcrumbs = Object.assign(BaseBreadcrumbs, {
|
|
8014
8005
|
Item: BreadcrumbItem
|
|
8015
8006
|
});
|
|
8016
8007
|
|
|
8017
|
-
const _excluded$
|
|
8018
|
-
const COMPONENT_NAME$
|
|
8019
|
-
const CLASSNAME$
|
|
8020
|
-
const DEFAULT_PROPS$B = {};
|
|
8008
|
+
const _excluded$H = ["breadcrumbs", "children", "className", "iconButtonProps", "iconButtonRef", "fallbackTitle", "theme", "title"];
|
|
8009
|
+
const COMPONENT_NAME$C = 'AppBar';
|
|
8010
|
+
const CLASSNAME$C = 'redsift-app-bar';
|
|
8021
8011
|
|
|
8022
8012
|
/**
|
|
8023
8013
|
* The AppBar component.
|
|
@@ -8034,7 +8024,7 @@ const AppBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8034
8024
|
theme: propsTheme,
|
|
8035
8025
|
title: propsTitle
|
|
8036
8026
|
} = props,
|
|
8037
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8027
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$H);
|
|
8038
8028
|
const [scroll, setScroll] = useState(false);
|
|
8039
8029
|
useEffect(() => {
|
|
8040
8030
|
window.addEventListener('scroll', () => {
|
|
@@ -8088,9 +8078,8 @@ const AppBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8088
8078
|
className: `${AppBar.className}__right`
|
|
8089
8079
|
}, children) : null);
|
|
8090
8080
|
});
|
|
8091
|
-
AppBar.className = CLASSNAME$
|
|
8092
|
-
AppBar.
|
|
8093
|
-
AppBar.displayName = COMPONENT_NAME$B;
|
|
8081
|
+
AppBar.className = CLASSNAME$C;
|
|
8082
|
+
AppBar.displayName = COMPONENT_NAME$C;
|
|
8094
8083
|
|
|
8095
8084
|
/**
|
|
8096
8085
|
* Component style.
|
|
@@ -8137,10 +8126,9 @@ const StyledAppContent = styled.main`
|
|
|
8137
8126
|
}}
|
|
8138
8127
|
`;
|
|
8139
8128
|
|
|
8140
|
-
const _excluded$
|
|
8141
|
-
const COMPONENT_NAME$
|
|
8142
|
-
const CLASSNAME$
|
|
8143
|
-
const DEFAULT_PROPS$A = {};
|
|
8129
|
+
const _excluded$G = ["children", "className", "theme"];
|
|
8130
|
+
const COMPONENT_NAME$B = 'AppContent';
|
|
8131
|
+
const CLASSNAME$B = 'redsift-app-content';
|
|
8144
8132
|
|
|
8145
8133
|
/**
|
|
8146
8134
|
* The AppContent component.
|
|
@@ -8151,7 +8139,7 @@ const AppContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8151
8139
|
className,
|
|
8152
8140
|
theme: propsTheme
|
|
8153
8141
|
} = props,
|
|
8154
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8142
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$G);
|
|
8155
8143
|
const {
|
|
8156
8144
|
isLoaded
|
|
8157
8145
|
} = useIsLoaded();
|
|
@@ -8165,9 +8153,8 @@ const AppContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8165
8153
|
ref: ref
|
|
8166
8154
|
}), children);
|
|
8167
8155
|
});
|
|
8168
|
-
AppContent.className = CLASSNAME$
|
|
8169
|
-
AppContent.
|
|
8170
|
-
AppContent.displayName = COMPONENT_NAME$A;
|
|
8156
|
+
AppContent.className = CLASSNAME$B;
|
|
8157
|
+
AppContent.displayName = COMPONENT_NAME$B;
|
|
8171
8158
|
|
|
8172
8159
|
/**
|
|
8173
8160
|
* Component variant.
|
|
@@ -8283,10 +8270,9 @@ const StyledButtonGroup = styled.div`
|
|
|
8283
8270
|
}};
|
|
8284
8271
|
`;
|
|
8285
8272
|
|
|
8286
|
-
const _excluded$
|
|
8287
|
-
const COMPONENT_NAME$
|
|
8288
|
-
const CLASSNAME$
|
|
8289
|
-
const DEFAULT_PROPS$z = {};
|
|
8273
|
+
const _excluded$F = ["children", "className", "color", "theme", "variant"];
|
|
8274
|
+
const COMPONENT_NAME$A = 'ButtonGroup';
|
|
8275
|
+
const CLASSNAME$A = 'redsift-button-group';
|
|
8290
8276
|
|
|
8291
8277
|
/**
|
|
8292
8278
|
* The ButtonGroup component.
|
|
@@ -8299,7 +8285,7 @@ const ButtonGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8299
8285
|
theme: propsTheme,
|
|
8300
8286
|
variant: propsVariant
|
|
8301
8287
|
} = props,
|
|
8302
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8288
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$F);
|
|
8303
8289
|
const theme = useTheme(propsTheme);
|
|
8304
8290
|
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
8305
8291
|
const variant = Object.values(ButtonGroupVariant).includes(propsVariant) ? propsVariant : 'primary';
|
|
@@ -8336,14 +8322,12 @@ const ButtonGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8336
8322
|
$theme: theme
|
|
8337
8323
|
}), buttons);
|
|
8338
8324
|
});
|
|
8339
|
-
ButtonGroup.className = CLASSNAME$
|
|
8340
|
-
ButtonGroup.
|
|
8341
|
-
ButtonGroup.displayName = COMPONENT_NAME$z;
|
|
8325
|
+
ButtonGroup.className = CLASSNAME$A;
|
|
8326
|
+
ButtonGroup.displayName = COMPONENT_NAME$A;
|
|
8342
8327
|
|
|
8343
|
-
const _excluded$
|
|
8344
|
-
const COMPONENT_NAME$
|
|
8345
|
-
const CLASSNAME$
|
|
8346
|
-
const DEFAULT_PROPS$y = {};
|
|
8328
|
+
const _excluded$E = ["as", "children", "className", "color", "href", "isActive", "isDisabled", "isHovered", "leftIcon", "rightIcon", "target", "theme", "variant"];
|
|
8329
|
+
const COMPONENT_NAME$z = 'ButtonLink';
|
|
8330
|
+
const CLASSNAME$z = 'redsift-button-link';
|
|
8347
8331
|
|
|
8348
8332
|
/**
|
|
8349
8333
|
* The ButtonLink is a semantic link that looks like a button.
|
|
@@ -8361,13 +8345,14 @@ const ButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8361
8345
|
href,
|
|
8362
8346
|
isActive,
|
|
8363
8347
|
isDisabled,
|
|
8348
|
+
isHovered,
|
|
8364
8349
|
leftIcon,
|
|
8365
8350
|
rightIcon,
|
|
8366
8351
|
target,
|
|
8367
8352
|
theme: propsTheme,
|
|
8368
8353
|
variant: propsVariant
|
|
8369
8354
|
} = props,
|
|
8370
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8355
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$E);
|
|
8371
8356
|
const theme = useTheme(propsTheme);
|
|
8372
8357
|
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
8373
8358
|
const variant = Object.values(ButtonVariant).includes(propsVariant) ? propsVariant : 'primary';
|
|
@@ -8378,6 +8363,7 @@ const ButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8378
8363
|
$color: color,
|
|
8379
8364
|
$isActive: isActive,
|
|
8380
8365
|
$isDisabled: isDisabled,
|
|
8366
|
+
$isHovered: isHovered,
|
|
8381
8367
|
$theme: theme
|
|
8382
8368
|
}, children)
|
|
8383
8369
|
}, /*#__PURE__*/React__default.createElement(StyledButton, _extends$1({
|
|
@@ -8388,6 +8374,7 @@ const ButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8388
8374
|
$color: color,
|
|
8389
8375
|
$isActive: isActive,
|
|
8390
8376
|
$isDisabled: isDisabled,
|
|
8377
|
+
$isHovered: isHovered,
|
|
8391
8378
|
$isGradient: isGradient,
|
|
8392
8379
|
$theme: theme,
|
|
8393
8380
|
$variant: variant,
|
|
@@ -8405,9 +8392,8 @@ const ButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8405
8392
|
className: "right"
|
|
8406
8393
|
}) : null));
|
|
8407
8394
|
});
|
|
8408
|
-
ButtonLink.className = CLASSNAME$
|
|
8409
|
-
ButtonLink.
|
|
8410
|
-
ButtonLink.displayName = COMPONENT_NAME$y;
|
|
8395
|
+
ButtonLink.className = CLASSNAME$z;
|
|
8396
|
+
ButtonLink.displayName = COMPONENT_NAME$z;
|
|
8411
8397
|
|
|
8412
8398
|
var collapse$3 = "Collapse";
|
|
8413
8399
|
var expand$3 = "Expand";
|
|
@@ -8610,10 +8596,9 @@ const StyledSkeletonCircle = styled(StyledSkeleton)`
|
|
|
8610
8596
|
}}
|
|
8611
8597
|
`;
|
|
8612
8598
|
|
|
8613
|
-
const _excluded$
|
|
8614
|
-
const COMPONENT_NAME$
|
|
8615
|
-
const CLASSNAME$
|
|
8616
|
-
const DEFAULT_PROPS$x = {};
|
|
8599
|
+
const _excluded$D = ["children", "className", "isLoaded", "theme"];
|
|
8600
|
+
const COMPONENT_NAME$y = 'SkeletonCircle';
|
|
8601
|
+
const CLASSNAME$y = 'redsift-skeleton-circle';
|
|
8617
8602
|
|
|
8618
8603
|
/**
|
|
8619
8604
|
* The SkeletonCircle component.
|
|
@@ -8625,7 +8610,7 @@ const SkeletonCircle = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8625
8610
|
isLoaded,
|
|
8626
8611
|
theme: propsTheme
|
|
8627
8612
|
} = props,
|
|
8628
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8613
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$D);
|
|
8629
8614
|
const theme = useTheme(propsTheme);
|
|
8630
8615
|
if (isLoaded) {
|
|
8631
8616
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, children);
|
|
@@ -8636,9 +8621,8 @@ const SkeletonCircle = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8636
8621
|
ref: ref
|
|
8637
8622
|
}), typeof children === 'string' ? /*#__PURE__*/React__default.createElement("span", null, children) : children);
|
|
8638
8623
|
});
|
|
8639
|
-
SkeletonCircle.className = CLASSNAME$
|
|
8640
|
-
SkeletonCircle.
|
|
8641
|
-
SkeletonCircle.displayName = COMPONENT_NAME$x;
|
|
8624
|
+
SkeletonCircle.className = CLASSNAME$y;
|
|
8625
|
+
SkeletonCircle.displayName = COMPONENT_NAME$y;
|
|
8642
8626
|
|
|
8643
8627
|
/**
|
|
8644
8628
|
* Component variant.
|
|
@@ -8692,12 +8676,9 @@ const StyledSkeletonText = styled(StyledSkeleton)`
|
|
|
8692
8676
|
}}}
|
|
8693
8677
|
`;
|
|
8694
8678
|
|
|
8695
|
-
const _excluded$
|
|
8696
|
-
const COMPONENT_NAME$
|
|
8697
|
-
const CLASSNAME$
|
|
8698
|
-
const DEFAULT_PROPS$w = {
|
|
8699
|
-
variant: 'body'
|
|
8700
|
-
};
|
|
8679
|
+
const _excluded$C = ["children", "className", "fontSize", "isLoaded", "lineHeight", "theme", "variant"];
|
|
8680
|
+
const COMPONENT_NAME$x = 'SkeletonText';
|
|
8681
|
+
const CLASSNAME$x = 'redsift-skeleton-text';
|
|
8701
8682
|
|
|
8702
8683
|
/**
|
|
8703
8684
|
* The SkeletonText component.
|
|
@@ -8710,9 +8691,9 @@ const SkeletonText = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8710
8691
|
isLoaded,
|
|
8711
8692
|
lineHeight,
|
|
8712
8693
|
theme: propsTheme,
|
|
8713
|
-
variant
|
|
8694
|
+
variant = 'body'
|
|
8714
8695
|
} = props,
|
|
8715
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8696
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$C);
|
|
8716
8697
|
const theme = useTheme(propsTheme);
|
|
8717
8698
|
if (isLoaded) {
|
|
8718
8699
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, children);
|
|
@@ -8726,14 +8707,12 @@ const SkeletonText = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8726
8707
|
$variant: variant
|
|
8727
8708
|
}), typeof children === 'string' ? /*#__PURE__*/React__default.createElement("span", null, children) : children);
|
|
8728
8709
|
});
|
|
8729
|
-
SkeletonText.className = CLASSNAME$
|
|
8730
|
-
SkeletonText.
|
|
8731
|
-
SkeletonText.displayName = COMPONENT_NAME$w;
|
|
8710
|
+
SkeletonText.className = CLASSNAME$x;
|
|
8711
|
+
SkeletonText.displayName = COMPONENT_NAME$x;
|
|
8732
8712
|
|
|
8733
|
-
const _excluded$
|
|
8734
|
-
const COMPONENT_NAME$
|
|
8735
|
-
const CLASSNAME$
|
|
8736
|
-
const DEFAULT_PROPS$v = {};
|
|
8713
|
+
const _excluded$B = ["children", "className", "isLoaded", "theme"];
|
|
8714
|
+
const COMPONENT_NAME$w = 'Skeleton';
|
|
8715
|
+
const CLASSNAME$w = 'redsift-skeleton';
|
|
8737
8716
|
|
|
8738
8717
|
/**
|
|
8739
8718
|
* The Skeleton component.
|
|
@@ -8745,7 +8724,7 @@ const BaseSkeleton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8745
8724
|
isLoaded,
|
|
8746
8725
|
theme: propsTheme
|
|
8747
8726
|
} = props,
|
|
8748
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8727
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$B);
|
|
8749
8728
|
const theme = useTheme(propsTheme);
|
|
8750
8729
|
if (isLoaded) {
|
|
8751
8730
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, children);
|
|
@@ -8756,18 +8735,16 @@ const BaseSkeleton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8756
8735
|
ref: ref
|
|
8757
8736
|
}), typeof children === 'string' ? /*#__PURE__*/React__default.createElement("span", null, children) : children);
|
|
8758
8737
|
});
|
|
8759
|
-
BaseSkeleton.className = CLASSNAME$
|
|
8760
|
-
BaseSkeleton.
|
|
8761
|
-
BaseSkeleton.displayName = COMPONENT_NAME$v;
|
|
8738
|
+
BaseSkeleton.className = CLASSNAME$w;
|
|
8739
|
+
BaseSkeleton.displayName = COMPONENT_NAME$w;
|
|
8762
8740
|
const Skeleton = Object.assign(BaseSkeleton, {
|
|
8763
8741
|
Circle: SkeletonCircle,
|
|
8764
8742
|
Text: SkeletonText
|
|
8765
8743
|
});
|
|
8766
8744
|
|
|
8767
|
-
const _excluded$
|
|
8768
|
-
const COMPONENT_NAME$
|
|
8769
|
-
const CLASSNAME$
|
|
8770
|
-
const DEFAULT_PROPS$u = {};
|
|
8745
|
+
const _excluded$A = ["children", "className", "header", "headingProps", "icon", "iconProps", "isLoading", "subheader"];
|
|
8746
|
+
const COMPONENT_NAME$v = 'CardHeader';
|
|
8747
|
+
const CLASSNAME$v = 'redsift-card-header';
|
|
8771
8748
|
|
|
8772
8749
|
/**
|
|
8773
8750
|
* The CardHeader component.
|
|
@@ -8783,7 +8760,7 @@ const CardHeader = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8783
8760
|
isLoading,
|
|
8784
8761
|
subheader
|
|
8785
8762
|
} = props,
|
|
8786
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8763
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$A);
|
|
8787
8764
|
return /*#__PURE__*/React__default.createElement(StyledCardHeader, _extends$1({}, forwardedProps, {
|
|
8788
8765
|
className: classNames(CardHeader.className, className),
|
|
8789
8766
|
ref: ref
|
|
@@ -8808,9 +8785,8 @@ const CardHeader = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8808
8785
|
size: "large"
|
|
8809
8786
|
}, iconProps)) : null, header)) : null, children);
|
|
8810
8787
|
});
|
|
8811
|
-
CardHeader.className = CLASSNAME$
|
|
8812
|
-
CardHeader.
|
|
8813
|
-
CardHeader.displayName = COMPONENT_NAME$u;
|
|
8788
|
+
CardHeader.className = CLASSNAME$v;
|
|
8789
|
+
CardHeader.displayName = COMPONENT_NAME$v;
|
|
8814
8790
|
|
|
8815
8791
|
/**
|
|
8816
8792
|
* Component style.
|
|
@@ -8825,10 +8801,9 @@ const StyledCardBody = styled.div`
|
|
|
8825
8801
|
padding: 16px 0px;
|
|
8826
8802
|
`;
|
|
8827
8803
|
|
|
8828
|
-
const _excluded$
|
|
8829
|
-
const COMPONENT_NAME$
|
|
8830
|
-
const CLASSNAME$
|
|
8831
|
-
const DEFAULT_PROPS$t = {};
|
|
8804
|
+
const _excluded$z = ["children", "className"];
|
|
8805
|
+
const COMPONENT_NAME$u = 'CardBody';
|
|
8806
|
+
const CLASSNAME$u = 'redsift-card-body';
|
|
8832
8807
|
|
|
8833
8808
|
/**
|
|
8834
8809
|
* The CardBody component.
|
|
@@ -8838,15 +8813,14 @@ const CardBody = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8838
8813
|
children,
|
|
8839
8814
|
className
|
|
8840
8815
|
} = props,
|
|
8841
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8816
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$z);
|
|
8842
8817
|
return /*#__PURE__*/React__default.createElement(StyledCardBody, _extends$1({}, forwardedProps, {
|
|
8843
8818
|
className: classNames(CardBody.className, className),
|
|
8844
8819
|
ref: ref
|
|
8845
8820
|
}), children);
|
|
8846
8821
|
});
|
|
8847
|
-
CardBody.className = CLASSNAME$
|
|
8848
|
-
CardBody.
|
|
8849
|
-
CardBody.displayName = COMPONENT_NAME$t;
|
|
8822
|
+
CardBody.className = CLASSNAME$u;
|
|
8823
|
+
CardBody.displayName = COMPONENT_NAME$u;
|
|
8850
8824
|
|
|
8851
8825
|
/**
|
|
8852
8826
|
* Component style.
|
|
@@ -8858,13 +8832,9 @@ const StyledCardActions = styled.div`
|
|
|
8858
8832
|
margin-bottom: 8px;
|
|
8859
8833
|
`;
|
|
8860
8834
|
|
|
8861
|
-
const _excluded$
|
|
8862
|
-
const COMPONENT_NAME$
|
|
8863
|
-
const CLASSNAME$
|
|
8864
|
-
const DEFAULT_PROPS$s = {
|
|
8865
|
-
display: 'flex',
|
|
8866
|
-
flexDirection: 'row'
|
|
8867
|
-
};
|
|
8835
|
+
const _excluded$y = ["children", "className", "display", "flexDirection"];
|
|
8836
|
+
const COMPONENT_NAME$t = 'CardActions';
|
|
8837
|
+
const CLASSNAME$t = 'redsift-card-actions';
|
|
8868
8838
|
|
|
8869
8839
|
/**
|
|
8870
8840
|
* The CardActions component.
|
|
@@ -8872,22 +8842,25 @@ const DEFAULT_PROPS$s = {
|
|
|
8872
8842
|
const CardActions = /*#__PURE__*/forwardRef((props, ref) => {
|
|
8873
8843
|
const {
|
|
8874
8844
|
children,
|
|
8875
|
-
className
|
|
8845
|
+
className,
|
|
8846
|
+
display = 'flex',
|
|
8847
|
+
flexDirection = 'row'
|
|
8876
8848
|
} = props,
|
|
8877
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8878
|
-
return /*#__PURE__*/React__default.createElement(StyledCardActions, _extends$1({
|
|
8849
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$y);
|
|
8850
|
+
return /*#__PURE__*/React__default.createElement(StyledCardActions, _extends$1({
|
|
8851
|
+
display: display,
|
|
8852
|
+
flexDirection: flexDirection
|
|
8853
|
+
}, forwardedProps, {
|
|
8879
8854
|
className: classNames(CardActions.className, className),
|
|
8880
8855
|
ref: ref
|
|
8881
8856
|
}), children);
|
|
8882
8857
|
});
|
|
8883
|
-
CardActions.className = CLASSNAME$
|
|
8884
|
-
CardActions.
|
|
8885
|
-
CardActions.displayName = COMPONENT_NAME$s;
|
|
8858
|
+
CardActions.className = CLASSNAME$t;
|
|
8859
|
+
CardActions.displayName = COMPONENT_NAME$t;
|
|
8886
8860
|
|
|
8887
|
-
const _excluded$
|
|
8888
|
-
const COMPONENT_NAME$
|
|
8889
|
-
const CLASSNAME$
|
|
8890
|
-
const DEFAULT_PROPS$r = {};
|
|
8861
|
+
const _excluded$x = ["children", "className", "defaultCollapsed", "isCollapsed", "isCollapsible", "onCollapse", "theme"];
|
|
8862
|
+
const COMPONENT_NAME$s = 'Card';
|
|
8863
|
+
const CLASSNAME$s = 'redsift-card';
|
|
8891
8864
|
|
|
8892
8865
|
/**
|
|
8893
8866
|
* The Card component.
|
|
@@ -8902,7 +8875,7 @@ const BaseCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8902
8875
|
onCollapse,
|
|
8903
8876
|
theme: propsTheme
|
|
8904
8877
|
} = props,
|
|
8905
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
8878
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$x);
|
|
8906
8879
|
const theme = useTheme(propsTheme);
|
|
8907
8880
|
const format = useMessageFormatter(intlMessages$5);
|
|
8908
8881
|
const [isCollapsed, setIsCollapsed] = useState(propsIsCollapsed !== null && propsIsCollapsed !== void 0 ? propsIsCollapsed : defaultCollapsed);
|
|
@@ -8940,9 +8913,8 @@ const BaseCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
8940
8913
|
className: `${BaseCard.className}__content`
|
|
8941
8914
|
}, body && isComponent('CardBody')(body) ? body : null, actions && isComponent('CardActions')(actions) ? actions : null) : null));
|
|
8942
8915
|
});
|
|
8943
|
-
BaseCard.className = CLASSNAME$
|
|
8944
|
-
BaseCard.
|
|
8945
|
-
BaseCard.displayName = COMPONENT_NAME$r;
|
|
8916
|
+
BaseCard.className = CLASSNAME$s;
|
|
8917
|
+
BaseCard.displayName = COMPONENT_NAME$s;
|
|
8946
8918
|
const Card = Object.assign(BaseCard, {
|
|
8947
8919
|
Header: CardHeader,
|
|
8948
8920
|
Body: CardBody,
|
|
@@ -9039,13 +9011,9 @@ const StyledCheckboxGroup = styled.div`
|
|
|
9039
9011
|
}
|
|
9040
9012
|
`;
|
|
9041
9013
|
|
|
9042
|
-
const _excluded$
|
|
9043
|
-
const COMPONENT_NAME$
|
|
9044
|
-
const CLASSNAME$
|
|
9045
|
-
const DEFAULT_PROPS$q = {
|
|
9046
|
-
color: ColorPalette.primary,
|
|
9047
|
-
orientation: CheckboxGroupOrientation.vertical
|
|
9048
|
-
};
|
|
9014
|
+
const _excluded$w = ["children", "className", "color", "defaultValues", "description", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "onChange", "orientation", "theme", "value"];
|
|
9015
|
+
const COMPONENT_NAME$r = 'CheckboxGroup';
|
|
9016
|
+
const CLASSNAME$r = 'redsift-checkbox-group';
|
|
9049
9017
|
|
|
9050
9018
|
/**
|
|
9051
9019
|
* The CheckboxGroup component.
|
|
@@ -9055,6 +9023,7 @@ const CheckboxGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
9055
9023
|
const {
|
|
9056
9024
|
children,
|
|
9057
9025
|
className,
|
|
9026
|
+
color = ColorPalette.primary,
|
|
9058
9027
|
defaultValues,
|
|
9059
9028
|
description,
|
|
9060
9029
|
isDisabled,
|
|
@@ -9063,11 +9032,11 @@ const CheckboxGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
9063
9032
|
isRequired,
|
|
9064
9033
|
label,
|
|
9065
9034
|
onChange,
|
|
9066
|
-
orientation,
|
|
9035
|
+
orientation = CheckboxGroupOrientation.vertical,
|
|
9067
9036
|
theme: propsTheme,
|
|
9068
9037
|
value
|
|
9069
9038
|
} = props,
|
|
9070
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
9039
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$w);
|
|
9071
9040
|
const theme = useTheme(propsTheme);
|
|
9072
9041
|
const [selectedValues, setValue] = useState(value || defaultValues || []);
|
|
9073
9042
|
useEffect(() => {
|
|
@@ -9106,7 +9075,9 @@ const CheckboxGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
9106
9075
|
value: {
|
|
9107
9076
|
theme
|
|
9108
9077
|
}
|
|
9109
|
-
}, /*#__PURE__*/React__default.createElement(StyledCheckboxGroup, _extends$1({
|
|
9078
|
+
}, /*#__PURE__*/React__default.createElement(StyledCheckboxGroup, _extends$1({
|
|
9079
|
+
color: color
|
|
9080
|
+
}, forwardedProps, {
|
|
9110
9081
|
$isDisabled: isDisabled,
|
|
9111
9082
|
$isInvalid: isInvalid || isRequired && selectedValues.length === 0,
|
|
9112
9083
|
$isReadOnly: isReadOnly,
|
|
@@ -9126,9 +9097,8 @@ const CheckboxGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
9126
9097
|
className: `${CheckboxGroup.className}-description`
|
|
9127
9098
|
}, description)));
|
|
9128
9099
|
});
|
|
9129
|
-
CheckboxGroup.className = CLASSNAME$
|
|
9130
|
-
CheckboxGroup.
|
|
9131
|
-
CheckboxGroup.displayName = COMPONENT_NAME$q;
|
|
9100
|
+
CheckboxGroup.className = CLASSNAME$r;
|
|
9101
|
+
CheckboxGroup.displayName = COMPONENT_NAME$r;
|
|
9132
9102
|
|
|
9133
9103
|
/* eslint-disable prefer-const */
|
|
9134
9104
|
|
|
@@ -9225,7 +9195,7 @@ const PressResponderContext = /*#__PURE__*/React__default.createContext({
|
|
|
9225
9195
|
});
|
|
9226
9196
|
PressResponderContext.displayName = 'PressResponderContext';
|
|
9227
9197
|
|
|
9228
|
-
const _excluded$
|
|
9198
|
+
const _excluded$v = ["register"],
|
|
9229
9199
|
_excluded2$1 = ["onPress", "onPressChange", "onPressStart", "onPressEnd", "onPressUp", "isDisabled", "isPressed", "preventFocusOnPress", "shouldCancelOnPointerExit", "allowTextSelectionOnPress", "ref"];
|
|
9230
9200
|
function usePressResponderContext(props) {
|
|
9231
9201
|
// Consume context from <PressResponder> and merge with props.
|
|
@@ -9234,7 +9204,7 @@ function usePressResponderContext(props) {
|
|
|
9234
9204
|
let {
|
|
9235
9205
|
register
|
|
9236
9206
|
} = context,
|
|
9237
|
-
contextProps = _objectWithoutProperties(context, _excluded$
|
|
9207
|
+
contextProps = _objectWithoutProperties(context, _excluded$v);
|
|
9238
9208
|
props = mergeProps$1(contextProps, props);
|
|
9239
9209
|
register();
|
|
9240
9210
|
}
|
|
@@ -10591,14 +10561,14 @@ function useFocusRing() {
|
|
|
10591
10561
|
};
|
|
10592
10562
|
}
|
|
10593
10563
|
|
|
10594
|
-
const _excluded$
|
|
10564
|
+
const _excluded$u = ["ref"];
|
|
10595
10565
|
let FocusableContext = /*#__PURE__*/React__default.createContext(null);
|
|
10596
10566
|
function useFocusableContext(ref) {
|
|
10597
10567
|
let context = useContext(FocusableContext) || {};
|
|
10598
10568
|
useSyncRef(context, ref);
|
|
10599
10569
|
|
|
10600
10570
|
// eslint-disable-next-line
|
|
10601
|
-
let otherProps = _objectWithoutProperties(context, _excluded$
|
|
10571
|
+
let otherProps = _objectWithoutProperties(context, _excluded$u);
|
|
10602
10572
|
return otherProps;
|
|
10603
10573
|
}
|
|
10604
10574
|
/**
|
|
@@ -10736,12 +10706,9 @@ const StyledCheckbox = styled.label`
|
|
|
10736
10706
|
}
|
|
10737
10707
|
`;
|
|
10738
10708
|
|
|
10739
|
-
const _excluded$
|
|
10740
|
-
const COMPONENT_NAME$
|
|
10741
|
-
const CLASSNAME$
|
|
10742
|
-
const DEFAULT_PROPS$p = {
|
|
10743
|
-
isColored: true
|
|
10744
|
-
};
|
|
10709
|
+
const _excluded$t = ["aria-label", "aria-labelledby", "autoFocus", "children", "className", "defaultSelected", "inputProps", "inputRef", "isColored", "isDisabled", "isIndeterminate", "isInvalid", "isReadOnly", "isRequired", "isSelected", "name", "onChange", "theme", "value"];
|
|
10710
|
+
const COMPONENT_NAME$q = 'Checkbox';
|
|
10711
|
+
const CLASSNAME$q = 'redsift-checkbox';
|
|
10745
10712
|
|
|
10746
10713
|
/**
|
|
10747
10714
|
* The Checkbox component.
|
|
@@ -10760,7 +10727,7 @@ const Checkbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
10760
10727
|
defaultSelected,
|
|
10761
10728
|
inputProps,
|
|
10762
10729
|
inputRef,
|
|
10763
|
-
isColored,
|
|
10730
|
+
isColored = true,
|
|
10764
10731
|
isDisabled,
|
|
10765
10732
|
isIndeterminate,
|
|
10766
10733
|
isInvalid,
|
|
@@ -10772,7 +10739,7 @@ const Checkbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
10772
10739
|
theme: propsTheme,
|
|
10773
10740
|
value
|
|
10774
10741
|
} = props,
|
|
10775
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
10742
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$t);
|
|
10776
10743
|
const theme = useTheme(propsTheme);
|
|
10777
10744
|
const {
|
|
10778
10745
|
isFocusVisible,
|
|
@@ -10858,9 +10825,8 @@ const Checkbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
10858
10825
|
value: value
|
|
10859
10826
|
})));
|
|
10860
10827
|
});
|
|
10861
|
-
Checkbox.className = CLASSNAME$
|
|
10862
|
-
Checkbox.
|
|
10863
|
-
Checkbox.displayName = COMPONENT_NAME$p;
|
|
10828
|
+
Checkbox.className = CLASSNAME$q;
|
|
10829
|
+
Checkbox.displayName = COMPONENT_NAME$q;
|
|
10864
10830
|
|
|
10865
10831
|
var enUS$4 = {
|
|
10866
10832
|
"collapse-all": "Collapse all details",
|
|
@@ -10966,12 +10932,9 @@ const StyledShield = styled.div`
|
|
|
10966
10932
|
}}
|
|
10967
10933
|
`;
|
|
10968
10934
|
|
|
10969
|
-
const _excluded$
|
|
10970
|
-
const COMPONENT_NAME$
|
|
10971
|
-
const CLASSNAME$
|
|
10972
|
-
const DEFAULT_PROPS$o = {
|
|
10973
|
-
variant: ShieldVariant.success
|
|
10974
|
-
};
|
|
10935
|
+
const _excluded$s = ["aria-hidden", "aria-label", "className", "svgProps", "isOutlined", "isReversed", "theme", "variant"];
|
|
10936
|
+
const COMPONENT_NAME$p = 'Shield';
|
|
10937
|
+
const CLASSNAME$p = 'redsift-shield';
|
|
10975
10938
|
const getVariant = variant => {
|
|
10976
10939
|
switch (variant) {
|
|
10977
10940
|
case ShieldVariant.email:
|
|
@@ -11054,9 +11017,9 @@ const Shield = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11054
11017
|
isOutlined,
|
|
11055
11018
|
isReversed,
|
|
11056
11019
|
theme: propsTheme,
|
|
11057
|
-
variant
|
|
11020
|
+
variant = ShieldVariant.success
|
|
11058
11021
|
} = props,
|
|
11059
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11022
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$s);
|
|
11060
11023
|
const theme = useTheme(propsTheme);
|
|
11061
11024
|
const {
|
|
11062
11025
|
color,
|
|
@@ -11092,9 +11055,8 @@ const Shield = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11092
11055
|
className: "icon"
|
|
11093
11056
|
})));
|
|
11094
11057
|
});
|
|
11095
|
-
Shield.className = CLASSNAME$
|
|
11096
|
-
Shield.
|
|
11097
|
-
Shield.displayName = COMPONENT_NAME$o;
|
|
11058
|
+
Shield.className = CLASSNAME$p;
|
|
11059
|
+
Shield.displayName = COMPONENT_NAME$p;
|
|
11098
11060
|
|
|
11099
11061
|
var collapse$1 = "Collapse details";
|
|
11100
11062
|
var expand$1 = "Expand details";
|
|
@@ -11146,10 +11108,9 @@ const StyledDetailedCardCollapsibleSectionItems = styled.div`
|
|
|
11146
11108
|
}
|
|
11147
11109
|
`;
|
|
11148
11110
|
|
|
11149
|
-
const _excluded$
|
|
11150
|
-
const COMPONENT_NAME$
|
|
11151
|
-
const CLASSNAME$
|
|
11152
|
-
const DEFAULT_PROPS$n = {};
|
|
11111
|
+
const _excluded$r = ["caption", "children", "className", "hideBackground"];
|
|
11112
|
+
const COMPONENT_NAME$o = 'DetailedCardCollapsibleSectionItems';
|
|
11113
|
+
const CLASSNAME$o = 'redsift-detailed-card-collapsible-section-items';
|
|
11153
11114
|
|
|
11154
11115
|
/**
|
|
11155
11116
|
* The DetailedCardCollapsibleSectionItems Section component.
|
|
@@ -11161,7 +11122,7 @@ const DetailedCardCollapsibleSectionItems = /*#__PURE__*/forwardRef((props, ref)
|
|
|
11161
11122
|
className,
|
|
11162
11123
|
hideBackground
|
|
11163
11124
|
} = props,
|
|
11164
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11125
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$r);
|
|
11165
11126
|
return /*#__PURE__*/React__default.createElement(StyledDetailedCardCollapsibleSectionItems, _extends$1({}, forwardedProps, {
|
|
11166
11127
|
className: classNames(DetailedCardCollapsibleSectionItems.className, className),
|
|
11167
11128
|
ref: ref,
|
|
@@ -11170,9 +11131,8 @@ const DetailedCardCollapsibleSectionItems = /*#__PURE__*/forwardRef((props, ref)
|
|
|
11170
11131
|
className: `${DetailedCardCollapsibleSectionItems.className}__caption`
|
|
11171
11132
|
}, caption) : null);
|
|
11172
11133
|
});
|
|
11173
|
-
DetailedCardCollapsibleSectionItems.className = CLASSNAME$
|
|
11174
|
-
DetailedCardCollapsibleSectionItems.
|
|
11175
|
-
DetailedCardCollapsibleSectionItems.displayName = COMPONENT_NAME$n;
|
|
11134
|
+
DetailedCardCollapsibleSectionItems.className = CLASSNAME$o;
|
|
11135
|
+
DetailedCardCollapsibleSectionItems.displayName = COMPONENT_NAME$o;
|
|
11176
11136
|
|
|
11177
11137
|
/**
|
|
11178
11138
|
* Component style.
|
|
@@ -11238,12 +11198,9 @@ const StyledDetailedCardSection = styled.div`
|
|
|
11238
11198
|
}
|
|
11239
11199
|
`;
|
|
11240
11200
|
|
|
11241
|
-
const _excluded$
|
|
11242
|
-
const COMPONENT_NAME$
|
|
11243
|
-
const CLASSNAME$
|
|
11244
|
-
const DEFAULT_PROPS$m = {
|
|
11245
|
-
isCollapsible: true
|
|
11246
|
-
};
|
|
11201
|
+
const _excluded$q = ["badge", "color", "children", "className", "header", "isCollapsed", "isCollapsible", "isLoading"];
|
|
11202
|
+
const COMPONENT_NAME$n = 'DetailedCardSection';
|
|
11203
|
+
const CLASSNAME$n = 'redsift-detailed-card-section';
|
|
11247
11204
|
const hasCollapsibleChildren = children => {
|
|
11248
11205
|
let hasCollapsible = false;
|
|
11249
11206
|
React__default.Children.map(children, child => {
|
|
@@ -11265,10 +11222,10 @@ const DetailedCardSection = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11265
11222
|
className,
|
|
11266
11223
|
header,
|
|
11267
11224
|
isCollapsed: propsIsCollapsed,
|
|
11268
|
-
isCollapsible: propsIsCollapsible,
|
|
11225
|
+
isCollapsible: propsIsCollapsible = true,
|
|
11269
11226
|
isLoading
|
|
11270
11227
|
} = props,
|
|
11271
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11228
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$q);
|
|
11272
11229
|
const format = useMessageFormatter(intlMessages$3);
|
|
11273
11230
|
const isCollapsible = propsIsCollapsible && hasCollapsibleChildren(children);
|
|
11274
11231
|
const [isCollapsed, setIsCollapsed] = useState(Boolean(propsIsCollapsed));
|
|
@@ -11310,9 +11267,8 @@ const DetailedCardSection = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11310
11267
|
}
|
|
11311
11268
|
}) : null), children);
|
|
11312
11269
|
});
|
|
11313
|
-
DetailedCardSection.className = CLASSNAME$
|
|
11314
|
-
DetailedCardSection.
|
|
11315
|
-
DetailedCardSection.displayName = COMPONENT_NAME$m;
|
|
11270
|
+
DetailedCardSection.className = CLASSNAME$n;
|
|
11271
|
+
DetailedCardSection.displayName = COMPONENT_NAME$n;
|
|
11316
11272
|
|
|
11317
11273
|
/**
|
|
11318
11274
|
* Component style.
|
|
@@ -11378,10 +11334,9 @@ const StyledDetailedCardHeader = styled.div`
|
|
|
11378
11334
|
}
|
|
11379
11335
|
`;
|
|
11380
11336
|
|
|
11381
|
-
const _excluded$
|
|
11382
|
-
const COMPONENT_NAME$
|
|
11383
|
-
const CLASSNAME$
|
|
11384
|
-
const DEFAULT_PROPS$l = {};
|
|
11337
|
+
const _excluded$p = ["children", "className", "header", "headingProps", "isLoading"];
|
|
11338
|
+
const COMPONENT_NAME$m = 'DetailedCardHeader';
|
|
11339
|
+
const CLASSNAME$m = 'redsift-detailed-card-header';
|
|
11385
11340
|
|
|
11386
11341
|
/**
|
|
11387
11342
|
* The DetailedCardHeader component.
|
|
@@ -11394,7 +11349,7 @@ const DetailedCardHeader = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11394
11349
|
headingProps,
|
|
11395
11350
|
isLoading
|
|
11396
11351
|
} = props,
|
|
11397
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11352
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$p);
|
|
11398
11353
|
const theme = useTheme();
|
|
11399
11354
|
return /*#__PURE__*/React__default.createElement(StyledDetailedCardHeader, _extends$1({}, forwardedProps, {
|
|
11400
11355
|
className: classNames(DetailedCardHeader.className, className),
|
|
@@ -11411,9 +11366,8 @@ const DetailedCardHeader = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11411
11366
|
variant: "h2"
|
|
11412
11367
|
}, headingProps), header)) : null, children);
|
|
11413
11368
|
});
|
|
11414
|
-
DetailedCardHeader.className = CLASSNAME$
|
|
11415
|
-
DetailedCardHeader.
|
|
11416
|
-
DetailedCardHeader.displayName = COMPONENT_NAME$l;
|
|
11369
|
+
DetailedCardHeader.className = CLASSNAME$m;
|
|
11370
|
+
DetailedCardHeader.displayName = COMPONENT_NAME$m;
|
|
11417
11371
|
|
|
11418
11372
|
/**
|
|
11419
11373
|
* Component size.
|
|
@@ -11711,22 +11665,9 @@ const StyledNumber = styled(StyledText)`
|
|
|
11711
11665
|
font-family: var(--redsift-typography-font-family-poppins);
|
|
11712
11666
|
`;
|
|
11713
11667
|
|
|
11714
|
-
const _excluded$
|
|
11715
|
-
const COMPONENT_NAME$
|
|
11716
|
-
const CLASSNAME$
|
|
11717
|
-
const DEFAULT_PROPS$k = {
|
|
11718
|
-
compactDisplay: 'short',
|
|
11719
|
-
currencyDisplay: 'symbol',
|
|
11720
|
-
currencySign: 'standard',
|
|
11721
|
-
localeMatcher: 'best fit',
|
|
11722
|
-
notation: 'standard',
|
|
11723
|
-
signDisplay: 'auto',
|
|
11724
|
-
type: 'decimal',
|
|
11725
|
-
unitDisplay: 'short',
|
|
11726
|
-
roundingMode: 'halfExpand',
|
|
11727
|
-
roundingPriority: 'auto',
|
|
11728
|
-
trailingZeroDisplay: 'auto'
|
|
11729
|
-
};
|
|
11668
|
+
const _excluded$o = ["as", "className", "color", "compactDisplay", "currency", "currencyDisplay", "currencySign", "fontSize", "fontWeight", "lineHeight", "localeMatcher", "maximumFractionDigits", "maximumSignificantDigits", "minimumFractionDigits", "minimumIntegerDigits", "minimumSignificantDigits", "notation", "noWrap", "numberingSystem", "roundingIncrement", "roundingMode", "roundingPriority", "signDisplay", "theme", "trailingZeroDisplay", "type", "unit", "unitDisplay", "useGrouping", "value", "variant"];
|
|
11669
|
+
const COMPONENT_NAME$l = 'Number';
|
|
11670
|
+
const CLASSNAME$l = 'redsift-number';
|
|
11730
11671
|
|
|
11731
11672
|
/**
|
|
11732
11673
|
* The Number component.
|
|
@@ -11736,36 +11677,36 @@ const Number$1 = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11736
11677
|
as,
|
|
11737
11678
|
className,
|
|
11738
11679
|
color,
|
|
11739
|
-
compactDisplay,
|
|
11680
|
+
compactDisplay = 'short',
|
|
11740
11681
|
currency,
|
|
11741
|
-
currencyDisplay,
|
|
11742
|
-
currencySign,
|
|
11682
|
+
currencyDisplay = 'symbol',
|
|
11683
|
+
currencySign = 'standard',
|
|
11743
11684
|
fontSize,
|
|
11744
11685
|
fontWeight,
|
|
11745
11686
|
lineHeight,
|
|
11746
|
-
localeMatcher,
|
|
11687
|
+
localeMatcher = 'best fit',
|
|
11747
11688
|
maximumFractionDigits,
|
|
11748
11689
|
maximumSignificantDigits,
|
|
11749
11690
|
minimumFractionDigits,
|
|
11750
11691
|
minimumIntegerDigits,
|
|
11751
11692
|
minimumSignificantDigits,
|
|
11752
|
-
notation,
|
|
11693
|
+
notation = 'standard',
|
|
11753
11694
|
noWrap,
|
|
11754
11695
|
numberingSystem,
|
|
11755
11696
|
roundingIncrement,
|
|
11756
|
-
roundingMode,
|
|
11757
|
-
roundingPriority,
|
|
11758
|
-
signDisplay,
|
|
11759
|
-
|
|
11760
|
-
|
|
11697
|
+
roundingMode = 'halfExpand',
|
|
11698
|
+
roundingPriority = 'auto',
|
|
11699
|
+
signDisplay = 'auto',
|
|
11700
|
+
theme: propsTheme,
|
|
11701
|
+
trailingZeroDisplay = 'auto',
|
|
11702
|
+
type = 'decimal',
|
|
11761
11703
|
unit,
|
|
11762
|
-
unitDisplay,
|
|
11704
|
+
unitDisplay = 'short',
|
|
11763
11705
|
useGrouping,
|
|
11764
|
-
theme: propsTheme,
|
|
11765
11706
|
value,
|
|
11766
11707
|
variant
|
|
11767
11708
|
} = props,
|
|
11768
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11709
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$o);
|
|
11769
11710
|
const formatter = useNumberFormatter(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({
|
|
11770
11711
|
compactDisplay,
|
|
11771
11712
|
currency,
|
|
@@ -11815,14 +11756,12 @@ const Number$1 = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11815
11756
|
$variant: variant
|
|
11816
11757
|
}), formatter.format(value));
|
|
11817
11758
|
});
|
|
11818
|
-
Number$1.className = CLASSNAME$
|
|
11819
|
-
Number$1.
|
|
11820
|
-
Number$1.displayName = COMPONENT_NAME$k;
|
|
11759
|
+
Number$1.className = CLASSNAME$l;
|
|
11760
|
+
Number$1.displayName = COMPONENT_NAME$l;
|
|
11821
11761
|
|
|
11822
|
-
const _excluded$
|
|
11823
|
-
const COMPONENT_NAME$
|
|
11824
|
-
const CLASSNAME$
|
|
11825
|
-
const DEFAULT_PROPS$j = {};
|
|
11762
|
+
const _excluded$n = ["autoBreak", "borderColor", "children", "className", "color", "disabledColor", "hoverColor", "isDisabled", "size", "theme"];
|
|
11763
|
+
const COMPONENT_NAME$k = 'Pill';
|
|
11764
|
+
const CLASSNAME$k = 'redsift-pill';
|
|
11826
11765
|
|
|
11827
11766
|
/**
|
|
11828
11767
|
* The Pill component.
|
|
@@ -11840,7 +11779,7 @@ const Pill = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11840
11779
|
size: propsSize,
|
|
11841
11780
|
theme: propsTheme
|
|
11842
11781
|
} = props,
|
|
11843
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11782
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$n);
|
|
11844
11783
|
const theme = useTheme(propsTheme);
|
|
11845
11784
|
const color = propsColor || PresentationColorPalette.blue;
|
|
11846
11785
|
const size = propsSize || PillSize.large;
|
|
@@ -11897,9 +11836,8 @@ const Pill = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11897
11836
|
ref: ref
|
|
11898
11837
|
}), childArray);
|
|
11899
11838
|
});
|
|
11900
|
-
Pill.className = CLASSNAME$
|
|
11901
|
-
Pill.
|
|
11902
|
-
Pill.displayName = COMPONENT_NAME$j;
|
|
11839
|
+
Pill.className = CLASSNAME$k;
|
|
11840
|
+
Pill.displayName = COMPONENT_NAME$k;
|
|
11903
11841
|
|
|
11904
11842
|
/**
|
|
11905
11843
|
* Component style.
|
|
@@ -11931,10 +11869,9 @@ const StyledDetailedCardSectionItem = styled.div`
|
|
|
11931
11869
|
}
|
|
11932
11870
|
`;
|
|
11933
11871
|
|
|
11934
|
-
const _excluded$
|
|
11935
|
-
const COMPONENT_NAME$
|
|
11936
|
-
const CLASSNAME$
|
|
11937
|
-
const DEFAULT_PROPS$i = {};
|
|
11872
|
+
const _excluded$m = ["children", "className", "description", "descriptionProps", "icon", "iconProps", "isLoading", "pill", "pillProps", "shield"];
|
|
11873
|
+
const COMPONENT_NAME$j = 'DetailedCardSectionItem';
|
|
11874
|
+
const CLASSNAME$j = 'redsift-detailed-card-section-item';
|
|
11938
11875
|
|
|
11939
11876
|
/**
|
|
11940
11877
|
* The DetailedCardSectionItems component.
|
|
@@ -11952,7 +11889,7 @@ const DetailedCardSectionItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11952
11889
|
pillProps,
|
|
11953
11890
|
shield
|
|
11954
11891
|
} = props,
|
|
11955
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
11892
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$m);
|
|
11956
11893
|
return /*#__PURE__*/React__default.createElement(StyledDetailedCardSectionItem, _extends$1({}, forwardedProps, {
|
|
11957
11894
|
className: classNames(DetailedCardSectionItem.className, className),
|
|
11958
11895
|
ref: ref
|
|
@@ -11980,9 +11917,8 @@ const DetailedCardSectionItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
11980
11917
|
className: `${DetailedCardSectionItem.className}-header__pill`
|
|
11981
11918
|
}, pillProps), pill), typeof description === 'string' ? /*#__PURE__*/React__default.createElement(Text, descriptionProps, description) : description)) : null), children);
|
|
11982
11919
|
});
|
|
11983
|
-
DetailedCardSectionItem.className = CLASSNAME$
|
|
11984
|
-
DetailedCardSectionItem.
|
|
11985
|
-
DetailedCardSectionItem.displayName = COMPONENT_NAME$i;
|
|
11920
|
+
DetailedCardSectionItem.className = CLASSNAME$j;
|
|
11921
|
+
DetailedCardSectionItem.displayName = COMPONENT_NAME$j;
|
|
11986
11922
|
|
|
11987
11923
|
/*!
|
|
11988
11924
|
* tabbable 6.1.2
|
|
@@ -15701,9 +15637,8 @@ const StyledTooltipContent = styled.div`
|
|
|
15701
15637
|
}}
|
|
15702
15638
|
`;
|
|
15703
15639
|
|
|
15704
|
-
const COMPONENT_NAME$
|
|
15705
|
-
const CLASSNAME$
|
|
15706
|
-
const DEFAULT_PROPS$h = {};
|
|
15640
|
+
const COMPONENT_NAME$i = 'TooltipContent';
|
|
15641
|
+
const CLASSNAME$i = 'redsift-tooltip-content';
|
|
15707
15642
|
|
|
15708
15643
|
/**
|
|
15709
15644
|
* The TooltipContent component.
|
|
@@ -15768,13 +15703,11 @@ const TooltipContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
15768
15703
|
className: `${TooltipContent.className}__inner`
|
|
15769
15704
|
}, children)));
|
|
15770
15705
|
});
|
|
15771
|
-
TooltipContent.className = CLASSNAME$
|
|
15772
|
-
TooltipContent.
|
|
15773
|
-
TooltipContent.displayName = COMPONENT_NAME$h;
|
|
15706
|
+
TooltipContent.className = CLASSNAME$i;
|
|
15707
|
+
TooltipContent.displayName = COMPONENT_NAME$i;
|
|
15774
15708
|
|
|
15775
|
-
const COMPONENT_NAME$
|
|
15776
|
-
const CLASSNAME$
|
|
15777
|
-
const DEFAULT_PROPS$g = {};
|
|
15709
|
+
const COMPONENT_NAME$h = 'TooltipTrigger';
|
|
15710
|
+
const CLASSNAME$h = 'redsift-tooltip-trigger';
|
|
15778
15711
|
|
|
15779
15712
|
/**
|
|
15780
15713
|
* The TooltipTrigger component.
|
|
@@ -15809,9 +15742,8 @@ const TooltipTrigger = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
15809
15742
|
ref: triggerRef
|
|
15810
15743
|
}, getReferenceProps(props)), children);
|
|
15811
15744
|
});
|
|
15812
|
-
TooltipTrigger.className = CLASSNAME$
|
|
15813
|
-
TooltipTrigger.
|
|
15814
|
-
TooltipTrigger.displayName = COMPONENT_NAME$g;
|
|
15745
|
+
TooltipTrigger.className = CLASSNAME$h;
|
|
15746
|
+
TooltipTrigger.displayName = COMPONENT_NAME$h;
|
|
15815
15747
|
|
|
15816
15748
|
function useTooltip(_ref) {
|
|
15817
15749
|
let {
|
|
@@ -15878,27 +15810,59 @@ function useTooltip(_ref) {
|
|
|
15878
15810
|
}), [color, isOpen, handleOpen, interactions, data, arrowRef, tooltipId, triggerClassName]);
|
|
15879
15811
|
}
|
|
15880
15812
|
|
|
15881
|
-
const
|
|
15882
|
-
const
|
|
15883
|
-
|
|
15884
|
-
|
|
15885
|
-
|
|
15886
|
-
|
|
15813
|
+
const _excluded$l = ["tooltip", "tooltipProps", "tooltipTriggerProps", "tooltipContentProps"];
|
|
15814
|
+
const IconButtonWithTooltip = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
15815
|
+
let {
|
|
15816
|
+
tooltip,
|
|
15817
|
+
tooltipProps,
|
|
15818
|
+
tooltipTriggerProps,
|
|
15819
|
+
tooltipContentProps
|
|
15820
|
+
} = _ref,
|
|
15821
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
15822
|
+
return /*#__PURE__*/React__default.createElement(Tooltip, tooltipProps, /*#__PURE__*/React__default.createElement(Tooltip.Trigger, tooltipTriggerProps, /*#__PURE__*/React__default.createElement(IconButton, _extends$1({
|
|
15823
|
+
"aria-label": tooltip
|
|
15824
|
+
}, props, {
|
|
15825
|
+
"aria-describedby": undefined,
|
|
15826
|
+
ref: ref
|
|
15827
|
+
}))), /*#__PURE__*/React__default.createElement(Tooltip.Content, tooltipContentProps, tooltip));
|
|
15828
|
+
});
|
|
15829
|
+
IconButtonWithTooltip.displayName = 'IconButton';
|
|
15830
|
+
|
|
15831
|
+
const _excluded$k = ["tooltip", "tooltipProps", "tooltipTriggerProps", "tooltipContentProps"];
|
|
15832
|
+
const ButtonWithTooltip = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
15833
|
+
let {
|
|
15834
|
+
tooltip,
|
|
15835
|
+
tooltipProps,
|
|
15836
|
+
tooltipTriggerProps,
|
|
15837
|
+
tooltipContentProps
|
|
15838
|
+
} = _ref,
|
|
15839
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
15840
|
+
return /*#__PURE__*/React__default.createElement(Tooltip, tooltipProps, /*#__PURE__*/React__default.createElement(Tooltip.Trigger, tooltipTriggerProps, /*#__PURE__*/React__default.createElement(Button, _extends$1({
|
|
15841
|
+
"aria-label": tooltip
|
|
15842
|
+
}, props, {
|
|
15843
|
+
"aria-describedby": undefined,
|
|
15844
|
+
ref: ref
|
|
15845
|
+
}))), /*#__PURE__*/React__default.createElement(Tooltip.Content, tooltipContentProps, tooltip));
|
|
15846
|
+
});
|
|
15847
|
+
ButtonWithTooltip.displayName = 'Button';
|
|
15848
|
+
|
|
15849
|
+
const COMPONENT_NAME$g = 'Tooltip';
|
|
15850
|
+
const CLASSNAME$g = 'redsift-tooltip';
|
|
15887
15851
|
|
|
15888
15852
|
/**
|
|
15889
15853
|
* The Tooltip component.
|
|
15890
15854
|
*/
|
|
15891
15855
|
const BaseTooltip = props => {
|
|
15892
15856
|
const {
|
|
15893
|
-
color,
|
|
15894
15857
|
children,
|
|
15858
|
+
color,
|
|
15895
15859
|
defaultOpen,
|
|
15896
|
-
delay,
|
|
15860
|
+
delay = 500,
|
|
15897
15861
|
isOpen,
|
|
15898
15862
|
onOpen,
|
|
15899
|
-
placement,
|
|
15900
|
-
tooltipId,
|
|
15863
|
+
placement = TooltipPlacement.top,
|
|
15901
15864
|
theme: propsTheme,
|
|
15865
|
+
tooltipId,
|
|
15902
15866
|
triggerClassName
|
|
15903
15867
|
} = props;
|
|
15904
15868
|
const theme = useTheme ? useTheme(propsTheme) : undefined;
|
|
@@ -15922,12 +15886,14 @@ const BaseTooltip = props => {
|
|
|
15922
15886
|
value: tooltip
|
|
15923
15887
|
}, trigger && isComponent('TooltipTrigger')(trigger) ? trigger : null, content && isComponent('TooltipContent')(content) ? content : null));
|
|
15924
15888
|
};
|
|
15925
|
-
BaseTooltip.className = CLASSNAME$
|
|
15926
|
-
BaseTooltip.
|
|
15927
|
-
BaseTooltip.displayName = COMPONENT_NAME$f;
|
|
15889
|
+
BaseTooltip.className = CLASSNAME$g;
|
|
15890
|
+
BaseTooltip.displayName = COMPONENT_NAME$g;
|
|
15928
15891
|
const Tooltip = Object.assign(BaseTooltip, {
|
|
15929
15892
|
Trigger: TooltipTrigger,
|
|
15930
|
-
Content: TooltipContent
|
|
15893
|
+
Content: TooltipContent,
|
|
15894
|
+
Button: ButtonWithTooltip,
|
|
15895
|
+
IconButton: IconButtonWithTooltip,
|
|
15896
|
+
IconButtonLink: IconButtonWithTooltip
|
|
15931
15897
|
});
|
|
15932
15898
|
|
|
15933
15899
|
const useTooltipContext = () => {
|
|
@@ -15938,13 +15904,9 @@ const useTooltipContext = () => {
|
|
|
15938
15904
|
return context;
|
|
15939
15905
|
};
|
|
15940
15906
|
|
|
15941
|
-
const _excluded$
|
|
15942
|
-
const COMPONENT_NAME$
|
|
15943
|
-
const CLASSNAME$
|
|
15944
|
-
const DEFAULT_PROPS$e = {
|
|
15945
|
-
isCollapsible: true,
|
|
15946
|
-
width: '400px'
|
|
15947
|
-
};
|
|
15907
|
+
const _excluded$j = ["areAllCollapsed", "bannerVariant", "children", "className", "color", "defaultAllCollapsed", "icon", "isCollapsible", "isLoading", "onCollapseAll", "shield", "theme", "width"];
|
|
15908
|
+
const COMPONENT_NAME$f = 'DetailedCard';
|
|
15909
|
+
const CLASSNAME$f = 'redsift-detailed-card';
|
|
15948
15910
|
const hasMultipleCollapsibleChildren = children => {
|
|
15949
15911
|
const collapsibleChildren = [];
|
|
15950
15912
|
const childrenArray = React__default.Children.toArray(children);
|
|
@@ -15976,13 +15938,14 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
15976
15938
|
color,
|
|
15977
15939
|
defaultAllCollapsed,
|
|
15978
15940
|
icon,
|
|
15979
|
-
isCollapsible: propsIsCollapsible,
|
|
15941
|
+
isCollapsible: propsIsCollapsible = true,
|
|
15980
15942
|
isLoading,
|
|
15981
15943
|
onCollapseAll,
|
|
15982
15944
|
shield,
|
|
15983
|
-
theme: propsTheme
|
|
15945
|
+
theme: propsTheme,
|
|
15946
|
+
width = '400px'
|
|
15984
15947
|
} = props,
|
|
15985
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
15948
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$j);
|
|
15986
15949
|
const theme = useTheme(propsTheme);
|
|
15987
15950
|
const format = useMessageFormatter(intlMessages$4);
|
|
15988
15951
|
const isCollapsible = propsIsCollapsible && hasMultipleCollapsibleChildren(children);
|
|
@@ -16009,7 +15972,9 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
16009
15972
|
value: {
|
|
16010
15973
|
theme
|
|
16011
15974
|
}
|
|
16012
|
-
}, /*#__PURE__*/React__default.createElement(StyledDetailedCard, _extends$1({
|
|
15975
|
+
}, /*#__PURE__*/React__default.createElement(StyledDetailedCard, _extends$1({
|
|
15976
|
+
width: width
|
|
15977
|
+
}, forwardedProps, {
|
|
16013
15978
|
className: classNames(BaseDetailedCard.className, className),
|
|
16014
15979
|
ref: ref,
|
|
16015
15980
|
$color: color,
|
|
@@ -16076,9 +16041,8 @@ const BaseDetailedCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
16076
16041
|
return child;
|
|
16077
16042
|
})));
|
|
16078
16043
|
});
|
|
16079
|
-
BaseDetailedCard.className = CLASSNAME$
|
|
16080
|
-
BaseDetailedCard.
|
|
16081
|
-
BaseDetailedCard.displayName = COMPONENT_NAME$e;
|
|
16044
|
+
BaseDetailedCard.className = CLASSNAME$f;
|
|
16045
|
+
BaseDetailedCard.displayName = COMPONENT_NAME$f;
|
|
16082
16046
|
const DetailedCard = Object.assign(BaseDetailedCard, {
|
|
16083
16047
|
Header: DetailedCardHeader,
|
|
16084
16048
|
Section: DetailedCardSection,
|
|
@@ -16879,10 +16843,9 @@ const StyledGridItem = styled.div`
|
|
|
16879
16843
|
${baseInternalSpacing}
|
|
16880
16844
|
`;
|
|
16881
16845
|
|
|
16882
|
-
const _excluded$
|
|
16883
|
-
const COMPONENT_NAME$
|
|
16884
|
-
const CLASSNAME$
|
|
16885
|
-
const DEFAULT_PROPS$d = {};
|
|
16846
|
+
const _excluded$i = ["children", "className"];
|
|
16847
|
+
const COMPONENT_NAME$e = 'GridItem';
|
|
16848
|
+
const CLASSNAME$e = 'redsift-grid-item';
|
|
16886
16849
|
|
|
16887
16850
|
/**
|
|
16888
16851
|
* The GridItem component.
|
|
@@ -16892,20 +16855,18 @@ const GridItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
16892
16855
|
children,
|
|
16893
16856
|
className
|
|
16894
16857
|
} = props,
|
|
16895
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
16858
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$i);
|
|
16896
16859
|
return /*#__PURE__*/React__default.createElement(StyledGridItem, _extends$1({}, forwardedProps, {
|
|
16897
16860
|
className: classNames(GridItem.className, className),
|
|
16898
16861
|
ref: ref
|
|
16899
16862
|
}), children);
|
|
16900
16863
|
});
|
|
16901
|
-
GridItem.className = CLASSNAME$
|
|
16902
|
-
GridItem.
|
|
16903
|
-
GridItem.displayName = COMPONENT_NAME$d;
|
|
16864
|
+
GridItem.className = CLASSNAME$e;
|
|
16865
|
+
GridItem.displayName = COMPONENT_NAME$e;
|
|
16904
16866
|
|
|
16905
|
-
const _excluded$
|
|
16906
|
-
const COMPONENT_NAME$
|
|
16907
|
-
const CLASSNAME$
|
|
16908
|
-
const DEFAULT_PROPS$c = {};
|
|
16867
|
+
const _excluded$h = ["children", "className", "divider", "gap", "theme"];
|
|
16868
|
+
const COMPONENT_NAME$d = 'Grid';
|
|
16869
|
+
const CLASSNAME$d = 'redsift-grid';
|
|
16909
16870
|
|
|
16910
16871
|
/**
|
|
16911
16872
|
* The Grid component.
|
|
@@ -16918,7 +16879,7 @@ const BaseGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
16918
16879
|
gap,
|
|
16919
16880
|
theme: propsTheme
|
|
16920
16881
|
} = props,
|
|
16921
|
-
forwardedProps = _objectWithoutProperties(props, _excluded$
|
|
16882
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$h);
|
|
16922
16883
|
const theme = useTheme(propsTheme);
|
|
16923
16884
|
return /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
16924
16885
|
value: {
|
|
@@ -16932,13 +16893,75 @@ const BaseGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
16932
16893
|
$theme: theme
|
|
16933
16894
|
}), children));
|
|
16934
16895
|
});
|
|
16935
|
-
BaseGrid.className = CLASSNAME$
|
|
16936
|
-
BaseGrid.
|
|
16937
|
-
BaseGrid.displayName = COMPONENT_NAME$c;
|
|
16896
|
+
BaseGrid.className = CLASSNAME$d;
|
|
16897
|
+
BaseGrid.displayName = COMPONENT_NAME$d;
|
|
16938
16898
|
const Grid = Object.assign(BaseGrid, {
|
|
16939
16899
|
Item: GridItem
|
|
16940
16900
|
});
|
|
16941
16901
|
|
|
16902
|
+
const _excluded$g = ["as", "className", "color", "href", "icon", "iconProps", "isActive", "isDisabled", "isHovered", "target", "theme", "variant"];
|
|
16903
|
+
const COMPONENT_NAME$c = 'IconButtonLink';
|
|
16904
|
+
const CLASSNAME$c = 'redsift-icon-button-link';
|
|
16905
|
+
|
|
16906
|
+
/**
|
|
16907
|
+
* The IconButtonLink is a semantic link that looks like an icon button.
|
|
16908
|
+
*
|
|
16909
|
+
* For a semantic button that looks like an icon button, please use the IconButton component.
|
|
16910
|
+
* For a semantic link that looks like a link, please use the Link component.
|
|
16911
|
+
* For a semantic button that looks like a link, please use the LinkButton component.
|
|
16912
|
+
*/
|
|
16913
|
+
const IconButtonLink = /*#__PURE__*/forwardRef((props, ref) => {
|
|
16914
|
+
const {
|
|
16915
|
+
as,
|
|
16916
|
+
className,
|
|
16917
|
+
color: propsColor,
|
|
16918
|
+
href,
|
|
16919
|
+
icon,
|
|
16920
|
+
iconProps,
|
|
16921
|
+
isActive,
|
|
16922
|
+
isDisabled,
|
|
16923
|
+
isHovered,
|
|
16924
|
+
target,
|
|
16925
|
+
theme: propsTheme,
|
|
16926
|
+
variant: propsVariant
|
|
16927
|
+
} = props,
|
|
16928
|
+
forwardedProps = _objectWithoutProperties(props, _excluded$g);
|
|
16929
|
+
const theme = useTheme(propsTheme);
|
|
16930
|
+
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
16931
|
+
const variant = Object.values(IconButtonVariant).includes(propsVariant) ? propsVariant : 'primary';
|
|
16932
|
+
const isGradient = color === ButtonsColorPalette.radar;
|
|
16933
|
+
return /*#__PURE__*/React__default.createElement(ConditionalWrapper, {
|
|
16934
|
+
condition: isGradient && variant === IconButtonVariant.secondary,
|
|
16935
|
+
wrapper: children => /*#__PURE__*/React__default.createElement(StyledGradientBorder, {
|
|
16936
|
+
$color: color,
|
|
16937
|
+
$isActive: isActive,
|
|
16938
|
+
$isDisabled: isDisabled,
|
|
16939
|
+
$isHovered: isHovered,
|
|
16940
|
+
$theme: theme
|
|
16941
|
+
}, children)
|
|
16942
|
+
}, /*#__PURE__*/React__default.createElement(StyledIconButton, _extends$1({
|
|
16943
|
+
as: as || 'a',
|
|
16944
|
+
role: "link",
|
|
16945
|
+
tabIndex: !isDisabled ? 0 : undefined
|
|
16946
|
+
}, forwardedProps, {
|
|
16947
|
+
$color: color,
|
|
16948
|
+
$isActive: isActive,
|
|
16949
|
+
$isDisabled: isDisabled,
|
|
16950
|
+
$isGradient: isGradient,
|
|
16951
|
+
$isHovered: isHovered,
|
|
16952
|
+
$theme: theme,
|
|
16953
|
+
$variant: variant,
|
|
16954
|
+
className: classNames(IconButtonLink.className, className),
|
|
16955
|
+
href: !isDisabled ? href : undefined,
|
|
16956
|
+
ref: ref,
|
|
16957
|
+
target: target
|
|
16958
|
+
}), /*#__PURE__*/React__default.createElement(Icon, _extends$1({}, iconProps, {
|
|
16959
|
+
icon: icon
|
|
16960
|
+
}))));
|
|
16961
|
+
});
|
|
16962
|
+
IconButtonLink.className = CLASSNAME$c;
|
|
16963
|
+
IconButtonLink.displayName = COMPONENT_NAME$c;
|
|
16964
|
+
|
|
16942
16965
|
/**
|
|
16943
16966
|
* Component style.
|
|
16944
16967
|
*/
|
|
@@ -16956,6 +16979,13 @@ const StyledItem = styled.div`
|
|
|
16956
16979
|
box-sizing: border-box;
|
|
16957
16980
|
display: inline-flex;
|
|
16958
16981
|
|
|
16982
|
+
> a {
|
|
16983
|
+
display: inline-flex;
|
|
16984
|
+
align-items: center;
|
|
16985
|
+
text-decoration: none;
|
|
16986
|
+
color: inherit;
|
|
16987
|
+
}
|
|
16988
|
+
|
|
16959
16989
|
${_ref => {
|
|
16960
16990
|
let {
|
|
16961
16991
|
$color,
|
|
@@ -17181,7 +17211,9 @@ function useMenuItem(props) {
|
|
|
17181
17211
|
domElementRef,
|
|
17182
17212
|
id,
|
|
17183
17213
|
isDisabled,
|
|
17184
|
-
onClick
|
|
17214
|
+
onClick,
|
|
17215
|
+
isLinkMenuItem,
|
|
17216
|
+
linkRef
|
|
17185
17217
|
} = props;
|
|
17186
17218
|
const {
|
|
17187
17219
|
tabIndex,
|
|
@@ -17196,7 +17228,13 @@ function useMenuItem(props) {
|
|
|
17196
17228
|
const handleKeyDown = useCallback(event => {
|
|
17197
17229
|
const code = event.code;
|
|
17198
17230
|
if (code === 'Enter' || code === 'Space') {
|
|
17199
|
-
|
|
17231
|
+
console.log(isLinkMenuItem, linkRef);
|
|
17232
|
+
if (isLinkMenuItem) {
|
|
17233
|
+
var _linkRef$current;
|
|
17234
|
+
linkRef === null || linkRef === void 0 ? void 0 : (_linkRef$current = linkRef.current) === null || _linkRef$current === void 0 ? void 0 : _linkRef$current.click();
|
|
17235
|
+
} else {
|
|
17236
|
+
onClick === null || onClick === void 0 ? void 0 : onClick();
|
|
17237
|
+
}
|
|
17200
17238
|
}
|
|
17201
17239
|
handleFocusKeyDown(event);
|
|
17202
17240
|
}, []);
|
|
@@ -17223,7 +17261,6 @@ const _excluded$f = ["children", "className", "color", "defaultSelected", "id",
|
|
|
17223
17261
|
_excluded2 = ["children", "className", "color", "hasBorder", "id", "isActive", "isDisabled", "isHovered", "theme", "onClick"];
|
|
17224
17262
|
const COMPONENT_NAME$b = 'Item';
|
|
17225
17263
|
const CLASSNAME$b = 'redsift-item';
|
|
17226
|
-
const DEFAULT_PROPS$b = {};
|
|
17227
17264
|
const RenderedListboxItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
17228
17265
|
const {
|
|
17229
17266
|
children,
|
|
@@ -17315,6 +17352,8 @@ const RenderedMenuItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17315
17352
|
const id = propsId !== null && propsId !== void 0 ? propsId : _id;
|
|
17316
17353
|
const _ref = useRef();
|
|
17317
17354
|
const divRef = ref !== null && ref !== void 0 ? ref : _ref;
|
|
17355
|
+
const linkRef = useRef(null);
|
|
17356
|
+
const isLinkMenuItem = isComponent('Link')(children);
|
|
17318
17357
|
const {
|
|
17319
17358
|
tabIndex,
|
|
17320
17359
|
isFocused,
|
|
@@ -17325,7 +17364,9 @@ const RenderedMenuItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17325
17364
|
domElementRef: divRef,
|
|
17326
17365
|
id,
|
|
17327
17366
|
isDisabled: propsIsDisabled,
|
|
17328
|
-
onClick: onClick
|
|
17367
|
+
onClick: onClick,
|
|
17368
|
+
isLinkMenuItem,
|
|
17369
|
+
linkRef
|
|
17329
17370
|
});
|
|
17330
17371
|
const theme = useTheme(propsTheme);
|
|
17331
17372
|
const color = Object.values(ButtonsColorPalette).includes(propsColor) ? propsColor : 'primary';
|
|
@@ -17341,7 +17382,8 @@ const RenderedMenuItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17341
17382
|
width: "auto"
|
|
17342
17383
|
}, children)
|
|
17343
17384
|
}, /*#__PURE__*/React__default.createElement(StyledItem, _extends$1({
|
|
17344
|
-
|
|
17385
|
+
as: "li",
|
|
17386
|
+
role: isLinkMenuItem ? 'none' : 'menuitem'
|
|
17345
17387
|
}, forwardedProps, {
|
|
17346
17388
|
id: id,
|
|
17347
17389
|
$color: color,
|
|
@@ -17357,7 +17399,10 @@ const RenderedMenuItem = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17357
17399
|
ref: divRef,
|
|
17358
17400
|
onKeyDown: handleKeyDown,
|
|
17359
17401
|
tabIndex: tabIndex
|
|
17360
|
-
}), children
|
|
17402
|
+
}), isLinkMenuItem ? /*#__PURE__*/React__default.cloneElement(children, {
|
|
17403
|
+
role: 'menuitem',
|
|
17404
|
+
ref: linkRef
|
|
17405
|
+
}) : children));
|
|
17361
17406
|
});
|
|
17362
17407
|
|
|
17363
17408
|
/**
|
|
@@ -17407,7 +17452,6 @@ const Item = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17407
17452
|
return null;
|
|
17408
17453
|
});
|
|
17409
17454
|
Item.className = CLASSNAME$b;
|
|
17410
|
-
Item.defaultProps = DEFAULT_PROPS$b;
|
|
17411
17455
|
Item.displayName = COMPONENT_NAME$b;
|
|
17412
17456
|
|
|
17413
17457
|
/**
|
|
@@ -17453,7 +17497,6 @@ const StyledLink = styled.a`
|
|
|
17453
17497
|
const _excluded$e = ["as", "children", "className", "href", "isDisabled", "theme"];
|
|
17454
17498
|
const COMPONENT_NAME$a = 'Link';
|
|
17455
17499
|
const CLASSNAME$a = 'redsift-link';
|
|
17456
|
-
const DEFAULT_PROPS$a = {};
|
|
17457
17500
|
|
|
17458
17501
|
/**
|
|
17459
17502
|
* The Link is a semantic link that looks like a link.
|
|
@@ -17488,13 +17531,11 @@ const Link = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17488
17531
|
}), children);
|
|
17489
17532
|
});
|
|
17490
17533
|
Link.className = CLASSNAME$a;
|
|
17491
|
-
Link.defaultProps = DEFAULT_PROPS$a;
|
|
17492
17534
|
Link.displayName = COMPONENT_NAME$a;
|
|
17493
17535
|
|
|
17494
17536
|
const _excluded$d = ["children", "className", "disabled", "isDisabled", "theme"];
|
|
17495
17537
|
const COMPONENT_NAME$9 = 'LinkButton';
|
|
17496
17538
|
const CLASSNAME$9 = 'redsift-link-button';
|
|
17497
|
-
const DEFAULT_PROPS$9 = {};
|
|
17498
17539
|
|
|
17499
17540
|
/**
|
|
17500
17541
|
* The LinkButton is a semantic button that looks like a link.
|
|
@@ -17529,7 +17570,6 @@ const LinkButton = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17529
17570
|
}), children);
|
|
17530
17571
|
});
|
|
17531
17572
|
LinkButton.className = CLASSNAME$9;
|
|
17532
|
-
LinkButton.defaultProps = DEFAULT_PROPS$9;
|
|
17533
17573
|
LinkButton.displayName = COMPONENT_NAME$9;
|
|
17534
17574
|
|
|
17535
17575
|
const _excluded$c = ["children", "id", "isDisabled", "context"];
|
|
@@ -17701,12 +17741,6 @@ const ListboxReducer = (state, action) => {
|
|
|
17701
17741
|
const _excluded$a = ["children", "className", "defaultValues", "direction", "focusOnClick", "focusType", "id", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "loopAround", "onChange", "selectionMode", "values", "variant"];
|
|
17702
17742
|
const COMPONENT_NAME$8 = 'Listbox';
|
|
17703
17743
|
const CLASSNAME$8 = 'redsift-listbox';
|
|
17704
|
-
const DEFAULT_PROPS$8 = {
|
|
17705
|
-
focusOnClick: false,
|
|
17706
|
-
focusType: 'roving-tabindex',
|
|
17707
|
-
selectionMode: 'single',
|
|
17708
|
-
variant: ListboxVariant.standalone
|
|
17709
|
-
};
|
|
17710
17744
|
|
|
17711
17745
|
/**
|
|
17712
17746
|
* The Listbox component.
|
|
@@ -17718,8 +17752,8 @@ const Listbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17718
17752
|
className,
|
|
17719
17753
|
defaultValues,
|
|
17720
17754
|
direction,
|
|
17721
|
-
focusOnClick,
|
|
17722
|
-
focusType,
|
|
17755
|
+
focusOnClick = false,
|
|
17756
|
+
focusType = 'roving-tabindex',
|
|
17723
17757
|
id: propsId,
|
|
17724
17758
|
isDisabled,
|
|
17725
17759
|
isInvalid,
|
|
@@ -17728,9 +17762,9 @@ const Listbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17728
17762
|
label,
|
|
17729
17763
|
loopAround,
|
|
17730
17764
|
onChange,
|
|
17731
|
-
selectionMode,
|
|
17765
|
+
selectionMode = 'single',
|
|
17732
17766
|
values,
|
|
17733
|
-
variant
|
|
17767
|
+
variant = ListboxVariant.standalone
|
|
17734
17768
|
} = props,
|
|
17735
17769
|
forwardedProps = _objectWithoutProperties(props, _excluded$a);
|
|
17736
17770
|
const [_id] = useId$2();
|
|
@@ -17796,7 +17830,6 @@ const Listbox = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
17796
17830
|
}), children)));
|
|
17797
17831
|
});
|
|
17798
17832
|
Listbox.className = CLASSNAME$8;
|
|
17799
|
-
Listbox.defaultProps = DEFAULT_PROPS$8;
|
|
17800
17833
|
Listbox.displayName = COMPONENT_NAME$8;
|
|
17801
17834
|
|
|
17802
17835
|
/**
|
|
@@ -19546,13 +19579,9 @@ const StyledNumberField = styled.div`
|
|
|
19546
19579
|
}}
|
|
19547
19580
|
`;
|
|
19548
19581
|
|
|
19549
|
-
const _excluded$7 = ["autoFocus", "className", "
|
|
19582
|
+
const _excluded$7 = ["autoFocus", "className", "decrementAriaLabel", "defaultValue", "formatOptions", "id", "incrementAriaLabel", "inputProps", "inputRef", "isColored", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "isWheelDisabled", "label", "leftIcon", "maxValue", "minValue", "onBlur", "onChange", "onFocus", "onFocusChange", "onKeyDown", "onKeyUp", "placeholder", "step", "theme", "value", "variant"];
|
|
19550
19583
|
const COMPONENT_NAME$7 = 'NumberField';
|
|
19551
19584
|
const CLASSNAME$7 = 'redsift-number-field';
|
|
19552
|
-
const DEFAULT_PROPS$7 = {
|
|
19553
|
-
isColored: true,
|
|
19554
|
-
variant: NumberFieldVariant.default
|
|
19555
|
-
};
|
|
19556
19585
|
|
|
19557
19586
|
/**
|
|
19558
19587
|
* The NumberField component.
|
|
@@ -19562,34 +19591,34 @@ const NumberField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19562
19591
|
const {
|
|
19563
19592
|
autoFocus,
|
|
19564
19593
|
className,
|
|
19565
|
-
|
|
19594
|
+
decrementAriaLabel,
|
|
19566
19595
|
defaultValue,
|
|
19596
|
+
formatOptions,
|
|
19597
|
+
id,
|
|
19598
|
+
incrementAriaLabel,
|
|
19567
19599
|
inputProps: propsInputProps,
|
|
19568
19600
|
inputRef: propsInputRef,
|
|
19569
|
-
isColored,
|
|
19601
|
+
isColored = true,
|
|
19570
19602
|
isDisabled,
|
|
19571
19603
|
isInvalid,
|
|
19572
19604
|
isReadOnly,
|
|
19573
19605
|
isRequired,
|
|
19606
|
+
isWheelDisabled,
|
|
19574
19607
|
label,
|
|
19575
19608
|
leftIcon,
|
|
19609
|
+
maxValue,
|
|
19610
|
+
minValue,
|
|
19576
19611
|
onBlur: onBlurProps,
|
|
19612
|
+
onChange,
|
|
19577
19613
|
onFocus: onFocusProps,
|
|
19578
|
-
placeholder,
|
|
19579
|
-
theme: propsTheme,
|
|
19580
|
-
variant,
|
|
19581
|
-
decrementAriaLabel,
|
|
19582
|
-
incrementAriaLabel,
|
|
19583
|
-
isWheelDisabled,
|
|
19584
|
-
formatOptions,
|
|
19585
19614
|
onFocusChange,
|
|
19586
19615
|
onKeyDown,
|
|
19587
19616
|
onKeyUp,
|
|
19588
|
-
|
|
19589
|
-
maxValue,
|
|
19617
|
+
placeholder,
|
|
19590
19618
|
step,
|
|
19619
|
+
theme: propsTheme,
|
|
19591
19620
|
value,
|
|
19592
|
-
|
|
19621
|
+
variant = NumberFieldVariant.default
|
|
19593
19622
|
} = props,
|
|
19594
19623
|
forwardedProps = _objectWithoutProperties(props, _excluded$7);
|
|
19595
19624
|
const numberFieldProps = {
|
|
@@ -19736,7 +19765,6 @@ const NumberField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19736
19765
|
}, label ? /*#__PURE__*/React__default.createElement("span", null, label) : null))));
|
|
19737
19766
|
});
|
|
19738
19767
|
NumberField.className = CLASSNAME$7;
|
|
19739
|
-
NumberField.defaultProps = DEFAULT_PROPS$7;
|
|
19740
19768
|
NumberField.displayName = COMPONENT_NAME$7;
|
|
19741
19769
|
|
|
19742
19770
|
/**
|
|
@@ -19776,7 +19804,6 @@ const StyledProgressBar = styled.progress`
|
|
|
19776
19804
|
const _excluded$6 = ["className", "theme", "value"];
|
|
19777
19805
|
const COMPONENT_NAME$6 = 'ProgressBar';
|
|
19778
19806
|
const CLASSNAME$6 = 'redsift-progress-bar';
|
|
19779
|
-
const DEFAULT_PROPS$6 = {};
|
|
19780
19807
|
|
|
19781
19808
|
/**
|
|
19782
19809
|
* The Progress bar component.
|
|
@@ -19799,7 +19826,6 @@ const ProgressBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19799
19826
|
}));
|
|
19800
19827
|
});
|
|
19801
19828
|
ProgressBar.className = CLASSNAME$6;
|
|
19802
|
-
ProgressBar.defaultProps = DEFAULT_PROPS$6;
|
|
19803
19829
|
ProgressBar.displayName = COMPONENT_NAME$6;
|
|
19804
19830
|
|
|
19805
19831
|
/**
|
|
@@ -19892,13 +19918,9 @@ const StyledRadioGroup = styled.div`
|
|
|
19892
19918
|
}
|
|
19893
19919
|
`;
|
|
19894
19920
|
|
|
19895
|
-
const _excluded$5 = ["children", "className", "defaultValue", "description", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "onChange", "orientation", "theme", "value"];
|
|
19921
|
+
const _excluded$5 = ["children", "className", "color", "defaultValue", "description", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "onChange", "orientation", "theme", "value"];
|
|
19896
19922
|
const COMPONENT_NAME$5 = 'RadioGroup';
|
|
19897
19923
|
const CLASSNAME$5 = 'redsift-radio-group';
|
|
19898
|
-
const DEFAULT_PROPS$5 = {
|
|
19899
|
-
color: ColorPalette.primary,
|
|
19900
|
-
orientation: RadioGroupOrientation.vertical
|
|
19901
|
-
};
|
|
19902
19924
|
|
|
19903
19925
|
/**
|
|
19904
19926
|
* The RadioGroup component.
|
|
@@ -19908,6 +19930,7 @@ const RadioGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19908
19930
|
const {
|
|
19909
19931
|
children,
|
|
19910
19932
|
className,
|
|
19933
|
+
color = ColorPalette.primary,
|
|
19911
19934
|
defaultValue,
|
|
19912
19935
|
description,
|
|
19913
19936
|
isDisabled,
|
|
@@ -19916,7 +19939,7 @@ const RadioGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19916
19939
|
isRequired,
|
|
19917
19940
|
label,
|
|
19918
19941
|
onChange,
|
|
19919
|
-
orientation,
|
|
19942
|
+
orientation = RadioGroupOrientation.vertical,
|
|
19920
19943
|
theme: propsTheme,
|
|
19921
19944
|
value
|
|
19922
19945
|
} = props,
|
|
@@ -19947,7 +19970,9 @@ const RadioGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19947
19970
|
value: {
|
|
19948
19971
|
theme
|
|
19949
19972
|
}
|
|
19950
|
-
}, /*#__PURE__*/React__default.createElement(StyledRadioGroup, _extends$1({
|
|
19973
|
+
}, /*#__PURE__*/React__default.createElement(StyledRadioGroup, _extends$1({
|
|
19974
|
+
color: color
|
|
19975
|
+
}, forwardedProps, {
|
|
19951
19976
|
$isDisabled: isDisabled,
|
|
19952
19977
|
$isInvalid: isInvalid || isRequired && selectedValue.length === 0,
|
|
19953
19978
|
$isReadOnly: isReadOnly,
|
|
@@ -19968,7 +19993,6 @@ const RadioGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
19968
19993
|
}, description)));
|
|
19969
19994
|
});
|
|
19970
19995
|
RadioGroup.className = CLASSNAME$5;
|
|
19971
|
-
RadioGroup.defaultProps = DEFAULT_PROPS$5;
|
|
19972
19996
|
RadioGroup.displayName = COMPONENT_NAME$5;
|
|
19973
19997
|
|
|
19974
19998
|
/**
|
|
@@ -20082,9 +20106,6 @@ const StyledRadio = styled.label`
|
|
|
20082
20106
|
const _excluded$4 = ["aria-label", "aria-labelledby", "autoFocus", "children", "className", "defaultSelected", "inputProps", "inputRef", "isColored", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "isSelected", "name", "onChange", "theme", "value"];
|
|
20083
20107
|
const COMPONENT_NAME$4 = 'Radio';
|
|
20084
20108
|
const CLASSNAME$4 = 'redsift-radio';
|
|
20085
|
-
const DEFAULT_PROPS$4 = {
|
|
20086
|
-
isColored: true
|
|
20087
|
-
};
|
|
20088
20109
|
|
|
20089
20110
|
/**
|
|
20090
20111
|
* The Radio component.
|
|
@@ -20103,7 +20124,7 @@ const Radio = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20103
20124
|
defaultSelected,
|
|
20104
20125
|
inputProps,
|
|
20105
20126
|
inputRef,
|
|
20106
|
-
isColored,
|
|
20127
|
+
isColored = true,
|
|
20107
20128
|
isDisabled,
|
|
20108
20129
|
isInvalid,
|
|
20109
20130
|
isReadOnly,
|
|
@@ -20195,7 +20216,6 @@ const Radio = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20195
20216
|
})));
|
|
20196
20217
|
});
|
|
20197
20218
|
Radio.className = CLASSNAME$4;
|
|
20198
|
-
Radio.defaultProps = DEFAULT_PROPS$4;
|
|
20199
20219
|
Radio.displayName = COMPONENT_NAME$4;
|
|
20200
20220
|
|
|
20201
20221
|
const SwitchGroupContext = /*#__PURE__*/React__default.createContext(null);
|
|
@@ -20385,9 +20405,6 @@ const StyledSwitch = styled.label`
|
|
|
20385
20405
|
const _excluded$3 = ["aria-label", "aria-labelledby", "autoFocus", "children", "className", "defaultSelected", "inputProps", "inputRef", "isColored", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "isSelected", "name", "onChange", "theme", "value"];
|
|
20386
20406
|
const COMPONENT_NAME$3 = 'Switch';
|
|
20387
20407
|
const CLASSNAME$3 = 'redsift-switch';
|
|
20388
|
-
const DEFAULT_PROPS$3 = {
|
|
20389
|
-
isColored: true
|
|
20390
|
-
};
|
|
20391
20408
|
|
|
20392
20409
|
/**
|
|
20393
20410
|
* The Switch component.
|
|
@@ -20406,7 +20423,7 @@ const Switch = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20406
20423
|
defaultSelected,
|
|
20407
20424
|
inputProps,
|
|
20408
20425
|
inputRef,
|
|
20409
|
-
isColored,
|
|
20426
|
+
isColored = true,
|
|
20410
20427
|
isDisabled,
|
|
20411
20428
|
isInvalid,
|
|
20412
20429
|
isReadOnly,
|
|
@@ -20509,7 +20526,6 @@ const Switch = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20509
20526
|
})));
|
|
20510
20527
|
});
|
|
20511
20528
|
Switch.className = CLASSNAME$3;
|
|
20512
|
-
Switch.defaultProps = DEFAULT_PROPS$3;
|
|
20513
20529
|
Switch.displayName = COMPONENT_NAME$3;
|
|
20514
20530
|
|
|
20515
20531
|
/**
|
|
@@ -20600,13 +20616,9 @@ const StyledSwitchGroup = styled.div`
|
|
|
20600
20616
|
}
|
|
20601
20617
|
`;
|
|
20602
20618
|
|
|
20603
|
-
const _excluded$2 = ["children", "className", "defaultValues", "description", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "onChange", "orientation", "theme", "value"];
|
|
20619
|
+
const _excluded$2 = ["children", "className", "color", "defaultValues", "description", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "onChange", "orientation", "theme", "value"];
|
|
20604
20620
|
const COMPONENT_NAME$2 = 'SwitchGroup';
|
|
20605
20621
|
const CLASSNAME$2 = 'redsift-switch-group';
|
|
20606
|
-
const DEFAULT_PROPS$2 = {
|
|
20607
|
-
color: ColorPalette.primary,
|
|
20608
|
-
orientation: SwitchGroupOrientation.vertical
|
|
20609
|
-
};
|
|
20610
20622
|
|
|
20611
20623
|
/**
|
|
20612
20624
|
* The SwitchGroup component.
|
|
@@ -20616,6 +20628,7 @@ const SwitchGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20616
20628
|
const {
|
|
20617
20629
|
children,
|
|
20618
20630
|
className,
|
|
20631
|
+
color = ColorPalette.primary,
|
|
20619
20632
|
defaultValues,
|
|
20620
20633
|
description,
|
|
20621
20634
|
isDisabled,
|
|
@@ -20624,7 +20637,7 @@ const SwitchGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20624
20637
|
isRequired,
|
|
20625
20638
|
label,
|
|
20626
20639
|
onChange,
|
|
20627
|
-
orientation,
|
|
20640
|
+
orientation = SwitchGroupOrientation.vertical,
|
|
20628
20641
|
theme: propsTheme,
|
|
20629
20642
|
value
|
|
20630
20643
|
} = props,
|
|
@@ -20667,7 +20680,9 @@ const SwitchGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20667
20680
|
value: {
|
|
20668
20681
|
theme
|
|
20669
20682
|
}
|
|
20670
|
-
}, /*#__PURE__*/React__default.createElement(StyledSwitchGroup, _extends$1({
|
|
20683
|
+
}, /*#__PURE__*/React__default.createElement(StyledSwitchGroup, _extends$1({
|
|
20684
|
+
color: color
|
|
20685
|
+
}, forwardedProps, {
|
|
20671
20686
|
$isDisabled: isDisabled,
|
|
20672
20687
|
$isInvalid: isInvalid || isRequired && selectedValues.length === 0,
|
|
20673
20688
|
$isReadOnly: isReadOnly,
|
|
@@ -20688,7 +20703,6 @@ const SwitchGroup = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20688
20703
|
}, description)));
|
|
20689
20704
|
});
|
|
20690
20705
|
SwitchGroup.className = CLASSNAME$2;
|
|
20691
|
-
SwitchGroup.defaultProps = DEFAULT_PROPS$2;
|
|
20692
20706
|
SwitchGroup.displayName = COMPONENT_NAME$2;
|
|
20693
20707
|
|
|
20694
20708
|
/**
|
|
@@ -20912,15 +20926,9 @@ const StyledTextArea = styled.div`
|
|
|
20912
20926
|
}}
|
|
20913
20927
|
`;
|
|
20914
20928
|
|
|
20915
|
-
const _excluded$1 = ["aria-label", "aria-labelledby", "autoFocus", "className", "defaultValue", "
|
|
20929
|
+
const _excluded$1 = ["aria-label", "aria-labelledby", "autoFocus", "className", "defaultValue", "isColored", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "leftIcon", "minimumRows", "name", "onBlur", "onChange", "onFocus", "placeholder", "textareaProps", "textareaRef", "theme", "value", "variant", "width"];
|
|
20916
20930
|
const COMPONENT_NAME$1 = 'TextArea';
|
|
20917
20931
|
const CLASSNAME$1 = 'redsift-text-area';
|
|
20918
|
-
const DEFAULT_PROPS$1 = {
|
|
20919
|
-
defaultValue: '',
|
|
20920
|
-
isColored: true,
|
|
20921
|
-
variant: TextAreaVariant.default,
|
|
20922
|
-
width: '100%'
|
|
20923
|
-
};
|
|
20924
20932
|
|
|
20925
20933
|
/**
|
|
20926
20934
|
* The TextArea component.
|
|
@@ -20932,10 +20940,8 @@ const TextArea = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20932
20940
|
'aria-labelledby': ariaLabelledby,
|
|
20933
20941
|
autoFocus,
|
|
20934
20942
|
className,
|
|
20935
|
-
defaultValue,
|
|
20936
|
-
|
|
20937
|
-
textareaRef: propsTextareaRef,
|
|
20938
|
-
isColored,
|
|
20943
|
+
defaultValue = '',
|
|
20944
|
+
isColored = true,
|
|
20939
20945
|
isDisabled,
|
|
20940
20946
|
isInvalid,
|
|
20941
20947
|
isReadOnly,
|
|
@@ -20948,9 +20954,12 @@ const TextArea = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20948
20954
|
onChange,
|
|
20949
20955
|
onFocus: onFocusProps,
|
|
20950
20956
|
placeholder,
|
|
20957
|
+
textareaProps,
|
|
20958
|
+
textareaRef: propsTextareaRef,
|
|
20951
20959
|
theme: propsTheme,
|
|
20952
20960
|
value: propsValue,
|
|
20953
|
-
variant
|
|
20961
|
+
variant = TextAreaVariant.default,
|
|
20962
|
+
width = '100%'
|
|
20954
20963
|
} = props,
|
|
20955
20964
|
forwardedProps = _objectWithoutProperties(props, _excluded$1);
|
|
20956
20965
|
const theme = useTheme(propsTheme);
|
|
@@ -20996,7 +21005,9 @@ const TextArea = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
20996
21005
|
recomputeNumberOfRows(textareaRef.current);
|
|
20997
21006
|
}
|
|
20998
21007
|
}, [textareaRef, recomputeNumberOfRows, value]);
|
|
20999
|
-
return /*#__PURE__*/React__default.createElement(StyledTextArea, _extends$1({
|
|
21008
|
+
return /*#__PURE__*/React__default.createElement(StyledTextArea, _extends$1({
|
|
21009
|
+
width: width
|
|
21010
|
+
}, focusWithinProps, forwardedProps, {
|
|
21000
21011
|
$hasContent: isFocusWithin || Boolean(isControlled ? propsValue : value) || Boolean(placeholder),
|
|
21001
21012
|
$hasLeftIcon: Boolean(leftIcon),
|
|
21002
21013
|
$isColored: isColored,
|
|
@@ -21052,7 +21063,6 @@ const TextArea = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21052
21063
|
}, label ? /*#__PURE__*/React__default.createElement("span", null, label) : null))));
|
|
21053
21064
|
});
|
|
21054
21065
|
TextArea.className = CLASSNAME$1;
|
|
21055
|
-
TextArea.defaultProps = DEFAULT_PROPS$1;
|
|
21056
21066
|
TextArea.displayName = COMPONENT_NAME$1;
|
|
21057
21067
|
|
|
21058
21068
|
/**
|
|
@@ -21305,14 +21315,9 @@ var intlMessages = {
|
|
|
21305
21315
|
'fr-FR': frFR
|
|
21306
21316
|
};
|
|
21307
21317
|
|
|
21308
|
-
const _excluded = ["aria-label", "aria-labelledby", "autoFocus", "className", "defaultValue", "hasClearButton", "
|
|
21318
|
+
const _excluded = ["aria-label", "aria-labelledby", "after", "autoFocus", "className", "defaultValue", "hasClearButton", "inputProps", "inputRef", "internal", "isColored", "isDisabled", "isInvalid", "isReadOnly", "isRequired", "label", "leftIcon", "name", "onBlur", "onChange", "onClear", "onFocus", "pills", "placeholder", "theme", "type", "value", "variant"];
|
|
21309
21319
|
const COMPONENT_NAME = 'TextField';
|
|
21310
21320
|
const CLASSNAME = 'redsift-text-field';
|
|
21311
|
-
const DEFAULT_PROPS = {
|
|
21312
|
-
defaultValue: '',
|
|
21313
|
-
isColored: true,
|
|
21314
|
-
variant: TextFieldVariant.default
|
|
21315
|
-
};
|
|
21316
21321
|
|
|
21317
21322
|
/**
|
|
21318
21323
|
* The TextField component.
|
|
@@ -21322,15 +21327,15 @@ const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21322
21327
|
const {
|
|
21323
21328
|
'aria-label': ariaLabel,
|
|
21324
21329
|
'aria-labelledby': ariaLabelledby,
|
|
21330
|
+
after,
|
|
21325
21331
|
autoFocus,
|
|
21326
21332
|
className,
|
|
21327
|
-
defaultValue,
|
|
21333
|
+
defaultValue = '',
|
|
21328
21334
|
hasClearButton,
|
|
21329
|
-
after,
|
|
21330
|
-
internal,
|
|
21331
21335
|
inputProps,
|
|
21332
21336
|
inputRef,
|
|
21333
|
-
|
|
21337
|
+
internal,
|
|
21338
|
+
isColored = true,
|
|
21334
21339
|
isDisabled,
|
|
21335
21340
|
isInvalid,
|
|
21336
21341
|
isReadOnly,
|
|
@@ -21347,7 +21352,7 @@ const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21347
21352
|
theme: propsTheme,
|
|
21348
21353
|
type,
|
|
21349
21354
|
value: propsValue,
|
|
21350
|
-
variant
|
|
21355
|
+
variant = TextFieldVariant.default
|
|
21351
21356
|
} = props,
|
|
21352
21357
|
forwardedProps = _objectWithoutProperties(props, _excluded);
|
|
21353
21358
|
const theme = useTheme(propsTheme);
|
|
@@ -21479,8 +21484,7 @@ const TextField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21479
21484
|
}, label ? /*#__PURE__*/React__default.createElement("span", null, label) : null))));
|
|
21480
21485
|
});
|
|
21481
21486
|
TextField.className = CLASSNAME;
|
|
21482
|
-
TextField.defaultProps = DEFAULT_PROPS;
|
|
21483
21487
|
TextField.displayName = COMPONENT_NAME;
|
|
21484
21488
|
|
|
21485
|
-
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, RadarSvgLinearGradient, 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, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorDarkComponentsCheckboxFillDefault, RedsiftColorDarkComponentsCheckboxFillDefaultHover, RedsiftColorDarkComponentsCheckboxFillDisabled, RedsiftColorDarkComponentsCheckboxFillInvalid, RedsiftColorDarkComponentsCheckboxFillInvalidHover, RedsiftColorDarkComponentsCheckboxFillUncolored, RedsiftColorDarkComponentsCheckboxFillUncoloredHover, RedsiftColorDarkComponentsCheckboxTextDefault, RedsiftColorDarkComponentsCheckboxTextDisabled, RedsiftColorDarkComponentsCheckboxTextInvalid, RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusClickText, RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, RedsiftColorDarkComponentsDropdownsAndMenusDividers, RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, RedsiftColorDarkComponentsIconsDefault, RedsiftColorDarkComponentsModalBackground, RedsiftColorDarkComponentsPageBackground, RedsiftColorDarkComponentsPillsAquaDefaultBackground, RedsiftColorDarkComponentsPillsAquaDefaultBorder, RedsiftColorDarkComponentsPillsAquaDefaultText, RedsiftColorDarkComponentsPillsAquaDisabledBackground, RedsiftColorDarkComponentsPillsAquaDisabledBorder, RedsiftColorDarkComponentsPillsAquaDisabledText, RedsiftColorDarkComponentsPillsAquaHoverBackground, RedsiftColorDarkComponentsPillsAquaHoverBorder, RedsiftColorDarkComponentsPillsAquaHoverText, RedsiftColorDarkComponentsPillsBlackDefaultBackground, RedsiftColorDarkComponentsPillsBlackDefaultBorder, RedsiftColorDarkComponentsPillsBlackDefaultText, RedsiftColorDarkComponentsPillsBlackDisabledBackground, RedsiftColorDarkComponentsPillsBlackDisabledBorder, RedsiftColorDarkComponentsPillsBlackDisabledText, RedsiftColorDarkComponentsPillsBlackHoverBackground, RedsiftColorDarkComponentsPillsBlackHoverBorder, RedsiftColorDarkComponentsPillsBlackHoverText, RedsiftColorDarkComponentsPillsBlueDefaultBackground, RedsiftColorDarkComponentsPillsBlueDefaultBorder, RedsiftColorDarkComponentsPillsBlueDefaultText, RedsiftColorDarkComponentsPillsBlueDisabledBackground, RedsiftColorDarkComponentsPillsBlueDisabledBorder, RedsiftColorDarkComponentsPillsBlueDisabledText, RedsiftColorDarkComponentsPillsBlueHoverBackground, RedsiftColorDarkComponentsPillsBlueHoverBorder, RedsiftColorDarkComponentsPillsBlueHoverText, RedsiftColorDarkComponentsPillsBrownDefaultBackground, RedsiftColorDarkComponentsPillsBrownDefaultBorder, RedsiftColorDarkComponentsPillsBrownDefaultText, RedsiftColorDarkComponentsPillsBrownDisabledBackground, RedsiftColorDarkComponentsPillsBrownDisabledBorder, RedsiftColorDarkComponentsPillsBrownDisabledText, RedsiftColorDarkComponentsPillsBrownHoverBackground, RedsiftColorDarkComponentsPillsBrownHoverBorder, RedsiftColorDarkComponentsPillsBrownHoverText, RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsDarkGreyDefaultText, RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsDarkGreyDisabledText, RedsiftColorDarkComponentsPillsDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsDarkGreyHoverText, RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground, RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder, RedsiftColorDarkComponentsPillsErrorDarkDefaultText, RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground, RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder, RedsiftColorDarkComponentsPillsErrorDarkDisabledText, RedsiftColorDarkComponentsPillsErrorDarkHoverBackground, RedsiftColorDarkComponentsPillsErrorDarkHoverBorder, RedsiftColorDarkComponentsPillsErrorDarkHoverText, RedsiftColorDarkComponentsPillsErrorDefaultBackground, RedsiftColorDarkComponentsPillsErrorDefaultBorder, RedsiftColorDarkComponentsPillsErrorDefaultText, RedsiftColorDarkComponentsPillsErrorDisabledBackground, RedsiftColorDarkComponentsPillsErrorDisabledBorder, RedsiftColorDarkComponentsPillsErrorDisabledText, RedsiftColorDarkComponentsPillsErrorHoverBackground, RedsiftColorDarkComponentsPillsErrorHoverBorder, RedsiftColorDarkComponentsPillsErrorHoverText, RedsiftColorDarkComponentsPillsGreenDefaultBackground, RedsiftColorDarkComponentsPillsGreenDefaultBorder, RedsiftColorDarkComponentsPillsGreenDefaultText, RedsiftColorDarkComponentsPillsGreenDisabledBackground, RedsiftColorDarkComponentsPillsGreenDisabledBorder, RedsiftColorDarkComponentsPillsGreenDisabledText, RedsiftColorDarkComponentsPillsGreenHoverBackground, RedsiftColorDarkComponentsPillsGreenHoverBorder, RedsiftColorDarkComponentsPillsGreenHoverText, RedsiftColorDarkComponentsPillsGreyDefaultBackground, RedsiftColorDarkComponentsPillsGreyDefaultBorder, RedsiftColorDarkComponentsPillsGreyDefaultText, RedsiftColorDarkComponentsPillsGreyDisabledBackground, RedsiftColorDarkComponentsPillsGreyDisabledBorder, RedsiftColorDarkComponentsPillsGreyDisabledText, RedsiftColorDarkComponentsPillsGreyHoverBackground, RedsiftColorDarkComponentsPillsGreyHoverBorder, RedsiftColorDarkComponentsPillsGreyHoverText, RedsiftColorDarkComponentsPillsLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsLightGreyDefaultText, RedsiftColorDarkComponentsPillsLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsLightGreyDisabledText, RedsiftColorDarkComponentsPillsLightGreyHoverBackground, RedsiftColorDarkComponentsPillsLightGreyHoverBorder, RedsiftColorDarkComponentsPillsLightGreyHoverText, RedsiftColorDarkComponentsPillsMidGreyDefaultBackground, RedsiftColorDarkComponentsPillsMidGreyDefaultBorder, RedsiftColorDarkComponentsPillsMidGreyDefaultText, RedsiftColorDarkComponentsPillsMidGreyDisabledBackground, RedsiftColorDarkComponentsPillsMidGreyDisabledBorder, RedsiftColorDarkComponentsPillsMidGreyDisabledText, RedsiftColorDarkComponentsPillsMidGreyHoverBackground, RedsiftColorDarkComponentsPillsMidGreyHoverBorder, RedsiftColorDarkComponentsPillsMidGreyHoverText, RedsiftColorDarkComponentsPillsOrangeDefaultBackground, RedsiftColorDarkComponentsPillsOrangeDefaultBorder, RedsiftColorDarkComponentsPillsOrangeDefaultText, RedsiftColorDarkComponentsPillsOrangeDisabledBackground, RedsiftColorDarkComponentsPillsOrangeDisabledBorder, RedsiftColorDarkComponentsPillsOrangeDisabledText, RedsiftColorDarkComponentsPillsOrangeHoverBackground, RedsiftColorDarkComponentsPillsOrangeHoverBorder, RedsiftColorDarkComponentsPillsOrangeHoverText, RedsiftColorDarkComponentsPillsPinkDefaultBackground, RedsiftColorDarkComponentsPillsPinkDefaultBorder, RedsiftColorDarkComponentsPillsPinkDefaultText, RedsiftColorDarkComponentsPillsPinkDisabledBackground, RedsiftColorDarkComponentsPillsPinkDisabledBorder, RedsiftColorDarkComponentsPillsPinkDisabledText, RedsiftColorDarkComponentsPillsPinkHoverBackground, RedsiftColorDarkComponentsPillsPinkHoverBorder, RedsiftColorDarkComponentsPillsPinkHoverText, RedsiftColorDarkComponentsPillsPurpleDefaultBackground, RedsiftColorDarkComponentsPillsPurpleDefaultBorder, RedsiftColorDarkComponentsPillsPurpleDefaultText, RedsiftColorDarkComponentsPillsPurpleDisabledBackground, RedsiftColorDarkComponentsPillsPurpleDisabledBorder, RedsiftColorDarkComponentsPillsPurpleDisabledText, RedsiftColorDarkComponentsPillsPurpleHoverBackground, RedsiftColorDarkComponentsPillsPurpleHoverBorder, RedsiftColorDarkComponentsPillsPurpleHoverText, RedsiftColorDarkComponentsPillsRedDefaultBackground, RedsiftColorDarkComponentsPillsRedDefaultBorder, RedsiftColorDarkComponentsPillsRedDefaultText, RedsiftColorDarkComponentsPillsRedDisabledBackground, RedsiftColorDarkComponentsPillsRedDisabledBorder, RedsiftColorDarkComponentsPillsRedDisabledText, RedsiftColorDarkComponentsPillsRedHoverBackground, RedsiftColorDarkComponentsPillsRedHoverBorder, RedsiftColorDarkComponentsPillsRedHoverText, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDarkDefaultText, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDarkDisabledText, RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground, RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder, RedsiftColorDarkComponentsPillsSuccessDarkHoverText, RedsiftColorDarkComponentsPillsSuccessDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDefaultText, RedsiftColorDarkComponentsPillsSuccessDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDisabledText, RedsiftColorDarkComponentsPillsSuccessHoverBackground, RedsiftColorDarkComponentsPillsSuccessHoverBorder, RedsiftColorDarkComponentsPillsSuccessHoverText, RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground, RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder, RedsiftColorDarkComponentsPillsWarningDarkDefaultText, RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground, RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder, RedsiftColorDarkComponentsPillsWarningDarkDisabledText, RedsiftColorDarkComponentsPillsWarningDarkHoverBackground, RedsiftColorDarkComponentsPillsWarningDarkHoverBorder, RedsiftColorDarkComponentsPillsWarningDarkHoverText, RedsiftColorDarkComponentsPillsWarningDefaultBackground, RedsiftColorDarkComponentsPillsWarningDefaultBorder, RedsiftColorDarkComponentsPillsWarningDefaultText, RedsiftColorDarkComponentsPillsWarningDisabledBackground, RedsiftColorDarkComponentsPillsWarningDisabledBorder, RedsiftColorDarkComponentsPillsWarningDisabledText, RedsiftColorDarkComponentsPillsWarningHoverBackground, RedsiftColorDarkComponentsPillsWarningHoverBorder, RedsiftColorDarkComponentsPillsWarningHoverText, RedsiftColorDarkComponentsPillsWhiteDefaultBackground, RedsiftColorDarkComponentsPillsWhiteDefaultBorder, RedsiftColorDarkComponentsPillsWhiteDefaultText, RedsiftColorDarkComponentsPillsWhiteDisabledBackground, RedsiftColorDarkComponentsPillsWhiteDisabledBorder, RedsiftColorDarkComponentsPillsWhiteDisabledText, RedsiftColorDarkComponentsPillsWhiteHoverBackground, RedsiftColorDarkComponentsPillsWhiteHoverBorder, RedsiftColorDarkComponentsPillsWhiteHoverText, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsXDarkGreyDefaultText, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsXDarkGreyDisabledText, RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsXDarkGreyHoverText, RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsXLightGreyDefaultText, RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsXLightGreyDisabledText, RedsiftColorDarkComponentsPillsXLightGreyHoverBackground, RedsiftColorDarkComponentsPillsXLightGreyHoverBorder, RedsiftColorDarkComponentsPillsXLightGreyHoverText, RedsiftColorDarkComponentsPillsYellowDefaultBackground, RedsiftColorDarkComponentsPillsYellowDefaultBorder, RedsiftColorDarkComponentsPillsYellowDefaultText, RedsiftColorDarkComponentsPillsYellowDisabledBackground, RedsiftColorDarkComponentsPillsYellowDisabledBorder, RedsiftColorDarkComponentsPillsYellowDisabledText, RedsiftColorDarkComponentsPillsYellowHoverBackground, RedsiftColorDarkComponentsPillsYellowHoverBorder, RedsiftColorDarkComponentsPillsYellowHoverText, RedsiftColorDarkComponentsProductLogosIconGrey, RedsiftColorDarkComponentsProductLogosIconRed, RedsiftColorDarkComponentsProductLogosTextGrey, RedsiftColorDarkComponentsProductLogosTextRed, RedsiftColorDarkComponentsProductLogosTextWhite, RedsiftColorDarkComponentsRadioFillDefault, RedsiftColorDarkComponentsRadioFillDefaultHover, RedsiftColorDarkComponentsRadioFillDisabled, RedsiftColorDarkComponentsRadioFillInvalid, RedsiftColorDarkComponentsRadioFillInvalidHover, RedsiftColorDarkComponentsRadioFillUncolored, RedsiftColorDarkComponentsRadioFillUncoloredHover, RedsiftColorDarkComponentsRadioTextDefault, RedsiftColorDarkComponentsRadioTextDisabled, RedsiftColorDarkComponentsRadioTextInvalid, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, RedsiftColorDarkComponentsRedSiftLogoDiamondDark, RedsiftColorDarkComponentsRedSiftLogoDiamondLight, RedsiftColorDarkComponentsRedSiftLogoDiamondMid, RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, RedsiftColorDarkComponentsRedSiftLogoIconBackground, RedsiftColorDarkComponentsRedSiftLogoIconR, RedsiftColorDarkComponentsRedSiftLogoTextGrey, RedsiftColorDarkComponentsRedSiftLogoTextRed, RedsiftColorDarkComponentsRedSiftLogoTextWhite, RedsiftColorDarkComponentsSideNavigationBackground, RedsiftColorDarkComponentsSideNavigationCurrentMarker, RedsiftColorDarkComponentsSideNavigationMenuItemActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, RedsiftColorDarkComponentsSideNavigationRightLine, RedsiftColorDarkComponentsSideNavigationScrollbarHover, RedsiftColorDarkComponentsSideNavigationScrollbarResting, RedsiftColorDarkComponentsSpinnerSpinner, RedsiftColorDarkComponentsSwitchBackgroundDefault, RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, RedsiftColorDarkComponentsSwitchBackgroundDisabled, RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, RedsiftColorDarkComponentsSwitchBackgroundInvalid, RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, RedsiftColorDarkComponentsSwitchBackgroundUncolored, RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, RedsiftColorDarkComponentsSwitchDotDefault, RedsiftColorDarkComponentsSwitchDotDefaultHover, RedsiftColorDarkComponentsSwitchDotDisabled, RedsiftColorDarkComponentsSwitchDotInvalid, RedsiftColorDarkComponentsSwitchDotInvalidHover, RedsiftColorDarkComponentsSwitchDotUncolored, RedsiftColorDarkComponentsSwitchDotUncoloredHover, RedsiftColorDarkComponentsSwitchTextDefault, RedsiftColorDarkComponentsSwitchTextDisabled, RedsiftColorDarkComponentsSwitchTextInvalid, RedsiftColorDarkComponentsTabsLine, RedsiftColorDarkComponentsTextPrimary, RedsiftColorDarkComponentsTextSecondary, RedsiftColorDarkComponentsTooltipBackground, RedsiftColorDarkComponentsTooltipText, RedsiftColorGreenD1, RedsiftColorGreenD2, RedsiftColorGreenD3, RedsiftColorGreenD4, RedsiftColorGreenL1, RedsiftColorGreenL2, RedsiftColorGreenL3, RedsiftColorGreenL4, RedsiftColorGreenN, RedsiftColorGreyD1, RedsiftColorGreyD2, RedsiftColorGreyD3, RedsiftColorGreyD4, RedsiftColorGreyD5, RedsiftColorGreyL1, RedsiftColorGreyL2, RedsiftColorGreyL3, RedsiftColorGreyL4, RedsiftColorGreyL5, RedsiftColorGreyN, RedsiftColorLightComponentsAiAiBorder, RedsiftColorLightComponentsAiAiIcon, RedsiftColorLightComponentsAlertErrorBackground, RedsiftColorLightComponentsAlertErrorBorder, RedsiftColorLightComponentsAlertErrorIcon, RedsiftColorLightComponentsAlertInfoBackground, RedsiftColorLightComponentsAlertInfoBorder, RedsiftColorLightComponentsAlertInfoIcon, RedsiftColorLightComponentsAlertSuccessBackground, RedsiftColorLightComponentsAlertSuccessBorder, RedsiftColorLightComponentsAlertSuccessIcon, RedsiftColorLightComponentsAlertText, RedsiftColorLightComponentsAlertWarningBackground, RedsiftColorLightComponentsAlertWarningBorder, RedsiftColorLightComponentsAlertWarningIcon, RedsiftColorLightComponentsAppBarBackground, RedsiftColorLightComponentsAppBarBorder, RedsiftColorLightComponentsAppBarBreadcrumbDefault, RedsiftColorLightComponentsAppBarBreadcrumbDown, RedsiftColorLightComponentsAppBarBreadcrumbHover, RedsiftColorLightComponentsAppBarIconBackgroundActive, RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, RedsiftColorLightComponentsAppBarIconBackgroundDown, RedsiftColorLightComponentsAppBarIconBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorLightComponentsCheckboxFillDefault, RedsiftColorLightComponentsCheckboxFillDefaultHover, RedsiftColorLightComponentsCheckboxFillDisabled, RedsiftColorLightComponentsCheckboxFillInvalid, RedsiftColorLightComponentsCheckboxFillInvalidHover, RedsiftColorLightComponentsCheckboxFillUncolored, RedsiftColorLightComponentsCheckboxFillUncoloredHover, RedsiftColorLightComponentsCheckboxTextDefault, RedsiftColorLightComponentsCheckboxTextDisabled, RedsiftColorLightComponentsCheckboxTextInvalid, RedsiftColorLightComponentsDropdownsAndMenusClickBackground, RedsiftColorLightComponentsDropdownsAndMenusClickText, RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, RedsiftColorLightComponentsDropdownsAndMenusDefaultText, RedsiftColorLightComponentsDropdownsAndMenusDividers, RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, RedsiftColorLightComponentsIconsDefault, RedsiftColorLightComponentsModalBackground, RedsiftColorLightComponentsPageBackground, RedsiftColorLightComponentsPillsAquaDefaultBackground, RedsiftColorLightComponentsPillsAquaDefaultBorder, RedsiftColorLightComponentsPillsAquaDefaultText, RedsiftColorLightComponentsPillsAquaDisabledBackground, RedsiftColorLightComponentsPillsAquaDisabledBorder, RedsiftColorLightComponentsPillsAquaDisabledText, RedsiftColorLightComponentsPillsAquaHoverBackground, RedsiftColorLightComponentsPillsAquaHoverBorder, RedsiftColorLightComponentsPillsAquaHoverText, RedsiftColorLightComponentsPillsBlackDefaultBackground, RedsiftColorLightComponentsPillsBlackDefaultBorder, RedsiftColorLightComponentsPillsBlackDefaultText, RedsiftColorLightComponentsPillsBlackDisabledBackground, RedsiftColorLightComponentsPillsBlackDisabledBorder, RedsiftColorLightComponentsPillsBlackDisabledText, RedsiftColorLightComponentsPillsBlackHoverBackground, RedsiftColorLightComponentsPillsBlackHoverBorder, RedsiftColorLightComponentsPillsBlackHoverText, RedsiftColorLightComponentsPillsBlueDefaultBackground, RedsiftColorLightComponentsPillsBlueDefaultBorder, RedsiftColorLightComponentsPillsBlueDefaultText, RedsiftColorLightComponentsPillsBlueDisabledBackground, RedsiftColorLightComponentsPillsBlueDisabledBorder, RedsiftColorLightComponentsPillsBlueDisabledText, RedsiftColorLightComponentsPillsBlueHoverBackground, RedsiftColorLightComponentsPillsBlueHoverBorder, RedsiftColorLightComponentsPillsBlueHoverText, RedsiftColorLightComponentsPillsBrownDefaultBackground, RedsiftColorLightComponentsPillsBrownDefaultBorder, RedsiftColorLightComponentsPillsBrownDefaultText, RedsiftColorLightComponentsPillsBrownDisabledBackground, RedsiftColorLightComponentsPillsBrownDisabledBorder, RedsiftColorLightComponentsPillsBrownDisabledText, RedsiftColorLightComponentsPillsBrownHoverBackground, RedsiftColorLightComponentsPillsBrownHoverBorder, RedsiftColorLightComponentsPillsBrownHoverText, RedsiftColorLightComponentsPillsDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsDarkGreyDefaultText, RedsiftColorLightComponentsPillsDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsDarkGreyDisabledText, RedsiftColorLightComponentsPillsDarkGreyHoverBackground, RedsiftColorLightComponentsPillsDarkGreyHoverBorder, RedsiftColorLightComponentsPillsDarkGreyHoverText, RedsiftColorLightComponentsPillsErrorDarkDefaultBackground, RedsiftColorLightComponentsPillsErrorDarkDefaultBorder, RedsiftColorLightComponentsPillsErrorDarkDefaultText, RedsiftColorLightComponentsPillsErrorDarkDisabledBackground, RedsiftColorLightComponentsPillsErrorDarkDisabledBorder, RedsiftColorLightComponentsPillsErrorDarkDisabledText, RedsiftColorLightComponentsPillsErrorDarkHoverBackground, RedsiftColorLightComponentsPillsErrorDarkHoverBorder, RedsiftColorLightComponentsPillsErrorDarkHoverText, RedsiftColorLightComponentsPillsErrorDefaultBackground, RedsiftColorLightComponentsPillsErrorDefaultBorder, RedsiftColorLightComponentsPillsErrorDefaultText, RedsiftColorLightComponentsPillsErrorDisabledBackground, RedsiftColorLightComponentsPillsErrorDisabledBorder, RedsiftColorLightComponentsPillsErrorDisabledText, RedsiftColorLightComponentsPillsErrorHoverBackground, RedsiftColorLightComponentsPillsErrorHoverBorder, RedsiftColorLightComponentsPillsErrorHoverText, RedsiftColorLightComponentsPillsGreenDefaultBackground, RedsiftColorLightComponentsPillsGreenDefaultBorder, RedsiftColorLightComponentsPillsGreenDefaultText, RedsiftColorLightComponentsPillsGreenDisabledBackground, RedsiftColorLightComponentsPillsGreenDisabledBorder, RedsiftColorLightComponentsPillsGreenDisabledText, RedsiftColorLightComponentsPillsGreenHoverBackground, RedsiftColorLightComponentsPillsGreenHoverBorder, RedsiftColorLightComponentsPillsGreenHoverText, RedsiftColorLightComponentsPillsGreyDefaultBackground, RedsiftColorLightComponentsPillsGreyDefaultBorder, RedsiftColorLightComponentsPillsGreyDefaultText, RedsiftColorLightComponentsPillsGreyDisabledBackground, RedsiftColorLightComponentsPillsGreyDisabledBorder, RedsiftColorLightComponentsPillsGreyDisabledText, RedsiftColorLightComponentsPillsGreyHoverBackground, RedsiftColorLightComponentsPillsGreyHoverBorder, RedsiftColorLightComponentsPillsGreyHoverText, RedsiftColorLightComponentsPillsLightGreyDefaultBackground, RedsiftColorLightComponentsPillsLightGreyDefaultBorder, RedsiftColorLightComponentsPillsLightGreyDefaultText, RedsiftColorLightComponentsPillsLightGreyDisabledBackground, RedsiftColorLightComponentsPillsLightGreyDisabledBorder, RedsiftColorLightComponentsPillsLightGreyDisabledText, RedsiftColorLightComponentsPillsLightGreyHoverBackground, RedsiftColorLightComponentsPillsLightGreyHoverBorder, RedsiftColorLightComponentsPillsLightGreyHoverText, RedsiftColorLightComponentsPillsMidGreyDefaultBackground, RedsiftColorLightComponentsPillsMidGreyDefaultBorder, RedsiftColorLightComponentsPillsMidGreyDefaultText, RedsiftColorLightComponentsPillsMidGreyDisabledBackground, RedsiftColorLightComponentsPillsMidGreyDisabledBorder, RedsiftColorLightComponentsPillsMidGreyDisabledText, RedsiftColorLightComponentsPillsMidGreyHoverBackground, RedsiftColorLightComponentsPillsMidGreyHoverBorder, RedsiftColorLightComponentsPillsMidGreyHoverText, RedsiftColorLightComponentsPillsOrangeDefaultBackground, RedsiftColorLightComponentsPillsOrangeDefaultBorder, RedsiftColorLightComponentsPillsOrangeDefaultText, RedsiftColorLightComponentsPillsOrangeDisabledBackground, RedsiftColorLightComponentsPillsOrangeDisabledBorder, RedsiftColorLightComponentsPillsOrangeDisabledText, RedsiftColorLightComponentsPillsOrangeHoverBackground, RedsiftColorLightComponentsPillsOrangeHoverBorder, RedsiftColorLightComponentsPillsOrangeHoverText, RedsiftColorLightComponentsPillsPinkDefaultBackground, RedsiftColorLightComponentsPillsPinkDefaultBorder, RedsiftColorLightComponentsPillsPinkDefaultText, RedsiftColorLightComponentsPillsPinkDisabledBackground, RedsiftColorLightComponentsPillsPinkDisabledBorder, RedsiftColorLightComponentsPillsPinkDisabledText, RedsiftColorLightComponentsPillsPinkHoverBackground, RedsiftColorLightComponentsPillsPinkHoverBorder, RedsiftColorLightComponentsPillsPinkHoverText, RedsiftColorLightComponentsPillsPurpleDefaultBackground, RedsiftColorLightComponentsPillsPurpleDefaultBorder, RedsiftColorLightComponentsPillsPurpleDefaultText, RedsiftColorLightComponentsPillsPurpleDisabledBackground, RedsiftColorLightComponentsPillsPurpleDisabledBorder, RedsiftColorLightComponentsPillsPurpleDisabledText, RedsiftColorLightComponentsPillsPurpleHoverBackground, RedsiftColorLightComponentsPillsPurpleHoverBorder, RedsiftColorLightComponentsPillsPurpleHoverText, RedsiftColorLightComponentsPillsRedDefaultBackground, RedsiftColorLightComponentsPillsRedDefaultBorder, RedsiftColorLightComponentsPillsRedDefaultText, RedsiftColorLightComponentsPillsRedDisabledBackground, RedsiftColorLightComponentsPillsRedDisabledBorder, RedsiftColorLightComponentsPillsRedDisabledText, RedsiftColorLightComponentsPillsRedHoverBackground, RedsiftColorLightComponentsPillsRedHoverBorder, RedsiftColorLightComponentsPillsRedHoverText, RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground, RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder, RedsiftColorLightComponentsPillsSuccessDarkDefaultText, RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground, RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder, RedsiftColorLightComponentsPillsSuccessDarkDisabledText, RedsiftColorLightComponentsPillsSuccessDarkHoverBackground, RedsiftColorLightComponentsPillsSuccessDarkHoverBorder, RedsiftColorLightComponentsPillsSuccessDarkHoverText, RedsiftColorLightComponentsPillsSuccessDefaultBackground, RedsiftColorLightComponentsPillsSuccessDefaultBorder, RedsiftColorLightComponentsPillsSuccessDefaultText, RedsiftColorLightComponentsPillsSuccessDisabledBackground, RedsiftColorLightComponentsPillsSuccessDisabledBorder, RedsiftColorLightComponentsPillsSuccessDisabledText, RedsiftColorLightComponentsPillsSuccessHoverBackground, RedsiftColorLightComponentsPillsSuccessHoverBorder, RedsiftColorLightComponentsPillsSuccessHoverText, RedsiftColorLightComponentsPillsWarningDarkDefaultBackground, RedsiftColorLightComponentsPillsWarningDarkDefaultBorder, RedsiftColorLightComponentsPillsWarningDarkDefaultText, RedsiftColorLightComponentsPillsWarningDarkDisabledBackground, RedsiftColorLightComponentsPillsWarningDarkDisabledBorder, RedsiftColorLightComponentsPillsWarningDarkDisabledText, RedsiftColorLightComponentsPillsWarningDarkHoverBackground, RedsiftColorLightComponentsPillsWarningDarkHoverBorder, RedsiftColorLightComponentsPillsWarningDarkHoverText, RedsiftColorLightComponentsPillsWarningDefaultBackground, RedsiftColorLightComponentsPillsWarningDefaultBorder, RedsiftColorLightComponentsPillsWarningDefaultText, RedsiftColorLightComponentsPillsWarningDisabledBackground, RedsiftColorLightComponentsPillsWarningDisabledBorder, RedsiftColorLightComponentsPillsWarningDisabledText, RedsiftColorLightComponentsPillsWarningHoverBackground, RedsiftColorLightComponentsPillsWarningHoverBorder, RedsiftColorLightComponentsPillsWarningHoverText, RedsiftColorLightComponentsPillsWhiteDefaultBackground, RedsiftColorLightComponentsPillsWhiteDefaultBorder, RedsiftColorLightComponentsPillsWhiteDefaultText, RedsiftColorLightComponentsPillsWhiteDisabledBackground, RedsiftColorLightComponentsPillsWhiteDisabledBorder, RedsiftColorLightComponentsPillsWhiteDisabledText, RedsiftColorLightComponentsPillsWhiteHoverBackground, RedsiftColorLightComponentsPillsWhiteHoverBorder, RedsiftColorLightComponentsPillsWhiteHoverText, RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsXDarkGreyDefaultText, RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsXDarkGreyDisabledText, RedsiftColorLightComponentsPillsXDarkGreyHoverBackground, RedsiftColorLightComponentsPillsXDarkGreyHoverBorder, RedsiftColorLightComponentsPillsXDarkGreyHoverText, RedsiftColorLightComponentsPillsXLightGreyDefaultBackground, RedsiftColorLightComponentsPillsXLightGreyDefaultBorder, RedsiftColorLightComponentsPillsXLightGreyDefaultText, RedsiftColorLightComponentsPillsXLightGreyDisabledBackground, RedsiftColorLightComponentsPillsXLightGreyDisabledBorder, RedsiftColorLightComponentsPillsXLightGreyDisabledText, RedsiftColorLightComponentsPillsXLightGreyHoverBackground, RedsiftColorLightComponentsPillsXLightGreyHoverBorder, RedsiftColorLightComponentsPillsXLightGreyHoverText, RedsiftColorLightComponentsPillsYellowDefaultBackground, RedsiftColorLightComponentsPillsYellowDefaultBorder, RedsiftColorLightComponentsPillsYellowDefaultText, RedsiftColorLightComponentsPillsYellowDisabledBackground, RedsiftColorLightComponentsPillsYellowDisabledBorder, RedsiftColorLightComponentsPillsYellowDisabledText, RedsiftColorLightComponentsPillsYellowHoverBackground, RedsiftColorLightComponentsPillsYellowHoverBorder, RedsiftColorLightComponentsPillsYellowHoverText, RedsiftColorLightComponentsProductLogosIconGrey, RedsiftColorLightComponentsProductLogosIconRed, RedsiftColorLightComponentsProductLogosTextGrey, RedsiftColorLightComponentsProductLogosTextRed, RedsiftColorLightComponentsProductLogosTextWhite, RedsiftColorLightComponentsRadioFillDefault, RedsiftColorLightComponentsRadioFillDefaultHover, RedsiftColorLightComponentsRadioFillDisabled, RedsiftColorLightComponentsRadioFillInvalid, RedsiftColorLightComponentsRadioFillInvalidHover, RedsiftColorLightComponentsRadioFillUncolored, RedsiftColorLightComponentsRadioFillUncoloredHover, RedsiftColorLightComponentsRadioTextDefault, RedsiftColorLightComponentsRadioTextDisabled, RedsiftColorLightComponentsRadioTextInvalid, RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, RedsiftColorLightComponentsRedSiftLogoDiamondDark, RedsiftColorLightComponentsRedSiftLogoDiamondLight, RedsiftColorLightComponentsRedSiftLogoDiamondMid, RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, RedsiftColorLightComponentsRedSiftLogoIconBackground, RedsiftColorLightComponentsRedSiftLogoIconR, RedsiftColorLightComponentsRedSiftLogoTextGrey, RedsiftColorLightComponentsRedSiftLogoTextRed, RedsiftColorLightComponentsRedSiftLogoTextWhite, RedsiftColorLightComponentsSideNavigationBackground, RedsiftColorLightComponentsSideNavigationCurrentMarker, RedsiftColorLightComponentsSideNavigationMenuItemActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, RedsiftColorLightComponentsSideNavigationMenuItemTextHover, RedsiftColorLightComponentsSideNavigationMenuItemTextResting, RedsiftColorLightComponentsSideNavigationRightLine, RedsiftColorLightComponentsSideNavigationScrollbarHover, RedsiftColorLightComponentsSideNavigationScrollbarResting, RedsiftColorLightComponentsSpinnerSpinner, RedsiftColorLightComponentsSwitchBackgroundDefault, RedsiftColorLightComponentsSwitchBackgroundDefaultActive, RedsiftColorLightComponentsSwitchBackgroundDisabled, RedsiftColorLightComponentsSwitchBackgroundDisabledActive, RedsiftColorLightComponentsSwitchBackgroundInvalid, RedsiftColorLightComponentsSwitchBackgroundInvalidActive, RedsiftColorLightComponentsSwitchBackgroundUncolored, RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, RedsiftColorLightComponentsSwitchDotDefault, RedsiftColorLightComponentsSwitchDotDefaultHover, RedsiftColorLightComponentsSwitchDotDisabled, RedsiftColorLightComponentsSwitchDotInvalid, RedsiftColorLightComponentsSwitchDotInvalidHover, RedsiftColorLightComponentsSwitchDotUncolored, RedsiftColorLightComponentsSwitchDotUncoloredHover, RedsiftColorLightComponentsSwitchTextDefault, RedsiftColorLightComponentsSwitchTextDisabled, RedsiftColorLightComponentsSwitchTextInvalid, RedsiftColorLightComponentsTabsLine, RedsiftColorLightComponentsTextPrimary, RedsiftColorLightComponentsTextSecondary, RedsiftColorLightComponentsTooltipBackground, RedsiftColorLightComponentsTooltipText, RedsiftColorNeutralBlack, RedsiftColorNeutralDarkGrey, RedsiftColorNeutralLightGrey, RedsiftColorNeutralMidGrey, RedsiftColorNeutralWhite, RedsiftColorNeutralXDarkGrey, RedsiftColorNeutralXLightGrey, RedsiftColorNotificationsErrorActive, RedsiftColorNotificationsErrorHover, RedsiftColorNotificationsErrorPrimary, RedsiftColorNotificationsInfoActive, RedsiftColorNotificationsInfoHover, RedsiftColorNotificationsInfoPrimary, RedsiftColorNotificationsNoDataActive, RedsiftColorNotificationsNoDataHover, RedsiftColorNotificationsNoDataPrimary, RedsiftColorNotificationsPrimaryActive, RedsiftColorNotificationsPrimaryHover, RedsiftColorNotificationsPrimaryPrimary, RedsiftColorNotificationsQuestionActive, RedsiftColorNotificationsQuestionHover, RedsiftColorNotificationsQuestionPrimary, RedsiftColorNotificationsSecondaryActive, RedsiftColorNotificationsSecondaryHover, RedsiftColorNotificationsSecondaryPrimary, RedsiftColorNotificationsSuccessActive, RedsiftColorNotificationsSuccessHover, RedsiftColorNotificationsSuccessPrimary, RedsiftColorNotificationsWarningActive, RedsiftColorNotificationsWarningHover, RedsiftColorNotificationsWarningPrimary, RedsiftColorPresentationAquaDark, RedsiftColorPresentationAquaDarker, RedsiftColorPresentationAquaDarkerer, RedsiftColorPresentationAquaDefault, RedsiftColorPresentationAquaLight, RedsiftColorPresentationAquaLighter, RedsiftColorPresentationAquaLighterer, RedsiftColorPresentationBlueDark, RedsiftColorPresentationBlueDarker, RedsiftColorPresentationBlueDarkerer, RedsiftColorPresentationBlueDefault, RedsiftColorPresentationBlueLight, RedsiftColorPresentationBlueLighter, RedsiftColorPresentationBlueLighterer, RedsiftColorPresentationBrownDark, RedsiftColorPresentationBrownDarker, RedsiftColorPresentationBrownDarkerer, RedsiftColorPresentationBrownDefault, RedsiftColorPresentationBrownLight, RedsiftColorPresentationBrownLighter, RedsiftColorPresentationBrownLighterer, RedsiftColorPresentationGreenDark, RedsiftColorPresentationGreenDarker, RedsiftColorPresentationGreenDarkerer, RedsiftColorPresentationGreenDefault, RedsiftColorPresentationGreenLight, RedsiftColorPresentationGreenLighter, RedsiftColorPresentationGreenLighterer, RedsiftColorPresentationGreyDark, RedsiftColorPresentationGreyDarker, RedsiftColorPresentationGreyDarkerer, RedsiftColorPresentationGreyDefault, RedsiftColorPresentationGreyLight, RedsiftColorPresentationGreyLighter, RedsiftColorPresentationGreyLighterer, RedsiftColorPresentationOrangeDark, RedsiftColorPresentationOrangeDarker, RedsiftColorPresentationOrangeDarkerer, RedsiftColorPresentationOrangeDefault, RedsiftColorPresentationOrangeLight, RedsiftColorPresentationOrangeLighter, RedsiftColorPresentationOrangeLighterer, RedsiftColorPresentationPinkDark, RedsiftColorPresentationPinkDarker, RedsiftColorPresentationPinkDarkerer, RedsiftColorPresentationPinkDefault, RedsiftColorPresentationPinkLight, RedsiftColorPresentationPinkLighter, RedsiftColorPresentationPinkLighterer, RedsiftColorPresentationPurpleDark, RedsiftColorPresentationPurpleDarker, RedsiftColorPresentationPurpleDarkerer, RedsiftColorPresentationPurpleDefault, RedsiftColorPresentationPurpleLight, RedsiftColorPresentationPurpleLighter, RedsiftColorPresentationPurpleLighterer, RedsiftColorPresentationRedDark, RedsiftColorPresentationRedDarker, RedsiftColorPresentationRedDarkerer, RedsiftColorPresentationRedDefault, RedsiftColorPresentationRedLight, RedsiftColorPresentationRedLighter, RedsiftColorPresentationRedLighterer, RedsiftColorPresentationYellowDark, RedsiftColorPresentationYellowDarker, RedsiftColorPresentationYellowDarkerer, RedsiftColorPresentationYellowDefault, RedsiftColorPresentationYellowLight, RedsiftColorPresentationYellowLighter, RedsiftColorPresentationYellowLighterer, RedsiftColorPrimaryD1, RedsiftColorPrimaryD2, RedsiftColorPrimaryD3, RedsiftColorPrimaryD4, RedsiftColorPrimaryL1, RedsiftColorPrimaryL2, RedsiftColorPrimaryL3, RedsiftColorPrimaryL4, RedsiftColorPrimaryN, RedsiftColorProductAsm, RedsiftColorProductBrandTrust, RedsiftColorProductCertificates, RedsiftColorProductHardenize, RedsiftColorProductOnDmarc, RedsiftColorProductOnInbox, RedsiftColorProductOndmarc, RedsiftColorProductOninbox, RedsiftColorProductPulse, RedsiftColorProductRadar, RedsiftColorProductRojoDs, RedsiftColorProductVendorSecure, RedsiftColorProductWebsite, RedsiftColorRedD1, RedsiftColorRedD2, RedsiftColorRedD3, RedsiftColorRedD4, RedsiftColorRedL1, RedsiftColorRedL2, RedsiftColorRedL3, RedsiftColorRedL4, RedsiftColorRedN, RedsiftColorSecondaryD1, RedsiftColorSecondaryD2, RedsiftColorSecondaryD3, RedsiftColorSecondaryD4, RedsiftColorSecondaryL1, RedsiftColorSecondaryL2, RedsiftColorSecondaryL3, RedsiftColorSecondaryL4, RedsiftColorSecondaryN, RedsiftColorTealD1, RedsiftColorTealD2, RedsiftColorTealD3, RedsiftColorTealD4, RedsiftColorTealL1, RedsiftColorTealL2, RedsiftColorTealL3, RedsiftColorTealL4, RedsiftColorTealN, RedsiftColorTextPrimary, RedsiftColorTextSecondary, RedsiftColorYellowD1, RedsiftColorYellowD2, RedsiftColorYellowD3, RedsiftColorYellowD4, RedsiftColorYellowL1, RedsiftColorYellowL2, RedsiftColorYellowL3, RedsiftColorYellowL4, RedsiftColorYellowN, RedsiftLayoutZIndexDialog, RedsiftLayoutZIndexDropdown, RedsiftLayoutZIndexFooter, RedsiftLayoutZIndexHeader, RedsiftLayoutZIndexOverlay, RedsiftLayoutZIndexPopover, RedsiftLayoutZIndexSidePanel, RedsiftLayoutZIndexTooltip, RedsiftTypographyBadgeFontFamily, RedsiftTypographyBadgeFontSize, RedsiftTypographyBadgeFontWeight, RedsiftTypographyBadgeLineHeight, RedsiftTypographyBodyFontFamily, RedsiftTypographyBodyFontSize, RedsiftTypographyBodyFontWeight, RedsiftTypographyBodyLineHeight, RedsiftTypographyBodyTextTransform, RedsiftTypographyButtonFontFamily, RedsiftTypographyButtonFontSize, RedsiftTypographyButtonFontWeight, RedsiftTypographyButtonLineHeight, RedsiftTypographyButtonTextTransform, RedsiftTypographyCaptionFontFamily, RedsiftTypographyCaptionFontSize, RedsiftTypographyCaptionFontWeight, RedsiftTypographyCaptionLineHeight, RedsiftTypographyCaptionTextTransform, RedsiftTypographyChipFontFamily, RedsiftTypographyChipFontSize, RedsiftTypographyChipFontWeight, RedsiftTypographyChipLineHeight, RedsiftTypographyDatagridCellFontFamily, RedsiftTypographyDatagridCellFontSize, RedsiftTypographyDatagridCellFontWeight, RedsiftTypographyDatagridCellLineHeight, RedsiftTypographyDatagridHeaderFontFamily, RedsiftTypographyDatagridHeaderFontSize, RedsiftTypographyDatagridHeaderFontWeight, RedsiftTypographyDatagridHeaderLineHeight, RedsiftTypographyFontFamilyPoppins, RedsiftTypographyFontFamilySourceCodePro, RedsiftTypographyFontWeightBlack, RedsiftTypographyFontWeightBold, RedsiftTypographyFontWeightExtraBold, RedsiftTypographyFontWeightExtraLight, RedsiftTypographyFontWeightLight, RedsiftTypographyFontWeightMedium, RedsiftTypographyFontWeightRegular, RedsiftTypographyFontWeightSemiBold, RedsiftTypographyFontWeightThin, RedsiftTypographyH1FontFamily, RedsiftTypographyH1FontSize, RedsiftTypographyH1FontWeight, RedsiftTypographyH1LineHeight, RedsiftTypographyH1TextTransform, RedsiftTypographyH2FontFamily, RedsiftTypographyH2FontSize, RedsiftTypographyH2FontWeight, RedsiftTypographyH2LineHeight, RedsiftTypographyH2TextTransform, RedsiftTypographyH3FontFamily, RedsiftTypographyH3FontSize, RedsiftTypographyH3FontWeight, RedsiftTypographyH3LineHeight, RedsiftTypographyH3TextTransform, RedsiftTypographyH4FontFamily, RedsiftTypographyH4FontSize, RedsiftTypographyH4FontWeight, RedsiftTypographyH4LineHeight, RedsiftTypographyH4TextTransform, RedsiftTypographyH5FontFamily, RedsiftTypographyH5FontSize, RedsiftTypographyH5FontWeight, RedsiftTypographyH5LineHeight, RedsiftTypographyH5TextTransform, RedsiftTypographyHelperFontFamily, RedsiftTypographyHelperFontSize, RedsiftTypographyHelperFontWeight, RedsiftTypographyHelperLineHeight, RedsiftTypographyHelperTextTransform, RedsiftTypographyInputTextFontFamily, RedsiftTypographyInputTextFontSize, RedsiftTypographyInputTextFontWeight, RedsiftTypographyInputTextLineHeight, RedsiftTypographyLinkFontFamily, RedsiftTypographyLinkFontSize, RedsiftTypographyLinkFontWeight, RedsiftTypographyLinkLineHeight, RedsiftTypographyPillFontFamily, RedsiftTypographyPillFontSize, RedsiftTypographyPillFontWeight, RedsiftTypographyPillLineHeight, RedsiftTypographyTooltipFontFamily, RedsiftTypographyTooltipFontSize, RedsiftTypographyTooltipFontWeight, RedsiftTypographyTooltipLineHeight, RovingTabindexListbox, SSRProvider, SecondaryColorPalette, Shield, ShieldVariant, SideNavigationMenu, SideNavigationMenuBar, SideNavigationMenuBarVariant, SideNavigationMenuItem, SideNavigationMenuReducerActionType, Skeleton, SkeletonCircle, SkeletonText, SkeletonTextVariant, Spinner, SpinnerSize, StyledButton, StyledGradientBorder, 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 };
|
|
21489
|
+
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, IconButtonLink, 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, RadarSvgLinearGradient, 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, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonBlackTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteBackgroundHover, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextActive, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDefault, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextDisabled, RedsiftColorDarkComponentsButtonsSecondaryButtonWhiteTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorDarkComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorDarkComponentsCheckboxFillDefault, RedsiftColorDarkComponentsCheckboxFillDefaultHover, RedsiftColorDarkComponentsCheckboxFillDisabled, RedsiftColorDarkComponentsCheckboxFillInvalid, RedsiftColorDarkComponentsCheckboxFillInvalidHover, RedsiftColorDarkComponentsCheckboxFillUncolored, RedsiftColorDarkComponentsCheckboxFillUncoloredHover, RedsiftColorDarkComponentsCheckboxTextDefault, RedsiftColorDarkComponentsCheckboxTextDisabled, RedsiftColorDarkComponentsCheckboxTextInvalid, RedsiftColorDarkComponentsDropdownsAndMenusClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusClickText, RedsiftColorDarkComponentsDropdownsAndMenusDefaultBackground, RedsiftColorDarkComponentsDropdownsAndMenusDefaultText, RedsiftColorDarkComponentsDropdownsAndMenusDividers, RedsiftColorDarkComponentsDropdownsAndMenusHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorDarkComponentsDropdownsAndMenusToggleActiveText, RedsiftColorDarkComponentsIconsDefault, RedsiftColorDarkComponentsModalBackground, RedsiftColorDarkComponentsPageBackground, RedsiftColorDarkComponentsPillsAquaDefaultBackground, RedsiftColorDarkComponentsPillsAquaDefaultBorder, RedsiftColorDarkComponentsPillsAquaDefaultText, RedsiftColorDarkComponentsPillsAquaDisabledBackground, RedsiftColorDarkComponentsPillsAquaDisabledBorder, RedsiftColorDarkComponentsPillsAquaDisabledText, RedsiftColorDarkComponentsPillsAquaHoverBackground, RedsiftColorDarkComponentsPillsAquaHoverBorder, RedsiftColorDarkComponentsPillsAquaHoverText, RedsiftColorDarkComponentsPillsBlackDefaultBackground, RedsiftColorDarkComponentsPillsBlackDefaultBorder, RedsiftColorDarkComponentsPillsBlackDefaultText, RedsiftColorDarkComponentsPillsBlackDisabledBackground, RedsiftColorDarkComponentsPillsBlackDisabledBorder, RedsiftColorDarkComponentsPillsBlackDisabledText, RedsiftColorDarkComponentsPillsBlackHoverBackground, RedsiftColorDarkComponentsPillsBlackHoverBorder, RedsiftColorDarkComponentsPillsBlackHoverText, RedsiftColorDarkComponentsPillsBlueDefaultBackground, RedsiftColorDarkComponentsPillsBlueDefaultBorder, RedsiftColorDarkComponentsPillsBlueDefaultText, RedsiftColorDarkComponentsPillsBlueDisabledBackground, RedsiftColorDarkComponentsPillsBlueDisabledBorder, RedsiftColorDarkComponentsPillsBlueDisabledText, RedsiftColorDarkComponentsPillsBlueHoverBackground, RedsiftColorDarkComponentsPillsBlueHoverBorder, RedsiftColorDarkComponentsPillsBlueHoverText, RedsiftColorDarkComponentsPillsBrownDefaultBackground, RedsiftColorDarkComponentsPillsBrownDefaultBorder, RedsiftColorDarkComponentsPillsBrownDefaultText, RedsiftColorDarkComponentsPillsBrownDisabledBackground, RedsiftColorDarkComponentsPillsBrownDisabledBorder, RedsiftColorDarkComponentsPillsBrownDisabledText, RedsiftColorDarkComponentsPillsBrownHoverBackground, RedsiftColorDarkComponentsPillsBrownHoverBorder, RedsiftColorDarkComponentsPillsBrownHoverText, RedsiftColorDarkComponentsPillsDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsDarkGreyDefaultText, RedsiftColorDarkComponentsPillsDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsDarkGreyDisabledText, RedsiftColorDarkComponentsPillsDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsDarkGreyHoverText, RedsiftColorDarkComponentsPillsErrorDarkDefaultBackground, RedsiftColorDarkComponentsPillsErrorDarkDefaultBorder, RedsiftColorDarkComponentsPillsErrorDarkDefaultText, RedsiftColorDarkComponentsPillsErrorDarkDisabledBackground, RedsiftColorDarkComponentsPillsErrorDarkDisabledBorder, RedsiftColorDarkComponentsPillsErrorDarkDisabledText, RedsiftColorDarkComponentsPillsErrorDarkHoverBackground, RedsiftColorDarkComponentsPillsErrorDarkHoverBorder, RedsiftColorDarkComponentsPillsErrorDarkHoverText, RedsiftColorDarkComponentsPillsErrorDefaultBackground, RedsiftColorDarkComponentsPillsErrorDefaultBorder, RedsiftColorDarkComponentsPillsErrorDefaultText, RedsiftColorDarkComponentsPillsErrorDisabledBackground, RedsiftColorDarkComponentsPillsErrorDisabledBorder, RedsiftColorDarkComponentsPillsErrorDisabledText, RedsiftColorDarkComponentsPillsErrorHoverBackground, RedsiftColorDarkComponentsPillsErrorHoverBorder, RedsiftColorDarkComponentsPillsErrorHoverText, RedsiftColorDarkComponentsPillsGreenDefaultBackground, RedsiftColorDarkComponentsPillsGreenDefaultBorder, RedsiftColorDarkComponentsPillsGreenDefaultText, RedsiftColorDarkComponentsPillsGreenDisabledBackground, RedsiftColorDarkComponentsPillsGreenDisabledBorder, RedsiftColorDarkComponentsPillsGreenDisabledText, RedsiftColorDarkComponentsPillsGreenHoverBackground, RedsiftColorDarkComponentsPillsGreenHoverBorder, RedsiftColorDarkComponentsPillsGreenHoverText, RedsiftColorDarkComponentsPillsGreyDefaultBackground, RedsiftColorDarkComponentsPillsGreyDefaultBorder, RedsiftColorDarkComponentsPillsGreyDefaultText, RedsiftColorDarkComponentsPillsGreyDisabledBackground, RedsiftColorDarkComponentsPillsGreyDisabledBorder, RedsiftColorDarkComponentsPillsGreyDisabledText, RedsiftColorDarkComponentsPillsGreyHoverBackground, RedsiftColorDarkComponentsPillsGreyHoverBorder, RedsiftColorDarkComponentsPillsGreyHoverText, RedsiftColorDarkComponentsPillsLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsLightGreyDefaultText, RedsiftColorDarkComponentsPillsLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsLightGreyDisabledText, RedsiftColorDarkComponentsPillsLightGreyHoverBackground, RedsiftColorDarkComponentsPillsLightGreyHoverBorder, RedsiftColorDarkComponentsPillsLightGreyHoverText, RedsiftColorDarkComponentsPillsMidGreyDefaultBackground, RedsiftColorDarkComponentsPillsMidGreyDefaultBorder, RedsiftColorDarkComponentsPillsMidGreyDefaultText, RedsiftColorDarkComponentsPillsMidGreyDisabledBackground, RedsiftColorDarkComponentsPillsMidGreyDisabledBorder, RedsiftColorDarkComponentsPillsMidGreyDisabledText, RedsiftColorDarkComponentsPillsMidGreyHoverBackground, RedsiftColorDarkComponentsPillsMidGreyHoverBorder, RedsiftColorDarkComponentsPillsMidGreyHoverText, RedsiftColorDarkComponentsPillsOrangeDefaultBackground, RedsiftColorDarkComponentsPillsOrangeDefaultBorder, RedsiftColorDarkComponentsPillsOrangeDefaultText, RedsiftColorDarkComponentsPillsOrangeDisabledBackground, RedsiftColorDarkComponentsPillsOrangeDisabledBorder, RedsiftColorDarkComponentsPillsOrangeDisabledText, RedsiftColorDarkComponentsPillsOrangeHoverBackground, RedsiftColorDarkComponentsPillsOrangeHoverBorder, RedsiftColorDarkComponentsPillsOrangeHoverText, RedsiftColorDarkComponentsPillsPinkDefaultBackground, RedsiftColorDarkComponentsPillsPinkDefaultBorder, RedsiftColorDarkComponentsPillsPinkDefaultText, RedsiftColorDarkComponentsPillsPinkDisabledBackground, RedsiftColorDarkComponentsPillsPinkDisabledBorder, RedsiftColorDarkComponentsPillsPinkDisabledText, RedsiftColorDarkComponentsPillsPinkHoverBackground, RedsiftColorDarkComponentsPillsPinkHoverBorder, RedsiftColorDarkComponentsPillsPinkHoverText, RedsiftColorDarkComponentsPillsPurpleDefaultBackground, RedsiftColorDarkComponentsPillsPurpleDefaultBorder, RedsiftColorDarkComponentsPillsPurpleDefaultText, RedsiftColorDarkComponentsPillsPurpleDisabledBackground, RedsiftColorDarkComponentsPillsPurpleDisabledBorder, RedsiftColorDarkComponentsPillsPurpleDisabledText, RedsiftColorDarkComponentsPillsPurpleHoverBackground, RedsiftColorDarkComponentsPillsPurpleHoverBorder, RedsiftColorDarkComponentsPillsPurpleHoverText, RedsiftColorDarkComponentsPillsRedDefaultBackground, RedsiftColorDarkComponentsPillsRedDefaultBorder, RedsiftColorDarkComponentsPillsRedDefaultText, RedsiftColorDarkComponentsPillsRedDisabledBackground, RedsiftColorDarkComponentsPillsRedDisabledBorder, RedsiftColorDarkComponentsPillsRedDisabledText, RedsiftColorDarkComponentsPillsRedHoverBackground, RedsiftColorDarkComponentsPillsRedHoverBorder, RedsiftColorDarkComponentsPillsRedHoverText, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDarkDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDarkDefaultText, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDarkDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDarkDisabledText, RedsiftColorDarkComponentsPillsSuccessDarkHoverBackground, RedsiftColorDarkComponentsPillsSuccessDarkHoverBorder, RedsiftColorDarkComponentsPillsSuccessDarkHoverText, RedsiftColorDarkComponentsPillsSuccessDefaultBackground, RedsiftColorDarkComponentsPillsSuccessDefaultBorder, RedsiftColorDarkComponentsPillsSuccessDefaultText, RedsiftColorDarkComponentsPillsSuccessDisabledBackground, RedsiftColorDarkComponentsPillsSuccessDisabledBorder, RedsiftColorDarkComponentsPillsSuccessDisabledText, RedsiftColorDarkComponentsPillsSuccessHoverBackground, RedsiftColorDarkComponentsPillsSuccessHoverBorder, RedsiftColorDarkComponentsPillsSuccessHoverText, RedsiftColorDarkComponentsPillsWarningDarkDefaultBackground, RedsiftColorDarkComponentsPillsWarningDarkDefaultBorder, RedsiftColorDarkComponentsPillsWarningDarkDefaultText, RedsiftColorDarkComponentsPillsWarningDarkDisabledBackground, RedsiftColorDarkComponentsPillsWarningDarkDisabledBorder, RedsiftColorDarkComponentsPillsWarningDarkDisabledText, RedsiftColorDarkComponentsPillsWarningDarkHoverBackground, RedsiftColorDarkComponentsPillsWarningDarkHoverBorder, RedsiftColorDarkComponentsPillsWarningDarkHoverText, RedsiftColorDarkComponentsPillsWarningDefaultBackground, RedsiftColorDarkComponentsPillsWarningDefaultBorder, RedsiftColorDarkComponentsPillsWarningDefaultText, RedsiftColorDarkComponentsPillsWarningDisabledBackground, RedsiftColorDarkComponentsPillsWarningDisabledBorder, RedsiftColorDarkComponentsPillsWarningDisabledText, RedsiftColorDarkComponentsPillsWarningHoverBackground, RedsiftColorDarkComponentsPillsWarningHoverBorder, RedsiftColorDarkComponentsPillsWarningHoverText, RedsiftColorDarkComponentsPillsWhiteDefaultBackground, RedsiftColorDarkComponentsPillsWhiteDefaultBorder, RedsiftColorDarkComponentsPillsWhiteDefaultText, RedsiftColorDarkComponentsPillsWhiteDisabledBackground, RedsiftColorDarkComponentsPillsWhiteDisabledBorder, RedsiftColorDarkComponentsPillsWhiteDisabledText, RedsiftColorDarkComponentsPillsWhiteHoverBackground, RedsiftColorDarkComponentsPillsWhiteHoverBorder, RedsiftColorDarkComponentsPillsWhiteHoverText, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBackground, RedsiftColorDarkComponentsPillsXDarkGreyDefaultBorder, RedsiftColorDarkComponentsPillsXDarkGreyDefaultText, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBackground, RedsiftColorDarkComponentsPillsXDarkGreyDisabledBorder, RedsiftColorDarkComponentsPillsXDarkGreyDisabledText, RedsiftColorDarkComponentsPillsXDarkGreyHoverBackground, RedsiftColorDarkComponentsPillsXDarkGreyHoverBorder, RedsiftColorDarkComponentsPillsXDarkGreyHoverText, RedsiftColorDarkComponentsPillsXLightGreyDefaultBackground, RedsiftColorDarkComponentsPillsXLightGreyDefaultBorder, RedsiftColorDarkComponentsPillsXLightGreyDefaultText, RedsiftColorDarkComponentsPillsXLightGreyDisabledBackground, RedsiftColorDarkComponentsPillsXLightGreyDisabledBorder, RedsiftColorDarkComponentsPillsXLightGreyDisabledText, RedsiftColorDarkComponentsPillsXLightGreyHoverBackground, RedsiftColorDarkComponentsPillsXLightGreyHoverBorder, RedsiftColorDarkComponentsPillsXLightGreyHoverText, RedsiftColorDarkComponentsPillsYellowDefaultBackground, RedsiftColorDarkComponentsPillsYellowDefaultBorder, RedsiftColorDarkComponentsPillsYellowDefaultText, RedsiftColorDarkComponentsPillsYellowDisabledBackground, RedsiftColorDarkComponentsPillsYellowDisabledBorder, RedsiftColorDarkComponentsPillsYellowDisabledText, RedsiftColorDarkComponentsPillsYellowHoverBackground, RedsiftColorDarkComponentsPillsYellowHoverBorder, RedsiftColorDarkComponentsPillsYellowHoverText, RedsiftColorDarkComponentsProductLogosIconGrey, RedsiftColorDarkComponentsProductLogosIconRed, RedsiftColorDarkComponentsProductLogosTextGrey, RedsiftColorDarkComponentsProductLogosTextRed, RedsiftColorDarkComponentsProductLogosTextWhite, RedsiftColorDarkComponentsRadioFillDefault, RedsiftColorDarkComponentsRadioFillDefaultHover, RedsiftColorDarkComponentsRadioFillDisabled, RedsiftColorDarkComponentsRadioFillInvalid, RedsiftColorDarkComponentsRadioFillInvalidHover, RedsiftColorDarkComponentsRadioFillUncolored, RedsiftColorDarkComponentsRadioFillUncoloredHover, RedsiftColorDarkComponentsRadioTextDefault, RedsiftColorDarkComponentsRadioTextDisabled, RedsiftColorDarkComponentsRadioTextInvalid, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorDarkComponentsRedSiftLogoDiamondBottomRight, RedsiftColorDarkComponentsRedSiftLogoDiamondDark, RedsiftColorDarkComponentsRedSiftLogoDiamondLight, RedsiftColorDarkComponentsRedSiftLogoDiamondMid, RedsiftColorDarkComponentsRedSiftLogoDiamondTopRight, RedsiftColorDarkComponentsRedSiftLogoIconBackground, RedsiftColorDarkComponentsRedSiftLogoIconR, RedsiftColorDarkComponentsRedSiftLogoTextGrey, RedsiftColorDarkComponentsRedSiftLogoTextRed, RedsiftColorDarkComponentsRedSiftLogoTextWhite, RedsiftColorDarkComponentsSideNavigationBackground, RedsiftColorDarkComponentsSideNavigationCurrentMarker, RedsiftColorDarkComponentsSideNavigationMenuItemActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorDarkComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorDarkComponentsSideNavigationMenuItemTextDisabled, RedsiftColorDarkComponentsSideNavigationMenuItemTextHover, RedsiftColorDarkComponentsSideNavigationMenuItemTextResting, RedsiftColorDarkComponentsSideNavigationRightLine, RedsiftColorDarkComponentsSideNavigationScrollbarHover, RedsiftColorDarkComponentsSideNavigationScrollbarResting, RedsiftColorDarkComponentsSpinnerSpinner, RedsiftColorDarkComponentsSwitchBackgroundDefault, RedsiftColorDarkComponentsSwitchBackgroundDefaultActive, RedsiftColorDarkComponentsSwitchBackgroundDisabled, RedsiftColorDarkComponentsSwitchBackgroundDisabledActive, RedsiftColorDarkComponentsSwitchBackgroundInvalid, RedsiftColorDarkComponentsSwitchBackgroundInvalidActive, RedsiftColorDarkComponentsSwitchBackgroundUncolored, RedsiftColorDarkComponentsSwitchBackgroundUncoloredActive, RedsiftColorDarkComponentsSwitchDotDefault, RedsiftColorDarkComponentsSwitchDotDefaultHover, RedsiftColorDarkComponentsSwitchDotDisabled, RedsiftColorDarkComponentsSwitchDotInvalid, RedsiftColorDarkComponentsSwitchDotInvalidHover, RedsiftColorDarkComponentsSwitchDotUncolored, RedsiftColorDarkComponentsSwitchDotUncoloredHover, RedsiftColorDarkComponentsSwitchTextDefault, RedsiftColorDarkComponentsSwitchTextDisabled, RedsiftColorDarkComponentsSwitchTextInvalid, RedsiftColorDarkComponentsTabsLine, RedsiftColorDarkComponentsTextPrimary, RedsiftColorDarkComponentsTextSecondary, RedsiftColorDarkComponentsTooltipBackground, RedsiftColorDarkComponentsTooltipText, RedsiftColorGreenD1, RedsiftColorGreenD2, RedsiftColorGreenD3, RedsiftColorGreenD4, RedsiftColorGreenL1, RedsiftColorGreenL2, RedsiftColorGreenL3, RedsiftColorGreenL4, RedsiftColorGreenN, RedsiftColorGreyD1, RedsiftColorGreyD2, RedsiftColorGreyD3, RedsiftColorGreyD4, RedsiftColorGreyD5, RedsiftColorGreyL1, RedsiftColorGreyL2, RedsiftColorGreyL3, RedsiftColorGreyL4, RedsiftColorGreyL5, RedsiftColorGreyN, RedsiftColorLightComponentsAiAiBorder, RedsiftColorLightComponentsAiAiIcon, RedsiftColorLightComponentsAlertErrorBackground, RedsiftColorLightComponentsAlertErrorBorder, RedsiftColorLightComponentsAlertErrorIcon, RedsiftColorLightComponentsAlertInfoBackground, RedsiftColorLightComponentsAlertInfoBorder, RedsiftColorLightComponentsAlertInfoIcon, RedsiftColorLightComponentsAlertSuccessBackground, RedsiftColorLightComponentsAlertSuccessBorder, RedsiftColorLightComponentsAlertSuccessIcon, RedsiftColorLightComponentsAlertText, RedsiftColorLightComponentsAlertWarningBackground, RedsiftColorLightComponentsAlertWarningBorder, RedsiftColorLightComponentsAlertWarningIcon, RedsiftColorLightComponentsAppBarBackground, RedsiftColorLightComponentsAppBarBorder, RedsiftColorLightComponentsAppBarBreadcrumbDefault, RedsiftColorLightComponentsAppBarBreadcrumbDown, RedsiftColorLightComponentsAppBarBreadcrumbHover, RedsiftColorLightComponentsAppBarIconBackgroundActive, RedsiftColorLightComponentsAppBarIconBackgroundActiveDown, RedsiftColorLightComponentsAppBarIconBackgroundActiveHover, RedsiftColorLightComponentsAppBarIconBackgroundDown, RedsiftColorLightComponentsAppBarIconBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonRadarTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsPrimaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonBlackTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonErrorTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonGreyTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonInfoTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonRadarTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonSuccessTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWarningTextHover, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextActive, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsSecondaryButtonWhiteTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonBlackTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonErrorTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonGreyTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonInfoTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonPrimaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonRadarTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSecondaryTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonSuccessTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWarningTextHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteBackgroundHover, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextActive, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDefault, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextDisabled, RedsiftColorLightComponentsButtonsUnstyledButtonWhiteTextHover, RedsiftColorLightComponentsCheckboxFillDefault, RedsiftColorLightComponentsCheckboxFillDefaultHover, RedsiftColorLightComponentsCheckboxFillDisabled, RedsiftColorLightComponentsCheckboxFillInvalid, RedsiftColorLightComponentsCheckboxFillInvalidHover, RedsiftColorLightComponentsCheckboxFillUncolored, RedsiftColorLightComponentsCheckboxFillUncoloredHover, RedsiftColorLightComponentsCheckboxTextDefault, RedsiftColorLightComponentsCheckboxTextDisabled, RedsiftColorLightComponentsCheckboxTextInvalid, RedsiftColorLightComponentsDropdownsAndMenusClickBackground, RedsiftColorLightComponentsDropdownsAndMenusClickText, RedsiftColorLightComponentsDropdownsAndMenusDefaultBackground, RedsiftColorLightComponentsDropdownsAndMenusDefaultText, RedsiftColorLightComponentsDropdownsAndMenusDividers, RedsiftColorLightComponentsDropdownsAndMenusHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveClickText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverBackground, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveHoverText, RedsiftColorLightComponentsDropdownsAndMenusToggleActiveText, RedsiftColorLightComponentsIconsDefault, RedsiftColorLightComponentsModalBackground, RedsiftColorLightComponentsPageBackground, RedsiftColorLightComponentsPillsAquaDefaultBackground, RedsiftColorLightComponentsPillsAquaDefaultBorder, RedsiftColorLightComponentsPillsAquaDefaultText, RedsiftColorLightComponentsPillsAquaDisabledBackground, RedsiftColorLightComponentsPillsAquaDisabledBorder, RedsiftColorLightComponentsPillsAquaDisabledText, RedsiftColorLightComponentsPillsAquaHoverBackground, RedsiftColorLightComponentsPillsAquaHoverBorder, RedsiftColorLightComponentsPillsAquaHoverText, RedsiftColorLightComponentsPillsBlackDefaultBackground, RedsiftColorLightComponentsPillsBlackDefaultBorder, RedsiftColorLightComponentsPillsBlackDefaultText, RedsiftColorLightComponentsPillsBlackDisabledBackground, RedsiftColorLightComponentsPillsBlackDisabledBorder, RedsiftColorLightComponentsPillsBlackDisabledText, RedsiftColorLightComponentsPillsBlackHoverBackground, RedsiftColorLightComponentsPillsBlackHoverBorder, RedsiftColorLightComponentsPillsBlackHoverText, RedsiftColorLightComponentsPillsBlueDefaultBackground, RedsiftColorLightComponentsPillsBlueDefaultBorder, RedsiftColorLightComponentsPillsBlueDefaultText, RedsiftColorLightComponentsPillsBlueDisabledBackground, RedsiftColorLightComponentsPillsBlueDisabledBorder, RedsiftColorLightComponentsPillsBlueDisabledText, RedsiftColorLightComponentsPillsBlueHoverBackground, RedsiftColorLightComponentsPillsBlueHoverBorder, RedsiftColorLightComponentsPillsBlueHoverText, RedsiftColorLightComponentsPillsBrownDefaultBackground, RedsiftColorLightComponentsPillsBrownDefaultBorder, RedsiftColorLightComponentsPillsBrownDefaultText, RedsiftColorLightComponentsPillsBrownDisabledBackground, RedsiftColorLightComponentsPillsBrownDisabledBorder, RedsiftColorLightComponentsPillsBrownDisabledText, RedsiftColorLightComponentsPillsBrownHoverBackground, RedsiftColorLightComponentsPillsBrownHoverBorder, RedsiftColorLightComponentsPillsBrownHoverText, RedsiftColorLightComponentsPillsDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsDarkGreyDefaultText, RedsiftColorLightComponentsPillsDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsDarkGreyDisabledText, RedsiftColorLightComponentsPillsDarkGreyHoverBackground, RedsiftColorLightComponentsPillsDarkGreyHoverBorder, RedsiftColorLightComponentsPillsDarkGreyHoverText, RedsiftColorLightComponentsPillsErrorDarkDefaultBackground, RedsiftColorLightComponentsPillsErrorDarkDefaultBorder, RedsiftColorLightComponentsPillsErrorDarkDefaultText, RedsiftColorLightComponentsPillsErrorDarkDisabledBackground, RedsiftColorLightComponentsPillsErrorDarkDisabledBorder, RedsiftColorLightComponentsPillsErrorDarkDisabledText, RedsiftColorLightComponentsPillsErrorDarkHoverBackground, RedsiftColorLightComponentsPillsErrorDarkHoverBorder, RedsiftColorLightComponentsPillsErrorDarkHoverText, RedsiftColorLightComponentsPillsErrorDefaultBackground, RedsiftColorLightComponentsPillsErrorDefaultBorder, RedsiftColorLightComponentsPillsErrorDefaultText, RedsiftColorLightComponentsPillsErrorDisabledBackground, RedsiftColorLightComponentsPillsErrorDisabledBorder, RedsiftColorLightComponentsPillsErrorDisabledText, RedsiftColorLightComponentsPillsErrorHoverBackground, RedsiftColorLightComponentsPillsErrorHoverBorder, RedsiftColorLightComponentsPillsErrorHoverText, RedsiftColorLightComponentsPillsGreenDefaultBackground, RedsiftColorLightComponentsPillsGreenDefaultBorder, RedsiftColorLightComponentsPillsGreenDefaultText, RedsiftColorLightComponentsPillsGreenDisabledBackground, RedsiftColorLightComponentsPillsGreenDisabledBorder, RedsiftColorLightComponentsPillsGreenDisabledText, RedsiftColorLightComponentsPillsGreenHoverBackground, RedsiftColorLightComponentsPillsGreenHoverBorder, RedsiftColorLightComponentsPillsGreenHoverText, RedsiftColorLightComponentsPillsGreyDefaultBackground, RedsiftColorLightComponentsPillsGreyDefaultBorder, RedsiftColorLightComponentsPillsGreyDefaultText, RedsiftColorLightComponentsPillsGreyDisabledBackground, RedsiftColorLightComponentsPillsGreyDisabledBorder, RedsiftColorLightComponentsPillsGreyDisabledText, RedsiftColorLightComponentsPillsGreyHoverBackground, RedsiftColorLightComponentsPillsGreyHoverBorder, RedsiftColorLightComponentsPillsGreyHoverText, RedsiftColorLightComponentsPillsLightGreyDefaultBackground, RedsiftColorLightComponentsPillsLightGreyDefaultBorder, RedsiftColorLightComponentsPillsLightGreyDefaultText, RedsiftColorLightComponentsPillsLightGreyDisabledBackground, RedsiftColorLightComponentsPillsLightGreyDisabledBorder, RedsiftColorLightComponentsPillsLightGreyDisabledText, RedsiftColorLightComponentsPillsLightGreyHoverBackground, RedsiftColorLightComponentsPillsLightGreyHoverBorder, RedsiftColorLightComponentsPillsLightGreyHoverText, RedsiftColorLightComponentsPillsMidGreyDefaultBackground, RedsiftColorLightComponentsPillsMidGreyDefaultBorder, RedsiftColorLightComponentsPillsMidGreyDefaultText, RedsiftColorLightComponentsPillsMidGreyDisabledBackground, RedsiftColorLightComponentsPillsMidGreyDisabledBorder, RedsiftColorLightComponentsPillsMidGreyDisabledText, RedsiftColorLightComponentsPillsMidGreyHoverBackground, RedsiftColorLightComponentsPillsMidGreyHoverBorder, RedsiftColorLightComponentsPillsMidGreyHoverText, RedsiftColorLightComponentsPillsOrangeDefaultBackground, RedsiftColorLightComponentsPillsOrangeDefaultBorder, RedsiftColorLightComponentsPillsOrangeDefaultText, RedsiftColorLightComponentsPillsOrangeDisabledBackground, RedsiftColorLightComponentsPillsOrangeDisabledBorder, RedsiftColorLightComponentsPillsOrangeDisabledText, RedsiftColorLightComponentsPillsOrangeHoverBackground, RedsiftColorLightComponentsPillsOrangeHoverBorder, RedsiftColorLightComponentsPillsOrangeHoverText, RedsiftColorLightComponentsPillsPinkDefaultBackground, RedsiftColorLightComponentsPillsPinkDefaultBorder, RedsiftColorLightComponentsPillsPinkDefaultText, RedsiftColorLightComponentsPillsPinkDisabledBackground, RedsiftColorLightComponentsPillsPinkDisabledBorder, RedsiftColorLightComponentsPillsPinkDisabledText, RedsiftColorLightComponentsPillsPinkHoverBackground, RedsiftColorLightComponentsPillsPinkHoverBorder, RedsiftColorLightComponentsPillsPinkHoverText, RedsiftColorLightComponentsPillsPurpleDefaultBackground, RedsiftColorLightComponentsPillsPurpleDefaultBorder, RedsiftColorLightComponentsPillsPurpleDefaultText, RedsiftColorLightComponentsPillsPurpleDisabledBackground, RedsiftColorLightComponentsPillsPurpleDisabledBorder, RedsiftColorLightComponentsPillsPurpleDisabledText, RedsiftColorLightComponentsPillsPurpleHoverBackground, RedsiftColorLightComponentsPillsPurpleHoverBorder, RedsiftColorLightComponentsPillsPurpleHoverText, RedsiftColorLightComponentsPillsRedDefaultBackground, RedsiftColorLightComponentsPillsRedDefaultBorder, RedsiftColorLightComponentsPillsRedDefaultText, RedsiftColorLightComponentsPillsRedDisabledBackground, RedsiftColorLightComponentsPillsRedDisabledBorder, RedsiftColorLightComponentsPillsRedDisabledText, RedsiftColorLightComponentsPillsRedHoverBackground, RedsiftColorLightComponentsPillsRedHoverBorder, RedsiftColorLightComponentsPillsRedHoverText, RedsiftColorLightComponentsPillsSuccessDarkDefaultBackground, RedsiftColorLightComponentsPillsSuccessDarkDefaultBorder, RedsiftColorLightComponentsPillsSuccessDarkDefaultText, RedsiftColorLightComponentsPillsSuccessDarkDisabledBackground, RedsiftColorLightComponentsPillsSuccessDarkDisabledBorder, RedsiftColorLightComponentsPillsSuccessDarkDisabledText, RedsiftColorLightComponentsPillsSuccessDarkHoverBackground, RedsiftColorLightComponentsPillsSuccessDarkHoverBorder, RedsiftColorLightComponentsPillsSuccessDarkHoverText, RedsiftColorLightComponentsPillsSuccessDefaultBackground, RedsiftColorLightComponentsPillsSuccessDefaultBorder, RedsiftColorLightComponentsPillsSuccessDefaultText, RedsiftColorLightComponentsPillsSuccessDisabledBackground, RedsiftColorLightComponentsPillsSuccessDisabledBorder, RedsiftColorLightComponentsPillsSuccessDisabledText, RedsiftColorLightComponentsPillsSuccessHoverBackground, RedsiftColorLightComponentsPillsSuccessHoverBorder, RedsiftColorLightComponentsPillsSuccessHoverText, RedsiftColorLightComponentsPillsWarningDarkDefaultBackground, RedsiftColorLightComponentsPillsWarningDarkDefaultBorder, RedsiftColorLightComponentsPillsWarningDarkDefaultText, RedsiftColorLightComponentsPillsWarningDarkDisabledBackground, RedsiftColorLightComponentsPillsWarningDarkDisabledBorder, RedsiftColorLightComponentsPillsWarningDarkDisabledText, RedsiftColorLightComponentsPillsWarningDarkHoverBackground, RedsiftColorLightComponentsPillsWarningDarkHoverBorder, RedsiftColorLightComponentsPillsWarningDarkHoverText, RedsiftColorLightComponentsPillsWarningDefaultBackground, RedsiftColorLightComponentsPillsWarningDefaultBorder, RedsiftColorLightComponentsPillsWarningDefaultText, RedsiftColorLightComponentsPillsWarningDisabledBackground, RedsiftColorLightComponentsPillsWarningDisabledBorder, RedsiftColorLightComponentsPillsWarningDisabledText, RedsiftColorLightComponentsPillsWarningHoverBackground, RedsiftColorLightComponentsPillsWarningHoverBorder, RedsiftColorLightComponentsPillsWarningHoverText, RedsiftColorLightComponentsPillsWhiteDefaultBackground, RedsiftColorLightComponentsPillsWhiteDefaultBorder, RedsiftColorLightComponentsPillsWhiteDefaultText, RedsiftColorLightComponentsPillsWhiteDisabledBackground, RedsiftColorLightComponentsPillsWhiteDisabledBorder, RedsiftColorLightComponentsPillsWhiteDisabledText, RedsiftColorLightComponentsPillsWhiteHoverBackground, RedsiftColorLightComponentsPillsWhiteHoverBorder, RedsiftColorLightComponentsPillsWhiteHoverText, RedsiftColorLightComponentsPillsXDarkGreyDefaultBackground, RedsiftColorLightComponentsPillsXDarkGreyDefaultBorder, RedsiftColorLightComponentsPillsXDarkGreyDefaultText, RedsiftColorLightComponentsPillsXDarkGreyDisabledBackground, RedsiftColorLightComponentsPillsXDarkGreyDisabledBorder, RedsiftColorLightComponentsPillsXDarkGreyDisabledText, RedsiftColorLightComponentsPillsXDarkGreyHoverBackground, RedsiftColorLightComponentsPillsXDarkGreyHoverBorder, RedsiftColorLightComponentsPillsXDarkGreyHoverText, RedsiftColorLightComponentsPillsXLightGreyDefaultBackground, RedsiftColorLightComponentsPillsXLightGreyDefaultBorder, RedsiftColorLightComponentsPillsXLightGreyDefaultText, RedsiftColorLightComponentsPillsXLightGreyDisabledBackground, RedsiftColorLightComponentsPillsXLightGreyDisabledBorder, RedsiftColorLightComponentsPillsXLightGreyDisabledText, RedsiftColorLightComponentsPillsXLightGreyHoverBackground, RedsiftColorLightComponentsPillsXLightGreyHoverBorder, RedsiftColorLightComponentsPillsXLightGreyHoverText, RedsiftColorLightComponentsPillsYellowDefaultBackground, RedsiftColorLightComponentsPillsYellowDefaultBorder, RedsiftColorLightComponentsPillsYellowDefaultText, RedsiftColorLightComponentsPillsYellowDisabledBackground, RedsiftColorLightComponentsPillsYellowDisabledBorder, RedsiftColorLightComponentsPillsYellowDisabledText, RedsiftColorLightComponentsPillsYellowHoverBackground, RedsiftColorLightComponentsPillsYellowHoverBorder, RedsiftColorLightComponentsPillsYellowHoverText, RedsiftColorLightComponentsProductLogosIconGrey, RedsiftColorLightComponentsProductLogosIconRed, RedsiftColorLightComponentsProductLogosTextGrey, RedsiftColorLightComponentsProductLogosTextRed, RedsiftColorLightComponentsProductLogosTextWhite, RedsiftColorLightComponentsRadioFillDefault, RedsiftColorLightComponentsRadioFillDefaultHover, RedsiftColorLightComponentsRadioFillDisabled, RedsiftColorLightComponentsRadioFillInvalid, RedsiftColorLightComponentsRadioFillInvalidHover, RedsiftColorLightComponentsRadioFillUncolored, RedsiftColorLightComponentsRadioFillUncoloredHover, RedsiftColorLightComponentsRadioTextDefault, RedsiftColorLightComponentsRadioTextDisabled, RedsiftColorLightComponentsRadioTextInvalid, RedsiftColorLightComponentsRedSiftLogoDiamondBottomLeft, RedsiftColorLightComponentsRedSiftLogoDiamondBottomRight, RedsiftColorLightComponentsRedSiftLogoDiamondDark, RedsiftColorLightComponentsRedSiftLogoDiamondLight, RedsiftColorLightComponentsRedSiftLogoDiamondMid, RedsiftColorLightComponentsRedSiftLogoDiamondTopRight, RedsiftColorLightComponentsRedSiftLogoIconBackground, RedsiftColorLightComponentsRedSiftLogoIconR, RedsiftColorLightComponentsRedSiftLogoTextGrey, RedsiftColorLightComponentsRedSiftLogoTextRed, RedsiftColorLightComponentsRedSiftLogoTextWhite, RedsiftColorLightComponentsSideNavigationBackground, RedsiftColorLightComponentsSideNavigationCurrentMarker, RedsiftColorLightComponentsSideNavigationMenuItemActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundActive, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundHover, RedsiftColorLightComponentsSideNavigationMenuItemBackgroundSecondary, RedsiftColorLightComponentsSideNavigationMenuItemTextDisabled, RedsiftColorLightComponentsSideNavigationMenuItemTextHover, RedsiftColorLightComponentsSideNavigationMenuItemTextResting, RedsiftColorLightComponentsSideNavigationRightLine, RedsiftColorLightComponentsSideNavigationScrollbarHover, RedsiftColorLightComponentsSideNavigationScrollbarResting, RedsiftColorLightComponentsSpinnerSpinner, RedsiftColorLightComponentsSwitchBackgroundDefault, RedsiftColorLightComponentsSwitchBackgroundDefaultActive, RedsiftColorLightComponentsSwitchBackgroundDisabled, RedsiftColorLightComponentsSwitchBackgroundDisabledActive, RedsiftColorLightComponentsSwitchBackgroundInvalid, RedsiftColorLightComponentsSwitchBackgroundInvalidActive, RedsiftColorLightComponentsSwitchBackgroundUncolored, RedsiftColorLightComponentsSwitchBackgroundUncoloredActive, RedsiftColorLightComponentsSwitchDotDefault, RedsiftColorLightComponentsSwitchDotDefaultHover, RedsiftColorLightComponentsSwitchDotDisabled, RedsiftColorLightComponentsSwitchDotInvalid, RedsiftColorLightComponentsSwitchDotInvalidHover, RedsiftColorLightComponentsSwitchDotUncolored, RedsiftColorLightComponentsSwitchDotUncoloredHover, RedsiftColorLightComponentsSwitchTextDefault, RedsiftColorLightComponentsSwitchTextDisabled, RedsiftColorLightComponentsSwitchTextInvalid, RedsiftColorLightComponentsTabsLine, RedsiftColorLightComponentsTextPrimary, RedsiftColorLightComponentsTextSecondary, RedsiftColorLightComponentsTooltipBackground, RedsiftColorLightComponentsTooltipText, RedsiftColorNeutralBlack, RedsiftColorNeutralDarkGrey, RedsiftColorNeutralDisabled, 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, StyledGradientBorder, 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 };
|
|
21486
21490
|
//# sourceMappingURL=index.js.map
|