@embedreach/components 0.2.24 → 0.2.26

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
@@ -153,6 +153,7 @@ export declare interface ReachConfig {
153
153
  /** Debug configuration */
154
154
  debug?: boolean;
155
155
  language?: LanguageConfig;
156
+ sandbox?: boolean;
156
157
  children?: default_2.ReactNode;
157
158
  }
158
159
 
@@ -174,7 +175,7 @@ export declare enum ReachMergeFieldTypeEnum {
174
175
  DYNAMIC = "dynamic"
175
176
  }
176
177
 
177
- export declare const ReachProvider: ({ authToken, language, children, theme, debug, callbacks, clientEntryPoint, }: ReachConfig & _PrivateProps) => JSX_2.Element;
178
+ export declare const ReachProvider: ({ authToken, language, children, theme, debug, callbacks, sandbox, clientEntryPoint, }: ReachConfig & _PrivateProps) => JSX_2.Element | null;
178
179
 
179
180
  /**
180
181
  * Callback function for requesting new token from parent
package/dist/index.es.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import { W, Y, Z, _, X, a0, a1 } from "./chunks/index.js";
2
+ import "react";
2
3
  export {
3
4
  W as AutomationTriggerType,
4
5
  Y as CreateAutomationDialog,