@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
34 lines • 2.87 kB
JavaScript
export { textColorStyles } from './shared/text-color';
export { tableSharedStyle, tableMarginTop, tableMarginBottom, tableMarginSides, tableCellMinWidth, tableNewColumnMinWidth, tableCellBorderWidth, calcTableWidth, TableSharedCssClassName, tableResizeHandleWidth, tableCellPadding, tableMarginTopWithControl } from './shared/table';
export { AnnotationSharedClassNames, BlockAnnotationSharedClassNames, AnnotationSharedCSSByState, annotationSharedStyles, mediaAnnotationStyles } from './shared/annotation';
export { columnLayoutSharedStyle } from './shared/column-layout';
export { mediaSingleSharedStyle, richMediaClassName } from './shared/media-single';
export { blockquoteSharedStyles } from './shared/blockquote';
export { headingsSharedStyles } from './shared/headings';
export { ruleSharedStyles } from './shared/rule';
export { whitespaceSharedStyles } from './shared/whitespace';
export { paragraphSharedStyles } from './shared/paragraph';
export { linkSharedStyle } from './shared/link';
export { listsSharedStyles, listItemCounterPadding, getOrderedListInlineStyles } from './shared/lists';
export { indentationSharedStyles } from './shared/indentation';
export { blockMarksSharedStyles } from './shared/block-marks';
export { codeMarkSharedStyles } from './shared/code-mark';
export { shadowSharedStyle } from './shared/shadow';
export { dateSharedStyle, DateSharedCssClassName } from './shared/date';
export { tasksAndDecisionsStyles, TaskDecisionSharedCssClassName } from './shared/task-decision';
export { StatusSharedCssClassName } from './shared/status';
export { smartCardSharedStyles, SmartCardSharedCssClassName } from './shared/smart-card';
export { DropdownMenuSharedCssClassName } from './shared/dropdown-menu';
export { CodeBlockSharedCssClassName, codeBlockSharedStyles, codeBlockInListSafariFix } from './shared/code-block';
export { LAYOUT_SECTION_MARGIN, LAYOUT_COLUMN_PADDING } from './shared/layout';
export { EXTENSION_PADDING, BODIED_EXT_PADDING } from './shared/extension';
export { resizerStyles, resizerHandleClassName, resizerHandleTrackClassName, resizerHandleThumbClassName } from './shared/resizer';
export { gridStyles, GRID_GUTTER } from './shared/grid';
export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNER_CONTAINER_CLASSNAME } from './shared/smartCard';
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
export { buttonGroupStyle, separatorStyles, wrapperStyle, triggerWrapperStyles } from './shared/plugins';
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
export { expandIconWrapperStyle, expandClassNames } from './shared/expand';
export { ClassNames as MediaSharedClassNames } from './shared/media';
export { BreakoutCssClassName } from './shared/breakout';
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';