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

@opentiny/vue-common

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-common - npm Package Compare versions

Comparing version 3.19.0 to 3.20.0

src/index-dev.d.ts

9

package.json
{
"name": "@opentiny/vue-common",
"version": "3.19.0",
"version": "3.20.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

@@ -30,6 +30,5 @@ "homepage": "https://opentiny.design/tiny-vue",

"dependencies": {
"@opentiny/vue-locale": "~3.19.0",
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-theme": "~3.19.0",
"@opentiny/vue-theme-mobile": "~3.19.0",
"@opentiny/vue-locale": "~3.20.0",
"@opentiny/vue-renderless": "~3.20.0",
"@opentiny/vue-theme": "~3.20.0",
"tailwind-merge": "^1.8.0"

@@ -36,0 +35,0 @@ },

@@ -45,3 +45,2 @@ import hooks from './adapter';

}>;
export declare const mergeClass: (...cssClasses: any[]) => string;
export declare const design: {

@@ -64,4 +63,6 @@ configKey: symbol;

designConfig: null | DesignConfig;
twMerge: (str: string) => string;
}
export declare const customDesignConfig: CustomDesignConfig;
export declare const mergeClass: (...cssClasses: any[]) => string;
export declare const setup: ({ props, context, renderless, api, extendOptions, mono, classes }: {

@@ -83,2 +84,3 @@ props: any;

gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
};

@@ -175,2 +177,3 @@ export declare function svg({ name, component }: {

gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
};

@@ -177,0 +180,0 @@ hooks: typeof hooks;

Sorry, the diff of this file is too big to display

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