@opentiny/vue-button-group
Advanced tools
Comparing version 3.10.0 to 3.10.1
@@ -60,3 +60,3 @@ function _extends() { | ||
}); | ||
var version = "3.10.0"; | ||
var version = "3.10.2"; | ||
ButtonGroup.model = { | ||
@@ -63,0 +63,0 @@ prop: "modelValue", |
@@ -123,4 +123,4 @@ import { renderless, api } from "@opentiny/vue-renderless/button-group/vue"; | ||
style: normalizeStyle({ | ||
height: _ctx.size === "medium" ? "42px" : _ctx.size === "small" ? "36px" : _ctx.size === "mini" ? "24px" : "", | ||
"line-height": _ctx.size === "medium" ? "40px" : _ctx.size === "small" ? "34px" : _ctx.size === "mini" ? "22px" : "" | ||
height: _ctx.size === "medium" ? "42px" : _ctx.size === "small" ? "32px" : _ctx.size === "mini" ? "24px" : "", | ||
"line-height": _ctx.size === "medium" ? "40px" : _ctx.size === "small" ? "30px" : _ctx.size === "mini" ? "22px" : "" | ||
}), | ||
@@ -127,0 +127,0 @@ type: "button", |
{ | ||
"name": "@opentiny/vue-button-group", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "", | ||
@@ -9,2 +9,6 @@ "main": "./lib/index.js", | ||
"type": "module", | ||
"scripts": { | ||
"build": "pnpm -w build:ui $npm_package_name", | ||
"//postversion": "pnpm build" | ||
}, | ||
"dependencies": { | ||
@@ -15,7 +19,3 @@ "@opentiny/vue-common": "~3.10.0", | ||
"license": "MIT", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"build": "pnpm -w build:ui $npm_package_name", | ||
"//postversion": "pnpm build" | ||
} | ||
"types": "index.d.ts" | ||
} |
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
16382
7