@selfcommunity/react-theme-default 0.2.0-alpha.4 → 0.2.0-alpha.40

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 (72) 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 +5 -0
  4. package/lib/cjs/components/SCEventForm.js +6 -1
  5. package/lib/cjs/components/SCFeed.d.ts +9 -3
  6. package/lib/cjs/components/SCFeed.js +9 -3
  7. package/lib/cjs/components/SCFeedObject.d.ts +4 -0
  8. package/lib/cjs/components/SCFeedObject.js +4 -0
  9. package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +10 -0
  10. package/lib/cjs/components/SCFeedObjectDetailTemplate.js +10 -0
  11. package/lib/cjs/components/SCGroupActionsMenu.d.ts +26 -0
  12. package/lib/cjs/components/SCGroupActionsMenu.js +28 -0
  13. package/lib/cjs/components/SCGroupHeader.d.ts +5 -2
  14. package/lib/cjs/components/SCGroupHeader.js +5 -2
  15. package/lib/cjs/components/SCLightbox.d.ts +5 -0
  16. package/lib/cjs/components/SCLightbox.js +12 -7
  17. package/lib/cjs/components/SCMediaLink.d.ts +51 -1
  18. package/lib/cjs/components/SCMediaLink.js +52 -2
  19. package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +42 -0
  20. package/lib/cjs/components/SCNavigationMenuDrawer.js +45 -0
  21. package/lib/cjs/components/SCNavigationMenuIconButton.d.ts +0 -37
  22. package/lib/cjs/components/SCNavigationMenuIconButton.js +1 -39
  23. package/lib/cjs/components/SCNavigationToolbar.d.ts +3 -1
  24. package/lib/cjs/components/SCNavigationToolbar.js +68 -62
  25. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +3 -0
  26. package/lib/cjs/components/SCNavigationToolbarMobile.js +26 -19
  27. package/lib/cjs/components/SCOnBoardingWidget.d.ts +17 -6
  28. package/lib/cjs/components/SCOnBoardingWidget.js +20 -8
  29. package/lib/cjs/components/SCSearchAutocomplete.d.ts +4 -0
  30. package/lib/cjs/components/SCSearchAutocomplete.js +29 -21
  31. package/lib/cjs/components/SCVoteButton.d.ts +5 -3
  32. package/lib/cjs/components/SCVoteButton.js +6 -5
  33. package/lib/cjs/index.d.ts +156 -21
  34. package/lib/cjs/index.js +4 -0
  35. package/lib/esm/components/MuiAppBar.js +4 -3
  36. package/lib/esm/components/SCBottomNavigation.js +5 -4
  37. package/lib/esm/components/SCEventForm.d.ts +5 -0
  38. package/lib/esm/components/SCEventForm.js +6 -1
  39. package/lib/esm/components/SCFeed.d.ts +9 -3
  40. package/lib/esm/components/SCFeed.js +9 -3
  41. package/lib/esm/components/SCFeedObject.d.ts +4 -0
  42. package/lib/esm/components/SCFeedObject.js +4 -0
  43. package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +10 -0
  44. package/lib/esm/components/SCFeedObjectDetailTemplate.js +10 -0
  45. package/lib/esm/components/SCGroupActionsMenu.d.ts +26 -0
  46. package/lib/esm/components/SCGroupActionsMenu.js +26 -0
  47. package/lib/esm/components/SCGroupHeader.d.ts +5 -2
  48. package/lib/esm/components/SCGroupHeader.js +5 -2
  49. package/lib/esm/components/SCLightbox.d.ts +5 -0
  50. package/lib/esm/components/SCLightbox.js +12 -7
  51. package/lib/esm/components/SCMediaLink.d.ts +51 -1
  52. package/lib/esm/components/SCMediaLink.js +52 -2
  53. package/lib/esm/components/SCNavigationMenuDrawer.d.ts +42 -0
  54. package/lib/esm/components/SCNavigationMenuDrawer.js +43 -0
  55. package/lib/esm/components/SCNavigationMenuIconButton.d.ts +0 -37
  56. package/lib/esm/components/SCNavigationMenuIconButton.js +1 -39
  57. package/lib/esm/components/SCNavigationToolbar.d.ts +3 -1
  58. package/lib/esm/components/SCNavigationToolbar.js +68 -62
  59. package/lib/esm/components/SCNavigationToolbarMobile.d.ts +3 -0
  60. package/lib/esm/components/SCNavigationToolbarMobile.js +26 -19
  61. package/lib/esm/components/SCOnBoardingWidget.d.ts +17 -6
  62. package/lib/esm/components/SCOnBoardingWidget.js +20 -8
  63. package/lib/esm/components/SCSearchAutocomplete.d.ts +4 -0
  64. package/lib/esm/components/SCSearchAutocomplete.js +29 -21
  65. package/lib/esm/components/SCVoteButton.d.ts +5 -3
  66. package/lib/esm/components/SCVoteButton.js +6 -5
  67. package/lib/esm/index.d.ts +156 -21
  68. package/lib/esm/index.js +4 -0
  69. package/lib/umd/react-theme-default.js +2 -2
  70. package/package.json +4 -5
  71. package/lib/umd/850.js +0 -2
  72. package/lib/umd/850.js.LICENSE.txt +0 -16
@@ -260,8 +260,18 @@ declare const Component: {
260
260
  display: string;
261
261
  flexDirection: string;
262
262
  };
263
- '& .SCOnBoardingWidget-appearance-color': {
264
- margin: any;
263
+ '& .SCOnBoardingWidget-appearance-color-container': {
264
+ position: string;
265
+ display: string;
266
+ '& .SCOnBoardingWidget-appearance-color': {
267
+ margin: any;
268
+ };
269
+ '& .SCOnBoardingWidget-appearance-color-progress': {
270
+ position: string;
271
+ top: string;
272
+ marginTop: any;
273
+ marginLeft: any;
274
+ };
265
275
  };
266
276
  '& .SCOnBoardingWidget-appearance-logo-container': {
267
277
  position: string;
@@ -317,17 +327,16 @@ declare const Component: {
317
327
  borderRadius: number;
318
328
  background: string;
319
329
  boxShadow: string;
330
+ display: string;
331
+ flexDirection: string;
320
332
  };
321
333
  '& .SCOnBoardingWidget-profile-icon': {
322
334
  alignSelf: string;
323
335
  };
324
336
  '& .SCOnBoardingWidget-profile-avatar': {
325
- [x: number]: {
326
- top: number;
327
- };
337
+ position: string;
328
338
  top: number;
329
339
  display: string;
330
- position: string;
331
340
  marginLeft: any;
332
341
  '& > .MuiBadge-root > img': {
333
342
  height: any;
@@ -348,9 +357,11 @@ declare const Component: {
348
357
  '& .SCOnBoardingWidget-profile-change-picture': {
349
358
  [x: number]: {
350
359
  top: number;
360
+ left: number;
351
361
  };
352
362
  top: number;
353
363
  left: number;
364
+ height: number;
354
365
  position: string;
355
366
  display: string;
356
367
  marginLeft: any;
@@ -260,8 +260,18 @@ const Component = {
260
260
  display: 'flex',
261
261
  flexDirection: 'column'
262
262
  },
263
- '& .SCOnBoardingWidget-appearance-color': {
264
- margin: theme.spacing(1, 0, 2, 0)
263
+ '& .SCOnBoardingWidget-appearance-color-container': {
264
+ position: 'relative',
265
+ display: 'inline-block',
266
+ '& .SCOnBoardingWidget-appearance-color': {
267
+ margin: theme.spacing(1, 0, 2, 0)
268
+ },
269
+ '& .SCOnBoardingWidget-appearance-color-progress': {
270
+ position: 'absolute',
271
+ top: '50%',
272
+ marginTop: theme.spacing(-2),
273
+ marginLeft: theme.spacing(-4.5)
274
+ }
265
275
  },
266
276
  '& .SCOnBoardingWidget-appearance-logo-container': {
267
277
  position: 'relative',
@@ -316,16 +326,17 @@ const Component = {
316
326
  boxShadow: 'unset',
317
327
  [theme.breakpoints.up('md')]: {
318
328
  borderRadius: theme.spacing(0, 0, 2.5, 2.5)
319
- }
329
+ },
330
+ display: 'flex',
331
+ flexDirection: 'row'
320
332
  },
321
333
  '& .SCOnBoardingWidget-profile-icon': {
322
334
  alignSelf: 'end'
323
335
  },
324
336
  '& .SCOnBoardingWidget-profile-avatar': {
337
+ position: 'relative',
325
338
  top: 100,
326
- [theme.breakpoints.up('sm')]: { top: 150 },
327
339
  display: 'block',
328
- position: 'absolute',
329
340
  marginLeft: theme.spacing(2),
330
341
  '& > .MuiBadge-root > img': {
331
342
  height: theme.selfcommunity.user.avatar.sizeXLarge,
@@ -344,9 +355,10 @@ const Component = {
344
355
  }
345
356
  },
346
357
  '& .SCOnBoardingWidget-profile-change-picture': {
347
- top: 140,
348
- [theme.breakpoints.up('sm')]: { top: 190 },
349
- left: 80,
358
+ [theme.breakpoints.down('sm')]: { top: 167, left: -45 },
359
+ top: 165,
360
+ left: -40,
361
+ height: 28,
350
362
  position: 'relative',
351
363
  display: 'flex',
352
364
  marginLeft: theme.spacing(2)
@@ -6,9 +6,13 @@ declare const Component: {
6
6
  borderRadius: any;
7
7
  '& .MuiAutocomplete-input': {
8
8
  padding: any;
9
+ color: any;
9
10
  };
10
11
  };
11
12
  '& .MuiInputBase-root': {
13
+ '& .MuiIcon-root': {
14
+ color: any;
15
+ };
12
16
  '& fieldset': {
13
17
  borderColor: string;
14
18
  };
@@ -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;
@@ -4171,6 +4222,33 @@ declare const theme: {
4171
4222
  margin: string;
4172
4223
  height: number;
4173
4224
  };
4225
+ '& .SCMediaLink-html-wrap': {
4226
+ position: string;
4227
+ marginLeft: any;
4228
+ marginRight: any;
4229
+ '& .SCMediaLink-html': {
4230
+ width: string;
4231
+ position: string;
4232
+ top: number;
4233
+ zIndex: number;
4234
+ '& iframe': {
4235
+ width: string;
4236
+ margin: string;
4237
+ };
4238
+ };
4239
+ '& .SCMediaLink-html-placeholder': {
4240
+ width: string;
4241
+ position: string;
4242
+ top: number;
4243
+ zIndex: number;
4244
+ '& .SCMediaLink-html-loading': {
4245
+ position: string;
4246
+ display: string;
4247
+ top: string;
4248
+ left: string;
4249
+ };
4250
+ };
4251
+ };
4174
4252
  '& .SCMediaLink-thumbnail': {
4175
4253
  [x: number]: {
4176
4254
  maxWidth: number;
@@ -4211,12 +4289,35 @@ declare const theme: {
4211
4289
  previewRoot: ({ theme }: any) => {
4212
4290
  '& .SCMediaLink-media': {
4213
4291
  position: string;
4214
- margin: any;
4292
+ '& .SCMediaLink-html-wrap': {
4293
+ '& .SCMediaLink-html': {
4294
+ width: string;
4295
+ position: string;
4296
+ zIndex: number;
4297
+ '& iframe': {
4298
+ width: string;
4299
+ margin: string;
4300
+ };
4301
+ };
4302
+ '& .SCMediaLink-html-placeholder': {
4303
+ width: string;
4304
+ position: string;
4305
+ top: number;
4306
+ zIndex: number;
4307
+ '& .SCMediaLink-html-loading': {
4308
+ position: string;
4309
+ display: string;
4310
+ top: string;
4311
+ left: string;
4312
+ };
4313
+ };
4314
+ };
4215
4315
  '& .SCMediaLink-delete': {
4216
4316
  background: any;
4217
4317
  position: string;
4218
4318
  right: any;
4219
4319
  top: any;
4320
+ zIndex: number;
4220
4321
  };
4221
4322
  '&.SCMediaLink-media-video .SCMediaLink-delete': {
4222
4323
  background: any;
@@ -4241,14 +4342,18 @@ declare const theme: {
4241
4342
  SCNavigationMenuIconButton: {
4242
4343
  styleOverrides: {
4243
4344
  root: ({ theme }: any) => {};
4244
- drawerRoot: ({ theme }: any) => {
4345
+ };
4346
+ };
4347
+ SCNavigationMenuDrawer: {
4348
+ styleOverrides: {
4349
+ root: ({ theme }: any) => {
4245
4350
  '& .MuiDrawer-paper': {
4246
4351
  [x: number]: {
4247
4352
  width: any;
4248
4353
  };
4249
4354
  width: string;
4250
4355
  };
4251
- '& .SCNavigationMenuIconButton-drawer-header': {
4356
+ '& .SCNavigationMenuDrawer-drawer-header': {
4252
4357
  minHeight: any;
4253
4358
  padding: string;
4254
4359
  display: string;
@@ -4322,7 +4427,6 @@ declare const theme: {
4322
4427
  paddingRight: any;
4323
4428
  paddingBottom: number;
4324
4429
  margin: any;
4325
- color: any;
4326
4430
  borderRadius: number;
4327
4431
  borderBottom: string;
4328
4432
  '&.SCNavigationToolbar-active, &:hover': {
@@ -4362,6 +4466,9 @@ declare const theme: {
4362
4466
  '& .SCNavigationToolbar-settings': {
4363
4467
  marginLeft: number;
4364
4468
  };
4469
+ '& .SCNavigationToolbar-composer:hover': {
4470
+ color: any;
4471
+ };
4365
4472
  '& .MuiIconButton-root': {
4366
4473
  color: any;
4367
4474
  };
@@ -4411,6 +4518,9 @@ declare const theme: {
4411
4518
  '& .SCNavigationToolbarMobile-logo-flex': {
4412
4519
  flexGrow: number;
4413
4520
  };
4521
+ '& .MuiIconButton-root': {
4522
+ color: any;
4523
+ };
4414
4524
  '& h4': {
4415
4525
  fontSize: string;
4416
4526
  overflow: string;
@@ -4795,6 +4905,9 @@ declare const theme: {
4795
4905
  width: string;
4796
4906
  '& .SCNotification-username': {
4797
4907
  fontWeight: number;
4908
+ /**
4909
+ * Export default theme
4910
+ */
4798
4911
  '&:hover': {
4799
4912
  textDecoration: string;
4800
4913
  };
@@ -5154,8 +5267,18 @@ declare const theme: {
5154
5267
  display: string;
5155
5268
  flexDirection: string;
5156
5269
  };
5157
- '& .SCOnBoardingWidget-appearance-color': {
5158
- margin: any;
5270
+ '& .SCOnBoardingWidget-appearance-color-container': {
5271
+ position: string;
5272
+ display: string;
5273
+ '& .SCOnBoardingWidget-appearance-color': {
5274
+ margin: any;
5275
+ };
5276
+ '& .SCOnBoardingWidget-appearance-color-progress': {
5277
+ position: string;
5278
+ top: string;
5279
+ marginTop: any;
5280
+ marginLeft: any;
5281
+ };
5159
5282
  };
5160
5283
  '& .SCOnBoardingWidget-appearance-logo-container': {
5161
5284
  position: string;
@@ -5211,17 +5334,16 @@ declare const theme: {
5211
5334
  borderRadius: number;
5212
5335
  background: string;
5213
5336
  boxShadow: string;
5337
+ display: string;
5338
+ flexDirection: string;
5214
5339
  };
5215
5340
  '& .SCOnBoardingWidget-profile-icon': {
5216
5341
  alignSelf: string;
5217
5342
  };
5218
5343
  '& .SCOnBoardingWidget-profile-avatar': {
5219
- [x: number]: {
5220
- top: number;
5221
- };
5344
+ position: string;
5222
5345
  top: number;
5223
5346
  display: string;
5224
- position: string;
5225
5347
  marginLeft: any;
5226
5348
  '& > .MuiBadge-root > img': {
5227
5349
  height: any;
@@ -5242,9 +5364,11 @@ declare const theme: {
5242
5364
  '& .SCOnBoardingWidget-profile-change-picture': {
5243
5365
  [x: number]: {
5244
5366
  top: number;
5367
+ left: number;
5245
5368
  };
5246
5369
  top: number;
5247
5370
  left: number;
5371
+ height: number;
5248
5372
  position: string;
5249
5373
  display: string;
5250
5374
  marginLeft: any;
@@ -6147,9 +6271,13 @@ declare const theme: {
6147
6271
  borderRadius: any;
6148
6272
  '& .MuiAutocomplete-input': {
6149
6273
  padding: any;
6274
+ color: any;
6150
6275
  };
6151
6276
  };
6152
6277
  '& .MuiInputBase-root': {
6278
+ '& .MuiIcon-root': {
6279
+ color: any;
6280
+ };
6153
6281
  '& fieldset': {
6154
6282
  borderColor: string;
6155
6283
  };
@@ -6705,6 +6833,10 @@ declare const theme: {
6705
6833
  '& .SCEventForm-form': {
6706
6834
  '& .SCEventForm-picker': {
6707
6835
  width: string;
6836
+ '& .MuiFormHelperText-root': {
6837
+ height: number;
6838
+ marginTop: number;
6839
+ };
6708
6840
  };
6709
6841
  '& .MuiTextField-root, .SCEventForm-frequency': {
6710
6842
  marginBottom: any;
@@ -6770,6 +6902,7 @@ declare const theme: {
6770
6902
  };
6771
6903
  };
6772
6904
  '& .SCEventForm-event-address-root': {
6905
+ marginTop: any;
6773
6906
  backgroundColor: any;
6774
6907
  borderRadius: number;
6775
6908
  '& .SCEventForm-event-address-tabs': {
@@ -7987,9 +8120,6 @@ declare const theme: {
7987
8120
  minWidth: number;
7988
8121
  '& .MuiIcon-root': {
7989
8122
  fontSize: string;
7990
- '& img': {
7991
- filter: string;
7992
- };
7993
8123
  };
7994
8124
  '&.MuiButton-sizeSmall': {
7995
8125
  padding: any;
@@ -7998,6 +8128,11 @@ declare const theme: {
7998
8128
  };
7999
8129
  };
8000
8130
  };
8131
+ popperRoot: ({ theme }: any) => {
8132
+ '& .SCVoteButton-reaction .MuiIcon-root': {
8133
+ fontSize: string;
8134
+ };
8135
+ };
8001
8136
  };
8002
8137
  };
8003
8138
  SCWidget: {
package/lib/esm/index.js CHANGED
@@ -81,6 +81,7 @@ import SCFeedObjectMediaPreview from './components/SCFeedObjectMediaPreview';
81
81
  import SCFeedUpdatesWidget from './components/SCFeedUpdatesWidget';
82
82
  import SCFooter from './components/SCFooter';
83
83
  import SCGroup from './components/SCGroup';
84
+ import SCGroupActionsMenu from './components/SCGroupActionsMenu';
84
85
  import SCGroupAutocomplete from './components/SCGroupAutocomplete';
85
86
  import SCGroupFeedTemplate from './components/SCGroupFeedTemplate';
86
87
  import SCGroupForm from './components/SCGroupForm';
@@ -109,6 +110,7 @@ import SCMediaLink from './components/SCMediaLink';
109
110
  import SCMediaShare from './components/SCMediaShare';
110
111
  import SCMyEventsWidget from './components/SCMyEventsWidget';
111
112
  import SCNavigationMenuIconButton from './components/SCNavigationMenuIconButton';
113
+ import SCNavigationMenuDrawer from './components/SCNavigationMenuDrawer';
112
114
  import SCNavigationSettingsIconButton from './components/SCNavigationSettingsIconButton';
113
115
  import SCNavigationToolbar from './components/SCNavigationToolbar';
114
116
  import SCNavigationToolbarMobile from './components/SCNavigationToolbarMobile';
@@ -290,6 +292,7 @@ const theme = {
290
292
  SCFeedUpdatesWidget,
291
293
  SCFooter,
292
294
  SCGroup,
295
+ SCGroupActionsMenu,
293
296
  SCGroupAutocomplete,
294
297
  SCGroupFeedTemplate,
295
298
  SCGroupForm,
@@ -317,6 +320,7 @@ const theme = {
317
320
  SCMediaLink,
318
321
  SCMediaShare,
319
322
  SCNavigationMenuIconButton,
323
+ SCNavigationMenuDrawer,
320
324
  SCNavigationSettingsIconButton,
321
325
  SCNavigationToolbar,
322
326
  SCNavigationToolbarMobile,