@selfcommunity/react-theme-default 0.5.0-mui7.39 → 0.5.0-react-17.0.1.13

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.
Files changed (36) hide show
  1. package/lib/cjs/components/SCCourseInfoDetails.d.ts +2 -2
  2. package/lib/cjs/components/SCCourseInfoDetails.js +2 -2
  3. package/lib/cjs/components/SCEventInfoDetails.d.ts +2 -2
  4. package/lib/cjs/components/SCEventInfoDetails.js +2 -2
  5. package/lib/cjs/components/SCEventLocationWidget.d.ts +1 -1
  6. package/lib/cjs/components/SCEventLocationWidget.js +2 -2
  7. package/lib/cjs/components/SCLightbox.d.ts +3 -3
  8. package/lib/cjs/components/SCLightbox.js +3 -3
  9. package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +2 -2
  10. package/lib/cjs/components/SCLiveStreamInfoDetails.js +2 -2
  11. package/lib/cjs/components/SCLiveStreamRoom.d.ts +1 -1
  12. package/lib/cjs/components/SCLiveStreamRoom.js +1 -1
  13. package/lib/cjs/components/SCMediaFile.d.ts +2 -6
  14. package/lib/cjs/components/SCMediaFile.js +3 -7
  15. package/lib/cjs/components/SCOnBoardingWidget.d.ts +3 -3
  16. package/lib/cjs/components/SCOnBoardingWidget.js +3 -3
  17. package/lib/cjs/index.d.ts +22 -20
  18. package/lib/esm/components/SCCourseInfoDetails.d.ts +2 -2
  19. package/lib/esm/components/SCCourseInfoDetails.js +2 -2
  20. package/lib/esm/components/SCEventInfoDetails.d.ts +2 -2
  21. package/lib/esm/components/SCEventInfoDetails.js +2 -2
  22. package/lib/esm/components/SCEventLocationWidget.d.ts +1 -1
  23. package/lib/esm/components/SCEventLocationWidget.js +2 -2
  24. package/lib/esm/components/SCLightbox.d.ts +3 -3
  25. package/lib/esm/components/SCLightbox.js +3 -3
  26. package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +2 -2
  27. package/lib/esm/components/SCLiveStreamInfoDetails.js +2 -2
  28. package/lib/esm/components/SCLiveStreamRoom.d.ts +1 -1
  29. package/lib/esm/components/SCLiveStreamRoom.js +1 -1
  30. package/lib/esm/components/SCMediaFile.d.ts +2 -6
  31. package/lib/esm/components/SCMediaFile.js +3 -7
  32. package/lib/esm/components/SCOnBoardingWidget.d.ts +3 -3
  33. package/lib/esm/components/SCOnBoardingWidget.js +3 -3
  34. package/lib/esm/index.d.ts +22 -20
  35. package/lib/umd/react-theme-default.js +1 -1
  36. package/package.json +11 -10
@@ -21,8 +21,8 @@ declare const Component: {
21
21
  overflow: string;
22
22
  textOverflow: string;
23
23
  display: string;
24
- WebkitLineClamp: string;
25
- WebkitBoxOrient: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
28
  '& .SCCourseInfoDetails-in-progress': {
@@ -21,8 +21,8 @@ const Component = {
21
21
  overflow: 'hidden',
22
22
  textOverflow: 'ellipsis',
23
23
  display: '-webkit-box',
24
- WebkitLineClamp: '1',
25
- WebkitBoxOrient: 'vertical'
24
+ '-webkit-line-clamp': '1',
25
+ '-webkit-box-orient': 'vertical'
26
26
  }
27
27
  },
28
28
  '& .SCCourseInfoDetails-in-progress': {
@@ -21,8 +21,8 @@ declare const Component: {
21
21
  overflow: string;
22
22
  textOverflow: string;
23
23
  display: string;
24
- WebkitLineClamp: string;
25
- WebkitBoxOrient: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
28
  '& .SCEventInfoDetails-join-live': {
@@ -21,8 +21,8 @@ const Component = {
21
21
  overflow: 'hidden',
22
22
  textOverflow: 'ellipsis',
23
23
  display: '-webkit-box',
24
- WebkitLineClamp: '1',
25
- WebkitBoxOrient: 'vertical'
24
+ '-webkit-line-clamp': '1',
25
+ '-webkit-box-orient': 'vertical'
26
26
  }
27
27
  },
28
28
  '& .SCEventInfoDetails-join-live': {
@@ -6,7 +6,7 @@ declare const Component: {
6
6
  };
7
7
  '& .SCEventLocationWidget-map': {
8
8
  marginBottom: any;
9
- height: number;
9
+ minHeight: number;
10
10
  width: string;
11
11
  };
12
12
  };
@@ -9,8 +9,8 @@ const Component = {
9
9
  },
10
10
  '& .SCEventLocationWidget-map': {
11
11
  marginBottom: theme.spacing(1),
12
- height: 300,
13
- width: '100%',
12
+ minHeight: 248,
13
+ width: '100%'
14
14
  }
15
15
  }),
16
16
  skeletonRoot: ({ theme }) => ({
@@ -10,11 +10,11 @@ declare const Component: {
10
10
  width: string;
11
11
  zIndex: number;
12
12
  "& .PhotoView__Spinner": {
13
- WebkitAnimation: string;
13
+ '-webkit-animation': string;
14
14
  animation: string;
15
15
  };
16
16
  "& .PhotoView__Spinner svg": {
17
- WebkitAnimation: string;
17
+ '-webkit-animation': 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
- WebkitAnimation: string;
79
+ '-webkit-animation': string;
80
80
  animation: string;
81
81
  opacity: number;
82
82
  };
@@ -35,11 +35,11 @@ const Component = {
35
35
  width: '100%',
36
36
  zIndex: 2000,
37
37
  ['& .PhotoView__Spinner']: {
38
- WebkitAnimation: `${PhotoViewDelayIn} .4s linear both`,
38
+ '-webkit-animation': `${PhotoViewDelayIn} .4s linear both`,
39
39
  animation: `${PhotoViewDelayIn} .4s linear both`
40
40
  },
41
41
  ['& .PhotoView__Spinner svg']: {
42
- WebkitAnimation: `${PhotoViewRotate} .6s linear infinite`,
42
+ '-webkit-animation': `${PhotoViewRotate} .6s linear infinite`,
43
43
  animation: `${PhotoViewRotate} .6s linear infinite`
44
44
  },
45
45
  ['& .PhotoView__Photo']: {
@@ -101,7 +101,7 @@ const Component = {
101
101
  zIndex: -1
102
102
  },
103
103
  ['& .PhotoView-Slider__fadeIn']: {
104
- WebkitAnimation: `${PhotoViewFade} linear both`,
104
+ '-webkit-animation': `${PhotoViewFade} linear both`,
105
105
  animation: `${PhotoViewFade} linear both`,
106
106
  opacity: 0
107
107
  },
@@ -21,8 +21,8 @@ declare const Component: {
21
21
  overflow: string;
22
22
  textOverflow: string;
23
23
  display: string;
24
- WebkitLineClamp: string;
25
- WebkitBoxOrient: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
28
  '& .SCLiveStreamInfoDetails-in-progress': {
@@ -21,8 +21,8 @@ const Component = {
21
21
  overflow: 'hidden',
22
22
  textOverflow: 'ellipsis',
23
23
  display: '-webkit-box',
24
- WebkitLineClamp: '1',
25
- WebkitBoxOrient: 'vertical'
24
+ '-webkit-line-clamp': '1',
25
+ '-webkit-box-orient': 'vertical'
26
26
  }
27
27
  },
28
28
  '& .SCLiveStreamInfoDetails-in-progress': {
@@ -49,7 +49,7 @@ declare const Component: {
49
49
  backgroundColor: any;
50
50
  '& textarea': {
51
51
  color: any;
52
- WebkitTextFillColor: any;
52
+ '-webkit-text-fill-color': any;
53
53
  };
54
54
  };
55
55
  "& .SCLiveStreamRoom-conference": {
@@ -51,7 +51,7 @@ const Component = {
51
51
  backgroundColor: theme.palette.background.paper,
52
52
  '& textarea': {
53
53
  color: theme.palette.text.primary,
54
- WebkitTextFillColor: theme.palette.text.primary
54
+ '-webkit-text-fill-color': theme.palette.text.primary
55
55
  }
56
56
  },
57
57
  [`& .SCLiveStreamRoom-conference`]: {
@@ -116,7 +116,6 @@ declare const Component: {
116
116
  flexBasis: number;
117
117
  flexGrow: number;
118
118
  flexShrink: number;
119
- cursor: string;
120
119
  '& .SCMediaFile-title': {
121
120
  position: string;
122
121
  left: any;
@@ -153,9 +152,6 @@ declare const Component: {
153
152
  display: string;
154
153
  flexDirection: string;
155
154
  gap: any;
156
- '& > .SCMediaFile-doc': {
157
- cursor: string;
158
- };
159
155
  };
160
156
  };
161
157
  triggerRoot: () => {};
@@ -186,8 +182,8 @@ declare const Component: {
186
182
  '& .SCMediaFile-title': {
187
183
  textAlign: string;
188
184
  display: string;
189
- WebkitLineClamp: string;
190
- WebkitBoxOrient: string;
185
+ '-webkit-line-clamp': string;
186
+ '-webkit-box-orient': string;
191
187
  overflow: string;
192
188
  };
193
189
  '& .SCMediaFile-subtitle': {
@@ -118,7 +118,6 @@ const Component = {
118
118
  flexBasis: 120,
119
119
  flexGrow: 0,
120
120
  flexShrink: 0,
121
- cursor: 'grab',
122
121
  '& .SCMediaFile-title': {
123
122
  position: 'absolute',
124
123
  left: theme.spacing(1),
@@ -154,10 +153,7 @@ const Component = {
154
153
  '& .SCMediaFile-docs-wrapper': {
155
154
  display: 'flex',
156
155
  flexDirection: 'column',
157
- gap: theme.spacing(2),
158
- '& > .SCMediaFile-doc': {
159
- cursor: 'grab'
160
- }
156
+ gap: theme.spacing(2)
161
157
  }
162
158
  }),
163
159
  triggerRoot: () => ({}),
@@ -186,8 +182,8 @@ const Component = {
186
182
  '& .SCMediaFile-title': {
187
183
  textAlign: 'left',
188
184
  display: '-webkit-box',
189
- WebkitLineClamp: '1',
190
- WebkitBoxOrient: 'vertical',
185
+ '-webkit-line-clamp': '1',
186
+ '-webkit-box-orient': 'vertical',
191
187
  overflow: 'hidden'
192
188
  },
193
189
  '& .SCMediaFile-subtitle': {
@@ -33,7 +33,7 @@ declare const Component: {
33
33
  '&::-webkit-scrollbar': {
34
34
  display: string;
35
35
  };
36
- WebkitOverflowScrolling: string;
36
+ '-webkit-overflow-scrolling': 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: ({ theme }: any) => {
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: ({ theme }: any) => {};
82
82
  accordionRoot: ({ theme, expanded }: any) => {
83
83
  boxShadow: string;
84
84
  '& .MuiAccordionDetails-root ': {
@@ -35,7 +35,7 @@ const Component = {
35
35
  '&::-webkit-scrollbar': {
36
36
  display: 'none'
37
37
  },
38
- WebkitOverflowScrolling: 'touch',
38
+ '-webkit-overflow-scrolling': 'touch',
39
39
  '& .MuiButtonBase-root, .MuiListItem-root': {
40
40
  marginRight: theme.spacing(0.5),
41
41
  padding: 0,
@@ -65,7 +65,7 @@ const Component = {
65
65
  }
66
66
  }
67
67
  }),
68
- dialogRoot: () => ({
68
+ dialogRoot: ({ theme }) => ({
69
69
  '& .SCOnBoardingWidget-dialog-content': {
70
70
  whiteSpace: 'pre-line',
71
71
  fontSize: '1.143rem'
@@ -80,7 +80,7 @@ const Component = {
80
80
  }
81
81
  }
82
82
  }),
83
- actionsDrawerRoot: () => ({}),
83
+ actionsDrawerRoot: ({ theme }) => ({}),
84
84
  accordionRoot: ({ theme, expanded }) => ({
85
85
  boxShadow: 'none',
86
86
  '& .MuiAccordionDetails-root ': {
@@ -2920,6 +2920,9 @@ declare const theme: {
2920
2920
  root: ({ theme }: {
2921
2921
  theme: any;
2922
2922
  }) => {
2923
+ /**
2924
+ * Style fragments - Imports - Start
2925
+ */
2923
2926
  gap: any;
2924
2927
  '& .SCCourseInfoDetails-icon-text-wrapper': {
2925
2928
  flexDirection: string;
@@ -2938,8 +2941,8 @@ declare const theme: {
2938
2941
  overflow: string;
2939
2942
  textOverflow: string;
2940
2943
  display: string;
2941
- WebkitLineClamp: string;
2942
- WebkitBoxOrient: string;
2944
+ '-webkit-line-clamp': string;
2945
+ '-webkit-box-orient': string;
2943
2946
  };
2944
2947
  };
2945
2948
  '& .SCCourseInfoDetails-in-progress': {
@@ -6092,11 +6095,11 @@ declare const theme: {
6092
6095
  width: string;
6093
6096
  zIndex: number;
6094
6097
  "& .PhotoView__Spinner": {
6095
- WebkitAnimation: string;
6098
+ '-webkit-animation': string;
6096
6099
  animation: string;
6097
6100
  };
6098
6101
  "& .PhotoView__Spinner svg": {
6099
- WebkitAnimation: string;
6102
+ '-webkit-animation': string;
6100
6103
  animation: string;
6101
6104
  };
6102
6105
  "& .PhotoView__Photo": {
@@ -6158,7 +6161,7 @@ declare const theme: {
6158
6161
  zIndex: number;
6159
6162
  };
6160
6163
  "& .PhotoView-Slider__fadeIn": {
6161
- WebkitAnimation: string;
6164
+ '-webkit-animation': string;
6162
6165
  animation: string;
6163
6166
  opacity: number;
6164
6167
  };
@@ -6631,7 +6634,6 @@ declare const theme: {
6631
6634
  flexBasis: number;
6632
6635
  flexGrow: number;
6633
6636
  flexShrink: number;
6634
- cursor: string;
6635
6637
  '& .SCMediaFile-title': {
6636
6638
  position: string;
6637
6639
  left: any;
@@ -6668,9 +6670,6 @@ declare const theme: {
6668
6670
  display: string;
6669
6671
  flexDirection: string;
6670
6672
  gap: any;
6671
- '& > .SCMediaFile-doc': {
6672
- cursor: string;
6673
- };
6674
6673
  };
6675
6674
  };
6676
6675
  triggerRoot: () => {};
@@ -6701,8 +6700,8 @@ declare const theme: {
6701
6700
  '& .SCMediaFile-title': {
6702
6701
  textAlign: string;
6703
6702
  display: string;
6704
- WebkitLineClamp: string;
6705
- WebkitBoxOrient: string;
6703
+ '-webkit-line-clamp': string;
6704
+ '-webkit-box-orient': string;
6706
6705
  overflow: string;
6707
6706
  };
6708
6707
  '& .SCMediaFile-subtitle': {
@@ -7620,7 +7619,7 @@ declare const theme: {
7620
7619
  '&::-webkit-scrollbar': {
7621
7620
  display: string;
7622
7621
  };
7623
- WebkitOverflowScrolling: string;
7622
+ '-webkit-overflow-scrolling': string;
7624
7623
  '& .MuiButtonBase-root, .MuiListItem-root': {
7625
7624
  marginRight: any;
7626
7625
  padding: number;
@@ -7650,7 +7649,7 @@ declare const theme: {
7650
7649
  };
7651
7650
  };
7652
7651
  };
7653
- dialogRoot: () => {
7652
+ dialogRoot: ({ theme }: any) => {
7654
7653
  '& .SCOnBoardingWidget-dialog-content': {
7655
7654
  whiteSpace: string;
7656
7655
  fontSize: string;
@@ -7665,7 +7664,7 @@ declare const theme: {
7665
7664
  };
7666
7665
  };
7667
7666
  };
7668
- actionsDrawerRoot: () => {};
7667
+ actionsDrawerRoot: ({ theme }: any) => {};
7669
7668
  accordionRoot: ({ theme, expanded }: any) => {
7670
7669
  boxShadow: string;
7671
7670
  '& .MuiAccordionDetails-root ': {
@@ -9632,7 +9631,7 @@ declare const theme: {
9632
9631
  };
9633
9632
  '& .SCEventLocationWidget-map': {
9634
9633
  marginBottom: any;
9635
- height: number;
9634
+ minHeight: number;
9636
9635
  width: string;
9637
9636
  };
9638
9637
  };
@@ -10282,8 +10281,8 @@ declare const theme: {
10282
10281
  overflow: string;
10283
10282
  textOverflow: string;
10284
10283
  display: string;
10285
- WebkitLineClamp: string;
10286
- WebkitBoxOrient: string;
10284
+ '-webkit-line-clamp': string;
10285
+ '-webkit-box-orient': string;
10287
10286
  };
10288
10287
  };
10289
10288
  '& .SCEventInfoDetails-join-live': {
@@ -11345,6 +11344,9 @@ declare const theme: {
11345
11344
  root: ({ theme }: {
11346
11345
  theme: any;
11347
11346
  }) => {
11347
+ /**
11348
+ * Style fragments - Imports - Start
11349
+ */
11348
11350
  gap: any;
11349
11351
  '& .SCLiveStreamInfoDetails-icon-text-wrapper': {
11350
11352
  flexDirection: string;
@@ -11363,8 +11365,8 @@ declare const theme: {
11363
11365
  overflow: string;
11364
11366
  textOverflow: string;
11365
11367
  display: string;
11366
- WebkitLineClamp: string;
11367
- WebkitBoxOrient: string;
11368
+ '-webkit-line-clamp': string;
11369
+ '-webkit-box-orient': string;
11368
11370
  };
11369
11371
  };
11370
11372
  '& .SCLiveStreamInfoDetails-in-progress': {
@@ -11692,7 +11694,7 @@ declare const theme: {
11692
11694
  backgroundColor: any;
11693
11695
  '& textarea': {
11694
11696
  color: any;
11695
- WebkitTextFillColor: any;
11697
+ '-webkit-text-fill-color': any;
11696
11698
  };
11697
11699
  };
11698
11700
  "& .SCLiveStreamRoom-conference": {
@@ -21,8 +21,8 @@ declare const Component: {
21
21
  overflow: string;
22
22
  textOverflow: string;
23
23
  display: string;
24
- WebkitLineClamp: string;
25
- WebkitBoxOrient: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
28
  '& .SCCourseInfoDetails-in-progress': {
@@ -19,8 +19,8 @@ const Component = {
19
19
  overflow: 'hidden',
20
20
  textOverflow: 'ellipsis',
21
21
  display: '-webkit-box',
22
- WebkitLineClamp: '1',
23
- WebkitBoxOrient: 'vertical'
22
+ '-webkit-line-clamp': '1',
23
+ '-webkit-box-orient': 'vertical'
24
24
  }
25
25
  },
26
26
  '& .SCCourseInfoDetails-in-progress': {
@@ -21,8 +21,8 @@ declare const Component: {
21
21
  overflow: string;
22
22
  textOverflow: string;
23
23
  display: string;
24
- WebkitLineClamp: string;
25
- WebkitBoxOrient: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
28
  '& .SCEventInfoDetails-join-live': {
@@ -19,8 +19,8 @@ const Component = {
19
19
  overflow: 'hidden',
20
20
  textOverflow: 'ellipsis',
21
21
  display: '-webkit-box',
22
- WebkitLineClamp: '1',
23
- WebkitBoxOrient: 'vertical'
22
+ '-webkit-line-clamp': '1',
23
+ '-webkit-box-orient': 'vertical'
24
24
  }
25
25
  },
26
26
  '& .SCEventInfoDetails-join-live': {
@@ -6,7 +6,7 @@ declare const Component: {
6
6
  };
7
7
  '& .SCEventLocationWidget-map': {
8
8
  marginBottom: any;
9
- height: number;
9
+ minHeight: number;
10
10
  width: string;
11
11
  };
12
12
  };
@@ -7,8 +7,8 @@ const Component = {
7
7
  },
8
8
  '& .SCEventLocationWidget-map': {
9
9
  marginBottom: theme.spacing(1),
10
- height: 300,
11
- width: '100%',
10
+ minHeight: 248,
11
+ width: '100%'
12
12
  }
13
13
  }),
14
14
  skeletonRoot: ({ theme }) => ({
@@ -10,11 +10,11 @@ declare const Component: {
10
10
  width: string;
11
11
  zIndex: number;
12
12
  "& .PhotoView__Spinner": {
13
- WebkitAnimation: string;
13
+ '-webkit-animation': string;
14
14
  animation: string;
15
15
  };
16
16
  "& .PhotoView__Spinner svg": {
17
- WebkitAnimation: string;
17
+ '-webkit-animation': 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
- WebkitAnimation: string;
79
+ '-webkit-animation': 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
- WebkitAnimation: `${PhotoViewDelayIn} .4s linear both`,
36
+ '-webkit-animation': `${PhotoViewDelayIn} .4s linear both`,
37
37
  animation: `${PhotoViewDelayIn} .4s linear both`
38
38
  },
39
39
  ['& .PhotoView__Spinner svg']: {
40
- WebkitAnimation: `${PhotoViewRotate} .6s linear infinite`,
40
+ '-webkit-animation': `${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
- WebkitAnimation: `${PhotoViewFade} linear both`,
102
+ '-webkit-animation': `${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
- WebkitLineClamp: string;
25
- WebkitBoxOrient: string;
24
+ '-webkit-line-clamp': string;
25
+ '-webkit-box-orient': 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
- WebkitLineClamp: '1',
23
- WebkitBoxOrient: 'vertical'
22
+ '-webkit-line-clamp': '1',
23
+ '-webkit-box-orient': 'vertical'
24
24
  }
25
25
  },
26
26
  '& .SCLiveStreamInfoDetails-in-progress': {
@@ -49,7 +49,7 @@ declare const Component: {
49
49
  backgroundColor: any;
50
50
  '& textarea': {
51
51
  color: any;
52
- WebkitTextFillColor: any;
52
+ '-webkit-text-fill-color': any;
53
53
  };
54
54
  };
55
55
  "& .SCLiveStreamRoom-conference": {
@@ -49,7 +49,7 @@ const Component = {
49
49
  backgroundColor: theme.palette.background.paper,
50
50
  '& textarea': {
51
51
  color: theme.palette.text.primary,
52
- WebkitTextFillColor: theme.palette.text.primary
52
+ '-webkit-text-fill-color': theme.palette.text.primary
53
53
  }
54
54
  },
55
55
  [`& .SCLiveStreamRoom-conference`]: {
@@ -116,7 +116,6 @@ declare const Component: {
116
116
  flexBasis: number;
117
117
  flexGrow: number;
118
118
  flexShrink: number;
119
- cursor: string;
120
119
  '& .SCMediaFile-title': {
121
120
  position: string;
122
121
  left: any;
@@ -153,9 +152,6 @@ declare const Component: {
153
152
  display: string;
154
153
  flexDirection: string;
155
154
  gap: any;
156
- '& > .SCMediaFile-doc': {
157
- cursor: string;
158
- };
159
155
  };
160
156
  };
161
157
  triggerRoot: () => {};
@@ -186,8 +182,8 @@ declare const Component: {
186
182
  '& .SCMediaFile-title': {
187
183
  textAlign: string;
188
184
  display: string;
189
- WebkitLineClamp: string;
190
- WebkitBoxOrient: string;
185
+ '-webkit-line-clamp': string;
186
+ '-webkit-box-orient': string;
191
187
  overflow: string;
192
188
  };
193
189
  '& .SCMediaFile-subtitle': {
@@ -116,7 +116,6 @@ const Component = {
116
116
  flexBasis: 120,
117
117
  flexGrow: 0,
118
118
  flexShrink: 0,
119
- cursor: 'grab',
120
119
  '& .SCMediaFile-title': {
121
120
  position: 'absolute',
122
121
  left: theme.spacing(1),
@@ -152,10 +151,7 @@ const Component = {
152
151
  '& .SCMediaFile-docs-wrapper': {
153
152
  display: 'flex',
154
153
  flexDirection: 'column',
155
- gap: theme.spacing(2),
156
- '& > .SCMediaFile-doc': {
157
- cursor: 'grab'
158
- }
154
+ gap: theme.spacing(2)
159
155
  }
160
156
  }),
161
157
  triggerRoot: () => ({}),
@@ -184,8 +180,8 @@ const Component = {
184
180
  '& .SCMediaFile-title': {
185
181
  textAlign: 'left',
186
182
  display: '-webkit-box',
187
- WebkitLineClamp: '1',
188
- WebkitBoxOrient: 'vertical',
183
+ '-webkit-line-clamp': '1',
184
+ '-webkit-box-orient': 'vertical',
189
185
  overflow: 'hidden'
190
186
  },
191
187
  '& .SCMediaFile-subtitle': {