@opentiny/vue-button
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -40,3 +40,3 @@ function _extends() { | ||
type: String, | ||
default: "1" | ||
default: "0" | ||
}, | ||
@@ -102,3 +102,3 @@ icon: { | ||
}); | ||
var version = "2.15.0"; | ||
var version = "2.16.0"; | ||
Button.install = function(Vue) { | ||
@@ -105,0 +105,0 @@ Vue.component(Button.name, Button); |
@@ -62,5 +62,5 @@ import { renderless, api } from '@opentiny/vue-renderless/button/vue'; | ||
"button-base-width": "sm:max-w-[theme(spacing.36)]", | ||
"size-default": "h-10 text-sm sm:h-7 sm:text-xs", | ||
"size-medium": "h-10 text-sm sm:h-8 sm:text-xs", | ||
"size-small": "h-8 text-sm sm:h-7 sm:text-xs", | ||
"size-default": "h-10 text-sm sm:h-7", | ||
"size-medium": "h-10 text-sm sm:h-8", | ||
"size-small": "h-8 text-sm sm:h-7", | ||
"size-mini": "h-7 sm:h-6 sm:text-xs", | ||
@@ -67,0 +67,0 @@ "type-default": "text-color-text-primary border-color-border hover:border-color-border-hover active:border-color-border-hover sm:cursor-pointer", |
{ | ||
"name": "@opentiny/vue-button", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "", | ||
@@ -10,7 +10,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-icon": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
"@opentiny/vue-common": "~2.16.0", | ||
"@opentiny/vue-icon": "~2.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme-mobile": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "license": "MIT", |
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
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
25780
+ Added@opentiny/vue-common@2.16.0(transitive)
+ Added@opentiny/vue-icon@2.16.0(transitive)
+ Added@opentiny/vue-locale@2.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
- Removed@opentiny/vue-common@2.15.0(transitive)
- Removed@opentiny/vue-icon@2.15.0(transitive)
- Removed@opentiny/vue-locale@2.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
Updated@opentiny/vue-common@~2.16.0
Updated@opentiny/vue-icon@~2.16.0
Updated@opentiny/vue-theme@~3.16.0