@thryveai/theme-interfaces 2.7.144 → 2.7.145

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.
@@ -531,6 +531,7 @@ export declare type IFooterTypes = "default" | "version2" | "version3" | "versio
531
531
  export declare type IValidateLength = {
532
532
  _type: "less" | "more" | "exact";
533
533
  length: number;
534
+ ignoreLineBreaks?: boolean;
534
535
  };
535
536
  export declare type IValidateMultipleLengths = {
536
537
  _type: "multi";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.144",
3
+ "version": "2.7.145",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",