@embedreach/components 0.3.24 → 0.3.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
@@ -257,8 +257,6 @@ declare interface SegmentBuilderDialogProps {
257
257
  segmentId?: string;
258
258
  }
259
259
 
260
- export declare const SMSChannelSettings: ({ hideSubmitButton, formRef, onNeedsApplicationChange, onApplicationSubmit, onFormVisibilityChange, }: SMSChannelSettingsProps) => JSX_2.Element;
261
-
262
260
  declare interface SMSChannelSettingsProps {
263
261
  hideSubmitButton?: boolean;
264
262
  formRef?: React_2.RefObject<SMSSetupBusinessFormRef>;
@@ -267,7 +265,9 @@ declare interface SMSChannelSettingsProps {
267
265
  onFormVisibilityChange?: (isFormVisible: boolean) => void;
268
266
  }
269
267
 
270
- declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
268
+ export declare const SMSOnboarding: ({ hideSubmitButton, formRef, onNeedsApplicationChange, onApplicationSubmit, onFormVisibilityChange, }: SMSChannelSettingsProps) => JSX_2.Element;
269
+
270
+ export declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
271
271
 
272
272
  declare interface SMSSetupBusinessFormRef {
273
273
  submit: () => void;
package/dist/index.es.js CHANGED
@@ -7,7 +7,7 @@ export {
7
7
  c as CreateAutomationModal,
8
8
  E as Engage,
9
9
  a as ReachProvider,
10
- S as SMSChannelSettings,
10
+ S as SMSOnboarding,
11
11
  d as SegmentBuilderDialog,
12
12
  V as ViewAutomationModal
13
13
  };