@amityco/ulta-ui-kit 1.0.0-alpha.24 → 1.0.0-alpha.26

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/dist/index.d.mts CHANGED
@@ -127,7 +127,8 @@ declare const enum PageTypes {
127
127
  UserEdit = "useredit",
128
128
  PostDetail = "postdetail",
129
129
  ViewStory = "viewstory",
130
- DraftPage = "draftpage"
130
+ DraftPage = "draftpage",
131
+ MyCommunities = "mycommunities"
131
132
  }
132
133
 
133
134
  type AmityStoryMediaType$1 = {
@@ -177,6 +178,9 @@ type Page = {
177
178
  targetId: string;
178
179
  targetType: Amity.StoryTargetType;
179
180
  storyType: 'communityFeed' | 'globalFeed';
181
+ } | {
182
+ type: PageTypes.MyCommunities;
183
+ communityId?: string;
180
184
  } | {
181
185
  type: PageTypes.PostDetail;
182
186
  communityId?: string;
package/dist/index.d.ts CHANGED
@@ -127,7 +127,8 @@ declare const enum PageTypes {
127
127
  UserEdit = "useredit",
128
128
  PostDetail = "postdetail",
129
129
  ViewStory = "viewstory",
130
- DraftPage = "draftpage"
130
+ DraftPage = "draftpage",
131
+ MyCommunities = "mycommunities"
131
132
  }
132
133
 
133
134
  type AmityStoryMediaType$1 = {
@@ -177,6 +178,9 @@ type Page = {
177
178
  targetId: string;
178
179
  targetType: Amity.StoryTargetType;
179
180
  storyType: 'communityFeed' | 'globalFeed';
181
+ } | {
182
+ type: PageTypes.MyCommunities;
183
+ communityId?: string;
180
184
  } | {
181
185
  type: PageTypes.PostDetail;
182
186
  communityId?: string;