@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.
- package/lib/cjs/components/SCFeedObject.d.ts +1 -1
- package/lib/cjs/components/SCFeedObject.js +1 -1
- package/lib/cjs/index.d.ts +1 -4
- package/lib/esm/components/SCFeedObject.d.ts +1 -1
- package/lib/esm/components/SCFeedObject.js +1 -1
- package/lib/esm/index.d.ts +1 -4
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -4293,7 +4293,7 @@ declare const theme: {
|
|
|
4293
4293
|
};
|
|
4294
4294
|
};
|
|
4295
4295
|
'& .SCFeedObject-medias-section': {
|
|
4296
|
-
|
|
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;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -4293,7 +4293,7 @@ declare const theme: {
|
|
|
4293
4293
|
};
|
|
4294
4294
|
};
|
|
4295
4295
|
'& .SCFeedObject-medias-section': {
|
|
4296
|
-
|
|
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;
|