@selfcommunity/react-theme-default 0.1.50-events.39 → 0.1.50-events.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.
@@ -0,0 +1,29 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ '& .SCEventInfoWidget-content': {
5
+ position: 'relative',
6
+ padding: `${theme.spacing(2)} ${theme.spacing(2)} 13px !important`,
7
+ '& .SCEventInfoWidget-title-wrapper': {
8
+ flexDirection: 'row',
9
+ alignItems: 'center',
10
+ gap: '9px',
11
+ marginBottom: theme.spacing(1)
12
+ },
13
+ '& .SCEventInfoWidget-text-wrapper': {
14
+ marginBottom: theme.spacing(3),
15
+ '& .SCEventInfoWidget-show-more': {
16
+ fontSize: theme.typography.fontSize,
17
+ fontWeight: theme.typography.fontWeightBold,
18
+ padding: theme.spacing(0.25),
19
+ justifyContent: 'start',
20
+ '&:hover': {
21
+ backgroundColor: 'transparent'
22
+ }
23
+ }
24
+ }
25
+ }
26
+ })
27
+ }
28
+ };
29
+ export default Component;
@@ -21,7 +21,7 @@ declare const Component: {
21
21
  flexGrow: number;
22
22
  textAlign: string;
23
23
  alignSelf: string;
24
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups': {
24
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
25
25
  paddingTop: number;
26
26
  paddingLeft: any;
27
27
  paddingRight: any;
@@ -13,7 +13,7 @@ const Component = {
13
13
  flexGrow: 1,
14
14
  textAlign: 'center',
15
15
  alignSelf: 'end',
16
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups': {
16
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
17
17
  paddingTop: 12,
18
18
  paddingLeft: theme.spacing(1),
19
19
  paddingRight: theme.spacing(1),
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import './styles/reset.css';
3
2
  import './fonts/community-icons.css';
3
+ import './styles/reset.css';
4
4
  /**
5
5
  * Style fragments - Imports - End
6
6
  */
@@ -2105,12 +2105,6 @@ declare const theme: {
2105
2105
  fontSize: any;
2106
2106
  fontWeight: any;
2107
2107
  padding: any;
2108
- /**
2109
- * Style fragments - Imports - End
2110
- */
2111
- /**
2112
- * Export default theme
2113
- */
2114
2108
  justifyContent: string;
2115
2109
  '&:hover': {
2116
2110
  backgroundColor: string;
@@ -3384,7 +3378,7 @@ declare const theme: {
3384
3378
  flexGrow: number;
3385
3379
  textAlign: string;
3386
3380
  alignSelf: string;
3387
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups': {
3381
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events': {
3388
3382
  paddingTop: number;
3389
3383
  paddingLeft: any;
3390
3384
  paddingRight: any;
@@ -6676,6 +6670,65 @@ declare const theme: {
6676
6670
  };
6677
6671
  };
6678
6672
  };
6673
+ SCEventInfoWidget: {
6674
+ styleOverrides: {
6675
+ root: ({ theme }: {
6676
+ theme: any;
6677
+ }) => {
6678
+ '& .SCEventInfoWidget-content': {
6679
+ position: string;
6680
+ padding: string;
6681
+ '& .SCEventInfoWidget-title-wrapper': {
6682
+ flexDirection: string;
6683
+ alignItems: string;
6684
+ gap: string;
6685
+ marginBottom: any;
6686
+ };
6687
+ '& .SCEventInfoWidget-text-wrapper': {
6688
+ marginBottom: any;
6689
+ '& .SCEventInfoWidget-show-more': {
6690
+ fontSize: any;
6691
+ fontWeight: any;
6692
+ padding: any;
6693
+ justifyContent: string;
6694
+ '&:hover': {
6695
+ backgroundColor: string;
6696
+ };
6697
+ };
6698
+ };
6699
+ };
6700
+ };
6701
+ };
6702
+ };
6703
+ SCEventInfoDetails: {
6704
+ styleOverrides: {
6705
+ root: ({ theme }: {
6706
+ theme: any;
6707
+ }) => {
6708
+ gap: any;
6709
+ '& .SCEventInfoDetails-icon-text-wrapper': {
6710
+ flexDirection: string;
6711
+ alignItems: string;
6712
+ gap: any;
6713
+ '& .SCEventInfoDetails-link': {
6714
+ textDecoration: string;
6715
+ '& .SCEventInfoDetails-url': {
6716
+ overflow: string;
6717
+ textOverflow: string;
6718
+ display: string;
6719
+ '-webkit-line-clamp': string;
6720
+ '-webkit-box-orient': string;
6721
+ };
6722
+ };
6723
+ };
6724
+ '& .SCEventInfoDetails-creation-wrapper': {
6725
+ flexDirection: string;
6726
+ alignItems: string;
6727
+ gap: any;
6728
+ };
6729
+ };
6730
+ };
6731
+ };
6679
6732
  SCEventSubscribeButton: {
6680
6733
  styleOverrides: {
6681
6734
  selectRoot: ({ theme }: any) => {
package/lib/esm/index.js CHANGED
@@ -1,149 +1,152 @@
1
- import './styles/reset.css';
2
1
  import './fonts/community-icons.css';
2
+ import './styles/reset.css';
3
3
  /**
4
4
  * Style fragments - Imports - Start
5
5
  */
6
- import SCWidget from './components/SCWidget';
7
- import SCBaseDialog from './components/SCBaseDialog';
8
- import SCInlineComposerWidget from './components/SCInlineComposerWidget';
9
- import SCEditor from './components/SCEditor';
10
- import SCCommentsObject from './components/SCCommentsObject';
11
- import SCCommentsFeedObject from './components/SCCommentsFeedObject';
12
- import SCBroadcastMessages from './components/SCBroadcastMessages';
13
- import SCSnippetNotifications from './components/SCSnippetNotifications';
14
- import SCScrollContainer from './components/SCScrollContainer';
15
- import SCFeedObject from './components/SCFeedObject';
16
- import SCFeedObjectMediaPreview from './components/SCFeedObjectMediaPreview';
17
- import SCFeed from './components/SCFeed';
18
- import MuiButton from './components/MuiButton';
6
+ import MuiAppBar from './components/MuiAppBar';
7
+ import MuiAutocomplete from './components/MuiAutocomplete';
19
8
  import MuiAvatar from './components/MuiAvatar';
20
- import SCContributionActionsMenu from './components/SCContributionActionsMenu';
21
- import SCBaseItem from './components/SCBaseItem';
22
- import SCCategoryHeader from './components/SCCategoryHeader';
23
- import SCCategoryFeedTemplate from './components/SCCategoryFeedTemplate';
24
- import SCBaseItemButton from './components/SCBaseItemButton';
25
- import SCUserProfileHeader from './components/SCUserProfileHeader';
26
- import SCCategoryTemplate from './components/SCCategoryTemplate';
27
- import SCUserProfileTemplate from './components/SCUserProfileTemplate';
28
- import SCFeedObjectDetailTemplate from './components/SCFeedObjectDetailTemplate';
29
- import SCCommentObject from './components/SCCommentObject';
30
- import SCCommentObjectReply from './components/SCCommentObjectReply';
31
- import SCCustomSnackMessage from './components/SCCustomSnackMessage';
9
+ import MuiButton from './components/MuiButton';
32
10
  import MuiContainer from './components/MuiContainer';
33
- import SCLoyaltyProgramDetailTemplate from './components/SCLoyaltyProgramDetailTemplate';
34
- import SCPrivateMessageComponent from './components/SCPrivateMessageComponent';
35
11
  import MuiDialog from './components/MuiDialog';
36
- import SCCategories from './components/SCCategories';
12
+ import MuiDrawer from './components/MuiDrawer';
37
13
  import MuiIcon from './components/MuiIcon';
38
- import SCCategory from './components/SCCategory';
39
- import SCDateTimeAgo from './components/SCDateTimeAgo';
40
14
  import MuiIconButton from './components/MuiIconButton';
41
- import SCUser from './components/SCUser';
42
- import SCLoyaltyProgramWidget from './components/SCLoyaltyProgramWidget';
43
15
  import MuiOutlinedInput from './components/MuiOutlinedInput';
16
+ import MuiPopover from './components/MuiPopover';
44
17
  import MuiSelect from './components/MuiSelect';
45
- import SCCategoryAutocomplete from './components/SCCategoryAutocomplete';
46
- import MuiAutocomplete from './components/MuiAutocomplete';
47
- import SCPreviewMediaDocument from './components/SCPreviewMediaDocument';
48
- import SCChoices from './components/SCChoices';
49
- import SCNavigationToolbar from './components/SCNavigationToolbar';
50
- import SCSearchAutocomplete from './components/SCSearchAutocomplete';
51
- import SCNavigationToolbarMobile from './components/SCNavigationToolbarMobile';
52
- import SCBottomNavigation from './components/SCBottomNavigation';
53
- import MuiAppBar from './components/MuiAppBar';
54
- import SCPrivateMessageSnippetItem from './components/SCPrivateMessageSnippetItem';
55
- import SCPrivateMessageThread from './components/SCPrivateMessageThread';
56
- import SCPrivateMessageThreadItem from './components/SCPrivateMessageThreadItem';
57
- import SCPrivateMessageSnippets from './components/SCPrivateMessageSnippets';
58
- import SCPrivateMessageEditor from './components/SCPrivateMessageEditor';
59
- import SCNotificationItem from './components/SCNotificationItem';
60
- import SCNotification from './components/SCNotification';
61
- import SCLightbox from './components/SCLightbox';
62
- import SCReactionAction from './components/SCReactionAction';
63
18
  import MuiTooltip from './components/MuiTooltip';
64
- import MuiPopover from './components/MuiPopover';
65
- import SCUserActionIconButton from './components/SCUserActionIconButton';
66
- import SCNavigationSettingsIconButton from './components/SCNavigationSettingsIconButton';
67
- import SCUserInfo from './components/SCUserInfo';
68
- import SCUserCounters from './components/SCUserCounters';
69
- import SCUserProfileEdit from './components/SCUserProfileEdit';
70
- import SCUserProfileBlocked from './components/SCUserProfileBlocked';
71
- import SCVoteButton from './components/SCVoteButton';
72
- import SCVoteAudienceButton from './components/SCVoteAudienceButton';
73
- import SCFooter from './components/SCFooter';
74
- import SCPlatformWidget from './components/SCPlatformWidget';
75
- import SCChangePictureButton from './components/SCChangePictureButton';
76
- import SCCategoryFollowersButton from './components/SCCategoryFollowersButton';
77
- import SCFeedUpdatesWidget from './components/SCFeedUpdatesWidget';
78
- import SCIncubator from './components/SCIncubator';
79
- import SCIncubatorListWidget from './components/SCIncubatorListWidget';
80
- import SCIncubatorSuggestionWidget from './components/SCIncubatorSuggestionWidget';
81
- import SCIncubatorDetail from './components/SCIncubatorDetail';
82
- import MuiDrawer from './components/MuiDrawer';
83
- import SCEmojiPicker from './components/SCEmojiPicker';
84
- import SCBullet from './components/SCBullet';
19
+ import SCAccountChangeMailValidation from './components/SCAccountChangeMailValidation';
85
20
  import SCAccountDataPortability from './components/SCAccountDataPortability';
86
21
  import SCAccountDelete from './components/SCAccountDelete';
87
- import SCNavigationMenuIconButton from './components/SCNavigationMenuIconButton';
88
- import SCDefaultHeaderContent from './components/SCDefaultHeaderContent';
89
- import SCPreviewMediaLink from './components/SCPreviewMediaLink';
90
- import SCUserAvatar from './components/SCUserAvatar';
91
22
  import SCAccountReset from './components/SCAccountReset';
92
- import SCAccountChangeMailValidation from './components/SCAccountChangeMailValidation';
93
23
  import SCAccountVerify from './components/SCAccountVerify';
94
- import SCComposer from './components/SCComposer';
95
- import SCMediaLink from './components/SCMediaLink';
96
- import SCMediaFile from './components/SCMediaFile';
24
+ import SCBaseDialog from './components/SCBaseDialog';
25
+ import SCBaseItem from './components/SCBaseItem';
26
+ import SCBaseItemButton from './components/SCBaseItemButton';
27
+ import SCBottomNavigation from './components/SCBottomNavigation';
28
+ import SCBroadcastMessages from './components/SCBroadcastMessages';
29
+ import SCBullet from './components/SCBullet';
30
+ import SCCategories from './components/SCCategories';
97
31
  import SCCategoriesPopularWidget from './components/SCCategoriesPopularWidget';
98
32
  import SCCategoriesSuggestionWidget from './components/SCCategoriesSuggestionWidget';
33
+ import SCCategory from './components/SCCategory';
34
+ import SCCategoryAutocomplete from './components/SCCategoryAutocomplete';
35
+ import SCCategoryFeedTemplate from './components/SCCategoryFeedTemplate';
36
+ import SCCategoryFollowersButton from './components/SCCategoryFollowersButton';
37
+ import SCCategoryHeader from './components/SCCategoryHeader';
38
+ import SCCategoryTemplate from './components/SCCategoryTemplate';
99
39
  import SCCategoryTrendingFeedWidget from './components/SCCategoryTrendingFeedWidget';
100
40
  import SCCategoryTrendingUsersWidget from './components/SCCategoryTrendingUsersWidget';
101
- import SCConsentSolution from './components/SCConsentSolution';
102
- import SCCustomAdv from './components/SCCustomAdv';
103
- import SCPollSuggestionWidget from './components/SCPollSuggestionWidget';
104
- import SCRelatedFeedObjectsWidget from './components/SCRelatedFeedObjectsWidget';
105
- import SCToastNotifications from './components/SCToastNotifications';
106
- import SCUserConnectionsRequestsSentWidget from './components/SCUserConnectionsRequestsSentWidget';
107
- import SCUserConnectionsRequestsWidget from './components/SCUserConnectionsRequestsWidget';
108
- import SCUserConnectionsWidget from './components/SCUserConnectionsWidget';
109
- import SCUserCategoriesFollowedWidget from './components/SCUserCategoriesFollowedWidget';
110
- import SCUserFollowedUsersWidget from './components/SCUserFollowedUsersWidget';
111
- import SCUserFollowersWidget from './components/SCUserFollowersWidget';
112
- import SCUserSuggestionWidget from './components/SCUserSuggestionWidget';
113
- import SCExploreFeedTemplate from './components/SCExploreFeedTemplate';
114
- import SCMainFeedTemplate from './components/SCMainFeedTemplate';
115
- import SCNotificationFeedTemplate from './components/SCNotificationFeedTemplate';
116
- import SCUserFeedTemplate from './components/SCUserFeedTemplate';
117
41
  import SCChangeCoverButton from './components/SCChangeCoverButton';
118
- import SCPrivateMessageSettingsIconButton from './components/SCPrivateMessageSettingsIconButton';
119
- import SCLanguageSwitcher from './components/SCLanguageSwitcher';
120
- import SCGroupHeader from './components/SCGroupHeader';
121
42
  import SCChangeGroupCoverButton from './components/SCChangeGroupCoverButton';
122
43
  import SCChangeGroupPictureButton from './components/SCChangeGroupPictureButton';
123
- import SCGroupMembersButton from './components/SCGroupMembersButton';
44
+ import SCChangePictureButton from './components/SCChangePictureButton';
45
+ import SCChoices from './components/SCChoices';
46
+ import SCCommentObject from './components/SCCommentObject';
47
+ import SCCommentObjectReply from './components/SCCommentObjectReply';
48
+ import SCCommentsFeedObject from './components/SCCommentsFeedObject';
49
+ import SCCommentsObject from './components/SCCommentsObject';
50
+ import SCComposer from './components/SCComposer';
51
+ import SCConsentSolution from './components/SCConsentSolution';
52
+ import SCContributionActionsMenu from './components/SCContributionActionsMenu';
53
+ import SCCreateEventButton from './components/SCCreateEventButton';
124
54
  import SCCreateGroupButton from './components/SCCreateGroupButton';
125
- import SCGroupForm from './components/SCGroupForm';
126
- import SCGroupInviteButton from './components/SCGroupInviteButton';
127
- import SCGroupInfoWidget from './components/SCGroupInfoWidget';
55
+ import SCCustomAdv from './components/SCCustomAdv';
56
+ import SCCustomSnackMessage from './components/SCCustomSnackMessage';
57
+ import SCDateTimeAgo from './components/SCDateTimeAgo';
58
+ import SCDefaultHeaderContent from './components/SCDefaultHeaderContent';
59
+ import SCEditGroupButton from './components/SCEditGroupButton';
60
+ import SCEditor from './components/SCEditor';
61
+ import SCEmojiPicker from './components/SCEmojiPicker';
62
+ import SCEvent from './components/SCEvent';
63
+ import SCEventForm from './components/SCEventForm';
64
+ import SCEventHeader from './components/SCEventHeader';
65
+ import SCEventInfoDetails from './components/SCEventInfoDetails';
66
+ import SCEventInfoWidget from './components/SCEventInfoWidget';
67
+ import SCEventInviteButton from './components/SCEventInviteButton';
68
+ import SCEventLocationWidget from './components/SCEventLocationWidget';
69
+ import SCEvents from './components/SCEvents';
70
+ import SCEventSubscribeButton from './components/SCEventSubscribeButton';
71
+ import SCExploreFeedTemplate from './components/SCExploreFeedTemplate';
72
+ import SCFeed from './components/SCFeed';
73
+ import SCFeedObject from './components/SCFeedObject';
74
+ import SCFeedObjectDetailTemplate from './components/SCFeedObjectDetailTemplate';
75
+ import SCFeedObjectMediaPreview from './components/SCFeedObjectMediaPreview';
76
+ import SCFeedUpdatesWidget from './components/SCFeedUpdatesWidget';
77
+ import SCFooter from './components/SCFooter';
128
78
  import SCGroup from './components/SCGroup';
129
- import SCGroupTemplate from './components/SCGroupTemplate';
79
+ import SCGroupAutocomplete from './components/SCGroupAutocomplete';
130
80
  import SCGroupFeedTemplate from './components/SCGroupFeedTemplate';
81
+ import SCGroupForm from './components/SCGroupForm';
82
+ import SCGroupHeader from './components/SCGroupHeader';
83
+ import SCGroupInfoWidget from './components/SCGroupInfoWidget';
84
+ import SCGroupInviteButton from './components/SCGroupInviteButton';
85
+ import SCGroupInvitedWidget from './components/SCGroupInvitedWidget';
86
+ import SCGroupMembersButton from './components/SCGroupMembersButton';
131
87
  import SCGroupMembersWidget from './components/SCGroupMembersWidget';
132
88
  import SCGroupRequestsWidget from './components/SCGroupRequestsWidget';
133
89
  import SCGroups from './components/SCGroups';
134
- import SCEditGroupButton from './components/SCEditGroupButton';
135
- import SCGroupAutocomplete from './components/SCGroupAutocomplete';
136
90
  import SCGroupSettingsIconButton from './components/SCGroupSettingsIconButton';
137
- import SCGroupInvitedWidget from './components/SCGroupInvitedWidget';
91
+ import SCGroupTemplate from './components/SCGroupTemplate';
92
+ import SCIncubator from './components/SCIncubator';
93
+ import SCIncubatorDetail from './components/SCIncubatorDetail';
94
+ import SCIncubatorListWidget from './components/SCIncubatorListWidget';
95
+ import SCIncubatorSuggestionWidget from './components/SCIncubatorSuggestionWidget';
96
+ import SCInlineComposerWidget from './components/SCInlineComposerWidget';
97
+ import SCLanguageSwitcher from './components/SCLanguageSwitcher';
98
+ import SCLightbox from './components/SCLightbox';
99
+ import SCLoyaltyProgramDetailTemplate from './components/SCLoyaltyProgramDetailTemplate';
100
+ import SCLoyaltyProgramWidget from './components/SCLoyaltyProgramWidget';
101
+ import SCMainFeedTemplate from './components/SCMainFeedTemplate';
102
+ import SCMediaFile from './components/SCMediaFile';
103
+ import SCMediaLink from './components/SCMediaLink';
104
+ // import SCMyEventsWidget from './components/SCMyEventsWidget';
105
+ import SCNavigationMenuIconButton from './components/SCNavigationMenuIconButton';
106
+ import SCNavigationSettingsIconButton from './components/SCNavigationSettingsIconButton';
107
+ import SCNavigationToolbar from './components/SCNavigationToolbar';
108
+ import SCNavigationToolbarMobile from './components/SCNavigationToolbarMobile';
109
+ import SCNotification from './components/SCNotification';
110
+ import SCNotificationFeedTemplate from './components/SCNotificationFeedTemplate';
111
+ import SCNotificationItem from './components/SCNotificationItem';
112
+ import SCPlatformWidget from './components/SCPlatformWidget';
113
+ import SCPollSuggestionWidget from './components/SCPollSuggestionWidget';
114
+ import SCPreviewMediaDocument from './components/SCPreviewMediaDocument';
115
+ import SCPreviewMediaLink from './components/SCPreviewMediaLink';
116
+ import SCPrivateMessageComponent from './components/SCPrivateMessageComponent';
117
+ import SCPrivateMessageEditor from './components/SCPrivateMessageEditor';
118
+ import SCPrivateMessageSettingsIconButton from './components/SCPrivateMessageSettingsIconButton';
119
+ import SCPrivateMessageSnippetItem from './components/SCPrivateMessageSnippetItem';
120
+ import SCPrivateMessageSnippets from './components/SCPrivateMessageSnippets';
121
+ import SCPrivateMessageThread from './components/SCPrivateMessageThread';
122
+ import SCPrivateMessageThreadItem from './components/SCPrivateMessageThreadItem';
123
+ import SCReactionAction from './components/SCReactionAction';
124
+ import SCRelatedFeedObjectsWidget from './components/SCRelatedFeedObjectsWidget';
125
+ import SCScrollContainer from './components/SCScrollContainer';
126
+ import SCSearchAutocomplete from './components/SCSearchAutocomplete';
127
+ import SCSnippetNotifications from './components/SCSnippetNotifications';
128
+ import SCToastNotifications from './components/SCToastNotifications';
129
+ import SCUser from './components/SCUser';
130
+ import SCUserActionIconButton from './components/SCUserActionIconButton';
131
+ import SCUserAvatar from './components/SCUserAvatar';
132
+ import SCUserCategoriesFollowedWidget from './components/SCUserCategoriesFollowedWidget';
133
+ import SCUserConnectionsRequestsSentWidget from './components/SCUserConnectionsRequestsSentWidget';
134
+ import SCUserConnectionsRequestsWidget from './components/SCUserConnectionsRequestsWidget';
135
+ import SCUserConnectionsWidget from './components/SCUserConnectionsWidget';
136
+ import SCUserCounters from './components/SCUserCounters';
137
+ import SCUserFeedTemplate from './components/SCUserFeedTemplate';
138
+ import SCUserFollowedUsersWidget from './components/SCUserFollowedUsersWidget';
139
+ import SCUserFollowersWidget from './components/SCUserFollowersWidget';
140
+ import SCUserInfo from './components/SCUserInfo';
141
+ import SCUserProfileBlocked from './components/SCUserProfileBlocked';
142
+ import SCUserProfileEdit from './components/SCUserProfileEdit';
143
+ import SCUserProfileHeader from './components/SCUserProfileHeader';
144
+ import SCUserProfileTemplate from './components/SCUserProfileTemplate';
138
145
  import SCUserSubscribedGroupsWidget from './components/SCUserSubscribedGroupsWidget';
139
- import SCEventForm from './components/SCEventForm';
140
- import SCCreateEventButton from './components/SCCreateEventButton';
141
- import SCEventLocationWidget from './components/SCEventLocationWidget';
142
- import SCEvent from './components/SCEvent';
143
- import SCEvents from './components/SCEvents';
144
- import SCEventInviteButton from './components/SCEventInviteButton';
145
- import SCEventSubscribeButton from './components/SCEventSubscribeButton';
146
- import SCEventHeader from './components/SCEventHeader';
146
+ import SCUserSuggestionWidget from './components/SCUserSuggestionWidget';
147
+ import SCVoteAudienceButton from './components/SCVoteAudienceButton';
148
+ import SCVoteButton from './components/SCVoteButton';
149
+ import SCWidget from './components/SCWidget';
147
150
  /**
148
151
  * Style fragments - Imports - End
149
152
  */
@@ -269,6 +272,7 @@ const theme = {
269
272
  SCLoyaltyProgramDetailTemplate,
270
273
  SCMediaFile,
271
274
  SCMediaLink,
275
+ // SCMyEventsWidget,
272
276
  SCNavigationSettingsIconButton,
273
277
  SCDefaultHeaderContent,
274
278
  SCNavigationToolbar,
@@ -354,6 +358,8 @@ const theme = {
354
358
  SCEvents,
355
359
  SCEventInviteButton,
356
360
  SCEventHeader,
361
+ SCEventInfoWidget,
362
+ SCEventInfoDetails,
357
363
  SCEventSubscribeButton
358
364
  },
359
365
  selfcommunity: {