@thryveai/theme-interfaces 2.6.6 → 2.6.8

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.
@@ -339,6 +339,7 @@ export interface IPdpSettingsV2 {
339
339
  pdpDetailsLayout: IProductDetailsPageLayout;
340
340
  sodiumWarning: ISodiumWarning;
341
341
  productAttributesLayout: IProductAttributesLayout;
342
+ priceLoyaltyFlag: boolean;
342
343
  }
343
344
  export interface IProductCardSettingsV2 {
344
345
  limitProductCardTitleHeight: boolean;
@@ -424,7 +425,7 @@ export interface IRestrictMapPlaces {
424
425
  totalTake: number;
425
426
  };
426
427
  }
427
- export declare type IValidationType = IValidateDateRange | IValidateLength | IValidateMultipleLengths | "alphaNumeric" | "alphaOnly" | "anyPhone" | "auPhone" | "auPostCode" | "auState" | "caPhone" | "caPostCode" | "caProvince" | "correctDate" | "email" | "ieCounty" | "iePhone" | "iePostCode" | "luhnValidation" | "noSpecialChar" | "numericOnly" | "password" | "required" | "usMobileNumber" | "usPhone" | "usPhone10Digits" | "usPostCode" | "usState" | "notWhiteSpacesOnly";
428
+ export declare type IValidationType = IValidateDateRange | IValidateLength | IValidateMultipleLengths | "alphaNumeric" | "alphaOnly" | "anyPhone" | "auPhone" | "auPostCode" | "auState" | "caPhone" | "caPostCode" | "caProvince" | "correctDate" | "email" | "ieCounty" | "iePhone" | "iePostCode" | "luhnValidation" | "noSpecialChar" | "numericOnly" | "password" | "required" | "usMobileNumber" | "usPhone" | "usPhone10Digits" | "usPostCode" | "usState" | "notWhiteSpacesOnly" | "NAPhone";
428
429
  export declare type IEnvNames = "dev" | "de2" | "qat" | "qa2" | "int" | "in2" | "lod" | "lo2" | "stg" | "st2" | "stagingConfig" | "productionConfig";
429
430
  export declare type INutritionZone = "us" | "eu" | "au" | "ca";
430
431
  export declare type IFooterTypes = "default" | "version2" | "version3" | "version4" | "version5" | "version6";