@mirantes-micro/foundation-design-system 1.2.44 → 1.2.46
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 +1 -0
- package/dist/index.js +100 -82
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -475,6 +475,7 @@ declare const useApiGetPage: (slug?: string) => {
|
|
|
475
475
|
declare function useSetChatVisibility(): {
|
|
476
476
|
isChatVisible: boolean;
|
|
477
477
|
isToSendMessageToPage: boolean;
|
|
478
|
+
isPageContext: boolean;
|
|
478
479
|
};
|
|
479
480
|
|
|
480
481
|
declare function ChatView(): React__default.JSX.Element;
|