@embedreach/components 0.3.34 → 0.3.36
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 +10897 -10038
- package/dist/chunks/sandbox-loading-screen.js +895 -54
- package/dist/index.d.ts +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/styles.css +1 -1
- 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;
|