@bigin/bigin-ui-button
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -19,2 +19,6 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var BaseButton = { | ||
}, | ||
ghost: { | ||
type: Boolean, | ||
default: false | ||
}, | ||
small: { | ||
@@ -51,2 +55,3 @@ type: Boolean, | ||
(this.danger && `${this.typeClass}--danger`) || | ||
(this.ghost && `${this.typeClass}--ghost`) || | ||
`${this.typeClass}--default` | ||
@@ -53,0 +58,0 @@ ) |
{ | ||
"name": "@bigin/bigin-ui-button", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "Bigin Design System Button component", | ||
@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>", | ||
}, | ||
"gitHead": "d9dfa44960e61d3e99329c6c3618cdb616947c5d" | ||
"gitHead": "f1842a822d9fb4f63a51024af44997015989f692" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16958
538