UNPKG

@atlaskit/editor-common

Version:

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

9 lines 528 B
// 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 export var 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' };