export const OVERLAY_OPACITY = 0.75; export const OVERLAY_PADDING = 10; export const OVERLAY_ANIMATE = true; export const OVERLAY_ZINDEX = '999999999'; export const ESC_KEY_CODE = 27; export const ID_POPOVER = 'sholo-popover-item'; export const ID_OVERLAY = 'sholo-canvas-overlay'; export const CLASS_POPOVER_TIP = 'sholo-popover-tip'; export const CLASS_NEXT_STEP_BTN = 'sholo-next-btn'; export const CLASS_PREV_STEP_BTN = 'sholo-prev-btn'; export const CLASS_CLOSE_BTN = 'sholo-close-btn';