Socket
Socket
Sign inDemoInstall

@opentiny/vue-button

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-button - npm Package Compare versions

Comparing version 2.15.0 to 2.16.0

4

lib/index.js

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

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