Repository URL to install this package:
|
Version:
2.6.18 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const styleh_components_1 = require("styleh-components");
const styles_1 = require("../../../../styles");
const Order_1 = require("../../Order");
const PaymentSummary_1 = require("../../Order/PaymentSummary");
const ApprovalStatus_1 = tslib_1.__importDefault(require("./ApprovalStatus"));
const UserComment_1 = tslib_1.__importDefault(require("./UserComment"));
const StyledApprovalStatus = styleh_components_1.styled.withComponent(ApprovalStatus_1.default)`${props => props.isExpanded && styleh_components_1.styled.css`&:after{${styles_1.borderLine};}`}`;
exports.StyledApprovalStatus = StyledApprovalStatus;
const StyledPaymentSummary = styleh_components_1.styled.withComponent(Order_1.PaymentSummary)`&:after{${styles_1.borderLine}}padding-top:20px;${Order_1.PaymentOrderSummary}{max-width:none;}${PaymentSummary_1.PaymentSummaryPanelSectionLeft}{flex:0 0 40%;}${PaymentSummary_1.PaymentSummaryPanelSectionRight}{flex:0 0 60%;}`;
exports.StyledPaymentSummary = StyledPaymentSummary;
const StyledProductItemList = styleh_components_1.styled.withComponent(Order_1.ProductItemList)`padding-top:28px;`;
exports.StyledProductItemList = StyledProductItemList;
const StyledUserComment = styleh_components_1.styled.withComponent(UserComment_1.default)``;
exports.StyledUserComment = StyledUserComment; //# sourceMappingURL=styled.js.map