@oku-ui/motion
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,133 +0,3 @@ | ||
import * as vue from 'vue'; | ||
import { PropType, CSSProperties } from 'vue'; | ||
import * as _motionone_dom from '@motionone/dom'; | ||
import { VariantDefinition, InViewOptions, AnimationOptionsWithOverrides } from '@motionone/dom'; | ||
declare const Motion: vue.DefineComponent<{ | ||
tag: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
initial: { | ||
type: PropType<boolean | VariantDefinition>; | ||
}; | ||
animate: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
inView: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
hover: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
press: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
exit: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
inViewOptions: { | ||
type: PropType<InViewOptions>; | ||
}; | ||
transition: { | ||
type: PropType<AnimationOptionsWithOverrides>; | ||
}; | ||
style: { | ||
type: PropType<CSSProperties>; | ||
}; | ||
}, { | ||
state: _motionone_dom.MotionState; | ||
root: vue.Ref<Element | null>; | ||
initialStyles: any; | ||
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{ | ||
tag: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
initial: { | ||
type: PropType<boolean | VariantDefinition>; | ||
}; | ||
animate: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
inView: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
hover: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
press: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
exit: { | ||
type: PropType<VariantDefinition>; | ||
}; | ||
inViewOptions: { | ||
type: PropType<InViewOptions>; | ||
}; | ||
transition: { | ||
type: PropType<AnimationOptionsWithOverrides>; | ||
}; | ||
style: { | ||
type: PropType<CSSProperties>; | ||
}; | ||
}>>, { | ||
tag: string; | ||
}, {}>; | ||
declare const Presence: vue.DefineComponent<{ | ||
name: { | ||
type: StringConstructor; | ||
}; | ||
initial: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
exitBeforeEnter: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
}, void, unknown, {}, { | ||
enter(element: Element): void; | ||
exit(element: Element, done: VoidFunction): void; | ||
}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{ | ||
name: { | ||
type: StringConstructor; | ||
}; | ||
initial: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
exitBeforeEnter: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
}>>, { | ||
initial: boolean; | ||
exitBeforeEnter: boolean; | ||
}, {}>; | ||
declare const PresenceGroup: vue.DefineComponent<{ | ||
name: { | ||
type: StringConstructor; | ||
}; | ||
initial: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
}, void, unknown, {}, { | ||
enter(element: Element): void; | ||
exit(element: Element, done: VoidFunction): void; | ||
}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{ | ||
name: { | ||
type: StringConstructor; | ||
}; | ||
initial: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
}>>, { | ||
initial: boolean; | ||
}, {}>; | ||
export { Motion, Presence, PresenceGroup }; | ||
export { default as Motion } from './component/Motion.vue'; | ||
export * from './component/Presence.vue'; | ||
export * from './component/PresenceGroup.vue'; |
{ | ||
"name": "@oku-ui/motion", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"packageManager": "pnpm@8.13.0", | ||
@@ -6,0 +6,0 @@ "description": "A tiny, performant animation library for VueJS", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
10
13740
13
1