@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/chunks/index.js +642 -195
- package/dist/index.d.ts +3 -1
- package/dist/index.umd.js +654 -207
- package/dist/styles.css +849 -390
- package/package.json +2 -3
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
|
/**
|