@frigade/react 1.32.34 → 1.32.36

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
@@ -50,7 +50,7 @@ Frigade supports a series of use cases such as:
50
50
 
51
51
  **Component Library**
52
52
 
53
- Unstyled, ready-made components for building high‑quality user onboarding, faster. Onboarding checklists, tooltips, product walkthroughs, and much more. [See components](<https://frigade.com/components)>)
53
+ Unstyled, ready-made components for building high‑quality user onboarding, faster. Onboarding checklists, tooltips, product walkthroughs, and much more. [See components](https://frigade.com/components)
54
54
 
55
55
  **Integrations**
56
56
 
package/lib/index.d.ts CHANGED
@@ -499,6 +499,7 @@ interface FrigadeBannerProps extends DefaultFrigadeFlowProps {
499
499
  title?: string;
500
500
  subtitle?: string;
501
501
  onDismiss?: () => void;
502
+ icon?: React__default.ReactNode;
502
503
  }
503
504
  declare const FrigadeBanner: React__default.FC<FrigadeBannerProps>;
504
505