@frigade/react 1.32.49 → 1.32.50

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
@@ -477,6 +477,7 @@ interface ToolTipProps extends Omit<DefaultFrigadeFlowProps, 'flowId'> {
477
477
  * 'complete-step': Completes the current step when a tooltip is dismissed.
478
478
  */
479
479
  dismissBehavior?: 'complete-flow' | 'complete-step';
480
+ showFrigadeBranding?: boolean;
480
481
  }
481
482
 
482
483
  declare const FrigadeTour: FC<ToolTipProps & {