UNPKG

1.76 kBJavaScriptView Raw
1System.register(['./index-c6ef8482.system.js'], function (exports) {
2 'use strict';
3 var registerInstance, h, Host;
4 return {
5 setters: [function (module) {
6 registerInstance = module.r;
7 h = module.h;
8 Host = module.e;
9 }],
10 execute: function () {
11 var containerCss = ".container{-ms-flex-positive:1;flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1024px){.container{max-width:960px}}@media screen and (max-width: 1215px){.container.is-widescreen{max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd{max-width:1344px}}@media screen and (min-width: 1216px){.container{max-width:1152px}}@media screen and (min-width: 1408px){.container{max-width:1344px}}bm-container{display:block}";
12 var Container = exports('bm_container', /** @class */ (function () {
13 function class_1(hostRef) {
14 registerInstance(this, hostRef);
15 /**
16 * Fluid container
17 */
18 this.isFluid = false;
19 }
20 class_1.prototype.render = function () {
21 var _a;
22 return (h(Host, { class: (_a = {
23 container: true,
24 'is-fluid': this.isFluid
25 },
26 _a[this.breakpoint] = Boolean(this.breakpoint),
27 _a) }));
28 };
29 return class_1;
30 }()));
31 Container.style = containerCss;
32 }
33 };
34});