UNPKG

1.17 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 sectionCss = ".section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}bm-section{display:block}";
12 var Section = exports('bm_section', /** @class */ (function () {
13 function class_1(hostRef) {
14 registerInstance(this, hostRef);
15 }
16 class_1.prototype.render = function () {
17 var _a;
18 return (h(Host, { class: (_a = {
19 section: true
20 },
21 _a[this.size] = Boolean(this.size),
22 _a) }));
23 };
24 return class_1;
25 }()));
26 Section.style = sectionCss;
27 }
28 };
29});