@am92/react-design-system 2.7.5 → 2.7.7
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/dist/Components/DsBackdrop/DsBackdrop.Overrides.d.ts +3 -0
- package/dist/Components/DsBackdrop/DsBackdrop.Overrides.js +3 -0
- package/dist/Components/DsPopover/DsPopover.Overrides.d.ts +3 -1
- package/dist/Components/DsPopover/DsPopover.Overrides.js +3 -1
- package/dist/Theme/componentOverrides.d.ts +6 -1
- package/package.json +1 -1
|
@@ -720,7 +720,9 @@ declare const componentOverrides: {
|
|
|
720
720
|
MuiPopover: {
|
|
721
721
|
styleOverrides: {
|
|
722
722
|
root: {
|
|
723
|
-
|
|
723
|
+
'.MuiBackdrop-root': {
|
|
724
|
+
backgroundColor: string;
|
|
725
|
+
};
|
|
724
726
|
};
|
|
725
727
|
};
|
|
726
728
|
};
|
|
@@ -1245,6 +1247,9 @@ declare const componentOverrides: {
|
|
|
1245
1247
|
root: {
|
|
1246
1248
|
backgroundColor: string;
|
|
1247
1249
|
};
|
|
1250
|
+
invisible: {
|
|
1251
|
+
backgroundColor: string;
|
|
1252
|
+
};
|
|
1248
1253
|
};
|
|
1249
1254
|
};
|
|
1250
1255
|
MuiAvatar: {
|