@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.
- package/lib/cjs/components/SCFeedObject.d.ts +1 -0
- package/lib/cjs/components/SCFeedObject.js +1 -0
- package/lib/cjs/index.d.ts +7 -4
- package/lib/esm/components/SCFeedObject.d.ts +1 -0
- package/lib/esm/components/SCFeedObject.js +1 -0
- package/lib/esm/index.d.ts +7 -4
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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;
|