@thryveai/theme-interfaces 2.7.49 → 2.7.50
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.
|
@@ -482,10 +482,10 @@ export interface IRegistrationField {
|
|
|
482
482
|
placeholder: string;
|
|
483
483
|
designVersion: IRegistrationFieldTypes;
|
|
484
484
|
validationTypes: IValidationType[];
|
|
485
|
-
editable
|
|
485
|
+
editable?: boolean;
|
|
486
486
|
}
|
|
487
487
|
export interface IRegistrationStep2 {
|
|
488
|
-
enableV2
|
|
488
|
+
enableV2: boolean;
|
|
489
489
|
alwaysVisible: boolean;
|
|
490
490
|
}
|
|
491
491
|
export interface ICheckoutValidation {
|