@oku-ui/aspect-ratio
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -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
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
9
134
7493
1