@bigin/bigin-ui-button
Advanced tools
Comparing version 0.0.45 to 0.0.46
@@ -1,2 +0,2 @@ | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var button = { | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var BaseButton = { | ||
props: { | ||
@@ -61,3 +61,3 @@ prefixIcon: { | ||
name: 'BButton', | ||
mixins: [button], | ||
mixins: [BaseButton], | ||
props: { | ||
@@ -352,3 +352,3 @@ text: { | ||
name: 'BButtonIcon', | ||
mixins: [button], | ||
mixins: [BaseButton], | ||
components: { | ||
@@ -433,3 +433,3 @@ BIcon: lib | ||
name: 'BButtonText', | ||
mixins: [button], | ||
mixins: [BaseButton], | ||
props: { | ||
@@ -512,2 +512,62 @@ text: { | ||
undefined | ||
);exports.Button=__vue_component__;exports.ButtonIcon=__vue_component__$2;exports.ButtonText=__vue_component__$3; | ||
);// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
var script$4 = { | ||
name: 'BButtonGroup', | ||
props: { | ||
rounded: { | ||
type: Boolean, | ||
default: false | ||
} | ||
} | ||
};/* script */ | ||
const __vue_script__$4 = script$4; | ||
/* template */ | ||
var __vue_render__$4 = function() { | ||
var _vm = this; | ||
var _h = _vm.$createElement; | ||
var _c = _vm._self._c || _h; | ||
return _c( | ||
"div", | ||
{ class: ["button-group", { "button-group--rounded": _vm.rounded }] }, | ||
[_vm._t("default")], | ||
2 | ||
) | ||
}; | ||
var __vue_staticRenderFns__$4 = []; | ||
__vue_render__$4._withStripped = true; | ||
/* style */ | ||
const __vue_inject_styles__$4 = undefined; | ||
/* scoped */ | ||
const __vue_scope_id__$4 = undefined; | ||
/* module identifier */ | ||
const __vue_module_identifier__$4 = undefined; | ||
/* functional template */ | ||
const __vue_is_functional_template__$4 = false; | ||
/* style inject */ | ||
/* style inject SSR */ | ||
/* style inject shadow dom */ | ||
const __vue_component__$4 = normalizeComponent( | ||
{ render: __vue_render__$4, staticRenderFns: __vue_staticRenderFns__$4 }, | ||
__vue_inject_styles__$4, | ||
__vue_script__$4, | ||
__vue_scope_id__$4, | ||
__vue_is_functional_template__$4, | ||
__vue_module_identifier__$4, | ||
false, | ||
undefined, | ||
undefined, | ||
undefined | ||
);exports.Button=__vue_component__;exports.ButtonGroup=__vue_component__$4;exports.ButtonIcon=__vue_component__$2;exports.ButtonText=__vue_component__$3; |
{ | ||
"name": "@bigin/bigin-ui-button", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "Bigin Design System Button component", | ||
@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>", | ||
}, | ||
"gitHead": "f5b57d9c774b68637da46afc1823b118b59b5d17" | ||
"gitHead": "d9dfa44960e61d3e99329c6c3618cdb616947c5d" | ||
} |
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
16842
533