@ahmadmubarak98/namozaj 1.8.7 → 1.8.9

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.
package/dist/main.d.ts CHANGED
@@ -525,7 +525,7 @@ export declare type TooltipPlacement = AutoPlacement | BasePlacement | Variation
525
525
  export declare type ValidationMode = "onChange" | "onBlur" | "onTouched" | "onSubmit" | "all";
526
526
 
527
527
  export declare type ValidationRule = {
528
- type: "required" | "pattern" | "min" | "max" | "email" | "phone" | "url" | "between";
528
+ type: "required" | "pattern" | "min" | "max" | "email" | "phone" | "url" | "between" | "matches-field";
529
529
  value?: FieldValueType | RegExp;
530
530
  when?: {
531
531
  field: string;