@atlaskit/mention
Version:
A React component used to display user profiles in a list for 'Mention' functionality
7 lines (6 loc) • 494 B
JavaScript
import { N40 } from '@atlaskit/theme/colors';
export var noDialogContainerBorderColor = "var(--ds-border, ".concat(N40, ")"); // This has not been confirmed by the ADG yet
export var noDialogContainerBorderRadius = "var(--ds-radius-small, 3px)";
export var noDialogContainerBoxShadow = "var(--ds-shadow-overlay, 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31))"; // Copied from droplist style
export var scrollableMaxHeight = '264px';
export var mentionListWidth = '340px';