UNPKG

2.15 kBJavaScriptView Raw
1"use strict";
2var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4 return cooked;
5};
6Object.defineProperty(exports, "__esModule", { value: true });
7var styled_components_1 = require("styled-components");
8var index_1 = require("../index");
9exports.default = {
10 H1: styled_components_1.default.h1(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n "], ["\n ",
11 "\n "])), function (props) { return index_1.TextHelper.fontPropertiesFactory(props, {
12 defaultColor: index_1.Colors.codGray,
13 defaultFontSize: index_1.Sizes.s6,
14 defaultVariant: 'medium',
15 defaultMargin: index_1.Sizes.s6 + "px 0",
16 }); }),
17 H2: styled_components_1.default.h2(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n "], ["\n ",
18 "\n "])), function (props) { return index_1.TextHelper.fontPropertiesFactory(props, {
19 defaultColor: index_1.Colors.codGray,
20 defaultFontSize: index_1.Sizes.s5,
21 defaultVariant: 'medium',
22 defaultMargin: 0,
23 }); }),
24 H3: styled_components_1.default.h3(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n"], ["\n ",
25 "\n"])), function (props) { return index_1.TextHelper.fontPropertiesFactory(props, {
26 defaultColor: index_1.Colors.codGray,
27 defaultFontSize: index_1.Sizes.s4,
28 defaultVariant: 'medium',
29 defaultMargin: 0,
30 }); }),
31 H5: styled_components_1.default.h5(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n ", "\n "], ["\n ",
32 "\n "])), function (props) { return index_1.TextHelper.fontPropertiesFactory(props, {
33 defaultColor: index_1.Colors.codGray,
34 defaultFontSize: index_1.Sizes.s3,
35 defaultVariant: 'medium',
36 defaultMargin: index_1.Sizes.s3 + "px 0 " + index_1.Sizes.s1 + "px",
37 }); }),
38};
39var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
40//# sourceMappingURL=HeadingsModule.js.map
\No newline at end of file