@selfcommunity/react-theme-default 0.1.0-alpha.302 → 0.1.0-alpha.304

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 (358) hide show
  1. package/lib/cjs/components/SCBaseDialog.d.ts +1 -1
  2. package/lib/cjs/components/SCBaseDialog.js +1 -1
  3. package/lib/cjs/components/SCBroadcastMessages.d.ts +52 -0
  4. package/lib/cjs/components/SCBroadcastMessages.js +55 -0
  5. package/lib/cjs/components/SCCategoryFeedTemplate.d.ts +3 -0
  6. package/lib/cjs/components/SCCategoryFeedTemplate.js +3 -0
  7. package/lib/cjs/components/SCCategoryHeader.d.ts +1 -0
  8. package/lib/cjs/components/SCCategoryHeader.js +2 -1
  9. package/lib/cjs/components/SCCategoryTemplate.d.ts +9 -0
  10. package/lib/cjs/components/SCCategoryTemplate.js +9 -0
  11. package/lib/cjs/components/SCCategoryTrendingFeedWidget.d.ts +10 -0
  12. package/lib/cjs/components/SCCategoryTrendingFeedWidget.js +12 -0
  13. package/lib/cjs/components/SCCategoryTrendingUsersWidget.d.ts +10 -0
  14. package/lib/cjs/components/SCCategoryTrendingUsersWidget.js +12 -0
  15. package/lib/cjs/components/SCChangePictureButton.d.ts +16 -0
  16. package/lib/cjs/components/SCChangePictureButton.js +16 -0
  17. package/lib/cjs/components/SCCommentObject.d.ts +25 -0
  18. package/lib/cjs/components/SCCommentObject.js +25 -0
  19. package/lib/cjs/components/SCCommentsFeedObject.d.ts +3 -2
  20. package/lib/cjs/components/SCCommentsFeedObject.js +4 -3
  21. package/lib/cjs/components/SCCommentsObject.d.ts +3 -0
  22. package/lib/cjs/components/SCCommentsObject.js +3 -0
  23. package/lib/cjs/components/SCConsentSolution.d.ts +116 -0
  24. package/lib/cjs/components/SCConsentSolution.js +118 -0
  25. package/lib/cjs/components/SCCustomAdv.d.ts +27 -0
  26. package/lib/cjs/components/SCCustomAdv.js +29 -0
  27. package/lib/cjs/components/SCEditor.d.ts +131 -0
  28. package/lib/cjs/components/SCEditor.js +131 -0
  29. package/lib/cjs/components/SCExploreFeedTemplate.d.ts +9 -0
  30. package/lib/cjs/components/{SCEditorFloatingLinkPlugin.js → SCExploreFeedTemplate.js} +3 -5
  31. package/lib/cjs/components/SCFeed.d.ts +21 -0
  32. package/lib/cjs/components/SCFeed.js +21 -0
  33. package/lib/cjs/components/SCFeedObject.d.ts +274 -11
  34. package/lib/cjs/components/SCFeedObject.js +286 -14
  35. package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +17 -0
  36. package/lib/cjs/components/SCFeedObjectDetailTemplate.js +17 -0
  37. package/lib/cjs/components/SCFeedUpdatesWidget.d.ts +1 -0
  38. package/lib/cjs/components/SCFeedUpdatesWidget.js +2 -1
  39. package/lib/cjs/components/SCFooter.d.ts +1 -0
  40. package/lib/cjs/components/SCFooter.js +2 -1
  41. package/lib/cjs/components/SCIncubator.d.ts +14 -0
  42. package/lib/cjs/components/SCIncubator.js +14 -0
  43. package/lib/cjs/components/SCIncubatorListWidget.d.ts +25 -0
  44. package/lib/cjs/components/SCIncubatorListWidget.js +25 -0
  45. package/lib/cjs/components/SCIncubatorSuggestionWidget.d.ts +2 -0
  46. package/lib/cjs/components/SCIncubatorSuggestionWidget.js +3 -1
  47. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts +53 -2
  48. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js +53 -2
  49. package/lib/cjs/components/SCLoyaltyProgramWidget.d.ts +19 -0
  50. package/lib/cjs/components/SCLoyaltyProgramWidget.js +19 -0
  51. package/lib/cjs/components/SCMainFeedTemplate.d.ts +9 -0
  52. package/lib/cjs/components/{SCCategoryTemplateSkeleton.js → SCMainFeedTemplate.js} +3 -5
  53. package/lib/cjs/components/SCNavigationToolbar.d.ts +28 -0
  54. package/lib/cjs/components/SCNavigationToolbar.js +28 -0
  55. package/lib/cjs/components/SCNotification.d.ts +310 -0
  56. package/lib/cjs/components/SCNotification.js +311 -0
  57. package/lib/cjs/components/SCNotificationFeedTemplate.d.ts +9 -0
  58. package/lib/cjs/components/{SCFeedObjectMediaPreview.js → SCNotificationFeedTemplate.js} +3 -5
  59. package/lib/cjs/components/SCPlatformWidget.d.ts +1 -0
  60. package/lib/cjs/components/SCPlatformWidget.js +2 -1
  61. package/lib/cjs/components/SCPollSuggestionWidget.d.ts +31 -0
  62. package/lib/cjs/components/SCPollSuggestionWidget.js +33 -0
  63. package/lib/cjs/components/SCPrivateMessageComponent.d.ts +18 -0
  64. package/lib/cjs/components/SCPrivateMessageComponent.js +18 -0
  65. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +8 -7
  66. package/lib/cjs/components/SCPrivateMessageEditor.js +9 -8
  67. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +3 -0
  68. package/lib/cjs/components/SCPrivateMessageSnippetItem.js +3 -0
  69. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +1 -0
  70. package/lib/cjs/components/SCPrivateMessageSnippets.js +2 -1
  71. package/lib/cjs/components/SCPrivateMessageThread.d.ts +14 -0
  72. package/lib/cjs/components/SCPrivateMessageThread.js +14 -0
  73. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +10 -1
  74. package/lib/cjs/components/SCPrivateMessageThreadItem.js +10 -1
  75. package/lib/cjs/components/SCRelatedFeedObjectsWidget.d.ts +8 -0
  76. package/lib/cjs/components/SCRelatedFeedObjectsWidget.js +10 -0
  77. package/lib/cjs/components/SCSnippetNotifications.d.ts +38 -0
  78. package/lib/cjs/components/SCSnippetNotifications.js +38 -0
  79. package/lib/cjs/components/SCToastNotifications.d.ts +7 -0
  80. package/lib/cjs/components/SCToastNotifications.js +9 -0
  81. package/lib/cjs/components/SCUser.d.ts +1 -0
  82. package/lib/cjs/components/SCUser.js +2 -1
  83. package/lib/cjs/components/SCUserCategoriesFollowedWidget.d.ts +8 -0
  84. package/lib/cjs/components/SCUserCategoriesFollowedWidget.js +10 -0
  85. package/lib/cjs/components/SCUserConnectionsRequestsSentWidget.d.ts +8 -0
  86. package/lib/cjs/components/SCUserConnectionsRequestsSentWidget.js +10 -0
  87. package/lib/cjs/components/SCUserConnectionsRequestsWidget.d.ts +8 -0
  88. package/lib/cjs/components/SCUserConnectionsRequestsWidget.js +10 -0
  89. package/lib/cjs/components/SCUserConnectionsWidget.d.ts +8 -0
  90. package/lib/cjs/components/SCUserConnectionsWidget.js +10 -0
  91. package/lib/cjs/components/SCUserFeedTemplate.d.ts +9 -0
  92. package/lib/cjs/components/{SCPrivateMessageThreadItemDialog.js → SCUserFeedTemplate.js} +3 -5
  93. package/lib/cjs/components/SCUserFollowedUsersWidget.d.ts +8 -0
  94. package/lib/cjs/components/SCUserFollowedUsersWidget.js +10 -0
  95. package/lib/cjs/components/SCUserFollowersWidget.d.ts +8 -0
  96. package/lib/cjs/components/SCUserFollowersWidget.js +10 -0
  97. package/lib/cjs/components/SCUserInfo.d.ts +17 -0
  98. package/lib/cjs/components/SCUserInfo.js +17 -0
  99. package/lib/cjs/components/SCUserProfileEdit.d.ts +50 -0
  100. package/lib/cjs/components/SCUserProfileEdit.js +50 -0
  101. package/lib/cjs/components/SCUserProfileHeader.d.ts +16 -0
  102. package/lib/cjs/components/SCUserProfileHeader.js +16 -0
  103. package/lib/cjs/components/SCUserProfileTemplate.d.ts +3 -0
  104. package/lib/cjs/components/SCUserProfileTemplate.js +3 -0
  105. package/lib/cjs/components/SCUserSuggestionWidget.d.ts +8 -0
  106. package/lib/cjs/components/SCUserSuggestionWidget.js +10 -0
  107. package/lib/cjs/index.d.ts +1265 -646
  108. package/lib/cjs/index.js +37 -69
  109. package/lib/esm/components/SCBaseDialog.d.ts +1 -1
  110. package/lib/esm/components/SCBaseDialog.js +1 -1
  111. package/lib/esm/components/SCBroadcastMessages.d.ts +52 -0
  112. package/lib/esm/components/SCBroadcastMessages.js +55 -0
  113. package/lib/esm/components/SCCategoryFeedTemplate.d.ts +3 -0
  114. package/lib/esm/components/SCCategoryFeedTemplate.js +3 -0
  115. package/lib/esm/components/SCCategoryHeader.d.ts +1 -0
  116. package/lib/esm/components/SCCategoryHeader.js +2 -1
  117. package/lib/esm/components/SCCategoryTemplate.d.ts +9 -0
  118. package/lib/esm/components/SCCategoryTemplate.js +9 -0
  119. package/lib/esm/components/SCCategoryTrendingFeedWidget.d.ts +10 -0
  120. package/lib/esm/components/SCCategoryTrendingFeedWidget.js +10 -0
  121. package/lib/esm/components/SCCategoryTrendingUsersWidget.d.ts +10 -0
  122. package/lib/esm/components/SCCategoryTrendingUsersWidget.js +10 -0
  123. package/lib/esm/components/SCChangePictureButton.d.ts +16 -0
  124. package/lib/esm/components/SCChangePictureButton.js +16 -0
  125. package/lib/esm/components/SCCommentObject.d.ts +25 -0
  126. package/lib/esm/components/SCCommentObject.js +25 -0
  127. package/lib/esm/components/SCCommentsFeedObject.d.ts +3 -2
  128. package/lib/esm/components/SCCommentsFeedObject.js +4 -3
  129. package/lib/esm/components/SCCommentsObject.d.ts +3 -0
  130. package/lib/esm/components/SCCommentsObject.js +3 -0
  131. package/lib/esm/components/SCConsentSolution.d.ts +116 -0
  132. package/lib/esm/components/SCConsentSolution.js +116 -0
  133. package/lib/esm/components/SCCustomAdv.d.ts +27 -0
  134. package/lib/esm/components/SCCustomAdv.js +27 -0
  135. package/lib/esm/components/SCEditor.d.ts +131 -0
  136. package/lib/esm/components/SCEditor.js +131 -0
  137. package/lib/esm/components/SCExploreFeedTemplate.d.ts +9 -0
  138. package/lib/esm/components/SCExploreFeedTemplate.js +9 -0
  139. package/lib/esm/components/SCFeed.d.ts +21 -0
  140. package/lib/esm/components/SCFeed.js +21 -0
  141. package/lib/esm/components/SCFeedObject.d.ts +274 -11
  142. package/lib/esm/components/SCFeedObject.js +286 -14
  143. package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +17 -0
  144. package/lib/esm/components/SCFeedObjectDetailTemplate.js +17 -0
  145. package/lib/esm/components/SCFeedUpdatesWidget.d.ts +1 -0
  146. package/lib/esm/components/SCFeedUpdatesWidget.js +2 -1
  147. package/lib/esm/components/SCFooter.d.ts +1 -0
  148. package/lib/esm/components/SCFooter.js +2 -1
  149. package/lib/esm/components/SCIncubator.d.ts +14 -0
  150. package/lib/esm/components/SCIncubator.js +14 -0
  151. package/lib/esm/components/SCIncubatorListWidget.d.ts +25 -0
  152. package/lib/esm/components/SCIncubatorListWidget.js +25 -0
  153. package/lib/esm/components/SCIncubatorSuggestionWidget.d.ts +2 -0
  154. package/lib/esm/components/SCIncubatorSuggestionWidget.js +3 -1
  155. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts +53 -2
  156. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js +53 -2
  157. package/lib/esm/components/SCLoyaltyProgramWidget.d.ts +19 -0
  158. package/lib/esm/components/SCLoyaltyProgramWidget.js +19 -0
  159. package/lib/esm/components/SCMainFeedTemplate.d.ts +9 -0
  160. package/lib/esm/components/SCMainFeedTemplate.js +9 -0
  161. package/lib/esm/components/SCNavigationToolbar.d.ts +28 -0
  162. package/lib/esm/components/SCNavigationToolbar.js +28 -0
  163. package/lib/esm/components/SCNotification.d.ts +310 -0
  164. package/lib/esm/components/SCNotification.js +311 -0
  165. package/lib/esm/components/SCNotificationFeedTemplate.d.ts +9 -0
  166. package/lib/esm/components/SCNotificationFeedTemplate.js +9 -0
  167. package/lib/esm/components/SCPlatformWidget.d.ts +1 -0
  168. package/lib/esm/components/SCPlatformWidget.js +2 -1
  169. package/lib/esm/components/SCPollSuggestionWidget.d.ts +31 -0
  170. package/lib/esm/components/SCPollSuggestionWidget.js +31 -0
  171. package/lib/esm/components/SCPrivateMessageComponent.d.ts +18 -0
  172. package/lib/esm/components/SCPrivateMessageComponent.js +18 -0
  173. package/lib/esm/components/SCPrivateMessageEditor.d.ts +8 -7
  174. package/lib/esm/components/SCPrivateMessageEditor.js +9 -8
  175. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +3 -0
  176. package/lib/esm/components/SCPrivateMessageSnippetItem.js +3 -0
  177. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +1 -0
  178. package/lib/esm/components/SCPrivateMessageSnippets.js +2 -1
  179. package/lib/esm/components/SCPrivateMessageThread.d.ts +14 -0
  180. package/lib/esm/components/SCPrivateMessageThread.js +14 -0
  181. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +10 -1
  182. package/lib/esm/components/SCPrivateMessageThreadItem.js +10 -1
  183. package/lib/esm/components/SCRelatedFeedObjectsWidget.d.ts +8 -0
  184. package/lib/esm/components/SCRelatedFeedObjectsWidget.js +8 -0
  185. package/lib/esm/components/SCSnippetNotifications.d.ts +38 -0
  186. package/lib/esm/components/SCSnippetNotifications.js +38 -0
  187. package/lib/esm/components/SCToastNotifications.d.ts +7 -0
  188. package/lib/esm/components/SCToastNotifications.js +7 -0
  189. package/lib/esm/components/SCUser.d.ts +1 -0
  190. package/lib/esm/components/SCUser.js +2 -1
  191. package/lib/esm/components/SCUserCategoriesFollowedWidget.d.ts +8 -0
  192. package/lib/esm/components/SCUserCategoriesFollowedWidget.js +8 -0
  193. package/lib/esm/components/SCUserConnectionsRequestsSentWidget.d.ts +8 -0
  194. package/lib/esm/components/SCUserConnectionsRequestsSentWidget.js +8 -0
  195. package/lib/esm/components/SCUserConnectionsRequestsWidget.d.ts +8 -0
  196. package/lib/esm/components/SCUserConnectionsRequestsWidget.js +8 -0
  197. package/lib/esm/components/SCUserConnectionsWidget.d.ts +8 -0
  198. package/lib/esm/components/SCUserConnectionsWidget.js +8 -0
  199. package/lib/esm/components/SCUserFeedTemplate.d.ts +9 -0
  200. package/lib/esm/components/SCUserFeedTemplate.js +9 -0
  201. package/lib/esm/components/SCUserFollowedUsersWidget.d.ts +8 -0
  202. package/lib/esm/components/SCUserFollowedUsersWidget.js +8 -0
  203. package/lib/esm/components/SCUserFollowersWidget.d.ts +8 -0
  204. package/lib/esm/components/SCUserFollowersWidget.js +8 -0
  205. package/lib/esm/components/SCUserInfo.d.ts +17 -0
  206. package/lib/esm/components/SCUserInfo.js +17 -0
  207. package/lib/esm/components/SCUserProfileEdit.d.ts +50 -0
  208. package/lib/esm/components/SCUserProfileEdit.js +50 -0
  209. package/lib/esm/components/SCUserProfileHeader.d.ts +16 -0
  210. package/lib/esm/components/SCUserProfileHeader.js +16 -0
  211. package/lib/esm/components/SCUserProfileTemplate.d.ts +3 -0
  212. package/lib/esm/components/SCUserProfileTemplate.js +3 -0
  213. package/lib/esm/components/SCUserSuggestionWidget.d.ts +8 -0
  214. package/lib/esm/components/SCUserSuggestionWidget.js +8 -0
  215. package/lib/esm/index.d.ts +1265 -646
  216. package/lib/esm/index.js +37 -69
  217. package/lib/umd/react-theme-default.js +2 -2
  218. package/package.json +4 -4
  219. package/lib/cjs/components/SCActivitiesMenu.d.ts +0 -17
  220. package/lib/cjs/components/SCActivitiesMenu.js +0 -19
  221. package/lib/cjs/components/SCCategoryTemplateSkeleton.d.ts +0 -11
  222. package/lib/cjs/components/SCChangePictureDialog.d.ts +0 -15
  223. package/lib/cjs/components/SCChangePictureDialog.js +0 -19
  224. package/lib/cjs/components/SCCommentAction.d.ts +0 -18
  225. package/lib/cjs/components/SCCommentAction.js +0 -20
  226. package/lib/cjs/components/SCCommentNotification.d.ts +0 -29
  227. package/lib/cjs/components/SCCommentNotification.js +0 -31
  228. package/lib/cjs/components/SCCommentObjectSkeleton.d.ts +0 -19
  229. package/lib/cjs/components/SCCommentObjectSkeleton.js +0 -22
  230. package/lib/cjs/components/SCCommentObjectVotes.d.ts +0 -16
  231. package/lib/cjs/components/SCCommentObjectVotes.js +0 -18
  232. package/lib/cjs/components/SCContributionNotification.d.ts +0 -34
  233. package/lib/cjs/components/SCContributionNotification.js +0 -36
  234. package/lib/cjs/components/SCContributorsFeedObject.d.ts +0 -14
  235. package/lib/cjs/components/SCContributorsFeedObject.js +0 -16
  236. package/lib/cjs/components/SCEditorFloatingLinkPlugin.d.ts +0 -11
  237. package/lib/cjs/components/SCEditorHashtagPlugin.d.ts +0 -43
  238. package/lib/cjs/components/SCEditorHashtagPlugin.js +0 -45
  239. package/lib/cjs/components/SCEditorMentionPlugin.d.ts +0 -43
  240. package/lib/cjs/components/SCEditorMentionPlugin.js +0 -45
  241. package/lib/cjs/components/SCEditorToolbarPlugin.d.ts +0 -51
  242. package/lib/cjs/components/SCEditorToolbarPlugin.js +0 -54
  243. package/lib/cjs/components/SCFeedObjectDetailTemplateSkeleton.d.ts +0 -20
  244. package/lib/cjs/components/SCFeedObjectDetailTemplateSkeleton.js +0 -22
  245. package/lib/cjs/components/SCFeedObjectMediaPreview.d.ts +0 -11
  246. package/lib/cjs/components/SCFeedObjectSkeleton.d.ts +0 -23
  247. package/lib/cjs/components/SCFeedObjectSkeleton.js +0 -25
  248. package/lib/cjs/components/SCFeedRelevantActivities.d.ts +0 -27
  249. package/lib/cjs/components/SCFeedRelevantActivities.js +0 -29
  250. package/lib/cjs/components/SCFeedSkeleton.d.ts +0 -33
  251. package/lib/cjs/components/SCFeedSkeleton.js +0 -35
  252. package/lib/cjs/components/SCFollowAction.d.ts +0 -19
  253. package/lib/cjs/components/SCFollowAction.js +0 -21
  254. package/lib/cjs/components/SCIncubatorSkeleton.d.ts +0 -19
  255. package/lib/cjs/components/SCIncubatorSkeleton.js +0 -21
  256. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +0 -29
  257. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js +0 -31
  258. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.d.ts +0 -24
  259. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.js +0 -26
  260. package/lib/cjs/components/SCNavigationToolbarSkeleton.d.ts +0 -19
  261. package/lib/cjs/components/SCNavigationToolbarSkeleton.js +0 -21
  262. package/lib/cjs/components/SCNotificationsMenu.d.ts +0 -13
  263. package/lib/cjs/components/SCNotificationsMenu.js +0 -15
  264. package/lib/cjs/components/SCPollObject.d.ts +0 -94
  265. package/lib/cjs/components/SCPollObject.js +0 -99
  266. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts +0 -23
  267. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js +0 -25
  268. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts +0 -11
  269. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +0 -19
  270. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +0 -21
  271. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts +0 -32
  272. package/lib/cjs/components/SCPrizeItemSkeleton.js +0 -34
  273. package/lib/cjs/components/SCShareAction.d.ts +0 -18
  274. package/lib/cjs/components/SCShareAction.js +0 -20
  275. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +0 -38
  276. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +0 -40
  277. package/lib/cjs/components/SCUserInfoDialog.d.ts +0 -21
  278. package/lib/cjs/components/SCUserInfoDialog.js +0 -23
  279. package/lib/cjs/components/SCUserInfoSkeleton.d.ts +0 -18
  280. package/lib/cjs/components/SCUserInfoSkeleton.js +0 -20
  281. package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts +0 -13
  282. package/lib/cjs/components/SCUserProfileEditSectionAccount.js +0 -15
  283. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts +0 -29
  284. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js +0 -31
  285. package/lib/cjs/components/SCVoteAction.d.ts +0 -18
  286. package/lib/cjs/components/SCVoteAction.js +0 -20
  287. package/lib/esm/components/SCActivitiesMenu.d.ts +0 -17
  288. package/lib/esm/components/SCActivitiesMenu.js +0 -17
  289. package/lib/esm/components/SCCategoryTemplateSkeleton.d.ts +0 -11
  290. package/lib/esm/components/SCCategoryTemplateSkeleton.js +0 -11
  291. package/lib/esm/components/SCChangePictureDialog.d.ts +0 -15
  292. package/lib/esm/components/SCChangePictureDialog.js +0 -17
  293. package/lib/esm/components/SCCommentAction.d.ts +0 -18
  294. package/lib/esm/components/SCCommentAction.js +0 -18
  295. package/lib/esm/components/SCCommentNotification.d.ts +0 -29
  296. package/lib/esm/components/SCCommentNotification.js +0 -29
  297. package/lib/esm/components/SCCommentObjectSkeleton.d.ts +0 -19
  298. package/lib/esm/components/SCCommentObjectSkeleton.js +0 -20
  299. package/lib/esm/components/SCCommentObjectVotes.d.ts +0 -16
  300. package/lib/esm/components/SCCommentObjectVotes.js +0 -16
  301. package/lib/esm/components/SCContributionNotification.d.ts +0 -34
  302. package/lib/esm/components/SCContributionNotification.js +0 -34
  303. package/lib/esm/components/SCContributorsFeedObject.d.ts +0 -14
  304. package/lib/esm/components/SCContributorsFeedObject.js +0 -14
  305. package/lib/esm/components/SCEditorFloatingLinkPlugin.d.ts +0 -11
  306. package/lib/esm/components/SCEditorFloatingLinkPlugin.js +0 -11
  307. package/lib/esm/components/SCEditorHashtagPlugin.d.ts +0 -43
  308. package/lib/esm/components/SCEditorHashtagPlugin.js +0 -43
  309. package/lib/esm/components/SCEditorMentionPlugin.d.ts +0 -43
  310. package/lib/esm/components/SCEditorMentionPlugin.js +0 -43
  311. package/lib/esm/components/SCEditorToolbarPlugin.d.ts +0 -51
  312. package/lib/esm/components/SCEditorToolbarPlugin.js +0 -52
  313. package/lib/esm/components/SCFeedObjectDetailTemplateSkeleton.d.ts +0 -20
  314. package/lib/esm/components/SCFeedObjectDetailTemplateSkeleton.js +0 -20
  315. package/lib/esm/components/SCFeedObjectMediaPreview.d.ts +0 -11
  316. package/lib/esm/components/SCFeedObjectMediaPreview.js +0 -11
  317. package/lib/esm/components/SCFeedObjectSkeleton.d.ts +0 -23
  318. package/lib/esm/components/SCFeedObjectSkeleton.js +0 -23
  319. package/lib/esm/components/SCFeedRelevantActivities.d.ts +0 -27
  320. package/lib/esm/components/SCFeedRelevantActivities.js +0 -27
  321. package/lib/esm/components/SCFeedSkeleton.d.ts +0 -33
  322. package/lib/esm/components/SCFeedSkeleton.js +0 -33
  323. package/lib/esm/components/SCFollowAction.d.ts +0 -19
  324. package/lib/esm/components/SCFollowAction.js +0 -19
  325. package/lib/esm/components/SCIncubatorSkeleton.d.ts +0 -19
  326. package/lib/esm/components/SCIncubatorSkeleton.js +0 -19
  327. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +0 -29
  328. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js +0 -29
  329. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.d.ts +0 -24
  330. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.js +0 -24
  331. package/lib/esm/components/SCNavigationToolbarSkeleton.d.ts +0 -19
  332. package/lib/esm/components/SCNavigationToolbarSkeleton.js +0 -19
  333. package/lib/esm/components/SCNotificationsMenu.d.ts +0 -13
  334. package/lib/esm/components/SCNotificationsMenu.js +0 -13
  335. package/lib/esm/components/SCPollObject.d.ts +0 -94
  336. package/lib/esm/components/SCPollObject.js +0 -97
  337. package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts +0 -23
  338. package/lib/esm/components/SCPrivateMessageComponentSkeleton.js +0 -23
  339. package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts +0 -11
  340. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +0 -11
  341. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +0 -19
  342. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +0 -19
  343. package/lib/esm/components/SCPrizeItemSkeleton.d.ts +0 -32
  344. package/lib/esm/components/SCPrizeItemSkeleton.js +0 -32
  345. package/lib/esm/components/SCShareAction.d.ts +0 -18
  346. package/lib/esm/components/SCShareAction.js +0 -18
  347. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +0 -38
  348. package/lib/esm/components/SCSnippetNotificationsSkeleton.js +0 -38
  349. package/lib/esm/components/SCUserInfoDialog.d.ts +0 -21
  350. package/lib/esm/components/SCUserInfoDialog.js +0 -21
  351. package/lib/esm/components/SCUserInfoSkeleton.d.ts +0 -18
  352. package/lib/esm/components/SCUserInfoSkeleton.js +0 -18
  353. package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts +0 -13
  354. package/lib/esm/components/SCUserProfileEditSectionAccount.js +0 -13
  355. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts +0 -29
  356. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js +0 -29
  357. package/lib/esm/components/SCVoteAction.d.ts +0 -18
  358. package/lib/esm/components/SCVoteAction.js +0 -18
@@ -37,8 +37,8 @@ const Component = {
37
37
  overflowY: 'hidden',
38
38
  overflowX: 'auto',
39
39
  justifyContent: 'center',
40
- 'MsOverflowStyle': 'none',
41
- scrollbarWidth: 'none',
40
+ MsOverflowStyle: 'none' /* IE and Edge */,
41
+ scrollbarWidth: 'none' /* Firefox */,
42
42
  '&::-webkit-scrollbar': {
43
43
  display: 'none'
44
44
  },
@@ -265,11 +265,6 @@ const Component = {
265
265
  margin: '0 32px'
266
266
  }
267
267
  },
268
- '& .SCFeedObject-medias-section': {
269
- '& .SCFeedObjectMediaPreview-root': {
270
- margin: theme.spacing(0, 1)
271
- }
272
- },
273
268
  '& .SCFeedObject-show-more': {
274
269
  padding: theme.spacing(0.5),
275
270
  marginTop: theme.spacing(-0.5)
@@ -279,12 +274,12 @@ const Component = {
279
274
  '&:last-of-type': {
280
275
  marginBottom: 0
281
276
  },
282
- '& .SCFeedObjectActions-root': {
277
+ '& .SCFeedObject-actions-root': {
283
278
  margin: 0,
284
279
  padding: theme.spacing(0.2, 2, 0, 2),
285
- '& .SCFeedObjectActions-action': {
280
+ '& .SCFeedObject-actions-action': {
286
281
  marginTop: 0,
287
- '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
282
+ '& .SCFeedObject-action-vote-view-audience-button, & .SCFeedObject-action-comment-view-audience-button, & .SCFeedObject-action-share-view-audience-button, & .SCReactionAction-view-audience-button': {
288
283
  fontSize: '0.857rem',
289
284
  fontWeight: theme.typography.fontWeightRegular,
290
285
  marginTop: theme.spacing(0),
@@ -297,7 +292,7 @@ const Component = {
297
292
  '& .MuiDivider-root': {
298
293
  borderColor: theme.palette.grey[300]
299
294
  },
300
- '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
295
+ '& .SCFeedObject-action-vote-button, & .SCFeedObject-action-comment-button, & .SCFeedObject-action-share-button, & .SCReactionAction-button': {
301
296
  color: theme.palette.primary.main,
302
297
  marginTop: theme.spacing(-0.5),
303
298
  marginBottom: theme.spacing(0.5),
@@ -346,7 +341,7 @@ const Component = {
346
341
  '& .SCFeedObject-activities-content': {
347
342
  paddingTop: 0,
348
343
  paddingBottom: 0,
349
- '& .SCActivitiesMenu-selector': {
344
+ '& .SCFeedObject-activities-menu-selector': {
350
345
  '& .MuiButton-root': {
351
346
  marginTop: theme.spacing(0.2),
352
347
  fontSize: '0.857rem',
@@ -361,7 +356,7 @@ const Component = {
361
356
  paddingBottom: 0
362
357
  }
363
358
  },
364
- '& .SCCommentObjectSkeleton-root': {
359
+ '& .SCCommentObject-skeleton-root': {
365
360
  background: 'transparent',
366
361
  marginTop: 5,
367
362
  marginBottom: '7px !important',
@@ -417,7 +412,284 @@ const Component = {
417
412
  boxShadow: 'none',
418
413
  border: '1px solid rgba(0, 0, 0, 0.12)'
419
414
  }
420
- })
415
+ }),
416
+ skeletonRoot: ({ theme }) => ({
417
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
418
+ border: `0 none`,
419
+ boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
420
+ borderRadius: 0,
421
+ [theme.breakpoints.up('sm')]: {
422
+ borderRadius: theme.shape.borderRadius
423
+ }
424
+ },
425
+ '& .SCFeedObject-media': {
426
+ height: 250,
427
+ marginBottom: 20
428
+ },
429
+ '& .SCFeedObject-snippet > *': {
430
+ paddingLeft: 0,
431
+ paddingRight: 0
432
+ }
433
+ }),
434
+ mediaPreviewRoot: ({ theme }) => ({
435
+ margin: theme.spacing(0, 1)
436
+ }),
437
+ actionsRoot: ({ theme }) => ({
438
+ margin: '0px 0px',
439
+ color: '#3A3A3A',
440
+ '& .SCFeedObject-actions-action': {
441
+ textAlign: 'center'
442
+ }
443
+ }),
444
+ actionCommentRoot: ({ theme }) => ({
445
+ display: 'flex',
446
+ justifyContent: 'center',
447
+ alignItems: 'center',
448
+ flexDirection: 'column',
449
+ '&.SCFeedObject-action-share-inline': {
450
+ flexDirection: 'row-reverse'
451
+ },
452
+ '& .SCFeedObject-action-vote-divider': {
453
+ width: '100%',
454
+ borderBottom: 0
455
+ }
456
+ }),
457
+ actionFollowRoot: ({ theme }) => ({
458
+ '& .SCFeedObject-action-follow-button': {
459
+ color: theme.palette.primary.main,
460
+ '&.SCFeedObject-action-follow-iconized': {
461
+ borderRadius: '50%',
462
+ padding: theme.spacing(1),
463
+ minWidth: 'auto',
464
+ fontSize: '1.429rem'
465
+ },
466
+ '&.SCFeedObject-action-follow-followed': {
467
+ color: theme.palette.secondary.main
468
+ }
469
+ }
470
+ }),
471
+ actionShareRoot: ({ theme }) => ({
472
+ display: 'flex',
473
+ justifyContent: 'center',
474
+ alignItems: 'center',
475
+ flexDirection: 'column',
476
+ '&.SCFeedObject-action-share-inline': {
477
+ flexDirection: 'row-reverse'
478
+ },
479
+ '& .SCFeedObject-action-vote-divider': {
480
+ width: '100%',
481
+ borderBottom: 0
482
+ }
483
+ }),
484
+ actionVoteRoot: ({ theme }) => ({
485
+ display: 'flex',
486
+ justifyContent: 'center',
487
+ alignItems: 'center',
488
+ flexDirection: 'column',
489
+ '&.SCFeedObject-action-vote-inline': {
490
+ flexDirection: 'row-reverse'
491
+ },
492
+ '& .SCFeedObject-action-vote-divider': {
493
+ width: '100%',
494
+ borderBottom: 0
495
+ }
496
+ }),
497
+ activitiesRoot: ({ theme }) => ({
498
+ width: '100%'
499
+ }),
500
+ activitiesMenuRoot: ({ theme }) => ({
501
+ '& .SCFeedObject-activities-menu-selector': {
502
+ display: 'flex',
503
+ alignItems: 'center',
504
+ textAlign: 'center',
505
+ justifyContent: 'flex-end'
506
+ },
507
+ '& .SCFeedObject-activities-menu-selector .MuiButton-root': {
508
+ textTransform: 'capitalize',
509
+ fontWeight: theme.typography.fontWeightBold
510
+ }
511
+ }),
512
+ contributorsRoot: ({ theme }) => ({
513
+ '& .SCFeedObject-contributors-btn-participants': {
514
+ padding: theme.spacing(0.5),
515
+ marginLeft: theme.spacing(-0.5),
516
+ color: 'inherit',
517
+ fontWeight: theme.typography.fontWeightLight,
518
+ fontSize: '0.875rem'
519
+ },
520
+ minHeight: 28,
521
+ marginTop: 0,
522
+ marginBottom: 0,
523
+ ['& .MuiAvatarGroup-root']: {
524
+ justifyContent: 'flex-end'
525
+ },
526
+ ['& .MuiAvatar-root']: {
527
+ backgroundColor: '#d5d5d5',
528
+ border: '2px solid #FFF !important',
529
+ color: '#FFF',
530
+ fontSize: '0.55rem',
531
+ width: theme.selfcommunity.user.avatar.sizeSmall,
532
+ height: theme.selfcommunity.user.avatar.sizeSmall,
533
+ marginLeft: theme.spacing(-1),
534
+ lineHeight: '24px'
535
+ }
536
+ }),
537
+ contributorsSkeletonRoot: ({ theme }) => ({
538
+ // [`& .${classes.btnParticipants}`]: {
539
+ // marginLeft: -10
540
+ // }
541
+ }),
542
+ pollObjectRoot: ({ theme }) => ({
543
+ marginTop: theme.spacing(1),
544
+ marginBottom: theme.spacing(1),
545
+ borderTop: `1px solid ${alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
546
+ borderBottom: `1px solid ${alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
547
+ boxShadow: 'none',
548
+ borderRadius: 0,
549
+ '& .MuiButton-root': {
550
+ '&:focus:not(:focus-visible)': {
551
+ borderColor: alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity)
552
+ }
553
+ },
554
+ '& .MuiCardHeader-root': {
555
+ textAlign: 'center',
556
+ padding: theme.spacing(2),
557
+ '& .SCFeedObject-poll-object-toggle-button': {
558
+ fontSize: '0.875rem',
559
+ textTransform: 'uppercase',
560
+ '& .MuiButton-endIcon': {
561
+ display: 'none'
562
+ },
563
+ '& .SCFeedObject-poll-object-expand-icon': {
564
+ marginBottom: 2,
565
+ marginLeft: -2,
566
+ transition: theme.transitions.create('transform', {
567
+ duration: theme.transitions.duration.shortest
568
+ })
569
+ },
570
+ '& .SCFeedObject-poll-object-collapsed-icon': {
571
+ transform: 'rotate(180deg)'
572
+ }
573
+ }
574
+ },
575
+ '& .SCFeedObject-poll-object-title': {
576
+ textAlign: 'center',
577
+ color: theme.palette.text.primary,
578
+ marginBottom: theme.spacing(1),
579
+ fontWeight: theme.typography.fontWeightBold,
580
+ wordWrap: 'break-word'
581
+ },
582
+ '& .SCFeedObject-poll-object-voters, & .SCFeedObject-poll-object-votes': {
583
+ display: 'flex',
584
+ margin: theme.spacing(1),
585
+ alignItems: 'center',
586
+ justifyContent: 'center',
587
+ '& .MuiIcon-root': {
588
+ width: '1em',
589
+ marginRight: theme.spacing(1)
590
+ }
591
+ },
592
+ '& .SCFeedObject-poll-object-expiration, & .SCFeedObject-poll-object-close, & .SCFeedObject-poll-object-voters': {
593
+ textAlign: 'center',
594
+ color: theme.palette.text.secondary,
595
+ marginBottom: theme.spacing(2.5),
596
+ fontWeight: theme.typography.fontWeightLight,
597
+ fontSize: '0.765rem'
598
+ },
599
+ '& .SCFeedObject-poll-object-voters .MuiTypography-root': {
600
+ fontWeight: theme.typography.fontWeightLight,
601
+ fontSize: '1rem'
602
+ },
603
+ '& ul': {
604
+ padding: theme.spacing(2.5),
605
+ marginBottom: theme.spacing(2.5),
606
+ backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.activatedOpacity),
607
+ borderRadius: theme.shape.borderRadius,
608
+ '& li': {
609
+ padding: 0
610
+ }
611
+ }
612
+ }),
613
+ pollObjectChoicesRoot: ({ theme }) => ({
614
+ backgroundColor: 'transparent',
615
+ marginBottom: theme.spacing(3),
616
+ padding: 0,
617
+ width: '100%',
618
+ borderRadius: 0,
619
+ '& .SCFeedObject-poll-object-choices-label, & .SCFeedObject-poll-object-choices-vote': {
620
+ marginBottom: 0,
621
+ fontWeight: theme.typography.fontWeightBold
622
+ },
623
+ '& .SCFeedObject-poll-object-choices-progress': {
624
+ display: 'flex',
625
+ flexDirection: 'row',
626
+ alignItems: 'center',
627
+ marginBottom: 0,
628
+ '& .MuiLinearProgress-root': {
629
+ height: 10,
630
+ borderRadius: theme.shape.borderRadius,
631
+ flexGrow: 2,
632
+ marginRight: theme.spacing(2),
633
+ backgroundColor: theme.palette.common.white
634
+ },
635
+ '& > .MuiTypography-root': {
636
+ fontSize: '0.987rem',
637
+ fontWeight: theme.typography.fontWeightLight
638
+ }
639
+ }
640
+ }),
641
+ relevantActivitiesRoot: ({ theme }) => ({
642
+ '& .MuiList-root, & .SCFeedObject-relevant-activities-activity': {
643
+ padding: 0
644
+ // '& .SCBaseItem-content': {
645
+ // alignItems: 'flex-start'
646
+ // }
647
+ },
648
+ '& .SCFeedObject-relevant-activities-activity': {
649
+ '& > .SCBaseItem-root': {
650
+ borderRadius: 0,
651
+ marginBottom: theme.spacing(2),
652
+ '& .SCBaseItem-text': {
653
+ margin: 0,
654
+ '& .SCBaseItem-primary': {
655
+ display: 'inline-block',
656
+ marginBottom: theme.spacing(0.5),
657
+ '& > a': {
658
+ fontWeight: theme.typography.fontWeightBold,
659
+ textDecoration: 'none'
660
+ }
661
+ },
662
+ '& .SCBaseItem-secondary': {
663
+ fontSize: '0.857rem'
664
+ }
665
+ }
666
+ },
667
+ '& .SCFeedObject-activity-comment-username, & .SCFeedObject-activity-follow-username, & .SCFeedObject-activity-poll-vote-username, & .SCFeedObject-activity-vote-up-username': {
668
+ color: 'inherit'
669
+ },
670
+ '& .SCFeedObject-activity-comment-avatar, & .SCFeedObject-activity-follow-avatar, & .SCFeedObject-activity-poll-vote-avatar, & .SCFeedObject-activity-vote-up-avatar': {
671
+ width: theme.selfcommunity.user.avatar.sizeMedium,
672
+ height: theme.selfcommunity.user.avatar.sizeMedium
673
+ }
674
+ }
675
+ }),
676
+ activityCommentRoot: ({ theme }) => ({
677
+ '& .SCBaseItem-primary': {
678
+ display: 'flex !important',
679
+ flexDirection: 'row !important',
680
+ alignItems: 'center !important',
681
+ marginBottom: '0 !important',
682
+ '& .MuiTypography-root': {
683
+ marginBottom: 0
684
+ }
685
+ },
686
+ '& .SCFeedObject-activity-comment-username': {
687
+ marginRight: theme.spacing(0.5)
688
+ }
689
+ }),
690
+ activityFollowRoot: ({ theme }) => ({}),
691
+ activityPollVoteRoot: ({ theme }) => ({}),
692
+ activityVoteUpRoot: ({ theme }) => ({})
421
693
  }
422
694
  };
423
695
  export default Component;
@@ -8,6 +8,23 @@ declare const Component: {
8
8
  };
9
9
  };
10
10
  };
11
+ skeletonRoot: ({ theme }: any) => {
12
+ marginTop: any;
13
+ '& .SCCommentsObject-skeleton-root': {
14
+ '& .SCWidget-root': {
15
+ marginBottom: string;
16
+ };
17
+ };
18
+ '& .SCCommentObject-skeleton-root': {
19
+ background: string;
20
+ boxShadow: string;
21
+ border: number;
22
+ paddingLeft: string;
23
+ '& .SCCommentObject-skeleton-root': {
24
+ marginBottom: string;
25
+ };
26
+ };
27
+ };
11
28
  };
12
29
  };
13
30
  export default Component;
@@ -7,6 +7,23 @@ const Component = {
7
7
  paddingLeft: theme.spacing(2)
8
8
  }
9
9
  }
10
+ }),
11
+ skeletonRoot: ({ theme }) => ({
12
+ marginTop: theme.spacing(2),
13
+ '& .SCCommentsObject-skeleton-root': {
14
+ '& .SCWidget-root': {
15
+ marginBottom: '0px !important'
16
+ }
17
+ },
18
+ '& .SCCommentObject-skeleton-root': {
19
+ background: 'transparent',
20
+ boxShadow: 'none',
21
+ border: 0,
22
+ paddingLeft: '0px !important',
23
+ '& .SCCommentObject-skeleton-root': {
24
+ marginBottom: '0px !important'
25
+ }
26
+ }
10
27
  })
11
28
  }
12
29
  };
@@ -16,6 +16,7 @@ declare const Component: {
16
16
  textTransform: string;
17
17
  };
18
18
  };
19
+ skeletonRoot: ({ theme }: any) => {};
19
20
  };
20
21
  };
21
22
  export default Component;
@@ -15,7 +15,8 @@ const Component = {
15
15
  '& .SCFeedUpdatesWidget-button-load-more': {
16
16
  textTransform: 'capitalize'
17
17
  }
18
- })
18
+ }),
19
+ skeletonRoot: ({ theme }) => ({})
19
20
  }
20
21
  };
21
22
  export default Component;
@@ -15,6 +15,7 @@ declare const Component: {
15
15
  };
16
16
  };
17
17
  };
18
+ skeletonRoot: ({ theme }: any) => {};
18
19
  };
19
20
  };
20
21
  export default Component;
@@ -14,7 +14,8 @@ const Component = {
14
14
  color: theme.palette.text.primary
15
15
  }
16
16
  }
17
- })
17
+ }),
18
+ skeletonRoot: ({ theme }) => ({})
18
19
  }
19
20
  };
20
21
  export default Component;
@@ -27,6 +27,20 @@ declare const Component: {
27
27
  marginLeft: any;
28
28
  };
29
29
  };
30
+ skeletonRoot: ({ theme }: any) => {
31
+ width: string;
32
+ '& .MuiCardContent-root': {
33
+ '& .SCIncubator-secondary': {
34
+ marginTop: any;
35
+ };
36
+ '& .SCIncubator-progress-bar': {
37
+ marginTop: any;
38
+ };
39
+ };
40
+ '& .MuiCardActions-root': {
41
+ marginLeft: any;
42
+ };
43
+ };
30
44
  };
31
45
  };
32
46
  export default Component;
@@ -26,6 +26,20 @@ const Component = {
26
26
  '& .MuiCardActions-root': {
27
27
  marginLeft: theme.spacing(1)
28
28
  }
29
+ }),
30
+ skeletonRoot: ({ theme }) => ({
31
+ width: '100%',
32
+ '& .MuiCardContent-root': {
33
+ '& .SCIncubator-secondary': {
34
+ marginTop: theme.spacing(1)
35
+ },
36
+ '& .SCIncubator-progress-bar': {
37
+ marginTop: theme.spacing(1)
38
+ }
39
+ },
40
+ '& .MuiCardActions-root': {
41
+ marginLeft: theme.spacing(2)
42
+ }
29
43
  })
30
44
  }
31
45
  };
@@ -13,6 +13,31 @@ declare const Component: {
13
13
  justifyContent: string;
14
14
  };
15
15
  };
16
+ dialogRoot: ({ theme }: any) => {};
17
+ skeletonRoot: ({ theme }: any) => {};
18
+ createDialogRoot: ({ theme }: any) => {
19
+ [x: number]: {
20
+ minWidth: number;
21
+ };
22
+ margin: number;
23
+ '& .SCIncubatorListWidget-intro': {
24
+ whiteSpace: string;
25
+ };
26
+ '& .SCIncubatorListWidget-form': {
27
+ marginTop: any;
28
+ marginBottom: any;
29
+ };
30
+ '& .SCIncubatorListWidget-name': {
31
+ '& .MuiInputBase-root': {
32
+ height: string;
33
+ };
34
+ };
35
+ '& .SCIncubatorListWidget-submitted-message': {
36
+ padding: any;
37
+ borderRadius: string;
38
+ backgroundColor: string;
39
+ };
40
+ };
16
41
  };
17
42
  };
18
43
  export default Component;
@@ -12,6 +12,31 @@ const Component = {
12
12
  display: 'flex',
13
13
  justifyContent: 'space-between'
14
14
  }
15
+ }),
16
+ dialogRoot: ({ theme }) => ({}),
17
+ skeletonRoot: ({ theme }) => ({}),
18
+ createDialogRoot: ({ theme }) => ({
19
+ margin: 2,
20
+ [theme.breakpoints.down(500)]: {
21
+ minWidth: 300
22
+ },
23
+ '& .SCIncubatorListWidget-intro': {
24
+ whiteSpace: 'pre-line'
25
+ },
26
+ '& .SCIncubatorListWidget-form': {
27
+ marginTop: theme.spacing(1),
28
+ marginBottom: theme.spacing(1)
29
+ },
30
+ '& .SCIncubatorListWidget-name': {
31
+ '& .MuiInputBase-root': {
32
+ height: '40px'
33
+ }
34
+ },
35
+ '& .SCIncubatorListWidget-submitted-message': {
36
+ padding: theme.spacing(1),
37
+ borderRadius: '8px',
38
+ backgroundColor: '#bdd5bd'
39
+ }
15
40
  })
16
41
  }
17
42
  };
@@ -5,6 +5,8 @@ declare const Component: {
5
5
  padding: any;
6
6
  };
7
7
  };
8
+ dialogRoot: ({ theme }: any) => {};
9
+ skeletonRoot: ({ theme }: any) => {};
8
10
  };
9
11
  };
10
12
  export default Component;
@@ -4,7 +4,9 @@ const Component = {
4
4
  '& .MuiCardContent-root': {
5
5
  padding: theme.spacing(2)
6
6
  }
7
- })
7
+ }),
8
+ dialogRoot: ({ theme }) => ({}),
9
+ skeletonRoot: ({ theme }) => ({})
8
10
  }
9
11
  };
10
12
  export default Component;
@@ -104,12 +104,12 @@ declare const Component: {
104
104
  };
105
105
  };
106
106
  };
107
- '& .SCLoyaltyProgramDetailPointsList-root': {
107
+ '& .SCLoyaltyProgramDetailTemplate-points-list-root': {
108
108
  marginTop: any;
109
109
  marginBottom: any;
110
110
  '& .MuiGrid-item': {
111
111
  paddingTop: any;
112
- '& .SCLoyaltyProgramDetailPointsList-element': {
112
+ '& .SCLoyaltyProgramDetailTemplate-element': {
113
113
  display: string;
114
114
  justifyContent: string;
115
115
  marginBottom: any;
@@ -125,6 +125,57 @@ declare const Component: {
125
125
  };
126
126
  };
127
127
  };
128
+ skeletonRoot: ({ theme }: any) => {
129
+ height: string;
130
+ '& .SCLoyaltyProgramDetailTemplate-title': {
131
+ [x: number]: {
132
+ justifyContent: string;
133
+ };
134
+ display: string;
135
+ marginBottom: any;
136
+ alignItems: string;
137
+ '& .SCLoyaltyProgramDetailTemplate-chip': {
138
+ marginLeft: any;
139
+ borderRadius: any;
140
+ };
141
+ };
142
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
143
+ marginBottom: any;
144
+ '& .SCLoyaltyProgramDetailTemplate-sub-title': {
145
+ marginBottom: any;
146
+ };
147
+ };
148
+ '& .SCLoyaltyProgramDetailTemplate-points-list': {
149
+ marginBottom: any;
150
+ };
151
+ };
152
+ prizeItemSkeletonRoot: ({ theme }: any) => {
153
+ [x: number]: {
154
+ width: any;
155
+ height: any;
156
+ marginTop: any;
157
+ };
158
+ '& .MuiCard-root': {
159
+ [x: number]: {
160
+ borderRadius: number;
161
+ height: string;
162
+ };
163
+ };
164
+ '& .MuiCardContent-root': {
165
+ justifyContent: string;
166
+ '& .SCLoyaltyProgramDetailTemplate-content': {
167
+ display: string;
168
+ flexDirection: string;
169
+ justifyContent: string;
170
+ alignItems: string;
171
+ marginTop: any;
172
+ paddingBottom: any;
173
+ };
174
+ };
175
+ '& .MuiCardActions-root': {
176
+ justifyContent: string;
177
+ };
178
+ };
128
179
  };
129
180
  };
130
181
  export default Component;