UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

19 lines (18 loc) 894 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.blockAnnotationPrefix = exports.annotationPrefix = exports.BlockAnnotationSharedClassNames = exports.AnnotationSharedClassNames = void 0; var annotationPrefix = exports.annotationPrefix = 'ak-editor-annotation'; var AnnotationSharedClassNames = exports.AnnotationSharedClassNames = { focus: "".concat(annotationPrefix, "-focus"), blur: "".concat(annotationPrefix, "-blur"), draft: "".concat(annotationPrefix, "-draft"), hover: "".concat(annotationPrefix, "-hover") }; var blockAnnotationPrefix = exports.blockAnnotationPrefix = 'ak-editor-block-annotation'; var BlockAnnotationSharedClassNames = exports.BlockAnnotationSharedClassNames = { focus: "".concat(blockAnnotationPrefix, "-focus"), blur: "".concat(blockAnnotationPrefix, "-blur"), draft: "".concat(blockAnnotationPrefix, "-draft") };