@indigina/ui-kit 1.1.458 → 1.1.459

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.458",
10
+ "version": "1.1.459",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -5116,7 +5116,9 @@ declare enum KitFormErrorCode {
5116
5116
  Required = "required",
5117
5117
  Email = "email",
5118
5118
  MaxLength = "maxlength",
5119
- Duplicate = "duplicate"
5119
+ Duplicate = "duplicate",
5120
+ MaxNumber = "max",
5121
+ MinNumber = "min"
5120
5122
  }
5121
5123
 
5122
5124
  type KitFormErrorMessageGetter = (errors: unknown) => string;