@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";
|