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 3.13.0 to 3.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 = "3.13.0";
var version = "3.14.0";
Button.install = function(Vue) {

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

2

lib/mobile-first.js

@@ -51,3 +51,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)]",

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

{
"name": "@opentiny/vue-button",
"version": "3.13.0",
"version": "3.14.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~3.13.0",
"@opentiny/vue-icon": "~3.13.0",
"@opentiny/vue-renderless": "~3.13.0"
"@opentiny/vue-common": "~3.14.0",
"@opentiny/vue-icon": "~3.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: {

@@ -79,2 +83,6 @@ type: StringConstructor;

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

@@ -133,2 +141,6 @@ type: StringConstructor;

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

@@ -172,2 +184,3 @@ type: StringConstructor;

nativeType: string;
href: string;
plain: boolean;

@@ -174,0 +187,0 @@ loading: boolean;

@@ -19,2 +19,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{

nativeType?: any;
href?: any;
plain?: any;

@@ -25,3 +26,2 @@ loading?: any;

banner?: any;
href?: any;
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "hook-updated")[], "click" | "hook-updated", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{

@@ -45,2 +45,3 @@ text?: any;

nativeType?: any;
href?: any;
plain?: any;

@@ -51,3 +52,2 @@ loading?: any;

banner?: any;
href?: any;
}>>> & {

@@ -74,2 +74,3 @@ onClick?: ((...args: any[]) => any) | undefined;

readonly nativeType?: any;
readonly href?: any;
readonly plain?: any;

@@ -80,4 +81,3 @@ readonly loading?: any;

readonly banner?: any;
readonly href?: any;
}, {}>;
export default _default;
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