@thryveai/theme-interfaces 2.7.52 → 2.7.53

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.
@@ -480,6 +480,7 @@ export interface IRegistrationField {
480
480
  placeholder: string;
481
481
  designVersion: IRegistrationFieldTypes;
482
482
  validationTypes: IValidationType[];
483
+ alwaysVisible?: boolean;
483
484
  editable?: boolean;
484
485
  }
485
486
  export interface ICheckoutValidation {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.52",
3
+ "version": "2.7.53",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",