Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oku-ui/motion

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oku-ui/motion - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/component/Motion.vue

136

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc