@opentiny/vue-radio
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -79,3 +79,3 @@ function _extends() { | ||
}); | ||
var version = "2.13.0"; | ||
var version = "2.14.0"; | ||
Radio.model = { | ||
@@ -82,0 +82,0 @@ prop: "modelValue", |
@@ -59,4 +59,4 @@ import { renderless, api } from "@opentiny/vue-renderless/radio/vue"; | ||
var classes = { | ||
"radio-default": "radio inline-flex items-center align-middle leading-4 cursor-pointer sm:flex-row py-px sm:py-0 sm:h-fit h-11", | ||
"radio-label-common": "relative text-center w-11 h-11", | ||
"radio-default": "radio inline-flex items-center align-middle leading-4 cursor-pointer sm:flex-row py-px sm:py-0 h-fit", | ||
"radio-label-common": "relative text-center w-7 h-7 mr-2 sm:mr-0", | ||
"radio-label-size-common": "sm:w-4 sm:h-4", | ||
@@ -95,6 +95,6 @@ "radio-label-size-medium": "sm:w-6 sm:h-6", | ||
"readonly-is-not-checked": "sm:hidden", | ||
"not-readonly-common": "sm:mr-5 sm:[&:last-child]:mr-0", | ||
"not-readonly-common": "mr-5 sm:[&:last-child]:mr-0", | ||
"hidden-radio": "sm:hidden", | ||
"not-readly-common-label": "sm:py-0 sm:pl-2 -ml-0.5 sm:ml-0", | ||
"readonly-checked-label": "sm:pl-0", | ||
"readonly-checked-label": "sm:pl-0 text-color-text-primary", | ||
"verticalStyle": "sm:mb-2 sm:[&:last-child]:mb-0 sm:mr-0" | ||
@@ -101,0 +101,0 @@ }; |
@@ -61,3 +61,2 @@ import { renderless, api } from "@opentiny/vue-renderless/radio/vue"; | ||
props: [].concat(props, ["modelValue", "events", "label", "text", "disabled", "name"]), | ||
inheritAttrs: false, | ||
setup: function setup(props2, context) { | ||
@@ -64,0 +63,0 @@ return _setup({ |
@@ -102,3 +102,3 @@ import { renderless, api } from "@opentiny/vue-renderless/radio/vue"; | ||
} | ||
}, "label", _vm.a(_vm.$attrs, ["class", "style", "onClick"], true), false), [_c("span", { | ||
}, "label", _vm.a(_vm.$attrs, ["class", "style"], true), false), [_c("span", { | ||
staticClass: "tiny-radio__input", | ||
@@ -105,0 +105,0 @@ class: { |
{ | ||
"name": "@opentiny/vue-radio", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "", | ||
@@ -10,4 +10,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.13.0", | ||
"@opentiny/vue-renderless": "~3.13.0" | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-icon": "~2.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
}, | ||
@@ -14,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
28261
5
786
+ Added@opentiny/vue-icon@~2.14.0
+ Added@opentiny/vue-theme@~3.14.0
+ Added@opentiny/vue-common@2.14.0(transitive)
+ Added@opentiny/vue-icon@2.14.0(transitive)
+ Added@opentiny/vue-locale@2.14.0(transitive)
+ Added@opentiny/vue-renderless@3.14.1(transitive)
+ Added@opentiny/vue-theme@3.14.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.14.2(transitive)
+ Added@vue/composition-api@1.7.2(transitive)
+ Addedvue@2.6.14(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@opentiny/vue-common@2.13.1(transitive)
- Removed@opentiny/vue-locale@2.13.0(transitive)
- Removed@opentiny/vue-renderless@3.13.2(transitive)
- Removed@opentiny/vue-theme@3.13.3(transitive)
- Removed@opentiny/vue-theme-mobile@3.13.0(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removed@vue/composition-api@1.2.4(transitive)
- Removedcsstype@3.1.3(transitive)
- Removednanoid@3.3.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.47(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue@2.7.16(transitive)
Updated@opentiny/vue-common@~2.14.0