@formkit/addons
Advanced tools
Comparing version 1.0.0-beta.9-40db8f0 to 1.0.0-beta.9-4fa2553
@@ -1,2 +0,3 @@ | ||
import { FormKitNode } from '@formkit/core'; | ||
import { AutoAnimateOptions } from '@formkit/auto-animate'; | ||
import { FormKitPlugin } from '@formkit/core'; | ||
@@ -8,4 +9,4 @@ /** | ||
*/ | ||
export declare function autoAnimatePlugin(node: FormKitNode): void; | ||
export declare function createAutoAnimatePlugin(options?: AutoAnimateOptions): FormKitPlugin; | ||
export { } |
{ | ||
"name": "@formkit/addons", | ||
"type": "module", | ||
"version": "1.0.0-beta.9-40db8f0", | ||
"version": "1.0.0-beta.9-4fa2553", | ||
"description": "Optional features you can add to your FormKit inputs.", | ||
@@ -37,6 +37,6 @@ "main": "dist/index.cjs", | ||
"@formkit/auto-animate": "latest", | ||
"@formkit/core": "1.0.0-beta.9-40db8f0", | ||
"@formkit/utils": "1.0.0-beta.9-40db8f0" | ||
"@formkit/core": "1.0.0-beta.9-4fa2553", | ||
"@formkit/utils": "1.0.0-beta.9-4fa2553" | ||
}, | ||
"devDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7786
139
+ Added@formkit/core@1.0.0-beta.9-4fa2553(transitive)
+ Added@formkit/utils@1.0.0-beta.9-4fa2553(transitive)
- Removed@formkit/core@1.0.0-beta.9-40db8f0(transitive)
- Removed@formkit/utils@1.0.0-beta.9-40db8f0(transitive)