@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
28 lines • 1.72 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var util_shared_styles_1 = require("@atlaskit/util-shared-styles");
exports.akEditorCodeFontFamily = util_shared_styles_1.akCodeFontFamily;
exports.akEditorInactiveForeground = util_shared_styles_1.akColorN500;
exports.akEditorFocus = util_shared_styles_1.akColorB100;
exports.akEditorSubtleAccent = util_shared_styles_1.akColorN40;
exports.akEditorActiveBackground = util_shared_styles_1.akColorN500;
exports.akEditorActiveForeground = util_shared_styles_1.akColorN0;
exports.akEditorBlockquoteBorderColor = util_shared_styles_1.akColorN40;
exports.akEditorDropdownActiveBackground = util_shared_styles_1.akColorN900;
exports.akEditorPopupBackground = util_shared_styles_1.akColorN700;
exports.akEditorPopupText = util_shared_styles_1.akColorB50;
exports.akEditorPrimaryButton = util_shared_styles_1.akColorB400;
exports.akEditorCodeBackground = util_shared_styles_1.akColorN20;
exports.akEditorCodeBlockPadding = '12px';
exports.akEditorCodeInlinePadding = '2px 4px';
exports.akEditorFloatingPanelZIndex = util_shared_styles_1.akZIndexLayer;
exports.akEditorMentionSelected = util_shared_styles_1.akColorN100;
exports.akEditorTableToolbarSize = 12;
exports.akEditorTableBorder = util_shared_styles_1.akColorN50;
exports.akEditorTableToolbar = util_shared_styles_1.akColorN20;
exports.akEditorTableFloatingControls = util_shared_styles_1.akColorN20;
exports.akEditorTableCellSelected = util_shared_styles_1.akColorB75;
exports.akEditorTableToolbarSelected = util_shared_styles_1.akColorB100;
exports.akEditorTableBorderSelected = util_shared_styles_1.akColorB300;
exports.akEditorTableBorderRadius = '3px';
//# sourceMappingURL=index.js.map