@frigade/react 1.32.72 → 1.32.74

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/README.md CHANGED
@@ -18,7 +18,6 @@
18
18
 
19
19
  ![Frigade iamge](https://frigade.com/img/frigademetaimage-v2.png)
20
20
 
21
-
22
21
  ## Install
23
22
 
24
23
  Install the package from your command line.
package/lib/index.d.ts CHANGED
@@ -526,7 +526,7 @@ declare function useFlowOpens(): {
526
526
  getOpenFlowState: (flowId: string, defaultValue?: boolean) => boolean;
527
527
  setOpenFlowState: (flowId: string, isOpen: boolean) => void;
528
528
  resetOpenFlowState: (flowId: string) => void;
529
- hasOpenModals: () => boolean;
529
+ hasOpenModals: (currentFlowId?: string) => boolean;
530
530
  setKeepCompletedFlowOpenDuringSession: (flowId: string) => void;
531
531
  shouldKeepCompletedFlowOpenDuringSession: (flowId: string) => boolean;
532
532
  };