@selfcommunity/react-templates 0.3.50-events.40 → 0.3.50-events.41

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.
@@ -7,6 +7,8 @@ import NotificationFeed, { NotificationFeedProps, NotificationFeedSkeleton } fro
7
7
  import UserFeed, { UserFeedProps, UserFeedSkeleton } from './components/UserFeed';
8
8
  import UserProfile, { UserProfileProps, UserProfileSkeleton } from './components/UserProfile';
9
9
  import LoyaltyProgramDetail, { LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton } from './components/LoyaltyProgramDetail';
10
- import GroupFeed, { GroupFeedProps, GroupFeedSkeleton } from './components/GroupFeed';
11
10
  import Group, { GroupProps, GroupSkeleton } from './components/Group';
12
- export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, 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 };
11
+ import GroupFeed, { GroupFeedProps, GroupFeedSkeleton } from './components/GroupFeed';
12
+ import Event, { EventProps, EventSkeleton } from './components/Event';
13
+ import EventFeed, { EventFeedProps, EventFeedSkeleton } from './components/EventFeed';
14
+ export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, 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 };
package/lib/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- 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.CategoryFeedSkeleton = exports.CategoryFeed = exports.CategorySkeleton = exports.Category = void 0;
3
+ 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.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;
@@ -29,9 +29,15 @@ Object.defineProperty(exports, "UserProfileSkeleton", { enumerable: true, get: f
29
29
  const LoyaltyProgramDetail_1 = tslib_1.__importStar(require("./components/LoyaltyProgramDetail"));
30
30
  exports.LoyaltyProgramDetail = LoyaltyProgramDetail_1.default;
31
31
  Object.defineProperty(exports, "LoyaltyProgramDetailSkeleton", { enumerable: true, get: function () { return LoyaltyProgramDetail_1.LoyaltyProgramDetailSkeleton; } });
32
- const GroupFeed_1 = tslib_1.__importStar(require("./components/GroupFeed"));
33
- exports.GroupFeed = GroupFeed_1.default;
34
- Object.defineProperty(exports, "GroupFeedSkeleton", { enumerable: true, get: function () { return GroupFeed_1.GroupFeedSkeleton; } });
35
32
  const Group_1 = tslib_1.__importStar(require("./components/Group"));
36
33
  exports.Group = Group_1.default;
37
34
  Object.defineProperty(exports, "GroupSkeleton", { enumerable: true, get: function () { return Group_1.GroupSkeleton; } });
35
+ const GroupFeed_1 = tslib_1.__importStar(require("./components/GroupFeed"));
36
+ exports.GroupFeed = GroupFeed_1.default;
37
+ Object.defineProperty(exports, "GroupFeedSkeleton", { enumerable: true, get: function () { return GroupFeed_1.GroupFeedSkeleton; } });
38
+ const Event_1 = tslib_1.__importStar(require("./components/Event"));
39
+ exports.Event = Event_1.default;
40
+ Object.defineProperty(exports, "EventSkeleton", { enumerable: true, get: function () { return Event_1.EventSkeleton; } });
41
+ const EventFeed_1 = tslib_1.__importStar(require("./components/EventFeed"));
42
+ exports.EventFeed = EventFeed_1.default;
43
+ Object.defineProperty(exports, "EventFeedSkeleton", { enumerable: true, get: function () { return EventFeed_1.EventFeedSkeleton; } });
@@ -7,6 +7,8 @@ import NotificationFeed, { NotificationFeedProps, NotificationFeedSkeleton } fro
7
7
  import UserFeed, { UserFeedProps, UserFeedSkeleton } from './components/UserFeed';
8
8
  import UserProfile, { UserProfileProps, UserProfileSkeleton } from './components/UserProfile';
9
9
  import LoyaltyProgramDetail, { LoyaltyProgramDetailProps, LoyaltyProgramDetailSkeleton } from './components/LoyaltyProgramDetail';
10
- import GroupFeed, { GroupFeedProps, GroupFeedSkeleton } from './components/GroupFeed';
11
10
  import Group, { GroupProps, GroupSkeleton } from './components/Group';
12
- export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, 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 };
11
+ import GroupFeed, { GroupFeedProps, GroupFeedSkeleton } from './components/GroupFeed';
12
+ import Event, { EventProps, EventSkeleton } from './components/Event';
13
+ import EventFeed, { EventFeedProps, EventFeedSkeleton } from './components/EventFeed';
14
+ export { Category, CategoryProps, CategorySkeleton, CategoryFeed, CategoryFeedProps, CategoryFeedSkeleton, 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 };
package/lib/esm/index.js CHANGED
@@ -7,6 +7,8 @@ import NotificationFeed, { NotificationFeedSkeleton } from './components/Notific
7
7
  import UserFeed, { UserFeedSkeleton } from './components/UserFeed';
8
8
  import UserProfile, { UserProfileSkeleton } from './components/UserProfile';
9
9
  import LoyaltyProgramDetail, { LoyaltyProgramDetailSkeleton } from './components/LoyaltyProgramDetail';
10
- import GroupFeed, { GroupFeedSkeleton } from './components/GroupFeed';
11
10
  import Group, { GroupSkeleton } from './components/Group';
12
- export { Category, CategorySkeleton, CategoryFeed, CategoryFeedSkeleton, ExploreFeed, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailSkeleton, MainFeed, MainFeedSkeleton, NotificationFeed, NotificationFeedSkeleton, UserFeed, UserFeedSkeleton, UserProfile, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedSkeleton, Group, GroupSkeleton };
11
+ import GroupFeed, { GroupFeedSkeleton } from './components/GroupFeed';
12
+ import Event, { EventSkeleton } from './components/Event';
13
+ import EventFeed, { EventFeedSkeleton } from './components/EventFeed';
14
+ export { Category, CategorySkeleton, CategoryFeed, CategoryFeedSkeleton, ExploreFeed, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailSkeleton, MainFeed, MainFeedSkeleton, NotificationFeed, NotificationFeedSkeleton, UserFeed, UserFeedSkeleton, UserProfile, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedSkeleton, Group, GroupSkeleton, Event, EventSkeleton, EventFeed, EventFeedSkeleton };