\" +\n\t\n\t// Error icon\n\t\"
\\n \\n \\n \\n \\n
\" +\n\t\n\t// Warning icon\n\t\"
\\n \\n \\n
\" +\n\t\n\t// Info icon\n\t\"
\" +\n\t\n\t// Success icon\n\t\"
\" + \"
\" +\n\t\n\t// Title, text and input\n\t\"
Title
\\n
Text
\\n
\\n \\n \\n Not valid\\n \\n
\" +\n\t\n\t// Cancel and confirm buttons\n\t\"
\" +\n\t\n\t// End of modal\n\t\"
\";\n\t\n\texports.default = injectedHTML;\n\t\n\t},{}],7:[function(require,module,exports){\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol ? \"symbol\" : typeof obj; };\n\t\n\tvar _utils = require('./utils');\n\t\n\tvar _handleSwalDom = require('./handle-swal-dom');\n\t\n\tvar _handleDom = require('./handle-dom');\n\t\n\tvar alertTypes = ['error', 'warning', 'info', 'success', 'input', 'prompt'];\n\t\n\t/*\n\t * Set type, text and actions on modal\n\t */\n\tvar setParameters = function setParameters(params) {\n\t var modal = (0, _handleSwalDom.getModal)();\n\t\n\t var $title = modal.querySelector('h2');\n\t var $text = modal.querySelector('p');\n\t var $cancelBtn = modal.querySelector('button.cancel');\n\t var $confirmBtn = modal.querySelector('button.confirm');\n\t\n\t /*\n\t * Title\n\t */\n\t $title.innerHTML = params.html ? params.title : (0, _handleDom.escapeHtml)(params.title).split('\\n').join('