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

@teamnovu/kit-components

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teamnovu/kit-components - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

dist/AccessibleComponent.vue_vue_type_script_setup_true_lang-b6d6fe78.mjs

6

dist/accordion/AccordionItem.vue.d.ts
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

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