UNPKG

@atlaskit/editor-common

Version:

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

15 lines (14 loc) 685 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SmartCardSharedCssClassName = void 0; // Constant variables here has been inlined in css from EditorContentContainer, if you need to make // update here, please also update packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx var SmartCardSharedCssClassName = exports.SmartCardSharedCssClassName = { INLINE_CARD_CONTAINER: 'inlineCardView-content-wrap', BLOCK_CARD_CONTAINER: 'blockCardView-content-wrap', EMBED_CARD_CONTAINER: 'embedCardView-content-wrap', DATASOURCE_CONTAINER: 'datasourceView-content-wrap', LOADER_WRAPPER: 'loader-wrapper' };