@opentiny/vue-common
Advanced tools
Comparing version 3.19.0 to 3.20.0
{ | ||
"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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
4
14
0
56964
1641
+ Added@opentiny/vue-locale@3.20.0(transitive)
+ Added@opentiny/vue-renderless@3.20.3(transitive)
+ Added@opentiny/vue-theme@3.20.0(transitive)
+ Added@opentiny/vue-theme-mobile@3.20.0(transitive)
- Removed@opentiny/vue-theme-mobile@~3.19.0
- Removed@opentiny/vue-locale@3.19.0(transitive)
- Removed@opentiny/vue-renderless@3.19.5(transitive)
- Removed@opentiny/vue-theme@3.19.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.19.0(transitive)
Updated@opentiny/vue-locale@~3.20.0
Updated@opentiny/vue-theme@~3.20.0