@selfcommunity/react-theme-default 0.4.5-payments.156 → 0.4.5-payments.161
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/components/SCCourse.d.ts +21 -17
- package/lib/cjs/components/SCCourse.js +24 -20
- package/lib/cjs/components/SCUserCreatedCoursesWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserCreatedCoursesWidget.js +10 -0
- package/lib/cjs/index.d.ts +34 -18
- package/lib/cjs/index.js +2 -0
- package/lib/esm/components/SCCourse.d.ts +21 -17
- package/lib/esm/components/SCCourse.js +24 -20
- package/lib/esm/components/SCUserCreatedCoursesWidget.d.ts +8 -0
- package/lib/esm/components/SCUserCreatedCoursesWidget.js +8 -0
- package/lib/esm/index.d.ts +34 -18
- package/lib/esm/index.js +2 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/esm/index.js
CHANGED
|
@@ -186,6 +186,7 @@ import SCUserConnectionsRequestsSentWidget from './components/SCUserConnectionsR
|
|
|
186
186
|
import SCUserConnectionsRequestsWidget from './components/SCUserConnectionsRequestsWidget';
|
|
187
187
|
import SCUserConnectionsWidget from './components/SCUserConnectionsWidget';
|
|
188
188
|
import SCUserCounters from './components/SCUserCounters';
|
|
189
|
+
import SCUserCreatedCoursesWidget from './components/SCUserCreatedCoursesWidget';
|
|
189
190
|
import SCUserFeedTemplate from './components/SCUserFeedTemplate';
|
|
190
191
|
import SCUserFollowedUsersWidget from './components/SCUserFollowedUsersWidget';
|
|
191
192
|
import SCUserFollowersWidget from './components/SCUserFollowersWidget';
|
|
@@ -440,6 +441,7 @@ const theme = {
|
|
|
440
441
|
SCUserConnectionsRequestsWidget,
|
|
441
442
|
SCUserConnectionsWidget,
|
|
442
443
|
SCUserCounters,
|
|
444
|
+
SCUserCreatedCoursesWidget,
|
|
443
445
|
SCUserFeedTemplate,
|
|
444
446
|
SCUserFollowedUsersWidget,
|
|
445
447
|
SCUserFollowersWidget,
|