@credithub/harlan-components 1.31.0 → 1.31.1
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.
|
@@ -27,7 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
27
27
|
import React from 'react';
|
|
28
28
|
import styled, { css } from 'styled-components';
|
|
29
29
|
var PrintSectionStyle = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), function (props) {
|
|
30
|
-
return props.enabled && css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @media print {\n background: #ffffff;\n
|
|
30
|
+
return props.enabled && css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @media print {\n background: #ffffff;\n }\n "], ["\n @media print {\n background: #ffffff;\n }\n "])));
|
|
31
31
|
});
|
|
32
32
|
export var PrintSectionWrapper = function (_a) {
|
|
33
33
|
var _b = _a.enabled, enabled = _b === void 0 ? true : _b, children = _a.children, rest = __rest(_a, ["enabled", "children"]);
|