@mirantes-micro/foundation-design-system 1.2.336 → 1.2.337
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.ts +2 -1
- package/dist/index.js +105 -105
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -2062,11 +2062,12 @@ declare function PostTrigger({ community, type: initialType, restrictProfileSele
|
|
|
2062
2062
|
};
|
|
2063
2063
|
}): React__default.JSX.Element;
|
|
2064
2064
|
|
|
2065
|
-
declare const useApiCheckRater: ({ userId, pageId, communityId, forAPage, }: {
|
|
2065
|
+
declare const useApiCheckRater: ({ userId, pageId, communityId, forAPage, inView, }: {
|
|
2066
2066
|
userId?: string;
|
|
2067
2067
|
pageId?: string;
|
|
2068
2068
|
communityId?: string;
|
|
2069
2069
|
forAPage?: boolean;
|
|
2070
|
+
inView?: boolean;
|
|
2070
2071
|
}) => {
|
|
2071
2072
|
hasRated: boolean;
|
|
2072
2073
|
isCheckingRater: boolean;
|