@teamnovu/kit-components
Advanced tools
Comparing version 1.0.11 to 1.0.12
import type { PropType as __PropType } from 'vue'; | ||
import { type CubicBezierPoints, type EasingFunction } from "@vueuse/core"; | ||
import type { MaybeRef } from "@vueuse/shared"; | ||
declare const _sfc_main: import("vue").DefineComponent<{ | ||
@@ -24,3 +22,3 @@ is: { | ||
transition: { | ||
type: __PropType<MaybeRef<EasingFunction | CubicBezierPoints> | undefined>; | ||
type: __PropType<any>; | ||
required: false; | ||
@@ -58,3 +56,3 @@ }; | ||
transition: { | ||
type: __PropType<MaybeRef<EasingFunction | CubicBezierPoints> | undefined>; | ||
type: __PropType<any>; | ||
required: false; | ||
@@ -61,0 +59,0 @@ }; |
import type { PropType as __PropType } from 'vue'; | ||
import type { CubicBezierPoints, EasingFunction } from '@vueuse/core'; | ||
import type { MaybeRef } from '@vueuse/shared'; | ||
declare const _sfc_main: import("vue").DefineComponent<{ | ||
@@ -19,3 +17,3 @@ open: { | ||
transition: { | ||
type: __PropType<MaybeRef<EasingFunction | CubicBezierPoints> | undefined>; | ||
type: __PropType<any>; | ||
required: false; | ||
@@ -48,3 +46,3 @@ }; | ||
transition: { | ||
type: __PropType<MaybeRef<EasingFunction | CubicBezierPoints> | undefined>; | ||
type: __PropType<any>; | ||
required: false; | ||
@@ -51,0 +49,0 @@ }; |
{ | ||
"name": "@teamnovu/kit-components", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A collection of vue(3) components for jkweb", | ||
@@ -41,4 +41,4 @@ "main": "dist/index.mjs", | ||
"lodash-es": "^4.17.21", | ||
"uuid-browser": "^3.1.0", | ||
"@teamnovu/kit-composables": "1.1.3" | ||
"nanoid": "^5.0.6", | ||
"@teamnovu/kit-composables": "1.1.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
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
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
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
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
75076
62
1289
+ Addednanoid@^5.0.6
+ Added@teamnovu/kit-composables@1.1.4(transitive)
+ Addednanoid@5.0.8(transitive)
- Removeduuid-browser@^3.1.0
- Removed@teamnovu/kit-composables@1.1.3(transitive)
- Removeduuid@9.0.1(transitive)
- Removeduuid-browser@3.1.0(transitive)