@selfcommunity/react-theme-default 0.2.0-live.80 → 0.2.0-live.85

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 (98) 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/SCOnBoardingWidget.d.ts +5 -0
  40. package/lib/cjs/components/SCOnBoardingWidget.js +5 -0
  41. package/lib/cjs/components/SCTagAutocomplete.d.ts +6 -0
  42. package/lib/cjs/components/SCTagAutocomplete.js +8 -0
  43. package/lib/cjs/components/SCUserProfileEdit.d.ts +17 -0
  44. package/lib/cjs/components/SCUserProfileEdit.js +17 -0
  45. package/lib/cjs/components/SCVoteButton.d.ts +1 -0
  46. package/lib/cjs/components/SCVoteButton.js +1 -0
  47. package/lib/cjs/index.d.ts +192 -54
  48. package/lib/cjs/index.js +30 -2
  49. package/lib/esm/assets/social/contained/facebook.d.ts +2 -0
  50. package/lib/esm/assets/social/contained/facebook.js +1 -0
  51. package/lib/esm/assets/social/contained/google.d.ts +2 -0
  52. package/lib/esm/assets/social/contained/google.js +1 -0
  53. package/lib/esm/assets/social/contained/linkedin.d.ts +2 -0
  54. package/lib/esm/assets/social/contained/linkedin.js +1 -0
  55. package/lib/esm/assets/social/contained/twitter.d.ts +2 -0
  56. package/lib/esm/assets/social/contained/twitter.js +1 -0
  57. package/lib/esm/assets/social/outlined/facebook.d.ts +2 -0
  58. package/lib/esm/assets/social/outlined/facebook.js +1 -0
  59. package/lib/esm/assets/social/outlined/google.d.ts +2 -0
  60. package/lib/esm/assets/social/outlined/google.js +1 -0
  61. package/lib/esm/assets/social/outlined/linkedin.d.ts +2 -0
  62. package/lib/esm/assets/social/outlined/linkedin.js +1 -0
  63. package/lib/esm/assets/social/outlined/twitter.d.ts +2 -0
  64. package/lib/esm/assets/social/outlined/twitter.js +1 -0
  65. package/lib/esm/components/SCCategoryFollowersButton.d.ts +22 -12
  66. package/lib/esm/components/SCCategoryFollowersButton.js +24 -14
  67. package/lib/esm/components/SCCommentObject.d.ts +12 -0
  68. package/lib/esm/components/SCCommentObject.js +12 -0
  69. package/lib/esm/components/SCDefaultDrawerContent.d.ts +31 -0
  70. package/lib/esm/components/SCDefaultDrawerContent.js +31 -0
  71. package/lib/esm/components/SCEventHeader.d.ts +2 -4
  72. package/lib/esm/components/SCEventHeader.js +4 -6
  73. package/lib/esm/components/SCEventMembersWidget.d.ts +1 -10
  74. package/lib/esm/components/SCEventMembersWidget.js +1 -8
  75. package/lib/esm/components/SCEventParticipantsButton.d.ts +24 -5
  76. package/lib/esm/components/SCEventParticipantsButton.js +23 -5
  77. package/lib/esm/components/SCEventSubscribeButton.d.ts +3 -0
  78. package/lib/esm/components/SCEventSubscribeButton.js +3 -0
  79. package/lib/esm/components/SCEvents.d.ts +6 -0
  80. package/lib/esm/components/SCEvents.js +7 -1
  81. package/lib/esm/components/SCFeedObject.d.ts +15 -8
  82. package/lib/esm/components/SCFeedObject.js +17 -10
  83. package/lib/esm/components/SCGroupMembersButton.d.ts +22 -12
  84. package/lib/esm/components/SCGroupMembersButton.js +24 -14
  85. package/lib/esm/components/SCLiveStreamRoom.d.ts +3 -0
  86. package/lib/esm/components/SCLiveStreamRoom.js +4 -1
  87. package/lib/esm/components/SCOnBoardingWidget.d.ts +5 -0
  88. package/lib/esm/components/SCOnBoardingWidget.js +5 -0
  89. package/lib/esm/components/SCTagAutocomplete.d.ts +6 -0
  90. package/lib/esm/components/SCTagAutocomplete.js +6 -0
  91. package/lib/esm/components/SCUserProfileEdit.d.ts +17 -0
  92. package/lib/esm/components/SCUserProfileEdit.js +17 -0
  93. package/lib/esm/components/SCVoteButton.d.ts +1 -0
  94. package/lib/esm/components/SCVoteButton.js +1 -0
  95. package/lib/esm/index.d.ts +192 -54
  96. package/lib/esm/index.js +25 -2
  97. package/lib/umd/react-theme-default.js +1 -1
  98. package/package.json +4 -4
@@ -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',
@@ -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: {
@@ -5418,6 +5501,9 @@ declare const theme: {
5418
5501
  };
5419
5502
  '& .SCOnBoardingWidget-profile-change-picture': {
5420
5503
  [x: number]: {
5504
+ /**
5505
+ * Style assets - Imports - Start
5506
+ */
5421
5507
  top: number;
5422
5508
  left: number;
5423
5509
  };
@@ -5503,6 +5589,11 @@ declare const theme: {
5503
5589
  '& .SCOnBoardingWidget-app-image': {
5504
5590
  width: string;
5505
5591
  };
5592
+ '& .SCOnBoardingWidget-app-image-android': {
5593
+ width: string;
5594
+ marginTop: any;
5595
+ marginBottom: any;
5596
+ };
5506
5597
  };
5507
5598
  '& .SCOnBoardingWidget-app-step': {
5508
5599
  marginBottom: any;
@@ -6663,6 +6754,23 @@ declare const theme: {
6663
6754
  marginBottom: any;
6664
6755
  };
6665
6756
  };
6757
+ '& .SCUserSocialAssociation-provider-table': {
6758
+ backgroundColor: string;
6759
+ border: string;
6760
+ '& th,td': {
6761
+ padding: number;
6762
+ fontWeight: string;
6763
+ };
6764
+ '& td': {
6765
+ padding: number;
6766
+ '& .SCUserSocialAssociation-provider-name': {
6767
+ textTransform: string;
6768
+ position: string;
6769
+ top: any;
6770
+ left: any;
6771
+ };
6772
+ };
6773
+ };
6666
6774
  '& .SCUserProfileEdit-language-switcher': {
6667
6775
  margin: any;
6668
6776
  };
@@ -6866,6 +6974,11 @@ declare const theme: {
6866
6974
  dialogRoot: ({ theme }: any) => {};
6867
6975
  };
6868
6976
  };
6977
+ SCTagAutocomplete: {
6978
+ styleOverrides: {
6979
+ root: ({ theme }: any) => {};
6980
+ };
6981
+ };
6869
6982
  SCEventForm: {
6870
6983
  styleOverrides: {
6871
6984
  root: ({ theme }: any) => {
@@ -7290,6 +7403,9 @@ declare const theme: {
7290
7403
  };
7291
7404
  };
7292
7405
  '& .SCEvents-events': {
7406
+ [x: number]: {
7407
+ marginBottom: any;
7408
+ };
7293
7409
  marginTop: any;
7294
7410
  '& .SCEvents-item': {
7295
7411
  paddingTop: any;
@@ -7315,6 +7431,9 @@ declare const theme: {
7315
7431
  flexDirection: string;
7316
7432
  alignItems: string;
7317
7433
  '& .SCEvent-skeleton-root': {
7434
+ [x: number]: {
7435
+ width: string;
7436
+ };
7318
7437
  marginBottom: any;
7319
7438
  minWidth: string;
7320
7439
  };
@@ -7451,6 +7570,8 @@ declare const theme: {
7451
7570
  marginLeft: any;
7452
7571
  marginBottom: any;
7453
7572
  backgroundColor: any;
7573
+ color: any;
7574
+ border: string;
7454
7575
  '& .SCEventHeader-chip-icon': {
7455
7576
  marginLeft: any;
7456
7577
  };
@@ -7527,10 +7648,6 @@ declare const theme: {
7527
7648
  };
7528
7649
  };
7529
7650
  };
7530
- '& .SCEventHeader-name': {
7531
- fontWeight: any;
7532
- fontSize: string;
7533
- };
7534
7651
  };
7535
7652
  skeletonRoot: ({ theme }: any) => {
7536
7653
  position: string;
@@ -7642,6 +7759,9 @@ declare const theme: {
7642
7759
  selectRoot: ({ theme }: {
7643
7760
  theme: any;
7644
7761
  }) => {
7762
+ [x: number]: {
7763
+ padding: string;
7764
+ };
7645
7765
  backgroundColor: any;
7646
7766
  justifyContent: string;
7647
7767
  height: number;
@@ -7731,8 +7851,9 @@ declare const theme: {
7731
7851
  };
7732
7852
  SCEventParticipantsButton: {
7733
7853
  styleOverrides: {
7734
- root: ({ theme }: {
7854
+ root: ({ theme, followers }: {
7735
7855
  theme: any;
7856
+ followers: any;
7736
7857
  }) => {
7737
7858
  gap: any;
7738
7859
  marginTop: string;
@@ -7740,10 +7861,28 @@ declare const theme: {
7740
7861
  '&:hover': {
7741
7862
  backgroundColor: string;
7742
7863
  };
7743
- '& .MuiAvatarGroup-avatar': {
7744
- width: any;
7745
- height: any;
7746
- fontSize: string;
7864
+ '& .MuiAvatarGroup-root': {
7865
+ '&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
7866
+ '&.MuiAvatar-colorDefault': {
7867
+ marginLeft: number;
7868
+ backgroundColor: string;
7869
+ color: any;
7870
+ border: string;
7871
+ borderRadius: number;
7872
+ padding: number;
7873
+ };
7874
+ };
7875
+ '& .MuiAvatar-root': {
7876
+ height: any;
7877
+ border: string;
7878
+ fontSize: string;
7879
+ '&:first-of-type': {
7880
+ width: any;
7881
+ };
7882
+ '&:not(:first-of-type)': {
7883
+ width: any;
7884
+ };
7885
+ };
7747
7886
  };
7748
7887
  '& .SCEventParticipantsButton-participants': {
7749
7888
  color: any;
@@ -8099,9 +8238,6 @@ declare const theme: {
8099
8238
  root: ({ theme }: {
8100
8239
  theme: any;
8101
8240
  }) => {
8102
- /**
8103
- * Style fragments - Imports - Start
8104
- */
8105
8241
  '& .SCEventMembersWidget-content': {
8106
8242
  padding: string;
8107
8243
  '& .SCEventMembersWidget-title': {
@@ -8152,16 +8288,7 @@ declare const theme: {
8152
8288
  };
8153
8289
  };
8154
8290
  };
8155
- dialogRoot: ({ theme }: {
8156
- theme: any;
8157
- }) => {
8158
- '& .SCEventMembersWidget-infinite-scroll': {
8159
- [x: number]: {
8160
- height: string;
8161
- };
8162
- height: string;
8163
- };
8164
- };
8291
+ dialogRoot: () => {};
8165
8292
  };
8166
8293
  };
8167
8294
  SCRelatedEventsWidget: {
@@ -8323,6 +8450,7 @@ declare const theme: {
8323
8450
  };
8324
8451
  };
8325
8452
  popperRoot: ({ theme }: any) => {
8453
+ zIndex: number;
8326
8454
  '& .SCVoteButton-reaction .MuiIcon-root': {
8327
8455
  fontSize: string;
8328
8456
  };
@@ -8912,6 +9040,9 @@ declare const theme: {
8912
9040
  opacity: number;
8913
9041
  };
8914
9042
  };
9043
+ "& .SCLiveStreamRoom-share-link": {
9044
+ marginTop: any;
9045
+ };
8915
9046
  "& .SCLiveStreamRoom-conference": {
8916
9047
  width: string;
8917
9048
  display: string;
@@ -9013,3 +9144,10 @@ declare const theme: {
9013
9144
  };
9014
9145
  };
9015
9146
  export default theme;
9147
+ /**
9148
+ * Style assets - Exports - Start
9149
+ */
9150
+ export { GoogleIconContained, FacebookIconContained, LinkedinIconContained, TwitterIconContained, GoogleIconOutlined, FacebookIconOutlined, LinkedinIconOutlined, TwitterIconOutlined };
9151
+ /**
9152
+ * Style assets - Exports - End
9153
+ */
package/lib/esm/index.js CHANGED
@@ -58,6 +58,7 @@ import SCCustomAdv from './components/SCCustomAdv';
58
58
  import SCCustomSnackMessage from './components/SCCustomSnackMessage';
59
59
  import SCDateTimeAgo from './components/SCDateTimeAgo';
60
60
  import SCDefaultHeaderContent from './components/SCDefaultHeaderContent';
61
+ import SCDefaultDrawerContent from './components/SCDefaultDrawerContent';
61
62
  import SCEditGroupButton from './components/SCEditGroupButton';
62
63
  import SCEditor from './components/SCEditor';
63
64
  import SCEmojiPicker from './components/SCEmojiPicker';
@@ -167,12 +168,27 @@ import SCUserProfileHeader from './components/SCUserProfileHeader';
167
168
  import SCUserProfileTemplate from './components/SCUserProfileTemplate';
168
169
  import SCUserSubscribedGroupsWidget from './components/SCUserSubscribedGroupsWidget';
169
170
  import SCUserSuggestionWidget from './components/SCUserSuggestionWidget';
171
+ import SCTagAutocomplete from './components/SCTagAutocomplete';
170
172
  import SCVoteAudienceButton from './components/SCVoteAudienceButton';
171
173
  import SCVoteButton from './components/SCVoteButton';
172
174
  import SCWidget from './components/SCWidget';
173
175
  /**
174
176
  * Style fragments - Imports - End
175
177
  */
178
+ /**
179
+ * Style assets - Imports - Start
180
+ */
181
+ import GoogleIconContained from './assets/social/contained/google';
182
+ import FacebookIconContained from './assets/social/contained/facebook';
183
+ import TwitterIconContained from './assets/social/contained/twitter';
184
+ import LinkedinIconContained from './assets/social/contained/linkedin';
185
+ import GoogleIconOutlined from './assets/social/outlined/google';
186
+ import FacebookIconOutlined from './assets/social/outlined/facebook';
187
+ import TwitterIconOutlined from './assets/social/outlined/twitter';
188
+ import LinkedinIconOutlined from './assets/social/outlined/linkedin';
189
+ /**
190
+ * Style assets - Imports - End
191
+ */
176
192
  /**
177
193
  * Export default theme
178
194
  */
@@ -241,8 +257,6 @@ const theme = {
241
257
  MuiAppBar,
242
258
  MuiAutocomplete,
243
259
  MuiAvatar,
244
- // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
245
- // @ts-ignore
246
260
  MuiButton,
247
261
  MuiContainer,
248
262
  MuiDialog,
@@ -292,6 +306,7 @@ const theme = {
292
306
  SCCustomSnackMessage,
293
307
  SCDateTimeAgo,
294
308
  SCDefaultHeaderContent,
309
+ SCDefaultDrawerContent,
295
310
  SCEditGroupButton,
296
311
  SCEditor,
297
312
  SCEmojiPicker,
@@ -375,6 +390,7 @@ const theme = {
375
390
  SCUserProfileTemplate,
376
391
  SCUserSubscribedGroupsWidget,
377
392
  SCUserSuggestionWidget,
393
+ SCTagAutocomplete,
378
394
  SCEventForm,
379
395
  SCEventFormDialog,
380
396
  SCCreateEventButton,
@@ -435,3 +451,10 @@ const theme = {
435
451
  }
436
452
  };
437
453
  export default theme;
454
+ /**
455
+ * Style assets - Exports - Start
456
+ */
457
+ export { GoogleIconContained, FacebookIconContained, LinkedinIconContained, TwitterIconContained, GoogleIconOutlined, FacebookIconOutlined, LinkedinIconOutlined, TwitterIconOutlined };
458
+ /**
459
+ * Style assets - Exports - End
460
+ */