@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
36 lines • 6.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var styled_components_1 = require("styled-components");
var util_shared_styles_1 = require("@atlaskit/util-shared-styles");
// tslint:disable-next-line:variable-name
exports.Container = (_a = ["\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n z-index: ", ";\n position: fixed;\n display: flex;\n justify-content: center;\n align-items: center;\n"], _a.raw = ["\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n z-index: ", ";\n position: fixed;\n display: flex;\n justify-content: center;\n align-items: center;\n"], styled_components_1.default.div(_a, util_shared_styles_1.akZIndexBlanket));
// tslint:disable-next-line:variable-name
exports.Wrapper = (_b = ["\n bottom: 0;\n left: 0;\n opacity: 0.5;\n right: 0;\n top: 0;\n transition: opacity 220ms;\n position: fixed;\n background-color: ", ";\n"], _b.raw = ["\n bottom: 0;\n left: 0;\n opacity: 0.5;\n right: 0;\n top: 0;\n transition: opacity 220ms;\n position: fixed;\n background-color: ", ";\n"], styled_components_1.default.div(_b, util_shared_styles_1.akColorN400));
// tslint:disable-next-line:variable-name
exports.Dialog = (_c = ["\n width: 80%;\n height: 80%;\n display: flex;\n max-width: 800px;\n max-height: 650px;\n color: ", ";\n flex-direction: column;\n z-index: ", ";\n background-color: ", ";\n border-radius: ", ";\n"], _c.raw = ["\n width: 80%;\n height: 80%;\n display: flex;\n max-width: 800px;\n max-height: 650px;\n color: ", ";\n flex-direction: column;\n z-index: ", ";\n background-color: ", ";\n border-radius: ", ";\n"], styled_components_1.default.div(_c, util_shared_styles_1.akColorN400, util_shared_styles_1.akZIndexDialog, util_shared_styles_1.akColorN0, util_shared_styles_1.akBorderRadius));
// tslint:disable-next-line:variable-name
exports.Header = (_d = ["\n min-height: 24px;\n padding: 20px 40px;\n font-size: 24px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n"], _d.raw = ["\n min-height: 24px;\n padding: 20px 40px;\n font-size: 24px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n"], styled_components_1.default.div(_d));
// tslint:disable-next-line:variable-name
exports.IconWrapper = (_e = ["\n"], _e.raw = ["\n"], styled_components_1.default.div(_e));
// tslint:disable-next-line:variable-name
exports.ContentWrapper = (_f = ["\n padding: 20px 5%;\n border-bottom-right-radius: ", ";\n overflow: auto;\n box-shadow: inset 0px 2px 0px 0px ", ";\n position: relative;\n width: 90%;\n"], _f.raw = ["\n padding: 20px 5%;\n border-bottom-right-radius: ", ";\n overflow: auto;\n box-shadow: inset 0px 2px 0px 0px ", ";\n position: relative;\n width: 90%;\n"], styled_components_1.default.div(_f, util_shared_styles_1.akBorderRadius, util_shared_styles_1.akColorN30));
// tslint:disable-next-line:variable-name
exports.Line = (_g = ["\n background: #fff;\n content: \"\";\n display: block;\n height: 2px;\n left: 0;\n position: absolute;\n top: 0;\n right: 0;\n width: 100%;\n min-width: 604px;\n"], _g.raw = ["\n background: #fff;\n content: \"\";\n display: block;\n height: 2px;\n left: 0;\n position: absolute;\n top: 0;\n right: 0;\n width: 100%;\n min-width: 604px;\n"], styled_components_1.default.div(_g));
// tslint:disable-next-line:variable-name
exports.Content = (_h = ["\n min-width: 524px;\n width: 100%;\n position: relative;\n display: flex;\n justify-content: space-between;\n"], _h.raw = ["\n min-width: 524px;\n width: 100%;\n position: relative;\n display: flex;\n justify-content: space-between;\n"], styled_components_1.default.div(_h));
// tslint:disable-next-line:variable-name
exports.ColumnLeft = (_j = ["\n width: 44%;\n"], _j.raw = ["\n width: 44%;\n"], styled_components_1.default.div(_j));
// tslint:disable-next-line:variable-name
exports.ColumnRight = (_k = ["\n width: 44%;\n"], _k.raw = ["\n width: 44%;\n"], styled_components_1.default.div(_k));
// tslint:disable-next-line:variable-name
exports.Row = (_l = ["\n margin: 20px 0;\n display: flex;\n justify-content: space-between;\n"], _l.raw = ["\n margin: 20px 0;\n display: flex;\n justify-content: space-between;\n"], styled_components_1.default.div(_l));
// tslint:disable-next-line:variable-name
exports.Title = (_m = ["\n font-size: 18px;\n font-weight: 400;\n"], _m.raw = ["\n font-size: 18px;\n font-weight: 400;\n"], styled_components_1.default.div(_m));
// tslint:disable-next-line:variable-name
exports.CodeSm = (_o = ["\n background-color: ", ";\n border-radius: ", ";\n width: 24px;\n display: inline-block;\n height: 24px;\n line-height: 24px;\n text-align: center;\n"], _o.raw = ["\n background-color: ", ";\n border-radius: ", ";\n width: 24px;\n display: inline-block;\n height: 24px;\n line-height: 24px;\n text-align: center;\n"], styled_components_1.default.span(_o, util_shared_styles_1.akColorN20, util_shared_styles_1.akBorderRadius));
// tslint:disable-next-line:variable-name
exports.CodeMd = (_p = ["\n background-color: ", ";\n border-radius: ", ";\n display: inline-block;\n height: 24px;\n line-height: 24px;\n width: 50px;\n text-align: center;\n"], _p.raw = ["\n background-color: ", ";\n border-radius: ", ";\n display: inline-block;\n height: 24px;\n line-height: 24px;\n width: 50px;\n text-align: center;\n"], styled_components_1.default.span(_p, util_shared_styles_1.akColorN20, util_shared_styles_1.akBorderRadius));
// tslint:disable-next-line:variable-name
exports.CodeLg = (_q = ["\n background-color: ", ";CodeLg\n border-radius: ", ";\n display: inline-block;\n height: 24px;\n line-height: 24px;\n padding: 0 10px ;\n text-align: center;\n"], _q.raw = ["\n background-color: ", ";CodeLg\n border-radius: ", ";\n display: inline-block;\n height: 24px;\n line-height: 24px;\n padding: 0 10px ;\n text-align: center;\n"], styled_components_1.default.span(_q, util_shared_styles_1.akColorN20, util_shared_styles_1.akBorderRadius));
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
//# sourceMappingURL=styles.js.map