@hievilmath/browser-formidavim 1.4.5 → 1.4.7

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.
@@ -2,6 +2,7 @@ import { FC } from 'react';
2
2
  import { FormComponent } from '../../../../../axios/formidavim/src/index.ts';
3
3
  export interface FormComponentProps {
4
4
  formComponent: Partial<FormComponent>;
5
+ formidavimHost?: string;
5
6
  }
6
7
  export declare class ComponentFactory {
7
8
  private static registry;
@@ -5,4 +5,5 @@ export declare const FlowFormRenderer: FC<{
5
5
  flowForm: Partial<FlowForm>;
6
6
  isPreview: boolean;
7
7
  evaluatedFormComponents?: EvaluatedFormComponent[];
8
+ formidavimHost?: string;
8
9
  }>;
@@ -21,4 +21,5 @@ export declare const FlowRenderer: FC<{
21
21
  onNextStep?: (flow: any, currentForm: any) => any;
22
22
  onPrevStep?: (flow: any, currentForm: any) => any;
23
23
  shouldRedirect?: boolean;
24
+ formidavimHost?: string;
24
25
  }>;
@@ -5,4 +5,5 @@ export declare const FormComponentRenderer: FC<{
5
5
  isPreview: boolean;
6
6
  boundary: 'first' | 'last' | null;
7
7
  isVisible?: boolean;
8
+ formidavimHost?: string;
8
9
  }>;
@@ -5,4 +5,5 @@ export declare const FormRenderer: FC<{
5
5
  form: Form;
6
6
  isPreview: boolean;
7
7
  evaluatedFormComponents: EvaluatedFormComponent[];
8
+ formidavimHost?: string;
8
9
  }>;
@@ -8,4 +8,5 @@ export declare const Renderer: FC<{
8
8
  onNextStep?: (flow: any, currentForm: any) => any;
9
9
  onPrevStep?: (flow: any, currentForm: any) => any;
10
10
  shouldRedirect?: boolean;
11
+ formidavimHost?: string;
11
12
  }>;
@@ -2,4 +2,5 @@ import { default as React } from 'react';
2
2
  import { FormComponent } from '../../../../../../axios/formidavim/src/index.ts';
3
3
  export declare const Otp: React.FC<{
4
4
  formComponent: Partial<FormComponent>;
5
+ formidavimHost?: string;
5
6
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hievilmath/browser-formidavim",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "typings": "./index.d.ts",