@selfcommunity/react-theme-default 0.5.0 → 1.0.0
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/MuiAutocomplete.d.ts +2 -3
- package/lib/cjs/components/MuiSelect.d.ts +1 -2
- package/lib/cjs/components/SCCourseInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCCourseInfoDetails.js +2 -2
- package/lib/cjs/components/SCEvent.d.ts +2 -0
- package/lib/cjs/components/SCEvent.js +2 -0
- package/lib/cjs/components/SCEventInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCEventInfoDetails.js +2 -2
- package/lib/cjs/components/SCEventLocationWidget.d.ts +1 -1
- package/lib/cjs/components/SCEventLocationWidget.js +2 -2
- package/lib/cjs/components/SCEvents.d.ts +0 -14
- package/lib/cjs/components/SCEvents.js +1 -15
- package/lib/cjs/components/SCFeedObject.d.ts +6 -3
- package/lib/cjs/components/SCFeedObject.js +6 -3
- package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +25 -15
- package/lib/cjs/components/SCFeedObjectDetailTemplate.js +25 -15
- package/lib/cjs/components/SCGroups.d.ts +0 -4
- package/lib/cjs/components/SCGroups.js +0 -4
- package/lib/cjs/components/SCLightbox.d.ts +3 -3
- package/lib/cjs/components/SCLightbox.js +3 -3
- package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCLiveStreamInfoDetails.js +2 -2
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +1 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +1 -1
- package/lib/cjs/components/SCMediaFile.d.ts +6 -2
- package/lib/cjs/components/SCMediaFile.js +7 -3
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +3 -3
- package/lib/cjs/components/SCOnBoardingWidget.js +3 -3
- package/lib/cjs/components/SCUserProfileTemplate.d.ts +2 -0
- package/lib/cjs/components/SCUserProfileTemplate.js +3 -1
- package/lib/cjs/index.d.ts +58 -65
- package/lib/esm/components/MuiAutocomplete.d.ts +2 -3
- package/lib/esm/components/MuiSelect.d.ts +1 -2
- package/lib/esm/components/SCCourseInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCCourseInfoDetails.js +2 -2
- package/lib/esm/components/SCEvent.d.ts +2 -0
- package/lib/esm/components/SCEvent.js +2 -0
- package/lib/esm/components/SCEventInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCEventInfoDetails.js +2 -2
- package/lib/esm/components/SCEventLocationWidget.d.ts +1 -1
- package/lib/esm/components/SCEventLocationWidget.js +2 -2
- package/lib/esm/components/SCEvents.d.ts +0 -14
- package/lib/esm/components/SCEvents.js +1 -15
- package/lib/esm/components/SCFeedObject.d.ts +6 -3
- package/lib/esm/components/SCFeedObject.js +6 -3
- package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +25 -15
- package/lib/esm/components/SCFeedObjectDetailTemplate.js +25 -15
- package/lib/esm/components/SCGroups.d.ts +0 -4
- package/lib/esm/components/SCGroups.js +0 -4
- package/lib/esm/components/SCLightbox.d.ts +3 -3
- package/lib/esm/components/SCLightbox.js +3 -3
- package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCLiveStreamInfoDetails.js +2 -2
- package/lib/esm/components/SCLiveStreamRoom.d.ts +1 -1
- package/lib/esm/components/SCLiveStreamRoom.js +1 -1
- package/lib/esm/components/SCMediaFile.d.ts +6 -2
- package/lib/esm/components/SCMediaFile.js +7 -3
- package/lib/esm/components/SCOnBoardingWidget.d.ts +3 -3
- package/lib/esm/components/SCOnBoardingWidget.js +3 -3
- package/lib/esm/components/SCUserProfileTemplate.d.ts +2 -0
- package/lib/esm/components/SCUserProfileTemplate.js +3 -1
- package/lib/esm/index.d.ts +58 -65
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +10 -11
|
@@ -24,10 +24,6 @@ const Component = {
|
|
|
24
24
|
'& .SCGroups-groups': {
|
|
25
25
|
marginTop: theme.spacing(2),
|
|
26
26
|
'& .SCGroups-item': {
|
|
27
|
-
[theme.breakpoints.up('md')]: {
|
|
28
|
-
padding: theme.spacing(2)
|
|
29
|
-
},
|
|
30
|
-
width: 'auto',
|
|
31
27
|
'& > div': {
|
|
32
28
|
cursor: 'default',
|
|
33
29
|
padding: theme.spacing(1)
|
|
@@ -10,11 +10,11 @@ declare const Component: {
|
|
|
10
10
|
width: string;
|
|
11
11
|
zIndex: number;
|
|
12
12
|
"& .PhotoView__Spinner": {
|
|
13
|
-
|
|
13
|
+
WebkitAnimation: string;
|
|
14
14
|
animation: string;
|
|
15
15
|
};
|
|
16
16
|
"& .PhotoView__Spinner svg": {
|
|
17
|
-
|
|
17
|
+
WebkitAnimation: string;
|
|
18
18
|
animation: string;
|
|
19
19
|
};
|
|
20
20
|
"& .PhotoView__Photo": {
|
|
@@ -76,7 +76,7 @@ declare const Component: {
|
|
|
76
76
|
zIndex: number;
|
|
77
77
|
};
|
|
78
78
|
"& .PhotoView-Slider__fadeIn": {
|
|
79
|
-
|
|
79
|
+
WebkitAnimation: string;
|
|
80
80
|
animation: string;
|
|
81
81
|
opacity: number;
|
|
82
82
|
};
|
|
@@ -33,11 +33,11 @@ const Component = {
|
|
|
33
33
|
width: '100%',
|
|
34
34
|
zIndex: 2000,
|
|
35
35
|
['& .PhotoView__Spinner']: {
|
|
36
|
-
|
|
36
|
+
WebkitAnimation: `${PhotoViewDelayIn} .4s linear both`,
|
|
37
37
|
animation: `${PhotoViewDelayIn} .4s linear both`
|
|
38
38
|
},
|
|
39
39
|
['& .PhotoView__Spinner svg']: {
|
|
40
|
-
|
|
40
|
+
WebkitAnimation: `${PhotoViewRotate} .6s linear infinite`,
|
|
41
41
|
animation: `${PhotoViewRotate} .6s linear infinite`
|
|
42
42
|
},
|
|
43
43
|
['& .PhotoView__Photo']: {
|
|
@@ -99,7 +99,7 @@ const Component = {
|
|
|
99
99
|
zIndex: -1
|
|
100
100
|
},
|
|
101
101
|
['& .PhotoView-Slider__fadeIn']: {
|
|
102
|
-
|
|
102
|
+
WebkitAnimation: `${PhotoViewFade} linear both`,
|
|
103
103
|
animation: `${PhotoViewFade} linear both`,
|
|
104
104
|
opacity: 0
|
|
105
105
|
},
|
|
@@ -21,8 +21,8 @@ declare const Component: {
|
|
|
21
21
|
overflow: string;
|
|
22
22
|
textOverflow: string;
|
|
23
23
|
display: string;
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
WebkitLineClamp: string;
|
|
25
|
+
WebkitBoxOrient: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
'& .SCLiveStreamInfoDetails-in-progress': {
|
|
@@ -19,8 +19,8 @@ const Component = {
|
|
|
19
19
|
overflow: 'hidden',
|
|
20
20
|
textOverflow: 'ellipsis',
|
|
21
21
|
display: '-webkit-box',
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
WebkitLineClamp: '1',
|
|
23
|
+
WebkitBoxOrient: 'vertical'
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
'& .SCLiveStreamInfoDetails-in-progress': {
|
|
@@ -49,7 +49,7 @@ const Component = {
|
|
|
49
49
|
backgroundColor: theme.palette.background.paper,
|
|
50
50
|
'& textarea': {
|
|
51
51
|
color: theme.palette.text.primary,
|
|
52
|
-
|
|
52
|
+
WebkitTextFillColor: theme.palette.text.primary
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
[`& .SCLiveStreamRoom-conference`]: {
|
|
@@ -116,6 +116,7 @@ declare const Component: {
|
|
|
116
116
|
flexBasis: number;
|
|
117
117
|
flexGrow: number;
|
|
118
118
|
flexShrink: number;
|
|
119
|
+
cursor: string;
|
|
119
120
|
'& .SCMediaFile-title': {
|
|
120
121
|
position: string;
|
|
121
122
|
left: any;
|
|
@@ -152,6 +153,9 @@ declare const Component: {
|
|
|
152
153
|
display: string;
|
|
153
154
|
flexDirection: string;
|
|
154
155
|
gap: any;
|
|
156
|
+
'& > .SCMediaFile-doc': {
|
|
157
|
+
cursor: string;
|
|
158
|
+
};
|
|
155
159
|
};
|
|
156
160
|
};
|
|
157
161
|
triggerRoot: () => {};
|
|
@@ -182,8 +186,8 @@ declare const Component: {
|
|
|
182
186
|
'& .SCMediaFile-title': {
|
|
183
187
|
textAlign: string;
|
|
184
188
|
display: string;
|
|
185
|
-
|
|
186
|
-
|
|
189
|
+
WebkitLineClamp: string;
|
|
190
|
+
WebkitBoxOrient: string;
|
|
187
191
|
overflow: string;
|
|
188
192
|
};
|
|
189
193
|
'& .SCMediaFile-subtitle': {
|
|
@@ -116,6 +116,7 @@ const Component = {
|
|
|
116
116
|
flexBasis: 120,
|
|
117
117
|
flexGrow: 0,
|
|
118
118
|
flexShrink: 0,
|
|
119
|
+
cursor: 'grab',
|
|
119
120
|
'& .SCMediaFile-title': {
|
|
120
121
|
position: 'absolute',
|
|
121
122
|
left: theme.spacing(1),
|
|
@@ -151,7 +152,10 @@ const Component = {
|
|
|
151
152
|
'& .SCMediaFile-docs-wrapper': {
|
|
152
153
|
display: 'flex',
|
|
153
154
|
flexDirection: 'column',
|
|
154
|
-
gap: theme.spacing(2)
|
|
155
|
+
gap: theme.spacing(2),
|
|
156
|
+
'& > .SCMediaFile-doc': {
|
|
157
|
+
cursor: 'grab'
|
|
158
|
+
}
|
|
155
159
|
}
|
|
156
160
|
}),
|
|
157
161
|
triggerRoot: () => ({}),
|
|
@@ -180,8 +184,8 @@ const Component = {
|
|
|
180
184
|
'& .SCMediaFile-title': {
|
|
181
185
|
textAlign: 'left',
|
|
182
186
|
display: '-webkit-box',
|
|
183
|
-
|
|
184
|
-
|
|
187
|
+
WebkitLineClamp: '1',
|
|
188
|
+
WebkitBoxOrient: 'vertical',
|
|
185
189
|
overflow: 'hidden'
|
|
186
190
|
},
|
|
187
191
|
'& .SCMediaFile-subtitle': {
|
|
@@ -33,7 +33,7 @@ declare const Component: {
|
|
|
33
33
|
'&::-webkit-scrollbar': {
|
|
34
34
|
display: string;
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
WebkitOverflowScrolling: string;
|
|
37
37
|
'& .MuiButtonBase-root, .MuiListItem-root': {
|
|
38
38
|
marginRight: any;
|
|
39
39
|
padding: number;
|
|
@@ -63,7 +63,7 @@ declare const Component: {
|
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
|
-
dialogRoot: (
|
|
66
|
+
dialogRoot: () => {
|
|
67
67
|
'& .SCOnBoardingWidget-dialog-content': {
|
|
68
68
|
whiteSpace: string;
|
|
69
69
|
fontSize: string;
|
|
@@ -78,7 +78,7 @@ declare const Component: {
|
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
|
-
actionsDrawerRoot: (
|
|
81
|
+
actionsDrawerRoot: () => {};
|
|
82
82
|
accordionRoot: ({ theme, expanded }: any) => {
|
|
83
83
|
boxShadow: string;
|
|
84
84
|
'& .MuiAccordionDetails-root ': {
|
|
@@ -33,7 +33,7 @@ const Component = {
|
|
|
33
33
|
'&::-webkit-scrollbar': {
|
|
34
34
|
display: 'none'
|
|
35
35
|
},
|
|
36
|
-
|
|
36
|
+
WebkitOverflowScrolling: 'touch',
|
|
37
37
|
'& .MuiButtonBase-root, .MuiListItem-root': {
|
|
38
38
|
marginRight: theme.spacing(0.5),
|
|
39
39
|
padding: 0,
|
|
@@ -63,7 +63,7 @@ const Component = {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
}),
|
|
66
|
-
dialogRoot: (
|
|
66
|
+
dialogRoot: () => ({
|
|
67
67
|
'& .SCOnBoardingWidget-dialog-content': {
|
|
68
68
|
whiteSpace: 'pre-line',
|
|
69
69
|
fontSize: '1.143rem'
|
|
@@ -78,7 +78,7 @@ const Component = {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}),
|
|
81
|
-
actionsDrawerRoot: (
|
|
81
|
+
actionsDrawerRoot: () => ({}),
|
|
82
82
|
accordionRoot: ({ theme, expanded }) => ({
|
|
83
83
|
boxShadow: 'none',
|
|
84
84
|
'& .MuiAccordionDetails-root ': {
|
|
@@ -8,7 +8,9 @@ const Component = {
|
|
|
8
8
|
'& .SCUserProfileTemplate-tags': {
|
|
9
9
|
marginTop: theme.spacing(2),
|
|
10
10
|
marginLeft: theme.spacing(2),
|
|
11
|
-
justifyContent: 'start'
|
|
11
|
+
justifyContent: 'start',
|
|
12
|
+
flexWrap: 'wrap',
|
|
13
|
+
gap: theme.spacing(2)
|
|
12
14
|
},
|
|
13
15
|
'& .SCUserProfileTemplate-counters': {
|
|
14
16
|
marginLeft: theme.spacing(1),
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import './fonts/community-icons.css';
|
|
3
2
|
import './styles/reset.css';
|
|
4
3
|
/**
|
|
@@ -78,8 +77,8 @@ declare const theme: {
|
|
|
78
77
|
};
|
|
79
78
|
MuiAutocomplete: {
|
|
80
79
|
defaultProps: {
|
|
81
|
-
clearIcon: JSX.Element;
|
|
82
|
-
popupIcon: JSX.Element;
|
|
80
|
+
clearIcon: import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
popupIcon: import("react/jsx-runtime").JSX.Element;
|
|
83
82
|
};
|
|
84
83
|
};
|
|
85
84
|
MuiAvatar: {
|
|
@@ -225,7 +224,7 @@ declare const theme: {
|
|
|
225
224
|
defaultProps: {
|
|
226
225
|
IconComponent: ({ className }: {
|
|
227
226
|
className: any;
|
|
228
|
-
}) => JSX.Element;
|
|
227
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
229
228
|
};
|
|
230
229
|
};
|
|
231
230
|
MuiTooltip: {
|
|
@@ -2921,9 +2920,6 @@ declare const theme: {
|
|
|
2921
2920
|
root: ({ theme }: {
|
|
2922
2921
|
theme: any;
|
|
2923
2922
|
}) => {
|
|
2924
|
-
/**
|
|
2925
|
-
* Style fragments - Imports - Start
|
|
2926
|
-
*/
|
|
2927
2923
|
gap: any;
|
|
2928
2924
|
'& .SCCourseInfoDetails-icon-text-wrapper': {
|
|
2929
2925
|
flexDirection: string;
|
|
@@ -2942,8 +2938,8 @@ declare const theme: {
|
|
|
2942
2938
|
overflow: string;
|
|
2943
2939
|
textOverflow: string;
|
|
2944
2940
|
display: string;
|
|
2945
|
-
|
|
2946
|
-
|
|
2941
|
+
WebkitLineClamp: string;
|
|
2942
|
+
WebkitBoxOrient: string;
|
|
2947
2943
|
};
|
|
2948
2944
|
};
|
|
2949
2945
|
'& .SCCourseInfoDetails-in-progress': {
|
|
@@ -4156,9 +4152,12 @@ declare const theme: {
|
|
|
4156
4152
|
};
|
|
4157
4153
|
};
|
|
4158
4154
|
'& .SCFeedObject-tag, & .SCFeedObject-location': {
|
|
4159
|
-
'& .
|
|
4160
|
-
|
|
4161
|
-
|
|
4155
|
+
'& .MuiBox-root': {
|
|
4156
|
+
lineHeight: number;
|
|
4157
|
+
'& .MuiIcon-root': {
|
|
4158
|
+
fontSize: string;
|
|
4159
|
+
color: string;
|
|
4160
|
+
};
|
|
4162
4161
|
};
|
|
4163
4162
|
};
|
|
4164
4163
|
};
|
|
@@ -4404,9 +4403,6 @@ declare const theme: {
|
|
|
4404
4403
|
'& .SCCommentObject-skeleton-root': {
|
|
4405
4404
|
background: string;
|
|
4406
4405
|
marginTop: number;
|
|
4407
|
-
/**
|
|
4408
|
-
* Style assets - Imports - Start
|
|
4409
|
-
*/
|
|
4410
4406
|
marginBottom: string;
|
|
4411
4407
|
'& .SCBaseItem-text': {
|
|
4412
4408
|
'& .SCWidget-root': {
|
|
@@ -4729,27 +4725,37 @@ declare const theme: {
|
|
|
4729
4725
|
styleOverrides: {
|
|
4730
4726
|
root: ({ theme }: any) => {
|
|
4731
4727
|
'& .SCCommentsFeedObject-root': {
|
|
4728
|
+
[x: number]: {
|
|
4729
|
+
width: string;
|
|
4730
|
+
};
|
|
4732
4731
|
padding: any;
|
|
4733
4732
|
'& .SCCommentsObject-root h6': {
|
|
4734
4733
|
paddingLeft: any;
|
|
4735
4734
|
};
|
|
4736
4735
|
};
|
|
4737
|
-
'& .SCFeedObject-
|
|
4738
|
-
'
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
'& a': {
|
|
4747
|
-
display: string;
|
|
4748
|
-
margin: any;
|
|
4749
|
-
};
|
|
4750
|
-
'& a:hover': {
|
|
4736
|
+
'& .SCFeedObject-root': {
|
|
4737
|
+
'&.SCFeedObject-detail': {
|
|
4738
|
+
[x: number]: {
|
|
4739
|
+
width: string;
|
|
4740
|
+
margin: any;
|
|
4741
|
+
};
|
|
4742
|
+
borderRadius: any;
|
|
4743
|
+
'& .SCFeedObject-content': {
|
|
4744
|
+
'& .SCFeedObject-text-section .SCFeedObject-text': {
|
|
4751
4745
|
'& span': {
|
|
4752
|
-
|
|
4746
|
+
display: string;
|
|
4747
|
+
};
|
|
4748
|
+
'& span:not(:has(+ a))': {
|
|
4749
|
+
width: string;
|
|
4750
|
+
};
|
|
4751
|
+
'& a': {
|
|
4752
|
+
display: string;
|
|
4753
|
+
margin: any;
|
|
4754
|
+
};
|
|
4755
|
+
'& a:hover': {
|
|
4756
|
+
'& span': {
|
|
4757
|
+
textDecoration: string;
|
|
4758
|
+
};
|
|
4753
4759
|
};
|
|
4754
4760
|
};
|
|
4755
4761
|
};
|
|
@@ -5358,10 +5364,6 @@ declare const theme: {
|
|
|
5358
5364
|
'& .SCGroups-groups': {
|
|
5359
5365
|
marginTop: any;
|
|
5360
5366
|
'& .SCGroups-item': {
|
|
5361
|
-
[x: number]: {
|
|
5362
|
-
padding: any;
|
|
5363
|
-
};
|
|
5364
|
-
width: string;
|
|
5365
5367
|
'& > div': {
|
|
5366
5368
|
cursor: string;
|
|
5367
5369
|
padding: any;
|
|
@@ -6096,11 +6098,11 @@ declare const theme: {
|
|
|
6096
6098
|
width: string;
|
|
6097
6099
|
zIndex: number;
|
|
6098
6100
|
"& .PhotoView__Spinner": {
|
|
6099
|
-
|
|
6101
|
+
WebkitAnimation: string;
|
|
6100
6102
|
animation: string;
|
|
6101
6103
|
};
|
|
6102
6104
|
"& .PhotoView__Spinner svg": {
|
|
6103
|
-
|
|
6105
|
+
WebkitAnimation: string;
|
|
6104
6106
|
animation: string;
|
|
6105
6107
|
};
|
|
6106
6108
|
"& .PhotoView__Photo": {
|
|
@@ -6162,7 +6164,7 @@ declare const theme: {
|
|
|
6162
6164
|
zIndex: number;
|
|
6163
6165
|
};
|
|
6164
6166
|
"& .PhotoView-Slider__fadeIn": {
|
|
6165
|
-
|
|
6167
|
+
WebkitAnimation: string;
|
|
6166
6168
|
animation: string;
|
|
6167
6169
|
opacity: number;
|
|
6168
6170
|
};
|
|
@@ -6635,6 +6637,7 @@ declare const theme: {
|
|
|
6635
6637
|
flexBasis: number;
|
|
6636
6638
|
flexGrow: number;
|
|
6637
6639
|
flexShrink: number;
|
|
6640
|
+
cursor: string;
|
|
6638
6641
|
'& .SCMediaFile-title': {
|
|
6639
6642
|
position: string;
|
|
6640
6643
|
left: any;
|
|
@@ -6671,6 +6674,9 @@ declare const theme: {
|
|
|
6671
6674
|
display: string;
|
|
6672
6675
|
flexDirection: string;
|
|
6673
6676
|
gap: any;
|
|
6677
|
+
'& > .SCMediaFile-doc': {
|
|
6678
|
+
cursor: string;
|
|
6679
|
+
};
|
|
6674
6680
|
};
|
|
6675
6681
|
};
|
|
6676
6682
|
triggerRoot: () => {};
|
|
@@ -6701,8 +6707,8 @@ declare const theme: {
|
|
|
6701
6707
|
'& .SCMediaFile-title': {
|
|
6702
6708
|
textAlign: string;
|
|
6703
6709
|
display: string;
|
|
6704
|
-
|
|
6705
|
-
|
|
6710
|
+
WebkitLineClamp: string;
|
|
6711
|
+
WebkitBoxOrient: string;
|
|
6706
6712
|
overflow: string;
|
|
6707
6713
|
};
|
|
6708
6714
|
'& .SCMediaFile-subtitle': {
|
|
@@ -7620,7 +7626,7 @@ declare const theme: {
|
|
|
7620
7626
|
'&::-webkit-scrollbar': {
|
|
7621
7627
|
display: string;
|
|
7622
7628
|
};
|
|
7623
|
-
|
|
7629
|
+
WebkitOverflowScrolling: string;
|
|
7624
7630
|
'& .MuiButtonBase-root, .MuiListItem-root': {
|
|
7625
7631
|
marginRight: any;
|
|
7626
7632
|
padding: number;
|
|
@@ -7650,7 +7656,7 @@ declare const theme: {
|
|
|
7650
7656
|
};
|
|
7651
7657
|
};
|
|
7652
7658
|
};
|
|
7653
|
-
dialogRoot: (
|
|
7659
|
+
dialogRoot: () => {
|
|
7654
7660
|
'& .SCOnBoardingWidget-dialog-content': {
|
|
7655
7661
|
whiteSpace: string;
|
|
7656
7662
|
fontSize: string;
|
|
@@ -7665,7 +7671,7 @@ declare const theme: {
|
|
|
7665
7671
|
};
|
|
7666
7672
|
};
|
|
7667
7673
|
};
|
|
7668
|
-
actionsDrawerRoot: (
|
|
7674
|
+
actionsDrawerRoot: () => {};
|
|
7669
7675
|
accordionRoot: ({ theme, expanded }: any) => {
|
|
7670
7676
|
boxShadow: string;
|
|
7671
7677
|
'& .MuiAccordionDetails-root ': {
|
|
@@ -9409,6 +9415,8 @@ declare const theme: {
|
|
|
9409
9415
|
marginTop: any;
|
|
9410
9416
|
marginLeft: any;
|
|
9411
9417
|
justifyContent: string;
|
|
9418
|
+
flexWrap: string;
|
|
9419
|
+
gap: any;
|
|
9412
9420
|
};
|
|
9413
9421
|
'& .SCUserProfileTemplate-counters': {
|
|
9414
9422
|
[x: number]: {
|
|
@@ -9632,7 +9640,7 @@ declare const theme: {
|
|
|
9632
9640
|
};
|
|
9633
9641
|
'& .SCEventLocationWidget-map': {
|
|
9634
9642
|
marginBottom: any;
|
|
9635
|
-
|
|
9643
|
+
height: number;
|
|
9636
9644
|
width: string;
|
|
9637
9645
|
};
|
|
9638
9646
|
};
|
|
@@ -9807,6 +9815,7 @@ declare const theme: {
|
|
|
9807
9815
|
};
|
|
9808
9816
|
};
|
|
9809
9817
|
skeletonRoot: ({ theme }: any) => {
|
|
9818
|
+
height: string;
|
|
9810
9819
|
'& .SCEvent-skeleton-detail-root': {
|
|
9811
9820
|
'& .SCEvent-skeleton-detail-calendar': {
|
|
9812
9821
|
position: string;
|
|
@@ -9840,6 +9849,7 @@ declare const theme: {
|
|
|
9840
9849
|
};
|
|
9841
9850
|
};
|
|
9842
9851
|
'& .SCEvent-skeleton-preview-root': {
|
|
9852
|
+
minWidth: string;
|
|
9843
9853
|
'& .SCEvent-skeleton-preview-content': {
|
|
9844
9854
|
padding: any;
|
|
9845
9855
|
};
|
|
@@ -9945,20 +9955,10 @@ declare const theme: {
|
|
|
9945
9955
|
marginBottom: any;
|
|
9946
9956
|
};
|
|
9947
9957
|
marginTop: any;
|
|
9948
|
-
'& .SCEvents-item': {
|
|
9949
|
-
paddingTop: any;
|
|
9950
|
-
};
|
|
9951
|
-
'& .SCEvents-item-skeleton': {
|
|
9952
|
-
paddingTop: any;
|
|
9953
|
-
};
|
|
9954
9958
|
'& .SCBaseItem-root': {
|
|
9955
9959
|
display: string;
|
|
9956
9960
|
justifyContent: string;
|
|
9957
9961
|
};
|
|
9958
|
-
'& .SCEvent-skeleton-preview-name': {
|
|
9959
|
-
marginTop: number;
|
|
9960
|
-
marginBottom: number;
|
|
9961
|
-
};
|
|
9962
9962
|
'& .SCEvent-skeleton-snippet .SCBaseItem-content': {
|
|
9963
9963
|
maxWidth: string;
|
|
9964
9964
|
};
|
|
@@ -9993,11 +9993,7 @@ declare const theme: {
|
|
|
9993
9993
|
};
|
|
9994
9994
|
skeletonRoot: ({ theme }: any) => {
|
|
9995
9995
|
'& .SCEvents-skeleton-events': {
|
|
9996
|
-
justifyContent: string;
|
|
9997
9996
|
marginTop: any;
|
|
9998
|
-
'& .SCEvents-skeleton-item': {
|
|
9999
|
-
paddingTop: any;
|
|
10000
|
-
};
|
|
10001
9997
|
};
|
|
10002
9998
|
};
|
|
10003
9999
|
eventsChipRoot: ({ theme, showFollowed, showPastEvents, showOngoingEvents }: any) => {
|
|
@@ -10282,8 +10278,8 @@ declare const theme: {
|
|
|
10282
10278
|
overflow: string;
|
|
10283
10279
|
textOverflow: string;
|
|
10284
10280
|
display: string;
|
|
10285
|
-
|
|
10286
|
-
|
|
10281
|
+
WebkitLineClamp: string;
|
|
10282
|
+
WebkitBoxOrient: string;
|
|
10287
10283
|
};
|
|
10288
10284
|
};
|
|
10289
10285
|
'& .SCEventInfoDetails-join-live': {
|
|
@@ -11345,9 +11341,6 @@ declare const theme: {
|
|
|
11345
11341
|
root: ({ theme }: {
|
|
11346
11342
|
theme: any;
|
|
11347
11343
|
}) => {
|
|
11348
|
-
/**
|
|
11349
|
-
* Style fragments - Imports - Start
|
|
11350
|
-
*/
|
|
11351
11344
|
gap: any;
|
|
11352
11345
|
'& .SCLiveStreamInfoDetails-icon-text-wrapper': {
|
|
11353
11346
|
flexDirection: string;
|
|
@@ -11366,8 +11359,8 @@ declare const theme: {
|
|
|
11366
11359
|
overflow: string;
|
|
11367
11360
|
textOverflow: string;
|
|
11368
11361
|
display: string;
|
|
11369
|
-
|
|
11370
|
-
|
|
11362
|
+
WebkitLineClamp: string;
|
|
11363
|
+
WebkitBoxOrient: string;
|
|
11371
11364
|
};
|
|
11372
11365
|
};
|
|
11373
11366
|
'& .SCLiveStreamInfoDetails-in-progress': {
|
|
@@ -11695,7 +11688,7 @@ declare const theme: {
|
|
|
11695
11688
|
backgroundColor: any;
|
|
11696
11689
|
'& textarea': {
|
|
11697
11690
|
color: any;
|
|
11698
|
-
|
|
11691
|
+
WebkitTextFillColor: any;
|
|
11699
11692
|
};
|
|
11700
11693
|
};
|
|
11701
11694
|
"& .SCLiveStreamRoom-conference": {
|