@embedreach/components 0.1.57 → 0.1.58
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/B4MFY5CR.js +101 -9
- package/dist/chunks/index.js +1795 -2335
- package/dist/index.d.ts +4 -0
- package/dist/index.umd.js +124 -115
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -198,6 +198,10 @@ declare type ViewAutomationModalProps = {
|
|
|
198
198
|
* Optional logo url to display in the top left corner
|
|
199
199
|
*/
|
|
200
200
|
logoUrl?: string;
|
|
201
|
+
/**
|
|
202
|
+
* Optional callback when a duplication is created
|
|
203
|
+
*/
|
|
204
|
+
onDuplicationCreated?: (duplicationId: string) => void;
|
|
201
205
|
/**
|
|
202
206
|
* Optional function to call prior to scheduling if a user wants to implement custom
|
|
203
207
|
* logic to block scheduling
|