@amityco/ui-kit-open-source 3.1.2 → 3.2.2

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
@@ -63,7 +63,7 @@ interface UiKitProviderProps {
63
63
  onConnected?: () => void;
64
64
  onDisconnected?: () => void;
65
65
  }
66
- declare const UiKitProvider: ({ apiKey, apiRegion, apiEndpoint, userId, displayName, customComponents, postRendererConfig, theme, children, socialCommunityCreationButtonVisible, actionHandlers, onConnectionStatusChange, onDisconnected, }: UiKitProviderProps) => React.JSX.Element;
66
+ declare const UiKitProvider: ({ apiKey, apiRegion, apiEndpoint, authToken, userId, displayName, customComponents, postRendererConfig, theme, children, socialCommunityCreationButtonVisible, actionHandlers, onConnectionStatusChange, onDisconnected, }: UiKitProviderProps) => React.JSX.Element;
67
67
 
68
68
  interface FeedProps {
69
69
  className?: string;
@@ -106,7 +106,8 @@ declare const enum PageTypes {
106
106
  UserFeed = "userfeed",
107
107
  CommunityFeed = "communityfeed",
108
108
  CommunityEdit = "communityedit",
109
- UserEdit = "useredit"
109
+ UserEdit = "useredit",
110
+ ViewStory = "viewstory"
110
111
  }
111
112
 
112
113
  type Page = {
package/dist/index.d.ts CHANGED
@@ -63,7 +63,7 @@ interface UiKitProviderProps {
63
63
  onConnected?: () => void;
64
64
  onDisconnected?: () => void;
65
65
  }
66
- declare const UiKitProvider: ({ apiKey, apiRegion, apiEndpoint, userId, displayName, customComponents, postRendererConfig, theme, children, socialCommunityCreationButtonVisible, actionHandlers, onConnectionStatusChange, onDisconnected, }: UiKitProviderProps) => React.JSX.Element;
66
+ declare const UiKitProvider: ({ apiKey, apiRegion, apiEndpoint, authToken, userId, displayName, customComponents, postRendererConfig, theme, children, socialCommunityCreationButtonVisible, actionHandlers, onConnectionStatusChange, onDisconnected, }: UiKitProviderProps) => React.JSX.Element;
67
67
 
68
68
  interface FeedProps {
69
69
  className?: string;
@@ -106,7 +106,8 @@ declare const enum PageTypes {
106
106
  UserFeed = "userfeed",
107
107
  CommunityFeed = "communityfeed",
108
108
  CommunityEdit = "communityedit",
109
- UserEdit = "useredit"
109
+ UserEdit = "useredit",
110
+ ViewStory = "viewstory"
110
111
  }
111
112
 
112
113
  type Page = {