@selfcommunity/react-theme-default 0.5.0-alpha.21 → 0.5.0-alpha.23

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.
@@ -2,5 +2,10 @@ declare const Component: {
2
2
  defaultProps: {
3
3
  enterDelay: number;
4
4
  };
5
+ styleOverrides: {
6
+ tooltip: ({ theme }: any) => {
7
+ borderRadius: any;
8
+ };
9
+ };
5
10
  };
6
11
  export default Component;
@@ -3,6 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  defaultProps: {
5
5
  enterDelay: 500
6
+ },
7
+ styleOverrides: {
8
+ tooltip: ({ theme }) => ({
9
+ borderRadius: theme.spacing(0.5)
10
+ })
6
11
  }
7
12
  };
8
13
  exports.default = Component;
@@ -76,7 +76,8 @@ declare const Component: {
76
76
  bottom: any;
77
77
  left: number;
78
78
  right: number;
79
- justifyContent: string;
79
+ display: string;
80
+ margin: string;
80
81
  };
81
82
  '& .MuiDialogActions-root': {
82
83
  position: string;
@@ -68,7 +68,8 @@ const Component = {
68
68
  bottom: theme.spacing(7),
69
69
  left: 0,
70
70
  right: 0,
71
- justifyContent: 'center'
71
+ display: 'inline-table',
72
+ margin: 'auto'
72
73
  },
73
74
  '& .MuiDialogActions-root': {
74
75
  position: 'absolute',
@@ -232,6 +232,11 @@ declare const theme: {
232
232
  defaultProps: {
233
233
  enterDelay: number;
234
234
  };
235
+ styleOverrides: {
236
+ tooltip: ({ theme }: any) => {
237
+ borderRadius: any;
238
+ };
239
+ };
235
240
  };
236
241
  SCAccordionLessons: {
237
242
  styleOverrides: {
@@ -1405,7 +1410,8 @@ declare const theme: {
1405
1410
  bottom: any;
1406
1411
  left: number;
1407
1412
  right: number;
1408
- justifyContent: string;
1413
+ display: string;
1414
+ margin: string;
1409
1415
  };
1410
1416
  '& .MuiDialogActions-root': {
1411
1417
  position: string;
@@ -2,5 +2,10 @@ declare const Component: {
2
2
  defaultProps: {
3
3
  enterDelay: number;
4
4
  };
5
+ styleOverrides: {
6
+ tooltip: ({ theme }: any) => {
7
+ borderRadius: any;
8
+ };
9
+ };
5
10
  };
6
11
  export default Component;
@@ -1,6 +1,11 @@
1
1
  const Component = {
2
2
  defaultProps: {
3
3
  enterDelay: 500
4
+ },
5
+ styleOverrides: {
6
+ tooltip: ({ theme }) => ({
7
+ borderRadius: theme.spacing(0.5)
8
+ })
4
9
  }
5
10
  };
6
11
  export default Component;
@@ -76,7 +76,8 @@ declare const Component: {
76
76
  bottom: any;
77
77
  left: number;
78
78
  right: number;
79
- justifyContent: string;
79
+ display: string;
80
+ margin: string;
80
81
  };
81
82
  '& .MuiDialogActions-root': {
82
83
  position: string;
@@ -66,7 +66,8 @@ const Component = {
66
66
  bottom: theme.spacing(7),
67
67
  left: 0,
68
68
  right: 0,
69
- justifyContent: 'center'
69
+ display: 'inline-table',
70
+ margin: 'auto'
70
71
  },
71
72
  '& .MuiDialogActions-root': {
72
73
  position: 'absolute',
@@ -232,6 +232,11 @@ declare const theme: {
232
232
  defaultProps: {
233
233
  enterDelay: number;
234
234
  };
235
+ styleOverrides: {
236
+ tooltip: ({ theme }: any) => {
237
+ borderRadius: any;
238
+ };
239
+ };
235
240
  };
236
241
  SCAccordionLessons: {
237
242
  styleOverrides: {
@@ -1405,7 +1410,8 @@ declare const theme: {
1405
1410
  bottom: any;
1406
1411
  left: number;
1407
1412
  right: number;
1408
- justifyContent: string;
1413
+ display: string;
1414
+ margin: string;
1409
1415
  };
1410
1416
  '& .MuiDialogActions-root': {
1411
1417
  position: string;