@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
219 lines (218 loc) • 7.89 kB
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {};
detailRoot: ({ theme }: any) => {
'& .SCLiveStream-detail-image-wrapper': {
position: string;
'& .SCLiveStream-detail-image': {
height: string;
};
'& .SCLiveStream-detail-in-progress': {
backgroundColor: any;
position: string;
top: number;
right: number;
color: any;
boxShadow: string;
};
};
'& .SCLiveStream-detail-content': {
padding: string;
'& .SCLiveStream-detail-user': {
marginTop: string;
'& .SCBaseItemButton-text': {
margin: number;
};
};
'& .SCLiveStream-detail-name-wrapper': {
textDecoration: string;
color: string;
'& .SCLiveStream-detail-name': {
marginBottom: string;
};
};
'& .SCLiveStream-detail-first-divider': {
marginTop: string;
marginBottom: any;
};
'& .SCLiveStream-detail-second-divider': {
marginTop: any;
marginBottom: string;
};
};
};
previewRoot: ({ theme }: any) => {
'& .SCLiveStream-preview-image-wrapper': {
position: string;
'& .SCLiveStream-preview-image': {
height: string;
};
'& .SCLiveStream-preview-in-progress': {
height: number;
backgroundColor: any;
position: string;
top: number;
right: number;
color: any;
boxShadow: string;
'& span': {
fontSize: string;
paddingLeft: any;
paddingRight: any;
};
};
};
'& .SCLiveStream-preview-content': {
padding: string;
'& .SCLiveStreamInfoDetails-icon-text-wrapper': {
'& .MuiTypography-root': {
fontSize: string;
};
};
'& .SCLiveStream-detail-user': {
marginTop: string;
'& .SCBaseItemButton-text': {
margin: number;
};
};
'& .SCLiveStream-preview-name-wrapper': {
marginTop: number;
textDecoration: string;
color: string;
'& h5': {
whiteSpace: string;
overflow: string;
textOverflow: string;
};
};
};
};
snippetRoot: ({ theme }: any) => {
overflow: string;
boxSizing: string;
paddingLeft: string;
paddingRight: string;
'& .SCBaseItem-image': {
'& .MuiAvatar-root': {
width: number;
height: number;
borderRadius: string;
'& img': {
borderRadius: string;
};
};
};
'& .SCLiveStream-snippet-image': {
position: string;
'& .SCLiveStream-snippet-in-progress': {
height: number;
backgroundColor: any;
position: string;
top: number;
right: number;
color: any;
boxShadow: string;
'& span': {
fontSize: string;
paddingLeft: any;
paddingRight: any;
};
};
};
'& .SCBaseItem-text': {
fontSize: any;
'& .SCLiveStream-snippet-primary': {
color: any;
textDecoration: string;
'&:hover': {
textDecoration: string;
};
'& p': {
fontWeight: any;
};
};
'& .SCLiveStream-snippet-secondary': {
color: any;
};
};
};
skeletonRoot: ({ theme }: any) => {
'& .SCLiveStream-skeleton-detail-root': {
'& .SCLiveStream-skeleton-detail-calendar': {
position: string;
bottom: string;
left: string;
boxShadow: string;
};
'& .SCLiveStream-skeleton-detail-content': {
padding: string;
'& .SCLiveStream-skeleton-detail-user': {
marginTop: string;
'& .SCBaseItemButton-text': {
margin: number;
};
};
'& .SCLiveStream-skeleton-detail-name-wrapper': {
textDecoration: string;
color: string;
'& .SCLiveStream-skeleton-detail-name': {
marginBottom: string;
};
};
'& .SCLiveStream-skeleton-detail-first-divider': {
marginTop: string;
marginBottom: any;
};
'& .SCLiveStream-skeleton-detail-second-divider': {
marginTop: any;
marginBottom: string;
};
};
};
'& .SCLiveStream-skeleton-preview-root': {
'& .SCLiveStream-skeleton-preview-content': {
padding: any;
};
'& .SCLiveStream-skeleton-preview-image': {
position: string;
'& .MuiSkeleton-root': {
borderRadius: string;
};
'& .MuiIcon-root': {
color: any;
position: string;
top: string;
left: string;
transform: string;
};
};
'& .SCBaseItem-actions': {
maxWidth: string;
};
};
'& .SCLiveStream-skeleton-snippet-root': {
overflow: string;
boxSizing: string;
paddingLeft: string;
paddingRight: string;
'& .SCLiveStream-skeleton-snippet-image': {
position: string;
'& .MuiSkeleton-root': {
borderRadius: string;
};
'& .MuiIcon-root': {
color: any;
position: string;
top: string;
left: string;
transform: string;
};
};
'& .SCBaseItem-actions': {
maxWidth: string;
};
};
};
};
};
export default Component;