@frigade/react 1.32.47 → 1.32.49
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/lib/index.d.ts +1 -0
- package/lib/index.js +226 -209
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +228 -211
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -416,6 +416,7 @@ interface FormProps extends DefaultFrigadeFlowProps {
|
|
|
416
416
|
modalPosition?: ModalPosition;
|
|
417
417
|
showPagination?: boolean;
|
|
418
418
|
allowBackNavigation?: boolean;
|
|
419
|
+
showFrigadeBranding?: boolean;
|
|
419
420
|
/**
|
|
420
421
|
* This function is called when the user submits data in a step.
|
|
421
422
|
* If it returns a string, the flow will not proceed to the next step and the string will be displayed as an error message.
|