@bigin/bigin-ui-button
Advanced tools
Comparing version 0.0.60 to 0.0.61
@@ -208,3 +208,3 @@ 'use strict';var BaseButton = { | ||
"mr-1x": _vm.small, | ||
"mr-2x": _vm.medium && (!_vm.xsmall || !_vm.small || !_vm.large), | ||
"mr-2x": _vm.medium && !_vm.xsmall && !_vm.small && !_vm.large, | ||
"mr-3x": _vm.large | ||
@@ -223,3 +223,3 @@ }, | ||
"ml-1x": _vm.small, | ||
"ml-2x": _vm.medium && (!_vm.xsmall || !_vm.small || !_vm.large), | ||
"ml-2x": _vm.medium && !_vm.xsmall && !_vm.small && !_vm.large, | ||
"ml-3x": _vm.large | ||
@@ -226,0 +226,0 @@ }, |
{ | ||
"name": "@bigin/bigin-ui-button", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"description": "Bigin Design System Button component", | ||
@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>", | ||
}, | ||
"gitHead": "5ba22b72d0edc7d1cd07a7637c45139896c2bdeb" | ||
"gitHead": "d2753f7dd6c40bae19e42262fbfa45a948e2835f" | ||
} |
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
9101