Adding Modal
Whenever a modal is added, if it has any input/form values, it should never close when clicked outside. This causes user to accidentally lose added information. Modals should always be center aligned.
Short code
sq-ui-new-modal
Example usage
<Modal wrapClassName="app-modal-flat" closable={false} centered title={null} destroyOnClose footer={null} visible={showTemplateDeleteConfirmationPopup} maskClosable={false}
{children}