@embedreach/components 0.1.32 → 0.1.34

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 CHANGED
@@ -171,7 +171,9 @@ declare interface ThemeStyles {
171
171
  'font-heading'?: string;
172
172
  }
173
173
 
174
- export declare const ViewAutomationModal: default_2.FC<ViewAutomationModalProps>;
174
+ export declare const ViewAutomationModal: default_2.FC<ViewAutomationModalProps & {
175
+ inRouter?: boolean;
176
+ }>;
175
177
 
176
178
  declare type ViewAutomationModalProps = {
177
179
  /**