oolib 2.178.1 → 2.178.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const UI_DISPLAY_STYLED: import("styled-components").StyledComponent<"
|
|
2
|
-
export declare const UI_DISPLAY_SM_STYLED: import("styled-components").StyledComponent<"
|
|
3
|
-
export declare const UI_HEADLINE_STYLED: import("styled-components").StyledComponent<"
|
|
1
|
+
export declare const UI_DISPLAY_STYLED: import("styled-components").StyledComponent<"h1", any, {}, never>;
|
|
2
|
+
export declare const UI_DISPLAY_SM_STYLED: import("styled-components").StyledComponent<"h2", any, {}, never>;
|
|
3
|
+
export declare const UI_HEADLINE_STYLED: import("styled-components").StyledComponent<"h3", any, {}, never>;
|
|
4
4
|
export declare const UI_HEADLINE_SM_STYLED: import("styled-components").StyledComponent<"h4", any, {}, never>;
|
|
5
|
-
export declare const UI_TITLE_STYLED: import("styled-components").StyledComponent<"
|
|
6
|
-
export declare const UI_TITLE_SM_STYLED: import("styled-components").StyledComponent<"
|
|
5
|
+
export declare const UI_TITLE_STYLED: import("styled-components").StyledComponent<"h5", any, {}, never>;
|
|
6
|
+
export declare const UI_TITLE_SM_STYLED: import("styled-components").StyledComponent<"h6", any, {}, never>;
|
|
7
7
|
export declare const UI_BODY_STYLED: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
8
8
|
export declare const UI_BODY_SM_STYLED: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
9
9
|
export declare const UI_BODY_SEMIBOLD_STYLED: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
@@ -11,12 +11,12 @@ exports.TYPO_V2_CLASSES = exports.CONTENT_BODY_POSTIT_STYLED = exports.CONTENT_T
|
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var typo_1 = require("../../themes/typo");
|
|
13
13
|
// UI Fonts
|
|
14
|
-
exports.UI_DISPLAY_STYLED = styled_components_1.default.
|
|
15
|
-
exports.UI_DISPLAY_SM_STYLED = styled_components_1.default.
|
|
16
|
-
exports.UI_HEADLINE_STYLED = styled_components_1.default.
|
|
14
|
+
exports.UI_DISPLAY_STYLED = styled_components_1.default.h1(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_DISPLAY);
|
|
15
|
+
exports.UI_DISPLAY_SM_STYLED = styled_components_1.default.h2(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_DISPLAY_SM);
|
|
16
|
+
exports.UI_HEADLINE_STYLED = styled_components_1.default.h3(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_HEADLINE);
|
|
17
17
|
exports.UI_HEADLINE_SM_STYLED = styled_components_1.default.h4(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_HEADLINE_SM);
|
|
18
|
-
exports.UI_TITLE_STYLED = styled_components_1.default.
|
|
19
|
-
exports.UI_TITLE_SM_STYLED = styled_components_1.default.
|
|
18
|
+
exports.UI_TITLE_STYLED = styled_components_1.default.h5(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_TITLE);
|
|
19
|
+
exports.UI_TITLE_SM_STYLED = styled_components_1.default.h6(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_TITLE_SM);
|
|
20
20
|
exports.UI_BODY_STYLED = styled_components_1.default.p(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_BODY);
|
|
21
21
|
exports.UI_BODY_SM_STYLED = styled_components_1.default.p(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_BODY_SM);
|
|
22
22
|
exports.UI_BODY_SEMIBOLD_STYLED = styled_components_1.default.p(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), typo_1.typo.UI_BODY_SEMIBOLD);
|