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

@oku-ui/aspect-ratio

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oku-ui/aspect-ratio - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

dist/aspect-ratio.d.ts

67

dist/index.d.ts

@@ -1,65 +0,2 @@

import * as vue from 'vue';
import { OkuElement, PrimitiveProps } from '@oku-ui/primitive';
type AspectRatioNativeElement = OkuElement<'div'>;
type AspectRatioElement = HTMLDivElement;
interface AspectRatioProps extends PrimitiveProps {
ratio: number;
}
declare const OkuAspectRatio: {
new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
asChild: BooleanConstructor;
ratio: {
type: vue.PropType<number>;
default: number;
};
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
asChild: BooleanConstructor;
ratio: {
type: vue.PropType<number>;
default: number;
};
}>>, {
ratio: number;
asChild: boolean;
}, true, {}, {}, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<vue.ExtractPropTypes<{
asChild: BooleanConstructor;
ratio: {
type: vue.PropType<number>;
default: number;
};
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
[key: string]: any;
}>, {}, {}, {}, {
ratio: number;
asChild: boolean;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
asChild: BooleanConstructor;
ratio: {
type: vue.PropType<number>;
default: number;
};
}>>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {
ratio: number;
asChild: boolean;
}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
$props: AspectRatioNativeElement;
});
export { type AspectRatioElement, type AspectRatioNativeElement, type AspectRatioProps, OkuAspectRatio };
export { OkuAspectRatio } from './aspect-ratio';
export type { AspectRatioProps, AspectRatioElement, AspectRatioNativeElement, } from './props';
{
"name": "@oku-ui/aspect-ratio",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",

@@ -45,4 +45,6 @@ "source": "src/index.ts",

"release": "pnpm build && pnpm bumpp --commit='version(aspect-ratio): release %s' --no-tag && pnpm publish",
"release:beta": "pnpm release --tag beta",
"release:alpha": "pnpm release --tag alpha",
"clean": "rimraf ./dist && rimraf ./node_modules"
}
}

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