@embedreach/components 0.2.62 → 0.2.63

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/index.d.ts CHANGED
@@ -175,7 +175,7 @@ export declare enum ReachMergeFieldTypeEnum {
175
175
  DYNAMIC = "dynamic"
176
176
  }
177
177
 
178
- export declare const ReachProvider: ({ authToken, language, children, theme, debug, callbacks, sandbox, clientEntryPoint, }: ReachConfig & _PrivateProps) => JSX_2.Element | null;
178
+ export declare const ReachProvider: ({ authToken, language, children, theme, debug, callbacks, sandbox, clientEntryPoint, }: ReachConfig & _PrivateProps) => JSX_2.Element;
179
179
 
180
180
  /**
181
181
  * Callback function for requesting new token from parent
package/dist/index.es.js CHANGED
@@ -1,11 +1,11 @@
1
- import { W, Y, Z, _, X, a0, a1 } from "./chunks/index.js";
1
+ import { Y, _, a0, a1, Z, a2, a3 } from "./chunks/index.js";
2
2
  import "react";
3
3
  export {
4
- W as AutomationTriggerType,
5
- Y as CreateAutomationDialog,
6
- Z as CreateAutomationModal,
7
- _ as Engage,
8
- X as ReachProvider,
9
- a0 as SegmentBuilderDialog,
10
- a1 as ViewAutomationModal
4
+ Y as AutomationTriggerType,
5
+ _ as CreateAutomationDialog,
6
+ a0 as CreateAutomationModal,
7
+ a1 as Engage,
8
+ Z as ReachProvider,
9
+ a2 as SegmentBuilderDialog,
10
+ a3 as ViewAutomationModal
11
11
  };