@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
23 lines • 3.25 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var styled_components_1 = require("styled-components");
var styles_1 = require("../../../styles");
var styles_2 = require("../styles");
// tslint:disable-next-line:variable-name
exports.RowContainer = (_a = ["\n position: absolute;\n top: 1px;\n left: -", "px;\n width: ", "px;\n box-sizing: border-box;\n"], _a.raw = ["\n position: absolute;\n top: 1px;\n left: -", "px;\n width: ", "px;\n box-sizing: border-box;\n"], styled_components_1.default.div(_a, styles_1.akEditorTableToolbarSize - 1, styles_1.akEditorTableToolbarSize));
// tslint:disable-next-line:variable-name
exports.RowInner = (_b = ["\n display: flex;\n flex-direction: column;\n & > div:last-child button {\n border-bottom-left-radius: ", ";\n }\n"], _b.raw = ["\n display: flex;\n flex-direction: column;\n & > div:last-child button {\n border-bottom-left-radius: ", ";\n }\n"], styled_components_1.default.div(_b, styles_1.akEditorTableBorderRadius));
// tslint:disable-next-line:variable-name
exports.RowControlsButtonWrap = (_c = ["\n position: relative;\n margin-top: -1px;\n &:hover, &.active {\n z-index: 1;\n }\n"], _c.raw = ["\n position: relative;\n margin-top: -1px;\n &:hover, &.active {\n z-index: 1;\n }\n"], styled_components_1.default.div(_c));
// tslint:disable-next-line:variable-name
exports.HeaderButton = (_d = ["\n border-right: none;\n border-bottom: 1px solid ", ";\n height: 100%;\n width: ", "px;\n\n &:hover, .active > &, .tableSelected & {\n border-right: 1px solid ", ";\n width: ", "px;\n }\n"], _d.raw = ["\n border-right: none;\n border-bottom: 1px solid ", ";\n height: 100%;\n width: ", "px;\n\n &:hover, .active > &, .tableSelected & {\n border-right: 1px solid ", ";\n width: ", "px;\n }\n"], styled_components_1.default(styles_2.HeaderButtonDefault)(_d, styles_1.akEditorTableBorder, styles_1.akEditorTableToolbarSize - 1, styles_1.akEditorTableBorderSelected, styles_1.akEditorTableToolbarSize));
// tslint:disable-next-line:variable-name
exports.InsertRowButtonWrap = (_e = ["\n position: absolute;\n bottom: -10px;\n left: -20px;\n height: 20px;\n width: 20px;\n z-index: 2;\n cursor: pointer;\n &:hover > div {\n display: flex;\n }\n"], _e.raw = ["\n position: absolute;\n bottom: -10px;\n left: -20px;\n height: 20px;\n width: 20px;\n z-index: 2;\n cursor: pointer;\n &:hover > div {\n display: flex;\n }\n"], styled_components_1.default.div(_e));
// tslint:disable-next-line:variable-name
exports.InsertRowMarker = (_f = ["\n top: 7px;\n right: 3px;\n"], _f.raw = ["\n top: 7px;\n right: 3px;\n"], styled_components_1.default(styles_2.InsertMarkerDefault)(_f));
// tslint:disable-next-line:variable-name
exports.InsertRowButtonInner = (_g = ["\n left: 5px;\n"], _g.raw = ["\n left: 5px;\n"], styled_components_1.default(styles_2.InsertButtonDefault)(_g));
// tslint:disable-next-line:variable-name
exports.RowLineMarker = (_h = ["\n height: 2px;\n top: 8px;\n left: 20px;\n"], _h.raw = ["\n height: 2px;\n top: 8px;\n left: 20px;\n"], styled_components_1.default(styles_2.LineMarkerDefault)(_h));
var _a, _b, _c, _d, _e, _f, _g, _h;
//# sourceMappingURL=styles.js.map