@am92/react-design-system 2.7.4 → 2.7.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/dist/Components/DsFab/DsFab.Overrides.d.ts +0 -1
- package/dist/Components/DsFab/DsFab.Overrides.js +1 -2
- package/dist/Components/DsPopover/DsPopover.Overrides.d.ts +11 -1
- package/dist/Components/DsPopover/DsPopover.Overrides.js +11 -1
- package/dist/Theme/componentOverrides.d.ts +9 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ export const DsFabOverrides = {
|
|
|
10
10
|
minHeight: 'auto',
|
|
11
11
|
height: 'auto',
|
|
12
12
|
width: 'auto',
|
|
13
|
-
borderRadius: '
|
|
13
|
+
borderRadius: 'var(--ds-radius-pleasant)',
|
|
14
14
|
'.MuiTypography-root': {
|
|
15
15
|
fontWeight: 'var(--ds-typo-bodyBoldMedium-fontWeight)',
|
|
16
16
|
fontSize: 'var(--ds-typo-bodyBoldMedium-fontSize)',
|
|
@@ -49,7 +49,6 @@ export const DsFabOverrides = {
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
extended: {
|
|
52
|
-
borderRadius: 'var(--ds-radius-pleasant)',
|
|
53
52
|
'.MuiTypography-root': {
|
|
54
53
|
marginLeft: 'var(--ds-spacing-glacial)',
|
|
55
54
|
marginRight: 'var(--ds-spacing-glacial)'
|
|
@@ -717,6 +717,15 @@ declare const componentOverrides: {
|
|
|
717
717
|
};
|
|
718
718
|
};
|
|
719
719
|
};
|
|
720
|
+
MuiPopover: {
|
|
721
|
+
styleOverrides: {
|
|
722
|
+
root: {
|
|
723
|
+
'.MuiBackdrop-root': {
|
|
724
|
+
backgroundColor: string;
|
|
725
|
+
};
|
|
726
|
+
};
|
|
727
|
+
};
|
|
728
|
+
};
|
|
720
729
|
MuiPaper: {
|
|
721
730
|
defaultProps: import("../Components").DsPaperProps;
|
|
722
731
|
styleOverrides: {};
|
|
@@ -998,7 +1007,6 @@ declare const componentOverrides: {
|
|
|
998
1007
|
secondary: import("@mui/system").CSSInterpolation;
|
|
999
1008
|
default: import("@mui/system").CSSInterpolation;
|
|
1000
1009
|
extended: {
|
|
1001
|
-
borderRadius: string;
|
|
1002
1010
|
'.MuiTypography-root': {
|
|
1003
1011
|
marginLeft: string;
|
|
1004
1012
|
marginRight: string;
|