@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
@@ -1,29 +1,37 @@
1
1
  import { alpha } from '@mui/system';
2
+ import { getContrastRatio } from '@mui/material/styles';
2
3
  const Component = {
3
4
  styleOverrides: {
4
- root: ({ theme }) => ({
5
- '& .SCSearchAutocomplete-input': {
6
- padding: theme.spacing(0, 2),
7
- borderRadius: theme.shape.borderRadius,
8
- '& .MuiAutocomplete-input': {
9
- padding: theme.spacing(0.5, 1)
10
- }
11
- },
12
- '& .MuiInputBase-root': {
13
- '& fieldset': {
14
- borderColor: alpha(theme.palette.primary.main, theme.palette.action.disabledOpacity)
15
- },
16
- '&:hover fieldset': {
17
- borderColor: theme.palette.primary.main
18
- },
19
- '&.Mui-focused fieldset': {
20
- borderColor: theme.palette.secondary.main
5
+ root: ({ theme }) => {
6
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
7
+ return ({
8
+ '& .SCSearchAutocomplete-input': {
9
+ padding: theme.spacing(0, 2),
10
+ borderRadius: theme.shape.borderRadius,
11
+ '& .MuiAutocomplete-input': {
12
+ padding: theme.spacing(0.5, 1),
13
+ color: 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.primary.main
14
+ }
21
15
  },
22
- '&.Mui-focused .SCSearchAutocomplete-icon': {
23
- color: theme.palette.secondary.main
16
+ '& .MuiInputBase-root': {
17
+ '& .MuiIcon-root': {
18
+ color: 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
19
+ },
20
+ '& fieldset': {
21
+ borderColor: alpha(getContrastRatio((_f = (_e = theme.palette) === null || _e === void 0 ? void 0 : _e.navbar) === null || _f === void 0 ? void 0 : _f.main, '#fff') > 4.5 ? '#fff' : theme.palette.primary.main, theme.palette.action.disabledOpacity)
22
+ },
23
+ '&:hover fieldset': {
24
+ borderColor: getContrastRatio((_h = (_g = theme.palette) === null || _g === void 0 ? void 0 : _g.navbar) === null || _h === void 0 ? void 0 : _h.main, '#fff') > 4.5 ? '#fff' : theme.palette.primary.main
25
+ },
26
+ '&.Mui-focused fieldset': {
27
+ borderColor: getContrastRatio((_k = (_j = theme.palette) === null || _j === void 0 ? void 0 : _j.navbar) === null || _k === void 0 ? void 0 : _k.main, '#fff') > 4.5 ? '#fff' : theme.palette.secondary.main
28
+ },
29
+ '&.Mui-focused .SCSearchAutocomplete-icon': {
30
+ color: getContrastRatio((_m = (_l = theme.palette) === null || _l === void 0 ? void 0 : _l.navbar) === null || _m === void 0 ? void 0 : _m.main, '#fff') > 4.5 ? '#fff' : theme.palette.secondary.main
31
+ }
24
32
  }
25
- }
26
- })
33
+ });
34
+ }
27
35
  }
28
36
  };
29
37
  export default Component;
@@ -9,9 +9,6 @@ declare const Component: {
9
9
  minWidth: number;
10
10
  '& .MuiIcon-root': {
11
11
  fontSize: string;
12
- '& img': {
13
- filter: string;
14
- };
15
12
  };
16
13
  '&.MuiButton-sizeSmall': {
17
14
  padding: any;
@@ -20,6 +17,11 @@ declare const Component: {
20
17
  };
21
18
  };
22
19
  };
20
+ popperRoot: ({ theme }: any) => {
21
+ '& .SCVoteButton-reaction .MuiIcon-root': {
22
+ fontSize: string;
23
+ };
24
+ };
23
25
  };
24
26
  };
25
27
  export default Component;
@@ -1,4 +1,3 @@
1
- import { hexToCSSFilter } from 'hex-to-css-filter';
2
1
  const Component = {
3
2
  styleOverrides: {
4
3
  root: ({ theme }) => ({
@@ -9,10 +8,7 @@ const Component = {
9
8
  padding: theme.spacing(1.5),
10
9
  minWidth: 0,
11
10
  '& .MuiIcon-root': {
12
- fontSize: '1.57rem',
13
- '& img': {
14
- filter: hexToCSSFilter(theme.palette.primary.main).filter
15
- }
11
+ fontSize: '1.57rem'
16
12
  },
17
13
  '&.MuiButton-sizeSmall': {
18
14
  padding: theme.spacing(0.5),
@@ -20,6 +16,11 @@ const Component = {
20
16
  fontSize: '1rem'
21
17
  }
22
18
  }
19
+ }),
20
+ popperRoot: ({ theme }) => ({
21
+ '& .SCVoteButton-reaction .MuiIcon-root': {
22
+ fontSize: '22px'
23
+ }
23
24
  })
24
25
  }
25
26
  };
@@ -2029,6 +2029,14 @@ declare const theme: {
2029
2029
  padding: number;
2030
2030
  marginBottom: any;
2031
2031
  };
2032
+ '& .SCFeed-header-item': {
2033
+ animation: string;
2034
+ '@keyframes pulse-animation': {
2035
+ '0%': {
2036
+ opacity: number;
2037
+ };
2038
+ };
2039
+ };
2032
2040
  };
2033
2041
  '& .SCFeed-end': {
2034
2042
  '& > .SCWidget-root': {
@@ -2042,9 +2050,7 @@ declare const theme: {
2042
2050
  padding: any;
2043
2051
  };
2044
2052
  };
2045
- '& .SCFeed-refresh': {
2046
- textAlign: string;
2047
- };
2053
+ '& .SCFeed-refresh': {};
2048
2054
  '& .SCFeed-pagination-link': {
2049
2055
  display: string;
2050
2056
  };
@@ -2369,6 +2375,10 @@ declare const theme: {
2369
2375
  '& li': {
2370
2376
  margin: string;
2371
2377
  };
2378
+ '& span span': {
2379
+ display: string;
2380
+ width: string;
2381
+ };
2372
2382
  };
2373
2383
  '& .SCFeedObject-medias-section': {
2374
2384
  '& .SCFeedObjectMediaPreview-root': {
@@ -2399,9 +2409,7 @@ declare const theme: {
2399
2409
  fontWeight: any;
2400
2410
  marginTop: any;
2401
2411
  marginBottom: number;
2402
- color: any; /**
2403
- * Export default theme
2404
- */
2412
+ color: any;
2405
2413
  '&:hover': {
2406
2414
  color: string;
2407
2415
  };
@@ -2803,6 +2811,16 @@ declare const theme: {
2803
2811
  paddingLeft: any;
2804
2812
  };
2805
2813
  };
2814
+ '& .SCFeedObject-detail': {
2815
+ '& .SCFeedObject-content': {
2816
+ '& .SCFeedObject-text-section .SCFeedObject-text': {
2817
+ '& span': {
2818
+ display: string;
2819
+ width: string;
2820
+ };
2821
+ };
2822
+ };
2823
+ };
2806
2824
  };
2807
2825
  skeletonRoot: ({ theme }: any) => {
2808
2826
  marginTop: any;
@@ -2912,6 +2930,31 @@ declare const theme: {
2912
2930
  skeletonRoot: ({ theme }: any) => {};
2913
2931
  };
2914
2932
  };
2933
+ SCGroupActionsMenu: {
2934
+ styleOverrides: {
2935
+ root: ({ theme }: any) => {};
2936
+ menuRoot: ({ theme }: any) => {
2937
+ '& .MuiDivider-root': {
2938
+ margin: any;
2939
+ };
2940
+ '& .MuiIcon-root': {
2941
+ fontSize: string;
2942
+ };
2943
+ };
2944
+ drawerRoot: ({ theme }: any) => {
2945
+ '& .SCGroupActionsMenu-item': {
2946
+ paddingTop: number;
2947
+ paddingBottom: number;
2948
+ };
2949
+ '& .MuiDivider-root': {
2950
+ margin: any;
2951
+ };
2952
+ '& .MuiIcon-root': {
2953
+ fontSize: string;
2954
+ };
2955
+ };
2956
+ };
2957
+ };
2915
2958
  SCGroupAutocomplete: {
2916
2959
  styleOverrides: {
2917
2960
  root: ({ theme }: any) => {};
@@ -3062,10 +3105,13 @@ declare const theme: {
3062
3105
  gap: any;
3063
3106
  };
3064
3107
  };
3065
- '& .SCEditGroupButton-root': {
3108
+ '& .SCGroupHeader-multi-actions': {
3109
+ display: string;
3066
3110
  marginLeft: string;
3067
3111
  marginTop: any;
3068
- marginRight: any;
3112
+ '& .SCEditGroupButton-root': {
3113
+ marginRight: any;
3114
+ };
3069
3115
  };
3070
3116
  '& .SCGroupSubscribeButton-root': {
3071
3117
  marginTop: any;
@@ -3594,6 +3640,11 @@ declare const theme: {
3594
3640
  "& .PhotoView__Photo": {
3595
3641
  cursor: string;
3596
3642
  maxWidth: string;
3643
+ WebkitUserDrag: string;
3644
+ userDrag: string;
3645
+ '@-moz-document url-prefix()': {
3646
+ pointerEvents: string;
3647
+ };
3597
3648
  };
3598
3649
  "& .PhotoView__Photo:active": {
3599
3650
  cursor: string;
@@ -4179,6 +4230,7 @@ declare const theme: {
4179
4230
  width: string;
4180
4231
  position: string;
4181
4232
  top: number;
4233
+ zIndex: number;
4182
4234
  '& iframe': {
4183
4235
  width: string;
4184
4236
  margin: string;
@@ -4188,6 +4240,7 @@ declare const theme: {
4188
4240
  width: string;
4189
4241
  position: string;
4190
4242
  top: number;
4243
+ zIndex: number;
4191
4244
  '& .SCMediaLink-html-loading': {
4192
4245
  position: string;
4193
4246
  display: string;
@@ -4240,6 +4293,7 @@ declare const theme: {
4240
4293
  '& .SCMediaLink-html': {
4241
4294
  width: string;
4242
4295
  position: string;
4296
+ zIndex: number;
4243
4297
  '& iframe': {
4244
4298
  width: string;
4245
4299
  margin: string;
@@ -4249,6 +4303,7 @@ declare const theme: {
4249
4303
  width: string;
4250
4304
  position: string;
4251
4305
  top: number;
4306
+ zIndex: number;
4252
4307
  '& .SCMediaLink-html-loading': {
4253
4308
  position: string;
4254
4309
  display: string;
@@ -4287,14 +4342,18 @@ declare const theme: {
4287
4342
  SCNavigationMenuIconButton: {
4288
4343
  styleOverrides: {
4289
4344
  root: ({ theme }: any) => {};
4290
- drawerRoot: ({ theme }: any) => {
4345
+ };
4346
+ };
4347
+ SCNavigationMenuDrawer: {
4348
+ styleOverrides: {
4349
+ root: ({ theme }: any) => {
4291
4350
  '& .MuiDrawer-paper': {
4292
4351
  [x: number]: {
4293
4352
  width: any;
4294
4353
  };
4295
4354
  width: string;
4296
4355
  };
4297
- '& .SCNavigationMenuIconButton-drawer-header': {
4356
+ '& .SCNavigationMenuDrawer-drawer-header': {
4298
4357
  minHeight: any;
4299
4358
  padding: string;
4300
4359
  display: string;
@@ -4323,6 +4382,9 @@ declare const theme: {
4323
4382
  '& .SCBaseItemButton-text ': {
4324
4383
  maxWidth: string;
4325
4384
  };
4385
+ '& .SCNavigationMenuDrawer-drawer-footer': {
4386
+ padding: any;
4387
+ };
4326
4388
  };
4327
4389
  };
4328
4390
  };
@@ -4336,6 +4398,18 @@ declare const theme: {
4336
4398
  padding: number;
4337
4399
  };
4338
4400
  };
4401
+ '& .SCNavigationSettingsIconButton-item .MuiListItemIcon-root': {
4402
+ marginLeft: any;
4403
+ marginBottom: any;
4404
+ color: any;
4405
+ };
4406
+ };
4407
+ drawerRoot: ({ theme }: any) => {
4408
+ '& .SCNavigationSettingsIconButton-item .MuiListItemIcon-root': {
4409
+ marginLeft: any;
4410
+ marginBottom: any;
4411
+ color: any;
4412
+ };
4339
4413
  };
4340
4414
  };
4341
4415
  };
@@ -4368,7 +4442,6 @@ declare const theme: {
4368
4442
  paddingRight: any;
4369
4443
  paddingBottom: number;
4370
4444
  margin: any;
4371
- color: any;
4372
4445
  borderRadius: number;
4373
4446
  borderBottom: string;
4374
4447
  '&.SCNavigationToolbar-active, &:hover': {
@@ -4408,6 +4481,9 @@ declare const theme: {
4408
4481
  '& .SCNavigationToolbar-settings': {
4409
4482
  marginLeft: number;
4410
4483
  };
4484
+ '& .SCNavigationToolbar-composer:hover': {
4485
+ color: any;
4486
+ };
4411
4487
  '& .MuiIconButton-root': {
4412
4488
  color: any;
4413
4489
  };
@@ -4457,6 +4533,9 @@ declare const theme: {
4457
4533
  '& .SCNavigationToolbarMobile-logo-flex': {
4458
4534
  flexGrow: number;
4459
4535
  };
4536
+ '& .MuiIconButton-root': {
4537
+ color: any;
4538
+ };
4460
4539
  '& h4': {
4461
4540
  fontSize: string;
4462
4541
  overflow: string;
@@ -5003,6 +5082,22 @@ declare const theme: {
5003
5082
  };
5004
5083
  };
5005
5084
  };
5085
+ dialogRoot: ({ theme }: any) => {
5086
+ '& .SCOnBoardingWidget-dialog-content': {
5087
+ whiteSpace: string;
5088
+ fontSize: string;
5089
+ };
5090
+ };
5091
+ actionsMenuRoot: ({ theme }: any) => {
5092
+ '& .SCOnBoardingWidget-actions-paper': {
5093
+ maxWidth: number;
5094
+ padding: any;
5095
+ '& .MuiList-root': {
5096
+ padding: number;
5097
+ };
5098
+ };
5099
+ };
5100
+ actionsDrawerRoot: ({ theme }: any) => {};
5006
5101
  accordionRoot: ({ theme, expanded }: any) => {
5007
5102
  boxShadow: string;
5008
5103
  '& .MuiAccordionDetails-root ': {
@@ -5200,8 +5295,18 @@ declare const theme: {
5200
5295
  display: string;
5201
5296
  flexDirection: string;
5202
5297
  };
5203
- '& .SCOnBoardingWidget-appearance-color': {
5204
- margin: any;
5298
+ '& .SCOnBoardingWidget-appearance-color-container': {
5299
+ position: string;
5300
+ display: string;
5301
+ '& .SCOnBoardingWidget-appearance-color': {
5302
+ margin: any;
5303
+ };
5304
+ '& .SCOnBoardingWidget-appearance-color-progress': {
5305
+ position: string;
5306
+ top: string;
5307
+ marginTop: any;
5308
+ marginLeft: any;
5309
+ };
5205
5310
  };
5206
5311
  '& .SCOnBoardingWidget-appearance-logo-container': {
5207
5312
  position: string;
@@ -6194,9 +6299,13 @@ declare const theme: {
6194
6299
  borderRadius: any;
6195
6300
  '& .MuiAutocomplete-input': {
6196
6301
  padding: any;
6302
+ color: any;
6197
6303
  };
6198
6304
  };
6199
6305
  '& .MuiInputBase-root': {
6306
+ '& .MuiIcon-root': {
6307
+ color: any;
6308
+ };
6200
6309
  '& fieldset': {
6201
6310
  borderColor: string;
6202
6311
  };
@@ -6800,6 +6909,14 @@ declare const theme: {
6800
6909
  '& .SCEventForm-active': {
6801
6910
  color: any;
6802
6911
  };
6912
+ '& .SCEventForm-actions': {
6913
+ marginTop: any;
6914
+ display: string;
6915
+ justifyContent: string;
6916
+ '& button': {
6917
+ width: string;
6918
+ };
6919
+ };
6803
6920
  '& .SCEventForm-privacy-section': {
6804
6921
  marginTop: any;
6805
6922
  justifyContent: string;
@@ -6840,6 +6957,18 @@ declare const theme: {
6840
6957
  };
6841
6958
  };
6842
6959
  };
6960
+ SCEventFormDialog: {
6961
+ styleOverrides: {
6962
+ root: ({ theme }: any) => {
6963
+ '& .MuiDialogTitle-root': {
6964
+ '& span': {
6965
+ flexGrow: number;
6966
+ textAlign: string;
6967
+ };
6968
+ };
6969
+ };
6970
+ };
6971
+ };
6843
6972
  SCCreateEventButton: {
6844
6973
  styleOverrides: {
6845
6974
  root: ({ theme }: any) => {
@@ -7639,6 +7768,125 @@ declare const theme: {
7639
7768
  };
7640
7769
  };
7641
7770
  };
7771
+ SCEventMediaWidget: {
7772
+ styleOverrides: {
7773
+ root: ({ theme, showPadding }: {
7774
+ theme: any;
7775
+ showPadding: any;
7776
+ }) => {
7777
+ '& .SCEventMediaWidget-header': {
7778
+ padding: any;
7779
+ };
7780
+ '& .SCEventMediaWidget-content': {
7781
+ padding: any;
7782
+ '& .SCEventMediaWidget-grid': {
7783
+ display: string;
7784
+ gap: string;
7785
+ gridTemplateColumns: string;
7786
+ '& > .SCEventMediaWidget-media': {
7787
+ position: string;
7788
+ width: string;
7789
+ paddingBottom: string;
7790
+ backgroundSize: string;
7791
+ cursor: string;
7792
+ '& > .SCEventMediaWidget-media-layer': {
7793
+ position: string;
7794
+ inset: number;
7795
+ backgroundColor: string;
7796
+ opacity: number;
7797
+ };
7798
+ '& > .SCEventMediaWidget-count-hidden-media-wrapper': {
7799
+ position: string;
7800
+ top: string;
7801
+ left: string;
7802
+ transform: string;
7803
+ color: any;
7804
+ '& > .SCEventMediaWidget-count-hidden-media': {
7805
+ fontSize: string;
7806
+ };
7807
+ };
7808
+ };
7809
+ };
7810
+ };
7811
+ '& .SCEventMediaWidget-actions': {
7812
+ padding: any;
7813
+ justifyContent: string;
7814
+ };
7815
+ };
7816
+ skeletonRoot: ({}: {}) => {
7817
+ '& .SCEventMediaWidget-grid': {
7818
+ display: string;
7819
+ gap: string;
7820
+ gridTemplateColumns: string;
7821
+ '& > .SCEventMediaWidget-media': {
7822
+ paddingBottom: string;
7823
+ };
7824
+ };
7825
+ };
7826
+ dialogRoot: ({ theme }: {
7827
+ theme: any;
7828
+ }) => {
7829
+ '& .SCEventMediaWidget-grid': {
7830
+ display: string;
7831
+ gap: string;
7832
+ gridTemplateColumns: string;
7833
+ '& > .SCEventMediaWidget-media': {
7834
+ paddingBottom: string;
7835
+ };
7836
+ '& > .SCEventMediaWidget-dialog-media-wrapper': {
7837
+ position: string;
7838
+ width: string;
7839
+ paddingBottom: string;
7840
+ backgroundSize: string;
7841
+ '& > .SCEventMediaWidget-dialog-button-wrapper': {
7842
+ position: string;
7843
+ top: number;
7844
+ width: string;
7845
+ height: string;
7846
+ backgroundColor: any;
7847
+ opacity: number;
7848
+ flexDirection: string;
7849
+ justifyContent: string;
7850
+ alignItems: string;
7851
+ '& > .SCEventMediaWidget-dialog-loading-button': {
7852
+ padding: number;
7853
+ minWidth: string;
7854
+ '& > .MuiLoadingButton-loadingIndicatorCenter': {
7855
+ color: any;
7856
+ };
7857
+ };
7858
+ };
7859
+ };
7860
+ };
7861
+ };
7862
+ triggerRoot: ({ isSquare }: {
7863
+ isSquare: any;
7864
+ }) => {
7865
+ padding: 0;
7866
+ borderRadius: 0;
7867
+ backgroundColor: string;
7868
+ '&:hover': {
7869
+ backgroundColor: string;
7870
+ };
7871
+ '& > .SCEventMediaWidget-trigger-content': {
7872
+ position: string;
7873
+ width: string;
7874
+ padding: string;
7875
+ paddingBottom: string;
7876
+ flexDirection: string;
7877
+ gap: string;
7878
+ alignItems: string;
7879
+ justifyContent: string;
7880
+ '& > .SCEventMediaWidget-trigger-icon': {
7881
+ position: string;
7882
+ top: string;
7883
+ transform: string;
7884
+ fontSize: string;
7885
+ };
7886
+ };
7887
+ };
7888
+ };
7889
+ };
7642
7890
  SCCalendar: {
7643
7891
  styleOverrides: {
7644
7892
  root: ({ theme }: {
@@ -8039,9 +8287,6 @@ declare const theme: {
8039
8287
  minWidth: number;
8040
8288
  '& .MuiIcon-root': {
8041
8289
  fontSize: string;
8042
- '& img': {
8043
- filter: string;
8044
- };
8045
8290
  };
8046
8291
  '&.MuiButton-sizeSmall': {
8047
8292
  padding: any;
@@ -8050,6 +8295,11 @@ declare const theme: {
8050
8295
  };
8051
8296
  };
8052
8297
  };
8298
+ popperRoot: ({ theme }: any) => {
8299
+ '& .SCVoteButton-reaction .MuiIcon-root': {
8300
+ fontSize: string;
8301
+ };
8302
+ };
8053
8303
  };
8054
8304
  };
8055
8305
  SCWidget: {
@@ -8123,6 +8373,63 @@ declare const theme: {
8123
8373
  };
8124
8374
  };
8125
8375
  };
8376
+ SCCreateLiveStreamDialog: {
8377
+ styleOverrides: {
8378
+ root: ({ theme }: any) => {
8379
+ '& .MuiDialogTitle-root': {
8380
+ '& span': {
8381
+ flexGrow: number;
8382
+ textAlign: string;
8383
+ };
8384
+ };
8385
+ '& .SCCreateLiveStreamDialog-root': {
8386
+ padding: any;
8387
+ };
8388
+ };
8389
+ };
8390
+ };
8391
+ SCLiveStreamForm: {
8392
+ styleOverrides: {
8393
+ root: ({ theme }: any) => {
8394
+ "& .SCLiveStreamForm-actions": {
8395
+ display: string;
8396
+ justifyContent: string;
8397
+ marginTop: any;
8398
+ };
8399
+ };
8400
+ };
8401
+ };
8402
+ SCLiveStreamRoom: {
8403
+ styleOverrides: {
8404
+ root: ({ theme }: any) => {
8405
+ backgroundColor: string;
8406
+ height: string;
8407
+ display: string;
8408
+ justifyContent: string;
8409
+ alignContent: string;
8410
+ "& .SCLiveStreamRoom-preJoin": {
8411
+ display: string;
8412
+ placeItems: string;
8413
+ height: string;
8414
+ };
8415
+ '& .lk-form-control': {
8416
+ display: string;
8417
+ };
8418
+ '& .lk-join-button': {
8419
+ backgroundColor: any;
8420
+ color: any;
8421
+ '&:hover': {
8422
+ backgroundColor: any;
8423
+ };
8424
+ };
8425
+ };
8426
+ };
8427
+ };
8428
+ SCLiveStreamVideoConference: {
8429
+ styleOverrides: {
8430
+ root: ({ theme }: any) => {};
8431
+ };
8432
+ };
8126
8433
  };
8127
8434
  selfcommunity: {
8128
8435
  user: {