@thryveai/theme-interfaces 2.7.49 → 2.7.51

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.
@@ -77,7 +77,6 @@ export interface IRetailerSettings {
77
77
  productCardv2?: boolean;
78
78
  promoTemplateVersion?: number;
79
79
  registrationFields?: IRegistrationField[];
80
- registrationStep2?: IRegistrationStep2;
81
80
  restrictMapPlacesResults?: IRestrictMapPlaces;
82
81
  retailerCountry?: IRetailerCountry;
83
82
  retailerName: string;
@@ -335,7 +334,6 @@ export interface IFeaturesV2 {
335
334
  };
336
335
  recipeLegacyShareLink: boolean;
337
336
  registrationFields: IRegistrationField[];
338
- registrationStep2: IRegistrationStep2;
339
337
  secondTierAuthorization?: ISecondTierAuthorization;
340
338
  showCheckoutPromoCode: boolean;
341
339
  showImgOnOrder: boolean;
@@ -482,11 +480,7 @@ export interface IRegistrationField {
482
480
  placeholder: string;
483
481
  designVersion: IRegistrationFieldTypes;
484
482
  validationTypes: IValidationType[];
485
- editable: boolean;
486
- }
487
- export interface IRegistrationStep2 {
488
- enableV2?: boolean;
489
- alwaysVisible: boolean;
483
+ editable?: boolean;
490
484
  }
491
485
  export interface ICheckoutValidation {
492
486
  instructions: IValidationType[];
@@ -127,10 +127,6 @@ var DefaultConfigSFUI = {
127
127
  },
128
128
  recipeLegacyShareLink: true,
129
129
  registrationFields: [],
130
- registrationStep2: {
131
- alwaysVisible: false,
132
- enableV2: false,
133
- },
134
130
  secondTierAuthorization: undefined,
135
131
  showCheckoutPromoCode: true,
136
132
  showImgOnOrder: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.49",
3
+ "version": "2.7.51",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",