@embedreach/components 0.3.25 → 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -267,7 +267,7 @@ declare interface SMSChannelSettingsProps {
267
267
 
268
268
  export declare const SMSOnboarding: ({ hideSubmitButton, formRef, onNeedsApplicationChange, onApplicationSubmit, onFormVisibilityChange, }: SMSChannelSettingsProps) => JSX_2.Element;
269
269
 
270
- declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
270
+ export declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
271
271
 
272
272
  declare interface SMSSetupBusinessFormRef {
273
273
  submit: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",