JEMBOT MAWOT Bypass Shell
/*!
*
* Mollie https://www.mollie.nl
* @author Mollie B.V. <info@mollie.nl>
* @copyright Mollie B.V.
* @link https://github.com/mollie/PrestaShop
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
*/
(window.webpackJsonP_mollie=window.webpackJsonP_mollie||[]).push([["transaction"],{101:function(e,t,r){"use strict";r.d(t,"a",(function(){return s})),r.d(t,"b",(function(){return i}));var n=r(123),o=function(){return Math.random().toString(36).substring(7).split("").join(".")},u={INIT:"@@redux/INIT"+o(),REPLACE:"@@redux/REPLACE"+o(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+o()}};function a(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function i(e,t,r){var o;if("function"==typeof t&&"function"==typeof r||"function"==typeof r&&"function"==typeof arguments[3])throw new Error("It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function.");if("function"==typeof t&&void 0===r&&(r=t,t=void 0),void 0!==r){if("function"!=typeof r)throw new Error("Expected the enhancer to be a function.");return r(i)(e,t)}if("function"!=typeof e)throw new Error("Expected the reducer to be a function.");var c=e,s=t,f=[],d=f,l=!1;function p(){d===f&&(d=f.slice())}function h(){if(l)throw new Error("You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return s}function y(e){if("function"!=typeof e)throw new Error("Expected the listener to be a function.");if(l)throw new Error("You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api-reference/store#subscribelistener for more details.");var t=!0;return p(),d.push(e),function(){if(t){if(l)throw new Error("You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api-reference/store#subscribelistener for more details.");t=!1,p();var r=d.indexOf(e);d.splice(r,1),f=null}}}function v(e){if(!a(e))throw new Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===e.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');if(l)throw new Error("Reducers may not dispatch actions.");try{l=!0,s=c(s,e)}finally{l=!1}for(var t=f=d,r=0;r<t.length;r++){(0,t[r])()}return e}function b(e){if("function"!=typeof e)throw new Error("Expected the nextReducer to be a function.");c=e,v({type:u.REPLACE})}function m(){var e,t=y;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new TypeError("Expected the observer to be an object.");function r(){e.next&&e.next(h())}return r(),{unsubscribe:t(r)}}})[n.a]=function(){return this},e}return v({type:u.INIT}),(o={dispatch:v,subscribe:y,getState:h,replaceReducer:b})[n.a]=m,o}function c(e,t){var r=t&&t.type;return"Given "+(r&&'action "'+String(r)+'"'||"an action")+', reducer "'+e+'" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.'}function s(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var o=t[n];0,"function"==typeof e[o]&&(r[o]=e[o])}var a,i=Object.keys(r);try{!function(e){Object.keys(e).forEach((function(t){var r=e[t];if(void 0===r(void 0,{type:u.INIT}))throw new Error('Reducer "'+t+"\" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.");if(void 0===r(void 0,{type:u.PROBE_UNKNOWN_ACTION()}))throw new Error('Reducer "'+t+"\" returned undefined when probed with a random type. Don't try to handle "+u.INIT+' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.')}))}(r)}catch(e){a=e}return function(e,t){if(void 0===e&&(e={}),a)throw a;for(var n=!1,o={},u=0;u<i.length;u++){var s=i[u],f=r[s],d=e[s],l=f(d,t);if(void 0===l){var p=c(s,t);throw new Error(p)}o[s]=l,n=n||l!==d}return(n=n||i.length!==Object.keys(e).length)?o:e}}},103:function(e,t,r){"use strict";var n;function o(e){return{type:n.updateTranslations,translations:e}}function u(e){return{type:n.updateCurrencies,currencies:e}}function a(e){return{type:n.updateConfig,config:e}}function i(e){return{type:n.updateOrder,order:e}}function c(e){return{type:n.updatePayment,payment:e}}function s(e){return{type:n.updateViewportWidth,width:e}}function f(e){return{type:n.updateWarning,orderWarning:e}}r.r(t),r.d(t,"ReduxActionTypes",(function(){return n})),r.d(t,"updateTranslations",(function(){return o})),r.d(t,"updateCurrencies",(function(){return u})),r.d(t,"updateConfig",(function(){return a})),r.d(t,"updateOrder",(function(){return i})),r.d(t,"updatePayment",(function(){return c})),r.d(t,"updateViewportWidth",(function(){return s})),r.d(t,"updateWarning",(function(){return f})),function(e){e.updateTranslations="UPDATE_MOLLIE_ORDER_TRANSLATIONS",e.updateConfig="UPDATE_MOLLIE_ORDER_CONFIG",e.updateOrder="UPDATE_MOLLIE_ORDER",e.updatePayment="UPDATE_MOLLIE_PAYMENT",e.updateWarning="UPDATE_MOLLIE_WARNING",e.updateCurrencies="UPDATE_MOLLIE_CURRENCIES",e.updateViewportWidth="UPDATE_MOLLIE_VIEWPORT_WIDTH"}(n||(n={}))},123:function(e,t,r){"use strict";(function(e,n){var o,u=r(125);o="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:n;var a=Object(u.a)(o);t.a=a}).call(this,r(64),r(124)(e))},124:function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},125:function(e,t,r){"use strict";function n(e){var t,r=e.Symbol;return"function"==typeof r?r.observable?t=r.observable:(t=r("observable"),r.observable=t):t="@@observable",t}r.d(t,"a",(function(){return n}))},126:function(e,t,r){"use strict";r.r(t),r.d(t,"retrievePayment",(function(){return s})),r.d(t,"retrieveOrder",(function(){return f})),r.d(t,"refundPayment",(function(){return d})),r.d(t,"refundOrder",(function(){return l})),r.d(t,"cancelOrder",(function(){return p})),r.d(t,"shipOrder",(function(){return h}));r(69),r(65),r(70),r(71),r(66),r(67),r(23),r(61),r(68),r(22),r(72),r(24);var n=r(79),o=r(63);function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,u=void 0;try{for(var a,i=e[Symbol.iterator]();!(n=(a=i.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,u=e}finally{try{n||null==i.return||i.return()}finally{if(o)throw u}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return a(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function i(e,t,r,n,o,u,a){try{var i=e[u](a),c=i.value}catch(e){return void r(e)}i.done?t(c):Promise.resolve(c).then(n,o)}function c(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var u=e.apply(t,r);function a(e){i(u,n,o,a,c,"next",e)}function c(e){i(u,n,o,a,c,"throw",e)}a(void 0)}))}}var s=function(){var e=c(regeneratorRuntime.mark((function e(t){var o,a,i,c,s,f,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([Promise.resolve().then(r.bind(null,83))]);case 2:return o=e.sent,a=u(o,1),i=a[0].default,e.prev=5,c=i.getState().config.ajaxEndpoint,e.next=9,n.a.post(c,{resource:"payments",action:"retrieve",transactionId:t});case 9:return s=e.sent,f=s.data,d=(f=void 0===f?{payment:null}:f).payment,e.abrupt("return",d||null);case 16:return e.prev=16,e.t0=e.catch(5),console.error(e.t0),e.abrupt("return",null);case 20:case"end":return e.stop()}}),e,null,[[5,16]])})));return function(t){return e.apply(this,arguments)}}(),f=function(){var e=c(regeneratorRuntime.mark((function e(t){var o,a,i,c,s,f,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([Promise.resolve().then(r.bind(null,83))]);case 2:return o=e.sent,a=u(o,1),i=a[0].default,e.prev=5,c=i.getState().config.ajaxEndpoint,e.next=9,n.a.post(c,{resource:"orders",action:"retrieve",transactionId:t});case 9:return s=e.sent,f=s.data,d=(f=void 0===f?{order:null}:f).order,e.abrupt("return",d||null);case 16:return e.prev=16,e.t0=e.catch(5),console.error(e.t0),e.abrupt("return",null);case 20:case"end":return e.stop()}}),e,null,[[5,16]])})));return function(t){return e.apply(this,arguments)}}(),d=function(){var e=c(regeneratorRuntime.mark((function e(t,a){var i,c,s,f,d,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([Promise.resolve().then(r.bind(null,83))]);case 2:return i=e.sent,c=u(i,1),s=c[0].default,e.prev=5,f=s.getState().config.ajaxEndpoint,e.next=9,n.a.post(f,{resource:"payments",action:"refund",transactionId:t,amount:a});case 9:if(d=e.sent,(l=d.data).success||"string"!=typeof l.message){e.next=13;break}throw l.detailed?l.detailed:l.message;case 13:return e.abrupt("return",Object(o.defaults)(l,{success:!1,payment:null}));case 16:if(e.prev=16,e.t0=e.catch(5),"string"!=typeof e.t0){e.next=20;break}throw e.t0;case 20:return console.error(e.t0),e.abrupt("return",!1);case 22:case"end":return e.stop()}}),e,null,[[5,16]])})));return function(t,r){return e.apply(this,arguments)}}(),l=function(){var e=c(regeneratorRuntime.mark((function e(t,a){var i,c,s,f,d,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([Promise.resolve().then(r.bind(null,83))]);case 2:return i=e.sent,c=u(i,1),s=c[0].default,e.prev=5,f=s.getState().config.ajaxEndpoint,e.next=9,n.a.post(f,{resource:"orders",action:"refund",orderLines:a,order:t});case 9:if(d=e.sent,(l=d.data).success||"string"!=typeof l.message){e.next=13;break}throw l.detailed?l.detailed:l.message;case 13:return e.abrupt("return",Object(o.defaults)(l,{success:!1,order:null}));case 16:if(e.prev=16,e.t0=e.catch(5),"string"!=typeof e.t0){e.next=20;break}throw e.t0;case 20:return console.error(e.t0),e.abrupt("return",!1);case 22:case"end":return e.stop()}}),e,null,[[5,16]])})));return function(t,r){return e.apply(this,arguments)}}(),p=function(){var e=c(regeneratorRuntime.mark((function e(t,a){var i,c,s,f,d,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([Promise.resolve().then(r.bind(null,83))]);case 2:return i=e.sent,c=u(i,1),s=c[0].default,e.prev=5,f=s.getState().config.ajaxEndpoint,e.next=9,n.a.post(f,{resource:"orders",action:"cancel",transactionId:t,orderLines:a});case 9:if(d=e.sent,(l=d.data).success||"string"!=typeof l.message){e.next=13;break}throw l.detailed?l.detailed:l.message;case 13:return e.abrupt("return",Object(o.defaults)(l,{success:!1,order:null}));case 16:if(e.prev=16,e.t0=e.catch(5),"string"!=typeof e.t0){e.next=20;break}throw e.t0;case 20:return console.error(e.t0),e.abrupt("return",!1);case 22:case"end":return e.stop()}}),e,null,[[5,16]])})));return function(t,r){return e.apply(this,arguments)}}(),h=function(){var e=c(regeneratorRuntime.mark((function e(t,a,i){var c,s,f,d,l,p;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([Promise.resolve().then(r.bind(null,83))]);case 2:return c=e.sent,s=u(c,1),f=s[0].default,e.prev=5,d=f.getState().config.ajaxEndpoint,e.next=9,n.a.post(d,{resource:"orders",action:"ship",transactionId:t,orderLines:a,tracking:i});case 9:if(l=e.sent,(p=l.data).success||"string"!=typeof p.message){e.next=13;break}throw p.detailed?p.detailed:p.message;case 13:return e.abrupt("return",Object(o.defaults)(p,{success:!1,order:null}));case 16:if(e.prev=16,e.t0=e.catch(5),"string"!=typeof e.t0){e.next=20;break}throw e.t0;case 20:return console.error(e.t0),e.abrupt("return",!1);case 22:case"end":return e.stop()}}),e,null,[[5,16]])})));return function(t,r,n){return e.apply(this,arguments)}}()},54:function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return p}));r(69),r(65),r(70),r(71),r(66),r(67),r(23),r(61),r(68),r(22),r(72),r(24);var n=r(56),o=r.n(n),u=r(84),a=r(59),i=r(63),c=r(88);function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,u=void 0;try{for(var a,i=e[Symbol.iterator]();!(n=(a=i.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,u=e}finally{try{n||null==i.return||i.return()}finally{if(o)throw u}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return f(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return f(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function d(e,t,r,n,o,u,a){try{var i=e[u](a),c=i.value}catch(e){return void r(e)}i.done?t(c):Promise.resolve(c).then(n,o)}var l=Object(n.lazy)((function(){return r.e(0).then(r.bind(null,205))}));function p(e,t,f,p){var h;(h=regeneratorRuntime.mark((function d(){var h,y,v,b,m,g,w,x,O,E,j,P,R,I;return regeneratorRuntime.wrap((function(d){for(;;)switch(d.prev=d.next){case 0:return d.next=2,Promise.all([Promise.resolve().then(r.bind(null,83)),Promise.resolve().then(r.bind(null,103)),Promise.resolve().then(r.bind(null,126))]);case 2:if(h=d.sent,y=s(h,3),v=y[0].default,b=y[1],m=b.updateConfig,g=b.updateCurrencies,w=b.updateOrder,x=b.updatePayment,O=b.updateTranslations,E=b.updateViewportWidth,j=y[2],P=j.retrieveOrder,R=j.retrievePayment,window.addEventListener("resize",Object(i.throttle)((function(){v.dispatch(E(window.innerWidth))}),200)),v.dispatch(g(p)),v.dispatch(O(f)),v.dispatch(m(t)),"ord"!==(I=t.transactionId).substr(0,3)){d.next=30;break}return d.t0=v,d.t1=w,d.next=25,P(I);case 25:d.t2=d.sent,d.t3=(0,d.t1)(d.t2),d.t0.dispatch.call(d.t0,d.t3),d.next=37;break;case 30:return d.t4=v,d.t5=x,d.next=34,R(I);case 34:d.t6=d.sent,d.t7=(0,d.t5)(d.t6),d.t4.dispatch.call(d.t4,d.t7);case 37:Object(u.render)(o.a.createElement(a.a.Provider,{value:v},o.a.createElement(n.Suspense,{fallback:o.a.createElement(c.a,null)},o.a.createElement(l,null))),"string"==typeof e?document.querySelector(e):e);case 38:case"end":return d.stop()}}),d)})),function(){var e=this,t=arguments;return new Promise((function(r,n){var o=h.apply(e,t);function u(e){d(o,r,n,u,a,"next",e)}function a(e){d(o,r,n,u,a,"throw",e)}u(void 0)}))})()}},59:function(e,t,r){"use strict";r.d(t,"a",(function(){return d})),r.d(t,"b",(function(){return l})),r.d(t,"c",(function(){return p}));var n=r(56),o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};var u=Object.prototype.hasOwnProperty;function a(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}var i,c="undefined"!=typeof window?n.useLayoutEffect:n.useEffect,s=function(e){function t(){return e.call(this,"redux-react-hook requires your Redux store to be passed through context via the <StoreContext.Provider>")||this}return function(e,t){function r(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}(t,e),t}(Error);function f(e){return e+1}var d=(i=function(){var e=Object(n.createContext)(null);return{StoreContext:e,useDispatch:function(){var t=Object(n.useContext)(e);if(!t)throw new s;return t.dispatch},useMappedState:function(t){var r=Object(n.useContext)(e);if(!r)throw new s;var o=Object(n.useMemo)((function(){return e=t,function(t){return n!==t&&(n=t,r=e(t)),r};var e,r,n}),[t]),i=r.getState(),d=o(i),l=Object(n.useState)(0)[1],p=Object(n.useRef)(d),h=Object(n.useRef)(o);return c((function(){p.current=d,h.current=o})),c((function(){var e=!1,t=function(){e||(function(e,t){if(a(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(var o=0;o<r.length;o++)if(!u.call(t,r[o])||!a(e[r[o]],t[r[o]]))return!1;return!0}(h.current(r.getState()),p.current)||l(f))};t();var n=r.subscribe(t);return function(){e=!0,n()}}),[r]),d}}}()).StoreContext,l=i.useDispatch,p=i.useMappedState},79:function(e,t,r){"use strict";r(75);var n=r(99),o=r.n(n);t.a=o.a.create({transformResponse:[function(e){return JSON.parse(e.replace(/^[^{[]*/gm,"").replace(/([^}\]]*)$/gm,""))}],headers:{"X-Requested-With":"XMLHttpRequest","Content-Type":"application/json",Accept:"application/json"}})},83:function(e,t,r){"use strict";r.r(t);var n,o=r(101),u=r(103),a=window.innerWidth,i=Object(o.a)({translations:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updateTranslations:return t.translations;default:return e}},config:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updateConfig:return t.config;default:return e}},order:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updateOrder:return t.order;default:return e}},payment:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updatePayment:return t.payment;default:return e}},currencies:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updateCurrencies:return t.currencies;default:return e}},viewportWidth:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updateViewportWidth:return t.width;default:return e}},orderWarning:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.ReduxActionTypes.updateWarning:return t.orderWarning;default:return e}}}),c=window.__REDUX_DEVTOOLS_EXTENSION__;n=Object(o.b)(i,c&&c());t.default=n},88:function(e,t,r){"use strict";r(62);var n=r(56),o=r.n(n),u=r(60);function a(){var e=s(["\n background-color: black;\n border-radius: 50%;\n width: 10px;\n height: 10px;\n margin: 0 5px;\n opacity: 0.7;\n /* Animation */\n animation: "," 0.5s linear infinite;\n animation-delay: ",";\n"]);return a=function(){return e},e}function i(){var e=s(["\n display: flex;\n align-items: flex-end;\n min-height: 30px;\n"]);return i=function(){return e},e}function c(){var e=s(["\n 0% { margin-bottom: 0; }\n 50% { margin-bottom: 15px }\n 100% { margin-bottom: 0 }\n"]);return c=function(){return e},e}function s(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var f=Object(u.keyframes)(c()),d=u.default.div(i()),l=u.default.div(a(),f,(function(e){return e.delay}));t.a=function(){return o.a.createElement(d,null,o.a.createElement(l,{delay:"0s"}),o.a.createElement(l,{delay:".1s"}),o.a.createElement(l,{delay:".2s"}))}}}]);
xxxxx1.0, XXX xxxx