@frigade/react 1.32.85 → 1.32.86

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/lib/index.d.ts CHANGED
@@ -604,6 +604,7 @@ declare const FrigadeBanner: React__default.FC<FrigadeBannerProps>;
604
604
 
605
605
  interface FrigadeNPSSurveyProps extends DefaultFrigadeFlowProps {
606
606
  dismissible?: boolean;
607
+ type?: 'inline' | 'modal';
607
608
  }
608
609
  declare const FrigadeNPSSurvey: React__default.FC<FrigadeNPSSurveyProps>;
609
610