@selfcommunity/react-theme-default 0.4.5-alpha.9 → 0.4.5-payments.144

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 (191) hide show
  1. package/lib/cjs/components/SCAccordionLessons.d.ts +55 -0
  2. package/lib/cjs/components/SCAccordionLessons.js +53 -0
  3. package/lib/cjs/components/SCAddUsersButton.d.ts +19 -0
  4. package/lib/cjs/components/SCAddUsersButton.js +21 -0
  5. package/lib/cjs/components/SCBaseItemButton.d.ts +26 -35
  6. package/lib/cjs/components/SCBaseItemButton.js +27 -36
  7. package/lib/cjs/components/SCBuyButton.d.ts +15 -0
  8. package/lib/cjs/components/SCBuyButton.js +13 -0
  9. package/lib/cjs/components/SCCheckout.d.ts +54 -0
  10. package/lib/cjs/components/SCCheckout.js +54 -0
  11. package/lib/cjs/components/SCCheckoutReturnDialog.d.ts +26 -0
  12. package/lib/cjs/components/SCCheckoutReturnDialog.js +26 -0
  13. package/lib/cjs/components/SCCommentObject.d.ts +7 -17
  14. package/lib/cjs/components/SCCommentObject.js +7 -17
  15. package/lib/cjs/components/SCComposer.d.ts +15 -7
  16. package/lib/cjs/components/SCComposer.js +37 -8
  17. package/lib/cjs/components/SCContributionActionsMenu.js +1 -1
  18. package/lib/cjs/components/SCCourse.d.ts +243 -0
  19. package/lib/cjs/components/SCCourse.js +245 -0
  20. package/lib/cjs/components/SCCourseCompletedDialog.d.ts +21 -0
  21. package/lib/cjs/components/SCCourseCompletedDialog.js +23 -0
  22. package/lib/cjs/components/SCCourseContentMenu.d.ts +42 -0
  23. package/lib/cjs/components/SCCourseContentMenu.js +42 -0
  24. package/lib/cjs/components/SCCourseDashboard.d.ts +337 -0
  25. package/lib/cjs/components/SCCourseDashboard.js +329 -0
  26. package/lib/cjs/components/SCCourseForm.d.ts +143 -0
  27. package/lib/cjs/components/SCCourseForm.js +144 -0
  28. package/lib/cjs/components/SCCourseFormDialog.d.ts +6 -0
  29. package/lib/cjs/components/SCCourseFormDialog.js +8 -0
  30. package/lib/cjs/components/SCCourseInfoDetails.d.ts +43 -0
  31. package/lib/cjs/components/SCCourseInfoDetails.js +43 -0
  32. package/lib/cjs/components/SCCourseParticipantsButton.d.ts +56 -0
  33. package/lib/cjs/components/SCCourseParticipantsButton.js +53 -0
  34. package/lib/cjs/components/SCCourseUsersTable.d.ts +86 -0
  35. package/lib/cjs/components/SCCourseUsersTable.js +82 -0
  36. package/lib/cjs/components/SCCourses.d.ts +133 -0
  37. package/lib/cjs/components/SCCourses.js +135 -0
  38. package/lib/cjs/components/SCCreateCourseButton.d.ts +12 -0
  39. package/lib/cjs/components/SCCreateCourseButton.js +14 -0
  40. package/lib/cjs/components/SCEditCourse.d.ts +273 -0
  41. package/lib/cjs/components/SCEditCourse.js +271 -0
  42. package/lib/cjs/components/SCEditor.d.ts +20 -0
  43. package/lib/cjs/components/SCEditor.js +20 -0
  44. package/lib/cjs/components/SCEmptyStatus.d.ts +33 -0
  45. package/lib/cjs/components/SCEmptyStatus.js +33 -0
  46. package/lib/cjs/components/SCFeedObject.d.ts +18 -12
  47. package/lib/cjs/components/SCFeedObject.js +18 -12
  48. package/lib/cjs/components/SCFeedObjectDetailTemplate.js +1 -1
  49. package/lib/cjs/components/SCLessonAppbar.d.ts +27 -0
  50. package/lib/cjs/components/SCLessonAppbar.js +28 -0
  51. package/lib/cjs/components/SCLessonCommentActionsMenu.d.ts +32 -0
  52. package/lib/cjs/components/SCLessonCommentActionsMenu.js +35 -0
  53. package/lib/cjs/components/SCLessonCommentObject.d.ts +117 -0
  54. package/lib/cjs/components/SCLessonCommentObject.js +119 -0
  55. package/lib/cjs/components/SCLessonCommentObjects.d.ts +48 -0
  56. package/lib/cjs/components/SCLessonCommentObjects.js +50 -0
  57. package/lib/cjs/components/SCLessonDrawer.d.ts +42 -0
  58. package/lib/cjs/components/SCLessonDrawer.js +44 -0
  59. package/lib/cjs/components/SCLessonEditForm.d.ts +33 -0
  60. package/lib/cjs/components/SCLessonEditForm.js +33 -0
  61. package/lib/cjs/components/SCLessonObject.d.ts +48 -0
  62. package/lib/cjs/components/SCLessonObject.js +51 -0
  63. package/lib/cjs/components/SCLessonReleaseMenu.d.ts +32 -0
  64. package/lib/cjs/components/SCLessonReleaseMenu.js +34 -0
  65. package/lib/cjs/components/SCLessonTemplate.d.ts +20 -0
  66. package/lib/cjs/components/SCLessonTemplate.js +20 -0
  67. package/lib/cjs/components/SCLiveStreamForm.d.ts +9 -0
  68. package/lib/cjs/components/SCLiveStreamForm.js +10 -1
  69. package/lib/cjs/components/SCLiveStreamRoom.d.ts +27 -1
  70. package/lib/cjs/components/SCLiveStreamRoom.js +27 -1
  71. package/lib/cjs/components/SCLiveStreamSelector.d.ts +2 -0
  72. package/lib/cjs/components/SCLiveStreamSelector.js +3 -1
  73. package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +2 -1
  74. package/lib/cjs/components/SCLiveStreamVideoConference.js +2 -1
  75. package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
  76. package/lib/cjs/components/SCNavigationToolbar.js +1 -1
  77. package/lib/cjs/components/SCPaymentProduct.d.ts +55 -0
  78. package/lib/cjs/components/SCPaymentProduct.js +53 -0
  79. package/lib/cjs/components/SCPaymentProductPrice.d.ts +15 -0
  80. package/lib/cjs/components/SCPaymentProductPrice.js +13 -0
  81. package/lib/cjs/components/SCPaymentProducts.d.ts +15 -0
  82. package/lib/cjs/components/SCPaymentProducts.js +13 -0
  83. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
  84. package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
  85. package/lib/cjs/fonts/community/icons.eot +0 -0
  86. package/lib/cjs/fonts/community/icons.svg +9 -3
  87. package/lib/cjs/fonts/community/icons.ttf +0 -0
  88. package/lib/cjs/fonts/community/icons.woff +0 -0
  89. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  90. package/lib/cjs/fonts/community-icons.css +15 -6
  91. package/lib/cjs/index.d.ts +2737 -612
  92. package/lib/cjs/index.js +76 -2
  93. package/lib/esm/components/SCAccordionLessons.d.ts +55 -0
  94. package/lib/esm/components/SCAccordionLessons.js +51 -0
  95. package/lib/esm/components/SCAddUsersButton.d.ts +19 -0
  96. package/lib/esm/components/SCAddUsersButton.js +19 -0
  97. package/lib/esm/components/SCBaseItemButton.d.ts +26 -35
  98. package/lib/esm/components/SCBaseItemButton.js +27 -36
  99. package/lib/esm/components/SCBuyButton.d.ts +15 -0
  100. package/lib/esm/components/SCBuyButton.js +11 -0
  101. package/lib/esm/components/SCCheckout.d.ts +54 -0
  102. package/lib/esm/components/SCCheckout.js +52 -0
  103. package/lib/esm/components/SCCheckoutReturnDialog.d.ts +26 -0
  104. package/lib/esm/components/SCCheckoutReturnDialog.js +24 -0
  105. package/lib/esm/components/SCCommentObject.d.ts +7 -17
  106. package/lib/esm/components/SCCommentObject.js +7 -17
  107. package/lib/esm/components/SCComposer.d.ts +15 -7
  108. package/lib/esm/components/SCComposer.js +37 -8
  109. package/lib/esm/components/SCContributionActionsMenu.js +1 -1
  110. package/lib/esm/components/SCCourse.d.ts +243 -0
  111. package/lib/esm/components/SCCourse.js +243 -0
  112. package/lib/esm/components/SCCourseCompletedDialog.d.ts +21 -0
  113. package/lib/esm/components/SCCourseCompletedDialog.js +21 -0
  114. package/lib/esm/components/SCCourseContentMenu.d.ts +42 -0
  115. package/lib/esm/components/SCCourseContentMenu.js +40 -0
  116. package/lib/esm/components/SCCourseDashboard.d.ts +337 -0
  117. package/lib/esm/components/SCCourseDashboard.js +327 -0
  118. package/lib/esm/components/SCCourseForm.d.ts +143 -0
  119. package/lib/esm/components/SCCourseForm.js +142 -0
  120. package/lib/esm/components/SCCourseFormDialog.d.ts +6 -0
  121. package/lib/esm/components/SCCourseFormDialog.js +6 -0
  122. package/lib/esm/components/SCCourseInfoDetails.d.ts +43 -0
  123. package/lib/esm/components/SCCourseInfoDetails.js +41 -0
  124. package/lib/esm/components/SCCourseParticipantsButton.d.ts +56 -0
  125. package/lib/esm/components/SCCourseParticipantsButton.js +51 -0
  126. package/lib/esm/components/SCCourseUsersTable.d.ts +86 -0
  127. package/lib/esm/components/SCCourseUsersTable.js +80 -0
  128. package/lib/esm/components/SCCourses.d.ts +133 -0
  129. package/lib/esm/components/SCCourses.js +133 -0
  130. package/lib/esm/components/SCCreateCourseButton.d.ts +12 -0
  131. package/lib/esm/components/SCCreateCourseButton.js +12 -0
  132. package/lib/esm/components/SCEditCourse.d.ts +273 -0
  133. package/lib/esm/components/SCEditCourse.js +269 -0
  134. package/lib/esm/components/SCEditor.d.ts +20 -0
  135. package/lib/esm/components/SCEditor.js +20 -0
  136. package/lib/esm/components/SCEmptyStatus.d.ts +33 -0
  137. package/lib/esm/components/SCEmptyStatus.js +31 -0
  138. package/lib/esm/components/SCFeedObject.d.ts +18 -12
  139. package/lib/esm/components/SCFeedObject.js +18 -12
  140. package/lib/esm/components/SCFeedObjectDetailTemplate.js +1 -1
  141. package/lib/esm/components/SCLessonAppbar.d.ts +27 -0
  142. package/lib/esm/components/SCLessonAppbar.js +26 -0
  143. package/lib/esm/components/SCLessonCommentActionsMenu.d.ts +32 -0
  144. package/lib/esm/components/SCLessonCommentActionsMenu.js +33 -0
  145. package/lib/esm/components/SCLessonCommentObject.d.ts +117 -0
  146. package/lib/esm/components/SCLessonCommentObject.js +117 -0
  147. package/lib/esm/components/SCLessonCommentObjects.d.ts +48 -0
  148. package/lib/esm/components/SCLessonCommentObjects.js +48 -0
  149. package/lib/esm/components/SCLessonDrawer.d.ts +42 -0
  150. package/lib/esm/components/SCLessonDrawer.js +42 -0
  151. package/lib/esm/components/SCLessonEditForm.d.ts +33 -0
  152. package/lib/esm/components/SCLessonEditForm.js +31 -0
  153. package/lib/esm/components/SCLessonObject.d.ts +48 -0
  154. package/lib/esm/components/SCLessonObject.js +49 -0
  155. package/lib/esm/components/SCLessonReleaseMenu.d.ts +32 -0
  156. package/lib/esm/components/SCLessonReleaseMenu.js +32 -0
  157. package/lib/esm/components/SCLessonTemplate.d.ts +20 -0
  158. package/lib/esm/components/SCLessonTemplate.js +18 -0
  159. package/lib/esm/components/SCLiveStreamForm.d.ts +9 -0
  160. package/lib/esm/components/SCLiveStreamForm.js +10 -1
  161. package/lib/esm/components/SCLiveStreamRoom.d.ts +27 -1
  162. package/lib/esm/components/SCLiveStreamRoom.js +27 -1
  163. package/lib/esm/components/SCLiveStreamSelector.d.ts +2 -0
  164. package/lib/esm/components/SCLiveStreamSelector.js +3 -1
  165. package/lib/esm/components/SCLiveStreamVideoConference.d.ts +2 -1
  166. package/lib/esm/components/SCLiveStreamVideoConference.js +2 -1
  167. package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
  168. package/lib/esm/components/SCNavigationToolbar.js +1 -1
  169. package/lib/esm/components/SCPaymentProduct.d.ts +55 -0
  170. package/lib/esm/components/SCPaymentProduct.js +51 -0
  171. package/lib/esm/components/SCPaymentProductPrice.d.ts +15 -0
  172. package/lib/esm/components/SCPaymentProductPrice.js +11 -0
  173. package/lib/esm/components/SCPaymentProducts.d.ts +15 -0
  174. package/lib/esm/components/SCPaymentProducts.js +11 -0
  175. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
  176. package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
  177. package/lib/esm/fonts/community/icons.eot +0 -0
  178. package/lib/esm/fonts/community/icons.svg +9 -3
  179. package/lib/esm/fonts/community/icons.ttf +0 -0
  180. package/lib/esm/fonts/community/icons.woff +0 -0
  181. package/lib/esm/fonts/community/icons.woff2 +0 -0
  182. package/lib/esm/fonts/community-icons.css +15 -6
  183. package/lib/esm/index.d.ts +2737 -612
  184. package/lib/esm/index.js +76 -2
  185. package/lib/umd/community/icons.eot +0 -0
  186. package/lib/umd/community/icons.svg +9 -3
  187. package/lib/umd/community/icons.ttf +0 -0
  188. package/lib/umd/community/icons.woff +0 -0
  189. package/lib/umd/community/icons.woff2 +0 -0
  190. package/lib/umd/react-theme-default.js +1 -1
  191. package/package.json +2 -2
package/lib/cjs/index.js CHANGED
@@ -20,11 +20,13 @@ const MuiOutlinedInput_1 = tslib_1.__importDefault(require("./components/MuiOutl
20
20
  const MuiPopover_1 = tslib_1.__importDefault(require("./components/MuiPopover"));
21
21
  const MuiSelect_1 = tslib_1.__importDefault(require("./components/MuiSelect"));
22
22
  const MuiTooltip_1 = tslib_1.__importDefault(require("./components/MuiTooltip"));
23
+ const SCAccordionLessons_1 = tslib_1.__importDefault(require("./components/SCAccordionLessons"));
23
24
  const SCAccountChangeMailValidation_1 = tslib_1.__importDefault(require("./components/SCAccountChangeMailValidation"));
24
25
  const SCAccountDataPortability_1 = tslib_1.__importDefault(require("./components/SCAccountDataPortability"));
25
26
  const SCAccountDelete_1 = tslib_1.__importDefault(require("./components/SCAccountDelete"));
26
27
  const SCAccountReset_1 = tslib_1.__importDefault(require("./components/SCAccountReset"));
27
28
  const SCAccountVerify_1 = tslib_1.__importDefault(require("./components/SCAccountVerify"));
29
+ const SCAddUsersButton_1 = tslib_1.__importDefault(require("./components/SCAddUsersButton"));
28
30
  const SCBaseDialog_1 = tslib_1.__importDefault(require("./components/SCBaseDialog"));
29
31
  const SCBaseItem_1 = tslib_1.__importDefault(require("./components/SCBaseItem"));
30
32
  const SCBaseItemButton_1 = tslib_1.__importDefault(require("./components/SCBaseItemButton"));
@@ -43,6 +45,7 @@ const SCCategoryHeader_1 = tslib_1.__importDefault(require("./components/SCCateg
43
45
  const SCCategoryTemplate_1 = tslib_1.__importDefault(require("./components/SCCategoryTemplate"));
44
46
  const SCCategoryTrendingFeedWidget_1 = tslib_1.__importDefault(require("./components/SCCategoryTrendingFeedWidget"));
45
47
  const SCCategoryTrendingUsersWidget_1 = tslib_1.__importDefault(require("./components/SCCategoryTrendingUsersWidget"));
48
+ const SCCourseUsersTable_1 = tslib_1.__importDefault(require("./components/SCCourseUsersTable"));
46
49
  const SCChangeCoverButton_1 = tslib_1.__importDefault(require("./components/SCChangeCoverButton"));
47
50
  const SCChangeGroupCoverButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupCoverButton"));
48
51
  const SCChangeGroupPictureButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupPictureButton"));
@@ -55,6 +58,15 @@ const SCCommentsObject_1 = tslib_1.__importDefault(require("./components/SCComme
55
58
  const SCComposer_1 = tslib_1.__importDefault(require("./components/SCComposer"));
56
59
  const SCConsentSolution_1 = tslib_1.__importDefault(require("./components/SCConsentSolution"));
57
60
  const SCContributionActionsMenu_1 = tslib_1.__importDefault(require("./components/SCContributionActionsMenu"));
61
+ const SCCourse_1 = tslib_1.__importDefault(require("./components/SCCourse"));
62
+ const SCCourseContentMenu_1 = tslib_1.__importDefault(require("./components/SCCourseContentMenu"));
63
+ const SCCourseDashboard_1 = tslib_1.__importDefault(require("./components/SCCourseDashboard"));
64
+ const SCCourses_1 = tslib_1.__importDefault(require("./components/SCCourses"));
65
+ const SCCourseForm_1 = tslib_1.__importDefault(require("./components/SCCourseForm"));
66
+ const SCCourseFormDialog_1 = tslib_1.__importDefault(require("./components/SCCourseFormDialog"));
67
+ const SCCourseInfoDetails_1 = tslib_1.__importDefault(require("./components/SCCourseInfoDetails"));
68
+ const SCCourseParticipantsButton_1 = tslib_1.__importDefault(require("./components/SCCourseParticipantsButton"));
69
+ const SCCreateCourseButton_1 = tslib_1.__importDefault(require("./components/SCCreateCourseButton"));
58
70
  const SCCreateEventButton_1 = tslib_1.__importDefault(require("./components/SCCreateEventButton"));
59
71
  const SCCreateEventWidget_1 = tslib_1.__importDefault(require("./components/SCCreateEventWidget"));
60
72
  const SCCreateGroupButton_1 = tslib_1.__importDefault(require("./components/SCCreateGroupButton"));
@@ -65,7 +77,9 @@ const SCDefaultHeaderContent_1 = tslib_1.__importDefault(require("./components/S
65
77
  const SCDefaultDrawerContent_1 = tslib_1.__importDefault(require("./components/SCDefaultDrawerContent"));
66
78
  const SCEditGroupButton_1 = tslib_1.__importDefault(require("./components/SCEditGroupButton"));
67
79
  const SCEditor_1 = tslib_1.__importDefault(require("./components/SCEditor"));
80
+ const SCEditCourse_1 = tslib_1.__importDefault(require("./components/SCEditCourse"));
68
81
  const SCEmojiPicker_1 = tslib_1.__importDefault(require("./components/SCEmojiPicker"));
82
+ const SCEmptyStatus_1 = tslib_1.__importDefault(require("./components/SCEmptyStatus"));
69
83
  const SCEvent_1 = tslib_1.__importDefault(require("./components/SCEvent"));
70
84
  const SCEventActionsMenu_1 = tslib_1.__importDefault(require("./components/SCEventActionsMenu"));
71
85
  const SCEventForm_1 = tslib_1.__importDefault(require("./components/SCEventForm"));
@@ -108,6 +122,16 @@ const SCIncubatorListWidget_1 = tslib_1.__importDefault(require("./components/SC
108
122
  const SCIncubatorSuggestionWidget_1 = tslib_1.__importDefault(require("./components/SCIncubatorSuggestionWidget"));
109
123
  const SCInlineComposerWidget_1 = tslib_1.__importDefault(require("./components/SCInlineComposerWidget"));
110
124
  const SCLanguageSwitcher_1 = tslib_1.__importDefault(require("./components/SCLanguageSwitcher"));
125
+ const SCLessonAppbar_1 = tslib_1.__importDefault(require("./components/SCLessonAppbar"));
126
+ const SCLessonDrawer_1 = tslib_1.__importDefault(require("./components/SCLessonDrawer"));
127
+ const SCLessonCommentActionsMenu_1 = tslib_1.__importDefault(require("./components/SCLessonCommentActionsMenu"));
128
+ const SCLessonCommentObject_1 = tslib_1.__importDefault(require("./components/SCLessonCommentObject"));
129
+ const SCLessonCommentObjects_1 = tslib_1.__importDefault(require("./components/SCLessonCommentObjects"));
130
+ const SCCourseCompletedDialog_1 = tslib_1.__importDefault(require("./components/SCCourseCompletedDialog"));
131
+ const SCLessonEditForm_1 = tslib_1.__importDefault(require("./components/SCLessonEditForm"));
132
+ const SCLessonTemplate_1 = tslib_1.__importDefault(require("./components/SCLessonTemplate"));
133
+ const SCLessonObject_1 = tslib_1.__importDefault(require("./components/SCLessonObject"));
134
+ const SCLessonReleaseMenu_1 = tslib_1.__importDefault(require("./components/SCLessonReleaseMenu"));
111
135
  const SCLightbox_1 = tslib_1.__importDefault(require("./components/SCLightbox"));
112
136
  const SCLoyaltyProgramDetailTemplate_1 = tslib_1.__importDefault(require("./components/SCLoyaltyProgramDetailTemplate"));
113
137
  const SCLoyaltyProgramWidget_1 = tslib_1.__importDefault(require("./components/SCLoyaltyProgramWidget"));
@@ -178,6 +202,12 @@ const SCTagAutocomplete_1 = tslib_1.__importDefault(require("./components/SCTagA
178
202
  const SCVoteAudienceButton_1 = tslib_1.__importDefault(require("./components/SCVoteAudienceButton"));
179
203
  const SCVoteButton_1 = tslib_1.__importDefault(require("./components/SCVoteButton"));
180
204
  const SCWidget_1 = tslib_1.__importDefault(require("./components/SCWidget"));
205
+ const SCBuyButton_1 = tslib_1.__importDefault(require("./components/SCBuyButton"));
206
+ const SCPaymentProducts_1 = tslib_1.__importDefault(require("./components/SCPaymentProducts"));
207
+ const SCPaymentProduct_1 = tslib_1.__importDefault(require("./components/SCPaymentProduct"));
208
+ const SCPaymentProductPrice_1 = tslib_1.__importDefault(require("./components/SCPaymentProductPrice"));
209
+ const SCCheckout_1 = tslib_1.__importDefault(require("./components/SCCheckout"));
210
+ const SCCheckoutReturnDialog_1 = tslib_1.__importDefault(require("./components/SCCheckoutReturnDialog"));
181
211
  /**
182
212
  * Style fragments - Imports - End
183
213
  */
@@ -281,11 +311,13 @@ const theme = {
281
311
  MuiPopover: MuiPopover_1.default,
282
312
  MuiSelect: MuiSelect_1.default,
283
313
  MuiTooltip: MuiTooltip_1.default,
314
+ SCAccordionLessons: SCAccordionLessons_1.default,
284
315
  SCAccountChangeMailValidation: SCAccountChangeMailValidation_1.default,
285
316
  SCAccountDataPortability: SCAccountDataPortability_1.default,
286
317
  SCAccountDelete: SCAccountDelete_1.default,
287
318
  SCAccountReset: SCAccountReset_1.default,
288
319
  SCAccountVerify: SCAccountVerify_1.default,
320
+ SCAddUsersButton: SCAddUsersButton_1.default,
289
321
  SCBaseDialog: SCBaseDialog_1.default,
290
322
  SCBaseItem: SCBaseItem_1.default,
291
323
  SCBaseItemButton: SCBaseItemButton_1.default,
@@ -315,6 +347,15 @@ const theme = {
315
347
  SCComposer: SCComposer_1.default,
316
348
  SCConsentSolution: SCConsentSolution_1.default,
317
349
  SCContributionActionsMenu: SCContributionActionsMenu_1.default,
350
+ SCCourse: SCCourse_1.default,
351
+ SCCourseContentMenu: SCCourseContentMenu_1.default,
352
+ SCCourseDashboard: SCCourseDashboard_1.default,
353
+ SCCourses: SCCourses_1.default,
354
+ SCCourseForm: SCCourseForm_1.default,
355
+ SCCourseFormDialog: SCCourseFormDialog_1.default,
356
+ SCCourseParticipantsButton: SCCourseParticipantsButton_1.default,
357
+ SCCourseInfoDetails: SCCourseInfoDetails_1.default,
358
+ SCCourseUsersTable: SCCourseUsersTable_1.default,
318
359
  SCCreateGroupButton: SCCreateGroupButton_1.default,
319
360
  SCCustomAdv: SCCustomAdv_1.default,
320
361
  SCCustomSnackMessage: SCCustomSnackMessage_1.default,
@@ -323,6 +364,7 @@ const theme = {
323
364
  SCDefaultDrawerContent: SCDefaultDrawerContent_1.default,
324
365
  SCEditGroupButton: SCEditGroupButton_1.default,
325
366
  SCEditor: SCEditor_1.default,
367
+ SCEditCourse: SCEditCourse_1.default,
326
368
  SCEmojiPicker: SCEmojiPicker_1.default,
327
369
  SCExploreFeedTemplate: SCExploreFeedTemplate_1.default,
328
370
  SCFeed: SCFeed_1.default,
@@ -352,6 +394,16 @@ const theme = {
352
394
  SCIncubatorSuggestionWidget: SCIncubatorSuggestionWidget_1.default,
353
395
  SCInlineComposerWidget: SCInlineComposerWidget_1.default,
354
396
  SCLanguageSwitcher: SCLanguageSwitcher_1.default,
397
+ SCLessonAppbar: SCLessonAppbar_1.default,
398
+ SCLessonDrawer: SCLessonDrawer_1.default,
399
+ SCLessonCommentActionsMenu: SCLessonCommentActionsMenu_1.default,
400
+ SCLessonCommentObject: SCLessonCommentObject_1.default,
401
+ SCLessonCommentObjects: SCLessonCommentObjects_1.default,
402
+ SCCourseCompletedDialog: SCCourseCompletedDialog_1.default,
403
+ SCLessonEditForm: SCLessonEditForm_1.default,
404
+ SCLessonTemplate: SCLessonTemplate_1.default,
405
+ SCLessonObject: SCLessonObject_1.default,
406
+ SCLessonReleaseMenu: SCLessonReleaseMenu_1.default,
355
407
  SCLightbox: SCLightbox_1.default,
356
408
  SCLoyaltyProgramDetailTemplate: SCLoyaltyProgramDetailTemplate_1.default,
357
409
  SCLoyaltyProgramWidget: SCLoyaltyProgramWidget_1.default,
@@ -407,6 +459,7 @@ const theme = {
407
459
  SCTagAutocomplete: SCTagAutocomplete_1.default,
408
460
  SCEventForm: SCEventForm_1.default,
409
461
  SCEventFormDialog: SCEventFormDialog_1.default,
462
+ SCCreateCourseButton: SCCreateCourseButton_1.default,
410
463
  SCCreateEventButton: SCCreateEventButton_1.default,
411
464
  SCEventLocationWidget: SCEventLocationWidget_1.default,
412
465
  SCEvent: SCEvent_1.default,
@@ -419,7 +472,6 @@ const theme = {
419
472
  SCEventSubscribeButton: SCEventSubscribeButton_1.default,
420
473
  SCEventParticipantsButton: SCEventParticipantsButton_1.default,
421
474
  SCMyEventsWidget: SCMyEventsWidget_1.default,
422
- SCEventMediaWidget: SCEventMediaWidget_1.default,
423
475
  SCCalendar: SCCalendar_1.default,
424
476
  SCCreateEventWidget: SCCreateEventWidget_1.default,
425
477
  SCSuggestedEventsWidget: SCSuggestedEventsWidget_1.default,
@@ -428,6 +480,8 @@ const theme = {
428
480
  SCVoteAudienceButton: SCVoteAudienceButton_1.default,
429
481
  SCVoteButton: SCVoteButton_1.default,
430
482
  SCWidget: SCWidget_1.default,
483
+ SCEventMediaWidget: SCEventMediaWidget_1.default,
484
+ SCEmptyStatus: SCEmptyStatus_1.default,
431
485
  SCLiveStream: SCLiveStream_1.default,
432
486
  SCLiveStreamInfoDetails: SCLiveStreamInfoDetails_1.default,
433
487
  SCUpScalingTierBadge: SCUpScalingTierBadge_1.default,
@@ -438,7 +492,13 @@ const theme = {
438
492
  SCLiveStreamForm: SCLiveStreamForm_1.default,
439
493
  SCLiveStreamFormSettings: SCLiveStreamFormSettings_1.default,
440
494
  SCLiveStreamRoom: SCLiveStreamRoom_1.default,
441
- SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default
495
+ SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default,
496
+ SCBuyButton: SCBuyButton_1.default,
497
+ SCPaymentProducts: SCPaymentProducts_1.default,
498
+ SCPaymentProduct: SCPaymentProduct_1.default,
499
+ SCPaymentProductPrice: SCPaymentProductPrice_1.default,
500
+ SCCheckout: SCCheckout_1.default,
501
+ SCCheckoutReturnDialog: SCCheckoutReturnDialog_1.default
442
502
  },
443
503
  selfcommunity: {
444
504
  user: {
@@ -463,6 +523,20 @@ const theme = {
463
523
  sizeLarge: 90,
464
524
  sizeXLarge: 205
465
525
  }
526
+ },
527
+ contentProduct: {
528
+ icon: {
529
+ sizeSmall: 24,
530
+ sizeMedium: 40,
531
+ sizeLarge: 50
532
+ }
533
+ },
534
+ contentProductPrice: {
535
+ icon: {
536
+ sizeSmall: 24,
537
+ sizeMedium: 40,
538
+ sizeLarge: 50
539
+ }
466
540
  }
467
541
  }
468
542
  };
@@ -0,0 +1,55 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ border: string;
7
+ borderRadius: string;
8
+ '& .SCAccordionLessons-accordion': {
9
+ '& .SCAccordionLessons-summary': {
10
+ flexDirection: string;
11
+ gap: any;
12
+ borderBottom: string;
13
+ padding: any;
14
+ backgroundColor: any;
15
+ '& .MuiAccordionSummary-content': {
16
+ justifyContent: string;
17
+ margin: number;
18
+ };
19
+ };
20
+ '& .SCAccordionLessons-details': {
21
+ display: string;
22
+ alignItems: string;
23
+ gap: any;
24
+ padding: any;
25
+ '&:not(:last-child)': {
26
+ borderBottom: string;
27
+ };
28
+ '& .SCAccordionLessons-circle': {
29
+ flexShrink: number;
30
+ width: any;
31
+ height: any;
32
+ borderRadius: string;
33
+ backgroundColor: any;
34
+ };
35
+ };
36
+ };
37
+ };
38
+ skeletonRoot: ({ theme }: {
39
+ theme: any;
40
+ }) => {
41
+ border: string;
42
+ borderRadius: string;
43
+ '& .SCAccordionLessons-accordion': {
44
+ '& .SCAccordionLessons-summary': {
45
+ display: string;
46
+ justifyContent: string;
47
+ borderBottom: string;
48
+ padding: any;
49
+ backgroundColor: any;
50
+ };
51
+ };
52
+ };
53
+ };
54
+ };
55
+ export default Component;
@@ -0,0 +1,51 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ border: `1px solid ${theme.palette.grey['300']}`,
5
+ borderRadius: '5px',
6
+ '& .SCAccordionLessons-accordion': {
7
+ '& .SCAccordionLessons-summary': {
8
+ flexDirection: 'row-reverse',
9
+ gap: theme.spacing(1),
10
+ borderBottom: `1px solid ${theme.palette.grey['300']}`,
11
+ padding: theme.spacing('22px', 3),
12
+ backgroundColor: theme.palette.grey['200'],
13
+ '& .MuiAccordionSummary-content': {
14
+ justifyContent: 'space-between',
15
+ margin: 0
16
+ }
17
+ },
18
+ '& .SCAccordionLessons-details': {
19
+ display: 'flex',
20
+ alignItems: 'center',
21
+ gap: theme.spacing(1),
22
+ padding: theme.spacing('22px', 6),
23
+ '&:not(:last-child)': {
24
+ borderBottom: `1px solid ${theme.palette.grey['300']}`
25
+ },
26
+ '& .SCAccordionLessons-circle': {
27
+ flexShrink: 0,
28
+ width: theme.spacing(2),
29
+ height: theme.spacing(2),
30
+ borderRadius: '9999px',
31
+ backgroundColor: theme.palette.grey['300']
32
+ }
33
+ }
34
+ }
35
+ }),
36
+ skeletonRoot: ({ theme }) => ({
37
+ border: `1px solid ${theme.palette.grey['300']}`,
38
+ borderRadius: '5px',
39
+ '& .SCAccordionLessons-accordion': {
40
+ '& .SCAccordionLessons-summary': {
41
+ display: 'flex',
42
+ justifyContent: 'space-between',
43
+ borderBottom: `1px solid ${theme.palette.grey['300']}`,
44
+ padding: theme.spacing('22px', 3),
45
+ backgroundColor: theme.palette.grey['200']
46
+ }
47
+ }
48
+ })
49
+ }
50
+ };
51
+ export default Component;
@@ -0,0 +1,19 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: () => {};
4
+ dialogRoot: () => {
5
+ '& .MuiDialogActions-root': {
6
+ marginTop: string;
7
+ };
8
+ '& .SCAddUsersButton-dialog-autocomplete-wrapper': {
9
+ gap: string;
10
+ '& .SCAddUsersButton-dialog-chip-wrapper': {
11
+ flexDirection: string;
12
+ gap: string;
13
+ flexWrap: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default Component;
@@ -0,0 +1,19 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: () => ({}),
4
+ dialogRoot: () => ({
5
+ '& .MuiDialogActions-root': {
6
+ marginTop: '36px'
7
+ },
8
+ '& .SCAddUsersButton-dialog-autocomplete-wrapper': {
9
+ gap: '10px',
10
+ '& .SCAddUsersButton-dialog-chip-wrapper': {
11
+ flexDirection: 'row',
12
+ gap: '5px',
13
+ flexWrap: 'wrap'
14
+ }
15
+ }
16
+ })
17
+ }
18
+ };
19
+ export default Component;
@@ -13,52 +13,43 @@ declare const Component: {
13
13
  paddingBottom: number;
14
14
  paddingLeft: number;
15
15
  paddingRight: number;
16
- '& .SCBaseItemButton-actions': {
17
- right: number;
18
- };
19
16
  };
20
17
  };
21
18
  '& .SCBaseItemButton-content': {
22
19
  display: string;
23
- flexDirection: string;
24
20
  justifyContent: string;
25
21
  alignItems: string;
26
- width: string;
27
- };
28
- '& .SCBaseItemButton-image': {
29
- flexShrink: number;
30
- marginRight: any;
31
- };
32
- '& .SCBaseItemButton-text': {
33
- flex: string;
34
- marginTop: any;
35
- marginBottom: any;
36
- textAlign: string;
37
- };
38
- '& .SCBaseItemButton-primary': {
39
- color: any;
40
- };
41
- '& .SCBaseItemButton-secondary': {
42
- color: any;
43
- };
44
- '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
45
- whiteSpace: string;
46
- overflow: string;
47
- textOverflow: string;
48
- display: string;
22
+ gap: any;
23
+ '& .SCBaseItemButton-image': {
24
+ flexShrink: number;
25
+ };
26
+ '& .SCBaseItemButton-text': {
27
+ marginTop: any;
28
+ marginBottom: any;
29
+ '& .SCBaseItemButton-primary': {
30
+ color: any;
31
+ };
32
+ '& .SCBaseItemButton-secondary': {
33
+ color: any;
34
+ };
35
+ };
49
36
  };
50
37
  '&.SCBaseItemButton-with-actions': {
51
- '& .SCBaseItemButton-text > *': {
52
- [x: number]: {
53
- maxWidth: string;
38
+ display: string;
39
+ alignItems: string;
40
+ justifyContent: string;
41
+ gap: string;
42
+ '& .SCBaseItemButton-content': {
43
+ overflow: string;
44
+ '& .SCBaseItemButton-text': {
45
+ whiteSpace: string;
46
+ overflow: string;
47
+ textOverflow: string;
48
+ flexGrow: number;
54
49
  };
55
- maxWidth: string;
56
50
  };
57
51
  '& .SCBaseItemButton-actions': {
58
- position: string;
59
- right: any;
60
- top: string;
61
- transform: string;
52
+ flexShrink: number;
62
53
  maxWidth: any;
63
54
  };
64
55
  };
@@ -12,53 +12,44 @@ const Component = {
12
12
  paddingTop: 0,
13
13
  paddingBottom: 0,
14
14
  paddingLeft: 0,
15
- paddingRight: 0,
16
- '& .SCBaseItemButton-actions': {
17
- right: 0
18
- }
15
+ paddingRight: 0
19
16
  }
20
17
  },
21
18
  '& .SCBaseItemButton-content': {
22
19
  display: 'flex',
23
- flexDirection: 'row',
24
20
  justifyContent: 'flex-start',
25
21
  alignItems: 'center',
26
- width: '100%'
27
- },
28
- '& .SCBaseItemButton-image': {
29
- flexShrink: 0,
30
- marginRight: theme.spacing(2)
31
- },
32
- '& .SCBaseItemButton-text': {
33
- flex: '1 1 auto',
34
- marginTop: theme.spacing(),
35
- marginBottom: theme.spacing(),
36
- textAlign: 'left'
37
- },
38
- '& .SCBaseItemButton-primary': {
39
- color: theme.palette.text.primary
40
- },
41
- '& .SCBaseItemButton-secondary': {
42
- color: theme.palette.text.secondary
43
- },
44
- '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
45
- whiteSpace: 'nowrap',
46
- overflow: 'hidden',
47
- textOverflow: 'ellipsis',
48
- display: 'block'
22
+ gap: theme.spacing(2),
23
+ '& .SCBaseItemButton-image': {
24
+ flexShrink: 0
25
+ },
26
+ '& .SCBaseItemButton-text': {
27
+ marginTop: theme.spacing(),
28
+ marginBottom: theme.spacing(),
29
+ '& .SCBaseItemButton-primary': {
30
+ color: theme.palette.text.primary
31
+ },
32
+ '& .SCBaseItemButton-secondary': {
33
+ color: theme.palette.text.secondary
34
+ }
35
+ }
49
36
  },
50
37
  '&.SCBaseItemButton-with-actions': {
51
- '& .SCBaseItemButton-text > *': {
52
- maxWidth: `calc(100% - ${theme.spacing(14)})`,
53
- [theme.breakpoints.only('md')]: {
54
- maxWidth: `calc(100% - ${theme.spacing(15)})`
38
+ display: 'flex',
39
+ alignItems: 'center',
40
+ justifyContent: 'space-between',
41
+ gap: '6px',
42
+ '& .SCBaseItemButton-content': {
43
+ overflow: 'hidden',
44
+ '& .SCBaseItemButton-text': {
45
+ whiteSpace: 'nowrap',
46
+ overflow: 'hidden',
47
+ textOverflow: 'ellipsis',
48
+ flexGrow: 1
55
49
  }
56
50
  },
57
51
  '& .SCBaseItemButton-actions': {
58
- position: 'absolute',
59
- right: theme.spacing(2),
60
- top: '50%',
61
- transform: 'translateY(-50%)',
52
+ flexShrink: 0,
62
53
  maxWidth: theme.spacing(19)
63
54
  }
64
55
  }
@@ -0,0 +1,15 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ requestRoot: ({ theme }: {
4
+ theme: any;
5
+ }) => {};
6
+ drawerRoot: ({ theme }: {
7
+ theme: any;
8
+ }) => {
9
+ '& > div.MuiPaper-root': {
10
+ padding: any;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default Component;
@@ -0,0 +1,11 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ requestRoot: ({ theme }) => ({}),
4
+ drawerRoot: ({ theme }) => ({
5
+ '& > div.MuiPaper-root': {
6
+ padding: theme.spacing(2)
7
+ }
8
+ })
9
+ }
10
+ };
11
+ export default Component;
@@ -0,0 +1,54 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ position: string;
7
+ backgroundColor: any;
8
+ display: string;
9
+ flexDirection: string;
10
+ justifyContent: string;
11
+ alignItems: string;
12
+ width: string;
13
+ "& .SCCheckout-content": {
14
+ [x: number]: {
15
+ display: string;
16
+ flexDirection: string;
17
+ justifyContent: string;
18
+ alignItems: string;
19
+ };
20
+ width: string;
21
+ maxWidth: number;
22
+ display: string;
23
+ gridTemplateColumns: string;
24
+ gap: number;
25
+ "& .SCCheckout-content-object": {
26
+ display: string;
27
+ flexDirection: string;
28
+ justifyContent: string;
29
+ alignItems: string;
30
+ };
31
+ "& .SCCheckout-content-desc": {
32
+ [x: number]: {
33
+ display: string;
34
+ };
35
+ display: string;
36
+ flexDirection: string;
37
+ justifyContent: string;
38
+ alignItems: string;
39
+ maxWidth: number;
40
+ padding: any;
41
+ };
42
+ };
43
+ "& .SCCheckout-checkout": {
44
+ width: string;
45
+ bottom: any;
46
+ };
47
+ "& .SCCheckout-object": {
48
+ marginTop: any;
49
+ minWidth: number;
50
+ };
51
+ };
52
+ };
53
+ };
54
+ export default Component;
@@ -0,0 +1,52 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ position: 'relative',
5
+ backgroundColor: theme.palette.background.paper,
6
+ display: 'flex',
7
+ flexDirection: 'column',
8
+ justifyContent: 'space-between',
9
+ alignItems: 'center',
10
+ width: '100%',
11
+ ['& .SCCheckout-content']: {
12
+ width: '100%',
13
+ maxWidth: 860,
14
+ display: 'grid',
15
+ gridTemplateColumns: '1fr 1fr',
16
+ gap: 0,
17
+ [theme.breakpoints.down(1034)]: {
18
+ display: 'flex',
19
+ flexDirection: 'column',
20
+ justifyContent: 'space-between',
21
+ alignItems: 'center'
22
+ },
23
+ ['& .SCCheckout-content-object']: {
24
+ display: 'flex',
25
+ flexDirection: 'column',
26
+ justifyContent: 'center',
27
+ alignItems: 'flex-start'
28
+ },
29
+ ['& .SCCheckout-content-desc']: {
30
+ display: 'flex',
31
+ flexDirection: 'column',
32
+ justifyContent: 'center',
33
+ alignItems: 'center',
34
+ [theme.breakpoints.down(1034)]: {
35
+ display: 'none'
36
+ },
37
+ maxWidth: 600,
38
+ padding: theme.spacing(4)
39
+ }
40
+ },
41
+ ['& .SCCheckout-checkout']: {
42
+ width: '100%',
43
+ bottom: theme.spacing(2)
44
+ },
45
+ ['& .SCCheckout-object']: {
46
+ marginTop: theme.spacing(2),
47
+ minWidth: 395
48
+ }
49
+ })
50
+ }
51
+ };
52
+ export default Component;
@@ -0,0 +1,26 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: {
4
+ theme: any;
5
+ }) => {
6
+ '& .MuiDialogTitle-root': {
7
+ textAlign: string;
8
+ fontSize: string;
9
+ fontWeight: number;
10
+ };
11
+ '& .MuiDialogContent-root': {
12
+ display: string;
13
+ minHeight: number;
14
+ justifyContent: string;
15
+ alignItems: string;
16
+ '& .SCWidget-root': {
17
+ minWidth: number;
18
+ };
19
+ };
20
+ '& .SCCheckoutSuccessDialog-content-object': {
21
+ width: string;
22
+ };
23
+ };
24
+ };
25
+ };
26
+ export default Component;