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

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

@@ -54,5 +54,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",

@@ -59,0 +59,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": "3.15.0",
"version": "3.16.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~3.15.0",
"@opentiny/vue-icon": "~3.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-theme-mobile": "~3.15.0",
"@opentiny/vue-theme": "~3.15.0"
"@opentiny/vue-common": "~3.16.0",
"@opentiny/vue-icon": "~3.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",

@@ -114,3 +114,3 @@ export declare const buttonProps: {

[key: string]: any;
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
type: {

@@ -173,5 +173,5 @@ type: StringConstructor;

type: string;
size: string;
disabled: boolean;
tiny_mode_root: boolean;
size: string;
tabindex: string;

@@ -178,0 +178,0 @@ round: boolean;

declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
text?: any;
type?: any;
size?: any;
disabled?: any;

@@ -12,3 +13,2 @@ tiny_mode?: any;

tiny_chart_theme?: any;
size?: any;
tabindex?: any;

@@ -26,5 +26,6 @@ round?: any;

banner?: 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<{
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "hook-updated")[], "click" | "hook-updated", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
text?: any;
type?: any;
size?: any;
disabled?: any;

@@ -38,3 +39,2 @@ tiny_mode?: any;

tiny_chart_theme?: any;
size?: any;
tabindex?: any;

@@ -58,2 +58,3 @@ round?: any;

readonly type?: any;
readonly size?: any;
readonly disabled?: any;

@@ -67,3 +68,2 @@ readonly tiny_mode?: any;

readonly tiny_chart_theme?: any;
readonly size?: any;
readonly tabindex?: any;

@@ -70,0 +70,0 @@ readonly round?: any;

declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
text?: any;
type?: any;
size?: any;
disabled?: any;

@@ -12,3 +13,2 @@ tiny_mode?: any;

tiny_chart_theme?: any;
size?: any;
icon?: any;

@@ -27,5 +27,6 @@ resetTime?: any;

gcls: (key: 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<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "hook-updated")[], "click" | "hook-updated", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
text?: any;
type?: any;
size?: any;
disabled?: any;

@@ -39,3 +40,2 @@ tiny_mode?: any;

tiny_chart_theme?: any;
size?: any;
icon?: any;

@@ -52,2 +52,3 @@ resetTime?: any;

readonly type?: any;
readonly size?: any;
readonly disabled?: any;

@@ -61,3 +62,2 @@ readonly tiny_mode?: any;

readonly tiny_chart_theme?: any;
readonly size?: any;
readonly icon?: any;

@@ -64,0 +64,0 @@ readonly resetTime?: any;

@@ -5,2 +5,3 @@ import type { IButtonApi } from '@opentiny/vue-renderless/types/button.type';

type?: any;
size?: any;
disabled?: any;

@@ -14,3 +15,2 @@ tiny_mode?: any;

tiny_chart_theme?: any;
size?: any;
tabindex?: any;

@@ -27,5 +27,6 @@ round?: any;

ghost?: any;
}>, IButtonApi, 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<{
}>, IButtonApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("click" | "hook-updated")[], "click" | "hook-updated", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
text?: any;
type?: any;
size?: any;
disabled?: any;

@@ -39,3 +40,2 @@ tiny_mode?: any;

tiny_chart_theme?: any;
size?: any;
tabindex?: any;

@@ -58,2 +58,3 @@ round?: any;

readonly type?: any;
readonly size?: any;
readonly disabled?: any;

@@ -67,3 +68,2 @@ readonly tiny_mode?: any;

readonly tiny_chart_theme?: any;
readonly size?: any;
readonly tabindex?: any;

@@ -70,0 +70,0 @@ readonly round?: any;

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