@selfcommunity/react-templates 0.4.5-courses.104 → 0.4.5-courses.106

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 (30) hide show
  1. package/lib/cjs/index.d.ts +1 -2
  2. package/lib/cjs/index.js +1 -3
  3. package/lib/esm/index.d.ts +1 -2
  4. package/lib/esm/index.js +1 -2
  5. package/lib/umd/react-templates.js +1 -1
  6. package/package.json +6 -6
  7. package/lib/cjs/components/Courses/Courses.d.ts +0 -25
  8. package/lib/cjs/components/Courses/Courses.js +0 -29
  9. package/lib/cjs/components/Courses/constants.d.ts +0 -1
  10. package/lib/cjs/components/Courses/constants.js +0 -4
  11. package/lib/cjs/components/Courses/index.d.ts +0 -3
  12. package/lib/cjs/components/Courses/index.js +0 -5
  13. package/lib/cjs/components/EditCourse/EditCourse.d.ts +0 -27
  14. package/lib/cjs/components/EditCourse/EditCourse.js +0 -29
  15. package/lib/cjs/components/EditCourse/constants.d.ts +0 -1
  16. package/lib/cjs/components/EditCourse/constants.js +0 -4
  17. package/lib/cjs/components/EditCourse/index.d.ts +0 -3
  18. package/lib/cjs/components/EditCourse/index.js +0 -5
  19. package/lib/esm/components/Courses/Courses.d.ts +0 -25
  20. package/lib/esm/components/Courses/Courses.js +0 -25
  21. package/lib/esm/components/Courses/constants.d.ts +0 -1
  22. package/lib/esm/components/Courses/constants.js +0 -1
  23. package/lib/esm/components/Courses/index.d.ts +0 -3
  24. package/lib/esm/components/Courses/index.js +0 -2
  25. package/lib/esm/components/EditCourse/EditCourse.d.ts +0 -27
  26. package/lib/esm/components/EditCourse/EditCourse.js +0 -25
  27. package/lib/esm/components/EditCourse/constants.d.ts +0 -1
  28. package/lib/esm/components/EditCourse/constants.js +0 -1
  29. package/lib/esm/components/EditCourse/index.d.ts +0 -3
  30. package/lib/esm/components/EditCourse/index.js +0 -2
@@ -13,5 +13,4 @@ import Event, { EventProps, EventSkeleton } from './components/Event';
13
13
  import EventFeed, { EventFeedProps, EventFeedSkeleton } from './components/EventFeed';
14
14
  import Lesson, { LessonProps } from './components/Lesson';
15
15
  import Course, { CourseProps } from './components/Course';
16
- import EditCourse, { EditCourseProps } from './components/EditCourse';
17
- export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, Course, CourseProps, EditCourse, EditCourseProps, ExploreFeed, ExploreFeedProps, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailProps, FeedObjectDetailSkeleton, MainFeed, MainFeedProps, MainFeedSkeleton, NotificationFeed, NotificationFeedProps, NotificationFeedSkeleton, UserFeed, UserFeedProps, UserFeedSkeleton, UserProfile, UserProfileProps, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedProps, GroupFeedSkeleton, Group, GroupProps, GroupSkeleton, Event, EventProps, EventSkeleton, EventFeed, EventFeedProps, EventFeedSkeleton, Lesson, LessonProps };
16
+ export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, Course, CourseProps, ExploreFeed, ExploreFeedProps, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailProps, FeedObjectDetailSkeleton, MainFeed, MainFeedProps, MainFeedSkeleton, NotificationFeed, NotificationFeedProps, NotificationFeedSkeleton, UserFeed, UserFeedProps, UserFeedSkeleton, UserProfile, UserProfileProps, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedProps, GroupFeedSkeleton, Group, GroupProps, GroupSkeleton, Event, EventProps, EventSkeleton, EventFeed, EventFeedProps, EventFeedSkeleton, Lesson, LessonProps };
package/lib/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Lesson = exports.EventFeedSkeleton = exports.EventFeed = exports.EventSkeleton = exports.Event = exports.GroupSkeleton = exports.Group = exports.GroupFeedSkeleton = exports.GroupFeed = exports.LoyaltyProgramDetailSkeleton = exports.LoyaltyProgramDetail = exports.UserProfileSkeleton = exports.UserProfile = exports.UserFeedSkeleton = exports.UserFeed = exports.NotificationFeedSkeleton = exports.NotificationFeed = exports.MainFeedSkeleton = exports.MainFeed = exports.FeedObjectDetailSkeleton = exports.FeedObjectDetail = exports.ExploreFeedSkeleton = exports.ExploreFeed = exports.EditCourse = exports.Course = exports.CategoryFeedSkeleton = exports.CategoryFeed = exports.CategorySkeleton = exports.Category = void 0;
3
+ exports.Lesson = exports.EventFeedSkeleton = exports.EventFeed = exports.EventSkeleton = exports.Event = exports.GroupSkeleton = exports.Group = exports.GroupFeedSkeleton = exports.GroupFeed = exports.LoyaltyProgramDetailSkeleton = exports.LoyaltyProgramDetail = exports.UserProfileSkeleton = exports.UserProfile = exports.UserFeedSkeleton = exports.UserFeed = exports.NotificationFeedSkeleton = exports.NotificationFeed = exports.MainFeedSkeleton = exports.MainFeed = exports.FeedObjectDetailSkeleton = exports.FeedObjectDetail = exports.ExploreFeedSkeleton = exports.ExploreFeed = exports.Course = exports.CategoryFeedSkeleton = exports.CategoryFeed = exports.CategorySkeleton = exports.Category = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const Category_1 = tslib_1.__importStar(require("./components/Category"));
6
6
  exports.Category = Category_1.default;
@@ -45,5 +45,3 @@ const Lesson_1 = tslib_1.__importDefault(require("./components/Lesson"));
45
45
  exports.Lesson = Lesson_1.default;
46
46
  const Course_1 = tslib_1.__importDefault(require("./components/Course"));
47
47
  exports.Course = Course_1.default;
48
- const EditCourse_1 = tslib_1.__importDefault(require("./components/EditCourse"));
49
- exports.EditCourse = EditCourse_1.default;
@@ -13,5 +13,4 @@ import Event, { EventProps, EventSkeleton } from './components/Event';
13
13
  import EventFeed, { EventFeedProps, EventFeedSkeleton } from './components/EventFeed';
14
14
  import Lesson, { LessonProps } from './components/Lesson';
15
15
  import Course, { CourseProps } from './components/Course';
16
- import EditCourse, { EditCourseProps } from './components/EditCourse';
17
- export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, Course, CourseProps, EditCourse, EditCourseProps, ExploreFeed, ExploreFeedProps, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailProps, FeedObjectDetailSkeleton, MainFeed, MainFeedProps, MainFeedSkeleton, NotificationFeed, NotificationFeedProps, NotificationFeedSkeleton, UserFeed, UserFeedProps, UserFeedSkeleton, UserProfile, UserProfileProps, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedProps, GroupFeedSkeleton, Group, GroupProps, GroupSkeleton, Event, EventProps, EventSkeleton, EventFeed, EventFeedProps, EventFeedSkeleton, Lesson, LessonProps };
16
+ export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, Course, CourseProps, ExploreFeed, ExploreFeedProps, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailProps, FeedObjectDetailSkeleton, MainFeed, MainFeedProps, MainFeedSkeleton, NotificationFeed, NotificationFeedProps, NotificationFeedSkeleton, UserFeed, UserFeedProps, UserFeedSkeleton, UserProfile, UserProfileProps, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedProps, GroupFeedSkeleton, Group, GroupProps, GroupSkeleton, Event, EventProps, EventSkeleton, EventFeed, EventFeedProps, EventFeedSkeleton, Lesson, LessonProps };
package/lib/esm/index.js CHANGED
@@ -13,5 +13,4 @@ import Event, { EventSkeleton } from './components/Event';
13
13
  import EventFeed, { EventFeedSkeleton } from './components/EventFeed';
14
14
  import Lesson from './components/Lesson';
15
15
  import Course from './components/Course';
16
- import EditCourse from './components/EditCourse';
17
- export { Category, CategorySkeleton, CategoryFeed, CategoryFeedSkeleton, Course, EditCourse, ExploreFeed, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailSkeleton, MainFeed, MainFeedSkeleton, NotificationFeed, NotificationFeedSkeleton, UserFeed, UserFeedSkeleton, UserProfile, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedSkeleton, Group, GroupSkeleton, Event, EventSkeleton, EventFeed, EventFeedSkeleton, Lesson };
16
+ export { Category, CategorySkeleton, CategoryFeed, CategoryFeedSkeleton, Course, ExploreFeed, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailSkeleton, MainFeed, MainFeedSkeleton, NotificationFeed, NotificationFeedSkeleton, UserFeed, UserFeedSkeleton, UserProfile, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedSkeleton, Group, GroupSkeleton, Event, EventSkeleton, EventFeed, EventFeedSkeleton, Lesson };