@selfcommunity/react-theme-default 0.5.0-alpha.20 → 0.5.0-alpha.22

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.
@@ -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',
@@ -344,7 +344,7 @@ declare const Component: {
344
344
  };
345
345
  };
346
346
  '& .SCFeedObject-medias-section': {
347
- margin: any;
347
+ padding: any;
348
348
  '& .SCFeedObjectMediaPreview-root': {
349
349
  margin: any;
350
350
  };
@@ -347,7 +347,7 @@ const Component = {
347
347
  }
348
348
  },
349
349
  '& .SCFeedObject-medias-section': {
350
- margin: theme.spacing(1, 0),
350
+ padding: theme.spacing(1, 0),
351
351
  '& .SCFeedObjectMediaPreview-root': {
352
352
  margin: theme.spacing(0, 1)
353
353
  }
@@ -1405,7 +1405,8 @@ declare const theme: {
1405
1405
  bottom: any;
1406
1406
  left: number;
1407
1407
  right: number;
1408
- justifyContent: string;
1408
+ display: string;
1409
+ margin: string;
1409
1410
  };
1410
1411
  '& .MuiDialogActions-root': {
1411
1412
  position: string;
@@ -4293,7 +4294,7 @@ declare const theme: {
4293
4294
  };
4294
4295
  };
4295
4296
  '& .SCFeedObject-medias-section': {
4296
- margin: any;
4297
+ padding: any;
4297
4298
  '& .SCFeedObjectMediaPreview-root': {
4298
4299
  margin: any;
4299
4300
  };
@@ -4646,9 +4647,6 @@ declare const theme: {
4646
4647
  };
4647
4648
  };
4648
4649
  };
4649
- /**
4650
- * Style assets - Exports - End
4651
- */
4652
4650
  pollObjectChoicesRoot: ({ theme }: any) => {
4653
4651
  backgroundColor: string;
4654
4652
  marginBottom: any;
@@ -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',
@@ -344,7 +344,7 @@ declare const Component: {
344
344
  };
345
345
  };
346
346
  '& .SCFeedObject-medias-section': {
347
- margin: any;
347
+ padding: any;
348
348
  '& .SCFeedObjectMediaPreview-root': {
349
349
  margin: any;
350
350
  };
@@ -345,7 +345,7 @@ const Component = {
345
345
  }
346
346
  },
347
347
  '& .SCFeedObject-medias-section': {
348
- margin: theme.spacing(1, 0),
348
+ padding: theme.spacing(1, 0),
349
349
  '& .SCFeedObjectMediaPreview-root': {
350
350
  margin: theme.spacing(0, 1)
351
351
  }
@@ -1405,7 +1405,8 @@ declare const theme: {
1405
1405
  bottom: any;
1406
1406
  left: number;
1407
1407
  right: number;
1408
- justifyContent: string;
1408
+ display: string;
1409
+ margin: string;
1409
1410
  };
1410
1411
  '& .MuiDialogActions-root': {
1411
1412
  position: string;
@@ -4293,7 +4294,7 @@ declare const theme: {
4293
4294
  };
4294
4295
  };
4295
4296
  '& .SCFeedObject-medias-section': {
4296
- margin: any;
4297
+ padding: any;
4297
4298
  '& .SCFeedObjectMediaPreview-root': {
4298
4299
  margin: any;
4299
4300
  };
@@ -4646,9 +4647,6 @@ declare const theme: {
4646
4647
  };
4647
4648
  };
4648
4649
  };
4649
- /**
4650
- * Style assets - Exports - End
4651
- */
4652
4650
  pollObjectChoicesRoot: ({ theme }: any) => {
4653
4651
  backgroundColor: string;
4654
4652
  marginBottom: any;