@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
39 lines (38 loc) • 3.33 kB
JavaScript
// Disable no-re-export rule for entry point files
/* eslint-disable @atlaskit/editor/no-re-export */
export { textColorStyles } from './shared/text-color';
export { backgroundColorStyles } from './shared/background-color';
export { tableSharedStyle, tableMarginTop, tableMarginBottom, tableMarginSides, tableCellMinWidth, tableNewColumnMinWidth, tableCellBorderWidth, calcTableWidth, TableSharedCssClassName, tableResizeHandleWidth, tableCellPadding, tableMarginTopWithControl } from './shared/table';
export { AnnotationSharedClassNames, BlockAnnotationSharedClassNames, AnnotationSharedCSSByState, annotationSharedStyles } from './shared/annotation';
export { columnLayoutSharedStyle, columnLayoutResponsiveSharedStyle, columnLayoutResponsiveRendererStyles } from './shared/column-layout';
export { mediaSingleSharedStyle, mediaSingleSharedStyleNew, 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, getStatusSharedStyles } 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, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding } from './shared/plugins';
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle } from './shared/expand';
export { sharedExpandStyles } from '../ui/Expand/sharedStyles';
export { ClassNames as MediaSharedClassNames } from './shared/media';
export { BreakoutCssClassName } from './shared/breakout';
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';