@selfcommunity/react-theme-default 0.2.0-embeds.16 → 0.2.0-livestream.23
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/MuiAppBar.js +4 -3
- package/lib/cjs/components/SCBottomNavigation.js +5 -4
- package/lib/cjs/components/SCEventForm.d.ts +8 -0
- package/lib/cjs/components/SCEventForm.js +8 -0
- package/lib/cjs/components/SCEventFormDialog.d.ts +13 -0
- package/lib/cjs/components/SCEventFormDialog.js +15 -0
- package/lib/cjs/components/SCEventMediaWidget.d.ts +120 -0
- package/lib/cjs/components/SCEventMediaWidget.js +115 -0
- package/lib/cjs/components/SCFeed.d.ts +9 -3
- package/lib/cjs/components/SCFeed.js +9 -3
- package/lib/cjs/components/SCFeedObject.d.ts +4 -0
- package/lib/cjs/components/SCFeedObject.js +4 -0
- package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +10 -0
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +10 -0
- package/lib/cjs/components/SCGroupActionsMenu.d.ts +26 -0
- package/lib/cjs/components/SCGroupActionsMenu.js +28 -0
- package/lib/cjs/components/SCGroupHeader.d.ts +5 -2
- package/lib/cjs/components/SCGroupHeader.js +5 -2
- package/lib/cjs/components/SCLightbox.d.ts +5 -0
- package/lib/cjs/components/SCLightbox.js +12 -7
- package/lib/cjs/components/SCLiveStreamDialog.d.ts +16 -0
- package/lib/cjs/components/SCLiveStreamDialog.js +18 -0
- package/lib/cjs/components/SCLiveStreamForm.d.ts +12 -0
- package/lib/cjs/components/SCLiveStreamForm.js +14 -0
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +27 -0
- package/lib/cjs/components/SCLiveStreamRoom.js +29 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +6 -0
- package/lib/cjs/components/SCLiveStreamVideoConference.js +8 -0
- package/lib/cjs/components/SCMediaLink.d.ts +4 -0
- package/lib/cjs/components/SCMediaLink.js +4 -4
- package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +45 -0
- package/lib/cjs/components/SCNavigationMenuDrawer.js +48 -0
- package/lib/cjs/components/SCNavigationMenuIconButton.d.ts +0 -37
- package/lib/cjs/components/SCNavigationMenuIconButton.js +1 -39
- package/lib/cjs/components/SCNavigationToolbar.d.ts +3 -1
- package/lib/cjs/components/SCNavigationToolbar.js +68 -62
- package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +3 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.js +26 -19
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +12 -2
- package/lib/cjs/components/SCOnBoardingWidget.js +12 -2
- package/lib/cjs/components/SCSearchAutocomplete.d.ts +4 -0
- package/lib/cjs/components/SCSearchAutocomplete.js +29 -21
- package/lib/cjs/components/SCVoteButton.d.ts +5 -3
- package/lib/cjs/components/SCVoteButton.js +6 -5
- package/lib/cjs/index.d.ts +295 -16
- package/lib/cjs/index.js +17 -1
- package/lib/esm/components/MuiAppBar.js +4 -3
- package/lib/esm/components/SCBottomNavigation.js +5 -4
- package/lib/esm/components/SCEventForm.d.ts +8 -0
- package/lib/esm/components/SCEventForm.js +8 -0
- package/lib/esm/components/SCEventFormDialog.d.ts +13 -0
- package/lib/esm/components/SCEventFormDialog.js +13 -0
- package/lib/esm/components/SCEventMediaWidget.d.ts +120 -0
- package/lib/esm/components/SCEventMediaWidget.js +113 -0
- package/lib/esm/components/SCFeed.d.ts +9 -3
- package/lib/esm/components/SCFeed.js +9 -3
- package/lib/esm/components/SCFeedObject.d.ts +4 -0
- package/lib/esm/components/SCFeedObject.js +4 -0
- package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +10 -0
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +10 -0
- package/lib/esm/components/SCGroupActionsMenu.d.ts +26 -0
- package/lib/esm/components/SCGroupActionsMenu.js +26 -0
- package/lib/esm/components/SCGroupHeader.d.ts +5 -2
- package/lib/esm/components/SCGroupHeader.js +5 -2
- package/lib/esm/components/SCLightbox.d.ts +5 -0
- package/lib/esm/components/SCLightbox.js +12 -7
- package/lib/esm/components/SCLiveStreamDialog.d.ts +16 -0
- package/lib/esm/components/SCLiveStreamDialog.js +16 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +12 -0
- package/lib/esm/components/SCLiveStreamForm.js +12 -0
- package/lib/esm/components/SCLiveStreamRoom.d.ts +27 -0
- package/lib/esm/components/SCLiveStreamRoom.js +27 -0
- package/lib/esm/components/SCLiveStreamVideoConference.d.ts +6 -0
- package/lib/esm/components/SCLiveStreamVideoConference.js +6 -0
- package/lib/esm/components/SCMediaLink.d.ts +4 -0
- package/lib/esm/components/SCMediaLink.js +4 -4
- package/lib/esm/components/SCNavigationMenuDrawer.d.ts +45 -0
- package/lib/esm/components/SCNavigationMenuDrawer.js +46 -0
- package/lib/esm/components/SCNavigationMenuIconButton.d.ts +0 -37
- package/lib/esm/components/SCNavigationMenuIconButton.js +1 -39
- package/lib/esm/components/SCNavigationToolbar.d.ts +3 -1
- package/lib/esm/components/SCNavigationToolbar.js +68 -62
- package/lib/esm/components/SCNavigationToolbarMobile.d.ts +3 -0
- package/lib/esm/components/SCNavigationToolbarMobile.js +26 -19
- package/lib/esm/components/SCOnBoardingWidget.d.ts +12 -2
- package/lib/esm/components/SCOnBoardingWidget.js +12 -2
- package/lib/esm/components/SCSearchAutocomplete.d.ts +4 -0
- package/lib/esm/components/SCSearchAutocomplete.js +29 -21
- package/lib/esm/components/SCVoteButton.d.ts +5 -3
- package/lib/esm/components/SCVoteButton.js +6 -5
- package/lib/esm/index.d.ts +295 -16
- package/lib/esm/index.js +17 -1
- package/lib/umd/react-theme-default.js +1 -19
- package/package.json +125 -120
- package/lib/umd/850.js +0 -2
- package/lib/umd/850.js.LICENSE.txt +0 -16
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const styles_1 = require("@mui/material/styles");
|
|
3
4
|
const Component = {
|
|
4
5
|
styleOverrides: {
|
|
5
6
|
root: ({ theme }) => {
|
|
6
|
-
var _a, _b;
|
|
7
|
+
var _a, _b, _c, _d;
|
|
7
8
|
return ({
|
|
8
|
-
color: theme.palette.text.primary,
|
|
9
|
-
backgroundColor: (
|
|
9
|
+
color: (0, styles_1.getContrastRatio)((_b = (_a = theme.palette) === null || _a === void 0 ? void 0 : _a.navbar) === null || _b === void 0 ? void 0 : _b.main, '#fff') > 4.5 ? '#fff' : theme.palette.text.primary,
|
|
10
|
+
backgroundColor: (_d = (_c = theme.palette) === null || _c === void 0 ? void 0 : _c.navbar) === null || _d === void 0 ? void 0 : _d.main
|
|
10
11
|
});
|
|
11
12
|
}
|
|
12
13
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const styles_1 = require("@mui/material/styles");
|
|
3
4
|
const Component = {
|
|
4
5
|
styleOverrides: {
|
|
5
6
|
root: ({ theme }) => {
|
|
6
|
-
var _a, _b;
|
|
7
|
+
var _a, _b, _c, _d;
|
|
7
8
|
return ({
|
|
8
9
|
backgroundColor: (_b = (_a = theme.palette) === null || _a === void 0 ? void 0 : _a.navbar) === null || _b === void 0 ? void 0 : _b.main,
|
|
9
10
|
'& .SCBottomNavigation-action': {
|
|
10
11
|
fontSize: '1.57rem',
|
|
11
|
-
color: theme.palette.primary.main,
|
|
12
|
+
color: (0, styles_1.getContrastRatio)((_d = (_c = theme.palette) === null || _c === void 0 ? void 0 : _c.navbar) === null || _d === void 0 ? void 0 : _d.main, '#fff') > 4.5 ? '#fff' : theme.palette.primary.main,
|
|
12
13
|
borderTop: `1px solid transparent`,
|
|
13
14
|
minWidth: 56,
|
|
14
15
|
'&.Mui-selected, &:hover': {
|
|
@@ -19,8 +20,8 @@ const Component = {
|
|
|
19
20
|
'&.Mui-selected, &:hover': {
|
|
20
21
|
color: theme.palette.secondary.main,
|
|
21
22
|
borderTop: '0 none'
|
|
22
|
-
}
|
|
23
|
-
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
24
25
|
},
|
|
25
26
|
'&.SCBottomNavigation-ios': {
|
|
26
27
|
paddingBottom: '15px'
|
|
@@ -68,6 +68,14 @@ declare const Component: {
|
|
|
68
68
|
'& .SCEventForm-active': {
|
|
69
69
|
color: any;
|
|
70
70
|
};
|
|
71
|
+
'& .SCEventForm-actions': {
|
|
72
|
+
marginTop: any;
|
|
73
|
+
display: string;
|
|
74
|
+
justifyContent: string;
|
|
75
|
+
'& button': {
|
|
76
|
+
width: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
71
79
|
'& .SCEventForm-privacy-section': {
|
|
72
80
|
marginTop: any;
|
|
73
81
|
justifyContent: string;
|
|
@@ -71,6 +71,14 @@ const Component = {
|
|
|
71
71
|
'& .SCEventForm-active': {
|
|
72
72
|
color: theme.palette.secondary.main
|
|
73
73
|
},
|
|
74
|
+
'& .SCEventForm-actions': {
|
|
75
|
+
marginTop: theme.spacing(2),
|
|
76
|
+
display: 'flex',
|
|
77
|
+
justifyContent: 'flex-end',
|
|
78
|
+
'& button': {
|
|
79
|
+
width: 'fit-content'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
74
82
|
'& .SCEventForm-privacy-section': {
|
|
75
83
|
marginTop: theme.spacing(2),
|
|
76
84
|
justifyContent: 'center',
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .MuiDialogTitle-root': {
|
|
7
|
+
'& span': {
|
|
8
|
+
flexGrow: 1,
|
|
9
|
+
textAlign: 'center'
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
})
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
exports.default = Component;
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme, showPadding }: {
|
|
4
|
+
theme: any;
|
|
5
|
+
showPadding: any;
|
|
6
|
+
}) => {
|
|
7
|
+
'& .SCEventMediaWidget-header': {
|
|
8
|
+
padding: any;
|
|
9
|
+
};
|
|
10
|
+
'& .SCEventMediaWidget-content': {
|
|
11
|
+
padding: any;
|
|
12
|
+
'& .SCEventMediaWidget-grid': {
|
|
13
|
+
display: string;
|
|
14
|
+
gap: string;
|
|
15
|
+
gridTemplateColumns: string;
|
|
16
|
+
'& > .SCEventMediaWidget-media': {
|
|
17
|
+
position: string;
|
|
18
|
+
width: string;
|
|
19
|
+
paddingBottom: string;
|
|
20
|
+
backgroundSize: string;
|
|
21
|
+
cursor: string;
|
|
22
|
+
'& > .SCEventMediaWidget-media-layer': {
|
|
23
|
+
position: string;
|
|
24
|
+
inset: number;
|
|
25
|
+
backgroundColor: string;
|
|
26
|
+
opacity: number;
|
|
27
|
+
};
|
|
28
|
+
'& > .SCEventMediaWidget-count-hidden-media-wrapper': {
|
|
29
|
+
position: string;
|
|
30
|
+
top: string;
|
|
31
|
+
left: string;
|
|
32
|
+
transform: string;
|
|
33
|
+
color: any;
|
|
34
|
+
'& > .SCEventMediaWidget-count-hidden-media': {
|
|
35
|
+
fontSize: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
'& .SCEventMediaWidget-actions': {
|
|
42
|
+
padding: any;
|
|
43
|
+
justifyContent: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
skeletonRoot: ({}: {}) => {
|
|
47
|
+
'& .SCEventMediaWidget-grid': {
|
|
48
|
+
display: string;
|
|
49
|
+
gap: string;
|
|
50
|
+
gridTemplateColumns: string;
|
|
51
|
+
'& > .SCEventMediaWidget-media': {
|
|
52
|
+
paddingBottom: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
dialogRoot: ({ theme }: {
|
|
57
|
+
theme: any;
|
|
58
|
+
}) => {
|
|
59
|
+
'& .SCEventMediaWidget-grid': {
|
|
60
|
+
display: string;
|
|
61
|
+
gap: string;
|
|
62
|
+
gridTemplateColumns: string;
|
|
63
|
+
'& > .SCEventMediaWidget-media': {
|
|
64
|
+
paddingBottom: string;
|
|
65
|
+
};
|
|
66
|
+
'& > .SCEventMediaWidget-dialog-media-wrapper': {
|
|
67
|
+
position: string;
|
|
68
|
+
width: string;
|
|
69
|
+
paddingBottom: string;
|
|
70
|
+
backgroundSize: string;
|
|
71
|
+
'& > .SCEventMediaWidget-dialog-button-wrapper': {
|
|
72
|
+
position: string;
|
|
73
|
+
top: number;
|
|
74
|
+
width: string;
|
|
75
|
+
height: string;
|
|
76
|
+
backgroundColor: any;
|
|
77
|
+
opacity: number;
|
|
78
|
+
flexDirection: string;
|
|
79
|
+
justifyContent: string;
|
|
80
|
+
alignItems: string;
|
|
81
|
+
'& > .SCEventMediaWidget-dialog-loading-button': {
|
|
82
|
+
padding: number;
|
|
83
|
+
minWidth: string;
|
|
84
|
+
'& > .MuiLoadingButton-loadingIndicatorCenter': {
|
|
85
|
+
color: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
triggerRoot: ({ isSquare }: {
|
|
93
|
+
isSquare: any;
|
|
94
|
+
}) => {
|
|
95
|
+
padding: 0;
|
|
96
|
+
borderRadius: 0;
|
|
97
|
+
backgroundColor: string;
|
|
98
|
+
'&:hover': {
|
|
99
|
+
backgroundColor: string;
|
|
100
|
+
};
|
|
101
|
+
'& > .SCEventMediaWidget-trigger-content': {
|
|
102
|
+
position: string;
|
|
103
|
+
width: string;
|
|
104
|
+
padding: string;
|
|
105
|
+
paddingBottom: string;
|
|
106
|
+
flexDirection: string;
|
|
107
|
+
gap: string;
|
|
108
|
+
alignItems: string;
|
|
109
|
+
justifyContent: string;
|
|
110
|
+
'& > .SCEventMediaWidget-trigger-icon': {
|
|
111
|
+
position: string;
|
|
112
|
+
top: string;
|
|
113
|
+
transform: string;
|
|
114
|
+
fontSize: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
export default Component;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme, showPadding }) => ({
|
|
6
|
+
'& .SCEventMediaWidget-header': {
|
|
7
|
+
padding: showPadding ? theme.spacing('10px', 2) : theme.spacing(2)
|
|
8
|
+
},
|
|
9
|
+
'& .SCEventMediaWidget-content': {
|
|
10
|
+
padding: theme.spacing(2),
|
|
11
|
+
'& .SCEventMediaWidget-grid': {
|
|
12
|
+
display: 'grid',
|
|
13
|
+
gap: '5px',
|
|
14
|
+
gridTemplateColumns: 'repeat(3, 1fr)',
|
|
15
|
+
'& > .SCEventMediaWidget-media': {
|
|
16
|
+
position: 'relative',
|
|
17
|
+
width: '100%',
|
|
18
|
+
paddingBottom: '100%',
|
|
19
|
+
backgroundSize: 'cover',
|
|
20
|
+
cursor: 'pointer',
|
|
21
|
+
'& > .SCEventMediaWidget-media-layer': {
|
|
22
|
+
position: 'absolute',
|
|
23
|
+
inset: 0,
|
|
24
|
+
backgroundColor: 'rgba(102, 102, 102, 0.2)',
|
|
25
|
+
opacity: 0.8
|
|
26
|
+
},
|
|
27
|
+
'& > .SCEventMediaWidget-count-hidden-media-wrapper': {
|
|
28
|
+
position: 'absolute',
|
|
29
|
+
top: '50%',
|
|
30
|
+
left: '50%',
|
|
31
|
+
transform: 'translate(-50%, -50%)',
|
|
32
|
+
color: theme.palette.common.white,
|
|
33
|
+
'& > .SCEventMediaWidget-count-hidden-media': {
|
|
34
|
+
fontSize: '200%'
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
'& .SCEventMediaWidget-actions': {
|
|
41
|
+
padding: theme.spacing(0, 2, '10px'),
|
|
42
|
+
justifyContent: 'center'
|
|
43
|
+
}
|
|
44
|
+
}),
|
|
45
|
+
skeletonRoot: ({}) => ({
|
|
46
|
+
'& .SCEventMediaWidget-grid': {
|
|
47
|
+
display: 'grid',
|
|
48
|
+
gap: '5px',
|
|
49
|
+
gridTemplateColumns: 'repeat(3, 1fr)',
|
|
50
|
+
'& > .SCEventMediaWidget-media': {
|
|
51
|
+
paddingBottom: '100%'
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}),
|
|
55
|
+
dialogRoot: ({ theme }) => ({
|
|
56
|
+
'& .SCEventMediaWidget-grid': {
|
|
57
|
+
display: 'grid',
|
|
58
|
+
gap: '5px',
|
|
59
|
+
gridTemplateColumns: 'repeat(3, 1fr)',
|
|
60
|
+
'& > .SCEventMediaWidget-media': {
|
|
61
|
+
paddingBottom: '100%'
|
|
62
|
+
},
|
|
63
|
+
'& > .SCEventMediaWidget-dialog-media-wrapper': {
|
|
64
|
+
position: 'relative',
|
|
65
|
+
width: '100%',
|
|
66
|
+
paddingBottom: '100%',
|
|
67
|
+
backgroundSize: 'cover',
|
|
68
|
+
'& > .SCEventMediaWidget-dialog-button-wrapper': {
|
|
69
|
+
position: 'absolute',
|
|
70
|
+
top: 0,
|
|
71
|
+
width: '100%',
|
|
72
|
+
height: '30px',
|
|
73
|
+
backgroundColor: theme.palette.common.black,
|
|
74
|
+
opacity: 0.6,
|
|
75
|
+
flexDirection: 'row',
|
|
76
|
+
justifyContent: 'flex-end',
|
|
77
|
+
alignItems: 'center',
|
|
78
|
+
'& > .SCEventMediaWidget-dialog-loading-button': {
|
|
79
|
+
padding: 0,
|
|
80
|
+
minWidth: '50px',
|
|
81
|
+
'& > .MuiLoadingButton-loadingIndicatorCenter': {
|
|
82
|
+
color: theme.palette.common.white
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}),
|
|
89
|
+
triggerRoot: ({ isSquare }) => ({
|
|
90
|
+
padding: isSquare && 0,
|
|
91
|
+
borderRadius: isSquare && 0,
|
|
92
|
+
backgroundColor: isSquare && 'rgba(112, 112, 112, 0.04)',
|
|
93
|
+
'&:hover': {
|
|
94
|
+
backgroundColor: isSquare && 'rgba(0, 0, 0, 0.04)'
|
|
95
|
+
},
|
|
96
|
+
'& > .SCEventMediaWidget-trigger-content': {
|
|
97
|
+
position: isSquare && 'relative',
|
|
98
|
+
width: isSquare && '100%',
|
|
99
|
+
padding: isSquare && '10px 60px',
|
|
100
|
+
paddingBottom: isSquare && '100%',
|
|
101
|
+
flexDirection: 'row',
|
|
102
|
+
gap: '5px',
|
|
103
|
+
alignItems: 'center',
|
|
104
|
+
justifyContent: isSquare ? 'center' : 'flex-end',
|
|
105
|
+
'& > .SCEventMediaWidget-trigger-icon': {
|
|
106
|
+
position: isSquare && 'absolute',
|
|
107
|
+
top: isSquare && '50%',
|
|
108
|
+
transform: isSquare && 'translateY(-50%)',
|
|
109
|
+
fontSize: 'inherit'
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
})
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
exports.default = Component;
|
|
@@ -32,6 +32,14 @@ declare const Component: {
|
|
|
32
32
|
padding: number;
|
|
33
33
|
marginBottom: any;
|
|
34
34
|
};
|
|
35
|
+
'& .SCFeed-header-item': {
|
|
36
|
+
animation: string;
|
|
37
|
+
'@keyframes pulse-animation': {
|
|
38
|
+
'0%': {
|
|
39
|
+
opacity: number;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
35
43
|
};
|
|
36
44
|
'& .SCFeed-end': {
|
|
37
45
|
'& > .SCWidget-root': {
|
|
@@ -45,9 +53,7 @@ declare const Component: {
|
|
|
45
53
|
padding: any;
|
|
46
54
|
};
|
|
47
55
|
};
|
|
48
|
-
'& .SCFeed-refresh': {
|
|
49
|
-
textAlign: string;
|
|
50
|
-
};
|
|
56
|
+
'& .SCFeed-refresh': {};
|
|
51
57
|
'& .SCFeed-pagination-link': {
|
|
52
58
|
display: string;
|
|
53
59
|
};
|
|
@@ -33,6 +33,14 @@ const Component = {
|
|
|
33
33
|
'& > .SCWidget-root': {
|
|
34
34
|
padding: 0,
|
|
35
35
|
marginBottom: theme.spacing(2)
|
|
36
|
+
},
|
|
37
|
+
'& .SCFeed-header-item': {
|
|
38
|
+
animation: 'pulse-animation 2s ease-in-out',
|
|
39
|
+
'@keyframes pulse-animation': {
|
|
40
|
+
'0%': {
|
|
41
|
+
opacity: 0
|
|
42
|
+
}
|
|
43
|
+
}
|
|
36
44
|
}
|
|
37
45
|
},
|
|
38
46
|
'& .SCFeed-end': {
|
|
@@ -47,9 +55,7 @@ const Component = {
|
|
|
47
55
|
padding: theme.spacing(2)
|
|
48
56
|
}
|
|
49
57
|
},
|
|
50
|
-
'& .SCFeed-refresh': {
|
|
51
|
-
textAlign: 'center'
|
|
52
|
-
},
|
|
58
|
+
'& .SCFeed-refresh': {},
|
|
53
59
|
'& .SCFeed-pagination-link': {
|
|
54
60
|
display: 'none'
|
|
55
61
|
}
|
|
@@ -7,6 +7,16 @@ declare const Component: {
|
|
|
7
7
|
paddingLeft: any;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
+
'& .SCFeedObject-detail': {
|
|
11
|
+
'& .SCFeedObject-content': {
|
|
12
|
+
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
13
|
+
'& span': {
|
|
14
|
+
display: string;
|
|
15
|
+
width: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
10
20
|
};
|
|
11
21
|
skeletonRoot: ({ theme }: any) => {
|
|
12
22
|
marginTop: any;
|
|
@@ -8,6 +8,16 @@ const Component = {
|
|
|
8
8
|
'& .SCCommentsObject-root h6': {
|
|
9
9
|
paddingLeft: theme.spacing(2)
|
|
10
10
|
}
|
|
11
|
+
},
|
|
12
|
+
'& .SCFeedObject-detail': {
|
|
13
|
+
'& .SCFeedObject-content': {
|
|
14
|
+
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
15
|
+
'& span': {
|
|
16
|
+
display: 'inline-block',
|
|
17
|
+
width: '100%'
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
11
21
|
}
|
|
12
22
|
}),
|
|
13
23
|
skeletonRoot: ({ theme }) => ({
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {};
|
|
4
|
+
menuRoot: ({ theme }: any) => {
|
|
5
|
+
'& .MuiDivider-root': {
|
|
6
|
+
margin: any;
|
|
7
|
+
};
|
|
8
|
+
'& .MuiIcon-root': {
|
|
9
|
+
fontSize: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
drawerRoot: ({ theme }: any) => {
|
|
13
|
+
'& .SCGroupActionsMenu-item': {
|
|
14
|
+
paddingTop: number;
|
|
15
|
+
paddingBottom: number;
|
|
16
|
+
};
|
|
17
|
+
'& .MuiDivider-root': {
|
|
18
|
+
margin: any;
|
|
19
|
+
};
|
|
20
|
+
'& .MuiIcon-root': {
|
|
21
|
+
fontSize: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default Component;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
menuRoot: ({ theme }) => ({
|
|
7
|
+
'& .MuiDivider-root': {
|
|
8
|
+
margin: theme.spacing(1)
|
|
9
|
+
},
|
|
10
|
+
'& .MuiIcon-root': {
|
|
11
|
+
fontSize: '15px'
|
|
12
|
+
}
|
|
13
|
+
}),
|
|
14
|
+
drawerRoot: ({ theme }) => ({
|
|
15
|
+
'& .SCGroupActionsMenu-item': {
|
|
16
|
+
paddingTop: 0,
|
|
17
|
+
paddingBottom: 0
|
|
18
|
+
},
|
|
19
|
+
'& .MuiDivider-root': {
|
|
20
|
+
margin: theme.spacing(2)
|
|
21
|
+
},
|
|
22
|
+
'& .MuiIcon-root': {
|
|
23
|
+
fontSize: '15px'
|
|
24
|
+
}
|
|
25
|
+
})
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.default = Component;
|
|
@@ -40,10 +40,13 @@ declare const Component: {
|
|
|
40
40
|
gap: any;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
'& .
|
|
43
|
+
'& .SCGroupHeader-multi-actions': {
|
|
44
|
+
display: string;
|
|
44
45
|
marginLeft: string;
|
|
45
46
|
marginTop: any;
|
|
46
|
-
|
|
47
|
+
'& .SCEditGroupButton-root': {
|
|
48
|
+
marginRight: any;
|
|
49
|
+
};
|
|
47
50
|
};
|
|
48
51
|
'& .SCGroupSubscribeButton-root': {
|
|
49
52
|
marginTop: any;
|
|
@@ -42,10 +42,13 @@ const Component = {
|
|
|
42
42
|
gap: theme.spacing(0.5)
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
'& .
|
|
45
|
+
'& .SCGroupHeader-multi-actions': {
|
|
46
|
+
display: 'flex',
|
|
46
47
|
marginLeft: 'auto',
|
|
47
48
|
marginTop: theme.spacing(-4.25),
|
|
48
|
-
|
|
49
|
+
'& .SCEditGroupButton-root': {
|
|
50
|
+
marginRight: theme.spacing(1)
|
|
51
|
+
}
|
|
49
52
|
},
|
|
50
53
|
'& .SCGroupSubscribeButton-root': {
|
|
51
54
|
marginTop: theme.spacing(1)
|
|
@@ -20,6 +20,11 @@ declare const Component: {
|
|
|
20
20
|
"& .PhotoView__Photo": {
|
|
21
21
|
cursor: string;
|
|
22
22
|
maxWidth: string;
|
|
23
|
+
WebkitUserDrag: string;
|
|
24
|
+
userDrag: string;
|
|
25
|
+
'@-moz-document url-prefix()': {
|
|
26
|
+
pointerEvents: string;
|
|
27
|
+
};
|
|
23
28
|
};
|
|
24
29
|
"& .PhotoView__Photo:active": {
|
|
25
30
|
cursor: string;
|
|
@@ -44,7 +44,12 @@ const Component = {
|
|
|
44
44
|
},
|
|
45
45
|
['& .PhotoView__Photo']: {
|
|
46
46
|
cursor: 'grab',
|
|
47
|
-
maxWidth: 'none'
|
|
47
|
+
maxWidth: 'none',
|
|
48
|
+
WebkitUserDrag: 'none',
|
|
49
|
+
userDrag: 'none',
|
|
50
|
+
'@-moz-document url-prefix()': {
|
|
51
|
+
pointerEvents: 'none'
|
|
52
|
+
}
|
|
48
53
|
},
|
|
49
54
|
['& .PhotoView__Photo:active']: {
|
|
50
55
|
cursor: 'grabbing',
|
|
@@ -161,9 +166,9 @@ const Component = {
|
|
|
161
166
|
position: 'absolute',
|
|
162
167
|
top: 0,
|
|
163
168
|
transition: 'opacity .2s linear',
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
169
|
+
WebkitUserSelect: 'none',
|
|
170
|
+
MozUserSelect: 'none',
|
|
171
|
+
MsUserSelect: 'none',
|
|
167
172
|
userSelect: 'none',
|
|
168
173
|
width: 70,
|
|
169
174
|
zIndex: 20,
|
|
@@ -192,9 +197,9 @@ const Component = {
|
|
|
192
197
|
position: 'absolute',
|
|
193
198
|
top: 0,
|
|
194
199
|
transition: 'opacity .2s linear',
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
200
|
+
WebkitUserSelect: 'none',
|
|
201
|
+
MozUserSelect: 'none',
|
|
202
|
+
MsUserSelect: 'none',
|
|
198
203
|
userSelect: 'none',
|
|
199
204
|
width: 70,
|
|
200
205
|
zIndex: 20,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .MuiDialogTitle-root': {
|
|
5
|
+
'& span': {
|
|
6
|
+
flexGrow: number;
|
|
7
|
+
textAlign: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
'& .SCCreateLiveStreamDialog-root': {
|
|
11
|
+
padding: any;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .MuiDialogTitle-root': {
|
|
7
|
+
'& span': {
|
|
8
|
+
flexGrow: 1,
|
|
9
|
+
textAlign: 'center'
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
'& .SCCreateLiveStreamDialog-root': {
|
|
13
|
+
padding: theme.spacing(2, 0, 0, 0)
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
exports.default = Component;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
[`& .SCLiveStreamForm-actions`]: {
|
|
7
|
+
display: 'flex',
|
|
8
|
+
justifyContent: 'flex-end',
|
|
9
|
+
marginTop: theme.spacing(2)
|
|
10
|
+
}
|
|
11
|
+
})
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
exports.default = Component;
|