UNPKG

@atlaskit/editor-common

Version:

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

12 lines (11 loc) 577 B
import _defineProperty from "@babel/runtime/helpers/defineProperty"; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 import { css } from '@emotion/react'; export var DateSharedCssClassName = { DATE_WRAPPER: "date-lozenger-container", DATE_CONTAINER: 'dateView-content-wrap' }; // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766 export var dateSharedStyle = css(_defineProperty({}, ".".concat(DateSharedCssClassName.DATE_WRAPPER, " span"), { whiteSpace: 'unset' }));