@selfcommunity/react-theme-default 0.2.0-live.81 → 0.2.0-live.86

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 (102) hide show
  1. package/lib/cjs/assets/social/contained/facebook.d.ts +2 -0
  2. package/lib/cjs/assets/social/contained/facebook.js +3 -0
  3. package/lib/cjs/assets/social/contained/google.d.ts +2 -0
  4. package/lib/cjs/assets/social/contained/google.js +3 -0
  5. package/lib/cjs/assets/social/contained/linkedin.d.ts +2 -0
  6. package/lib/cjs/assets/social/contained/linkedin.js +3 -0
  7. package/lib/cjs/assets/social/contained/twitter.d.ts +2 -0
  8. package/lib/cjs/assets/social/contained/twitter.js +3 -0
  9. package/lib/cjs/assets/social/outlined/facebook.d.ts +2 -0
  10. package/lib/cjs/assets/social/outlined/facebook.js +3 -0
  11. package/lib/cjs/assets/social/outlined/google.d.ts +2 -0
  12. package/lib/cjs/assets/social/outlined/google.js +3 -0
  13. package/lib/cjs/assets/social/outlined/linkedin.d.ts +2 -0
  14. package/lib/cjs/assets/social/outlined/linkedin.js +3 -0
  15. package/lib/cjs/assets/social/outlined/twitter.d.ts +2 -0
  16. package/lib/cjs/assets/social/outlined/twitter.js +3 -0
  17. package/lib/cjs/components/SCCategoryFollowersButton.d.ts +22 -12
  18. package/lib/cjs/components/SCCategoryFollowersButton.js +24 -14
  19. package/lib/cjs/components/SCCommentObject.d.ts +12 -0
  20. package/lib/cjs/components/SCCommentObject.js +12 -0
  21. package/lib/cjs/components/SCDefaultDrawerContent.d.ts +31 -0
  22. package/lib/cjs/components/SCDefaultDrawerContent.js +33 -0
  23. package/lib/cjs/components/SCEventHeader.d.ts +2 -4
  24. package/lib/cjs/components/SCEventHeader.js +6 -8
  25. package/lib/cjs/components/SCEventMembersWidget.d.ts +1 -10
  26. package/lib/cjs/components/SCEventMembersWidget.js +1 -8
  27. package/lib/cjs/components/SCEventParticipantsButton.d.ts +24 -5
  28. package/lib/cjs/components/SCEventParticipantsButton.js +23 -5
  29. package/lib/cjs/components/SCEventSubscribeButton.d.ts +3 -0
  30. package/lib/cjs/components/SCEventSubscribeButton.js +3 -0
  31. package/lib/cjs/components/SCEvents.d.ts +6 -0
  32. package/lib/cjs/components/SCEvents.js +7 -1
  33. package/lib/cjs/components/SCFeedObject.d.ts +15 -8
  34. package/lib/cjs/components/SCFeedObject.js +17 -10
  35. package/lib/cjs/components/SCGroupMembersButton.d.ts +22 -12
  36. package/lib/cjs/components/SCGroupMembersButton.js +24 -14
  37. package/lib/cjs/components/SCLiveStreamRoom.d.ts +3 -0
  38. package/lib/cjs/components/SCLiveStreamRoom.js +4 -1
  39. package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +3 -0
  40. package/lib/cjs/components/SCNavigationMenuDrawer.js +3 -0
  41. package/lib/cjs/components/SCOnBoardingWidget.d.ts +5 -0
  42. package/lib/cjs/components/SCOnBoardingWidget.js +5 -0
  43. package/lib/cjs/components/SCTagAutocomplete.d.ts +6 -0
  44. package/lib/cjs/components/SCTagAutocomplete.js +8 -0
  45. package/lib/cjs/components/SCUserProfileEdit.d.ts +17 -0
  46. package/lib/cjs/components/SCUserProfileEdit.js +17 -0
  47. package/lib/cjs/components/SCVoteButton.d.ts +1 -0
  48. package/lib/cjs/components/SCVoteButton.js +1 -0
  49. package/lib/cjs/index.d.ts +195 -54
  50. package/lib/cjs/index.js +30 -2
  51. package/lib/esm/assets/social/contained/facebook.d.ts +2 -0
  52. package/lib/esm/assets/social/contained/facebook.js +1 -0
  53. package/lib/esm/assets/social/contained/google.d.ts +2 -0
  54. package/lib/esm/assets/social/contained/google.js +1 -0
  55. package/lib/esm/assets/social/contained/linkedin.d.ts +2 -0
  56. package/lib/esm/assets/social/contained/linkedin.js +1 -0
  57. package/lib/esm/assets/social/contained/twitter.d.ts +2 -0
  58. package/lib/esm/assets/social/contained/twitter.js +1 -0
  59. package/lib/esm/assets/social/outlined/facebook.d.ts +2 -0
  60. package/lib/esm/assets/social/outlined/facebook.js +1 -0
  61. package/lib/esm/assets/social/outlined/google.d.ts +2 -0
  62. package/lib/esm/assets/social/outlined/google.js +1 -0
  63. package/lib/esm/assets/social/outlined/linkedin.d.ts +2 -0
  64. package/lib/esm/assets/social/outlined/linkedin.js +1 -0
  65. package/lib/esm/assets/social/outlined/twitter.d.ts +2 -0
  66. package/lib/esm/assets/social/outlined/twitter.js +1 -0
  67. package/lib/esm/components/SCCategoryFollowersButton.d.ts +22 -12
  68. package/lib/esm/components/SCCategoryFollowersButton.js +24 -14
  69. package/lib/esm/components/SCCommentObject.d.ts +12 -0
  70. package/lib/esm/components/SCCommentObject.js +12 -0
  71. package/lib/esm/components/SCDefaultDrawerContent.d.ts +31 -0
  72. package/lib/esm/components/SCDefaultDrawerContent.js +31 -0
  73. package/lib/esm/components/SCEventHeader.d.ts +2 -4
  74. package/lib/esm/components/SCEventHeader.js +4 -6
  75. package/lib/esm/components/SCEventMembersWidget.d.ts +1 -10
  76. package/lib/esm/components/SCEventMembersWidget.js +1 -8
  77. package/lib/esm/components/SCEventParticipantsButton.d.ts +24 -5
  78. package/lib/esm/components/SCEventParticipantsButton.js +23 -5
  79. package/lib/esm/components/SCEventSubscribeButton.d.ts +3 -0
  80. package/lib/esm/components/SCEventSubscribeButton.js +3 -0
  81. package/lib/esm/components/SCEvents.d.ts +6 -0
  82. package/lib/esm/components/SCEvents.js +7 -1
  83. package/lib/esm/components/SCFeedObject.d.ts +15 -8
  84. package/lib/esm/components/SCFeedObject.js +17 -10
  85. package/lib/esm/components/SCGroupMembersButton.d.ts +22 -12
  86. package/lib/esm/components/SCGroupMembersButton.js +24 -14
  87. package/lib/esm/components/SCLiveStreamRoom.d.ts +3 -0
  88. package/lib/esm/components/SCLiveStreamRoom.js +4 -1
  89. package/lib/esm/components/SCNavigationMenuDrawer.d.ts +3 -0
  90. package/lib/esm/components/SCNavigationMenuDrawer.js +3 -0
  91. package/lib/esm/components/SCOnBoardingWidget.d.ts +5 -0
  92. package/lib/esm/components/SCOnBoardingWidget.js +5 -0
  93. package/lib/esm/components/SCTagAutocomplete.d.ts +6 -0
  94. package/lib/esm/components/SCTagAutocomplete.js +6 -0
  95. package/lib/esm/components/SCUserProfileEdit.d.ts +17 -0
  96. package/lib/esm/components/SCUserProfileEdit.js +17 -0
  97. package/lib/esm/components/SCVoteButton.d.ts +1 -0
  98. package/lib/esm/components/SCVoteButton.js +1 -0
  99. package/lib/esm/index.d.ts +195 -54
  100. package/lib/esm/index.js +25 -2
  101. package/lib/umd/react-theme-default.js +1 -1
  102. package/package.json +4 -4
@@ -1,22 +1,32 @@
1
1
  const Component = {
2
2
  styleOverrides: {
3
- root: ({ theme }) => ({
3
+ root: ({ theme, subscribers }) => ({
4
4
  padding: theme.spacing(),
5
- '& .MuiAvatarGroup-root .MuiAvatar-root': {
6
- width: theme.selfcommunity.user.avatar.sizeSmall,
7
- height: theme.selfcommunity.user.avatar.sizeSmall,
8
- border: '1px solid #fff',
9
- fontSize: '0.76rem',
10
- '&.MuiAvatar-colorDefault': {
11
- marginLeft: 0,
12
- backgroundColor: 'transparent',
13
- color: theme.palette.primary.main,
14
- border: '0 none',
15
- borderRadius: 0,
16
- padding: 1
5
+ '& .MuiAvatarGroup-root': {
6
+ '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
7
+ '&.MuiAvatar-colorDefault': {
8
+ marginLeft: 0,
9
+ backgroundColor: 'transparent',
10
+ color: theme.palette.primary.main,
11
+ border: '0 none',
12
+ borderRadius: 0,
13
+ padding: 1
14
+ }
15
+ },
16
+ '& .MuiAvatar-root': {
17
+ height: theme.selfcommunity.user.avatar.sizeSmall,
18
+ border: `1px solid ${theme.palette.common.white}`,
19
+ fontSize: '0.7rem',
20
+ '&:first-of-type': {
21
+ width: subscribers > 3 ? 'auto' : theme.selfcommunity.user.avatar.sizeSmall
22
+ },
23
+ '&:not(:first-of-type)': {
24
+ width: theme.selfcommunity.user.avatar.sizeSmall
25
+ }
17
26
  }
18
27
  }
19
- })
28
+ }),
29
+ dialogRoot: () => ({})
20
30
  }
21
31
  };
22
32
  export default Component;
@@ -23,6 +23,9 @@ declare const Component: {
23
23
  opacity: number;
24
24
  };
25
25
  };
26
+ "& .SCLiveStreamRoom-share-link": {
27
+ marginTop: any;
28
+ };
26
29
  "& .SCLiveStreamRoom-conference": {
27
30
  width: string;
28
31
  display: string;
@@ -9,7 +9,7 @@ const Component = {
9
9
  width: '100%'
10
10
  },
11
11
  [`& .SCLiveStreamRoom-prejoin`]: {
12
- padding: theme.spacing(2),
12
+ padding: theme.spacing(),
13
13
  display: 'grid',
14
14
  placeItems: 'center',
15
15
  height: '100%',
@@ -23,6 +23,9 @@ const Component = {
23
23
  opacity: 0.5
24
24
  }
25
25
  },
26
+ [`& .SCLiveStreamRoom-share-link`]: {
27
+ marginTop: theme.spacing(3)
28
+ },
26
29
  [`& .SCLiveStreamRoom-conference`]: {
27
30
  width: '100%',
28
31
  display: 'flex',
@@ -23,6 +23,9 @@ declare const Component: {
23
23
  paddingLeft: any;
24
24
  };
25
25
  };
26
+ '& .SCNavigationMenuDrawer-drawer-content': {
27
+ paddingTop: number;
28
+ };
26
29
  '& .MuiTypography-subtitle1': {
27
30
  fontSize: string;
28
31
  padding: any;
@@ -24,6 +24,9 @@ const Component = {
24
24
  paddingLeft: theme.spacing(1.5)
25
25
  }
26
26
  },
27
+ '& .SCNavigationMenuDrawer-drawer-content': {
28
+ paddingTop: 0
29
+ },
27
30
  '& .MuiTypography-subtitle1': {
28
31
  fontSize: '1.286rem',
29
32
  padding: theme.spacing(0, 2),
@@ -457,6 +457,11 @@ declare const Component: {
457
457
  '& .SCOnBoardingWidget-app-image': {
458
458
  width: string;
459
459
  };
460
+ '& .SCOnBoardingWidget-app-image-android': {
461
+ width: string;
462
+ marginTop: any;
463
+ marginBottom: any;
464
+ };
460
465
  };
461
466
  '& .SCOnBoardingWidget-app-step': {
462
467
  marginBottom: any;
@@ -453,6 +453,11 @@ const Component = {
453
453
  alignItems: 'center',
454
454
  '& .SCOnBoardingWidget-app-image': {
455
455
  width: 'auto'
456
+ },
457
+ '& .SCOnBoardingWidget-app-image-android': {
458
+ width: 'auto',
459
+ marginTop: theme.spacing(1),
460
+ marginBottom: theme.spacing(2)
456
461
  }
457
462
  },
458
463
  '& .SCOnBoardingWidget-app-step': {
@@ -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;
@@ -35,6 +35,23 @@ declare const Component: {
35
35
  marginBottom: any;
36
36
  };
37
37
  };
38
+ '& .SCUserSocialAssociation-provider-table': {
39
+ backgroundColor: string;
40
+ border: string;
41
+ '& th,td': {
42
+ padding: number;
43
+ fontWeight: string;
44
+ };
45
+ '& td': {
46
+ padding: number;
47
+ '& .SCUserSocialAssociation-provider-name': {
48
+ textTransform: string;
49
+ position: string;
50
+ top: any;
51
+ left: any;
52
+ };
53
+ };
54
+ };
38
55
  '& .SCUserProfileEdit-language-switcher': {
39
56
  margin: any;
40
57
  };
@@ -35,6 +35,23 @@ const Component = {
35
35
  marginBottom: theme.spacing(2)
36
36
  }
37
37
  },
38
+ '& .SCUserSocialAssociation-provider-table': {
39
+ backgroundColor: 'transparent',
40
+ border: '1px solid #3b3b3b',
41
+ '& th,td': {
42
+ padding: 12,
43
+ fontWeight: 'bold'
44
+ },
45
+ '& td': {
46
+ padding: 12,
47
+ '& .SCUserSocialAssociation-provider-name': {
48
+ textTransform: 'capitalize',
49
+ position: 'relative',
50
+ top: theme.spacing(-1),
51
+ left: theme.spacing()
52
+ }
53
+ }
54
+ },
38
55
  '& .SCUserProfileEdit-language-switcher': {
39
56
  margin: theme.spacing(1, 0, 1, 0)
40
57
  },
@@ -18,6 +18,7 @@ declare const Component: {
18
18
  };
19
19
  };
20
20
  popperRoot: ({ theme }: any) => {
21
+ zIndex: number;
21
22
  '& .SCVoteButton-reaction .MuiIcon-root': {
22
23
  fontSize: string;
23
24
  };
@@ -18,6 +18,7 @@ const Component = {
18
18
  }
19
19
  }),
20
20
  popperRoot: ({ theme }) => ({
21
+ zIndex: 1400,
21
22
  '& .SCVoteButton-reaction .MuiIcon-root': {
22
23
  fontSize: '22px'
23
24
  }
@@ -4,6 +4,20 @@ import './styles/reset.css';
4
4
  /**
5
5
  * Style fragments - Imports - End
6
6
  */
7
+ /**
8
+ * Style assets - Imports - Start
9
+ */
10
+ import GoogleIconContained from './assets/social/contained/google';
11
+ import FacebookIconContained from './assets/social/contained/facebook';
12
+ import TwitterIconContained from './assets/social/contained/twitter';
13
+ import LinkedinIconContained from './assets/social/contained/linkedin';
14
+ import GoogleIconOutlined from './assets/social/outlined/google';
15
+ import FacebookIconOutlined from './assets/social/outlined/facebook';
16
+ import TwitterIconOutlined from './assets/social/outlined/twitter';
17
+ import LinkedinIconOutlined from './assets/social/outlined/linkedin';
18
+ /**
19
+ * Style assets - Imports - End
20
+ */
7
21
  /**
8
22
  * Export default theme
9
23
  */
@@ -708,23 +722,33 @@ declare const theme: {
708
722
  };
709
723
  SCCategoryFollowersButton: {
710
724
  styleOverrides: {
711
- root: ({ theme }: any) => {
725
+ root: ({ theme, followers }: any) => {
712
726
  padding: any;
713
- '& .MuiAvatarGroup-root .MuiAvatar-root': {
714
- width: any;
715
- height: any;
716
- border: string;
717
- fontSize: string;
718
- '&.MuiAvatar-colorDefault': {
719
- marginLeft: number;
720
- backgroundColor: string;
721
- color: any;
727
+ '& .MuiAvatarGroup-root': {
728
+ '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
729
+ '&.MuiAvatar-colorDefault': {
730
+ marginLeft: number;
731
+ backgroundColor: string;
732
+ color: any;
733
+ border: string;
734
+ borderRadius: number;
735
+ padding: number;
736
+ };
737
+ };
738
+ '& .MuiAvatar-root': {
739
+ height: any;
722
740
  border: string;
723
- borderRadius: number;
724
- padding: number;
741
+ fontSize: string;
742
+ '&:first-of-type': {
743
+ width: any;
744
+ };
745
+ '&:not(:first-of-type)': {
746
+ width: any;
747
+ };
725
748
  };
726
749
  };
727
750
  };
751
+ dialogRoot: () => {};
728
752
  };
729
753
  };
730
754
  SCCategoryHeader: {
@@ -963,6 +987,18 @@ declare const theme: {
963
987
  maxWidth: string;
964
988
  };
965
989
  };
990
+ '& .SCCommentObject-flag-chip': {
991
+ borderRadius: number;
992
+ display: string;
993
+ width: string;
994
+ };
995
+ };
996
+ '& .SCCommentObject-collapsed': {
997
+ justifyContent: string;
998
+ alignItems: string;
999
+ '& .MuiCardContent-root': {
1000
+ marginLeft: any;
1001
+ };
966
1002
  };
967
1003
  '& .SCCommentObject-show-more-content': {
968
1004
  color: any;
@@ -1670,6 +1706,36 @@ declare const theme: {
1670
1706
  };
1671
1707
  };
1672
1708
  };
1709
+ SCDefaultDrawerContent: {
1710
+ styleOverrides: {
1711
+ root: ({ theme }: any) => {
1712
+ '& .SCDefaultDrawerContent-no-results': {
1713
+ paddingLeft: any;
1714
+ };
1715
+ '& .SCDefaultDrawerContent-title': {
1716
+ paddingTop: any;
1717
+ };
1718
+ '& .SCDefaultDrawerContent-navigation': {
1719
+ paddingTop: any;
1720
+ paddingBottom: number;
1721
+ '& .MuiListItemButton-root': {
1722
+ paddingLeft: any;
1723
+ paddingRight: any;
1724
+ '& .MuiListItemText-root .MuiTypography-root': {
1725
+ fontWeight: number;
1726
+ };
1727
+ };
1728
+ '& .MuiListItemIcon-root': {
1729
+ minWidth: number;
1730
+ marginRight: any;
1731
+ };
1732
+ '& .MuiIcon-root': {
1733
+ fontSize: number;
1734
+ };
1735
+ };
1736
+ };
1737
+ };
1738
+ };
1673
1739
  SCEditGroupButton: {
1674
1740
  styleOverrides: {
1675
1741
  root: ({ theme }: any) => {
@@ -2124,9 +2190,11 @@ declare const theme: {
2124
2190
  '& a:not(.MuiChip-clickable)': {
2125
2191
  color: string;
2126
2192
  textDecoration: string;
2193
+ display: string;
2127
2194
  '&::after': {
2128
2195
  content: string;
2129
2196
  padding: any;
2197
+ alignSelf: string;
2130
2198
  };
2131
2199
  '&:last-child::after': {
2132
2200
  display: string;
@@ -2140,7 +2208,9 @@ declare const theme: {
2140
2208
  };
2141
2209
  };
2142
2210
  '& .SCFeedObject-group, & .SCFeedObject-event': {
2143
- marginRight: string;
2211
+ [x: number]: {
2212
+ marginRight: string;
2213
+ };
2144
2214
  };
2145
2215
  };
2146
2216
  '& .SCFeedObject-group, & .SCFeedObject-event': {
@@ -2158,6 +2228,8 @@ declare const theme: {
2158
2228
  textTransform: string;
2159
2229
  };
2160
2230
  };
2231
+ borderBottom: string;
2232
+ margin: any;
2161
2233
  };
2162
2234
  '& .SCFeedObject-content': {
2163
2235
  padding: any;
@@ -2217,21 +2289,22 @@ declare const theme: {
2217
2289
  boxShadow: string;
2218
2290
  borderRadius: number;
2219
2291
  '& .SCFeedObject-category': {
2292
+ [x: number]: {
2293
+ justifyContent: string;
2294
+ };
2220
2295
  borderBottom: string;
2221
2296
  margin: any;
2222
2297
  '& .SCFeedObject-group, & .SCFeedObject-event': {
2223
2298
  borderBottom: string;
2224
- margin: any;
2299
+ marginTop: any;
2225
2300
  '& .MuiChip-icon': {
2226
- marginLeft: any;
2227
- marginRight: any;
2228
2301
  fontWeight: any;
2229
2302
  };
2230
2303
  };
2231
- };
2232
- '& .SCFeedObject-group, & .SCFeedObject-event': {
2233
- borderBottom: string;
2234
- margin: any;
2304
+ '& .SCFeedObject-group .MuiChip-icon': {
2305
+ marginLeft: any;
2306
+ marginRight: any;
2307
+ };
2235
2308
  };
2236
2309
  '& .SCFeedObject-header': {
2237
2310
  '& .MuiCardHeader-avatar': {
@@ -3277,23 +3350,33 @@ declare const theme: {
3277
3350
  };
3278
3351
  SCGroupMembersButton: {
3279
3352
  styleOverrides: {
3280
- root: ({ theme }: any) => {
3353
+ root: ({ theme, subscribers }: any) => {
3281
3354
  padding: any;
3282
- '& .MuiAvatarGroup-root .MuiAvatar-root': {
3283
- width: any;
3284
- height: any;
3285
- border: string;
3286
- fontSize: string;
3287
- '&.MuiAvatar-colorDefault': {
3288
- marginLeft: number;
3289
- backgroundColor: string;
3290
- color: any;
3355
+ '& .MuiAvatarGroup-root': {
3356
+ '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
3357
+ '&.MuiAvatar-colorDefault': {
3358
+ marginLeft: number;
3359
+ backgroundColor: string;
3360
+ color: any;
3361
+ border: string;
3362
+ borderRadius: number;
3363
+ padding: number;
3364
+ };
3365
+ };
3366
+ '& .MuiAvatar-root': {
3367
+ height: any;
3291
3368
  border: string;
3292
- borderRadius: number;
3293
- padding: number;
3369
+ fontSize: string;
3370
+ '&:first-of-type': {
3371
+ width: any;
3372
+ };
3373
+ '&:not(:first-of-type)': {
3374
+ width: any;
3375
+ };
3294
3376
  };
3295
3377
  };
3296
3378
  };
3379
+ dialogRoot: () => {};
3297
3380
  };
3298
3381
  };
3299
3382
  SCGroupMembersWidget: {
@@ -4369,6 +4452,9 @@ declare const theme: {
4369
4452
  paddingLeft: any;
4370
4453
  };
4371
4454
  };
4455
+ '& .SCNavigationMenuDrawer-drawer-content': {
4456
+ paddingTop: number;
4457
+ };
4372
4458
  '& .MuiTypography-subtitle1': {
4373
4459
  fontSize: string;
4374
4460
  padding: any;
@@ -5418,6 +5504,9 @@ declare const theme: {
5418
5504
  };
5419
5505
  '& .SCOnBoardingWidget-profile-change-picture': {
5420
5506
  [x: number]: {
5507
+ /**
5508
+ * Style assets - Imports - Start
5509
+ */
5421
5510
  top: number;
5422
5511
  left: number;
5423
5512
  };
@@ -5503,6 +5592,11 @@ declare const theme: {
5503
5592
  '& .SCOnBoardingWidget-app-image': {
5504
5593
  width: string;
5505
5594
  };
5595
+ '& .SCOnBoardingWidget-app-image-android': {
5596
+ width: string;
5597
+ marginTop: any;
5598
+ marginBottom: any;
5599
+ };
5506
5600
  };
5507
5601
  '& .SCOnBoardingWidget-app-step': {
5508
5602
  marginBottom: any;
@@ -6663,6 +6757,23 @@ declare const theme: {
6663
6757
  marginBottom: any;
6664
6758
  };
6665
6759
  };
6760
+ '& .SCUserSocialAssociation-provider-table': {
6761
+ backgroundColor: string;
6762
+ border: string;
6763
+ '& th,td': {
6764
+ padding: number;
6765
+ fontWeight: string;
6766
+ };
6767
+ '& td': {
6768
+ padding: number;
6769
+ '& .SCUserSocialAssociation-provider-name': {
6770
+ textTransform: string;
6771
+ position: string;
6772
+ top: any;
6773
+ left: any;
6774
+ };
6775
+ };
6776
+ };
6666
6777
  '& .SCUserProfileEdit-language-switcher': {
6667
6778
  margin: any;
6668
6779
  };
@@ -6866,6 +6977,11 @@ declare const theme: {
6866
6977
  dialogRoot: ({ theme }: any) => {};
6867
6978
  };
6868
6979
  };
6980
+ SCTagAutocomplete: {
6981
+ styleOverrides: {
6982
+ root: ({ theme }: any) => {};
6983
+ };
6984
+ };
6869
6985
  SCEventForm: {
6870
6986
  styleOverrides: {
6871
6987
  root: ({ theme }: any) => {
@@ -7290,6 +7406,9 @@ declare const theme: {
7290
7406
  };
7291
7407
  };
7292
7408
  '& .SCEvents-events': {
7409
+ [x: number]: {
7410
+ marginBottom: any;
7411
+ };
7293
7412
  marginTop: any;
7294
7413
  '& .SCEvents-item': {
7295
7414
  paddingTop: any;
@@ -7315,6 +7434,9 @@ declare const theme: {
7315
7434
  flexDirection: string;
7316
7435
  alignItems: string;
7317
7436
  '& .SCEvent-skeleton-root': {
7437
+ [x: number]: {
7438
+ width: string;
7439
+ };
7318
7440
  marginBottom: any;
7319
7441
  minWidth: string;
7320
7442
  };
@@ -7451,6 +7573,8 @@ declare const theme: {
7451
7573
  marginLeft: any;
7452
7574
  marginBottom: any;
7453
7575
  backgroundColor: any;
7576
+ color: any;
7577
+ border: string;
7454
7578
  '& .SCEventHeader-chip-icon': {
7455
7579
  marginLeft: any;
7456
7580
  };
@@ -7527,10 +7651,6 @@ declare const theme: {
7527
7651
  };
7528
7652
  };
7529
7653
  };
7530
- '& .SCEventHeader-name': {
7531
- fontWeight: any;
7532
- fontSize: string;
7533
- };
7534
7654
  };
7535
7655
  skeletonRoot: ({ theme }: any) => {
7536
7656
  position: string;
@@ -7642,6 +7762,9 @@ declare const theme: {
7642
7762
  selectRoot: ({ theme }: {
7643
7763
  theme: any;
7644
7764
  }) => {
7765
+ [x: number]: {
7766
+ padding: string;
7767
+ };
7645
7768
  backgroundColor: any;
7646
7769
  justifyContent: string;
7647
7770
  height: number;
@@ -7731,8 +7854,9 @@ declare const theme: {
7731
7854
  };
7732
7855
  SCEventParticipantsButton: {
7733
7856
  styleOverrides: {
7734
- root: ({ theme }: {
7857
+ root: ({ theme, followers }: {
7735
7858
  theme: any;
7859
+ followers: any;
7736
7860
  }) => {
7737
7861
  gap: any;
7738
7862
  marginTop: string;
@@ -7740,10 +7864,28 @@ declare const theme: {
7740
7864
  '&:hover': {
7741
7865
  backgroundColor: string;
7742
7866
  };
7743
- '& .MuiAvatarGroup-avatar': {
7744
- width: any;
7745
- height: any;
7746
- fontSize: string;
7867
+ '& .MuiAvatarGroup-root': {
7868
+ '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
7869
+ '&.MuiAvatar-colorDefault': {
7870
+ marginLeft: number;
7871
+ backgroundColor: string;
7872
+ color: any;
7873
+ border: string;
7874
+ borderRadius: number;
7875
+ padding: number;
7876
+ };
7877
+ };
7878
+ '& .MuiAvatar-root': {
7879
+ height: any;
7880
+ border: string;
7881
+ fontSize: string;
7882
+ '&:first-of-type': {
7883
+ width: any;
7884
+ };
7885
+ '&:not(:first-of-type)': {
7886
+ width: any;
7887
+ };
7888
+ };
7747
7889
  };
7748
7890
  '& .SCEventParticipantsButton-participants': {
7749
7891
  color: any;
@@ -8099,9 +8241,6 @@ declare const theme: {
8099
8241
  root: ({ theme }: {
8100
8242
  theme: any;
8101
8243
  }) => {
8102
- /**
8103
- * Style fragments - Imports - Start
8104
- */
8105
8244
  '& .SCEventMembersWidget-content': {
8106
8245
  padding: string;
8107
8246
  '& .SCEventMembersWidget-title': {
@@ -8152,16 +8291,7 @@ declare const theme: {
8152
8291
  };
8153
8292
  };
8154
8293
  };
8155
- dialogRoot: ({ theme }: {
8156
- theme: any;
8157
- }) => {
8158
- '& .SCEventMembersWidget-infinite-scroll': {
8159
- [x: number]: {
8160
- height: string;
8161
- };
8162
- height: string;
8163
- };
8164
- };
8294
+ dialogRoot: () => {};
8165
8295
  };
8166
8296
  };
8167
8297
  SCRelatedEventsWidget: {
@@ -8323,6 +8453,7 @@ declare const theme: {
8323
8453
  };
8324
8454
  };
8325
8455
  popperRoot: ({ theme }: any) => {
8456
+ zIndex: number;
8326
8457
  '& .SCVoteButton-reaction .MuiIcon-root': {
8327
8458
  fontSize: string;
8328
8459
  };
@@ -8912,6 +9043,9 @@ declare const theme: {
8912
9043
  opacity: number;
8913
9044
  };
8914
9045
  };
9046
+ "& .SCLiveStreamRoom-share-link": {
9047
+ marginTop: any;
9048
+ };
8915
9049
  "& .SCLiveStreamRoom-conference": {
8916
9050
  width: string;
8917
9051
  display: string;
@@ -9013,3 +9147,10 @@ declare const theme: {
9013
9147
  };
9014
9148
  };
9015
9149
  export default theme;
9150
+ /**
9151
+ * Style assets - Exports - Start
9152
+ */
9153
+ export { GoogleIconContained, FacebookIconContained, LinkedinIconContained, TwitterIconContained, GoogleIconOutlined, FacebookIconOutlined, LinkedinIconOutlined, TwitterIconOutlined };
9154
+ /**
9155
+ * Style assets - Exports - End
9156
+ */