bulmil
Version:

30 lines (29 loc) • 1.59 kB
JavaScript
System.register(['./index-0812a769.system.js'], function (exports) {
'use strict';
var registerInstance, h, Host;
return {
setters: [function (module) {
registerInstance = module.r;
h = module.h;
Host = module.e;
}],
execute: function () {
var buttonsCss = "bm-buttons bm-button:not(:last-child):not(.is-fullwidth){margin-right:0.5rem}bm-buttons .buttons:last-child{margin-bottom:initial}bm-buttons:last-child{margin-bottom:-0.5rem}bm-buttons:not(:last-child){margin-bottom:1rem}bm-buttons .buttons.has-addons bm-button:not(:first-child) .button{border-bottom-left-radius:0;border-top-left-radius:0}bm-buttons .buttons.has-addons bm-button:not(:last-child) .button{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}bm-buttons .buttons.has-addons bm-button:last-child .button{margin-right:0}";
var Buttons = exports('bm_buttons', /** @class */ (function () {
function class_1(hostRef) {
registerInstance(this, hostRef);
}
class_1.prototype.render = function () {
var _a;
return (h(Host, null, h("div", { class: (_a = {
buttons: true
},
_a[this.size] = Boolean(this.size),
_a) }, h("slot", null))));
};
return class_1;
}()));
Buttons.style = buttonsCss;
}
};
});