@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.
- package/lib/cjs/components/SCComposer.d.ts +2 -1
- package/lib/cjs/components/SCComposer.js +2 -1
- package/lib/cjs/components/SCFeedObject.d.ts +1 -1
- package/lib/cjs/components/SCFeedObject.js +1 -1
- package/lib/cjs/index.d.ts +3 -5
- package/lib/esm/components/SCComposer.d.ts +2 -1
- package/lib/esm/components/SCComposer.js +2 -1
- package/lib/esm/components/SCFeedObject.d.ts +1 -1
- package/lib/esm/components/SCFeedObject.js +1 -1
- package/lib/esm/index.d.ts +3 -5
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1405,7 +1405,8 @@ declare const theme: {
|
|
|
1405
1405
|
bottom: any;
|
|
1406
1406
|
left: number;
|
|
1407
1407
|
right: number;
|
|
1408
|
-
|
|
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
|
-
|
|
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;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1405,7 +1405,8 @@ declare const theme: {
|
|
|
1405
1405
|
bottom: any;
|
|
1406
1406
|
left: number;
|
|
1407
1407
|
right: number;
|
|
1408
|
-
|
|
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
|
-
|
|
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;
|