@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
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
+ */