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.13.0 to 2.14.0

6

lib/index.js

@@ -58,2 +58,6 @@ function _extends() {

},
href: {
type: String,
default: ""
},
size: {

@@ -98,3 +102,3 @@ type: String,

});
var version = "2.13.0";
var version = "2.14.0";
Button.install = function(Vue) {

@@ -101,0 +105,0 @@ Vue.component(Button.name, Button);

2

lib/mobile-first.js

@@ -59,3 +59,3 @@ import { renderless, api } from "@opentiny/vue-renderless/button/vue";

var classes = {
"button": "inline-block text-center overflow-hidden overflow-ellipsis whitespace-nowrap transition-button duration-300 delay-[0ms]",
"button": "inline-block text-center overflow-hidden overflow-ellipsis whitespace-nowrap transition-button duration-300 delay-[0ms] active:transition-all active:scale-[0.95] active:ease-[cubic-bezier(0.33,0,0.67,1)]",
"button-base-width": "sm:max-w-[theme(spacing.36)]",

@@ -62,0 +62,0 @@ "size-default": "h-10 text-sm sm:h-7 sm:text-xs",

{
"name": "@opentiny/vue-button",
"version": "2.13.0",
"version": "2.14.0",
"description": "",

@@ -10,5 +10,7 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-common": "~2.13.0",
"@opentiny/vue-icon": "~2.13.0",
"@opentiny/vue-renderless": "~3.13.0"
"@opentiny/vue-common": "~2.14.0",
"@opentiny/vue-icon": "~2.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme-mobile": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0"
},

@@ -15,0 +17,0 @@ "license": "MIT",

@@ -26,2 +26,6 @@ export declare const buttonProps: {

};
href: {
type: StringConstructor;
default: string;
};
size: {

@@ -28,0 +32,0 @@ type: StringConstructor;

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