@amityco/ulta-ui-kit 1.0.0-beta.23 → 1.0.0-beta.25
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/esm/index.js +681 -681
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +732 -732
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -109,7 +109,7 @@ interface ExplorePageProps {
|
|
|
109
109
|
declare const ExplorePage: ({ isOpen, toggleOpen, hideSideMenu }: ExplorePageProps) => React.JSX.Element;
|
|
110
110
|
|
|
111
111
|
interface PostProps {
|
|
112
|
-
|
|
112
|
+
post: Amity.Post;
|
|
113
113
|
className?: string;
|
|
114
114
|
hidePostTarget?: boolean;
|
|
115
115
|
readonly?: boolean;
|
|
@@ -250,7 +250,7 @@ type Mentioned = {
|
|
|
250
250
|
};
|
|
251
251
|
|
|
252
252
|
interface EngagementBarProps {
|
|
253
|
-
|
|
253
|
+
post: Amity.Post;
|
|
254
254
|
readonly?: boolean;
|
|
255
255
|
isClientCommunity?: boolean;
|
|
256
256
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ interface ExplorePageProps {
|
|
|
109
109
|
declare const ExplorePage: ({ isOpen, toggleOpen, hideSideMenu }: ExplorePageProps) => React.JSX.Element;
|
|
110
110
|
|
|
111
111
|
interface PostProps {
|
|
112
|
-
|
|
112
|
+
post: Amity.Post;
|
|
113
113
|
className?: string;
|
|
114
114
|
hidePostTarget?: boolean;
|
|
115
115
|
readonly?: boolean;
|
|
@@ -250,7 +250,7 @@ type Mentioned = {
|
|
|
250
250
|
};
|
|
251
251
|
|
|
252
252
|
interface EngagementBarProps {
|
|
253
|
-
|
|
253
|
+
post: Amity.Post;
|
|
254
254
|
readonly?: boolean;
|
|
255
255
|
isClientCommunity?: boolean;
|
|
256
256
|
}
|