Repository URL to install this package:
|
Version:
2.1.14 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const styleh_toolset_1 = require("@skava/styleh-toolset");
const Placeholder_1 = require("@skava/ui/dist/components/atoms/Placeholder");
const StyledTextPlaceholder = styleh_components_1.styled(Placeholder_1.TextPlaceholder)`margin-bottom:0.25rem;`;
exports.StyledTextPlaceholder = StyledTextPlaceholder;
const StyledRectanglePlaceholder = styleh_components_1.styled(Placeholder_1.RectanglePlaceholder)`margin:0 0 0 30px;`;
exports.StyledRectanglePlaceholder = StyledRectanglePlaceholder;
const DetailsWrapper = styleh_components_1.styled.div`display:flex;flex:0 0 12.5rem;justify-content:flex-end;align-items:flex-start;${styleh_toolset_1.media.phoneOrSmaller`flex:0 0 7.8125rem;`}`;
exports.DetailsWrapper = DetailsWrapper;
const StatusWrapper = styleh_components_1.styled.div`flex-direction:column;flex:1;display:flex;`;
exports.StatusWrapper = StatusWrapper;
const StyledPrintIcon = styleh_components_1.styled.button`width:1.5rem;height:1.5rem;display:flex;flex-direction:row;align-item:center;justify-content:center;background:transparent;margin:0;padding:0;border:0;`;
exports.StyledPrintIcon = StyledPrintIcon;
const StyledOrderDetails = styleh_components_1.styled.div`width:auto;margin:0 0 0 1.875rem;`;
exports.StyledOrderDetails = StyledOrderDetails;
const Wrapper = styleh_components_1.styled.section`display:flex;flex-direction:row;`;
exports.Wrapper = Wrapper;