@embedreach/components 0.3.33 → 0.3.35
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 +13701 -12000
- package/dist/chunks/sandbox-loading-screen.js +908 -234
- package/dist/index.d.ts +2 -2
- package/dist/index.umd.js +12 -12
- package/dist/styles.css +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -132,7 +132,7 @@ declare interface EngageTypedOverrides {
|
|
|
132
132
|
* Represents the available features in our application.
|
|
133
133
|
* Each feature corresponds to a specific section of the marketing hub.
|
|
134
134
|
*/
|
|
135
|
-
declare type FeatureKey = ReachFeature.MEASURE | `${ReachFeature.MEASURE}-setup` | `${ReachFeature.ACQUIRE}-setup` | ReachFeature.ACQUIRE | `${ReachFeature.REPUTATION}-setup` | ReachFeature.REPUTATION | `${ReachFeature.ENGAGE}-segment-builder` | `${ReachFeature.ENGAGE}-automations-create-modal` | `${ReachFeature.ENGAGE}-automations-view-modal` | ReachFeature.ENGAGE;
|
|
135
|
+
declare type FeatureKey = ReachFeature.MEASURE | `${ReachFeature.MEASURE}-setup` | `${ReachFeature.ACQUIRE}-setup` | ReachFeature.ACQUIRE | `${ReachFeature.REPUTATION}-setup` | ReachFeature.REPUTATION | `${ReachFeature.ENGAGE}-segment-builder` | `${ReachFeature.ENGAGE}-automations-create-modal` | `${ReachFeature.ENGAGE}-automations-view-modal` | ReachFeature.ENGAGE | ReachFeature.VOICE;
|
|
136
136
|
|
|
137
137
|
declare type ImageMergeFieldType = {
|
|
138
138
|
placeholderUrl: string;
|
|
@@ -225,7 +225,7 @@ export declare enum ReachMergeFieldTypeEnum {
|
|
|
225
225
|
DYNAMIC = "dynamic"
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
export declare const ReachProvider: ({ authToken, language, children, theme, debug, callbacks, feature, sandbox, clientEntryPoint, hideFeature, }: ReachConfig & _PrivateProps) => JSX_2.Element;
|
|
228
|
+
export declare const ReachProvider: ({ authToken, language, children, theme, debug, callbacks, feature, sandbox, clientEntryPoint, hideFeature, enableFeature, }: ReachConfig & _PrivateProps) => JSX_2.Element;
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
231
|
* Callback function for requesting new token from parent
|