@selfcommunity/react-theme-default 0.2.0-embeds.17 → 0.2.0-live.41

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