@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.
- package/lib/cjs/assets/social/contained/facebook.d.ts +2 -0
- package/lib/cjs/assets/social/contained/facebook.js +3 -0
- package/lib/cjs/assets/social/contained/google.d.ts +2 -0
- package/lib/cjs/assets/social/contained/google.js +3 -0
- package/lib/cjs/assets/social/contained/linkedin.d.ts +2 -0
- package/lib/cjs/assets/social/contained/linkedin.js +3 -0
- package/lib/cjs/assets/social/contained/twitter.d.ts +2 -0
- package/lib/cjs/assets/social/contained/twitter.js +3 -0
- package/lib/cjs/assets/social/outlined/facebook.d.ts +2 -0
- package/lib/cjs/assets/social/outlined/facebook.js +3 -0
- package/lib/cjs/assets/social/outlined/google.d.ts +2 -0
- package/lib/cjs/assets/social/outlined/google.js +3 -0
- package/lib/cjs/assets/social/outlined/linkedin.d.ts +2 -0
- package/lib/cjs/assets/social/outlined/linkedin.js +3 -0
- package/lib/cjs/assets/social/outlined/twitter.d.ts +2 -0
- package/lib/cjs/assets/social/outlined/twitter.js +3 -0
- package/lib/cjs/components/SCCategoryFollowersButton.d.ts +22 -12
- package/lib/cjs/components/SCCategoryFollowersButton.js +24 -14
- package/lib/cjs/components/SCCommentObject.d.ts +12 -0
- package/lib/cjs/components/SCCommentObject.js +12 -0
- package/lib/cjs/components/SCDefaultDrawerContent.d.ts +31 -0
- package/lib/cjs/components/SCDefaultDrawerContent.js +33 -0
- package/lib/cjs/components/SCEventHeader.d.ts +2 -4
- package/lib/cjs/components/SCEventHeader.js +6 -8
- package/lib/cjs/components/SCEventMembersWidget.d.ts +1 -10
- package/lib/cjs/components/SCEventMembersWidget.js +1 -8
- package/lib/cjs/components/SCEventParticipantsButton.d.ts +24 -5
- package/lib/cjs/components/SCEventParticipantsButton.js +23 -5
- package/lib/cjs/components/SCEventSubscribeButton.d.ts +3 -0
- package/lib/cjs/components/SCEventSubscribeButton.js +3 -0
- package/lib/cjs/components/SCEvents.d.ts +6 -0
- package/lib/cjs/components/SCEvents.js +7 -1
- package/lib/cjs/components/SCFeedObject.d.ts +15 -8
- package/lib/cjs/components/SCFeedObject.js +17 -10
- package/lib/cjs/components/SCGroupMembersButton.d.ts +22 -12
- package/lib/cjs/components/SCGroupMembersButton.js +24 -14
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +3 -0
- package/lib/cjs/components/SCLiveStreamRoom.js +4 -1
- package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +3 -0
- package/lib/cjs/components/SCNavigationMenuDrawer.js +3 -0
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +5 -0
- package/lib/cjs/components/SCOnBoardingWidget.js +5 -0
- package/lib/cjs/components/SCTagAutocomplete.d.ts +6 -0
- package/lib/cjs/components/SCTagAutocomplete.js +8 -0
- package/lib/cjs/components/SCUserProfileEdit.d.ts +17 -0
- package/lib/cjs/components/SCUserProfileEdit.js +17 -0
- package/lib/cjs/components/SCVoteButton.d.ts +1 -0
- package/lib/cjs/components/SCVoteButton.js +1 -0
- package/lib/cjs/index.d.ts +195 -54
- package/lib/cjs/index.js +30 -2
- package/lib/esm/assets/social/contained/facebook.d.ts +2 -0
- package/lib/esm/assets/social/contained/facebook.js +1 -0
- package/lib/esm/assets/social/contained/google.d.ts +2 -0
- package/lib/esm/assets/social/contained/google.js +1 -0
- package/lib/esm/assets/social/contained/linkedin.d.ts +2 -0
- package/lib/esm/assets/social/contained/linkedin.js +1 -0
- package/lib/esm/assets/social/contained/twitter.d.ts +2 -0
- package/lib/esm/assets/social/contained/twitter.js +1 -0
- package/lib/esm/assets/social/outlined/facebook.d.ts +2 -0
- package/lib/esm/assets/social/outlined/facebook.js +1 -0
- package/lib/esm/assets/social/outlined/google.d.ts +2 -0
- package/lib/esm/assets/social/outlined/google.js +1 -0
- package/lib/esm/assets/social/outlined/linkedin.d.ts +2 -0
- package/lib/esm/assets/social/outlined/linkedin.js +1 -0
- package/lib/esm/assets/social/outlined/twitter.d.ts +2 -0
- package/lib/esm/assets/social/outlined/twitter.js +1 -0
- package/lib/esm/components/SCCategoryFollowersButton.d.ts +22 -12
- package/lib/esm/components/SCCategoryFollowersButton.js +24 -14
- package/lib/esm/components/SCCommentObject.d.ts +12 -0
- package/lib/esm/components/SCCommentObject.js +12 -0
- package/lib/esm/components/SCDefaultDrawerContent.d.ts +31 -0
- package/lib/esm/components/SCDefaultDrawerContent.js +31 -0
- package/lib/esm/components/SCEventHeader.d.ts +2 -4
- package/lib/esm/components/SCEventHeader.js +4 -6
- package/lib/esm/components/SCEventMembersWidget.d.ts +1 -10
- package/lib/esm/components/SCEventMembersWidget.js +1 -8
- package/lib/esm/components/SCEventParticipantsButton.d.ts +24 -5
- package/lib/esm/components/SCEventParticipantsButton.js +23 -5
- package/lib/esm/components/SCEventSubscribeButton.d.ts +3 -0
- package/lib/esm/components/SCEventSubscribeButton.js +3 -0
- package/lib/esm/components/SCEvents.d.ts +6 -0
- package/lib/esm/components/SCEvents.js +7 -1
- package/lib/esm/components/SCFeedObject.d.ts +15 -8
- package/lib/esm/components/SCFeedObject.js +17 -10
- package/lib/esm/components/SCGroupMembersButton.d.ts +22 -12
- package/lib/esm/components/SCGroupMembersButton.js +24 -14
- package/lib/esm/components/SCLiveStreamRoom.d.ts +3 -0
- package/lib/esm/components/SCLiveStreamRoom.js +4 -1
- package/lib/esm/components/SCNavigationMenuDrawer.d.ts +3 -0
- package/lib/esm/components/SCNavigationMenuDrawer.js +3 -0
- package/lib/esm/components/SCOnBoardingWidget.d.ts +5 -0
- package/lib/esm/components/SCOnBoardingWidget.js +5 -0
- package/lib/esm/components/SCTagAutocomplete.d.ts +6 -0
- package/lib/esm/components/SCTagAutocomplete.js +6 -0
- package/lib/esm/components/SCUserProfileEdit.d.ts +17 -0
- package/lib/esm/components/SCUserProfileEdit.js +17 -0
- package/lib/esm/components/SCVoteButton.d.ts +1 -0
- package/lib/esm/components/SCVoteButton.js +1 -0
- package/lib/esm/index.d.ts +195 -54
- package/lib/esm/index.js +25 -2
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
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
|
+
*/
|