@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
20 lines • 668 B
JavaScript
import { OVERLAY_CONSTANTS } from '../Overlay';
var CLASS_PREFIX = 'md-overlay-alert';
var DEFAULTS = {
/**
* Default <Overlay /> color prop.
*/
OVERLAY_COLOR: OVERLAY_CONSTANTS.COLORS.SECONDARY,
/**
* Default props for FocusScope, which will be passed to Overlay
*/
FOCUS_LOCK_PROPS: { restoreFocus: true },
};
var STYLE = {
details: "".concat(CLASS_PREFIX, "-details"),
title: "".concat(CLASS_PREFIX, "-title"),
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
modalContainer: "".concat(CLASS_PREFIX, "-modal-container"),
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
//# sourceMappingURL=OverlayAlert.constants.js.map