@fastkit/vue-transitions
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -92,4 +92,6 @@ import { BaseTransitionProps, ComponentPropsOptions, FunctionalComponent, ExtractDefaultPropTypes, ExtractPropTypes, SetupContext, PropType } from 'vue'; | ||
}; | ||
/** Fade IN/OUT as it opens and closes. */ | ||
fade: BooleanConstructor; | ||
}>; | ||
export { JavaScriptTransition, JavaScriptTransitionHookKey, JavaScriptTransitionHooks, JavaScriptTransitionOptions, VExpandTransition, generateJavaScriptTransition }; |
{ | ||
"name": "@fastkit/vue-transitions", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "vue-transitions", | ||
@@ -36,5 +36,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@fastkit/dom": "0.1.1", | ||
"@fastkit/helpers": "0.13.1", | ||
"@fastkit/vue-utils": "0.14.0", | ||
"@fastkit/dom": "0.1.1" | ||
"@fastkit/vue-utils": "0.14.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
24762
383