@bigin/bigin-ui-button
Advanced tools
Comparing version 0.0.47 to 0.0.48
@@ -170,3 +170,6 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var BaseButton = { | ||
_vm.prefixIcon | ||
? _c("b-icon", { attrs: { name: _vm.prefixIcon } }) | ||
? _c("b-icon", { | ||
staticClass: "mr-1x", | ||
attrs: { name: _vm.prefixIcon } | ||
}) | ||
: _vm._e(), | ||
@@ -177,3 +180,6 @@ _vm._v(" "), | ||
_vm.suffixIcon | ||
? _c("b-icon", { attrs: { name: _vm.suffixIcon } }) | ||
? _c("b-icon", { | ||
staticClass: "ml-1x", | ||
attrs: { name: _vm.suffixIcon } | ||
}) | ||
: _vm._e() | ||
@@ -180,0 +186,0 @@ ], |
{ | ||
"name": "@bigin/bigin-ui-button", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"description": "Bigin Design System Button component", | ||
@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>", | ||
}, | ||
"gitHead": "f1842a822d9fb4f63a51024af44997015989f692" | ||
"gitHead": "8108a67764ece09f7a29006e2073c41a1905fa22" | ||
} |
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
17070
544