@selfcommunity/react-ui 0.7.9-alpha.0 → 0.7.9-alpha.10

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 (238) hide show
  1. package/lib/cjs/components/BottomNavigation/BottomNavigation.js +3 -1
  2. package/lib/cjs/components/ChangeGroupCover/ChangeGroupCover.d.ts +55 -0
  3. package/lib/cjs/components/ChangeGroupCover/ChangeGroupCover.js +140 -0
  4. package/lib/cjs/components/ChangeGroupCover/constants.d.ts +1 -0
  5. package/lib/cjs/components/ChangeGroupCover/constants.js +4 -0
  6. package/lib/cjs/components/ChangeGroupCover/index.d.ts +3 -0
  7. package/lib/cjs/components/ChangeGroupCover/index.js +5 -0
  8. package/lib/cjs/components/ChangeGroupPicture/ChangeGroupPicture.d.ts +57 -0
  9. package/lib/cjs/components/ChangeGroupPicture/ChangeGroupPicture.js +135 -0
  10. package/lib/cjs/components/ChangeGroupPicture/constants.d.ts +1 -0
  11. package/lib/cjs/components/ChangeGroupPicture/constants.js +4 -0
  12. package/lib/cjs/components/ChangeGroupPicture/index.d.ts +3 -0
  13. package/lib/cjs/components/ChangeGroupPicture/index.js +5 -0
  14. package/lib/cjs/components/Composer/Attributes/Attributes.d.ts +1 -1
  15. package/lib/cjs/components/Composer/Attributes/Attributes.js +7 -0
  16. package/lib/cjs/components/Composer/Composer.d.ts +2 -1
  17. package/lib/cjs/components/Composer/Composer.js +39 -12
  18. package/lib/cjs/components/Composer/Content/ContentDiscussion/ContentDiscussion.js +7 -3
  19. package/lib/cjs/components/Composer/Content/ContentPost/ContentPost.js +4 -3
  20. package/lib/cjs/components/Composer/Layer/AudienceLayer/AudienceLayer.d.ts +7 -1
  21. package/lib/cjs/components/Composer/Layer/AudienceLayer/AudienceLayer.js +46 -12
  22. package/lib/cjs/components/CreateGroupButton/CreateGroupButton.d.ts +38 -0
  23. package/lib/cjs/components/CreateGroupButton/CreateGroupButton.js +72 -0
  24. package/lib/cjs/components/CreateGroupButton/index.d.ts +3 -0
  25. package/lib/cjs/components/CreateGroupButton/index.js +5 -0
  26. package/lib/cjs/components/CustomAdv/CustomAdv.d.ts +4 -0
  27. package/lib/cjs/components/EditGroupButton/EditGroupButton.d.ts +43 -0
  28. package/lib/cjs/components/EditGroupButton/EditGroupButton.js +61 -0
  29. package/lib/cjs/components/EditGroupButton/index.d.ts +3 -0
  30. package/lib/cjs/components/EditGroupButton/index.js +5 -0
  31. package/lib/cjs/components/Group/Group.d.ts +68 -0
  32. package/lib/cjs/components/Group/Group.js +96 -0
  33. package/lib/cjs/components/Group/Skeleton.d.ts +22 -0
  34. package/lib/cjs/components/Group/Skeleton.js +42 -0
  35. package/lib/cjs/components/Group/constants.d.ts +1 -0
  36. package/lib/cjs/components/Group/constants.js +4 -0
  37. package/lib/cjs/components/Group/index.d.ts +4 -0
  38. package/lib/cjs/components/Group/index.js +8 -0
  39. package/lib/cjs/components/GroupAutocomplete/GroupAutocomplete.d.ts +49 -0
  40. package/lib/cjs/components/GroupAutocomplete/GroupAutocomplete.js +101 -0
  41. package/lib/cjs/components/GroupAutocomplete/index.d.ts +3 -0
  42. package/lib/cjs/components/GroupAutocomplete/index.js +5 -0
  43. package/lib/cjs/components/GroupForm/GroupForm.d.ts +70 -0
  44. package/lib/cjs/components/GroupForm/GroupForm.js +239 -0
  45. package/lib/cjs/components/GroupForm/constants.d.ts +1 -0
  46. package/lib/cjs/components/GroupForm/constants.js +4 -0
  47. package/lib/cjs/components/GroupForm/index.d.ts +3 -0
  48. package/lib/cjs/components/GroupForm/index.js +5 -0
  49. package/lib/cjs/components/GroupHeader/GroupHeader.d.ts +84 -0
  50. package/lib/cjs/components/GroupHeader/GroupHeader.js +147 -0
  51. package/lib/cjs/components/GroupHeader/Skeleton.d.ts +25 -0
  52. package/lib/cjs/components/GroupHeader/Skeleton.js +56 -0
  53. package/lib/cjs/components/GroupHeader/constants.d.ts +1 -0
  54. package/lib/cjs/components/GroupHeader/constants.js +4 -0
  55. package/lib/cjs/components/GroupHeader/index.d.ts +4 -0
  56. package/lib/cjs/components/GroupHeader/index.js +8 -0
  57. package/lib/cjs/components/GroupInfoWidget/GroupInfoWidget.d.ts +52 -0
  58. package/lib/cjs/components/GroupInfoWidget/GroupInfoWidget.js +100 -0
  59. package/lib/cjs/components/GroupInfoWidget/Skeleton.d.ts +21 -0
  60. package/lib/cjs/components/GroupInfoWidget/Skeleton.js +38 -0
  61. package/lib/cjs/components/GroupInfoWidget/constants.d.ts +1 -0
  62. package/lib/cjs/components/GroupInfoWidget/constants.js +4 -0
  63. package/lib/cjs/components/GroupInfoWidget/index.d.ts +4 -0
  64. package/lib/cjs/components/GroupInfoWidget/index.js +8 -0
  65. package/lib/cjs/components/GroupInviteButton/GroupInviteButton.d.ts +57 -0
  66. package/lib/cjs/components/GroupInviteButton/GroupInviteButton.js +262 -0
  67. package/lib/cjs/components/GroupInviteButton/index.d.ts +3 -0
  68. package/lib/cjs/components/GroupInviteButton/index.js +5 -0
  69. package/lib/cjs/components/GroupMembersButton/GroupMembersButton.d.ts +51 -0
  70. package/lib/cjs/components/GroupMembersButton/GroupMembersButton.js +136 -0
  71. package/lib/cjs/components/GroupMembersButton/index.d.ts +3 -0
  72. package/lib/cjs/components/GroupMembersButton/index.js +5 -0
  73. package/lib/cjs/components/GroupMembersWidget/GroupMembersWidget.d.ts +79 -0
  74. package/lib/cjs/components/GroupMembersWidget/GroupMembersWidget.js +205 -0
  75. package/lib/cjs/components/GroupMembersWidget/Skeleton.d.ts +22 -0
  76. package/lib/cjs/components/GroupMembersWidget/Skeleton.js +38 -0
  77. package/lib/cjs/components/GroupMembersWidget/constants.d.ts +1 -0
  78. package/lib/cjs/components/GroupMembersWidget/constants.js +4 -0
  79. package/lib/cjs/components/GroupMembersWidget/index.d.ts +4 -0
  80. package/lib/cjs/components/GroupMembersWidget/index.js +8 -0
  81. package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.d.ts +74 -0
  82. package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.js +203 -0
  83. package/lib/cjs/components/GroupRequestsWidget/Skeleton.d.ts +22 -0
  84. package/lib/cjs/components/GroupRequestsWidget/Skeleton.js +38 -0
  85. package/lib/cjs/components/GroupRequestsWidget/constants.d.ts +1 -0
  86. package/lib/cjs/components/GroupRequestsWidget/constants.js +4 -0
  87. package/lib/cjs/components/GroupRequestsWidget/index.d.ts +4 -0
  88. package/lib/cjs/components/GroupRequestsWidget/index.js +8 -0
  89. package/lib/cjs/components/GroupSettingsIconButton/GroupSettingsIconButton.d.ts +56 -0
  90. package/lib/cjs/components/GroupSettingsIconButton/GroupSettingsIconButton.js +137 -0
  91. package/lib/cjs/components/GroupSettingsIconButton/index.d.ts +3 -0
  92. package/lib/cjs/components/GroupSettingsIconButton/index.js +5 -0
  93. package/lib/cjs/components/GroupSubscribeButton/GroupSubscribeButton.d.ts +56 -0
  94. package/lib/cjs/components/GroupSubscribeButton/GroupSubscribeButton.js +132 -0
  95. package/lib/cjs/components/GroupSubscribeButton/index.d.ts +3 -0
  96. package/lib/cjs/components/GroupSubscribeButton/index.js +5 -0
  97. package/lib/cjs/components/Groups/Groups.d.ts +61 -0
  98. package/lib/cjs/components/Groups/Groups.js +128 -0
  99. package/lib/cjs/components/Groups/Skeleton.d.ts +34 -0
  100. package/lib/cjs/components/Groups/Skeleton.js +45 -0
  101. package/lib/cjs/components/Groups/constants.d.ts +1 -0
  102. package/lib/cjs/components/Groups/constants.js +4 -0
  103. package/lib/cjs/components/Groups/index.d.ts +4 -0
  104. package/lib/cjs/components/Groups/index.js +8 -0
  105. package/lib/cjs/components/InlineComposerWidget/InlineComposerWidget.d.ts +6 -1
  106. package/lib/cjs/components/InlineComposerWidget/InlineComposerWidget.js +2 -3
  107. package/lib/cjs/components/NavigationMenuIconButton/NavigationMenuIconButton.js +1 -1
  108. package/lib/cjs/components/NavigationMenuIconButton/index.d.ts +2 -1
  109. package/lib/cjs/components/NavigationMenuIconButton/index.js +3 -0
  110. package/lib/cjs/components/NavigationToolbar/NavigationToolbar.js +5 -1
  111. package/lib/cjs/components/NavigationToolbarMobile/NavigationToolbarMobile.d.ts +9 -0
  112. package/lib/cjs/components/NavigationToolbarMobile/NavigationToolbarMobile.js +3 -4
  113. package/lib/cjs/components/User/User.d.ts +12 -0
  114. package/lib/cjs/components/User/User.js +5 -3
  115. package/lib/cjs/constants/Group.d.ts +2 -0
  116. package/lib/cjs/constants/Group.js +5 -0
  117. package/lib/cjs/index.d.ts +18 -2
  118. package/lib/cjs/index.js +44 -5
  119. package/lib/esm/components/BottomNavigation/BottomNavigation.js +3 -1
  120. package/lib/esm/components/ChangeGroupCover/ChangeGroupCover.d.ts +55 -0
  121. package/lib/esm/components/ChangeGroupCover/ChangeGroupCover.js +137 -0
  122. package/lib/esm/components/ChangeGroupCover/constants.d.ts +1 -0
  123. package/lib/esm/components/ChangeGroupCover/constants.js +1 -0
  124. package/lib/esm/components/ChangeGroupCover/index.d.ts +3 -0
  125. package/lib/esm/components/ChangeGroupCover/index.js +2 -0
  126. package/lib/esm/components/ChangeGroupPicture/ChangeGroupPicture.d.ts +57 -0
  127. package/lib/esm/components/ChangeGroupPicture/ChangeGroupPicture.js +132 -0
  128. package/lib/esm/components/ChangeGroupPicture/constants.d.ts +1 -0
  129. package/lib/esm/components/ChangeGroupPicture/constants.js +1 -0
  130. package/lib/esm/components/ChangeGroupPicture/index.d.ts +3 -0
  131. package/lib/esm/components/ChangeGroupPicture/index.js +2 -0
  132. package/lib/esm/components/Composer/Attributes/Attributes.d.ts +1 -1
  133. package/lib/esm/components/Composer/Attributes/Attributes.js +7 -0
  134. package/lib/esm/components/Composer/Composer.d.ts +2 -1
  135. package/lib/esm/components/Composer/Composer.js +39 -12
  136. package/lib/esm/components/Composer/Content/ContentDiscussion/ContentDiscussion.js +7 -3
  137. package/lib/esm/components/Composer/Content/ContentPost/ContentPost.js +4 -3
  138. package/lib/esm/components/Composer/Layer/AudienceLayer/AudienceLayer.d.ts +7 -1
  139. package/lib/esm/components/Composer/Layer/AudienceLayer/AudienceLayer.js +45 -12
  140. package/lib/esm/components/CreateGroupButton/CreateGroupButton.d.ts +38 -0
  141. package/lib/esm/components/CreateGroupButton/CreateGroupButton.js +69 -0
  142. package/lib/esm/components/CreateGroupButton/index.d.ts +3 -0
  143. package/lib/esm/components/CreateGroupButton/index.js +2 -0
  144. package/lib/esm/components/CustomAdv/CustomAdv.d.ts +4 -0
  145. package/lib/esm/components/EditGroupButton/EditGroupButton.d.ts +43 -0
  146. package/lib/esm/components/EditGroupButton/EditGroupButton.js +58 -0
  147. package/lib/esm/components/EditGroupButton/index.d.ts +3 -0
  148. package/lib/esm/components/EditGroupButton/index.js +2 -0
  149. package/lib/esm/components/Group/Group.d.ts +68 -0
  150. package/lib/esm/components/Group/Group.js +93 -0
  151. package/lib/esm/components/Group/Skeleton.d.ts +22 -0
  152. package/lib/esm/components/Group/Skeleton.js +38 -0
  153. package/lib/esm/components/Group/constants.d.ts +1 -0
  154. package/lib/esm/components/Group/constants.js +1 -0
  155. package/lib/esm/components/Group/index.d.ts +4 -0
  156. package/lib/esm/components/Group/index.js +4 -0
  157. package/lib/esm/components/GroupAutocomplete/GroupAutocomplete.d.ts +49 -0
  158. package/lib/esm/components/GroupAutocomplete/GroupAutocomplete.js +99 -0
  159. package/lib/esm/components/GroupAutocomplete/index.d.ts +3 -0
  160. package/lib/esm/components/GroupAutocomplete/index.js +2 -0
  161. package/lib/esm/components/GroupForm/GroupForm.d.ts +70 -0
  162. package/lib/esm/components/GroupForm/GroupForm.js +236 -0
  163. package/lib/esm/components/GroupForm/constants.d.ts +1 -0
  164. package/lib/esm/components/GroupForm/constants.js +1 -0
  165. package/lib/esm/components/GroupForm/index.d.ts +3 -0
  166. package/lib/esm/components/GroupForm/index.js +2 -0
  167. package/lib/esm/components/GroupHeader/GroupHeader.d.ts +84 -0
  168. package/lib/esm/components/GroupHeader/GroupHeader.js +144 -0
  169. package/lib/esm/components/GroupHeader/Skeleton.d.ts +25 -0
  170. package/lib/esm/components/GroupHeader/Skeleton.js +53 -0
  171. package/lib/esm/components/GroupHeader/constants.d.ts +1 -0
  172. package/lib/esm/components/GroupHeader/constants.js +1 -0
  173. package/lib/esm/components/GroupHeader/index.d.ts +4 -0
  174. package/lib/esm/components/GroupHeader/index.js +4 -0
  175. package/lib/esm/components/GroupInfoWidget/GroupInfoWidget.d.ts +52 -0
  176. package/lib/esm/components/GroupInfoWidget/GroupInfoWidget.js +97 -0
  177. package/lib/esm/components/GroupInfoWidget/Skeleton.d.ts +21 -0
  178. package/lib/esm/components/GroupInfoWidget/Skeleton.js +34 -0
  179. package/lib/esm/components/GroupInfoWidget/constants.d.ts +1 -0
  180. package/lib/esm/components/GroupInfoWidget/constants.js +1 -0
  181. package/lib/esm/components/GroupInfoWidget/index.d.ts +4 -0
  182. package/lib/esm/components/GroupInfoWidget/index.js +4 -0
  183. package/lib/esm/components/GroupInviteButton/GroupInviteButton.d.ts +57 -0
  184. package/lib/esm/components/GroupInviteButton/GroupInviteButton.js +259 -0
  185. package/lib/esm/components/GroupInviteButton/index.d.ts +3 -0
  186. package/lib/esm/components/GroupInviteButton/index.js +2 -0
  187. package/lib/esm/components/GroupMembersButton/GroupMembersButton.d.ts +51 -0
  188. package/lib/esm/components/GroupMembersButton/GroupMembersButton.js +133 -0
  189. package/lib/esm/components/GroupMembersButton/index.d.ts +3 -0
  190. package/lib/esm/components/GroupMembersButton/index.js +2 -0
  191. package/lib/esm/components/GroupMembersWidget/GroupMembersWidget.d.ts +79 -0
  192. package/lib/esm/components/GroupMembersWidget/GroupMembersWidget.js +202 -0
  193. package/lib/esm/components/GroupMembersWidget/Skeleton.d.ts +22 -0
  194. package/lib/esm/components/GroupMembersWidget/Skeleton.js +34 -0
  195. package/lib/esm/components/GroupMembersWidget/constants.d.ts +1 -0
  196. package/lib/esm/components/GroupMembersWidget/constants.js +1 -0
  197. package/lib/esm/components/GroupMembersWidget/index.d.ts +4 -0
  198. package/lib/esm/components/GroupMembersWidget/index.js +4 -0
  199. package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.d.ts +74 -0
  200. package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.js +200 -0
  201. package/lib/esm/components/GroupRequestsWidget/Skeleton.d.ts +22 -0
  202. package/lib/esm/components/GroupRequestsWidget/Skeleton.js +34 -0
  203. package/lib/esm/components/GroupRequestsWidget/constants.d.ts +1 -0
  204. package/lib/esm/components/GroupRequestsWidget/constants.js +1 -0
  205. package/lib/esm/components/GroupRequestsWidget/index.d.ts +4 -0
  206. package/lib/esm/components/GroupRequestsWidget/index.js +4 -0
  207. package/lib/esm/components/GroupSettingsIconButton/GroupSettingsIconButton.d.ts +56 -0
  208. package/lib/esm/components/GroupSettingsIconButton/GroupSettingsIconButton.js +134 -0
  209. package/lib/esm/components/GroupSettingsIconButton/index.d.ts +3 -0
  210. package/lib/esm/components/GroupSettingsIconButton/index.js +2 -0
  211. package/lib/esm/components/GroupSubscribeButton/GroupSubscribeButton.d.ts +56 -0
  212. package/lib/esm/components/GroupSubscribeButton/GroupSubscribeButton.js +129 -0
  213. package/lib/esm/components/GroupSubscribeButton/index.d.ts +3 -0
  214. package/lib/esm/components/GroupSubscribeButton/index.js +2 -0
  215. package/lib/esm/components/Groups/Groups.d.ts +61 -0
  216. package/lib/esm/components/Groups/Groups.js +125 -0
  217. package/lib/esm/components/Groups/Skeleton.d.ts +34 -0
  218. package/lib/esm/components/Groups/Skeleton.js +42 -0
  219. package/lib/esm/components/Groups/constants.d.ts +1 -0
  220. package/lib/esm/components/Groups/constants.js +1 -0
  221. package/lib/esm/components/Groups/index.d.ts +4 -0
  222. package/lib/esm/components/Groups/index.js +4 -0
  223. package/lib/esm/components/InlineComposerWidget/InlineComposerWidget.d.ts +6 -1
  224. package/lib/esm/components/InlineComposerWidget/InlineComposerWidget.js +3 -4
  225. package/lib/esm/components/NavigationMenuIconButton/NavigationMenuIconButton.js +1 -1
  226. package/lib/esm/components/NavigationMenuIconButton/index.d.ts +2 -1
  227. package/lib/esm/components/NavigationMenuIconButton/index.js +2 -0
  228. package/lib/esm/components/NavigationToolbar/NavigationToolbar.js +5 -1
  229. package/lib/esm/components/NavigationToolbarMobile/NavigationToolbarMobile.d.ts +9 -0
  230. package/lib/esm/components/NavigationToolbarMobile/NavigationToolbarMobile.js +4 -5
  231. package/lib/esm/components/User/User.d.ts +12 -0
  232. package/lib/esm/components/User/User.js +5 -3
  233. package/lib/esm/constants/Group.d.ts +2 -0
  234. package/lib/esm/constants/Group.js +2 -0
  235. package/lib/esm/index.d.ts +18 -2
  236. package/lib/esm/index.js +47 -31
  237. package/lib/umd/react-ui.js +1 -1
  238. package/package.json +6 -6
package/lib/esm/index.js CHANGED
@@ -7,8 +7,8 @@ import AccountDelete from './components/AccountDelete';
7
7
  import AccountDeleteButton from './components/AccountDeleteButton';
8
8
  import NavigationSettingsIconButton from './components/NavigationSettingsIconButton';
9
9
  import NavigationToolbar, { NavigationToolbarSkeleton } from './components/NavigationToolbar';
10
- import NavigationToolbarMobile, { NavigationToolbarMobileSkeleton, } from './components/NavigationToolbarMobile';
11
- import NavigationMenuIconButton from './components/NavigationMenuIconButton';
10
+ import NavigationToolbarMobile, { NavigationToolbarMobileSkeleton } from './components/NavigationToolbarMobile';
11
+ import NavigationMenuIconButton, { NavigationMenuContent } from './components/NavigationMenuIconButton';
12
12
  import BottomNavigation from './components/BottomNavigation';
13
13
  import BroadcastMessages, { BroadcastMessagesSkeleton } from './components/BroadcastMessages';
14
14
  import Category, { CategorySkeleton } from './components/Category';
@@ -16,9 +16,9 @@ import CategoryAutocomplete from './components/CategoryAutocomplete';
16
16
  import CategoryFollowersButton from './components/CategoryFollowersButton';
17
17
  import CategoryHeader, { CategoryHeaderSkeleton } from './components/CategoryHeader';
18
18
  import Categories, { CategoriesSkeleton } from './components/Categories';
19
- import UserFollowedCategoriesWidget, { UserFollowedCategoriesWidgetSkeleton, } from './components/UserFollowedCategoriesWidget';
19
+ import UserFollowedCategoriesWidget, { UserFollowedCategoriesWidgetSkeleton } from './components/UserFollowedCategoriesWidget';
20
20
  import CategoriesPopularWidget, { CategoriesPopularWidgetSkeleton } from './components/CategoriesPopularWidget';
21
- import CategoriesSuggestionWidget, { CategoriesSuggestionWidgetSkeleton, } from './components/CategoriesSuggestionWidget';
21
+ import CategoriesSuggestionWidget, { CategoriesSuggestionWidgetSkeleton } from './components/CategoriesSuggestionWidget';
22
22
  import ChangeCover from './components/ChangeCover';
23
23
  import ChangePicture from './components/ChangePicture';
24
24
  import FriendshipUserButton from './components/FriendshipUserButton';
@@ -32,47 +32,47 @@ import FeedUpdatesWidget, { FeedUpdatesWidgetSkeleton } from './components/FeedU
32
32
  import CategoryFollowButton from './components/CategoryFollowButton';
33
33
  import FollowUserButton from './components/FollowUserButton';
34
34
  import ConnectionUserButton from './components/ConnectionUserButton';
35
- import InlineComposerWidget, { InlineComposerWidgetSkeleton, } from './components/InlineComposerWidget';
36
- import UserSuggestionWidget, { UserSuggestionWidgetSkeleton, } from './components/UserSuggestionWidget';
35
+ import InlineComposerWidget, { InlineComposerWidgetSkeleton } from './components/InlineComposerWidget';
36
+ import UserSuggestionWidget, { UserSuggestionWidgetSkeleton } from './components/UserSuggestionWidget';
37
37
  import PlatformWidget, { PlatformWidgetSkeleton } from './components/PlatformWidget';
38
- import PrivateMessageSnippets, { PrivateMessageSnippetsSkeleton, } from './components/PrivateMessageSnippets';
38
+ import PrivateMessageSnippets, { PrivateMessageSnippetsSkeleton } from './components/PrivateMessageSnippets';
39
39
  import LocationAutocomplete from './components/LocationAutocomplete';
40
- import LoyaltyProgramWidget, { LoyaltyProgramWidgetSkeleton, } from './components/LoyaltyProgramWidget';
41
- import CategoryTrendingFeedWidget, { CategoryTrendingFeedWidgetSkeleton, } from './components/CategoryTrendingFeedWidget';
42
- import CategoryTrendingUsersWidget, { CategoryTrendingPeopleWidgetSkeleton, } from './components/CategoryTrendingUsersWidget';
40
+ import LoyaltyProgramWidget, { LoyaltyProgramWidgetSkeleton } from './components/LoyaltyProgramWidget';
41
+ import CategoryTrendingFeedWidget, { CategoryTrendingFeedWidgetSkeleton } from './components/CategoryTrendingFeedWidget';
42
+ import CategoryTrendingUsersWidget, { CategoryTrendingPeopleWidgetSkeleton } from './components/CategoryTrendingUsersWidget';
43
43
  import UserActionIconButton from './components/UserActionIconButton';
44
44
  import UserCounters from './components/UserCounters';
45
45
  import UserProfileHeader, { UserProfileHeaderSkeleton } from './components/UserProfileHeader';
46
46
  import UserInfoDialog from './components/UserInfoDialog';
47
47
  import UserInfo, { UserInfoSkeleton } from './components/UserInfo';
48
48
  import UserProfileBlocked from './components/UserProfileBlocked';
49
- import UserProfileEdit, { UserProfileEditSectionAccount, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSkeleton, } from './components/UserProfileEdit';
50
- import UserFollowedUsersWidget, { UserFollowedUsersWidgetSkeleton, } from './components/UserFollowedUsersWidget';
49
+ import UserProfileEdit, { UserProfileEditSectionAccount, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSkeleton } from './components/UserProfileEdit';
50
+ import UserFollowedUsersWidget, { UserFollowedUsersWidgetSkeleton } from './components/UserFollowedUsersWidget';
51
51
  import UserSocialAssociation from './components/UserSocialAssociation';
52
- import UserFollowersWidget, { UserFollowersWidgetSkeleton, } from './components/UserFollowersWidget';
53
- import UserConnectionsWidget, { UserConnectionsWidgetSkeleton, } from './components/UserConnectionsWidget';
54
- import UserConnectionsRequestsWidget, { UserConnectionsRequestsWidgetSkeleton, } from './components/UserConnectionsRequestsWidget';
55
- import UserConnectionsRequestsSentWidget, { UserConnectionsRequestsSentWidgetSkeleton, } from './components/UserConnectionsRequestsSentWidget';
56
- import RelatedFeedObjectsWidget, { RelatedFeedObjectsWidgetSkeleton, } from './components/RelatedFeedObjectsWidget';
52
+ import UserFollowersWidget, { UserFollowersWidgetSkeleton } from './components/UserFollowersWidget';
53
+ import UserConnectionsWidget, { UserConnectionsWidgetSkeleton } from './components/UserConnectionsWidget';
54
+ import UserConnectionsRequestsWidget, { UserConnectionsRequestsWidgetSkeleton } from './components/UserConnectionsRequestsWidget';
55
+ import UserConnectionsRequestsSentWidget, { UserConnectionsRequestsSentWidgetSkeleton } from './components/UserConnectionsRequestsSentWidget';
56
+ import RelatedFeedObjectsWidget, { RelatedFeedObjectsWidgetSkeleton } from './components/RelatedFeedObjectsWidget';
57
57
  import CommentObject, { CommentObjectSkeleton } from './components/CommentObject';
58
58
  import CommentObjectReply from './components/CommentObjectReply';
59
59
  import ReplyComment from './components/CommentObjectReply';
60
60
  import CommentsObject, { CommentsObjectSkeleton } from './components/CommentsObject';
61
- import CommentsFeedObject, { CommentsFeedObjectSkeleton, } from './components/CommentsFeedObject';
61
+ import CommentsFeedObject, { CommentsFeedObjectSkeleton } from './components/CommentsFeedObject';
62
62
  import CustomAdv, { CustomAdvSkeleton } from './components/CustomAdv';
63
63
  import { AvatarGroupSkeleton, GenericSkeleton } from './components/Skeleton';
64
- import PrivateMessageSnippetItem, { PrivateMessageSnippetItemSkeleton, } from './components/PrivateMessageSnippetItem';
65
- import PrivateMessageThreadItem, { PrivateMessageThreadItemSkeleton, } from './components/PrivateMessageThreadItem';
66
- import PrivateMessageEditor, { PrivateMessageEditorSkeleton, } from './components/PrivateMessageEditor';
67
- import PrivateMessageThread, { PrivateMessageThreadSkeleton, } from './components/PrivateMessageThread';
68
- import ToastNotifications, { ToastNotificationsSkeleton, } from './components/ToastNotifications';
69
- import SnippetNotifications, { SnippetNotificationsSkeleton, } from './components/SnippetNotifications';
64
+ import PrivateMessageSnippetItem, { PrivateMessageSnippetItemSkeleton } from './components/PrivateMessageSnippetItem';
65
+ import PrivateMessageThreadItem, { PrivateMessageThreadItemSkeleton } from './components/PrivateMessageThreadItem';
66
+ import PrivateMessageEditor, { PrivateMessageEditorSkeleton } from './components/PrivateMessageEditor';
67
+ import PrivateMessageThread, { PrivateMessageThreadSkeleton } from './components/PrivateMessageThread';
68
+ import ToastNotifications, { ToastNotificationsSkeleton } from './components/ToastNotifications';
69
+ import SnippetNotifications, { SnippetNotificationsSkeleton } from './components/SnippetNotifications';
70
70
  import Notification, { NotificationSkeleton } from './components/Notification';
71
71
  import AccountRecover from './components/AccountRecover';
72
72
  import AccountReset from './components/AccountReset';
73
73
  import AccountVerify from './components/AccountVerify';
74
74
  import AccountChangeMailValidation from './components/AccountChangeMailValidation';
75
- import { SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations, } from './types';
75
+ import { SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations } from './types';
76
76
  import Widget from './components/Widget';
77
77
  import ConfirmDialog from './shared/ConfirmDialog/ConfirmDialog';
78
78
  import LanguageSwitcher from './shared/LanguageSwitcher';
@@ -80,6 +80,7 @@ import BaseItem from './shared/BaseItem';
80
80
  import BaseDialog from './shared/BaseDialog';
81
81
  import MediaChunkUploader from './shared/MediaChunkUploader';
82
82
  import { File, Link, Share } from './shared/Media';
83
+ import HiddenPlaceholder from './shared/HiddenPlaceholder';
83
84
  import UrlTextField from './shared/UrlTextField';
84
85
  import UsernameTextField from './shared/UsernameTextField';
85
86
  import EmailTextField from './shared/EmailTextField';
@@ -103,14 +104,29 @@ import Footer, { FooterSkeleton } from './components/Footer';
103
104
  import SearchAutocomplete from './components/SearchAutocomplete';
104
105
  import SearchDialog from './components/SearchDialog';
105
106
  import PrivateMessageSettingsIconButton from './components/PrivateMessageSettingsIconButton';
106
- import PrivateMessageComponent, { PrivateMessageComponentSkeleton, } from './components/PrivateMessageComponent';
107
+ import PrivateMessageComponent, { PrivateMessageComponentSkeleton } from './components/PrivateMessageComponent';
108
+ import ChangeGroupCover from './components/ChangeGroupCover';
109
+ import ChangeGroupPicture from './components/ChangeGroupPicture';
110
+ import GroupHeader, { GroupHeaderSkeleton } from './components/GroupHeader';
111
+ import GroupMembersButton from './components/GroupMembersButton';
112
+ import CreateGroupButton from './components/CreateGroupButton';
113
+ import EditGroupButton from './components/EditGroupButton';
114
+ import GroupInviteButton from './components/GroupInviteButton';
115
+ import GroupInfoWidget, { GroupInfoWidgetSkeleton } from './components/GroupInfoWidget';
116
+ import Group from './components/Group';
117
+ import GroupSubscribeButton from './components/GroupSubscribeButton';
118
+ import GroupMembersWidget, { GroupMembersWidgetSkeleton } from './components/GroupMembersWidget';
119
+ import GroupRequestsWidget, { GroupRequestsWidgetSkeleton } from './components/GroupRequestsWidget';
120
+ import Groups, { GroupsSkeleton } from './components/Groups';
121
+ import GroupForm from './components/GroupForm';
122
+ import GroupSettingsIconButton from './components/GroupSettingsIconButton';
107
123
  /**
108
124
  * Constants
109
125
  */
110
126
  import { DEFAULT_WIDGETS_NUMBER } from './constants/Feed';
111
- import { DEFAULT_PAGINATION_LIMIT, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_QUERY_PARAM_NAME, } from './constants/Pagination';
127
+ import { DEFAULT_PAGINATION_LIMIT, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_QUERY_PARAM_NAME } from './constants/Pagination';
112
128
  import { FACEBOOK_SHARE, LINKEDIN_SHARE, TWITTER_SHARE } from './constants/SocialShare';
113
- import { DEFAULT_PRELOAD_OFFSET_VIEWPORT, MAX_PRELOAD_OFFSET_VIEWPORT, MIN_PRELOAD_OFFSET_VIEWPORT, } from './constants/LazyLoad';
129
+ import { DEFAULT_PRELOAD_OFFSET_VIEWPORT, MAX_PRELOAD_OFFSET_VIEWPORT, MIN_PRELOAD_OFFSET_VIEWPORT } from './constants/LazyLoad';
114
130
  import { LEGAL_POLICIES } from './constants/LegalPolicies';
115
131
  import { DEFAULT_FIELDS } from './constants/UserProfile';
116
132
  /**
@@ -128,10 +144,10 @@ import FeedObjectMediaPreview from './components/FeedObjectMediaPreview';
128
144
  /**
129
145
  * List all exports
130
146
  */
131
- export { AccountDataPortability, AccountDataPortabilityButton, AccountDelete, AccountDeleteButton, AccountRecover, AccountReset, AccountVerify, AccountChangeMailValidation, NavigationSettingsIconButton, NavigationToolbarMobile, NavigationToolbarMobileSkeleton, NavigationToolbar, NavigationToolbarSkeleton, NavigationMenuIconButton, BottomNavigation, BroadcastMessages, BroadcastMessagesSkeleton, Category, CategorySkeleton, CategoryAutocomplete, CategoryFollowersButton, CategoryHeader, CategoryHeaderSkeleton, Categories, CategoriesSkeleton, UserFollowedCategoriesWidget, UserFollowedCategoriesWidgetSkeleton, CategoriesPopularWidget, CategoriesPopularWidgetSkeleton, CategoriesSuggestionWidget, CategoriesSuggestionWidgetSkeleton, ChangeCover, ChangePicture, Composer, ComposerIconButton, Editor, EditorSkeleton, FriendshipUserButton, Feed, FeedSkeleton, CategoryFollowButton, FollowUserButton, ConnectionUserButton, FeedObject, FeedObjectSkeleton, FeedObjectMediaPreview, FeedUpdatesWidget, FeedUpdatesWidgetSkeleton, GenericSkeleton, AvatarGroupSkeleton, CommentObject, CommentsObject, CommentsObjectSkeleton, CommentObjectSkeleton, CommentObjectReply, CommentsFeedObject, CommentsFeedObjectSkeleton, ReplyComment, InlineComposerWidget, InlineComposerWidgetSkeleton, Notification, NotificationSkeleton, UserSuggestionWidget, UserSuggestionWidgetSkeleton, PlatformWidget, PlatformWidgetSkeleton, LocationAutocomplete, LoyaltyProgramWidget, LoyaltyProgramWidgetSkeleton, CategoryTrendingFeedWidget, CategoryTrendingFeedWidgetSkeleton, CategoryTrendingUsersWidget, CategoryTrendingPeopleWidgetSkeleton, RelatedFeedObjectsWidget, RelatedFeedObjectsWidgetSkeleton, UserActionIconButton, UserCounters, UserProfileHeader, UserProfileHeaderSkeleton, UserInfoDialog, UserInfo, UserInfoSkeleton, UserProfileBlocked, SCUserProfileFields, SCUserProfileSettings, UserProfileEdit, UserProfileEditSkeleton, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSectionAccount, UserFollowedUsersWidget, UserFollowedUsersWidgetSkeleton, UserFollowersWidget, UserFollowersWidgetSkeleton, UserConnectionsWidget, UserConnectionsWidgetSkeleton, UserConnectionsRequestsWidget, UserConnectionsRequestsWidgetSkeleton, UserConnectionsRequestsSentWidget, UserConnectionsRequestsSentWidgetSkeleton, UserSocialAssociation, SCUserSocialAssociations, CustomAdv, CustomAdvSkeleton, User, UserSkeleton, PrivateMessageThread, PrivateMessageThreadSkeleton, PrivateMessageThreadItem, PrivateMessageThreadItemSkeleton, PrivateMessageSnippetItem, PrivateMessageSnippetItemSkeleton, PrivateMessageEditor, PrivateMessageEditorSkeleton, PrivateMessageSnippets, PrivateMessageSnippetsSkeleton, PrivateMessageComponent, PrivateMessageComponentSkeleton, PrivateMessageSettingsIconButton, ToastNotifications, ToastNotificationsSkeleton, SnippetNotifications, SnippetNotificationsSkeleton, SearchAutocomplete, SearchDialog, Widget, SCFeedObjectTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCNotificationObjectTemplateType, SCBroadcastMessageTemplateType,
147
+ export { AccountDataPortability, AccountDataPortabilityButton, AccountDelete, AccountDeleteButton, AccountRecover, AccountReset, AccountVerify, AccountChangeMailValidation, NavigationSettingsIconButton, NavigationToolbarMobile, NavigationToolbarMobileSkeleton, NavigationToolbar, NavigationToolbarSkeleton, NavigationMenuIconButton, NavigationMenuContent, BottomNavigation, BroadcastMessages, BroadcastMessagesSkeleton, Category, CategorySkeleton, CategoryAutocomplete, CategoryFollowersButton, CategoryHeader, CategoryHeaderSkeleton, Categories, CategoriesSkeleton, UserFollowedCategoriesWidget, UserFollowedCategoriesWidgetSkeleton, CategoriesPopularWidget, CategoriesPopularWidgetSkeleton, CategoriesSuggestionWidget, CategoriesSuggestionWidgetSkeleton, ChangeCover, ChangePicture, Composer, ComposerIconButton, Editor, EditorSkeleton, FriendshipUserButton, Feed, FeedSkeleton, CategoryFollowButton, FollowUserButton, ConnectionUserButton, FeedObject, FeedObjectSkeleton, FeedObjectMediaPreview, FeedUpdatesWidget, FeedUpdatesWidgetSkeleton, GenericSkeleton, AvatarGroupSkeleton, CommentObject, CommentsObject, CommentsObjectSkeleton, CommentObjectSkeleton, CommentObjectReply, CommentsFeedObject, CommentsFeedObjectSkeleton, ReplyComment, InlineComposerWidget, InlineComposerWidgetSkeleton, Notification, NotificationSkeleton, UserSuggestionWidget, UserSuggestionWidgetSkeleton, PlatformWidget, PlatformWidgetSkeleton, LocationAutocomplete, LoyaltyProgramWidget, LoyaltyProgramWidgetSkeleton, CategoryTrendingFeedWidget, CategoryTrendingFeedWidgetSkeleton, CategoryTrendingUsersWidget, CategoryTrendingPeopleWidgetSkeleton, RelatedFeedObjectsWidget, RelatedFeedObjectsWidgetSkeleton, UserActionIconButton, UserCounters, UserProfileHeader, UserProfileHeaderSkeleton, UserInfoDialog, UserInfo, UserInfoSkeleton, UserProfileBlocked, SCUserProfileFields, SCUserProfileSettings, UserProfileEdit, UserProfileEditSkeleton, UserProfileEditSectionPublicInfo, UserProfileEditSectionSettings, UserProfileEditSectionAccount, UserFollowedUsersWidget, UserFollowedUsersWidgetSkeleton, UserFollowersWidget, UserFollowersWidgetSkeleton, UserConnectionsWidget, UserConnectionsWidgetSkeleton, UserConnectionsRequestsWidget, UserConnectionsRequestsWidgetSkeleton, UserConnectionsRequestsSentWidget, UserConnectionsRequestsSentWidgetSkeleton, UserSocialAssociation, SCUserSocialAssociations, CustomAdv, CustomAdvSkeleton, User, UserSkeleton, PrivateMessageThread, PrivateMessageThreadSkeleton, PrivateMessageThreadItem, PrivateMessageThreadItemSkeleton, PrivateMessageSnippetItem, PrivateMessageSnippetItemSkeleton, PrivateMessageEditor, PrivateMessageEditorSkeleton, PrivateMessageSnippets, PrivateMessageSnippetsSkeleton, PrivateMessageComponent, PrivateMessageComponentSkeleton, PrivateMessageSettingsIconButton, ToastNotifications, ToastNotificationsSkeleton, SnippetNotifications, SnippetNotificationsSkeleton, SearchAutocomplete, SearchDialog, Widget, SCFeedObjectTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCNotificationObjectTemplateType, SCBroadcastMessageTemplateType, ChangeGroupCover, ChangeGroupPicture, GroupHeader, GroupHeaderSkeleton, GroupMembersButton, CreateGroupButton, EditGroupButton, GroupInviteButton, GroupInfoWidget, GroupInfoWidgetSkeleton, Group, GroupSubscribeButton, GroupMembersWidget, GroupMembersWidgetSkeleton, GroupRequestsWidget, GroupRequestsWidgetSkeleton, Groups, GroupsSkeleton, GroupForm,
132
148
  /* SC UI SHARED */
133
- UrlTextField, UsernameTextField, EmailTextField, PasswordTextField, PhoneTextField, MetadataField, InfiniteScroll, StickyBox, useStickyBox, TagChip, UserDeletedSnackBar, UserAvatar, Lightbox, CentralProgress, ConfirmDialog, LanguageSwitcher, MediaChunkUploader, File, Link, Share, MEDIA_TYPE_EMBED, FACEBOOK_SHARE, TWITTER_SHARE, LINKEDIN_SHARE, DEFAULT_PRELOAD_OFFSET_VIEWPORT, MIN_PRELOAD_OFFSET_VIEWPORT, MAX_PRELOAD_OFFSET_VIEWPORT,
149
+ HiddenPlaceholder, UrlTextField, UsernameTextField, EmailTextField, PasswordTextField, PhoneTextField, MetadataField, InfiniteScroll, StickyBox, useStickyBox, TagChip, UserDeletedSnackBar, UserAvatar, Lightbox, CentralProgress, ConfirmDialog, LanguageSwitcher, MediaChunkUploader, File, Link, Share, MEDIA_TYPE_EMBED, FACEBOOK_SHARE, TWITTER_SHARE, LINKEDIN_SHARE, DEFAULT_PRELOAD_OFFSET_VIEWPORT, MIN_PRELOAD_OFFSET_VIEWPORT, MAX_PRELOAD_OFFSET_VIEWPORT,
134
150
  /* SC CONSENT SOLUTION */
135
151
  ConsentSolution, ConsentSolutionSkeleton, ConsentSolutionButton, LEGAL_POLICIES, DEFAULT_FIELDS,
136
152
  /* SC UI PAGINATION */
137
- DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_LIMIT, DEFAULT_WIDGETS_NUMBER, PollSuggestionWidget, Incubator, IncubatorSubscribeButton, IncubatorListWidget, IncubatorDetail, IncubatorSuggestionWidget, ContributionUtils, bytesToSize, getUnseenNotification, getUnseenNotificationCounter, MessageUploaderUtils, getRelativeTime, Footer, FooterSkeleton, BaseItem, BaseDialog };
153
+ DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_LIMIT, DEFAULT_WIDGETS_NUMBER, PollSuggestionWidget, Incubator, IncubatorSubscribeButton, IncubatorListWidget, IncubatorDetail, IncubatorSuggestionWidget, ContributionUtils, bytesToSize, getUnseenNotification, getUnseenNotificationCounter, MessageUploaderUtils, getRelativeTime, Footer, FooterSkeleton, BaseItem, BaseDialog, GroupSettingsIconButton };