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

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.
@@ -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
  }
@@ -4293,7 +4293,7 @@ declare const theme: {
4293
4293
  };
4294
4294
  };
4295
4295
  '& .SCFeedObject-medias-section': {
4296
- margin: any;
4296
+ padding: any;
4297
4297
  '& .SCFeedObjectMediaPreview-root': {
4298
4298
  margin: any;
4299
4299
  };
@@ -4646,9 +4646,6 @@ declare const theme: {
4646
4646
  };
4647
4647
  };
4648
4648
  };
4649
- /**
4650
- * Style assets - Exports - End
4651
- */
4652
4649
  pollObjectChoicesRoot: ({ theme }: any) => {
4653
4650
  backgroundColor: string;
4654
4651
  marginBottom: any;
@@ -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
  }
@@ -4293,7 +4293,7 @@ declare const theme: {
4293
4293
  };
4294
4294
  };
4295
4295
  '& .SCFeedObject-medias-section': {
4296
- margin: any;
4296
+ padding: any;
4297
4297
  '& .SCFeedObjectMediaPreview-root': {
4298
4298
  margin: any;
4299
4299
  };
@@ -4646,9 +4646,6 @@ declare const theme: {
4646
4646
  };
4647
4647
  };
4648
4648
  };
4649
- /**
4650
- * Style assets - Exports - End
4651
- */
4652
4649
  pollObjectChoicesRoot: ({ theme }: any) => {
4653
4650
  backgroundColor: string;
4654
4651
  marginBottom: any;