UNPKG

@lobehub/editor

Version:

A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.

10 lines 705 B
var _templateObject; function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } import { createStaticStyles } from 'antd-style'; export var MIN_ROW_HEIGHT = 33; export var MIN_COLUMN_WIDTH = 92; export var styles = createStaticStyles(function (_ref) { var css = _ref.css, cssVar = _ref.cssVar; return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n touch-action: none;\n position: absolute;\n z-index: 1;\n\n @media (pointer: coarse) {\n background-color: ", ";\n mix-blend-mode: color;\n }\n "])), cssVar.colorPrimary); });