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

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,6 +344,7 @@ declare const Component: {
344
344
  };
345
345
  };
346
346
  '& .SCFeedObject-medias-section': {
347
+ margin: any;
347
348
  '& .SCFeedObjectMediaPreview-root': {
348
349
  margin: any;
349
350
  };
@@ -347,6 +347,7 @@ const Component = {
347
347
  }
348
348
  },
349
349
  '& .SCFeedObject-medias-section': {
350
+ margin: theme.spacing(1, 0),
350
351
  '& .SCFeedObjectMediaPreview-root': {
351
352
  margin: theme.spacing(0, 1)
352
353
  }
@@ -4293,6 +4293,7 @@ declare const theme: {
4293
4293
  };
4294
4294
  };
4295
4295
  '& .SCFeedObject-medias-section': {
4296
+ margin: any;
4296
4297
  '& .SCFeedObjectMediaPreview-root': {
4297
4298
  margin: any;
4298
4299
  };
@@ -4396,12 +4397,11 @@ declare const theme: {
4396
4397
  };
4397
4398
  '& .SCCommentObject-skeleton-root': {
4398
4399
  background: string;
4399
- marginTop: number; /**
4400
- * Style fragments - Imports - End
4401
- */
4402
- marginBottom: string; /**
4400
+ marginTop: number;
4401
+ /**
4403
4402
  * Style assets - Imports - Start
4404
4403
  */
4404
+ marginBottom: string;
4405
4405
  '& .SCBaseItem-text': {
4406
4406
  '& .SCWidget-root': {
4407
4407
  '& .MuiCardContent-root': {
@@ -4646,6 +4646,9 @@ declare const theme: {
4646
4646
  };
4647
4647
  };
4648
4648
  };
4649
+ /**
4650
+ * Style assets - Exports - End
4651
+ */
4649
4652
  pollObjectChoicesRoot: ({ theme }: any) => {
4650
4653
  backgroundColor: string;
4651
4654
  marginBottom: any;
@@ -344,6 +344,7 @@ declare const Component: {
344
344
  };
345
345
  };
346
346
  '& .SCFeedObject-medias-section': {
347
+ margin: any;
347
348
  '& .SCFeedObjectMediaPreview-root': {
348
349
  margin: any;
349
350
  };
@@ -345,6 +345,7 @@ const Component = {
345
345
  }
346
346
  },
347
347
  '& .SCFeedObject-medias-section': {
348
+ margin: theme.spacing(1, 0),
348
349
  '& .SCFeedObjectMediaPreview-root': {
349
350
  margin: theme.spacing(0, 1)
350
351
  }
@@ -4293,6 +4293,7 @@ declare const theme: {
4293
4293
  };
4294
4294
  };
4295
4295
  '& .SCFeedObject-medias-section': {
4296
+ margin: any;
4296
4297
  '& .SCFeedObjectMediaPreview-root': {
4297
4298
  margin: any;
4298
4299
  };
@@ -4396,12 +4397,11 @@ declare const theme: {
4396
4397
  };
4397
4398
  '& .SCCommentObject-skeleton-root': {
4398
4399
  background: string;
4399
- marginTop: number; /**
4400
- * Style fragments - Imports - End
4401
- */
4402
- marginBottom: string; /**
4400
+ marginTop: number;
4401
+ /**
4403
4402
  * Style assets - Imports - Start
4404
4403
  */
4404
+ marginBottom: string;
4405
4405
  '& .SCBaseItem-text': {
4406
4406
  '& .SCWidget-root': {
4407
4407
  '& .MuiCardContent-root': {
@@ -4646,6 +4646,9 @@ declare const theme: {
4646
4646
  };
4647
4647
  };
4648
4648
  };
4649
+ /**
4650
+ * Style assets - Exports - End
4651
+ */
4649
4652
  pollObjectChoicesRoot: ({ theme }: any) => {
4650
4653
  backgroundColor: string;
4651
4654
  marginBottom: any;