@abtasty/before-after-image 0.0.3-4 → 0.0.3-5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1 +1 @@
1
- !function(){"use strict";const e=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),t=()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e},n=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},i=()=>!e()&&(n()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),r=()=>window.ABTasty&&!0===window.ABTasty.consentReady,s="remove",o="rebuild",a="https://api-social-proof.abtasty.com/clients/",c=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},l=()=>{const e=c();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},h=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,d=t=>{if((()=>{if(e()||n())return!1;const t=ABTasty.getTestsOnPage()[TEST_ID];return!!t&&Object.keys(t.targetings.qaParameters).length>0})()){const e=l();window.console.log(`%c${e} - QA Mode for campaign ${TEST_ID}\n${t}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},u=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise(((e,n)=>{t.resolve=e,t.reject=n})),t},g=(e,t)=>{let n=document.querySelector(e);const i=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>o.disconnect(),s=()=>o.observe(...i),o=new MutationObserver((()=>(n=document.querySelector(e),n&&!r()&&t(n))));return n?setTimeout((()=>t(n)),0):s(),{selector:e,clear:r,observe:s}};function m(e,t){return t(e)||!e.parentElement?e:m(e.parentElement,t)}function p(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||(e="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",new Promise(((t,n)=>{const i=window.document.getElementsByTagName("script")[0],r=window.document.createElement("script");r.src=e,i.parentNode.insertBefore(r,i),r.onload=t,r.onerror=n})));var e}class v{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach((e=>{e.isIntersecting?(this.existingTargets.forEach((t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())})),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter((t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1)))}))}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const n=this.inViewportTargets.find((({element:n,selector:i})=>{if(n.isSameNode(e))return!0;const r=[...e.querySelectorAll(i)];if(r.length){if(r.includes(n))return!0}if(t.includes(n))return!0;const s=[...e.parentElement.children],o=s.findIndex((t=>t.isSameNode(e))),a=s.filter(((e,t)=>t>o));if(a.length){if(a.includes(n))return!0;if(a.some((e=>[...e.querySelectorAll(i)].includes(n))))return!0}return!1}));if(n&&this.isElementVisible(n.element)){const{selector:e,element:t,uniqueId:i}=n,r=this.targets.find((t=>t.selector===e&&t.uniqueId===i));r&&r.resolve(t),this.clear(e,i)}}mouseOverHandler(){const e=["mouseover",e=>setTimeout((()=>this.onMouseOver(e)),50),!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===m(e,(e=>"0"===window.getComputedStyle(e).opacity)).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),n=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let i=!1,r=0;for(;!i&&r<n.length;){const t=document.elementFromPoint(...n[r]);i=e===t||e.contains(t),r+=1}return i}checkElements(){this.targets.forEach((({selector:e,uniqueId:t})=>{const n=document.querySelector(e);n&&!this.existingTargets.find((n=>n.element.matches(e)&&n.uniqueId===t))&&(this.existingTargets.push({element:n,selector:e,uniqueId:t}),this.visibilityObserver.observe(n))})),this.existingTargets=this.existingTargets.filter((({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1))),this.inViewportTargets=this.inViewportTargets.filter((({selector:e,element:t,uniqueId:n})=>{if(t.matches(e)&&this.isElementVisible(t)){const i=this.targets.find((t=>t.selector===e&&t.uniqueId===n));return i&&i.resolve(t),this.clear(e,n),!1}return!0}))}watch(e,t,n){this.targets.push({selector:e,resolve:t,uniqueId:n});const i=()=>{this.startMutationObserver(),this.checkElements()};document.body?i():g("body",i)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map((n=>n.filter((({selector:n,uniqueId:i})=>n!==e&&i!==t))));const n=document.querySelector(e);n&&this.visibilityObserver.unobserve(n),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class f{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:n}){this.event=e,this.selector=t&&t.length?t:"body",this.delay=1e3*n,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[]}async onElementVisible({promise:e,resolve:t}){const n=u(`${this.event}DomReady`);this.promises.push(n);const i=await this.onPageLoad(n),r=await async function(e){let t;t="IntersectionObserver"!==e||await p();return t}("IntersectionObserver"),s=new v;if(this.visibilityObservers.push(s),r&&i){const e=h();s.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const n=()=>"complete"===document.readyState;if(!n()){const i=["readystatechange",({isTrusted:e})=>e&&n()&&t(!0),{passive:!0}];return this.eventsListeners.push(i),document.addEventListener(...i),e}return t(!0),e}onClick({promise:e,resolve:t}){const n=document.createElement("style");n.type="text/css",n.id=`Click_${h()}`,n.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(n),this.elementsSelectors.push(`#${n.id}`);const i=e=>[...document.querySelectorAll(this.selector)].some((t=>t.isSameNode(e)||!!e.closest(this.selector))),r=["click",({isTrusted:e,target:n})=>e&&i(n)&&t(!0),{passive:!0,capture:!0}];return this.eventsListeners.push(r),document.addEventListener(...r),e}onExitIntent({promise:e,resolve:t}){const n=["mouseleave",({isTrusted:e,clientY:n})=>{e&&n<=0&&t(!0)},{passive:!0}],i=g("body",(e=>{e.addEventListener(...n),this.eventsListeners.push([e,...n]),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==i))}));return this.elementsWaiters.push(i),e}onReengage({promise:e,resolve:t}){const n=this.delay;let i=n;const r=[({isTrusted:e})=>{e&&(i=n)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach((e=>{document.addEventListener(e,...r),this.eventsListeners.push([e,...r])}));const s=setInterval((()=>{i<=0?t(!0):i-=100}),100);return this.intervals.push(s),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:n}=DATA;return new Function(`return new Promise(async resolve => {${n}})`)().then((e=>e&&t(!0))),e}getSocialProofPurchases({promise:e,resolve:n}){const i=window.ABTastyProductKey,r=t(),{viewInterval:s,triggerSocialProofMinPurchases:o,spNoTrim:c}=DATA;if(i||(d("Not able to find ABTastyProductKey, impossible to call the API."),n(!1)),i&&r){fetch(`${a}${r}/metrics/i?key=${i}${c?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===s||void 0===o)return!1;const t=void 0!==e[s]&&e[s]>=o;return t||d(`Widget will not be shown, product has been purchased ${e[s]} times while ${o} are required`),t})(e)&&n(`${e[s]}`))).catch((()=>d("Failed to fetch datas from server.")))}else n(!1);return e}getSocialProofPageViews({promise:e,resolve:n}){const{viewInterval:i,triggerSocialProofMinPageViews:r,spNoTrim:s}=DATA,o=encodeURIComponent(s?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),c=t();if(o&&c){fetch(`${a}${c}/metrics/pv?key=${o}${s?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===i||void 0===r)return!1;const t=void 0!==e[i]&&e[i]>=r;return t||d(`Widget will not be shown, page has been seen ${e[i]} times while ${r} are required`),t})(e)&&n(`${e[i]}`))).catch((()=>d("Failed to fetch datas from server.")))}else n(!1);return e}onConsent({promise:e,resolve:t}){if(!r()){const n=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(n),window.addEventListener(...n),e}return t(!0),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach((e=>{document.querySelector(e)&&document.querySelector(e).remove()})),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach((e=>{const[t,...n]="string"==typeof e[0]?[document,...e]:e;t&&n.length>1&&t.removeEventListener(...n)})),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.visibilityObservers.length){const e=h();this.visibilityObservers.forEach((t=>t.clear(this.selector,e))),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=u(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),socialProofPurchases:()=>this.getSocialProofPurchases(e),socialProofPageViews:()=>this.getSocialProofPageViews(e)},n=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();this.clear();return"reengage"!==this.event&&this.delay?n&&await(async()=>{const e=u(`${this.event}Delay`);return this.promises.push(e),setTimeout((()=>{e.resolve(!0),this.clear()}),this.delay),e.promise})():n}}const w="display",y="closing",b="validation",C="ABTastyWidgets",$="ABTastyWidgetsTemporary";class S{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:n},i){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(n),this.onSetCallback=i,this.widgetName=c(),this.uniqueId=h(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem($),n=sessionStorage.getItem(C);"ABTastyData"===e&&!t&&n&&localStorage.setItem($,n)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(C);return JSON.parse(t)}catch(t){return e.removeItem(C),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:n,...i}=t;return Object.entries(i).length?(e.setItem(C,JSON.stringify(i)),i):(e.removeItem(C),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem($),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(C,e),localStorage.removeItem($));const n=this.getLocalRecurrence(),i=(n?parseFloat(n.stamp):0)<(new Date).getTime();return i&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&i&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const i=this.getTypeOfStorage(e);if(n()||!i&&"object"!=typeof i)return!1;const{storageString:s,storageMethod:o}=i,a=this.getStamp(e),c={type:t,stamp:a},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!r()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new f({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let n;"session"===s?e?n=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),n=this.getSessionRecurrenceStorageParsed()):"local"===s&&(t?n=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),n=this.getLocalRecurrenceStorageParsed()));const i=n?{[this.recurrenceKey]:c,...n}:{[this.recurrenceKey]:c};o.setItem(C,JSON.stringify(i)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!o)return!1;if(l&&t!==b)if(t===y&&l!==b)h();else{if(t!==w||l===b||l===y)return!1;h()}else h();return a}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class T{constructor(e,t,n){this.recurrence=e,this.isWidgetApplied=t,this.callback=n,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=i(),{type:n}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let r;const a=this.isWidgetApplied(),c=(()=>{const t=this.recurrenceIsDone();return e&&"display"===n||t})();return!a&&t&&c?r=o:(a&&(!t||!c)||!a&&!t)&&(r=s),"string"==typeof r&&(this.clearWatcher(),this.callback(r,e),this.watch()),this}eventHandler(){let e=i();return[250,500].forEach((t=>{setTimeout((()=>{const n=i();return 500===t&&n===e?this:(e=n,this.decisionHandler(!1))}),t)})),this}observerHandler(e){return e.some((e=>["removedNodes","addedNodes"].some((t=>e[t]&&e[t].length))))?this.decisionHandler(!0):this}watch(){if(e())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const t=()=>{const e=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...e)};return document.body?t():(()=>{const e=g("body",(()=>{t(),this.elementsWaiters=this.elementsWaiters.filter((t=>t!==e))}));this.elementsWaiters.push(e)})(),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this.observer.disconnect(),this}}const x=/.+\/([^.]+)\.(otf|ttf)$/;class E{constructor(){this.children=void 0,this.uniqueId=h(),this.widgetName=c(),this.prettyName=l(),this.recurrenceParams=(()=>{const{displayRecurrence:t,closingRecurrence:n,validationRecurrence:i}=DATA;if(e()||!t&&!n&&!i)return!1;const r={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},s={};return t&&(s.displayRecurrence=r[t]("displayRecurrence")),n&&(s.closingRecurrence=r[n]("closingRecurrence")),i&&(s.validationRecurrence=r[i]("validationRecurrence")),s})(),this.triggerParams=(()=>{let{triggerEvent:t}=DATA;const{triggerEventClick:n,triggerEventReengageDelay:i,socialProofContentType:r,triggerEventElementVisible:s,triggerEventDelay:o}=DATA;if(e()||!t&&!r)return!1;const a={click:()=>n,elementVisible:()=>s},c=Object.prototype.hasOwnProperty.call(a,t)?a[t]():"body",l="reengage"===t?i:o;return r&&(t=1===r?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:t,triggerSelector:c,triggerDelay:l}})(),this.recurrence=!!this.recurrenceParams&&new S(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new f(this.triggerParams),this.pageWatcher=new T(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||(!(!e||!["click","script"].includes(t))||["pageLoad","direct","reengage","socialProofPurchases","socialProofPageViews","elementVisible"].some((e=>e===t)))})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach((e=>document.removeEventListener(...e))),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise((e=>{const t=g("head",(t=>{this.elementsWaiters=this.elementsWaiters.filter((({selector:e})=>"head"!==e)),e(t.appendChild(this.styleElement))}));this.elementsWaiters.push(t)})),t=new Promise((e=>{const{elementReferrer:t="body",referrerInsertType:n="beforeend"}=DATA,i=g(t,(i=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e.selector!==t)),this.removeOldDomElement(),e(i.insertAdjacentElement(n,this.domElement))}));this.elementsWaiters.push(i)}));return Promise.all([t,e]).then((()=>this))}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach((e=>e&&e.isConnected&&e.remove())),this.hasOncePerPageTrigger?this.pageWatcher.watch():e()||this.init().then((({response:e})=>e?this.show():this)),this}show(){return e()||this.hasBeenShown&&this.hasOncePerPageTrigger||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,this.domElement.classList.remove(this.hideClassName),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(){return!e()&&this.hasBeenShown&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),this.closedByUser=!0,this.domElement.classList.add(this.hideClassName),this}async init(t){const n=e(),r=i(),s=this.trigger&&this.trigger.promises.length,o=!this.recurrence||this.recurrence.isOver();if(!n&&!r||s||!o)return!1;this.pageWatcher.watch();const a=n||!this.trigger||this.trigger&&await this.trigger.isTriggered();return!!a&&(await this.insert(),this.addCloseEvent(),n||t||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(a),{container:this,response:a})}onPageChange(e,t){const n=()=>this.init().then((({response:e})=>e&&this.show()));t||(this.hasBeenShown=!1);const i=this.isWidgetApplied(),r={[s]:()=>{i?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch())},[o]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():i||this.insert().then((e=>e.show())).catch(this.pageWatcher.watch):n()}};"function"==typeof r[e]&&r[e]()}addCloseEvent(...t){const{closeButton:n,overlay:i,overlayClickable:r,layout:s}=DATA,o=[];if(void 0!==i&&!0!==i||!0!==r||"popin"!==s||o.push(`.${this.overlayClassName}`),void 0!==n&&n&&o.push(`.${this.closeButtonClassName}`),!o.length)return this;const a=this.domElement.querySelectorAll(o.join(", "));return a.length?(t.push(...a),t.forEach((t=>{e()&&(t.dataset.abtastyActionnable="true"),t.addEventListener("click",(t=>{(t=>{e()||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())})(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(),setTimeout((()=>this.remove()),1e3)}),{once:!0,capture:!0})})),this):this}getDom(){const{closeButton:e,layout:t,overlay:n=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,i.innerHTML=`\n\t\t\t${"popin"===t&&!0===n?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,i}loadFont(e,t){if(!e||"inherit"===e)return;const n=document.createElement("style"),i=t.match(x)?t.match(x)[1]:"";n.innerHTML=`@font-face { font-family: '${e}_${i}'; src: url('${t}');}`,document.head.appendChild(n)}getStyleTag(t=""){const{noStyles:n,layout:i}=DATA,{backgroundColor:r,isBackgroundImage:s,backgroundImage:o,backgroundSize:a,backgroundPosition:c,backgroundRepeat:l,borderColor:h,borderRadius:d,borderWidth:u,textColor:g,textAlign:m,fontName:p,fontStyle:v,fontSize:f,isTitle:w,titleTextAlign:y,titleTextColor:b,titleFontName:C,titleFontStyle:$,titleFontSize:S,overlay:T,overlayColor:E,dropShadow:A,dropShadowColor:I,dropShadowBlur:_,containerMargin:P,containerPadding:R,closeButton:k,closeButtonPosition:N,closeButtonSize:L,closeButtonBorderRadius:B,closeButtonBorderWidth:O,closeButtonBorderColor:W,closeButtonColor:D,closeButtonBackgroundColor:j,buttonsBorderWidth:q,buttonsBorderColor:M,buttonsBorderRadius:V,buttonsBackgroundColor:H,buttonsTextColor:z,buttonsFontName:F,buttonsFontStyle:U,buttonsFontSize:Z}=n?{}:DATA,G=document.createElement("style");G.type="text/css",e()&&G.setAttribute("abtasty-script-added","true"),this.loadFont(p,v),this.loadFont(C,$),this.loadFont(F,U);const K=`background: ${["string"==typeof r?r:"rgba(255, 255, 255, 1)",s&&"string"==typeof o&&o.length?`url(${o})`:"",s&&"string"==typeof c&&"100% 100%"!==a?c:"0 0",s&&"string"==typeof a?`/ ${a}`:"/ auto",s&&l&&!["cover","100% 100%"].includes(a)?"repeat":"no-repeat"].join(" ").trim()};`,Y="number"==typeof u&&u>0,J=`border: ${[Y?`${u}px`:"unset",Y?"solid":"",Y&&"string"==typeof h&&h.length?h:""].join(" ").trim()};`,Q=void 0!==d?`border-radius: ${d}px;`:"",X=void 0!==g?`color: ${g}; fill: ${g}; -webkit-text-fill-color: ${g};`:"",ee=void 0!==m?`text-align: ${m};`:"",te=p&&"inherit"!==p?`font-family:${p}_${v.match(x)?v.match(x)[1]:""};`:v||"",ne=f?`font-size: ${f}px;`:"",ie=void 0!==A&&A?`box-shadow: 0 5px ${_}px 0 ${I};`:"",re=P instanceof Array&&1===P.length&&P[0],se=re?`margin: ${re.top}px ${re.right}px ${re.bottom}px ${re.left}px;`:"",oe=re?`margin: calc(${re.top}px * 0.5) calc(${re.right}px * 0.5) calc(${re.bottom}px * 0.5) calc(${re.left}px * 0.5);`:"",ae=R instanceof Array&&1===R.length&&R[0],ce=ae?`padding: ${ae.top}px ${ae.right}px ${ae.bottom}px ${ae.left}px;`:"",le=ae?`padding: calc(${ae.top}px * 0.5) calc(${ae.right}px * 0.5) calc(${ae.bottom}px * 0.5) calc(${ae.left}px * 0.5);`:"",he=void 0!==q&&q?`border-width: ${q}px; border-style: solid;`:"",de=[M,q].every((e=>void 0!==e))&&q?`border-color: ${M};`:"",ue=void 0!==V?`border-radius: ${V}px;`:"",ge=void 0!==H?`background-color: ${H};`:"",me=void 0!==z?`color: ${z}; fill: ${z}; -webkit-text-fill-color: ${z};`:"",pe=F&&"inherit"!==F?`font-family:${F}_${U.match(x)?U.match(x)[1]:""};`:U||"",ve=Z?`font-size: ${Z}px;`:"",fe="popin"!==i||void 0!==T&&!0!==T?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==E?E:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),we="number"==typeof L?L:16,ye=we/2,be=n||void 0!==k&&k?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===N?`bottom: calc(100% + ${ye}px)`:`top: ${ye}px`)+";",`right: ${ye}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;",""+("number"==typeof B?`border-radius: ${B}px;`:""),""+("number"==typeof O&&O>0?`border: ${O}px solid ${void 0!==W?W:"rgba(57, 57, 57, 1)"};`:""),""+("string"==typeof j?`background-color: ${j};`:""),"}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${we}px;`,`height: ${we}px;`,""+("string"==typeof D?`fill: ${D};`:""),"}"].join(""):"",Ce=w&&"string"==typeof b?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${b}; fill: ${b}; -webkit-text-fill-color: ${b};`,void 0!==y?`text-align: ${y};`:"",C&&"inherit"!==C?`font-family:${C}_${$.match(x)?$.match(x)[1]:""};`:$||"",S?`font-size: ${S}px;`:"","}"].join(""):"";return G.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,K,Q,J,X,ee,ie,se,te,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,X,ee,te,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",ce,te,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a, `,`#${this.widgetContainerId} .${this.contentClassName} > * button {`,"box-sizing: border-box;","display: inline-block;",he,de,ue,ge,me,pe,ve,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button * {`,me,pe,ve,"}","@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,oe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,le,"}","}",fe,be,Ce,`${t}`].join(""),G}}const A=["top: 0;","top: 50%;","bottom: 0;"],I=["left: 0;","left: 50%;","right: 0;"],_=e=>1===e?"-50%":0,P=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:e,y:t}]}=DATA,n=`translate(${_(t)}, ${_(e)});`;return`${A[e]}${I[t]}transform: ${n}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},R=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,k=()=>{if(R())return"width: auto;height: auto;";const{popinPercentWidth:e,popinPixelsWidth:t,widthUnit:n,autoHeight:i,popinPercentHeight:r,popinPixelsHeight:s,heightUnit:o}=DATA;return`width: ${"px"===n?t:e}${n};height: ${i?"auto":`${"px"===o?s:r}${o}`};`};class N extends E{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t,overlay:n}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===e?t:e};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","pointer-events: "+(!1===n?"none":"all"),"}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",P(),k(),"pointer-events: all","}",`${R()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","box-sizing: border-box;","}"].join("")}`,"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join("")}}class L extends E{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){return[`#${this.widgetContainerId} {`,"width: auto;","height: auto;","margin: 0;","padding: 0;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}var B="nextEachOther",O="onTopEachOther";function W(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,r,s=[],o=!0,a=!1;try{for(n=n.call(e);!(o=(i=n.next()).done)&&(s.push(i.value),!t||s.length!==t);o=!0);}catch(e){a=!0,r=e}finally{try{o||null==n.return||n.return()}finally{if(a)throw r}}return s}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return D(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return D(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 D(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function j(e,t,n,i,r,s,o){try{var a=e[s](o),c=a.value}catch(e){return void n(e)}a.done?t(c):Promise.resolve(c).then(i,r)}function q(e){return function(){var t=this,n=arguments;return new Promise((function(i,r){var s=e.apply(t,n);function o(e){j(s,i,r,o,a,"next",e)}function a(e){j(s,i,r,o,a,"throw",e)}o(void 0)}))}}var M=B,V=O;function H(e){return new Promise((function(t){var n=new Image;n.onload=function(e){var n=e.target;return t({width:n.naturalWidth,height:n.naturalHeight})},n.src=e}))}function z(e,t,n){return F.apply(this,arguments)}function F(){return(F=q(regeneratorRuntime.mark((function e(t,n,i){var r,s,o,a,c,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([H(t),H(n)]);case 2:r=e.sent,s=W(r,2),o=s[0],a=s[1],e.t0=i,e.next=e.t0===M?9:e.t0===V?12:15;break;case 9:return c=o.width+a.width,l=o.height>=a.height?o.height:a.height,e.abrupt("break",18);case 12:return c=o.width>=a.width?o.width:a.width,l=o.height+a.height,e.abrupt("break",18);case 15:return c=o.width>=a.width?o.width:a.width,l=o.height>=a.height?o.height:a.height,e.abrupt("break",18);case 18:return e.abrupt("return",{width:c,height:l});case 19:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var U=function(e){var t=e.tagName,n=e.innerText,i=void 0===n?"":n,r=e.classList,s=void 0===r?[]:r,o=e.type,a=void 0===o?null:o,c=e.attributes,l=void 0===c?{}:c,h=document.createElement(t);return a&&(h.type=a),s.forEach((function(e){return h.classList.add(e)})),Object.entries(l).forEach((function(e){var t=W(e,2),n=t[0],i=t[1];"string"==typeof n&&"string"==typeof i&&h.setAttribute(n,i)})),i.length>0&&(h.innerText=i),h},Z=function(e){return e.split(/(?:\r\n|\n|\r)/).map((function(e){return e.replace(/^\s+/gm,"")})).join(" ").trim()},G=function(e){return e.replace(/\s?\/\*([\s\S]*?)\*\/\s?/g," ")};function K(e,t,n,i,r,s,o){try{var a=e[s](o),c=a.value}catch(e){return void n(e)}a.done?t(c):Promise.resolve(c).then(i,r)}function Y(e){return function(){var t=this,n=arguments;return new Promise((function(i,r){var s=e.apply(t,n);function o(e){K(s,i,r,o,a,"next",e)}function a(e){K(s,i,r,o,a,"throw",e)}o(void 0)}))}}var J,Q="draggableSeparator",X=B,ee=O;function te(){return(te=Y(regeneratorRuntime.mark((function e(t){var n,i,r,s,o,a,c,l,h,d,u,g,m,p,v,f,w,y,b,C,$,S,T,x;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.styleElement,i=t.uniqueId,r=DATA,s=r.topImage,o=r.backImage,a=r.subLayout,c=r.layout,l=r.backgroundColor,h=r.autoWidth,d=r.autoHeight,u=r.popinPercentWidth,g=r.popinPixelsWidth,m=r.popinPercentHeight,p=r.popinPixelsHeight,v=r.widthUnit,f=r.heightUnit,e.next=4,z(o,s,a);case 4:w=e.sent,y=h?"".concat(w.width,"px"):"".concat("px"!==v&&"popin"===c?u:g).concat(v),b=h||d?"".concat(w.height,"px"):"".concat(d||"px"===f||"popin"!==c?p:m).concat(f),C="".concat(("px"===v?g:u)*w.height/w.width).concat(v),$="\n .img-container__".concat(i," {\n position: relative;\n min-width: ").concat(y,";\n min-height: ").concat(h?b:C,";\n overflow: hidden;\n }\n .img__").concat(i," {\n position: absolute;\n width: 100%;\n height: 100%;\n }\n .before__").concat(i," {\n z-index: 1;\n width: 50%;\n background-image: url('").concat(s,"');\n background-size: ").concat(y," 100%;\n }\n .after__").concat(i," {\n background-image: url('").concat(o,"');\n background-size: ").concat(y," 100%;\n }\n\n .slider__").concat(i," {\n z-index: 1;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n -webkit-appearance: none;\n appearance: none;\n width: 100%;\n height: 100%;\n background: transparent;\n outline: none;\n margin: 0;\n padding: 0;\n border: none;\n }\n .slider__").concat(i,"::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 4px;\n height: 100%; /* must be equals to height of the container */\n background-color: ").concat(l,";\n cursor: pointer;\n }\n .slider-button__").concat(i," {\n cursor: pointer;\n position: absolute;\n width: 24px;\n height: 24px;\n border-radius: 30%;\n background-color: ").concat(l,";\n left: calc(50% - 12px);\n top: calc(50% - 12px);\n z-index: 1;\n }\n .labels__").concat(i," {\n min-width: ").concat(h?y:"100%",";\n display: flex;\n justify-content: space-between;\n margin-top: 4px;\n }\n "),S="\n .img-container__".concat(i," {\n display: flex;\n flex-wrap: nowrap;\n flex-direction: row;\n width: ").concat(h?y:"100%",";\n height: auto;\n justify-content: space-between;\n align-items: center;\n }\n .img__").concat(i," {\n max-height: 100%;\n max-width: 49%;\n overflow: hidden;\n }\n .labels__").concat(i," {\n min-width: ").concat(h?y:"100%",";\n display: flex;\n justify-content: space-between;\n margin-top: 4px;\n }\n "),T="\n .img-container__".concat(i," {\n display: flex;\n flex-wrap: nowrap;\n flex-direction: column;\n width: ").concat(h?y:"100%",";\n max-height: ").concat(d?"auto":b,";\n justify-content: center;\n align-items: center;\n }\n .img__").concat(i," {\n width: 100%;\n max-height: 50%;\n }\n .label__").concat(i," {\n display: block;\n text-align: center;\n color: #6E6E6E;\n font-size: 12px;\n line-height: 15px;\n }\n "),x="\n .frameBeforeAfter__".concat(i," {\n min-width: ").concat(y,"; /* tried 100% but :x: */\n min-height: ").concat(d?"auto":b,";\n display: flex!important;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .title__").concat(i,", .catchline__").concat(i," {\n display: block;\n margin-bottom: 8px;\n text-align: center;\n line-height: 18px;\n }\n .title__").concat(i," {\n font-weight: 700;\n color: #17545A;\n }\n .label__").concat(i," { \n color: #6E6E6E;\n font-size: 12px;\n line-height: 15px;\n }\n "),e.t0=a,e.next=e.t0===X?15:e.t0===ee?17:19;break;case 15:return x+=S,e.abrupt("break",21);case 17:return x+=T,e.abrupt("break",21);case 19:return x+=$,e.abrupt("break",21);case 21:return n.insertAdjacentHTML("beforeend",G(Z(x))),e.abrupt("return",n);case 23:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function ne(){var e=DATA,t=e.layout,n=e.frameReferrerInsertType,i=e.frameElementReferrer,r="popin"===t?new N:new L(n,i),s=r.domElement.querySelector(".".concat(r.contentClassName));!function(e){te.apply(this,arguments)}(r);var o=function(e){var t=DATA,n=t.subLayout,i=t.backImage,r=t.topImage,s=t.titleSwitch,o=t.titleInput,a=t.catchSwitch,c=t.catchInput,l=t.switchLabelImgs,h=t.labelTopImgInput,d=t.labelBackImgInput,u=U({tagName:"div",classList:["frameBeforeAfter__".concat(e)]});if(s){var g=U({tagName:"span",classList:["title__".concat(e)],innerText:o});u.appendChild(g)}if(a){var m=U({tagName:"span",classList:["catchline__".concat(e)],innerText:c});u.appendChild(m)}var p=U({tagName:"div",classList:["img-container__".concat(e)]}),v=l&&U({tagName:"span",classList:["label__".concat(e)],innerText:h}),f=l&&U({tagName:"span",classList:["label__".concat(e)],innerText:d});if([i,r].forEach((function(t,r){var s=t===i&&0===r,o=U({tagName:"div",classList:["img__".concat(e),"".concat(s?"before":"after","__").concat(e)]});p.appendChild(o),n!==Q&&o.appendChild(U({tagName:"img",attributes:{src:t,alt:t.split("/").pop().split(".").slice(0,-1).join("")}})),n===ee&&l&&p.appendChild(s?v:f)})),n===Q){var w=U({tagName:"div",classList:["slider-button__".concat(e)]});w.innerHTML='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect opacity="0.01" width="24" height="24" fill="white"/>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M9 7C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7ZM9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11ZM8 16C8 15.4477 8.44772 15 9 15C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17C8.44772 17 8 16.5523 8 16ZM15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7ZM14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12ZM15 15C14.4477 15 14 15.4477 14 16C14 16.5523 14.4477 17 15 17C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15Z" fill="#B2C0CF"/>\n<mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="8" y="7" width="8" height="10">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M9 7C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7ZM9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11ZM8 16C8 15.4477 8.44772 15 9 15C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17C8.44772 17 8 16.5523 8 16ZM15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7ZM14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12ZM15 15C14.4477 15 14 15.4477 14 16C14 16.5523 14.4477 17 15 17C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15Z" fill="white"/>\n</mask>\n<g mask="url(#mask0)">\n<rect width="24" height="24" fill="#393939"/>\n</g>\n</svg>',p.appendChild(w);var y=U({tagName:"input",type:"range",classList:["slider__".concat(e)],attributes:{min:"O",max:"100",value:"50"}});["input","change"].forEach((function(t){y.addEventListener(t,(function(t){var n=parseFloat(t.target.value);document.querySelector(".before__".concat(e)).style.width="".concat(n,"%"),document.querySelector(".slider-button__".concat(e)).style.left="calc(".concat(n,"% - 12px)")}),{passive:!0})})),p.appendChild(y)}if(u.appendChild(p),n!==ee&&l){var b=U({tagName:"div",classList:["labels__".concat(e)]});b.appendChild(v),b.appendChild(f),u.appendChild(b)}return u}(r.uniqueId);return s.appendChild(o),r.init().then((function(e){return e&&r.show()})),{parentContainer:r}}(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.every((function(e){return"string"==typeof e&&e.length}))})((J=DATA).topImage,J.backImage)&&ne()}();
1
+ !function(){"use strict";const e=()=>Object.prototype.hasOwnProperty.call(window,"ABTastyEditor"),t=()=>{let e;return window.ABTasty||window.ABTASTY_S?(window.ABTASTY_S&&window.ABTASTY_S.USER&&window.ABTASTY_S.USER.accountIdentifier&&window.ABTASTY_S.USER.accountIdentifier.length?e=window.ABTASTY_S.USER.accountIdentifier:window.ABTasty&&window.ABTasty.getAccountSettings&&"function"==typeof window.ABTasty.getAccountSettings?e=window.ABTasty.getAccountSettings().identifier:window.ABTasty&&window.ABTasty.accountSettings&&(e=window.ABTasty.accountSettings.identifier),e):e},n=()=>{const e=!!document.getElementById("ABTastyPreviewBar"),t=location.href.includes("ab_project=preview");return e||t},i=()=>!e()&&(n()||!!window.ABTasty.getTestsOnPage()[TEST_ID]),r=()=>window.ABTasty&&!0===window.ABTasty.consentReady,s="remove",o="rebuild",a="https://api-social-proof.abtasty.com/clients/",c=()=>{const{type:e}=DATA;return`${PACKAGE.replace("@abtasty/","")}${e?`_${e}`:""}`},l=()=>{const e=c();return`${e.charAt(0).toUpperCase()}${e.slice(1)}`.split("-").join(" ")},h=()=>`${PLUGIN_ID.split("-")[0]}_${TEST_ID}`,d=t=>{if((()=>{if(e()||n())return!1;const t=ABTasty.getTestsOnPage()[TEST_ID];return!!t&&Object.keys(t.targetings.qaParameters).length>0})()){const e=l();window.console.log(`%c${e} - QA Mode for campaign ${TEST_ID}\n${t}`,"background-color: rgba(0, 127, 145, 1); color: rgba(247, 247, 247, 1)")}},u=e=>{const t={promise:null,resolve:null,reject:null,name:e};return t.promise=new Promise(((e,n)=>{t.resolve=e,t.reject=n})),t},g=(e,t)=>{let n=document.querySelector(e);const i=[document.body||document.documentElement,{childList:!0,subtree:!0,attributes:!0}],r=()=>o.disconnect(),s=()=>o.observe(...i),o=new MutationObserver((()=>(n=document.querySelector(e),n&&!r()&&t(n))));return n?setTimeout((()=>t(n)),0):s(),{selector:e,clear:r,observe:s}};function m(e,t){return t(e)||!e.parentElement?e:m(e.parentElement,t)}function p(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype||(e="https://polyfill.io/v3/polyfill.min.js?flags=gated&features=IntersectionObserver",new Promise(((t,n)=>{const i=window.document.getElementsByTagName("script")[0],r=window.document.createElement("script");r.src=e,i.parentNode.insertBefore(r,i),r.onload=t,r.onerror=n})));var e}class v{constructor(){this.targets=[],this.existingTargets=[],this.inViewportTargets=[],this.visibilityObserver=this.startVisibilityObserver(),this.mutationObserver=this.startMutationObserver(),this.mouseOverEvent=this.mouseOverHandler()}intersectionHandler(e){e.forEach((e=>{e.isIntersecting?(this.existingTargets.forEach((t=>{t.element.isSameNode(e.target)&&(this.inViewportTargets.push(t),this.mouseOverEvent.start())})),this.checkElements()):this.inViewportTargets=this.inViewportTargets.filter((t=>!t.element.isSameNode(e.target)||(this.mouseOverEvent.clear(),!1)))}))}startVisibilityObserver(){return new IntersectionObserver(this.intersectionHandler.bind(this),{root:null,rootMargin:"0px",threshold:0})}startMutationObserver(){const e=this.mutationObserver||new MutationObserver(this.checkElements.bind(this));return document.body&&e.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),e}onMouseOver({target:e,path:t}){const n=this.inViewportTargets.find((({element:n,selector:i})=>{if(n.isSameNode(e))return!0;const r=[...e.querySelectorAll(i)];if(r.length){if(r.includes(n))return!0}if(t.includes(n))return!0;const s=[...e.parentElement.children],o=s.findIndex((t=>t.isSameNode(e))),a=s.filter(((e,t)=>t>o));if(a.length){if(a.includes(n))return!0;if(a.some((e=>[...e.querySelectorAll(i)].includes(n))))return!0}return!1}));if(n&&this.isElementVisible(n.element)){const{selector:e,element:t,uniqueId:i}=n,r=this.targets.find((t=>t.selector===e&&t.uniqueId===i));r&&r.resolve(t),this.clear(e,i)}}mouseOverHandler(){const e=["mouseover",e=>setTimeout((()=>this.onMouseOver(e)),50),!0];return{start:()=>document.addEventListener(...e),clear:()=>document.removeEventListener(...e)}}isElementVisible(e){return this.isElementTopmost(e)&&this.isElementOpaque(e)}isElementOpaque(e){return"HTML"===m(e,(e=>"0"===window.getComputedStyle(e).opacity)).nodeName}isElementTopmost(e){const t=e.getBoundingClientRect(),n=[[t.left,t.top],[t.right,t.top],[t.left,t.bottom],[t.right,t.bottom],[t.left+t.width/2,t.top],[t.left+t.width/2,t.bottom],[t.left,t.height/2],[t.right,t.height/2],[t.left+t.left/2,t.height/2]];let i=!1,r=0;for(;!i&&r<n.length;){const t=document.elementFromPoint(...n[r]);i=e===t||e.contains(t),r+=1}return i}checkElements(){this.targets.forEach((({selector:e,uniqueId:t})=>{const n=document.querySelector(e);n&&!this.existingTargets.find((n=>n.element.matches(e)&&n.uniqueId===t))&&(this.existingTargets.push({element:n,selector:e,uniqueId:t}),this.visibilityObserver.observe(n))})),this.existingTargets=this.existingTargets.filter((({selector:e,element:t})=>!!document.querySelector(e)||(t&&this.visibilityObserver.unobserve(t),!1))),this.inViewportTargets=this.inViewportTargets.filter((({selector:e,element:t,uniqueId:n})=>{if(t.matches(e)&&this.isElementVisible(t)){const i=this.targets.find((t=>t.selector===e&&t.uniqueId===n));return i&&i.resolve(t),this.clear(e,n),!1}return!0}))}watch(e,t,n){this.targets.push({selector:e,resolve:t,uniqueId:n});const i=()=>{this.startMutationObserver(),this.checkElements()};document.body?i():g("body",i)}clear(e,t){[this.targets,this.existingTargets,this.inViewportTargets]=[this.targets,this.existingTargets,this.inViewportTargets].map((n=>n.filter((({selector:n,uniqueId:i})=>n!==e&&i!==t))));const n=document.querySelector(e);n&&this.visibilityObserver.unobserve(n),0===this.targets.length&&this.mutationObserver.disconnect(),0===this.inViewportTargets.length&&this.mouseOverEvent.clear()}}class f{constructor({triggerEvent:e,triggerSelector:t,triggerDelay:n}){this.event=e,this.selector=t&&t.length?t:"body",this.delay=1e3*n,this.elementsSelectors=[],this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.visibilityObservers=[],this.elementsWaiters=[]}async onElementVisible({promise:e,resolve:t}){const n=u(`${this.event}DomReady`);this.promises.push(n);const i=await this.onPageLoad(n),r=await async function(e){let t;t="IntersectionObserver"!==e||await p();return t}("IntersectionObserver"),s=new v;if(this.visibilityObservers.push(s),r&&i){const e=h();s.watch(this.selector,t,e)}return e}onPageLoad({promise:e,resolve:t}){const n=()=>"complete"===document.readyState;if(!n()){const i=["readystatechange",({isTrusted:e})=>e&&n()&&t(!0),{passive:!0}];return this.eventsListeners.push(i),document.addEventListener(...i),e}return t(!0),e}onClick({promise:e,resolve:t}){const n=document.createElement("style");n.type="text/css",n.id=`Click_${h()}`,n.innerHTML=`${this.selector} {\n\t\t\tcursor: pointer !important;\n\t\t\tpointer-events: all !important;\n\t\t}`,document.head.appendChild(n),this.elementsSelectors.push(`#${n.id}`);const i=e=>[...document.querySelectorAll(this.selector)].some((t=>t.isSameNode(e)||!!e.closest(this.selector))),r=["click",({isTrusted:e,target:n})=>e&&i(n)&&t(!0),{passive:!0,capture:!0}];return this.eventsListeners.push(r),document.addEventListener(...r),e}onExitIntent({promise:e,resolve:t}){const n=["mouseleave",({isTrusted:e,clientY:n})=>{e&&n<=0&&t(!0)},{passive:!0}],i=g("body",(e=>{e.addEventListener(...n),this.eventsListeners.push([e,...n]),this.elementsWaiters=this.elementsWaiters.filter((e=>e!==i))}));return this.elementsWaiters.push(i),e}onReengage({promise:e,resolve:t}){const n=this.delay;let i=n;const r=[({isTrusted:e})=>{e&&(i=n)},{passive:!0}];["click","mousemove","scroll","keypress"].forEach((e=>{document.addEventListener(e,...r),this.eventsListeners.push([e,...r])}));const s=setInterval((()=>{i<=0?t(!0):i-=100}),100);return this.intervals.push(s),e}onCustomTrigger({promise:e,resolve:t}){const{triggerEventCustomScript:n}=DATA;return new Function(`return new Promise(async resolve => {${n}})`)().then((e=>e&&t(!0))),e}getSocialProofPurchases({promise:e,resolve:n}){const i=window.ABTastyProductKey,r=t(),{viewInterval:s,triggerSocialProofMinPurchases:o,spNoTrim:c}=DATA;if(i||(d("Not able to find ABTastyProductKey, impossible to call the API."),n(!1)),i&&r){fetch(`${a}${r}/metrics/i?key=${i}${c?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===s||void 0===o)return!1;const t=void 0!==e[s]&&e[s]>=o;return t||d(`Widget will not be shown, product has been purchased ${e[s]} times while ${o} are required`),t})(e)&&n(`${e[s]}`))).catch((()=>d("Failed to fetch datas from server.")))}else n(!1);return e}getSocialProofPageViews({promise:e,resolve:n}){const{viewInterval:i,triggerSocialProofMinPageViews:r,spNoTrim:s}=DATA,o=encodeURIComponent(s?window.location.href.replace(window.location.origin,""):`${window.location.pathname}`),c=t();if(o&&c){fetch(`${a}${c}/metrics/pv?key=${o}${s?"&noTrim=true":""}`).then((e=>e.ok&&e.json())).then((e=>(e=>{if(void 0===i||void 0===r)return!1;const t=void 0!==e[i]&&e[i]>=r;return t||d(`Widget will not be shown, page has been seen ${e[i]} times while ${r} are required`),t})(e)&&n(`${e[i]}`))).catch((()=>d("Failed to fetch datas from server.")))}else n(!1);return e}onConsent({promise:e,resolve:t}){if(!r()){const n=["abtasty_consentValid",()=>t(!0)];return this.eventsListeners.push(n),window.addEventListener(...n),e}return t(!0),e}clear(){if(this.elementsSelectors.length&&(this.elementsSelectors.forEach((e=>{document.querySelector(e)&&document.querySelector(e).remove()})),this.elementsSelectors=[]),this.eventsListeners.length&&(this.eventsListeners.forEach((e=>{const[t,...n]="string"==typeof e[0]?[document,...e]:e;t&&n.length>1&&t.removeEventListener(...n)})),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.visibilityObservers.length){const e=h();this.visibilityObservers.forEach((t=>t.clear(this.selector,e))),this.visibilityObservers=[]}return this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this}async isTriggered(){this.clear();const e=u(this.event);this.promises.push(e);const t={consent:()=>this.onConsent(e),direct:()=>!0,pageLoad:()=>this.onPageLoad(e),click:()=>this.onClick(e),exitIntent:()=>this.onExitIntent(e),reengage:()=>this.onReengage(e),elementVisible:()=>this.onElementVisible(e),script:()=>this.onCustomTrigger(e),socialProofPurchases:()=>this.getSocialProofPurchases(e),socialProofPageViews:()=>this.getSocialProofPageViews(e)},n=!Object.prototype.hasOwnProperty.call(t,this.event)||await t[this.event]();this.clear();return"reengage"!==this.event&&this.delay?n&&await(async()=>{const e=u(`${this.event}Delay`);return this.promises.push(e),setTimeout((()=>{e.resolve(!0),this.clear()}),this.delay),e.promise})():n}}const w="display",y="closing",b="validation",C="ABTastyWidgets",$="ABTastyWidgetsTemporary";class S{constructor({displayRecurrence:e,closingRecurrence:t,validationRecurrence:n},i){this.displayRecurrence=parseFloat(e),this.closingRecurrence=parseFloat(t),this.validationRecurrence=parseFloat(n),this.onSetCallback=i,this.widgetName=c(),this.uniqueId=h(),this.recurrenceKey=`${this.widgetName}_${this.uniqueId}`,this.isListeningStorageEvent=this.listenStorageEvent(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}onStorage({key:e}){const t=localStorage.getItem($),n=sessionStorage.getItem(C);"ABTastyData"===e&&!t&&n&&localStorage.setItem($,n)}listenStorageEvent(){return this.isListeningStorageEvent||window.addEventListener("storage",this.onStorage.bind(this)),!0}getGivenRecurrenceStorageParsed(e){try{const t=e.getItem(C);return JSON.parse(t)}catch(t){return e.removeItem(C),!1}}getSessionRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.sessionStorage)}getLocalRecurrenceStorageParsed(){return this.getGivenRecurrenceStorageParsed(window.localStorage)}removeGivenStorage(e,t){const{[this.recurrenceKey]:n,...i}=t;return Object.entries(i).length?(e.setItem(C,JSON.stringify(i)),i):(e.removeItem(C),!1)}removeSessionRecurrenceStorage(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.sessionStorage,e)}removeLocalRecurrenceStorage(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&this.removeGivenStorage(window.localStorage,e)}getSessionRecurrence(){const e=this.getSessionRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getLocalRecurrence(){const e=this.getLocalRecurrenceStorageParsed();return!!e&&e[this.recurrenceKey]}getCurrentRecurrence(){if(this.pendingRecurrence)return this.pendingRecurrenceValue;const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();return e||t||{type:!1}}isOver(){const e=localStorage.getItem($),t=!(!e||!e.includes(this.recurrenceKey))||this.getSessionRecurrence();e&&(sessionStorage.setItem(C,e),localStorage.removeItem($));const n=this.getLocalRecurrence(),i=(n?parseFloat(n.stamp):0)<(new Date).getTime();return i&&this.removeLocalRecurrenceStorage(),!this.pendingRecurrence&&i&&!this.getLocalRecurrence()&&!t}setRecurrence(e,t){0!==e&&(window.removeEventListener("storage",this.onStorage.bind(this)),this.isListeningStorageEvent=!1);const i=this.getTypeOfStorage(e);if(n()||!i&&"object"!=typeof i)return!1;const{storageString:s,storageMethod:o}=i,a=this.getStamp(e),c={type:t,stamp:a},{type:l}=this.getCurrentRecurrence(),h=async()=>{if(!r()){this.pendingRecurrence=!0,this.pendingRecurrenceValue=c;const e=new f({triggerEvent:"consent"});await e.isTriggered(),this.pendingRecurrence=!1,this.pendingRecurrenceValue={}}const e=this.getSessionRecurrence(),t=this.getLocalRecurrence();let n;"session"===s?e?n=this.removeSessionRecurrenceStorage():(this.removeLocalRecurrenceStorage(),n=this.getSessionRecurrenceStorageParsed()):"local"===s&&(t?n=this.removeLocalRecurrenceStorage():(this.removeSessionRecurrenceStorage(),n=this.getLocalRecurrenceStorageParsed()));const i=n?{[this.recurrenceKey]:c,...n}:{[this.recurrenceKey]:c};o.setItem(C,JSON.stringify(i)),this.onSetCallback&&"function"==typeof this.onSetCallback&&this.onSetCallback()};if(!o)return!1;if(l&&t!==b)if(t===y&&l!==b)h();else{if(t!==w||l===b||l===y)return!1;h()}else h();return a}setDisplayRecurrence(){this.setRecurrence(this.displayRecurrence,"display")}setClosingRecurrence(){this.setRecurrence(this.closingRecurrence,"closing")}setValidationRecurrence(){this.setRecurrence(this.validationRecurrence,"validation")}getStamp(e){return(new Date).getTime()+864e5*e}getTypeOfStorage(e){return!(isNaN(e)||e<0||0!==e&&!e)&&(e>0?{storageString:"local",storageMethod:window.localStorage}:0===e&&{storageString:"session",storageMethod:window.sessionStorage})}}class T{constructor(e,t,n){this.recurrence=e,this.isWidgetApplied=t,this.callback=n,this.observer=new MutationObserver(this.observerHandler.bind(this)),this.eventListenerParams=["abtasty_resetActionTracking",this.eventHandler.bind(this),{passive:!0}],this.elementsWaiters=[]}recurrenceIsDone(){return!this.recurrence||this.recurrence.isOver()}decisionHandler(e){const t=i(),{type:n}=this.recurrence?this.recurrence.getCurrentRecurrence():{type:!1};let r;const a=this.isWidgetApplied(),c=(()=>{const t=this.recurrenceIsDone();return e&&"display"===n||t})();return!a&&t&&c?r=o:(a&&(!t||!c)||!a&&!t)&&(r=s),"string"==typeof r&&(this.clearWatcher(),this.callback(r,e),this.watch()),this}eventHandler(){let e=i();return[250,500].forEach((t=>{setTimeout((()=>{const n=i();return 500===t&&n===e?this:(e=n,this.decisionHandler(!1))}),t)})),this}observerHandler(e){return e.some((e=>["removedNodes","addedNodes"].some((t=>e[t]&&e[t].length))))?this.decisionHandler(!0):this}watch(){if(e())return this;this.clearWatcher(),document.addEventListener(...this.eventListenerParams);const t=()=>{const e=[document.body,{childList:!0,subtree:!0}];this.observer.observe(...e)};return document.body?t():(()=>{const e=g("body",(()=>{t(),this.elementsWaiters=this.elementsWaiters.filter((t=>t!==e))}));this.elementsWaiters.push(e)})(),this}clearWatcher(){return document.removeEventListener(...this.eventListenerParams),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[]),this.observer.disconnect(),this}}const x=/.+\/([^.]+)\.(otf|ttf)$/;class E{constructor(){this.children=void 0,this.uniqueId=h(),this.widgetName=c(),this.prettyName=l(),this.recurrenceParams=(()=>{const{displayRecurrence:t,closingRecurrence:n,validationRecurrence:i}=DATA;if(e()||!t&&!n&&!i)return!1;const r={everytime:()=>-1,session:()=>0,once:()=>395,day:e=>DATA[`${e}_day`],week:e=>7*DATA[`${e}_week`],month:e=>30.5*DATA[`${e}_month`]},s={};return t&&(s.displayRecurrence=r[t]("displayRecurrence")),n&&(s.closingRecurrence=r[n]("closingRecurrence")),i&&(s.validationRecurrence=r[i]("validationRecurrence")),s})(),this.triggerParams=(()=>{let{triggerEvent:t}=DATA;const{triggerEventClick:n,triggerEventReengageDelay:i,socialProofContentType:r,triggerEventElementVisible:s,triggerEventDelay:o}=DATA;if(e()||!t&&!r)return!1;const a={click:()=>n,elementVisible:()=>s},c=Object.prototype.hasOwnProperty.call(a,t)?a[t]():"body",l="reengage"===t?i:o;return r&&(t=1===r?"socialProofPurchases":"socialProofPageViews"),{triggerEvent:t,triggerSelector:c,triggerDelay:l}})(),this.recurrence=!!this.recurrenceParams&&new S(this.recurrenceParams,this.clearGivenClearables.bind(this)),this.trigger=!!this.triggerParams&&new f(this.triggerParams),this.pageWatcher=new T(this.recurrence,this.isWidgetApplied.bind(this),this.onPageChange.bind(this)),this.hasOncePerPageTrigger=(()=>{const{isOncePerPageTrigger:e,triggerEvent:t}=DATA;return!t||(!(!e||!["click","script"].includes(t))||["pageLoad","direct","reengage","socialProofPurchases","socialProofPageViews","elementVisible"].some((e=>e===t)))})(),this.basicClassName=`ab_widget_container_${this.widgetName}`,this.widgetContainerId=`${this.basicClassName}_${this.uniqueId}`,this.contentClassName=`${this.basicClassName}_content`,this.overlayClassName=`${this.basicClassName}_overlay`,this.closeButtonClassName=`${this.basicClassName}_close_button`,this.hideClassName=`ab_hide_${this.uniqueId}`,this.domElement=this.getDom(),this.hasBeenShown=!1,this.closedByUser=!1,this.eventsListeners=[],this.timeouts=[],this.intervals=[],this.observers=[],this.promises=[],this.elementsWaiters=[]}clearGivenClearables(){this.eventsListeners.length&&(this.eventsListeners.forEach((e=>document.removeEventListener(...e))),this.eventsListeners=[]),this.timeouts.length&&(this.timeouts.forEach((e=>clearTimeout(e))),this.timeouts=[]),this.intervals.length&&(this.intervals.forEach((e=>clearInterval(e))),this.intervals=[]),this.observers.length&&(this.observers.forEach((e=>e.disconnect())),this.observers=[]),this.promises.length&&(this.promises.forEach((e=>e.resolve(!1))),this.promises=[]),this.elementsWaiters.length&&(this.elementsWaiters.forEach((e=>e.clear())),this.elementsWaiters=[])}isWidgetApplied(){return this.domElement&&this.domElement.isConnected}removeOldDomElement(){const e=document.getElementById(this.widgetContainerId);return e&&e.remove(),this}async insert(){if(this.isWidgetApplied())return!1;const e=new Promise((e=>{const t=g("head",(t=>{this.elementsWaiters=this.elementsWaiters.filter((({selector:e})=>"head"!==e)),e(t.appendChild(this.styleElement))}));this.elementsWaiters.push(t)})),t=new Promise((e=>{const{elementReferrer:t="body",referrerInsertType:n="beforeend"}=DATA,i=g(t,(i=>{this.elementsWaiters=this.elementsWaiters.filter((e=>e.selector!==t)),this.removeOldDomElement(),e(i.insertAdjacentElement(n,this.domElement))}));this.elementsWaiters.push(i)}));return Promise.all([t,e]).then((()=>this))}remove(){return this.pageWatcher.clearWatcher(),[this.domElement,this.styleElement].forEach((e=>e&&e.isConnected&&e.remove())),this.hasOncePerPageTrigger?this.pageWatcher.watch():e()||this.init().then((({response:e})=>e?this.show():this)),this}show(){return e()||this.hasBeenShown&&this.hasOncePerPageTrigger||window.ABTastyEvent(`${this.prettyName} displayed`,null,TEST_ID),this.closedByUser=!1,this.domElement.classList.remove(this.hideClassName),this.recurrence&&this.recurrence.setDisplayRecurrence(),this.hasBeenShown=!0,this.pageWatcher.watch(),this}hide(){return!e()&&this.hasBeenShown&&window.ABTastyEvent(`${this.prettyName} closed`,null,TEST_ID),this.closedByUser=!0,this.domElement.classList.add(this.hideClassName),this}async init(t){const n=e(),r=i(),s=this.trigger&&this.trigger.promises.length,o=!this.recurrence||this.recurrence.isOver();if(!n&&!r||s||!o)return!1;this.pageWatcher.watch();const a=n||!this.trigger||this.trigger&&await this.trigger.isTriggered();return!!a&&(await this.insert(),this.addCloseEvent(),n||t||this.hasBeenShown||void 0===this.children||"function"!=typeof this.children.refreshContent||this.children.refreshContent(a),{container:this,response:a})}onPageChange(e,t){const n=()=>this.init().then((({response:e})=>e&&this.show()));t||(this.hasBeenShown=!1);const i=this.isWidgetApplied(),r={[s]:()=>{i?this.remove():(this.trigger&&this.trigger.clear(),this.pageWatcher.watch())},[o]:()=>{this.hasBeenShown?this.closedByUser?this.pageWatcher.watch():i||this.insert().then((e=>e.show())).catch(this.pageWatcher.watch):n()}};"function"==typeof r[e]&&r[e]()}addCloseEvent(...t){const{closeButton:n,overlay:i,overlayClickable:r,layout:s}=DATA,o=[];if(void 0!==i&&!0!==i||!0!==r||"popin"!==s||o.push(`.${this.overlayClassName}`),void 0!==n&&n&&o.push(`.${this.closeButtonClassName}`),!o.length)return this;const a=this.domElement.querySelectorAll(o.join(", "));return a.length?(t.push(...a),t.forEach((t=>{e()&&(t.dataset.abtastyActionnable="true"),t.addEventListener("click",(t=>{(t=>{e()||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())})(t),this.recurrence&&this.recurrence.setClosingRecurrence(),this.hide(),setTimeout((()=>this.remove()),1e3)}),{once:!0,capture:!0})})),this):this}getDom(){const{closeButton:e,layout:t,overlay:n=!0}=DATA,i=document.createElement("div");return i.className=`${this.basicClassName} ${this.hideClassName}`,i.id=this.widgetContainerId,i.innerHTML=`\n\t\t\t${"popin"===t&&!0===n?`<div class="${this.overlayClassName}"></div>`:""}\n\t\t\t<div class="${this.contentClassName}">\n\t\t\t${e?`<button class="${this.closeButtonClassName}"><svg viewBox="0 0 16 16">\n\t<defs><path id="prefix__a" d="M12 4.991L11.009 4 8 7.009 4.991 4 4 4.991 7.009 8 4 11.009 4.991 12 8 8.991 11.009 12 12 11.009 8.991 8z"></path></defs>\n\t<g><use xlink:href="#prefix__a"></use></g>\n</svg></button>`:""}\n\t\t\t</div>`,i}loadFont(e,t){if(!e||"inherit"===e)return;const n=document.createElement("style"),i=t.match(x)?t.match(x)[1]:"";n.innerHTML=`@font-face { font-family: '${e}_${i}'; src: url('${t}');}`,document.head.appendChild(n)}getStyleTag(t=""){const{noStyles:n,layout:i}=DATA,{backgroundColor:r,isBackgroundImage:s,backgroundImage:o,backgroundSize:a,backgroundPosition:c,backgroundRepeat:l,borderColor:h,borderRadius:d,borderWidth:u,textColor:g,textAlign:m,fontName:p,fontStyle:v,fontSize:f,isTitle:w,titleTextAlign:y,titleTextColor:b,titleFontName:C,titleFontStyle:$,titleFontSize:S,overlay:T,overlayColor:E,dropShadow:A,dropShadowColor:I,dropShadowBlur:_,containerMargin:P,containerPadding:R,closeButton:k,closeButtonPosition:N,closeButtonSize:L,closeButtonBorderRadius:B,closeButtonBorderWidth:O,closeButtonBorderColor:W,closeButtonColor:D,closeButtonBackgroundColor:j,buttonsBorderWidth:q,buttonsBorderColor:M,buttonsBorderRadius:V,buttonsBackgroundColor:H,buttonsTextColor:z,buttonsFontName:F,buttonsFontStyle:U,buttonsFontSize:Z}=n?{}:DATA,G=document.createElement("style");G.type="text/css",e()&&G.setAttribute("abtasty-script-added","true"),this.loadFont(p,v),this.loadFont(C,$),this.loadFont(F,U);const K=`background: ${["string"==typeof r?r:"rgba(255, 255, 255, 1)",s&&"string"==typeof o&&o.length?`url(${o})`:"",s&&"string"==typeof c&&"100% 100%"!==a?c:"0 0",s&&"string"==typeof a?`/ ${a}`:"/ auto",s&&l&&!["cover","100% 100%"].includes(a)?"repeat":"no-repeat"].join(" ").trim()};`,Y="number"==typeof u&&u>0,J=`border: ${[Y?`${u}px`:"unset",Y?"solid":"",Y&&"string"==typeof h&&h.length?h:""].join(" ").trim()};`,Q=void 0!==d?`border-radius: ${d}px;`:"",X=void 0!==g?`color: ${g}; fill: ${g}; -webkit-text-fill-color: ${g};`:"",ee=void 0!==m?`text-align: ${m};`:"",te=p&&"inherit"!==p?`font-family:${p}_${v.match(x)?v.match(x)[1]:""};`:v||"",ne=f?`font-size: ${f}px;`:"",ie=void 0!==A&&A?`box-shadow: 0 5px ${_}px 0 ${I};`:"",re=P instanceof Array&&1===P.length&&P[0],se=re?`margin: ${re.top}px ${re.right}px ${re.bottom}px ${re.left}px;`:"",oe=re?`margin: calc(${re.top}px * 0.5) calc(${re.right}px * 0.5) calc(${re.bottom}px * 0.5) calc(${re.left}px * 0.5);`:"",ae=R instanceof Array&&1===R.length&&R[0],ce=ae?`padding: ${ae.top}px ${ae.right}px ${ae.bottom}px ${ae.left}px;`:"",le=ae?`padding: calc(${ae.top}px * 0.5) calc(${ae.right}px * 0.5) calc(${ae.bottom}px * 0.5) calc(${ae.left}px * 0.5);`:"",he=void 0!==q&&q?`border-width: ${q}px; border-style: solid;`:"",de=[M,q].every((e=>void 0!==e))&&q?`border-color: ${M};`:"",ue=void 0!==V?`border-radius: ${V}px;`:"",ge=void 0!==H?`background-color: ${H};`:"",me=void 0!==z?`color: ${z}; fill: ${z}; -webkit-text-fill-color: ${z};`:"",pe=F&&"inherit"!==F?`font-family:${F}_${U.match(x)?U.match(x)[1]:""};`:U||"",ve=Z?`font-size: ${Z}px;`:"",fe="popin"!==i||void 0!==T&&!0!==T?"":[`#${this.widgetContainerId} .${this.overlayClassName} {`,`background-color: ${void 0!==E?E:"rgba(0, 0, 0, 0.6)"};`,"}"].join(""),we="number"==typeof L?L:16,ye=we/2,be=n||void 0!==k&&k?[`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} {`,"position: absolute;",("out"===N?`bottom: calc(100% + ${ye}px)`:`top: ${ye}px`)+";",`right: ${ye}px;`,"width: auto;","height: auto;","background: none;","border: none;","cursor: pointer;","outline: none;","padding: 0;","margin: 0;","line-height: 0;","z-index: 9;",""+("number"==typeof B?`border-radius: ${B}px;`:""),""+("number"==typeof O&&O>0?`border: ${O}px solid ${void 0!==W?W:"rgba(57, 57, 57, 1)"};`:""),""+("string"==typeof j?`background-color: ${j};`:""),"}",`#${this.widgetContainerId} .${this.contentClassName} .${this.closeButtonClassName} svg {`,"pointer-events: none;",`width: ${we}px;`,`height: ${we}px;`,""+("string"==typeof D?`fill: ${D};`:""),"}"].join(""):"",Ce=w&&"string"==typeof b?[`#${this.widgetContainerId} .${this.contentClassName} > * h1, `,`#${this.widgetContainerId} .${this.contentClassName} > * h2, `,`#${this.widgetContainerId} .${this.contentClassName} > * h3, `,`#${this.widgetContainerId} .${this.contentClassName} > * h4, `,`#${this.widgetContainerId} .${this.contentClassName} > * h5, `,`#${this.widgetContainerId} .${this.contentClassName} > * h6 {`,`color: ${b}; fill: ${b}; -webkit-text-fill-color: ${b};`,void 0!==y?`text-align: ${y};`:"",C&&"inherit"!==C?`font-family:${C}_${$.match(x)?$.match(x)[1]:""};`:$||"",S?`font-size: ${S}px;`:"","}"].join(""):"";return G.textContent=[`.${this.hideClassName} {`,"opacity: 0 !important;","pointer-events: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,K,Q,J,X,ee,ie,se,te,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} p {`,X,ee,te,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,"display: block;","line-height: 1;","text-indent: unset;",ce,te,ne,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a, `,`#${this.widgetContainerId} .${this.contentClassName} > * button {`,"box-sizing: border-box;","display: inline-block;",he,de,ue,ge,me,pe,ve,"}",`#${this.widgetContainerId} .${this.contentClassName} > * a *, `,`#${this.widgetContainerId} .${this.contentClassName} > * button * {`,me,pe,ve,"}","@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,oe,"}",`#${this.widgetContainerId} .${this.contentClassName} > * {`,le,"}","}",fe,be,Ce,`${t}`].join(""),G}}const A=["top: 0;","top: 50%;","bottom: 0;"],I=["left: 0;","left: 50%;","right: 0;"],_=e=>1===e?"-50%":0,P=()=>{if(Array.isArray(DATA.popinPosition)){const{popinPosition:[{x:e,y:t}]}=DATA,n=`translate(${_(t)}, ${_(e)});`;return`${A[e]}${I[t]}transform: ${n}`}return"left: 50%;top: 50%;transform: translate(-50%, -50%);"},R=()=>"autoWidth"in DATA&&!0===DATA.autoWidth,k=()=>{if(R())return"width: auto;height: auto;";const{popinPercentWidth:e,popinPixelsWidth:t,widthUnit:n,autoHeight:i,popinPercentHeight:r,popinPixelsHeight:s,heightUnit:o}=DATA;return`width: ${"px"===n?t:e}${n};height: ${i?"auto":`${"px"===o?s:r}${o}`};`};class N extends E{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){const{zindex:e,zindexCustom:t,overlay:n}=DATA;return[`#${this.widgetContainerId} {`,"position: fixed;","top: 0;","left: 0;","width: 100%;","height: 100%;",`z-index: ${"custom"===e?t:e};`,"opacity: 1;","transition: opacity 0.25s ease;","background: none;","pointer-events: "+(!1===n?"none":"all"),"}",`#${this.widgetContainerId} .${this.overlayClassName} {`,"position: absolute;","z-index: -1;","top: 0;","left: 0;","width: 100%;","height: 100%;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: absolute;",P(),k(),"pointer-events: all","}",`${R()?"":[`#${this.widgetContainerId} .${this.contentClassName} > div {`,"height: 100%;","overflow: auto;","box-sizing: border-box;","}"].join("")}`,"@media screen and (max-width: 579px) {",`#${this.widgetContainerId} .${this.contentClassName} {`,"max-width: 94vw;","}","}"].join("")}}class L extends E{constructor(){super(),this.stringStyles=this.getStyles(),this.styleElement=this.getStyleTag(this.stringStyles)}getStyles(){return[`#${this.widgetContainerId} {`,"width: auto;","height: auto;","margin: 0;","padding: 0;","background: none;","}",`#${this.widgetContainerId} .${this.contentClassName} {`,"position: relative;","}"].join("")}}var B="nextEachOther",O="onTopEachOther";function W(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var i,r,s=[],o=!0,a=!1;try{for(n=n.call(e);!(o=(i=n.next()).done)&&(s.push(i.value),!t||s.length!==t);o=!0);}catch(e){a=!0,r=e}finally{try{o||null==n.return||n.return()}finally{if(a)throw r}}return s}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return D(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return D(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 D(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function j(e,t,n,i,r,s,o){try{var a=e[s](o),c=a.value}catch(e){return void n(e)}a.done?t(c):Promise.resolve(c).then(i,r)}function q(e){return function(){var t=this,n=arguments;return new Promise((function(i,r){var s=e.apply(t,n);function o(e){j(s,i,r,o,a,"next",e)}function a(e){j(s,i,r,o,a,"throw",e)}o(void 0)}))}}var M=B,V=O;function H(e){return new Promise((function(t){var n=new Image;n.onload=function(e){var n=e.target;return t({width:n.naturalWidth,height:n.naturalHeight})},n.src=e}))}function z(e,t,n){return F.apply(this,arguments)}function F(){return(F=q(regeneratorRuntime.mark((function e(t,n,i){var r,s,o,a,c,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all([H(t),H(n)]);case 2:r=e.sent,s=W(r,2),o=s[0],a=s[1],e.t0=i,e.next=e.t0===M?9:e.t0===V?12:15;break;case 9:return c=o.width+a.width,l=o.height>=a.height?o.height:a.height,e.abrupt("break",18);case 12:return c=o.width>=a.width?o.width:a.width,l=o.height+a.height,e.abrupt("break",18);case 15:return c=o.width>=a.width?o.width:a.width,l=o.height>=a.height?o.height:a.height,e.abrupt("break",18);case 18:return e.abrupt("return",{width:c,height:l});case 19:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var U=function(e){var t=e.tagName,n=e.innerText,i=void 0===n?"":n,r=e.classList,s=void 0===r?[]:r,o=e.type,a=void 0===o?null:o,c=e.attributes,l=void 0===c?{}:c,h=document.createElement(t);return a&&(h.type=a),s.forEach((function(e){return h.classList.add(e)})),Object.entries(l).forEach((function(e){var t=W(e,2),n=t[0],i=t[1];"string"==typeof n&&"string"==typeof i&&h.setAttribute(n,i)})),i.length>0&&(h.innerText=i),h},Z=function(e){return e.split(/(?:\r\n|\n|\r)/).map((function(e){return e.replace(/^\s+/gm,"")})).join(" ").trim()},G=function(e){return e.replace(/\s?\/\*([\s\S]*?)\*\/\s?/g," ")};function K(e,t,n,i,r,s,o){try{var a=e[s](o),c=a.value}catch(e){return void n(e)}a.done?t(c):Promise.resolve(c).then(i,r)}function Y(e){return function(){var t=this,n=arguments;return new Promise((function(i,r){var s=e.apply(t,n);function o(e){K(s,i,r,o,a,"next",e)}function a(e){K(s,i,r,o,a,"throw",e)}o(void 0)}))}}var J,Q="draggableSeparator",X=B,ee=O;function te(){return(te=Y(regeneratorRuntime.mark((function e(t){var n,i,r,s,o,a,c,l,h,d,u,g,m,p,v,f,w,y,b,C,$,S,T,x;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.styleElement,i=t.uniqueId,r=DATA,s=r.topImage,o=r.backImage,a=r.subLayout,c=r.layout,l=r.backgroundColor,h=r.autoWidth,d=r.autoHeight,u=r.popinPercentWidth,g=r.popinPixelsWidth,m=r.popinPercentHeight,p=r.popinPixelsHeight,v=r.widthUnit,f=r.heightUnit,e.next=4,z(o,s,a);case 4:w=e.sent,y=h?"".concat(w.width,"px"):"".concat("px"!==v&&"popin"===c?u:g).concat(v),b=h||d?"".concat(w.height,"px"):"".concat(d||"px"===f||"popin"!==c?p:m).concat(f),C="".concat(("px"===v?g:u)*w.height/w.width).concat(v),$="\n .img-container__".concat(i," {\n position: relative;\n min-width: ").concat(y,";\n min-height: ").concat(h?b:C,";\n overflow: hidden;\n }\n .img__").concat(i," {\n position: absolute;\n width: 100%;\n height: 100%;\n }\n .before__").concat(i," {\n z-index: 1;\n width: 50%;\n background-image: url('").concat(s,"');\n background-size: ").concat(y," 100%;\n }\n .after__").concat(i," {\n background-image: url('").concat(o,"');\n background-size: ").concat(y," 100%;\n }\n\n .slider__").concat(i," {\n z-index: 1;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n -webkit-appearance: none;\n appearance: none;\n width: 100%;\n height: 100%;\n background: transparent;\n outline: none;\n margin: 0;\n padding: 0;\n border: none;\n }\n .slider__").concat(i,"::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 4px;\n height: 100%; /* must be equals to height of the container */\n background-color: ").concat(l,";\n cursor: pointer;\n }\n .slider-button__").concat(i," {\n cursor: pointer;\n position: absolute;\n width: 24px;\n height: 24px;\n border-radius: 30%;\n background-color: ").concat(l,";\n left: calc(50% - 12px);\n top: calc(50% - 12px);\n z-index: 1;\n }\n .labels__").concat(i," {\n min-width: ").concat(h?y:"100%",";\n display: flex;\n justify-content: space-between;\n margin-top: 4px;\n }\n "),S="\n .img-container__".concat(i," {\n display: flex;\n flex-wrap: nowrap;\n flex-direction: row;\n width: ").concat(h?y:"100%",";\n height: auto;\n justify-content: space-between;\n align-items: center;\n }\n .img__").concat(i," {\n max-height: 100%;\n max-width: 49%;\n overflow: hidden;\n }\n .labels__").concat(i," {\n min-width: ").concat(h?y:"100%",";\n display: flex;\n justify-content: space-between;\n margin-top: 4px;\n }\n "),T="\n .img-container__".concat(i," {\n display: flex;\n flex-wrap: nowrap;\n flex-direction: column;\n width: ").concat(h?y:"100%",";\n max-height: ").concat(d?"auto":b,";\n justify-content: center;\n align-items: center;\n }\n .img__").concat(i," {\n width: 100%;\n max-height: 50%;\n }\n .label__").concat(i," {\n display: block;\n text-align: center;\n color: #6E6E6E;\n font-size: 12px;\n line-height: 15px;\n }\n "),x="\n .frameBeforeAfter__".concat(i," {\n min-width: ").concat(y,"; /* tried 100% but :x: */\n min-height: ").concat(d?"auto":b,";\n display: flex!important;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .title__").concat(i,", .catchline__").concat(i," {\n display: block;\n margin-bottom: 8px;\n text-align: center;\n line-height: 18px;\n }\n .title__").concat(i," {\n font-weight: 700;\n color: #17545A;\n }\n .label__").concat(i," { \n color: #6E6E6E;\n font-size: 12px;\n line-height: 15px;\n }\n "),e.t0=a,e.next=e.t0===X?15:e.t0===ee?17:19;break;case 15:return x+=S,e.abrupt("break",21);case 17:return x+=T,e.abrupt("break",21);case 19:return x+=$,e.abrupt("break",21);case 21:return n.insertAdjacentHTML("beforeend",G(Z(x))),e.abrupt("return",n);case 23:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function ne(){var e=DATA,t=e.layout,n=e.frameReferrerInsertType,i=e.frameElementReferrer,r="popin"===t?new N:new L(n,i),s=r.domElement.querySelector(".".concat(r.contentClassName));!function(e){te.apply(this,arguments)}(r);var o=function(e){var t=DATA,n=t.subLayout,i=t.backImage,r=t.topImage,s=t.titleSwitch,o=t.titleInput,a=t.catchSwitch,c=t.catchInput,l=t.switchLabelImgs,h=t.labelTopImgInput,d=t.labelBackImgInput,u=U({tagName:"div",classList:["frameBeforeAfter__".concat(e)]});if(s){var g=U({tagName:"span",classList:["title__".concat(e)],innerText:o});u.appendChild(g)}if(a){var m=U({tagName:"span",classList:["catchline__".concat(e)],innerText:c});u.appendChild(m)}var p=U({tagName:"div",classList:["img-container__".concat(e)]}),v=l&&U({tagName:"span",classList:["label__".concat(e)],innerText:h}),f=l&&U({tagName:"span",classList:["label__".concat(e)],innerText:d});if([r,i].forEach((function(t,i){var r=0===i,s=U({tagName:"div",classList:["img__".concat(e),"".concat(r?"before":"after","__").concat(e)]});n!==Q&&s.appendChild(U({tagName:"img",attributes:{src:t,alt:t.split("/").pop().split(".").slice(0,-1).join("")}})),p.appendChild(s),n===ee&&l&&p.appendChild(r?v:f)})),n===Q){var w=U({tagName:"div",classList:["slider-button__".concat(e)]});w.innerHTML='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<rect opacity="0.01" width="24" height="24" fill="white"/>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M9 7C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7ZM9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11ZM8 16C8 15.4477 8.44772 15 9 15C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17C8.44772 17 8 16.5523 8 16ZM15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7ZM14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12ZM15 15C14.4477 15 14 15.4477 14 16C14 16.5523 14.4477 17 15 17C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15Z" fill="#B2C0CF"/>\n<mask id="mask0" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="8" y="7" width="8" height="10">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M9 7C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7ZM9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11ZM8 16C8 15.4477 8.44772 15 9 15C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17C8.44772 17 8 16.5523 8 16ZM15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7ZM14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12ZM15 15C14.4477 15 14 15.4477 14 16C14 16.5523 14.4477 17 15 17C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15Z" fill="white"/>\n</mask>\n<g mask="url(#mask0)">\n<rect width="24" height="24" fill="#393939"/>\n</g>\n</svg>',p.appendChild(w);var y=U({tagName:"input",type:"range",classList:["slider__".concat(e)],attributes:{min:"O",max:"100",value:"50"}});["input","change"].forEach((function(t){y.addEventListener(t,(function(t){var n=parseFloat(t.target.value);document.querySelector(".before__".concat(e)).style.width="".concat(n,"%"),document.querySelector(".slider-button__".concat(e)).style.left="calc(".concat(n,"% - 12px)")}),{passive:!0})})),p.appendChild(y)}if(u.appendChild(p),n!==ee&&l){var b=U({tagName:"div",classList:["labels__".concat(e)]});b.appendChild(v),b.appendChild(f),u.appendChild(b)}return u}(r.uniqueId);return s.appendChild(o),r.init().then((function(e){return e&&r.show()})),{parentContainer:r}}(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.every((function(e){return"string"==typeof e&&e.length}))})((J=DATA).topImage,J.backImage)&&ne()}();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abtasty/before-after-image",
3
3
  "description": "Widget for AB Tasty",
4
- "version": "0.0.3-4",
4
+ "version": "0.0.3-5",
5
5
  "form": "dist/form.js",
6
6
  "main": "dist/main.js",
7
7
  "files": [