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

@opentiny/vue-radio

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-radio - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

2

lib/index.js

@@ -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",

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