@embedreach/components 0.1.45 → 0.1.47
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 +9 -101
- package/dist/chunks/index.js +9810 -9681
- package/dist/index.d.ts +1 -1
- package/dist/index.umd.js +115 -115
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ declare interface SDKCallbacks {
|
|
|
102
102
|
/** Called when reauthentication is required */
|
|
103
103
|
onReauthRequested: ReauthCallback;
|
|
104
104
|
/** Called when tenant information is requested */
|
|
105
|
-
onTenantInformationRequested
|
|
105
|
+
onTenantInformationRequested?: () => void;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
export declare const SegmentBuilder: default_2.FC<SegmentBuilderProps>;
|