@formkit/rules
Advanced tools
Comparing version 1.0.0-beta.6-99a0581 to 1.0.0-beta.6-a985528
@@ -18,2 +18,9 @@ import { FormKitValidationRule } from '@formkit/validation'; | ||
/** | ||
* Determine if the given input's value is only alpha characters. | ||
* @param context - The FormKitValidationContext | ||
* @public | ||
*/ | ||
export declare const alpha_spaces: FormKitValidationRule; | ||
/** | ||
* Determine if the given input's value is only alpha or numeric characters. | ||
@@ -20,0 +27,0 @@ * @param context - The FormKitValidationContext |
{ | ||
"name": "@formkit/rules", | ||
"version": "1.0.0-beta.6-99a0581", | ||
"version": "1.0.0-beta.6-a985528", | ||
"type": "module", | ||
@@ -37,6 +37,6 @@ "description": "Validation rules for FormKit", | ||
"dependencies": { | ||
"@formkit/core": "1.0.0-beta.6-99a0581", | ||
"@formkit/utils": "1.0.0-beta.6-99a0581", | ||
"@formkit/validation": "1.0.0-beta.6-99a0581" | ||
"@formkit/core": "1.0.0-beta.6-a985528", | ||
"@formkit/utils": "1.0.0-beta.6-a985528", | ||
"@formkit/validation": "1.0.0-beta.6-a985528" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26045
746
+ Added@formkit/core@1.0.0-beta.6-a985528(transitive)
+ Added@formkit/observer@1.0.0-beta.6-a985528(transitive)
+ Added@formkit/utils@1.0.0-beta.6-a985528(transitive)
+ Added@formkit/validation@1.0.0-beta.6-a985528(transitive)
- Removed@formkit/core@1.0.0-beta.6-99a0581(transitive)
- Removed@formkit/observer@1.0.0-beta.6-99a0581(transitive)
- Removed@formkit/utils@1.0.0-beta.6-99a0581(transitive)
- Removed@formkit/validation@1.0.0-beta.6-99a0581(transitive)