UNPKG

@atlaskit/mention

Version:

A React component used to display user profiles in a list for 'Mention' functionality

14 lines (12 loc) 977 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scrollableMaxHeight = exports.noDialogContainerBoxShadow = exports.noDialogContainerBorderRadius = exports.noDialogContainerBorderColor = exports.mentionListWidth = void 0; var _constants = require("@atlaskit/theme/constants"); var _colors = require("@atlaskit/theme/colors"); var noDialogContainerBorderColor = exports.noDialogContainerBorderColor = "var(--ds-border, ".concat(_colors.N40, ")"); // This has not been confirmed by the ADG yet var noDialogContainerBorderRadius = exports.noDialogContainerBorderRadius = "".concat((0, _constants.borderRadius)(), "px"); var noDialogContainerBoxShadow = exports.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 var scrollableMaxHeight = exports.scrollableMaxHeight = '264px'; var mentionListWidth = exports.mentionListWidth = '340px';