tide-design-system 2.0.27 → 2.0.28

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.
@@ -1923,6 +1923,7 @@ declare type ValidationError_2 = string | boolean;
1923
1923
  export declare type ValidationLength = {
1924
1924
  maxlength?: number;
1925
1925
  minlength?: number;
1926
+ required?: boolean;
1926
1927
  value: string;
1927
1928
  };
1928
1929