@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/CommunityProfile-CQ6HQGPN.png +0 -0
- package/dist/MobileBanner-PN3GVEO7.png +0 -0
- package/dist/esm/CommunityProfile-CQ6HQGPN.png +0 -0
- package/dist/esm/MobileBanner-PN3GVEO7.png +0 -0
- package/dist/esm/index.js +1328 -1076
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1408 -1156
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +3 -3
- package/dist/DeleteIcon-JDFUIJH2.svg +0 -10
- package/dist/ExclamationIcon-W7MUZYSP.svg +0 -10
- package/dist/esm/DeleteIcon-JDFUIJH2.svg +0 -10
- package/dist/esm/ExclamationIcon-W7MUZYSP.svg +0 -10
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;
|