@inappstory/js-sdk 3.3.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("uuid"),require("mobx"),require("@inappstory/slide-api"),require("async-mutex"),require("@inappstory/video-player"),require("react"),require("react-dom/client"),require("classnames"),require("mobx-react-lite"),require("react-dom"),require("react-input-mask"),require("lit"),require("lit/decorators.js"),require("lit/static-html.js"),require("lit/directives/style-map.js"),require("lit/directives/class-map.js"),require("lit/directives/unsafe-html.js"),require("parse-css-sides"));else if("function"==typeof define&&define.amd)define(["uuid","mobx","@inappstory/slide-api","async-mutex","@inappstory/video-player","react","react-dom/client","classnames","mobx-react-lite","react-dom","react-input-mask","lit","lit/decorators.js","lit/static-html.js","lit/directives/style-map.js","lit/directives/class-map.js","lit/directives/unsafe-html.js","parse-css-sides"],t);else{var s="object"==typeof exports?t(require("uuid"),require("mobx"),require("@inappstory/slide-api"),require("async-mutex"),require("@inappstory/video-player"),require("react"),require("react-dom/client"),require("classnames"),require("mobx-react-lite"),require("react-dom"),require("react-input-mask"),require("lit"),require("lit/decorators.js"),require("lit/static-html.js"),require("lit/directives/style-map.js"),require("lit/directives/class-map.js"),require("lit/directives/unsafe-html.js"),require("parse-css-sides")):t(e.uuid,e.mobx,e["@inappstory/slide-api"],e["async-mutex"],e["@inappstory/video-player"],e.react,e["react-dom/client"],e.classnames,e["mobx-react-lite"],e["react-dom"],e["react-input-mask"],e.lit,e["lit/decorators.js"],e["lit/static-html.js"],e["lit/directives/style-map.js"],e["lit/directives/class-map.js"],e["lit/directives/unsafe-html.js"],e["parse-css-sides"]);for(var i in s)("object"==typeof exports?exports:e)[i]=s[i]}}(self,((e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,f,y)=>(()=>{var v={3643:function(e){e.exports=function(e){var t={};function s(i){if(t[i])return t[i].exports;var r=t[i]={i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,s),r.l=!0,r.exports}return s.m=e,s.c=t,s.d=function(e,t,i){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},s.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(s.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)s.d(i,r,function(t){return e[t]}.bind(null,r));return i},s.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="",s(s.s=90)}({17:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i=s(18),r=function(){function e(){}return e.getFirstMatch=function(e,t){var s=t.match(e);return s&&s.length>0&&s[1]||""},e.getSecondMatch=function(e,t){var s=t.match(e);return s&&s.length>1&&s[2]||""},e.matchAndReturnConst=function(e,t,s){if(e.test(t))return s},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,s,i){void 0===i&&(i=!1);var r=e.getVersionPrecision(t),a=e.getVersionPrecision(s),o=Math.max(r,a),n=0,l=e.map([t,s],(function(t){var s=o-e.getVersionPrecision(t),i=t+new Array(s+1).join(".0");return e.map(i.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(i&&(n=o-Math.min(r,a)),o-=1;o>=n;){if(l[0][o]>l[1][o])return 1;if(l[0][o]===l[1][o]){if(o===n)return 0;o-=1}else if(l[0][o]<l[1][o])return-1}},e.map=function(e,t){var s,i=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(s=0;s<e.length;s+=1)i.push(t(e[s]));return i},e.find=function(e,t){var s,i;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(s=0,i=e.length;s<i;s+=1){var r=e[s];if(t(r,s))return r}},e.assign=function(e){for(var t,s,i=e,r=arguments.length,a=new Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];if(Object.assign)return Object.assign.apply(Object,[e].concat(a));var n=function(){var e=a[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){i[t]=e[t]}))};for(t=0,s=a.length;t<s;t+=1)n();return e},e.getBrowserAlias=function(e){return i.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return i.BROWSER_MAP[e]||""},e}();t.default=r,e.exports=t.default},18:function(e,t,s){"use strict";t.__esModule=!0,t.ENGINE_MAP=t.OS_MAP=t.PLATFORMS_MAP=t.BROWSER_MAP=t.BROWSER_ALIASES_MAP=void 0,t.BROWSER_ALIASES_MAP={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},t.BROWSER_MAP={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},t.PLATFORMS_MAP={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},t.OS_MAP={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},t.ENGINE_MAP={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"}},90:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=s(91))&&i.__esModule?i:{default:i},a=s(18);function o(e,t){for(var s=0;s<t.length;s++){var i=t[s];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}var n=function(){function e(){}var t,s,i;return e.getParser=function(e,t){if(void 0===t&&(t=!1),"string"!=typeof e)throw new Error("UserAgent should be a string");return new r.default(e,t)},e.parse=function(e){return new r.default(e).getResult()},t=e,i=[{key:"BROWSER_MAP",get:function(){return a.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return a.ENGINE_MAP}},{key:"OS_MAP",get:function(){return a.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return a.PLATFORMS_MAP}}],(s=null)&&o(t.prototype,s),i&&o(t,i),e}();t.default=n,e.exports=t.default},91:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i=l(s(92)),r=l(s(93)),a=l(s(94)),o=l(s(95)),n=l(s(17));function l(e){return e&&e.__esModule?e:{default:e}}var d=function(){function e(e,t){if(void 0===t&&(t=!1),null==e||""===e)throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},!0!==t&&this.parse()}var t=e.prototype;return t.getUA=function(){return this._ua},t.test=function(e){return e.test(this._ua)},t.parseBrowser=function(){var e=this;this.parsedResult.browser={};var t=n.default.find(i.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser},t.getBrowser=function(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()},t.getBrowserName=function(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""},t.getBrowserVersion=function(){return this.getBrowser().version},t.getOS=function(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()},t.parseOS=function(){var e=this;this.parsedResult.os={};var t=n.default.find(r.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os},t.getOSName=function(e){var t=this.getOS().name;return e?String(t).toLowerCase()||"":t||""},t.getOSVersion=function(){return this.getOS().version},t.getPlatform=function(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()},t.getPlatformType=function(e){void 0===e&&(e=!1);var t=this.getPlatform().type;return e?String(t).toLowerCase()||"":t||""},t.parsePlatform=function(){var e=this;this.parsedResult.platform={};var t=n.default.find(a.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform},t.getEngine=function(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()},t.getEngineName=function(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""},t.parseEngine=function(){var e=this;this.parsedResult.engine={};var t=n.default.find(o.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine},t.parse=function(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this},t.getResult=function(){return n.default.assign({},this.parsedResult)},t.satisfies=function(e){var t=this,s={},i=0,r={},a=0;if(Object.keys(e).forEach((function(t){var o=e[t];"string"==typeof o?(r[t]=o,a+=1):"object"==typeof o&&(s[t]=o,i+=1)})),i>0){var o=Object.keys(s),l=n.default.find(o,(function(e){return t.isOS(e)}));if(l){var d=this.satisfies(s[l]);if(void 0!==d)return d}var c=n.default.find(o,(function(e){return t.isPlatform(e)}));if(c){var h=this.satisfies(s[c]);if(void 0!==h)return h}}if(a>0){var u=Object.keys(r),p=n.default.find(u,(function(e){return t.isBrowser(e,!0)}));if(void 0!==p)return this.compareVersion(r[p])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var s=this.getBrowserName().toLowerCase(),i=e.toLowerCase(),r=n.default.getBrowserTypeByAlias(i);return t&&r&&(i=r.toLowerCase()),i===s},t.compareVersion=function(e){var t=[0],s=e,i=!1,r=this.getBrowserVersion();if("string"==typeof r)return">"===e[0]||"<"===e[0]?(s=e.substr(1),"="===e[1]?(i=!0,s=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?s=e.substr(1):"~"===e[0]&&(i=!0,s=e.substr(1)),t.indexOf(n.default.compareVersions(r,s,i))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=d,e.exports=t.default},92:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=s(17))&&i.__esModule?i:{default:i},a=/version\/(\d+(\.?_?\d+)+)/i,o=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},s=r.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},s=r.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},s=r.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},s=r.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},s=r.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},s=r.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},s=r.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},s=r.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},s=r.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},s=r.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},s=r.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},s=r.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},s=r.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},s=r.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},s=r.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return s&&(t.version=s),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},s=r.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},s=r.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},s=r.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},s=r.default.getFirstMatch(a,e)||r.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},s=r.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},s=r.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},s=r.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},s=r.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},s=r.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},s=r.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},s=r.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},s=r.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},s=r.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:function(e){var t=!e.test(/like android/i),s=e.test(/android/i);return t&&s},describe:function(e){var t={name:"Android Browser"},s=r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},s=r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},s=r.default.getFirstMatch(a,e);return s&&(t.version=s),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:r.default.getFirstMatch(t,e),version:r.default.getSecondMatch(t,e)}}}];t.default=o,e.exports=t.default},93:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=s(17))&&i.__esModule?i:{default:i},a=s(18),o=[{test:[/Roku\/DVP/],describe:function(e){var t=r.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:a.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=r.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:a.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=r.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),s=r.default.getWindowsVersionName(t);return{name:a.OS_MAP.Windows,version:t,versionName:s}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:a.OS_MAP.iOS},s=r.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return s&&(t.version=s),t}},{test:[/macintosh/i],describe:function(e){var t=r.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),s=r.default.getMacOSVersionName(t),i={name:a.OS_MAP.MacOS,version:t};return s&&(i.versionName=s),i}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=r.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:a.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),s=e.test(/android/i);return t&&s},describe:function(e){var t=r.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),s=r.default.getAndroidVersionName(t),i={name:a.OS_MAP.Android,version:t};return s&&(i.versionName=s),i}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=r.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),s={name:a.OS_MAP.WebOS};return t&&t.length&&(s.version=t),s}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=r.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||r.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||r.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:a.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=r.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:a.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=r.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:a.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:a.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:a.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=r.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:a.OS_MAP.PlayStation4,version:t}}}];t.default=o,e.exports=t.default},94:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=s(17))&&i.__esModule?i:{default:i},a=s(18),o=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=r.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",s={type:a.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(s.model=t),s}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:a.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),s=e.test(/like (ipod|iphone)/i);return t&&!s},describe:function(e){var t=r.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:a.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:a.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:a.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:a.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:a.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:a.PLATFORMS_MAP.tv}}}];t.default=o,e.exports=t.default},95:function(e,t,s){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=s(17))&&i.__esModule?i:{default:i},a=s(18),o=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:a.ENGINE_MAP.Blink};var t=r.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:a.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:a.ENGINE_MAP.Trident},s=r.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:a.ENGINE_MAP.Presto},s=r.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:function(e){var t=e.test(/gecko/i),s=e.test(/like gecko/i);return t&&!s},describe:function(e){var t={name:a.ENGINE_MAP.Gecko},s=r.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:a.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:a.ENGINE_MAP.WebKit},s=r.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return s&&(t.version=s),t}}];t.default=o,e.exports=t.default}})},2432:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".favorite-story-list-modal--xWjHA{position:fixed;inset:0px;z-index:1090}.favorite-story-list-modal--xWjHA .container--GZBjv{width:100%;height:100%;background:var(--storiesFavoriteBackgroundColor, #333333);display:flex;flex-direction:column;position:relative;overflow-y:auto}.favorite-story-list-modal--xWjHA .header--TjHMD{display:flex;align-content:center;justify-content:center;align-items:center;flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--storiesFavoriteTitleBackgroundColor, #333333);box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);padding-top:var(--storiesFavoriteHeaderTopOffset, 0px);margin-bottom:25px}.favorite-story-list-modal--xWjHA .header--TjHMD .title--Dk04x{margin-top:1rem;margin-bottom:1rem;font-size:1.2em;color:var(--storiesFavoriteTitleColor, white);font-family:var(--storiesFavoriteTitleFontFamily);font-weight:normal;font-size:1.4rem;line-height:normal;font:var(--storiesFavoriteTitleFont, normal)}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .header--TjHMD .title--Dk04x{margin-top:25px;margin-bottom:25px}}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .header--TjHMD{margin-bottom:50px}}.favorite-story-list-modal--xWjHA .header__close-btn--Jojm-{border:0;padding:0;background:rgba(0,0,0,0);position:absolute;top:50%;transform:translateY(-50%);z-index:1140;pointer-events:all;cursor:pointer;outline:none;right:10px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.favorite-story-list-modal--xWjHA .header__close-btn--Jojm-:focus{outline:none}.favorite-story-list-modal--xWjHA .header__close-btn--Jojm- svg{overflow:visible}.favorite-story-list-modal--xWjHA .footer--edEpn{width:100%;height:25px}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .footer--edEpn{height:50px}}.favorite-story-list-modal--xWjHA .bottom-offset--baiTh{position:-webkit-sticky;position:sticky;z-index:100;background:inherit;bottom:0;width:100%;height:var(--storiesFavoriteBottomOffset, 0px)}.favorite-story-list-modal--xWjHA .content--qCPkX{display:flex;justify-content:center;width:100%;padding-bottom:25px}.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{width:100%}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:640px}}@media(min-width: 768px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:768px}}@media(min-width: 1024px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:1024px}}@media(min-width: 1280px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:1280px}}",""]),r.locals={"favorite-story-list-modal":"favorite-story-list-modal--xWjHA",container:"container--GZBjv",header:"header--TjHMD",title:"title--Dk04x","header__close-btn":"header__close-btn--Jojm-",footer:"footer--edEpn","bottom-offset":"bottom-offset--baiTh",content:"content--qCPkX","favorite-story-list":"favorite-story-list--MISMx"};const a=r},5669:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".aspect-ratio-box--u2SLt{overflow:hidden;position:relative}.aspect-ratio-box--u2SLt.aspect-ratio-box--centered--ZWs8d{width:auto;height:100%;left:50%;transform:translateX(-50%)}.aspect-ratio-box-inside--U\\+o3F{position:absolute;top:0;left:0;width:100%;height:100%}",""]),r.locals={"aspect-ratio-box":"aspect-ratio-box--u2SLt","aspect-ratio-box--centered":"aspect-ratio-box--centered--ZWs8d","aspect-ratio-box-inside":"aspect-ratio-box-inside--U+o3F"};const a=r},9843:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".close-btn--KhMED{border:0;padding:0;background:rgba(0,0,0,0);position:absolute;top:20px;z-index:1140;pointer-events:all;cursor:pointer;outline:none;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.close-btn--KhMED:focus{outline:none}.close-btn--KhMED svg{overflow:visible}.close-btn--KhMED[data-position=start],.close-btn--KhMED[data-position=left]{left:10px}.close-btn--KhMED[data-position=start][dir=rtl],.close-btn--KhMED[data-position=left][dir=rtl]{left:auto;right:10px}.close-btn--KhMED[data-position=end],.close-btn--KhMED[data-position=right]{right:10px}.close-btn--KhMED[data-position=end][dir=rtl],.close-btn--KhMED[data-position=right][dir=rtl]{left:10px;right:auto}",""]),r.locals={"close-btn":"close-btn--KhMED"};const a=r},7495:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'@keyframes spin--JuRkn{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.splash-container--4toz\\+{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-1}.splash-container--4toz\\+ .splash-container__image--\\+1PkF{position:absolute;inset:0px;z-index:0}.splash-container--4toz\\+ .splash-container__image--\\+1PkF img{width:100%;height:100%;object-fit:cover}.splash-container--4toz\\+ .splash-container__lottie--f24Xy{position:absolute;inset:0px;z-index:1}.splash-container--4toz\\+ .splash-container__lottie--f24Xy canvas{width:100%;height:100%}.splash-container--4toz\\+.splash-container--isLoading--d8pYm:after{display:inline-block;position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem);content:"";width:2rem;height:2rem;border:solid 2px var(--GRLoaderBackgroundColor, white);border-color:var(--GRLoaderBackgroundAccentColor, transparent) var(--GRLoaderBackgroundColor, white) var(--GRLoaderBackgroundColor, white) var(--GRLoaderBackgroundColor, white);border-radius:50%;animation:spin--JuRkn .6s infinite linear;z-index:10}.splash-container--4toz\\+.splash-container--fadeIn--TD58C{opacity:1;transition:opacity ease-in .2s}.splash-container--4toz\\+.splash-container--fadeOut--GW15o{opacity:0;transition:opacity ease-out .3s}',""]),r.locals={"splash-container":"splash-container--4toz+","splash-container__image":"splash-container__image--+1PkF","splash-container__lottie":"splash-container__lottie--f24Xy","splash-container--isLoading":"splash-container--isLoading--d8pYm",spin:"spin--JuRkn","splash-container--fadeIn":"splash-container--fadeIn--TD58C","splash-container--fadeOut":"splash-container--fadeOut--GW15o"};const a=r},4289:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.game-reader-container--qAxmf{background-color:rgba(0,0,0,0);position:fixed;left:0px;top:0px;padding:0px;border:0px;z-index:2147483645;width:100%;height:100%;overflow:hidden;color-scheme:auto}.game-reader--vz8\\+v{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);z-index:1;user-select:none;pointer-events:all;color:#fff}.game-reader--vz8\\+v.game-reader--desktop-mode--hEnbE{padding:50px 0}.game-reader--vz8\\+v.game-reader--desktop-mode--hEnbE .game-reader__game-box--tDgOl{border-radius:var(--game-box-border-radius)}.game-reader--vz8\\+v.game-reader--widescreen--4rob-{padding:0 0}.game-reader--vz8\\+v.game-reader--widescreen--4rob- .game-reader__game-box--tDgOl{border-radius:0px}.game-reader--vz8\\+v .game-reader__refresh-btn--gKfAr{cursor:pointer;position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0);z-index:2}.game-reader--vz8\\+v .game-reader__game-box--tDgOl.game-reader__game-box--widescreen--DD\\+rV{border-radius:0px}.game-reader--vz8\\+v .game-reader__iframe--e3dlS{width:100%;height:100%;transition:opacity ease-in .3s}.game-reader--vz8\\+v .game-reader__backdrop--g2Ozw{position:fixed;inset:0;z-index:-1}',""]),r.locals={"game-reader-container":"game-reader-container--qAxmf","game-reader":"game-reader--vz8+v","game-reader--desktop-mode":"game-reader--desktop-mode--hEnbE","game-reader__game-box":"game-reader__game-box--tDgOl","game-reader--widescreen":"game-reader--widescreen--4rob-","game-reader__refresh-btn":"game-reader__refresh-btn--gKfAr","game-reader__game-box--widescreen":"game-reader__game-box--widescreen--DD+rV","game-reader__iframe":"game-reader__iframe--e3dlS","game-reader__backdrop":"game-reader__backdrop--g2Ozw"};const a=r},7314:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,":root{--ias-sat: env(safe-area-inset-top);--ias-sar: env(safe-area-inset-right);--ias-sab: env(safe-area-inset-bottom);--ias-sal: env(safe-area-inset-left)}",""]),r.locals={};const a=r},1938:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,"h3{margin:0}.stories-list-wrapper--\\+MxOM{background-color:var(--background-color, transparent);height:auto;padding:0;position:relative}.stories-list-wrapper--\\+MxOM.mode-desktop--Blm52.with-list-controls--CGYBY{position:relative}.stories-list--deukx{position:relative;overflow:visible}@media(min-width: 767.99px){.stories-list--deukx{overflow:hidden}}.stories-list__actions--p-QOR{position:absolute;right:0;top:0}.stories-list__viewport--m27BY{overflow:hidden;height:auto}.stories-list__viewport--m27BY:not(.mode-desktop--Blm52){display:flex}.stories-list__viewport-inner--oy\\+N4{display:flex;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-top:var(--storiesListTopPadding, 0);padding-bottom:var(--storiesListBottomPadding, 0);box-sizing:content-box}.stories-list__viewport-inner--oy\\+N4::-webkit-scrollbar{display:none}.stories-list__viewport-inner--oy\\+N4.mode-desktop--Blm52{scroll-behavior:unset;cursor:grab}.stories-list__viewport-inner--oy\\+N4.isVerticalDirection--P3UBw{flex-flow:row wrap}.stories-list__viewport-inner--oy\\+N4.align-center--9y43R{margin-left:auto;margin-right:auto}.stories-list__viewport-inner--oy\\+N4.align-left--Dm8Do{margin-right:auto}.stories-list__viewport-inner--oy\\+N4.align-right--bQ1a2{margin-left:auto}.stories-list__viewport-inner--oy\\+N4.isTitleCardOutsideTop--AeG\\+D{align-items:flex-end}.stories-list__viewport-inner--oy\\+N4.isTitleCardOutsideBottom--1P95a{align-items:flex-start}",""]),r.locals={"stories-list-wrapper":"stories-list-wrapper--+MxOM","mode-desktop":"mode-desktop--Blm52","with-list-controls":"with-list-controls--CGYBY","stories-list":"stories-list--deukx","stories-list__actions":"stories-list__actions--p-QOR","stories-list__viewport":"stories-list__viewport--m27BY","stories-list__viewport-inner":"stories-list__viewport-inner--oy+N4",isVerticalDirection:"isVerticalDirection--P3UBw","align-center":"align-center--9y43R","align-left":"align-left--Dm8Do","align-right":"align-right--bQ1a2",isTitleCardOutsideTop:"isTitleCardOutsideTop--AeG+D",isTitleCardOutsideBottom:"isTitleCardOutsideBottom--1P95a"};const a=r},7533:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".favorite-images-wrapper--ypxcM{display:flex;flex-direction:row;flex-wrap:wrap;padding:var(--storiesListCardFavoriteTitle, --storiesListItemTitlePadding, 0px);gap:var(--storiesListCardFavoriteGap, 3px);box-sizing:border-box}.favorite-image-wrapper--iFI60{flex:0 1 calc(50% - var(--storiesListCardFavoriteGap, 3px));position:relative}.favorite-image--H\\+mP1{position:relative}.favorite-image-item--ylNcQ{position:absolute;inset:0px;border-radius:calc(var(--storiesListInnerBorderRadiusRead, 0)/4);background-position:50% 50%;background-size:cover}.circle_style--umugM .favorite-image-item--ylNcQ{border-radius:50%}",""]),r.locals={"favorite-images-wrapper":"favorite-images-wrapper--ypxcM","favorite-image-wrapper":"favorite-image-wrapper--iFI60","favorite-image":"favorite-image--H+mP1","favorite-image-item":"favorite-image-item--ylNcQ",circle_style:"circle_style--umugM"};const a=r},2811:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.stories-slide-wrapper--\\+5j4I:not(:last-child){margin-right:var(--storiesGap, 20px)}.stories-slide-wrapper--\\+5j4I{display:flex;flex-direction:column;flex:0 0 auto;box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.stories-slide-wrapper--\\+5j4I:hover{text-decoration:none}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO{display:block;box-sizing:border-box;text-align:left;position:relative;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border:var(--storiesListBorderNotReadWidth, 2px) solid var(--storiesBorderNotReadColor, #00b956);padding:var(--storiesListBorderGapNotRead, 2px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU{border-radius:var(--storiesListBorderRadius, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide-image--cxCFY,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide-image--cxCFY{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide-image__image--mNEIE video,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide-image__image--mNEIE video{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide__mask--p6utN,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide__mask--p6utN{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide__content--QrUVw,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide__content--QrUVw{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe{border-radius:var(--storiesListBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide-image--cxCFY,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide-image--cxCFY{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide-image__image--mNEIE video,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide-image__image--mNEIE video{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide__mask--p6utN,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide__mask--p6utN{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide__content--QrUVw,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide__content--QrUVw{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._is-read--xEVZe{border:var(--storiesListBorderReadWidth, 1px) solid var(--storiesBorderReadColor, #ededed)}.stories-slide-wrapper--\\+5j4I.isTitleCardOutsideTop--EmWjs{justify-content:flex-end}.stories-slide-wrapper--\\+5j4I.isTitleCardOutsideBottom--W1JSg{justify-content:flex-start}.stories-slide-wrapper--\\+5j4I .stories-slide__inner--doJqj{display:block;position:relative;width:100%;height:100%}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-black--M47zI{background:#000}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-white--0Coab{background:#fff}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-red--UU5V7{background:#ff1a36}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-yellow--0cCZc{background:#fff000}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-green--10A4n{background:#0be361}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-violet--bnIBG{background:#b300bc}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-blue--lpzRG{background:#0761db}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-grey--nbEfc{background:#a8a8a8}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-black-gradient--q\\+aHV{background:#fff;background:linear-gradient(0deg, #c1c1c1, #000)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-white-gradient--YqOjh{background:#fff;background:linear-gradient(180deg, #fff, #ffc800)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-red-gradient---eK73{background:#ff1a36;background:linear-gradient(180deg, #c90174, #eb5c57)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-yellow-gradient--xg23E{background:#fff000;background:linear-gradient(0deg, #fbda61, #f76b1c)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-green-gradient--LfrRF{background:#0be361;background:linear-gradient(0deg, #b4ed50, #429321)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-violet-gradient--EQOBs{background:#b300bc;background:linear-gradient(180deg, #c90174, #0164fd)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-blue-gradient--TJV7z{background:#0761db;background:linear-gradient(180deg, #3023ae, #53a0fe 48%, #b4ed50)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-grey-gradient--4zJ9u{background:#a8a8a8;background:linear-gradient(0deg, #e2e2e2, #959595)}.stories-slide-wrapper--\\+5j4I .stories-slide-image--cxCFY{position:relative;width:100%;height:100%}.stories-slide-wrapper--\\+5j4I .stories-slide-image__wrap--kAiGt{position:absolute;top:0;bottom:0;left:0;right:0}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE{position:relative;opacity:1;transition:opacity .3s ease-in-out;overflow:hidden}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE._mode_list--K7WdU{width:100%;height:100%}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE.ugc-card-cell--Hmi8u img{object-fit:contain}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE img{width:100%;height:100%;object-fit:cover}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE video{min-height:100%;min-width:100%;width:100%;background-position:center center;background-repeat:no-repeat;object-fit:cover;opacity:0}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE.video-loaded--380fQ img{display:none}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE.video-loaded--380fQ video{opacity:1}.stories-slide-wrapper--\\+5j4I .stories-slide__mask--p6utN{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;background-color:var(--storiesListItemMaskColor, rgba(0, 0, 0, 0));background-image:var(--storiesListItemMaskLinearGradient, none);opacity:1}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._is-read--xEVZe .stories-slide__mask--p6utN{background-color:var(--storiesListItemOpenedMaskColor, rgba(0, 0, 0, 0));background-image:var(--storiesListItemOpenedMaskLinearGradient, none)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._ugc-cell--yAsON .stories-slide__mask--p6utN{background-color:var(--storiesListCardUgcMaskColor, rgba(0, 0, 0, 0));background-image:var(--storiesListCardUgcMaskLinearGradient, none)}.stories-slide-wrapper--\\+5j4I .stories-slide__content--QrUVw{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;height:100%;max-height:100%;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-family:var(--storiesListItemTitleFontFamily);font-weight:normal;font-size:1rem;line-height:normal;font:var(--storiesListItemTitleFont, normal);text-decoration:none;padding:var(--storiesListItemTitlePadding, 0px)}.stories-slide-wrapper--\\+5j4I .stories-slide__content--QrUVw.__position_outside_top--5TlyN,.stories-slide-wrapper--\\+5j4I .stories-slide__content--QrUVw.__position_outside_bottom--pXuxb{position:relative;top:unset;right:unset;bottom:unset;left:unset;height:auto}.stories-slide-wrapper--\\+5j4I .clamp--X7TaH{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz{white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:none;user-select:none}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz.align-left--PkXxY{text-align:left}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz.align-center--9Flsz{text-align:center}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz.align-right--wSGXZ{text-align:right}.stories-slide--KQzLO._format-circle--yaqgh,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide-image__image--mNEIE,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide-image__image--mNEIE video,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide__mask--p6utN,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide-image--cxCFY{border-radius:50%}.stories-slide--KQzLO._favorite-cell--CbxlS .stories-slide__mask--p6utN{background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)}.stories-slide--KQzLO._favorite-cell--CbxlS._format-circle--yaqgh .stories-slide-image__wrap--kAiGt{display:flex}.stories-slide--KQzLO._favorite-cell--CbxlS._format-circle--yaqgh .stories-slide-image__image--mNEIE{width:85%;height:85%;overflow:visible;margin:auto}.stories-slide--KQzLO._favorite-cell--CbxlS._format-circle--yaqgh .favorite-images-wrapper--zfyVz{margin:0;padding:0}.stories-slide--KQzLO._has-drop-shadow--GdCOv{filter:drop-shadow(var(--storiesListCardDropShadow, none))}.stories-slide--KQzLO._has-drop-shadow--GdCOv._is-read--xEVZe{filter:drop-shadow(var(--storiesListCardOpenedDropShadow, none))}.stories-slide--KQzLO._has-drop-shadow--GdCOv._favorite-cell--CbxlS{filter:drop-shadow(var(--storiesListCardFavoriteDropShadow, none))}.stories-slide--KQzLO._has-drop-shadow--GdCOv._ugc-cell--yAsON{filter:drop-shadow(var(--storiesListCardUgcDropShadow, none))}.stories-slide--KQzLO._has-card-svg-mask--0vIiG .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardMask);mask-image:var(--storiesListCardMask)}.stories-slide--KQzLO._has-card-svg-mask--0vIiG._is-read--xEVZe .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardOpenedMask);mask-image:var(--storiesListCardOpenedMask)}.stories-slide--KQzLO._has-card-svg-mask--0vIiG._favorite-cell--CbxlS .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardFavoriteMask);mask-image:var(--storiesListCardFavoriteMask)}.stories-slide--KQzLO._has-card-svg-mask--0vIiG._ugc-cell--yAsON .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardUgcMask);mask-image:var(--storiesListCardUgcMask)}.stories-slide--KQzLO .card-overlay-svg-mask--NPptq{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:3}@supports(((mask-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff)) and (mask-clip: content-box, border-box)) or ((-webkit-mask-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff)) and (-webkit-mask-clip: content-box, border-box))) and ((mask-composite: exclude) or (-webkit-mask-composite: xor)){.stories-slide--KQzLO._has-border-gradient-color--JRjv-{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-:before{content:"";position:absolute;border-radius:inherit;box-sizing:border-box;-webkit-mask-composite:xor;mask-composite:exclude;padding:var(--storiesListBorderNotReadWidth, 2px);top:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);right:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);left:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);background:var(--storiesBorderNotReadGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._is-read--xEVZe{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._is-read--xEVZe:before{padding:var(--storiesListBorderReadWidth, 2px);top:calc(var(--storiesListBorderReadWidth, 2px)*-1);right:calc(var(--storiesListBorderReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderReadWidth, 2px)*-1);left:calc(var(--storiesListBorderReadWidth, 2px)*-1);background:var(--storiesBorderReadGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._favorite-cell--CbxlS{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._favorite-cell--CbxlS:before{padding:var(--storiesListBorderNotReadWidth, 2px);top:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);right:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);left:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);background:var(--storiesListCardFavoriteGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._ugc-cell--yAsON{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._ugc-cell--yAsON:before{padding:var(--storiesListBorderNotReadWidth, 2px);top:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);right:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);left:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);background:var(--storiesListCardUgcGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}}',""]),r.locals={"stories-slide-wrapper":"stories-slide-wrapper--+5j4I","stories-slide":"stories-slide--KQzLO","_format-quad":"_format-quad--InfBL","_format-rectangle":"_format-rectangle--koqBU","stories-slide-image":"stories-slide-image--cxCFY","stories-slide-image__image":"stories-slide-image__image--mNEIE","stories-slide__mask":"stories-slide__mask--p6utN","stories-slide__content":"stories-slide__content--QrUVw","_is-read":"_is-read--xEVZe",isTitleCardOutsideTop:"isTitleCardOutsideTop--EmWjs",isTitleCardOutsideBottom:"isTitleCardOutsideBottom--W1JSg","stories-slide__inner":"stories-slide__inner--doJqj","_background-color-black":"_background-color-black--M47zI","_background-color-white":"_background-color-white--0Coab","_background-color-red":"_background-color-red--UU5V7","_background-color-yellow":"_background-color-yellow--0cCZc","_background-color-green":"_background-color-green--10A4n","_background-color-violet":"_background-color-violet--bnIBG","_background-color-blue":"_background-color-blue--lpzRG","_background-color-grey":"_background-color-grey--nbEfc","_background-color-black-gradient":"_background-color-black-gradient--q+aHV","_background-color-white-gradient":"_background-color-white-gradient--YqOjh","_background-color-red-gradient":"_background-color-red-gradient---eK73","_background-color-yellow-gradient":"_background-color-yellow-gradient--xg23E","_background-color-green-gradient":"_background-color-green-gradient--LfrRF","_background-color-violet-gradient":"_background-color-violet-gradient--EQOBs","_background-color-blue-gradient":"_background-color-blue-gradient--TJV7z","_background-color-grey-gradient":"_background-color-grey-gradient--4zJ9u","stories-slide-image__wrap":"stories-slide-image__wrap--kAiGt",_mode_list:"_mode_list--K7WdU","ugc-card-cell":"ugc-card-cell--Hmi8u","video-loaded":"video-loaded--380fQ","_ugc-cell":"_ugc-cell--yAsON",__position_outside_top:"__position_outside_top--5TlyN",__position_outside_bottom:"__position_outside_bottom--pXuxb",clamp:"clamp--X7TaH","stories-slide__title":"stories-slide__title--XeSlz","align-left":"align-left--PkXxY","align-center":"align-center--9Flsz","align-right":"align-right--wSGXZ","_format-circle":"_format-circle--yaqgh","_favorite-cell":"_favorite-cell--CbxlS","favorite-images-wrapper":"favorite-images-wrapper--zfyVz","_has-drop-shadow":"_has-drop-shadow--GdCOv","_has-card-svg-mask":"_has-card-svg-mask--0vIiG","card-overlay-svg-mask":"card-overlay-svg-mask--NPptq","_has-border-gradient-color":"_has-border-gradient-color--JRjv-"};const a=r},2731:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-list-controls--sC1DN{pointer-events:none}.stories-list-controls--sC1DN .control-start--NWniL,.stories-list-controls--sC1DN .control-end--Ezk33{cursor:pointer;position:absolute;background-color:var(--storiesListControlsBackgroundColor, white);border-radius:50%;z-index:10;height:var(--storiesListControlsSize);width:var(--storiesListControlsSize);top:50%;display:flex;justify-content:center;align-items:center;pointer-events:all}.stories-list-controls--sC1DN .control-icon--D3DFc{width:7px;height:12px;background-color:var(--storiesListControlsColor, black)}.stories-list-controls--sC1DN.horizontal--g63LL .control-start--NWniL{left:0;transform:translateY(-50%)}.stories-list-controls--sC1DN.horizontal--g63LL .control-start--NWniL.control-start_dir_rtl--7Opm5{left:auto;right:0}.stories-list-controls--sC1DN.horizontal--g63LL .control-end--Ezk33{right:0;transform:translateY(-50%)}.stories-list-controls--sC1DN.horizontal--g63LL .control-end--Ezk33.control-end_dir_rtl--twvGk{left:0;right:auto}.stories-list-controls--sC1DN.vertical--1a8qJ .control-start--NWniL{top:var(--storiesListTopPadding, 0);left:50%;transform:translate3d(-50%, 0, 0) rotate(90deg)}.stories-list-controls--sC1DN.vertical--1a8qJ .control-end--Ezk33{top:auto;bottom:var(--storiesListBottomPadding, 0);right:50%;transform:translate3d(50%, 0, 0) rotate(90deg)}.stories-list-controls--sC1DN .control-start--NWniL{display:flex}.stories-list-controls--sC1DN .control-start--NWniL .control-icon--D3DFc{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\")}.stories-list-controls--sC1DN .control-start--NWniL.control-start_reach-start--sBg3n{display:none}.stories-list-controls--sC1DN .control-end--Ezk33{display:flex}.stories-list-controls--sC1DN .control-end--Ezk33 .control-icon--D3DFc{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\")}.stories-list-controls--sC1DN .control-end--Ezk33.control-end_reach-end--\\+gjXw{display:none}",""]),r.locals={"stories-list-controls":"stories-list-controls--sC1DN","control-start":"control-start--NWniL","control-end":"control-end--Ezk33","control-icon":"control-icon--D3DFc",horizontal:"horizontal--g63LL","control-start_dir_rtl":"control-start_dir_rtl--7Opm5","control-end_dir_rtl":"control-end_dir_rtl--twvGk",vertical:"vertical--1a8qJ","control-start_reach-start":"control-start_reach-start--sBg3n","control-end_reach-end":"control-end_reach-end--+gjXw"};const a=r},2130:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-viewer--U\\+VEJ{position:fixed;z-index:1100;top:0;left:0;width:100%;height:100%;display:block;transition:opacity .3s ease;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.stories-viewer--U\\+VEJ:-webkit-full-screen,.stories-viewer--U\\+VEJ:-moz-full-screen,.stories-viewer--U\\+VEJ:-ms-fullscreen,.stories-viewer--U\\+VEJ :fullscreen{width:100% !important;height:100% !important}.stories-viewer-background--rxrSL{position:fixed;top:-60px;left:-60px;width:calc(100% + 120px);height:calc(100% + 120px);background-position:center;background-repeat:no-repeat;background-size:cover}.stories-viewer-backdrop--GqsGY{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;background-color:rgba(255,255,255,.5)}.stories-viewer-backdrop--GqsGY._desktopMode--5f5bI{display:none}.slider3d--fgseF{position:fixed !important}.slider3d--fgseF.no-select--qQk5D{user-select:none}",""]),r.locals={"stories-viewer":"stories-viewer--U+VEJ","stories-viewer-background":"stories-viewer-background--rxrSL","stories-viewer-backdrop":"stories-viewer-backdrop--GqsGY",_desktopMode:"_desktopMode--5f5bI",slider3d:"slider3d--fgseF","no-select":"no-select--qQk5D"};const a=r},187:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-button-panel--tzCuh{position:absolute;z-index:10001;bottom:0;left:0;width:100%;background-color:#000;border-bottom-left-radius:var(--slideBorderRadius, 0);border-bottom-right-radius:var(--slideBorderRadius, 0)}.stories-button-panel--tzCuh[dir=rtl] .stories-button-panel-actions--I0rFL .right-container--Ax9TH{margin-left:0;margin-right:auto}.stories-button-panel-actions--I0rFL{position:absolute;top:0;left:0;width:100%;height:50px;padding:0 4px;display:flex;flex-direction:row;color:#fff;align-items:center}.stories-button-panel-actions--I0rFL>span{display:flex}.stories-button-panel-actions--I0rFL .right-container--Ax9TH{margin-left:auto}.button-panel-action--rHoQs{cursor:pointer;pointer-events:all;display:flex;align-items:center;justify-content:center;height:50px;width:38px}.button-panel-action--rHoQs>*{pointer-events:none}",""]),r.locals={"stories-button-panel":"stories-button-panel--tzCuh","stories-button-panel-actions":"stories-button-panel-actions--I0rFL","right-container":"right-container--Ax9TH","button-panel-action":"button-panel-action--rHoQs"};const a=r},9108:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".goods-card--BAL7e{width:100px}.goods-card--BAL7e:first-of-type{margin-left:.5rem}.goods-card--BAL7e:not(:last-child){margin-right:.5rem}.prices--u3Ojw{display:flex}.prices--u3Ojw>div:not(:last-child){margin-right:.5rem}.typography--qlRjl{text-decoration:none}.typography--old-price--SnUxk{text-decoration:line-through}.figure--UwMfT{margin:0;margin-bottom:.5rem;width:100px;height:100px}.figure--UwMfT>img{width:inherit;height:inherit;max-width:100%;border-radius:var(--figure-border-radius, 0px);background-color:var(--figure-background-color, #ffffff)}",""]),r.locals={"goods-card":"goods-card--BAL7e",prices:"prices--u3Ojw",typography:"typography--qlRjl","typography--old-price":"typography--old-price--SnUxk",figure:"figure--UwMfT"};const a=r},6212:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".scrolling-carousel--lZnvG{position:relative}.scrolling-carousel__wrapper--Doobh{position:relative;overflow:hidden}.scrolling-carousel__item--A9ial{display:flex;flex-wrap:nowrap;cursor:pointer}.scrolling-carousel__arrow-button--HrmVa{width:36px;height:36px;color:#757575;margin-top:auto;margin-bottom:auto;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 4px 8px 0 rgba(0,0,0,.2);background:#fff;border-radius:50%;cursor:pointer;position:absolute;top:0;bottom:0;opacity:0;transition:opacity .5s}.scrolling-carousel__arrow-button--HrmVa>svg{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;width:24px;height:24px;fill:#757575}.scrolling-carousel__arrow-button--HrmVa:hover svg{fill:#000}.scrolling-carousel__arrow-button--show--do24\\+{opacity:.9}.scrolling-carousel__arrow-button--show--do24\\+:hover{opacity:1}.scrolling-carousel__arrow-button--right--Werat{right:-18px}.scrolling-carousel__arrow-button--left--M-xt3{left:-18px}@media(pointer: coarse){.scrolling-carousel__arrow-button--HrmVa{display:none !important}}",""]),r.locals={"scrolling-carousel":"scrolling-carousel--lZnvG","scrolling-carousel__wrapper":"scrolling-carousel__wrapper--Doobh","scrolling-carousel__item":"scrolling-carousel__item--A9ial","scrolling-carousel__arrow-button":"scrolling-carousel__arrow-button--HrmVa","scrolling-carousel__arrow-button--show":"scrolling-carousel__arrow-button--show--do24+","scrolling-carousel__arrow-button--right":"scrolling-carousel__arrow-button--right--Werat","scrolling-carousel__arrow-button--left":"scrolling-carousel__arrow-button--left--M-xt3"};const a=r},8161:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".btn--dxsSR{margin:auto auto 10px;padding:10px;cursor:pointer}",""]),r.locals={btn:"btn--dxsSR"};const a=r},1277:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,"@keyframes spin--Mv6zz{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.spinner--xVBKd{position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem);width:2rem;height:2rem;border-radius:50%;animation:spin--Mv6zz .6s infinite linear;border:var(--border, 2px solid transparent);border-color:var(--border-color, black)}",""]),r.locals={spinner:"spinner--xVBKd",spin:"spin--Mv6zz"};const a=r},4940:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,"@keyframes fadeInFrames--bEyJg{from{opacity:0}to{opacity:1}}@keyframes fadeOutFrames--oBX-p{from{opacity:1}to{opacity:0}}.goods-container--tR-eJ{position:relative;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;width:100%;height:100%;margin-top:0px}.goods-container--visible--dd40k{animation:300ms fadeInFrames--bEyJg}.goods-container--hidden--QAS9\\+{animation:300ms normal forwards fadeOutFrames--oBX-p}.goods-container__backdrop--CyeDo{flex:1}.goods-list--Wax8Q{position:relative;display:flex;flex-direction:column}",""]),r.locals={"goods-container":"goods-container--tR-eJ","goods-container--visible":"goods-container--visible--dd40k",fadeInFrames:"fadeInFrames--bEyJg","goods-container--hidden":"goods-container--hidden--QAS9+",fadeOutFrames:"fadeOutFrames--oBX-p","goods-container__backdrop":"goods-container__backdrop--CyeDo","goods-list":"goods-list--Wax8Q"};const a=r},2913:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".goods-widget-viewer--ryMdV{position:absolute;inset:0;z-index:3000;text-align:left}",""]),r.locals={"goods-widget-viewer":"goods-widget-viewer--ryMdV"};const a=r},2349:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-viewer__close--zjUnU{border:0;padding:0;background:rgba(0,0,0,0);position:absolute;top:calc(15px + var(--timelineBlockTopOffset, 5px));pointer-events:all;cursor:pointer;outline:none;transition:opacity .3s ease-in;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.stories-viewer__close--zjUnU:focus{outline:none}.stories-viewer__close--zjUnU svg{overflow:visible}.stories-viewer__close--zjUnU._paused-ui--wbADu{opacity:0}.stories-viewer__close--zjUnU[data-position=start],.stories-viewer__close--zjUnU[data-position=left]{left:10px}.stories-viewer__close--zjUnU[data-position=start][dir=rtl],.stories-viewer__close--zjUnU[data-position=left][dir=rtl]{left:auto;right:10px}.stories-viewer__close--zjUnU[data-position=end],.stories-viewer__close--zjUnU[data-position=right]{right:10px}.stories-viewer__close--zjUnU[data-position=end][dir=rtl],.stories-viewer__close--zjUnU[data-position=right][dir=rtl]{left:10px;right:auto}.story-header--iD7hE{position:relative;z-index:1140}",""]),r.locals={"stories-viewer__close":"stories-viewer__close--zjUnU","_paused-ui":"_paused-ui--wbADu","story-header":"story-header--iD7hE"};const a=r},9137:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-pager--JtIm1{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:1131;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.104) 0%, rgba(0, 0, 0, 0) 20%);pointer-events:none;transition:opacity .3s ease-in}.stories-pager--JtIm1._desktop-mode--MFqdz{border-top-left-radius:5px;border-top-right-radius:5px}.stories-pager--JtIm1._paused-ui--YKpOe{opacity:0}.stories-pager__ticks--IooJa{height:3px;display:flex;margin:8px 8px;margin-top:var(--timelineBlockTopOffset, 8px);opacity:1}.stories-pager__ticks--IooJa.hiddenTimeline--uwXIm{opacity:0}.stories-pager__tick--L96Px{background-color:var(--stories-pager-background, rgba(255, 255, 255, 0.6));width:100%;margin:0 2px;overflow:hidden;position:relative;border-radius:10px}.stories-pager__tick--L96Px:first-child{margin-left:0}.stories-pager__tick--L96Px:last-child{margin-right:0}.stories-pager__tick-progress--lwEYc{width:100%;height:3px}.stories-pager__tick-progress--lwEYc._active---U7hY{background-color:var(--stories-pager-tick-foreground, rgb(255, 255, 255))}.stories-pager__tick-progress-loader--DJvQ6{width:100%;height:3px;position:absolute;top:0;left:0;background:linear-gradient(to right, var(--stories-pager-tick-foreground, rgb(255, 255, 255)) var(--tick), transparent 0)}.stories-pager--JtIm1[dir=rtl] .stories-pager__tick-progress-loader--DJvQ6{background:linear-gradient(to left, var(--stories-pager-tick-foreground, rgb(255, 255, 255)) var(--tick), transparent 0)}",""]),r.locals={"stories-pager":"stories-pager--JtIm1","_desktop-mode":"_desktop-mode--MFqdz","_paused-ui":"_paused-ui--YKpOe","stories-pager__ticks":"stories-pager__ticks--IooJa",hiddenTimeline:"hiddenTimeline--uwXIm","stories-pager__tick":"stories-pager__tick--L96Px","stories-pager__tick-progress":"stories-pager__tick-progress--lwEYc",_active:"_active---U7hY","stories-pager__tick-progress-loader":"stories-pager__tick-progress-loader--DJvQ6"};const a=r},3278:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.stories-slide--8v5Pf{top:0;left:0;right:0;bottom:0;position:absolute;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:var(--slideBorderRadius, 0)}.stories-slide--8v5Pf._dummy--Llble{background-color:#fff}.stories-slide--8v5Pf .load-mask--5XCq2{position:absolute;background-color:#000;z-index:2000;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.stories-slide--8v5Pf._with-bottom-panel--2p7Pi._desktop-mode--CJL90,.stories-slide--8v5Pf._with-bottom-panel--2p7Pi._desktop-mode--CJL90 .narrative-slide-background--hMuFX,.stories-slide--8v5Pf._with-bottom-panel--2p7Pi._desktop-mode--CJL90 .narrative-slide-elements--i0a24{border-bottom-right-radius:0;border-bottom-left-radius:0}.stories-slide--8v5Pf .stories-slide__refresh-btn--MEBPq{color:#fff;cursor:pointer;position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0);pointer-events:auto;padding:20px;width:32px;height:32px;box-sizing:content-box}.loading-spinner-default--ltiyb{-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:32px;height:32px;border-radius:50%;border:solid 2px var(--loaderBackgroundColor, white);border-color:var(--loaderBackgroundAccentColor, transparent) var(--loaderBackgroundColor, white) var(--loaderBackgroundColor, white) var(--loaderBackgroundColor, white);-webkit-animation:loading-spinner--T3-dY .6s infinite linear;animation:loading-spinner--T3-dY .6s infinite linear}@keyframes loading-spinner--T3-dY{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.stories-slide--8v5Pf{z-index:1120;visibility:hidden}.stories-slide--8v5Pf.active-slide--ncZf1{z-index:1130;visibility:visible}.stories-slide-offset--R5f2H{pointer-events:none;position:relative;height:100%}.stories-slide-box--Br9iz{position:relative;padding:154.838709677% 0 0 0}.stories-slide-content--CKfk0{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}',""]),r.locals={"stories-slide":"stories-slide--8v5Pf",_dummy:"_dummy--Llble","load-mask":"load-mask--5XCq2","_with-bottom-panel":"_with-bottom-panel--2p7Pi","_desktop-mode":"_desktop-mode--CJL90","narrative-slide-background":"narrative-slide-background--hMuFX","narrative-slide-elements":"narrative-slide-elements--i0a24","stories-slide__refresh-btn":"stories-slide__refresh-btn--MEBPq","loading-spinner-default":"loading-spinner-default--ltiyb","loading-spinner":"loading-spinner--T3-dY","active-slide":"active-slide--ncZf1","stories-slide-offset":"stories-slide-offset--R5f2H","stories-slide-box":"stories-slide-box--Br9iz","stories-slide-content":"stories-slide-content--CKfk0"};const a=r},2594:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-item--s9hOL{visibility:visible;position:absolute;width:100%;height:auto;bottom:0;border-radius:inherit;backface-visibility:hidden}.slider3d__item--7j2AS{position:absolute;left:0;top:0;width:100%;backface-visibility:hidden;transform-style:preserve-3d}",""]),r.locals={"stories-item":"stories-item--s9hOL",slider3d__item:"slider3d__item--7j2AS"};const a=r},9669:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".story-reader-controls--8N5W7 .slider3d__btn_next--2GDPW,.story-reader-controls--8N5W7 .slider3d__btn_prev--P6gvY{display:none}.story-reader-controls--8N5W7._desktop_mode--mSlGA .slider3d__btn_next--2GDPW,.story-reader-controls--8N5W7._desktop_mode--mSlGA .slider3d__btn_prev--P6gvY{display:block;position:absolute;top:50%;transform:translateY(-50%);left:50%}.story-reader-controls--8N5W7 .btn-icon--NRFjq{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer}.story-reader-controls--8N5W7 .btn-icon--NRFjq:focus{outline:0}.story-reader-controls--8N5W7 .btn-icon--NRFjq:disabled{color:#464646;cursor:not-allowed}",""]),r.locals={"story-reader-controls":"story-reader-controls--8N5W7",slider3d__btn_next:"slider3d__btn_next--2GDPW",slider3d__btn_prev:"slider3d__btn_prev--P6gvY",_desktop_mode:"_desktop_mode--mSlGA","btn-icon":"btn-icon--NRFjq"};const a=r},3390:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".slider3d__wrapper--49G6v{left:50%;transform:translateX(-50%);overflow:hidden;box-sizing:border-box}.slider3d__wrapper--49G6v.slider3d__wrapper_swipe-up--r1InL.slider3d__wrapper_swipe-up--r1InL{background-color:rgba(0,0,0,0)}.slider3d__wrapper--49G6v .game-reader-wrapper--vHugs,.slider3d__wrapper--49G6v .share-panel-wrapper--zNSqw{overflow:hidden}.slider3d__wrapper--49G6v._desktop_mode--m7fGP{padding:50px 0}.slider3d__wrapper--49G6v._desktop_mode--m7fGP>.share-panel-wrapper--zNSqw{top:50px;bottom:50px;border-radius:5px}.slider3d__wrapper--49G6v._desktop_mode--m7fGP>.share-panel-wrapper--zNSqw.share-panel-wrapper--zNSqw{border-bottom-left-radius:0;border-bottom-right-radius:0}.slider3d__wrapper--49G6v *,.slider3d__wrapper--49G6v ::after,.slider3d__wrapper--49G6v ::before{box-sizing:border-box}.slider3d__wrapper--49G6v .stories-item--i1n9b,.slider3d__wrapper--49G6v .stories-slide--KXt9a,.slider3d__wrapper--49G6v .narrative-slide-background--LO2L6,.slider3d__wrapper--49G6v .narrative-slide-elements--bUq5g{border-radius:var(--slideBorderRadius, 0)}.slider3d--pT6gr{position:fixed !important}.slider3d--pT6gr.no-select--zMya8{user-select:none}.slider3d__wrapper--49G6v{z-index:1;position:relative;height:100%}.stories-face--tqFop{position:absolute !important;top:0;left:0;right:0;width:100%;width:calc(100% + .01px);height:100%}.slider3d__rotater--eYXIw{--tick: 0%;--tickOpacity: 0}.slider3d__inner--EFsin,.slider3d__rotater--eYXIw{position:relative;height:100%;transform-style:preserve-3d}",""]),r.locals={slider3d__wrapper:"slider3d__wrapper--49G6v","slider3d__wrapper_swipe-up":"slider3d__wrapper_swipe-up--r1InL","game-reader-wrapper":"game-reader-wrapper--vHugs","share-panel-wrapper":"share-panel-wrapper--zNSqw",_desktop_mode:"_desktop_mode--m7fGP","stories-item":"stories-item--i1n9b","stories-slide":"stories-slide--KXt9a","narrative-slide-background":"narrative-slide-background--LO2L6","narrative-slide-elements":"narrative-slide-elements--bUq5g",slider3d:"slider3d--pT6gr","no-select":"no-select--zMya8","stories-face":"stories-face--tqFop",slider3d__rotater:"slider3d__rotater--eYXIw",slider3d__inner:"slider3d__inner--EFsin"};const a=r},4169:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.wrapper--A3xCJ{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";position:absolute;inset:0;z-index:3000;border-radius:inherit}.wrapper--A3xCJ .backdrop--CPTm4{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.5);border-radius:inherit}.main--2Iqns{position:absolute;z-index:2;user-select:none;display:flex;flex-direction:column;text-rendering:geometricprecision;overflow:hidden}.main--2Iqns .question--mn519{width:100%;height:auto}.main--2Iqns .question--mn519:empty{display:none}.main--2Iqns .input-group--jE\\+PN{display:flex}.main--2Iqns .input-group--jE\\+PN .input--Z388z{width:100%}.main--2Iqns .input-group--jE\\+PN .input-group__prepend--KtZUG{display:flex;flex:.35}.main--2Iqns .input-group--jE\\+PN .input-group__separator--44goC{border-right:1px solid #fff;margin-right:.5rem}.main--2Iqns .input-group--jE\\+PN .input--Z388z{flex:1}.main--2Iqns .input-wrapper--yYgPA{overflow:hidden;box-sizing:content-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.main--2Iqns .input-wrapper--yYgPA .input--Z388z{background:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-rendering:inherit;outline:none;border:none}.main--2Iqns .input-wrapper--yYgPA .input--Z388z::placeholder{color:inherit}.main--2Iqns .input-wrapper--yYgPA .input--Z388z.input_centered--0yBvl{text-align:center}.main--2Iqns .input-wrapper--yYgPA.is-invalid--PDNfg{border-color:#dc3545 !important;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.textarea-grow-wrap----9bt{display:grid;max-width:100%;word-break:break-all}.textarea-grow-wrap----9bt::after{content:attr(data-replicated-value) " ";white-space:pre-wrap;visibility:hidden}.textarea-grow-wrap----9bt>.input--Z388z{resize:none;overflow:hidden}.textarea-grow-wrap----9bt>.input--Z388z,.textarea-grow-wrap----9bt::after{border:inherit;padding:inherit;font:inherit;text-rendering:inherit;text-align:inherit;line-height:normal;color:inherit;grid-area:1/1/2/2}.button-wrapper--u94hX{width:100%}.button-wrapper--u94hX .button--bQRP7{width:100%;cursor:pointer}.button-wrapper--u94hX .button--bQRP7:disabled,.button-wrapper--u94hX .button--bQRP7[disabled=true]{cursor:not-allowed;pointer-events:none;background-color:#272727 !important}@keyframes fadeIn--b16pe{from{opacity:0}to{opacity:1}}@keyframes fadeOut--DquTc{from{opacity:1}to{opacity:0}}.fadeIn--b16pe{animation:fadeIn--b16pe 300ms forwards}.fadeOut--DquTc{animation:fadeOut--DquTc 0ms forwards}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}',""]),r.locals={wrapper:"wrapper--A3xCJ",backdrop:"backdrop--CPTm4",main:"main--2Iqns",question:"question--mn519","input-group":"input-group--jE+PN",input:"input--Z388z","input-group__prepend":"input-group__prepend--KtZUG","input-group__separator":"input-group__separator--44goC","input-wrapper":"input-wrapper--yYgPA",input_centered:"input_centered--0yBvl","is-invalid":"is-invalid--PDNfg","textarea-grow-wrap":"textarea-grow-wrap----9bt","button-wrapper":"button-wrapper--u94hX",button:"button--bQRP7",fadeIn:"fadeIn--b16pe",fadeOut:"fadeOut--DquTc"};const a=r},5757:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.screen-orientation-lock--lAOKa{pointer-events:all;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:1;user-select:none;background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc2MiIgaGVpZ2h0PSI4MjkiIHZpZXdCb3g9IjAgMCAxNzYyIDgyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIxNzYyIiBoZWlnaHQ9IjgyOSIgZmlsbD0iIzIxMjEyMSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02NjYgNTQ5QzY2MS41ODIgNTQ5IDY1OCA1NDUuNDE4IDY1OCA1NDFMNjU4IDM0OUM2NTggMzQ0LjU4MiA2NjEuNTgyIDM0MSA2NjYgMzQxTDk5NCAzNDFDOTk4LjQxOCAzNDEgMTAwMiAzNDQuNTgyIDEwMDIgMzQ5TDEwMDIgNTQxQzEwMDIgNTQ1LjQxOCA5OTguNDE4IDU0OSA5OTQgNTQ5TDY2NiA1NDlaTTY2OCA1NDFMOTYyIDU0MUw5NjIgMzQ5TDY2OCAzNDlMNjY4IDU0MVoiIGZpbGw9IiMzRjNGM0YiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTAwIDIxNEM5MDAgMjA5LjU4MiA5MDMuNTgyIDIwNiA5MDggMjA2SDExMDBDMTEwNC40MiAyMDYgMTEwOCAyMDkuNTgyIDExMDggMjE0VjU0MkMxMTA4IDU0Ni40MTggMTEwNC40MiA1NTAgMTEwMCA1NTBIOTA4QzkwMy41ODIgNTUwIDkwMCA1NDYuNDE4IDkwMCA1NDJWMjE0Wk05MDggMjE2VjUxMEgxMTAwVjIxNkg5MDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTgwMy41IDIxNkM3NTggMjIwLjUgNzEzLjUgMjU3IDcxNyAzMTcuNUM3MjEgMjc4IDc1OCAyMzcuNSA4MDMuNSAyNDIuNVYyNjRMODQ1LjUgMjI5TDgwMy41IDE5NS41VjIxNloiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=")}',""]),r.locals={"screen-orientation-lock":"screen-orientation-lock--lAOKa"};const a=r},1196:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".share-panel__body_screenshot--uZCkX{display:flex;flex-direction:column}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1{cursor:pointer;background:rgba(0,0,0,0);border:none;width:100%;height:100%;display:flex;text-align:left;justify-content:center;align-items:center;color:#fff}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM{margin-right:5px;position:relative;width:30px;height:30px;flex-shrink:0}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM .btn-copy__icon-state--aOFwh{position:absolute;inset:0px;opacity:0;transition:opacity 300ms ease-in-out}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM .btn-copy__icon-state--aOFwh.btn-copy__icon-state_default--n6LWH{opacity:1;visibility:visible}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM .btn-copy__icon-state--aOFwh.btn-copy__icon-state_done--r-uzJ{opacity:1;visibility:visible}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__text--IQD4A{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:5px}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1:active{transform:scale(0.96)}.share-panel__body_screenshot--uZCkX .share-panel-row--LzAa0{justify-content:center;height:auto;padding:16px}.share-panel__body_screenshot--uZCkX .share-panel-row--LzAa0:first-child{height:450px;box-sizing:border-box}.share-panel__body_screenshot--uZCkX .share-panel-row__image-link--RXIki{width:100%;height:100%;display:flex;justify-content:center}.share-panel__body_screenshot--uZCkX .share-panel-row__image--HyVwP{max-width:100%;height:100%;object-fit:cover;border-radius:20px}.share-panel__body_screenshot--uZCkX .share-item__download-button--ypCUc{align-self:center;cursor:pointer;height:100%;width:100%;text-decoration:none;color:#fff;display:flex;align-items:center;justify-content:center}.share-panel__body_screenshot--uZCkX .share-item__download-button--ypCUc:active{transform:scale(0.96)}",""]),r.locals={"share-panel__body_screenshot":"share-panel__body_screenshot--uZCkX",btn:"btn--VzRxf","btn-copy":"btn-copy--dhlh1","btn-copy__icon":"btn-copy__icon--w7FbM","btn-copy__icon-state":"btn-copy__icon-state--aOFwh","btn-copy__icon-state_default":"btn-copy__icon-state_default--n6LWH","btn-copy__icon-state_done":"btn-copy__icon-state_done--r-uzJ","btn-copy__text":"btn-copy__text--IQD4A","share-panel-row":"share-panel-row--LzAa0","share-panel-row__image-link":"share-panel-row__image-link--RXIki","share-panel-row__image":"share-panel-row__image--HyVwP","share-item__download-button":"share-item__download-button--ypCUc"};const a=r},610:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".share-item--OHeZZ{color:#fff}a.share-item--OHeZZ{color:#fff;transition:none}a.share-item--OHeZZ:hover{color:#fff}.social-list--5d274{flex-wrap:wrap;height:auto;padding-bottom:1rem}.social-list--5d274 .social-list__item--PmqO7{margin-top:1rem}",""]),r.locals={"share-item":"share-item--OHeZZ","social-list":"social-list--5d274","social-list__item":"social-list__item--PmqO7"};const a=r},8778:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.share-panel-wrapper--x2oi3{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.share-panel-wrapper--x2oi3 .share-panel-backdrop--wh9uo{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.5)}.share-panel--Qm-mD{position:absolute;top:auto;left:0;right:0;bottom:0;z-index:2;user-select:none}.share-panel-row--LPdKG{width:100%;height:150px;display:flex;flex-direction:row;align-items:center}.share-panel-row--LPdKG .share-item--ZalUh{cursor:pointer;flex:0 0 auto;width:69px;height:90px;margin:0 10px;display:flex;flex-direction:column;align-items:center;text-align:center}.share-panel-row--LPdKG .share-item--ZalUh:first-child{margin-left:20px}.share-panel-row--LPdKG .share-item--ZalUh:last-child{margin-right:20px}.share-panel-row--LPdKG .share-item--ZalUh,.share-panel-row--LPdKG .share-item--ZalUh:visited,.share-panel-row--LPdKG .share-item--ZalUh:active,.share-panel-row--LPdKG .share-item--ZalUh:focus{text-decoration:none}.share-panel-row--LPdKG .share-item--ZalUh .share-item-title--RxVKy{margin-top:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:.2rem}.share-panel-row--LPdKG.title-row--Vfan2{height:120px;padding-top:30px;padding-bottom:30px;padding-left:20px;padding-right:20px}.share-panel-row--LPdKG.title-row--Vfan2 .share-url-favicon--cGryk{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.share-panel-row--LPdKG.title-row--Vfan2 .share-url-favicon--cGryk img{width:30px;height:30px}.share-panel-row--LPdKG.title-row--Vfan2 .title--ZQZ6c{font-size:16px;line-height:1.4rem;margin-left:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.share-panel-separator--NXYXt{width:100%;height:1px}.share-panel--Qm-mD{will-change:transform;transition:transform 300ms}.share-panel__body--7Ljnv{width:100%;height:100%}@keyframes slideIn--CzJft{from{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes slideOut--lNjIY{from{transform:translateY(0%)}to{transform:translateY(100%)}}@keyframes fadeIn--qopSX{from{opacity:0}to{opacity:1}}@keyframes fadeOut--bA6JG{from{opacity:1}to{opacity:0}}.fadeIn--qopSX{animation:fadeIn--qopSX 300ms forwards}.fadeOut--bA6JG{animation:fadeOut--bA6JG 300ms forwards}.slideIn--CzJft{animation:slideIn--CzJft 300ms forwards}.slideOut--lNjIY{animation:slideOut--lNjIY 300ms forwards}',""]),r.locals={"share-panel-wrapper":"share-panel-wrapper--x2oi3","share-panel-backdrop":"share-panel-backdrop--wh9uo","share-panel":"share-panel--Qm-mD","share-panel-row":"share-panel-row--LPdKG","share-item":"share-item--ZalUh","share-item-title":"share-item-title--RxVKy","title-row":"title-row--Vfan2","share-url-favicon":"share-url-favicon--cGryk",title:"title--ZQZ6c","share-panel-separator":"share-panel-separator--NXYXt","share-panel__body":"share-panel__body--7Ljnv",fadeIn:"fadeIn--qopSX",fadeOut:"fadeOut--bA6JG",slideIn:"slideIn--CzJft",slideOut:"slideOut--lNjIY"};const a=r},7081:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".icon--5RBkn{width:2rem;height:2rem}",""]),r.locals={icon:"icon--5RBkn"};const a=r},6323:(e,t,s)=>{"use strict";s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-link,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-answer,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-data-input,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-poll-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-answer,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-rate-input,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-range-slider-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-answer,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-copy,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-share,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-story-repeat,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-game,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-target],.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-type=closeStory],.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up-items,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-barcode{pointer-events:all;cursor:pointer}.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-link *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-answer *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-data-input *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-poll-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-answer *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-rate-input *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-range-slider-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-answer *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-copy *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-share *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-story-repeat *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-game *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-target] *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-type=closeStory] *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up-items *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-barcode *{pointer-events:none}.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-range-slider-input-container .rangeslider{pointer-events:all;cursor:pointer}",""]);const a=r},935:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var s=e(t);return t[2]?"@media ".concat(t[2]," {").concat(s,"}"):s})).join("")},t.i=function(e,s,i){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(i)for(var a=0;a<this.length;a++){var o=this[a][0];null!=o&&(r[o]=!0)}for(var n=0;n<e.length;n++){var l=[].concat(e[n]);i&&r[l[0]]||(s&&(l[2]?l[2]="".concat(s," and ").concat(l[2]):l[2]=s),t.push(l))}},t}},2743:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===s}(e)}(e)};var s="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function i(e,t){return!1!==t.clone&&t.isMergeableObject(e)?l((s=e,Array.isArray(s)?[]:{}),e,t):e;var s}function r(e,t,s){return e.concat(t).map((function(e){return i(e,s)}))}function a(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function o(e,t){try{return t in e}catch(e){return!1}}function n(e,t,s){var r={};return s.isMergeableObject(e)&&a(e).forEach((function(t){r[t]=i(e[t],s)})),a(t).forEach((function(a){(function(e,t){return o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,a)||(o(e,a)&&s.isMergeableObject(t[a])?r[a]=function(e,t){if(!t.customMerge)return l;var s=t.customMerge(e);return"function"==typeof s?s:l}(a,s)(e[a],t[a],s):r[a]=i(t[a],s))})),r}function l(e,s,a){(a=a||{}).arrayMerge=a.arrayMerge||r,a.isMergeableObject=a.isMergeableObject||t,a.cloneUnlessOtherwiseSpecified=i;var o=Array.isArray(s);return o===Array.isArray(e)?o?a.arrayMerge(e,s,a):n(e,s,a):i(s,a)}l.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,s){return l(e,s,t)}),{})};var d=l;e.exports=d},46:e=>{"use strict";var t,s="object"==typeof Reflect?Reflect:null,i=s&&"function"==typeof s.apply?s.apply:function(e,t,s){return Function.prototype.apply.call(e,t,s)};t=s&&"function"==typeof s.ownKeys?s.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var r=Number.isNaN||function(e){return e!=e};function a(){a.init.call(this)}e.exports=a,e.exports.once=function(e,t){return new Promise((function(s,i){function r(s){e.removeListener(t,a),i(s)}function a(){"function"==typeof e.removeListener&&e.removeListener("error",r),s([].slice.call(arguments))}m(e,t,a,{once:!0}),"error"!==t&&function(e,t,s){"function"==typeof e.on&&m(e,"error",t,s)}(e,r,{once:!0})}))},a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var o=10;function n(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?a.defaultMaxListeners:e._maxListeners}function d(e,t,s,i){var r,a,o,d;if(n(s),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,s.listener?s.listener:s),a=e._events),o=a[t]),void 0===o)o=a[t]=s,++e._eventsCount;else if("function"==typeof o?o=a[t]=i?[s,o]:[o,s]:i?o.unshift(s):o.push(s),(r=l(e))>0&&o.length>r&&!o.warned){o.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=o.length,d=c,console&&console.warn&&console.warn(d)}return e}function c(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,s){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:s},r=c.bind(i);return r.listener=s,i.wrapFn=r,r}function u(e,t,s){var i=e._events;if(void 0===i)return[];var r=i[t];return void 0===r?[]:"function"==typeof r?s?[r.listener||r]:[r]:s?function(e){for(var t=new Array(e.length),s=0;s<t.length;++s)t[s]=e[s].listener||e[s];return t}(r):g(r,r.length)}function p(e){var t=this._events;if(void 0!==t){var s=t[e];if("function"==typeof s)return 1;if(void 0!==s)return s.length}return 0}function g(e,t){for(var s=new Array(t),i=0;i<t;++i)s[i]=e[i];return s}function m(e,t,s,i){if("function"==typeof e.on)i.once?e.once(t,s):e.on(t,s);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function r(a){i.once&&e.removeEventListener(t,r),s(a)}))}}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return o},set:function(e){if("number"!=typeof e||e<0||r(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");o=e}}),a.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},a.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||r(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},a.prototype.getMaxListeners=function(){return l(this)},a.prototype.emit=function(e){for(var t=[],s=1;s<arguments.length;s++)t.push(arguments[s]);var r="error"===e,a=this._events;if(void 0!==a)r=r&&void 0===a.error;else if(!r)return!1;if(r){var o;if(t.length>0&&(o=t[0]),o instanceof Error)throw o;var n=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw n.context=o,n}var l=a[e];if(void 0===l)return!1;if("function"==typeof l)i(l,this,t);else{var d=l.length,c=g(l,d);for(s=0;s<d;++s)i(c[s],this,t)}return!0},a.prototype.addListener=function(e,t){return d(this,e,t,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(e,t){return d(this,e,t,!0)},a.prototype.once=function(e,t){return n(t),this.on(e,h(this,e,t)),this},a.prototype.prependOnceListener=function(e,t){return n(t),this.prependListener(e,h(this,e,t)),this},a.prototype.removeListener=function(e,t){var s,i,r,a,o;if(n(t),void 0===(i=this._events))return this;if(void 0===(s=i[e]))return this;if(s===t||s.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,s.listener||t));else if("function"!=typeof s){for(r=-1,a=s.length-1;a>=0;a--)if(s[a]===t||s[a].listener===t){o=s[a].listener,r=a;break}if(r<0)return this;0===r?s.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(s,r),1===s.length&&(i[e]=s[0]),void 0!==i.removeListener&&this.emit("removeListener",e,o||t)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(e){var t,s,i;if(void 0===(s=this._events))return this;if(void 0===s.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==s[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete s[e]),this;if(0===arguments.length){var r,a=Object.keys(s);for(i=0;i<a.length;++i)"removeListener"!==(r=a[i])&&this.removeAllListeners(r);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=s[e]))this.removeListener(e,t);else if(void 0!==t)for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},a.prototype.listeners=function(e){return u(this,e,!0)},a.prototype.rawListeners=function(e){return u(this,e,!1)},a.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},a.prototype.listenerCount=p,a.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},3103:(e,t,s)=>{var i=s(4715)(s(8942),"DataView");e.exports=i},5098:(e,t,s)=>{var i=s(3305),r=s(9361),a=s(1112),o=s(5276),n=s(7452);function l(e){var t=-1,s=null==e?0:e.length;for(this.clear();++t<s;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=r,l.prototype.get=a,l.prototype.has=o,l.prototype.set=n,e.exports=l},1386:(e,t,s)=>{var i=s(2393),r=s(2049),a=s(7144),o=s(5071),n=s(3964);function l(e){var t=-1,s=null==e?0:e.length;for(this.clear();++t<s;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=r,l.prototype.get=a,l.prototype.has=o,l.prototype.set=n,e.exports=l},9770:(e,t,s)=>{var i=s(4715)(s(8942),"Map");e.exports=i},8250:(e,t,s)=>{var i=s(9753),r=s(5681),a=s(88),o=s(2351),n=s(9068);function l(e){var t=-1,s=null==e?0:e.length;for(this.clear();++t<s;){var i=e[t];this.set(i[0],i[1])}}l.prototype.clear=i,l.prototype.delete=r,l.prototype.get=a,l.prototype.has=o,l.prototype.set=n,e.exports=l},9413:(e,t,s)=>{var i=s(4715)(s(8942),"Promise");e.exports=i},4512:(e,t,s)=>{var i=s(4715)(s(8942),"Set");e.exports=i},3212:(e,t,s)=>{var i=s(8250),r=s(1877),a=s(8006);function o(e){var t=-1,s=null==e?0:e.length;for(this.__data__=new i;++t<s;)this.add(e[t])}o.prototype.add=o.prototype.push=r,o.prototype.has=a,e.exports=o},1340:(e,t,s)=>{var i=s(1386),r=s(4103),a=s(1779),o=s(4162),n=s(7462),l=s(6638);function d(e){var t=this.__data__=new i(e);this.size=t.size}d.prototype.clear=r,d.prototype.delete=a,d.prototype.get=o,d.prototype.has=n,d.prototype.set=l,e.exports=d},5650:(e,t,s)=>{var i=s(8942).Symbol;e.exports=i},1623:(e,t,s)=>{var i=s(8942).Uint8Array;e.exports=i},9270:(e,t,s)=>{var i=s(4715)(s(8942),"WeakMap");e.exports=i},9847:e=>{e.exports=function(e,t){for(var s=-1,i=null==e?0:e.length,r=0,a=[];++s<i;){var o=e[s];t(o,s,e)&&(a[r++]=o)}return a}},9756:(e,t,s)=>{var i=s(2478);e.exports=function(e,t){return!!(null==e?0:e.length)&&i(e,t,0)>-1}},3316:e=>{e.exports=function(e,t,s){for(var i=-1,r=null==e?0:e.length;++i<r;)if(s(t,e[i]))return!0;return!1}},358:(e,t,s)=>{var i=s(6137),r=s(3283),a=s(3142),o=s(5853),n=s(9632),l=s(8666),d=Object.prototype.hasOwnProperty;e.exports=function(e,t){var s=a(e),c=!s&&r(e),h=!s&&!c&&o(e),u=!s&&!c&&!h&&l(e),p=s||c||h||u,g=p?i(e.length,String):[],m=g.length;for(var f in e)!t&&!d.call(e,f)||p&&("length"==f||h&&("offset"==f||"parent"==f)||u&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||n(f,m))||g.push(f);return g}},1129:e=>{e.exports=function(e,t){for(var s=-1,i=t.length,r=e.length;++s<i;)e[r+s]=t[s];return e}},6465:e=>{e.exports=function(e,t){for(var s=-1,i=null==e?0:e.length;++s<i;)if(t(e[s],s,e))return!0;return!1}},7034:(e,t,s)=>{var i=s(6285);e.exports=function(e,t){for(var s=e.length;s--;)if(i(e[s][0],t))return s;return-1}},7250:e=>{e.exports=function(e,t,s,i){for(var r=e.length,a=s+(i?1:-1);i?a--:++a<r;)if(t(e[a],a,e))return a;return-1}},8244:(e,t,s)=>{var i=s(1129),r=s(3142);e.exports=function(e,t,s){var a=t(e);return r(e)?a:i(a,s(e))}},7379:(e,t,s)=>{var i=s(5650),r=s(8870),a=s(9005),o=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?r(e):a(e)}},2478:(e,t,s)=>{var i=s(7250),r=s(9454),a=s(7706);e.exports=function(e,t,s){return t==t?a(e,t,s):i(e,r,s)}},6027:(e,t,s)=>{var i=s(7379),r=s(547);e.exports=function(e){return r(e)&&"[object Arguments]"==i(e)}},4687:(e,t,s)=>{var i=s(353),r=s(547);e.exports=function e(t,s,a,o,n){return t===s||(null==t||null==s||!r(t)&&!r(s)?t!=t&&s!=s:i(t,s,a,o,e,n))}},353:(e,t,s)=>{var i=s(1340),r=s(3934),a=s(8861),o=s(1182),n=s(8486),l=s(3142),d=s(5853),c=s(8666),h="[object Arguments]",u="[object Array]",p="[object Object]",g=Object.prototype.hasOwnProperty;e.exports=function(e,t,s,m,f,y){var v=l(e),w=l(t),_=v?u:n(e),S=w?u:n(t),b=(_=_==h?p:_)==p,x=(S=S==h?p:S)==p,C=_==S;if(C&&d(e)){if(!d(t))return!1;v=!0,b=!1}if(C&&!b)return y||(y=new i),v||c(e)?r(e,t,s,m,f,y):a(e,t,_,s,m,f,y);if(!(1&s)){var k=b&&g.call(e,"__wrapped__"),M=x&&g.call(t,"__wrapped__");if(k||M){var L=k?e.value():e,O=M?t.value():t;return y||(y=new i),f(L,O,s,m,y)}}return!!C&&(y||(y=new i),o(e,t,s,m,f,y))}},9454:e=>{e.exports=function(e){return e!=e}},9624:(e,t,s)=>{var i=s(3655),r=s(4759),a=s(1580),o=s(4066),n=/^\[object .+?Constructor\]$/,l=Function.prototype,d=Object.prototype,c=l.toString,h=d.hasOwnProperty,u=RegExp("^"+c.call(h).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!a(e)||r(e))&&(i(e)?u:n).test(o(e))}},674:(e,t,s)=>{var i=s(7379),r=s(5387),a=s(547),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return a(e)&&r(e.length)&&!!o[i(e)]}},195:(e,t,s)=>{var i=s(4882),r=s(8121),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!i(e))return r(e);var t=[];for(var s in Object(e))a.call(e,s)&&"constructor"!=s&&t.push(s);return t}},6137:e=>{e.exports=function(e,t){for(var s=-1,i=Array(e);++s<e;)i[s]=t(s);return i}},6403:(e,t,s)=>{var i=s(2945),r=/^\s+/;e.exports=function(e){return e?e.slice(0,i(e)+1).replace(r,""):e}},9460:e=>{e.exports=function(e){return function(t){return e(t)}}},5630:(e,t,s)=>{var i=s(3212),r=s(9756),a=s(3316),o=s(5568),n=s(6208),l=s(9828);e.exports=function(e,t,s){var d=-1,c=r,h=e.length,u=!0,p=[],g=p;if(s)u=!1,c=a;else if(h>=200){var m=t?null:n(e);if(m)return l(m);u=!1,c=o,g=new i}else g=t?[]:p;e:for(;++d<h;){var f=e[d],y=t?t(f):f;if(f=s||0!==f?f:0,u&&y==y){for(var v=g.length;v--;)if(g[v]===y)continue e;t&&g.push(y),p.push(f)}else c(g,y,s)||(g!==p&&g.push(y),p.push(f))}return p}},5568:e=>{e.exports=function(e,t){return e.has(t)}},1950:(e,t,s)=>{var i=s(8942)["__core-js_shared__"];e.exports=i},6208:(e,t,s)=>{var i=s(4512),r=s(9071),a=s(9828),o=i&&1/a(new i([,-0]))[1]==1/0?function(e){return new i(e)}:r;e.exports=o},3934:(e,t,s)=>{var i=s(3212),r=s(6465),a=s(5568);e.exports=function(e,t,s,o,n,l){var d=1&s,c=e.length,h=t.length;if(c!=h&&!(d&&h>c))return!1;var u=l.get(e),p=l.get(t);if(u&&p)return u==t&&p==e;var g=-1,m=!0,f=2&s?new i:void 0;for(l.set(e,t),l.set(t,e);++g<c;){var y=e[g],v=t[g];if(o)var w=d?o(v,y,g,t,e,l):o(y,v,g,e,t,l);if(void 0!==w){if(w)continue;m=!1;break}if(f){if(!r(t,(function(e,t){if(!a(f,t)&&(y===e||n(y,e,s,o,l)))return f.push(t)}))){m=!1;break}}else if(y!==v&&!n(y,v,s,o,l)){m=!1;break}}return l.delete(e),l.delete(t),m}},8861:(e,t,s)=>{var i=s(5650),r=s(1623),a=s(6285),o=s(3934),n=s(5894),l=s(9828),d=i?i.prototype:void 0,c=d?d.valueOf:void 0;e.exports=function(e,t,s,i,d,h,u){switch(s){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!h(new r(e),new r(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=n;case"[object Set]":var g=1&i;if(p||(p=l),e.size!=t.size&&!g)return!1;var m=u.get(e);if(m)return m==t;i|=2,u.set(e,t);var f=o(p(e),p(t),i,d,h,u);return u.delete(e),f;case"[object Symbol]":if(c)return c.call(e)==c.call(t)}return!1}},1182:(e,t,s)=>{var i=s(393),r=Object.prototype.hasOwnProperty;e.exports=function(e,t,s,a,o,n){var l=1&s,d=i(e),c=d.length;if(c!=i(t).length&&!l)return!1;for(var h=c;h--;){var u=d[h];if(!(l?u in t:r.call(t,u)))return!1}var p=n.get(e),g=n.get(t);if(p&&g)return p==t&&g==e;var m=!0;n.set(e,t),n.set(t,e);for(var f=l;++h<c;){var y=e[u=d[h]],v=t[u];if(a)var w=l?a(v,y,u,t,e,n):a(y,v,u,e,t,n);if(!(void 0===w?y===v||o(y,v,s,a,n):w)){m=!1;break}f||(f="constructor"==u)}if(m&&!f){var _=e.constructor,S=t.constructor;_==S||!("constructor"in e)||!("constructor"in t)||"function"==typeof _&&_ instanceof _&&"function"==typeof S&&S instanceof S||(m=!1)}return n.delete(e),n.delete(t),m}},4967:(e,t,s)=>{var i="object"==typeof s.g&&s.g&&s.g.Object===Object&&s.g;e.exports=i},393:(e,t,s)=>{var i=s(8244),r=s(7979),a=s(1211);e.exports=function(e){return i(e,a,r)}},4700:(e,t,s)=>{var i=s(9067);e.exports=function(e,t){var s=e.__data__;return i(t)?s["string"==typeof t?"string":"hash"]:s.map}},4715:(e,t,s)=>{var i=s(9624),r=s(155);e.exports=function(e,t){var s=r(e,t);return i(s)?s:void 0}},8870:(e,t,s)=>{var i=s(5650),r=Object.prototype,a=r.hasOwnProperty,o=r.toString,n=i?i.toStringTag:void 0;e.exports=function(e){var t=a.call(e,n),s=e[n];try{e[n]=void 0;var i=!0}catch(e){}var r=o.call(e);return i&&(t?e[n]=s:delete e[n]),r}},7979:(e,t,s)=>{var i=s(9847),r=s(9306),a=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,n=o?function(e){return null==e?[]:(e=Object(e),i(o(e),(function(t){return a.call(e,t)})))}:r;e.exports=n},8486:(e,t,s)=>{var i=s(3103),r=s(9770),a=s(9413),o=s(4512),n=s(9270),l=s(7379),d=s(4066),c="[object Map]",h="[object Promise]",u="[object Set]",p="[object WeakMap]",g="[object DataView]",m=d(i),f=d(r),y=d(a),v=d(o),w=d(n),_=l;(i&&_(new i(new ArrayBuffer(1)))!=g||r&&_(new r)!=c||a&&_(a.resolve())!=h||o&&_(new o)!=u||n&&_(new n)!=p)&&(_=function(e){var t=l(e),s="[object Object]"==t?e.constructor:void 0,i=s?d(s):"";if(i)switch(i){case m:return g;case f:return c;case y:return h;case v:return u;case w:return p}return t}),e.exports=_},155:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},3305:(e,t,s)=>{var i=s(4497);e.exports=function(){this.__data__=i?i(null):{},this.size=0}},9361:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},1112:(e,t,s)=>{var i=s(4497),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(i){var s=t[e];return"__lodash_hash_undefined__"===s?void 0:s}return r.call(t,e)?t[e]:void 0}},5276:(e,t,s)=>{var i=s(4497),r=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return i?void 0!==t[e]:r.call(t,e)}},7452:(e,t,s)=>{var i=s(4497);e.exports=function(e,t){var s=this.__data__;return this.size+=this.has(e)?0:1,s[e]=i&&void 0===t?"__lodash_hash_undefined__":t,this}},9632:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,s){var i=typeof e;return!!(s=null==s?9007199254740991:s)&&("number"==i||"symbol"!=i&&t.test(e))&&e>-1&&e%1==0&&e<s}},9067:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},4759:(e,t,s)=>{var i,r=s(1950),a=(i=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";e.exports=function(e){return!!a&&a in e}},4882:e=>{var t=Object.prototype;e.exports=function(e){var s=e&&e.constructor;return e===("function"==typeof s&&s.prototype||t)}},2393:e=>{e.exports=function(){this.__data__=[],this.size=0}},2049:(e,t,s)=>{var i=s(7034),r=Array.prototype.splice;e.exports=function(e){var t=this.__data__,s=i(t,e);return!(s<0)&&(s==t.length-1?t.pop():r.call(t,s,1),--this.size,!0)}},7144:(e,t,s)=>{var i=s(7034);e.exports=function(e){var t=this.__data__,s=i(t,e);return s<0?void 0:t[s][1]}},5071:(e,t,s)=>{var i=s(7034);e.exports=function(e){return i(this.__data__,e)>-1}},3964:(e,t,s)=>{var i=s(7034);e.exports=function(e,t){var s=this.__data__,r=i(s,e);return r<0?(++this.size,s.push([e,t])):s[r][1]=t,this}},9753:(e,t,s)=>{var i=s(5098),r=s(1386),a=s(9770);e.exports=function(){this.size=0,this.__data__={hash:new i,map:new(a||r),string:new i}}},5681:(e,t,s)=>{var i=s(4700);e.exports=function(e){var t=i(this,e).delete(e);return this.size-=t?1:0,t}},88:(e,t,s)=>{var i=s(4700);e.exports=function(e){return i(this,e).get(e)}},2351:(e,t,s)=>{var i=s(4700);e.exports=function(e){return i(this,e).has(e)}},9068:(e,t,s)=>{var i=s(4700);e.exports=function(e,t){var s=i(this,e),r=s.size;return s.set(e,t),this.size+=s.size==r?0:1,this}},5894:e=>{e.exports=function(e){var t=-1,s=Array(e.size);return e.forEach((function(e,i){s[++t]=[i,e]})),s}},4497:(e,t,s)=>{var i=s(4715)(Object,"create");e.exports=i},8121:(e,t,s)=>{var i=s(3766)(Object.keys,Object);e.exports=i},2306:(e,t,s)=>{e=s.nmd(e);var i=s(4967),r=t&&!t.nodeType&&t,a=r&&e&&!e.nodeType&&e,o=a&&a.exports===r&&i.process,n=function(){try{var e=a&&a.require&&a.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=n},9005:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},3766:e=>{e.exports=function(e,t){return function(s){return e(t(s))}}},8942:(e,t,s)=>{var i=s(4967),r="object"==typeof self&&self&&self.Object===Object&&self,a=i||r||Function("return this")();e.exports=a},1877:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},8006:e=>{e.exports=function(e){return this.__data__.has(e)}},9828:e=>{e.exports=function(e){var t=-1,s=Array(e.size);return e.forEach((function(e){s[++t]=e})),s}},4103:(e,t,s)=>{var i=s(1386);e.exports=function(){this.__data__=new i,this.size=0}},1779:e=>{e.exports=function(e){var t=this.__data__,s=t.delete(e);return this.size=t.size,s}},4162:e=>{e.exports=function(e){return this.__data__.get(e)}},7462:e=>{e.exports=function(e){return this.__data__.has(e)}},6638:(e,t,s)=>{var i=s(1386),r=s(9770),a=s(8250);e.exports=function(e,t){var s=this.__data__;if(s instanceof i){var o=s.__data__;if(!r||o.length<199)return o.push([e,t]),this.size=++s.size,this;s=this.__data__=new a(o)}return s.set(e,t),this.size=s.size,this}},7706:e=>{e.exports=function(e,t,s){for(var i=s-1,r=e.length;++i<r;)if(e[i]===t)return i;return-1}},4066:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},2945:e=>{var t=/\s/;e.exports=function(e){for(var s=e.length;s--&&t.test(e.charAt(s)););return s}},2784:(e,t,s)=>{var i=s(1580),r=s(4495),a=s(6131),o=Math.max,n=Math.min;e.exports=function(e,t,s){var l,d,c,h,u,p,g=0,m=!1,f=!1,y=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function v(t){var s=l,i=d;return l=d=void 0,g=t,h=e.apply(i,s)}function w(e){var s=e-p;return void 0===p||s>=t||s<0||f&&e-g>=c}function _(){var e=r();if(w(e))return S(e);u=setTimeout(_,function(e){var s=t-(e-p);return f?n(s,c-(e-g)):s}(e))}function S(e){return u=void 0,y&&l?v(e):(l=d=void 0,h)}function b(){var e=r(),s=w(e);if(l=arguments,d=this,p=e,s){if(void 0===u)return function(e){return g=e,u=setTimeout(_,t),m?v(e):h}(p);if(f)return clearTimeout(u),u=setTimeout(_,t),v(p)}return void 0===u&&(u=setTimeout(_,t)),h}return t=a(t)||0,i(s)&&(m=!!s.leading,c=(f="maxWait"in s)?o(a(s.maxWait)||0,t):c,y="trailing"in s?!!s.trailing:y),b.cancel=function(){void 0!==u&&clearTimeout(u),g=0,l=p=d=u=void 0},b.flush=function(){return void 0===u?h:S(r())},b}},6285:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},3981:e=>{e.exports=function(e){return e&&e.length?e[0]:void 0}},3283:(e,t,s)=>{var i=s(6027),r=s(547),a=Object.prototype,o=a.hasOwnProperty,n=a.propertyIsEnumerable,l=i(function(){return arguments}())?i:function(e){return r(e)&&o.call(e,"callee")&&!n.call(e,"callee")};e.exports=l},3142:e=>{var t=Array.isArray;e.exports=t},6529:(e,t,s)=>{var i=s(3655),r=s(5387);e.exports=function(e){return null!=e&&r(e.length)&&!i(e)}},5853:(e,t,s)=>{e=s.nmd(e);var i=s(8942),r=s(4772),a=t&&!t.nodeType&&t,o=a&&e&&!e.nodeType&&e,n=o&&o.exports===a?i.Buffer:void 0,l=(n?n.isBuffer:void 0)||r;e.exports=l},3514:(e,t,s)=>{var i=s(195),r=s(8486),a=s(3283),o=s(3142),n=s(6529),l=s(5853),d=s(4882),c=s(8666),h=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(n(e)&&(o(e)||"string"==typeof e||"function"==typeof e.splice||l(e)||c(e)||a(e)))return!e.length;var t=r(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(d(e))return!i(e).length;for(var s in e)if(h.call(e,s))return!1;return!0}},6343:(e,t,s)=>{var i=s(4687);e.exports=function(e,t){return i(e,t)}},3655:(e,t,s)=>{var i=s(7379),r=s(1580);e.exports=function(e){if(!r(e))return!1;var t=i(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},5387:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3668:e=>{e.exports=function(e){return null==e}},986:(e,t,s)=>{var i=s(7379),r=s(547);e.exports=function(e){return"number"==typeof e||r(e)&&"[object Number]"==i(e)}},1580:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},547:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},8138:(e,t,s)=>{var i=s(7379),r=s(3142),a=s(547);e.exports=function(e){return"string"==typeof e||!r(e)&&a(e)&&"[object String]"==i(e)}},1187:(e,t,s)=>{var i=s(7379),r=s(547);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==i(e)}},8666:(e,t,s)=>{var i=s(674),r=s(9460),a=s(2306),o=a&&a.isTypedArray,n=o?r(o):i;e.exports=n},1211:(e,t,s)=>{var i=s(358),r=s(195),a=s(6529);e.exports=function(e){return a(e)?i(e):r(e)}},9071:e=>{e.exports=function(){}},4495:(e,t,s)=>{var i=s(8942);e.exports=function(){return i.Date.now()}},9306:e=>{e.exports=function(){return[]}},4772:e=>{e.exports=function(){return!1}},6131:(e,t,s)=>{var i=s(6403),r=s(1580),a=s(1187),o=/^[-+]0x[0-9a-f]+$/i,n=/^0b[01]+$/i,l=/^0o[0-7]+$/i,d=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=i(e);var s=n.test(e);return s||l.test(e)?d(e.slice(2),s?2:8):o.test(e)?NaN:+e}},2438:(e,t,s)=>{var i=s(5630);e.exports=function(e){return e&&e.length?i(e):[]}},3335:(e,t,s)=>{"use strict";var i=s(9155),r=Symbol.for("react.element"),a=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,n=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function d(e,t,s){var i,a={},d=null,c=null;for(i in void 0!==s&&(d=""+s),void 0!==t.key&&(d=""+t.key),void 0!==t.ref&&(c=t.ref),t)o.call(t,i)&&!l.hasOwnProperty(i)&&(a[i]=t[i]);if(e&&e.defaultProps)for(i in t=e.defaultProps)void 0===a[i]&&(a[i]=t[i]);return{$$typeof:r,type:e,key:d,ref:c,props:a,_owner:n.current}}t.Fragment=a,t.jsx=d,t.jsxs=d},1085:(e,t,s)=>{"use strict";e.exports=s(3335)},2591:(e,t,s)=>{"use strict";var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},a=function(){var e={};return function(t){if(void 0===e[t]){var s=document.querySelector(t);if(window.HTMLIFrameElement&&s instanceof window.HTMLIFrameElement)try{s=s.contentDocument.head}catch(e){s=null}e[t]=s}return e[t]}}(),o=[];function n(e){for(var t=-1,s=0;s<o.length;s++)if(o[s].identifier===e){t=s;break}return t}function l(e,t){for(var s={},i=[],r=0;r<e.length;r++){var a=e[r],l=t.base?a[0]+t.base:a[0],d=s[l]||0,c="".concat(l," ").concat(d);s[l]=d+1;var h=n(c),u={css:a[1],media:a[2],sourceMap:a[3]};-1!==h?(o[h].references++,o[h].updater(u)):o.push({identifier:c,updater:f(u,t),references:1}),i.push(c)}return i}function d(e){var t=document.createElement("style"),i=e.attributes||{};if(void 0===i.nonce){var r=s.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(e){t.setAttribute(e,i[e])})),"function"==typeof e.insert)e.insert(t);else{var o=a(e.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(t)}return t}var c,h=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function u(e,t,s,i){var r=s?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(e.styleSheet)e.styleSheet.cssText=h(t,r);else{var a=document.createTextNode(r),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(a,o[t]):e.appendChild(a)}}function p(e,t,s){var i=s.css,r=s.media,a=s.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=i;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(i))}}var g=null,m=0;function f(e,t){var s,i,r;if(t.singleton){var a=m++;s=g||(g=d(t)),i=u.bind(null,s,a,!1),r=u.bind(null,s,a,!0)}else s=d(t),i=p.bind(null,s,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(s)};return i(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;i(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=r());var s=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var i=0;i<s.length;i++){var r=n(s[i]);o[r].references--}for(var a=l(e,t),d=0;d<s.length;d++){var c=n(s[d]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}s=a}}}},6704:(e,t,s)=>{"use strict";const i=document.querySelector("[nonce]");i&&(s.nc=i.nonce||i.getAttribute("nonce")),window.litNonce=s.nc},5136:e=>{"use strict";e.exports=s},3107:e=>{"use strict";e.exports=r},6166:e=>{"use strict";e.exports=i},992:e=>{"use strict";e.exports=n},7161:e=>{"use strict";e.exports=h},429:e=>{"use strict";e.exports=u},5125:e=>{"use strict";e.exports=m},318:e=>{"use strict";e.exports=g},6968:e=>{"use strict";e.exports=f},2083:e=>{"use strict";e.exports=p},5314:e=>{"use strict";e.exports=t},5299:e=>{"use strict";e.exports=l},9780:e=>{"use strict";e.exports=y},9155:e=>{"use strict";e.exports=a},9514:e=>{"use strict";e.exports=d},2236:e=>{"use strict";e.exports=o},2265:e=>{"use strict";e.exports=c},7315:t=>{"use strict";t.exports=e}},w={};function _(e){var t=w[e];if(void 0!==t)return t.exports;var s=w[e]={id:e,loaded:!1,exports:{}};return v[e].call(s.exports,s,s.exports,_),s.loaded=!0,s.exports}_.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return _.d(t,{a:t}),t},_.d=(e,t)=>{for(var s in t)_.o(t,s)&&!_.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},_.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),_.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),_.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},_.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),_.nc=void 0;var S={};return(()=>{"use strict";_.r(S),_.d(S,{AppearanceCommonOptionsDefault:()=>i,AppearanceManager:()=>ln,CTASource:()=>y,CloseButtonPosition:()=>e,GameReaderOptionsDefault:()=>r,GoodsWidgetOptionsDefault:()=>o,GoodsWidgetRenderingType:()=>a,IamCheckDisplayTimeRangeError:()=>ns,IamFrequencyLimitError:()=>os,IamMessageLimitExceededError:()=>ls,IamMessageOpenError:()=>qa,IamNotFoundByEventError:()=>Ao,IamNotFoundByIdError:()=>Ot,IamNotFoundLimitError:()=>It,IamOtherReaderIsOpenError:()=>rs,IamShowOnlyIfLoadedError:()=>as,IasNetworkError:()=>z,InAppMessagingOptionsDefault:()=>k,InAppStoryManager:()=>Oh,PlaceholderType:()=>E,STORY_FEED_LIST:()=>I,STORY_LIST_TYPE:()=>O,STORY_READER_WINDOW_REFERER:()=>L,SharePageEvents:()=>n,SharePanelDefault:()=>w,StoriesEvents:()=>A,StoriesListCardCoverQuality:()=>u,StoriesListCardTitlePosition:()=>h,StoriesListCardTitleTextAlign:()=>c,StoriesListCardViewVariant:()=>d,StoriesListDirection:()=>p,StoriesListEvents:()=>g,StoriesListOptionsDefault:()=>m,StoriesListSliderAlign:()=>l,StoryActionSource:()=>M,StoryFavoriteReaderOptionsDefault:()=>f,StoryReaderOptionsDefault:()=>x,StoryReaderSwipeStyle:()=>b,WidgetStoriesOptions:()=>C});var e,t=_(46),s=_.n(t);!function(e){e.LEFT="left",e.RIGHT="right",e.START="start",e.END="end"}(e||(e={}));const i={hasFavorite:!1,hasLike:!1,hasShare:!1,closeButtonPosition:e.END,loader:{default:{color:"white",accentColor:"transparent"},custom:null},closeButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M30 15.2115C30 23.4958 23.2843 30.2115 15 30.2115C6.71573 30.2115 0 23.4958 0 15.2115C0 6.92728 6.71573 0.211548 15 0.211548C23.2843 0.211548 30 6.92728 30 15.2115Z" fill="white"/>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M9.8309 10.0424C10.0969 9.77646 10.5281 9.77646 10.7941 10.0424L15 14.2483L19.2059 10.0424C19.4719 9.77646 19.9031 9.77646 20.1691 10.0424C20.4351 10.3084 20.4351 10.7397 20.1691 11.0057L15.9632 15.2115L20.1691 19.4174C20.4351 19.6834 20.4351 20.1147 20.1691 20.3807C19.9031 20.6466 19.4719 20.6466 19.2059 20.3807L15 16.1748L10.7941 20.3807C10.5281 20.6466 10.0969 20.6466 9.8309 20.3807C9.56492 20.1147 9.56492 19.6834 9.8309 19.4174L14.0368 15.2115L9.8309 11.0057C9.56492 10.7397 9.56492 10.3084 9.8309 10.0424Z" fill="#C2C2C4"/>\n</svg>'}},forceDesktopMode:void 0},r={borderRadius:5,loader:{default:{color:"white",accentColor:"transparent"},custom:null},backdropColor:"#1a1a1a",backdrop:{opacity:1,background:"#1a1a1a"},game:{backdropColor:"rgb(51, 51, 51)"},forceDesktopMode:i.forceDesktopMode,forceCheckOrientation:!0};var a;!function(e){e.DEFAULT="default",e.CUSTOM_CARD="customCard"}(a||(a={}));const o={goodsWidgetRenderingType:a.DEFAULT,goodsList:{renderingType:a.DEFAULT,closeBackgroundColor:"#000000",substrateHeight:200,substrateColor:"#FFFFFF",dimColor:"rgba(0, 0, 0, 0.5)"},goodsCard:{mainTextColor:"#000000",oldPriceTextColor:"#CCCCCC",imageBackgroundColor:"transparent",imageCornerRadius:8},openGoodsWidgetHandler:e=>Promise.resolve(e),loader:{default:{color:"gray",accentColor:"transparent"}}};var n,l,d,c,h,u,p,g;!function(e){e.START_LOADING="startLoading",e.END_LOADING="endLoading",e.CLOSE_STORY_READER="closeStoryReader"}(n||(n={})),function(e){e.CENTER="center",e.LEFT="left",e.RIGHT="right",e.START="start",e.END="end"}(l||(l={})),function(e){e.CIRCLE="circle",e.QUAD="quad",e.RECTANGLE="rectangle"}(d||(d={})),function(e){e.LEFT="left",e.RIGHT="right",e.START="start",e.END="end",e.CENTER="center"}(c||(c={})),function(e){e.CARD_INSIDE_BOTTOM="cardInsideBottom",e.CARD_OUTSIDE_TOP="cardOutsideTop",e.CARD_OUTSIDE_BOTTOM="cardOutsideBottom"}(h||(h={})),function(e){e.Medium="medium",e.High="high"}(u||(u={})),function(e){e.COLUMN="vertical",e.ROW="horizontal"}(p||(p={})),function(e){e.START_LOADER="startLoad",e.END_LOADER="endLoad"}(g||(g={}));const m={direction:p.ROW,card:{title:{font:'16px system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',padding:10.6,textAlign:c.START,position:h.CARD_INSIDE_BOTTOM,display:!0,lineClamp:4},gap:10,height:178,aspectRatio:null,coverQuality:u.High,variant:d.RECTANGLE,border:{radius:21,color:"black",width:2,gap:5},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null,opened:{border:{radius:null,color:null,width:null,gap:null,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null},coverLazyLoading:!1},favoriteCard:{title:{content:"Favorite",font:"normal",color:"white",padding:15,textAlign:c.START,position:h.CARD_INSIDE_BOTTOM,display:!0,lineClamp:3},gap:10,height:70,aspectRatio:null,coverQuality:u.High,coverLazyLoading:!1,variant:d.CIRCLE,border:{radius:0,color:"black",width:2,gap:3,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null,opened:{border:{radius:null,color:null,width:null,gap:null,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null}},sidePadding:20,topPadding:20,bottomPadding:20,bottomMargin:17,layout:{height:0,backgroundColor:"transparent",sliderAlign:l.START},navigation:{speed:300,showControls:!1,controlsSize:48,controlsBackgroundColor:"white",controlsColor:"black"},autoScrollOnStoryClose:!0,ugcCard:{title:{content:null,font:'16px system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',color:"#000",padding:15,textAlign:c.START,position:h.CARD_INSIDE_BOTTOM,display:!0,lineClamp:3},gap:10,height:70,aspectRatio:null,coverQuality:u.High,coverLazyLoading:!1,variant:d.CIRCLE,border:{radius:0,color:"transparent",width:0,gap:0,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null,image:{svgSrc:{baseState:'<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M50 85.5C69.6061 85.5 85.5 69.6061 85.5 50C85.5 30.3939 69.6061 14.5 50 14.5C30.3939 14.5 14.5 30.3939 14.5 50C14.5 69.6061 30.3939 85.5 50 85.5Z" stroke="white" stroke-width="2"/>\n<path d="M50.5 34.5V65.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M34.5 49.5H65.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n'}},backgroundColor:"#0c62f3"}},f={title:{content:"Favorite",font:"1.4rem/1.2 InternalPrimaryFont",color:"white",backgroundColor:"#333333"},headerTopOffset:0,bottomOffset:0,backgroundColor:"#333333"};var y;!function(e){e.STORY_LIST="storyList",e.STORY_READER="storyReader",e.GAME_READER="gameReader",e.STACK_STORY_LIST="stackStoryList",e.IAM_READER="iamReader"}(y||(y={}));const v={label:"X",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="0 0 195 195" xmlns="http://www.w3.org/2000/svg">\n<g transform="matrix(.20227 0 0 .20302 -71 -26.7)">\n<circle cx="834.3" cy="610.6" r="481.3" stroke="#fff" strokeMiterlimit="10"/>\n<path d="m537.8 331.8 230 307.6-231.4 250.1h52.2l202.6-219 163.8 219h177.3l-243-324.9 215.5-232.8h-52l-187 201.7-150.7-201.7zm76.6 38.4h81.5l359.7 481h-81.5z" fill="#fff"/>\n</g>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://twitter.com/share?url=${e}&text=${t}`},w={targets:["vk","ok","facebook","x","linkedin","telegram"],targetParams:{vk:{label:"VK",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">\n<circle cx="24" cy="24" r="21.3" fill="#fff"/>\n<path d="M22.3.7a23.3 23.3 0 0 0-5 45.6A23.4 23.4 0 0 0 30.7 1.7C28 .8 25.2.6 22.3.7Zm1.8 14.5c1.2.1 1.8.3 2 .6l.3.6c.2.4.2.8 0 4.3 0 2.2 0 2.9.2 3.4s.7.8 1.1.6a8 8 0 0 0 1.8-2 29 29 0 0 0 3-5.8c.3-.4.5-.7.8-.8h7.1a.7.7 0 0 1 .5.8c0 .7-.8 2.2-2 4a92.7 92.7 0 0 1-3.5 4.8c-.3.5-.2 1 .2 1.6l1.4 1.4c1.8 1.7 2.6 2.6 3.3 3.6.4.7.6 1.2.5 1.7 0 .2-.2.5-.5.6-.4.2-.9.2-3.7.3H34l-.5-.1c-1-.4-1.8-1-3.5-3-.9-1-1.6-1.5-2-1.5-.5 0-1 .6-1.3 1.3-.1.5-.2.8-.2 1.7-.1 1-.2 1.2-.8 1.5H22a9.5 9.5 0 0 1-4.2-1.4c-1.9-1.1-3-2.2-4.4-3.8a48.7 48.7 0 0 1-7.2-12.5c-.1-.5 0-.9.5-1l3-.1h3c.5.3.7.5 1 1.4L16 22c.5.9 1 1.6 1.5 2 .6.6.9.7 1.3.7.3 0 .4-.1.6-.6.5-1 .6-4.8.1-6.3-.2-.8-.6-1.1-1.7-1.3-.2 0-.2-.2 0-.4.4-.6 1.1-.9 2.6-1H24Z" fill="#45668E"/>\n</svg>'}},getUrl:({url:e,text:t})=>`https://vk.com/share.php?url=${e}&title=${t}`},facebook:{label:"Facebook",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="126.4 2.3 589 589" xmlns="http://www.w3.org/2000/svg">\n<circle cx="420.9" cy="296.8" r="294.5" fill="#3c5a9a"/>\n<path d="M516.7 92.7h-65.2c-38.8 0-81.8 16.3-81.8 72.4.2 19.5 0 38.3 0 59.3h-44.8v71.3h46.2V501h84.8V294.4h56l5-70.2h-62.4V184c0-22.2 23-21 24.4-21h37.8V92.8z" fill="#fff"/>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://www.facebook.com/sharer.php?u=${e}&t=${t}`},x:v,twitter:v,linkedin:{label:"LinkedIn",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" enableBackground="new 0 0 550 550" version="1.1" viewBox="0 0 550 550" xmlSpace="preserve" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">\n<circle cx="275" cy="275" r="256" fill="#04689B"/>\n<path d="m219.2 366.5h-38.8v-124.3h38.8v124.3zm-20.4-139.9h-0.3c-14.1 0-23.2-9.5-23.2-21.6 0-12.3 9.4-21.6 23.7-21.6s23.1 9.3 23.4 21.5c0.1 12.2-9 21.7-23.6 21.7zm175.8 139.9h-44v-64.3c0-16.8-6.9-28.3-22-28.3-11.6 0-18 7.7-21 15.2-1.1 2.7-0.9 6.4-0.9 10.2v67.3h-43.7s0.6-113.9 0-124.3h43.6v19.5c2.6-8.5 16.5-20.7 38.8-20.7 27.6 0 49.3 17.9 49.3 56.4v69z" fill="#fff"/>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://www.linkedin.com/sharing/share-offsite/?url=${e}&title=${t}`},telegram:{label:"Telegram",icon:{svgSrc:{baseState:'<svg data-v-05f1b0f5="" data-v-b5b60290="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" width="50px" height="50px"><defs data-v-05f1b0f5=""><linearGradient data-v-05f1b0f5="" id="a" x1="120" y1="240" x2="120" gradientUnits="userSpaceOnUse"><stop data-v-05f1b0f5="" offset="0" stop-color="#1d93d2"></stop><stop data-v-05f1b0f5="" offset="1" stop-color="#38b0e3"></stop></linearGradient></defs><circle data-v-05f1b0f5="" cx="120" cy="120" r="120" fill="url(#a)"></circle><path data-v-05f1b0f5="" d="m81.2 128.8 14.3 39.4s1.7 3.7 3.7 3.7 30.2-29.5 30.2-29.5l31.5-61-79.2 37.2Z" fill="#c8daea"></path><path data-v-05f1b0f5="" d="m100.1 138.9-2.7 29s-1.2 9 7.7 0 17.4-15.7 17.4-15.7" fill="#a9c6d8"></path><path data-v-05f1b0f5="" d="m81.5 130.2-29.3-9.6s-3.5-1.4-2.4-4.6c.3-.7.7-1.2 2.1-2.2C58.4 109.3 172 68.4 172 68.4s3.2-1 5.1-.3a2.8 2.8 0 0 1 2 2 9.4 9.4 0 0 1 .2 2.6l-.2 2.6c-.7 11.1-21.4 94.4-21.4 94.4s-1.2 5-5.7 5a8.1 8.1 0 0 1-5.9-2.2 797.1 797.1 0 0 0-45.5-32.2 1.3 1.3 0 0 1-.5-.9c-.1-.4.4-1 .4-1s52.4-46.6 53.8-51.5c.1-.4-.3-.6-.8-.4C150 87.8 89.6 125.9 83 130a3.2 3.2 0 0 1-1.5 0Z" fill="#fff"></path></svg>\n'}},getUrl:({url:e,text:t})=>`https://t.me/share/url?url=${e}&text=${t}`},ok:{label:"OK",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="0 0 388.4 387.1" xmlSpace="preserve" xmlns="http://www.w3.org/2000/svg">\n<path d="M331.7 330.2a194.2 193.5 0 0 1-273.9 1.1 194.2 193.5 0 0 1-2.6-272.9A194.2 193.5 0 0 1 329 54.2a194.2 193.5 0 0 1 5.7 273" fill="#faab62" style="mixBlendMode:normal"/>\n<path d="m328.7 327.1a189.2 188.5 0 0 1-266.9 1.2 189.2 188.5 0 0 1-2.5-266 189.2 188.5 0 0 1 266.7-4 189.2 188.5 0 0 1 5.6 265.9" fill="#f7931e" style="mixBlendMode:normal"/>\n<g fill="#fff" style="mixBlendMode:normal">\n<path d="m217.4 253.5c28-5.7 44.7-19 45.6-19.7a19 19 0 0 0-23.8-29.6c-0.2 0.1-18 13.8-47.5 13.8a84.5 84.5 0 0 1-47.8-13.8 19 19 0 0 0-23.8 29.6c1 0.7 18.4 14.3 47.1 19.9l-40 41.9a19 19 0 1 0 27.3 26.3l37.2-39.6 41 39.9a19 19 0 1 0 26.9-26.9z"/>\n<path transform="translate(-1.8 .2)" d="m194.5 57.9a69.9 69.9 0 1 0 0 139.8 69.9 69.9 0 0 0 0-139.8zm0 98.8a28.9 28.9 0 1 1 0-57.8 28.9 28.9 0 0 1 0 57.8z" style="mixBlendMode:normal"/>\n</g>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://connect.ok.ru/offer?url=${e}&title=${t}`}},copyButton:{label:"Copy link",svgSrc:{baseState:'<svg width="30px" height="30px" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20"><path d="M6.6 0a2 2 0 0 0-2 2v12c0 1.2.9 2 2 2h9a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-9Zm0 2h9v12h-9V2Z" fill="currentColor"/><path d="M2.6 20a2 2 0 0 1-2-2V5h2v13h10v2h-10Z" fill="currentColor"/></svg>',doneState:'<svg width="30px" height="30px" fill="none" viewBox="0 0 386 264" xmlns="http://www.w3.org/2000/svg">\n<path d="m379.05 7.3156c8.855 8.8533 8.855 23.207 0 32.06l-210.67 210.67c-17.707 17.707-46.414 17.707-64.121 0l-97.319-97.319c-8.8531-8.855-8.8531-23.208 0-32.061 8.853-8.853 23.207-8.853 32.06 0l97.319 97.319 210.67-210.67c8.852-8.8531 23.206-8.8531 32.058 0z" clip-rule="evenodd" fill="currentColor" fill-rule="evenodd"/>\n</svg>'}},downloadButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><path d="M31 22a1 1 0 0 0-1 1v7H2v-7a1 1 0 0 0-2 0v8c0 .6.4 1 1 1h30c.6 0 1-.4 1-1v-8c0-.6-.4-1-1-1z"/><path d="M15.3 23.7c.4.4 1 .4 1.4 0l7-6.9c.4-.4.4-1 0-1.4a1 1 0 0 0-1.4 0L17 20.6V1a1 1 0 0 0-2 0v19.6l-5.3-5.2a1 1 0 0 0-1.4 0 1 1 0 0 0 0 1.4l7 7z"/></g></svg>'}},title:{favicon:{background:"white",display:!0},getValue:({url:e})=>e},background:"#202125",borderRadius:20,divider:{background:"#36373b"},text:{color:"white",font:"inherit"}};var b;!function(e){e.FLAT="flat",e.COVER="cover",e.CUBE="cube"}(b||(b={}));const x={gameReaderOptions:{loader:{default:{color:"white",accentColor:"transparent"},custom:null}},scrollStyle:b.FLAT,timelineBlockTopOffset:8,actionPanelBottomOffset:0,borderRadius:12,loader:{default:{color:"white",accentColor:"transparent"},custom:null},recycleStoriesList:!1,closeOnLastSlideByTimer:!0,sharePanel:w,commonBackdrop:{color:"rgba(51, 51, 51, 1)",backdropFilter:null},slideBackdrop:{opacity:.56,blur:30,linearGradientOverlay:["rgba(0, 0, 0, 0.1) 0%","rgba(0, 0, 0, 0.9) 100%"]},faviconApiUrl:"",navigation:{prevButton:{svgSrc:{baseState:'<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M19.8076 6.80761L9.20101 17.4142L7.7868 16L18.3934 5.3934L19.8076 6.80761Z" fill="currentColor" />\n <path d="M18.3934 26.6066L7.7868 16L9.20101 14.5858L19.8076 25.1924L18.3934 26.6066Z" fill="currentColor" />\n </svg>'}},nextButton:{svgSrc:{baseState:'<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M12.1924 25.1924L22.799 14.5858L24.2132 16L13.6066 26.6066L12.1924 25.1924Z" fill="currentColor" />\n <path d="M13.6066 5.3934L24.2132 16L22.799 17.4142L12.1924 6.80761L13.6066 5.3934Z" fill="currentColor" />\n </svg>'}}},likeButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M6.96277 15.177L8.11552 15.1837C8.75334 15.1873 9.26846 15.7054 9.26846 16.3433V22.7329C9.26846 23.376 8.74519 23.8962 8.10215 23.8925L6.94939 23.8859C6.31157 23.8822 5.79645 23.3641 5.79645 22.7263V16.3366C5.79645 15.6936 6.31972 15.1733 6.96277 15.177Z" stroke="white" stroke-width="1.21546"/>\n<path d="M11.2546 15.0917L11.3801 23.0645C11.3867 23.4802 11.6013 23.8648 11.9516 24.0886C12.119 24.1955 12.4834 24.2735 12.4834 24.2735L13.1084 24.3569L13.9973 24.4541L15.9789 24.5912L17.4834 24.6365H18.9642L19.282 24.6229C19.7715 24.6018 20.258 24.5358 20.7354 24.4256L21.1038 24.3406C21.3122 24.2925 21.516 24.2263 21.7128 24.1428L21.7439 24.1295C22.0493 23.9999 22.3342 23.8269 22.59 23.6157L22.717 23.5108C22.873 23.382 23.0108 23.2326 23.1265 23.0666L23.1451 23.04C23.2426 22.9003 23.3217 22.7485 23.3804 22.5886L23.428 22.4586C23.5278 22.1867 23.5473 21.8918 23.4842 21.6092L23.4296 21.3645C23.4285 21.3594 23.4265 21.3544 23.4237 21.3499C23.4102 21.3285 23.4163 21.3002 23.4374 21.2862L23.7911 21.0504V21.0504C23.8452 21.0143 23.8957 20.9723 23.9416 20.9263V20.9263C23.99 20.8728 24.0444 20.8083 24.0805 20.7458L24.1361 20.6625C24.2924 20.3945 24.3931 20.0167 24.4083 19.7069L24.4118 19.6352C24.4205 19.458 24.4079 19.2804 24.3744 19.1062L24.3305 18.8986C24.325 18.8696 24.2749 18.7163 24.2611 18.6902L24.1718 18.5154C24.1644 18.5014 24.1898 18.473 24.1898 18.473L24.3653 18.2658C24.4983 18.1109 24.6033 17.9305 24.673 17.7386C24.7222 17.6035 24.7532 17.4657 24.775 17.3153L24.7889 17.1764L24.7957 17.0468C24.8164 16.8366 24.7978 16.6244 24.7409 16.421C24.6929 16.2496 24.6183 16.0868 24.5198 15.9385L24.1983 15.4542C24.1843 15.4367 24.1808 15.413 24.1891 15.3922L24.3081 15.1055C24.3652 14.9628 24.4224 14.6641 24.4391 14.4717L24.4307 14.2984C24.4026 14.0113 24.2405 13.6815 24.0757 13.4238L23.9912 13.3055C23.7236 12.9608 23.3474 12.7334 22.9388 12.5804L22.706 12.4932C22.3923 12.3758 22.0667 12.3327 21.7279 12.2916L21.3444 12.2597C20.89 12.2378 20.2444 12.2651 19.7945 12.3327L18.1092 12.5861C18.1014 12.5873 18.0935 12.5879 18.0857 12.5879H18.0692C17.991 12.5879 17.9276 12.5245 17.9276 12.4462C17.9276 12.4387 17.9282 12.4312 17.9293 12.4238L18.1222 11.3847L18.5408 9.72426C18.6303 9.39087 18.6888 9.04995 18.7158 8.70582L18.7581 8.1657C18.7857 7.81269 18.746 7.45764 18.6411 7.11944L18.6144 7.03332C18.52 6.72899 18.3649 6.44697 18.1583 6.20434L18.1116 6.14941C17.819 5.80563 17.4249 5.56351 16.9859 5.45788L16.7169 5.39313C16.4437 5.32739 16.1567 5.3518 15.8986 5.46269C15.6593 5.56548 15.4564 5.73766 15.316 5.95699L15.2994 5.98302C15.155 6.20866 15.0783 6.47094 15.0783 6.73882V7.10777C15.0783 7.45352 15.0109 7.79596 14.88 8.11598L14.1668 9.85969C13.9176 10.4691 13.6196 11.0573 13.2758 11.6188L12.5778 12.7586C12.4514 12.9651 12.3013 13.1561 12.1306 13.3278L12.0855 13.3731C11.6243 13.837 11.3317 14.442 11.2546 15.0917Z" stroke="white" stroke-width="1.21546"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M6.96277 15.1771L8.11552 15.1838C8.75334 15.1875 9.26846 15.7056 9.26846 16.3434V22.733C9.26846 23.3761 8.74519 23.8964 8.10215 23.8926L6.94939 23.886C6.31157 23.8823 5.79645 23.3642 5.79645 22.7264V16.3368C5.79645 15.6937 6.31972 15.1734 6.96277 15.1771Z" fill="white" stroke="white" stroke-width="1.21546"/>\n<path d="M11.2546 15.0918L11.3801 23.0646C11.3867 23.4803 11.6013 23.8649 11.9516 24.0888C12.119 24.1957 12.4834 24.2737 12.4834 24.2737L13.1084 24.357L13.9973 24.4542L15.9789 24.5913L17.4834 24.6367H18.9642L19.282 24.623C19.7715 24.6019 20.258 24.5359 20.7354 24.4257L21.1038 24.3407C21.3122 24.2926 21.516 24.2264 21.7128 24.1429L21.7439 24.1297C22.0493 24.0001 22.3342 23.827 22.59 23.6158L22.717 23.5109C22.873 23.3821 23.0108 23.2327 23.1265 23.0668L23.1451 23.0401C23.2426 22.9004 23.3217 22.7487 23.3804 22.5887L23.428 22.4588C23.5278 22.1868 23.5473 21.892 23.4842 21.6093L23.4296 21.3647C23.4285 21.3595 23.4265 21.3545 23.4237 21.3501C23.4102 21.3286 23.4163 21.3004 23.4374 21.2863L23.7911 21.0505V21.0505C23.8452 21.0144 23.8957 20.9724 23.9416 20.9265V20.9265C23.99 20.8729 24.0444 20.8084 24.0805 20.7459L24.1361 20.6626C24.2924 20.3946 24.3931 20.0168 24.4083 19.707L24.4118 19.6353C24.4205 19.4581 24.4079 19.2805 24.3744 19.1063L24.3305 18.8987C24.325 18.8697 24.2749 18.7165 24.2611 18.6904L24.1718 18.5155C24.1644 18.5015 24.1898 18.4732 24.1898 18.4732L24.3653 18.2659C24.4983 18.1111 24.6033 17.9306 24.673 17.7387C24.7222 17.6036 24.7532 17.4658 24.775 17.3154L24.7889 17.1765L24.7957 17.0469C24.8164 16.8367 24.7978 16.6245 24.7409 16.4211C24.6929 16.2497 24.6183 16.0869 24.5198 15.9386L24.1983 15.4543C24.1843 15.4368 24.1808 15.4131 24.1891 15.3923L24.3081 15.1056C24.3652 14.9629 24.4224 14.6642 24.4391 14.4718L24.4307 14.2985C24.4026 14.0114 24.2405 13.6817 24.0757 13.4239L23.9912 13.3056C23.7236 12.9609 23.3474 12.7336 22.9388 12.5805L22.706 12.4934C22.3923 12.3759 22.0667 12.3329 21.7279 12.2918L21.3444 12.2598C20.89 12.2379 20.2444 12.2652 19.7945 12.3329L18.1092 12.5863C18.1014 12.5874 18.0935 12.588 18.0857 12.588H18.0692C17.991 12.588 17.9276 12.5246 17.9276 12.4464C17.9276 12.4389 17.9282 12.4313 17.9293 12.4239L18.1222 11.3849L18.5408 9.72438C18.6303 9.391 18.6888 9.05007 18.7158 8.70594L18.7581 8.16582C18.7857 7.81281 18.746 7.45776 18.6411 7.11956L18.6144 7.03344C18.52 6.72911 18.3649 6.4471 18.1583 6.20446L18.1116 6.14953C17.819 5.80575 17.4249 5.56363 16.9859 5.458L16.7169 5.39325C16.4437 5.32751 16.1567 5.35192 15.8986 5.46281C15.6593 5.5656 15.4564 5.73778 15.316 5.95711L15.2994 5.98314C15.155 6.20878 15.0783 6.47106 15.0783 6.73895V7.10789C15.0783 7.45364 15.0109 7.79608 14.88 8.1161L14.1668 9.85982C13.9176 10.4692 13.6196 11.0574 13.2758 11.6189L12.5778 12.7588C12.4514 12.9652 12.3013 13.1562 12.1306 13.3279L12.0855 13.3732C11.6243 13.8371 11.3317 14.4421 11.2546 15.0918Z" fill="white" stroke="white" stroke-width="1.21546"/>\n</svg>'}},dislikeButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M24.2033 13.6632C24.2033 14.3062 23.68 14.8265 23.037 14.8228L21.8842 14.8161C21.2464 14.8125 20.7313 14.2944 20.7313 13.6565V7.2669C20.7313 6.62385 21.2546 6.10359 21.8976 6.1073L23.0504 6.11395C23.6882 6.11762 24.2033 6.63572 24.2033 7.27355V13.6632Z" stroke="white" stroke-width="1.21547"/>\n<path d="M18.7451 14.9082L18.6196 6.93531C18.6131 6.51965 18.3984 6.13499 18.0481 5.91118C17.8808 5.80428 17.5164 5.72628 17.5164 5.72628L16.8914 5.64295L16.0025 5.54572L14.0208 5.4086L12.5164 5.36328H11.0356L10.7178 5.37695C10.2283 5.398 9.74173 5.46403 9.26432 5.57421L8.89596 5.65921C8.68758 5.7073 8.4838 5.7735 8.28695 5.85706L8.25581 5.87027C7.95049 5.99987 7.66551 6.17296 7.40975 6.38416L7.28278 6.48901C7.12677 6.61783 6.989 6.76725 6.87323 6.93318L6.85466 6.95981C6.75716 7.09955 6.67809 7.25128 6.6194 7.41124L6.57172 7.54119C6.47196 7.81311 6.45245 8.10797 6.51553 8.39066L6.57011 8.63528C6.57127 8.64045 6.57329 8.64539 6.5761 8.64989C6.58951 8.67134 6.58343 8.69958 6.56238 8.71361L6.20864 8.94944V8.94944C6.15453 8.98551 6.10408 9.0275 6.05811 9.07348V9.07348C6.00973 9.12703 5.95532 9.19155 5.91922 9.25403L5.86366 9.33737C5.70735 9.60533 5.60662 9.98309 5.59145 10.2929L5.58794 10.3646C5.57927 10.5418 5.59182 10.7194 5.62532 10.8937L5.66922 11.1012C5.6748 11.1302 5.72484 11.2835 5.73866 11.3096L5.82792 11.4845C5.83532 11.4984 5.80994 11.5268 5.80994 11.5268L5.63444 11.734C5.50143 11.8889 5.3965 12.0693 5.32674 12.2612C5.27758 12.3964 5.24658 12.5341 5.22478 12.6846L5.21089 12.8235L5.20405 12.953C5.18333 13.1632 5.20192 13.3755 5.25887 13.5788C5.30686 13.7503 5.38145 13.9131 5.47991 14.0614L5.80147 14.5456C5.81547 14.5631 5.81898 14.5868 5.81066 14.6076L5.69163 14.8944C5.63456 15.037 5.57739 15.3357 5.56065 15.5282L5.5691 15.7014C5.5972 15.9885 5.75924 16.3183 5.92402 16.576L6.00853 16.6943C6.2762 17.039 6.65231 17.2664 7.06099 17.4194L7.2938 17.5066C7.60742 17.624 7.93309 17.6671 8.27189 17.7082L8.65531 17.7401C9.10973 17.762 9.75538 17.7347 10.2053 17.6671L11.8906 17.4137C11.8984 17.4125 11.9062 17.4119 11.9141 17.4119H11.9305C12.0088 17.4119 12.0722 17.4753 12.0722 17.5536C12.0722 17.5611 12.0716 17.5686 12.0704 17.576L11.8775 18.6151L11.459 20.2756C11.3695 20.6089 11.3109 20.9499 11.284 21.294L11.2417 21.8341C11.214 22.1871 11.2537 22.5422 11.3586 22.8804L11.3853 22.9665C11.4797 23.2708 11.6349 23.5528 11.8414 23.7955L11.8882 23.8504C12.1808 24.1942 12.5749 24.4363 13.0138 24.5419L13.2829 24.6067C13.556 24.6724 13.8431 24.648 14.1012 24.5371C14.3404 24.4343 14.5434 24.2622 14.6837 24.0428L14.7004 24.0168C14.8448 23.7912 14.9215 23.5289 14.9215 23.261V22.892C14.9215 22.5463 14.9888 22.2039 15.1197 21.8838L15.8329 20.1401C16.0821 19.5308 16.3801 18.9425 16.7239 18.381L17.4219 17.2412C17.5483 17.0347 17.6984 16.8437 17.8691 16.6721L17.9142 16.6267C18.3755 16.1629 18.668 15.5578 18.7451 14.9082Z" stroke="white" stroke-width="1.21547"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M24.2035 13.6629C24.2035 14.3059 23.6803 14.8262 23.0372 14.8225L21.8845 14.8158C21.2466 14.8122 20.7315 14.2941 20.7315 13.6562V7.26655C20.7315 6.62348 21.2548 6.10322 21.8978 6.10693L23.0506 6.11358C23.6884 6.11725 24.2035 6.63535 24.2035 7.27319V13.6629Z" fill="white" stroke="white" stroke-width="1.21547"/>\n<path d="M18.7454 14.9079L18.6199 6.93496C18.6133 6.51929 18.3987 6.13463 18.0484 5.91082C17.881 5.80392 17.5166 5.72592 17.5166 5.72592L16.8916 5.64258L16.0027 5.54536L14.021 5.40824L12.5166 5.36292H11.0358L10.718 5.37659C10.2285 5.39764 9.74192 5.46367 9.26451 5.57384L8.89614 5.65885C8.68776 5.70694 8.48398 5.77314 8.28713 5.8567L8.25599 5.86991C7.95066 5.99951 7.66569 6.1726 7.40992 6.3838L7.28295 6.48865C7.12694 6.61747 6.98917 6.7669 6.8734 6.93283L6.85483 6.95946C6.75733 7.0992 6.67826 7.25093 6.61957 7.41088L6.57189 7.54084C6.47212 7.81276 6.45262 8.10762 6.5157 8.39032L6.57028 8.63494C6.57143 8.64011 6.57346 8.64505 6.57627 8.64954C6.58968 8.671 6.5836 8.69923 6.56255 8.71327L6.2088 8.9491C6.1547 8.98517 6.10425 9.02716 6.05827 9.07314C6.0099 9.12669 5.95549 9.19121 5.91938 9.25369L5.86383 9.33703C5.70751 9.60499 5.60678 9.98276 5.59161 10.2926L5.58811 10.3643C5.57943 10.5415 5.59198 10.7191 5.62549 10.8933L5.66938 11.1009C5.67496 11.1299 5.72501 11.2831 5.73883 11.3092L5.82808 11.4841C5.83549 11.4981 5.8101 11.5264 5.8101 11.5264L5.63461 11.7337C5.50159 11.8886 5.39666 12.069 5.3269 12.2609C5.27775 12.396 5.24674 12.5338 5.22494 12.6842L5.21105 12.8231L5.20421 12.9527C5.18349 13.1629 5.20208 13.3751 5.25903 13.5785C5.30702 13.7499 5.38161 13.9128 5.48007 14.061L5.80163 14.5453C5.81564 14.5628 5.81915 14.5865 5.81082 14.6073L5.69179 14.894C5.63472 15.0367 5.57755 15.3354 5.56081 15.5279L5.56926 15.7011C5.59737 15.9882 5.7594 16.318 5.92419 16.5757L6.0087 16.694C6.27636 17.0387 6.65248 17.2661 7.06116 17.4191L7.29397 17.5063C7.6076 17.6237 7.93327 17.6668 8.27207 17.7079L8.65549 17.7398C9.10991 17.7617 9.75557 17.7344 10.2055 17.6668L11.8908 17.4134C11.8986 17.4122 11.9064 17.4116 11.9143 17.4116H11.9307C12.009 17.4116 12.0724 17.4751 12.0724 17.5533C12.0724 17.5608 12.0718 17.5683 12.0706 17.5757L11.8777 18.6148L11.4592 20.2753C11.3697 20.6087 11.3111 20.9496 11.2842 21.2937L11.2419 21.8339C11.2142 22.1869 11.2539 22.5419 11.3588 22.8801L11.3855 22.9662C11.4799 23.2706 11.6351 23.5526 11.8416 23.7952L11.8884 23.8502C12.181 24.1939 12.5751 24.4361 13.014 24.5417L13.2831 24.6064C13.5562 24.6722 13.8433 24.6478 14.1014 24.5369C14.3407 24.4341 14.5436 24.2619 14.6839 24.0426L14.7006 24.0166C14.845 23.7909 14.9217 23.5286 14.9217 23.2607V22.8918C14.9217 22.546 14.989 22.2036 15.1199 21.8836L15.8331 20.1399C16.0824 19.5305 16.3803 18.9422 16.7241 18.3808L17.4221 17.2409C17.5486 17.0344 17.6987 16.8434 17.8694 16.6718L17.9144 16.6264C18.3757 16.1626 18.6683 15.5575 18.7454 14.9079Z" fill="white" stroke="white" stroke-width="1.21547"/>\n</svg>'}},favoriteButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.49976 7.25225V23.2366C7.49976 24.6882 9.33429 25.321 10.2292 24.1782L13.7974 19.6218C14.4088 18.8411 15.5907 18.8411 16.2021 19.6218L19.7703 24.1782C20.6652 25.321 22.4998 24.6882 22.4998 23.2366V7.25225C22.4998 5.98711 21.4742 4.96152 20.209 4.96152H9.79048C8.52535 4.96152 7.49976 5.98712 7.49976 7.25225Z" stroke="white" stroke-width="1.29808"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.49976 7.04073V23.0251C7.49976 24.4767 9.33429 25.1095 10.2292 23.9667L13.7974 19.4103C14.4088 18.6296 15.5907 18.6296 16.2021 19.4103L19.7703 23.9667C20.6652 25.1095 22.4998 24.4766 22.4998 23.0251V7.04072C22.4998 5.77559 21.4742 4.75 20.209 4.75H9.79048C8.52535 4.75 7.49976 5.77559 7.49976 7.04073Z" fill="white" stroke="white" stroke-width="1.29808"/>\n</svg>'}},muteButton:{svgSrc:{baseState:'<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M3.40625 13.5734V18.7664C3.40625 19.7239 4.18245 20.5001 5.13993 20.5001H8.04633C8.6342 20.5001 9.17511 20.8213 9.45654 21.3374L11.903 25.8242C12.271 26.4992 12.9783 26.9192 13.7471 26.9192C14.9072 26.9192 15.8477 25.9788 15.8477 24.8187V7.52486C15.8477 6.36469 14.9072 5.42416 13.747 5.42412C12.9783 5.42409 12.2709 5.84393 11.9028 6.51875L9.45651 11.0026C9.17509 11.5184 8.63442 11.8394 8.04683 11.8394H5.14027C4.1826 11.8394 3.40625 12.6157 3.40625 13.5734Z" fill="white"/>\n<path d="M19.8477 13.0466L26.0976 19.2966M26.0976 13.0466L19.8477 19.2966" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M3.40625 12.5733V17.7663C3.40625 18.7238 4.18245 19.5 5.13993 19.5H8.04633C8.6342 19.5 9.17511 19.8212 9.45654 20.3373L11.903 24.8241C12.271 25.4991 12.9783 25.919 13.7471 25.9191C14.9072 25.9191 15.8477 24.9787 15.8477 23.8186V6.52474C15.8477 5.36457 14.9072 4.42404 13.747 4.424C12.9783 4.42397 12.2709 4.84381 11.9028 5.51863L9.45651 10.0025C9.17509 10.5183 8.63442 10.8392 8.04683 10.8392H5.14027C4.1826 10.8392 3.40625 11.6156 3.40625 12.5733Z" fill="white"/>\n<path d="M19.8477 11.4215C20.6323 12.4661 21.0972 13.7645 21.0972 15.1715C21.0972 16.5785 20.6323 17.8769 19.8477 18.9215M22.3472 6.78613C24.6487 8.84608 26.0972 11.8396 26.0972 15.1715C26.0972 18.5034 24.6487 21.4969 22.3472 23.5569" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>'}},shareButton:{svgSrc:{baseState:'<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 10.9038C20.8488 10.9038 21.9423 9.81036 21.9423 8.46151C21.9423 7.11266 20.8488 6.01921 19.5 6.01921C18.1512 6.01921 17.0577 7.11266 17.0577 8.46151C17.0577 9.81036 18.1512 10.9038 19.5 10.9038ZM19.5 12.2115C21.5711 12.2115 23.25 10.5326 23.25 8.46151C23.25 6.39045 21.5711 4.71151 19.5 4.71151C17.4289 4.71151 15.75 6.39045 15.75 8.46151C15.75 8.98692 15.8581 9.48709 16.0531 9.94101L12.288 12.4511C11.6202 11.8367 10.7288 11.4615 9.74976 11.4615C7.67869 11.4615 5.99976 13.1404 5.99976 15.2115C5.99976 17.2826 7.67869 18.9615 9.74976 18.9615C10.7325 18.9615 11.6269 18.5835 12.2956 17.9649L16.018 20.5665C15.8451 20.9977 15.75 21.4685 15.75 21.9615C15.75 24.0326 17.4289 25.7115 19.5 25.7115C21.5711 25.7115 23.25 24.0326 23.25 21.9615C23.25 19.8904 21.5711 18.2115 19.5 18.2115C18.3369 18.2115 17.2974 18.7411 16.6096 19.5722L13.0138 17.0591C13.3231 16.5138 13.4998 15.8833 13.4998 15.2115C13.4998 14.5368 13.3216 13.9037 13.0097 13.3567L16.667 10.9185C17.3545 11.7106 18.3688 12.2115 19.5 12.2115ZM12.1921 15.2115C12.1921 16.5604 11.0986 17.6538 9.74976 17.6538C8.40091 17.6538 7.30745 16.5604 7.30745 15.2115C7.30745 13.8627 8.40091 12.7692 9.74976 12.7692C11.0986 12.7692 12.1921 13.8627 12.1921 15.2115ZM21.9423 21.9615C21.9423 23.3104 20.8488 24.4038 19.5 24.4038C18.1512 24.4038 17.0577 23.3104 17.0577 21.9615C17.0577 20.6127 18.1512 19.5192 19.5 19.5192C20.8488 19.5192 21.9423 20.6127 21.9423 21.9615Z" fill="white"/>\n</svg>'}}};var C;!function(e){e.STYLE_CIRCLE="circle",e.STYLE_QUAD="quad",e.STYLE_RECTANGLE="rectangle",e.SWIPE_CUBE="cube",e.SWIPE_FLAT="flat",e.SWIPE_COVER="cover",e.CLOSE_BUTTON_LEFT="left",e.CLOSE_BUTTON_RIGHT="right"}(C||(C={}));const k={};var M,L,O,I,A,E;!function(e){e.direct="direct",e.onboarding="onboarding",e.list="list",e.favorite="favorite"}(M||(M={})),function(e){e[e.default=0]="default",e[e.favorite=1]="favorite",e[e.stacked=2]="stacked"}(L||(L={})),function(e){e[e.default=0]="default",e[e.onboarding=1]="onboarding",e[e.favorite=2]="favorite",e[e.direct=3]="direct"}(O||(O={})),function(e){e.list="list",e.favorite="favorite"}(I||(I={})),function(e){e.CLICK_ON_STORY="clickOnStoryLink"}(A||(A={})),function(e){e.TEXT="text",e.IMAGE="image"}(E||(E={}));var T=_(3655),R=_.n(T);class P extends t.EventEmitter{}class B extends Error{constructor(e){super(`[IAS]: Timeout waiting for ViewModel with ID "${e}". You must mount <IASContainer>.`),this.name="IasViewModelTimeoutError"}}class D extends Error{constructor(e){super(`[IAS]: ViewModel with ID "${e}" was deleted before resolving.`),this.name="IasViewModelRejectError"}}class j{viewModels=new Map;viewModelWaiters=new Map;set(e,t){this.viewModels.set(e,t),this.resolveWaiters(e,t)}get(e){return this.viewModels.get(e)}async wait(e,t=5e3){const s=this.viewModels.get(e);if(s)return s;if(this.viewModelWaiters.has(e))return this.viewModelWaiters.get(e).promise;let i,r;const a=new Promise(((e,t)=>{i=e,r=t})),o=setTimeout((()=>{this.viewModelWaiters.delete(e),r(new B(e))}),t);return this.viewModelWaiters.set(e,{resolve:i,reject:r,timerId:o,promise:a}),a}getAll(){return Array.from(this.viewModels.values())}getAllOfType(e){return Array.from(this.viewModels.values()).filter(e)}has(e){return this.viewModels.has(e)}delete(e){this.viewModels.has(e)&&(this.rejectWaiters(e),this.viewModels.delete(e))}resolveWaiters(e,t){const s=this.viewModelWaiters.get(e);s&&(clearTimeout(s.timerId),s.resolve(t),this.viewModelWaiters.delete(e))}rejectWaiters(e){const t=this.viewModelWaiters.get(e);t&&(clearTimeout(t.timerId),t.reject(new D(e)),this.viewModelWaiters.delete(e))}}var F=_(7315);function N(e){return e.replace(/^\//,"")}function U(e,t,s){t instanceof Object&&Object.keys(t).forEach((i=>{const r=t[i];if(r instanceof Object&&!Array.isArray(r))return U(e,r,i);s&&(i=`${s}[${i}]`),Array.isArray(r)?r.forEach((t=>{e.append(`${i}[]`,t)})):e.append(i,r)}))}class z extends Error{name;networkStatus;networkMessage;response;constructor(e,t,s){super(),this.name="IasNetworkError",this.networkStatus=e,this.networkMessage=t,this.response=s??null,console.error({name:this.name,networkStatus:e,networkMessage:t,response:s})}static createByRequestError(e){return new z(null,JSON.stringify(e.data),e)}static createByFetchError(e){const t=window.navigator&&window.navigator.onLine;return new z(null,t?e.message:"net::ERR_INTERNET_DISCONNECTED")}}const V={baseUrl:"https://cdn.inappstory.ru",apiUrl:"https://api.inappstory.ru",faviconApiUrl:"https://favicon.inappstory.ru"};function W(e){if(e.length>32)try{const t=function(e){const t=(e=e.replace(new RegExp("-","g"),"+").replace(new RegExp("_","g"),"/")).length;return e=function(e,t,s){return void 0===t?e:t.length>=e.length?t:s?(e+t).slice(-e.length):(t+e).substring(0,e.length)}(new Array(t%4).fill("=").join(""),e,!1),window.atob(e)}(e),s=t.charCodeAt(13);if(s>0){let e=t.substr(14,s);e=e.replace(/\0+$/,"");const i="{QQN{xuV?1Dv16j3";let r=i,a=0;for(;r.length<s;)r+=i[a],a++,a===i.length&&(a=0);let o="";for(let t=0;t<s;t++)o+=String.fromCharCode(e.charCodeAt(t)^r.charCodeAt(t));return new URL(`https://${o}`).host}}catch(e){console.error(e)}return null}function G(e){return"string"==typeof e&&(!isNaN(Number(e))&&!isNaN(parseFloat(e)))}let $;$=function(){};const H=/[\r\n%#()<>?[\\\]^`{|}]/g;function q(e,t="double"){return(e=(e=(e="double"===t?e.replace(/"/g,"'"):e.replace(/'/g,'"')).replace(/>\s{1,}</g,"><")).replace(/\s{2,}/g," ")).replace(H,encodeURIComponent)}const Q=e=>{const t=document.createElement("input");t.setAttribute("type","text"),t.style.position="absolute",t.style.opacity="0.1001",t.style.height="0",t.style.fontSize="16px",t.readOnly=!0,document.body.prepend(t),t.focus();return setTimeout((()=>{e.focus(),t.remove()}),300)},K=()=>_.nc??"",Y=!!(()=>{let e=!1;try{const t=Object.defineProperty({},"passive",{get:function(){e=!0}}),s=()=>{};window.addEventListener("test",s,t),window.removeEventListener("test",s)}catch(e){}return e})()&&{passive:!0};var Z=_(8138),J=_.n(Z);const X=function(){var e="test";try{return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch(e){return!1}}();function ee(e){let t=null;if(X){let s=window.localStorage.getItem(e);null!==s&&J()(s)&&s.trim().length>0&&(t=JSON.parse(s))}return t}function te(e,t){X&&window.localStorage.setItem(e,JSON.stringify(t))}function se(e){let t=window.isSecureContext;return void 0===t&&"https:"===window.location.protocol&&(t=!0),t?e:e.replace(/^https:\/\//,"http://")}function ie(e){return e.map((e=>function(e){if(!e.url)return null;let t={"font-family":e.family??"normal",src:`url('${se(String(e.url))}')`,"font-style":e.style??"normal","font-weight":e.weight??"normal"};e.title&&(t.src+=`, local('${e.title}')`);return`@font-face {${s=t,Object.keys(s).reduce(((e,t)=>e+t.split(/(?=[A-Z])/).join("-").toLowerCase()+":"+s[t]+";"),"")}}\n`;var s}(e))).filter(Boolean).join("")}function re(e){"fonts"in document?e.forEach((e=>{const t=new FontFace(e.family,`url(${e.url})`,{style:e.style,weight:e.weight,display:"block"});document.fonts.add&&document.fonts.add(t),t.load()})):function(e){const t=ie(e);if(null!=t){const e="stories-font-style";let s=document.getElementById(e);null===s?(s=document.createElement("style"),s.type="text/css",s.id=e,s.attributes.setNamedItem(document.createAttribute("scoped")),s.setAttribute("nonce",K()),s.styleSheet?s.styleSheet.cssText=t:s.appendChild(document.createTextNode(t)),document.body.appendChild(s)):s.styleSheet?s.styleSheet.cssText=t:(s.textContent="",s.appendChild(document.createTextNode(t)))}}(e)}let ae=null;async function oe(){return null!=ae?ae:new Promise((e=>{!function(e,t){const s=new Image;s.onload=function(){var i=s.width>0&&s.height>0;t(e,i)},s.onerror=function(){t(e,!1)},s.src="data:image/webp;base64,"+{lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA",lossless:"UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==",alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==",animation:"UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA"}[e]}("lossy",((t,s)=>{ae=s,e(s)}))}))}function ne(){if(window){var e,t=window.screen;return e="function"==typeof window.ScreenOrientation&&t.orientation instanceof ScreenOrientation&&"function"==typeof t.orientation.addEventListener&&null===t.orientation.onchange&&"string"==typeof t.orientation.type?t.orientation:function(){var e={90:le.LANDSCAPE_PRIMARY,"-90":le.LANDSCAPE_SECONDARY,0:le.PORTRAIT_PRIMARY,180:le.PORTRAIT_SECONDARY};function t(){}var s=new t,i=function(e){for(var t=["orientationchange","mozorientationchange","msorientationchange"],s=window.screen,i=0;i<t.length;i++)if(null===s["on"+t[i]])return{delegate:s,event:t[i]};if(void 0!==window.onorientationchange)return{delegate:window,event:"orientationchange"};return{delegate:ge(e),event:"change"}}(s);return t.prototype.addEventListener=de("addEventListener",i.delegate,i.event),t.prototype.dispatchEvent=de("dispatchEvent",i.delegate,i.event),t.prototype.removeEventListener=de("removeEventListener",i.delegate,i.event),t.prototype.lock=function(){var e,t="lockOrientation() is not available on this device.",s=window.screen;e=void 0===s?function(){return!1}:"function"==typeof s.msLockOrientation?s.msLockOrientation.bind(s):"function"==typeof s.mozLockOrientation?s.mozLockOrientation.bind(s):function(){return!1};return function(s){const i=window.Promise;return e(s)?i.resolve(s):i.reject(new Error(t))}}(),t.prototype.unlock=function(){var e=window.screen;return e&&e.orientation&&e.orientation.unlock.bind(e.orientation)||e.msUnlockOrientation&&e.msUnlockOrientation.bind(e)||e.mozUnlockOrientation&&e.mozUnlockOrientation.bind(e)||function(){}}(),Object.defineProperties(s,{onchange:{get:function(){return i.delegate["on"+i.event]||null},set:function(e){i.delegate["on"+i.event]=ue(e,s)}},type:{get:function(){var t=window.screen;return t.msOrientation||t.mozOrientation||e[window.orientation+""]||(me().matches?"landscape-primary":"portrait-primary")}},angle:{value:0}}),s}(),e}}var le;function de(e,t,s){var i=this;return function(){var r=Array.prototype.slice.call(arguments);if("change"===(r[0].type?r[0].type:r[0])){r[0].type?r[0]=pe(s,r[0]):r[0]=s;var a,o,n=ue(r[1],i);return"addEventListener"===e&&function(e,t){var s=he.indexOf(e);s>-1?ce[s]=t:(he.push(e),ce.push(t))}(r[1],n),"removeEventListener"===e&&(a=r[1],(o=he.indexOf(a))>-1&&(he.splice(o,1),ce.splice(o,1))),r[1]=n,t[e].apply(t,r)}}}!function(e){e.LANDSCAPE_PRIMARY="landscape-primary",e.LANDSCAPE_SECONDARY="landscape-secondary",e.PORTRAIT_PRIMARY="portrait-primary",e.PORTRAIT_SECONDARY="portrait-secondary"}(le||(le={}));var ce=[],he=[];function ue(e,t){var s=he.indexOf(e);return s>-1?ce[s]:function(s){s.target!==t&&fe(s,"target",t),s.currentTarget!==t&&fe(s,"currentTarget",t),"change"!==s.type&&fe(s,"type","change"),e(s)}}function pe(e,t){var s;try{s=new Event(e,t)}catch(e){s={type:"change"}}return s}function ge(e){var t=Object.create({addEventListener:function(e,t){this.listeners[e]||(this.listeners[e]=[]),-1===this.listeners[e].indexOf(t)&&this.listeners[e].push(t)},dispatchEvent:function(t){this.listeners[t.type]&&(this.listeners[t.type].forEach((function(e){e(t)})),"function"==typeof e.onchange&&e.onchange(t))},removeEventListener:function(e,t){if(this.listeners[e]){var s=this.listeners[e].indexOf(t);s>-1&&this.listeners[e].splice(s,1)}}});t.listeners={};var s=me();return s&&"boolean"==typeof s.matches&&s.addListener((function(){t.dispatchEvent(pe("change"))})),t}function me(){return"function"!=typeof window.matchMedia?{}:window.matchMedia("(orientation: landscape)")}function fe(e,t,s){Object.defineProperty(e,t,{value:s})}function ye(e,t,s){return String(e).replace(new RegExp(function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}(t),"g"),(()=>s))}var ve=_(5314);function we(e){return class extends e{_mobxReaction=null;constructor(...e){super(...e)}update(e){this._mobxReaction?this._mobxReaction.track((()=>{super.update(e)})):super.update(e)}connectedCallback(){super.connectedCallback(),this._mobxReaction||(this._mobxReaction=new ve.Reaction(`${this.constructor.name||this.nodeName}.update()`,(()=>this.requestUpdate()))),this.hasUpdated&&this.requestUpdate()}disconnectedCallback(){super.disconnectedCallback(),this._mobxReaction?.dispose(),this._mobxReaction=null}}}function _e(e,t){let s=null;return async function(...t){return s||(s=(async()=>{try{return await e.apply(this,t)}catch(e){throw e}finally{s=null}})(),s)}}class Se{storyManager;constructor(e){this.storyManager=e}async open(){const[e,t]=await Promise.all([this.getDeviceData(),oe()]),s=this.completeDeviceData(e,t),i=await Lt.post("session/open",s??{},{expand:"cache,storyWidgetsResources",fields:"session,server_timestamp,user_key,share,preview_aspect_ratio,placeholders,image_placeholders,is_allow_ugc"});return i.data.deviceId=e.device_id,i.data}async sendStatisticData(e){return new Promise((t=>{Mt("session/update",e,t)}))}completeDeviceData(e,t){"iOS"===e.os_name?window.isIos=!0:"Android"===e.os_name&&(window.Android=!0);const s=this.storyManager.getConfig();return s&&s.userId&&(e.user_id=s.userId,e.user_sign=s.userIdSign),e.features="animation,data,deeplink,placeholder,resetTimers,gameReader,sendApi,swipeUpItems,imgPlaceholder,vod,closeStoryApi",t&&(e.features+=",webp"),e}async getDeviceData(){return new Promise(((e,t)=>{let s=ee("device_data"),i=null;if(null!==s&&(i=s.device_id),null!==s&&i&&J()(i)&&36===i.trim().length)e(s);else{const t={platform:"web",device_id:(0,F.v4)()};te("device_data",t),e(t)}}))}}var be;!function(e){e.TEXT="text",e.IMAGE="image"}(be||(be={}));class xe{type;key;value;priority;constructor(e,t,s,i){this.type=e,this.key=t,this.value=s,this.priority=i}}class Ce extends xe{constructor(e,t){super(be.IMAGE,e,t,0)}}class ke extends xe{constructor(e,t){super(be.TEXT,e,t,2)}}class Me extends xe{constructor(e,t){super(be.IMAGE,e,t,1)}}class Le extends xe{constructor(e,t){super(be.TEXT,e,t,3)}}const Oe="default";class Ie{sessionStore;_textPlaceholders=[];_imagePlaceholders=[];id;expireIn=null;share;userKey;previewAspectRatio=1;resources=[];deviceId;get textPlaceholders(){return this._textPlaceholders}get imagePlaceholders(){return this._imagePlaceholders}get fontsResources(){return this.resources.filter((e=>"font-face"===e.type))}constructor(e,t){this.sessionStore=e,this.id=t.session.id,this.expireIn=t.session.expire_in,this.userKey=t.user_key||Oe,this.previewAspectRatio=t.preview_aspect_ratio,this.share=t.share,this.resources=this.getResources(t),this._textPlaceholders=this.mapTextPlaceholders(t.placeholders),this._imagePlaceholders=this.mapImagePlaceholders(t.image_placeholders),this.deviceId=t.deviceId}loadResources(){re(this.fontsResources)}getResources(e){return e.cache&&Array.isArray(e.cache)?e.cache:[]}mapTextPlaceholders(e){return e.map((e=>new ke(e.name,e.default_value)))}mapImagePlaceholders(e){return e.map((e=>new Ce(e.name,e.default_value)))}}class Ae extends Error{constructor(e){super(`Story with ID ${e} has already been shown to the user`),this.name="IasStoryAlreadyShownError"}}class Ee extends Error{constructor(e){super(`Like undefined on story with ID ${e}`),this.name="IasLikeUndefinedError"}}class Te extends Error{constructor(e){super(`Share url undefined on story with ID ${e}`),this.name="IasShareUrlUndefinedError"}}var Re,Pe=_(3142),Be=_.n(Pe),De=_(2438),je=_.n(De),Fe=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Ne=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e[e.DEFAULT=0]="DEFAULT",e[e.UGC=1]="UGC",e[e.FAVORITE=2]="FAVORITE",e[e.ONBOARDING=3]="ONBOARDING"}(Re||(Re={}));let Ue=(()=>{let e,t,s,i,r,a=[],o=[],n=[];return class{static{const l="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],s=[ve.action],i=[ve.action],r=[ve.action],Ne(this,null,e,{kind:"accessor",name:"storyIds",static:!1,private:!1,access:{has:e=>"storyIds"in e,get:e=>e.storyIds,set:(e,t)=>{e.storyIds=t}},metadata:l},o,n),Ne(this,null,t,{kind:"getter",name:"stories",static:!1,private:!1,access:{has:e=>"stories"in e,get:e=>e.stories},metadata:l},null,a),Ne(this,null,s,{kind:"method",name:"removeById",static:!1,private:!1,access:{has:e=>"removeById"in e,get:e=>e.removeById},metadata:l},null,a),Ne(this,null,i,{kind:"method",name:"pushStoryId",static:!1,private:!1,access:{has:e=>"pushStoryId"in e,get:e=>e.pushStoryId},metadata:l},null,a),Ne(this,null,r,{kind:"method",name:"unshiftStoryId",static:!1,private:!1,access:{has:e=>"unshiftStoryId"in e,get:e=>e.unshiftStoryId},metadata:l},null,a),l&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:l})}rootStore=Fe(this,a);params;id;slug;hasFavorite;_cover;_type=Re.DEFAULT;#e=Fe(this,o,ve.observable.array());get storyIds(){return this.#e}set storyIds(e){this.#e=e}constructor(e,t,s){Fe(this,n),this.rootStore=t,this.params=s,this.id=e.id,this.slug=e.feedSlug,this.storyIds=e.stories.map((e=>e.id)),this.hasFavorite=Boolean(e.hasFavorite),this._cover=Xe.createByRawData(e.cover??{}),t.storyStore.addStoriesByDtos(e.stories)}get stories(){const e=this.rootStore.storyStore.activeUserStories;return this.storyIds.map((t=>e.get(t))).filter((e=>!!e))}get type(){return this._type}get cover(){return this._cover}get coverSrc(){const e=this._cover?.findOneByType("h");return e?.url}removeById(e){const t=this.storyIds.indexOf(e);-1!==t&&(0,ve.remove)(this.storyIds,t.toString())}pushStoryId(e){-1===this.storyIds.indexOf(e)&&this.storyIds.push(e)}unshiftStoryId(e){-1===this.storyIds.indexOf(e)&&this.storyIds.unshift(e)}getStoryById(e){return this.rootStore.storyStore.activeUserStories.get(e)}sortByStoryIds(e){this.storyIds.sort(((t,s)=>e.indexOf(t)-e.indexOf(s)))}}})();const ze="{{__favorite__}}";class Ve extends Ue{constructor(e,t){super(e,t),this._type=Re.FAVORITE}static createByStoryDtos(e,t){return new Ue({feedSlug:ze,stories:e},t)}}var We=_(6343),Ge=_.n(We);class $e extends Ue{tags=[];limit;constructor(e,t,s){super(e,t),this._type=Re.ONBOARDING,this.tags=s.tags,this.limit=s.limit,this.filterOpenedStories()}static getDefaultSlug(){return"onboarding"}isEqualParams(e){return Ge()(this.tags,e.tags)&&this.limit===e.limit}filterOpenedStories(){this.storyIds=this.stories.filter((e=>!e.isOpened)).map((e=>e.id))}}const He="{{__ugc__}}";class qe extends Ue{constructor(e,t){super(e,t),this._type=Re.UGC}static createByStoryDtos(e,t){return new Ue({feedSlug:He,stories:e},t)}}class Qe{storyManager;constructor(e){this.storyManager=e}async fetchStorySlides({id:e,feedSlug:t}){const{url:s,params:i}=this.getStoryRequestConfig(e,t);return(await Lt.get(s,i??{})).data}async fetchStory({id:e,feedSlug:t,fetchShareUrl:s,once:i}){const{url:r,params:a}=this.getStoryRequestConfig(e,t,!0,s,i),o=await Lt.get(r,a??{});if(204===o.status&&i)throw new Ae(e.toString());return o.data}async fetchStoryContext({ids:e}){const{url:t,params:s}=this.getStoryContextRequestConfig(e);return(await Lt.get(t,s??{})).data}async fetchStoryCSS(){const{url:e,params:t}=this.getStoryCSSRequestConfig();return(await Lt.get(e,t??{})).data.style??""}async setStoryLike(e,t){const s=await Lt.post(`story-like/${e}`,{value:t});if(null==s.data.like)throw new Ee(e);return s.data.like}async setStoryBookmark(e,t){return(await Lt.post(`story-favorite/${e}`,{value:t})).data.favorite}async markStoryAsOpened(e){const t=this.storyManager.rootStore.sessionStore.session;if(!t?.userKey)return;const s=`u/${t.userKey}/s_opened`;let i=ee(s);Be()(i)||(i=[]),i.push(e),i=je()(i),te(s,i)}async fetchStorySharePath(e){const t=await Lt.get(`story-share/${e}`,{});if(!t.data.url)throw new Te(e);return t.data.url}async updateNarrativeData(e,t){return Lt.request({url:"story-data/"+e,method:"put",data:{data:t}})}getStoryRequestConfig(e,t,s=!1,i,r){const a=["slides"];i&&a.push("share_url");const o={url:`${t===He?"ugc/":""}story/${e}`,method:"GET",params:{expand:a.join(",")}};return o.params.once=Number(Boolean(r)),s||null!=o.params&&(o.params.fields=["id","slides"].join(",")),o}getStoryCSSRequestConfig(){return{url:"story-context",method:"GET",params:{fields:"style"}}}getStoryContextRequestConfig(e){return{url:"story-context",method:"GET",params:{id:e.join(","),fields:"widgetsData"}}}}class Ke{storyManager;constructor(e){this.storyManager=e}async fetchUgcFeed({filter:e,tags:t,testKey:s}){const i={tags:t.join(","),test:s,f:e&&JSON.stringify(e)};return(await Lt.get("ugc/feed",i??{})).data}async fetchDefaultFeed({feedSlug:e,tags:t,testKey:s}){const i=`feed/${e}`,r={tags:t.join(","),test:s},a=await Lt.get(i,r??{});return a.data.feedSlug=e,a.data}async fetchFavoriteFeed({tags:e}){const t={tags:e.join(","),favorite:1};return(await Lt.get("story",t??{})).data}async fetchOnboardingFeed(e){const t=`feed/${e.feedSlug}/onboarding`,s={tags:e.tags.join(","),limit:e.limit},i=await Lt.get(t,s??{});return i.data.feedSlug=e.feedSlug,i.data}}var Ye=_(3981),Ze=_.n(Ye);class Je{width;height;type;url="";constructor(e){this.width=e.width,this.height=e.height,this.type=e.type,this.url=this.changeUrlProtocol(e.url)}changeUrlProtocol(e){let t=window.isSecureContext;return void 0===t&&"https:"===window.location.protocol&&(t=!0),t?e:e.replace(/^https:\/\//,"http://")}}class Xe{images=[];color="";gradient=!1;static createByRawData(e){const t=new Xe;for(let s in e)e.hasOwnProperty(s)&&t.images.push(new Je(e[s]));return t}findOneByType(e){return this.images.find((t=>t.type===e))??null}findOneByCoverQuality(e){return this.findOneByType(this.mapCoverQualityToImageType(e))}findOneByWidth(e,t=!1){let s=null;return this.images.forEach((t=>{t.width===e&&(s=t)})),null!==s?s:(s=Ze()(this.images)??null,t&&null!=s?s:null)}mapCoverQualityToImageType(e){switch(e){case u.Medium:return"m";case u.High:return"h"}}}var et=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},tt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let st=(()=>{let e,t,s=[],i=[],r=[];return class a{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],tt(this,null,e,{kind:"accessor",name:"_html",static:!1,private:!1,access:{has:e=>"_html"in e,get:e=>e._html,set:(e,t)=>{e._html=t}},metadata:a},i,r),tt(this,null,t,{kind:"getter",name:"html",static:!1,private:!1,access:{has:e=>"html"in e,get:e=>e.html},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}#t=(et(this,s),et(this,i,""));get _html(){return this.#t}set _html(e){this.#t=e}index=et(this,r);timeline;duration;screenshotShare;eventPayload;get html(){return this._html}constructor(e){this.index=e.index,this.timeline={foreground:e.timeline.foreground,background:e.timeline.background},this.duration=e.duration,this.screenshotShare=e.screenshot_share,this.eventPayload=e.event_payload,this._html=this.replaceSlideNonce(e.html)}static createEmpty(){return new a({index:0,timeline:{foreground:"",background:""},duration:0,screenshot_share:!1,html:""})}replaceSlideNonce(e){return ye(e,"{{nonce}}",K()??"")}updatePlaceholders(e){let t=this._html;for(const s of e)t=ye(t,`%${s.key}%`,s.value);this._html=t}}})();var it=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},rt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let at=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,f,y=[],v=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],L=[],O=[],I=[],A=[],E=[],T=[],R=[];return class P{static{const P="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.observable],a=[ve.observable],o=[ve.observable],n=[ve.observable],l=[ve.computed],d=[ve.computed],c=[ve.computed],h=[ve.computed],u=[ve.computed],p=[ve.computed],g=[ve.computed],m=[ve.computed],f=[ve.computed],rt(this,null,e,{kind:"accessor",name:"_slidesLoaded",static:!1,private:!1,access:{has:e=>"_slidesLoaded"in e,get:e=>e._slidesLoaded,set:(e,t)=>{e._slidesLoaded=t}},metadata:P},v,w),rt(this,null,t,{kind:"accessor",name:"_error",static:!1,private:!1,access:{has:e=>"_error"in e,get:e=>e._error,set:(e,t)=>{e._error=t}},metadata:P},_,S),rt(this,null,s,{kind:"accessor",name:"_context",static:!1,private:!1,access:{has:e=>"_context"in e,get:e=>e._context,set:(e,t)=>{e._context=t}},metadata:P},b,x),rt(this,null,i,{kind:"accessor",name:"_like",static:!1,private:!1,access:{has:e=>"_like"in e,get:e=>e._like,set:(e,t)=>{e._like=t}},metadata:P},C,k),rt(this,null,r,{kind:"accessor",name:"_favorite",static:!1,private:!1,access:{has:e=>"_favorite"in e,get:e=>e._favorite,set:(e,t)=>{e._favorite=t}},metadata:P},M,L),rt(this,null,a,{kind:"accessor",name:"_shareUrl",static:!1,private:!1,access:{has:e=>"_shareUrl"in e,get:e=>e._shareUrl,set:(e,t)=>{e._shareUrl=t}},metadata:P},O,I),rt(this,null,o,{kind:"accessor",name:"_slides",static:!1,private:!1,access:{has:e=>"_slides"in e,get:e=>e._slides,set:(e,t)=>{e._slides=t}},metadata:P},A,E),rt(this,null,n,{kind:"accessor",name:"_isOpened",static:!1,private:!1,access:{has:e=>"_isOpened"in e,get:e=>e._isOpened,set:(e,t)=>{e._isOpened=t}},metadata:P},T,R),rt(this,null,l,{kind:"getter",name:"like",static:!1,private:!1,access:{has:e=>"like"in e,get:e=>e.like},metadata:P},null,y),rt(this,null,d,{kind:"getter",name:"favorite",static:!1,private:!1,access:{has:e=>"favorite"in e,get:e=>e.favorite},metadata:P},null,y),rt(this,null,c,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:P},null,y),rt(this,null,h,{kind:"getter",name:"shareUrl",static:!1,private:!1,access:{has:e=>"shareUrl"in e,get:e=>e.shareUrl},metadata:P},null,y),rt(this,null,u,{kind:"getter",name:"title",static:!1,private:!1,access:{has:e=>"title"in e,get:e=>e.title},metadata:P},null,y),rt(this,null,p,{kind:"getter",name:"slidesLoaded",static:!1,private:!1,access:{has:e=>"slidesLoaded"in e,get:e=>e.slidesLoaded},metadata:P},null,y),rt(this,null,g,{kind:"getter",name:"error",static:!1,private:!1,access:{has:e=>"error"in e,get:e=>e.error},metadata:P},null,y),rt(this,null,m,{kind:"getter",name:"slides",static:!1,private:!1,access:{has:e=>"slides"in e,get:e=>e.slides},metadata:P},null,y),rt(this,null,f,{kind:"getter",name:"context",static:!1,private:!1,access:{has:e=>"context"in e,get:e=>e.context},metadata:P},null,y),P&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:P})}rootStore=it(this,y);storiesApi;id;stringId;statTitle="";titleColor="";background={color:"",gradient:!1};backgroundColor;slidesCount;source="";deeplink=null;hideInReader=null;disableClose=!1;likeFunctional;favoriteFunctional;shareFunctional;needPlaceholders=null;gameInstance;hideTimeline;tags=[];hasAudio;hasPlaceholder;hasSwipeUp;ugcPayload={};_title="";_image;_parsedSlideImage=null;_videoCoverSrc=null;_videoCover;#s=it(this,v,!1);get _slidesLoaded(){return this.#s}set _slidesLoaded(e){this.#s=e}#i=(it(this,w),it(this,_,null));get _error(){return this.#i}set _error(e){this.#i=e}#r=(it(this,S),it(this,b,null));get _context(){return this.#r}set _context(e){this.#r=e}#a=(it(this,x),it(this,C,0));get _like(){return this.#a}set _like(e){this.#a=e}#o=(it(this,k),it(this,M,!1));get _favorite(){return this.#o}set _favorite(e){this.#o=e}#n=(it(this,L),it(this,O,null));get _shareUrl(){return this.#n}set _shareUrl(e){this.#n=e}#l=(it(this,I),it(this,A,[]));get _slides(){return this.#l}set _slides(e){this.#l=e}#d=(it(this,E),it(this,T,!1));get _isOpened(){return this.#d}set _isOpened(e){this.#d=e}constructor(e,t,s){it(this,R),this.rootStore=t,this.storiesApi=s,this.id=e.id,this._title=e.title??"",this._isOpened=e.is_opened??!1,this.statTitle=e.stat_title??"",this.titleColor=e.title_color??"",this.background=e.background??{},this.backgroundColor=e.background_color??"",this.slidesCount=e.slides_count??0,this.disableClose=e.disable_close??!1,this.hideInReader=e.hide_in_reader??!1,this.likeFunctional=e.like_functional??!1,this.favoriteFunctional=e.favorite_functional??!1,this.shareFunctional=e.share_functional??!1,this.needPlaceholders=e.need_placeholders??!1,this.gameInstance=e.game_instance,this.hasAudio=e.has_audio??!1,this.hasSwipeUp=e.has_swipe_up??!1,this.stringId=e.string_id??"",this.tags=e.tags??[],this._like=e.like??0,this._favorite=e.favorite??!1,this.deeplink=e.deeplink??"",this.hideTimeline=e.hide_timeline??!1,this.ugcPayload=e.payload??{},this._image=Xe.createByRawData(e.image),this._videoCover=Xe.createByRawData(e.video_cover);const i=e.slides??[];this.setSlides(i),this.updateTitlePlaceholders(this.rootStore.placeholderStore.placeholders)}get like(){return this._like}get favorite(){return this._favorite}get isOpened(){return this._isOpened}get shareUrl(){return this._shareUrl}get title(){return this._title}get slidesLoaded(){return this._slidesLoaded}get error(){return this._error}get slides(){return this._slides}get context(){return this._context}get image(){return this._image}static createEmpty(e,t){return new P({id:Date.now(),slides_count:1},e,t)}getImagesPerSlide(e){return this.parseHtmlSlidesForMainImage(),this._parsedSlideImage?.[e]??null}parseHtmlSlidesForMainImage(){!this._parsedSlideImage&&this.slidesLoaded&&(this._parsedSlideImage=this._slides.map((e=>this.parseSlideNarrativeImageSrc(e.html)||this.parseSlideNarrativeVideoPosterSrc(e.html)||null)))}parseSlideNarrativeImageSrc(e){const t=e.match(/<[^<]*narrative-element-image.*<img[^<]*src="([^"]*)"[^<]*>/i);return t?.[1]}parseSlideNarrativeVideoPosterSrc(e){const t=e.match(/<[^<]*narrative-element-video.*<video[^<]*poster\-remote\-src="([^"]*)"[^<]*>/i);return t?.[1]}get videoCover(){return this._videoCover}get videoCoverSrc(){if(!1===this._videoCoverSrc)return null;if(null===this._videoCoverSrc){const e=this.videoCover;if(null===e)return this._videoCoverSrc=!1,null;const t=e.findOneByType("h");if(null!==t)return t.url}return"string"==typeof this._videoCoverSrc?this._videoCoverSrc:null}setSlides(e){!this._slidesLoaded&&e.length&&(this._slides=this.mapSlidesByDto(e),this.updateSlidesPlaceholders(this.rootStore.placeholderStore.placeholders),this._slidesLoaded=!0)}setError(e){this._error=e}setContext(e){this._context=e}async setLike(e){if(this._like===e)return;const t=this._like;this._like=e;try{await this.storiesApi.setStoryLike(this.id,e)}catch(e){this._like=t,console.error(e)}}async setFavorite(e){if(this._favorite===e)return;const t=this._favorite;try{this._favorite=e,await this.storiesApi.setStoryBookmark(this.id,e);const t=this.rootStore.storyFeedStore.getFavoriteFeed();e?t.unshiftStoryId(this.id):t.removeById(this.id)}catch(e){throw console.error(e),this._favorite=t,e}}markIsOpened(){this.isOpened||(this.storiesApi.markStoryAsOpened(this.id),this._isOpened=!0,this.rootStore.onboardingFeedStore.removeOpenedStoryById(this.id))}async fetchStorySharePath(){if(null!==this._shareUrl)return this._shareUrl;const e=await this.storiesApi.fetchStorySharePath(this.id);return this._shareUrl=e,e}async updateNarrativeData(e){return this.storiesApi.updateNarrativeData(this.id,e)}updatePlaceholders(e){this.needPlaceholders&&(this.updateSlidesPlaceholders(e),this.updateTitlePlaceholders(e))}updateSlidesPlaceholders(e){for(const t of this.slides)t.updatePlaceholders(e)}updateTitlePlaceholders(e){let t=this._title;for(const s of e)t=ye(t,`%${s.key}%`,s.value);this._title=t}mapSlidesByDto(e){return e.map((e=>new st(e)))}}})();class ot{widgetsData;constructor(e,t){this.widgetsData=this.mapStoryContextDto(e,t)}mapStoryContextDto(e,t){const s={},i=t.widgetsData??{};for(const t in i)Array.isArray(i[t])||(s[t]=i[t][e]);return s}updateNarrativeSavedData(e){this.widgetsData._narrative_saved_data=e}}var nt=_(1580),lt=_.n(nt);class dt{storyManager;constructor(e){this.storyManager=e}async launchGame({gameInstanceId:e,gameOptions:t}){const s=await this.storyManager.rootStore.sessionStore.open(),i={};t&&lt()(t)&&null!=t.demoMode&&(i.demoMode=Boolean(t.demoMode));const r=await Lt.post(`game/${e}/launch?expand=config`,i);if(!r.ok)throw new Error(JSON.stringify(r.data));return r.data.clientConfig=this.getClientConfig(s),r.data}getClientConfig(e){const t=this.storyManager.getConfig(),s=this.storyManager.rootStore.placeholderStore.placeholders;return{sessionId:e.id,userKey:e.userKey,apiKey:t.apiKey,sdkVersion:"3.3.0",apiBaseUrl:V.apiUrl,userAgent:xt,appPackageId:t.appPackageId,deviceId:e.deviceId,userId:t.userId??"",lang:t.lang.toString(),placeholders:s.map((e=>({type:e.type,name:e.key,value:e.value})))}}}class ct extends Error{constructor(e){super(`Invalid language tag: ${e}. The "lang" value must be comply with the RFC 5646 (also known as BCP 47). Examples of valid language tags include "en-US", "fr-FR", "es-ES", etc.`),this.name="IasInvalidLanguageTagError"}}const ht="en-US";class ut{languageCode;countryCode;tag;rawData="";constructor(e=ht){this.rawData=e;const t=this.normalizeAndEnsureCompatibility(e),s=this.validateTag(t);this.parseTag(s)}isValidTag(e){return/^[a-z]+-[a-zA-Z]+$/.test(e)}toRawData(){return this.rawData}toString(){return this.tag}normalizeAndEnsureCompatibility(e){const t=e.toLowerCase();return this.ensureBackwardCompatibility(t)}ensureBackwardCompatibility(e){return{ru:"ru-RU",en:"en-US"}[e]??e}validateTag(e){return this.isValidTag(e)?e:(console.error(new ct(e).message),this.getNavigatorTag())}getNavigatorTag(){const e=navigator.language.toLowerCase();return this.isValidTag(e)?e:(console.error(`Invalid navigator language tag: ${e}`),ht)}parseTag(e){const[t,s]=e.split("-");this.languageCode=t,this.countryCode=s.toUpperCase(),this.tag=`${this.languageCode}-${this.countryCode}`}}var pt=_(986),gt=_.n(pt);class mt extends Error{constructor(){super("You must pass the <userId> value"),this.name="IasEmptyUserIdError"}}var ft=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},yt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let vt=(()=>{let e,t,s,i,r,a=[],o=[],n=[],l=[],d=[],c=[],h=[],u=[],p=[];return class{static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[_e],yt(this,null,e,{kind:"accessor",name:"_apiKey",static:!1,private:!1,access:{has:e=>"_apiKey"in e,get:e=>e._apiKey,set:(e,t)=>{e._apiKey=t}},metadata:g},o,n),yt(this,null,t,{kind:"accessor",name:"_tags",static:!1,private:!1,access:{has:e=>"_tags"in e,get:e=>e._tags,set:(e,t)=>{e._tags=t}},metadata:g},l,d),yt(this,null,s,{kind:"accessor",name:"_lang",static:!1,private:!1,access:{has:e=>"_lang"in e,get:e=>e._lang,set:(e,t)=>{e._lang=t}},metadata:g},c,h),yt(this,null,i,{kind:"accessor",name:"_userId",static:!1,private:!1,access:{has:e=>"_userId"in e,get:e=>e._userId,set:(e,t)=>{e._userId=t}},metadata:g},u,p),yt(this,null,r,{kind:"method",name:"reloadSdk",static:!1,private:!1,access:{has:e=>"reloadSdk"in e,get:e=>e.reloadSdk},metadata:g},null,a),g&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g})}storyManager=ft(this,a);#c=ft(this,o,"");get _apiKey(){return this.#c}set _apiKey(e){this.#c=e}#h=(ft(this,n),ft(this,l,[]));get _tags(){return this.#h}set _tags(e){this.#h=e}#u=(ft(this,d),ft(this,c,new ut));get _lang(){return this.#u}set _lang(e){this.#u=e}_disableDeviceId=(ft(this,h),!1);_appPackageId="";_textPlaceholders=[];_imagePlaceholders=[];_isStatisticsDisabled=!1;#p=ft(this,u,"");get _userId(){return this.#p}set _userId(e){this.#p=e}_userIdSign=ft(this,p);_isInited=!1;constructor(e,t){this.storyManager=e,this.updateByDto(t),this._isInited=!0}get userId(){return this._userId}get userIdSign(){return this._userIdSign}get isStatisticsDisabled(){return this._isStatisticsDisabled||"com.inappstory.webpreview"===this._appPackageId}get appPackageId(){return this._appPackageId}get apiKey(){return this._apiKey}get tags(){return this._tags}get lang(){return this._lang}get disableDeviceId(){return this._disableDeviceId}get textPlaceholders(){return this._textPlaceholders}get imagePlaceholders(){return this._imagePlaceholders}disableStatistic(){this._isStatisticsDisabled=!0}enableStatistic(){this._isStatisticsDisabled=!1}setApiKey(e){this._apiKey!==e&&(!function(e){const t=W(e);if(null!=t){const e=t.split(".").slice(1);V.baseUrl=`https://${["cdn",...e].join(".")}`,V.faviconApiUrl=`https://${["favicon",...e].join(".")}`,V.apiUrl=`https://${t}`}}(e),this._apiKey=e,this.storyManager.rootStore.sessionStore.close())}async setUserId(e,t){if((J()(e)||gt()(e))&&this._userId!==e){if(this._disableDeviceId&&!this._userId)throw new mt;_t.getInstance().checkUserIdLength(e),this._userId=e,this._userIdSign=t,this._isInited&&await this.reloadSdk()}}async setLang(e){J()(e)&&this._lang.toRawData()!==e&&(this._lang=new ut(e),this._isInited&&await this.reloadSdk())}setTextPlaceholders(e={}){if(!lt()(e))return;const t=this.mapTextPlaceholders(e);Ge()(this._textPlaceholders,t)||(this._textPlaceholders=t,this.storyManager.rootStore.placeholderStore.addPlaceholders(this._textPlaceholders))}setImagePlaceholders(e={}){if(!lt()(e))return;const t=this.mapImagePlaceholders(e);Ge()(this._imagePlaceholders,t)||(this._imagePlaceholders=t,this.storyManager.rootStore.placeholderStore.addPlaceholders(this._imagePlaceholders))}setTags(e){Ge()(this._tags,e)||(_t.getInstance().checkTagsLength(e),this._tags=e)}updateByDto(e){this._appPackageId=e.appPackageId??"",this._disableDeviceId=Boolean(e.disableDeviceId),this.setApiKey(e.apiKey),this.setUserId(e.userId??"",e.userIdSign),this.setLang(e.lang??""),this.setTextPlaceholders(e.placeholders??{}),this.setImagePlaceholders(e.imagePlaceholders??{}),this.setTags(e.tags??[])}mapTextPlaceholders(e){const t=[];for(const[s,i]of Object.entries(e))t.push(new Le(s,i));return t}mapImagePlaceholders(e){const t=[];for(const[s,i]of Object.entries(e))t.push(new Me(s,i));return t}async reloadSdk(){try{this.storyManager.rootStore.sessionStore.close(),this.storyManager.closeAllReaders(),await this.storyManager.reloadAllStoryLists(),await this.storyManager.reloadAllStackedStoryLists()}catch(e){console.error(e)}}}})();function wt(e){let t=e.length;for(let s=e.length-1;s>=0;s--){const i=e.charCodeAt(s);i>127&&i<=2047?t++:i>2047&&i<=65535&&(t+=2),i>=56320&&i<=57343&&s--}return t}class _t{static instance;constructor(){return _t.instance||(_t.instance=this),_t.instance}static getInstance(){return _t.instance?_t.instance:new _t}_sdkConfigIsIncorrect=!1;get sdkConfigIsIncorrect(){return this._sdkConfigIsIncorrect}_userIdByteLimit=255;_tagsByteLimit=4e3;userMessage="";tagsMessage="";get sdkConfigErrorsAsArray(){const e=[];return this.userMessage&&e.push(this.userMessage),this.tagsMessage&&e.push(this.tagsMessage),e}checkUserIdLength(e){this.userMessage="",null!=e&&wt(String(e))>this._userIdByteLimit&&(console.error(`UserId is bigger then ${this._userIdByteLimit} bytes`),this._sdkConfigIsIncorrect=!0,this.userMessage=`UserId "${String(e)}" is bigger then ${this._userIdByteLimit} bytes`)}checkTagsLength(e){this.tagsMessage="",null!=e&&Array.isArray(e)&&wt(e.join(","))>this._tagsByteLimit&&(console.error(`Tags (joined by ',') is bigger then ${this._tagsByteLimit} bytes`),this._sdkConfigIsIncorrect=!0,this.tagsMessage=`Tags (joined by ',') "${e.join(",")}" is bigger then ${this._tagsByteLimit} bytes`)}}var St=_(3668),bt=_.n(St);const xt=`InAppStoryWebSDK/${parseInt(30300)} ${(e=>{let t="";for(let s=0;s<e.length;s++){t+=e.charCodeAt(s)<=255?e[s]:"?"}return t})(navigator.userAgent)}`;function Ct(e,t){return{...e,...t}}const kt=new class{_deviceInfoPromise=null;set deviceInfoPromise(e){this._deviceInfoPromise=e}_baseHeaders={};set baseHeaders(e){this._baseHeaders=e}get baseURL(){return`${V.apiUrl}/v2/`}requestInterceptors=[];interceptors={request:{use:e=>{this.requestInterceptors.push(e)}}};async request(e){return new Promise(((t,s)=>{const i=async()=>{try{if(lt()(e.headers)&&null!=e.headers||(e.headers={}),e.headers=Ct(this._baseHeaders,e.headers),this.requestInterceptors.length)for(const t of this.requestInterceptors)t(e);let i="";!bt()(e.params)&&lt()(e.params)&&(i=new URLSearchParams(Object.entries(e.params).filter((([e,t])=>null!=t&&""!=t))).toString());let r=new URL(`${N(e.url)}${i?"?"+i:""}`,this.baseURL),a="get";bt()(e.method)||(a=e.method);let o={};!bt()(e.headers)&&lt()(e.headers)&&(o=e.headers);let n=null;!bt()(e.data)&&lt()(e.data)&&(n=JSON.stringify(e.data),o["Content-Type"]="application/json");try{if(_t.getInstance().sdkConfigIsIncorrect)return void s(z.createByRequestError({data:{name:"SDK config is incorrect",message:_t.getInstance().sdkConfigErrorsAsArray.join(". "),status:400},headersRaw:{},headers:{},status:400,statusText:"SDK config is incorrect",ok:!1}))}catch(e){console.error(e)}const l=await fetch(r.toString(),{method:a,body:n,headers:o,credentials:"omit"});let d={};204!==l.status&&(d=await l.json());const c={data:d,headersRaw:l.headers,headers:Object.fromEntries([...l.headers]),status:l.status,statusText:l.statusText,ok:l.ok};if(!l.ok)return void s(z.createByRequestError(c));t(c)}catch(e){s(z.createByFetchError(e))}};this._deviceInfoPromise?this._deviceInfoPromise.finally(i):i()}))}async post(e,t,s={}){return this.request({method:"post",url:e,data:t,params:s})}async get(e,t={}){return this.request({method:"get",url:e,params:t})}};function Mt(e,t,s){if("sendBeacon"in navigator){const r=on.rootStore.sessionStore.session,a=new URLSearchParams({access_token:on.getConfig().apiKey,session_id:r?.id||"",x_user_agent:xt}),o=on.getConfig();null!=o.appPackageId&&a.append("x_app_package_id",o.appPackageId);const n=`${i=kt.baseURL,i.replace(/\/$/,"")}/${N(e)}?${a.toString()}`,l=new FormData;Object.keys(t).forEach((e=>{U(l,t[e],e)}));let d=!1;null!=Array.from&&null!=l.keys&&(d=0===Array.from(l.keys()).length),d||navigator.sendBeacon(n,l),s()}else kt.post(e,t).then((()=>s()),(()=>s()));var i}kt.interceptors.request.use((e=>{const t=on.getConfig(),s=on.rootStore.sessionStore.session;return e.headers=Ct(e.headers??{},{Authorization:`Bearer ${t.apiKey}`,"Accept-Language":t.lang.toString(),"Auth-Session-Id":s?.id,"X-User-Id":t.userId||"","X-Request-Id":(0,F.v4)(),"X-User-Agent":xt}),null!=t.appPackageId&&(e.headers["X-App-Package-Id"]=t.appPackageId),t.disableDeviceId||(e.headers["X-Device-Id"]=s?.deviceId),e}));const Lt=kt;class Ot extends Error{constructor(e){super(`[IAM]: not found IAM for ID <${e}>`),this.name="IamNotFoundByIdError"}}class It extends Error{constructor(e){super(`[IAM]: not found IAM limit for ID <${e}>`),this.name="IamNotFoundLimitError"}}var At=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Et=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const Tt="campaign_name,id,events,appearance,slides_html,type,frequency_limit,display_to,display_from,need_placeholders,has_limit".split(",").map((e=>`messages.${e}`)).join(",");let Rt=(()=>{let e,t,s,i=[];return class{static{const r="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[_e],t=[_e],s=[_e],Et(this,null,e,{kind:"method",name:"fetchAll",static:!1,private:!1,access:{has:e=>"fetchAll"in e,get:e=>e.fetchAll},metadata:r},null,i),Et(this,null,t,{kind:"method",name:"fetchContext",static:!1,private:!1,access:{has:e=>"fetchContext"in e,get:e=>e.fetchContext},metadata:r},null,i),Et(this,null,s,{kind:"method",name:"fetchById",static:!1,private:!1,access:{has:e=>"fetchById"in e,get:e=>e.fetchById},metadata:r},null,i),r&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:r})}storyManager=At(this,i);constructor(e){this.storyManager=e}async fetchAll({tags:e}){try{return(await Lt.get("inappmessaging",{fields:Tt,tag:e.join(",")})).data.messages}catch(e){return[]}}async fetchContext(){return(await Lt.get("inappmessaging/message-context",{fields:"style,widgetsData"})).data}async fetchById(e){const t=(await Lt.get("inappmessaging",{id:e,fields:Tt})).data.messages.find((t=>t.id.toString()===e.toString()));if(!t)throw new Ot(e);return t}async emitMessageEvent(e,t){try{if(this.storyManager.isStatisticsDisabled)return void console.log(`[IAM]: message <${t.type.toUpperCase()}> event`,{messageId:e,messageEvent:t,type:t.type});await Lt.post(`/inappmessaging/message/${e}/event/${t.type}`,t.toQueryParams())}catch(e){console.error(e)}}async fetchUserData(e){try{return(await Lt.get(`/inappmessaging/message/${e}/data`)).data.data}catch(e){console.error(e)}}async updateUserData(e,t){try{if(this.storyManager.isStatisticsDisabled)return void console.log("[IAM]: update user data",{messageId:e,payload:t});await Lt.request({url:`/inappmessaging/message/${e}/data`,method:"put",data:{data:t}})}catch(e){console.error(e)}}async checkMesageLimit(e){if(this.storyManager.isStatisticsDisabled)return{canOpen:!0};const t=(await Lt.post("inappmessaging/message-limit",{id:[e]})).data.find((t=>t.messageId.toString()===e.toString()));if(!t)throw new It(e);return t}}})();class Pt{backgroundColor=""}class Bt extends Pt{contentRatio;borderRadius;backdrop;closeButton;constructor(e){super(),this.backgroundColor=e.background_color??"#FFFFFFFF",this.borderRadius=e.corner_radius??16,this.contentRatio=e.content_ratio||.64,this.backdrop={opacity:e.backdrop_alpha??.3},this.closeButton={marginTop:e.close_button?.top_margin??8,width:e.close_button?.width??32,height:e.close_button?.height??4,backgroundColor:e.close_button?.color??"#00000080"}}}var Dt,jt;!function(e){e[e.None=0]="None",e[e.SlideInUp=1]="SlideInUp",e[e.FadeIn=2]="FadeIn"}(Dt||(Dt={})),function(e){e[e.None=0]="None",e[e.Left=1]="Left",e[e.Right=2]="Right"}(jt||(jt={}));class Ft extends Pt{contentRatio;borderRadius;animationType;backdrop;backgroundColor;closeBtnPosition;horizontalPadding;constructor(e){super(),this.borderRadius=e.corner_radius??16,this.contentRatio=e.content_ratio||.64,this.animationType=e.animation_type??Dt.None,this.backdrop={opacity:e.backdrop_alpha??.3},this.backgroundColor=e.background_color??"#FFFFFFFF",this.closeBtnPosition=e.close_button_position??jt.Right,this.horizontalPadding=e.horizontal_padding??16}}class Nt extends Pt{animationType;closeBtnPosition;constructor(e){super(),this.animationType=e.animation_type??Dt.None,this.backgroundColor=e.background_color??"#FFFFFFFF",this.closeBtnPosition=e.close_button_position??jt.Right}}class Ut{create(e,t){switch(e){case hs.BottomSheet:return new Bt(t);case hs.Modal:return new Ft(t);case hs.Fullscreen:return new Nt(t)}}}var zt=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Vt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Wt=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],Vt(this,null,e,{kind:"accessor",name:"_html",static:!1,private:!1,access:{has:e=>"_html"in e,get:e=>e._html,set:(e,t)=>{e._html=t}},metadata:a},i,r),Vt(this,null,t,{kind:"getter",name:"html",static:!1,private:!1,access:{has:e=>"html"in e,get:e=>e.html},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}message=zt(this,s);#t=zt(this,i,"");get _html(){return this.#t}set _html(e){this.#t=e}constructor(e){zt(this,r),this.message=e}get html(){return this._html}updateByDto(e){this._html=this.getSlideHtml(e)}getSlideHtml(e){let t=e;return t=ye(t,"{{nonce}}",K()??""),t}updatePlaceholders(e){let t=this._html;for(const s of e)t=ye(t,`%${s.key}%`,s.value);this._html=t}}})();var Gt=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},$t=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ht=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,f,y,v=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],L=[],O=[],I=[],A=[],E=[],T=[],R=[],P=[];return class B{static{const B="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.observable],a=[ve.observable],o=[ve.observable],n=[ve.observable],l=[ve.computed],d=[ve.computed],c=[ve.computed],h=[ve.computed],u=[ve.computed],p=[ve.computed],g=[ve.computed],m=[ve.computed],f=[ve.computed],y=[ve.action],$t(this,null,e,{kind:"accessor",name:"_id",static:!1,private:!1,access:{has:e=>"_id"in e,get:e=>e._id,set:(e,t)=>{e._id=t}},metadata:B},w,_),$t(this,null,t,{kind:"accessor",name:"_events",static:!1,private:!1,access:{has:e=>"_events"in e,get:e=>e._events,set:(e,t)=>{e._events=t}},metadata:B},S,b),$t(this,null,s,{kind:"accessor",name:"_type",static:!1,private:!1,access:{has:e=>"_type"in e,get:e=>e._type,set:(e,t)=>{e._type=t}},metadata:B},x,C),$t(this,null,i,{kind:"accessor",name:"_slides",static:!1,private:!1,access:{has:e=>"_slides"in e,get:e=>e._slides,set:(e,t)=>{e._slides=t}},metadata:B},k,M),$t(this,null,r,{kind:"accessor",name:"_appearanceOptions",static:!1,private:!1,access:{has:e=>"_appearanceOptions"in e,get:e=>e._appearanceOptions,set:(e,t)=>{e._appearanceOptions=t}},metadata:B},L,O),$t(this,null,a,{kind:"accessor",name:"_needPlaceholders",static:!1,private:!1,access:{has:e=>"_needPlaceholders"in e,get:e=>e._needPlaceholders,set:(e,t)=>{e._needPlaceholders=t}},metadata:B},I,A),$t(this,null,o,{kind:"accessor",name:"_hasLimit",static:!1,private:!1,access:{has:e=>"_hasLimit"in e,get:e=>e._hasLimit,set:(e,t)=>{e._hasLimit=t}},metadata:B},E,T),$t(this,null,n,{kind:"accessor",name:"_isOnceOpened",static:!1,private:!1,access:{has:e=>"_isOnceOpened"in e,get:e=>e._isOnceOpened,set:(e,t)=>{e._isOnceOpened=t}},metadata:B},R,P),$t(this,null,l,{kind:"getter",name:"id",static:!1,private:!1,access:{has:e=>"id"in e,get:e=>e.id},metadata:B},null,v),$t(this,null,d,{kind:"getter",name:"needPlaceholders",static:!1,private:!1,access:{has:e=>"needPlaceholders"in e,get:e=>e.needPlaceholders},metadata:B},null,v),$t(this,null,c,{kind:"getter",name:"isOnceOpened",static:!1,private:!1,access:{has:e=>"isOnceOpened"in e,get:e=>e.isOnceOpened},metadata:B},null,v),$t(this,null,h,{kind:"getter",name:"hasLimit",static:!1,private:!1,access:{has:e=>"hasLimit"in e,get:e=>e.hasLimit},metadata:B},null,v),$t(this,null,u,{kind:"getter",name:"events",static:!1,private:!1,access:{has:e=>"events"in e,get:e=>e.events},metadata:B},null,v),$t(this,null,p,{kind:"getter",name:"slides",static:!1,private:!1,access:{has:e=>"slides"in e,get:e=>e.slides},metadata:B},null,v),$t(this,null,g,{kind:"getter",name:"context",static:!1,private:!1,access:{has:e=>"context"in e,get:e=>e.context},metadata:B},null,v),$t(this,null,m,{kind:"getter",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions},metadata:B},null,v),$t(this,null,f,{kind:"getter",name:"type",static:!1,private:!1,access:{has:e=>"type"in e,get:e=>e.type},metadata:B},null,v),$t(this,null,y,{kind:"method",name:"updateByDto",static:!1,private:!1,access:{has:e=>"updateByDto"in e,get:e=>e.updateByDto},metadata:B},null,v),B&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:B})}iamStatisticsService=Gt(this,v);iamStore;#g=Gt(this,w,void 0);get _id(){return this.#g}set _id(e){this.#g=e}#m=(Gt(this,_),Gt(this,S,{}));get _events(){return this.#m}set _events(e){this.#m=e}#f=(Gt(this,b),Gt(this,x,void 0));get _type(){return this.#f}set _type(e){this.#f=e}#l=(Gt(this,C),Gt(this,k,[]));get _slides(){return this.#l}set _slides(e){this.#l=e}#y=(Gt(this,M),Gt(this,L,new Pt));get _appearanceOptions(){return this.#y}set _appearanceOptions(e){this.#y=e}#v=(Gt(this,O),Gt(this,I,!1));get _needPlaceholders(){return this.#v}set _needPlaceholders(e){this.#v=e}#w=(Gt(this,A),Gt(this,E,!1));get _hasLimit(){return this.#w}set _hasLimit(e){this.#w=e}#_=(Gt(this,T),Gt(this,R,!1));get _isOnceOpened(){return this.#_}set _isOnceOpened(e){this.#_=e}_frequencyLimit=(Gt(this,P),null);_displayFrom=null;_displayTo=null;_campaignName="";constructor(e,t,s){this.iamStatisticsService=t,this.iamStore=s,this._id=e}get id(){return this._id}get needPlaceholders(){return this._needPlaceholders}get openTime(){return this.iamStatisticsService.openTime}get timeSinceLastShow(){return this.iamStatisticsService.timeSinceLastShow}get frequencyLimitTimeExceeded(){return null===this._frequencyLimit?this._isOnceOpened:0!==this._frequencyLimit&&Math.trunc(this.timeSinceLastShow/1e3)<=this._frequencyLimit}get withinDisplayTimeRange(){return(!this._displayFrom||Date.now()>=this._displayFrom)&&(!this._displayTo||Date.now()<=this._displayTo)}get isOnceOpened(){return this._isOnceOpened}get hasLimit(){return this._hasLimit}get events(){return this._events}get slides(){return this._slides}get activeSlideIndex(){return 0}get context(){return this.iamStore.messageContext}get appearanceOptions(){return this._appearanceOptions}get type(){return this._type}destroy(){}updateByDto(e){this._events=this.mapMessageEventsByDto(e.events??[]),this._type=e.type,this._campaignName=e.campaign_name,this._frequencyLimit=e.frequency_limit,this._displayFrom=e.display_from??null,this._displayTo=e.display_to??null,this._hasLimit=Boolean(e.has_limit),this._appearanceOptions=(new Ut).create(this._type,e.appearance),this._needPlaceholders=e.need_placeholders,this.updateMessageSlides(e.slides_html)}hasEvent(e){return Boolean(this._events[e])}getEventByName(e){return this._events[e]}toPublicDto(){return{id:this._id,campaignName:this._campaignName,type:this._type}}async trackOpen(){this._isOnceOpened=!0,await this.iamStatisticsService.trackOpen(this)}async trackClose(){await this.iamStatisticsService.trackClose(this)}async trackWidgetEvent(e){await this.iamStatisticsService.trackWidgetEvent(this,e)}async updateUserData(e){return this.iamStore.updateMessageUserData(this.id,e)}updateMessageSlides(e){const t=[];for(const s of e){const e=new Wt(this);e.updateByDto(s),t.push(e)}this._slides=t}mapMessageEventsByDto(e){const t={};for(const s of e)t[s.name]=s;return t}static createByDto(e,t,s){const i=new B(e.id,s,t);return i.updateByDto(e),i}updatePlaceholders(e){for(const t of this._slides)t.updatePlaceholders(e)}}})();class qt{}class Qt extends qt{widgetId;value;label;constructor(e,t,s){super(),this.widgetId=e,this.value=t,this.label=s}get type(){return"w-copy"}toQueryParams(){return{wi:this.widgetId,wv:this.value,wl:this.label}}toJSON(){return{widgetId:this.widgetId,value:this.value}}}class Kt extends qt{widgetId;value;label;constructor(e,t,s){super(),this.widgetId=e,this.value=t,this.label=s}get type(){return"w-link"}toQueryParams(){return{wi:this.widgetId,wv:this.value,wl:this.label}}toJSON(){return{widgetId:this.widgetId,value:this.value}}}class Yt extends qt{widgetId;answer;label;constructor(e,t,s){super(),this.widgetId=e,this.answer=t,this.label=s}get type(){return"w-range-slider"}toQueryParams(){return{wi:this.widgetId,wa:this.answer,wl:this.label}}toJSON(){return{widgetId:this.widgetId,answer:this.answer,label:this.label}}}class Zt extends qt{widgetId;answer;label;value;constructor(e,t,s,i){super(),this.widgetId=e,this.answer=t,this.label=s,this.value=i}get type(){return"w-rate"}toQueryParams(){return{wi:this.widgetId,wa:this.answer,wl:this.label,wv:this.value}}toJSON(){return{widgetId:this.widgetId,value:this.value,answer:this.answer,label:this.label}}}class Jt extends qt{widgetId;answer;label;value;answerLabel;constructor(e,t,s,i,r){super(),this.widgetId=e,this.answer=t,this.label=s,this.value=i,this.answerLabel=r}get type(){return"w-share"}toQueryParams(){return{wi:this.widgetId,wa:this.answer,wl:this.label,wv:this.value,wal:this.answerLabel}}toJSON(){return{widgetId:this.widgetId,value:this.value,answer:this.answer,label:this.label,answerLabel:this.answerLabel}}}class Xt{iterationId;slideIndex;slideTotal;eventId=(0,F.v4)();constructor(e,t,s){this.iterationId=e,this.slideIndex=t,this.slideTotal=s}toQueryParams(){return{ei:this.eventId,ii:this.iterationId,si:this.slideIndex,st:this.slideTotal}}}class es extends Xt{duration;constructor(e,t,s,i){super(e,t,s),this.duration=i}get type(){return"close"}toQueryParams(){return{...super.toQueryParams(),d:this.duration}}}class ts extends Xt{constructor(e,t,s){super(e,t,s)}get type(){return"open"}toQueryParams(){return super.toQueryParams()}}class ss extends Xt{duration;widgetEvent;constructor(e,t,s,i,r){super(e,t,s),this.duration=i,this.widgetEvent=r}get type(){return this.widgetEvent.type}toQueryParams(){return{...super.toQueryParams(),...this.widgetEvent.toQueryParams(),d:this.duration}}}class is{iamApi;iterationId=null;_openTime=0;constructor(e){this.iamApi=e}get openTime(){return this._openTime}get timeSinceLastShow(){return Date.now()-this.openTime}async trackOpen(e){this.iterationId=this.generateId(),this._openTime=Date.now();const t=new ts(this.iterationId,e.activeSlideIndex,e.slides.length);await this.iamApi.emitMessageEvent(e.id,t)}async trackClose(e){const t=this.timeSinceLastShow,s=new es(this.iterationId,e.activeSlideIndex,e.slides.length,t);await this.iamApi.emitMessageEvent(e.id,s)}async trackWidgetEvent(e,t){const s=this.timeSinceLastShow,i=new ss(this.iterationId,e.activeSlideIndex,e.slides.length,s,t);return this.iamApi.emitMessageEvent(e.id,i)}generateId(){return(0,F.v4)()}}class rs extends Error{constructor(){super("[IAM]: you must close other opened readers"),this.name="IamOtherReaderIsOpenError"}}class as extends Error{constructor(){super("[IAM]: you need preload in app messages"),this.name="IamShowOnlyIfLoadedError"}}class os extends Error{constructor(){super("[IAM]: show message frequency limit exceeded"),this.name="IamFrequencyLimitError"}}class ns extends Error{constructor(){super("[IAM]: not in display time range"),this.name="IamCheckDisplayTimeRangeError"}}class ls extends Error{constructor(e){super(`[IAM]: the limit for displaying IAM with ID ${e} has been reached`),this.name="IamMessageLimitExceededError"}}class ds{storyManager;iamStore;errors=[];constructor(e,t){this.storyManager=e,this.iamStore=t}checkOtherReadersAreClosed(){return(this.storyManager.storyReaderViewModel?.isOpened||this.storyManager.gameReaderViewModel?.isOpened)&&this.errors.push(new rs),this}checkShowOnlyIfLoaded(e){return!this.iamStore.isLoaded&&e&&this.errors.push(new as),this}checkFrequencyLimit(e){return e.frequencyLimitTimeExceeded&&this.errors.push(new os),this}checkDisplayTimeRange(e){return e.withinDisplayTimeRange||this.errors.push(new ns),this}validate(){if(this.errors.length>0)throw this.errors.shift()}}class cs{storyManager;iamStore;iamApi;constructor(e,t,s){this.storyManager=e,this.iamStore=t,this.iamApi=s}async getMessageById(e,t){new ds(this.storyManager,this.iamStore).checkOtherReadersAreClosed().checkShowOnlyIfLoaded(t).validate();const s=await this.iamStore.findById(e);return s.hasLimit&&await this.checkMesageLimit(e),s}async getMessageByEvent(e,t){new ds(this.storyManager,this.iamStore).checkOtherReadersAreClosed().checkShowOnlyIfLoaded(t).validate(),await this.iamStore.preload();const s=this.iamStore.findAllByEvent(e),i=this.getMessagesSortedByEventPriority(e,s);return this.getFirstValidMessageByEvent(i)}async getFirstValidMessageByEvent(e){let t=new Error;for(const s of e)try{return await this.validateMessageByEvent(s)}catch(e){t=e}throw t}async validateMessageByEvent(e){return new ds(this.storyManager,this.iamStore).checkFrequencyLimit(e).checkDisplayTimeRange(e).validate(),e.hasLimit&&await this.checkMesageLimit(e.id),e}async checkMesageLimit(e){const{canOpen:t}=await this.iamApi.checkMesageLimit(e);if(!t)throw new ls(e)}getMessagesSortedByEventPriority(e,t){return t.slice().sort(((t,s)=>{const i=t.events[e].priority;return s.events[e].priority-i}))}}var hs,us,ps;!function(e){e[e.BottomSheet=1]="BottomSheet",e[e.Modal=2]="Modal",e[e.Fullscreen=3]="Fullscreen"}(hs||(hs={})),function(e){e[e.None=0]="None",e[e.SlideInUp=1]="SlideInUp",e[e.FadeIn=2]="FadeIn"}(us||(us={})),function(e){e[e.None=0]="None",e[e.Left=1]="Left",e[e.Right=2]="Right"}(ps||(ps={}));class gs{iamReader;constructor(e){this.iamReader=e,this.handleDocumentVisibilityChange=this.handleDocumentVisibilityChange.bind(this)}subscribe(){document.addEventListener("visibilitychange",this.handleDocumentVisibilityChange)}unsubscribe(){document.removeEventListener("visibilitychange",this.handleDocumentVisibilityChange)}handleDocumentVisibilityChange(){const e=this.iamReader.activeMessage;document.hidden?e.trackClose():e.trackOpen()}}var ms=_(5136);const fs=new t.EventEmitter;fs.setMaxListeners(50);class ys{story;payload;title=null;tags=[];slidesCount=null;feedSlug=null;filter=null;actionSource=M.list;ugcPayload=null;slideEventPayload=null;constructor(e,t={}){this.story=e,this.payload=t;const s=this.story.sourceInfo,i=s.listType,r=s.feedSlug??null,a=s.filter??null;this.title=this.story.statTitle,this.tags=this.story.tags,this.slidesCount=this.story.slidesCount,this.ugcPayload=i===Re.UGC?this.story.ugcPayload:null,this.feedSlug=i===Re.DEFAULT?r:null,this.filter=i===Re.UGC?a:null,this.actionSource=null!=i?this.getStorySourceByFeedType(i):M.direct,this.slideEventPayload=e.activeSlide?.eventPayload?.payload??null}toJSON(){return{id:this.story.id,index:this.story.activeSlideIndex,title:this.title,tags:this.tags,slidesCount:this.slidesCount,feed:this.feedSlug,filter:this.filter,source:this.actionSource,ugcPayload:this.ugcPayload,payload:this.slideEventPayload,...this.payload}}getStorySourceByFeedType(e){switch(e){case Re.DEFAULT:case Re.UGC:return M.list;case Re.FAVORITE:return M.favorite;case Re.ONBOARDING:return M.onboarding;default:return M.list}}}class vs extends ys{get name(){return"closeStory"}toJSON(){return{...super.toJSON(),action:this.payload.action}}}class ws extends ys{get name(){return"dislikeStory"}toJSON(){return{...super.toJSON(),value:this.payload.value}}}class _s extends ys{get name(){return"favoriteStory"}toJSON(){return{...super.toJSON(),value:this.payload.value}}}class Ss extends ys{get name(){return"likeStory"}toJSON(){return{...super.toJSON(),value:this.payload.value}}}class bs extends ys{get name(){return"shareStory"}}class xs extends ys{get name(){return"shareStoryWithPath"}toJSON(){return{...super.toJSON(),value:this.payload.url}}}class Cs extends ys{get name(){return"showSlide"}}class ks extends ys{get name(){return"showStory"}toJSON(){const e=super.toJSON();return e.payload=null,e}}class Ms{cache={};set(e,t){this.cache[e]=t}clear(){this.cache={}}get(e){return this.cache[e]}}class Ls{actions=[];push(e){this.actions.push(e)}exec(){for(const e of this.actions)e()}flush(){this.actions=[]}}class Os{statisticsService;constructor(e){this.statisticsService=e}timerId=null;start(){this.schedule(1e4)}stop(){null!=this.timerId&&(clearTimeout(this.timerId),this.timerId=null)}async flush(){$(`[${Ps.name}]: flush statistics by timer`);this.statisticsService.getData().length>0?this.schedule(1e4):this.schedule(3e4),await this.statisticsService.sendData()}schedule(e){$(`[${Ps.name}]: schedule flush statistics on ${e}ms`),this.timerId=setTimeout((()=>this.flush()),e)}}class Is{slideStartedAt;calculate(){const e=Date.now(),t=e-this.slideStartedAt;return this.slideStartedAt=e,t}init(){this.slideStartedAt=Date.now()}}class As{statisticsService;constructor(e){this.statisticsService=e,this.handle=this.handle.bind(this),fs.on(Rs.CloseStoryReader,this.handle)}handle(e){this.statisticsService.addSlideEvent({action:1,storyId:e.storyId,slideIndex:e.slideIndex})}destroy(){fs.off(Rs.CloseStoryReader,this.handle)}}class Es{statisticsService;constructor(e){this.statisticsService=e,this.handle=this.handle.bind(this),fs.on(Rs.NextSlide,this.handle)}handle(e){this.statisticsService.addSlideEvent({action:1,storyId:e.fromStoryId,slideIndex:e.fromSlideIndex})}destroy(){fs.off(Rs.NextSlide,this.handle)}}class Ts{statisticsService;constructor(e){this.statisticsService=e,this.handle=this.handle.bind(this),fs.on(Rs.TransitionFromSlide,this.handle)}handle(e){this.statisticsService.addSlideEvent({action:2,storyId:e.storyId,slideIndex:e.slideIndex})}destroy(){fs.off(Rs.TransitionFromSlide,this.handle)}}var Rs;!function(e){e.CloseStoryReader="statistics.closeStoryReader",e.NextSlide="statistics.nextSlide",e.TransitionFromSlide="statistics.transitionFromSlide"}(Rs||(Rs={}));class Ps extends(s()){storyManager;beaconService;lastIndex=0;data=[];sourceInfo=null;flushSheduler;slideDurationCalculator;events=[];constructor(e,t){super(),this.storyManager=e,this.beaconService=t,this.flushSheduler=new Os(this),this.slideDurationCalculator=new Is}init(e){this.data=[],this.sourceInfo=e,this.lastIndex=0,this.slideDurationCalculator.init(),this.flushSheduler.start(),this.events=[new As(this),new Es(this),new Ts(this)]}getData(){return this.data.slice()}getLastIndex(){return this.lastIndex}cleanupData(){this.data=[]}addSlideEvent(e){if(this.storyManager.getConfig().isStatisticsDisabled)return;const t=this.slideDurationCalculator.calculate();this.data.push([e.action,this.lastIndex,e.storyId,e.slideIndex,t]),this.lastIndex++}async sendData(){const e=this.getData();if(e.length)try{if(!this.sourceInfo)throw new Error(`[${Ps.name}]: You need pass source info!`);this.cleanupData(),await this.beaconService.updateStatistics({updateDto:{data:e},listType:this.sourceInfo.feedSlug===He?Re.UGC:Re.DEFAULT})}catch(t){this.data.push(...e),console.error(t)}}async destroy(){this.events.forEach((e=>e.destroy())),this.flushSheduler.stop(),await this.sendData()}}class Bs{storyManager;constructor(e){this.storyManager=e}async updateStatistics({listType:e,updateDto:t}){if(0===t.data.length)return t;let s=!1,i="";if(e===Re.UGC||this.storyManager.getConfig().isStatisticsDisabled)s=!0;else try{Mt("session/update",t,(()=>{})),s=!0}catch(e){i=e.toString()}if(s)return t;throw i}}var Ds=_(6166);class js{narrativeDataCache;storyManager;storyReader;deferredActionsQueue=new Ls;activeStoryNarrativeDataCache=new Ms;initHookStorySlide=null;activeStorySlide=null;activeStory=null;mutex=new Ds.Mutex;mutexRelease=()=>{};constructor(e,t,s){this.narrativeDataCache=e,this.storyManager=t,this.storyReader=s}setInitHookStorySlide(e){this.initHookStorySlide=e}async lock(e){if(this.activeStorySlide!==e){if(this.mutexRelease=await this.mutex.acquire(),this.activeStorySlide&&this.activeStorySlide!==e)throw new Error(`[SlideApi]: The resource is locked by story with ID ${this.activeStorySlide.story.id} and slide index ${this.activeStorySlide.index}`);this.activeStorySlide=e}else console.warn(`[SlideApi]: Slide ${e.story.id}:${e.index} already owns the lock.`)}unlock(e){this.activeStorySlide===e?(this.mutexRelease(),this.activeStorySlide=null):console.warn("[SlideApi]: Attempted to unlock a slide that doesn't own the lock.")}exec(){this.activeStorySlide&&(this.deferredActionsQueue.exec(),this.deferredActionsQueue.flush())}async getCardLocalData(){const e=this.storyManager.rootStore.sessionStore.userId;if(!this.activeStory)return{};let t=this.narrativeDataCache.get(`narrative_${this.activeStory.id}_data_${e}`);return t?JSON.parse(t):{}}setCardLocalData(e,t){const s=this.storyManager.rootStore.sessionStore.userId;if(!this.activeStory)return;let i=JSON.stringify(e);this.narrativeDataCache.set(`narrative_${this.activeStory.id}_data_${s}`,i),t&&this.activeStory.updateNarrativeData(i).catch(console.error)}getCardServerData(e){return this.storyManager.rootStore.storyStore.findStoryById(e).context.widgetsData._narrative_saved_data??null}updateCardServerData(e,t){this.storyManager.rootStore.storyStore.findStoryById(e).context.updateNarrativeSavedData(t)}getSlideDuration(e,t){const s=this.storyManager.rootStore.storyStore.findStoryById(e).context.widgetsData;return s._narrative_slides_duration?.[t]??null}pauseUI(){this.storyReader.pauseUI()}resumeUI(){this.storyReader.resumeUI()}showCardTextInput(e,t){fs.emit(Hr.ShowInputModal,{id:e,config:t})}setCardSessionValue(e,t){this.activeStoryNarrativeDataCache.set(e,t)}getCardSessionValue(e){return this.activeStoryNarrativeDataCache.get(e)}getWidgetsSharedData(e,t){const s=this.storyManager.rootStore.storyStore.findStoryById(e);if(!s)return null;const i=s.context.widgetsData;switch(t){case"rangeSlider":return i._narrative_range_slider_data;case"poll":return i._narrative_poll_data;case"vote":return i._narrative_vote_data}return null}openUrl(e){this.activeStory&&(this.activeStory.markAsOpened(),fs.emit(Rs.TransitionFromSlide,{storyId:this.activeStory.id,slideIndex:this.activeStory.activeSlideIndex}),window.open(e,"_parent"))}async sendApiRequest(e,t,s,i,r,a){try{const a=await Lt.request({url:e,method:t,params:s??{},headers:i??{},data:r??{}});return{status:a.status,headers:a.headers,data:a.data}}catch(e){if(e instanceof z)return{status:e.networkStatus??400,headers:e.response?.headers,data:e.response?.data}}}share(e,t){null==e&&(e="story-share"),this.storyReader.sharePanel.shareText({shareId:e,config:t,storySlide:this.activeStorySlide})}shareSlideScreenshot(e,t,s){null==e&&(e="slide-screenshot-share"),this.storyReader.sharePanel.shareScreenShot({shareId:e,hideElementsSelector:t??"",shareText:s,storySlide:this.activeStorySlide})}showLayer(e){this.initHookStorySlide?.showLayerByIndex(e)}showCardSlide(e){this.pushToDefferedActionsQueueOrExec((()=>{this.activeStory?.redirectToSlide({slideIndex:e})}))}cardShowNext(){this.storyReader.nextStoryWithAnimation()}showNextSlide(e){this.pushToDefferedActionsQueueOrExec((()=>{e?this.activeStory.timer.start(e):this.activeStory.nextSlide()}))}sendStatisticEvent(e,t,s){this.storyManager.emit("widgetEvent",{name:e,data:{...s,feed:this.storyReader.feedSlug}})}destroy(){}setActiveStory(e){this.activeStoryNarrativeDataCache.clear(),this.activeStory=e,this.activeStorySlide&&this.unlock(this.activeStorySlide)}async resetStory(e){let t={},s=await this.getCardLocalData();s=Object.assign({},this.getCardServerData(e)??{},s);for(let e in s)s.hasOwnProperty(e)&&/^_gm_[A-z0-9-_]+_attempts$/.test(e)&&(t[e]=s[e]);this.activeStorySlide?.refreshWidgetsData(),this.updateCardServerData(e,t),this.setCardLocalData(t,!0),this.showCardSlide(0),this.showLayer(0)}pushToDefferedActionsQueueOrExec(e){this.activeStorySlide?e():this.deferredActionsQueue.push(e)}getCardFonts(){return this.storyManager.rootStore.sessionStore.session.fontsResources}updateTimeline(e,t,s,i,r,a){}showToast(e){this.activeStorySlide?.showToast({content:e})}}class Fs{storyManager;storyReaderViewModel;prevStoryId=-1;prevSlideIndex=-1;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}update(e){this.prevStoryId!==e.id&&(fs.emit("publicEvents.showStory",{id:e.id}),this.storyManager.emitEvent(new ks(e))),-1!==this.prevStoryId&&fs.emit(Rs.NextSlide,{fromStoryId:this.prevStoryId,fromSlideIndex:this.prevSlideIndex}),this.storyManager.emitEvent(new Cs(e)),this.prevStoryId=e.id,this.prevSlideIndex=e.activeSlideIndex}reset(){this.prevStoryId=-1,this.prevSlideIndex=-1}}var Ns=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Us=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let zs=(()=>{let e,t=[];return class{static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[_e],Us(this,null,e,{kind:"method",name:"show",static:!1,private:!1,access:{has:e=>"show"in e,get:e=>e.show},metadata:s},null,t),s&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s})}showMultipleStoriesStrategy=Ns(this,t);storyManager;constructor(e,t){this.showMultipleStoriesStrategy=e,this.storyManager=t}async show(e){const t=this.storyManager.rootStore.onboardingFeedStore;await t.fetchOnboardingFeed({feedSlug:e.feed,tags:e.customTags??[],limit:e.limit??void 0});const s=t.getFeedBySlug(e.feed),i=this.getFeedLoadEvent(s.slug,s.stories);return this.emitFeedLoad(i),s.stories.length?(await this.showMultipleStoriesStrategy.show({windowReferer:L.default,listType:Re.ONBOARDING,storyId:s.stories[0].id,feed:s.slug}),i):i}emitFeedLoad(e){this.storyManager.emit("feedLoad",e)}getFeedLoadEvent(e,t){const s={stories:t.map((e=>{const t={title:null,tags:[],slidesCount:null};return e&&(t.title=e.statTitle,t.tags=e.tags,t.slidesCount=e.slidesCount),{id:e.id,...t}})),feed:null,filter:null};return s.feed=e,s}async reload(e){this.showMultipleStoriesStrategy.reload(e)}}})();class Vs{storyManager;storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}async show(e){const t=this.storyManager.rootStore.storyStore,s=this.getStoryFeedByTypeAndSlug(e.listType,e.feed);this.storyReaderViewModel.open({windowReferer:e.windowReferer,id:e.storyId,stories:s.stories.slice()??[]},{listType:e.listType,feedSlug:e.feed,filter:e.filter});const i=(new Date).getTime();await t.fetchStoriesSlidesAndContextByStoryId({storyId:e.storyId,storyFeed:s}),await(async(e,t=300)=>new Promise((s=>{const i=Math.max(0,t-((new Date).getTime()-e));i?setTimeout(s,i):s()})))(i)}async reload(e){const t=this.storyManager.rootStore.storyStore,s=this.getStoryFeedByTypeAndSlug(e.listType,e.feed);await t.fetchStoriesSlidesAndContextByStoryId({storyId:e.storyId,storyFeed:s})}getStoryFeedByTypeAndSlug(e,t){const s=this.storyManager.rootStore.storyFeedStore,i=this.storyManager.rootStore.onboardingFeedStore;return e===Re.ONBOARDING?i.getFeedBySlug(t):s.getFeedBySlug(t)}}class Ws{showStoryStrategy;constructor(e){this.showStoryStrategy=e}async show(e){await this.showStoryStrategy.show({storyId:e.storyId,feed:"",fetchShareUrl:e.fetchShareUrl})}async reload(e){return this.showStoryStrategy.reload(e)}}var Gs=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},$s=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Hs=(()=>{let e,t=[];return class{static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[_e],$s(this,null,e,{kind:"method",name:"show",static:!1,private:!1,access:{has:e=>"show"in e,get:e=>e.show},metadata:s},null,t),s&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s})}storyManager=Gs(this,t);storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}async show(e){try{const t=this.storyManager.rootStore.storyStore,s=await t.fetchStoryAndContextById({storyId:e.storyId,feedSlug:"",once:!0});if(s.error)throw s.error;if(s.isOpened)throw new Ae(e.storyId.toString());this.openStoryReader(s)}catch(e){throw this.storyReaderViewModel.close(),e}}openStoryReader(e){this.storyReaderViewModel.open({windowReferer:L.default,id:e.id,stories:[e]},{feedSlug:"",once:!0})}async reload(e){}}})();var qs=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Qs=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ks=(()=>{let e,t=[];return class{static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[_e],Qs(this,null,e,{kind:"method",name:"show",static:!1,private:!1,access:{has:e=>"show"in e,get:e=>e.show},metadata:s},null,t),s&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s})}storyManager=qs(this,t);storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}async show(e){const t=this.storyManager.rootStore.storyStore,s=await t.fetchStoryAndContextById({storyId:e.storyId,feedSlug:"",fetchShareUrl:e.fetchShareUrl});this.openStoryReader(s,e)}openStoryReader(e,t){this.storyReaderViewModel.open({windowReferer:L.default,id:e.id,stories:[e]},{feedSlug:"",fetchShareUrl:t.fetchShareUrl})}async reload(e){}}})();class Ys{storyManager;storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}createShowStory(){return new Ks(this.storyManager,this.storyReaderViewModel)}createShowStoryOnce(){return new Hs(this.storyManager,this.storyReaderViewModel)}createShowStoryFromSharePage(){return new Ws(new Ks(this.storyManager,this.storyReaderViewModel))}createShowOnboardingStories(){return new zs(new Vs(this.storyManager,this.storyReaderViewModel),this.storyManager)}createShowMultipleStories(){return new Vs(this.storyManager,this.storyReaderViewModel)}}var Zs;!function(e){e.HideLayer="hideLayer",e.ShowLayer="showLayer"}(Zs||(Zs={}));class Js extends(s()){onShowLayer;onHideLayer;layersContainer;animationApi;_activeLayer;initialLayer=null;layers=[];constructor(e,t){super(),this.onShowLayer=e,this.onHideLayer=t}init(e,t){this.layersContainer=e,this.animationApi=t,this.layers=Array.from(this.layersContainer.querySelectorAll(".narrative-slide.narrative-multi-slide")),this._activeLayer=this.layers.find((e=>!e.classList.value.includes("hidden"))),this.initialLayer=this._activeLayer}reset(){this.hideAllLayers(),this.initialLayer?.classList.remove("hidden")}get activeLayer(){return this._activeLayer}getLayers(){return this.layers}hideLayer(e){e.classList.contains("hidden")||(this.animationApi.stop(e,!0),e.classList.add("hidden"),this.emit(Zs.HideLayer,{layer:e}),this.onHideLayer?.onHideLayer(e))}showLayer(e){this.onShowLayer?.onShowLayer(e),e.classList.remove("hidden"),this.animationApi.start(e,!0),this._activeLayer=e,this.emit(Zs.ShowLayer,{layer:e})}hideAllLayers(){this.getLayers().forEach((e=>this.hideLayer(e)))}showLayerByIndex(e){const t=this.getLayers();t.forEach((e=>this.hideLayer(e)));const s=t[e];s&&this.showLayer(s)}hasValidMultiSlides(){let e=!0,t=this.layersContainer.querySelectorAll(".narrative-slide.narrative-multi-slide");const s=this.layersContainer.querySelectorAll(".narrative-slide.narrative-multi-slide:not(.hidden)");return t.length>0&&0===s.length&&(e=!1),e}}const Xs=function(){const e={step:1,maxSteps:100};var t=Object.prototype.hasOwnProperty;return function(i,r){r||(r={});var a={};for(var o in e)t.call(r,o)?a[o]=r[o]:a[o]=e[o];var n=Object.prototype.toString.call(i);"[object Array]"!==n&&"[object NodeList]"!==n&&"[object HTMLCollection]"!==n&&(i=[i]);for(var l=0;l<i.length;l++)s(i[l],a)};function s(e,t){if(!i(e)||e.getAttribute("textFitted"))return!1;var s,r,a,o;if(!i(r=e.parentElement))return!1;if(s=function(e){var t=window.getComputedStyle(e,null);return e.getBoundingClientRect().height-parseInt(t.getPropertyValue("padding-top"),10)-parseInt(t.getPropertyValue("padding-bottom"),10)}(r),s<=0)console.warn(`Set a static height and width on the target element ${e.outerHTML} before using textFit!`,e);else{e.setAttribute("textFitted","1");var n=t.step,l=o=parseFloat(window.getComputedStyle(e).fontSize);if(!(l<(a=o-n*t.maxSteps)))for(;l>=a;){if(!(e.getBoundingClientRect().height>s))break;l-=n,e.style.fontSize=l+"px"}}}function i(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&null!==e&&1===e.nodeType&&"string"==typeof e.nodeName}}();var ei;!function(e){e.Playing="playing",e.Waiting="waiting",e.Error="error"}(ei||(ei={}));class ti{videoContext;videoEl;constructor(e,t){this.videoContext=e,this.videoEl=t,this.parseDefaultMuted()}get $video(){return this.videoEl}get muted(){return this.videoEl.muted}get paused(){return this.videoEl.paused}async start(){this.videoEl.pause(),this.videoEl.currentTime=0,await this.play()}async play(){try{const e=this.videoEl.play();e?await e:await new Promise((e=>{setTimeout(e,0)}))}catch(e){throw e}}pause(){this.videoEl.pause()}async resume(){this.videoEl.paused&&await this.videoEl.play()}stop(){this.videoEl.pause(),this.videoEl.currentTime=0}mute(){"1"!==this.videoEl.getAttribute("data-default-muted")&&(this.videoEl.muted=!0)}unmute(){"1"!==this.videoEl.getAttribute("data-default-muted")&&(this.videoEl.muted=!1)}async load(e=!0){return new Promise((t=>{const s=this.videoEl.oncanplaythrough?"canplaythrough":"canplay";this.videoEl.addEventListener(s,(()=>{requestAnimationFrame((()=>{requestAnimationFrame((()=>{t()}))}))}),{once:!0}),e&&this.videoEl.load()}))}on(e,t){return this.videoEl.addEventListener(e,t),this}once(e,t){return this.videoEl.addEventListener(e,t,{once:!0}),this}off(e,t){return this.videoEl.removeEventListener(e,t),this}async destroy(){return Promise.resolve()}parseDefaultMuted(){null===this.videoEl.getAttribute("data-default-muted")&&(this.videoEl.muted?this.videoEl.setAttribute("data-default-muted","1"):this.videoEl.setAttribute("data-default-muted","0"))}onPlaying(){}onWaiting(){}}var si=_(3107);class ii{video;timeupdate=Date.now();state=0;playingCheckerTimerId=null;constructor(e){this.video=e,this.handleTimeUpdate=this.handleTimeUpdate.bind(this),this.video.$video.addEventListener("timeupdate",this.handleTimeUpdate)}destroy(){null!=this.playingCheckerTimerId&&window.clearTimeout(this.playingCheckerTimerId),this.video.$video.removeEventListener("timeupdate",this.handleTimeUpdate)}handleTimeUpdate(){this.timeupdate=Date.now(),null!=this.playingCheckerTimerId&&window.clearTimeout(this.playingCheckerTimerId),1!==this.state&&(this.state=1,this.triggerUpdate()),this.scheduleUpdate()}scheduleUpdate(){this.playingCheckerTimerId=window.setTimeout((()=>{Date.now()-this.timeupdate>=150&&(this.state=2,this.triggerUpdate())}),300)}triggerUpdate(){1===this.state?this.video.onPlaying():2===this.state&&this.video.onWaiting()}}class ri extends ti{videoContext;player;_vodData=null;isPlaying=!1;isDataWaiting=!1;attached=!1;videoStateAdapter=null;constructor(e,t){super(e,t),this.videoContext=e,this.handlePlayerError=this.handlePlayerError.bind(this),this._vodData=ri.parseData(t)}get vodData(){return this._vodData}static get isBrowserSupported(){return si.Player.isBrowserSupported()}async load(){try{ri.isBrowserSupported?(this.disableVideoPreload(),await this.initPlayer()):(this.updateVideoSources(),await super.load(),console.error("[VOD]: Browser not supported!"))}catch(e){throw this.stop(),this.detachVideoElement().catch(console.error),e}}async destroy(){this.player.removeEventListener("error",this.handlePlayerError),this.stop(),await this.detachVideoElement(),await this.player.destroy()}static parseData(e){const t=e.getAttribute("data-vod");try{return t&&JSON.parse(t)}catch{return null}}async stop(){this.isPlaying=!1,this.videoStateAdapter?.destroy(),super.stop()}async start(){this.isPlaying||(this.isPlaying=!0,this.videoStateAdapter=new ii(this),await super.start())}async initPlayer(){this.player=new si.Player,this.player.addEventListener("error",this.handlePlayerError),await this.attachVideoElement(),await this.loadVideo()}disableVideoPreload(){this.videoEl.preload="none"}updateVideoSources(){this.videoEl.innerHTML="";for(const e of this.vodData.formats){const t=document.createElement("source");t.src=e.url,t.type=e.mimeType,t.width=e.width,t.height=e.height,this.videoEl.appendChild(t)}}handlePlayerError(e){const t=e.detail,s=`[VOD]: error code ${t.code}; object ${t}`;console.error(s),this.stop(),this.detachVideoElement().catch(console.error).finally((()=>{this.videoContext.emit(ei.Error,t)}))}async attachVideoElement(){this.attached||(await this.player.attach(this.videoEl),this.attached=!0,$("[VOD]: video element attached",this.videoEl))}async loadVideo(){const e=si.Player.convertJsonToUri(this.vodData);await this.player.load(e,0,"application/json"),$(`[VOD]: video ${e} successful loaded`)}async detachVideoElement(){this.attached&&(await this.player.detach(this.videoEl),this.attached=!1,$("[VOD]: video element detached",this.videoEl))}onPlaying(){this.isDataWaiting&&(this.isDataWaiting=!1,this.videoContext.emit(ei.Playing))}onWaiting(){this.isDataWaiting=!0,this.videoContext.emit(ei.Waiting)}}class ai{videoManager;videos=[];constructor(e){this.videoManager=e}async load(e){for(const t of Array.from(e.querySelectorAll("video"))){const e=this.createVideoByElement(t);this.videos.push(e),await e.load()}}async start(){for(const e of this.videos)await e.start()}pause(){for(const e of this.videos)e.pause()}async resume(){for(const e of this.videos)await e.play()}stop(){for(const e of this.videos)e.stop()}static hasVideo(e){return Boolean(e.querySelector(".narrative-slide__with-video"))}mute(){for(const e of this.videos)e.mute()}unmute(){for(const e of this.videos)e.unmute()}async destroy(){for(const e of this.videos)await e.destroy(),this.videos.splice(this.videos.indexOf(e),1);this.videos=[]}createVideoByElement(e){return ri.parseData(e)?new ri(this,e):new ti(this,e)}emit(e,...t){return this.videoManager.emit(e,...t)}}class oi extends(s()){layerManager;videoContexts=new Map;muted=!1;_loaded=!1;constructor(e){super(),this.layerManager=e,this.handleShowLayer=this.handleShowLayer.bind(this),this.handleHideLayer=this.handleHideLayer.bind(this),this.subscribeLayerManager()}get loaded(){return this._loaded}async load(){this._loaded=!1,this.videoContexts.clear();for(const e of this.layerManager.getLayers()){const t=new ai(this);this.videoContexts.set(e,t),await t.load(e)}this._loaded=!0}async start(){const e=this.getActiveVideoContext();await(e?.start())}mute(){this.muted=!0;const e=this.getActiveVideoContext();e?.mute()}unmute(){this.muted=!1;const e=this.getActiveVideoContext();e?.unmute()}async resume(){const e=this.getActiveVideoContext();e?.resume()}pause(){const e=this.getActiveVideoContext();e?.pause()}stop(){for(const e of this.videoContexts.values())e.stop()}async destroy(){this._loaded=!1;for(const e of this.videoContexts.values())await e.destroy();this.videoContexts=new Map,this.unsubscribeLayerManager()}subscribeLayerManager(){this.layerManager.on(Zs.ShowLayer,this.handleShowLayer),this.layerManager.on(Zs.HideLayer,this.handleHideLayer)}unsubscribeLayerManager(){this.layerManager.off(Zs.ShowLayer,this.handleShowLayer),this.layerManager.off(Zs.HideLayer,this.handleHideLayer)}handleShowLayer({layer:e}){this.intheritMuted();const t=this.videoContexts.get(e);t?.start().catch(console.error)}handleHideLayer({layer:e}){const t=this.videoContexts.get(e);t?.stop()}getActiveVideoContext(){const e=this.layerManager.activeLayer;if(e)return this.videoContexts.get(e)}intheritMuted(){this.muted?this.mute():this.unmute()}}class ni extends(s()){videoContainer;videoContext;_loaded=!1;constructor(e){super(),this.videoContainer=e,this.videoContext=new ai(this)}get loaded(){return this._loaded}async load(){this._loaded=!1,await this.videoContext.load(this.videoContainer),this._loaded=!0}async start(){await this.videoContext.start()}pause(){this.videoContext.pause()}async resume(){await this.videoContext.resume()}stop(){this.videoContext.stop()}mute(){this.videoContext.mute()}unmute(){this.videoContext.unmute()}async destroy(){return this._loaded=!1,this.videoContext.destroy()}}class li{constructor(){}static create(e,t){if(!ai.hasVideo(e))return null;return e.querySelectorAll(".narrative-slide.narrative-multi-slide").length>0?new oi(t):new ni(e)}}class di{_widgets=new Map;constructor(){this.refreshUserData=this.refreshUserData.bind(this)}get widgets(){return Array.from(this._widgets.values()).filter((e=>e.isInited))}async init(e){for(const t of this._widgets.values())await t.init(e)}register(e){this._widgets.set(e.getType(),e)}registerMany(e){for(const t of e)this._widgets.set(t.getType(),t)}pause(){for(const e of this._widgets.values())e.pause()}resume(){for(const e of this._widgets.values())e.resume()}findWidgetByType(e){const t=this._widgets.get(e);if(t?.firstElement)return t}stop(){for(const e of this._widgets.values())e.destroy()}handleWidgetClick(e,t){for(const s of this.widgets)if(s.click({target:e,navigationController:t}),t.defaultPrevented)break}destroy(){this.stop()}refreshUserData(){for(const e of this._widgets.values())e.refreshUserData()}}class ci{type;elements;get firstElement(){return this.elements?.item(0)}get isInited(){return Boolean(this.firstElement)}pause(){}resume(){}destroy(){}getActiveElement(){return this.elements?.item(0)}getActiveElements(){return this.elements}refreshUserData(){}getType(){if(!this.type)throw new Error("[StoryWidget]: widget must have a type");return this.type}setUserData(e,t){}}class hi extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="CopyWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-copy");try{this.slideApi.WidgetCopy.initWidget(this.elements)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetCopy.refreshUserData(this.elements)}click(e){e.target===this.firstElement&&(this.slideApi.WidgetCopy.click(e.target),e.navigationController.preventDefault())}}class ui extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="DataInputWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-data-input");try{this.slideApi.WidgetDataInput.initWidget(this.elements)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetDataInput.refreshUserData(this.elements)}click(e){e.target===this.firstElement&&(this.slideApi.WidgetDataInput.click(e.target),e.navigationController.preventDefault())}setUserData(e,t=""){this.slideApi.WidgetDataInput.setUserData(e,t)}}class pi extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="DateCountdownWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-date-countdown");const t=Array.from(e.querySelectorAll(".narrative-slide.narrative-multi-slide"));try{if(!this.elements.length)return;this.slideApi.WidgetDateCountdown.initWidget(this.elements,t)}catch(e){console.error(e)}}pause(){try{if(!this.elements)return;this.slideApi.WidgetDateCountdown.pause(this.elements)}catch(e){console.error(e)}}resume(){try{if(!this.elements)return;this.slideApi.WidgetDateCountdown.resume(this.elements)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetDateCountdown.refreshUserData(this.elements)}click(){}}class gi extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="PollWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-poll");try{if(!this.firstElement)return;this.slideApi.WidgetPoll.initWidget(this.firstElement)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetPoll.refreshUserData(this.elements)}select(e){this.slideApi.WidgetPoll.select(e)}setUserData(e,t=""){this.slideApi.WidgetPoll.setUserData(e,t)}click(e){e.target.classList.contains("narrative-element-poll-button")&&(this.select(e.target),e.navigationController.preventDefault())}}class mi extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="PollLayersWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-poll-layers");const t=e.querySelectorAll(".narrative-slide.narrative-multi-slide");try{if(!this.firstElement)return;this.slideApi.WidgetPollLayers.initWidget(this.firstElement,Array.from(t))}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetPollLayers.refreshUserData(this.elements)}select(e){this.slideApi.WidgetPollLayers.select(e)}click(e){e.target.classList.contains("narrative-element-poll-button")&&(this.select(e.target),e.navigationController.preventDefault())}}class fi extends ci{slideApi;story;constructor(e,t){super(),this.slideApi=e,this.story=t,this.type="QuestWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-quest");try{if(!this.firstElement)return;await this.slideApi.WidgetQuest.initWidget(this.firstElement)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetQuest.refreshUserData(this.elements)}select(e){this.slideApi.WidgetQuest.select(e)}click(e){e.target.classList.contains("narrative-element-test-answer")?this.handleTestAnswer(e):this.handleRouteClick(e)}handleTestAnswer(e){this.select(e.target),e.navigationController.preventDefault()}handleRouteClick(e){e.navigationController.navigationDisabled||(e.navigationController.preventDefault(),this.slideApi.WidgetQuest.handleRouteClick(this.firstElement,{direction:e.navigationController.direction>0?"forward":"backward",slideIndex:this.story.activeSlideIndex,slideCount:this.story.slidesCount,click:()=>{e.navigationController.navigate()}}))}}class yi extends ci{slideApi;story;constructor(e,t){super(),this.slideApi=e,this.story=t,this.type="QuizWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-quiz");try{if(!this.firstElement)return;this.slideApi.WidgetQuiz.initWidget(this.firstElement)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetQuiz.refreshUserData(this.elements)}select(e){this.slideApi.WidgetQuiz.select(e)}slideQuizIsDone(e){return this.slideApi.WidgetQuiz.slideQuizIsDone(e)}click(e){e.target.classList.contains("narrative-element-quiz-next-button")?this.handleNextButton(e):e.target.classList.contains("narrative-element-quiz-answer")?this.handleAnswer(e):this.handleQuizIsDone(e)}handleQuizIsDone(e){this.slideQuizIsDone(this.firstElement)||e.navigationController.disableNextClick()}handleNextButton(e){this.story.nextSlide(),e.navigationController.preventDefault()}handleAnswer(e){this.select(e.target),e.navigationController.preventDefault()}}class vi extends ci{slideApi;story;constructor(e,t){super(),this.slideApi=e,this.story=t,this.type="QuizGroupedWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-quiz-grouped");try{if(!this.firstElement)return;this.slideApi.WidgetQuizGrouped.initWidget(this.firstElement)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetQuizGrouped.refreshUserData(this.elements)}select(e){this.slideApi.WidgetQuizGrouped.select(e)}slideQuizIsDone(e){return this.slideApi.WidgetQuizGrouped.slideQuizIsDone(e)}click(e){e.target.classList.contains("narrative-element-quiz-next-button")?this.handleNextButton(e):e.target.classList.contains("narrative-element-quiz-answer")?this.handleAnswer(e):this.handleQuizIsDone(e)}handleNextButton(e){this.story.nextSlide(),e.navigationController.preventDefault()}handleQuizIsDone(e){this.slideQuizIsDone(this.firstElement)||e.navigationController.disableNextClick()}handleAnswer(e){this.select(e.target),e.navigationController.preventDefault()}}class wi extends ci{slideApi;touchController;slideContent;constructor(e,t){super(),this.slideApi=e,this.touchController=t,this.type="RangeSliderWidget",this.disableSwipeGesture=this.disableSwipeGesture.bind(this),this.enableSwipeGesture=this.enableSwipeGesture.bind(this)}async init(e){this.elements=e.querySelectorAll(".narrative-element-range-slider"),this.slideContent=e;try{if(!this.firstElement)return;this.slideApi.WidgetRangeSlider.initWidget(this.firstElement),this.registerMouseAndTouchEvents()}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetRangeSlider.refreshUserData(this.elements)}click(e){e.target.classList.contains("rangeslider")?this.handleClickSlider(e):e.target.classList.contains("narrative-element-range-slider-next-button")?this.handleClickSliderNextButton(e):this.handleCaptureClick(e)}isClickCapturedBySlider(e){return this.slideApi.WidgetRangeSlider.isClickCapturedBySlider(e)}destroy(){this.unregisterMouseAndTouchEvents()}handleClickSlider(e){e.navigationController.preventDefault()}handleCaptureClick(e){this.isClickCapturedBySlider(this.firstElement)&&e.navigationController.preventDefault()}handleClickSliderNextButton(e){this.slideApi.WidgetRangeSlider.click(e.target),e.navigationController.preventDefault()}disableSwipeGesture(e){this.touchController.disable()}enableSwipeGesture(e){this.touchController.enable()}registerMouseAndTouchEvents(){this.slideContent.addEventListener("mouseup",this.enableSwipeGesture),this.slideContent.addEventListener("touchend",this.enableSwipeGesture),this.slideContent.addEventListener("mousedown",this.disableSwipeGesture),this.slideContent.addEventListener("touchstart",this.disableSwipeGesture)}unregisterMouseAndTouchEvents(){this.slideContent?.removeEventListener("mouseup",this.enableSwipeGesture),this.slideContent?.removeEventListener("touchend",this.enableSwipeGesture),this.slideContent?.removeEventListener("mousedown",this.disableSwipeGesture),this.slideContent?.removeEventListener("touchstart",this.disableSwipeGesture)}}class _i extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="RateWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-rate");try{this.slideApi.WidgetRate.initWidget(this.elements)}catch(e){console.error(e)}}click(e){e.target.classList.contains("narrative-element-rate-input")&&(this.select(e.target),e.navigationController.preventDefault())}refreshUserData(){this.elements&&this.slideApi.WidgetRate.refreshUserData(this.elements)}select(e){this.slideApi.WidgetRate.select(e)}setUserData(e,t=""){this.slideApi.WidgetRate.setUserData(e,t)}}class Si extends ci{slideApi;slideContent;constructor(e){super(),this.slideApi=e,this.type="ShareWidget",this.handleShareComplete=this.handleShareComplete.bind(this)}async init(e){this.elements=e.querySelectorAll(".narrative-element-share"),this.slideContent=e;const t=e.querySelectorAll(".narrative-slide.narrative-multi-slide");try{this.registerEvents(),this.slideApi.WidgetShare.initWidget(this.elements,Array.from(t))}catch(e){console.error(e)}}complete(e,t){this.slideApi.WidgetShare.complete(e,t)}refreshUserData(){this.elements&&this.slideApi.WidgetShare.refreshUserData(this.elements)}click(e){e.target===this.firstElement&&(this.slideApi.WidgetShare.click(e.target),e.navigationController.preventDefault())}destroy(){this.unregisterEvents()}registerEvents(){fs.on(`${Si.name}.shareComplete`,this.handleShareComplete)}unregisterEvents(){fs.off(`${Si.name}.shareComplete`,this.handleShareComplete)}handleShareComplete({shareId:e,result:t}){$(`[Share Widget]: share complete, { shareId, result }: ${e}, ${t}}`),this.complete(e,t)}}class bi extends ci{slideApi;story;constructor(e,t){super(),this.slideApi=e,this.story=t,this.type="TestWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-test");try{if(!this.firstElement)return;this.slideApi.WidgetTest.initWidget(this.firstElement)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetTest.refreshUserData(this.elements)}select(e){this.slideApi.WidgetTest.select(e)}slideTestIsDone(e){return this.slideApi.WidgetTest.slideTestIsDone(e)}slideTestWithTimer(e){return this.slideApi.WidgetTest.slideTestWithTimer(e)}click(e){e.target.classList.contains("narrative-element-test-next-button")?this.handleNextButton(e):e.target.classList.contains("narrative-element-test-answer")?this.handleAnswer(e):this.handleTestIsDone(e)}handleNextButton(e){this.story.nextSlide(),e.navigationController.preventDefault()}handleAnswer(e){this.select(e.target),e.navigationController.preventDefault()}handleTestIsDone(e){const t=this.slideTestIsDone(this.firstElement);!this.slideTestWithTimer(this.firstElement)||t?t||e.navigationController.disableNextClick():e.navigationController.preventDefault()}}class xi extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="VoteWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-vote");try{if(!this.firstElement)return;this.slideApi.WidgetVote.initWidget(this.firstElement);const e="narrative-element-quiz-next-button",t=this.firstElement.querySelector(`.${e}`);t&&t.classList.remove(e)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetVote.refreshUserData(this.elements)}select(e){this.slideApi.WidgetVote.select(e)}click(e){if(e.target.classList.contains("narrative-element-vote-next-button")){if(!this.slideApi.WidgetVote.click(e.target))return void e.navigationController.preventDefault()}e.target.classList.contains("narrative-element-vote-answer")&&(this.slideApi.WidgetVote.select(e.target),e.navigationController.preventDefault())}}class Ci extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="BarcodeWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-element-barcode");try{this.slideApi.WidgetBarcode.initWidget(this.elements)}catch(e){console.error(e)}}refreshUserData(){this.elements&&this.slideApi.WidgetBarcode.refreshUserData(this.elements)}click(e){e.target===this.firstElement&&(this.slideApi.WidgetBarcode.click(e.target),e.navigationController.preventDefault())}}class ki extends ci{slideApi;constructor(e){super(),this.slideApi=e,this.type="MultiSlideWidget"}async init(e){this.elements=e.querySelectorAll(".narrative-slide.narrative-multi-slide");try{if(!this.elements.length)return;this.slideApi.WidgetMultiSlide.init(Array.from(this.elements))}catch(e){console.error(e)}}click(){}destroy(){}}var Mi,Li=_(2743),Oi=_.n(Li);!function(e){e.TouchStart="touchStart",e.TouchMove="touchMove",e.TouchEnd="touchEnd",e.TouchMoveHorizontal="touchMoveHorizontal",e.TouchMoveVertical="touchMoveVertical",e.LongTouchDetected="longTouchDetected"}(Mi||(Mi={}));class Ii{x;y;constructor(e,t){this.x=e,this.y=t}}class Ai{x;y;dx;dy;constructor(e,t,s,i){this.x=e,this.y=t,this.dx=s,this.dy=i}}class Ei extends(s()){$el=null;startPoint=new Ii(0,0);touchStartTimerId=null;enabled=!0;_isSwiping=!1;touched=!1;_horizontalSwipeGesture=!1;_verticalSwipeGesture=!1;_isLongTouch=!1;options={threshold:10,touchStartTimeout:-1};constructor(e){super(),e&&(this.options=Oi()(this.options,e)),this.handleTouchStart=this.handleTouchStart.bind(this),this.handleTouchMove=this.handleTouchMove.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}get isSwiping(){return this._isSwiping}get horizontalSwipeGesture(){return this._horizontalSwipeGesture}get verticalSwipeGesture(){return this._verticalSwipeGesture}enable(){this.enabled=!0}disable(){this.enabled=!1}destroy(){this.$el&&(this.reset(),this.clearTouchStartTimeout(),this.$el.removeEventListener("touchstart",this.handleTouchStart),this.$el.removeEventListener("touchmove",this.handleTouchMove),this.$el.removeEventListener("touchend",this.handleTouchEnd),this.$el=null)}init(e){this.$el||(this.$el=e,this.$el.addEventListener("touchstart",this.handleTouchStart,{passive:!0}),this.$el.addEventListener("touchmove",this.handleTouchMove,{passive:!0}),this.$el.addEventListener("touchend",this.handleTouchEnd))}handleTouchStart(e){e.stopPropagation(),this.enabled&&!this.touched&&(this.touched=!0,this.clearTouchStartTimeout(),this.startPoint=this.getPointByEvent(e),this.emit(Mi.TouchStart,new Ai(this.startPoint.x,this.startPoint.y,0,0)),this.startTouchStartTimer(this.startPoint))}handleTouchMove(e){if(!this.touched)return;const t=this.getPointByEvent(e),s=this.getDeltaPoint(t),i=new Ai(t.x,t.y,s.x,s.y);this.isThresholdExceed(s)&&(this._isSwiping=!0),this._isSwiping&&(this.emit(Mi.TouchMove,i),this.determineSwipeGestureDirection(s),this.handleHorizontalSwipeGesture(i),this.handleVerticalSwipeGesture(i))}isThresholdExceed(e){return Math.abs(e.x)>this.options.threshold||Math.abs(e.y)>this.options.threshold}handleTouchEnd(e){if(!this.touched)return;this._isLongTouch&&e.preventDefault(),e.stopPropagation(),this.clearTouchStartTimeout();const t=this.getPointByEvent(e),s=this.getDeltaPoint(t);this.emit(Mi.TouchEnd,new Ai(t.x,t.y,s.x,s.y)),this.reset()}clearTouchStartTimeout(){this.touchStartTimerId&&(clearTimeout(this.touchStartTimerId),this.touchStartTimerId=null)}startTouchStartTimer(e){null!=this.options.touchStartTimeout&&-1!==this.options.touchStartTimeout&&(this.touchStartTimerId=setTimeout((()=>{this._isLongTouch=!0,this.emit(Mi.LongTouchDetected,e)}),this.options.touchStartTimeout))}getPointByEvent(e){if(e instanceof TouchEvent){const t=e.changedTouches[0];return new Ii(t.pageX,t.pageY)}return new Ii(e.pageX,e.pageY)}getDeltaPoint(e){const t=e.x-this.startPoint.x,s=e.y-this.startPoint.y;return new Ii(t,s)}determineSwipeGestureDirection(e){Math.abs(e.x)>Math.abs(e.y)?this._verticalSwipeGesture||(this._horizontalSwipeGesture=!0):this._horizontalSwipeGesture||(this._verticalSwipeGesture=!0)}handleVerticalSwipeGesture(e){this._verticalSwipeGesture&&this.emit(Mi.TouchMoveVertical,e)}handleHorizontalSwipeGesture(e){this._horizontalSwipeGesture&&this.emit(Mi.TouchMoveHorizontal,e)}reset(){this._isSwiping=!1,this.touched=!1,this._isLongTouch=!1,this._horizontalSwipeGesture=!1,this._verticalSwipeGesture=!1}}class Ti{timeout_id;duration;content;position;getMountPoint=()=>document.body;constructor(e){let t;this.timeout_id=null,this.duration=3e3,this.content="",this.position="bottom",e&&"object"==typeof e&&(e.duration&&(this.duration="string"==typeof e.duration?parseFloat(e.duration):e.duration),e.content&&(this.content=e.content),e.getMountPoint&&(this.getMountPoint=e.getMountPoint),e.position&&(t=e.position.toLowerCase(),this.position="top"===t||"bottom"===t?t:"bottom"),this.show())}show(){if(!this.content)return!1;this.timeout_id&&clearTimeout(this.timeout_id);const e=document.getElementById("toast_container");e&&e.parentNode?.removeChild(e);const t=document.createElement("div");t.setAttribute("id","toast_container"),t.setAttribute("class","toast_fadein");const s=document.createElement("div");s.setAttribute("id","toast"),t.appendChild(s);const i=document.createElement("span");return i.innerHTML=this.content,s.appendChild(i),this.getMountPoint().appendChild(t),this.timeout_id=window.setTimeout(this.hide,this.duration),!0}hide(){const e=document.getElementById("toast_container");if(!e)return!1;function t(){const e=document.getElementById("toast_container");if(!e)return!1;e.parentNode?.removeChild(e)}return this.timeout_id&&clearTimeout(this.timeout_id),e.className+=" toast_fadeout",e.addEventListener("webkitAnimationEnd",t),e.addEventListener("animationEnd",t),e.addEventListener("msAnimationEnd",t),e.addEventListener("oAnimationEnd",t),!0}}var Ri=_(2784),Pi=_.n(Ri);class Bi{slider;constructor(e){this.slider=e,this.handleScroll=this.handleScroll.bind(this),this.init(),this.addEventListeners()}destroy(){this.slider.getElementRef().removeEventListener("scroll",this.handleScroll)}init(){const e=this.slider.getElementRef();e.style.overflowX=this.slider.isHorizontal()?"scroll":"hidden",e.style.overflowY=this.slider.isHorizontal()?"hidden":"scroll"}addEventListeners(){this.slider.getElementRef().addEventListener("scroll",this.handleScroll)}scrollTo(e){const t=this.slider.getElementRef(),s="ltr"===this.slider.dir?1:-1;t.scrollLeft=s*e.x,t.scrollTop=e.y}scrollWithAnimation(e,t){const s=this.slider.getElementRef(),i="ltr"===this.slider.dir?1:-1;s.scrollTo({left:i*e.x,top:e.y,behavior:"smooth"})}stopAnimation(){}handleScroll(){this.slider.notifyScrollStart();const e=this.slider.getElementRef();this.slider.updatePosition(Math.abs(e.scrollLeft),Math.abs(e.scrollTop)),this.slider.testAttraction(e.scrollLeft,e.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition()),this.debouncedTryEndScroll()}debouncedTryEndScroll=Pi()((()=>{this.slider.notifyScrollEnd()}),200)}class Di{slider;lastClientX=0;lastClientY=0;pushed=!1;isDragging=!1;isAnimating=!1;constructor(e){this.slider=e,this.handleScroll=this.handleScroll.bind(this),this.init(),this.handleMouseDown=this.handleMouseDown.bind(this),this.handleMouseMove=this.handleMouseMove.bind(this),this.handleMouseUp=this.handleMouseUp.bind(this),this.addEventListeners()}init(){const e=this.slider.getElementRef();e.style.overflowX=this.slider.isHorizontal()?"scroll":"hidden",e.style.overflowY=this.slider.isHorizontal()?"hidden":"scroll"}addEventListeners(){const e=this.slider.getElementRef();e.addEventListener("scroll",this.handleScroll),e.addEventListener("mousedown",this.handleMouseDown,Y),e.addEventListener("touchstart",this.handleMouseDown,Y)}scrollTo(e){const t=this.slider.getElementRef(),s="ltr"===this.slider.dir?1:-1;t.scrollLeft=s*e.x,t.scrollTop=e.y,this.slider.updatePosition(Math.abs(t.scrollLeft),Math.abs(t.scrollTop)),this.slider.testAttraction(t.scrollLeft,t.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition())}scrollWithAnimation(e,t){this.isAnimating=!0;const s=this.slider.getElementRef(),i="ltr"===this.slider.dir?1:-1;s.scrollTo({left:i*e.x,top:e.y,behavior:"smooth"})}stopAnimation(){}destroy(){const e=this.slider.getElementRef();e.removeEventListener("mousedown",this.handleMouseDown,Y),e.removeEventListener("touchstart",this.handleMouseDown,Y),e.removeEventListener("mouseup",this.handleMouseUp,Y),e.removeEventListener("touchend",this.handleMouseUp,Y),e.removeEventListener("mousemove",this.handleMouseMove,Y),e.removeEventListener("touchmove",this.handleMouseMove,Y),e.removeEventListener("scroll",this.handleScroll)}handleMouseDown(e){this.pushed=!0,this.isDragging=!1;const{clientX:t,clientY:s}=this.extractPointerPosition(e);this.lastClientX=t,this.lastClientY=s,window.addEventListener("mouseup",this.handleMouseUp,Y),window.addEventListener("touchend",this.handleMouseUp,Y),window.addEventListener("mousemove",this.handleMouseMove,Y),window.addEventListener("touchmove",this.handleMouseMove,Y)}handleMouseUp(){this.pushed&&(this.pushed=!1,this.isDragging=!1,this.slider.notifyScrollEnd(),window.removeEventListener("mouseup",this.handleMouseUp,Y),window.removeEventListener("touchend",this.handleMouseUp,Y),window.removeEventListener("mousemove",this.handleMouseMove,Y),window.removeEventListener("touchmove",this.handleMouseMove,Y))}handleMouseMove(e){if(!this.pushed)return;const{clientX:t,clientY:s}=this.extractPointerPosition(e),i=t-this.lastClientX,r=s-this.lastClientY;this.lastClientX=t,this.lastClientY=s;const{x:a,y:o}=this.slider.preparePosition(this.slider.getCurrentPosition().x-i,this.slider.getCurrentPosition().y-r);!this.isDragging&&(Math.abs(i)>=1||Math.abs(r)>=1)&&(this.isDragging=!0),this.isDragging&&this.scrollTo({x:a,y:o})}extractPointerPosition(e){return e instanceof MouseEvent?{clientX:e.clientX,clientY:e.clientY}:{clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}}handleScroll(){this.isDragging?this.handleScrollByDraggable():this.isAnimating?this.handleScrollByAnimation():this.handleScrollByMouseWheel()}handleScrollByMouseWheel(){this.slider.notifyScrollStart();const e=this.slider.getElementRef();this.slider.updatePosition(Math.abs(e.scrollLeft),Math.abs(e.scrollTop)),this.slider.testAttraction(e.scrollLeft,e.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition()),this.debouncedTryMouseWheelEndScroll()}handleScrollByDraggable(){this.slider.notifyScrollStart()}handleScrollByAnimation(){if(!this.isAnimating)return;this.slider.notifyScrollStart();const e=this.slider.getElementRef();this.slider.updatePosition(Math.abs(e.scrollLeft),Math.abs(e.scrollTop)),this.slider.testAttraction(e.scrollLeft,e.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition()),this.debouncedTryAnimationEndScroll()}debouncedTryAnimationEndScroll=Pi()((()=>{this.isAnimating=!1,this.slider.notifyScrollEnd()}),200);debouncedTryMouseWheelEndScroll=Pi()((()=>{this.slider.notifyScrollEnd()}),200)}var ji;!function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(ji||(ji={}));class Fi extends t.EventEmitter{scrollStrategy;_isScrolling=!1;slider;currentPosition={x:0,y:0};direction=ji.Horizontal;gap=20;_reachStart=!0;_reachEnd=!0;desktopMode=!0;_dir="ltr";get isScrolling(){return this._isScrolling}get slides(){return this.slider.children[0]instanceof HTMLSlotElement?this.slider.children[0].assignedElements({flatten:!1}):Array.from(this.slider.children)}get elementRef(){return this.slider}get reachStart(){return this._reachStart}get reachEnd(){return this._reachEnd}get scrollWidth(){return this.slider.scrollWidth}get dir(){return this._dir}mount(e){this.slider=e,this.changeScrollStrategy()}destroy(){this.removeAllListeners(),this.scrollStrategy.destroy()}getLength(){return this.slider?.children.length??0}changeDirection(e){this.direction=e,this.scrollTo(0,0),this.changeScrollStrategy()}setGap(e){this.gap=e}setDesktopMode(e){this.desktopMode=e,this.changeScrollStrategy()}getGap(){return this.gap}scrollTo(e,t=300){e=Math.trunc(e);const s=this.preparePosition(e,e);this.isTheSamePosition(s.x,s.y)||(t>0?this.scrollStrategy.scrollWithAnimation(s,t):this.scrollStrategy.scrollTo(s))}isHorizontal(){return this.direction===ji.Horizontal}updatePosition(e,t){this.currentPosition={x:Math.trunc(e),y:Math.trunc(t)}}getElementRef(){return this.slider}getCurrentPosition(){return this.currentPosition}preparePosition(e,t){let s={x:e,y:t};return this.isHorizontal()?s.y=0:s.x=0,this.attractToBounds(s.x,s.y)}attractToBounds(e,t){return{x:this.attractToBoundsByX(e),y:this.attractToBoundsByY(t)}}attractToBoundsByX(e){return e<=0?0:e+this.slider.clientWidth>=this.slider.scrollWidth?this.slider.scrollWidth-this.slider.clientWidth:e}attractToBoundsByY(e){return e<=0?0:e+this.slider.clientHeight>=this.slider.scrollHeight?this.slider.scrollHeight-this.slider.clientHeight:e}testAttraction(e,t){const s=e+this.slider.clientWidth>=Math.max(this.slider.scrollWidth-1,0),i=t+this.slider.clientHeight>=Math.max(this.slider.scrollHeight-1,0);this._reachStart=e<=0&&t<=0,this._reachEnd=this.isHorizontal()?s:i,this.emit("reachStart",this._reachStart),this.emit("reachEnd",this._reachEnd)}setTextDirection(e){this._dir=e}scrollBySlideIndex(e,t){this.isHorizontal()?this.scrollTo(this.slides[e].offsetLeft,t):this.scrollTo(this.slides[e].offsetTop,t)}scrollByDirection(e,t){const{x:s,y:i}=this.getCurrentPosition(),r=this.isHorizontal()?s:i,a=this.getSlidesPerView(),o=this.getStoryWidth(),n=this.getStoryHeight(),l=r+e*a*(this.isHorizontal()?o:n);this.scrollTo(l,t)}notifyScrollStart(){this.isScrolling||(this._isScrolling=!0,this.emit("scrollstart",this.currentPosition))}notifyScrollEnd(){this.isScrolling&&(this._isScrolling=!1,this.emit("scrollend",this.currentPosition))}async waitStoryListClientWidth(){const e=t=>{this.elementRef.clientWidth>0?t():requestAnimationFrame((()=>e(t)))};return new Promise((t=>{requestAnimationFrame((()=>e(t)))}))}isTheSamePosition(e,t){return e===this.currentPosition.x&&t===this.currentPosition.y}getSlidesPerView(){if(this.isHorizontal()&&this.slider.clientWidth){const e=this.slider.children[0].clientWidth+this.gap;return Math.round(this.slider.clientWidth/e)}if(!this.isHorizontal()&&this.slider.clientHeight){const e=this.slider.children[0].clientHeight+this.gap;return Math.round(this.slider.clientHeight/e)}return 1}getStoryWidth(){return this.slides[0]?.clientWidth+this.gap}getStoryHeight(){return this.slides[0]?.clientHeight+this.gap}changeScrollStrategy(){this.scrollStrategy&&this.scrollStrategy.destroy(),this.scrollStrategy=this.desktopMode?new Di(this):new Bi(this)}}const Ni=45,Ui=350,zi="linear",Vi=1.6,Wi=2*Math.tan(Ni*Math.PI/360),Gi=Ui/1e3;class $i{slider;newAngle=0;angleDelta=0;normalizedShift=0;movementStartAt=0;_currentAngle=0;constructor(e){this.slider=e}get currentAngle(){return this._currentAngle}get perspective(){return 0}get depth(){return 0}startMove(){this.newAngle=0,this.angleDelta=0,this.normalizedShift=0,this.movementStartAt=Date.now()}move(e){this.normalizedShift=e/this.slider.clientWidth*Vi,this.newAngle=this._currentAngle+this.normalizedShift*Ni,this.angleDelta=this.newAngle-this._currentAngle}endMove(){if(!this.normalizedShift)return;let e=Math.round(this.angleDelta/Ni);e=this.limitByFastMovement(e),e=this.limitBySliderEdges(e),this.slider.emit("touchEnd",e)}limitByFastMovement(e){return this.isFastMovement(e)?this.normalizedShift<0?-1:1:e}isFastMovement(e){return Date.now()-this.movementStartAt<=500&&0===e}limitBySliderEdges(e){return e<0&&this.slider.isBeginning||e>0&&this.slider.isEnd?0:e}}const Hi=.05;class qi extends $i{init(){this._currentAngle=this.slider.currentIndex*Ni}transform(e){const t=this.slider.leftElement,s=this.slider.rightElement,i=this.slider.frontElement;t?.style.setProperty("transform",`translateZ(0) translateX(${-100*(.1- -1*e/10)}%) scale(${Math.min(.9+-1*e/10,1)})`),s?.style.setProperty("transform",`translateZ(0) translateX(${100*(1-e)}%)`),i?.style.setProperty("transform",`translateZ(0) translateX(${e<=0?-100*e:-100*(0- -1*e/10)}%) scale(${e<=0?1:1+-1*e/10})`)}move(e){super.move(e),this.normalizedShift=this.applyBoundsConstraint(this.normalizedShift),this.transform(this.normalizedShift)}getCSSStyle(e,t){return{display:Math.abs(e-t)<=1?"block":"none",transition:"inherit",transform:`translateZ(0) translateX(${0===e?-10:-100*t+100*e}%) scale(${0===e?.9:1})`}}applyBoundsConstraint(e){return this.slider.isBeginning||this.slider.isEnd?e>=Hi&&this.slider.isEnd?Hi:e<=-.05&&this.slider.isBeginning?-.05:e:e}}const Qi=.05;class Ki extends $i{init(){this._currentAngle=this.slider.currentIndex*Ni}transform(e){const t=this.slider.leftElement,s=this.slider.rightElement,i=this.slider.frontElement;t?.style.setProperty("transform",`translateZ(0) translateX(${-100*(1+e)}%)`),s?.style.setProperty("transform",`translateZ(0) translateX(${100*(1-e)}%)`),i?.style.setProperty("transform",`translateZ(0) translateX(${-100*e}%)`)}move(e){super.move(e),this.normalizedShift=this.applyBoundsConstraint(this.normalizedShift),this.transform(this.normalizedShift)}getCSSStyle(e,t){return{display:Math.abs(e-t)<=1?"block":"none",transition:"inherit",transform:`translateZ(0) translateX(${-100*t+100*e}%)`}}applyBoundsConstraint(e){return this.slider.isBeginning||this.slider.isEnd?e>=Qi&&this.slider.isEnd?Qi:e<=-.05&&this.slider.isBeginning?-.05:e:e}}class Yi extends $i{get perspective(){return this.slider.clientWidth*Vi}get depth(){return this.slider.clientWidth/Wi}init(){this.transform(this.slider.currentIndex)}async transform(e){this._currentAngle=this._currentAngle+e*Ni,this.slider.setTransform(`rotateY(${-this._currentAngle}deg)`)}move(e){super.move(e),this.newAngle=this.applyBoundsConstraint(this.angleDelta),this.slider.setTransform(`rotateY(${-this.newAngle}deg)`)}getCSSStyle(e,t){return{display:Math.abs(e-t)<=1?"block":"none",transition:"",transform:"rotateY("+e*Ni+`deg) translateZ(${this.depth}px)`}}applyBoundsConstraint(e){return this.slider.isBeginning||this.slider.isEnd?e>=5&&this.slider.isEnd?this._currentAngle+5:e<=-5&&this.slider.isBeginning?this._currentAngle-5:this.newAngle:this.newAngle}}class Zi{static create(e,t){switch(t){case b.FLAT:return new Ki(e);case b.COVER:return new qi(e);case b.CUBE:return new Yi(e);default:return new Ki(e)}}}var Ji=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Xi=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let er=(()=>{let e,s,i,r,a,o,n,l,d,c,h,u,p,g,m,f,y,v=t.EventEmitter,w=[],_=[],S=[],b=[],x=[],C=[],k=[];return class extends v{static{const t="function"==typeof Symbol&&Symbol.metadata?Object.create(v[Symbol.metadata]??null):void 0;e=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.computed],a=[ve.computed],o=[ve.computed],n=[ve.computed],l=[ve.computed],d=[ve.computed],c=[ve.computed],h=[ve.computed],u=[ve.computed],p=[ve.action],g=[ve.action],m=[ve.action],f=[ve.action],y=[ve.action],Xi(this,null,e,{kind:"accessor",name:"_animating",static:!1,private:!1,access:{has:e=>"_animating"in e,get:e=>e._animating,set:(e,t)=>{e._animating=t}},metadata:t},_,S),Xi(this,null,s,{kind:"accessor",name:"_currentIndex",static:!1,private:!1,access:{has:e=>"_currentIndex"in e,get:e=>e._currentIndex,set:(e,t)=>{e._currentIndex=t}},metadata:t},b,x),Xi(this,null,i,{kind:"accessor",name:"effect",static:!1,private:!1,access:{has:e=>"effect"in e,get:e=>e.effect,set:(e,t)=>{e.effect=t}},metadata:t},C,k),Xi(this,null,r,{kind:"getter",name:"animating",static:!1,private:!1,access:{has:e=>"animating"in e,get:e=>e.animating},metadata:t},null,w),Xi(this,null,a,{kind:"getter",name:"leftElement",static:!1,private:!1,access:{has:e=>"leftElement"in e,get:e=>e.leftElement},metadata:t},null,w),Xi(this,null,o,{kind:"getter",name:"rightElement",static:!1,private:!1,access:{has:e=>"rightElement"in e,get:e=>e.rightElement},metadata:t},null,w),Xi(this,null,n,{kind:"getter",name:"frontElement",static:!1,private:!1,access:{has:e=>"frontElement"in e,get:e=>e.frontElement},metadata:t},null,w),Xi(this,null,l,{kind:"getter",name:"isBeginning",static:!1,private:!1,access:{has:e=>"isBeginning"in e,get:e=>e.isBeginning},metadata:t},null,w),Xi(this,null,d,{kind:"getter",name:"isEnd",static:!1,private:!1,access:{has:e=>"isEnd"in e,get:e=>e.isEnd},metadata:t},null,w),Xi(this,null,c,{kind:"getter",name:"perspective",static:!1,private:!1,access:{has:e=>"perspective"in e,get:e=>e.perspective},metadata:t},null,w),Xi(this,null,h,{kind:"getter",name:"depth",static:!1,private:!1,access:{has:e=>"depth"in e,get:e=>e.depth},metadata:t},null,w),Xi(this,null,u,{kind:"getter",name:"currentIndex",static:!1,private:!1,access:{has:e=>"currentIndex"in e,get:e=>e.currentIndex},metadata:t},null,w),Xi(this,null,p,{kind:"setter",name:"currentIndex",static:!1,private:!1,access:{has:e=>"currentIndex"in e,set:(e,t)=>{e.currentIndex=t}},metadata:t},null,w),Xi(this,null,g,{kind:"method",name:"init",static:!1,private:!1,access:{has:e=>"init"in e,get:e=>e.init},metadata:t},null,w),Xi(this,null,m,{kind:"method",name:"transformWithAmimation",static:!1,private:!1,access:{has:e=>"transformWithAmimation"in e,get:e=>e.transformWithAmimation},metadata:t},null,w),Xi(this,null,f,{kind:"method",name:"move",static:!1,private:!1,access:{has:e=>"move"in e,get:e=>e.move},metadata:t},null,w),Xi(this,null,y,{kind:"method",name:"endMove",static:!1,private:!1,access:{has:e=>"endMove"in e,get:e=>e.endMove},metadata:t},null,w),t&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:t})}#S=(Ji(this,w),Ji(this,_,!1));get _animating(){return this.#S}set _animating(e){this.#S=e}#b=(Ji(this,S),Ji(this,b,0));get _currentIndex(){return this.#b}set _currentIndex(e){this.#b=e}#x=(Ji(this,x),Ji(this,C,null));get effect(){return this.#x}set effect(e){this.#x=e}$el=Ji(this,k);get clientWidth(){return this.$el.clientWidth}get animating(){return this._animating}get leftElement(){return this.$el.children.item(this._currentIndex-1)}get rightElement(){return this.$el.children.item(this._currentIndex+1)}get frontElement(){return this.$el.children.item(this._currentIndex)}get isBeginning(){return this._currentIndex-1==0}get isEnd(){return this._currentIndex+1===this.$el.children.length-1}get perspective(){return this.effect?.perspective??0}get depth(){return this.effect?.depth??0}get currentIndex(){return this._currentIndex}set currentIndex(e){this._currentIndex=e}getCSSStyle(e,t){return this.effect?.getCSSStyle(e,t)??{}}init({$el:e,transformStyle:t}){this.$el=e,this.effect=Zi.create(this,t),this.effect.init(),this.setTransition("transform 0s"),this.updateSlidesStyle(0)}async transformWithAmimation(e){this.emit("transitionStart"),this._animating=!0,this.setTransition(`transform ${Gi}s ${zi}`),this.effect.transform(e),await this.waitTransitionEnd(),this.updateSlidesStyle(e),this._animating=!1,this.emit("transitionEnd")}startMove(){this.effect.startMove()}move(e){this._animating=!0,this.emit("touchMove"),this.effect.move(e)}endMove(){this._animating=!1,this.effect.endMove()}setTransform(e){this.$el.style.setProperty("transform",e)}updateSlidesStyle(e){const t=Array.from(this.$el.children);for(let s=0;s<t.length;s++){const i=t[s],r=this.effect.getCSSStyle(s,this.currentIndex+e);i.style.display=r.display,i.style.transform=r.transform,i.style.transition=r.transition}}setTransition(e){this.$el.style.setProperty("transition",e)}waitTransitionEnd(){return new Promise((e=>{const t=s=>{Math.round(100*s.elapsedTime)/100===Gi&&"transform"===s.propertyName&&(this.setTransition("transform 0s"),this.$el.removeEventListener("transitionend",t),e())};this.$el.addEventListener("transitionend",t)}))}}})();var tr;!function(e){e.Open="open"}(tr||(tr={}));class sr extends ci{slideApi;touchController;swipeUpGoodsWidgetHandlers;_swipeUpLinkTarget;_swipeUpElementId;slideContent;eventEmitter=new t.EventEmitter;constructor(e,t,s){super(),this.slideApi=e,this.touchController=t,this.swipeUpGoodsWidgetHandlers=s,this.type="SwipeUpGoodsWidget",this.handleSwipeUpGesture=this.handleSwipeUpGesture.bind(this),this.handleClick=this.handleClick.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}get targetUrl(){return decodeURIComponent(this._swipeUpLinkTarget??"")}get elementId(){return this._swipeUpElementId}async init(e){this.slideContent=e,this.elements=e.querySelectorAll(".narrative-element-swipe-up-items"),this.firstElement&&(this._swipeUpLinkTarget=decodeURIComponent(this.firstElement.getAttribute("data-link-target")??""),this._swipeUpElementId=this.firstElement.getAttribute("data-element-id")??void 0,this.registerEvents())}click(e){}destroy(){this.unregisterEvents()}close(){this.touchController?.enable(),this.swipeUpGoodsWidgetHandlers.onClose(),this.setGoodsElementOpacity(1)}on(e,t){this.eventEmitter.on(e,t)}off(e,t){this.eventEmitter.off(e,t)}registerEvents(){this.touchController.on(Mi.TouchEnd,this.handleTouchEnd),this.firstElement?.addEventListener("click",this.handleClick)}unregisterEvents(){this.touchController.off(Mi.TouchEnd,this.handleTouchEnd),this.firstElement?.removeEventListener("click",this.handleClick)}handleClick(e){e.preventDefault(),e.stopPropagation(),this.open()}handleSwipeUpGesture(){this.open()}handleTouchEnd({dy:e}){this.touchController&&e<10&&this.touchController.verticalSwipeGesture&&this.handleSwipeUpGesture()}open(){this._swipeUpLinkTarget&&this.slideContent&&this._swipeUpElementId&&(this.touchController?.disable(),this.swipeUpGoodsWidgetHandlers.onOpen(),this.eventEmitter.emit(tr.Open),this.setGoodsElementOpacity(0))}setGoodsElementOpacity(e){const t=this.slideContent?.querySelector(`[data-element-id="${this._swipeUpElementId}"]`);t&&t.style.setProperty("display",e>0?"block":"none")}}class ir extends ci{slideApi;touchController;linkClickHandler;_swipeUpLinkTarget;_swipeUpElementId;slideContent;constructor(e,t,s){super(),this.slideApi=e,this.touchController=t,this.linkClickHandler=s,this.type=ir.name,this.handleSwipeUpGesture=this.handleSwipeUpGesture.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}get swipeUpLinkTarget(){return this._swipeUpLinkTarget}get swipeUpElementId(){return this._swipeUpElementId}async init(e){this.slideContent=e,this.elements=e.querySelectorAll(".narrative-element-swipe-up"),this.firstElement&&(this._swipeUpLinkTarget=decodeURIComponent(this.firstElement.getAttribute("data-link-target")??""),this._swipeUpElementId=this.firstElement.getAttribute("data-element-id")??void 0,this.touchController?.on(Mi.TouchEnd,this.handleTouchEnd))}click(e){e.target.classList.contains("narrative-element-swipe-up")&&(e.navigationController.preventDefault(),this.linkClickHandler.onLinkClick({widget:this,target:e.target}))}destroy(){this.touchController?.off(Mi.TouchEnd,this.handleTouchEnd)}handleSwipeUpGesture(){if(!this._swipeUpLinkTarget||!this.slideContent||!this._swipeUpElementId)return;const e=this.slideContent.querySelector(`[data-element-id="${this._swipeUpElementId}"]`);e&&this.linkClickHandler.onLinkClick({widget:this,target:e})}handleTouchEnd({dy:e}){this.touchController&&e<10&&this.touchController.verticalSwipeGesture&&this.handleSwipeUpGesture()}}var rr;!function(e){e[e.None=0]="None",e[e.DisableNext=1]="DisableNext",e[e.DisablePrev=2]="DisablePrev"}(rr||(rr={}));class ar{slide;event;geometry;dir;desktopMode;_mode=rr.None;_defaultPrevented=!1;_direction=0;constructor(e,t,s,i,r){this.slide=e,this.event=t,this.geometry=s,this.dir=i,this.desktopMode=r,this._direction=this.calcDirection()}get mode(){return this._mode}get direction(){return this._direction}get defaultPrevented(){return this._defaultPrevented||this.slide.navigationDisabled}get navigationDisabled(){return this.slide.navigationDisabled}preventDefault(){this._defaultPrevented=!0}disableNextClick(){this._mode=rr.DisableNext}navigate(){this.direction<0?this.toPrev():this.mode!==rr.DisableNext&&this.toNext()}toPrev(){"ltr"===this.dir?this.prevSlideOrStory():this.nextSlideOrStory()}toNext(){"ltr"===this.dir?this.nextSlideOrStory():this.prevSlideOrStory()}prevSlideOrStory(){this.slide.story.reachStart?this.slide.story.prevStory():this.slide.story.prevSlide()}nextSlideOrStory(){this.slide.story.reachEnd?this.slide.story.nextStory():this.slide.story.nextSlide()}calcClickPosition(){let e=0,t=0;return this.desktopMode?(e=this.geometry.calculateWidth(),t=this.event.nativeEvent.offsetX):(e=this.geometry.vw,t=this.event.nativeEvent.pageX||this.event.nativeEvent.touches?.[0].pageX),t/e}calcDirection(){return this.calcClickPosition()<=.3?-1:1}}var or;!function(e){e.Idle="idle",e.Init="init",e.StartLoading="startLoading",e.Loading="loading",e.Loaded="loaded",e.Starting="starting",e.Started="started",e.Paused="paused",e.Error="error",e.Destroyed="destroyed"}(or||(or={}));class nr{animationApi;slideElement=null;constructor(e){this.animationApi=e}init(e){this.slideElement=e.querySelector(".narrative-slide")}start(){try{if(!this.slideElement)return;this.animationApi.start(this.slideElement,!0)}catch(e){console.error(e)}}stop(){try{if(!this.slideElement)return;this.animationApi.stop(this.slideElement,!0)}catch(e){console.error(e)}}resume(){this.slideElement&&this.animationApi.resume(this.slideElement)}pause(){this.slideElement&&this.animationApi.pause(this.slideElement)}}var lr=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},dr=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let cr=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h=[],u=[],p=[],g=[],m=[];return class{static{const f="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.computed],i=[ve.computed],r=[ve.action],a=[ve.action],o=[ve.action],n=[ve.action],l=[ve.action],d=[ve.action],c=[ve.action],dr(this,null,e,{kind:"accessor",name:"_state",static:!1,private:!1,access:{has:e=>"_state"in e,get:e=>e._state,set:(e,t)=>{e._state=t}},metadata:f},u,p),dr(this,null,t,{kind:"accessor",name:"_muted",static:!1,private:!1,access:{has:e=>"_muted"in e,get:e=>e._muted,set:(e,t)=>{e._muted=t}},metadata:f},g,m),dr(this,null,s,{kind:"getter",name:"state",static:!1,private:!1,access:{has:e=>"state"in e,get:e=>e.state},metadata:f},null,h),dr(this,null,i,{kind:"getter",name:"muted",static:!1,private:!1,access:{has:e=>"muted"in e,get:e=>e.muted},metadata:f},null,h),dr(this,null,r,{kind:"method",name:"resume",static:!1,private:!1,access:{has:e=>"resume"in e,get:e=>e.resume},metadata:f},null,h),dr(this,null,a,{kind:"method",name:"pause",static:!1,private:!1,access:{has:e=>"pause"in e,get:e=>e.pause},metadata:f},null,h),dr(this,null,o,{kind:"method",name:"mute",static:!1,private:!1,access:{has:e=>"mute"in e,get:e=>e.mute},metadata:f},null,h),dr(this,null,n,{kind:"method",name:"unmute",static:!1,private:!1,access:{has:e=>"unmute"in e,get:e=>e.unmute},metadata:f},null,h),dr(this,null,l,{kind:"method",name:"start",static:!1,private:!1,access:{has:e=>"start"in e,get:e=>e.start},metadata:f},null,h),dr(this,null,d,{kind:"method",name:"stop",static:!1,private:!1,access:{has:e=>"stop"in e,get:e=>e.stop},metadata:f},null,h),dr(this,null,c,{kind:"method",name:"setState",static:!1,private:!1,access:{has:e=>"setState"in e,get:e=>e.setState},metadata:f},null,h),f&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:f})}context=lr(this,h);widgetManager;animationApi;layersManager;slideElement;#C=lr(this,u,or.Idle);get _state(){return this.#C}set _state(e){this.#C=e}videoManager=(lr(this,p),null);narrativeAnimationContext;#k=lr(this,g,!1);get _muted(){return this.#k}set _muted(e){this.#k=e}_navigationDisabled=(lr(this,m),!1);slideContent;slideContentInnerHTML;mutex=new Ds.Mutex;constructor(e,t,s,i,r){this.context=e,this.widgetManager=t,this.animationApi=s,this.layersManager=i,this.slideElement=r,this.narrativeAnimationContext=new nr(this.animationApi),this.fitNarrativeTextLines=this.fitNarrativeTextLines.bind(this)}get $el(){return this.slideContent}get widgets(){return this.widgetManager.widgets}get state(){return this._state}get muted(){return this._muted}get navigationDisabled(){return this._navigationDisabled}async resume(){const e=await this.mutex.acquire();try{if(this.state!==or.Paused)return;await(this.videoManager?.resume()),this.narrativeAnimationContext.resume(),this.widgetManager.resume(),this.context.onSlideResume(),this.setState(or.Started),e()}catch(e){console.error(e)}finally{e()}}async pause(){const e=await this.mutex.acquire();try{if(this.state!==or.Started)return;this.videoManager?.pause(),this.narrativeAnimationContext.pause(),this.widgetManager.pause(),this.context.onSlidePause(),this.setState(or.Paused),e()}finally{e()}}mute(){this._muted=!0,this.videoManager?.mute()}unmute(){this._muted=!1,this.videoManager?.unmute()}onClick({target:e,navigationController:t}){Dr.is(e)?this.slideElement.click(e):(this.widgetManager.handleWidgetClick(e,t),t.defaultPrevented||t.navigate())}onClickLinkElement(e){this.slideElement.click(e)}async reload(){const e=await this.mutex.acquire();this.setState(or.Idle),e()}async init(e){const t=await this.mutex.acquire();try{if(this._state!==or.Idle)return;this.setState(or.Init),this.slideContent=e,this.slideContentInnerHTML=this.slideContent.innerHTML,this.parseNavigationDisable(),this.videoManager=this.createVideoManager(),this.narrativeAnimationContext.init(this.slideContent),this.context.onSlideInit(),await this.initLayersAndWidgetManager(e),await(async e=>{let t=0;return new Promise((s=>{const i=()=>{t++,e.getBoundingClientRect().height>0||t>10?s():requestAnimationFrame(i)};i()}))})(this.slideContent),this.fitNarrativeTextLines(),await this.load()}finally{t()}}async start(){const e=await this.mutex.acquire();try{if(this.state===or.Idle||this.state===or.Started)return;this.setState(or.Starting),await(this.videoManager?.start()),await this.context.onSlideStarted(),this.narrativeAnimationContext.start(),this.setState(or.Started)}catch(e){console.error(e),this.setState(or.Error)}finally{e()}}async stop(){const e=await this.mutex.acquire();try{if(this.state!==or.Started&&this.state!==or.Error)return;this.narrativeAnimationContext.stop(),this.widgetManager.stop(),await this.destroyVideoManager(),this.resetSlideContentHTML(),this.context.onSlideStop(),this.setState(or.Idle)}catch(e){console.error(e),this.context.onSlideStop(),this.setState(or.Error)}finally{e()}}findWidgetByType(e){return this.widgetManager.findWidgetByType(e)}refreshWidgetsData(){this.widgetManager.refreshUserData()}showLayerByIndex(e){this.layersManager.showLayerByIndex(e)}async initLayersAndWidgetManager(e){this.layersManager.init(e,this.animationApi),await this.widgetManager.init(this.slideContent),this.layersManager.init(e,this.animationApi)}resetSlideContentHTML(){this.slideContent.innerHTML=this.slideContentInnerHTML}setState(e){this._state=e,this.context.onSlideStateChanged(e)}async load(){if(this.state!==or.Loaded)try{this.context.onSlideLoadStart(),this.setState(or.StartLoading),await this.loadResources(),this.setState(or.Loaded),this.context.onSlideLoadEnd()}catch(e){console.error(e),this.setState(or.Error)}}async loadResources(){return new Promise((async(e,t)=>{let s=setTimeout((()=>{t("[IAM]: Media resources were not loaded")}),1e4);try{await this.loadMediaResources(this.slideContent),await this.loadFonts(),await(this.videoManager?.load()),e()}catch(e){t(e)}finally{clearTimeout(s)}}))}loadFonts(){return new Promise((e=>{"fonts"in document?document.fonts.ready&&document.fonts.ready.catch(e).finally(e):e()}))}loadMediaResources(e){return new Promise(((t,s)=>function(e,t,s){const i=function(e){return new Promise((function(t,s){if("img"===e.tagName.toLowerCase()&&e instanceof HTMLImageElement){const s=()=>{requestAnimationFrame((()=>requestAnimationFrame((()=>{t(e),e.removeEventListener("load",s)}))))};e.addEventListener("load",s),e.complete&&0!==e.naturalHeight&&requestAnimationFrame((function(){requestAnimationFrame((function(){t(e)}))}))}else t(e);e.addEventListener("error",(function(e){var t=e.target instanceof HTMLImageElement;if(e&&e.target&&t&&e.target.style){e.target.style.display="none";var i=e.target.closest(".narrative-element-image");i&&(i.style.display="none")}s(e)}))}))},r=e.querySelectorAll("img,video");let a,o=[];for(a=0;a<r.length;++a)o.push(i(r[a]));o.length,Promise.all(o).then((e=>{t()})).catch(s)}(e,t,s)))}fitNarrativeTextLines(){const e=Array.from(this.slideContent.querySelectorAll(".narrative-element-text-wrapper>.narrative-element-text-lines")).slice();Xs(e,{})}parseNavigationDisable(){const e=this.slideContent.querySelector(".narrative-slide");if(!e)return!1;this._navigationDisabled="1"===e.dataset.disableNavigation}createVideoManager(){const e=li.create(this.slideContent,this.layersManager);return e?(e.on(ei.Playing,this.handleVideoPlaying),e.on(ei.Waiting,this.handleVideoWaiting),e.on(ei.Error,this.handleVideoError),e):null}async destroyVideoManager(){this.videoManager&&(this.videoManager.off(ei.Playing,this.handleVideoPlaying),this.videoManager.off(ei.Waiting,this.handleVideoWaiting),this.videoManager.off(ei.Waiting,this.handleVideoError),await this.videoManager.destroy())}handleVideoPlaying=()=>{this.context.onSlideResume()};handleVideoWaiting=()=>{this.context.onSlidePause()};handleVideoError=async()=>{const e=await this.mutex.acquire();try{if(this.state===or.Idle)return;this.context.onSlideVideoError(),this.setState(or.Error)}catch(e){console.error(e)}finally{e()}}}})();class hr{storyReader;constructor(e){this.storyReader=e}handle(e){this.storyReader.close()}}class ur{storyManager;activeStory;constructor(e,t){this.storyManager=e,this.activeStory=t}handle(e){const t=e.linkTarget;this.emitWidgetLinkEvent(t,e),this.activeStory.markAsOpened(),fs.emit(Rs.TransitionFromSlide,{storyId:this.activeStory.id,slideIndex:this.activeStory.activeSlideIndex})}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e}})}}class pr extends t.EventEmitter{iframe;origin;constructor(e,t){super(),this.iframe=e,this.origin=t,this.messageListener=this.messageListener.bind(this),window.addEventListener("message",this.messageListener,!1)}messageListener(e){if(e.origin!==this.origin)return;const[t,...s]=e.data;try{if(!Array.isArray(e.data))throw new Error(`Invalid MessageEvent data format ${e.data}`);this.emit(t,...s)}catch(e){console.error(e)}}sendMessage(e,t){this.iframe.contentWindow?.postMessage([e,t],this.origin)}pauseGameUI(){this?.sendMessage("cb",{cb:"pauseUI",arguments:JSON.stringify([])})}resumeGameUI(){this?.sendMessage("cb",{cb:"resumeUI",arguments:JSON.stringify([])})}shareComplete(e,t){this.sendMessage("shareComplete",{id:e,isSuccess:t})}closeGameReader(){this.sendMessage("closeGameReader")}initGame(e){this.sendMessage("cb",{cb:"initGame",arguments:JSON.stringify([e])})}sendGameCenterEventByApiRequest(e,t){this.sendMessage("cb",{cb:e,plainData:t})}notifyGameCanBeStarted(){this.sendMessage("gameShouldForeground")}destroy(){window.removeEventListener("message",this.messageListener,!1),this.removeAllListeners()}}class gr{userKey;gameInstanceId;instanceUserData;constructor(e,t,s){this.userKey=e,this.gameInstanceId=t,this.instanceUserData=s}set(e){return window.localStorage.setItem(this.key,JSON.stringify(e)),e}get(){let e={};const t=lt()(this.instanceUserData)?this.instanceUserData:{};try{const t=JSON.parse(window.localStorage.getItem(this.key)??"{}");lt()(t)&&(e=t)}catch(e){console.error(e)}return Oi()(e,t)}get key(){return`game_instance_data_${this.userKey}_${this.gameInstanceId}`}}class mr{gameCenterMessageService;gameReaderViewModel;constructor(e,t){this.gameCenterMessageService=e,this.gameReaderViewModel=t}handle(e){const{id:t,callback:s}=JSON.parse(e),i=this.gameReaderViewModel.gameLaunch;if(!i)return;const r=new gr(i.clientConfig.userKey,i.config.gameInstanceId,i.instanceUserData).get();this.gameCenterMessageService.sendMessage("cb",{cb:s,arguments:JSON.stringify([t,JSON.stringify(r)])})}}class fr{gameCenterMessageService;gameReaderViewModel;constructor(e,t){this.gameCenterMessageService=e,this.gameReaderViewModel=t}handle(e){const{gameInstanceId:t,data:s}=JSON.parse(e),i=this.gameReaderViewModel.gameLaunch;if(!i)return;const r=new gr(i.clientConfig.userKey,i.config.gameInstanceId,i.instanceUserData).set(s);Lt.post(`game/${t}/instance-user-data`,JSON.stringify(r)).catch(console.error)}}var yr=_(3514),vr=_.n(yr);class wr{window;scrollbarHidden=!1;constructor(e){this.window=e}get width(){const e=this.window.document.documentElement.clientWidth;return Math.abs(this.window.innerWidth-e)}setScrollbar(e=this.width){this.scrollbarHidden||(this.disableOverFlow(),this.setBodyContainer(),this.setElementAttributes("body","paddingRight",(t=>t+e)),this.scrollbarHidden=!0)}resetScrollbar(){this.scrollbarHidden&&(this.resetElementAttributes("html","overflow"),this.resetElementAttributes("body","overflow"),this.resetElementAttributes("body","paddingRight"),this.resetBodyContainer(),this.scrollbarHidden=!1)}resetElementAttributes(e,t){this.window.document.querySelectorAll(e).forEach((e=>{const s=e.dataset[t];void 0===s?e.style.removeProperty(t):(delete e.dataset[t],e.style[t]=s)}))}disableOverFlow(){const e=this.window.document,t=e.documentElement.style.overflow,s=e.body.style.overflow;s&&(e.body.dataset.overflow=s),t&&(e.documentElement.dataset.overflow=t),e.body.style.overflow="hidden",e.documentElement.style.overflow="hidden"}setElementAttributes(e,t,s){const i=this.width;this.window.document.querySelectorAll(e).forEach((e=>{if(e!==this.window.document.body&&this.window.innerWidth>e.clientWidth+i)return;const r=e.style[t],a=this.window.getComputedStyle(e)[t];e.dataset[t]=r,e.style[t]=`${s(Number.parseFloat(a))}px`}))}setBodyContainer(){const e=this.window.document,t=e.body.style.container;t&&(e.body.dataset.container=t),e.body.style.container="unset"}resetBodyContainer(){this.resetElementAttributes("body","container")}}var _r,Sr,br=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},xr=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e.OpenGame="openGame"}(_r||(_r={})),function(e){e.Close="close",e.OpenSharePanel="openSharePanel"}(Sr||(Sr={}));let Cr=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,f,v,w,_,S,b,x,C,k,M,L=P,O=[],I=[],A=[],E=[],T=[],R=[],B=[],D=[],j=[],F=[],N=[],U=[],z=[],V=[],W=[],G=[],$=[];return class P extends L{static{const y="function"==typeof Symbol&&Symbol.metadata?Object.create(L[Symbol.metadata]??null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.observable],a=[ve.observable],o=[ve.observable],n=[ve.observable],l=[ve.computed],d=[ve.computed],c=[ve.computed],h=[ve.computed],u=[ve.computed],p=[ve.computed],g=[ve.computed],m=[ve.computed],f=[ve.computed],v=[ve.action],w=[ve.action],_=[ve.action],S=[ve.action],b=[ve.action],x=[ve.action],C=[ve.action],k=[ve.action],M=[ve.action],xr(this,null,e,{kind:"accessor",name:"_isOpened",static:!1,private:!1,access:{has:e=>"_isOpened"in e,get:e=>e._isOpened,set:(e,t)=>{e._isOpened=t}},metadata:y},I,A),xr(this,null,t,{kind:"accessor",name:"_isGameInited",static:!1,private:!1,access:{has:e=>"_isGameInited"in e,get:e=>e._isGameInited,set:(e,t)=>{e._isGameInited=t}},metadata:y},E,T),xr(this,null,s,{kind:"accessor",name:"_isGameLoading",static:!1,private:!1,access:{has:e=>"_isGameLoading"in e,get:e=>e._isGameLoading,set:(e,t)=>{e._isGameLoading=t}},metadata:y},R,B),xr(this,null,i,{kind:"accessor",name:"_gameInstanceId",static:!1,private:!1,access:{has:e=>"_gameInstanceId"in e,get:e=>e._gameInstanceId,set:(e,t)=>{e._gameInstanceId=t}},metadata:y},D,j),xr(this,null,r,{kind:"accessor",name:"_gameLaunch",static:!1,private:!1,access:{has:e=>"_gameLaunch"in e,get:e=>e._gameLaunch,set:(e,t)=>{e._gameLaunch=t}},metadata:y},F,N),xr(this,null,a,{kind:"accessor",name:"_gameLaunchError",static:!1,private:!1,access:{has:e=>"_gameLaunchError"in e,get:e=>e._gameLaunchError,set:(e,t)=>{e._gameLaunchError=t}},metadata:y},U,z),xr(this,null,o,{kind:"accessor",name:"_closeBtnVisible",static:!1,private:!1,access:{has:e=>"_closeBtnVisible"in e,get:e=>e._closeBtnVisible,set:(e,t)=>{e._closeBtnVisible=t}},metadata:y},V,W),xr(this,null,n,{kind:"accessor",name:"_gameShouldBeShown",static:!1,private:!1,access:{has:e=>"_gameShouldBeShown"in e,get:e=>e._gameShouldBeShown,set:(e,t)=>{e._gameShouldBeShown=t}},metadata:y},G,$),xr(this,null,l,{kind:"getter",name:"closeBtnVisible",static:!1,private:!1,access:{has:e=>"closeBtnVisible"in e,get:e=>e.closeBtnVisible},metadata:y},null,O),xr(this,null,d,{kind:"getter",name:"isGameLoading",static:!1,private:!1,access:{has:e=>"isGameLoading"in e,get:e=>e.isGameLoading},metadata:y},null,O),xr(this,null,c,{kind:"getter",name:"isGameInited",static:!1,private:!1,access:{has:e=>"isGameInited"in e,get:e=>e.isGameInited},metadata:y},null,O),xr(this,null,h,{kind:"getter",name:"gameLaunchError",static:!1,private:!1,access:{has:e=>"gameLaunchError"in e,get:e=>e.gameLaunchError},metadata:y},null,O),xr(this,null,u,{kind:"getter",name:"gameLaunch",static:!1,private:!1,access:{has:e=>"gameLaunch"in e,get:e=>e.gameLaunch},metadata:y},null,O),xr(this,null,p,{kind:"getter",name:"gameInstanceId",static:!1,private:!1,access:{has:e=>"gameInstanceId"in e,get:e=>e.gameInstanceId},metadata:y},null,O),xr(this,null,g,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:y},null,O),xr(this,null,m,{kind:"getter",name:"gameShouldBeShown",static:!1,private:!1,access:{has:e=>"gameShouldBeShown"in e,get:e=>e.gameShouldBeShown},metadata:y},null,O),xr(this,null,f,{kind:"getter",name:"isWidescreen",static:!1,private:!1,access:{has:e=>"isWidescreen"in e,get:e=>e.isWidescreen},metadata:y},null,O),xr(this,null,v,{kind:"method",name:"openGame",static:!1,private:!1,access:{has:e=>"openGame"in e,get:e=>e.openGame},metadata:y},null,O),xr(this,null,w,{kind:"method",name:"closeGame",static:!1,private:!1,access:{has:e=>"closeGame"in e,get:e=>e.closeGame},metadata:y},null,O),xr(this,null,_,{kind:"method",name:"reload",static:!1,private:!1,access:{has:e=>"reload"in e,get:e=>e.reload},metadata:y},null,O),xr(this,null,S,{kind:"method",name:"setDesktopMode",static:!1,private:!1,access:{has:e=>"setDesktopMode"in e,get:e=>e.setDesktopMode},metadata:y},null,O),xr(this,null,b,{kind:"method",name:"handleGameShouldBeShown",static:!1,private:!1,access:{has:e=>"handleGameShouldBeShown"in e,get:e=>e.handleGameShouldBeShown},metadata:y},null,O),xr(this,null,x,{kind:"method",name:"handleGameLoaded",static:!1,private:!1,access:{has:e=>"handleGameLoaded"in e,get:e=>e.handleGameLoaded},metadata:y},null,O),xr(this,null,C,{kind:"method",name:"handleGameComplete",static:!1,private:!1,access:{has:e=>"handleGameComplete"in e,get:e=>e.handleGameComplete},metadata:y},null,O),xr(this,null,k,{kind:"method",name:"handleReloadGameReader",static:!1,private:!1,access:{has:e=>"handleReloadGameReader"in e,get:e=>e.handleReloadGameReader},metadata:y},null,O),xr(this,null,M,{kind:"method",name:"handleGameLoadFailed",static:!1,private:!1,access:{has:e=>"handleGameLoadFailed"in e,get:e=>e.handleGameLoadFailed},metadata:y},null,O),y&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:y})}storyManager=br(this,O);gameCenterApi;#d=br(this,I,!1);get _isOpened(){return this.#d}set _isOpened(e){this.#d=e}#M=(br(this,A),br(this,E,!1));get _isGameInited(){return this.#M}set _isGameInited(e){this.#M=e}#L=(br(this,T),br(this,R,!1));get _isGameLoading(){return this.#L}set _isGameLoading(e){this.#L=e}#O=(br(this,B),br(this,D,null));get _gameInstanceId(){return this.#O}set _gameInstanceId(e){this.#O=e}#I=(br(this,j),br(this,F,null));get _gameLaunch(){return this.#I}set _gameLaunch(e){this.#I=e}#A=(br(this,N),br(this,U,null));get _gameLaunchError(){return this.#A}set _gameLaunchError(e){this.#A=e}#E=(br(this,z),br(this,V,!1));get _closeBtnVisible(){return this.#E}set _closeBtnVisible(e){this.#E=e}#T=(br(this,W),br(this,G,!1));get _gameShouldBeShown(){return this.#T}set _gameShouldBeShown(e){this.#T=e}initGameRetryAttempts=(br(this,$),0);gameCenterMessageService=null;safeAreaInsets={top:0,bottom:0,left:0,right:0};openGameOptions={};desktopMode=!0;dir="ltr";scrollbarHelper=new wr(window);constructor(e,t){super(),this.storyManager=e,this.gameCenterApi=t,this.handleVisibilityChange=this.handleVisibilityChange.bind(this),this.handleOpenGameCenterEvent=this.handleOpenGameCenterEvent.bind(this),document.addEventListener("visibilitychange",this.handleVisibilityChange),this.storyManager.setViewModel(P.id,this)}static id="GameReaderViewModel";get closeBtnVisible(){return this._closeBtnVisible}get isGameLoading(){return this._isGameLoading}get isGameInited(){return this._isGameInited}get gameLaunchError(){return this._gameLaunchError}get gameLaunch(){return this._gameLaunch}get gameInstanceId(){return this._gameInstanceId}get isOpened(){return this._isOpened}get gameShouldBeShown(){return this._gameShouldBeShown}get isWidescreen(){return this.desktopMode&&(this.gameLaunch?.screenOptions.widescreen??!0)}async openGame(e,t={}){if(this.isOpened)throw new Error(`Close the launched game with ID "${this.gameInstanceId}"`);this._gameInstanceId=e,this._isOpened=!0,this.openGameOptions=t,this._gameShouldBeShown=!1,await this.launchGameById(e),this.scrollbarHelper.setScrollbar()}async closeGame(){return!!this._isOpened&&(this._isGameInited?this.gameCenterMessageService?.closeGameReader():this.handleGameComplete({}),!0)}reload(){this._gameLaunch=null,this.gameInstanceId?this.launchGameById(this.gameInstanceId):console.error("The game instance ID is undefined")}sendGameCenterEventByApiRequest(e,t){this.gameCenterMessageService?.sendGameCenterEventByApiRequest(e,t)}setSafeAreaInsets(e){this.safeAreaInsets=e}setDesktopMode(e){this.desktopMode=e}setGameCenterIframe(e){if(!this._gameLaunch)throw new Error("GameCenter iframe setup error");if(this._isGameInited)return;this.gameCenterMessageService?.destroy();const t=new URL(this._gameLaunch.url).origin;this.gameCenterMessageService=new pr(e,t),this.initGameCenter(this.gameCenterMessageService,this._gameLaunch)}pauseGameUI(){this.gameCenterMessageService?.pauseGameUI()}resumeGameUI(){this.gameCenterMessageService?.resumeGameUI()}confirmSharingComplete({shareId:e,isSuccess:t}){this.gameCenterMessageService?.shareComplete(e,t)}notifyGameCanBeStarted(){this.gameCenterMessageService?.notifyGameCanBeStarted()}destroy(){this.gameCenterMessageService?.destroy(),document.removeEventListener("visibilitychange",this.handleVisibilityChange),this.storyManager.deleteViewModel(P.id)}async launchGameById(e){try{this._gameLaunchError=null,this._isGameLoading=!0,this._gameLaunch=await this.gameCenterApi.launchGame({gameInstanceId:e,gameOptions:this.openGameOptions})}catch(e){this._gameLaunchError=e}}initGameCenter(e,t){this.handleGameCenterEvents(e);const s=this.getGameConfig(t);this.gameCenterMessageService?.initGame(s)}getGameConfig(e){const t=e.screenOptions;return Oi()(e.config,{clientConfig:{fullScreen:!1,screenOrientation:t.orientation,safeAreaInsets:this.safeAreaInsets,widescreen:this.isWidescreen,dir:this.dir,nonce:K(),sdkFeatures:{gameShouldForegroundCallback:!0},...e.clientConfig}})}handleGameCenterEvents(e){e.on("gameLoaded",this.handleGameLoaded.bind(this)).on("gameComplete",this.handleGameComplete.bind(this)).on("sendApiRequest",this.handleSendApiRequest.bind(this)).on("openUrl",this.handleOpenUrl.bind(this)).on("event",this.handleGameEvent.bind(this)).on("reloadGameReader",this.handleReloadGameReader.bind(this)).on("gameLoadFailed",this.handleGameLoadFailed.bind(this)).on("gameShouldForegroundCallback",this.handleGameShouldBeShown.bind(this));const t={share:new Lr(e,this,this.desktopMode),storySetLocalData:new Ar,storyGetLocalData:new Ir(e,this),gameInstanceGetLocalData:new mr(e,this),gameInstanceSetLocalData:new fr(e,this)};for(const[s,i]of Object.entries(t))e.on(s,((...e)=>i.handle(...e)))}handleGameShouldBeShown(e){this._gameShouldBeShown=!0;const t=JSON.parse(e);lt()(t)&&(this._closeBtnVisible=Boolean(t.showClose))}handleGameLoaded(){try{this.initGame(),this.startGame()}catch(e){console.error(e)}}initGame(){this._isGameInited=!0,this._isGameLoading=!1}completeGame(){this._isGameInited=!1,this._isOpened=!1,this._gameLaunch=null}startGame(){this.storyManager.emit("startGame",{id:this.gameInstanceId})}handleVisibilityChange(){"hidden"===document.visibilityState?this.pauseGameUI():"visible"===document.visibilityState&&this.resumeGameUI()}handleGameComplete(e,t,s,i,r){this.scrollbarHelper.resetScrollbar(),this.completeGame(),this.gameCenterMessageService?.destroy(),this.emitGameCompleteEventByStoryManager(e),r?.id&&this.openGame(r.id,{}),i?.id&&this.storyManager.showStory(i.id),this.emit(Sr.Close)}emitGameCompleteEventByStoryManager(e){vr()(e)?this.storyManager.emit("closeGame",{id:this.gameInstanceId}):this.storyManager.emit("finishGame",{id:this.gameInstanceId,result:e})}async handleSendApiRequest(e){let t,s,i;try{const r=JSON.parse(e);t=r.id,s=r.data,i=r.cb,await Lt.request({url:r.url,method:r.method,params:r.params,data:r.data,headers:r.headers}).catch(console.error),this.sendGameCenterEventByApiRequest(i,JSON.stringify({requestId:t,data:JSON.stringify(s.data),status:s.status,headers:s.headers}))}catch(e){if(e instanceof SyntaxError)return;if(!i)return;this.sendGameCenterEventByApiRequest(i,JSON.stringify({requestId:t,data:JSON.stringify(e),status:400,headers:[{}]}))}}handleOpenUrl(e){const{url:t}=JSON.parse(e);this.storyManager.clickOnButtonAction({src:y.GAME_READER,payload:{url:t,gameInstanceId:this.gameInstanceId}})}handleGameEvent(e,t){this.storyManager.emit("gameEvent",{name:e,payload:t})}handleReloadGameReader(){const e=this._gameLaunch;this._gameLaunch=null,this._isGameInited=!1,this._isGameLoading=!0,this._gameShouldBeShown=!1,setTimeout((0,ve.action)((()=>{this._gameLaunch=e})))}handleGameLoadFailed(e,t){this.gameLaunch&&t&&this.initGameRetryAttempts<this.gameLaunch.canTryReloadCount?(this.initGameRetryAttempts++,this.handleReloadGameReader()):this._gameLaunchError=new Error(e)}async handleOpenGameCenterEvent({gameId:e}){await this.openGame(e,{})}}})();class kr{storyManager;constructor(e){this.storyManager=e}create(){return new Cr(this.storyManager,new dt(this.storyManager))}}var Mr;!function(e){e.Social="social",e.SlideScreenshot="slide-screenshot"}(Mr||(Mr={}));class Lr{gameCenterMessageService;gameReaderViewModel;desktopMode;constructor(e,t,s){this.gameCenterMessageService=e,this.gameReaderViewModel=t,this.desktopMode=s}async handle(e,t){let s=t?.url??t.text,i=[];t.files&&Array.isArray(t.files)&&t.files.length>0&&(i=await Promise.all(t.files.map((e=>(async({file:e,name:t,type:s})=>{const i=await fetch(`data:${s};base64,${e}`),r=await i.blob();return new File([r],t,{type:s,lastModified:(new Date).getTime()})})(e)))));const r={url:s??void 0,files:i.length>0?i:void 0,text:t.text??void 0,title:t.title??void 0};if(!(r.files&&r.files.length>0||r.url))return void this.gameReaderViewModel.confirmSharingComplete({shareId:e,isSuccess:!1});let a=navigator.share;if(!navigator.share&&window.parent&&window.parent.navigator.share&&(a=window.parent.navigator.share),!this.desktopMode&&a)try{if(!a)return;a(r).then((()=>this.gameReaderViewModel.confirmSharingComplete({shareId:e,isSuccess:!0}))).catch((()=>this.gameReaderViewModel.confirmSharingComplete({shareId:e,isSuccess:!1})))}catch(t){console.error(t),this.openSharePanel({shareConfig:r,sharePath:s,shareId:e})}else this.openSharePanel({shareConfig:r,sharePath:s,shareId:e})}openSharePanel({shareConfig:e,sharePath:t,shareId:s}){let i=Mr.Social,r=t;e.files&&e.files.length>0&&(i=Mr.SlideScreenshot,r=URL.createObjectURL(e.files[0])),this.gameReaderViewModel.emit(Sr.OpenSharePanel,{shareId:s,shareType:i,shareLink:r})}}class Or{storyId;constructor(e){this.storyId=e}set(e){sessionStorage.setItem(this.key,JSON.stringify(e))}get(){const e=sessionStorage.getItem(this.key)??"{}";return window.__activeNarrativeId?JSON.parse(e):{}}get key(){return`narrative_${this.storyId}_data`}}class Ir{gameCenterMessageService;gameReaderViewModel;constructor(e,t){this.gameCenterMessageService=e,this.gameReaderViewModel=t}handle(e){const t=JSON.parse(e);if(!lt()(t))return;const{id:s,storyId:i,callback:r}=t;let a=new Or(i).get();this.gameCenterMessageService.sendMessage("cb",{cb:r,arguments:JSON.stringify([s,JSON.stringify(a)])})}}class Ar{constructor(){}handle(e){const t=JSON.parse(e);if(!lt()(t))return;const{storyId:s,data:i,sendToServer:r}=t;new Or(s).set(i),r&&Lt.request({url:"story-data/"+s,method:"put",data:JSON.stringify(i)}).catch(console.error)}}class Er{storyManager;activeStory;constructor(e,t){this.storyManager=e,this.activeStory=t}async handle(e){try{this.emitWidgetLinkEvent(e.linkTarget,e);const t=this.storyManager.gameReaderViewModel,s=this.storyManager.storyReaderViewModel;await t.openGame(e.linkTarget),s.pauseUI(),t.once(Sr.Close,(()=>{s.resumeUI()}))}catch(e){console.error(e)}}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e}})}}class Tr{activeStory;constructor(e){this.activeStory=e}handle(e){this.activeStory.activeSlide.showLayerByIndex(parseInt(e.linkTarget))}}class Rr{activeStory;constructor(e){this.activeStory=e}handle(e){this.activeStory.redirectToSlide({slideIndex:parseInt(e.linkTarget),layerIndex:0})}}class Pr{storyManager;storyReader;activeStory;constructor(e,t,s){this.storyManager=e,this.storyReader=t,this.activeStory=s}async handle(e){const t=parseInt(e.linkTarget);this.emitWidgetLinkEvent(e.linkTarget,e);try{await this.storyReader.showStory(t,"default")}catch(e){console.error(e)}}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e,feed:this.storyReader.feedSlug}})}}class Br{storyManager;storyReader;activeStory;constructor(e,t,s){this.storyManager=e,this.storyReader=t,this.activeStory=s}handle(e){try{const t=decodeURIComponent(e.linkTarget);this.emitWidgetLinkEvent(t,e),this.activeStory.markAsOpened(),fs.emit(Rs.TransitionFromSlide,{storyId:this.activeStory.id,slideIndex:this.activeStory.activeSlideIndex}),this.handleClickOnButton({id:this.activeStory.id,index:this.activeStory.activeSlideIndex,url:t,elementId:e.elementId,dataForSending:null,label:""})}catch(t){t instanceof URIError?console.error(`[IAS]: the URL <${e.linkTarget}> has an invalid format`):console.error(t)}}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e}})}handleClickOnButton(e){const t=this.storyManager.getConfig().isStatisticsDisabled;e.dataForSending=t?null:{data:this.storyReader.getStatisticsData()};const s=()=>this.storyManager.clickOnButtonAction({src:y.STORY_READER,payload:e});!t&&e.dataForSending&&lt()(e.dataForSending)&&Array.isArray(e.dataForSending.data)&&e.dataForSending.data.length>0?(this.storyReader.cleanupStatisticsData(),Mt("session/update",e.dataForSending,s)):s()}}class Dr{slideElementActionFactory;constructor(e){this.slideElementActionFactory=e}static is(e){return["narrative-element-link","narrative-element-image"].some((t=>e.classList.contains(t)))}click(e){const{elementId:t,linkType:s,linkTarget:i}=this.parseTargetDataset(e);if(!s)return;this.slideElementActionFactory.create(s).handle({target:e,linkTarget:i,linkType:s,elementId:t})}parseTargetDataset(e){const t=e.dataset;return{elementId:t.elementId??"",linkType:t.linkType,linkTarget:t.linkTarget??""}}}class jr{handle(e){console.log(`There is no action handler for <${e.linkType}:${e.linkTarget}>`)}}class Fr{storyManager;storyReader;activeStory;constructor(e,t,s){this.storyManager=e,this.storyReader=t,this.activeStory=s}create(e){switch(e){case"url":return new Br(this.storyManager,this.storyReader,this.activeStory);case"customAction":return new ur(this.storyManager,this.activeStory);case"slide":return new Rr(this.activeStory);case"story":return new Pr(this.storyManager,this.storyReader,this.activeStory);case"game":return new Er(this.storyManager,this.activeStory);case"layer":return new Tr(this.activeStory);case"closeStory":return new hr(this.storyReader);default:return new jr}}}const Nr=.53167701863,Ur=.64516129032;class zr{_vw;_vh;padding;viewportRatio;constructor(e,t,s){this._vw=e,this._vh=t,this.padding=s,this.viewportRatio=e/t}get vw(){return this._vw}get vh(){return this._vh}get vhWitoutPadding(){return this._vh-this.padding.top-this.padding.bottom}getOffset(e){const t=this._vw,s=this.vhWitoutPadding-e,i=this.calculateWidthWithActionPanel(e),r=this.calculateHeightWithActionPanel(e);return this.viewportRatio>Ur?Math.ceil(r-s)/2*-1+"px auto":`0 ${Math.ceil(i-t)/2*-1}px`}getOffsetX(e){const t=this.calculateWidthWithActionPanel(e);return this.viewportRatio>Ur?"0px":Math.ceil(t-this._vw)/2+"px"}getOffsetY(e){const t=this.vhWitoutPadding-e;return this.viewportRatio>Ur?`${Math.ceil(this.calculateHeight()-t)}px`:"0px"}getWidth(){return this.viewportRatio>Ur?`${this.calculateWidth()}px`:"auto"}getHeight(){return this.viewportRatio>Ur?`${this.calculateHeight()}px`:"100%"}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return Math.ceil(this.vhWitoutPadding*Ur)}calculateHeight(){return Math.ceil(this.calculateWidth()/Ur)}calculateWidthWithActionPanel(e){const t=this.vhWitoutPadding-e;return Math.ceil(t*Ur)}calculateHeightWithActionPanel(e){return Math.ceil(this.calculateWidthWithActionPanel(e)/Ur)}}class Vr{_vw;_vh;padding;viewportRatio;constructor(e,t,s){this._vw=e,this._vh=t,this.padding=s,this.viewportRatio=e/t}get vw(){return this._vw}get vh(){return this._vh}get vhWitoutPadding(){return this._vh-this.padding.top-this.padding.bottom}getOffset(e){const t=this._vw,s=this.vhWitoutPadding-e,i=this.calculateWidthWithActionPanel(e),r=this.calculateHeight();return r>s?Math.ceil(r-s)/2*-1+"px auto":`0 ${Math.ceil(i-t)/2*-1}px`}getOffsetX(e){const t=this.calculateWidthWithActionPanel(e),s=this.vhWitoutPadding-e,i=this.calculateHeight(),r=this._vw;return i>s?"0px":Math.ceil(t-r)/2+"px"}getOffsetY(e){const t=this.vhWitoutPadding-e,s=this.calculateHeight();return s>t?Math.ceil(s-t)/2+"px":"0px"}getWidth(){return this.viewportRatio>Ur?`${this.calculateWidth()}px`:"auto"}getHeight(){return this.viewportRatio>Ur?`${this.calculateHeight()}px`:"100%"}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return this.viewportRatio>Ur?this._vw:Math.ceil(this.vhWitoutPadding*Ur)}calculateHeight(){return Math.ceil(this._vw/Ur)}calculateWidthWithActionPanel(e){const t=this.vhWitoutPadding-e;return this.viewportRatio>Ur?this._vw:Math.ceil(t*Ur)}}class Wr{safeAreaFrameCalculator;constructor(e){this.safeAreaFrameCalculator=e}create(e){const t=e.vw/e.vh;return e.desktopMode&&t>Ur?this.createDesktopStoryGeometry(e):this.createMobileStoryGeometry(e)}createDesktopStoryGeometry(e){return new zr(e.vw,e.vh,{top:50,bottom:50})}createMobileStoryGeometry(e){const{paddingTop:t,paddingBottom:s}=this.safeAreaFrameCalculator.getViewportCorrectionPadding();return new Vr(e.vw,e.vh,{top:parseFloat(t)??0,bottom:parseFloat(s)??0})}}class Gr{_vw;_vh;actionPanelHeight;viewportRatio;constructor(e,t,s){this._vw=e,this._vh=t,this.actionPanelHeight=s,this.viewportRatio=e/t}get shouldBeShownSafeAreaInsets(){return this.viewportRatio<Nr}getViewportCorrectionPadding(){const{paddingTop:e,paddingBottom:t}=this.calcFrameWidthByMobileAspectRatio();return{paddingTop:e+"px",paddingBottom:t+"px"}}calcFrameWidthByMobileAspectRatio(){const e=this._vh-this._vw/Nr,t=Math.max(Math.min(e-this.actionPanelHeight,this.actionPanelHeight),0);return{paddingTop:Math.max(e-t,0),paddingBottom:t}}}class $r extends t.EventEmitter{timerId=null;currentProgress=0;progressBeforePause=0;timerPaused=!1;timeout=0;isCompleted=!0;enabled=!0;rafId=0;get started(){return!this.isCompleted}setTimer(e){0!==e?(this.timerId=setTimeout((()=>this.complete({})),e),this.currentProgress=0,this.runTimerTicks(e)):this.forceEnd()}start(e){this.timerPaused||(this.stop(),this.progressBeforePause=0,this.timeout=e,this.enabled&&(this.isCompleted=!1,this.emit("start"),this.setTimer(e)))}stop(){this.isCompleted||(this.clearTimer(),this.emit("stop"),this.isCompleted=!0)}pause(){this.isCompleted||(this.timerPaused=!0,this.clearTimer(),this.progressBeforePause=this.currentProgress,this.emit("pause"))}resume(){if(!this.timerPaused)return;this.timerPaused=!1;const e=1-this.progressBeforePause,t=this.timeout*e;this.setTimer(t),this.emit("resume")}forceEnd(){this.complete({forceEnd:!0})}disable(){this.enabled=!1,this.stop()}enable(){this.enabled=!0,this.start(this.timeout)}complete({forceEnd:e=!1}){this.isCompleted=!0,this.progressBeforePause=0,this.clearTimer(),this.emit("progress",100),this.emit("complete",{forceEnd:e})}clearTimer(){cancelAnimationFrame(this.rafId),null!==this.timerId&&(clearTimeout(this.timerId),this.timerId=null)}updateProgress(e){const t=1-this.progressBeforePause;this.currentProgress=this.progressBeforePause+e*t;const s=100*this.currentProgress;this.emit("progress",s)}runTimerTicks(e){let t=performance.now();const s=i=>{let r=(i-t)/e;r>1&&(r=1);let a=r;this.updateProgress(a),r<1&&(this.rafId=requestAnimationFrame(s))};this.rafId=requestAnimationFrame(s)}}var Hr,qr;!function(e){e.ShowInputModal="showInputModal"}(Hr||(Hr={})),function(e){e.Start="start",e.ChangeState="changeState"}(qr||(qr={}));class Qr extends P{_story;_index;storySlideRendererFactory;slide;id=Date.now();slideRenderer;constructor(e,t,s,i){super(),this._story=e,this._index=t,this.storySlideRendererFactory=s,this.slide=i,this.slideRenderer=this.storySlideRendererFactory.create({story:e,slide:this})}get $el(){return this.slideRenderer.$el}get state(){return this.slideRenderer.state}get index(){return this._index}get story(){return this._story}get muted(){return this.slideRenderer.muted}get navigationDisabled(){return this.slideRenderer.navigationDisabled}get widgets(){return this.slideRenderer.widgets}get timeline(){return this.slide.timeline}get duration(){return this.slide.duration}get screenshotShare(){return this.slide.screenshotShare}get html(){return this.slide.html}get eventPayload(){return this.slide.eventPayload}findWidgetByType(e){return this.slideRenderer.findWidgetByType(e)}refreshWidgetsData(){this.slideRenderer.refreshWidgetsData()}showLayerByIndex(e){this.slideRenderer.showLayerByIndex(e)}async resume(){return this.slideRenderer.resume()}pause(){return this.slideRenderer.pause()}mute(){return this.slideRenderer.mute()}unmute(){return this.slideRenderer.unmute()}async reload(){return this.slideRenderer.reload()}async init(e){return this.slideRenderer.init(e)}async start(){return this.slideRenderer.start()}stop(){return this.slideRenderer.stop()}setUserData(e,t){for(const s of this.widgets)s.setUserData(e,t)}onClick(e,t){this.slideRenderer.onClick({target:e,navigationController:t})}onLinkClick(e){this.slideRenderer.onClickLinkElement(e.target)}showToast(e){new Ti({getMountPoint:()=>this.slideRenderer.$el,...e})}destroy(){return this.stop()}}class Kr extends ci{slideApi;story;constructor(e,t){super(),this.slideApi=e,this.story=t,this.type="StoryRepeat"}async init(e){this.elements=e.querySelectorAll(".narrative-element-story-repeat")}click(e){e.target===this.firstElement&&(this.story.reset().catch(console.error),e.navigationController.preventDefault())}}class Yr{slide;story;slideApiHandlers;constructor(e,t,s){this.slide=e,this.story=t,this.slideApiHandlers=s}async onSlideStarted(){$(`[SLIDE][start]:${this.story.id}:${this.slide.index}`),await this.slideApiHandlers.lock(this.slide),this.slideApiHandlers.exec(),this.story.updateNavigationHistory(),this.startTimer(),this.slide.emit(qr.Start)}onSlideStateChanged(e){this.changeTimelineVisibilityByState(),this.slide.emit(qr.ChangeState,e)}onSlideLoadStart(){$(`[SLIDE][start_load]:${this.story.id}:${this.slide.index}`)}onSlideLoadEnd(){$(`[SLIDE][end_load]:${this.story.id}:${this.slide.index}`)}onSlideResume(){this.story.resume(),$(`[SLIDE][resume]:${this.story.id}:${this.slide.index}`)}onSlidePause(){this.story.pause(),$(`[SLIDE][pause]:${this.story.id}:${this.slide.index}`)}onSlideInit(){this.slideApiHandlers.setInitHookStorySlide(this.slide),$(`[SLIDE][init]:${this.story.id}:${this.slide.index}`)}onSlideStop(){this.story.timer.stop(),this.slideApiHandlers.unlock(this.slide),$(`[SLIDE][stop]:${this.story.id}:${this.slide.index}`)}onSlideVideoError(){this.story.timer.stop()}changeTimelineVisibilityByState(){this.slide.state===or.Error||this.slide.state===or.Loading?this.story.hideTimeline():this.story.showTimeline()}startTimer(){this.story.timer.started||this.story.timer.start(this.slide.duration??0)}}class Zr{storyManager;storyReader;slideApi;slideApiHandlers;touchController;constructor(e,t,s,i,r){this.storyManager=e,this.storyReader=t,this.slideApi=s,this.slideApiHandlers=i,this.touchController=r}create({story:e,slide:t}){const s=new Js(e),i=new di,r=new Dr(new Fr(this.storyManager,this.storyReader,e)),a=new cr(new Yr(t,e,this.slideApiHandlers),i,this.slideApi.Animation,s,r);return this.registerWidgets({widgetManager:i,story:e,slide:t,touchController:this.touchController}),a}registerWidgets({widgetManager:e,story:t,slide:s,touchController:i}){e.registerMany([new Ci(this.slideApi),new hi(this.slideApi),new ui(this.slideApi),new pi(this.slideApi),new ki(this.slideApi),new gi(this.slideApi),new mi(this.slideApi),new fi(this.slideApi,t),new yi(this.slideApi,t),new vi(this.slideApi,t),new wi(this.slideApi,i),new _i(this.slideApi),new Si(this.slideApi),new sr(this.slideApi,i,{onClose:()=>this.storyReader.resumeUI(),onOpen:()=>this.storyReader.pauseUI()}),new ir(this.slideApi,i,s),new xi(this.slideApi),new bi(this.slideApi,t),new Kr(this.slideApi,t)])}}var Jr=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Xr=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let ea=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,f,y,v=P,w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],L=[];return class extends v{static{const O="function"==typeof Symbol&&Symbol.metadata?Object.create(v[Symbol.metadata]??null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.computed],a=[ve.computed],o=[ve.computed],n=[ve.computed],l=[ve.computed],d=[ve.computed],c=[ve.action],h=[ve.action],u=[ve.action],p=[ve.action],g=[ve.action],m=[ve.action],f=[ve.action],y=[ve.action],Xr(this,null,e,{kind:"accessor",name:"_activeSlideIndex",static:!1,private:!1,access:{has:e=>"_activeSlideIndex"in e,get:e=>e._activeSlideIndex,set:(e,t)=>{e._activeSlideIndex=t}},metadata:O},_,S),Xr(this,null,t,{kind:"accessor",name:"_displayedSlides",static:!1,private:!1,access:{has:e=>"_displayedSlides"in e,get:e=>e._displayedSlides,set:(e,t)=>{e._displayedSlides=t}},metadata:O},b,x),Xr(this,null,s,{kind:"accessor",name:"_hiddenTimeline",static:!1,private:!1,access:{has:e=>"_hiddenTimeline"in e,get:e=>e._hiddenTimeline,set:(e,t)=>{e._hiddenTimeline=t}},metadata:O},C,k),Xr(this,null,i,{kind:"accessor",name:"slides",static:!1,private:!1,access:{has:e=>"slides"in e,get:e=>e.slides,set:(e,t)=>{e.slides=t}},metadata:O},M,L),Xr(this,null,r,{kind:"getter",name:"displayedSlides",static:!1,private:!1,access:{has:e=>"displayedSlides"in e,get:e=>e.displayedSlides},metadata:O},null,w),Xr(this,null,a,{kind:"getter",name:"activeSlideIndex",static:!1,private:!1,access:{has:e=>"activeSlideIndex"in e,get:e=>e.activeSlideIndex},metadata:O},null,w),Xr(this,null,o,{kind:"getter",name:"activeSlide",static:!1,private:!1,access:{has:e=>"activeSlide"in e,get:e=>e.activeSlide},metadata:O},null,w),Xr(this,null,n,{kind:"getter",name:"hiddenTimeline",static:!1,private:!1,access:{has:e=>"hiddenTimeline"in e,get:e=>e.hiddenTimeline},metadata:O},null,w),Xr(this,null,l,{kind:"getter",name:"reachEnd",static:!1,private:!1,access:{has:e=>"reachEnd"in e,get:e=>e.reachEnd},metadata:O},null,w),Xr(this,null,d,{kind:"getter",name:"reachStart",static:!1,private:!1,access:{has:e=>"reachStart"in e,get:e=>e.reachStart},metadata:O},null,w),Xr(this,null,c,{kind:"method",name:"toSlide",static:!1,private:!1,access:{has:e=>"toSlide"in e,get:e=>e.toSlide},metadata:O},null,w),Xr(this,null,h,{kind:"method",name:"setLike",static:!1,private:!1,access:{has:e=>"setLike"in e,get:e=>e.setLike},metadata:O},null,w),Xr(this,null,u,{kind:"method",name:"setDislike",static:!1,private:!1,access:{has:e=>"setDislike"in e,get:e=>e.setDislike},metadata:O},null,w),Xr(this,null,p,{kind:"method",name:"setBookmark",static:!1,private:!1,access:{has:e=>"setBookmark"in e,get:e=>e.setBookmark},metadata:O},null,w),Xr(this,null,g,{kind:"method",name:"share",static:!1,private:!1,access:{has:e=>"share"in e,get:e=>e.share},metadata:O},null,w),Xr(this,null,m,{kind:"method",name:"markAsOpened",static:!1,private:!1,access:{has:e=>"markAsOpened"in e,get:e=>e.markAsOpened},metadata:O},null,w),Xr(this,null,f,{kind:"method",name:"hideTimeline",static:!1,private:!1,access:{has:e=>"hideTimeline"in e,get:e=>e.hideTimeline},metadata:O},null,w),Xr(this,null,y,{kind:"method",name:"showTimeline",static:!1,private:!1,access:{has:e=>"showTimeline"in e,get:e=>e.showTimeline},metadata:O},null,w),O&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:O})}storyManager=Jr(this,w);storyReader;sharePanel;story;slideApiHandlers;navigationHistory;storySlideRendererFactory;#R=Jr(this,_,0);get _activeSlideIndex(){return this.#R}set _activeSlideIndex(e){this.#R=e}#P=(Jr(this,S),Jr(this,b,[]));get _displayedSlides(){return this.#P}set _displayedSlides(e){this.#P=e}#B=(Jr(this,x),Jr(this,C,!1));get _hiddenTimeline(){return this.#B}set _hiddenTimeline(e){this.#B=e}#D=(Jr(this,k),Jr(this,M,[]));get slides(){return this.#D}set slides(e){this.#D=e}_hasShare=(Jr(this,L),!1);_timer=new $r;storySlidesReactionDisposer;constructor(e,t,s,i,r,a,o){super(),this.storyManager=e,this.storyReader=t,this.sharePanel=s,this.story=i,this.slideApiHandlers=r,this.navigationHistory=a,this.storySlideRendererFactory=o,this.redirectToSlide=this.redirectToSlide.bind(this),this.nextSlide=this.nextSlide.bind(this),this._hasShare=Boolean(this.storyManager.rootStore.sessionStore.session?.share),this.createSlidesViewModels(this.story.slides),this.storySlidesReactionDisposer=(0,ve.reaction)((()=>this.story.slides),(e=>this.createSlidesViewModels(e)))}get id(){return this.story.id}get title(){return this.story.title}get statTitle(){return this.story.statTitle}get ugcPayload(){return this.story.ugcPayload}get tags(){return this.story.tags}get sourceInfo(){return this.storyReader.sourceInfo}get slidesLoaded(){return this.story.slidesLoaded}get like(){return this.story.like}get favorite(){return this.story.favorite}get hasLike(){return Boolean(this.story.likeFunctional)}get hasShare(){return!!Boolean(this.story.shareFunctional)&&this._hasShare}get hasFavorite(){return Boolean(this.story.favoriteFunctional)}get hasAudio(){return Boolean(this.story.hasAudio)}get context(){return this.story.context}get displayedSlides(){return this._displayedSlides}get activeSlideIndex(){return this._activeSlideIndex}get activeSlide(){return this.slides[this._activeSlideIndex]}get slidesCount(){return this.story.slidesCount}get hiddenTimeline(){return 1===this.story.slides.length&&0===this.story.slides[0].duration||this.story.hideTimeline||this._hiddenTimeline||!this.slidesLoaded}get displayedSlideImage(){return this.isBlank?null:this.story.getImagesPerSlide(this.activeSlideIndex)}get isBlank(){return this.story.id<0}get reachEnd(){return 0===this.slides.length||this._activeSlideIndex===this.slides.length-1}get reachStart(){return 0===this.activeSlideIndex}get disableClose(){return this.story.disableClose}get error(){return this.story.error}get timer(){return this._timer}nextSlide(){this.reachEnd||this.toSlide(this.activeSlideIndex+1)}prevSlide(){this.reachStart||this.toSlide(this.activeSlideIndex-1)}toSlide(e){this._activeSlideIndex=e,this._displayedSlides=this.getDisplayedSlides(),this.timer.stop()}updateNavigationHistory(){this.navigationHistory.update(this)}async setLike(e){await this.story.setLike(e),this.storyManager.emitEvent(new Ss(this,{value:1===e}))}async setDislike(e){await this.story.setLike(e),this.storyManager.emitEvent(new ws(this,{value:-1===e}))}async setBookmark(e){try{await this.story.setFavorite(e),this.storyManager.emitEvent(new _s(this,{value:e}))}catch(e){console.error(e)}}async share(){this.activeSlide&&(this.storyManager.emitEvent(new bs(this)),this.activeSlide.screenshotShare?this.sharePanel.shareScreenShot({shareId:"slide-screenshot-share",hideElementsSelector:"",storySlide:this.activeSlide}):await this.performShareText())}markAsOpened(){this.story.markIsOpened()}hideTimeline(){this._hiddenTimeline=!0}showTimeline(){this._hiddenTimeline=!1}setError(e){this.story.setError(e)}reset(){return this.slideApiHandlers.resetStory(this.id)}async reload(){return this.storyReader.reloadStory(this)}redirectToSlide({slideIndex:e,layerIndex:t}){e!==this.activeSlideIndex&&this.toSlide(e)}destroy(){this.storySlidesReactionDisposer(),this.activeSlide?.destroy()}onShowLayer(e){this.timer.start(this.activeSlide.duration??0)}pause(){this.timer.pause()}resume(){this.timer.resume()}enableTimer(){this.timer.enable()}disableTimer(){this.timer.disable()}completeNativeSharing(){this.sharePanel.completeNativeSharing({result:!1})}nextStory(e){this.storyReader.nextStoryWithAnimation(e)}prevStory(e){this.storyReader.prevStoryWithAnimation(e)}async updateNarrativeData(e){return this.story.updateNarrativeData(e)}getDisplayedSlides(){return this.slides.length===this.slidesCount?this.slides.slice(this._activeSlideIndex,this._activeSlideIndex+2):[new Qr(this,0,this.storySlideRendererFactory,st.createEmpty())]}createSlidesViewModels(e){this.slides.length!==this.slidesCount&&(this.slides=e.map(((e,t)=>new Qr(this,t,this.storySlideRendererFactory,e))),this._displayedSlides=this.getDisplayedSlides())}async performShareText(){try{const e=await this.story.fetchStorySharePath();if(!e)return;this.storyManager.emitEvent(new xs(this,{url:e}));const t={title:this.story.title,text:"",url:e};this.sharePanel.shareText({shareId:"story-share",config:t,storySlide:this.activeSlide})}catch(e){console.error(e)}}}})();const ta=async e=>(await fetch(e)).blob(),sa=async e=>{const t=await ta(e);return function(e,t=!0){return new Promise((function(s){var i=new FileReader;i.onloadend=function(){if(t){var e=String(i.result).replace("data:","").replace(/^.+,/,"");s(e)}else s(String(i.result))},i.readAsDataURL(e)}))}(new File([t],"image",{type:t.type,lastModified:(new Date).getTime()}),!1)};function ia(e,t,s,i){var r=e.indexOf(s,t);if(-1===r)return null;for(var a="",o=r+s.length;o<e.length&&-1===i.indexOf(e[o]);o++)a+=e[o];return{foundAtIndex:r,value:a}}function ra(e,t){const s=document.createElementNS("http://www.w3.org/2000/svg",e);for(let e in t)s.setAttributeNS(null,e.replace(/[A-Z]/g,(function(e,t,s,i){return"-"+e.toLowerCase()})),t[e]);return s}var aa,oa;function na(e,t,s,i,r,a,o,n,l,d){var c=ra("svg",{width:String(r),height:String(a),style:"background-color: #fff;"}),h=ra("foreignObject",{x:"0",y:"0",width:"100%",height:"100%"});c.appendChild(h);try{h.style.fontSize=document.body.style.fontSize}catch(e){console.error(e)}!function(){const u=t.cloneNode(!0);if(null!=i&&"string"==typeof i&&i.length>0){const e=Array.prototype.slice.call(u.querySelectorAll(i));for(let t=0;t<e.length;t++){const s=e[t];s&&s.style&&s.style.setProperty&&s.style.setProperty("display","none")}}h.appendChild(u);var p=[];(function(e){for(var t=[],s=0;;){var i=ia(e,s,"src: url(",[" ",")","\t"]);if(null==i)break;s=i.foundAtIndex+i.value.length,t.push(i.value.replace(/["']/g,""))}return t})(s).forEach((function(e){p.push(new Promise((function(t,i){sa(e).then((function(i){s=s.replace(e,i),t()})).catch((function(e){t()}))})))})),h.querySelectorAll("img").forEach((function(e){e.crossOrigin="Anonymous",p.push(new Promise((function(t,s){sa(e.src).then((function(s){e.onload=s=>e.decode().then((()=>t())),e.onerror=e=>{console.error(e),t()},e.decoding="sync",e.src=s})).catch((function(e){t()}))})))})),h.querySelectorAll("video").forEach((function(e){e.parentNode?.removeChild(e)})),h.querySelectorAll(".narrative-element-video").forEach((function(e){e.classList.add("init")})),Promise.all(p).then((function(){const t=ra("style",{});t.textContent=s,c.appendChild(t);const i=(new XMLSerializer).serializeToString(c),h=new Image;h.onload=t=>{h.decode().then((function(){setTimeout((function(){const e=document.createElement("canvas"),t=e.getContext("2d");if(t){e.style.width=r+"px",e.style.height=a+"px",e.width=2*r,e.height=2*a,t.scale(2,2),t.drawImage(h,0,0);const s=e.toDataURL(o,n);ta(s).then((function(t){l(t),e.remove()}))}}),e===aa.IOS?200:void 0)})).catch((e=>{console.log({image:h,encodingError:e},"onDecodeError"),d("error render svg image: "+e)}))},h.onerror=e=>{d("error render svg image: "+e)},h.setAttribute("crossOrigin","Anonymous"),h.crossOrigin="Anonymous",h.decoding="sync",h.src="data:image/svg+xml;base64,"+btoa(encodeURIComponent(i).replace(/%([0-9A-F]{2})/g,(function(e,t){return String.fromCharCode(parseInt(t,16))})))}))}()}function la(e,t,s,i){return new Promise((function(r,a){null==i&&(i=""),function(e,t,s,i,r,a){na(e,t,s,i,t.clientWidth,t.clientHeight,"image/jpeg",1,r,a)}(e,t,s,i,(function(e){r(new File([e],"image.jpeg",{type:e.type,lastModified:(new Date).getTime()}))}),(function(){console.error("Image fail");const e=new Error;e.name="ImageFail",a(e)}))}))}!function(e){e[e.IOS=0]="IOS",e[e.ANDROID=1]="ANDROID",e[e.OTHER=2]="OTHER"}(aa||(aa={})),function(e){e.Social="social",e.SlideScreenshot="slide-screenshot"}(oa||(oa={}));class da{async getScreenShot({hideElementsSelector:e,slideContent:t}){const s=await la(aa.IOS,t,function(e){let t="";return Array.prototype.slice.call(window.document.styleSheets).forEach((s=>{e(s)&&(t+=Array.prototype.slice.call(s.rules).map((e=>e.cssText)).join(""))})),t}((function(){return!0})),e);return{file:s,url:URL.createObjectURL(s)}}getNavigatorShareFunction(){let e=navigator.share?.bind(navigator);return!e&&window.parent?.navigator.share&&(e=window.parent.navigator.share.bind(window.parent.navigator)),e}getFilteredConfigDto(e){const t={};for(const[s,i]of Object.entries(e??{}))null!==i&&(t[s]=i);return t}}var ca=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},ha=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let ua=(()=>{let e,t,s,i,r,a,o=[],n=[],l=[],d=[],c=[];return class{static{const h="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.computed],i=[ve.computed],r=[ve.action],a=[ve.action],ha(this,null,e,{kind:"accessor",name:"_isOpened",static:!1,private:!1,access:{has:e=>"_isOpened"in e,get:e=>e._isOpened,set:(e,t)=>{e._isOpened=t}},metadata:h},n,l),ha(this,null,t,{kind:"accessor",name:"_params",static:!1,private:!1,access:{has:e=>"_params"in e,get:e=>e._params,set:(e,t)=>{e._params=t}},metadata:h},d,c),ha(this,null,s,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:h},null,o),ha(this,null,i,{kind:"getter",name:"params",static:!1,private:!1,access:{has:e=>"params"in e,get:e=>e.params},metadata:h},null,o),ha(this,null,r,{kind:"method",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open},metadata:h},null,o),ha(this,null,a,{kind:"method",name:"close",static:!1,private:!1,access:{has:e=>"close"in e,get:e=>e.close},metadata:h},null,o),h&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:h})}storyReader=ca(this,o);sharingService;nativeSharingId="";nativeSharingRunning=!1;#d=ca(this,n,!1);get _isOpened(){return this.#d}set _isOpened(e){this.#d=e}#j=(ca(this,l),ca(this,d,{id:"",type:oa.Social,link:""}));get _params(){return this.#j}set _params(e){this.#j=e}currentStorySlide=(ca(this,c),null);desktopMode=!1;constructor(e,t){this.storyReader=e,this.sharingService=t}get isOpened(){return this._isOpened}get params(){return this._params}open(e){this.storyReader.pauseTimer(),this._params={link:e.link,type:e.type,text:e.text,id:e.id},this._isOpened=!0}close(){this.storyReader.resumeTimer(),this._isOpened=!1,this._params={id:"",type:oa.Social,link:""}}handleShareComplete(e,t){const s=this.currentStorySlide?.findWidgetByType("ShareWidget");s?.handleShareComplete({shareId:e,result:t}),this.close()}async shareScreenShot({shareId:e,shareText:t,hideElementsSelector:s,storySlide:i}){let r=null;this.currentStorySlide=i;try{const a=await this.sharingService.getScreenShot({hideElementsSelector:s,slideContent:i.$el});r=a.url;const o={files:[a.file],text:t};if(this.desktopMode)return void this.open({type:oa.SlideScreenshot,id:e,link:r,text:t});await this.startNativeSharing(e,o)}catch(s){console.error(s),r&&this.open({type:oa.SlideScreenshot,id:e,link:r,text:t})}}async shareText({shareId:e,config:t,storySlide:s}){this.currentStorySlide=s,null==e&&(e="story-share");const i=this.sharingService.getFilteredConfigDto(t),r=i.url=i.url??i.text,a={type:oa.Social,id:e,link:r};try{if(this.desktopMode)return void this.open(a);await this.startNativeSharing(e,i)}catch(e){this.open(a)}}async startNativeSharing(e,t){const s=this.sharingService.getNavigatorShareFunction();if(!s)throw new Error;try{this.storyReader.pauseTimer(),this.runNativeSharing({id:e}),await s(t),this.completeNativeSharing({result:!0})}catch(e){if(e instanceof DOMException&&"AbortError"===e.name)return;throw e}finally{this.completeNativeSharing({result:!1})}}runNativeSharing({id:e}){this.nativeSharingId=e,this.nativeSharingRunning=!0}completeNativeSharing({result:e}){this.nativeSharingRunning&&(this.handleShareComplete(this.nativeSharingId,e),this.nativeSharingRunning=!1,this.nativeSharingId="",this.storyReader.resumeTimer())}}})();var pa=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},ga=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let ma=(()=>{let e,t,s,i,r,a,o,n,l,d=[],c=[],h=[],u=[],p=[],g=[],m=[];return class{static{const f="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.computed],r=[ve.computed],a=[ve.action],o=[ve.action],n=[ve.action],l=[ve.action],ga(this,null,e,{kind:"accessor",name:"_activeStory",static:!1,private:!1,access:{has:e=>"_activeStory"in e,get:e=>e._activeStory,set:(e,t)=>{e._activeStory=t}},metadata:f},c,h),ga(this,null,t,{kind:"accessor",name:"_currentIndex",static:!1,private:!1,access:{has:e=>"_currentIndex"in e,get:e=>e._currentIndex,set:(e,t)=>{e._currentIndex=t}},metadata:f},u,p),ga(this,null,s,{kind:"accessor",name:"_nextFlippingStoryIndex",static:!1,private:!1,access:{has:e=>"_nextFlippingStoryIndex"in e,get:e=>e._nextFlippingStoryIndex,set:(e,t)=>{e._nextFlippingStoryIndex=t}},metadata:f},g,m),ga(this,null,i,{kind:"getter",name:"reachStart",static:!1,private:!1,access:{has:e=>"reachStart"in e,get:e=>e.reachStart},metadata:f},null,d),ga(this,null,r,{kind:"getter",name:"reachEnd",static:!1,private:!1,access:{has:e=>"reachEnd"in e,get:e=>e.reachEnd},metadata:f},null,d),ga(this,null,a,{kind:"method",name:"nextStory",static:!1,private:!1,access:{has:e=>"nextStory"in e,get:e=>e.nextStory},metadata:f},null,d),ga(this,null,o,{kind:"method",name:"prevStory",static:!1,private:!1,access:{has:e=>"prevStory"in e,get:e=>e.prevStory},metadata:f},null,d),ga(this,null,n,{kind:"method",name:"nextStoryWithAnimation",static:!1,private:!1,access:{has:e=>"nextStoryWithAnimation"in e,get:e=>e.nextStoryWithAnimation},metadata:f},null,d),ga(this,null,l,{kind:"method",name:"prevStoryWithAnimation",static:!1,private:!1,access:{has:e=>"prevStoryWithAnimation"in e,get:e=>e.prevStoryWithAnimation},metadata:f},null,d),f&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:f})}storyManager=pa(this,d);storyReaderViewModel;slideApiHandlers;#F=pa(this,c,null);get _activeStory(){return this.#F}set _activeStory(e){this.#F=e}#b=(pa(this,h),pa(this,u,1));get _currentIndex(){return this.#b}set _currentIndex(e){this.#b=e}#N=(pa(this,p),pa(this,g,-1));get _nextFlippingStoryIndex(){return this.#N}set _nextFlippingStoryIndex(e){this.#N=e}animatedTransitionAdapter=(pa(this,m),null);constructor(e,t,s){this.storyManager=e,this.storyReaderViewModel=t,this.slideApiHandlers=s}get reachStart(){return 1===this._currentIndex}get reachEnd(){return this._currentIndex===this.storyReaderViewModel.stories.length-2}get nextFlippingStoryIndex(){return this._nextFlippingStoryIndex}get activeStory(){return this._activeStory}get currentIndex(){return this._currentIndex}setAnimatedTransitionAdapter(e){this.animatedTransitionAdapter=e}nextStory(){this.reachEnd||(this.activeStory?.markAsOpened(),this.setActiveStoryByIndex(this._currentIndex+1),this.fetchStoriesSlidesAndContextByNextStoryIndex(this._currentIndex-1))}prevStory(){this.reachStart||(this.activeStory?.markAsOpened(),this.setActiveStoryByIndex(this._currentIndex-1),this.fetchStoriesSlidesAndContextByNextStoryIndex(this._currentIndex-1))}nextStoryWithAnimation(e){this.storyReaderViewModel.reachEnd?this.handleStoryReaderReachEnd(e):this.navigateStoryWithAnimation(this.storyReaderViewModel.currentIndex+1,e)}prevStoryWithAnimation(e){this.reachStart||this.navigateStoryWithAnimation(this.currentIndex-1,e)}destroy(){this._activeStory=null}setActiveStoryById(e){const t=this.storyReaderViewModel.stories;this._currentIndex=t.findIndex((t=>t.id===e)),this._activeStory=t[this._currentIndex],this.slideApiHandlers.setActiveStory(this._activeStory)}resetActiveStory(){this._activeStory=null}navigateStoryWithAnimation(e,t="lastSlideClick"){this._nextFlippingStoryIndex=e;const s=this.storyReaderViewModel.stories[e];this.slideApiHandlers.setActiveStory(s),this.handleNextFlippingStoryIndexChange(e,t)}handleStoryReaderReachEnd(e){"auto"!==e?this.storyReaderViewModel.close("lastSlideClick"):this.animatedTransitionAdapter?.options.closeOnLastSlideByTimer&&this.storyReaderViewModel.close("auto")}async handleNextFlippingStoryIndexChange(e,t){if(-1===e)return;const s=this.currentIndex<e?1:-1;await(this.animatedTransitionAdapter?.transitionByDirection(s)),this.handleStoryFlippingTransitionEnd(e,t)}handleStoryFlippingTransitionEnd(e,t){this.storyReaderViewModel.emitCloseStoryEvent(t);1===(this.currentIndex<e?1:-1)?this.nextStory():this.prevStory(),this._nextFlippingStoryIndex=-1}setActiveStoryByIndex(e){this._currentIndex=e,this._activeStory=this.storyReaderViewModel.stories[this._currentIndex],this.slideApiHandlers.setActiveStory(this._activeStory),this.handleActiveStoryError(this._activeStory)}handleActiveStoryError(e){e.error&&this.storyManager.emit("showStoryFailed",{id:e.id,title:e.title,...e.error})}async fetchStoriesSlidesAndContextByNextStoryIndex(e){const t=this.getStoryFeedByTypeAndSlug(this.storyReaderViewModel.sourceInfo.listType,this.storyReaderViewModel.sourceInfo.feedSlug);await this.storyManager.rootStore.storyStore.fetchStoriesSlidesAndContextByNextStoryIndex({nextStoryIndex:e,storyFeed:t})}getStoryFeedByTypeAndSlug(e,t){const s=this.storyManager.rootStore.storyFeedStore,i=this.storyManager.rootStore.onboardingFeedStore;return e===Re.ONBOARDING?i.getFeedBySlug(t):s.getFeedBySlug(t)}}})();var fa,ya,va=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},wa=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e.RedirectToStory="redirectToStory",e.CloseStory="closeStory",e.ShowMultipleStories="showMultipleStories",e.ReloadStory="reloadStory"}(fa||(fa={})),function(e){e.Close="closeStoryReader"}(ya||(ya={}));let _a=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m=P,f=[],y=[],v=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[];return class O extends m{static{const L="function"==typeof Symbol&&Symbol.metadata?Object.create(m[Symbol.metadata]??null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.observable],a=[ve.computed],o=[ve.computed],n=[ve.action],l=[ve.action],d=[ve.action],c=[ve.action],h=[ve.action],u=[ve.action],p=[ve.action],g=[ve.action],wa(this,null,e,{kind:"accessor",name:"_uiPaused",static:!1,private:!1,access:{has:e=>"_uiPaused"in e,get:e=>e._uiPaused,set:(e,t)=>{e._uiPaused=t}},metadata:L},y,v),wa(this,null,t,{kind:"accessor",name:"_muted",static:!1,private:!1,access:{has:e=>"_muted"in e,get:e=>e._muted,set:(e,t)=>{e._muted=t}},metadata:L},w,_),wa(this,null,s,{kind:"accessor",name:"_timerPaused",static:!1,private:!1,access:{has:e=>"_timerPaused"in e,get:e=>e._timerPaused,set:(e,t)=>{e._timerPaused=t}},metadata:L},S,b),wa(this,null,i,{kind:"accessor",name:"_closeGestureInAction",static:!1,private:!1,access:{has:e=>"_closeGestureInAction"in e,get:e=>e._closeGestureInAction,set:(e,t)=>{e._closeGestureInAction=t}},metadata:L},x,C),wa(this,null,r,{kind:"accessor",name:"_stories",static:!1,private:!1,access:{has:e=>"_stories"in e,get:e=>e._stories,set:(e,t)=>{e._stories=t}},metadata:L},k,M),wa(this,null,a,{kind:"getter",name:"stories",static:!1,private:!1,access:{has:e=>"stories"in e,get:e=>e.stories},metadata:L},null,f),wa(this,null,o,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:L},null,f),wa(this,null,n,{kind:"method",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open},metadata:L},null,f),wa(this,null,l,{kind:"method",name:"close",static:!1,private:!1,access:{has:e=>"close"in e,get:e=>e.close},metadata:L},null,f),wa(this,null,d,{kind:"method",name:"reloadStory",static:!1,private:!1,access:{has:e=>"reloadStory"in e,get:e=>e.reloadStory},metadata:L},null,f),wa(this,null,c,{kind:"method",name:"nextStory",static:!1,private:!1,access:{has:e=>"nextStory"in e,get:e=>e.nextStory},metadata:L},null,f),wa(this,null,h,{kind:"method",name:"prevStory",static:!1,private:!1,access:{has:e=>"prevStory"in e,get:e=>e.prevStory},metadata:L},null,f),wa(this,null,u,{kind:"method",name:"nextStoryWithAnimation",static:!1,private:!1,access:{has:e=>"nextStoryWithAnimation"in e,get:e=>e.nextStoryWithAnimation},metadata:L},null,f),wa(this,null,p,{kind:"method",name:"prevStoryWithAnimation",static:!1,private:!1,access:{has:e=>"prevStoryWithAnimation"in e,get:e=>e.prevStoryWithAnimation},metadata:L},null,f),wa(this,null,g,{kind:"method",name:"navigateStoryWithAnimationByIndex",static:!1,private:!1,access:{has:e=>"navigateStoryWithAnimationByIndex"in e,get:e=>e.navigateStoryWithAnimationByIndex},metadata:L},null,f),L&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:L})}storyManager=va(this,f);statisticsService;storiesApi;#U=va(this,y,!1);get _uiPaused(){return this.#U}set _uiPaused(e){this.#U=e}#k=(va(this,v),va(this,w,!0));get _muted(){return this.#k}set _muted(e){this.#k=e}#z=(va(this,_),va(this,S,!1));get _timerPaused(){return this.#z}set _timerPaused(e){this.#z=e}#V=(va(this,b),va(this,x,!1));get _closeGestureInAction(){return this.#V}set _closeGestureInAction(e){this.#V=e}#W=(va(this,C),va(this,k,ve.observable.map()));get _stories(){return this.#W}set _stories(e){this.#W=e}_uiLocked=(va(this,M),!1);scrollbarHelper=new wr(window);_sourceInfo={listType:Re.DEFAULT,feedSlug:""};slideApi;slideApiHandlers=null;windowReferer=L.default;currentStoryDisplayStrategy=null;navigationHistory;storyDisplayStrategyFactory;_touchController=new Ei({touchStartTimeout:200});narrativeDataCache=new Ms;_sharePanelViewModel=new ua(this,new da);navigationController;static id="StoryReaderViewModel";constructor(e,t,s){super(),this.storyManager=e,this.statisticsService=t,this.storiesApi=s,this.navigationHistory=new Fs(this.storyManager,this),this.handleWindowUnload=this.handleWindowUnload.bind(this),this.handleEscKeydown=this.handleEscKeydown.bind(this),e.setViewModel(O.id,this),window.addEventListener("beforeunload",this.handleWindowUnload),this.storyDisplayStrategyFactory=new Ys(e,this),this.handleVisibilityChange=this.handleVisibilityChange.bind(this);const i=this.initSlideApi();this.navigationController=new ma(this.storyManager,this,i)}get nextFlippingStoryIndex(){return this.navigationController.nextFlippingStoryIndex}get sharePanel(){return this._sharePanelViewModel}get touchController(){return this._touchController}get feedSlug(){return this.sourceInfo.feedSlug??""}get sourceInfo(){return this._sourceInfo}get muted(){return this._muted}get uiPaused(){return this._uiPaused}get timerPaused(){return this._timerPaused}get closeGestureInAction(){return this._closeGestureInAction}get stories(){return Array.from(this._stories.values())}get activeStory(){return this.navigationController.activeStory}get isOpened(){return Boolean(this.navigationController.activeStory)}get currentIndex(){return this.navigationController.currentIndex}get reachStart(){return this.navigationController.reachStart}get reachEnd(){return this.navigationController.reachEnd}getStatisticsData(){return this.statisticsService.getData()}cleanupStatisticsData(){return this.statisticsService.cleanupData()}open(e,t){this.resetReaderToDefaultState(),this.updateSlideApiRef(),this.windowReferer=e.windowReferer,this.setScrollBar(e.windowReferer),this._sourceInfo=t,this.setStories(e.stories),this.navigationController.setActiveStoryById(e.id),this.statisticsService.init(t),this.storyManager.getConfig().enableStatistic(),this._touchController.init(document.body),document.addEventListener("visibilitychange",this.handleVisibilityChange),window.addEventListener("keydown",this.handleEscKeydown)}close(e="closeReaderByCloseBtn"){this.activeStory&&!this.activeStory?.disableClose&&(this.resetScrollBar(this.windowReferer),this.emit(ya.Close),this.sourceInfo.listType===Re.DEFAULT&&fs.emit(ya.Close,{id:this.activeStory.id}),this.emitCloseStoryEvent(e),this.resetReaderToDefaultState(),this._sourceInfo={listType:Re.DEFAULT,feedSlug:""},this.navigationController.destroy())}emitCloseStoryEvent(e){this.activeStory&&this.storyManager.emitEvent(new vs(this.activeStory,{action:e}))}canBeClosed(){return!(!this.activeStory||this.activeStory.isBlank)&&!this.activeStory.disableClose}async showStory(e,t){this.currentStoryDisplayStrategy=this.storyDisplayStrategyFactory.createShowStory(),await this.currentStoryDisplayStrategy.show({storyId:e,feed:t})}async showStoryOnce(e){this.currentStoryDisplayStrategy=this.storyDisplayStrategyFactory.createShowStoryOnce(),await this.currentStoryDisplayStrategy.show({storyId:e})}async showStoryFromSharePage(e,t){try{const s=this.storyDisplayStrategyFactory.createShowStoryFromSharePage();return this.currentStoryDisplayStrategy=s,await s.show({storyId:e,fetchShareUrl:t}),t&&this.storyManager.getConfig().disableStatistic(),!0}catch(e){return!1}}async showOnboardingStories(e){const t=this.storyDisplayStrategyFactory.createShowOnboardingStories();return this.currentStoryDisplayStrategy=t,t.show({feed:e?.feed??"",customTags:e?.customTags,limit:e?.limit})}async showMultipleStories(e){const t=this.storyDisplayStrategyFactory.createShowMultipleStories();this.currentStoryDisplayStrategy=t,await t.show({storyId:e.storyId,listType:e.listType??Re.DEFAULT,windowReferer:e.windowReferer??L.default,feed:e.feed,filter:e.filter})}async reloadStory(e){e.setError(null),this.currentStoryDisplayStrategy?.reload({storyId:e.id,listType:this.sourceInfo.listType,feed:this.sourceInfo.feedSlug})}nextStory(){return this.navigationController.nextStory()}prevStory(){return this.navigationController.prevStory()}nextStoryWithAnimation(e){return this.navigationController.nextStoryWithAnimation(e)}prevStoryWithAnimation(e){return this.navigationController.prevStoryWithAnimation(e)}navigateStoryWithAnimationByIndex(e,t){this.navigationController.navigateStoryWithAnimation(e,t)}destroy(){this.removeAllListeners(),window.removeEventListener("beforeunload",this.handleWindowUnload),this.storyManager.deleteViewModel(O.id)}closeGoodsWidget(){fs.emit("goodsWidget.close")}enableStoryTimer(){this._stories.forEach((e=>e.enableTimer()))}disableStoryTimer(){this._stories.forEach((e=>e.disableTimer()))}setAnimatedTransitionAdapter(e){this.navigationController.setAnimatedTransitionAdapter(e)}updateSlideApiRef(){(0,ms.getSlideApi)(this.slideApiHandlers)}resumeTimer(){this._uiLocked=!1,this._timerPaused=!1}pauseTimer(){this._uiLocked=!0,this._timerPaused=!0}pauseUI(){this._uiPaused=!0,this.pauseTimer()}resumeUI(){this._uiPaused=!1,this.resumeTimer()}mute(){this._muted=!0}unmute(){this._muted=!1}enableCloseGesture(){this._closeGestureInAction=!0}disableCloseGesture(){this._closeGestureInAction=!1}setStories(e){let t=e.filter((e=>!e.hideInReader));const s=new at({id:-1},this.storyManager.rootStore,this.storiesApi),i=new at({id:-2},this.storyManager.rootStore,this.storiesApi);t=[s,...t,i];const r=new Zr(this.storyManager,this,this.slideApi,this.slideApiHandlers,this._touchController);for(const e of t)this._stories.set(e.id,new ea(this.storyManager,this,this._sharePanelViewModel,e,this.slideApiHandlers,this.navigationHistory,r))}initSlideApi(){return this.slideApiHandlers=new js(this.narrativeDataCache,this.storyManager,this),this.slideApi=(0,ms.getSlideApi)(this.slideApiHandlers),this.slideApiHandlers}handleVisibilityChange(){"hidden"===document.visibilityState&&this.pauseTimerByVisibility(),"visible"===document.visibilityState&&this.resumeTimerByVisibility()}resumeTimerByVisibility(){this._uiLocked||(this._timerPaused=!1)}pauseTimerByVisibility(){this._uiLocked||(this._timerPaused=!0)}handleEscKeydown(e){27===e.keyCode&&this.close("closeReaderByEscBtn")}resetReaderToDefaultState(){if(this.isOpened){if(this.activeStory){const e=this.activeStory.id,t=this.activeStory.activeSlideIndex;fs.emit(Rs.CloseStoryReader,{storyId:e,slideIndex:t}),this.activeStory.markAsOpened()}this.resumeUI(),this.sharePanel.close(),this.navigationHistory.reset(),this.statisticsService.destroy(),this.clearStoryViewModels(),this._touchController.destroy(),document.removeEventListener("visibilitychange",this.handleVisibilityChange),window.removeEventListener("keydown",this.handleEscKeydown),this.navigationController.resetActiveStory()}}clearStoryViewModels(){for(const e of this._stories.values())e.destroy();this._stories=ve.observable.map()}setScrollBar(e){e===L.default&&this.scrollbarHelper.setScrollbar()}resetScrollBar(e){e===L.default&&this.scrollbarHelper.resetScrollbar()}handleWindowUnload(e){this.activeStory&&(fs.emit(Rs.NextSlide,{fromStoryId:this.activeStory.id,fromSlideIndex:this.activeStory.activeSlideIndex}),this.statisticsService.sendData())}}})();class Sa{storyManager;constructor(e){this.storyManager=e}create(){const e=new Bs(this.storyManager),t=new Ps(this.storyManager,e);return new _a(this.storyManager,t,new Qe(this.storyManager))}}class ba{animatedSlider;options;constructor(e,t){this.animatedSlider=e,this.options=t}transitionByDirection(e){return this.animatedSlider.transformWithAmimation(e)}}class xa{narrativeDataCache;storyManager;iamReader;deferredActionsQueue=new Ls;activeMessageNarrativeDataCache=new Ms;activeMessageSlide=null;activeMessage=null;constructor(e,t,s){this.narrativeDataCache=e,this.storyManager=t,this.iamReader=s}lock(e){if(this.activeMessageSlide&&this.activeMessageSlide!==e)throw new Error(`[SlideApi]: The resource is locked by message with ID ${this.activeMessage?.id}`);this.activeMessageSlide=e}unlock(e){this.activeMessageSlide===e&&(this.activeMessageSlide=null)}exec(){this.activeMessageSlide&&(this.deferredActionsQueue.exec(),this.deferredActionsQueue.flush())}async getCardLocalData(){if(!this.activeMessage)return{};let e=this.narrativeDataCache.get(`iam_${this.activeMessage.id}_data_${this.storyManager.rootStore.sessionStore.userId}`);return e?JSON.parse(e):{}}setCardLocalData(e,t){if(!this.activeMessage)return;let s=JSON.stringify(e);this.narrativeDataCache.set(`iam_${this.activeMessage.id}_data_${this.storyManager.rootStore.sessionStore.userId}`,s),t&&this.activeMessage.updateUserData(s).catch(console.error)}getCardServerData(e){return this.activeMessage.context.widgetsData._narrative_saved_data?.[e]??null}updateCardServerData(e,t){this.activeMessage.context.widgetsData._narrative_saved_data=t}getSlideDuration(e,t){return this.activeMessage.context.widgetsData._narrative_slides_duration?.[e]?.[t]??null}pauseUI(){this.activeMessageSlide?.pause()}resumeUI(){this.activeMessageSlide?.resume()}showCardTextInput(e,t){}setCardSessionValue(e,t){this.activeMessageNarrativeDataCache.set(e,t)}getCardSessionValue(e){return this.activeMessageNarrativeDataCache.get(e)}getWidgetsSharedData(e,t){const s=this.activeMessage.context.widgetsData;switch(t){case"rangeSlider":return s._narrative_range_slider_data?.[e];case"poll":return s._narrative_poll_data?.[e];case"vote":return s._narrative_vote_data?.[e]}return null}openUrl(e){window.open(e,"_parent")}async sendApiRequest(e,t,s,i,r,a){try{const a=await Lt.request({url:e,method:t,params:s??{},headers:i??{},data:r??{}});return{status:a.status,headers:a.headers,data:a.data}}catch(e){if(e instanceof z)return{status:e.networkStatus??400,headers:e.response?.headers,data:e.response?.data}}}share(e,t){}shareSlideScreenshot(e,t,s){}showLayer(e){this.activeMessageSlide?.showLayerByIndex(e)}showCardSlide(e){}cardShowNext(){}showNextSlide(e){}sendStatisticEvent(e,t,s){let i=null;switch(e){case"w-copy":i=new Qt(s.widget_id,s.widget_value,s.widget_label);break;case"w-share":i=new Jt(s.widget_id,s.widget_answer,s.widget_label,s.widget_value,s.widget_answer_label);break;case"w-rate-answer":i=new Zt(s.widget_id,s.widget_answer,s.widget_label,s.widget_value);break;case"w-range-slider-answer":i=new Yt(s.widget_id,s.widget_answer,s.widget_label)}i&&(this.activeMessage.trackWidgetEvent(i),this.iamReader.emitWidgetEvent(i))}destroy(){}setActiveMessage(e){this.activeMessageNarrativeDataCache.clear(),this.activeMessage=e,this.activeMessageSlide&&this.unlock(this.activeMessageSlide)}async resetCard(e){}pushToDefferedActionsQueueOrExec(e){this.activeMessageSlide?e():this.deferredActionsQueue.push(e)}getCardFonts(){return this.storyManager.rootStore.sessionStore.session?.fontsResources??[]}updateTimeline(e,t,s,i,r,a){}showToast(e){this.activeMessageSlide?.showToast({content:e})}}class Ca{_vw;_vh;constructor(e,t){this._vw=e,this._vh=t}get contentRatio(){return 9/16}getWidth(){return this._vw}getHeight(){return this._vh}}class ka{_vw;_vh;_contentRatio;desktopMode;constructor(e,t,s,i){this._vw=e,this._vh=t,this._contentRatio=s,this.desktopMode=i,this.desktopMode&&this.initViewportWidthForDesktopMode()}get contentRatio(){return this._contentRatio}getWidth(){return this._vw}getHeight(){return Math.ceil(this._vw/this._contentRatio)}initViewportWidthForDesktopMode(){this._vw>557&&(this._vw=557)}}class Ma{_vw;_vh;_contentRatio;desktopMode;constructor(e,t,s,i){this._vw=e,this._vh=t,this._contentRatio=s,this.desktopMode=i,this.desktopMode&&this.initViewportWidthForDesktopMode()}get contentRatio(){return this._contentRatio}getWidth(){return this._vw}getHeight(){return Math.ceil(this._vw/this._contentRatio)}initViewportWidthForDesktopMode(){this._vw>557&&(this._vw=557)}}class La{create(e,t){switch(e){case hs.BottomSheet:return new ka(t.vw,t.vh,t.appearanceOptions.contentRatio,t.desktopMode);case hs.Modal:return new Ma(t.vw,t.vh,t.appearanceOptions.contentRatio,t.desktopMode);case hs.Fullscreen:return new Ca(t.vw,t.vh)}}}class Oa{_vw;_vh;_contentRatio;constructor(e,t,s){this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}getOffset(){const e=this.calculateHeight();return-(Math.ceil(e-this._vh)/2)+"px 0px"}getOffsetX(){return"0px"}getOffsetY(){const e=this.calculateHeight();return`${Math.ceil(e-this._vh)/2}px`}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return this._vw}calculateHeight(){return Math.ceil(this._vw/this._contentRatio)}}class Ia{_vw;_vh;_contentRatio;constructor(e,t,s){this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}get vw(){return this._vw}get vh(){return this._vh}getOffset(){const e=this.calculateWidth();return`0px ${-(Math.ceil(e-this._vw)/2)}px`}getOffsetX(){const e=this.calculateWidth();return`${Math.ceil(e-this._vw)/2}px`}getOffsetY(){return"0px"}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return Math.ceil(this._vh*this._contentRatio)}calculateHeight(){return this._vh}}class Aa{}class Ea extends Aa{_vw;_vh;_contentRatio;constructor(e,t,s){super(),this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}getOffset(){const e=this.calculateHeight();return-(Math.ceil(e-this._vh)/2)+"px 0px"}getOffsetX(){return"0px"}getOffsetY(){const e=this.calculateHeight();return`${Math.ceil(e-this._vh)/2}px`}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return this._vw}calculateHeight(){return Math.ceil(this._vw/this._contentRatio)}}class Ta extends Aa{_vw;_vh;_contentRatio;constructor(e,t,s){super(),this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}getOffset(){const e=this.calculateWidth();return`0px ${Math.ceil(this._vw-e)/2}px`}getOffsetX(){const e=this.calculateWidth();return`${Math.ceil(this._vw-e)/2}px`}getOffsetY(){return"0px"}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return Math.ceil(this.calculateHeight()*this._contentRatio)}calculateHeight(){return this._vh}}class Ra{constructor(){}create(e){const t=this.getViewportParams(e);return this.isFullscreen(e,t)?this.createFullscreenSlideGeometry(t):this.createWideOrSquareGeometry(t)}isFullscreen(e,t){return e instanceof Ca}createWideOrSquareGeometry(e){return e.viewportRatio>e.contentRatio?new Oa(e.vw,e.vh,e.contentRatio):new Ia(e.vw,e.vh,e.contentRatio)}getViewportParams(e){return{vw:e.getWidth(),vh:e.getHeight(),viewportRatio:e.getWidth()/e.getHeight(),contentRatio:e.contentRatio}}createFullscreenSlideGeometry(e){return e.viewportRatio>e.contentRatio?new Ta(e.vw,e.vh,e.contentRatio):new Ea(e.vw,e.vh,e.contentRatio)}}class Pa{slide;_mode=rr.None;_defaultPrevented=!1;_direction=0;constructor(e){this.slide=e,this._direction=this.calcDirection()}get mode(){return this._mode}get direction(){return this._direction}get defaultPrevented(){return this._defaultPrevented||this.slide.navigationDisabled}get navigationDisabled(){return!1}preventDefault(){this._defaultPrevented=!0}disableNextClick(){this._mode=rr.DisableNext}navigate(){this.direction<0?this.toPrev():this.mode!==rr.DisableNext&&this.toNext()}toPrev(){}toNext(){}calcClickPosition(){return.3}calcDirection(){return this.calcClickPosition()<=.3?-1:1}}var Ba=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Da=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let ja=(()=>{let e,t=P,s=[];return class extends t{static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(t[Symbol.metadata]??null):void 0;e=[ve.computed],Da(this,null,e,{kind:"getter",name:"isLoading",static:!1,private:!1,access:{has:e=>"isLoading"in e,get:e=>e.isLoading},metadata:i},null,s),i&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}message=Ba(this,s);iamMessageSlide;messageSlideRendererFactory;slideRenderer;locked=!1;constructor(e,t,s){super(),this.message=e,this.iamMessageSlide=t,this.messageSlideRendererFactory=s,this.slideRenderer=this.messageSlideRendererFactory.create({slide:this,message:this.message}),this.handleDocumentVisibilityChange=this.handleDocumentVisibilityChange.bind(this)}get isLoading(){return this.slideRenderer.state===or.Loading}get html(){return this.iamMessageSlide.html}get navigationDisabled(){return this.slideRenderer.navigationDisabled}async init(e){return this.slideRenderer.init(e)}async start(){return document.addEventListener("visibilitychange",this.handleDocumentVisibilityChange),this.slideRenderer.start()}async reload(){return this.slideRenderer.reload()}stop(){return document.removeEventListener("visibilitychange",this.handleDocumentVisibilityChange),this.slideRenderer.stop()}pause(){return this.slideRenderer.pause()}resume(){return this.slideRenderer.resume()}pauseAndLock(){return this.locked=!0,this.pause()}resumeAndUnlock(){return this.locked=!1,this.resume()}mute(){this.slideRenderer.mute()}unmute(){this.slideRenderer.unmute()}onClick(e){const t=new Pa(this);this.slideRenderer.onClick({target:e,navigationController:t})}onLinkClick(e){this.slideRenderer.onClickLinkElement(e.target)}showLayerByIndex(e){this.slideRenderer.showLayerByIndex(e)}destroy(){return this.slideRenderer.stop()}showToast(e){new Ti({getMountPoint:()=>this.slideRenderer.$el,...e})}handleDocumentVisibilityChange(){this.locked||("hidden"===document.visibilityState&&this.pause(),"visible"===document.visibilityState&&this.resume())}}})();class Fa extends P{iamReader;iamMessage;_slides=[];_openTime=0;constructor(e,t,s){super(),this.iamReader=e,this.iamMessage=t,this._slides=this.iamMessage.slides.map((e=>new ja(this,e,s)))}get id(){return this.iamMessage.id}get activeSlideIndex(){return this.iamMessage.activeSlideIndex}get openTime(){return this._openTime}get slides(){return this._slides}get context(){return this.iamMessage.context}get appearanceOptions(){return this.iamMessage.appearanceOptions}get type(){return this.iamMessage.type}async trackOpen(){await this.iamMessage.trackOpen()}async trackClose(){await this.iamMessage.trackClose()}async trackWidgetEvent(e){await this.iamMessage.trackWidgetEvent(e)}async updateUserData(e){return this.iamMessage.updateUserData(e)}toPublicDto(){return this.iamMessage.toPublicDto()}destroy(){}}class Na{iamReader;constructor(e){this.iamReader=e}handle(e){this.iamReader.close()}}class Ua{storyManager;iamMessage;messageSlide;constructor(e,t,s){this.storyManager=e,this.iamMessage=t,this.messageSlide=s}async handle(e){this.iamMessage.trackWidgetEvent(new Kt(e.elementId,e.linkTarget,""));try{await this.storyManager.openGame(e.linkTarget),this.messageSlide.pauseAndLock(),this.storyManager.gameReaderViewModel?.once(Sr.Close,(()=>{this.messageSlide.resumeAndUnlock()}))}catch(e){console.error(e)}}}class za{iamReader;storyManager;iamMessage;constructor(e,t,s){this.iamReader=e,this.storyManager=t,this.iamMessage=s}handle(e){const t=decodeURIComponent(e.linkTarget);this.emitWidgetEvent(t,e.elementId),this.emitClickOnButtonEvent(t,e.elementId)}emitWidgetEvent(e,t){const s=new Kt(t,e,"");this.iamMessage.trackWidgetEvent(s),this.iamReader.emitWidgetEvent(s)}emitClickOnButtonEvent(e,t){const s=this.getClickOnButtonEventPayload(e,t);this.iamReader.emit(Qa.ClickOnButton,s),this.storyManager.clickOnButtonAction({src:y.IAM_READER,payload:s})}getClickOnButtonEventPayload(e,t){return{id:this.iamMessage.id,index:this.iamMessage.activeSlideIndex,url:e,elementId:t}}}class Va{iamReader;storyManager;messageSlide;constructor(e,t,s){this.iamReader=e,this.storyManager=t,this.messageSlide=s}async handle(e){const t=parseInt(e.linkTarget);try{await this.storyManager.showStory(t),this.messageSlide.pauseAndLock(),this.storyManager.storyReaderViewModel.once(ya.Close,(()=>{this.iamReader.updateSlideApiRef(),this.messageSlide.resumeAndUnlock()}))}catch(e){console.error(e)}}}class Wa{handle(e){console.log(`There is no action handler for <${e.linkType}:${e.linkTarget}>`)}}class Ga{storyManager;iamReader;message;messageSlide;constructor(e,t,s,i){this.storyManager=e,this.iamReader=t,this.message=s,this.messageSlide=i}create(e){switch(e){case"url":return new za(this.iamReader,this.storyManager,this.message);case"story":return new Va(this.iamReader,this.storyManager,this.messageSlide);case"game":return new Ua(this.storyManager,this.message,this.messageSlide);case"closeIAM":return new Na(this.iamReader)}return new Wa}}class $a{slide;story;slideApiHandlers;constructor(e,t,s){this.slide=e,this.story=t,this.slideApiHandlers=s}async onSlideStarted(){this.slideApiHandlers.lock(this.slide),this.slideApiHandlers.exec()}onSlideStop(){this.slideApiHandlers.unlock(this.slide)}onSlideStateChanged(e){}onSlideLoadStart(){}onSlideLoadEnd(){}onSlideResume(){}onSlidePause(){}onSlideInit(){}onSlideVideoError(){}}class Ha{storyManager;iamReader;slideApi;slideApiHandlers;touchController;constructor(e,t,s,i,r){this.storyManager=e,this.iamReader=t,this.slideApi=s,this.slideApiHandlers=i,this.touchController=r}create({slide:e,message:t}){const s=new Js,i=new di,r=new Dr(new Ga(this.storyManager,this.iamReader,t,e)),a=new cr(new $a(e,t,this.slideApiHandlers),i,this.slideApi.Animation,s,r);return this.registerWidgets({widgetManager:i,slideApi:this.slideApi,message:t,slide:e}),a}registerWidgets({widgetManager:e,slideApi:t,message:s,slide:i}){e.registerMany([new Ci(t),new hi(t),new ui(t),new pi(t),new ki(t),new gi(t),new mi(t),new wi(t,this.touchController),new _i(t),new Si(t),new ir(t,this.touchController,i),new xi(t)])}}class qa extends Error{constructor(e){super(`[IAM]: you must close IAM with ID ${e}`),this.name="IamMessageOpenError"}}var Qa,Ka=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Ya=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e.Loaded="loaded",e.Close="close",e.WidgetEvent="widgetEvent",e.ClickOnButton="clickOnButton"}(Qa||(Qa={}));let Za=(()=>{let e,t,s,i,r=P,a=[],o=[],n=[];return class l extends r{static{const l="function"==typeof Symbol&&Symbol.metadata?Object.create(r[Symbol.metadata]??null):void 0;e=[ve.observable],t=[ve.action],s=[ve.action],i=[ve.action],Ya(this,null,e,{kind:"accessor",name:"_activeMessage",static:!1,private:!1,access:{has:e=>"_activeMessage"in e,get:e=>e._activeMessage,set:(e,t)=>{e._activeMessage=t}},metadata:l},o,n),Ya(this,null,t,{kind:"method",name:"showMessageById",static:!1,private:!1,access:{has:e=>"showMessageById"in e,get:e=>e.showMessageById},metadata:l},null,a),Ya(this,null,s,{kind:"method",name:"showMessageByEvent",static:!1,private:!1,access:{has:e=>"showMessageByEvent"in e,get:e=>e.showMessageByEvent},metadata:l},null,a),Ya(this,null,i,{kind:"method",name:"close",static:!1,private:!1,access:{has:e=>"close"in e,get:e=>e.close},metadata:l},null,a),l&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:l})}storyManager=Ka(this,a);iamStore;iamDisplayService;#G=Ka(this,o,null);get _activeMessage(){return this.#G}set _activeMessage(e){this.#G=e}visibilityObserver=Ka(this,n);slideApiHandlers;slideApi;_touchController=new Ei;narrativeDataCache=new Ms;scrollbarHelper=new wr(window);eventPublisher;constructor(e,t,s){super(),this.storyManager=e,this.iamStore=t,this.iamDisplayService=s,this.storyManager.setViewModel(l.id,this),this.visibilityObserver=new gs(this),this.handleStoryReaderClose=this.handleStoryReaderClose.bind(this),this.initSlideApi()}static id="IamReaderViewModel";get touchController(){return this._touchController}get activeMessage(){return this._activeMessage}get isLoaded(){return this.iamStore.isLoaded}get isLoading(){return this.iamStore.isLoading}get isOpened(){return Boolean(this._activeMessage)}async preload(){await this.storyManager.waitStoryManagerConfig();return await this.iamStore.preload()}async showMessageById(e,t){await this.storyManager.waitStoryManagerConfig(),this.checkMessageNotOpened();const s=await this.iamDisplayService.getMessageById(e,t);return await this.open(s),s}async showMessageByEvent(e,t){await this.storyManager.waitStoryManagerConfig(),this.checkMessageNotOpened();const s=await this.iamDisplayService.getMessageByEvent(e,t);return await this.open(s),s}async close(){if(!this._activeMessage)return;this.emitCloseEvent(this._activeMessage),this.clearActiveMessage(),this.visibilityObserver.unsubscribe(),this.touchController.destroy(),this.scrollbarHelper.resetScrollbar();const e=await this.storyManager.waitViewModel(_a.id);e?.off(ya.Close,this.handleStoryReaderClose)}async open(e){this.updateSlideApiRef(),e.updatePlaceholders(this.storyManager.rootStore.placeholderStore.placeholders),this.touchController.init(document.body),this.setActiveMessage(e),this.visibilityObserver.subscribe(),this.scrollbarHelper.setScrollbar();const t=await this.storyManager.waitViewModel(_a.id);t?.on(ya.Close,this.handleStoryReaderClose)}destroy(){this.storyManager.deleteViewModel(l.id)}emitWidgetEvent(e){this.emit(Qa.WidgetEvent,{message:this.activeMessage.toPublicDto(),name:e.type,data:e.toJSON()})}updateSlideApiRef(){(0,ms.getSlideApi)(this.slideApiHandlers)}setEventPublisher(e){this.eventPublisher=e}emit(e,...t){return super.emit(e,...t),this.eventPublisher.emit(e,...t)}emitCloseEvent(e){this.emit(Qa.Close,{message:e.toPublicDto()})}initSlideApi(){this.slideApiHandlers=new xa(this.narrativeDataCache,this.storyManager,this),this.slideApi=(0,ms.getSlideApi)(this.slideApiHandlers)}setActiveMessage(e){const t=this.createIamMessageViewModel(e);this.slideApiHandlers.setActiveMessage(t),t.trackOpen(),this._activeMessage=t}clearActiveMessage(){this._activeMessage&&(this._activeMessage.trackClose(),this._activeMessage=null)}createIamMessageViewModel(e){const t=new Ha(this.storyManager,this,this.slideApi,this.slideApiHandlers,this.touchController);return new Fa(this,e,t)}checkMessageNotOpened(){if(this.activeMessage)throw new qa(this.activeMessage.id)}handleStoryReaderClose(){this.updateSlideApiRef()}}})();class Ja{iamReader;eventEmitter=new(s());constructor(e){this.iamReader=e,this.iamReader.setEventPublisher(this.eventEmitter)}get activeMessage(){return this.iamReader.activeMessage?.toPublicDto()}get isLoaded(){return this.iamReader.isLoaded}get isLoading(){return this.iamReader.isLoading}get isOpened(){return this.iamReader.isOpened}async preload(){const e=(await this.iamReader.preload()).map((e=>e.toPublicDto()));return this.eventEmitter.emit(Qa.Loaded,{messages:e}),e}async showMessageById(e,t){return(await this.iamReader.showMessageById(e,t)).toPublicDto()}async showMessageByEvent(e,t){return(await this.iamReader.showMessageByEvent(e,t)).toPublicDto()}async close(){return this.iamReader.close()}on(e,t){return this.eventEmitter.on(e,t),this}once(e,t){return this.eventEmitter.once(e,t),this}off(e,t){return this.eventEmitter.off(e,t),this}}class Xa{storyFeed;story;id;title;titleColor;hasAudio;hasSwipeUp;isOpened;deeplink;gameInstanceId;hideInReader=!1;hideTimeline=!1;constructor(e,t){this.storyFeed=t,this.id=e.id,this.title=e.title,this.titleColor=e.titleColor,this.hasAudio=e.hasAudio??!1,this.hasSwipeUp=e.hasSwipeUp??!1,this.isOpened=e.isOpened,this.deeplink=e.deeplink??void 0,this.gameInstanceId=e.gameInstance?.id??void 0,this.hideInReader=e.hideInReader??!1,this.hideTimeline=e.hideTimeline,this.isOpened=e.isOpened,this.story=e}getCover(e){return{imageSrc:this.story.image?.findOneByCoverQuality(e)?.url,videoSrc:this.story.videoCoverSrc??void 0,backgroundColor:this.story.backgroundColor,feedCoverSrc:this.storyFeed?.coverSrc}}}var eo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},to=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let so=(()=>{let e,t,s=P,i=[],r=[],a=[];return class extends s{static{const o="function"==typeof Symbol&&Symbol.metadata?Object.create(s[Symbol.metadata]??null):void 0;e=[ve.observable],t=[ve.computed],to(this,null,e,{kind:"accessor",name:"topStory",static:!1,private:!1,access:{has:e=>"topStory"in e,get:e=>e.topStory,set:(e,t)=>{e.topStory=t}},metadata:o},r,a),to(this,null,t,{kind:"getter",name:"top",static:!1,private:!1,access:{has:e=>"top"in e,get:e=>e.top},metadata:o},null,i),o&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:o})}storyManager=eo(this,i);options;storyModels=[];unreadedStoryModels=new Map;storiesReactionDisposer;feed;#$=eo(this,r,null);get topStory(){return this.#$}set topStory(e){this.#$=e}_activeIndex=(eo(this,a),-1);constructor(e,t={feed:"default"}){super(),this.storyManager=e,this.options=t,this.storiesReactionDisposer=(0,ve.reaction)((()=>this.storyManager.rootStore.storyFeedStore.getFeedBySlug(this.options.feed)?.stories),(e=>{e&&this.handleStoriesChange(e)})),this.feed=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(this.options.feed)??void 0}get stories(){return this.storyModels.map((e=>this.createStackFeedStoryByModel(e)))}get length(){return this.storyModels.length}get activeIndex(){return this._activeIndex}get feedCoverSrc(){return this.feed?.coverSrc}get top(){return this.topStory}reload(){this.storyModels=[],this.unreadedStoryModels=new Map}destroy(){this.storiesReactionDisposer(),this.emit("destroy")}markStoryAsOpened(e){this.unreadedStoryModels.delete(e),this.resetUnreadedStories(),this.update()}resetUnreadedStories(){0===this.unreadedStoryModels.size&&(this.unreadedStoryModels=new Map(this.storyModels.map((e=>[e.id,e]))))}handleStoriesChange(e){this.storyModels=e.slice(),this.resetUnreadedStories(),this.update()}createStackFeedStoryByModel(e){return new Xa(e,this.feed)}update(){const e=this.unreadedStoryModels.values().next().value;if(!e)throw new Error("[StackedStoryList]: Empty stacked story list");this._activeIndex=this.storyModels.indexOf(e),this.topStory=this.createStackFeedStoryByModel(e),this.onUpdateTopStory(this.topStory),this.emit("update",this.topStory)}}})();class io extends so{feedCoverageAnalyticsCalculator=new So;firstStoryShown=!1;_id;constructor(e,t){super(e,t),this._id=(0,F.v4)(),this.handleShowStory=this.handleShowStory.bind(this),this.handleCloseStoryReader=this.handleCloseStoryReader.bind(this),this.handleEventBusEvents=this.handleEventBusEvents.bind(this),this.subscribeToStoryReader(),this.subscribeToFeedCoverageAnalytics(),this.storyManager.setViewModel(this._id,this)}async reload(){return this.firstStoryShown=!1,super.reload(),this.loadStories()}destroy(){const e=this.storyManager.storyReaderViewModel;e?.off("showStory",this.handleShowStory),e?.off(ya.Close,this.handleCloseStoryReader),fs.off("openGame",this.handleShowStory),fs.off("clickOnStoryDeepLink",this.handleShowStory),this.feedCoverageAnalyticsCalculator.destroy(),super.destroy(),this.storyManager.deleteViewModel(this._id)}showStory(e){const t=an.instance,s=J()(e.deeplink)&&e.deeplink.trim().length>0,i=e.gameInstanceId;if(!e.hideInReader||s||i){if(s&&null!==e.deeplink){const s={index:0,id:e.id,story:e,isDeeplink:!0,url:e.deeplink};return t.clickOnButtonAction({src:y.STACK_STORY_LIST,payload:s}),void this.markStoryAsOpened(e.id)}if(i)return t.openGame(i).catch(console.error),void this.markStoryAsOpened(e.id);this.storyManager.storyReaderViewModel?.showMultipleStories({storyId:e.id,listType:Re.DEFAULT,windowReferer:L.stacked,feed:this.options.feed}),this.markStoryAsOpened(e.id)}else console.error("[StackedStoryList]: Cannot open hidden story id "+e.id)}handleCloseStoryReader(){this.top&&this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(this.top.id)}markStoryAsOpened(e){this.storyManager.rootStore.storyStore.findStoryById(e).markIsOpened(),this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(e),super.markStoryAsOpened(e)}onUpdateTopStory(e){this.firstStoryShown||(this.firstStoryShown=!0,this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(e.id))}async subscribeToStoryReader(){try{const e=this.storyManager.storyReaderViewModel;fs.on("openGame",this.handleEventBusEvents),fs.on("clickOnStoryDeepLink",this.handleEventBusEvents),e?.on("showStory",this.handleShowStory),e?.on(ya.Close,this.handleCloseStoryReader)}catch(e){console.error("[StackedStoryList]: error while story reader init")}}handleShowStory({id:e}){this.markStoryAsOpened(e)}handleEventBusEvents({id:e}){this.markStoryAsOpened(e)}async loadStories(){try{this.emit("startLoad"),await this.storyManager.rootStore.storyFeedStore.fetchDefaultFeed({feedSlug:this.options.feed}),this.emit("endLoad")}catch(e){console.error("[StackedStoryList]: error while story list loaded")}}subscribeToFeedCoverageAnalytics(){const e=new Co(this.storyManager,{listType:Re.DEFAULT,feed:this.options.feed,filter:{}});this.feedCoverageAnalyticsCalculator.on("feedImpression",e.handle)}}class ro{storyManager;constructor(e){this.storyManager=e}createStoryReader(){return new Sa(this.storyManager).create()}createGameReader(){return new kr(this.storyManager).create()}createStoryList(){return new yo(this.storyManager).create()}createInAppMessagingReader(){const e=this.storyManager.rootStore.iamStore;return new Za(this.storyManager,e,new cs(this.storyManager,e,new Rt(this.storyManager)))}}class ao extends P{storyListViewModel;story;id;title;titleColor;backgroundColor;background;deeplink;hideInReader;gameInstance;hasAudio;image;videoCoverSrc;videoCover;constructor(e,t){super(),this.storyListViewModel=e,this.story=t,this.id=this.story.id,this.title=this.story.title,this.titleColor=this.story.titleColor,this.background=this.story.background,this.backgroundColor=this.story.backgroundColor,this.deeplink=this.story.deeplink,this.hideInReader=this.story.hideInReader,this.gameInstance=this.story.gameInstance,this.hasAudio=this.story.hasAudio,this.image=this.story.image,this.videoCover=this.story.videoCover,this.videoCoverSrc=this.story.videoCoverSrc}get like(){return this.story.like}get favorite(){return this.story.favorite}get isOpened(){return this.story.isOpened}getAspectRatio(e){switch(e){case C.STYLE_CIRCLE:case C.STYLE_QUAD:return 1;case C.STYLE_RECTANGLE:return this.storyListViewModel.session?.previewAspectRatio??.8;default:return 1}}getImageSrcByCoverQuality(e){return this.story.image?.findOneByCoverQuality(e)?.url}onClick(e){this.storyListViewModel.onStoryClick(this,e)}destroy(){}}class oo extends ao{static create(e,t,s,i){const r=new at({id:-100,title:e.title.content??"",title_color:e.title.color,is_opened:!1,background_color:e.backgroundColor,image:oo.getBgImage(e)},s,i);return new oo(t,r)}static getBgImage(e){let t=[];return e.image&&e.image.svgSrc&&e.image.svgSrc.baseState&&t.push({width:100,height:100,type:"h",url:`data:image/svg+xml,${q(e.image.svgSrc.baseState)}`}),t}}class no{storyManager;storyListViewModel;constructor(e,t){this.storyManager=e,this.storyListViewModel=t,this.createFunctionWithTimeout=this.createFunctionWithTimeout.bind(this)}handle(e,t){this.storyManager.rootStore.storyStore.findStoryById(e.id).markIsOpened(),this.handleClickOnStoryCardDeepLink({id:e.id,index:t.index,isDeeplink:!0,url:e.deeplink},{listType:this.storyListViewModel.params.listType})}handleClickOnStoryCardDeepLink(e,{listType:t}){const s={data:[[1,0,e.id,0,0]]},i=()=>{e.isDeeplink&&e.url&&this.storyManager.clickOnButtonAction({src:y.STORY_LIST,payload:e})};t===Re.UGC||this.storyManager.getConfig().isStatisticsDisabled?i():Mt("session/update",s,this.createFunctionWithTimeout(i,1e3))}createFunctionWithTimeout(e,t){let s=!1;function i(){s||(s=!0,e())}return setTimeout(i,t||1e3),i}}class lo{storyManager;storyListViewModel;constructor(e,t){this.storyManager=e,this.storyListViewModel=t}handle(e,t){this.storyManager.rootStore.storyStore.findStoryById(e.id).markIsOpened();const s=e.gameInstance?.id;this.storyManager.gameReaderViewModel.openGame(s,{})}}class co{storyManager;storyListViewModel;constructor(e,t){this.storyManager=e,this.storyListViewModel=t}handle(e,t){const s={index:t.index,isDeeplink:!1,id:e.id,listType:this.storyListViewModel.params.isFavorite?Re.FAVORITE:Re.DEFAULT,windowReferer:this.storyListViewModel.params.isFavorite?L.favorite:L.default};this.openStoryReader(s),this.emitClickOnStory({id:e.id,index:t.index,isDeeplink:!1},{feedSlug:this.storyListViewModel.params.feedSlug,filter:this.storyListViewModel.params.filter})}async openStoryReader(e){try{const t=this.storyListViewModel.params.feedSlug;await this.storyManager.storyReaderViewModel.showMultipleStories({storyId:e.id,feed:t,listType:e.listType,filter:this.storyListViewModel.params.filter})}catch(e){console.error(e)}}emitClickOnStory(e,t){const s=t.feedSlug,i=t.filter,r=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(s),a=r.getStoryById(e.id),o={title:null,tags:[],slidesCount:null,feed:null,filter:null,source:null};o.title=a.statTitle,o.tags=a.tags,o.slidesCount=a.slidesCount,r.type===Re.DEFAULT?o.feed=s:r.type===Re.UGC&&(o.filter=i),o.source=M.list,this.storyManager.emit("clickOnStory",{...e,...o})}}class ho{static createHandler(e,t,s){const{deeplink:i,hideInReader:r,gameInstance:a}=e,o=J()(i)&&i.trim().length>0,n=a?.id;return this.isInvalidStoryClick(Boolean(r),o,n,e.id)?null:o?new no(t,s):n?new lo(t,s):new co(t,s)}static isInvalidStoryClick(e,t,s,i){return!(!e||t||s)&&(console.error(`Cannot open hidden story id ${i}`),!0)}}var uo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},po=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let go=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p=P,g=[],m=[],f=[],y=[],v=[],w=[],_=[],S=[],b=[];return class x extends p{static{const x="function"==typeof Symbol&&Symbol.metadata?Object.create(p[Symbol.metadata]??null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.observable],r=[ve.action],a=[ve.computed],o=[ve.computed],n=[ve.computed],l=[ve.computed],d=[ve.computed],c=[ve.computed],h=[ve.action],u=[ve.action],po(this,null,e,{kind:"accessor",name:"_modeDesktop",static:!1,private:!1,access:{has:e=>"_modeDesktop"in e,get:e=>e._modeDesktop,set:(e,t)=>{e._modeDesktop=t}},metadata:x},m,f),po(this,null,t,{kind:"accessor",name:"ugcCardOptions",static:!1,private:!1,access:{has:e=>"ugcCardOptions"in e,get:e=>e.ugcCardOptions,set:(e,t)=>{e.ugcCardOptions=t}},metadata:x},y,v),po(this,null,s,{kind:"accessor",name:"favoriteCardOptions",static:!1,private:!1,access:{has:e=>"favoriteCardOptions"in e,get:e=>e.favoriteCardOptions,set:(e,t)=>{e.favoriteCardOptions=t}},metadata:x},w,_),po(this,null,i,{kind:"accessor",name:"_params",static:!1,private:!1,access:{has:e=>"_params"in e,get:e=>e._params,set:(e,t)=>{e._params=t}},metadata:x},S,b),po(this,null,r,{kind:"setter",name:"modeDesktop",static:!1,private:!1,access:{has:e=>"modeDesktop"in e,set:(e,t)=>{e.modeDesktop=t}},metadata:x},null,g),po(this,null,a,{kind:"getter",name:"modeDesktop",static:!1,private:!1,access:{has:e=>"modeDesktop"in e,get:e=>e.modeDesktop},metadata:x},null,g),po(this,null,o,{kind:"getter",name:"session",static:!1,private:!1,access:{has:e=>"session"in e,get:e=>e.session},metadata:x},null,g),po(this,null,n,{kind:"getter",name:"stories",static:!1,private:!1,access:{has:e=>"stories"in e,get:e=>e.stories},metadata:x},null,g),po(this,null,l,{kind:"getter",name:"params",static:!1,private:!1,access:{has:e=>"params"in e,get:e=>e.params},metadata:x},null,g),po(this,null,d,{kind:"getter",name:"hasFavoriteCard",static:!1,private:!1,access:{has:e=>"hasFavoriteCard"in e,get:e=>e.hasFavoriteCard},metadata:x},null,g),po(this,null,c,{kind:"getter",name:"hasUgcCard",static:!1,private:!1,access:{has:e=>"hasUgcCard"in e,get:e=>e.hasUgcCard},metadata:x},null,g),po(this,null,h,{kind:"method",name:"setParams",static:!1,private:!1,access:{has:e=>"setParams"in e,get:e=>e.setParams},metadata:x},null,g),po(this,null,u,{kind:"method",name:"reload",static:!1,private:!1,access:{has:e=>"reload"in e,get:e=>e.reload},metadata:x},null,g),x&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:x})}storyManager=uo(this,g);storiesService;_id;#H=uo(this,m,!0);get _modeDesktop(){return this.#H}set _modeDesktop(e){this.#H=e}#q=(uo(this,f),uo(this,y,null));get ugcCardOptions(){return this.#q}set ugcCardOptions(e){this.#q=e}#Q=(uo(this,v),uo(this,w,null));get favoriteCardOptions(){return this.#Q}set favoriteCardOptions(e){this.#Q=e}#j=(uo(this,_),uo(this,S,{listType:Re.DEFAULT,feedSlug:"",useUgcCard:!1,isFavorite:!1,hasFavorite:!1}));get _params(){return this.#j}set _params(e){this.#j=e}isLoading=(uo(this,b),!1);static index=0;set modeDesktop(e){this._modeDesktop!==e&&(this._modeDesktop=e)}get id(){return this._id}get modeDesktop(){return this._modeDesktop}get session(){return this.storyManager.rootStore.sessionStore.session}get stories(){const e=this._params.feedSlug,t=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(e);if(!t)return[];const s=t.stories.map((e=>new ao(this,e)));return this.hasFavoriteCard&&this.favoriteCardOptions&&s.push(this.createFavoriteCard(this.favoriteCardOptions)),this.hasUgcCard&&this.ugcCardOptions&&s.unshift(this.createUgcStoryCard(this.ugcCardOptions)),s}get params(){return this._params}constructor(e,t){super(),this.storyManager=e,this.storiesService=t,this._id="StoryListViewModel"+x.index++,this.storyManager.setViewModel(this._id,this)}get hasFavoriteCard(){const e=this.storyManager.rootStore.storyFeedStore.getFavoriteFeed();return this._params.hasFavorite&&this._params.listType===Re.DEFAULT&&e.stories.length>0}get hasUgcCard(){return this._params.useUgcCard}setParams(e){this._params=e}onStoryClick(e,t=0){ho.createHandler(e,this.storyManager,this)?.handle(e,{index:t})}destroy(){this.removeAllListeners(),this.storyManager.deleteViewModel(this._id)}async reload(){await this.loadStories({needFavorite:!0})}async loadStories(e){if(this.isLoading||this._params.feedSlug===ze)return;const t=Boolean(this._params.hasFavorite)&&e.needFavorite,s={feed:this._params.feedSlug,filter:{},defaultListLength:0,favoriteListLength:0,success:!0,error:{name:"",networkStatus:200,networkMessage:""}};try{this.emit("startLoading"),this.isLoading=!0;const{defaultStories:e,favoriteStories:i}=await this.storiesService.loadStories({...this._params,needFavorite:t});s.success=!0,s.error=null,s.defaultListLength=e.length,this._params.hasFavorite&&this._params.listType===Re.DEFAULT&&(s.favoriteListLength=i.length)}catch(e){console.error(e),s.success=!1,e instanceof z&&(s.error={name:e.name,networkMessage:e.networkMessage,networkStatus:e.networkStatus})}finally{this.isLoading=!1,s.filter=this._params.filter??{},this.emit("endLoading",s)}}setUgcCardOptions(e){this.ugcCardOptions=e}setFavoriteCardOptions(e){this.favoriteCardOptions=e}createUgcStoryCard(e){return oo.create(e,this,this.storyManager.rootStore,new Qe(this.storyManager))}createFavoriteCard(e){return fo.create(e,this,this.storyManager.rootStore,new Qe(this.storyManager))}}})();class mo extends ao{constructor(e,t){super(e,t)}}class fo extends ao{rootStore;constructor(e,t,s){super(t,s),this.rootStore=e}get favoriteStories(){return this.rootStore.storyFeedStore.getFavoriteFeed().stories.map((e=>new mo(this.storyListViewModel,e)))}static create(e,t,s,i){const r=new at({id:0,title:e.title.content,title_color:e.title.color,is_opened:!0,background_color:"white"},s,i);return new fo(s,t,r)}}class yo{storyManager;constructor(e){this.storyManager=e}create(){const e=new Lo(this.storyManager);return new go(this.storyManager,e)}}class vo{x;y;width;height;constructor(e=0,t=0,s=0,i=0){this.x=e,this.y=t,this.width=s,this.height=i}overlaps(e){return this.x+this.width>=e.x&&this.x<=e.x+e.width&&this.y+this.height>=e.y&&this.y<=e.y+e.height}getIntersection(e){const t=Math.min(this.x+this.width,e.x+e.width),s=Math.max(this.x,e.x),i=Math.min(this.y+this.height,e.y+e.height),r=Math.max(this.y,e.y);return new vo(Math.min(t,s),Math.min(i,r),Math.max(0,t-s),Math.max(0,i-r))}getArea(){return this.width*this.height}getAreaFraction(e){return+(this.getArea()/e.getArea()*100).toFixed(2)}static clone(e){return new vo(e.x,e.y,e.width,e.height)}}class wo{feedCoverageAnalyticsCalculator;constructor(e){this.feedCoverageAnalyticsCalculator=e}storiesIds=new Set;markStoryAsFullVisible(e){this.storiesIds.has(e)||(this.storiesIds.add(e),this.feedCoverageAnalyticsCalculator.emit("feedImpression",[e]))}calculate(e){const t=this.getNewStoriesIds(e.map((({id:e})=>e)));t.forEach((e=>this.storiesIds.add(e))),0!==t.length&&this.feedCoverageAnalyticsCalculator.emit("feedImpression",t)}getNewStoriesIds=e=>{const t=[];for(const s of e)this.storiesIds.has(s)||t.push(s);return t}}class _o{feedCoverageAnalyticsCalculator;constructor(e){this.feedCoverageAnalyticsCalculator=e}calculate(e){const t=e.map((({id:e,areaFraction:t})=>({storyId:e,visibleArea:Math.round(t)/100})));0!==t.length&&this.feedCoverageAnalyticsCalculator.emit("visibleAreaUpdated",t)}}class So extends t.EventEmitter{storyRects=[];viewport=new vo;feedImpressionMetric;visibleAreaMetric;constructor(){super(),this.feedImpressionMetric=new wo(this),this.visibleAreaMetric=new _o(this)}calculate(e){const t=this.getScrollViewportByCalculationParams(e),s=this.getStoryRectIntersectionsWithViewport(t),i=this.filterStoryRectIntersections(s);this.calculateMetrics(i)}setViewport(e){this.viewport=e}setStoryRects(e){this.storyRects=e}markStoryAsFullVisible(e){this.feedImpressionMetric.markStoryAsFullVisible(e)}destroy(){this.removeAllListeners()}getScrollViewportByCalculationParams(e){const t=vo.clone(this.viewport);return t.x+=e.minOffsetLeft,t.y+=e.minOffsetTop,t.width+=e.maxOffsetLeft-e.minOffsetLeft,t.height+=e.maxOffsetTop-e.minOffsetTop,t}calculateMetrics(e){this.feedImpressionMetric.calculate(e),this.visibleAreaMetric.calculate(e)}getStoryRectIntersectionsWithViewport(e){const t=[];for(const s of this.storyRects)if(s.overlaps(e)){const i=s.getIntersection(e);t.push({id:s.id,areaFraction:i.getAreaFraction(s)})}else t.push({id:s.id,areaFraction:0});return t}filterStoryRectIntersections=e=>e.filter((e=>-100!==e.id&&e.areaFraction>0))}class bo extends vo{id;constructor(e,t=0,s=0,i=0,r=0){super(t,s,i,r),this.id=e}static clone(e){return new bo(e.id,e.x,e.y,e.width,e.height)}}class xo{feedCoverageAnalyticsCalculator;viewportPadding={left:0,right:0,top:0,bottom:0};minOffsetLeft=0;maxOffsetLeft=0;minOffsetTop=0;maxOffsetTop=0;constructor(e){this.feedCoverageAnalyticsCalculator=e}startScroll({x:e,y:t}){this.minOffsetLeft=e,this.minOffsetTop=t,this.maxOffsetLeft=e,this.maxOffsetTop=t}endScroll({x:e,y:t}){this.minOffsetLeft=Math.min(e,this.minOffsetLeft),this.maxOffsetLeft=Math.max(e,this.maxOffsetLeft),this.minOffsetTop=Math.min(t,this.minOffsetTop),this.maxOffsetTop=Math.max(t,this.maxOffsetTop),this.feedCoverageAnalyticsCalculator.calculate({minOffsetLeft:this.minOffsetLeft,maxOffsetLeft:this.maxOffsetLeft,minOffsetTop:this.minOffsetTop,maxOffsetTop:this.maxOffsetTop})}calculate(e,t){this.feedCoverageAnalyticsCalculator.calculate({minOffsetLeft:e,maxOffsetLeft:e,minOffsetTop:t,maxOffsetTop:t})}updateGeometry({stories:e,storyListRect:t,windowRect:s,viewportPadding:i}){this.viewportPadding=i,this.setViewport(t,s),this.setStoryRects(e,t)}destroy(){this.feedCoverageAnalyticsCalculator.destroy()}markStoryAsFullVisible(e){this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(e)}setViewport(e,t){const s=this.getViewportByWindowAndStoryList(t,e);this.applyPaddingToViewport(s,e),this.feedCoverageAnalyticsCalculator.setViewport(s)}getViewportByWindowAndStoryList(e,t){let s=new vo;return t.overlaps(e)?(s=t.getIntersection(e),s):s}applyPaddingToViewport(e,t){t.width<768||(e.x+=this.viewportPadding.left,e.y+=this.viewportPadding.top,e.height-=this.viewportPadding.top+this.viewportPadding.bottom,e.width-=this.viewportPadding.left+this.viewportPadding.right)}setStoryRects(e,t){const s=[];e.forEach(((i,r)=>{const a=Number(i.dataset.id),o=new bo(a,i.offsetLeft,i.offsetTop,i.clientWidth,i.clientHeight);s.push(o),o.x+=t.x,o.y+=t.y,this.applyPaddingAndNegativeMarginToStoryRect(o,r,e.length-1)})),this.feedCoverageAnalyticsCalculator.setStoryRects(s)}applyPaddingAndNegativeMarginToStoryRect(e,t,s){const i=this.viewportPadding;0===t&&(e.x+=i.left,e.width-=i.left),t===s&&(e.width-=i.right)}}class Co{storyManager;params;constructor(e,t){this.storyManager=e,this.params=t,this.handle=this.handle.bind(this)}handle(e){const t=this.storyManager.getConfig();this.params.listType!==Re.DEFAULT||t.isStatisticsDisabled||this.sendStat(e);const s=this.params.feed,i=this.params.filter,r={stories:e.map((e=>{const t={title:null,tags:[],slidesCount:null},i=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(s),r=i.getStoryById(e);return r&&(t.title=r.statTitle,t.tags=r.tags,t.slidesCount=r.slidesCount,i.type===Re.UGC&&(t.ugcPayload=lt()(r.ugcPayload)?r.ugcPayload:{})),{id:e,...t}})),feed:null,filter:null};this.params.listType===Re.DEFAULT?r.feed=s:this.params.listType===Re.UGC&&(r.filter=i),this.storyManager.emit("feedImpression",r)}sendStat(e){const t=[[5,0,...e]];this.storyManager.rootStore.sessionStore.sendStatisticData({data:t})}}class ko{storyManager;params;constructor(e,t){this.storyManager=e,this.params=t,this.handle=this.handle.bind(this)}handle(e){const t=this.params.feed,s=this.params.filter,i=this.params.listType,r={stories:e.map((({storyId:e,visibleArea:t})=>{const s={title:null,tags:[],slidesCount:null,visibleArea:t},r=this.storyManager.rootStore.storyStore.findStoryById(e);return r&&(s.title=r.statTitle,s.tags=r.tags,s.slidesCount=r.slidesCount,i===Re.UGC&&(s.ugcPayload=lt()(r.ugcPayload)?r.ugcPayload:{})),{id:e,...s}})),feed:null,filter:null};i===Re.DEFAULT?r.feed=t:i===Re.UGC&&(r.filter=s),this.storyManager.emit("visibleAreaUpdated",r)}}class Mo{storyManager;params;constructor(e,t){this.storyManager=e,this.params=t}create(){const e=new So,t=new Co(this.storyManager,this.params),s=new ko(this.storyManager,this.params);e.on("feedImpression",t.handle),e.on("visibleAreaUpdated",s.handle);return new xo(e)}}class Lo{storyManager;constructor(e){this.storyManager=e}async loadStories({feedSlug:e,filter:t={},listType:s,testKey:i,needFavorite:r=!0}){const a=s===Re.DEFAULT&&r,o=this.storyManager.rootStore.storyFeedStore;await this.fetchFeed(o,e,t,i),a&&await o.fetchFavoriteFeed();const n=o.getFeedBySlug(e),l=this.getFeedLoadEventStoryDtos(n);return this.emitFeedLoadEvent(n,l,e,t),this.getStoriesResult(o,e)}async fetchFeed(e,t,s,i){t===He?await e.fetchUgcFeed({filter:s,testKey:i}):await e.fetchDefaultFeed({feedSlug:t,testKey:i})}getFeedLoadEventStoryDtos(e){return e.stories.map((t=>{const s={title:null,tags:[],slidesCount:null};return s.title=t.statTitle,s.tags=t.tags,s.slidesCount=t.slidesCount,e.type===Re.UGC&&(s.ugcPayload=lt()(t.ugcPayload)?t.ugcPayload:{}),{id:t.id,...s}}))}emitFeedLoadEvent(e,t,s,i){const r={stories:t,feed:null,filter:null};e.type===Re.DEFAULT?r.feed=s:e.type===Re.UGC&&(r.filter=i),this.storyManager.emit("feedLoad",r)}getStoriesResult(e,t){return{defaultStories:e.getFeedBySlug(t)?.stories??[],favoriteStories:e.getFavoriteFeed()?.stories??[]}}}class Oo extends t.EventEmitter{storyManager;storyReaderViewModel;storyId;options;constructor(e,t,s,i){super(),this.storyManager=e,this.storyReaderViewModel=t,this.storyId=s,this.options=i,this.handleCloseStoryReader=this.handleCloseStoryReader.bind(this),this.showSharePage(),this.storyReaderViewModel.once(ya.Close,this.handleCloseStoryReader)}async closeStoryReader(){this.storyManager.closeStoryReader()}showSharePage=async()=>{this.handleStartLoad();const e=this.storyManager.getConfig().isStatisticsDisabled,t=await this.storyReaderViewModel.showStoryFromSharePage(this.storyId,e);this.handleEndLoad(t)};handleStartLoad(){setTimeout((()=>{this.emit(n.START_LOADING),R()(this.options?.handleStartLoad)&&this.options.handleStartLoad()}))}handleEndLoad(e){this.emit(n.END_LOADING,{result:e}),R()(this.options?.handleStopLoad)&&this.options.handleStopLoad(e)}handleCloseStoryReader(){if(R()(this.options?.handleStoryReaderClose)||this.listenerCount(n.CLOSE_STORY_READER)>0)try{R()(this.options?.handleStoryReaderClose)&&this.options?.handleStoryReaderClose(),this.emit(n.CLOSE_STORY_READER)}catch(e){console.error(e)}else{const e=window.location;window.open(`${e.protocol}//${e.host}`,"_parent")}}}class Io{storyManager;plugins=new Map;constructor(e){this.storyManager=e}install(e,t){this.plugins.set(e.name,e),$(`[PluginManager]: plugin ${e.name} registered`),e.install(this.storyManager,t),$(`[PluginManager]: plugin ${e.name} installed`)}uninstall(e){e.uninstall(this.storyManager),this.plugins.delete(e.name),$(`[PluginManager]: plugin ${e.name} uninstalled`)}get(e){return this.plugins.get(e)}}class Ao extends Error{constructor(e){super(`[IAM]: not found IAM for event <${e}>`),this.name="IamNotFoundByEventError"}}var Eo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},To=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ro=(()=>{let e,t,s,i,r,a,o,n=[],l=[],d=[],c=[],h=[],u=[],p=[];return class{static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.observable],s=[ve.observable],i=[ve.computed],r=[ve.computed],a=[ve.computed],o=[ve.computed],To(this,null,e,{kind:"accessor",name:"_messages",static:!1,private:!1,access:{has:e=>"_messages"in e,get:e=>e._messages,set:(e,t)=>{e._messages=t}},metadata:g},l,d),To(this,null,t,{kind:"accessor",name:"_isLoaded",static:!1,private:!1,access:{has:e=>"_isLoaded"in e,get:e=>e._isLoaded,set:(e,t)=>{e._isLoaded=t}},metadata:g},c,h),To(this,null,s,{kind:"accessor",name:"_isLoading",static:!1,private:!1,access:{has:e=>"_isLoading"in e,get:e=>e._isLoading,set:(e,t)=>{e._isLoading=t}},metadata:g},u,p),To(this,null,i,{kind:"getter",name:"messages",static:!1,private:!1,access:{has:e=>"messages"in e,get:e=>e.messages},metadata:g},null,n),To(this,null,r,{kind:"getter",name:"isLoaded",static:!1,private:!1,access:{has:e=>"isLoaded"in e,get:e=>e.isLoaded},metadata:g},null,n),To(this,null,a,{kind:"getter",name:"isLoading",static:!1,private:!1,access:{has:e=>"isLoading"in e,get:e=>e.isLoading},metadata:g},null,n),To(this,null,o,{kind:"getter",name:"messageContext",static:!1,private:!1,access:{has:e=>"messageContext"in e,get:e=>e.messageContext},metadata:g},null,n),g&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g})}rootStore=Eo(this,n);iamApi;#K=Eo(this,l,new Map);get _messages(){return this.#K}set _messages(e){this.#K=e}#Y=(Eo(this,d),Eo(this,c,!1));get _isLoaded(){return this.#Y}set _isLoaded(e){this.#Y=e}#Z=(Eo(this,h),Eo(this,u,!1));get _isLoading(){return this.#Z}set _isLoading(e){this.#Z=e}_messageContext=Eo(this,p);constructor(e,t){this.rootStore=e,this.iamApi=t}get messages(){return Array.from(this._messages.values())}get isLoaded(){return this._isLoaded}get isLoading(){return this._isLoading}get messageContext(){return this._messageContext}async preload(){try{if(this._isLoaded)return this.messages;this._isLoading=!0;const e=await this.fetchAll();return this._isLoaded=!0,e}catch(e){throw console.error(e),e}finally{this._isLoading=!1}}async findById(e){const t=this._messages.get(e.toString());return t||this.fetchById(e)}findAllByEvent(e){let t=Array.from(this._messages.values()).filter((t=>t.hasEvent(e)));if(t.length>0)return t;throw new Ao(e)}async updateMessageUserData(e,t){return this.iamApi.updateUserData(e,t)}async fetchById(e){await this.rootStore.sessionStore.open(),await this.fetchMessageContext();const t=await this.iamApi.fetchById(e);return this.createMessageByDto(t)}async fetchAll(){await this.rootStore.sessionStore.open(),await this.fetchMessageContext();const e=this.rootStore.storyManagerConfigStore.config.tags,t=await this.iamApi.fetchAll({tags:e});return this.createMessagesByDtos(t)}async fetchMessageContext(){await this.rootStore.sessionStore.open(),this._messageContext||(this._messageContext=await this.iamApi.fetchContext())}createMessagesByDtos(e){const t=[];for(const s of e){const e=this.createMessageByDto(s);t.push(e)}return t}createMessageByDto(e){const t=Ht.createByDto(e,this,new is(this.iamApi));return this._messages.has(t.id.toString())||this._messages.set(t.id.toString(),t),t}}})();var Po=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Bo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Do=(()=>{let e,t,s,i,r=[],a=[],o=[];return class{static{const n="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],s=[ve.computed],i=[_e],Bo(this,null,e,{kind:"accessor",name:"_session",static:!1,private:!1,access:{has:e=>"_session"in e,get:e=>e._session,set:(e,t)=>{e._session=t}},metadata:n},a,o),Bo(this,null,t,{kind:"getter",name:"session",static:!1,private:!1,access:{has:e=>"session"in e,get:e=>e.session},metadata:n},null,r),Bo(this,null,s,{kind:"getter",name:"userId",static:!1,private:!1,access:{has:e=>"userId"in e,get:e=>e.userId},metadata:n},null,r),Bo(this,null,i,{kind:"method",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open},metadata:n},null,r),n&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:n})}sessionApi=Po(this,r);rootStore;#J=Po(this,a,null);get _session(){return this.#J}set _session(e){this.#J=e}constructor(e,t){Po(this,o),this.sessionApi=e,this.rootStore=t}get session(){return this._session}get userId(){return this._session?.userKey??Oe}async open(){if(this._session)return this._session;const e=await this.sessionApi.open(),t=new Ie(this,e);return t.loadResources(),this.updatePlaceholders(t),this._session=t,t}close(){this._session=null}async sendStatisticData(e){return this.sessionApi.sendStatisticData(e)}updatePlaceholders(e){this.rootStore.placeholderStore.addPlaceholders([...e.imagePlaceholders,...e.textPlaceholders])}}})();var jo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Fo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const No=ve.observable.map();let Uo=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],Fo(this,null,e,{kind:"accessor",name:"_storiesByUserId",static:!1,private:!1,access:{has:e=>"_storiesByUserId"in e,get:e=>e._storiesByUserId,set:(e,t)=>{e._storiesByUserId=t}},metadata:a},i,r),Fo(this,null,t,{kind:"getter",name:"activeUserStories",static:!1,private:!1,access:{has:e=>"activeUserStories"in e,get:e=>e.activeUserStories},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}storyManager=jo(this,s);storiesApi;rootStore;#X=jo(this,i,ve.observable.map());get _storiesByUserId(){return this.#X}set _storiesByUserId(e){this.#X=e}storyCSSLoaded=(jo(this,r),!1);get activeUserStories(){const e=this.rootStore.sessionStore.userId;return e?this._storiesByUserId.get(e)??No:No}constructor(e,t,s){this.storyManager=e,this.storiesApi=t,this.rootStore=s,(0,ve.reaction)((()=>s.placeholderStore.placeholders),(e=>{for(const t of this.activeUserStories.values())t.updatePlaceholders(e)}))}addStoriesByDtos(e){const t=this.getOrCreateStoriesMap();for(const s of e)t.has(s.id)||t.set(s.id,new at(s,this.rootStore,this.storiesApi))}addStory(e){const t=this.getOrCreateStoriesMap();if(t.has(e.id))return t.get(e.id);const s=new at(e,this.rootStore,this.storiesApi);return t.set(e.id,s),s}async fetchStoryAndContextById({storyId:e,feedSlug:t,fetchShareUrl:s,once:i}){let r=this.findStoryById(e);if(r?.slidesLoaded)return r;await this.rootStore.sessionStore.open(),await this.fetchStoryCSS(),r=await this.fetchStory({storyId:e,feedSlug:t,fetchShareUrl:s,once:i});const a=await this.fetchStoryContext({id:r.id,feedSlug:t});return r.setContext(a),r}findStoryById(e){return"number"==typeof e?this.activeUserStories.get(e):Array.from(this.activeUserStories.values()).find((t=>t.stringId===e))}createEmptyStory(){return at.createEmpty(this.storyManager.rootStore,new Qe(this.storyManager))}async fetchStoriesSlidesAndContextByStoryId({storyId:e,storyFeed:t}){const s=this.getVisibleStoriesByStoryFeed(t),i=s.findIndex((t=>t.id===e));await this.fetchStoriesSlidesAndContextByRange({stories:s,storyIndex:i,feedSlug:t.slug})}async fetchStoriesSlidesAndContextByNextStoryIndex({nextStoryIndex:e,storyFeed:t}){const s=this.getVisibleStoriesByStoryFeed(t);await this.fetchStoriesSlidesAndContextByRange({stories:s,storyIndex:e,feedSlug:t.slug})}async fetchStoriesSlidesAndContextByRange(e){const t=this.getStoriesByRange(e.stories,e.storyIndex);if(!t.length)return null;await this.fetchSlidesAndContext({feedSlug:e.feedSlug,stories:t})}getStoriesByRange(e,t){const s=t-2,i=t+2;return e.slice(Math.max(s,0),i+1).filter((e=>!e.slidesLoaded))}async fetchSlidesAndContext({feedSlug:e,stories:t}){try{await this.fetchStoryCSS();const s=await this.fetchStoryContextByIds({ids:t.map((e=>e.id)),feedSlug:e});for(let i=0;i<t.length;i++){const r=t[i],a=s[i];r.error&&r.setError(null),await this.processSingleStory(r,a,e)}}catch(e){for(const s of t)s.setError(e)}}async processSingleStory(e,t,s){try{e.error&&e.setError(null),e.setContext(t);const i=await this.storiesApi.fetchStorySlides({id:e.id,feedSlug:s});e.setSlides(i.slides)}catch(t){e.setError(t)}}getVisibleStoriesByStoryFeed(e){return e.stories.filter((e=>!e.hideInReader))??[]}async fetchStory({storyId:e,feedSlug:t,fetchShareUrl:s,once:i}){const r=await this.storiesApi.fetchStory({id:e,feedSlug:t,fetchShareUrl:s,once:i}),a=this.addStory(r);return a.setSlides(r.slides),a}async fetchStoryCSS(){if(this.storyCSSLoaded)return;const e=await this.storiesApi.fetchStoryCSS();this.storyCSSLoaded=!0,(e=>{const t="stories-slider-style";let s=document.getElementById(t),i="";null!==e&&(i=e??""),null===s?(s=document.createElement("style"),s.type="text/css",s.id=t,s.attributes.setNamedItem(document.createAttribute("scoped")),s.setAttribute("nonce",K()),s.styleSheet?s.styleSheet.cssText=i:s.appendChild(document.createTextNode(i)),document.head.appendChild(s)):s.styleSheet?s.styleSheet.cssText=i:(s.textContent="",s.appendChild(document.createTextNode(i)))})(e)}async fetchStoryContext({id:e,feedSlug:t}){const s=await this.storiesApi.fetchStoryContext({ids:[e],feedSlug:t});return new ot(e,s)}async fetchStoryContextByIds({ids:e,feedSlug:t}){const s=await this.storiesApi.fetchStoryContext({ids:e,feedSlug:t});return e.map((e=>new ot(e,s)))}getOrCreateStoriesMap(){const e=this.rootStore.sessionStore.userId;let t=ve.observable.map();return this._storiesByUserId.has(e)?t=this._storiesByUserId.get(e):this._storiesByUserId.set(e,t),t}}})();var zo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Vo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const Wo=ve.observable.map();let Go=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],Vo(this,null,e,{kind:"accessor",name:"_storyFeedsByUserId",static:!1,private:!1,access:{has:e=>"_storyFeedsByUserId"in e,get:e=>e._storyFeedsByUserId,set:(e,t)=>{e._storyFeedsByUserId=t}},metadata:a},i,r),Vo(this,null,t,{kind:"getter",name:"activeUserFeeds",static:!1,private:!1,access:{has:e=>"activeUserFeeds"in e,get:e=>e.activeUserFeeds},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}storyFeedsApi=zo(this,s);rootStore;#ee=zo(this,i,ve.observable.map());get _storyFeedsByUserId(){return this.#ee}set _storyFeedsByUserId(e){this.#ee=e}constructor(e,t){zo(this,r),this.storyFeedsApi=e,this.rootStore=t}get activeUserFeeds(){const e=this.rootStore.sessionStore.userId;return e?this._storyFeedsByUserId.get(e)??Wo:Wo}getUgcFeed(){return this.getFeedBySlug(He)??qe.createByStoryDtos([],this.rootStore)}getFavoriteFeed(){return this.getFeedBySlug(ze)??Ve.createByStoryDtos([],this.rootStore)}getFeedBySlug(e){return this.activeUserFeeds.get(e)}async fetchDefaultFeed({feedSlug:e,testKey:t}){const s=await this.rootStore.sessionStore.open(),i=this.rootStore.storyManagerConfigStore.config.tags,r=await this.storyFeedsApi.fetchDefaultFeed({feedSlug:e,tags:i,testKey:t}),a=new Ue(r,this.rootStore,{testKey:t});this.addStoryFeed(s.userKey,a)}async fetchFavoriteFeed(){const e=await this.rootStore.sessionStore.open(),t=this.rootStore.storyManagerConfigStore.config.tags,s=await this.storyFeedsApi.fetchFavoriteFeed({tags:t}),i=Ve.createByStoryDtos(s,this.rootStore);this.addStoryFeed(e.userKey,i)}async fetchUgcFeed({filter:e,testKey:t}){const s=await this.rootStore.sessionStore.open(),i=this.rootStore.storyManagerConfigStore.config.tags,r=await this.storyFeedsApi.fetchUgcFeed({filter:e,tags:i,testKey:t}),a=qe.createByStoryDtos(r,this.rootStore);this.addStoryFeed(s.userKey,a)}addStoryFeed(e,t){let s=ve.observable.map();this._storyFeedsByUserId.has(e)?s=this._storyFeedsByUserId.get(e):this._storyFeedsByUserId.set(e,s),s.set(t.slug,t)}}})();var $o=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Ho=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const qo=ve.observable.map();let Qo=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],Ho(this,null,e,{kind:"accessor",name:"_onboardingFeedsByUserId",static:!1,private:!1,access:{has:e=>"_onboardingFeedsByUserId"in e,get:e=>e._onboardingFeedsByUserId,set:(e,t)=>{e._onboardingFeedsByUserId=t}},metadata:a},i,r),Ho(this,null,t,{kind:"getter",name:"activeUserFeeds",static:!1,private:!1,access:{has:e=>"activeUserFeeds"in e,get:e=>e.activeUserFeeds},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}storyFeedsApi=$o(this,s);rootStore;#te=$o(this,i,ve.observable.map());get _onboardingFeedsByUserId(){return this.#te}set _onboardingFeedsByUserId(e){this.#te=e}constructor(e,t){$o(this,r),this.storyFeedsApi=e,this.rootStore=t,(0,ve.reaction)((()=>{const e=this.rootStore.storyManagerConfigStore.config;return e?[e.lang,e.apiKey]:null}),(()=>{this.activeUserFeeds.clear()}))}get activeUserFeeds(){const e=this.rootStore.sessionStore.userId;return e?this._onboardingFeedsByUserId.get(e)??qo:qo}getFeedBySlug(e){return this.activeUserFeeds.get(e??$e.getDefaultSlug())}removeOpenedStoryById(e){for(const t of this.activeUserFeeds.values())t.removeById(e)}async fetchOnboardingFeed(e){let t=e.feedSlug||$e.getDefaultSlug();const s=this.getOnboardingParams(e);if(this.isOnboardingFeedExistAndHasEqualParams(t,s))return;await this.rootStore.sessionStore.open();const i=await this.storyFeedsApi.fetchOnboardingFeed({...s,feedSlug:t});i.feedSlug=t;const r=new $e(i,this.rootStore,s);this.addOnboardingFeed(r)}addOnboardingFeed(e){const t=this.rootStore.sessionStore.session.userKey;let s=ve.observable.map();this._onboardingFeedsByUserId.has(t)?s=this._onboardingFeedsByUserId.get(t):this._onboardingFeedsByUserId.set(t,s),s.set(e.slug,e)}isOnboardingFeedExistAndHasEqualParams(e,t){const s=this.activeUserFeeds.get(e);return!!s&&s.isEqualParams(t)}getOnboardingParams(e){return{tags:e.tags.length>0?e.tags:this.rootStore.storyManagerConfigStore.config.tags,limit:e.limit}}}})();class Ko{storyManager;ugcEditorApi;_config=null;constructor(e,t){this.storyManager=e,this.ugcEditorApi=t}async getUgcEditorConfig(){if(this._config)return this._config;const e=await this.storyManager.rootStore.sessionStore.open(),t=await this.ugcEditorApi.fetchUgcEditorConfig(),s=this.storyManager.getConfig();return this._config={sessionId:e.id,apiKey:s.apiKey,editor:t??{},sdkVersion:"3.3.0",appPackageId:s.appPackageId,deviceId:e.deviceId,userId:null!=s.userId?String(s.userId):void 0,lang:s.lang.toString()},this._config}}class Yo{storyManager;constructor(e){this.storyManager=e}async fetchUgcEditorConfig(){return(await Lt.request({method:"GET",url:"ugc/editor-config",params:{}})).data}}var Zo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Jo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Xo=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],t=[ve.computed],Jo(this,null,e,{kind:"accessor",name:"_placeholders",static:!1,private:!1,access:{has:e=>"_placeholders"in e,get:e=>e._placeholders,set:(e,t)=>{e._placeholders=t}},metadata:a},i,r),Jo(this,null,t,{kind:"getter",name:"placeholders",static:!1,private:!1,access:{has:e=>"placeholders"in e,get:e=>e.placeholders},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}#se=(Zo(this,s),Zo(this,i,ve.observable.map()));get _placeholders(){return this.#se}set _placeholders(e){this.#se=e}get placeholders(){return Array.from(this._placeholders.values())}addPlaceholders(e){for(const t of e){const e=this._placeholders.get(t.key);e&&e.priority>t.priority||this._placeholders.set(t.key,t)}}clear(){this._placeholders=ve.observable.map()}constructor(){Zo(this,r)}}})();var en=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},tn=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};let sn=(()=>{let e,t=[],s=[];return class{static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[ve.observable],en(this,null,e,{kind:"accessor",name:"_config",static:!1,private:!1,access:{has:e=>"_config"in e,get:e=>e._config,set:(e,t)=>{e._config=t}},metadata:i},t,s),i&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}storyManager;#ie=tn(this,t,null);get _config(){return this.#ie}set _config(e){this.#ie=e}constructor(e){tn(this,s),this.storyManager=e}get config(){return this._config}setConfig(e){this._config?this.updateConfig(e):this.initializeConfig(e)}clear(){this._config=null,this.storyManager.rootStore.sessionStore.close()}async waitStoryManagerConfig(){return new Promise(((e,t)=>{let s;const i=()=>{if(this._config)return clearTimeout(s),void e();requestAnimationFrame(i)};s=setTimeout((()=>{t("[IAS]: Timeout waiting for InAppStoryManager config")}),5e3),i()}))}initializeConfig(e){this._config=new vt(this.storyManager,e)}updateConfig(e){this._config.updateByDto(e)}}})();class rn{iamStore;sessionStore;storyStore;storyFeedStore;onboardingFeedStore;ugcEditorStore;placeholderStore;storyManagerConfigStore;constructor(e){const t=new Qe(e),s=new Ke(e);this.storyManagerConfigStore=new sn(e),this.placeholderStore=new Xo,this.iamStore=new Ro(this,new Rt(e)),this.sessionStore=new Do(new Se(e),this),this.storyStore=new Uo(e,t,this),this.storyFeedStore=new Go(s,this),this.onboardingFeedStore=new Qo(s,this),this.ugcEditorStore=new Ko(e,new Yo(e))}}class an extends t.EventEmitter{static instance;viewModelStore=new j;callbacks={};pluginManager=new Io(this);_rootStore=new rn(this);constructor(){return super(),an.isSingletonInstanceExists()||(an.instance=this),an.instance}get rootStore(){return this._rootStore}get sdkVersionName(){return"3.3.0"}get sdkVersionCode(){return parseInt(30300)}get lang(){return this.rootStore.storyManagerConfigStore.config.lang}set storyLinkClickHandler(e){R()(e)&&(this.callbacks.storyLinkClickHandler=e)}get storyReaderViewModel(){return this.viewModelStore.get(_a.id)}get gameReaderViewModel(){return this.viewModelStore.get(Cr.id)}get isStatisticsDisabled(){return this.getConfig().isStatisticsDisabled}inAppMessaging=this.createInAppMessagingReader();static getInstance(){return an.instance?an.instance:null}setViewModel(e,t){this.viewModelStore.set(e,t)}deleteViewModel(e){this.viewModelStore.delete(e)}getViewModelByKey(e){return this.viewModelStore.get(e)}getConfig(){return this.rootStore.storyManagerConfigStore.config}setConfig(e){this.rootStore.storyManagerConfigStore.setConfig(e)}async waitViewModel(e){return this.viewModelStore.wait(e)}async waitStoryManagerConfig(){return this.rootStore.storyManagerConfigStore.waitStoryManagerConfig()}async showOnboardingStories(e){return(await this.viewModelStore.wait(_a.id)).showOnboardingStories(e)}async showStory(e){"string"==typeof e&&(e=+e||e);const t=await this.viewModelStore.wait(_a.id);await t.showStory(e,"")}async showStoryOnce(e){"string"==typeof e&&(e=+e||e);const t=await this.viewModelStore.wait(_a.id);await t.showStoryOnce(e)}closeAllReaders(){this.storyReaderViewModel?.close(),this.gameReaderViewModel?.closeGame()}closeGoodsWidget(){this.storyReaderViewModel?.closeGoodsWidget()}async openGame(e,t={}){const s=await this.viewModelStore.wait(Cr.id);await s.openGame(e,t)}async closeGame(){return this.gameReaderViewModel.closeGame()}async closeStoryReader(){this.storyReaderViewModel.close()}async getUgcEditorConfig(){return this.rootStore.ugcEditorStore.getUgcEditorConfig()}async showSharePage(e,t){return"string"==typeof e&&(e=+e||e),await this.viewModelStore.wait(_a.id),new Oo(this,this.storyReaderViewModel,e,t)}clickOnButtonAction=({src:e,payload:t})=>{if(R()(this.callbacks.storyLinkClickHandler)||this.listenerCount(A.CLICK_ON_STORY)>0){const s={src:e,data:t};try{R()(this.callbacks.storyLinkClickHandler)&&this.callbacks.storyLinkClickHandler(s),this.emit(A.CLICK_ON_STORY,s)}catch(e){console.error(e)}}else window.open(t.url,"_self")};reloadAllStoryLists(){const e=this.viewModelStore.getAllOfType((e=>e instanceof go));return Promise.all(e.map((e=>e.reload())))}reloadAllStackedStoryLists(){const e=this.viewModelStore.getAllOfType((e=>e instanceof io));return Promise.all(e.map((e=>e.reload())))}static isSingletonInstanceExists(){return!!an.instance&&(console.warn("StoryManager singleton is created multiple times\nuse IAS.StoryManager.getInstance() instead"),!0)}use(e,t){this.pluginManager.install(e,t)}getPlugin(e){return this.pluginManager.get(e)}createStoryReader(){return new ro(this).createStoryReader()}createGameReader(){return new ro(this).createGameReader()}createStoryList(){return new ro(this).createStoryList()}createInAppMessagingReader(){return new ro(this).createInAppMessagingReader()}clearConfig(){this.rootStore.storyManagerConfigStore.clear()}emitEvent(e){this.emit(e.name,e.toJSON())}}const on=new an;new class{storyManager;inAppMessaging;constructor(e){this.storyManager=e,this.inAppMessaging=new Ja(e.inAppMessaging)}get sdkVersionName(){return this.storyManager.sdkVersionName}get sdkVersionCode(){return this.storyManager.sdkVersionCode}set storyLinkClickHandler(e){this.storyManager.storyLinkClickHandler=e}getConfig(){return this.storyManager.getConfig()}getNonce(){return K()}async showOnboardingStories(e){return this.storyManager.showOnboardingStories(e)}async showStory(e){return this.storyManager.showStory(e)}async showStoryOnce(e){return this.storyManager.showStoryOnce(e)}closeAllReaders(){this.storyManager.closeAllReaders()}async openGame(e,t={}){return this.storyManager.openGame(e,t)}async closeGame(){return this.storyManager.closeGame()}async closeStoryReader(){return this.storyManager.closeStoryReader()}getUgcEditorConfig(){return this.storyManager.getUgcEditorConfig()}showSharePage(e,t){return this.storyManager.showSharePage(e,t)}closeGoodsWidget(){this.storyManager.closeGoodsWidget()}on(e,t){return this.storyManager.on(e,t),this}once(e,t){return this.storyManager.once(e,t),this}off(e,t){return this.storyManager.off(e,t),this}static use(e,t){on.use(e,t)}}(on);var nn;!function(e){e.UPDATE="update",e.EVENT_UPDATED_COMMON_OPTIONS="updatedCommonOptions",e.EVENT_UPDATED_STORIES_LIST_OPTIONS="updatedStoriesListOptions",e.EVENT_UPDATED_STORY_READER_OPTIONS="updatedStoryReaderOptions",e.EVENT_UPDATED_FAVORITE_READER_OPTIONS="updatedFavoriteReaderOptions",e.EVENT_UPDATED_GAME_READER_OPTIONS="updatedGameReaderOptions",e.EVENT_UPDATED_GOODS_WIDGET_OPTIONS="updatedGoodsWidgetOptions",e.EVENT_UPDATED_INAPPMESSAGING_WIDGET_OPTIONS="updatedInAppMessagingWidgetOptions"}(nn||(nn={}));Error;class ln extends t.EventEmitter{constructor(){super()}_commonOptions=i;setCommonOptions(e,t=!0){return this._commonOptions=Oi()(this._commonOptions,e),this.emit(nn.UPDATE,this.commonOptions),this}get commonOptions(){return this._commonOptions}_storiesListOptions=m;setStoriesListOptions(e,t=!0){return this._storiesListOptions=Oi()(this._storiesListOptions,e),t&&(this.emit(nn.UPDATE,this.storiesListOptions),this.emit(nn.EVENT_UPDATED_STORIES_LIST_OPTIONS,this.storiesListOptions)),this}get storiesListOptions(){return this._storiesListOptions}_storyReaderOptions=x;setStoryReaderOptions(e,t=!0){return this._storyReaderOptions=Oi()(this._storyReaderOptions,e,{arrayMerge:(e,t,s)=>t}),t&&this.emit(nn.UPDATE,{storyReaderOptions:this.storyReaderOptions,gameReaderOptions:this.gameReaderOptions,appearanceCommon:this.commonOptions}),this}get storyReaderOptions(){return{...{closeButtonPosition:this.commonOptions.closeButtonPosition,closeButton:this.commonOptions.closeButton,loader:this.commonOptions.loader},...this._storyReaderOptions}}_storyFavoriteReaderOptions=f;setStoryFavoriteReaderOptions(e,t=!0){return this._storyFavoriteReaderOptions=Oi()(this._storyFavoriteReaderOptions,e),t&&this.emit(nn.UPDATE,this.storyFavoriteReaderOptions),this}get storyFavoriteReaderOptions(){return{...{closeButtonPosition:this.commonOptions.closeButtonPosition,closeButton:this.commonOptions.closeButton},...this._storyFavoriteReaderOptions}}_goodsWidgetOptions=o;setGoodsWidgetOptions(e,t=!0){return this._goodsWidgetOptions=Oi()(this._goodsWidgetOptions,e),t&&this.emit(nn.UPDATE,this.goodsWidgetOptions),this}get goodsWidgetOptions(){return this._goodsWidgetOptions}_gameReaderOptions=r;setGameReaderOptions(e,t=!0){return this._gameReaderOptions=Oi()(this._gameReaderOptions,e),t&&this.emit(nn.UPDATE,this.gameReaderOptions),this}get gameReaderOptions(){return{...{closeButtonPosition:this.commonOptions.closeButtonPosition,closeButton:this.commonOptions.closeButton,loader:this.commonOptions.loader,forceDesktopMode:this.commonOptions.forceDesktopMode},...this._gameReaderOptions}}}class dn{constructor(){}_storyLists=[];get storyLists(){return this._storyLists}addStoryList(e){this._storyLists.push(e)}updateStoryListById(e,t){const s=this._storyLists.findIndex((t=>t.mountSelector===e));this._storyLists[s]={...this._storyLists[s],...t}}removeStoryListById(e){const t=this._storyLists.findIndex((t=>t.mountSelector===e));this._storyLists.splice(t,1)}}class cn extends Error{constructor(e){super(`Appearance Manager must be an object, but passed ${e.toUpperCase()}. Please check your code.`),this.name="IasAppearanceManagerTypeofError"}}const hn=e=>{if(null==e||"object"!=typeof e)throw new cn(null==e?"null":typeof e)};class un extends t.EventEmitter{_mountSelector;_appearanceManager;params;app;storyListManager=new dn;_ugcCardClickHandler=()=>{};_api;constructor(e,t,s,i){super(),this._mountSelector=e,this._appearanceManager=t,this.params=s,this.app=i,hn(t),this.storyListManager.addStoryList(this),this.app.setStoryList(this.storyListManager.storyLists).catch(console.error)}get mountSelector(){return this._mountSelector}get appearanceManager(){return this._appearanceManager}get type(){return Re.DEFAULT}get identityFields(){return{feedSlug:this.feedSlug}}get feedSlug(){return this.params.feed}get testKey(){return this.params.testKey}get useUgcCard(){return this.params.useUgcCard}set ugcCardClickHandler(e){this._ugcCardClickHandler=e}get ugcCardClickHandler(){return this._ugcCardClickHandler}set api(e){this._api=e}async reload(){return this._api?.reload()}destroy(){this.storyListManager.removeStoryListById(this.mountSelector),this.app.setStoryList(this.storyListManager.storyLists)}}class pn extends t.EventEmitter{_mountSelector;_appearanceManager;params;app;storyListManager=new dn;_ugcCardClickHandler=()=>{};_api;constructor(e,t,s,i){super(),this._mountSelector=e,this._appearanceManager=t,this.params=s,this.app=i,hn(t),this.storyListManager.addStoryList(this),this.app.setUGCStoryList(this.storyListManager.storyLists).catch(console.error)}get mountSelector(){return this._mountSelector}get appearanceManager(){return this._appearanceManager}get type(){return Re.UGC}get identityFields(){return{feedSlug:this.feedSlug}}get feedSlug(){return He}get testKey(){return this.params.testKey}get useUgcCard(){return this.params.useUgcCard}set api(e){this._api=e}set ugcCardClickHandler(e){this._ugcCardClickHandler=e}get ugcCardClickHandler(){return this._ugcCardClickHandler}async reload(){return this._api?.reload()}destroy(){this.storyListManager.removeStoryListById(this.mountSelector)}}var gn=_(1085),mn=_(2236),fn=_(9155),yn=_.n(fn);_(6704);window.__IAS__={storyManager:on};var vn=_(992),wn=_.n(vn),_n=_(2591),Sn=_.n(_n),bn=_(4289),xn={insert:"head",singleton:!1};Sn()(bn.A,xn);const Cn=bn.A.locals||{};var kn=_(7081),Mn={insert:"head",singleton:!1};Sn()(kn.A,Mn);const Ln=kn.A.locals||{},On=({onClick:e,className:t})=>(0,gn.jsx)("div",{className:wn()(Ln.icon,t),onClick:e,children:(0,gn.jsx)("svg",{viewBox:"0 0 24 24",children:(0,gn.jsx)("path",{fill:"currentColor",d:"M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z"})})});var In=_(5669),An={insert:"head",singleton:!1};Sn()(In.A,An);const En=In.A.locals||{},Tn=310/480,Rn=({desktopMode:e,children:t,verticalPadding:s,style:i,isWidescreen:r,className:a})=>{const[o,n]=(0,fn.useState)({width:"0px",height:"0px"});(0,fn.useEffect)((()=>(l(),window.addEventListener("resize",l),()=>{window.removeEventListener("resize",l)})),[]);const l=()=>{const e=window.innerWidth,t=m(),s=e/window.innerHeight,i=c({aspectRatio:s,vh:t,vw:e}),r=d({aspectRatio:s,vh:t,vw:e});n({width:i,height:r})},d=({aspectRatio:e,vh:t,vw:s})=>{const i=p(e)||g();return e>Tn&&!i?`${u({vh:t,vw:s})}px`:"100%"},c=({aspectRatio:e,vh:t,vw:s})=>e>Tn&&!p(e)?`${h({aspectRatio:e,vh:t,vw:s})}px`:"auto",h=({aspectRatio:t,vh:s,vw:i})=>t>Tn&&!e?i:Math.ceil(s*Tn),u=({vh:t,vw:s})=>e?t:Math.ceil(s/Tn),p=e=>e>Tn&&e-Tn<=.1,g=()=>{let e;return"matchMedia"in window&&void 0!==(e=window.matchMedia("(orientation: portrait)"))&&e.matches},m=()=>{let t=window.innerHeight;return e?(t-=s,t):t},f=r?{width:"100%",height:"100%"}:o;return(0,gn.jsx)("div",{className:wn()(En["aspect-ratio-box"],a,{[En["aspect-ratio-box--centered"]]:!r}),style:{...i,...f},children:(0,gn.jsx)("div",{className:En["aspect-ratio-box-inside"],children:t})})};var Pn=_(5757),Bn={insert:"head",singleton:!1};Sn()(Pn.A,Bn);const Dn=Pn.A.locals||{},jn=ne(),Fn=e=>{const[t,s]=(0,fn.useState)(!1),i=(0,fn.useCallback)((()=>{if(e.desktopMode)return;const t=jn.type!==e.orientation;e.onOrientationChange({type:jn.type,isWrong:t}),s(t)}),[e.desktopMode,e.orientation]);return(0,fn.useEffect)((()=>(i(),jn.addEventListener("change",i),()=>{jn.removeEventListener("change",i)})),[i]),t?(0,gn.jsx)("div",{className:Dn["screen-orientation-lock"]}):null};var Nn=_(8778),Un={insert:"head",singleton:!1};Sn()(Nn.A,Un);const zn=Nn.A.locals||{};var Vn=_(1196),Wn={insert:"head",singleton:!1};Sn()(Vn.A,Wn);const Gn=Vn.A.locals||{};let $n;function Hn(){let e,t;/ipad|iphone/i.test(navigator.userAgent)?(e=document.createRange(),$n&&e.selectNodeContents($n),t=window.getSelection(),t&&(t.removeAllRanges(),t.addRange(e)),$n&&$n.setSelectionRange(0,999999)):$n?.select()}const qn=e=>{!function(e){$n=document.createElement("textarea"),$n.value=e,document.body.appendChild($n)}(e),Hn(),document.execCommand("copy"),$n&&document.body.removeChild($n)},Qn=({shareText:e,shareLink:t,sharePanelOptions:s,onShareComplete:i})=>{const[r,a]=(0,fn.useState)(!1),[o,n]=(0,fn.useState)(!1),l=()=>{n(!0),!r&&e||i()};return(0,gn.jsxs)("div",{className:`${zn["share-panel__body"]} ${Gn["share-panel__body_screenshot"]}`,children:[(0,gn.jsx)("div",{className:`${zn["share-panel-row"]} ${Gn["share-panel-row"]}`,children:(0,gn.jsx)("a",{className:Gn["share-panel-row__image-link"],onClick:l,href:t,download:"image.jpeg",children:(0,gn.jsx)("img",{src:t,className:Gn["share-panel-row__image"]})})}),(0,gn.jsx)("div",{className:zn["share-panel-separator"],style:{background:s.divider?.background}}),(0,gn.jsx)("div",{className:`${zn["share-panel-row"]} ${Gn["share-panel-row"]}`,children:(0,gn.jsx)("a",{className:Gn["share-item__download-button"],onClick:l,href:t,download:"image.jpeg",children:(0,gn.jsx)("div",{dangerouslySetInnerHTML:{__html:s.downloadButton?.svgSrc?.baseState??""}})})}),e?(0,gn.jsxs)(gn.Fragment,{children:[(0,gn.jsx)("div",{className:zn["share-panel-separator"],style:{background:s.divider?.background}}),(0,gn.jsx)("div",{className:`${zn["share-panel-row"]} ${Gn["share-panel-row"]}`,children:(0,gn.jsxs)("button",{className:wn()(Gn.btn,Gn["btn-copy"]),onClick:()=>{qn(e??""),a(!0),o&&i()},children:[(0,gn.jsxs)("div",{className:Gn["btn-copy__icon"],children:[(0,gn.jsx)("span",{className:wn()(Gn["btn-copy__icon-state"],{[Gn["btn-copy__icon-state_default"]]:!r}),dangerouslySetInnerHTML:{__html:s.copyButton?.svgSrc?.baseState??""}}),(0,gn.jsx)("span",{className:wn()(Gn["btn-copy__icon-state"],{[Gn["btn-copy__icon-state_done"]]:r}),dangerouslySetInnerHTML:{__html:s.copyButton?.svgSrc?.doneState??""}})]}),(0,gn.jsx)("div",{className:Gn["btn-copy__text"],children:e})]})})]}):null]})};var Kn=_(610),Yn={insert:"head",singleton:!1};Sn()(Kn.A,Yn);const Zn=Kn.A.locals||{},Jn=({shareLink:e,sharePanelOptions:t,onShareComplete:s,...i})=>{const r=()=>{try{return new URL(e).host}catch(e){return console.error(e),null}},a=()=>{window.removeEventListener("focus",a),s()},o=()=>r()?"":encodeURIComponent(e),n=s=>{const i=(()=>{try{return new URL(e)}catch(e){return console.error(e),null}})();if(!i)return"#";const r=t.targetParams?.[s];return r?.getUrl?.({url:i.toString(),text:o()})},l=t.title?.favicon,d=t.text;return(0,gn.jsxs)("div",{className:zn["share-panel__body"],children:[(0,gn.jsxs)("div",{className:`${zn["share-panel-row"]} ${zn["title-row"]}`,children:[r()&&Boolean(l?.display)&&(0,gn.jsx)("div",{className:zn["share-url-favicon"],style:{background:l?.background},children:(0,gn.jsx)("img",{src:`${i.faviconApiUrl??"https://favicon.inappstory.ru"}?sz=64&domain_url=${r()}`})}),(0,gn.jsx)("span",{className:zn.title,style:d,children:t.title?.getValue?.({url:e,text:o()})})]}),(0,gn.jsx)("div",{className:zn["share-panel-separator"],style:{background:t.divider?.background}}),(0,gn.jsx)("div",{className:`${zn["share-panel-row"]} ${Zn["social-list"]}`,children:t.targets?.map(((e,s)=>{const i=t.targetParams?.[e],r=i?.icon?.svgSrc.baseState??"<svg></svg>";return(0,gn.jsx)("div",{className:Zn["social-list__item"],children:(0,gn.jsxs)("a",{href:n(e),onClick:()=>((e,t,s)=>{window.addEventListener("focus",a),window.open(e,t,s)})(n(e),"newwindow","width=650,height=570"),target:"_blank",rel:"noopener noreferrer",className:`${zn["share-item"]} ${Zn["share-item"]}`,children:[(0,gn.jsx)("div",{dangerouslySetInnerHTML:{__html:r}}),(0,gn.jsx)("span",{className:zn["share-item-title"],style:d,children:i?.label})]})},s)}))}),(0,gn.jsx)("div",{className:zn["share-panel-separator"],style:{background:t.divider?.background}}),(0,gn.jsx)("div",{className:zn["share-panel-row"],children:(0,gn.jsxs)("a",{className:`${zn["share-item"]} ${Zn["share-item"]}`,onClick:()=>{qn(e),s()},children:[(0,gn.jsx)("div",{dangerouslySetInnerHTML:{__html:t.copyButton?.svgSrc?.baseState??""}}),(0,gn.jsx)("span",{className:zn["share-item-title"],style:d,children:t.copyButton?.label})]})})]})};var Xn;!function(e){e.Social="social",e.SlideScreenshot="slide-screenshot"}(Xn||(Xn={}));const el=({shareType:e,shareLink:t,shareText:s,onShareCompelete:i,sharePanelOptions:r,className:a})=>{const{dir:o}=Ac(),[n,l]=(0,fn.useState)(!1),[d,c]=(0,fn.useState)(!0),h=()=>{l(!0),c(!1)};return(0,gn.jsxs)("div",{dir:o,className:wn()(zn["share-panel-wrapper"],a),onClick:e=>{e.stopPropagation()},onTouchStart:e=>{e.stopPropagation(),e.preventDefault()},children:[(0,gn.jsx)("div",{className:wn()(zn["share-panel-backdrop"],{[zn.fadeIn]:d,[zn.fadeOut]:!d}),onClick:()=>{l(!1),c(!1)}}),(0,gn.jsxs)("div",{className:wn()(zn["share-panel"],{[zn.slideIn]:d,[zn.slideOut]:!d}),onAnimationEnd:()=>{d||i(n)},style:{"--height":"100%",background:r.background,borderTopLeftRadius:r.borderRadius+"px",borderTopRightRadius:r.borderRadius+"px"},children:[e===Xn.SlideScreenshot&&(0,gn.jsx)(Qn,{shareText:s,shareLink:t,onShareComplete:h,sharePanelOptions:r}),e===Xn.Social&&(0,gn.jsx)(Jn,{shareLink:t,onShareComplete:h,sharePanelOptions:r}),(0,gn.jsx)("div",{className:zn["share-panel-separator"]})]})]})};var tl=_(7495),sl={insert:"head",singleton:!1};Sn()(tl.A,sl);const il=tl.A.locals||{},rl=e=>{const t=(0,fn.useRef)(null),[s,i]=(0,fn.useState)(null);return(0,fn.useEffect)((()=>{const s=e.plugin.createLottiePlayer(t.current,e.config);return i(s),()=>{s.destroy()}}),[e.config.sha1]),(0,fn.useEffect)((()=>{s&&e.forceEnd&&s.stop()}),[s,e.forceEnd]),(0,fn.useEffect)((()=>{if(s)return s.on("play",e.onPlay),s.on("complete",e.onComplete),s.on("beforeLoad",e.onBeforeLoad),s.on("load",e.onLoad),s.on("minPlayingTimeExpired",e.onMinPlayingTimeExpired),s.on("error",e.onError),()=>{s.off("play",e.onPlay),s.off("complete",e.onComplete),s.off("beforeLoad",e.onBeforeLoad),s.off("load",e.onLoad),s.off("minPlayingTimeExpired",e.onMinPlayingTimeExpired),s.off("error",e.onError)}}),[s,e.onError,e.onPlay,e.onComplete,e.onLoad,e.onBeforeLoad,e.onMinPlayingTimeExpired]),(0,gn.jsx)("canvas",{ref:t,style:{width:"100%",height:"100%"}})},al=e=>{const{storyManager:t}=Ac(),[s,i]=(0,fn.useState)(!1),[r,a]=(0,fn.useState)(!1),[o,n]=(0,fn.useState)(!1),[l,d]=(0,fn.useState)(!1),[c,h]=(0,fn.useState)(!1),[u,p]=(0,fn.useState)(!1),g=r||l||e.isGameLoading||!e.gameShouldBeShown,m=(0,fn.useMemo)((()=>t.getPlugin("dot-lottie")),[t]),f=o||!m||e.isGameLoadingError?null:e.game?.splashLottieScreen?.url&&e.game?.splashLottieScreen,y=e.game&&!e.isGameLoadingError&&g&&!r&&!f,v=()=>e.desktopMode&&e.game?.splashLandscapeScreen?.url?e.game.splashLandscapeScreen.url:e.game?.splashScreen?.url,w=e.isGameInited&&(!f||c);(0,fn.useEffect)((()=>{w&&e.onSplashCanBeHidden()}),[w]);return(0,gn.jsxs)("div",{className:wn()(il["splash-container"],{[il["splash-container--fadeIn"]]:e.game,[il["splash-container--fadeOut"]]:e.gameShouldBeShown,[il["splash-container--isLoading"]]:y}),children:[(0,gn.jsx)("div",{className:il["splash-container__image"],style:{backgroundColor:e.splashImageBackgroundColor},children:v()&&(0,gn.jsx)("img",{src:v(),onLoad:()=>{p(!0)}})}),f&&m&&(0,gn.jsx)("div",{className:il["splash-container__lottie"],children:(0,gn.jsx)(rl,{plugin:m,forceEnd:e.gameShouldBeShown,config:f,onError:()=>{n(!0)},onPlay:()=>{a(!0),i(!1)},onComplete:()=>{a(!1),i(!0)},onLoad:()=>{d(!1)},onBeforeLoad:()=>{d(!0)},onMinPlayingTimeExpired:()=>{h(!0)}})})]})};var ol=_(9843),nl={insert:"head",singleton:!1};Sn()(ol.A,nl);const ll=ol.A.locals||{},dl=e=>(0,gn.jsx)("button",{dir:e.dir,onClick:e.onCloseGame,className:ll["close-btn"],"data-position":e.closeButtonPosition,dangerouslySetInnerHTML:{__html:e.closeButtonOptions?.svgSrc.baseState??""}});var cl=_(5299),hl=_(9514);const ul=(0,cl.observer)((({gameReader:e})=>{const{desktopMode:t,dir:s,gameReaderOptions:i,storyReaderOptions:r}=Ac(),a=(0,fn.useRef)(null),{sharePanelOpeningParams:o,handleShareComplete:n,closeSharePanel:l}=(e=>{const[t,s]=(0,fn.useState)(null);return(0,fn.useEffect)((()=>(e?.on("openSharePanel",s),()=>{e?.off("openSharePanel",s)})),[e]),{sharePanelOpeningParams:t,handleShareComplete:i=>{t&&e&&(e.confirmSharingComplete({shareId:t.shareId,isSuccess:i}),s(null))},closeSharePanel:()=>{s(null)}}})(e);Pc((()=>{d()}));const d=()=>{e.closeGame(),l()},{gameLaunch:c,gameLaunchError:h,isGameLoading:u,closeBtnVisible:p}=e,g=wn()(Cn["game-reader"],{[Cn["game-reader--desktop-mode"]]:t,[Cn["game-reader--widescreen"]]:e.isWidescreen}),m={background:i.backdrop?.background??"",opacity:i.backdrop?.opacity??0,filter:i.backdrop?.blur?`blur(${i.backdrop.blur}px)`:"none"},f=i.game?.backdropColor??"";return(0,hl.createPortal)((0,gn.jsx)("div",{className:Cn["game-reader-container"],style:{"--game-box-border-radius":`${parseFloat(String(i.borderRadius))}px`},children:(0,gn.jsxs)("div",{className:g,children:[(0,gn.jsx)("div",{className:Cn["game-reader__backdrop"],style:m}),(0,gn.jsxs)(Rn,{className:Cn["game-reader__game-box"],isWidescreen:e.isWidescreen,desktopMode:t,verticalPadding:100,children:[(0,gn.jsx)(al,{onSplashCanBeHidden:()=>{e.notifyGameCanBeStarted()},desktopMode:t,isGameInited:e.isGameInited,isGameLoading:u,isGameLoadingError:Boolean(e.gameLaunchError),gameShouldBeShown:e.gameShouldBeShown,game:e.gameLaunch??void 0,splashImageBackgroundColor:e.gameLaunch?f:m.background}),h&&(0,gn.jsx)(On,{className:Cn["game-reader__refresh-btn"],onClick:()=>{e.reload()}}),(!e.gameShouldBeShown||p)&&(0,gn.jsx)(dl,{closeButtonPosition:i.closeButtonPosition,dir:s,onCloseGame:d,closeButtonOptions:i.closeButton}),c&&(0,gn.jsxs)(gn.Fragment,{children:[(0,gn.jsx)("iframe",{src:c.url,onLoad:t=>{a.current=t.target,e.dir=s,e.setGameCenterIframe(a.current)},style:{opacity:e.gameShouldBeShown?1:0},frameBorder:"0",className:Cn["game-reader__iframe"],sandbox:"allow-same-origin allow-top-navigation allow-forms allow-scripts allow-downloads allow-top-navigation-to-custom-protocols",allow:"fullscreen"}),o&&(0,gn.jsx)(el,{shareType:o.shareType,shareLink:o.shareLink,onShareCompelete:n,sharePanelOptions:r.sharePanel})]})]}),c&&i.forceCheckOrientation&&(0,gn.jsx)(Fn,{orientation:le.PORTRAIT_PRIMARY,desktopMode:t,onOrientationChange:({isWrong:t})=>{e.isGameInited&&(t?e.pauseGameUI():e.resumeGameUI())}})]})}),document.body)}));var pl=_(2130),gl={insert:"head",singleton:!1};Sn()(pl.A,gl);const ml=pl.A.locals||{};class fl{storyReaderViewModel;storiesViewer;backdropRef;deltaValY=0;windowHeight=0;swipeUpGestureInAction=!1;constructor(e,t,s){this.storyReaderViewModel=e,this.storiesViewer=t,this.backdropRef=s}startMove(){this.storyReaderViewModel.disableCloseGesture(),this.windowHeight=this.storiesViewer.clientHeight,this.storiesViewer.style.setProperty("transition","")}move(e){e>10||this.storyReaderViewModel.closeGestureInAction?(this.storyReaderViewModel.enableCloseGesture(),this.moveDownAndScaleReader(e)):(e<-10||this.swipeUpGestureInAction)&&this.moveUp(e)}endMove(){this.storyReaderViewModel.resumeTimer(),this.deltaValY>=0&&this.handleSwipeDown(),this.storyReaderViewModel.disableCloseGesture()}moveDownAndScaleReader(e){this.deltaValY=e/this.windowHeight;let t=1-(1-.9)*this.deltaValY;t>=1&&(t=1);let s=100*this.deltaValY*.45;s<=0&&(s=0),this.storiesViewer.style.setProperty("transform",`scale(${t}) translateY(${s}%)`)}moveUp(e){this.swipeUpGestureInAction=!0,this.deltaValY=e/this.windowHeight}returnToDefaultState(){this.storiesViewer.style.setProperty("transition","all .3s"),this.storiesViewer.style.setProperty("transform","scale(1) translateY(0%)")}closeStoryReader(){this.storiesViewer.style.setProperty("transition","opacity .3s"),this.storiesViewer.style.setProperty("opacity","0"),this.backdropRef.style.setProperty("transition","opacity .3s"),this.backdropRef.style.setProperty("opacity","0"),setTimeout((()=>{this.storyReaderViewModel.close("swipeDown")}),400)}handleSwipeDown(){this.deltaValY<=.15||!this.storyReaderViewModel.canBeClosed()?this.returnToDefaultState():this.closeStoryReader()}}ne();const yl=()=>{const e=window.innerWidth;return{vh:window.innerHeight,vw:e}},vl=e=>50+parseFloat(String(e)),wl=(e,t)=>{const s=e.hasLike&&Boolean(t.hasLike),i=e.hasShare&&Boolean(t.hasShare),r=e.hasFavorite&&Boolean(t.hasFavorite),a=e.hasAudio;return!e.isBlank&&(s||r||i||a)},_l=e=>{const{desktopMode:t,storyReaderOptions:s}=Ac();return(0,fn.useMemo)((()=>{const i=vl(s.actionPanelBottomOffset),r=new Gr(e.vw,e.vh,i),a=new Wr(r).create({vw:e.vw,vh:e.vh,desktopMode:t}),o=a instanceof Vr,n=o?r.getViewportCorrectionPadding():{};return{actionPanelHeight:i,safeAreaFrameCalculator:r,storyGeometry:a,isMobileGeometry:o,correctionPaddingStyle:n}}),[s.actionPanelBottomOffset,e,t])},Sl=(0,cl.observer)((e=>{const t=(0,fn.useRef)(null),s=(0,fn.useRef)(null),{desktopMode:i,storyReaderOptions:r}=Ac();(({storyReaderViewModel:e,storiesViewerRef:t,backdropRef:s})=>{const i=(0,fn.useRef)(null);(0,fn.useEffect)((()=>{i.current=new fl(e,t.current,s.current)}),[]);const r=()=>{t.current.classList.add(ml["no-select"]),i.current?.startMove()},a=({dy:e})=>{i.current?.move(e)},o=()=>{t.current.classList.remove(ml["no-select"]),e.touchController.verticalSwipeGesture&&i.current?.endMove()};(0,fn.useEffect)((()=>{const t=e.touchController;return t.on(Mi.TouchStart,r),t.on(Mi.TouchMoveVertical,a),t.on(Mi.TouchEnd,o),()=>{t.off(Mi.TouchStart,r),t.off(Mi.TouchMoveVertical,a),t.off(Mi.TouchEnd,o)}}),[e.touchController])})({storyReaderViewModel:e.storyReader,backdropRef:t,storiesViewerRef:s});const{safeAreaFrameCalculator:a,isMobileGeometry:o}=_l(e.viewport),n=!o||a.shouldBeShownSafeAreaInsets?parseFloat(String(r.borderRadius)):0;return(0,gn.jsxs)(gn.Fragment,{children:[(0,gn.jsxs)("div",{ref:s,className:wn()("stories-viewer",ml["stories-viewer"],ml.slider3d),style:{"--loaderBackgroundColor":r.loader?.default.color,"--loaderBackgroundAccentColor":r.loader?.default.accentColor,"--timelineBlockTopOffset":`${parseFloat(String(r.timelineBlockTopOffset))}px`,"--slideBorderRadius":`${n}px`,backgroundColor:r.commonBackdrop?.color??void 0,backdropFilter:r.commonBackdrop?.backdropFilter??void 0},children:[i&&(0,gn.jsx)("div",{className:ml["stories-viewer-background"],style:(()=>{const t=[],s=e.storyReader.activeStory?.displayedSlideImage;return null!=r.slideBackdrop&&Array.isArray(r.slideBackdrop.linearGradientOverlay)&&t.push(`linear-gradient(${r.slideBackdrop.linearGradientOverlay.join(", ")})`),null!=s&&t.push(`url(${s})`),{backgroundImage:t.join(", "),opacity:r.slideBackdrop?.opacity||0,filter:r.slideBackdrop?.blur?`blur(${r.slideBackdrop.blur}px)`:"none"}})()}),e.children]}),(0,gn.jsx)("div",{ref:t,className:wn()(ml["stories-viewer-backdrop"],{[ml._desktopMode]:i})})]})}));var bl=_(3390),xl={insert:"head",singleton:!1};Sn()(bl.A,xl);const Cl=bl.A.locals||{};var kl=_(2594),Ml={insert:"head",singleton:!1};Sn()(kl.A,Ml);const Ll=kl.A.locals||{};var Ol=_(187),Il={insert:"head",singleton:!1};Sn()(Ol.A,Il);const Al=Ol.A.locals||{},El=(0,cl.observer)((({story:e,commonOptions:t,storyReaderOptions:s,muted:i,onClickMuteAction:r})=>{const{dir:a}=Ac(),o=e.hasLike&&Boolean(t.hasLike),n=e.hasShare&&Boolean(t.hasShare),l=e.hasFavorite&&Boolean(t.hasFavorite),d=e.hasAudio,c=wl(e,t)?vl(s.actionPanelBottomOffset):0;return(0,gn.jsx)("div",{dir:a,className:Al["stories-button-panel"],style:{height:`${c}px`,transform:`translateY(${c}px)`},children:wl(e,t)&&(0,gn.jsxs)("div",{className:Al["stories-button-panel-actions"],children:[(()=>{if(!o)return null;const t=0===e.like||-1===e.like,i=0===e.like||1===e.like;return(0,gn.jsxs)("span",{children:[(0,gn.jsx)("span",{className:wn()(Al["button-panel-action"],{"like-up":t,"like-up-filled":1===e.like}),dangerouslySetInnerHTML:{__html:t?s.likeButton.svgSrc.baseState:s.likeButton.svgSrc.activeState},onClick:()=>{e.setLike(1===e.like?0:1)}}),(0,gn.jsx)("span",{className:wn()(Al["button-panel-action"],{"like-down":i,"like-down-filled":-1===e.like}),dangerouslySetInnerHTML:{__html:i?s.dislikeButton.svgSrc.baseState:s.dislikeButton.svgSrc.activeState},onClick:()=>{e.setDislike(-1===e.like?0:-1)}})]})})(),l&&(0,gn.jsx)("span",{children:(0,gn.jsx)("span",{className:wn()(Al["button-panel-action"],{bookmark:!e.favorite,"bookmark-filled":e.favorite}),dangerouslySetInnerHTML:{__html:e.favorite?s.favoriteButton.svgSrc.activeState:s.favoriteButton.svgSrc.baseState},onClick:()=>e.setBookmark(!e.favorite)})}),(0,gn.jsxs)("span",{className:Al["right-container"],children:[d&&(0,gn.jsx)("span",{children:(0,gn.jsx)("span",{className:wn()(Al["button-panel-action"],{"muted-icon":i,"sound-icon":!i}),dangerouslySetInnerHTML:{__html:i?s.muteButton.svgSrc.baseState:s.muteButton.svgSrc.activeState},onClick:r})}),n&&(0,gn.jsx)("span",{className:Al["button-panel-action"],dangerouslySetInnerHTML:{__html:s.shareButton.svgSrc.baseState},onClick:()=>{e.share()}})]})]})})}));var Tl=_(2349),Rl={insert:"head",singleton:!1};Sn()(Tl.A,Rl);const Pl=Tl.A.locals||{},Bl=e=>{const{dir:t}=Ac();return(0,gn.jsx)("div",{className:Pl["story-header"],children:!e.closeDisabled&&(0,gn.jsx)("button",{dir:t,"data-position":e.options.closeButtonPosition,className:wn()(Pl["stories-viewer__close"],{[Pl["_paused-ui"]]:e.uiPaused}),onClick:t=>{t.stopPropagation(),t.preventDefault(),e.onClose()},dangerouslySetInnerHTML:{__html:e.options.closeButton?.svgSrc.baseState??""}})})};var Dl=_(3278),jl={insert:"head",singleton:!1};Sn()(Dl.A,jl);const Fl=Dl.A.locals||{};var Nl=_(6323),Ul={insert:"head",singleton:!1};Sn()(Nl.A,Ul);Nl.A.locals;const zl=e=>{const t=e.slide,{slideContentRef:s}=(({slide:e,activeStory:t,currentStory:s,needSlideInitByFlipping:i,currentSlideIndex:r,activeSlideIndex:a,slidesLoaded:o,muted:n,timerPaused:l})=>{const d=(0,fn.useRef)(null),c=t.id===s.id,h=c||i,u=a===r,p=h&&o&&e.state===or.Idle&&u,g=!(e.state!==or.Started&&e.state!==or.Error||u&&h),m=c&&u&&e.state===or.Loaded;return(0,fn.useLayoutEffect)((()=>{p&&e.init(d.current)}),[e,p]),(0,fn.useLayoutEffect)((()=>{m&&e.start()}),[c,m]),(0,fn.useLayoutEffect)((()=>{g&&e.stop()}),[g]),(0,fn.useEffect)((()=>{l?e.pause():e.resume()}),[e,l,e.state]),(0,fn.useEffect)((()=>{n?e.mute():e.unmute()}),[e,n,e.state]),(0,fn.useLayoutEffect)((()=>()=>{e.stop()}),[e]),{slideContentRef:d}})(e),i=t.state===or.Loading||!e.slidesLoaded,r=t.state===or.Loading||!e.slidesLoaded;return{slideContentRef:s,needLoadingMask:i,isVisible:t.state===or.Loaded||t.state===or.Started||t.state===or.Paused,needLoadingAnimation:r}},Vl=(0,cl.observer)((({geometry:e,...t})=>{const{desktopMode:s,dir:i}=Ac(),{slideContentRef:r,needLoadingAnimation:a,needLoadingMask:o}=zl(t),{slideStyle:n,slideContentStyle:l,needBottomPanel:d}=(({geometry:e,currentStory:t})=>{const{storyReaderOptions:s,commonOptions:i}=Ac(),r=(0,fn.useMemo)((()=>wl(t,i)),[t,i]),a=r?vl(s.actionPanelBottomOffset):0;return{needBottomPanel:r,slideStyle:(0,fn.useMemo)((()=>({margin:e.getOffset(a),width:e.getWidth(),height:e.getHeight(),"--y-offset":e.getOffsetY(a),"--x-offset":e.getOffsetX(a)})),[a,e]),slideContentStyle:(0,fn.useMemo)((()=>({fontSize:e.getFontSize()})),[e])}})({geometry:e,currentStory:t.currentStory}),c=t.networkError||t.slide.state===or.Error;return(0,gn.jsxs)("div",{onClick:r=>{r.preventDefault(),r.stopPropagation(),t.clickDisabled||(r=>{const a=r.target,o=new ar(t.slide,r,e,i,s);t.slide.onClick(a,o)})(r)},className:wn()(Fl["stories-slide"],{[Fl["active-slide"]]:t.currentSlideIndex===t.activeSlideIndex,[Fl["_with-bottom-panel"]]:d,[Fl["_desktop-mode"]]:e instanceof zr}),children:[(0,gn.jsx)("div",{className:Fl["stories-slide-offset"],style:n,children:(0,gn.jsx)("div",{className:Fl["stories-slide-box"],"data-testid":"stories-slide-box",children:(0,gn.jsx)("div",{ref:r,dangerouslySetInnerHTML:{__html:t.slide.html},className:`${Fl["stories-slide-content"]} narrative-slide"`,style:l})})}),(o||c)&&(0,gn.jsx)("div",{className:Fl["load-mask"],onClick:e=>{e.preventDefault()},children:c?(0,gn.jsx)(On,{className:Fl["stories-slide__refresh-btn"],onClick:e=>{e.stopPropagation(),t.networkError?t.onReloadStory():t.slide.reload()}}):a&&(0,gn.jsx)("div",{className:Fl["loading-spinner-default"]})})]})}));var Wl=_(9137),Gl={insert:"head",singleton:!1};Sn()(Wl.A,Gl);const $l=Wl.A.locals||{},Hl=(0,fn.forwardRef)(((e,t)=>{const{desktopMode:s,dir:i}=Ac();return(0,gn.jsx)("div",{ref:t,dir:i,className:wn()($l["stories-pager"],{[$l["_desktop-mode"]]:s,[$l["_paused-ui"]]:e.uiPaused}),style:{"--stories-pager-tick-foreground":e.timeline.foreground,"--stories-pager-background":e.timeline.background},children:(0,gn.jsx)("div",{className:`${$l["stories-pager__ticks"]} ${wn()({[$l.hiddenTimeline]:e.hiddenTimeline})}`,children:new Array(e.slidesLength).fill(0).map(((t,s)=>(0,gn.jsxs)("div",{className:$l["stories-pager__tick"],children:[(0,gn.jsx)("div",{className:wn()($l["stories-pager__tick-progress"],{[$l._active]:s+1<=e.activeSlideIndex})}),(0,gn.jsx)("div",{className:$l["stories-pager__tick-progress-loader"],style:{display:s+1===e.activeSlideIndex+1?"block":"none"}})]},s+1)))})})}));const ql=function(){let e;const t=document.createElement("div"),s={transition:"transitionend",OTransition:"otransitionend",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in s)if(Object.prototype.hasOwnProperty.call(s,e)&&void 0!==t.style[e])return s[e]}();function Ql(e,t,s){return new Promise((i=>{let r=!1;const a=()=>{r=!0,clearTimeout(n),void 0!==ql&&e.removeEventListener(ql,o),e.style.setProperty("transition",`${t} 0ms`),i()},o=e=>{e.propertyName===t&&(r||a())};void 0!==ql&&e.addEventListener(ql,o,!1);const n=setTimeout((()=>{r||a()}),s+20);e.style.setProperty("transition",`${t} ${s}ms`)}))}var Kl=_(6212),Yl={insert:"head",singleton:!1};Sn()(Kl.A,Yl);const Zl=Kl.A.locals||{},Jl=e=>{const t=(0,fn.useRef)(null),s=(0,fn.useRef)(null),i=(0,fn.useRef)(0),r=(0,fn.useRef)(0);let a;const o=()=>{s.current&&(r.current=-1*function(e){const t=window.getComputedStyle(e),s=t.transform||t.webkitTransform||t.mozTransform;if("none"===s)return{x:0,y:0,z:0};const i=s.includes("3d")?"3d":"2d",r=s.match(/matrix.*\((.+)\)/)[1].split(", ");return"2d"===i?{x:isNaN(r[4])?0:r[4],y:isNaN(r[5])?0:r[5],z:0}:"3d"===i?{x:isNaN(r[12])?0:r[12],y:isNaN(r[13])?0:r[13],z:isNaN(r[14])?0:r[14]}:{x:0,y:0,z:0}}(s.current).x)},[n,l]=(0,fn.useState)(!1),[d,c]=(0,fn.useState)(!1),h=(0,fn.useRef)(!1),u=()=>{const t=fn.Children.count(e.children);return s.current&&t?s.current.scrollWidth/t:0};let p=!1;(0,fn.useEffect)((()=>(("ontouchstart"in window||window.navigator.msPointerEnabled||"ontouchstart"in document.documentElement)&&(p=!0),p||(s.current&&(a=s.current.children[0]?.offsetWidth),s.current&&(i.current=s.current.scrollWidth-s.current.clientWidth,o()),i.current===r.current?c(!1):c(!0),0===r.current?l(!1):l(!0)),()=>{})),[]);const g=(0,fn.useRef)(!1),m=(0,fn.useRef)(0);let f=0;const y=(0,fn.useRef)(!1),[v,w]=(0,fn.useState)(0),_=e=>{e<0&&(e=0),e>i.current&&(e=i.current),w(e)};(0,fn.useEffect)((()=>{v===i.current?c(!1):c(!0),l(0!==v)}),[v]);const S=e=>{if(!h.current)if(g.current){const t=e instanceof MouseEvent?e.pageX:e.touches&&e.touches[0].pageX;if(t!==m.current){y.current=!0,f=t;const e=m.current-f,s=r.current+e;_(s)}}else y.current=!1},b=e=>{y.current&&e.preventDefault(),setTimeout((()=>{y.current=!1})),g.current=!1,document.removeEventListener("mousemove",S),document.removeEventListener("mouseup",b),document.removeEventListener("touchmove",S),document.removeEventListener("touchend",b)};return(0,gn.jsxs)("div",{className:Zl["scrolling-carousel"],style:e.style,children:[(0,gn.jsx)("div",{className:Zl["scrolling-carousel__wrapper"],ref:t,onMouseDown:e=>{h.current||(e.preventDefault(),g.current=!0,m.current=e.pageX,s.current&&(i.current=s.current.scrollWidth-s.current.clientWidth),s.current&&o(),document.addEventListener("mousemove",S),document.addEventListener("mouseup",b))},onTouchStart:e=>{h.current||(e.preventDefault(),g.current=!0,m.current=e.touches&&e.touches[0].pageX,s.current&&(i.current=s.current.scrollWidth-s.current.clientWidth),s.current&&o(),document.addEventListener("touchmove",S),document.addEventListener("touchend",b))},onClickCapture:e=>{y.current&&(e.preventDefault(),e.stopPropagation())},children:(0,gn.jsx)("div",{className:Zl["scrolling-carousel__item"],ref:s,style:{transform:`translateX(${-1*v}px)`},children:e.children})}),!p&&(0,gn.jsxs)(gn.Fragment,{children:[(0,gn.jsx)("div",{className:wn()(Zl["scrolling-carousel__arrow-button"],Zl["scrolling-carousel__arrow-button--left"],{[Zl["scrolling-carousel__arrow-button--show"]]:n}),onClick:async()=>{if(h.current)return;o();const e=r.current-u();_(e),h.current=!0,s.current&&await Ql(s.current,"transform",300),h.current=!1},children:(0,gn.jsx)("svg",{focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,gn.jsx)("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})})}),(0,gn.jsx)("div",{className:wn()(Zl["scrolling-carousel__arrow-button"],Zl["scrolling-carousel__arrow-button--right"],{[Zl["scrolling-carousel__arrow-button--show"]]:d}),onClick:async()=>{if(h.current)return;o();const e=r.current+u();_(e),h.current=!0,s.current&&await Ql(s.current,"transform",300),h.current=!1},children:(0,gn.jsx)("svg",{focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,gn.jsx)("path",{d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})})})]})]})},Xl=({children:e,style:t,color:s,font:i,className:r})=>(0,gn.jsx)("div",{className:r,style:{color:s,font:i,...t},children:e});var ed=_(9108),td={insert:"head",singleton:!1};Sn()(ed.A,td);const sd=ed.A.locals||{},id=({goods:e,onClick:t,options:s})=>{const{imgSrc:i,title:r,subTitle:a,price:o,oldPrice:n}=e;return(0,gn.jsxs)("div",{className:wn()(sd["goods-card"]),style:{color:s.mainTextColor??"black"},onClick:t,children:[(0,gn.jsx)("div",{className:wn()(sd.figure),style:{borderRadius:s.imageCornerRadius+"px",backgroundColor:s.imageBackgroundColor},children:i&&(0,gn.jsx)("img",{src:i,alt:r,style:{borderRadius:s.imageCornerRadius+"px",backgroundColor:s.imageBackgroundColor}})}),(0,gn.jsx)(Xl,{font:s.subtitleFont,children:a}),(0,gn.jsx)(Xl,{font:s.titleFont,children:r}),(0,gn.jsxs)("div",{className:sd.prices,children:[(0,gn.jsx)(Xl,{font:s.priceFont,children:o}),(0,gn.jsx)(Xl,{className:sd["typography--old-price"],font:s.oldPriceFont,color:s.oldPriceTextColor,children:n})]})]})},rd=e=>{const t=e.goodsWidgetOptions,s=t.goodsWidgetRenderingType||t.goodsList.renderingType;let i=[];return s===a.DEFAULT?i=e.goodsList.map(((s,i)=>(0,gn.jsx)(id,{options:t.goodsCard,goods:s,onClick:()=>e.onGoodsCardClick(s)},i))):s===a.CUSTOM_CARD&&R()(t.getCardHtml)&&(i=e.goodsList.map(((s,i)=>(0,gn.jsx)("div",{dangerouslySetInnerHTML:{__html:t.getCardHtml?.(s,i)??""},onClick:()=>e.onGoodsCardClick(s)},i)))),(0,gn.jsx)(Jl,{style:{marginTop:"-15px"},children:i})},ad=({arrowColor:e,...t})=>(0,gn.jsx)("svg",{...t,width:"32",height:"12.5",viewBox:"0 0 64 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,gn.jsx)("path",{d:"M56.293 1.23375C58.054 -0.41125 60.846 -0.41125 62.607 1.23375C64.464 2.96775 64.464 5.85675 62.607 7.59075L35.157 23.2288C33.396 24.8738 30.604 24.8738 28.843 23.2288L1.393 7.59075C0.494002 6.75175 0 5.62775 0 4.41275C0 3.19775 0.494002 2.07375 1.393 1.23475C3.154 -0.410251 5.946 -0.410251 7.707 1.23475L32 13.9237L56.293 1.23375Z",fill:e})});var od=_(8161),nd={insert:"head",singleton:!1};Sn()(od.A,nd);const ld=od.A.locals||{},dd=({closeImage:e,arrowColor:t,onClick:s})=>(0,gn.jsx)("div",{className:ld.btn,onClick:s,onTouchStart:s,children:e?(0,gn.jsx)("div",{dangerouslySetInnerHTML:{__html:e}}):(0,gn.jsx)(ad,{arrowColor:t})});var cd=_(1277),hd={insert:"head",singleton:!1};Sn()(cd.A,hd);const ud=cd.A.locals||{},pd=({isLoading:e,backgroundColor:t="white",accentBackgroundColor:s="transparent"})=>e?(0,gn.jsx)("div",{className:ud.spinner,style:{border:`solid 2px ${t}`,borderColor:`${s} ${t} ${t} ${t}`}}):null;var gd=_(4940),md={insert:"head",singleton:!1};Sn()(gd.A,md);const fd=gd.A.locals||{};var yd;!function(e){e[e.IN=0]="IN",e[e.OUT=1]="OUT"}(yd||(yd={}));const vd=({open:e,url:t,goodsWidgetOptions:s,onClosed:i,onClose:r,onGoodsCardClick:a})=>{const o=(0,fn.useRef)(null),[n,l]=(0,fn.useState)([]),[d,c]=(0,fn.useState)(yd.IN),h=s,{dimColor:u,substrateHeight:p,substrateColor:g,closeImage:m,closeBackgroundColor:f}=h.goodsList;(0,fn.useEffect)((()=>{c(e?yd.IN:yd.OUT)}),[e]),(0,fn.useEffect)((()=>{t&&y()}),[t]);const y=async()=>{const e=v(),t=await s.openGoodsWidgetHandler(e);l(t)},v=()=>{try{return JSON.parse(t).map((e=>({sku:e,title:"",subTitle:"",price:"",oldPrice:"",rawData:{}})))}catch(e){return console.error(e),[]}};(0,fn.useEffect)((()=>{const e=o.current;if(d===yd.OUT)return e.addEventListener("animationend",i),()=>{e.removeEventListener("animationend",i)}}),[d]);const w=h.loader.custom?(0,gn.jsx)("div",{dangerouslySetInnerHTML:{__html:h.loader.custom}}):(0,gn.jsx)(pd,{isLoading:!n,backgroundColor:h.loader.default.color,accentBackgroundColor:h.loader.default.accentColor});return(0,gn.jsxs)("div",{className:wn()(fd["goods-container"],{[fd["goods-container--visible"]]:d===yd.IN,[fd["goods-container--hidden"]]:d===yd.OUT}),ref:o,children:[(0,gn.jsx)("div",{className:wn()(fd["goods-container__backdrop"]),style:{backgroundColor:u},onClick:r}),(0,gn.jsxs)("div",{className:wn()(fd["goods-container"]),style:{height:p+"px",backgroundColor:g??"white"},children:[w,n&&(0,gn.jsx)(rd,{goodsList:n,onGoodsCardClick:a,goodsWidgetOptions:s}),(0,gn.jsx)(dd,{onClick:r,closeImage:m,arrowColor:f})]})]})};var wd=_(2913),_d={insert:"head",singleton:!1};Sn()(wd.A,_d);const Sd=wd.A.locals||{},bd=e=>{const[t,s]=(0,fn.useState)(!1),[i,r]=(0,fn.useState)(!1),{storyManager:a}=Ac(),o=()=>{r(!0),s(!0)},n=()=>{s(!1)};(0,fn.useEffect)((()=>(e.widget.on(tr.Open,o),()=>{e.widget.off(tr.Open,o)})),[e.widget]),(0,fn.useEffect)((()=>(fs.addListener("goodsWidget.close",n),()=>{fs.removeListener("goodsWidget.close",n)})),[]),(0,fn.useEffect)((()=>{t&&a.emit("widgetEvent",{name:"w-goods-open",data:{story_id:e.story.id,slide_index:e.story.activeSlideIndex,widget_id:e.widget.elementId}})}),[t]);return i?(0,gn.jsx)("div",{className:Sd["goods-widget-viewer"],children:(0,gn.jsx)(vd,{open:t,url:e.widget.targetUrl,goodsWidgetOptions:e.goodsWidgetOptions,onClose:()=>{s(!1)},onClosed:()=>{e.widget.close(),r(!1)},onGoodsCardClick:t=>{a.emit("widgetEvent",{name:"w-goods-click",data:{story_id:e.story.id,slide_index:e.story.activeSlideIndex,widget_id:e.widget.elementId,widget_value:t.sku}}),e.goodsWidgetOptions.itemClickHandler?.(t)}})}):null},xd={247:"9999",376:"99 99 99",971:"99 999 9999",93:"99 999 9999",1268:"999 9999",1264:"999 9999",355:"999 999 999",374:"99 999 999",599:"999 9999",244:"999 999 999",672:"9 99 999",54:"999 999 9999",1684:"999 9999",43:"999 999 9999",61:"9 9999 9999",297:"999 9999",994:"99 999 99 99",387:"99 999 999",1246:"999 9999",880:"99 999 999",32:"999 999 999",226:"99 99 9999",359:"999 999 999",973:"9999 9999",257:"99 99 9999",229:"99 99 9999",1441:"999 9999",673:"999 9999",591:"9 999 9999",55:"99 99999 9999",1242:"999 9999",975:"99 999 999",267:"99 999 999",375:"99 999 99 99",501:"999 9999",243:"999 999 999",236:"99 99 9999",242:"99 999 9999",41:"99 999 9999",225:"99 999 999",682:"99 999",56:"9 9999 9999",237:"9999 9999",86:"999 9999 9999",57:"999 999 9999",506:"9999 9999",53:"9 999 9999",238:"999 99 99",357:"99 999 999",420:"999 999 999",49:"9999 999 9999",253:"99 99 99 99",45:"99 99 99 99",1767:"999 9999",1809:"999 9999",1829:"999 9999",1849:"999 9999",213:"99 999 9999",593:"99 999 9999",372:"9999 9999",20:"999 999 9999",291:"9 999 999",34:"999 999 999",251:"99 999 9999",358:"999 999 99 99",679:"99 99999",500:"99999",691:"999 9999",298:"999 999",262:"99999 9999",33:"999 999 999",508:"99 9999",590:"999 999 999",241:"9 99 99 99",1473:"999 9999",995:"999 999 999",594:"99999 9999",233:"999 999 999",350:"999 99999",299:"99 99 99",220:"999 99 99",224:"99 999 999",240:"99 999 9999",30:"999 999 9999",502:"9 999 9999",1671:"999 9999",245:"9 999999",592:"999 9999",852:"9999 9999",504:"9999 9999",385:"99 999 999",509:"99 99 9999",36:"999 999 999",628:"99 999 9999",62:"99 999 99",353:"999 999 999",972:"99 999 9999",91:"9999 999 999",246:"999 9999",964:"999 999 9999",98:"999 999 9999",354:"999 9999",39:"999 9999 999",1876:"999 9999",962:"9 9999 9999",81:"99 9999 9999",254:"999 999999",996:"999 999 999",855:"99 999 999",686:"99 999",269:"99 99999",1869:"999 9999",850:"999 999 9999",82:"99 999 9999",965:"9999 9999",1345:"999 9999",76:"99 999 99 99",77:"99 999 99 99",856:"99 99 999 999",961:"99 999 999",1758:"999 9999",423:"999 999 9999",94:"99 999 9999",231:"99 999 999",266:"9 999 9999",370:"999 99 999",352:"999 999 999",371:"99 999 999",218:"99 999 9999",212:"99 9999 999",377:"9999 9999",373:"9999 9999",382:"99 999 999",261:"99 99 99999",692:"999 9999",389:"99 999 999",223:"99 99 9999",95:"99 999 999",976:"99 99 9999",853:"9999 9999",1670:"999 9999",596:"999 99 99 99",222:"99 99 9999",1664:"999 9999",356:"9999 9999",230:"999 9999",960:"999 9999",265:"99 999 9999",52:"999 999 9999",60:"99 999 9999",258:"99 999 999",264:"99 999 9999",687:"99 9999",227:"99 99 9999",234:"999 999 9999",505:"9999 9999",31:"99 999 9999",47:"999 99 999",977:"99 999 999",674:"999 9999",683:"9999",64:"999 999 999",968:"99 999 999",507:"999 9999",51:"999 999 999",689:"99 99 99",675:"999 99 999",63:"999 999 9999",92:"999 999 9999",48:"999 999 999",970:"99 999 9999",351:"99 999 9999",680:"999 9999",595:"999 999 999",974:"9999 9999",40:"99 999 9999",381:"99 999 9999",7:"999 999 99 99",250:"999 999 999",966:"99 999 9999",677:"999 9999",248:"9 999 999",249:"99 999 9999",46:"99 999 9999",65:"9999 9999",290:"99 999",386:"99 999 999",421:"999 999 999",232:"99 999999",378:"9999 999999",221:"99 999 9999",252:"99 999 999",597:"999 9999",211:"99 999 9999",239:"99 99999",503:"99 99 9999",1721:"999 9999",963:"99 9999 999",268:"99 99 9999",1649:"999 9999",235:"99 99 99 99",228:"99 999 999",66:"99 999 9999",992:"99 999 9999",690:"9999",670:"999 9999",993:"9 999 9999",216:"99 999 999",676:"99999",90:"999 999 9999",1868:"999 9999",688:"99 9999",886:"999 999 999",255:"99 999 9999",380:"99 999 99 99",256:"999 999 999",44:"99 9999 9999",598:"9 999 99 99",998:"99 999 9999",396:"999 99999",1784:"999 9999",58:"999 999 9999",1284:"999 9999",1340:"999 9999",84:"99 9999 999",678:"99 99999",681:"99 9999",685:"99 9999",967:"999 999 999",27:"99 999 9999",260:"99 999 9999",263:"9 999999",1:"999 999 9999",383:"9999 9999"};class Cd{static isEmailValid(e){return/^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/.test(e)}static isTelephoneValid(e,t){return e?e.replace(/\s/g,"").length===t.length&&t.length>0:/^\d+$/.test(t)}}const kd=e=>{switch(e){case"":default:return"text";case"tel":return"tel";case"email":return"email"}},Md=e=>{const[t,s]=(0,fn.useState)({countryCode:"",phone:""}),[i,r]=(0,fn.useState)(""),[a,o]=(0,fn.useState)(!0),n=s=>{const i=kd(e?.configV2.main.input.type??"");return"email"===i?Cd.isEmailValid(s):"tel"!==i||Cd.isTelephoneValid((()=>{const e=t.countryCode.substring(1);return e?xd[e]??"":""})(),t.phone)};return{value:i,telephone:t,isValid:a,handleTelephoneChange:e=>{s(e),e.phone.length>0?r(e.countryCode+e.phone):r("")},handleChange:e=>{r(e)},handleSubmit:e=>{const t=i.trim(),s=n(i);o(s),s&&e({value:t})},reset:()=>{o(!0),r(""),s({countryCode:"",phone:""})}}};var Ld=_(4169),Od={insert:"head",singleton:!1};Sn()(Ld.A,Od);const Id=Ld.A.locals||{},Ad=(0,fn.forwardRef)(((e,t)=>{const s=(0,fn.useRef)(null);return(0,fn.useEffect)((()=>{Q(s.current),s.current.focus()}),[]),(0,gn.jsx)("input",{type:"email",className:wn()(Id.input,Id.input_centered),placeholder:e.placeholder,value:e.value,ref:s,onChange:t=>e.onChange(t.target.value)})}));var Ed=_(2265),Td=_.n(Ed);const Rd=(0,fn.forwardRef)(((e,t)=>{const s=t=>{const s=t.target;s&&(s.value=s.value.replace(/\D/g,""),e.onChange({countryCode:e.value.countryCode,phone:s.value}))},i=e.value.countryCode.substring(1),r=i?xd[i]:"";return(0,gn.jsxs)("div",{className:Id["input-group"],children:[(0,gn.jsxs)("div",{className:Id["input-group__prepend"],children:[(0,gn.jsx)(Td(),{type:"tel",mask:"+999",maskChar:null,className:Id.input,onChange:t=>{e.onChange({countryCode:t.currentTarget.value,phone:e.value.phone})},value:e.value.countryCode,placeholder:"+",inputRef:e=>{e&&(e=>{setTimeout((()=>{Q(e),e.focus()}))})(e)}}),(0,gn.jsx)("div",{className:Id["input-group__separator"]})]}),r?(0,gn.jsx)(Td(),{type:"tel",className:Id.input,mask:r,maskChar:"-",alwaysShowMask:!0,placeholder:e.placeholder,inputRef:e=>{},value:e.value.phone,onChange:s}):(0,gn.jsx)("input",{type:"tel",className:Id.input,placeholder:e.placeholder,ref:e=>{},value:e.value.phone,onChange:s})]})})),Pd=(0,fn.forwardRef)(((e,t)=>{const s=(0,fn.useRef)(null),i=(0,fn.useRef)(null);(0,fn.useEffect)((()=>{i.current.dataset.replicatedValue=e.value,Q(s.current),s.current.focus(),s.current.setSelectionRange(e.value.length,e.value.length)}),[]);return(0,gn.jsx)("div",{className:Id["textarea-grow-wrap"],ref:i,style:e.style,children:(0,gn.jsx)("textarea",{className:Id.input,placeholder:e.placeholder,rows:1,ref:s,maxLength:e.maxLength,value:e.value,onChange:t=>e.onChange(t.target.value),onInput:e=>{i.current.dataset.replicatedValue=e.currentTarget.value}})})})),Bd=({form:e,config:t,...s})=>{const[i,r]=(0,fn.useState)(!0),{getMainStyle:a,getMainElementsStyle:o,getQuestionStyle:n,getInputWrapperStyle:l,getButtonStyle:d,getTextareaStyle:c}=(({config:e})=>{const t=t=>t*(e.size.viewportWidth/(e.size.viewportWidth/e.size.fontSize));return{getMainStyle:()=>{const s=e.configV2.main;return{width:`${e.size.absolute.width}px`,height:"auto",left:e.size.absolute.center.x-e.size.absolute.width/2-e.size.slideOffsetX+"px",top:e.size.absolute.center.y-e.size.absolute.height/2-e.size.slideOffsetY+"px",backgroundColor:`${s.background.color}`,border:`${s.border.visible&&`${t(s.border.width)}px solid ${s.border.color}`}`,borderRadius:`${t(s.border.radius)}px`}},getMainElementsStyle:()=>{const s=e.configV2.main;return{width:"100%",padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`}},getQuestionStyle:()=>{const s=e.configV2.main.question;return{padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`,color:`${s.text.color}`,fontSize:`${t(s.text.size)}px`,lineHeight:`${s.text.lineHeight}`,textAlign:`${s.text.align}`,fontFamily:`${s.text.type}`,fontWeight:`${s.text.weight}`,fontStyle:`${s.text.style}`}},getInputWrapperStyle:()=>{const s=e.configV2.main.input;let i=e.configV2.main.input.text.maxLines;return i=i>0?i:1,{padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`,backgroundColor:`${s.background.color}`,border:`${t(s.border.width)}px solid ${s.border.color}`,borderRadius:`${t(s.border.radius)}px`,lineHeight:`${s.text.lineHeight}`,maxHeight:s.text.lineHeight*i+"em",fontSize:`${t(s.text.size)}px`,overflowY:"scroll",scrollbarWidth:"none"}},getButtonStyle:()=>{const s=e.configV2.main.button;return{padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`,backgroundColor:`${s.background.color}`,border:`${t(s.border.width)}px solid ${s.border.color}`,color:`${s.text.color}`,fontSize:`${t(s.text.size)}px`,lineHeight:`${s.text.lineHeight}`,textAlign:`${s.text.align}`,fontFamily:`${s.text.type}`,fontWeight:`${s.text.weight}`,fontStyle:`${s.text.style}`}},getTextareaStyle:()=>{const s=e.configV2.main.input;return{color:`${s.text.color}`,fontSize:`${t(s.text.size)}px`,lineHeight:`${s.text.lineHeight}`,textAlign:`${s.text.align}`,fontFamily:`${s.text.type}`,fontWeight:`${s.text.weight}`,fontStyle:`${s.text.style}`}}}})({config:t}),h=Math.max(t.configV2.main.input.text.limit,0),u=String(t.configV2.main.input.text.placeholder).trim(),p=String(t.configV2.main.button.text.value).trim(),g=String(t.configV2.main.question.text.value).trim(),m=kd(t.configV2.main.input.type),f=({value:e})=>{s.onComplete({result:!0,value:e}),r(!1)};return(0,gn.jsxs)("div",{className:Id.wrapper,children:[(0,gn.jsx)("div",{className:wn()(Id.backdrop,{[Id.fadeIn]:i,[Id.fadeOut]:!i}),onAnimationEnd:()=>{i||s.onClose()},onClick:()=>{s.onComplete({result:!1,value:e.value}),r(!1)}}),(0,gn.jsxs)("div",{className:Id.main,style:a(),children:[(0,gn.jsxs)("div",{className:Id["main-elements"],style:o(),children:[(0,gn.jsx)("div",{className:Id.question,style:n(),children:g}),(0,gn.jsxs)("div",{className:wn()(Id["input-wrapper"],{[Id["is-invalid"]]:!e.isValid}),style:l(),children:["text"===m&&(0,gn.jsx)(Pd,{value:e.value,onChange:e.handleChange,style:c(),placeholder:u,maxLength:h}),"email"===m&&(0,gn.jsx)(Ad,{value:e.value,onChange:e.handleChange,placeholder:u}),"tel"===m&&(0,gn.jsx)(Rd,{value:e.telephone,onChange:e.handleTelephoneChange,placeholder:u})]})]}),e.value.trim().length>0&&(0,gn.jsx)("div",{className:Id["button-wrapper"],children:(0,gn.jsx)("button",{className:Id.button,style:d(),onClick:()=>e.handleSubmit(f),children:p})})]})]})},Dd=({storyGeometry:e,activeSlide:t,storyRef:s,storyReader:i})=>{const[r,a]=(0,fn.useState)(null),[o,n]=(0,fn.useState)(null),l=Md(o);(0,fn.useEffect)((()=>(fs.on(Hr.ShowInputModal,d),()=>{fs.off(Hr.ShowInputModal,d)})),[]);const d=({id:t,config:r})=>{i.pauseUI(),i.touchController.disable(),a(t),(t=>{t.size.fontSize=parseFloat(e.getFontSize()),t.size.viewportWidth=e.calculateWidth();const i=s.current.getBoundingClientRect();t.size.slideOffsetX=i.x,t.size.slideOffsetY=i.y,t.size.slideHeight=i.height,n(t)})(r)};return(0,fn.useLayoutEffect)((()=>()=>{l.reset()}),[r]),o?(0,gn.jsx)(Bd,{form:l,config:o,onComplete:e=>{if(!r)throw new Error;((e,s)=>{t.setUserData(e,s)})(r,e.result?e.value:""),i.resumeUI()},onClose:()=>{n(null),i.touchController.enable()}}):null},jd=(0,cl.observer)((({story:e,geometry:t,storyReader:s,className:i,...r})=>{const a=(0,fn.useRef)(null),o=(0,fn.useRef)(null);(({story:e,progressBarRef:t,nextFlippingStoryIndex:s,activeStory:i})=>{const r=e.timer,a=e===i,o=a&&-1===s;(0,fn.useEffect)((()=>{if(!a)return;const s=e=>{t.current?.style.setProperty("--tick",e+"%")},i=({forceEnd:t})=>{t||(e.reachEnd?e.nextStory("auto"):e.nextSlide())},o=()=>{t.current?.style.setProperty("--tick","0%")},n=()=>{t.current?.style.setProperty("--tick","0%")};return r.on("start",o),r.on("stop",n),r.on("progress",s),r.on("complete",i),()=>{r.off("start",o),r.off("progress",s),r.off("complete",i),r.off("stop",n)}}),[r,e,a]),(0,fn.useEffect)((()=>{o||r.stop()}),[o])})({activeStory:r.activeStory,story:e,nextFlippingStoryIndex:r.nextFlippingStoryIndex,progressBarRef:o});const n=r.index===r.nextFlippingStoryIndex,l=(0,fn.useMemo)((()=>e.activeSlide?.findWidgetByType("SwipeUpGoodsWidget")),[e.activeSlide?.state]),d=async()=>{try{await e.reload()}catch(e){console.error(e)}};return(0,gn.jsxs)("div",{ref:a,className:wn()(Ll["stories-item"],Ll.slider3d__item,i),onMouseDown:()=>{e.completeNativeSharing()},onTouchStart:()=>{e.completeNativeSharing()},"data-testid":"story",style:r.style,children:[(0,gn.jsx)(Bl,{closeDisabled:e.disableClose,options:r.storyReaderOptions,onClose:r.onClose,uiPaused:s.uiPaused}),e.activeSlide&&(0,gn.jsx)(Hl,{ref:o,hiddenTimeline:e.hiddenTimeline,slidesLength:e.slidesCount,timeline:e.activeSlide.timeline,activeSlideIndex:e.activeSlideIndex,uiPaused:s.uiPaused}),e.displayedSlides.map((i=>(0,gn.jsx)(Vl,{clickDisabled:r.slideClickDisabled,onReloadStory:d,activeSlideIndex:e.activeSlideIndex,currentSlideIndex:i.index,needSlideInitByFlipping:n,networkError:Boolean(e.error),currentStory:e,activeStory:r.activeStory,geometry:t,slide:i,slidesLoaded:e.slidesLoaded,timerPaused:s.timerPaused,muted:s.muted},i.html))),(0,gn.jsx)(El,{story:e,commonOptions:r.commonOptions,storyReaderOptions:r.storyReaderOptions,muted:s.muted,onClickMuteAction:()=>{s.muted?s.unmute():s.mute()}}),l&&r.activeStory===e&&(0,gn.jsx)(bd,{widget:l,story:e,goodsWidgetOptions:r.goodsWidgetOptions}),r.activeStory===e&&e.activeSlide&&(0,gn.jsx)(Dd,{storyRef:a,storyGeometry:t,activeSlide:e.activeSlide,storyReader:s})]})})),Fd=({className:e,style:t})=>(0,gn.jsx)("div",{className:wn()(Ll["stories-item"],e),style:t,children:(0,gn.jsx)("div",{className:`${Fl["stories-slide"]} ${Fl._dummy}`})});var Nd=_(9669),Ud={insert:"head",singleton:!1};Sn()(Nd.A,Ud);const zd=Nd.A.locals||{},Vd=({width:e,disabledByUI:t,navigationOptions:s,...i})=>{const{desktopMode:r,dir:a}=Ac(),o="ltr"===a,n=(o?i.isNextStoryBlank:i.isPrevStoryBlank)||t,l=(o?i.isPrevStoryBlank:i.isNextStoryBlank)||t;return(0,gn.jsxs)("div",{className:wn()([zd["story-reader-controls"]],{[zd._desktop_mode]:r}),children:[(0,gn.jsx)("div",{className:zd.slider3d__btn_next,style:{transform:`translateY(-50%) translateX(calc(${e/2}px + 100%))`},children:(0,gn.jsx)("button",{className:zd["btn-icon"],onClick:e=>{e.stopPropagation(),e.preventDefault(),i.disabled||(o?i.onNext():i.onPrev())},disabled:n,dangerouslySetInnerHTML:{__html:s.nextButton.svgSrc.baseState}})}),(0,gn.jsx)("div",{className:zd.slider3d__btn_prev,style:{transform:`translateY(-50%) translateX(calc(-${e/2}px - 200%))`},children:(0,gn.jsx)("button",{className:zd["btn-icon"],onClick:e=>{e.stopPropagation(),e.preventDefault(),i.disabled||(o?i.onPrev():i.onNext())},disabled:l,dangerouslySetInnerHTML:{__html:s.prevButton.svgSrc.baseState}})})]})},Wd=e=>{const{storyReaderOptions:t}=Ac(),s=(0,fn.useRef)(null),i=(0,fn.useRef)(new er).current;(({slider:e,touchController:t})=>{const s=()=>{e?.startMove()},i=({dx:t})=>{e?.move(-t)},r=()=>{t.horizontalSwipeGesture&&e?.endMove()};(0,fn.useEffect)((()=>(t.on(Mi.TouchStart,s),t.on(Mi.TouchMoveHorizontal,i),t.on(Mi.TouchEnd,r),()=>{t.off(Mi.TouchStart,s),t.off(Mi.TouchMoveHorizontal,i),t.off(Mi.TouchEnd,r)})),[t])})({slider:i,touchController:e.touchController});const r=t.scrollStyle,a=e.stories;i.currentIndex=e.currentIndex;const o=e.touchController;(0,fn.useLayoutEffect)((()=>{const e=()=>{i.init({$el:s.current,transformStyle:r})};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[a.length,r]),(0,fn.useLayoutEffect)((()=>{e.setAnimatedTransitionAdapter(new ba(i,{closeOnLastSlideByTimer:Boolean(t.closeOnLastSlideByTimer)}))}),[e,t.closeOnLastSlideByTimer]),(0,fn.useEffect)((()=>(i.on("transitionStart",l),i.on("transitionEnd",d),i.on("touchMove",n),i.on("touchEnd",c),()=>{i.off("transitionStart",l),i.off("transitionEnd",d),i.off("touchMove",n),i.off("touchEnd",c)})),[e]);const n=()=>{o.disable()},l=()=>{o.disable()},d=()=>{o.enable()},c=t=>{e.resumeTimer(),0===t?i.transformWithAmimation(0):e.navigateStoryWithAnimationByIndex(e.currentIndex+t,"swipe")};return{ref:s,api:i,perspective:i.perspective,depth:i.depth}},Gd=(0,cl.observer)((e=>{const{storyReaderOptions:t,commonOptions:s,goodsWidgetOptions:i}=Ac(),r=Wd(e.storyReader),{actionPanelHeight:a,safeAreaFrameCalculator:o,isMobileGeometry:n,storyGeometry:l,correctionPaddingStyle:d}=_l(e.viewport),c=e.storyReader.activeStory;return(0,gn.jsxs)(gn.Fragment,{children:[(0,gn.jsxs)("div",{className:wn()(Cl.slider3d__wrapper,{[Cl["slider3d__wrapper_swipe-up"]]:e.storyReader.closeGestureInAction,[Cl._desktop_mode]:!n}),style:{WebkitPerspective:`${r.perspective}px`,perspective:`${r.perspective}px`,width:l.getWidth(),backgroundColor:n&&o.shouldBeShownSafeAreaInsets&&"#000",...d},children:[(0,gn.jsx)("div",{className:Cl.slider3d__inner,style:{transform:`translateZ(-${r.depth}px)`},children:(0,gn.jsx)("div",{className:wn()(Cl["stories-face"],Cl.slider3d__rotater),ref:r.ref,children:e.storyReader.stories.map(((o,n)=>o.isBlank?(0,gn.jsx)(Fd,{style:{bottom:0}},o.id):(0,gn.jsx)(jd,{slideClickDisabled:e.storyReader.uiPaused||r.api.animating,index:n,story:o,activeStory:c,nextFlippingStoryIndex:e.storyReader.nextFlippingStoryIndex,geometry:l,style:{bottom:wl(o,s)?`${a}px`:0},commonOptions:s,storyReaderOptions:t,goodsWidgetOptions:i,onClose:e.onCloseStory,storyReader:e.storyReader},o.id)))})}),e.sharePanel.isOpened&&(0,gn.jsx)(el,{className:Cl["share-panel-wrapper"],shareText:e.sharePanel.params.text,shareType:e.sharePanel.params.type,shareLink:e.sharePanel.params.link,onShareCompelete:t=>e.sharePanel.handleShareComplete(e.sharePanel.params.id,t),sharePanelOptions:t.sharePanel})]}),(0,gn.jsx)(Vd,{disabled:r.api.animating,disabledByUI:e.storyReader.uiPaused||e.sharePanel.isOpened,isNextStoryBlank:e.storyReader.reachEnd,isPrevStoryBlank:e.storyReader.reachStart,navigationOptions:t.navigation,width:l.calculateWidth(),onNext:()=>e.storyReader.nextStoryWithAnimation(),onPrev:()=>e.storyReader.prevStoryWithAnimation()})]})})),$d=(0,cl.observer)((({storyReader:e,desktopMode:t})=>{const s=(()=>{const[e,t]=(0,fn.useState)((()=>yl())),s=(0,fn.useCallback)((()=>{t(yl())}),[]);return(0,fn.useEffect)((()=>(window.addEventListener("resize",s),()=>{window.removeEventListener("resize",s)})),[]),e})();(({touchController:e,sharePanelIsOpened:t,desktopMode:s,storyReader:i})=>{(0,fn.useEffect)((()=>{s||t?e.disable():e.enable()}),[e,s,t]),(0,fn.useEffect)((()=>(e.on(Mi.LongTouchDetected,r),e.on(Mi.TouchEnd,a),()=>{e.off(Mi.LongTouchDetected,r),e.off(Mi.TouchEnd,a)})),[e]);const r=()=>{i.pauseTimer()},a=()=>{e.isSwiping||i.resumeTimer()}})({touchController:e.touchController,sharePanelIsOpened:e.sharePanel.isOpened,desktopMode:t,storyReader:e});return e.sharePanel.desktopMode=t,(0,hl.createPortal)((0,gn.jsxs)(Sl,{viewport:s,storyReader:e,children:[(0,gn.jsx)(Gd,{viewport:s,storyReader:e,onCloseStory:()=>{e.close()},sharePanel:e.sharePanel}),(0,gn.jsx)(Fn,{orientation:le.PORTRAIT_PRIMARY,desktopMode:t,onOrientationChange:({isWrong:t})=>{t?e.pauseUI():e.resumeUI()}})]}),document.body)}));var Hd=_(7314),qd={insert:"head",singleton:!1};Sn()(Hd.A,qd);Hd.A.locals;const Qd=({storyManager:e,desktopMode:t})=>{const[s,i]=(0,fn.useState)(null),r=(()=>{const e=(0,fn.useRef)();return e.current||(e.current=(()=>{const e=getComputedStyle(document.documentElement),t=t=>parseFloat(e.getPropertyValue(t)),s=t("--ias-sat"),i=t("--ias-sab");return{left:t("--ias-sal"),right:t("--ias-sar"),top:s,bottom:i}})()),e.current})();return(0,fn.useEffect)((()=>{const t=e.createGameReader();return t.setSafeAreaInsets(r),i(t),()=>{t.destroy()}}),[e]),(0,fn.useEffect)((()=>{s?.setDesktopMode(t)}),[s,t]),s};var Kd=_(7161),Yd=_(429);class Zd{host;_vw=0;_vh=0;constructor(e){this.host=e,this.host.addController(this),this.calculateViewport=this.calculateViewport.bind(this)}get vw(){return this._vw}get vh(){return this._vh}hostConnected(){window.addEventListener("resize",this.calculateViewport)}hostDisconnected(){window.removeEventListener("resize",this.calculateViewport),this.host.removeController(this)}calculateViewport(){this._vw=window.innerWidth,this._vh=window.innerHeight,this.host.requestUpdate()}}var Jd=_(2083);const Xd={[hs.BottomSheet]:Jd.literal`iam-bottom-sheet`,[hs.Fullscreen]:Jd.literal`iam-fullscreen-modal`,[hs.Modal]:Jd.literal`iam-modal`},ec=Kd.css`
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("events"),require("lodash/isFunction.js"),require("uuid"),require("lodash/isString.js"),require("mobx"),require("lodash/isEqual.js"),require("lodash/head.js"),require("lodash/isObject.js"),require("lodash/isNumber.js"),require("lodash/isNil.js"),require("@inappstory/slide-api"),require("async-mutex"),require("@inappstory/video-player"),require("deepmerge"),require("lodash/debounce.js"),require("lodash/isEmpty.js"),require("react"),require("react-dom/client"),require("classnames"),require("mobx-react-lite"),require("react-dom"),require("react-input-mask"),require("lit"),require("lit/decorators.js"),require("lit/static-html.js"),require("lit/directives/style-map.js"),require("lit/directives/class-map.js"),require("lit/directives/unsafe-html.js"),require("bowser"),require("css-font-parser"),require("parse-css-sides"));else if("function"==typeof define&&define.amd)define(["events","lodash/isFunction.js","uuid","lodash/isString.js","mobx","lodash/isEqual.js","lodash/head.js","lodash/isObject.js","lodash/isNumber.js","lodash/isNil.js","@inappstory/slide-api","async-mutex","@inappstory/video-player","deepmerge","lodash/debounce.js","lodash/isEmpty.js","react","react-dom/client","classnames","mobx-react-lite","react-dom","react-input-mask","lit","lit/decorators.js","lit/static-html.js","lit/directives/style-map.js","lit/directives/class-map.js","lit/directives/unsafe-html.js","bowser","css-font-parser","parse-css-sides"],t);else{var s="object"==typeof exports?t(require("events"),require("lodash/isFunction.js"),require("uuid"),require("lodash/isString.js"),require("mobx"),require("lodash/isEqual.js"),require("lodash/head.js"),require("lodash/isObject.js"),require("lodash/isNumber.js"),require("lodash/isNil.js"),require("@inappstory/slide-api"),require("async-mutex"),require("@inappstory/video-player"),require("deepmerge"),require("lodash/debounce.js"),require("lodash/isEmpty.js"),require("react"),require("react-dom/client"),require("classnames"),require("mobx-react-lite"),require("react-dom"),require("react-input-mask"),require("lit"),require("lit/decorators.js"),require("lit/static-html.js"),require("lit/directives/style-map.js"),require("lit/directives/class-map.js"),require("lit/directives/unsafe-html.js"),require("bowser"),require("css-font-parser"),require("parse-css-sides")):t(e.events,e["lodash/isFunction.js"],e.uuid,e["lodash/isString.js"],e.mobx,e["lodash/isEqual.js"],e["lodash/head.js"],e["lodash/isObject.js"],e["lodash/isNumber.js"],e["lodash/isNil.js"],e["@inappstory/slide-api"],e["async-mutex"],e["@inappstory/video-player"],e.deepmerge,e["lodash/debounce.js"],e["lodash/isEmpty.js"],e.react,e["react-dom/client"],e.classnames,e["mobx-react-lite"],e["react-dom"],e["react-input-mask"],e.lit,e["lit/decorators.js"],e["lit/static-html.js"],e["lit/directives/style-map.js"],e["lit/directives/class-map.js"],e["lit/directives/unsafe-html.js"],e.bowser,e["css-font-parser"],e["parse-css-sides"]);for(var i in s)("object"==typeof exports?exports:e)[i]=s[i]}}(self,((e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,y,v,f,w,_,S,b,x,C,k,M,I,L,A,O)=>(()=>{"use strict";var E={2432:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".favorite-story-list-modal--xWjHA{position:fixed;inset:0px;z-index:1090}.favorite-story-list-modal--xWjHA .container--GZBjv{width:100%;height:100%;background:var(--storiesFavoriteBackgroundColor, #333333);display:flex;flex-direction:column;position:relative;overflow-y:auto}.favorite-story-list-modal--xWjHA .header--TjHMD{display:flex;align-content:center;justify-content:center;align-items:center;flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--storiesFavoriteTitleBackgroundColor, #333333);box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.2);padding-top:var(--storiesFavoriteHeaderTopOffset, 0px);margin-bottom:25px}.favorite-story-list-modal--xWjHA .header--TjHMD .title--Dk04x{margin-top:1rem;margin-bottom:1rem;font-size:1.2em;color:var(--storiesFavoriteTitleColor, white);font-family:var(--storiesFavoriteTitleFontFamily);font-weight:normal;font-size:1.4rem;line-height:normal;font:var(--storiesFavoriteTitleFont, normal)}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .header--TjHMD .title--Dk04x{margin-top:25px;margin-bottom:25px}}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .header--TjHMD{margin-bottom:50px}}.favorite-story-list-modal--xWjHA .header__close-btn--Jojm-{border:0;padding:0;background:rgba(0,0,0,0);position:absolute;top:50%;transform:translateY(-50%);z-index:1140;pointer-events:all;cursor:pointer;outline:none;right:10px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.favorite-story-list-modal--xWjHA .header__close-btn--Jojm-:focus{outline:none}.favorite-story-list-modal--xWjHA .header__close-btn--Jojm- svg{overflow:visible}.favorite-story-list-modal--xWjHA .footer--edEpn{width:100%;height:25px}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .footer--edEpn{height:50px}}.favorite-story-list-modal--xWjHA .bottom-offset--baiTh{position:-webkit-sticky;position:sticky;z-index:100;background:inherit;bottom:0;width:100%;height:var(--storiesFavoriteBottomOffset, 0px)}.favorite-story-list-modal--xWjHA .content--qCPkX{display:flex;justify-content:center;width:100%;padding-bottom:25px}.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{width:100%}@media(min-width: 640px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:640px}}@media(min-width: 768px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:768px}}@media(min-width: 1024px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:1024px}}@media(min-width: 1280px){.favorite-story-list-modal--xWjHA .content--qCPkX .favorite-story-list--MISMx{max-width:1280px}}",""]),r.locals={"favorite-story-list-modal":"favorite-story-list-modal--xWjHA",container:"container--GZBjv",header:"header--TjHMD",title:"title--Dk04x","header__close-btn":"header__close-btn--Jojm-",footer:"footer--edEpn","bottom-offset":"bottom-offset--baiTh",content:"content--qCPkX","favorite-story-list":"favorite-story-list--MISMx"};const a=r},5669:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".aspect-ratio-box--u2SLt{overflow:hidden;position:relative}.aspect-ratio-box--u2SLt.aspect-ratio-box--centered--ZWs8d{width:auto;height:100%;left:50%;transform:translateX(-50%)}.aspect-ratio-box-inside--U\\+o3F{position:absolute;top:0;left:0;width:100%;height:100%}",""]),r.locals={"aspect-ratio-box":"aspect-ratio-box--u2SLt","aspect-ratio-box--centered":"aspect-ratio-box--centered--ZWs8d","aspect-ratio-box-inside":"aspect-ratio-box-inside--U+o3F"};const a=r},9843:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".close-btn--KhMED{border:0;padding:0;background:rgba(0,0,0,0);position:absolute;top:20px;z-index:1140;pointer-events:all;cursor:pointer;outline:none;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.close-btn--KhMED:focus{outline:none}.close-btn--KhMED svg{overflow:visible}.close-btn--KhMED[data-position=start],.close-btn--KhMED[data-position=left]{left:10px}.close-btn--KhMED[data-position=start][dir=rtl],.close-btn--KhMED[data-position=left][dir=rtl]{left:auto;right:10px}.close-btn--KhMED[data-position=end],.close-btn--KhMED[data-position=right]{right:10px}.close-btn--KhMED[data-position=end][dir=rtl],.close-btn--KhMED[data-position=right][dir=rtl]{left:10px;right:auto}",""]),r.locals={"close-btn":"close-btn--KhMED"};const a=r},7495:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'@keyframes spin--JuRkn{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.splash-container--4toz\\+{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-1}.splash-container--4toz\\+ .splash-container__image--\\+1PkF{position:absolute;inset:0px;z-index:0}.splash-container--4toz\\+ .splash-container__image--\\+1PkF img{width:100%;height:100%;object-fit:cover}.splash-container--4toz\\+ .splash-container__lottie--f24Xy{position:absolute;inset:0px;z-index:1}.splash-container--4toz\\+ .splash-container__lottie--f24Xy canvas{width:100%;height:100%}.splash-container--4toz\\+.splash-container--isLoading--d8pYm:after{display:inline-block;position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem);content:"";width:2rem;height:2rem;border:solid 2px var(--GRLoaderBackgroundColor, white);border-color:var(--GRLoaderBackgroundAccentColor, transparent) var(--GRLoaderBackgroundColor, white) var(--GRLoaderBackgroundColor, white) var(--GRLoaderBackgroundColor, white);border-radius:50%;animation:spin--JuRkn .6s infinite linear;z-index:10}.splash-container--4toz\\+.splash-container--fadeIn--TD58C{opacity:1;transition:opacity ease-in .2s}.splash-container--4toz\\+.splash-container--fadeOut--GW15o{opacity:0;transition:opacity ease-out .3s}',""]),r.locals={"splash-container":"splash-container--4toz+","splash-container__image":"splash-container__image--+1PkF","splash-container__lottie":"splash-container__lottie--f24Xy","splash-container--isLoading":"splash-container--isLoading--d8pYm",spin:"spin--JuRkn","splash-container--fadeIn":"splash-container--fadeIn--TD58C","splash-container--fadeOut":"splash-container--fadeOut--GW15o"};const a=r},4289:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.game-reader-container--qAxmf{background-color:rgba(0,0,0,0);position:fixed;left:0px;top:0px;padding:0px;border:0px;z-index:2147483645;width:100%;height:100%;overflow:hidden;color-scheme:auto}.game-reader--vz8\\+v{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);z-index:1;user-select:none;pointer-events:all;color:#fff}.game-reader--vz8\\+v.game-reader--desktop-mode--hEnbE{padding:50px 0}.game-reader--vz8\\+v.game-reader--desktop-mode--hEnbE .game-reader__game-box--tDgOl{border-radius:var(--game-box-border-radius)}.game-reader--vz8\\+v.game-reader--widescreen--4rob-{padding:0 0}.game-reader--vz8\\+v.game-reader--widescreen--4rob- .game-reader__game-box--tDgOl{border-radius:0px}.game-reader--vz8\\+v .game-reader__refresh-btn--gKfAr{cursor:pointer;position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0);z-index:2}.game-reader--vz8\\+v .game-reader__game-box--tDgOl.game-reader__game-box--widescreen--DD\\+rV{border-radius:0px}.game-reader--vz8\\+v .game-reader__iframe--e3dlS{width:100%;height:100%;transition:opacity ease-in .3s}.game-reader--vz8\\+v .game-reader__backdrop--g2Ozw{position:fixed;inset:0;z-index:-1}',""]),r.locals={"game-reader-container":"game-reader-container--qAxmf","game-reader":"game-reader--vz8+v","game-reader--desktop-mode":"game-reader--desktop-mode--hEnbE","game-reader__game-box":"game-reader__game-box--tDgOl","game-reader--widescreen":"game-reader--widescreen--4rob-","game-reader__refresh-btn":"game-reader__refresh-btn--gKfAr","game-reader__game-box--widescreen":"game-reader__game-box--widescreen--DD+rV","game-reader__iframe":"game-reader__iframe--e3dlS","game-reader__backdrop":"game-reader__backdrop--g2Ozw"};const a=r},7314:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,":root{--ias-sat: env(safe-area-inset-top);--ias-sar: env(safe-area-inset-right);--ias-sab: env(safe-area-inset-bottom);--ias-sal: env(safe-area-inset-left)}",""]),r.locals={};const a=r},1938:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,"h3{margin:0}.stories-list-wrapper--\\+MxOM{background-color:var(--background-color, transparent);height:auto;padding:0;position:relative}.stories-list-wrapper--\\+MxOM.mode-desktop--Blm52.with-list-controls--CGYBY{position:relative}.stories-list--deukx{position:relative;overflow:visible}@media(min-width: 767.99px){.stories-list--deukx{overflow:hidden}}.stories-list__actions--p-QOR{position:absolute;right:0;top:0}.stories-list__viewport--m27BY{overflow:hidden;height:auto}.stories-list__viewport--m27BY:not(.mode-desktop--Blm52){display:flex}.stories-list__viewport-inner--oy\\+N4{display:flex;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-top:var(--storiesListTopPadding, 0);padding-bottom:var(--storiesListBottomPadding, 0);box-sizing:content-box}.stories-list__viewport-inner--oy\\+N4::-webkit-scrollbar{display:none}.stories-list__viewport-inner--oy\\+N4.mode-desktop--Blm52{scroll-behavior:unset;cursor:grab}.stories-list__viewport-inner--oy\\+N4.isVerticalDirection--P3UBw{flex-flow:row wrap}.stories-list__viewport-inner--oy\\+N4.align-center--9y43R{margin-left:auto;margin-right:auto}.stories-list__viewport-inner--oy\\+N4.align-left--Dm8Do{margin-right:auto}.stories-list__viewport-inner--oy\\+N4.align-right--bQ1a2{margin-left:auto}.stories-list__viewport-inner--oy\\+N4.isTitleCardOutsideTop--AeG\\+D{align-items:flex-end}.stories-list__viewport-inner--oy\\+N4.isTitleCardOutsideBottom--1P95a{align-items:flex-start}",""]),r.locals={"stories-list-wrapper":"stories-list-wrapper--+MxOM","mode-desktop":"mode-desktop--Blm52","with-list-controls":"with-list-controls--CGYBY","stories-list":"stories-list--deukx","stories-list__actions":"stories-list__actions--p-QOR","stories-list__viewport":"stories-list__viewport--m27BY","stories-list__viewport-inner":"stories-list__viewport-inner--oy+N4",isVerticalDirection:"isVerticalDirection--P3UBw","align-center":"align-center--9y43R","align-left":"align-left--Dm8Do","align-right":"align-right--bQ1a2",isTitleCardOutsideTop:"isTitleCardOutsideTop--AeG+D",isTitleCardOutsideBottom:"isTitleCardOutsideBottom--1P95a"};const a=r},7533:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".favorite-images-wrapper--ypxcM{display:flex;flex-direction:row;flex-wrap:wrap;padding:var(--storiesListCardFavoriteTitle, --storiesListItemTitlePadding, 0px);gap:var(--storiesListCardFavoriteGap, 3px);box-sizing:border-box}.favorite-image-wrapper--iFI60{flex:0 1 calc(50% - var(--storiesListCardFavoriteGap, 3px));position:relative}.favorite-image--H\\+mP1{position:relative}.favorite-image-item--ylNcQ{position:absolute;inset:0px;border-radius:calc(var(--storiesListInnerBorderRadiusRead, 0)/4);background-position:50% 50%;background-size:cover}.circle_style--umugM .favorite-image-item--ylNcQ{border-radius:50%}",""]),r.locals={"favorite-images-wrapper":"favorite-images-wrapper--ypxcM","favorite-image-wrapper":"favorite-image-wrapper--iFI60","favorite-image":"favorite-image--H+mP1","favorite-image-item":"favorite-image-item--ylNcQ",circle_style:"circle_style--umugM"};const a=r},2811:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.stories-slide-wrapper--\\+5j4I:not(:last-child){margin-right:var(--storiesGap, 20px)}.stories-slide-wrapper--\\+5j4I{display:flex;flex-direction:column;flex:0 0 auto;box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.stories-slide-wrapper--\\+5j4I:hover{text-decoration:none}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO{display:block;box-sizing:border-box;text-align:left;position:relative;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border:var(--storiesListBorderNotReadWidth, 2px) solid var(--storiesBorderNotReadColor, #00b956);padding:var(--storiesListBorderGapNotRead, 2px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU{border-radius:var(--storiesListBorderRadius, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide-image--cxCFY,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide-image--cxCFY{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide-image__image--mNEIE video,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide-image__image--mNEIE video{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide__mask--p6utN,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide__mask--p6utN{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL .stories-slide__content--QrUVw,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU .stories-slide__content--QrUVw{border-radius:var(--storiesListInnerBorderRadiusNotRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe{border-radius:var(--storiesListBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide-image--cxCFY,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide-image--cxCFY{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide-image__image--mNEIE video,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide-image__image--mNEIE,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide-image__image--mNEIE video{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide__mask--p6utN,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide__mask--p6utN{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-quad--InfBL._is-read--xEVZe .stories-slide__content--QrUVw,.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._format-rectangle--koqBU._is-read--xEVZe .stories-slide__content--QrUVw{border-radius:var(--storiesListInnerBorderRadiusRead, 5px)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._is-read--xEVZe{border:var(--storiesListBorderReadWidth, 1px) solid var(--storiesBorderReadColor, #ededed)}.stories-slide-wrapper--\\+5j4I.isTitleCardOutsideTop--EmWjs{justify-content:flex-end}.stories-slide-wrapper--\\+5j4I.isTitleCardOutsideBottom--W1JSg{justify-content:flex-start}.stories-slide-wrapper--\\+5j4I .stories-slide__inner--doJqj{display:block;position:relative;width:100%;height:100%}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-black--M47zI{background:#000}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-white--0Coab{background:#fff}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-red--UU5V7{background:#ff1a36}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-yellow--0cCZc{background:#fff000}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-green--10A4n{background:#0be361}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-violet--bnIBG{background:#b300bc}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-blue--lpzRG{background:#0761db}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-grey--nbEfc{background:#a8a8a8}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-black-gradient--q\\+aHV{background:#fff;background:linear-gradient(0deg, #c1c1c1, #000)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-white-gradient--YqOjh{background:#fff;background:linear-gradient(180deg, #fff, #ffc800)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-red-gradient---eK73{background:#ff1a36;background:linear-gradient(180deg, #c90174, #eb5c57)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-yellow-gradient--xg23E{background:#fff000;background:linear-gradient(0deg, #fbda61, #f76b1c)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-green-gradient--LfrRF{background:#0be361;background:linear-gradient(0deg, #b4ed50, #429321)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-violet-gradient--EQOBs{background:#b300bc;background:linear-gradient(180deg, #c90174, #0164fd)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-blue-gradient--TJV7z{background:#0761db;background:linear-gradient(180deg, #3023ae, #53a0fe 48%, #b4ed50)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._background-color-grey-gradient--4zJ9u{background:#a8a8a8;background:linear-gradient(0deg, #e2e2e2, #959595)}.stories-slide-wrapper--\\+5j4I .stories-slide-image--cxCFY{position:relative;width:100%;height:100%}.stories-slide-wrapper--\\+5j4I .stories-slide-image__wrap--kAiGt{position:absolute;top:0;bottom:0;left:0;right:0}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE{position:relative;opacity:1;transition:opacity .3s ease-in-out;overflow:hidden}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE._mode_list--K7WdU{width:100%;height:100%}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE.ugc-card-cell--Hmi8u img{object-fit:contain}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE img{width:100%;height:100%;object-fit:cover}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE video{min-height:100%;min-width:100%;width:100%;background-position:center center;background-repeat:no-repeat;object-fit:cover;opacity:0}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE.video-loaded--380fQ img{display:none}.stories-slide-wrapper--\\+5j4I .stories-slide-image__image--mNEIE.video-loaded--380fQ video{opacity:1}.stories-slide-wrapper--\\+5j4I .stories-slide__mask--p6utN{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;background-color:var(--storiesListItemMaskColor, rgba(0, 0, 0, 0));background-image:var(--storiesListItemMaskLinearGradient, none);opacity:1}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._is-read--xEVZe .stories-slide__mask--p6utN{background-color:var(--storiesListItemOpenedMaskColor, rgba(0, 0, 0, 0));background-image:var(--storiesListItemOpenedMaskLinearGradient, none)}.stories-slide-wrapper--\\+5j4I .stories-slide--KQzLO._ugc-cell--yAsON .stories-slide__mask--p6utN{background-color:var(--storiesListCardUgcMaskColor, rgba(0, 0, 0, 0));background-image:var(--storiesListCardUgcMaskLinearGradient, none)}.stories-slide-wrapper--\\+5j4I .stories-slide__content--QrUVw{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;height:100%;max-height:100%;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-family:var(--storiesListItemTitleFontFamily);font-weight:normal;font-size:1rem;line-height:normal;font:var(--storiesListItemTitleFont, normal);text-decoration:none;padding:var(--storiesListItemTitlePadding, 0px)}.stories-slide-wrapper--\\+5j4I .stories-slide__content--QrUVw.__position_outside_top--5TlyN,.stories-slide-wrapper--\\+5j4I .stories-slide__content--QrUVw.__position_outside_bottom--pXuxb{position:relative;top:unset;right:unset;bottom:unset;left:unset;height:auto}.stories-slide-wrapper--\\+5j4I .clamp--X7TaH{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz{white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:none;user-select:none}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz.align-left--PkXxY{text-align:left}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz.align-center--9Flsz{text-align:center}.stories-slide-wrapper--\\+5j4I .stories-slide__title--XeSlz.align-right--wSGXZ{text-align:right}.stories-slide--KQzLO._format-circle--yaqgh,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide-image__image--mNEIE,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide-image__image--mNEIE video,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide__mask--p6utN,.stories-slide--KQzLO._format-circle--yaqgh .stories-slide-image--cxCFY{border-radius:50%}.stories-slide--KQzLO._favorite-cell--CbxlS .stories-slide__mask--p6utN{background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%)}.stories-slide--KQzLO._favorite-cell--CbxlS._format-circle--yaqgh .stories-slide-image__wrap--kAiGt{display:flex}.stories-slide--KQzLO._favorite-cell--CbxlS._format-circle--yaqgh .stories-slide-image__image--mNEIE{width:85%;height:85%;overflow:visible;margin:auto}.stories-slide--KQzLO._favorite-cell--CbxlS._format-circle--yaqgh .favorite-images-wrapper--zfyVz{margin:0;padding:0}.stories-slide--KQzLO._has-drop-shadow--GdCOv{filter:drop-shadow(var(--storiesListCardDropShadow, none))}.stories-slide--KQzLO._has-drop-shadow--GdCOv._is-read--xEVZe{filter:drop-shadow(var(--storiesListCardOpenedDropShadow, none))}.stories-slide--KQzLO._has-drop-shadow--GdCOv._favorite-cell--CbxlS{filter:drop-shadow(var(--storiesListCardFavoriteDropShadow, none))}.stories-slide--KQzLO._has-drop-shadow--GdCOv._ugc-cell--yAsON{filter:drop-shadow(var(--storiesListCardUgcDropShadow, none))}.stories-slide--KQzLO._has-card-svg-mask--0vIiG .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardMask);mask-image:var(--storiesListCardMask)}.stories-slide--KQzLO._has-card-svg-mask--0vIiG._is-read--xEVZe .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardOpenedMask);mask-image:var(--storiesListCardOpenedMask)}.stories-slide--KQzLO._has-card-svg-mask--0vIiG._favorite-cell--CbxlS .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardFavoriteMask);mask-image:var(--storiesListCardFavoriteMask)}.stories-slide--KQzLO._has-card-svg-mask--0vIiG._ugc-cell--yAsON .stories-slide__inner--doJqj{-webkit-mask-image:var(--storiesListCardUgcMask);mask-image:var(--storiesListCardUgcMask)}.stories-slide--KQzLO .card-overlay-svg-mask--NPptq{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:3}@supports(((mask-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff)) and (mask-clip: content-box, border-box)) or ((-webkit-mask-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff)) and (-webkit-mask-clip: content-box, border-box))) and ((mask-composite: exclude) or (-webkit-mask-composite: xor)){.stories-slide--KQzLO._has-border-gradient-color--JRjv-{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-:before{content:"";position:absolute;border-radius:inherit;box-sizing:border-box;-webkit-mask-composite:xor;mask-composite:exclude;padding:var(--storiesListBorderNotReadWidth, 2px);top:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);right:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);left:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);background:var(--storiesBorderNotReadGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._is-read--xEVZe{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._is-read--xEVZe:before{padding:var(--storiesListBorderReadWidth, 2px);top:calc(var(--storiesListBorderReadWidth, 2px)*-1);right:calc(var(--storiesListBorderReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderReadWidth, 2px)*-1);left:calc(var(--storiesListBorderReadWidth, 2px)*-1);background:var(--storiesBorderReadGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._favorite-cell--CbxlS{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._favorite-cell--CbxlS:before{padding:var(--storiesListBorderNotReadWidth, 2px);top:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);right:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);left:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);background:var(--storiesListCardFavoriteGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._ugc-cell--yAsON{border-color:rgba(0,0,0,0)}.stories-slide--KQzLO._has-border-gradient-color--JRjv-._ugc-cell--yAsON:before{padding:var(--storiesListBorderNotReadWidth, 2px);top:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);right:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);bottom:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);left:calc(var(--storiesListBorderNotReadWidth, 2px)*-1);background:var(--storiesListCardUgcGradientColor, transparent);-webkit-mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);-webkit-mask-clip:content-box,border-box;mask-image:linear-gradient(0deg, #fff, #fff),linear-gradient(0deg, #fff, #fff);mask-clip:content-box,border-box}}',""]),r.locals={"stories-slide-wrapper":"stories-slide-wrapper--+5j4I","stories-slide":"stories-slide--KQzLO","_format-quad":"_format-quad--InfBL","_format-rectangle":"_format-rectangle--koqBU","stories-slide-image":"stories-slide-image--cxCFY","stories-slide-image__image":"stories-slide-image__image--mNEIE","stories-slide__mask":"stories-slide__mask--p6utN","stories-slide__content":"stories-slide__content--QrUVw","_is-read":"_is-read--xEVZe",isTitleCardOutsideTop:"isTitleCardOutsideTop--EmWjs",isTitleCardOutsideBottom:"isTitleCardOutsideBottom--W1JSg","stories-slide__inner":"stories-slide__inner--doJqj","_background-color-black":"_background-color-black--M47zI","_background-color-white":"_background-color-white--0Coab","_background-color-red":"_background-color-red--UU5V7","_background-color-yellow":"_background-color-yellow--0cCZc","_background-color-green":"_background-color-green--10A4n","_background-color-violet":"_background-color-violet--bnIBG","_background-color-blue":"_background-color-blue--lpzRG","_background-color-grey":"_background-color-grey--nbEfc","_background-color-black-gradient":"_background-color-black-gradient--q+aHV","_background-color-white-gradient":"_background-color-white-gradient--YqOjh","_background-color-red-gradient":"_background-color-red-gradient---eK73","_background-color-yellow-gradient":"_background-color-yellow-gradient--xg23E","_background-color-green-gradient":"_background-color-green-gradient--LfrRF","_background-color-violet-gradient":"_background-color-violet-gradient--EQOBs","_background-color-blue-gradient":"_background-color-blue-gradient--TJV7z","_background-color-grey-gradient":"_background-color-grey-gradient--4zJ9u","stories-slide-image__wrap":"stories-slide-image__wrap--kAiGt",_mode_list:"_mode_list--K7WdU","ugc-card-cell":"ugc-card-cell--Hmi8u","video-loaded":"video-loaded--380fQ","_ugc-cell":"_ugc-cell--yAsON",__position_outside_top:"__position_outside_top--5TlyN",__position_outside_bottom:"__position_outside_bottom--pXuxb",clamp:"clamp--X7TaH","stories-slide__title":"stories-slide__title--XeSlz","align-left":"align-left--PkXxY","align-center":"align-center--9Flsz","align-right":"align-right--wSGXZ","_format-circle":"_format-circle--yaqgh","_favorite-cell":"_favorite-cell--CbxlS","favorite-images-wrapper":"favorite-images-wrapper--zfyVz","_has-drop-shadow":"_has-drop-shadow--GdCOv","_has-card-svg-mask":"_has-card-svg-mask--0vIiG","card-overlay-svg-mask":"card-overlay-svg-mask--NPptq","_has-border-gradient-color":"_has-border-gradient-color--JRjv-"};const a=r},2731:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-list-controls--sC1DN{pointer-events:none}.stories-list-controls--sC1DN .control-start--NWniL,.stories-list-controls--sC1DN .control-end--Ezk33{cursor:pointer;position:absolute;background-color:var(--storiesListControlsBackgroundColor, white);border-radius:50%;z-index:10;height:var(--storiesListControlsSize);width:var(--storiesListControlsSize);top:50%;display:flex;justify-content:center;align-items:center;pointer-events:all}.stories-list-controls--sC1DN .control-icon--D3DFc{width:7px;height:12px;background-color:var(--storiesListControlsColor, black)}.stories-list-controls--sC1DN.horizontal--g63LL .control-start--NWniL{left:0;transform:translateY(-50%)}.stories-list-controls--sC1DN.horizontal--g63LL .control-start--NWniL.control-start_dir_rtl--7Opm5{left:auto;right:0}.stories-list-controls--sC1DN.horizontal--g63LL .control-end--Ezk33{right:0;transform:translateY(-50%)}.stories-list-controls--sC1DN.horizontal--g63LL .control-end--Ezk33.control-end_dir_rtl--twvGk{left:0;right:auto}.stories-list-controls--sC1DN.vertical--1a8qJ .control-start--NWniL{top:var(--storiesListTopPadding, 0);left:50%;transform:translate3d(-50%, 0, 0) rotate(90deg)}.stories-list-controls--sC1DN.vertical--1a8qJ .control-end--Ezk33{top:auto;bottom:var(--storiesListBottomPadding, 0);right:50%;transform:translate3d(50%, 0, 0) rotate(90deg)}.stories-list-controls--sC1DN .control-start--NWniL{display:flex}.stories-list-controls--sC1DN .control-start--NWniL .control-icon--D3DFc{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\")}.stories-list-controls--sC1DN .control-start--NWniL.control-start_reach-start--sBg3n{display:none}.stories-list-controls--sC1DN .control-end--Ezk33{display:flex}.stories-list-controls--sC1DN .control-end--Ezk33 .control-icon--D3DFc{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\")}.stories-list-controls--sC1DN .control-end--Ezk33.control-end_reach-end--\\+gjXw{display:none}",""]),r.locals={"stories-list-controls":"stories-list-controls--sC1DN","control-start":"control-start--NWniL","control-end":"control-end--Ezk33","control-icon":"control-icon--D3DFc",horizontal:"horizontal--g63LL","control-start_dir_rtl":"control-start_dir_rtl--7Opm5","control-end_dir_rtl":"control-end_dir_rtl--twvGk",vertical:"vertical--1a8qJ","control-start_reach-start":"control-start_reach-start--sBg3n","control-end_reach-end":"control-end_reach-end--+gjXw"};const a=r},2130:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-viewer--U\\+VEJ{position:fixed;z-index:1100;top:0;left:0;width:100%;height:100%;display:block;transition:opacity .3s ease;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.stories-viewer--U\\+VEJ:-webkit-full-screen,.stories-viewer--U\\+VEJ:-moz-full-screen,.stories-viewer--U\\+VEJ:-ms-fullscreen,.stories-viewer--U\\+VEJ :fullscreen{width:100% !important;height:100% !important}.stories-viewer-background--rxrSL{position:fixed;top:-60px;left:-60px;width:calc(100% + 120px);height:calc(100% + 120px);background-position:center;background-repeat:no-repeat;background-size:cover}.stories-viewer-backdrop--GqsGY{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;background-color:rgba(255,255,255,.5)}.stories-viewer-backdrop--GqsGY._desktopMode--5f5bI{display:none}.slider3d--fgseF{position:fixed !important}.slider3d--fgseF.no-select--qQk5D{user-select:none}",""]),r.locals={"stories-viewer":"stories-viewer--U+VEJ","stories-viewer-background":"stories-viewer-background--rxrSL","stories-viewer-backdrop":"stories-viewer-backdrop--GqsGY",_desktopMode:"_desktopMode--5f5bI",slider3d:"slider3d--fgseF","no-select":"no-select--qQk5D"};const a=r},187:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-button-panel--tzCuh{position:absolute;z-index:10001;bottom:0;left:0;width:100%;background-color:#000;border-bottom-left-radius:var(--slideBorderRadius, 0);border-bottom-right-radius:var(--slideBorderRadius, 0)}.stories-button-panel--tzCuh[dir=rtl] .stories-button-panel-actions--I0rFL .right-container--Ax9TH{margin-left:0;margin-right:auto}.stories-button-panel-actions--I0rFL{position:absolute;top:0;left:0;width:100%;height:50px;padding:0 4px;display:flex;flex-direction:row;color:#fff;align-items:center}.stories-button-panel-actions--I0rFL>span{display:flex}.stories-button-panel-actions--I0rFL .right-container--Ax9TH{margin-left:auto}.button-panel-action--rHoQs{cursor:pointer;pointer-events:all;display:flex;align-items:center;justify-content:center;height:50px;width:38px}.button-panel-action--rHoQs>*{pointer-events:none}",""]),r.locals={"stories-button-panel":"stories-button-panel--tzCuh","stories-button-panel-actions":"stories-button-panel-actions--I0rFL","right-container":"right-container--Ax9TH","button-panel-action":"button-panel-action--rHoQs"};const a=r},9108:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".goods-card--BAL7e{width:100px}.goods-card--BAL7e:first-of-type{margin-left:.5rem}.goods-card--BAL7e:not(:last-child){margin-right:.5rem}.prices--u3Ojw{display:flex}.prices--u3Ojw>div:not(:last-child){margin-right:.5rem}.typography--qlRjl{text-decoration:none}.typography--old-price--SnUxk{text-decoration:line-through}.figure--UwMfT{margin:0;margin-bottom:.5rem;width:100px;height:100px}.figure--UwMfT>img{width:inherit;height:inherit;max-width:100%;border-radius:var(--figure-border-radius, 0px);background-color:var(--figure-background-color, #ffffff)}",""]),r.locals={"goods-card":"goods-card--BAL7e",prices:"prices--u3Ojw",typography:"typography--qlRjl","typography--old-price":"typography--old-price--SnUxk",figure:"figure--UwMfT"};const a=r},6212:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".scrolling-carousel--lZnvG{position:relative}.scrolling-carousel__wrapper--Doobh{position:relative;overflow:hidden}.scrolling-carousel__item--A9ial{display:flex;flex-wrap:nowrap;cursor:pointer}.scrolling-carousel__arrow-button--HrmVa{width:36px;height:36px;color:#757575;margin-top:auto;margin-bottom:auto;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 4px 8px 0 rgba(0,0,0,.2);background:#fff;border-radius:50%;cursor:pointer;position:absolute;top:0;bottom:0;opacity:0;transition:opacity .5s}.scrolling-carousel__arrow-button--HrmVa>svg{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;width:24px;height:24px;fill:#757575}.scrolling-carousel__arrow-button--HrmVa:hover svg{fill:#000}.scrolling-carousel__arrow-button--show--do24\\+{opacity:.9}.scrolling-carousel__arrow-button--show--do24\\+:hover{opacity:1}.scrolling-carousel__arrow-button--right--Werat{right:-18px}.scrolling-carousel__arrow-button--left--M-xt3{left:-18px}@media(pointer: coarse){.scrolling-carousel__arrow-button--HrmVa{display:none !important}}",""]),r.locals={"scrolling-carousel":"scrolling-carousel--lZnvG","scrolling-carousel__wrapper":"scrolling-carousel__wrapper--Doobh","scrolling-carousel__item":"scrolling-carousel__item--A9ial","scrolling-carousel__arrow-button":"scrolling-carousel__arrow-button--HrmVa","scrolling-carousel__arrow-button--show":"scrolling-carousel__arrow-button--show--do24+","scrolling-carousel__arrow-button--right":"scrolling-carousel__arrow-button--right--Werat","scrolling-carousel__arrow-button--left":"scrolling-carousel__arrow-button--left--M-xt3"};const a=r},8161:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".btn--dxsSR{margin:auto auto 10px;padding:10px;cursor:pointer}",""]),r.locals={btn:"btn--dxsSR"};const a=r},1277:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,"@keyframes spin--Mv6zz{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.spinner--xVBKd{position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem);width:2rem;height:2rem;border-radius:50%;animation:spin--Mv6zz .6s infinite linear;border:var(--border, 2px solid transparent);border-color:var(--border-color, black)}",""]),r.locals={spinner:"spinner--xVBKd",spin:"spin--Mv6zz"};const a=r},4940:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,"@keyframes fadeInFrames--bEyJg{from{opacity:0}to{opacity:1}}@keyframes fadeOutFrames--oBX-p{from{opacity:1}to{opacity:0}}.goods-container--tR-eJ{position:relative;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;width:100%;height:100%;margin-top:0px}.goods-container--visible--dd40k{animation:300ms fadeInFrames--bEyJg}.goods-container--hidden--QAS9\\+{animation:300ms normal forwards fadeOutFrames--oBX-p}.goods-container__backdrop--CyeDo{flex:1}.goods-list--Wax8Q{position:relative;display:flex;flex-direction:column}",""]),r.locals={"goods-container":"goods-container--tR-eJ","goods-container--visible":"goods-container--visible--dd40k",fadeInFrames:"fadeInFrames--bEyJg","goods-container--hidden":"goods-container--hidden--QAS9+",fadeOutFrames:"fadeOutFrames--oBX-p","goods-container__backdrop":"goods-container__backdrop--CyeDo","goods-list":"goods-list--Wax8Q"};const a=r},8942:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".goods-widget-viewer--ryMdV{position:absolute;inset:0;z-index:3000;text-align:left}",""]),r.locals={"goods-widget-viewer":"goods-widget-viewer--ryMdV"};const a=r},2349:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-viewer__close--zjUnU{border:0;padding:0;background:rgba(0,0,0,0);position:absolute;top:calc(15px + var(--timelineBlockTopOffset, 5px));pointer-events:all;cursor:pointer;outline:none;transition:opacity .3s ease-in;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.stories-viewer__close--zjUnU:focus{outline:none}.stories-viewer__close--zjUnU svg{overflow:visible}.stories-viewer__close--zjUnU._paused-ui--wbADu{opacity:0}.stories-viewer__close--zjUnU[data-position=start],.stories-viewer__close--zjUnU[data-position=left]{left:10px}.stories-viewer__close--zjUnU[data-position=start][dir=rtl],.stories-viewer__close--zjUnU[data-position=left][dir=rtl]{left:auto;right:10px}.stories-viewer__close--zjUnU[data-position=end],.stories-viewer__close--zjUnU[data-position=right]{right:10px}.stories-viewer__close--zjUnU[data-position=end][dir=rtl],.stories-viewer__close--zjUnU[data-position=right][dir=rtl]{left:10px;right:auto}.story-header--iD7hE{position:relative;z-index:1140}",""]),r.locals={"stories-viewer__close":"stories-viewer__close--zjUnU","_paused-ui":"_paused-ui--wbADu","story-header":"story-header--iD7hE"};const a=r},9137:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-pager--JtIm1{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:1131;background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.104) 0%, rgba(0, 0, 0, 0) 20%);pointer-events:none;transition:opacity .3s ease-in}.stories-pager--JtIm1._desktop-mode--MFqdz{border-top-left-radius:5px;border-top-right-radius:5px}.stories-pager--JtIm1._paused-ui--YKpOe{opacity:0}.stories-pager__ticks--IooJa{height:3px;display:flex;margin:8px 8px;margin-top:var(--timelineBlockTopOffset, 8px);opacity:1}.stories-pager__ticks--IooJa.hiddenTimeline--uwXIm{opacity:0}.stories-pager__tick--L96Px{background-color:var(--stories-pager-background, rgba(255, 255, 255, 0.6));width:100%;margin:0 2px;overflow:hidden;position:relative;border-radius:10px}.stories-pager__tick--L96Px:first-child{margin-left:0}.stories-pager__tick--L96Px:last-child{margin-right:0}.stories-pager__tick-progress--lwEYc{width:100%;height:3px}.stories-pager__tick-progress--lwEYc._active---U7hY{background-color:var(--stories-pager-tick-foreground, rgb(255, 255, 255))}.stories-pager__tick-progress-loader--DJvQ6{width:100%;height:3px;position:absolute;top:0;left:0;background:linear-gradient(to right, var(--stories-pager-tick-foreground, rgb(255, 255, 255)) var(--tick), transparent 0)}.stories-pager--JtIm1[dir=rtl] .stories-pager__tick-progress-loader--DJvQ6{background:linear-gradient(to left, var(--stories-pager-tick-foreground, rgb(255, 255, 255)) var(--tick), transparent 0)}",""]),r.locals={"stories-pager":"stories-pager--JtIm1","_desktop-mode":"_desktop-mode--MFqdz","_paused-ui":"_paused-ui--YKpOe","stories-pager__ticks":"stories-pager__ticks--IooJa",hiddenTimeline:"hiddenTimeline--uwXIm","stories-pager__tick":"stories-pager__tick--L96Px","stories-pager__tick-progress":"stories-pager__tick-progress--lwEYc",_active:"_active---U7hY","stories-pager__tick-progress-loader":"stories-pager__tick-progress-loader--DJvQ6"};const a=r},3278:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.stories-slide--8v5Pf{top:0;left:0;right:0;bottom:0;position:absolute;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:var(--slideBorderRadius, 0)}.stories-slide--8v5Pf._dummy--Llble{background-color:#fff}.stories-slide--8v5Pf .load-mask--5XCq2{position:absolute;background-color:#000;z-index:2000;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.stories-slide--8v5Pf._with-bottom-panel--2p7Pi._desktop-mode--CJL90,.stories-slide--8v5Pf._with-bottom-panel--2p7Pi._desktop-mode--CJL90 .narrative-slide-background--hMuFX,.stories-slide--8v5Pf._with-bottom-panel--2p7Pi._desktop-mode--CJL90 .narrative-slide-elements--i0a24{border-bottom-right-radius:0;border-bottom-left-radius:0}.stories-slide--8v5Pf .stories-slide__refresh-btn--MEBPq{color:#fff;cursor:pointer;position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0);pointer-events:auto;padding:20px;width:32px;height:32px;box-sizing:content-box}.loading-spinner-default--ltiyb{-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:32px;height:32px;border-radius:50%;border:solid 2px var(--loaderBackgroundColor, white);border-color:var(--loaderBackgroundAccentColor, transparent) var(--loaderBackgroundColor, white) var(--loaderBackgroundColor, white) var(--loaderBackgroundColor, white);-webkit-animation:loading-spinner--T3-dY .6s infinite linear;animation:loading-spinner--T3-dY .6s infinite linear}@keyframes loading-spinner--T3-dY{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.stories-slide--8v5Pf{z-index:1120;visibility:hidden}.stories-slide--8v5Pf.active-slide--ncZf1{z-index:1130;visibility:visible}.stories-slide-offset--R5f2H{pointer-events:none;position:relative;height:100%}.stories-slide-box--Br9iz{position:relative;padding:154.838709677% 0 0 0}.stories-slide-content--CKfk0{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}',""]),r.locals={"stories-slide":"stories-slide--8v5Pf",_dummy:"_dummy--Llble","load-mask":"load-mask--5XCq2","_with-bottom-panel":"_with-bottom-panel--2p7Pi","_desktop-mode":"_desktop-mode--CJL90","narrative-slide-background":"narrative-slide-background--hMuFX","narrative-slide-elements":"narrative-slide-elements--i0a24","stories-slide__refresh-btn":"stories-slide__refresh-btn--MEBPq","loading-spinner-default":"loading-spinner-default--ltiyb","loading-spinner":"loading-spinner--T3-dY","active-slide":"active-slide--ncZf1","stories-slide-offset":"stories-slide-offset--R5f2H","stories-slide-box":"stories-slide-box--Br9iz","stories-slide-content":"stories-slide-content--CKfk0"};const a=r},2594:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".stories-item--s9hOL{visibility:visible;position:absolute;width:100%;height:auto;bottom:0;border-radius:inherit;backface-visibility:hidden}.slider3d__item--7j2AS{position:absolute;left:0;top:0;width:100%;backface-visibility:hidden;transform-style:preserve-3d}",""]),r.locals={"stories-item":"stories-item--s9hOL",slider3d__item:"slider3d__item--7j2AS"};const a=r},9669:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".story-reader-controls--8N5W7 .slider3d__btn_next--2GDPW,.story-reader-controls--8N5W7 .slider3d__btn_prev--P6gvY{display:none}.story-reader-controls--8N5W7._desktop_mode--mSlGA .slider3d__btn_next--2GDPW,.story-reader-controls--8N5W7._desktop_mode--mSlGA .slider3d__btn_prev--P6gvY{display:block;position:absolute;top:50%;transform:translateY(-50%);left:50%}.story-reader-controls--8N5W7 .btn-icon--NRFjq{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer}.story-reader-controls--8N5W7 .btn-icon--NRFjq:focus{outline:0}.story-reader-controls--8N5W7 .btn-icon--NRFjq:disabled{color:#464646;cursor:not-allowed}",""]),r.locals={"story-reader-controls":"story-reader-controls--8N5W7",slider3d__btn_next:"slider3d__btn_next--2GDPW",slider3d__btn_prev:"slider3d__btn_prev--P6gvY",_desktop_mode:"_desktop_mode--mSlGA","btn-icon":"btn-icon--NRFjq"};const a=r},3390:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".slider3d__wrapper--49G6v{left:50%;transform:translateX(-50%);overflow:hidden;box-sizing:border-box}.slider3d__wrapper--49G6v.slider3d__wrapper_swipe-up--r1InL.slider3d__wrapper_swipe-up--r1InL{background-color:rgba(0,0,0,0)}.slider3d__wrapper--49G6v .game-reader-wrapper--vHugs,.slider3d__wrapper--49G6v .share-panel-wrapper--zNSqw{overflow:hidden}.slider3d__wrapper--49G6v._desktop_mode--m7fGP{padding:50px 0}.slider3d__wrapper--49G6v._desktop_mode--m7fGP>.share-panel-wrapper--zNSqw{top:50px;bottom:50px;border-radius:5px}.slider3d__wrapper--49G6v._desktop_mode--m7fGP>.share-panel-wrapper--zNSqw.share-panel-wrapper--zNSqw{border-bottom-left-radius:0;border-bottom-right-radius:0}.slider3d__wrapper--49G6v *,.slider3d__wrapper--49G6v ::after,.slider3d__wrapper--49G6v ::before{box-sizing:border-box}.slider3d__wrapper--49G6v .stories-item--i1n9b,.slider3d__wrapper--49G6v .stories-slide--KXt9a,.slider3d__wrapper--49G6v .narrative-slide-background--LO2L6,.slider3d__wrapper--49G6v .narrative-slide-elements--bUq5g{border-radius:var(--slideBorderRadius, 0)}.slider3d--pT6gr{position:fixed !important}.slider3d--pT6gr.no-select--zMya8{user-select:none}.slider3d__wrapper--49G6v{z-index:1;position:relative;height:100%}.stories-face--tqFop{position:absolute !important;top:0;left:0;right:0;width:100%;width:calc(100% + .01px);height:100%}.slider3d__rotater--eYXIw{--tick: 0%;--tickOpacity: 0}.slider3d__inner--EFsin,.slider3d__rotater--eYXIw{position:relative;height:100%;transform-style:preserve-3d}",""]),r.locals={slider3d__wrapper:"slider3d__wrapper--49G6v","slider3d__wrapper_swipe-up":"slider3d__wrapper_swipe-up--r1InL","game-reader-wrapper":"game-reader-wrapper--vHugs","share-panel-wrapper":"share-panel-wrapper--zNSqw",_desktop_mode:"_desktop_mode--m7fGP","stories-item":"stories-item--i1n9b","stories-slide":"stories-slide--KXt9a","narrative-slide-background":"narrative-slide-background--LO2L6","narrative-slide-elements":"narrative-slide-elements--bUq5g",slider3d:"slider3d--pT6gr","no-select":"no-select--zMya8","stories-face":"stories-face--tqFop",slider3d__rotater:"slider3d__rotater--eYXIw",slider3d__inner:"slider3d__inner--EFsin"};const a=r},4169:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.wrapper--A3xCJ{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";position:absolute;inset:0;z-index:3000;border-radius:inherit}.wrapper--A3xCJ .backdrop--CPTm4{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.5);border-radius:inherit}.main--2Iqns{position:absolute;z-index:2;user-select:none;display:flex;flex-direction:column;text-rendering:geometricprecision;overflow:hidden}.main--2Iqns .question--mn519{width:100%;height:auto}.main--2Iqns .question--mn519:empty{display:none}.main--2Iqns .input-group--jE\\+PN{display:flex}.main--2Iqns .input-group--jE\\+PN .input--Z388z{width:100%}.main--2Iqns .input-group--jE\\+PN .input-group__prepend--KtZUG{display:flex;flex:.35}.main--2Iqns .input-group--jE\\+PN .input-group__separator--44goC{border-right:1px solid #fff;margin-right:.5rem}.main--2Iqns .input-group--jE\\+PN .input--Z388z{flex:1}.main--2Iqns .input-wrapper--yYgPA{overflow:hidden;box-sizing:content-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.main--2Iqns .input-wrapper--yYgPA .input--Z388z{background:none;-webkit-tap-highlight-color:rgba(0,0,0,0);text-rendering:inherit;outline:none;border:none}.main--2Iqns .input-wrapper--yYgPA .input--Z388z::placeholder{color:inherit}.main--2Iqns .input-wrapper--yYgPA .input--Z388z.input_centered--0yBvl{text-align:center}.main--2Iqns .input-wrapper--yYgPA.is-invalid--PDNfg{border-color:#dc3545 !important;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.textarea-grow-wrap----9bt{display:grid;max-width:100%;word-break:break-all}.textarea-grow-wrap----9bt::after{content:attr(data-replicated-value) " ";white-space:pre-wrap;visibility:hidden}.textarea-grow-wrap----9bt>.input--Z388z{resize:none;overflow:hidden}.textarea-grow-wrap----9bt>.input--Z388z,.textarea-grow-wrap----9bt::after{border:inherit;padding:inherit;font:inherit;text-rendering:inherit;text-align:inherit;line-height:normal;color:inherit;grid-area:1/1/2/2}.button-wrapper--u94hX{width:100%}.button-wrapper--u94hX .button--bQRP7{width:100%;cursor:pointer}.button-wrapper--u94hX .button--bQRP7:disabled,.button-wrapper--u94hX .button--bQRP7[disabled=true]{cursor:not-allowed;pointer-events:none;background-color:#272727 !important}@keyframes fadeIn--b16pe{from{opacity:0}to{opacity:1}}@keyframes fadeOut--DquTc{from{opacity:1}to{opacity:0}}.fadeIn--b16pe{animation:fadeIn--b16pe 300ms forwards}.fadeOut--DquTc{animation:fadeOut--DquTc 0ms forwards}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}',""]),r.locals={wrapper:"wrapper--A3xCJ",backdrop:"backdrop--CPTm4",main:"main--2Iqns",question:"question--mn519","input-group":"input-group--jE+PN",input:"input--Z388z","input-group__prepend":"input-group__prepend--KtZUG","input-group__separator":"input-group__separator--44goC","input-wrapper":"input-wrapper--yYgPA",input_centered:"input_centered--0yBvl","is-invalid":"is-invalid--PDNfg","textarea-grow-wrap":"textarea-grow-wrap----9bt","button-wrapper":"button-wrapper--u94hX",button:"button--bQRP7",fadeIn:"fadeIn--b16pe",fadeOut:"fadeOut--DquTc"};const a=r},8138:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.screen-orientation-lock--lAOKa{pointer-events:all;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:1;user-select:none;background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc2MiIgaGVpZ2h0PSI4MjkiIHZpZXdCb3g9IjAgMCAxNzYyIDgyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIxNzYyIiBoZWlnaHQ9IjgyOSIgZmlsbD0iIzIxMjEyMSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02NjYgNTQ5QzY2MS41ODIgNTQ5IDY1OCA1NDUuNDE4IDY1OCA1NDFMNjU4IDM0OUM2NTggMzQ0LjU4MiA2NjEuNTgyIDM0MSA2NjYgMzQxTDk5NCAzNDFDOTk4LjQxOCAzNDEgMTAwMiAzNDQuNTgyIDEwMDIgMzQ5TDEwMDIgNTQxQzEwMDIgNTQ1LjQxOCA5OTguNDE4IDU0OSA5OTQgNTQ5TDY2NiA1NDlaTTY2OCA1NDFMOTYyIDU0MUw5NjIgMzQ5TDY2OCAzNDlMNjY4IDU0MVoiIGZpbGw9IiMzRjNGM0YiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTAwIDIxNEM5MDAgMjA5LjU4MiA5MDMuNTgyIDIwNiA5MDggMjA2SDExMDBDMTEwNC40MiAyMDYgMTEwOCAyMDkuNTgyIDExMDggMjE0VjU0MkMxMTA4IDU0Ni40MTggMTEwNC40MiA1NTAgMTEwMCA1NTBIOTA4QzkwMy41ODIgNTUwIDkwMCA1NDYuNDE4IDkwMCA1NDJWMjE0Wk05MDggMjE2VjUxMEgxMTAwVjIxNkg5MDhaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZD0iTTgwMy41IDIxNkM3NTggMjIwLjUgNzEzLjUgMjU3IDcxNyAzMTcuNUM3MjEgMjc4IDc1OCAyMzcuNSA4MDMuNSAyNDIuNVYyNjRMODQ1LjUgMjI5TDgwMy41IDE5NS41VjIxNloiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=")}',""]),r.locals={"screen-orientation-lock":"screen-orientation-lock--lAOKa"};const a=r},1196:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".share-panel__body_screenshot--uZCkX{display:flex;flex-direction:column}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1{cursor:pointer;background:rgba(0,0,0,0);border:none;width:100%;height:100%;display:flex;text-align:left;justify-content:center;align-items:center;color:#fff}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM{margin-right:5px;position:relative;width:30px;height:30px;flex-shrink:0}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM .btn-copy__icon-state--aOFwh{position:absolute;inset:0px;opacity:0;transition:opacity 300ms ease-in-out}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM .btn-copy__icon-state--aOFwh.btn-copy__icon-state_default--n6LWH{opacity:1;visibility:visible}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__icon--w7FbM .btn-copy__icon-state--aOFwh.btn-copy__icon-state_done--r-uzJ{opacity:1;visibility:visible}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1 .btn-copy__text--IQD4A{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:5px}.share-panel__body_screenshot--uZCkX .btn--VzRxf.btn-copy--dhlh1:active{transform:scale(0.96)}.share-panel__body_screenshot--uZCkX .share-panel-row--LzAa0{justify-content:center;height:auto;padding:16px}.share-panel__body_screenshot--uZCkX .share-panel-row--LzAa0:first-child{height:450px;box-sizing:border-box}.share-panel__body_screenshot--uZCkX .share-panel-row__image-link--RXIki{width:100%;height:100%;display:flex;justify-content:center}.share-panel__body_screenshot--uZCkX .share-panel-row__image--HyVwP{max-width:100%;height:100%;object-fit:cover;border-radius:20px}.share-panel__body_screenshot--uZCkX .share-item__download-button--ypCUc{align-self:center;cursor:pointer;height:100%;width:100%;text-decoration:none;color:#fff;display:flex;align-items:center;justify-content:center}.share-panel__body_screenshot--uZCkX .share-item__download-button--ypCUc:active{transform:scale(0.96)}",""]),r.locals={"share-panel__body_screenshot":"share-panel__body_screenshot--uZCkX",btn:"btn--VzRxf","btn-copy":"btn-copy--dhlh1","btn-copy__icon":"btn-copy__icon--w7FbM","btn-copy__icon-state":"btn-copy__icon-state--aOFwh","btn-copy__icon-state_default":"btn-copy__icon-state_default--n6LWH","btn-copy__icon-state_done":"btn-copy__icon-state_done--r-uzJ","btn-copy__text":"btn-copy__text--IQD4A","share-panel-row":"share-panel-row--LzAa0","share-panel-row__image-link":"share-panel-row__image-link--RXIki","share-panel-row__image":"share-panel-row__image--HyVwP","share-item__download-button":"share-item__download-button--ypCUc"};const a=r},610:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".share-item--OHeZZ{color:#fff}a.share-item--OHeZZ{color:#fff;transition:none}a.share-item--OHeZZ:hover{color:#fff}.social-list--5d274{flex-wrap:wrap;height:auto;padding-bottom:1rem}.social-list--5d274 .social-list__item--PmqO7{margin-top:1rem}",""]),r.locals={"share-item":"share-item--OHeZZ","social-list":"social-list--5d274","social-list__item":"social-list__item--PmqO7"};const a=r},8778:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,'.share-panel-wrapper--x2oi3{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.share-panel-wrapper--x2oi3 .share-panel-backdrop--wh9uo{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.5)}.share-panel--Qm-mD{position:absolute;top:auto;left:0;right:0;bottom:0;z-index:2;user-select:none}.share-panel-row--LPdKG{width:100%;height:150px;display:flex;flex-direction:row;align-items:center}.share-panel-row--LPdKG .share-item--ZalUh{cursor:pointer;flex:0 0 auto;width:69px;height:90px;margin:0 10px;display:flex;flex-direction:column;align-items:center;text-align:center}.share-panel-row--LPdKG .share-item--ZalUh:first-child{margin-left:20px}.share-panel-row--LPdKG .share-item--ZalUh:last-child{margin-right:20px}.share-panel-row--LPdKG .share-item--ZalUh,.share-panel-row--LPdKG .share-item--ZalUh:visited,.share-panel-row--LPdKG .share-item--ZalUh:active,.share-panel-row--LPdKG .share-item--ZalUh:focus{text-decoration:none}.share-panel-row--LPdKG .share-item--ZalUh .share-item-title--RxVKy{margin-top:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:.2rem}.share-panel-row--LPdKG.title-row--Vfan2{height:120px;padding-top:30px;padding-bottom:30px;padding-left:20px;padding-right:20px}.share-panel-row--LPdKG.title-row--Vfan2 .share-url-favicon--cGryk{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.share-panel-row--LPdKG.title-row--Vfan2 .share-url-favicon--cGryk img{width:30px;height:30px}.share-panel-row--LPdKG.title-row--Vfan2 .title--ZQZ6c{font-size:16px;line-height:1.4rem;margin-left:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.share-panel-separator--NXYXt{width:100%;height:1px}.share-panel--Qm-mD{will-change:transform;transition:transform 300ms}.share-panel__body--7Ljnv{width:100%;height:100%}@keyframes slideIn--CzJft{from{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes slideOut--lNjIY{from{transform:translateY(0%)}to{transform:translateY(100%)}}@keyframes fadeIn--qopSX{from{opacity:0}to{opacity:1}}@keyframes fadeOut--bA6JG{from{opacity:1}to{opacity:0}}.fadeIn--qopSX{animation:fadeIn--qopSX 300ms forwards}.fadeOut--bA6JG{animation:fadeOut--bA6JG 300ms forwards}.slideIn--CzJft{animation:slideIn--CzJft 300ms forwards}.slideOut--lNjIY{animation:slideOut--lNjIY 300ms forwards}',""]),r.locals={"share-panel-wrapper":"share-panel-wrapper--x2oi3","share-panel-backdrop":"share-panel-backdrop--wh9uo","share-panel":"share-panel--Qm-mD","share-panel-row":"share-panel-row--LPdKG","share-item":"share-item--ZalUh","share-item-title":"share-item-title--RxVKy","title-row":"title-row--Vfan2","share-url-favicon":"share-url-favicon--cGryk",title:"title--ZQZ6c","share-panel-separator":"share-panel-separator--NXYXt","share-panel__body":"share-panel__body--7Ljnv",fadeIn:"fadeIn--qopSX",fadeOut:"fadeOut--bA6JG",slideIn:"slideIn--CzJft",slideOut:"slideOut--lNjIY"};const a=r},7081:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".icon--5RBkn{width:2rem;height:2rem}",""]),r.locals={icon:"icon--5RBkn"};const a=r},6323:(e,t,s)=>{s.d(t,{A:()=>a});var i=s(935),r=s.n(i)()((function(e){return e[1]}));r.push([e.id,".narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-link,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-answer,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-data-input,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-poll-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-answer,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-rate-input,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-range-slider-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-answer,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-copy,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-share,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-story-repeat,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-game,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-target],.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-type=closeStory],.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up-items,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-next-button,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-barcode{pointer-events:all;cursor:pointer}.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-link *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-answer *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-data-input *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-poll-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-answer *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-rate-input *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-range-slider-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-answer *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-quiz-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-test-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-copy *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-share *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-story-repeat *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-game *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-target] *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-image[data-link-type=closeStory] *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-swipe-up-items *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-vote-next-button *,.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-barcode *{pointer-events:none}.narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-range-slider-input-container .rangeslider{pointer-events:all;cursor:pointer}",""]);const a=r},935:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var s=e(t);return t[2]?"@media ".concat(t[2]," {").concat(s,"}"):s})).join("")},t.i=function(e,s,i){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(i)for(var a=0;a<this.length;a++){var o=this[a][0];null!=o&&(r[o]=!0)}for(var n=0;n<e.length;n++){var l=[].concat(e[n]);i&&r[l[0]]||(s&&(l[2]?l[2]="".concat(s," and ").concat(l[2]):l[2]=s),t.push(l))}},t}},3335:(e,t,s)=>{var i=s(9155),r=Symbol.for("react.element"),a=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,n=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function d(e,t,s){var i,a={},d=null,c=null;for(i in void 0!==s&&(d=""+s),void 0!==t.key&&(d=""+t.key),void 0!==t.ref&&(c=t.ref),t)o.call(t,i)&&!l.hasOwnProperty(i)&&(a[i]=t[i]);if(e&&e.defaultProps)for(i in t=e.defaultProps)void 0===a[i]&&(a[i]=t[i]);return{$$typeof:r,type:e,key:d,ref:c,props:a,_owner:n.current}}t.Fragment=a,t.jsx=d,t.jsxs=d},1085:(e,t,s)=>{e.exports=s(3335)},2591:(e,t,s)=>{var i,r=function(){return void 0===i&&(i=Boolean(window&&document&&document.all&&!window.atob)),i},a=function(){var e={};return function(t){if(void 0===e[t]){var s=document.querySelector(t);if(window.HTMLIFrameElement&&s instanceof window.HTMLIFrameElement)try{s=s.contentDocument.head}catch(e){s=null}e[t]=s}return e[t]}}(),o=[];function n(e){for(var t=-1,s=0;s<o.length;s++)if(o[s].identifier===e){t=s;break}return t}function l(e,t){for(var s={},i=[],r=0;r<e.length;r++){var a=e[r],l=t.base?a[0]+t.base:a[0],d=s[l]||0,c="".concat(l," ").concat(d);s[l]=d+1;var h=n(c),u={css:a[1],media:a[2],sourceMap:a[3]};-1!==h?(o[h].references++,o[h].updater(u)):o.push({identifier:c,updater:y(u,t),references:1}),i.push(c)}return i}function d(e){var t=document.createElement("style"),i=e.attributes||{};if(void 0===i.nonce){var r=s.nc;r&&(i.nonce=r)}if(Object.keys(i).forEach((function(e){t.setAttribute(e,i[e])})),"function"==typeof e.insert)e.insert(t);else{var o=a(e.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(t)}return t}var c,h=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function u(e,t,s,i){var r=s?"":i.media?"@media ".concat(i.media," {").concat(i.css,"}"):i.css;if(e.styleSheet)e.styleSheet.cssText=h(t,r);else{var a=document.createTextNode(r),o=e.childNodes;o[t]&&e.removeChild(o[t]),o.length?e.insertBefore(a,o[t]):e.appendChild(a)}}function p(e,t,s){var i=s.css,r=s.media,a=s.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(i+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=i;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(i))}}var g=null,m=0;function y(e,t){var s,i,r;if(t.singleton){var a=m++;s=g||(g=d(t)),i=u.bind(null,s,a,!1),r=u.bind(null,s,a,!0)}else s=d(t),i=p.bind(null,s,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(s)};return i(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;i(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=r());var s=l(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var i=0;i<s.length;i++){var r=n(s[i]);o[r].references--}for(var a=l(e,t),d=0;d<s.length;d++){var c=n(s[d]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}s=a}}}},6704:(e,t,s)=>{const i=document.querySelector("[nonce]");i&&(s.nc=i.nonce||i.getAttribute("nonce")),window.litNonce=s.nc},5136:e=>{e.exports=c},3107:e=>{e.exports=u},6166:e=>{e.exports=h},122:e=>{e.exports=L},992:e=>{e.exports=f},405:e=>{e.exports=A},5714:e=>{e.exports=p},761:t=>{t.exports=e},7161:e=>{e.exports=b},429:e=>{e.exports=x},5125:e=>{e.exports=M},318:e=>{e.exports=k},6968:e=>{e.exports=I},2083:e=>{e.exports=C},7326:e=>{e.exports=g},4977:e=>{e.exports=o},56:e=>{e.exports=m},6099:e=>{e.exports=a},2883:e=>{e.exports=t},8386:e=>{e.exports=d},7144:e=>{e.exports=l},9498:e=>{e.exports=n},5824:e=>{e.exports=i},5314:e=>{e.exports=r},5299:e=>{e.exports=w},9780:e=>{e.exports=O},9155:e=>{e.exports=y},9514:e=>{e.exports=_},2236:e=>{e.exports=v},2265:e=>{e.exports=S},7315:e=>{e.exports=s}},T={};function R(e){var t=T[e];if(void 0!==t)return t.exports;var s=T[e]={id:e,exports:{}};return E[e](s,s.exports,R),s.exports}R.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return R.d(t,{a:t}),t},R.d=(e,t)=>{for(var s in t)R.o(t,s)&&!R.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},R.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),R.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},R.nc=void 0;var D={};return(()=>{R.r(D),R.d(D,{AppearanceCommonOptionsDefault:()=>i,AppearanceManager:()=>Cn,CTASource:()=>v,CloseButtonPosition:()=>e,GameReaderOptionsDefault:()=>r,GoodsWidgetOptionsDefault:()=>o,GoodsWidgetRenderingType:()=>a,IamCheckDisplayTimeRangeError:()=>rs,IamFrequencyLimitError:()=>is,IamMessageLimitExceededError:()=>as,IamMessageOpenError:()=>co,IamNotFoundByEventError:()=>Ho,IamNotFoundByIdError:()=>kt,IamNotFoundLimitError:()=>Mt,IamOtherReaderIsOpenError:()=>ts,IamShowOnlyIfLoadedError:()=>ss,IasNetworkError:()=>V,InAppMessagingOptionsDefault:()=>x,InAppStoryManager:()=>zh,PlaceholderType:()=>A,STORY_FEED_LIST:()=>I,STORY_LIST_TYPE:()=>M,STORY_READER_WINDOW_REFERER:()=>k,SharePageEvents:()=>n,SharePanelDefault:()=>w,StoriesEvents:()=>L,StoriesListCardCoverQuality:()=>u,StoriesListCardTitlePosition:()=>h,StoriesListCardTitleTextAlign:()=>c,StoriesListCardViewVariant:()=>d,StoriesListDirection:()=>p,StoriesListEvents:()=>g,StoriesListOptionsDefault:()=>m,StoriesListSliderAlign:()=>l,StoryActionSource:()=>C,StoryFavoriteReaderOptionsDefault:()=>y,StoryReaderOptionsDefault:()=>S,StoryReaderSwipeStyle:()=>_,TextDir:()=>O,WidgetStoriesOptions:()=>b});var e,t=R(761),s=R.n(t);!function(e){e.LEFT="left",e.RIGHT="right",e.START="start",e.END="end"}(e||(e={}));const i={hasFavorite:!1,hasLike:!1,hasShare:!1,closeButtonPosition:e.END,loader:{default:{color:"white",accentColor:"transparent"},custom:null},closeButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M30 15.2115C30 23.4958 23.2843 30.2115 15 30.2115C6.71573 30.2115 0 23.4958 0 15.2115C0 6.92728 6.71573 0.211548 15 0.211548C23.2843 0.211548 30 6.92728 30 15.2115Z" fill="white"/>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M9.8309 10.0424C10.0969 9.77646 10.5281 9.77646 10.7941 10.0424L15 14.2483L19.2059 10.0424C19.4719 9.77646 19.9031 9.77646 20.1691 10.0424C20.4351 10.3084 20.4351 10.7397 20.1691 11.0057L15.9632 15.2115L20.1691 19.4174C20.4351 19.6834 20.4351 20.1147 20.1691 20.3807C19.9031 20.6466 19.4719 20.6466 19.2059 20.3807L15 16.1748L10.7941 20.3807C10.5281 20.6466 10.0969 20.6466 9.8309 20.3807C9.56492 20.1147 9.56492 19.6834 9.8309 19.4174L14.0368 15.2115L9.8309 11.0057C9.56492 10.7397 9.56492 10.3084 9.8309 10.0424Z" fill="#C2C2C4"/>\n</svg>'}},forceDesktopMode:void 0},r={borderRadius:5,loader:{default:{color:"white",accentColor:"transparent"},custom:null},backdropColor:"#1a1a1a",backdrop:{opacity:1,background:"#1a1a1a"},game:{backdropColor:"rgb(51, 51, 51)"},forceDesktopMode:i.forceDesktopMode,forceCheckOrientation:!0};var a;!function(e){e.DEFAULT="default",e.CUSTOM_CARD="customCard"}(a||(a={}));const o={goodsWidgetRenderingType:a.DEFAULT,goodsList:{renderingType:a.DEFAULT,closeBackgroundColor:"#000000",substrateHeight:200,substrateColor:"#FFFFFF",dimColor:"rgba(0, 0, 0, 0.5)"},goodsCard:{mainTextColor:"#000000",oldPriceTextColor:"#CCCCCC",imageBackgroundColor:"transparent",imageCornerRadius:8},openGoodsWidgetHandler:e=>Promise.resolve(e),loader:{default:{color:"gray",accentColor:"transparent"}}};var n,l,d,c,h,u,p,g;!function(e){e.START_LOADING="startLoading",e.END_LOADING="endLoading",e.CLOSE_STORY_READER="closeStoryReader"}(n||(n={})),function(e){e.CENTER="center",e.LEFT="left",e.RIGHT="right",e.START="start",e.END="end"}(l||(l={})),function(e){e.CIRCLE="circle",e.QUAD="quad",e.RECTANGLE="rectangle"}(d||(d={})),function(e){e.LEFT="left",e.RIGHT="right",e.START="start",e.END="end",e.CENTER="center"}(c||(c={})),function(e){e.CARD_INSIDE_BOTTOM="cardInsideBottom",e.CARD_OUTSIDE_TOP="cardOutsideTop",e.CARD_OUTSIDE_BOTTOM="cardOutsideBottom"}(h||(h={})),function(e){e.Medium="medium",e.High="high"}(u||(u={})),function(e){e.COLUMN="vertical",e.ROW="horizontal"}(p||(p={})),function(e){e.START_LOADER="startLoad",e.END_LOADER="endLoad"}(g||(g={}));const m={direction:p.ROW,card:{title:{font:'16px system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',padding:10.6,textAlign:c.START,position:h.CARD_INSIDE_BOTTOM,display:!0,lineClamp:4},gap:10,height:178,aspectRatio:null,coverQuality:u.High,variant:d.RECTANGLE,border:{radius:21,color:"black",width:2,gap:5},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null,opened:{border:{radius:null,color:null,width:null,gap:null,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null},coverLazyLoading:!1},favoriteCard:{title:{content:"Favorite",font:"normal",color:"white",padding:15,textAlign:c.START,position:h.CARD_INSIDE_BOTTOM,display:!0,lineClamp:3},gap:10,height:70,aspectRatio:null,coverQuality:u.High,coverLazyLoading:!1,variant:d.CIRCLE,border:{radius:0,color:"black",width:2,gap:3,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null,opened:{border:{radius:null,color:null,width:null,gap:null,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null}},sidePadding:20,topPadding:20,bottomPadding:20,bottomMargin:17,layout:{height:0,backgroundColor:"transparent",sliderAlign:l.START},navigation:{speed:300,showControls:!1,controlsSize:48,controlsBackgroundColor:"white",controlsColor:"black"},autoScrollOnStoryClose:!0,ugcCard:{title:{content:null,font:'16px system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',color:"#000",padding:15,textAlign:c.START,position:h.CARD_INSIDE_BOTTOM,display:!0,lineClamp:3},gap:10,height:70,aspectRatio:null,coverQuality:u.High,coverLazyLoading:!1,variant:d.CIRCLE,border:{radius:0,color:"transparent",width:0,gap:0,gradient:null},boxShadow:null,dropShadow:null,opacity:null,mask:{color:null,linearGradient:null},svgMask:null,image:{svgSrc:{baseState:'<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M50 85.5C69.6061 85.5 85.5 69.6061 85.5 50C85.5 30.3939 69.6061 14.5 50 14.5C30.3939 14.5 14.5 30.3939 14.5 50C14.5 69.6061 30.3939 85.5 50 85.5Z" stroke="white" stroke-width="2"/>\n<path d="M50.5 34.5V65.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M34.5 49.5H65.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n'}},backgroundColor:"#0c62f3"}},y={title:{content:"Favorite",font:"1.4rem/1.2 InternalPrimaryFont",color:"white",backgroundColor:"#333333"},headerTopOffset:0,bottomOffset:0,backgroundColor:"#333333"};var v;!function(e){e.STORY_LIST="storyList",e.STORY_READER="storyReader",e.GAME_READER="gameReader",e.STACK_STORY_LIST="stackStoryList",e.IAM_READER="iamReader"}(v||(v={}));const f={label:"X",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="0 0 195 195" xmlns="http://www.w3.org/2000/svg">\n<g transform="matrix(.20227 0 0 .20302 -71 -26.7)">\n<circle cx="834.3" cy="610.6" r="481.3" stroke="#fff" strokeMiterlimit="10"/>\n<path d="m537.8 331.8 230 307.6-231.4 250.1h52.2l202.6-219 163.8 219h177.3l-243-324.9 215.5-232.8h-52l-187 201.7-150.7-201.7zm76.6 38.4h81.5l359.7 481h-81.5z" fill="#fff"/>\n</g>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://twitter.com/share?url=${e}&text=${t}`},w={targets:["vk","ok","facebook","x","linkedin","telegram"],targetParams:{vk:{label:"VK",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">\n<circle cx="24" cy="24" r="21.3" fill="#fff"/>\n<path d="M22.3.7a23.3 23.3 0 0 0-5 45.6A23.4 23.4 0 0 0 30.7 1.7C28 .8 25.2.6 22.3.7Zm1.8 14.5c1.2.1 1.8.3 2 .6l.3.6c.2.4.2.8 0 4.3 0 2.2 0 2.9.2 3.4s.7.8 1.1.6a8 8 0 0 0 1.8-2 29 29 0 0 0 3-5.8c.3-.4.5-.7.8-.8h7.1a.7.7 0 0 1 .5.8c0 .7-.8 2.2-2 4a92.7 92.7 0 0 1-3.5 4.8c-.3.5-.2 1 .2 1.6l1.4 1.4c1.8 1.7 2.6 2.6 3.3 3.6.4.7.6 1.2.5 1.7 0 .2-.2.5-.5.6-.4.2-.9.2-3.7.3H34l-.5-.1c-1-.4-1.8-1-3.5-3-.9-1-1.6-1.5-2-1.5-.5 0-1 .6-1.3 1.3-.1.5-.2.8-.2 1.7-.1 1-.2 1.2-.8 1.5H22a9.5 9.5 0 0 1-4.2-1.4c-1.9-1.1-3-2.2-4.4-3.8a48.7 48.7 0 0 1-7.2-12.5c-.1-.5 0-.9.5-1l3-.1h3c.5.3.7.5 1 1.4L16 22c.5.9 1 1.6 1.5 2 .6.6.9.7 1.3.7.3 0 .4-.1.6-.6.5-1 .6-4.8.1-6.3-.2-.8-.6-1.1-1.7-1.3-.2 0-.2-.2 0-.4.4-.6 1.1-.9 2.6-1H24Z" fill="#45668E"/>\n</svg>'}},getUrl:({url:e,text:t})=>`https://vk.com/share.php?url=${e}&title=${t}`},facebook:{label:"Facebook",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="126.4 2.3 589 589" xmlns="http://www.w3.org/2000/svg">\n<circle cx="420.9" cy="296.8" r="294.5" fill="#3c5a9a"/>\n<path d="M516.7 92.7h-65.2c-38.8 0-81.8 16.3-81.8 72.4.2 19.5 0 38.3 0 59.3h-44.8v71.3h46.2V501h84.8V294.4h56l5-70.2h-62.4V184c0-22.2 23-21 24.4-21h37.8V92.8z" fill="#fff"/>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://www.facebook.com/sharer.php?u=${e}&t=${t}`},x:f,twitter:f,linkedin:{label:"LinkedIn",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" enableBackground="new 0 0 550 550" version="1.1" viewBox="0 0 550 550" xmlSpace="preserve" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">\n<circle cx="275" cy="275" r="256" fill="#04689B"/>\n<path d="m219.2 366.5h-38.8v-124.3h38.8v124.3zm-20.4-139.9h-0.3c-14.1 0-23.2-9.5-23.2-21.6 0-12.3 9.4-21.6 23.7-21.6s23.1 9.3 23.4 21.5c0.1 12.2-9 21.7-23.6 21.7zm175.8 139.9h-44v-64.3c0-16.8-6.9-28.3-22-28.3-11.6 0-18 7.7-21 15.2-1.1 2.7-0.9 6.4-0.9 10.2v67.3h-43.7s0.6-113.9 0-124.3h43.6v19.5c2.6-8.5 16.5-20.7 38.8-20.7 27.6 0 49.3 17.9 49.3 56.4v69z" fill="#fff"/>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://www.linkedin.com/sharing/share-offsite/?url=${e}&title=${t}`},telegram:{label:"Telegram",icon:{svgSrc:{baseState:'<svg data-v-05f1b0f5="" data-v-b5b60290="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" width="50px" height="50px"><defs data-v-05f1b0f5=""><linearGradient data-v-05f1b0f5="" id="a" x1="120" y1="240" x2="120" gradientUnits="userSpaceOnUse"><stop data-v-05f1b0f5="" offset="0" stop-color="#1d93d2"></stop><stop data-v-05f1b0f5="" offset="1" stop-color="#38b0e3"></stop></linearGradient></defs><circle data-v-05f1b0f5="" cx="120" cy="120" r="120" fill="url(#a)"></circle><path data-v-05f1b0f5="" d="m81.2 128.8 14.3 39.4s1.7 3.7 3.7 3.7 30.2-29.5 30.2-29.5l31.5-61-79.2 37.2Z" fill="#c8daea"></path><path data-v-05f1b0f5="" d="m100.1 138.9-2.7 29s-1.2 9 7.7 0 17.4-15.7 17.4-15.7" fill="#a9c6d8"></path><path data-v-05f1b0f5="" d="m81.5 130.2-29.3-9.6s-3.5-1.4-2.4-4.6c.3-.7.7-1.2 2.1-2.2C58.4 109.3 172 68.4 172 68.4s3.2-1 5.1-.3a2.8 2.8 0 0 1 2 2 9.4 9.4 0 0 1 .2 2.6l-.2 2.6c-.7 11.1-21.4 94.4-21.4 94.4s-1.2 5-5.7 5a8.1 8.1 0 0 1-5.9-2.2 797.1 797.1 0 0 0-45.5-32.2 1.3 1.3 0 0 1-.5-.9c-.1-.4.4-1 .4-1s52.4-46.6 53.8-51.5c.1-.4-.3-.6-.8-.4C150 87.8 89.6 125.9 83 130a3.2 3.2 0 0 1-1.5 0Z" fill="#fff"></path></svg>\n'}},getUrl:({url:e,text:t})=>`https://t.me/share/url?url=${e}&text=${t}`},ok:{label:"OK",icon:{svgSrc:{baseState:'\n<svg width="50px" height="50px" viewBox="0 0 388.4 387.1" xmlSpace="preserve" xmlns="http://www.w3.org/2000/svg">\n<path d="M331.7 330.2a194.2 193.5 0 0 1-273.9 1.1 194.2 193.5 0 0 1-2.6-272.9A194.2 193.5 0 0 1 329 54.2a194.2 193.5 0 0 1 5.7 273" fill="#faab62" style="mixBlendMode:normal"/>\n<path d="m328.7 327.1a189.2 188.5 0 0 1-266.9 1.2 189.2 188.5 0 0 1-2.5-266 189.2 188.5 0 0 1 266.7-4 189.2 188.5 0 0 1 5.6 265.9" fill="#f7931e" style="mixBlendMode:normal"/>\n<g fill="#fff" style="mixBlendMode:normal">\n<path d="m217.4 253.5c28-5.7 44.7-19 45.6-19.7a19 19 0 0 0-23.8-29.6c-0.2 0.1-18 13.8-47.5 13.8a84.5 84.5 0 0 1-47.8-13.8 19 19 0 0 0-23.8 29.6c1 0.7 18.4 14.3 47.1 19.9l-40 41.9a19 19 0 1 0 27.3 26.3l37.2-39.6 41 39.9a19 19 0 1 0 26.9-26.9z"/>\n<path transform="translate(-1.8 .2)" d="m194.5 57.9a69.9 69.9 0 1 0 0 139.8 69.9 69.9 0 0 0 0-139.8zm0 98.8a28.9 28.9 0 1 1 0-57.8 28.9 28.9 0 0 1 0 57.8z" style="mixBlendMode:normal"/>\n</g>\n</svg>\n'}},getUrl:({url:e,text:t})=>`https://connect.ok.ru/offer?url=${e}&title=${t}`}},copyButton:{label:"Copy link",svgSrc:{baseState:'<svg width="30px" height="30px" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20"><path d="M6.6 0a2 2 0 0 0-2 2v12c0 1.2.9 2 2 2h9a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-9Zm0 2h9v12h-9V2Z" fill="currentColor"/><path d="M2.6 20a2 2 0 0 1-2-2V5h2v13h10v2h-10Z" fill="currentColor"/></svg>',doneState:'<svg width="30px" height="30px" fill="none" viewBox="0 0 386 264" xmlns="http://www.w3.org/2000/svg">\n<path d="m379.05 7.3156c8.855 8.8533 8.855 23.207 0 32.06l-210.67 210.67c-17.707 17.707-46.414 17.707-64.121 0l-97.319-97.319c-8.8531-8.855-8.8531-23.208 0-32.061 8.853-8.853 23.207-8.853 32.06 0l97.319 97.319 210.67-210.67c8.852-8.8531 23.206-8.8531 32.058 0z" clip-rule="evenodd" fill="currentColor" fill-rule="evenodd"/>\n</svg>'}},downloadButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g fill="currentColor"><path d="M31 22a1 1 0 0 0-1 1v7H2v-7a1 1 0 0 0-2 0v8c0 .6.4 1 1 1h30c.6 0 1-.4 1-1v-8c0-.6-.4-1-1-1z"/><path d="M15.3 23.7c.4.4 1 .4 1.4 0l7-6.9c.4-.4.4-1 0-1.4a1 1 0 0 0-1.4 0L17 20.6V1a1 1 0 0 0-2 0v19.6l-5.3-5.2a1 1 0 0 0-1.4 0 1 1 0 0 0 0 1.4l7 7z"/></g></svg>'}},title:{favicon:{background:"white",display:!0},getValue:({url:e})=>e},background:"#202125",borderRadius:20,divider:{background:"#36373b"},text:{color:"white",font:"inherit"}};var _;!function(e){e.FLAT="flat",e.COVER="cover",e.CUBE="cube"}(_||(_={}));const S={gameReaderOptions:{loader:{default:{color:"white",accentColor:"transparent"},custom:null}},scrollStyle:_.FLAT,timelineBlockTopOffset:8,actionPanelBottomOffset:0,borderRadius:12,loader:{default:{color:"white",accentColor:"transparent"},custom:null},recycleStoriesList:!1,closeOnLastSlideByTimer:!0,sharePanel:w,commonBackdrop:{color:"rgba(51, 51, 51, 1)",backdropFilter:null},slideBackdrop:{opacity:.56,blur:30,linearGradientOverlay:["rgba(0, 0, 0, 0.1) 0%","rgba(0, 0, 0, 0.9) 100%"]},faviconApiUrl:"",navigation:{prevButton:{svgSrc:{baseState:'<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M19.8076 6.80761L9.20101 17.4142L7.7868 16L18.3934 5.3934L19.8076 6.80761Z" fill="currentColor" />\n <path d="M18.3934 26.6066L7.7868 16L9.20101 14.5858L19.8076 25.1924L18.3934 26.6066Z" fill="currentColor" />\n </svg>'}},nextButton:{svgSrc:{baseState:'<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M12.1924 25.1924L22.799 14.5858L24.2132 16L13.6066 26.6066L12.1924 25.1924Z" fill="currentColor" />\n <path d="M13.6066 5.3934L24.2132 16L22.799 17.4142L12.1924 6.80761L13.6066 5.3934Z" fill="currentColor" />\n </svg>'}}},likeButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M6.96277 15.177L8.11552 15.1837C8.75334 15.1873 9.26846 15.7054 9.26846 16.3433V22.7329C9.26846 23.376 8.74519 23.8962 8.10215 23.8925L6.94939 23.8859C6.31157 23.8822 5.79645 23.3641 5.79645 22.7263V16.3366C5.79645 15.6936 6.31972 15.1733 6.96277 15.177Z" stroke="white" stroke-width="1.21546"/>\n<path d="M11.2546 15.0917L11.3801 23.0645C11.3867 23.4802 11.6013 23.8648 11.9516 24.0886C12.119 24.1955 12.4834 24.2735 12.4834 24.2735L13.1084 24.3569L13.9973 24.4541L15.9789 24.5912L17.4834 24.6365H18.9642L19.282 24.6229C19.7715 24.6018 20.258 24.5358 20.7354 24.4256L21.1038 24.3406C21.3122 24.2925 21.516 24.2263 21.7128 24.1428L21.7439 24.1295C22.0493 23.9999 22.3342 23.8269 22.59 23.6157L22.717 23.5108C22.873 23.382 23.0108 23.2326 23.1265 23.0666L23.1451 23.04C23.2426 22.9003 23.3217 22.7485 23.3804 22.5886L23.428 22.4586C23.5278 22.1867 23.5473 21.8918 23.4842 21.6092L23.4296 21.3645C23.4285 21.3594 23.4265 21.3544 23.4237 21.3499C23.4102 21.3285 23.4163 21.3002 23.4374 21.2862L23.7911 21.0504V21.0504C23.8452 21.0143 23.8957 20.9723 23.9416 20.9263V20.9263C23.99 20.8728 24.0444 20.8083 24.0805 20.7458L24.1361 20.6625C24.2924 20.3945 24.3931 20.0167 24.4083 19.7069L24.4118 19.6352C24.4205 19.458 24.4079 19.2804 24.3744 19.1062L24.3305 18.8986C24.325 18.8696 24.2749 18.7163 24.2611 18.6902L24.1718 18.5154C24.1644 18.5014 24.1898 18.473 24.1898 18.473L24.3653 18.2658C24.4983 18.1109 24.6033 17.9305 24.673 17.7386C24.7222 17.6035 24.7532 17.4657 24.775 17.3153L24.7889 17.1764L24.7957 17.0468C24.8164 16.8366 24.7978 16.6244 24.7409 16.421C24.6929 16.2496 24.6183 16.0868 24.5198 15.9385L24.1983 15.4542C24.1843 15.4367 24.1808 15.413 24.1891 15.3922L24.3081 15.1055C24.3652 14.9628 24.4224 14.6641 24.4391 14.4717L24.4307 14.2984C24.4026 14.0113 24.2405 13.6815 24.0757 13.4238L23.9912 13.3055C23.7236 12.9608 23.3474 12.7334 22.9388 12.5804L22.706 12.4932C22.3923 12.3758 22.0667 12.3327 21.7279 12.2916L21.3444 12.2597C20.89 12.2378 20.2444 12.2651 19.7945 12.3327L18.1092 12.5861C18.1014 12.5873 18.0935 12.5879 18.0857 12.5879H18.0692C17.991 12.5879 17.9276 12.5245 17.9276 12.4462C17.9276 12.4387 17.9282 12.4312 17.9293 12.4238L18.1222 11.3847L18.5408 9.72426C18.6303 9.39087 18.6888 9.04995 18.7158 8.70582L18.7581 8.1657C18.7857 7.81269 18.746 7.45764 18.6411 7.11944L18.6144 7.03332C18.52 6.72899 18.3649 6.44697 18.1583 6.20434L18.1116 6.14941C17.819 5.80563 17.4249 5.56351 16.9859 5.45788L16.7169 5.39313C16.4437 5.32739 16.1567 5.3518 15.8986 5.46269C15.6593 5.56548 15.4564 5.73766 15.316 5.95699L15.2994 5.98302C15.155 6.20866 15.0783 6.47094 15.0783 6.73882V7.10777C15.0783 7.45352 15.0109 7.79596 14.88 8.11598L14.1668 9.85969C13.9176 10.4691 13.6196 11.0573 13.2758 11.6188L12.5778 12.7586C12.4514 12.9651 12.3013 13.1561 12.1306 13.3278L12.0855 13.3731C11.6243 13.837 11.3317 14.442 11.2546 15.0917Z" stroke="white" stroke-width="1.21546"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M6.96277 15.1771L8.11552 15.1838C8.75334 15.1875 9.26846 15.7056 9.26846 16.3434V22.733C9.26846 23.3761 8.74519 23.8964 8.10215 23.8926L6.94939 23.886C6.31157 23.8823 5.79645 23.3642 5.79645 22.7264V16.3368C5.79645 15.6937 6.31972 15.1734 6.96277 15.1771Z" fill="white" stroke="white" stroke-width="1.21546"/>\n<path d="M11.2546 15.0918L11.3801 23.0646C11.3867 23.4803 11.6013 23.8649 11.9516 24.0888C12.119 24.1957 12.4834 24.2737 12.4834 24.2737L13.1084 24.357L13.9973 24.4542L15.9789 24.5913L17.4834 24.6367H18.9642L19.282 24.623C19.7715 24.6019 20.258 24.5359 20.7354 24.4257L21.1038 24.3407C21.3122 24.2926 21.516 24.2264 21.7128 24.1429L21.7439 24.1297C22.0493 24.0001 22.3342 23.827 22.59 23.6158L22.717 23.5109C22.873 23.3821 23.0108 23.2327 23.1265 23.0668L23.1451 23.0401C23.2426 22.9004 23.3217 22.7487 23.3804 22.5887L23.428 22.4588C23.5278 22.1868 23.5473 21.892 23.4842 21.6093L23.4296 21.3647C23.4285 21.3595 23.4265 21.3545 23.4237 21.3501C23.4102 21.3286 23.4163 21.3004 23.4374 21.2863L23.7911 21.0505V21.0505C23.8452 21.0144 23.8957 20.9724 23.9416 20.9265V20.9265C23.99 20.8729 24.0444 20.8084 24.0805 20.7459L24.1361 20.6626C24.2924 20.3946 24.3931 20.0168 24.4083 19.707L24.4118 19.6353C24.4205 19.4581 24.4079 19.2805 24.3744 19.1063L24.3305 18.8987C24.325 18.8697 24.2749 18.7165 24.2611 18.6904L24.1718 18.5155C24.1644 18.5015 24.1898 18.4732 24.1898 18.4732L24.3653 18.2659C24.4983 18.1111 24.6033 17.9306 24.673 17.7387C24.7222 17.6036 24.7532 17.4658 24.775 17.3154L24.7889 17.1765L24.7957 17.0469C24.8164 16.8367 24.7978 16.6245 24.7409 16.4211C24.6929 16.2497 24.6183 16.0869 24.5198 15.9386L24.1983 15.4543C24.1843 15.4368 24.1808 15.4131 24.1891 15.3923L24.3081 15.1056C24.3652 14.9629 24.4224 14.6642 24.4391 14.4718L24.4307 14.2985C24.4026 14.0114 24.2405 13.6817 24.0757 13.4239L23.9912 13.3056C23.7236 12.9609 23.3474 12.7336 22.9388 12.5805L22.706 12.4934C22.3923 12.3759 22.0667 12.3329 21.7279 12.2918L21.3444 12.2598C20.89 12.2379 20.2444 12.2652 19.7945 12.3329L18.1092 12.5863C18.1014 12.5874 18.0935 12.588 18.0857 12.588H18.0692C17.991 12.588 17.9276 12.5246 17.9276 12.4464C17.9276 12.4389 17.9282 12.4313 17.9293 12.4239L18.1222 11.3849L18.5408 9.72438C18.6303 9.391 18.6888 9.05007 18.7158 8.70594L18.7581 8.16582C18.7857 7.81281 18.746 7.45776 18.6411 7.11956L18.6144 7.03344C18.52 6.72911 18.3649 6.4471 18.1583 6.20446L18.1116 6.14953C17.819 5.80575 17.4249 5.56363 16.9859 5.458L16.7169 5.39325C16.4437 5.32751 16.1567 5.35192 15.8986 5.46281C15.6593 5.5656 15.4564 5.73778 15.316 5.95711L15.2994 5.98314C15.155 6.20878 15.0783 6.47106 15.0783 6.73895V7.10789C15.0783 7.45364 15.0109 7.79608 14.88 8.1161L14.1668 9.85982C13.9176 10.4692 13.6196 11.0574 13.2758 11.6189L12.5778 12.7588C12.4514 12.9652 12.3013 13.1562 12.1306 13.3279L12.0855 13.3732C11.6243 13.8371 11.3317 14.4421 11.2546 15.0918Z" fill="white" stroke="white" stroke-width="1.21546"/>\n</svg>'}},dislikeButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M24.2033 13.6632C24.2033 14.3062 23.68 14.8265 23.037 14.8228L21.8842 14.8161C21.2464 14.8125 20.7313 14.2944 20.7313 13.6565V7.2669C20.7313 6.62385 21.2546 6.10359 21.8976 6.1073L23.0504 6.11395C23.6882 6.11762 24.2033 6.63572 24.2033 7.27355V13.6632Z" stroke="white" stroke-width="1.21547"/>\n<path d="M18.7451 14.9082L18.6196 6.93531C18.6131 6.51965 18.3984 6.13499 18.0481 5.91118C17.8808 5.80428 17.5164 5.72628 17.5164 5.72628L16.8914 5.64295L16.0025 5.54572L14.0208 5.4086L12.5164 5.36328H11.0356L10.7178 5.37695C10.2283 5.398 9.74173 5.46403 9.26432 5.57421L8.89596 5.65921C8.68758 5.7073 8.4838 5.7735 8.28695 5.85706L8.25581 5.87027C7.95049 5.99987 7.66551 6.17296 7.40975 6.38416L7.28278 6.48901C7.12677 6.61783 6.989 6.76725 6.87323 6.93318L6.85466 6.95981C6.75716 7.09955 6.67809 7.25128 6.6194 7.41124L6.57172 7.54119C6.47196 7.81311 6.45245 8.10797 6.51553 8.39066L6.57011 8.63528C6.57127 8.64045 6.57329 8.64539 6.5761 8.64989C6.58951 8.67134 6.58343 8.69958 6.56238 8.71361L6.20864 8.94944V8.94944C6.15453 8.98551 6.10408 9.0275 6.05811 9.07348V9.07348C6.00973 9.12703 5.95532 9.19155 5.91922 9.25403L5.86366 9.33737C5.70735 9.60533 5.60662 9.98309 5.59145 10.2929L5.58794 10.3646C5.57927 10.5418 5.59182 10.7194 5.62532 10.8937L5.66922 11.1012C5.6748 11.1302 5.72484 11.2835 5.73866 11.3096L5.82792 11.4845C5.83532 11.4984 5.80994 11.5268 5.80994 11.5268L5.63444 11.734C5.50143 11.8889 5.3965 12.0693 5.32674 12.2612C5.27758 12.3964 5.24658 12.5341 5.22478 12.6846L5.21089 12.8235L5.20405 12.953C5.18333 13.1632 5.20192 13.3755 5.25887 13.5788C5.30686 13.7503 5.38145 13.9131 5.47991 14.0614L5.80147 14.5456C5.81547 14.5631 5.81898 14.5868 5.81066 14.6076L5.69163 14.8944C5.63456 15.037 5.57739 15.3357 5.56065 15.5282L5.5691 15.7014C5.5972 15.9885 5.75924 16.3183 5.92402 16.576L6.00853 16.6943C6.2762 17.039 6.65231 17.2664 7.06099 17.4194L7.2938 17.5066C7.60742 17.624 7.93309 17.6671 8.27189 17.7082L8.65531 17.7401C9.10973 17.762 9.75538 17.7347 10.2053 17.6671L11.8906 17.4137C11.8984 17.4125 11.9062 17.4119 11.9141 17.4119H11.9305C12.0088 17.4119 12.0722 17.4753 12.0722 17.5536C12.0722 17.5611 12.0716 17.5686 12.0704 17.576L11.8775 18.6151L11.459 20.2756C11.3695 20.6089 11.3109 20.9499 11.284 21.294L11.2417 21.8341C11.214 22.1871 11.2537 22.5422 11.3586 22.8804L11.3853 22.9665C11.4797 23.2708 11.6349 23.5528 11.8414 23.7955L11.8882 23.8504C12.1808 24.1942 12.5749 24.4363 13.0138 24.5419L13.2829 24.6067C13.556 24.6724 13.8431 24.648 14.1012 24.5371C14.3404 24.4343 14.5434 24.2622 14.6837 24.0428L14.7004 24.0168C14.8448 23.7912 14.9215 23.5289 14.9215 23.261V22.892C14.9215 22.5463 14.9888 22.2039 15.1197 21.8838L15.8329 20.1401C16.0821 19.5308 16.3801 18.9425 16.7239 18.381L17.4219 17.2412C17.5483 17.0347 17.6984 16.8437 17.8691 16.6721L17.9142 16.6267C18.3755 16.1629 18.668 15.5578 18.7451 14.9082Z" stroke="white" stroke-width="1.21547"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M24.2035 13.6629C24.2035 14.3059 23.6803 14.8262 23.0372 14.8225L21.8845 14.8158C21.2466 14.8122 20.7315 14.2941 20.7315 13.6562V7.26655C20.7315 6.62348 21.2548 6.10322 21.8978 6.10693L23.0506 6.11358C23.6884 6.11725 24.2035 6.63535 24.2035 7.27319V13.6629Z" fill="white" stroke="white" stroke-width="1.21547"/>\n<path d="M18.7454 14.9079L18.6199 6.93496C18.6133 6.51929 18.3987 6.13463 18.0484 5.91082C17.881 5.80392 17.5166 5.72592 17.5166 5.72592L16.8916 5.64258L16.0027 5.54536L14.021 5.40824L12.5166 5.36292H11.0358L10.718 5.37659C10.2285 5.39764 9.74192 5.46367 9.26451 5.57384L8.89614 5.65885C8.68776 5.70694 8.48398 5.77314 8.28713 5.8567L8.25599 5.86991C7.95066 5.99951 7.66569 6.1726 7.40992 6.3838L7.28295 6.48865C7.12694 6.61747 6.98917 6.7669 6.8734 6.93283L6.85483 6.95946C6.75733 7.0992 6.67826 7.25093 6.61957 7.41088L6.57189 7.54084C6.47212 7.81276 6.45262 8.10762 6.5157 8.39032L6.57028 8.63494C6.57143 8.64011 6.57346 8.64505 6.57627 8.64954C6.58968 8.671 6.5836 8.69923 6.56255 8.71327L6.2088 8.9491C6.1547 8.98517 6.10425 9.02716 6.05827 9.07314C6.0099 9.12669 5.95549 9.19121 5.91938 9.25369L5.86383 9.33703C5.70751 9.60499 5.60678 9.98276 5.59161 10.2926L5.58811 10.3643C5.57943 10.5415 5.59198 10.7191 5.62549 10.8933L5.66938 11.1009C5.67496 11.1299 5.72501 11.2831 5.73883 11.3092L5.82808 11.4841C5.83549 11.4981 5.8101 11.5264 5.8101 11.5264L5.63461 11.7337C5.50159 11.8886 5.39666 12.069 5.3269 12.2609C5.27775 12.396 5.24674 12.5338 5.22494 12.6842L5.21105 12.8231L5.20421 12.9527C5.18349 13.1629 5.20208 13.3751 5.25903 13.5785C5.30702 13.7499 5.38161 13.9128 5.48007 14.061L5.80163 14.5453C5.81564 14.5628 5.81915 14.5865 5.81082 14.6073L5.69179 14.894C5.63472 15.0367 5.57755 15.3354 5.56081 15.5279L5.56926 15.7011C5.59737 15.9882 5.7594 16.318 5.92419 16.5757L6.0087 16.694C6.27636 17.0387 6.65248 17.2661 7.06116 17.4191L7.29397 17.5063C7.6076 17.6237 7.93327 17.6668 8.27207 17.7079L8.65549 17.7398C9.10991 17.7617 9.75557 17.7344 10.2055 17.6668L11.8908 17.4134C11.8986 17.4122 11.9064 17.4116 11.9143 17.4116H11.9307C12.009 17.4116 12.0724 17.4751 12.0724 17.5533C12.0724 17.5608 12.0718 17.5683 12.0706 17.5757L11.8777 18.6148L11.4592 20.2753C11.3697 20.6087 11.3111 20.9496 11.2842 21.2937L11.2419 21.8339C11.2142 22.1869 11.2539 22.5419 11.3588 22.8801L11.3855 22.9662C11.4799 23.2706 11.6351 23.5526 11.8416 23.7952L11.8884 23.8502C12.181 24.1939 12.5751 24.4361 13.014 24.5417L13.2831 24.6064C13.5562 24.6722 13.8433 24.6478 14.1014 24.5369C14.3407 24.4341 14.5436 24.2619 14.6839 24.0426L14.7006 24.0166C14.845 23.7909 14.9217 23.5286 14.9217 23.2607V22.8918C14.9217 22.546 14.989 22.2036 15.1199 21.8836L15.8331 20.1399C16.0824 19.5305 16.3803 18.9422 16.7241 18.3808L17.4221 17.2409C17.5486 17.0344 17.6987 16.8434 17.8694 16.6718L17.9144 16.6264C18.3757 16.1626 18.6683 15.5575 18.7454 14.9079Z" fill="white" stroke="white" stroke-width="1.21547"/>\n</svg>'}},favoriteButton:{svgSrc:{baseState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.49976 7.25225V23.2366C7.49976 24.6882 9.33429 25.321 10.2292 24.1782L13.7974 19.6218C14.4088 18.8411 15.5907 18.8411 16.2021 19.6218L19.7703 24.1782C20.6652 25.321 22.4998 24.6882 22.4998 23.2366V7.25225C22.4998 5.98711 21.4742 4.96152 20.209 4.96152H9.79048C8.52535 4.96152 7.49976 5.98712 7.49976 7.25225Z" stroke="white" stroke-width="1.29808"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.49976 7.04073V23.0251C7.49976 24.4767 9.33429 25.1095 10.2292 23.9667L13.7974 19.4103C14.4088 18.6296 15.5907 18.6296 16.2021 19.4103L19.7703 23.9667C20.6652 25.1095 22.4998 24.4766 22.4998 23.0251V7.04072C22.4998 5.77559 21.4742 4.75 20.209 4.75H9.79048C8.52535 4.75 7.49976 5.77559 7.49976 7.04073Z" fill="white" stroke="white" stroke-width="1.29808"/>\n</svg>'}},muteButton:{svgSrc:{baseState:'<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M3.40625 13.5734V18.7664C3.40625 19.7239 4.18245 20.5001 5.13993 20.5001H8.04633C8.6342 20.5001 9.17511 20.8213 9.45654 21.3374L11.903 25.8242C12.271 26.4992 12.9783 26.9192 13.7471 26.9192C14.9072 26.9192 15.8477 25.9788 15.8477 24.8187V7.52486C15.8477 6.36469 14.9072 5.42416 13.747 5.42412C12.9783 5.42409 12.2709 5.84393 11.9028 6.51875L9.45651 11.0026C9.17509 11.5184 8.63442 11.8394 8.04683 11.8394H5.14027C4.1826 11.8394 3.40625 12.6157 3.40625 13.5734Z" fill="white"/>\n<path d="M19.8477 13.0466L26.0976 19.2966M26.0976 13.0466L19.8477 19.2966" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>',activeState:'<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M3.40625 12.5733V17.7663C3.40625 18.7238 4.18245 19.5 5.13993 19.5H8.04633C8.6342 19.5 9.17511 19.8212 9.45654 20.3373L11.903 24.8241C12.271 25.4991 12.9783 25.919 13.7471 25.9191C14.9072 25.9191 15.8477 24.9787 15.8477 23.8186V6.52474C15.8477 5.36457 14.9072 4.42404 13.747 4.424C12.9783 4.42397 12.2709 4.84381 11.9028 5.51863L9.45651 10.0025C9.17509 10.5183 8.63442 10.8392 8.04683 10.8392H5.14027C4.1826 10.8392 3.40625 11.6156 3.40625 12.5733Z" fill="white"/>\n<path d="M19.8477 11.4215C20.6323 12.4661 21.0972 13.7645 21.0972 15.1715C21.0972 16.5785 20.6323 17.8769 19.8477 18.9215M22.3472 6.78613C24.6487 8.84608 26.0972 11.8396 26.0972 15.1715C26.0972 18.5034 24.6487 21.4969 22.3472 23.5569" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>'}},shareButton:{svgSrc:{baseState:'<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 10.9038C20.8488 10.9038 21.9423 9.81036 21.9423 8.46151C21.9423 7.11266 20.8488 6.01921 19.5 6.01921C18.1512 6.01921 17.0577 7.11266 17.0577 8.46151C17.0577 9.81036 18.1512 10.9038 19.5 10.9038ZM19.5 12.2115C21.5711 12.2115 23.25 10.5326 23.25 8.46151C23.25 6.39045 21.5711 4.71151 19.5 4.71151C17.4289 4.71151 15.75 6.39045 15.75 8.46151C15.75 8.98692 15.8581 9.48709 16.0531 9.94101L12.288 12.4511C11.6202 11.8367 10.7288 11.4615 9.74976 11.4615C7.67869 11.4615 5.99976 13.1404 5.99976 15.2115C5.99976 17.2826 7.67869 18.9615 9.74976 18.9615C10.7325 18.9615 11.6269 18.5835 12.2956 17.9649L16.018 20.5665C15.8451 20.9977 15.75 21.4685 15.75 21.9615C15.75 24.0326 17.4289 25.7115 19.5 25.7115C21.5711 25.7115 23.25 24.0326 23.25 21.9615C23.25 19.8904 21.5711 18.2115 19.5 18.2115C18.3369 18.2115 17.2974 18.7411 16.6096 19.5722L13.0138 17.0591C13.3231 16.5138 13.4998 15.8833 13.4998 15.2115C13.4998 14.5368 13.3216 13.9037 13.0097 13.3567L16.667 10.9185C17.3545 11.7106 18.3688 12.2115 19.5 12.2115ZM12.1921 15.2115C12.1921 16.5604 11.0986 17.6538 9.74976 17.6538C8.40091 17.6538 7.30745 16.5604 7.30745 15.2115C7.30745 13.8627 8.40091 12.7692 9.74976 12.7692C11.0986 12.7692 12.1921 13.8627 12.1921 15.2115ZM21.9423 21.9615C21.9423 23.3104 20.8488 24.4038 19.5 24.4038C18.1512 24.4038 17.0577 23.3104 17.0577 21.9615C17.0577 20.6127 18.1512 19.5192 19.5 19.5192C20.8488 19.5192 21.9423 20.6127 21.9423 21.9615Z" fill="white"/>\n</svg>'}}};var b;!function(e){e.STYLE_CIRCLE="circle",e.STYLE_QUAD="quad",e.STYLE_RECTANGLE="rectangle",e.SWIPE_CUBE="cube",e.SWIPE_FLAT="flat",e.SWIPE_COVER="cover",e.CLOSE_BUTTON_LEFT="left",e.CLOSE_BUTTON_RIGHT="right"}(b||(b={}));const x={};var C,k,M,I,L,A,O;!function(e){e.direct="direct",e.onboarding="onboarding",e.list="list",e.favorite="favorite"}(C||(C={})),function(e){e[e.default=0]="default",e[e.favorite=1]="favorite",e[e.stacked=2]="stacked"}(k||(k={})),function(e){e[e.default=0]="default",e[e.onboarding=1]="onboarding",e[e.favorite=2]="favorite",e[e.direct=3]="direct"}(M||(M={})),function(e){e.list="list",e.favorite="favorite"}(I||(I={})),function(e){e.CLICK_ON_STORY="clickOnStoryLink"}(L||(L={})),function(e){e.TEXT="text",e.IMAGE="image"}(A||(A={})),function(e){e.LTR="ltr",e.RTL="rtl"}(O||(O={}));var E=R(2883),T=R.n(E);class P extends t.EventEmitter{}class B extends Error{constructor(e){super(`[IAS]: Timeout waiting for ViewModel with ID "${e}". You must mount <IASContainer>.`),this.name="IasViewModelTimeoutError"}}class j extends Error{constructor(e){super(`[IAS]: ViewModel with ID "${e}" was deleted before resolving.`),this.name="IasViewModelRejectError"}}class F{viewModels=new Map;viewModelWaiters=new Map;set(e,t){this.viewModels.set(e,t),this.resolveWaiters(e,t)}get(e){return this.viewModels.get(e)}async wait(e,t=5e3){const s=this.viewModels.get(e);if(s)return s;if(this.viewModelWaiters.has(e))return this.viewModelWaiters.get(e).promise;let i,r;const a=new Promise(((e,t)=>{i=e,r=t})),o=setTimeout((()=>{this.viewModelWaiters.delete(e),r(new B(e))}),t);return this.viewModelWaiters.set(e,{resolve:i,reject:r,timerId:o,promise:a}),a}getAll(){return Array.from(this.viewModels.values())}getAllOfType(e){return Array.from(this.viewModels.values()).filter(e)}has(e){return this.viewModels.has(e)}delete(e){this.viewModels.has(e)&&(this.rejectWaiters(e),this.viewModels.delete(e))}resolveWaiters(e,t){const s=this.viewModelWaiters.get(e);s&&(clearTimeout(s.timerId),s.resolve(t),this.viewModelWaiters.delete(e))}rejectWaiters(e){const t=this.viewModelWaiters.get(e);t&&(clearTimeout(t.timerId),t.reject(new j(e)),this.viewModelWaiters.delete(e))}}var N=R(7315);function U(e){return e.replace(/^\//,"")}function z(e,t,s){t instanceof Object&&Object.keys(t).forEach((i=>{const r=t[i];if(r instanceof Object&&!Array.isArray(r))return z(e,r,i);s&&(i=`${s}[${i}]`),Array.isArray(r)?r.forEach((t=>{e.append(`${i}[]`,t)})):e.append(i,r)}))}class V extends Error{name;networkStatus;networkMessage;response;constructor(e,t,s){super(),this.name="IasNetworkError",this.networkStatus=e,this.networkMessage=t,this.response=s??null,console.error({name:this.name,networkStatus:e,networkMessage:t,response:s})}static createByRequestError(e){return new V(null,JSON.stringify(e.data),e)}static createByFetchError(e){const t=window.navigator&&window.navigator.onLine;return new V(null,t?e.message:"net::ERR_INTERNET_DISCONNECTED")}}const W={baseUrl:"https://cdn.inappstory.ru",apiUrl:"https://api.inappstory.ru",faviconApiUrl:"https://favicon.inappstory.ru"};function G(e){if(e.length>32)try{const t=function(e){const t=(e=e.replace(new RegExp("-","g"),"+").replace(new RegExp("_","g"),"/")).length;return e=function(e,t,s){return void 0===t?e:t.length>=e.length?t:s?(e+t).slice(-e.length):(t+e).substring(0,e.length)}(new Array(t%4).fill("=").join(""),e,!1),window.atob(e)}(e),s=t.charCodeAt(13);if(s>0){let e=t.substr(14,s);e=e.replace(/\0+$/,"");const i="{QQN{xuV?1Dv16j3";let r=i,a=0;for(;r.length<s;)r+=i[a],a++,a===i.length&&(a=0);let o="";for(let t=0;t<s;t++)o+=String.fromCharCode(e.charCodeAt(t)^r.charCodeAt(t));return new URL(`https://${o}`).host}}catch(e){console.error(e)}return null}function $(e){return"string"==typeof e&&(!isNaN(Number(e))&&!isNaN(parseFloat(e)))}let H;H=function(){};const q=/[\r\n%#()<>?[\\\]^`{|}]/g;function Q(e,t="double"){return(e=(e=(e="double"===t?e.replace(/"/g,"'"):e.replace(/'/g,'"')).replace(/>\s{1,}</g,"><")).replace(/\s{2,}/g," ")).replace(q,encodeURIComponent)}const K=e=>{const t=document.createElement("input");t.setAttribute("type","text"),t.style.position="absolute",t.style.opacity="0.1001",t.style.height="0",t.style.fontSize="16px",t.readOnly=!0,document.body.prepend(t),t.focus();return setTimeout((()=>{e.focus(),t.remove()}),300)},Y=()=>R.nc??"",Z=!!(()=>{let e=!1;try{const t=Object.defineProperty({},"passive",{get:function(){e=!0}}),s=()=>{};window.addEventListener("test",s,t),window.removeEventListener("test",s)}catch(e){}return e})()&&{passive:!0};var J=R(5824),X=R.n(J);const ee=function(){var e="test";try{return localStorage.setItem(e,e),localStorage.removeItem(e),!0}catch(e){return!1}}();function te(e){let t=null;if(ee){let s=window.localStorage.getItem(e);null!==s&&X()(s)&&s.trim().length>0&&(t=JSON.parse(s))}return t}function se(e,t){ee&&window.localStorage.setItem(e,JSON.stringify(t))}function ie(e){let t=window.isSecureContext;return void 0===t&&"https:"===window.location.protocol&&(t=!0),t?e:e.replace(/^https:\/\//,"http://")}function re(e){return e.map((e=>function(e){if(!e.url)return null;let t={"font-family":e.family??"normal",src:`url('${ie(String(e.url))}')`,"font-style":e.style??"normal","font-weight":e.weight??"normal"};e.title&&(t.src+=`, local('${e.title}')`);return`@font-face {${s=t,Object.keys(s).reduce(((e,t)=>e+t.split(/(?=[A-Z])/).join("-").toLowerCase()+":"+s[t]+";"),"")}}\n`;var s}(e))).filter(Boolean).join("")}function ae(e){"fonts"in document?e.forEach((e=>{const t=new FontFace(e.family,`url(${e.url})`,{style:e.style,weight:e.weight,display:"block"});document.fonts.add&&document.fonts.add(t),t.load()})):function(e){const t=re(e);if(null!=t){const e="stories-font-style";let s=document.getElementById(e);null===s?(s=document.createElement("style"),s.type="text/css",s.id=e,s.attributes.setNamedItem(document.createAttribute("scoped")),s.setAttribute("nonce",Y()),s.styleSheet?s.styleSheet.cssText=t:s.appendChild(document.createTextNode(t)),document.body.appendChild(s)):s.styleSheet?s.styleSheet.cssText=t:(s.textContent="",s.appendChild(document.createTextNode(t)))}}(e)}let oe=null;async function ne(){return null!=oe?oe:new Promise((e=>{!function(e,t){const s=new Image;s.onload=function(){var i=s.width>0&&s.height>0;t(e,i)},s.onerror=function(){t(e,!1)},s.src="data:image/webp;base64,"+{lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA",lossless:"UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==",alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==",animation:"UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA"}[e]}("lossy",((t,s)=>{oe=s,e(s)}))}))}function le(){if(window){var e,t=window.screen;return e="function"==typeof window.ScreenOrientation&&t.orientation instanceof ScreenOrientation&&"function"==typeof t.orientation.addEventListener&&null===t.orientation.onchange&&"string"==typeof t.orientation.type?t.orientation:function(){var e={90:de.LANDSCAPE_PRIMARY,"-90":de.LANDSCAPE_SECONDARY,0:de.PORTRAIT_PRIMARY,180:de.PORTRAIT_SECONDARY};function t(){}var s=new t,i=function(e){for(var t=["orientationchange","mozorientationchange","msorientationchange"],s=window.screen,i=0;i<t.length;i++)if(null===s["on"+t[i]])return{delegate:s,event:t[i]};if(void 0!==window.onorientationchange)return{delegate:window,event:"orientationchange"};return{delegate:me(e),event:"change"}}(s);return t.prototype.addEventListener=ce("addEventListener",i.delegate,i.event),t.prototype.dispatchEvent=ce("dispatchEvent",i.delegate,i.event),t.prototype.removeEventListener=ce("removeEventListener",i.delegate,i.event),t.prototype.lock=function(){var e,t="lockOrientation() is not available on this device.",s=window.screen;e=void 0===s?function(){return!1}:"function"==typeof s.msLockOrientation?s.msLockOrientation.bind(s):"function"==typeof s.mozLockOrientation?s.mozLockOrientation.bind(s):function(){return!1};return function(s){const i=window.Promise;return e(s)?i.resolve(s):i.reject(new Error(t))}}(),t.prototype.unlock=function(){var e=window.screen;return e&&e.orientation&&e.orientation.unlock.bind(e.orientation)||e.msUnlockOrientation&&e.msUnlockOrientation.bind(e)||e.mozUnlockOrientation&&e.mozUnlockOrientation.bind(e)||function(){}}(),Object.defineProperties(s,{onchange:{get:function(){return i.delegate["on"+i.event]||null},set:function(e){i.delegate["on"+i.event]=pe(e,s)}},type:{get:function(){var t=window.screen;return t.msOrientation||t.mozOrientation||e[window.orientation+""]||(ye().matches?"landscape-primary":"portrait-primary")}},angle:{value:0}}),s}(),e}}var de;function ce(e,t,s){var i=this;return function(){var r=Array.prototype.slice.call(arguments);if("change"===(r[0].type?r[0].type:r[0])){r[0].type?r[0]=ge(s,r[0]):r[0]=s;var a,o,n=pe(r[1],i);return"addEventListener"===e&&function(e,t){var s=ue.indexOf(e);s>-1?he[s]=t:(ue.push(e),he.push(t))}(r[1],n),"removeEventListener"===e&&(a=r[1],(o=ue.indexOf(a))>-1&&(ue.splice(o,1),he.splice(o,1))),r[1]=n,t[e].apply(t,r)}}}!function(e){e.LANDSCAPE_PRIMARY="landscape-primary",e.LANDSCAPE_SECONDARY="landscape-secondary",e.PORTRAIT_PRIMARY="portrait-primary",e.PORTRAIT_SECONDARY="portrait-secondary"}(de||(de={}));var he=[],ue=[];function pe(e,t){var s=ue.indexOf(e);return s>-1?he[s]:function(s){s.target!==t&&ve(s,"target",t),s.currentTarget!==t&&ve(s,"currentTarget",t),"change"!==s.type&&ve(s,"type","change"),e(s)}}function ge(e,t){var s;try{s=new Event(e,t)}catch(e){s={type:"change"}}return s}function me(e){var t=Object.create({addEventListener:function(e,t){this.listeners[e]||(this.listeners[e]=[]),-1===this.listeners[e].indexOf(t)&&this.listeners[e].push(t)},dispatchEvent:function(t){this.listeners[t.type]&&(this.listeners[t.type].forEach((function(e){e(t)})),"function"==typeof e.onchange&&e.onchange(t))},removeEventListener:function(e,t){if(this.listeners[e]){var s=this.listeners[e].indexOf(t);s>-1&&this.listeners[e].splice(s,1)}}});t.listeners={};var s=ye();return s&&"boolean"==typeof s.matches&&s.addListener((function(){t.dispatchEvent(ge("change"))})),t}function ye(){return"function"!=typeof window.matchMedia?{}:window.matchMedia("(orientation: landscape)")}function ve(e,t,s){Object.defineProperty(e,t,{value:s})}function fe(e,t,s){return String(e).replace(new RegExp(function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}(t),"g"),(()=>s))}var we=R(5314);function _e(e){return class extends e{_mobxReaction=null;constructor(...e){super(...e)}update(e){this._mobxReaction?this._mobxReaction.track((()=>{super.update(e)})):super.update(e)}connectedCallback(){super.connectedCallback(),this._mobxReaction||(this._mobxReaction=new we.Reaction(`${this.constructor.name||this.nodeName}.update()`,(()=>this.requestUpdate()))),this.hasUpdated&&this.requestUpdate()}disconnectedCallback(){super.disconnectedCallback(),this._mobxReaction?.dispose(),this._mobxReaction=null}}}function Se(e,t){let s=null;return async function(...t){return s||(s=(async()=>{try{return await e.apply(this,t)}catch(e){throw e}finally{s=null}})(),s)}}class be{storyManager;constructor(e){this.storyManager=e}async open(){const[e,t]=await Promise.all([this.getDeviceData(),ne()]),s=this.completeDeviceData(e,t),i=await Ct.post("session/open",s??{},{expand:"cache,storyWidgetsResources",fields:"session,server_timestamp,user_key,share,preview_aspect_ratio,placeholders,image_placeholders,is_allow_ugc"});return i.data.deviceId=e.device_id,i.data}async sendStatisticData(e){return new Promise((t=>{xt("session/update",e,t)}))}completeDeviceData(e,t){"iOS"===e.os_name?window.isIos=!0:"Android"===e.os_name&&(window.Android=!0);const s=this.storyManager.getConfig();return s&&s.userId&&(e.user_id=s.userId,e.user_sign=s.userIdSign),e.features="animation,data,deeplink,placeholder,resetTimers,gameReader,sendApi,swipeUpItems,imgPlaceholder,vod,closeStoryApi",t&&(e.features+=",webp"),e}async getDeviceData(){return new Promise(((e,t)=>{let s=te("device_data"),i=null;if(null!==s&&(i=s.device_id),null!==s&&i&&X()(i)&&36===i.trim().length)e(s);else{const t={platform:"web",device_id:(0,N.v4)()};se("device_data",t),e(t)}}))}}var xe;!function(e){e.TEXT="text",e.IMAGE="image"}(xe||(xe={}));class Ce{type;key;value;priority;constructor(e,t,s,i){this.type=e,this.key=t,this.value=s,this.priority=i}}class ke extends Ce{constructor(e,t){super(xe.IMAGE,e,t,0)}}class Me extends Ce{constructor(e,t){super(xe.TEXT,e,t,2)}}class Ie extends Ce{constructor(e,t){super(xe.IMAGE,e,t,1)}}class Le extends Ce{constructor(e,t){super(xe.TEXT,e,t,3)}}const Ae="default";class Oe{sessionStore;_textPlaceholders=[];_imagePlaceholders=[];id;expireIn=null;share;userKey;previewAspectRatio=1;resources=[];deviceId;get textPlaceholders(){return this._textPlaceholders}get imagePlaceholders(){return this._imagePlaceholders}get fontsResources(){return this.resources.filter((e=>"font-face"===e.type))}constructor(e,t){this.sessionStore=e,this.id=t.session.id,this.expireIn=t.session.expire_in,this.userKey=t.user_key||Ae,this.previewAspectRatio=t.preview_aspect_ratio,this.share=t.share,this.resources=this.getResources(t),this._textPlaceholders=this.mapTextPlaceholders(t.placeholders),this._imagePlaceholders=this.mapImagePlaceholders(t.image_placeholders),this.deviceId=t.deviceId}loadResources(){ae(this.fontsResources)}getResources(e){return e.cache&&Array.isArray(e.cache)?e.cache:[]}mapTextPlaceholders(e){return e.map((e=>new Me(e.name,e.default_value)))}mapImagePlaceholders(e){return e.map((e=>new ke(e.name,e.default_value)))}}class Ee extends Error{constructor(e){super(`Story with ID ${e} has already been shown to the user`),this.name="IasStoryAlreadyShownError"}}class Te extends Error{constructor(e){super(`Like undefined on story with ID ${e}`),this.name="IasLikeUndefinedError"}}class Re extends Error{constructor(e){super(`Share url undefined on story with ID ${e}`),this.name="IasShareUrlUndefinedError"}}var De,Pe=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Be=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e[e.DEFAULT=0]="DEFAULT",e[e.UGC=1]="UGC",e[e.FAVORITE=2]="FAVORITE",e[e.ONBOARDING=3]="ONBOARDING"}(De||(De={}));let je=(()=>{let e,t,s,i=[],r=[],a=[];return class{static{const o="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.action],s=[we.action],Be(this,null,e,{kind:"accessor",name:"_stories",static:!1,private:!1,access:{has:e=>"_stories"in e,get:e=>e._stories,set:(e,t)=>{e._stories=t}},metadata:o},r,a),Be(this,null,t,{kind:"method",name:"removeById",static:!1,private:!1,access:{has:e=>"removeById"in e,get:e=>e.removeById},metadata:o},null,i),Be(this,null,s,{kind:"method",name:"unshiftStory",static:!1,private:!1,access:{has:e=>"unshiftStory"in e,get:e=>e.unshiftStory},metadata:o},null,i),o&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:o})}rootStore=Pe(this,i);params;id;slug;hasFavorite;_cover;_type=De.DEFAULT;#e=Pe(this,r,we.observable.array());get _stories(){return this.#e}set _stories(e){this.#e=e}constructor(e,t,s){Pe(this,a),this.rootStore=t,this.params=s,this.id=e.id,this.slug=e.feedSlug,this.hasFavorite=Boolean(e.hasFavorite),this._cover=Ye.createByRawData(e.cover??{}),this._stories=t.storyStore.addStoriesByDtos(e.stories)}get stories(){return this._stories}get type(){return this._type}get cover(){return this._cover}get coverSrc(){const e=this._cover?.findOneByType("h");return e?.url}removeById(e){const t=this._stories.findIndex((t=>t.id===e));-1!==t&&(0,we.remove)(this._stories,t.toString())}unshiftStory(e){-1===this._stories.indexOf(e)&&this._stories.unshift(e)}getStoryById(e){return this.stories.find((t=>t.id===e))}}})();const Fe="{{__favorite__}}";class Ne extends je{constructor(e,t){super(e,t),this._type=De.FAVORITE}static createByStoryDtos(e,t){return new Ne({feedSlug:Fe,stories:e},t)}}var Ue=R(6099),ze=R.n(Ue);class Ve extends je{tags=[];limit;constructor(e,t,s){super(e,t),this._type=De.ONBOARDING,this.tags=s.tags,this.limit=s.limit,this.filterOpenedStories()}static getDefaultSlug(){return"onboarding"}isEqualParams(e){return ze()(this.tags,e.tags)&&this.limit===e.limit}filterOpenedStories(){this._stories=this._stories.filter((e=>!e.isOpened))}}const We="{{__ugc__}}";class Ge extends je{constructor(e,t){super(e,t),this._type=De.UGC}static createByStoryDtos(e,t){return new Ge({feedSlug:We,stories:e},t)}}class $e{storyManager;constructor(e){this.storyManager=e}async fetchStorySlides({id:e,feedSlug:t}){const{url:s,params:i}=this.getStoryRequestConfig(e,t);return(await Ct.get(s,i??{})).data}async fetchStory({id:e,feedSlug:t,fetchShareUrl:s,once:i}){const{url:r,params:a}=this.getStoryRequestConfig(e,t,!0,s,i),o=await Ct.get(r,a??{});if(204===o.status&&i)throw new Ee(e.toString());return o.data}async fetchStoryContext({ids:e}){const{url:t,params:s}=this.getStoryContextRequestConfig(e);return(await Ct.get(t,s??{})).data}async fetchStoryCSS(){const{url:e,params:t}=this.getStoryCSSRequestConfig();return(await Ct.get(e,t??{})).data.style??""}async setStoryLike(e,t){const s=await Ct.post(`story-like/${e}`,{value:t});if(null==s.data.like)throw new Te(e);return s.data.like}async setStoryBookmark(e,t){return(await Ct.post(`story-favorite/${e}`,{value:t})).data.favorite}async markStoryAsOpened(e,t){const s=`u/${e}/s_opened`;let i=te(s);Array.isArray(i)||(i=[]);const r=new Set(i);r.add(t),i=Array.from(r),se(s,i)}async fetchStorySharePath(e){const t=await Ct.get(`story-share/${e}`,{});if(!t.data.url)throw new Re(e);return t.data.url}async updateNarrativeData(e,t){return Ct.request({url:"story-data/"+e,method:"put",data:{data:t}})}getStoryRequestConfig(e,t,s=!1,i,r){const a=["slides"];i&&a.push("share_url");const o={url:`${t===We?"ugc/":""}story/${e}`,method:"GET",params:{expand:a.join(",")}};return o.params.once=Number(Boolean(r)),s||null!=o.params&&(o.params.fields=["id","slides"].join(",")),o}getStoryCSSRequestConfig(){return{url:"story-context",method:"GET",params:{fields:"style"}}}getStoryContextRequestConfig(e){return{url:"story-context",method:"GET",params:{id:e.join(","),fields:"widgetsData"}}}}class He{storyManager;constructor(e){this.storyManager=e}async fetchUgcFeed({filter:e,tags:t,testKey:s}){const i={tags:t.join(","),test:s,f:e&&JSON.stringify(e)};return(await Ct.get("ugc/feed",i??{})).data}async fetchDefaultFeed({feedSlug:e,tags:t,testKey:s}){const i=`feed/${e}`,r={tags:t.join(","),test:s},a=await Ct.get(i,r??{});return a.data.feedSlug=e,a.data}async fetchFavoriteFeed({tags:e}){const t={tags:e.join(","),favorite:1};return(await Ct.get("story",t??{})).data}async fetchOnboardingFeed(e){const t=`feed/${e.feedSlug}/onboarding`,s={tags:e.tags.join(","),limit:e.limit},i=await Ct.get(t,s??{});return i.data.feedSlug=e.feedSlug,i.data}}var qe=R(4977),Qe=R.n(qe);class Ke{width;height;type;url="";constructor(e){this.width=e.width,this.height=e.height,this.type=e.type,this.url=this.changeUrlProtocol(e.url)}changeUrlProtocol(e){let t=window.isSecureContext;return void 0===t&&"https:"===window.location.protocol&&(t=!0),t?e:e.replace(/^https:\/\//,"http://")}}class Ye{images=[];color="";gradient=!1;static createByRawData(e){const t=new Ye;for(let s in e)e.hasOwnProperty(s)&&t.images.push(new Ke(e[s]));return t}findOneByType(e){return this.images.find((t=>t.type===e))??null}findOneByCoverQuality(e){return this.findOneByType(this.mapCoverQualityToImageType(e))}findOneByWidth(e,t=!1){let s=null;return this.images.forEach((t=>{t.width===e&&(s=t)})),null!==s?s:(s=Qe()(this.images)??null,t&&null!=s?s:null)}mapCoverQualityToImageType(e){switch(e){case u.Medium:return"m";case u.High:return"h"}}}var Ze=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Je=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Xe=(()=>{let e,t,s=[],i=[],r=[];return class a{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],Je(this,null,e,{kind:"accessor",name:"_html",static:!1,private:!1,access:{has:e=>"_html"in e,get:e=>e._html,set:(e,t)=>{e._html=t}},metadata:a},i,r),Je(this,null,t,{kind:"getter",name:"html",static:!1,private:!1,access:{has:e=>"html"in e,get:e=>e.html},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}#t=(Ze(this,s),Ze(this,i,""));get _html(){return this.#t}set _html(e){this.#t=e}index=Ze(this,r);timeline;duration;screenshotShare;eventPayload;get html(){return this._html}constructor(e){this.index=e.index,this.timeline={foreground:e.timeline.foreground,background:e.timeline.background},this.duration=e.duration,this.screenshotShare=e.screenshot_share,this.eventPayload=e.event_payload,this._html=this.replaceSlideNonce(e.html)}static createEmpty(){return new a({index:0,timeline:{foreground:"",background:""},duration:0,screenshot_share:!1,html:""})}replaceSlideNonce(e){return fe(e,"{{nonce}}",Y()??"")}updatePlaceholders(e){let t=this._html;for(const s of e)t=fe(t,`%${s.key}%`,s.value);this._html=t}}})();var et=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},tt=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};let st=(()=>{let e,t,s,i,r,a,o,n,l,d=[],c=[],h=[],u=[],p=[],g=[],m=[],y=[],v=[],f=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[];return class{static{const I="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[we.observable],a=[we.observable],o=[we.observable],n=[we.observable],l=[we.observable],et(this,null,e,{kind:"accessor",name:"_slidesLoaded",static:!1,private:!1,access:{has:e=>"_slidesLoaded"in e,get:e=>e._slidesLoaded,set:(e,t)=>{e._slidesLoaded=t}},metadata:I},d,c),et(this,null,t,{kind:"accessor",name:"_error",static:!1,private:!1,access:{has:e=>"_error"in e,get:e=>e._error,set:(e,t)=>{e._error=t}},metadata:I},h,u),et(this,null,s,{kind:"accessor",name:"_context",static:!1,private:!1,access:{has:e=>"_context"in e,get:e=>e._context,set:(e,t)=>{e._context=t}},metadata:I},p,g),et(this,null,i,{kind:"accessor",name:"_like",static:!1,private:!1,access:{has:e=>"_like"in e,get:e=>e._like,set:(e,t)=>{e._like=t}},metadata:I},m,y),et(this,null,r,{kind:"accessor",name:"_favorite",static:!1,private:!1,access:{has:e=>"_favorite"in e,get:e=>e._favorite,set:(e,t)=>{e._favorite=t}},metadata:I},v,f),et(this,null,a,{kind:"accessor",name:"_shareUrl",static:!1,private:!1,access:{has:e=>"_shareUrl"in e,get:e=>e._shareUrl,set:(e,t)=>{e._shareUrl=t}},metadata:I},w,_),et(this,null,o,{kind:"accessor",name:"_slides",static:!1,private:!1,access:{has:e=>"_slides"in e,get:e=>e._slides,set:(e,t)=>{e._slides=t}},metadata:I},S,b),et(this,null,n,{kind:"accessor",name:"_isOpened",static:!1,private:!1,access:{has:e=>"_isOpened"in e,get:e=>e._isOpened,set:(e,t)=>{e._isOpened=t}},metadata:I},x,C),et(this,null,l,{kind:"accessor",name:"_canBeShown",static:!1,private:!1,access:{has:e=>"_canBeShown"in e,get:e=>e._canBeShown,set:(e,t)=>{e._canBeShown=t}},metadata:I},k,M),I&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:I})}rootStore;storiesApi;id;stringId;statTitle="";titleColor="";background={color:"",gradient:!1};backgroundColor;slidesCount;source="";deeplink=null;hideInReader=null;disableClose=!1;likeFunctional;favoriteFunctional;shareFunctional;needPlaceholders=null;gameInstance;hideTimeline;tags=[];hasAudio;hasPlaceholder;hasSwipeUp;ugcPayload={};_title="";_image;_parsedSlideImage=null;_videoCoverSrc=null;_videoCover;#s=tt(this,d,!1);get _slidesLoaded(){return this.#s}set _slidesLoaded(e){this.#s=e}#i=(tt(this,c),tt(this,h,null));get _error(){return this.#i}set _error(e){this.#i=e}#r=(tt(this,u),tt(this,p,null));get _context(){return this.#r}set _context(e){this.#r=e}#a=(tt(this,g),tt(this,m,0));get _like(){return this.#a}set _like(e){this.#a=e}#o=(tt(this,y),tt(this,v,!1));get _favorite(){return this.#o}set _favorite(e){this.#o=e}#n=(tt(this,f),tt(this,w,null));get _shareUrl(){return this.#n}set _shareUrl(e){this.#n=e}#l=(tt(this,_),tt(this,S,[]));get _slides(){return this.#l}set _slides(e){this.#l=e}#d=(tt(this,b),tt(this,x,!1));get _isOpened(){return this.#d}set _isOpened(e){this.#d=e}#c=(tt(this,C),tt(this,k,!1));get _canBeShown(){return this.#c}set _canBeShown(e){this.#c=e}constructor(e,t,s){tt(this,M),this.rootStore=t,this.storiesApi=s,this.id=e.id,this._title=e.title??"",this._isOpened=e.is_opened??!1,this.statTitle=e.stat_title??"",this.titleColor=e.title_color??"",this.background=e.background??{},this.backgroundColor=e.background_color??"",this.slidesCount=e.slides_count??0,this.disableClose=e.disable_close??!1,this.hideInReader=e.hide_in_reader??!1,this.likeFunctional=e.like_functional??!1,this.favoriteFunctional=e.favorite_functional??!1,this.shareFunctional=e.share_functional??!1,this.needPlaceholders=e.need_placeholders??!1,this.gameInstance=e.game_instance,this.hasAudio=e.has_audio??!1,this.hasSwipeUp=e.has_swipe_up??!1,this.stringId=e.string_id??"",this.tags=e.tags??[],this._like=e.like??0,this._favorite=e.favorite??!1,this.deeplink=e.deeplink??"",this.hideTimeline=e.hide_timeline??!1,this.ugcPayload=e.payload??{},this._image=Ye.createByRawData(e.image),this._videoCover=Ye.createByRawData(e.video_cover);const i=e.slides??[];this.setSlides(i),this.updateTitlePlaceholders(this.rootStore.placeholderStore.placeholders)}get like(){return this._like}get favorite(){return this._favorite}get isOpened(){return this._isOpened}get shareUrl(){return this._shareUrl}get title(){return this._title}get slidesLoaded(){return this._slidesLoaded}get canBeShown(){return this._canBeShown}get error(){return this._error}get slides(){return this._slides}get context(){return this._context}get image(){return this._image}getImagesPerSlide(e){return this.parseHtmlSlidesForMainImage(),this._parsedSlideImage?.[e]??null}parseHtmlSlidesForMainImage(){!this._parsedSlideImage&&this.slidesLoaded&&(this._parsedSlideImage=this._slides.map((e=>this.parseSlideNarrativeImageSrc(e.html)||this.parseSlideNarrativeVideoPosterSrc(e.html)||null)))}parseSlideNarrativeImageSrc(e){const t=e.match(/<[^<]*narrative-element-image.*<img[^<]*src="([^"]*)"[^<]*>/i);return t?.[1]}parseSlideNarrativeVideoPosterSrc(e){const t=e.match(/<[^<]*narrative-element-video.*<video[^<]*poster\-remote\-src="([^"]*)"[^<]*>/i);return t?.[1]}get videoCover(){return this._videoCover}get videoCoverSrc(){if(!1===this._videoCoverSrc)return null;if(null===this._videoCoverSrc){const e=this.videoCover;if(null===e)return this._videoCoverSrc=!1,null;const t=e.findOneByType("h");if(null!==t)return t.url}return"string"==typeof this._videoCoverSrc?this._videoCoverSrc:null}setSlides(e){!this._slidesLoaded&&e.length&&(this._slides=this.mapSlidesByDto(e),this.updateSlidesPlaceholders(this.rootStore.placeholderStore.placeholders),this._slidesLoaded=!0)}setCanBeShown(e){this._canBeShown=e}setError(e){this._error=e}setContext(e){this._context=e}async setLike(e){if(this._like===e)return;const t=this._like;this._like=e;try{await this.storiesApi.setStoryLike(this.id,e)}catch(e){this._like=t,console.error(e)}}async setFavorite(e){if(this._favorite===e)return;const t=this._favorite;try{this._favorite=e,await this.storiesApi.setStoryBookmark(this.id,e);const t=this.rootStore.storyFeedStore.getFavoriteFeed();e?t.unshiftStory(this):t.removeById(this.id)}catch(e){throw console.error(e),this._favorite=t,e}}markIsOpened(){const e=this.rootStore.sessionStore.session;!this.isOpened&&e?.userKey&&(this.storiesApi.markStoryAsOpened(e.userKey,this.id),this._isOpened=!0,this.rootStore.onboardingFeedStore.removeStoryFromOnboardingFeedsById(this.id))}async fetchStorySharePath(){if(null!==this._shareUrl)return this._shareUrl;const e=await this.storiesApi.fetchStorySharePath(this.id);return this._shareUrl=e,e}async updateNarrativeData(e){return this.storiesApi.updateNarrativeData(this.id,e)}updatePlaceholders(e){this.needPlaceholders&&(this.updateSlidesPlaceholders(e),this.updateTitlePlaceholders(e))}updateSlidesPlaceholders(e){for(const t of this.slides)t.updatePlaceholders(e)}updateTitlePlaceholders(e){let t=this._title;for(const s of e)t=fe(t,`%${s.key}%`,s.value);this._title=t}mapSlidesByDto(e){return e.map((e=>new Xe(e)))}}})();class it{widgetsData;constructor(e,t){this.widgetsData=this.mapStoryContextDto(e,t)}mapStoryContextDto(e,t){const s={},i=t.widgetsData??{};for(const t in i)Array.isArray(i[t])||(s[t]=i[t][e]);return s}updateNarrativeSavedData(e){this.widgetsData._narrative_saved_data=e}}var rt=R(9498),at=R.n(rt);class ot{storyManager;constructor(e){this.storyManager=e}async launchGame({gameInstanceId:e,gameOptions:t}){const s=await this.storyManager.rootStore.sessionStore.open(),i={};t&&at()(t)&&null!=t.demoMode&&(i.demoMode=Boolean(t.demoMode));const r=await Ct.post(`game/${e}/launch?expand=config`,i);if(!r.ok)throw new Error(JSON.stringify(r.data));return r.data.clientConfig=this.getClientConfig(s),r.data}getClientConfig(e){const t=this.storyManager.getConfig(),s=this.storyManager.rootStore.placeholderStore.placeholders;return{sessionId:e.id,userKey:e.userKey,apiKey:t.apiKey,sdkVersion:"3.4.0",apiBaseUrl:W.apiUrl,userAgent:_t,appPackageId:t.appPackageId,deviceId:e.deviceId,userId:t.userId??"",lang:t.lang.toString(),placeholders:s.map((e=>({type:e.type,name:e.key,value:e.value})))}}}class nt extends Error{constructor(e){super(`Invalid language tag: ${e}. The "lang" value must be comply with the RFC 5646 (also known as BCP 47). Examples of valid language tags include "en-US", "fr-FR", "es-ES", etc.`),this.name="IasInvalidLanguageTagError"}}const lt="en-US";class dt{languageCode;countryCode;tag;rawData="";constructor(e=lt){this.rawData=e;const t=this.normalizeAndEnsureCompatibility(e),s=this.validateTag(t);this.parseTag(s)}isValidTag(e){return/^[a-z]+-[a-zA-Z]+$/.test(e)}toRawData(){return this.rawData}toString(){return this.tag}normalizeAndEnsureCompatibility(e){const t=e.toLowerCase();return this.ensureBackwardCompatibility(t)}ensureBackwardCompatibility(e){return{ru:"ru-RU",en:"en-US"}[e]??e}validateTag(e){return this.isValidTag(e)?e:(console.error(new nt(e).message),this.getNavigatorTag())}getNavigatorTag(){const e=navigator.language.toLowerCase();return this.isValidTag(e)?e:(console.error(`Invalid navigator language tag: ${e}`),lt)}parseTag(e){const[t,s]=e.split("-");this.languageCode=t,this.countryCode=s.toUpperCase(),this.tag=`${this.languageCode}-${this.countryCode}`}}var ct=R(7144),ht=R.n(ct);class ut extends Error{constructor(){super("You must pass the <userId> value"),this.name="IasEmptyUserIdError"}}var pt=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},gt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let mt=(()=>{let e,t,s,i,r,a=[],o=[],n=[],l=[],d=[],c=[],h=[],u=[],p=[];return class{static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[Se],gt(this,null,e,{kind:"accessor",name:"_apiKey",static:!1,private:!1,access:{has:e=>"_apiKey"in e,get:e=>e._apiKey,set:(e,t)=>{e._apiKey=t}},metadata:g},o,n),gt(this,null,t,{kind:"accessor",name:"_tags",static:!1,private:!1,access:{has:e=>"_tags"in e,get:e=>e._tags,set:(e,t)=>{e._tags=t}},metadata:g},l,d),gt(this,null,s,{kind:"accessor",name:"_lang",static:!1,private:!1,access:{has:e=>"_lang"in e,get:e=>e._lang,set:(e,t)=>{e._lang=t}},metadata:g},c,h),gt(this,null,i,{kind:"accessor",name:"_userId",static:!1,private:!1,access:{has:e=>"_userId"in e,get:e=>e._userId,set:(e,t)=>{e._userId=t}},metadata:g},u,p),gt(this,null,r,{kind:"method",name:"reloadSdk",static:!1,private:!1,access:{has:e=>"reloadSdk"in e,get:e=>e.reloadSdk},metadata:g},null,a),g&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g})}storyManager=pt(this,a);#h=pt(this,o,"");get _apiKey(){return this.#h}set _apiKey(e){this.#h=e}#u=(pt(this,n),pt(this,l,[]));get _tags(){return this.#u}set _tags(e){this.#u=e}#p=(pt(this,d),pt(this,c,new dt));get _lang(){return this.#p}set _lang(e){this.#p=e}_disableDeviceId=(pt(this,h),!1);_appPackageId="";_textPlaceholders=[];_imagePlaceholders=[];_isStatisticsDisabled=!1;#g=pt(this,u,"");get _userId(){return this.#g}set _userId(e){this.#g=e}_userIdSign=pt(this,p);_isInited=!1;constructor(e,t){this.storyManager=e,this.updateByDto(t),this._isInited=!0}get userId(){return this._userId}get userIdSign(){return this._userIdSign}get isStatisticsDisabled(){return this._isStatisticsDisabled||"com.inappstory.webpreview"===this._appPackageId}get appPackageId(){return this._appPackageId}get apiKey(){return this._apiKey}get tags(){return this._tags}get lang(){return this._lang}get disableDeviceId(){return this._disableDeviceId}get textPlaceholders(){return this._textPlaceholders}get imagePlaceholders(){return this._imagePlaceholders}disableStatistic(){this._isStatisticsDisabled=!0}enableStatistic(){this._isStatisticsDisabled=!1}setApiKey(e){this._apiKey!==e&&(!function(e){const t=G(e);if(null!=t){const e=t.split(".").slice(1);W.baseUrl=`https://${["cdn",...e].join(".")}`,W.faviconApiUrl=`https://${["favicon",...e].join(".")}`,W.apiUrl=`https://${t}`}}(e),this._apiKey=e,this.storyManager.rootStore.sessionStore.close())}async setUserId(e,t){if((X()(e)||ht()(e))&&this._userId!==e){if(this._disableDeviceId&&!this._userId)throw new ut;vt.getInstance().checkUserIdLength(e),this._userId=e,this._userIdSign=t,this._isInited&&await this.reloadSdk()}}async setLang(e){X()(e)&&this._lang.toRawData()!==e&&(this._lang=new dt(e),this._isInited&&await this.reloadSdk())}setTextPlaceholders(e={}){if(!at()(e))return;const t=this.mapTextPlaceholders(e);ze()(this._textPlaceholders,t)||(this._textPlaceholders=t,this.storyManager.rootStore.placeholderStore.addPlaceholders(this._textPlaceholders))}setImagePlaceholders(e={}){if(!at()(e))return;const t=this.mapImagePlaceholders(e);ze()(this._imagePlaceholders,t)||(this._imagePlaceholders=t,this.storyManager.rootStore.placeholderStore.addPlaceholders(this._imagePlaceholders))}setTags(e){ze()(this._tags,e)||(vt.getInstance().checkTagsLength(e),this._tags=e)}updateByDto(e){this._appPackageId=e.appPackageId??"",this._disableDeviceId=Boolean(e.disableDeviceId),this.setApiKey(e.apiKey),this.setUserId(e.userId??"",e.userIdSign),this.setLang(e.lang??""),this.setTextPlaceholders(e.placeholders??{}),this.setImagePlaceholders(e.imagePlaceholders??{}),this.setTags(e.tags??[])}mapTextPlaceholders(e){const t=[];for(const[s,i]of Object.entries(e))t.push(new Le(s,i));return t}mapImagePlaceholders(e){const t=[];for(const[s,i]of Object.entries(e))t.push(new Ie(s,i));return t}async reloadSdk(){try{this.storyManager.rootStore.sessionStore.close(),this.storyManager.closeAllReaders(),await this.storyManager.reloadAllStoryLists(),await this.storyManager.reloadAllStackedStoryLists()}catch(e){console.error(e)}}}})();function yt(e){let t=e.length;for(let s=e.length-1;s>=0;s--){const i=e.charCodeAt(s);i>127&&i<=2047?t++:i>2047&&i<=65535&&(t+=2),i>=56320&&i<=57343&&s--}return t}class vt{static instance;constructor(){return vt.instance||(vt.instance=this),vt.instance}static getInstance(){return vt.instance?vt.instance:new vt}_sdkConfigIsIncorrect=!1;get sdkConfigIsIncorrect(){return this._sdkConfigIsIncorrect}_userIdByteLimit=255;_tagsByteLimit=4e3;userMessage="";tagsMessage="";get sdkConfigErrorsAsArray(){const e=[];return this.userMessage&&e.push(this.userMessage),this.tagsMessage&&e.push(this.tagsMessage),e}checkUserIdLength(e){this.userMessage="",null!=e&&yt(String(e))>this._userIdByteLimit&&(console.error(`UserId is bigger then ${this._userIdByteLimit} bytes`),this._sdkConfigIsIncorrect=!0,this.userMessage=`UserId "${String(e)}" is bigger then ${this._userIdByteLimit} bytes`)}checkTagsLength(e){this.tagsMessage="",null!=e&&Array.isArray(e)&&yt(e.join(","))>this._tagsByteLimit&&(console.error(`Tags (joined by ',') is bigger then ${this._tagsByteLimit} bytes`),this._sdkConfigIsIncorrect=!0,this.tagsMessage=`Tags (joined by ',') "${e.join(",")}" is bigger then ${this._tagsByteLimit} bytes`)}}var ft=R(8386),wt=R.n(ft);const _t=`InAppStoryWebSDK/${parseInt(30400)} ${(e=>{let t="";for(let s=0;s<e.length;s++){t+=e.charCodeAt(s)<=255?e[s]:"?"}return t})(navigator.userAgent)}`;function St(e,t){return{...e,...t}}const bt=new class{_deviceInfoPromise=null;set deviceInfoPromise(e){this._deviceInfoPromise=e}_baseHeaders={};set baseHeaders(e){this._baseHeaders=e}get baseURL(){return`${W.apiUrl}/v2/`}requestInterceptors=[];interceptors={request:{use:e=>{this.requestInterceptors.push(e)}}};async request(e){return new Promise(((t,s)=>{const i=async()=>{try{if(at()(e.headers)&&null!=e.headers||(e.headers={}),e.headers=St(this._baseHeaders,e.headers),this.requestInterceptors.length)for(const t of this.requestInterceptors)t(e);let i="";!wt()(e.params)&&at()(e.params)&&(i=new URLSearchParams(Object.entries(e.params).filter((([e,t])=>null!=t&&""!=t))).toString());let r=new URL(`${U(e.url)}${i?"?"+i:""}`,this.baseURL),a="get";wt()(e.method)||(a=e.method);let o={};!wt()(e.headers)&&at()(e.headers)&&(o=e.headers);let n=null;!wt()(e.data)&&at()(e.data)&&(n=JSON.stringify(e.data),o["Content-Type"]="application/json");try{if(vt.getInstance().sdkConfigIsIncorrect)return void s(V.createByRequestError({data:{name:"SDK config is incorrect",message:vt.getInstance().sdkConfigErrorsAsArray.join(". "),status:400},headersRaw:{},headers:{},status:400,statusText:"SDK config is incorrect",ok:!1}))}catch(e){console.error(e)}const l=await fetch(r.toString(),{method:a,body:n,headers:o,credentials:"omit"});let d={};204!==l.status&&(d=await l.json());const c={data:d,headersRaw:l.headers,headers:Object.fromEntries([...l.headers]),status:l.status,statusText:l.statusText,ok:l.ok};if(!l.ok)return void s(V.createByRequestError(c));t(c)}catch(e){s(V.createByFetchError(e))}};this._deviceInfoPromise?this._deviceInfoPromise.finally(i):i()}))}async post(e,t,s={}){return this.request({method:"post",url:e,data:t,params:s})}async get(e,t={}){return this.request({method:"get",url:e,params:t})}};function xt(e,t,s){if("sendBeacon"in navigator){const r=bn.rootStore.sessionStore.session,a=new URLSearchParams({access_token:bn.getConfig().apiKey,session_id:r?.id||"",x_user_agent:_t}),o=bn.getConfig();null!=o.appPackageId&&a.append("x_app_package_id",o.appPackageId);const n=`${i=bt.baseURL,i.replace(/\/$/,"")}/${U(e)}?${a.toString()}`,l=new FormData;Object.keys(t).forEach((e=>{z(l,t[e],e)}));let d=!1;null!=Array.from&&null!=l.keys&&(d=0===Array.from(l.keys()).length),d||navigator.sendBeacon(n,l),s()}else bt.post(e,t).then((()=>s()),(()=>s()));var i}bt.interceptors.request.use((e=>{const t=bn.getConfig(),s=bn.rootStore.sessionStore.session;return e.headers=St(e.headers??{},{Authorization:`Bearer ${t.apiKey}`,"Accept-Language":t.lang.toString(),"Auth-Session-Id":s?.id,"X-User-Id":t.userId||"","X-Request-Id":(0,N.v4)(),"X-User-Agent":_t}),null!=t.appPackageId&&(e.headers["X-App-Package-Id"]=t.appPackageId),t.disableDeviceId||(e.headers["X-Device-Id"]=s?.deviceId),e}));const Ct=bt;class kt extends Error{constructor(e){super(`[IAM]: not found IAM for ID <${e}>`),this.name="IamNotFoundByIdError"}}class Mt extends Error{constructor(e){super(`[IAM]: not found IAM limit for ID <${e}>`),this.name="IamNotFoundLimitError"}}var It=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Lt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const At="campaign_name,id,events,appearance,slides_html,type,frequency_limit,display_to,display_from,need_placeholders,has_limit".split(",").map((e=>`messages.${e}`)).join(",");let Ot=(()=>{let e,t,s,i=[];return class{static{const r="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[Se],t=[Se],s=[Se],Lt(this,null,e,{kind:"method",name:"fetchAll",static:!1,private:!1,access:{has:e=>"fetchAll"in e,get:e=>e.fetchAll},metadata:r},null,i),Lt(this,null,t,{kind:"method",name:"fetchContext",static:!1,private:!1,access:{has:e=>"fetchContext"in e,get:e=>e.fetchContext},metadata:r},null,i),Lt(this,null,s,{kind:"method",name:"fetchById",static:!1,private:!1,access:{has:e=>"fetchById"in e,get:e=>e.fetchById},metadata:r},null,i),r&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:r})}storyManager=It(this,i);constructor(e){this.storyManager=e}async fetchAll({tags:e}){try{return(await Ct.get("inappmessaging",{fields:At,tag:e.join(",")})).data.messages}catch(e){return[]}}async fetchContext(){return(await Ct.get("inappmessaging/message-context",{fields:"style,widgetsData"})).data}async fetchById(e){const t=(await Ct.get("inappmessaging",{id:e,fields:At})).data.messages.find((t=>t.id.toString()===e.toString()));if(!t)throw new kt(e);return t}async emitMessageEvent(e,t){try{if(this.storyManager.isStatisticsDisabled)return void console.log(`[IAM]: message <${t.type.toUpperCase()}> event`,{messageId:e,messageEvent:t,type:t.type});await Ct.post(`/inappmessaging/message/${e}/event/${t.type}`,t.toQueryParams())}catch(e){console.error(e)}}async fetchUserData(e){try{return(await Ct.get(`/inappmessaging/message/${e}/data`)).data.data}catch(e){console.error(e)}}async updateUserData(e,t){try{if(this.storyManager.isStatisticsDisabled)return void console.log("[IAM]: update user data",{messageId:e,payload:t});await Ct.request({url:`/inappmessaging/message/${e}/data`,method:"put",data:{data:t}})}catch(e){console.error(e)}}async checkMesageLimit(e){if(this.storyManager.isStatisticsDisabled)return{canOpen:!0};const t=(await Ct.post("inappmessaging/message-limit",{id:[e]})).data.find((t=>t.messageId.toString()===e.toString()));if(!t)throw new Mt(e);return t}}})();class Et{backgroundColor=""}class Tt extends Et{contentRatio;borderRadius;backdrop;closeButton;constructor(e){super(),this.backgroundColor=e.background_color??"#FFFFFFFF",this.borderRadius=e.corner_radius??16,this.contentRatio=e.content_ratio||.64,this.backdrop={opacity:e.backdrop_alpha??.3},this.closeButton={marginTop:e.close_button?.top_margin??8,width:e.close_button?.width??32,height:e.close_button?.height??4,backgroundColor:e.close_button?.color??"#00000080"}}}var Rt,Dt;!function(e){e[e.None=0]="None",e[e.SlideInUp=1]="SlideInUp",e[e.FadeIn=2]="FadeIn"}(Rt||(Rt={})),function(e){e[e.None=0]="None",e[e.Start=1]="Start",e[e.End=2]="End"}(Dt||(Dt={}));class Pt extends Et{contentRatio;borderRadius;animationType;backdrop;backgroundColor;closeBtnPosition;horizontalPadding;constructor(e){super(),this.borderRadius=e.corner_radius??16,this.contentRatio=e.content_ratio||.64,this.animationType=e.animation_type??Rt.None,this.backdrop={opacity:e.backdrop_alpha??.3},this.backgroundColor=e.background_color??"#FFFFFFFF",this.closeBtnPosition=e.close_button_position??Dt.End,this.horizontalPadding=e.horizontal_padding??16}}class Bt extends Et{animationType;closeBtnPosition;constructor(e){super(),this.animationType=e.animation_type??Rt.None,this.backgroundColor=e.background_color??"#FFFFFFFF",this.closeBtnPosition=e.close_button_position??Dt.End}}class jt{create(e,t){switch(e){case ls.BottomSheet:return new Tt(t);case ls.Modal:return new Pt(t);case ls.Fullscreen:return new Bt(t)}}}var Ft=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Nt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ut=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],Nt(this,null,e,{kind:"accessor",name:"_html",static:!1,private:!1,access:{has:e=>"_html"in e,get:e=>e._html,set:(e,t)=>{e._html=t}},metadata:a},i,r),Nt(this,null,t,{kind:"getter",name:"html",static:!1,private:!1,access:{has:e=>"html"in e,get:e=>e.html},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}message=Ft(this,s);#t=Ft(this,i,"");get _html(){return this.#t}set _html(e){this.#t=e}constructor(e){Ft(this,r),this.message=e}get html(){return this._html}updateByDto(e){this._html=this.getSlideHtml(e)}getSlideHtml(e){let t=e;return t=fe(t,"{{nonce}}",Y()??""),t}updatePlaceholders(e){let t=this._html;for(const s of e)t=fe(t,`%${s.key}%`,s.value);this._html=t}}})();var zt=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Vt=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Wt=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,y,v,f=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],I=[],L=[],A=[],O=[],E=[],T=[],R=[],D=[];return class P{static{const P="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[we.observable],a=[we.observable],o=[we.observable],n=[we.observable],l=[we.computed],d=[we.computed],c=[we.computed],h=[we.computed],u=[we.computed],p=[we.computed],g=[we.computed],m=[we.computed],y=[we.computed],v=[we.action],Vt(this,null,e,{kind:"accessor",name:"_id",static:!1,private:!1,access:{has:e=>"_id"in e,get:e=>e._id,set:(e,t)=>{e._id=t}},metadata:P},w,_),Vt(this,null,t,{kind:"accessor",name:"_events",static:!1,private:!1,access:{has:e=>"_events"in e,get:e=>e._events,set:(e,t)=>{e._events=t}},metadata:P},S,b),Vt(this,null,s,{kind:"accessor",name:"_type",static:!1,private:!1,access:{has:e=>"_type"in e,get:e=>e._type,set:(e,t)=>{e._type=t}},metadata:P},x,C),Vt(this,null,i,{kind:"accessor",name:"_slides",static:!1,private:!1,access:{has:e=>"_slides"in e,get:e=>e._slides,set:(e,t)=>{e._slides=t}},metadata:P},k,M),Vt(this,null,r,{kind:"accessor",name:"_appearanceOptions",static:!1,private:!1,access:{has:e=>"_appearanceOptions"in e,get:e=>e._appearanceOptions,set:(e,t)=>{e._appearanceOptions=t}},metadata:P},I,L),Vt(this,null,a,{kind:"accessor",name:"_needPlaceholders",static:!1,private:!1,access:{has:e=>"_needPlaceholders"in e,get:e=>e._needPlaceholders,set:(e,t)=>{e._needPlaceholders=t}},metadata:P},A,O),Vt(this,null,o,{kind:"accessor",name:"_hasLimit",static:!1,private:!1,access:{has:e=>"_hasLimit"in e,get:e=>e._hasLimit,set:(e,t)=>{e._hasLimit=t}},metadata:P},E,T),Vt(this,null,n,{kind:"accessor",name:"_isOnceOpened",static:!1,private:!1,access:{has:e=>"_isOnceOpened"in e,get:e=>e._isOnceOpened,set:(e,t)=>{e._isOnceOpened=t}},metadata:P},R,D),Vt(this,null,l,{kind:"getter",name:"id",static:!1,private:!1,access:{has:e=>"id"in e,get:e=>e.id},metadata:P},null,f),Vt(this,null,d,{kind:"getter",name:"needPlaceholders",static:!1,private:!1,access:{has:e=>"needPlaceholders"in e,get:e=>e.needPlaceholders},metadata:P},null,f),Vt(this,null,c,{kind:"getter",name:"isOnceOpened",static:!1,private:!1,access:{has:e=>"isOnceOpened"in e,get:e=>e.isOnceOpened},metadata:P},null,f),Vt(this,null,h,{kind:"getter",name:"hasLimit",static:!1,private:!1,access:{has:e=>"hasLimit"in e,get:e=>e.hasLimit},metadata:P},null,f),Vt(this,null,u,{kind:"getter",name:"events",static:!1,private:!1,access:{has:e=>"events"in e,get:e=>e.events},metadata:P},null,f),Vt(this,null,p,{kind:"getter",name:"slides",static:!1,private:!1,access:{has:e=>"slides"in e,get:e=>e.slides},metadata:P},null,f),Vt(this,null,g,{kind:"getter",name:"context",static:!1,private:!1,access:{has:e=>"context"in e,get:e=>e.context},metadata:P},null,f),Vt(this,null,m,{kind:"getter",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions},metadata:P},null,f),Vt(this,null,y,{kind:"getter",name:"type",static:!1,private:!1,access:{has:e=>"type"in e,get:e=>e.type},metadata:P},null,f),Vt(this,null,v,{kind:"method",name:"updateByDto",static:!1,private:!1,access:{has:e=>"updateByDto"in e,get:e=>e.updateByDto},metadata:P},null,f),P&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:P})}iamStatisticsService=zt(this,f);iamStore;#m=zt(this,w,void 0);get _id(){return this.#m}set _id(e){this.#m=e}#y=(zt(this,_),zt(this,S,{}));get _events(){return this.#y}set _events(e){this.#y=e}#v=(zt(this,b),zt(this,x,void 0));get _type(){return this.#v}set _type(e){this.#v=e}#l=(zt(this,C),zt(this,k,[]));get _slides(){return this.#l}set _slides(e){this.#l=e}#f=(zt(this,M),zt(this,I,new Et));get _appearanceOptions(){return this.#f}set _appearanceOptions(e){this.#f=e}#w=(zt(this,L),zt(this,A,!1));get _needPlaceholders(){return this.#w}set _needPlaceholders(e){this.#w=e}#_=(zt(this,O),zt(this,E,!1));get _hasLimit(){return this.#_}set _hasLimit(e){this.#_=e}#S=(zt(this,T),zt(this,R,!1));get _isOnceOpened(){return this.#S}set _isOnceOpened(e){this.#S=e}_frequencyLimit=(zt(this,D),null);_displayFrom=null;_displayTo=null;_campaignName="";constructor(e,t,s){this.iamStatisticsService=t,this.iamStore=s,this._id=e}get id(){return this._id}get needPlaceholders(){return this._needPlaceholders}get openTime(){return this.iamStatisticsService.openTime}get timeSinceLastShow(){return this.iamStatisticsService.timeSinceLastShow}get frequencyLimitTimeExceeded(){return null===this._frequencyLimit?this._isOnceOpened:0!==this._frequencyLimit&&Math.trunc(this.timeSinceLastShow/1e3)<=this._frequencyLimit}get withinDisplayTimeRange(){return(!this._displayFrom||Date.now()>=this._displayFrom)&&(!this._displayTo||Date.now()<=this._displayTo)}get isOnceOpened(){return this._isOnceOpened}get hasLimit(){return this._hasLimit}get events(){return this._events}get slides(){return this._slides}get activeSlideIndex(){return 0}get context(){return this.iamStore.messageContext}get appearanceOptions(){return this._appearanceOptions}get type(){return this._type}destroy(){}updateByDto(e){this._events=this.mapMessageEventsByDto(e.events??[]),this._type=e.type,this._campaignName=e.campaign_name,this._frequencyLimit=e.frequency_limit,this._displayFrom=e.display_from??null,this._displayTo=e.display_to??null,this._hasLimit=Boolean(e.has_limit),this._appearanceOptions=(new jt).create(this._type,e.appearance),this._needPlaceholders=e.need_placeholders,this.updateMessageSlides(e.slides_html)}hasEvent(e){return Boolean(this._events[e])}getEventByName(e){return this._events[e]}toPublicDto(){return{id:this._id,campaignName:this._campaignName,type:this._type}}async trackOpen(){this._isOnceOpened=!0,await this.iamStatisticsService.trackOpen(this)}async trackClose(){await this.iamStatisticsService.trackClose(this)}async trackWidgetEvent(e){await this.iamStatisticsService.trackWidgetEvent(this,e)}async updateUserData(e){return this.iamStore.updateMessageUserData(this.id,e)}updateMessageSlides(e){const t=[];for(const s of e){const e=new Ut(this);e.updateByDto(s),t.push(e)}this._slides=t}mapMessageEventsByDto(e){const t={};for(const s of e)t[s.name]=s;return t}static createByDto(e,t,s){const i=new P(e.id,s,t);return i.updateByDto(e),i}updatePlaceholders(e){for(const t of this._slides)t.updatePlaceholders(e)}}})();class Gt{}class $t extends Gt{widgetId;value;label;constructor(e,t,s){super(),this.widgetId=e,this.value=t,this.label=s}get type(){return"w-copy"}toQueryParams(){return{wi:this.widgetId,wv:this.value,wl:this.label}}toJSON(){return{widgetId:this.widgetId,value:this.value}}}class Ht extends Gt{widgetId;value;label;constructor(e,t,s){super(),this.widgetId=e,this.value=t,this.label=s}get type(){return"w-link"}toQueryParams(){return{wi:this.widgetId,wv:this.value,wl:this.label}}toJSON(){return{widgetId:this.widgetId,value:this.value}}}class qt extends Gt{widgetId;answer;label;constructor(e,t,s){super(),this.widgetId=e,this.answer=t,this.label=s}get type(){return"w-range-slider"}toQueryParams(){return{wi:this.widgetId,wa:this.answer,wl:this.label}}toJSON(){return{widgetId:this.widgetId,answer:this.answer,label:this.label}}}class Qt extends Gt{widgetId;answer;label;value;constructor(e,t,s,i){super(),this.widgetId=e,this.answer=t,this.label=s,this.value=i}get type(){return"w-rate"}toQueryParams(){return{wi:this.widgetId,wa:this.answer,wl:this.label,wv:this.value}}toJSON(){return{widgetId:this.widgetId,value:this.value,answer:this.answer,label:this.label}}}class Kt extends Gt{widgetId;answer;label;value;answerLabel;constructor(e,t,s,i,r){super(),this.widgetId=e,this.answer=t,this.label=s,this.value=i,this.answerLabel=r}get type(){return"w-share"}toQueryParams(){return{wi:this.widgetId,wa:this.answer,wl:this.label,wv:this.value,wal:this.answerLabel}}toJSON(){return{widgetId:this.widgetId,value:this.value,answer:this.answer,label:this.label,answerLabel:this.answerLabel}}}class Yt{iterationId;slideIndex;slideTotal;eventId=(0,N.v4)();constructor(e,t,s){this.iterationId=e,this.slideIndex=t,this.slideTotal=s}toQueryParams(){return{ei:this.eventId,ii:this.iterationId,si:this.slideIndex,st:this.slideTotal}}}class Zt extends Yt{duration;constructor(e,t,s,i){super(e,t,s),this.duration=i}get type(){return"close"}toQueryParams(){return{...super.toQueryParams(),d:this.duration}}}class Jt extends Yt{constructor(e,t,s){super(e,t,s)}get type(){return"open"}toQueryParams(){return super.toQueryParams()}}class Xt extends Yt{duration;widgetEvent;constructor(e,t,s,i,r){super(e,t,s),this.duration=i,this.widgetEvent=r}get type(){return this.widgetEvent.type}toQueryParams(){return{...super.toQueryParams(),...this.widgetEvent.toQueryParams(),d:this.duration}}}class es{iamApi;iterationId=null;_openTime=0;constructor(e){this.iamApi=e}get openTime(){return this._openTime}get timeSinceLastShow(){return Date.now()-this.openTime}async trackOpen(e){this.iterationId=this.generateId(),this._openTime=Date.now();const t=new Jt(this.iterationId,e.activeSlideIndex,e.slides.length);await this.iamApi.emitMessageEvent(e.id,t)}async trackClose(e){const t=this.timeSinceLastShow,s=new Zt(this.iterationId,e.activeSlideIndex,e.slides.length,t);await this.iamApi.emitMessageEvent(e.id,s)}async trackWidgetEvent(e,t){const s=this.timeSinceLastShow,i=new Xt(this.iterationId,e.activeSlideIndex,e.slides.length,s,t);return this.iamApi.emitMessageEvent(e.id,i)}generateId(){return(0,N.v4)()}}class ts extends Error{constructor(){super("[IAM]: you must close other opened readers"),this.name="IamOtherReaderIsOpenError"}}class ss extends Error{constructor(){super("[IAM]: you need preload in app messages"),this.name="IamShowOnlyIfLoadedError"}}class is extends Error{constructor(){super("[IAM]: show message frequency limit exceeded"),this.name="IamFrequencyLimitError"}}class rs extends Error{constructor(){super("[IAM]: not in display time range"),this.name="IamCheckDisplayTimeRangeError"}}class as extends Error{constructor(e){super(`[IAM]: the limit for displaying IAM with ID ${e} has been reached`),this.name="IamMessageLimitExceededError"}}class os{storyManager;iamStore;errors=[];constructor(e,t){this.storyManager=e,this.iamStore=t}checkOtherReadersAreClosed(){return(this.storyManager.storyReaderViewModel?.isOpened||this.storyManager.gameReaderViewModel?.isOpened)&&this.errors.push(new ts),this}checkShowOnlyIfLoaded(e){return!this.iamStore.isLoaded&&e&&this.errors.push(new ss),this}checkFrequencyLimit(e){return e.frequencyLimitTimeExceeded&&this.errors.push(new is),this}checkDisplayTimeRange(e){return e.withinDisplayTimeRange||this.errors.push(new rs),this}validate(){if(this.errors.length>0)throw this.errors.shift()}}class ns{storyManager;iamStore;iamApi;constructor(e,t,s){this.storyManager=e,this.iamStore=t,this.iamApi=s}async getMessageById(e,t){new os(this.storyManager,this.iamStore).checkOtherReadersAreClosed().checkShowOnlyIfLoaded(t).validate();const s=await this.iamStore.findById(e);return s.hasLimit&&await this.checkMesageLimit(e),s}async getMessageByEvent(e,t){new os(this.storyManager,this.iamStore).checkOtherReadersAreClosed().checkShowOnlyIfLoaded(t).validate(),await this.iamStore.preload();const s=this.iamStore.findAllByEvent(e),i=this.getMessagesSortedByEventPriority(e,s);return this.getFirstValidMessageByEvent(i)}async getFirstValidMessageByEvent(e){let t=new Error;for(const s of e)try{return await this.validateMessageByEvent(s)}catch(e){t=e}throw t}async validateMessageByEvent(e){return new os(this.storyManager,this.iamStore).checkFrequencyLimit(e).checkDisplayTimeRange(e).validate(),e.hasLimit&&await this.checkMesageLimit(e.id),e}async checkMesageLimit(e){const{canOpen:t}=await this.iamApi.checkMesageLimit(e);if(!t)throw new as(e)}getMessagesSortedByEventPriority(e,t){return t.slice().sort(((t,s)=>{const i=t.events[e].priority;return s.events[e].priority-i}))}}var ls,ds,cs;!function(e){e[e.BottomSheet=1]="BottomSheet",e[e.Modal=2]="Modal",e[e.Fullscreen=3]="Fullscreen"}(ls||(ls={})),function(e){e[e.None=0]="None",e[e.SlideInUp=1]="SlideInUp",e[e.FadeIn=2]="FadeIn"}(ds||(ds={})),function(e){e[e.None=0]="None",e[e.Left=1]="Left",e[e.Right=2]="Right"}(cs||(cs={}));class hs{iamReader;constructor(e){this.iamReader=e,this.handleDocumentVisibilityChange=this.handleDocumentVisibilityChange.bind(this)}subscribe(){document.addEventListener("visibilitychange",this.handleDocumentVisibilityChange)}unsubscribe(){document.removeEventListener("visibilitychange",this.handleDocumentVisibilityChange)}handleDocumentVisibilityChange(){const e=this.iamReader.activeMessage;document.hidden?e.trackClose():e.trackOpen()}}var us=R(5136);const ps=new t.EventEmitter;ps.setMaxListeners(50);class gs{story;payload;title=null;tags=[];slidesCount=null;feedSlug=null;filter=null;actionSource=C.list;ugcPayload=null;slideEventPayload=null;constructor(e,t={}){this.story=e,this.payload=t;const s=this.story.sourceInfo,i=s.listType,r=s.feedSlug??null,a=s.filter??null;this.title=this.story.statTitle,this.tags=this.story.tags,this.slidesCount=this.story.slidesCount,this.ugcPayload=i===De.UGC?this.story.ugcPayload:null,this.feedSlug=i===De.DEFAULT?r:null,this.filter=i===De.UGC?a:null,this.actionSource=null!=i?this.getStorySourceByFeedType(i):C.direct,this.slideEventPayload=e.activeSlide?.eventPayload?.payload??null}toJSON(){return{id:this.story.id,index:this.story.activeSlideIndex,title:this.title,tags:this.tags,slidesCount:this.slidesCount,feed:this.feedSlug,filter:this.filter,source:this.actionSource,ugcPayload:this.ugcPayload,payload:this.slideEventPayload,...this.payload}}getStorySourceByFeedType(e){switch(e){case De.DEFAULT:case De.UGC:return C.list;case De.FAVORITE:return C.favorite;case De.ONBOARDING:return C.onboarding;default:return C.list}}}class ms extends gs{get name(){return"closeStory"}toJSON(){return{...super.toJSON(),action:this.payload.action}}}class ys extends gs{get name(){return"dislikeStory"}toJSON(){return{...super.toJSON(),value:this.payload.value}}}class vs extends gs{get name(){return"favoriteStory"}toJSON(){return{...super.toJSON(),value:this.payload.value}}}class fs extends gs{get name(){return"likeStory"}toJSON(){return{...super.toJSON(),value:this.payload.value}}}class ws extends gs{get name(){return"shareStory"}}class _s extends gs{get name(){return"shareStoryWithPath"}toJSON(){return{...super.toJSON(),value:this.payload.url}}}class Ss extends gs{get name(){return"showSlide"}}class bs extends gs{get name(){return"showStory"}toJSON(){const e=super.toJSON();return e.payload=null,e}}class xs{cache={};set(e,t){this.cache[e]=t}clear(){this.cache={}}get(e){return this.cache[e]}}class Cs{actions=[];push(e){this.actions.push(e)}exec(){for(const e of this.actions)e()}flush(){this.actions=[]}}class ks{statisticsService;constructor(e){this.statisticsService=e}timerId=null;start(){this.schedule(1e4)}stop(){null!=this.timerId&&(clearTimeout(this.timerId),this.timerId=null)}async flush(){H(`[${Es.name}]: flush statistics by timer`);this.statisticsService.getData().length>0?this.schedule(1e4):this.schedule(3e4),await this.statisticsService.sendData()}schedule(e){H(`[${Es.name}]: schedule flush statistics on ${e}ms`),this.timerId=setTimeout((()=>this.flush()),e)}}class Ms{slideStartedAt;calculate(){const e=Date.now(),t=e-this.slideStartedAt;return this.slideStartedAt=e,t}init(){this.slideStartedAt=Date.now()}}class Is{statisticsService;constructor(e){this.statisticsService=e,this.handle=this.handle.bind(this),ps.on(Os.CloseStoryReader,this.handle)}handle(e){this.statisticsService.addSlideEvent({action:1,storyId:e.storyId,slideIndex:e.slideIndex})}destroy(){ps.off(Os.CloseStoryReader,this.handle)}}class Ls{statisticsService;constructor(e){this.statisticsService=e,this.handle=this.handle.bind(this),ps.on(Os.NextSlide,this.handle)}handle(e){this.statisticsService.addSlideEvent({action:1,storyId:e.fromStoryId,slideIndex:e.fromSlideIndex})}destroy(){ps.off(Os.NextSlide,this.handle)}}class As{statisticsService;constructor(e){this.statisticsService=e,this.handle=this.handle.bind(this),ps.on(Os.TransitionFromSlide,this.handle)}handle(e){this.statisticsService.addSlideEvent({action:2,storyId:e.storyId,slideIndex:e.slideIndex})}destroy(){ps.off(Os.TransitionFromSlide,this.handle)}}var Os;!function(e){e.CloseStoryReader="statistics.closeStoryReader",e.NextSlide="statistics.nextSlide",e.TransitionFromSlide="statistics.transitionFromSlide"}(Os||(Os={}));class Es extends(s()){storyManager;beaconService;lastIndex=0;data=[];sourceInfo=null;flushSheduler;slideDurationCalculator;events=[];constructor(e,t){super(),this.storyManager=e,this.beaconService=t,this.flushSheduler=new ks(this),this.slideDurationCalculator=new Ms}init(e){this.data=[],this.sourceInfo=e,this.lastIndex=0,this.slideDurationCalculator.init(),this.flushSheduler.start(),this.events=[new Is(this),new Ls(this),new As(this)]}getData(){return this.data.slice()}getLastIndex(){return this.lastIndex}cleanupData(){this.data=[]}addSlideEvent(e){if(this.storyManager.getConfig().isStatisticsDisabled)return;const t=this.slideDurationCalculator.calculate();this.data.push([e.action,this.lastIndex,e.storyId,e.slideIndex,t]),this.lastIndex++}async sendData(){const e=this.getData();if(e.length)try{if(!this.sourceInfo)throw new Error(`[${Es.name}]: You need pass source info!`);this.cleanupData(),await this.beaconService.updateStatistics({updateDto:{data:e},listType:this.sourceInfo.feedSlug===We?De.UGC:De.DEFAULT})}catch(t){this.data.push(...e),console.error(t)}}async destroy(){this.events.forEach((e=>e.destroy())),this.flushSheduler.stop(),await this.sendData()}}class Ts{storyManager;constructor(e){this.storyManager=e}async updateStatistics({listType:e,updateDto:t}){if(0===t.data.length)return t;let s=!1,i="";if(e===De.UGC||this.storyManager.getConfig().isStatisticsDisabled)s=!0;else try{xt("session/update",t,(()=>{})),s=!0}catch(e){i=e.toString()}if(s)return t;throw i}}var Rs=R(6166);class Ds{narrativeDataCache;storyManager;storyReader;deferredActionsQueue=new Cs;activeStoryNarrativeDataCache=new xs;initHookStorySlide=null;activeStorySlide=null;activeStory=null;mutex=new Rs.Mutex;mutexRelease=()=>{};constructor(e,t,s){this.narrativeDataCache=e,this.storyManager=t,this.storyReader=s}setInitHookStorySlide(e){this.initHookStorySlide=e}async lock(e){if(this.activeStorySlide!==e){if(this.mutexRelease=await this.mutex.acquire(),this.activeStorySlide&&this.activeStorySlide!==e)throw new Error(`[SlideApi]: The resource is locked by story with ID ${this.activeStorySlide.story.id} and slide index ${this.activeStorySlide.index}`);this.activeStorySlide=e}else console.warn(`[SlideApi]: Slide ${e.story.id}:${e.index} already owns the lock.`)}unlock(e){this.activeStorySlide===e?(this.mutexRelease(),this.activeStorySlide=null):console.warn("[SlideApi]: Attempted to unlock a slide that doesn't own the lock.")}exec(){this.activeStorySlide&&(this.deferredActionsQueue.exec(),this.deferredActionsQueue.flush())}async getCardLocalData(){const e=this.storyManager.rootStore.sessionStore.userId;if(!this.activeStory)return{};let t=this.narrativeDataCache.get(`narrative_${this.activeStory.id}_data_${e}`);return t?JSON.parse(t):{}}setCardLocalData(e,t){const s=this.storyManager.rootStore.sessionStore.userId;if(!this.activeStory)return;let i=JSON.stringify(e);this.narrativeDataCache.set(`narrative_${this.activeStory.id}_data_${s}`,i),t&&this.activeStory.updateNarrativeData(i).catch(console.error)}getCardServerData(e){return this.storyManager.rootStore.storyStore.findStoryById(e).context.widgetsData._narrative_saved_data??null}updateCardServerData(e,t){this.storyManager.rootStore.storyStore.findStoryById(e).context.updateNarrativeSavedData(t)}getSlideDuration(e,t){const s=this.storyManager.rootStore.storyStore.findStoryById(e).context.widgetsData;return s._narrative_slides_duration?.[t]??null}pauseUI(){this.storyReader.pauseUI()}resumeUI(){this.storyReader.resumeUI()}showCardTextInput(e,t){ps.emit(na.ShowInputModal,{id:e,config:t})}setCardSessionValue(e,t){this.activeStoryNarrativeDataCache.set(e,t)}getCardSessionValue(e){return this.activeStoryNarrativeDataCache.get(e)}getWidgetsSharedData(e,t){const s=this.storyManager.rootStore.storyStore.findStoryById(e);if(!s)return null;const i=s.context.widgetsData;switch(t){case"rangeSlider":return i._narrative_range_slider_data;case"poll":return i._narrative_poll_data;case"vote":return i._narrative_vote_data}return null}openUrl(e){this.activeStory&&(this.activeStory.markAsOpened(),ps.emit(Os.TransitionFromSlide,{storyId:this.activeStory.id,slideIndex:this.activeStory.activeSlideIndex}),window.open(e,"_parent"))}async sendApiRequest(e,t,s,i,r,a){try{const a=await Ct.request({url:e,method:t,params:s??{},headers:i??{},data:r??{}});return{status:a.status,headers:a.headers,data:a.data}}catch(e){if(e instanceof V)return{status:e.networkStatus??400,headers:e.response?.headers,data:e.response?.data}}}share(e,t){null==e&&(e="story-share"),this.storyReader.sharePanel.shareText({shareId:e,config:t,storySlide:this.activeStorySlide})}shareSlideScreenshot(e,t,s){null==e&&(e="slide-screenshot-share"),this.storyReader.sharePanel.shareScreenShot({shareId:e,hideElementsSelector:t??"",shareText:s,storySlide:this.activeStorySlide})}showLayer(e){this.initHookStorySlide?.showLayerByIndex(e)}showCardSlide(e){this.pushToDefferedActionsQueueOrExec((()=>{this.activeStory?.redirectToSlide({slideIndex:e})}))}cardShowNext(){this.storyReader.nextStoryWithAnimation()}showNextSlide(e){this.pushToDefferedActionsQueueOrExec((()=>{e?this.activeStory.timer.start(e):this.activeStory.nextSlide()}))}sendStatisticEvent(e,t,s){this.storyManager.emit("widgetEvent",{name:e,data:{...s,feed:this.storyReader.feedSlug}})}destroy(){}async setActiveStory(e){this.activeStoryNarrativeDataCache.clear(),this.activeStory=e,this.activeStorySlide&&this.unlock(this.activeStorySlide)}async resetStory(e){let t={},s=await this.getCardLocalData();s=Object.assign({},this.getCardServerData(e)??{},s);for(let e in s)s.hasOwnProperty(e)&&/^_gm_[A-z0-9-_]+_attempts$/.test(e)&&(t[e]=s[e]);this.activeStorySlide?.refreshWidgetsData(),this.updateCardServerData(e,t),this.setCardLocalData(t,!0),this.showCardSlide(0),this.showLayer(0)}pushToDefferedActionsQueueOrExec(e){this.activeStorySlide?e():this.deferredActionsQueue.push(e)}getCardFonts(){return this.storyManager.rootStore.sessionStore.session.fontsResources}updateTimeline(e,t,s,i,r,a){}showToast(e){this.activeStorySlide?.showToast({content:e})}}class Ps{storyManager;storyReaderViewModel;prevStoryId=-1;prevSlideIndex=-1;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}update(e){this.prevStoryId!==e.id&&(ps.emit("publicEvents.showStory",{id:e.id}),this.storyManager.emitEvent(new bs(e))),-1!==this.prevStoryId&&ps.emit(Os.NextSlide,{fromStoryId:this.prevStoryId,fromSlideIndex:this.prevSlideIndex}),this.storyManager.emitEvent(new Ss(e)),this.prevStoryId=e.id,this.prevSlideIndex=e.activeSlideIndex}reset(){this.prevStoryId=-1,this.prevSlideIndex=-1}}var Bs=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},js=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Fs=(()=>{let e,t=[];return class{static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[Se],js(this,null,e,{kind:"method",name:"show",static:!1,private:!1,access:{has:e=>"show"in e,get:e=>e.show},metadata:s},null,t),s&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s})}showMultipleStoriesStrategy=Bs(this,t);storyManager;constructor(e,t){this.showMultipleStoriesStrategy=e,this.storyManager=t}async show(e){const t=this.storyManager.rootStore.onboardingFeedStore,s=await t.fetchOnboardingFeed({feedSlug:e.feedSlug,tags:e.customTags??[],limit:e.limit??void 0}),i=this.getFeedLoadEvent(s.slug,s.stories);return this.emitFeedLoad(i),s.stories.length?(await this.showMultipleStoriesStrategy.show({windowReferer:k.default,storyFeed:s,storyId:s.stories[0].id}),i):i}async handleNextStoryByIndex(e){this.showMultipleStoriesStrategy.handleNextStoryByIndex(e)}emitFeedLoad(e){this.storyManager.emit("feedLoad",e)}getFeedLoadEvent(e,t){const s={stories:t.map((e=>{const t={title:null,tags:[],slidesCount:null};return e&&(t.title=e.statTitle,t.tags=e.tags,t.slidesCount=e.slidesCount),{id:e.id,...t}})),feed:null,filter:null};return s.feed=e,s}async reload(e){this.showMultipleStoriesStrategy.reload(e)}}})();class Ns{storyManager;storyReaderViewModel;storyStore;stories=[];storyIndex=0;storyFeed;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t,this.storyStore=this.storyManager.rootStore.storyStore}async show(e){const{storyId:t,windowReferer:s,filter:i}=e;this.storyFeed=e.storyFeed,this.stories=this.getVisibleStoriesByStoryFeed(this.storyFeed),this.storyIndex=this.findStoryIndex(this.stories,t),this.storyReaderViewModel.open({windowReferer:s,id:t,stories:this.stories},{listType:this.storyFeed.type,feedSlug:this.storyFeed.slug,filter:i}),await this.storyStore.fetchStoriesSlides({stories:this.getStoriesByRange(this.storyIndex),feedSlug:this.storyFeed.slug})}async reload(e){const t=this.findStoryIndex(this.stories,e.storyId);await this.storyStore.fetchStoriesSlides({stories:this.getStoriesByRange(t),feedSlug:this.storyFeed.slug})}async handleNextStoryByIndex(e){await this.storyStore.fetchStoriesSlides({stories:this.getStoriesByRange(e),feedSlug:this.storyFeed.slug})}getVisibleStoriesByStoryFeed(e){return e.stories.filter((e=>!e.hideInReader))??[]}findStoryIndex(e,t){return e.findIndex((e=>e.id===t))}getStoriesByRange(e){const t=e-2,s=e+2;return this.stories.slice(Math.max(t,0),s+1)}}class Us{showStoryStrategy;constructor(e){this.showStoryStrategy=e}async show(e){await this.showStoryStrategy.show({storyId:e.storyId,fetchShareUrl:e.fetchShareUrl})}async reload(e){return this.showStoryStrategy.reload(e)}async handleNextStoryByIndex(e){}}var zs=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Vs=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ws=(()=>{let e,t=[];return class{static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[Se],Vs(this,null,e,{kind:"method",name:"show",static:!1,private:!1,access:{has:e=>"show"in e,get:e=>e.show},metadata:s},null,t),s&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s})}storyManager=zs(this,t);storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}async show(e){try{const t=this.storyManager.rootStore.storyStore,s=await t.fetchStoryById({storyId:e.storyId,feedSlug:"",once:!0});if(s.error)throw s.error;if(s.isOpened)throw new Ee(e.storyId.toString());this.openStoryReader(s)}catch(e){throw this.storyReaderViewModel.close(),e}}openStoryReader(e){this.storyReaderViewModel.open({windowReferer:k.default,id:e.id,stories:[e]},{feedSlug:"",once:!0})}async handleNextStoryByIndex(e){}async reload(e){}}})();var Gs=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},$s=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Hs=(()=>{let e,t=[];return class{static{const s="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[Se],$s(this,null,e,{kind:"method",name:"show",static:!1,private:!1,access:{has:e=>"show"in e,get:e=>e.show},metadata:s},null,t),s&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:s})}storyManager=Gs(this,t);storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}async show(e){const t=this.storyManager.rootStore.storyStore,s=await t.fetchStoryById({storyId:e.storyId,feedSlug:"",fetchShareUrl:e.fetchShareUrl});this.openStoryReader(s,e)}openStoryReader(e,t){this.storyReaderViewModel.open({windowReferer:k.default,id:e.id,stories:[e]},{feedSlug:"",fetchShareUrl:t.fetchShareUrl})}async handleNextStoryByIndex(e){}async reload(e){}}})();class qs{storyManager;storyReaderViewModel;constructor(e,t){this.storyManager=e,this.storyReaderViewModel=t}createShowStory(){return new Hs(this.storyManager,this.storyReaderViewModel)}createShowStoryOnce(){return new Ws(this.storyManager,this.storyReaderViewModel)}createShowStoryFromSharePage(){return new Us(new Hs(this.storyManager,this.storyReaderViewModel))}createShowOnboardingStories(){return new Fs(new Ns(this.storyManager,this.storyReaderViewModel),this.storyManager)}createShowMultipleStories(){return new Ns(this.storyManager,this.storyReaderViewModel)}}var Qs,Ks;!function(e){e.HideLayer="hideLayer",e.ShowLayer="showLayer"}(Qs||(Qs={}));class Ys extends(s()){onShowLayer;onHideLayer;layersContainer;animationApi;_activeLayer;initialLayer=null;layers=[];constructor(e,t){super(),this.onShowLayer=e,this.onHideLayer=t}init(e,t){this.layersContainer=e,this.animationApi=t,this.layers=Array.from(this.layersContainer.querySelectorAll(".narrative-slide.narrative-multi-slide")),this._activeLayer=this.layers.find((e=>!e.classList.value.includes("hidden"))),this.initialLayer=this._activeLayer}reset(){this.hideAllLayers(),this.initialLayer?.classList.remove("hidden")}get activeLayer(){return this._activeLayer}getLayers(){return this.layers}hideLayer(e){e.classList.contains("hidden")||(this.animationApi.stop(e,!0),e.classList.add("hidden"),this.emit(Qs.HideLayer,{layer:e}),this.onHideLayer?.onHideLayer(e))}showLayer(e){this.onShowLayer?.onShowLayer(e),e.classList.remove("hidden"),this.animationApi.start(e,!0),this._activeLayer=e,this.emit(Qs.ShowLayer,{layer:e})}hideAllLayers(){this.getLayers().forEach((e=>this.hideLayer(e)))}showLayerByIndex(e){const t=this.getLayers();t.forEach((e=>this.hideLayer(e)));const s=t[e];s&&this.showLayer(s)}hasValidMultiSlides(){let e=!0,t=this.layersContainer.querySelectorAll(".narrative-slide.narrative-multi-slide");const s=this.layersContainer.querySelectorAll(".narrative-slide.narrative-multi-slide:not(.hidden)");return t.length>0&&0===s.length&&(e=!1),e}}class Zs{animationApi;slideElement=null;constructor(e){this.animationApi=e}init(e){this.slideElement=e.querySelector(".narrative-slide")}start(){try{if(!this.slideElement)return;this.animationApi.start(this.slideElement,!0)}catch(e){console.error(e)}}stop(){try{if(!this.slideElement)return;this.animationApi.stop(this.slideElement,!0)}catch(e){console.error(e)}}resume(){this.slideElement&&this.animationApi.resume(this.slideElement)}pause(){this.slideElement&&this.animationApi.pause(this.slideElement)}}!function(e){e.Playing="playing",e.Waiting="waiting",e.Error="error"}(Ks||(Ks={}));class Js{videoContext;videoEl;constructor(e,t){this.videoContext=e,this.videoEl=t,this.parseDefaultMuted()}get $video(){return this.videoEl}get muted(){return this.videoEl.muted}get paused(){return this.videoEl.paused}async start(){this.videoEl.pause(),this.videoEl.currentTime=0,await this.play()}async play(){try{const e=this.videoEl.play();e?await e:await new Promise((e=>{setTimeout(e,0)}))}catch(e){throw e}}pause(){this.videoEl.pause()}async resume(){this.videoEl.paused&&await this.videoEl.play()}stop(){this.videoEl.pause(),this.videoEl.currentTime=0}mute(){"1"!==this.videoEl.getAttribute("data-default-muted")&&(this.videoEl.muted=!0)}unmute(){"1"!==this.videoEl.getAttribute("data-default-muted")&&(this.videoEl.muted=!1)}async load(e=!0){return new Promise((t=>{const s=this.videoEl.oncanplaythrough?"canplaythrough":"canplay";this.videoEl.addEventListener(s,(()=>{requestAnimationFrame((()=>{requestAnimationFrame((()=>{setTimeout((()=>t()),0)}))}))}),{once:!0}),e&&this.videoEl.load()}))}on(e,t){return this.videoEl.addEventListener(e,t),this}once(e,t){return this.videoEl.addEventListener(e,t,{once:!0}),this}off(e,t){return this.videoEl.removeEventListener(e,t),this}async destroy(){this.stop()}parseDefaultMuted(){null===this.videoEl.getAttribute("data-default-muted")&&(this.videoEl.muted?this.videoEl.setAttribute("data-default-muted","1"):this.videoEl.setAttribute("data-default-muted","0"))}onPlaying(){}onWaiting(){}}var Xs=R(3107);class ei{video;timeupdate=Date.now();state=0;playingCheckerTimerId=null;constructor(e){this.video=e,this.handleTimeUpdate=this.handleTimeUpdate.bind(this),this.video.$video.addEventListener("timeupdate",this.handleTimeUpdate)}destroy(){null!=this.playingCheckerTimerId&&window.clearTimeout(this.playingCheckerTimerId),this.video.$video.removeEventListener("timeupdate",this.handleTimeUpdate)}handleTimeUpdate(){this.timeupdate=Date.now(),null!=this.playingCheckerTimerId&&window.clearTimeout(this.playingCheckerTimerId),1!==this.state&&(this.state=1,this.triggerUpdate()),this.scheduleUpdate()}scheduleUpdate(){this.playingCheckerTimerId=window.setTimeout((()=>{Date.now()-this.timeupdate>=150&&(this.state=2,this.triggerUpdate())}),300)}triggerUpdate(){1===this.state?this.video.onPlaying():2===this.state&&this.video.onWaiting()}}class ti extends Js{videoContext;player;_vodData=null;isPlaying=!1;isDataWaiting=!1;attached=!1;videoStateAdapter=null;constructor(e,t){super(e,t),this.videoContext=e,this.handlePlayerError=this.handlePlayerError.bind(this),this._vodData=ti.parseData(t)}get vodData(){return this._vodData}static get isBrowserSupported(){return Xs.Player.isBrowserSupported()}async load(){try{ti.isBrowserSupported?(this.disableVideoPreload(),await this.initPlayer()):(this.updateVideoSources(),await super.load(),console.error("[VOD]: Browser not supported!"))}catch(e){throw this.stop(),this.detachVideoElement().catch(console.error),e}}async destroy(){this.player.removeEventListener("error",this.handlePlayerError),this.stop(),await this.detachVideoElement(),await this.player.destroy()}static parseData(e){const t=e.getAttribute("data-vod");try{return t&&JSON.parse(t)}catch{return null}}async stop(){this.isPlaying=!1,this.videoStateAdapter?.destroy(),super.stop()}async start(){this.isPlaying||(this.isPlaying=!0,this.videoStateAdapter=new ei(this),await super.start())}async initPlayer(){this.player=new Xs.Player,this.player.addEventListener("error",this.handlePlayerError),await this.attachVideoElement(),await this.loadVideo()}disableVideoPreload(){this.videoEl.preload="none"}updateVideoSources(){this.videoEl.innerHTML="";for(const e of this.vodData.formats){const t=document.createElement("source");t.src=e.url,t.type=e.mimeType,t.width=e.width,t.height=e.height,this.videoEl.appendChild(t)}}handlePlayerError(e){const t=e.detail,s=`[VOD]: error code ${t.code}; object ${t}`;console.error(s),this.stop(),this.detachVideoElement().catch(console.error).finally((()=>{this.videoContext.emit(Ks.Error,t)}))}async attachVideoElement(){this.attached||(await this.player.attach(this.videoEl),this.attached=!0,H("[VOD]: video element attached",this.videoEl))}async loadVideo(){const e=Xs.Player.convertJsonToUri(this.vodData);await this.player.load(e,0,"application/json"),H(`[VOD]: video ${e} successful loaded`)}async detachVideoElement(){this.attached&&(await this.player.detach(this.videoEl),this.attached=!1,H("[VOD]: video element detached",this.videoEl))}onPlaying(){this.isDataWaiting&&(this.isDataWaiting=!1,this.videoContext.emit(Ks.Playing))}onWaiting(){this.isDataWaiting=!0,this.videoContext.emit(Ks.Waiting)}}class si{videoManager;videos=[];constructor(e){this.videoManager=e}async load(e){for(const t of Array.from(e.querySelectorAll("video"))){const e=this.createVideoByElement(t);this.videos.push(e),await e.load()}}async start(){for(const e of this.videos)await e.start()}pause(){for(const e of this.videos)e.pause()}async resume(){for(const e of this.videos)await e.play()}stop(){for(const e of this.videos)e.stop()}static hasVideo(e){return Boolean(e.querySelector(".narrative-slide__with-video"))}mute(){for(const e of this.videos)e.mute()}unmute(){for(const e of this.videos)e.unmute()}async destroy(){for(const e of this.videos)await e.destroy(),this.videos.splice(this.videos.indexOf(e),1);this.videos=[]}createVideoByElement(e){return ti.parseData(e)?new ti(this,e):new Js(this,e)}emit(e,...t){return this.videoManager.emit(e,...t)}}class ii extends(s()){layerManager;videoContexts=new Map;muted=!1;_loaded=!1;constructor(e){super(),this.layerManager=e,this.handleShowLayer=this.handleShowLayer.bind(this),this.handleHideLayer=this.handleHideLayer.bind(this),this.subscribeLayerManager()}get loaded(){return this._loaded}async load(){this._loaded=!1,this.videoContexts.clear();for(const e of this.layerManager.getLayers()){const t=new si(this);this.videoContexts.set(e,t),await t.load(e)}this._loaded=!0}async start(){const e=this.getActiveVideoContext();await(e?.start())}mute(){this.muted=!0;const e=this.getActiveVideoContext();e?.mute()}unmute(){this.muted=!1;const e=this.getActiveVideoContext();e?.unmute()}async resume(){const e=this.getActiveVideoContext();e?.resume()}pause(){const e=this.getActiveVideoContext();e?.pause()}stop(){for(const e of this.videoContexts.values())e.stop()}async destroy(){this._loaded=!1;for(const e of this.videoContexts.values())await e.destroy();this.videoContexts=new Map,this.unsubscribeLayerManager()}subscribeLayerManager(){this.layerManager.on(Qs.ShowLayer,this.handleShowLayer),this.layerManager.on(Qs.HideLayer,this.handleHideLayer)}unsubscribeLayerManager(){this.layerManager.off(Qs.ShowLayer,this.handleShowLayer),this.layerManager.off(Qs.HideLayer,this.handleHideLayer)}handleShowLayer({layer:e}){this.intheritMuted();const t=this.videoContexts.get(e);t?.start().catch(console.error)}handleHideLayer({layer:e}){const t=this.videoContexts.get(e);t?.stop()}getActiveVideoContext(){const e=this.layerManager.activeLayer;if(e)return this.videoContexts.get(e)}intheritMuted(){this.muted?this.mute():this.unmute()}}class ri extends(s()){videoContainer;videoContext;_loaded=!1;constructor(e){super(),this.videoContainer=e,this.videoContext=new si(this)}get loaded(){return this._loaded}async load(){this._loaded=!1,await this.videoContext.load(this.videoContainer),this._loaded=!0}async start(){await this.videoContext.start()}pause(){this.videoContext.pause()}async resume(){await this.videoContext.resume()}stop(){this.videoContext.stop()}mute(){this.videoContext.mute()}unmute(){this.videoContext.unmute()}async destroy(){return this._loaded=!1,this.videoContext.destroy()}}class ai{constructor(){}static create(e,t){if(!si.hasVideo(e))return null;return e.querySelectorAll(".narrative-slide.narrative-multi-slide").length>0?new ii(t):new ri(e)}}class oi{_widgetFactories=new Set;_widgets=[];constructor(){this.refreshUserData=this.refreshUserData.bind(this)}get widgets(){return this._widgets}async init(e){this._widgets=[];for(const t of this._widgetFactories.values()){const s=t.create(e);s.length?this._widgets.push(...s):this._widgetFactories.delete(t)}await Promise.all(this._widgets.map((e=>e.init())))}registerFactory(e){this._widgetFactories.add(e)}registerManyFactories(e){this._widgetFactories.clear();for(const t of e)this._widgetFactories.add(t)}pause(){for(const e of this._widgets)e.pause()}resume(){for(const e of this._widgets)e.resume()}findAllOfType(e){return this.widgets.filter(e)}stop(){for(const e of this._widgets)e.destroy();this._widgets=[]}handleWidgetClick(e,t){for(const s of this.widgets)if(s.click({target:e,navigationController:t}),t.defaultPrevented)break}destroy(){this.stop()}refreshUserData(){for(const e of this._widgets)e.refreshUserData()}}class ni{pause(){}resume(){}destroy(){}refreshUserData(){}setUserData(e,t){}}class li extends ni{element;slideApi;constructor(e,t){super(),this.element=e,this.slideApi=t}async init(){this.slideApi.WidgetCopy.init(this.element)}refreshUserData(){this.slideApi.WidgetCopy.onRefreshUserData(this.element)}click(e){this.element==e.target&&(this.slideApi.WidgetCopy.click(e.target),e.navigationController.preventDefault())}}class di{slideApi;constructor(e){this.slideApi=e}create(e){return Array.from(e.querySelectorAll(".narrative-element-copy")).map((e=>new li(e,this.slideApi)))}}class ci extends ni{element;slideApi;constructor(e,t){super(),this.element=e,this.slideApi=t}async init(){this.slideApi.WidgetDataInput.init(this.element)}refreshUserData(){this.slideApi.WidgetDataInput.onRefreshUserData(this.element)}click(e){this.element==e.target&&(this.slideApi.WidgetDataInput.click(e.target),e.navigationController.preventDefault())}setUserData(e,t=""){this.slideApi.WidgetDataInput.setUserData(e,t)}}class hi{slideApi;constructor(e){this.slideApi=e}create(e){return Array.from(e.querySelectorAll(".narrative-element-data-input")).map((e=>new ci(e,this.slideApi)))}}class ui extends ni{element;layers;slideApi;constructor(e,t,s){super(),this.element=e,this.layers=t,this.slideApi=s}async init(){this.slideApi.WidgetDateCountdown.init(this.element,this.layers)}pause(){this.slideApi.WidgetDateCountdown.onPause(this.element)}resume(){this.slideApi.WidgetDateCountdown.onResume(this.element)}refreshUserData(){this.slideApi.WidgetDateCountdown.onRefreshUserData(this.element)}click(){}}class pi{slideApi;constructor(e){this.slideApi=e}create(e){const t=Array.from(e.querySelectorAll(".narrative-element-date-countdown")),s=Array.from(e.querySelectorAll(".narrative-slide.narrative-multi-slide"));return t.map((e=>new ui(e,s,this.slideApi)))}}class gi extends ni{element;slideApi;constructor(e,t){super(),this.element=e,this.slideApi=t}async init(){this.slideApi.WidgetPoll.init(this.element)}refreshUserData(){this.slideApi.WidgetPoll.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetPoll.select(e)}setUserData(e,t=""){this.slideApi.WidgetPoll.setUserData(e,t)}click(e){e.target.classList.contains("narrative-element-poll-button")&&(this.select(e.target),e.navigationController.preventDefault())}}class mi{slideApi;constructor(e){this.slideApi=e}create(e){return Array.from(e.querySelectorAll(".narrative-element-poll")).map((e=>new gi(e,this.slideApi)))}}class yi extends ni{element;layers;slideApi;constructor(e,t,s){super(),this.element=e,this.layers=t,this.slideApi=s}async init(){this.slideApi.WidgetPollLayers.init(this.element,this.layers)}refreshUserData(){this.slideApi.WidgetPollLayers.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetPollLayers.select(e)}click(e){e.target.classList.contains("narrative-element-poll-button")&&(this.select(e.target),e.navigationController.preventDefault())}}class vi{slideApi;constructor(e){this.slideApi=e}create(e){const t=Array.from(e.querySelectorAll(".narrative-element-poll-layers")),s=Array.from(e.querySelectorAll(".narrative-slide.narrative-multi-slide"));return t.map((e=>new yi(e,s,this.slideApi)))}}class fi extends ni{element;slideApi;story;constructor(e,t,s){super(),this.element=e,this.slideApi=t,this.story=s}async init(){return this.slideApi.WidgetQuest.init(this.element)}refreshUserData(){this.slideApi.WidgetQuest.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetQuest.select(e)}click(e){e.target.classList.contains("narrative-element-test-answer")?this.handleTestAnswer(e):this.handleRouteClick(e)}handleTestAnswer(e){this.select(e.target),e.navigationController.preventDefault()}handleRouteClick(e){e.navigationController.navigationDisabled||(e.navigationController.preventDefault(),this.slideApi.WidgetQuest.handleRouteClick(this.element,{direction:e.navigationController.direction>0?"forward":"backward",slideIndex:this.story.activeSlideIndex,slideCount:this.story.slidesCount,click:()=>{e.navigationController.navigate()}}))}}class wi{story;slideApi;constructor(e,t){this.story=e,this.slideApi=t}create(e){const t=e.querySelector(".narrative-element-quest");return t?[new fi(t,this.slideApi,this.story)]:[]}}class _i extends ni{element;slideApi;story;constructor(e,t,s){super(),this.element=e,this.slideApi=t,this.story=s}async init(){this.slideApi.WidgetQuiz.init(this.element)}refreshUserData(){this.slideApi.WidgetQuiz.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetQuiz.select(e)}slideQuizIsDone(e){return this.slideApi.WidgetQuiz.slideQuizIsDone(e)}click(e){e.target.classList.contains("narrative-element-quiz-next-button")?this.handleNextButton(e):e.target.classList.contains("narrative-element-quiz-answer")?this.handleAnswer(e):this.handleQuizIsDone(e)}handleQuizIsDone(e){this.slideQuizIsDone(this.element)||e.navigationController.disableNextClick()}handleNextButton(e){this.story.nextSlide(),e.navigationController.preventDefault()}handleAnswer(e){this.select(e.target),e.navigationController.preventDefault()}}class Si{story;slideApi;constructor(e,t){this.story=e,this.slideApi=t}create(e){const t=e.querySelector(".narrative-element-quiz");return t?[new _i(t,this.slideApi,this.story)]:[]}}class bi extends ni{element;slideApi;story;constructor(e,t,s){super(),this.element=e,this.slideApi=t,this.story=s}async init(){this.slideApi.WidgetQuizGrouped.init(this.element)}refreshUserData(){this.slideApi.WidgetQuizGrouped.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetQuizGrouped.select(e)}slideQuizIsDone(e){return this.slideApi.WidgetQuizGrouped.slideQuizIsDone(e)}click(e){e.target.classList.contains("narrative-element-quiz-next-button")?this.handleNextButton(e):e.target.classList.contains("narrative-element-quiz-answer")?this.handleAnswer(e):this.handleQuizIsDone(e)}handleNextButton(e){this.story.nextSlide(),e.navigationController.preventDefault()}handleQuizIsDone(e){this.slideQuizIsDone(this.element)||e.navigationController.disableNextClick()}handleAnswer(e){this.select(e.target),e.navigationController.preventDefault()}}class xi{story;slideApi;constructor(e,t){this.story=e,this.slideApi=t}create(e){const t=e.querySelector(".narrative-element-quiz-grouped");return t?[new bi(t,this.slideApi,this.story)]:[]}}class Ci extends ni{element;slideApi;touchController;slideContent;constructor(e,t,s,i){super(),this.element=e,this.slideApi=t,this.touchController=s,this.slideContent=i,this.disableSwipeGesture=this.disableSwipeGesture.bind(this),this.enableSwipeGesture=this.enableSwipeGesture.bind(this)}async init(){this.slideApi.WidgetRangeSlider.init(this.element),this.registerMouseAndTouchEvents()}refreshUserData(){this.slideApi.WidgetRangeSlider.onRefreshUserData(this.element)}click(e){e.target.classList.contains("rangeslider")?this.handleClickSlider(e):e.target.classList.contains("narrative-element-range-slider-next-button")?this.handleClickSliderNextButton(e):this.handleCaptureClick(e)}isClickCapturedBySlider(e){return this.slideApi.WidgetRangeSlider.isClickCapturedBySlider(e)}destroy(){this.unregisterMouseAndTouchEvents()}handleClickSlider(e){e.navigationController.preventDefault()}handleCaptureClick(e){this.isClickCapturedBySlider(this.element)&&e.navigationController.preventDefault()}handleClickSliderNextButton(e){this.slideApi.WidgetRangeSlider.click(e.target),e.navigationController.preventDefault()}disableSwipeGesture(e){this.touchController.disable()}enableSwipeGesture(e){this.touchController.enable()}registerMouseAndTouchEvents(){this.slideContent.addEventListener("mouseup",this.enableSwipeGesture),this.slideContent.addEventListener("touchend",this.enableSwipeGesture),this.slideContent.addEventListener("mousedown",this.disableSwipeGesture),this.slideContent.addEventListener("touchstart",this.disableSwipeGesture)}unregisterMouseAndTouchEvents(){this.slideContent?.removeEventListener("mouseup",this.enableSwipeGesture),this.slideContent?.removeEventListener("touchend",this.enableSwipeGesture),this.slideContent?.removeEventListener("mousedown",this.disableSwipeGesture),this.slideContent?.removeEventListener("touchstart",this.disableSwipeGesture)}}class ki{touchController;slideApi;constructor(e,t){this.touchController=e,this.slideApi=t}create(e){const t=e.querySelector(".narrative-element-range-slider");return t?[new Ci(t,this.slideApi,this.touchController,e)]:[]}}class Mi extends ni{element;slideApi;constructor(e,t){super(),this.element=e,this.slideApi=t}async init(){this.slideApi.WidgetRate.init(this.element)}click(e){e.target.classList.contains("narrative-element-rate-input")&&(this.select(e.target),e.navigationController.preventDefault())}refreshUserData(){this.slideApi.WidgetRate.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetRate.select(e)}setUserData(e,t=""){this.slideApi.WidgetRate.setUserData(e,t)}}class Ii{slideApi;constructor(e){this.slideApi=e}create(e){return Array.from(e.querySelectorAll(".narrative-element-rate")).map((e=>new Mi(e,this.slideApi)))}}class Li extends ni{element;layers;slideApi;constructor(e,t,s){super(),this.element=e,this.layers=t,this.slideApi=s,this.handleShareComplete=this.handleShareComplete.bind(this),this.registerEvents()}async init(){this.slideApi.WidgetShare.init(this.element,Array.from(this.layers))}complete(e,t){this.slideApi.WidgetShare.complete(e,t)}refreshUserData(){this.slideApi.WidgetShare.onRefreshUserData(this.element)}click(e){this.element==e.target&&(this.slideApi.WidgetShare.click(e.target),e.navigationController.preventDefault())}destroy(){this.unregisterEvents()}registerEvents(){ps.on(`${Li.name}.shareComplete`,this.handleShareComplete)}unregisterEvents(){ps.off(`${Li.name}.shareComplete`,this.handleShareComplete)}handleShareComplete({shareId:e,result:t}){H(`[Share Widget]: share complete, { shareId, result }: ${e}, ${t}}`),this.complete(e,t)}}class Ai{slideApi;constructor(e){this.slideApi=e}create(e){const t=Array.from(e.querySelectorAll(".narrative-element-share")),s=Array.from(e.querySelectorAll(".narrative-slide.narrative-multi-slide"));return t.map((e=>new Li(e,s,this.slideApi)))}}class Oi extends ni{element;slideApi;story;constructor(e,t,s){super(),this.element=e,this.slideApi=t,this.story=s}async init(){this.slideApi.WidgetTest.init(this.element)}refreshUserData(){this.slideApi.WidgetTest.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetTest.select(e)}slideTestIsDone(e){return this.slideApi.WidgetTest.slideTestIsDone(e)}slideTestWithTimer(e){return this.slideApi.WidgetTest.slideTestWithTimer(e)}click(e){e.target.classList.contains("narrative-element-test-next-button")?this.handleNextButton(e):e.target.classList.contains("narrative-element-test-answer")?this.handleAnswer(e):this.handleTestIsDone(e)}handleNextButton(e){this.story.nextSlide(),e.navigationController.preventDefault()}handleAnswer(e){this.select(e.target),e.navigationController.preventDefault()}handleTestIsDone(e){const t=this.slideTestIsDone(this.element);!this.slideTestWithTimer(this.element)||t?t||e.navigationController.disableNextClick():e.navigationController.preventDefault()}}class Ei{story;slideApi;constructor(e,t){this.story=e,this.slideApi=t}create(e){const t=e.querySelector(".narrative-element-test");return t?[new Oi(t,this.slideApi,this.story)]:[]}}class Ti extends ni{element;slideApi;constructor(e,t){super(),this.element=e,this.slideApi=t}async init(){this.slideApi.WidgetVote.init(this.element);const e="narrative-element-quiz-next-button",t=this.element.querySelector(`.${e}`);t&&t.classList.remove(e)}refreshUserData(){this.slideApi.WidgetVote.onRefreshUserData(this.element)}select(e){this.slideApi.WidgetVote.select(e)}click(e){if(e.target.classList.contains("narrative-element-vote-next-button")){if(!this.slideApi.WidgetVote.click(e.target))return void e.navigationController.preventDefault()}e.target.classList.contains("narrative-element-vote-answer")&&(this.slideApi.WidgetVote.select(e.target),e.navigationController.preventDefault())}}class Ri{slideApi;constructor(e){this.slideApi=e}create(e){return Array.from(e.querySelectorAll(".narrative-element-vote")).map((e=>new Ti(e,this.slideApi)))}}class Di extends ni{element;slideApi;constructor(e,t){super(),this.element=e,this.slideApi=t}async init(){this.slideApi.WidgetBarcode.init(this.element)}refreshUserData(){this.slideApi.WidgetBarcode.onRefreshUserData(this.element)}click(e){this.element==e.target&&(this.slideApi.WidgetBarcode.click(e.target),e.navigationController.preventDefault())}}class Pi{slideApi;constructor(e){this.slideApi=e}create(e){return Array.from(e.querySelectorAll(".narrative-element-barcode")).map((e=>new Di(e,this.slideApi)))}}class Bi extends ni{elements;slideApi;constructor(e,t){super(),this.elements=e,this.slideApi=t}async init(){this.slideApi.WidgetMultiSlide.init(this.elements)}click(){}destroy(){}}class ji{slideApi;constructor(e){this.slideApi=e}create(e){const t=Array.from(e.querySelectorAll(".narrative-slide.narrative-multi-slide"));return t.length?[new Bi(t,this.slideApi)]:[]}}var Fi,Ni=R(5714),Ui=R.n(Ni);!function(e){e.TouchStart="touchStart",e.TouchMove="touchMove",e.TouchEnd="touchEnd",e.TouchMoveHorizontal="touchMoveHorizontal",e.TouchMoveVertical="touchMoveVertical",e.LongTouchDetected="longTouchDetected"}(Fi||(Fi={}));class zi{x;y;constructor(e,t){this.x=e,this.y=t}}class Vi{x;y;dx;dy;constructor(e,t,s,i){this.x=e,this.y=t,this.dx=s,this.dy=i}}class Wi extends(s()){$el=null;startPoint=new zi(0,0);touchStartTimerId=null;enabled=!0;_isSwiping=!1;touched=!1;_horizontalSwipeGesture=!1;_verticalSwipeGesture=!1;_isLongTouch=!1;options={threshold:10,touchStartTimeout:-1};constructor(e){super(),e&&(this.options=Ui()(this.options,e)),this.handleTouchStart=this.handleTouchStart.bind(this),this.handleTouchMove=this.handleTouchMove.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}get isSwiping(){return this._isSwiping}get horizontalSwipeGesture(){return this._horizontalSwipeGesture}get verticalSwipeGesture(){return this._verticalSwipeGesture}enable(){this.enabled=!0}disable(){this.enabled=!1}destroy(){this.$el&&(this.reset(),this.clearTouchStartTimeout(),this.$el.removeEventListener("touchstart",this.handleTouchStart),this.$el.removeEventListener("touchmove",this.handleTouchMove),this.$el.removeEventListener("touchend",this.handleTouchEnd),this.$el=null)}init(e){this.$el||(this.$el=e,this.$el.addEventListener("touchstart",this.handleTouchStart,{passive:!0}),this.$el.addEventListener("touchmove",this.handleTouchMove,{passive:!0}),this.$el.addEventListener("touchend",this.handleTouchEnd))}handleTouchStart(e){e.stopPropagation(),this.enabled&&!this.touched&&(this.touched=!0,this.clearTouchStartTimeout(),this.startPoint=this.getPointByEvent(e),this.emit(Fi.TouchStart,new Vi(this.startPoint.x,this.startPoint.y,0,0)),this.startTouchStartTimer(this.startPoint))}handleTouchMove(e){if(!this.touched)return;const t=this.getPointByEvent(e),s=this.getDeltaPoint(t),i=new Vi(t.x,t.y,s.x,s.y);this.isThresholdExceed(s)&&(this._isSwiping=!0),this._isSwiping&&(this.emit(Fi.TouchMove,i),this.determineSwipeGestureDirection(s),this.handleHorizontalSwipeGesture(i),this.handleVerticalSwipeGesture(i))}isThresholdExceed(e){return Math.abs(e.x)>this.options.threshold||Math.abs(e.y)>this.options.threshold}handleTouchEnd(e){if(!this.touched)return;this._isLongTouch&&e.preventDefault(),e.stopPropagation(),this.clearTouchStartTimeout();const t=this.getPointByEvent(e),s=this.getDeltaPoint(t);this.emit(Fi.TouchEnd,new Vi(t.x,t.y,s.x,s.y)),this.reset()}clearTouchStartTimeout(){this.touchStartTimerId&&(clearTimeout(this.touchStartTimerId),this.touchStartTimerId=null)}startTouchStartTimer(e){null!=this.options.touchStartTimeout&&-1!==this.options.touchStartTimeout&&(this.touchStartTimerId=setTimeout((()=>{this._isLongTouch=!0,this.emit(Fi.LongTouchDetected,e)}),this.options.touchStartTimeout))}getPointByEvent(e){if(e instanceof TouchEvent){const t=e.changedTouches[0];return new zi(t.pageX,t.pageY)}return new zi(e.pageX,e.pageY)}getDeltaPoint(e){const t=e.x-this.startPoint.x,s=e.y-this.startPoint.y;return new zi(t,s)}determineSwipeGestureDirection(e){Math.abs(e.x)>Math.abs(e.y)?this._verticalSwipeGesture||(this._horizontalSwipeGesture=!0):this._horizontalSwipeGesture||(this._verticalSwipeGesture=!0)}handleVerticalSwipeGesture(e){this._verticalSwipeGesture&&this.emit(Fi.TouchMoveVertical,e)}handleHorizontalSwipeGesture(e){this._horizontalSwipeGesture&&this.emit(Fi.TouchMoveHorizontal,e)}reset(){this._isSwiping=!1,this.touched=!1,this._isLongTouch=!1,this._horizontalSwipeGesture=!1,this._verticalSwipeGesture=!1}}class Gi{timeout_id;duration;content;position;getMountPoint=()=>document.body;constructor(e){let t;this.timeout_id=null,this.duration=3e3,this.content="",this.position="bottom",e&&"object"==typeof e&&(e.duration&&(this.duration="string"==typeof e.duration?parseFloat(e.duration):e.duration),e.content&&(this.content=e.content),e.getMountPoint&&(this.getMountPoint=e.getMountPoint),e.position&&(t=e.position.toLowerCase(),this.position="top"===t||"bottom"===t?t:"bottom"),this.show())}show(){if(!this.content)return!1;this.timeout_id&&clearTimeout(this.timeout_id);const e=document.getElementById("toast_container");e&&e.parentNode?.removeChild(e);const t=document.createElement("div");t.setAttribute("id","toast_container"),t.setAttribute("class","toast_fadein");const s=document.createElement("div");s.setAttribute("id","toast"),t.appendChild(s);const i=document.createElement("span");return i.innerHTML=this.content,s.appendChild(i),this.getMountPoint().appendChild(t),this.timeout_id=window.setTimeout(this.hide,this.duration),!0}hide(){const e=document.getElementById("toast_container");if(!e)return!1;function t(){const e=document.getElementById("toast_container");if(!e)return!1;e.parentNode?.removeChild(e)}return this.timeout_id&&clearTimeout(this.timeout_id),e.className+=" toast_fadeout",e.addEventListener("webkitAnimationEnd",t),e.addEventListener("animationEnd",t),e.addEventListener("msAnimationEnd",t),e.addEventListener("oAnimationEnd",t),!0}}var $i=R(7326),Hi=R.n($i);class qi{slider;constructor(e){this.slider=e,this.handleScroll=this.handleScroll.bind(this),this.init(),this.addEventListeners()}destroy(){this.slider.getElementRef().removeEventListener("scroll",this.handleScroll)}init(){const e=this.slider.getElementRef();e.style.overflowX=this.slider.isHorizontal()?"scroll":"hidden",e.style.overflowY=this.slider.isHorizontal()?"hidden":"scroll"}addEventListeners(){this.slider.getElementRef().addEventListener("scroll",this.handleScroll)}scrollTo(e){const t=this.slider.getElementRef(),s=this.slider.dir===O.LTR?1:-1;t.scrollLeft=s*e.x,t.scrollTop=e.y}scrollWithAnimation(e,t){const s=this.slider.getElementRef(),i=this.slider.dir===O.LTR?1:-1;s.scrollTo({left:i*e.x,top:e.y,behavior:"smooth"})}stopAnimation(){}handleScroll(){this.slider.notifyScrollStart();const e=this.slider.getElementRef();this.slider.updatePosition(Math.abs(e.scrollLeft),Math.abs(e.scrollTop)),this.slider.testAttraction(e.scrollLeft,e.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition()),this.debouncedTryEndScroll()}debouncedTryEndScroll=Hi()((()=>{this.slider.notifyScrollEnd()}),200)}class Qi{slider;lastClientX=0;lastClientY=0;pushed=!1;isDragging=!1;isAnimating=!1;constructor(e){this.slider=e,this.handleScroll=this.handleScroll.bind(this),this.init(),this.handleMouseDown=this.handleMouseDown.bind(this),this.handleMouseMove=this.handleMouseMove.bind(this),this.handleMouseUp=this.handleMouseUp.bind(this),this.addEventListeners()}init(){const e=this.slider.getElementRef();e.style.overflowX=this.slider.isHorizontal()?"scroll":"hidden",e.style.overflowY=this.slider.isHorizontal()?"hidden":"scroll"}addEventListeners(){const e=this.slider.getElementRef();e.addEventListener("scroll",this.handleScroll),e.addEventListener("mousedown",this.handleMouseDown,Z),e.addEventListener("touchstart",this.handleMouseDown,Z)}scrollTo(e){const t=this.slider.getElementRef(),s=this.slider.dir===O.LTR?1:-1;t.scrollLeft=s*e.x,t.scrollTop=e.y,this.slider.updatePosition(Math.abs(t.scrollLeft),Math.abs(t.scrollTop)),this.slider.testAttraction(t.scrollLeft,t.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition())}scrollWithAnimation(e,t){this.isAnimating=!0;const s=this.slider.getElementRef(),i=this.slider.dir===O.LTR?1:-1;s.scrollTo({left:i*e.x,top:e.y,behavior:"smooth"})}stopAnimation(){}destroy(){const e=this.slider.getElementRef();e.removeEventListener("mousedown",this.handleMouseDown,Z),e.removeEventListener("touchstart",this.handleMouseDown,Z),e.removeEventListener("mouseup",this.handleMouseUp,Z),e.removeEventListener("touchend",this.handleMouseUp,Z),e.removeEventListener("mousemove",this.handleMouseMove,Z),e.removeEventListener("touchmove",this.handleMouseMove,Z),e.removeEventListener("scroll",this.handleScroll)}handleMouseDown(e){this.pushed=!0,this.isDragging=!1;const{clientX:t,clientY:s}=this.extractPointerPosition(e);this.lastClientX=t,this.lastClientY=s,window.addEventListener("mouseup",this.handleMouseUp,Z),window.addEventListener("touchend",this.handleMouseUp,Z),window.addEventListener("mousemove",this.handleMouseMove,Z),window.addEventListener("touchmove",this.handleMouseMove,Z)}handleMouseUp(){this.pushed&&(this.pushed=!1,this.isDragging=!1,this.slider.notifyScrollEnd(),window.removeEventListener("mouseup",this.handleMouseUp,Z),window.removeEventListener("touchend",this.handleMouseUp,Z),window.removeEventListener("mousemove",this.handleMouseMove,Z),window.removeEventListener("touchmove",this.handleMouseMove,Z))}handleMouseMove(e){if(!this.pushed)return;const{clientX:t,clientY:s}=this.extractPointerPosition(e),i=t-this.lastClientX,r=s-this.lastClientY;this.lastClientX=t,this.lastClientY=s;const{x:a,y:o}=this.slider.preparePosition(this.slider.getCurrentPosition().x-i,this.slider.getCurrentPosition().y-r);!this.isDragging&&(Math.abs(i)>=1||Math.abs(r)>=1)&&(this.isDragging=!0),this.isDragging&&this.scrollTo({x:a,y:o})}extractPointerPosition(e){return e instanceof MouseEvent?{clientX:e.clientX,clientY:e.clientY}:{clientX:e.touches[0].clientX,clientY:e.touches[0].clientY}}handleScroll(){this.isDragging?this.handleScrollByDraggable():this.isAnimating?this.handleScrollByAnimation():this.handleScrollByMouseWheel()}handleScrollByMouseWheel(){this.slider.notifyScrollStart();const e=this.slider.getElementRef();this.slider.updatePosition(Math.abs(e.scrollLeft),Math.abs(e.scrollTop)),this.slider.testAttraction(e.scrollLeft,e.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition()),this.debouncedTryMouseWheelEndScroll()}handleScrollByDraggable(){this.slider.notifyScrollStart()}handleScrollByAnimation(){if(!this.isAnimating)return;this.slider.notifyScrollStart();const e=this.slider.getElementRef();this.slider.updatePosition(Math.abs(e.scrollLeft),Math.abs(e.scrollTop)),this.slider.testAttraction(e.scrollLeft,e.scrollTop),this.slider.emit("scroll",this.slider.getCurrentPosition()),this.debouncedTryAnimationEndScroll()}debouncedTryAnimationEndScroll=Hi()((()=>{this.isAnimating=!1,this.slider.notifyScrollEnd()}),200);debouncedTryMouseWheelEndScroll=Hi()((()=>{this.slider.notifyScrollEnd()}),200)}var Ki;!function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(Ki||(Ki={}));class Yi extends t.EventEmitter{scrollStrategy;_isScrolling=!1;slider;currentPosition={x:0,y:0};direction=Ki.Horizontal;gap=20;_reachStart=!0;_reachEnd=!0;desktopMode=!0;_dir=O.LTR;get isScrolling(){return this._isScrolling}get slides(){return this.slider.children[0]instanceof HTMLSlotElement?this.slider.children[0].assignedElements({flatten:!1}):Array.from(this.slider.children)}get elementRef(){return this.slider}get reachStart(){return this._reachStart}get reachEnd(){return this._reachEnd}get scrollWidth(){return this.slider.scrollWidth}get dir(){return this._dir}mount(e){this.slider=e,this.changeScrollStrategy()}destroy(){this.removeAllListeners(),this.scrollStrategy.destroy()}getLength(){return this.slider?.children.length??0}changeDirection(e){this.direction=e,this.scrollTo(0,0),this.changeScrollStrategy()}setGap(e){this.gap=e}setDesktopMode(e){this.desktopMode=e,this.changeScrollStrategy()}getGap(){return this.gap}scrollTo(e,t=300){e=Math.trunc(e);const s=this.preparePosition(e,e);this.isTheSamePosition(s.x,s.y)||(t>0?this.scrollStrategy.scrollWithAnimation(s,t):this.scrollStrategy.scrollTo(s))}isHorizontal(){return this.direction===Ki.Horizontal}updatePosition(e,t){this.currentPosition={x:Math.trunc(e),y:Math.trunc(t)}}getElementRef(){return this.slider}getCurrentPosition(){return this.currentPosition}preparePosition(e,t){let s={x:e,y:t};return this.isHorizontal()?s.y=0:s.x=0,this.attractToBounds(s.x,s.y)}attractToBounds(e,t){return{x:this.attractToBoundsByX(e),y:this.attractToBoundsByY(t)}}attractToBoundsByX(e){return e<=0?0:e+this.slider.clientWidth>=this.slider.scrollWidth?this.slider.scrollWidth-this.slider.clientWidth:e}attractToBoundsByY(e){return e<=0?0:e+this.slider.clientHeight>=this.slider.scrollHeight?this.slider.scrollHeight-this.slider.clientHeight:e}testAttraction(e,t){const s=e+this.slider.clientWidth>=Math.max(this.slider.scrollWidth-1,0),i=t+this.slider.clientHeight>=Math.max(this.slider.scrollHeight-1,0);this._reachStart=e<=0&&t<=0,this._reachEnd=this.isHorizontal()?s:i,this.emit("reachStart",this._reachStart),this.emit("reachEnd",this._reachEnd)}setTextDirection(e){this._dir=e}scrollBySlideIndex(e,t){this.isHorizontal()?this.scrollTo(this.slides[e].offsetLeft,t):this.scrollTo(this.slides[e].offsetTop,t)}scrollByDirection(e,t){const{x:s,y:i}=this.getCurrentPosition(),r=this.isHorizontal()?s:i,a=this.getSlidesPerView(),o=this.getStoryWidth(),n=this.getStoryHeight(),l=r+e*a*(this.isHorizontal()?o:n);this.scrollTo(l,t)}notifyScrollStart(){this.isScrolling||(this._isScrolling=!0,this.emit("scrollstart",this.currentPosition))}notifyScrollEnd(){this.isScrolling&&(this._isScrolling=!1,this.emit("scrollend",this.currentPosition))}async waitStoryListClientWidth(){const e=t=>{this.elementRef.clientWidth>0?t():requestAnimationFrame((()=>e(t)))};return new Promise((t=>{requestAnimationFrame((()=>e(t)))}))}isTheSamePosition(e,t){return e===this.currentPosition.x&&t===this.currentPosition.y}getSlidesPerView(){if(this.isHorizontal()&&this.slider.clientWidth){const e=this.slider.children[0].clientWidth+this.gap;return Math.round(this.slider.clientWidth/e)}if(!this.isHorizontal()&&this.slider.clientHeight){const e=this.slider.children[0].clientHeight+this.gap;return Math.round(this.slider.clientHeight/e)}return 1}getStoryWidth(){return this.slides[0]?.clientWidth+this.gap}getStoryHeight(){return this.slides[0]?.clientHeight+this.gap}changeScrollStrategy(){this.scrollStrategy&&this.scrollStrategy.destroy(),this.scrollStrategy=this.desktopMode?new Qi(this):new qi(this)}}const Zi=45,Ji=350,Xi="linear",er=1.6,tr=2*Math.tan(Zi*Math.PI/360),sr=Ji/1e3;class ir{slider;newAngle=0;angleDelta=0;normalizedShift=0;movementStartAt=0;_currentAngle=0;constructor(e){this.slider=e}get currentAngle(){return this._currentAngle}get perspective(){return 0}get depth(){return 0}startMove(){this.newAngle=0,this.angleDelta=0,this.normalizedShift=0,this.movementStartAt=Date.now()}move(e){this.normalizedShift=e/this.slider.clientWidth*er,this.newAngle=this._currentAngle+this.normalizedShift*Zi,this.angleDelta=this.newAngle-this._currentAngle}endMove(){if(!this.normalizedShift)return;let e=Math.round(this.angleDelta/Zi);e=this.limitByFastMovement(e),e=this.limitBySliderEdges(e),this.slider.emit("touchEnd",e)}limitByFastMovement(e){return this.isFastMovement(e)?this.normalizedShift<0?-1:1:e}isFastMovement(e){return Date.now()-this.movementStartAt<=500&&0===e}limitBySliderEdges(e){return e<0&&this.slider.isBeginning||e>0&&this.slider.isEnd?0:e}}const rr=.05;class ar extends ir{init(){this._currentAngle=this.slider.currentIndex*Zi}transform(e){const t=this.slider.leftElement,s=this.slider.rightElement,i=this.slider.frontElement;t?.style.setProperty("transform",`translateZ(0) translateX(${-100*(.1- -1*e/10)}%) scale(${Math.min(.9+-1*e/10,1)})`),s?.style.setProperty("transform",`translateZ(0) translateX(${100*(1-e)}%)`),i?.style.setProperty("transform",`translateZ(0) translateX(${e<=0?-100*e:-100*(0- -1*e/10)}%) scale(${e<=0?1:1+-1*e/10})`)}move(e){super.move(e),this.normalizedShift=this.applyBoundsConstraint(this.normalizedShift),this.transform(this.normalizedShift)}getCSSStyle(e,t){return{display:Math.abs(e-t)<=1?"block":"none",transition:"inherit",transform:`translateZ(0) translateX(${0===e?-10:-100*t+100*e}%) scale(${0===e?.9:1})`}}applyBoundsConstraint(e){return this.slider.isBeginning||this.slider.isEnd?e>=rr&&this.slider.isEnd?rr:e<=-.05&&this.slider.isBeginning?-.05:e:e}}const or=.05;class nr extends ir{init(){this._currentAngle=this.slider.currentIndex*Zi}transform(e){const t=this.slider.leftElement,s=this.slider.rightElement,i=this.slider.frontElement;t?.style.setProperty("transform",`translateZ(0) translateX(${-100*(1+e)}%)`),s?.style.setProperty("transform",`translateZ(0) translateX(${100*(1-e)}%)`),i?.style.setProperty("transform",`translateZ(0) translateX(${-100*e}%)`)}move(e){super.move(e),this.normalizedShift=this.applyBoundsConstraint(this.normalizedShift),this.transform(this.normalizedShift)}getCSSStyle(e,t){return{display:Math.abs(e-t)<=1?"block":"none",transition:"inherit",transform:`translateZ(0) translateX(${-100*t+100*e}%)`}}applyBoundsConstraint(e){return this.slider.isBeginning||this.slider.isEnd?e>=or&&this.slider.isEnd?or:e<=-.05&&this.slider.isBeginning?-.05:e:e}}class lr extends ir{get perspective(){return this.slider.clientWidth*er}get depth(){return this.slider.clientWidth/tr}init(){this.transform(this.slider.currentIndex)}async transform(e){this._currentAngle=this._currentAngle+e*Zi,this.slider.setTransform(`rotateY(${-this._currentAngle}deg)`)}move(e){super.move(e),this.newAngle=this.applyBoundsConstraint(this.angleDelta),this.slider.setTransform(`rotateY(${-this.newAngle}deg)`)}getCSSStyle(e,t){return{display:Math.abs(e-t)<=1?"block":"none",transition:"",transform:"rotateY("+e*Zi+`deg) translateZ(${this.depth}px)`}}applyBoundsConstraint(e){return this.slider.isBeginning||this.slider.isEnd?e>=5&&this.slider.isEnd?this._currentAngle+5:e<=-5&&this.slider.isBeginning?this._currentAngle-5:this.newAngle:this.newAngle}}class dr{static create(e,t){switch(t){case _.FLAT:return new nr(e);case _.COVER:return new ar(e);case _.CUBE:return new lr(e);default:return new nr(e)}}}var cr=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},hr=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let ur=(()=>{let e,s,i,r,a,o,n,l,d,c,h,u,p,g,m,y,v,f=t.EventEmitter,w=[],_=[],S=[],b=[],x=[],C=[],k=[];return class extends f{static{const t="function"==typeof Symbol&&Symbol.metadata?Object.create(f[Symbol.metadata]??null):void 0;e=[we.observable],s=[we.observable],i=[we.observable],r=[we.computed],a=[we.computed],o=[we.computed],n=[we.computed],l=[we.computed],d=[we.computed],c=[we.computed],h=[we.computed],u=[we.computed],p=[we.action],g=[we.action],m=[we.action],y=[we.action],v=[we.action],hr(this,null,e,{kind:"accessor",name:"_animating",static:!1,private:!1,access:{has:e=>"_animating"in e,get:e=>e._animating,set:(e,t)=>{e._animating=t}},metadata:t},_,S),hr(this,null,s,{kind:"accessor",name:"_currentIndex",static:!1,private:!1,access:{has:e=>"_currentIndex"in e,get:e=>e._currentIndex,set:(e,t)=>{e._currentIndex=t}},metadata:t},b,x),hr(this,null,i,{kind:"accessor",name:"effect",static:!1,private:!1,access:{has:e=>"effect"in e,get:e=>e.effect,set:(e,t)=>{e.effect=t}},metadata:t},C,k),hr(this,null,r,{kind:"getter",name:"animating",static:!1,private:!1,access:{has:e=>"animating"in e,get:e=>e.animating},metadata:t},null,w),hr(this,null,a,{kind:"getter",name:"leftElement",static:!1,private:!1,access:{has:e=>"leftElement"in e,get:e=>e.leftElement},metadata:t},null,w),hr(this,null,o,{kind:"getter",name:"rightElement",static:!1,private:!1,access:{has:e=>"rightElement"in e,get:e=>e.rightElement},metadata:t},null,w),hr(this,null,n,{kind:"getter",name:"frontElement",static:!1,private:!1,access:{has:e=>"frontElement"in e,get:e=>e.frontElement},metadata:t},null,w),hr(this,null,l,{kind:"getter",name:"isBeginning",static:!1,private:!1,access:{has:e=>"isBeginning"in e,get:e=>e.isBeginning},metadata:t},null,w),hr(this,null,d,{kind:"getter",name:"isEnd",static:!1,private:!1,access:{has:e=>"isEnd"in e,get:e=>e.isEnd},metadata:t},null,w),hr(this,null,c,{kind:"getter",name:"perspective",static:!1,private:!1,access:{has:e=>"perspective"in e,get:e=>e.perspective},metadata:t},null,w),hr(this,null,h,{kind:"getter",name:"depth",static:!1,private:!1,access:{has:e=>"depth"in e,get:e=>e.depth},metadata:t},null,w),hr(this,null,u,{kind:"getter",name:"currentIndex",static:!1,private:!1,access:{has:e=>"currentIndex"in e,get:e=>e.currentIndex},metadata:t},null,w),hr(this,null,p,{kind:"setter",name:"currentIndex",static:!1,private:!1,access:{has:e=>"currentIndex"in e,set:(e,t)=>{e.currentIndex=t}},metadata:t},null,w),hr(this,null,g,{kind:"method",name:"init",static:!1,private:!1,access:{has:e=>"init"in e,get:e=>e.init},metadata:t},null,w),hr(this,null,m,{kind:"method",name:"transformWithAmimation",static:!1,private:!1,access:{has:e=>"transformWithAmimation"in e,get:e=>e.transformWithAmimation},metadata:t},null,w),hr(this,null,y,{kind:"method",name:"move",static:!1,private:!1,access:{has:e=>"move"in e,get:e=>e.move},metadata:t},null,w),hr(this,null,v,{kind:"method",name:"endMove",static:!1,private:!1,access:{has:e=>"endMove"in e,get:e=>e.endMove},metadata:t},null,w),t&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:t})}#b=(cr(this,w),cr(this,_,!1));get _animating(){return this.#b}set _animating(e){this.#b=e}#x=(cr(this,S),cr(this,b,0));get _currentIndex(){return this.#x}set _currentIndex(e){this.#x=e}#C=(cr(this,x),cr(this,C,null));get effect(){return this.#C}set effect(e){this.#C=e}$el=cr(this,k);get clientWidth(){return this.$el.clientWidth}get animating(){return this._animating}get leftElement(){return this.$el.children.item(this._currentIndex-1)}get rightElement(){return this.$el.children.item(this._currentIndex+1)}get frontElement(){return this.$el.children.item(this._currentIndex)}get isBeginning(){return this._currentIndex-1==0}get isEnd(){return this._currentIndex+1===this.$el.children.length-1}get perspective(){return this.effect?.perspective??0}get depth(){return this.effect?.depth??0}get currentIndex(){return this._currentIndex}set currentIndex(e){this._currentIndex=e}getCSSStyle(e,t){return this.effect?.getCSSStyle(e,t)??{}}init({$el:e,transformStyle:t}){this.$el=e,this.effect=dr.create(this,t),this.effect.init(),this.setTransition("transform 0s"),this.updateSlidesStyle(0)}async transformWithAmimation(e){this.emit("transitionStart"),this._animating=!0,this.setTransition(`transform ${sr}s ${Xi}`),this.effect.transform(e),await this.waitTransitionEnd(),this.updateSlidesStyle(e),this._animating=!1,this.emit("transitionEnd")}startMove(){this.effect.startMove()}move(e){this._animating=!0,this.emit("touchMove"),this.effect.move(e)}endMove(){this._animating=!1,this.effect.endMove()}setTransform(e){this.$el.style.setProperty("transform",e)}updateSlidesStyle(e){const t=Array.from(this.$el.children);for(let s=0;s<t.length;s++){const i=t[s],r=this.effect.getCSSStyle(s,this.currentIndex+e);i.style.display=r.display,i.style.transform=r.transform,i.style.transition=r.transition}}setTransition(e){this.$el.style.setProperty("transition",e)}waitTransitionEnd(){return new Promise((e=>{const t=s=>{Math.round(100*s.elapsedTime)/100===sr&&"transform"===s.propertyName&&(this.setTransition("transform 0s"),this.$el.removeEventListener("transitionend",t),e())};this.$el.addEventListener("transitionend",t)}))}}})();var pr;!function(e){e.Open="open"}(pr||(pr={}));class gr extends ni{element;slideApi;touchController;swipeUpGoodsWidgetHandlers;slideContent;_swipeUpLinkTarget;_swipeUpElementId;eventEmitter=new t.EventEmitter;constructor(e,t,s,i,r){super(),this.element=e,this.slideApi=t,this.touchController=s,this.swipeUpGoodsWidgetHandlers=i,this.slideContent=r,this.handleSwipeUpGesture=this.handleSwipeUpGesture.bind(this),this.handleClick=this.handleClick.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}get targetUrl(){return decodeURIComponent(this._swipeUpLinkTarget??"")}get elementId(){return this._swipeUpElementId}async init(){this._swipeUpLinkTarget=decodeURIComponent(this.element.getAttribute("data-link-target")??""),this._swipeUpElementId=this.element.getAttribute("data-element-id")??void 0,this.registerEvents()}click(e){}destroy(){this.unregisterEvents()}close(){this.touchController?.enable(),this.swipeUpGoodsWidgetHandlers.onClose(),this.setGoodsElementOpacity(1)}on(e,t){this.eventEmitter.on(e,t)}off(e,t){this.eventEmitter.off(e,t)}registerEvents(){this.touchController.on(Fi.TouchEnd,this.handleTouchEnd),this.element?.addEventListener("click",this.handleClick)}unregisterEvents(){this.touchController.off(Fi.TouchEnd,this.handleTouchEnd),this.element?.removeEventListener("click",this.handleClick)}handleClick(e){e.preventDefault(),e.stopPropagation(),this.open()}handleSwipeUpGesture(){this.open()}handleTouchEnd({dy:e}){this.touchController&&e<10&&this.touchController.verticalSwipeGesture&&this.handleSwipeUpGesture()}open(){this._swipeUpLinkTarget&&this.slideContent&&this._swipeUpElementId&&(this.touchController?.disable(),this.swipeUpGoodsWidgetHandlers.onOpen(),this.eventEmitter.emit(pr.Open),this.setGoodsElementOpacity(0))}setGoodsElementOpacity(e){const t=this.slideContent?.querySelector(`[data-element-id="${this._swipeUpElementId}"]`);t&&t.style.setProperty("display",e>0?"block":"none")}}class mr{slideApi;touchController;swipeUpGoodsWidgetHandlers;constructor(e,t,s){this.slideApi=e,this.touchController=t,this.swipeUpGoodsWidgetHandlers=s}create(e){const t=e.querySelector(".narrative-element-swipe-up-items");return t?[new gr(t,this.slideApi,this.touchController,this.swipeUpGoodsWidgetHandlers,e)]:[]}}class yr extends ni{element;slideApi;touchController;linkClickHandler;slideContent;_swipeUpLinkTarget;_swipeUpElementId;constructor(e,t,s,i,r){super(),this.element=e,this.slideApi=t,this.touchController=s,this.linkClickHandler=i,this.slideContent=r,this.handleSwipeUpGesture=this.handleSwipeUpGesture.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}get swipeUpLinkTarget(){return this._swipeUpLinkTarget}get swipeUpElementId(){return this._swipeUpElementId}async init(){this._swipeUpLinkTarget=decodeURIComponent(this.element.getAttribute("data-link-target")??""),this._swipeUpElementId=this.element.getAttribute("data-element-id")??void 0,this.touchController?.on(Fi.TouchEnd,this.handleTouchEnd)}click(e){e.target.classList.contains("narrative-element-swipe-up")&&(e.navigationController.preventDefault(),this.linkClickHandler.onLinkClick({widget:this,target:e.target}))}destroy(){this.touchController?.off(Fi.TouchEnd,this.handleTouchEnd)}handleSwipeUpGesture(){if(!this._swipeUpLinkTarget||!this.slideContent||!this._swipeUpElementId)return;const e=this.slideContent.querySelector(`[data-element-id="${this._swipeUpElementId}"]`);e&&this.linkClickHandler.onLinkClick({widget:this,target:e})}handleTouchEnd({dy:e}){this.touchController&&e<10&&this.touchController.verticalSwipeGesture&&this.handleSwipeUpGesture()}}class vr{slideApi;touchController;linkClickHandler;constructor(e,t,s){this.slideApi=e,this.touchController=t,this.linkClickHandler=s}create(e){const t=e.querySelector(".narrative-element-swipe-up");return t?[new yr(t,this.slideApi,this.touchController,this.linkClickHandler,e)]:[]}}var fr;!function(e){e[e.None=0]="None",e[e.DisableNext=1]="DisableNext",e[e.DisablePrev=2]="DisablePrev"}(fr||(fr={}));class wr{slide;event;geometry;dir;desktopMode;_mode=fr.None;_defaultPrevented=!1;_direction=0;constructor(e,t,s,i,r){this.slide=e,this.event=t,this.geometry=s,this.dir=i,this.desktopMode=r,this._direction=this.calcDirection()}get mode(){return this._mode}get direction(){return this._direction}get defaultPrevented(){return this._defaultPrevented||this.slide.navigationDisabled}get navigationDisabled(){return this.slide.navigationDisabled}preventDefault(){this._defaultPrevented=!0}disableNextClick(){this._mode=fr.DisableNext}navigate(){this.direction<0?this.toPrev():this.mode!==fr.DisableNext&&this.toNext()}toPrev(){this.dir===O.LTR?this.prevSlideOrStory():this.nextSlideOrStory()}toNext(){this.dir===O.LTR?this.nextSlideOrStory():this.prevSlideOrStory()}prevSlideOrStory(){this.slide.story.reachStart?this.slide.story.prevStory():this.slide.story.prevSlide()}nextSlideOrStory(){this.slide.story.reachEnd?this.slide.story.nextStory():this.slide.story.nextSlide()}calcClickPosition(){let e=0,t=0;return this.desktopMode?(e=this.geometry.calculateWidth(),t=this.event.nativeEvent.offsetX):(e=this.geometry.vw,t=this.event.nativeEvent.pageX||this.event.nativeEvent.touches?.[0].pageX),t/e}calcDirection(){return this.calcClickPosition()<=.3?-1:1}}var _r;!function(e){e.Idle="idle",e.Init="init",e.StartLoading="startLoading",e.Loading="loading",e.Loaded="loaded",e.Starting="starting",e.Started="started",e.Paused="paused",e.Error="error",e.Destroyed="destroyed"}(_r||(_r={}));const Sr={step:1,maxSteps:100};class br{elements=[];settings;constructor(e,t={}){this.elements=e,this.settings={...Sr,...t}}async fit(e){for(const t of e)this.processElement(t)}start(){window.addEventListener("resize",this.handleWindowResize)}destroy(){window.removeEventListener("resize",this.handleWindowResize)}processElement(e){const t=e.parentElement;if(!t)return;const s=this.calculateInnerHeight(t);s<=0?console.warn(`Set a static height and width on the target element ${e.outerHTML} before using textFit!`,e):this.adjustFontSizeToFit(e,s)}calculateInnerHeight(e){const t=window.getComputedStyle(e);return e.getBoundingClientRect().height-parseFloat(t.paddingTop)-parseFloat(t.paddingBottom)}adjustFontSizeToFit(e,t){e.style.fontSize="";let s=parseFloat(window.getComputedStyle(e).fontSize);const i=s-this.settings.step*this.settings.maxSteps;for(;s>=i;){if(!(e.getBoundingClientRect().height>t))break;s-=this.settings.step,e.style.fontSize=`${s}px`}}handleWindowResize=Hi()((()=>{this.fit(this.elements)}),300)}var xr=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Cr=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let kr=(()=>{let e,t,s,i,r,a,o,n,l,d=[],c=[],h=[],u=[],p=[];return class{static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.action],i=[we.action],r=[we.action],a=[we.action],o=[we.action],n=[we.action],l=[we.action],Cr(this,null,e,{kind:"accessor",name:"_state",static:!1,private:!1,access:{has:e=>"_state"in e,get:e=>e._state,set:(e,t)=>{e._state=t}},metadata:g},c,h),Cr(this,null,t,{kind:"accessor",name:"_muted",static:!1,private:!1,access:{has:e=>"_muted"in e,get:e=>e._muted,set:(e,t)=>{e._muted=t}},metadata:g},u,p),Cr(this,null,s,{kind:"method",name:"resume",static:!1,private:!1,access:{has:e=>"resume"in e,get:e=>e.resume},metadata:g},null,d),Cr(this,null,i,{kind:"method",name:"pause",static:!1,private:!1,access:{has:e=>"pause"in e,get:e=>e.pause},metadata:g},null,d),Cr(this,null,r,{kind:"method",name:"mute",static:!1,private:!1,access:{has:e=>"mute"in e,get:e=>e.mute},metadata:g},null,d),Cr(this,null,a,{kind:"method",name:"unmute",static:!1,private:!1,access:{has:e=>"unmute"in e,get:e=>e.unmute},metadata:g},null,d),Cr(this,null,o,{kind:"method",name:"start",static:!1,private:!1,access:{has:e=>"start"in e,get:e=>e.start},metadata:g},null,d),Cr(this,null,n,{kind:"method",name:"stop",static:!1,private:!1,access:{has:e=>"stop"in e,get:e=>e.stop},metadata:g},null,d),Cr(this,null,l,{kind:"method",name:"setState",static:!1,private:!1,access:{has:e=>"setState"in e,get:e=>e.setState},metadata:g},null,d),g&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g})}context=xr(this,d);widgetManager;animationApi;layersManager;slideElement;#k=xr(this,c,_r.Idle);get _state(){return this.#k}set _state(e){this.#k=e}videoManager=(xr(this,h),null);narrativeAnimationContext;#M=xr(this,u,!1);get _muted(){return this.#M}set _muted(e){this.#M=e}_navigationDisabled=(xr(this,p),!1);slideContent;slideContentInnerHTML;mutex=new Rs.Mutex;autoTextFitter=null;constructor(e,t,s,i,r){this.context=e,this.widgetManager=t,this.animationApi=s,this.layersManager=i,this.slideElement=r,this.narrativeAnimationContext=new Zs(this.animationApi)}get $el(){return this.slideContent}get widgets(){return this.widgetManager.widgets}get state(){return this._state}get muted(){return this._muted}get navigationDisabled(){return this._navigationDisabled}async resume(){const e=await this.mutex.acquire();try{if(this.state!==_r.Paused)return;await(this.videoManager?.resume()),this.narrativeAnimationContext.resume(),this.widgetManager.resume(),this.context.onSlideResume(),this.setState(_r.Started),e()}catch(e){console.error(e)}finally{e()}}async pause(){const e=await this.mutex.acquire();try{if(this.state!==_r.Started)return;this.videoManager?.pause(),this.narrativeAnimationContext.pause(),this.widgetManager.pause(),this.context.onSlidePause(),this.setState(_r.Paused),e()}finally{e()}}mute(){this._muted=!0,this.videoManager?.mute()}unmute(){this._muted=!1,this.videoManager?.unmute()}onClick({target:e,navigationController:t}){Zr.is(e)?this.slideElement.click(e):(this.widgetManager.handleWidgetClick(e,t),t.defaultPrevented||t.navigate())}onClickLinkElement(e){this.slideElement.click(e)}async reload(){const e=await this.mutex.acquire();this.setState(_r.Idle),e()}async init(e){const t=await this.mutex.acquire();try{if(this._state!==_r.Idle)return;this.setState(_r.Init),this.slideContent=e,this.parseNavigationDisable(),this.videoManager=this.createVideoManager(),this.narrativeAnimationContext.init(this.slideContent),this.context.onSlideBeforeInit(),this.slideContentInnerHTML=this.slideContent.innerHTML,await this.initLayersAndWidgetManager(e),this.context.onSlideAfterInit(),await this.load()}catch(e){console.error(e),this.setState(_r.Error)}finally{t()}}async start(){const e=await this.mutex.acquire();try{if(this.state===_r.Idle||this.state===_r.Started)return;this.setState(_r.Starting),await(this.videoManager?.start()),await this.context.onSlideStarted(),this.narrativeAnimationContext.start(),this.autoTextFitter?.start(),this.setState(_r.Started)}catch(e){console.error(e),this.setState(_r.Error)}finally{e()}}async stop(){const e=await this.mutex.acquire();try{if(this.state!==_r.Started&&this.state!==_r.Error)return;this.context.onSlideStop(),this.narrativeAnimationContext.stop(),this.widgetManager.stop(),this.autoTextFitter?.destroy(),await this.destroyVideoManager(),this.resetSlideContentHTML(),this.setState(_r.Idle)}catch(e){console.error(e),this.setState(_r.Error)}finally{e()}}findAllWidgetsOfType(e){return this.widgetManager.findAllOfType(e)}refreshWidgetsData(){this.widgetManager.refreshUserData()}showLayerByIndex(e){this.layersManager.showLayerByIndex(e)}async fitContentFontSize(){await this.loadFonts();const e=Array.from(this.slideContent.querySelectorAll(".narrative-element-text-wrapper>.narrative-element-text-lines"));this.autoTextFitter=new br(e),this.autoTextFitter.fit(e)}async initLayersAndWidgetManager(e){this.layersManager.init(e,this.animationApi),await this.widgetManager.init(this.slideContent),this.layersManager.init(e,this.animationApi)}resetSlideContentHTML(){this.slideContent.innerHTML=this.slideContentInnerHTML}setState(e){this._state=e,this.context.onSlideStateChanged(e)}async load(){if(this.state!==_r.Loaded)try{this.context.onSlideLoadStart(),this.setState(_r.StartLoading),await this.loadResources(),this.setState(_r.Loaded),this.context.onSlideLoadEnd()}catch(e){console.error(e),this.setState(_r.Error)}}async loadResources(){return new Promise((async(e,t)=>{let s=setTimeout((()=>{t("[IAM]: Media resources were not loaded")}),1e4);try{await this.fitContentFontSize(),await this.loadMediaResources(this.slideContent),await(this.videoManager?.load()),e()}catch(e){t(e)}finally{clearTimeout(s)}}))}loadFonts(){return new Promise((e=>{"fonts"in document?document.fonts.ready&&document.fonts.ready.catch(e).finally(e):e()}))}loadMediaResources(e){return new Promise(((t,s)=>function(e,t,s){const i=function(e){return new Promise((function(t,s){if("img"===e.tagName.toLowerCase()&&e instanceof HTMLImageElement){const s=()=>{requestAnimationFrame((()=>requestAnimationFrame((()=>{t(e),e.removeEventListener("load",s)}))))};e.addEventListener("load",s),e.complete&&0!==e.naturalHeight&&requestAnimationFrame((function(){requestAnimationFrame((function(){t(e)}))}))}else t(e);e.addEventListener("error",(function(e){var t=e.target instanceof HTMLImageElement;if(e&&e.target&&t&&e.target.style){e.target.style.display="none";var i=e.target.closest(".narrative-element-image");i&&(i.style.display="none")}s(e)}))}))},r=e.querySelectorAll("img,video");let a,o=[];for(a=0;a<r.length;++a)o.push(i(r[a]));o.length,Promise.all(o).then((e=>{t()})).catch(s)}(e,t,s)))}parseNavigationDisable(){const e=this.slideContent.querySelector(".narrative-slide");if(!e)return!1;this._navigationDisabled="1"===e.dataset.disableNavigation}createVideoManager(){const e=ai.create(this.slideContent,this.layersManager);return e?(e.on(Ks.Playing,this.handleVideoPlaying),e.on(Ks.Waiting,this.handleVideoWaiting),e.on(Ks.Error,this.handleVideoError),e):null}async destroyVideoManager(){this.videoManager&&(this.videoManager.off(Ks.Playing,this.handleVideoPlaying),this.videoManager.off(Ks.Waiting,this.handleVideoWaiting),this.videoManager.off(Ks.Waiting,this.handleVideoError),await this.videoManager.destroy())}handleVideoPlaying=()=>{this.context.onSlideResume()};handleVideoWaiting=()=>{this.context.onSlidePause()};handleVideoError=async()=>{const e=await this.mutex.acquire();try{if(this.state===_r.Idle)return;this.context.onSlideVideoError(),this.setState(_r.Error)}catch(e){console.error(e)}finally{e()}}}})();class Mr{storyReader;constructor(e){this.storyReader=e}handle(e){this.storyReader.close()}}class Ir{storyManager;activeStory;constructor(e,t){this.storyManager=e,this.activeStory=t}handle(e){const t=e.linkTarget;this.emitWidgetLinkEvent(t,e),this.activeStory.markAsOpened(),ps.emit(Os.TransitionFromSlide,{storyId:this.activeStory.id,slideIndex:this.activeStory.activeSlideIndex})}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e}})}}class Lr extends t.EventEmitter{iframe;origin;constructor(e,t){super(),this.iframe=e,this.origin=t,this.messageListener=this.messageListener.bind(this),window.addEventListener("message",this.messageListener,!1)}messageListener(e){if(e.origin!==this.origin)return;const[t,...s]=e.data;try{if(!Array.isArray(e.data))throw new Error(`Invalid MessageEvent data format ${e.data}`);this.emit(t,...s)}catch(e){console.error(e)}}sendMessage(e,t){this.iframe.contentWindow?.postMessage([e,t],this.origin)}pauseGameUI(){this?.sendMessage("cb",{cb:"pauseUI",arguments:JSON.stringify([])})}resumeGameUI(){this?.sendMessage("cb",{cb:"resumeUI",arguments:JSON.stringify([])})}shareComplete(e,t){this.sendMessage("shareComplete",{id:e,isSuccess:t})}closeGameReader(){this.sendMessage("closeGameReader")}initGame(e){this.sendMessage("cb",{cb:"initGame",arguments:JSON.stringify([e])})}sendGameCenterEventByApiRequest(e,t){this.sendMessage("cb",{cb:e,plainData:t})}notifyGameCanBeStarted(){this.sendMessage("gameShouldForeground")}destroy(){window.removeEventListener("message",this.messageListener,!1),this.removeAllListeners()}}class Ar{userKey;gameInstanceId;instanceUserData;constructor(e,t,s){this.userKey=e,this.gameInstanceId=t,this.instanceUserData=s}set(e){return window.localStorage.setItem(this.key,JSON.stringify(e)),e}get(){let e={};const t=at()(this.instanceUserData)?this.instanceUserData:{};try{const t=JSON.parse(window.localStorage.getItem(this.key)??"{}");at()(t)&&(e=t)}catch(e){console.error(e)}return Ui()(e,t)}get key(){return`game_instance_data_${this.userKey}_${this.gameInstanceId}`}}class Or{gameCenterMessageService;gameReaderViewModel;constructor(e,t){this.gameCenterMessageService=e,this.gameReaderViewModel=t}handle(e){const{id:t,callback:s}=JSON.parse(e),i=this.gameReaderViewModel.gameLaunch;if(!i)return;const r=new Ar(i.clientConfig.userKey,i.config.gameInstanceId,i.instanceUserData).get();this.gameCenterMessageService.sendMessage("cb",{cb:s,arguments:JSON.stringify([t,JSON.stringify(r)])})}}class Er{gameCenterMessageService;gameReaderViewModel;constructor(e,t){this.gameCenterMessageService=e,this.gameReaderViewModel=t}handle(e){const{gameInstanceId:t,data:s}=JSON.parse(e),i=this.gameReaderViewModel.gameLaunch;if(!i)return;const r=new Ar(i.clientConfig.userKey,i.config.gameInstanceId,i.instanceUserData).set(s);Ct.post(`game/${t}/instance-user-data`,JSON.stringify(r)).catch(console.error)}}var Tr=R(56),Rr=R.n(Tr);class Dr{window;scrollbarHidden=!1;constructor(e){this.window=e}get width(){const e=this.window.document.documentElement.clientWidth;return Math.abs(this.window.innerWidth-e)}setScrollbar(e=this.width){this.scrollbarHidden||(this.disableOverFlow(),this.setBodyContainer(),this.setElementAttributes("body","paddingRight",(t=>t+e)),this.scrollbarHidden=!0)}resetScrollbar(){this.scrollbarHidden&&(this.resetElementAttributes("html","overflow"),this.resetElementAttributes("body","overflow"),this.resetElementAttributes("body","paddingRight"),this.resetBodyContainer(),this.scrollbarHidden=!1)}resetElementAttributes(e,t){this.window.document.querySelectorAll(e).forEach((e=>{const s=e.dataset[t];void 0===s?e.style.removeProperty(t):(delete e.dataset[t],e.style[t]=s)}))}disableOverFlow(){const e=this.window.document,t=e.documentElement.style.overflow,s=e.body.style.overflow;s&&(e.body.dataset.overflow=s),t&&(e.documentElement.dataset.overflow=t),e.body.style.overflow="hidden",e.documentElement.style.overflow="hidden"}setElementAttributes(e,t,s){const i=this.width;this.window.document.querySelectorAll(e).forEach((e=>{if(e!==this.window.document.body&&this.window.innerWidth>e.clientWidth+i)return;const r=e.style[t],a=this.window.getComputedStyle(e)[t];e.dataset[t]=r,e.style[t]=`${s(Number.parseFloat(a))}px`}))}setBodyContainer(){const e=this.window.document,t=e.body.style.container;t&&(e.body.dataset.container=t),e.body.style.container="unset"}resetBodyContainer(){this.resetElementAttributes("body","container")}}var Pr,Br,jr=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Fr=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e.OpenGame="openGame"}(Pr||(Pr={})),function(e){e.Close="close",e.OpenSharePanel="openSharePanel"}(Br||(Br={}));let Nr=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,y,f,w,_,S,b,x,C,k,M,I=P,L=[],A=[],E=[],T=[],R=[],D=[],B=[],j=[],F=[],N=[],U=[],z=[],V=[],W=[],G=[],$=[],H=[];return class P extends I{static{const v="function"==typeof Symbol&&Symbol.metadata?Object.create(I[Symbol.metadata]??null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[we.observable],a=[we.observable],o=[we.observable],n=[we.observable],l=[we.computed],d=[we.computed],c=[we.computed],h=[we.computed],u=[we.computed],p=[we.computed],g=[we.computed],m=[we.computed],y=[we.computed],f=[we.action],w=[we.action],_=[we.action],S=[we.action],b=[we.action],x=[we.action],C=[we.action],k=[we.action],M=[we.action],Fr(this,null,e,{kind:"accessor",name:"_isOpened",static:!1,private:!1,access:{has:e=>"_isOpened"in e,get:e=>e._isOpened,set:(e,t)=>{e._isOpened=t}},metadata:v},A,E),Fr(this,null,t,{kind:"accessor",name:"_isGameInited",static:!1,private:!1,access:{has:e=>"_isGameInited"in e,get:e=>e._isGameInited,set:(e,t)=>{e._isGameInited=t}},metadata:v},T,R),Fr(this,null,s,{kind:"accessor",name:"_isGameLoading",static:!1,private:!1,access:{has:e=>"_isGameLoading"in e,get:e=>e._isGameLoading,set:(e,t)=>{e._isGameLoading=t}},metadata:v},D,B),Fr(this,null,i,{kind:"accessor",name:"_gameInstanceId",static:!1,private:!1,access:{has:e=>"_gameInstanceId"in e,get:e=>e._gameInstanceId,set:(e,t)=>{e._gameInstanceId=t}},metadata:v},j,F),Fr(this,null,r,{kind:"accessor",name:"_gameLaunch",static:!1,private:!1,access:{has:e=>"_gameLaunch"in e,get:e=>e._gameLaunch,set:(e,t)=>{e._gameLaunch=t}},metadata:v},N,U),Fr(this,null,a,{kind:"accessor",name:"_gameLaunchError",static:!1,private:!1,access:{has:e=>"_gameLaunchError"in e,get:e=>e._gameLaunchError,set:(e,t)=>{e._gameLaunchError=t}},metadata:v},z,V),Fr(this,null,o,{kind:"accessor",name:"_closeBtnVisible",static:!1,private:!1,access:{has:e=>"_closeBtnVisible"in e,get:e=>e._closeBtnVisible,set:(e,t)=>{e._closeBtnVisible=t}},metadata:v},W,G),Fr(this,null,n,{kind:"accessor",name:"_gameShouldBeShown",static:!1,private:!1,access:{has:e=>"_gameShouldBeShown"in e,get:e=>e._gameShouldBeShown,set:(e,t)=>{e._gameShouldBeShown=t}},metadata:v},$,H),Fr(this,null,l,{kind:"getter",name:"closeBtnVisible",static:!1,private:!1,access:{has:e=>"closeBtnVisible"in e,get:e=>e.closeBtnVisible},metadata:v},null,L),Fr(this,null,d,{kind:"getter",name:"isGameLoading",static:!1,private:!1,access:{has:e=>"isGameLoading"in e,get:e=>e.isGameLoading},metadata:v},null,L),Fr(this,null,c,{kind:"getter",name:"isGameInited",static:!1,private:!1,access:{has:e=>"isGameInited"in e,get:e=>e.isGameInited},metadata:v},null,L),Fr(this,null,h,{kind:"getter",name:"gameLaunchError",static:!1,private:!1,access:{has:e=>"gameLaunchError"in e,get:e=>e.gameLaunchError},metadata:v},null,L),Fr(this,null,u,{kind:"getter",name:"gameLaunch",static:!1,private:!1,access:{has:e=>"gameLaunch"in e,get:e=>e.gameLaunch},metadata:v},null,L),Fr(this,null,p,{kind:"getter",name:"gameInstanceId",static:!1,private:!1,access:{has:e=>"gameInstanceId"in e,get:e=>e.gameInstanceId},metadata:v},null,L),Fr(this,null,g,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:v},null,L),Fr(this,null,m,{kind:"getter",name:"gameShouldBeShown",static:!1,private:!1,access:{has:e=>"gameShouldBeShown"in e,get:e=>e.gameShouldBeShown},metadata:v},null,L),Fr(this,null,y,{kind:"getter",name:"isWidescreen",static:!1,private:!1,access:{has:e=>"isWidescreen"in e,get:e=>e.isWidescreen},metadata:v},null,L),Fr(this,null,f,{kind:"method",name:"openGame",static:!1,private:!1,access:{has:e=>"openGame"in e,get:e=>e.openGame},metadata:v},null,L),Fr(this,null,w,{kind:"method",name:"closeGame",static:!1,private:!1,access:{has:e=>"closeGame"in e,get:e=>e.closeGame},metadata:v},null,L),Fr(this,null,_,{kind:"method",name:"reload",static:!1,private:!1,access:{has:e=>"reload"in e,get:e=>e.reload},metadata:v},null,L),Fr(this,null,S,{kind:"method",name:"setDesktopMode",static:!1,private:!1,access:{has:e=>"setDesktopMode"in e,get:e=>e.setDesktopMode},metadata:v},null,L),Fr(this,null,b,{kind:"method",name:"handleGameShouldBeShown",static:!1,private:!1,access:{has:e=>"handleGameShouldBeShown"in e,get:e=>e.handleGameShouldBeShown},metadata:v},null,L),Fr(this,null,x,{kind:"method",name:"handleGameLoaded",static:!1,private:!1,access:{has:e=>"handleGameLoaded"in e,get:e=>e.handleGameLoaded},metadata:v},null,L),Fr(this,null,C,{kind:"method",name:"handleGameComplete",static:!1,private:!1,access:{has:e=>"handleGameComplete"in e,get:e=>e.handleGameComplete},metadata:v},null,L),Fr(this,null,k,{kind:"method",name:"handleReloadGameReader",static:!1,private:!1,access:{has:e=>"handleReloadGameReader"in e,get:e=>e.handleReloadGameReader},metadata:v},null,L),Fr(this,null,M,{kind:"method",name:"handleGameLoadFailed",static:!1,private:!1,access:{has:e=>"handleGameLoadFailed"in e,get:e=>e.handleGameLoadFailed},metadata:v},null,L),v&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:v})}storyManager=jr(this,L);gameCenterApi;#d=jr(this,A,!1);get _isOpened(){return this.#d}set _isOpened(e){this.#d=e}#I=(jr(this,E),jr(this,T,!1));get _isGameInited(){return this.#I}set _isGameInited(e){this.#I=e}#L=(jr(this,R),jr(this,D,!1));get _isGameLoading(){return this.#L}set _isGameLoading(e){this.#L=e}#A=(jr(this,B),jr(this,j,null));get _gameInstanceId(){return this.#A}set _gameInstanceId(e){this.#A=e}#O=(jr(this,F),jr(this,N,null));get _gameLaunch(){return this.#O}set _gameLaunch(e){this.#O=e}#E=(jr(this,U),jr(this,z,null));get _gameLaunchError(){return this.#E}set _gameLaunchError(e){this.#E=e}#T=(jr(this,V),jr(this,W,!1));get _closeBtnVisible(){return this.#T}set _closeBtnVisible(e){this.#T=e}#R=(jr(this,G),jr(this,$,!1));get _gameShouldBeShown(){return this.#R}set _gameShouldBeShown(e){this.#R=e}initGameRetryAttempts=(jr(this,H),0);gameCenterMessageService=null;safeAreaInsets={top:0,bottom:0,left:0,right:0};openGameOptions={};desktopMode=!0;dir=O.LTR;scrollbarHelper=new Dr(window);constructor(e,t){super(),this.storyManager=e,this.gameCenterApi=t,this.handleVisibilityChange=this.handleVisibilityChange.bind(this),this.handleOpenGameCenterEvent=this.handleOpenGameCenterEvent.bind(this),document.addEventListener("visibilitychange",this.handleVisibilityChange),this.storyManager.setViewModel(P.id,this)}static id="GameReaderViewModel";get closeBtnVisible(){return this._closeBtnVisible}get isGameLoading(){return this._isGameLoading}get isGameInited(){return this._isGameInited}get gameLaunchError(){return this._gameLaunchError}get gameLaunch(){return this._gameLaunch}get gameInstanceId(){return this._gameInstanceId}get isOpened(){return this._isOpened}get gameShouldBeShown(){return this._gameShouldBeShown}get isWidescreen(){return this.desktopMode&&(this.gameLaunch?.screenOptions.widescreen??!0)}async openGame(e,t={}){if(this.isOpened)throw new Error(`Close the launched game with ID "${this.gameInstanceId}"`);this._gameInstanceId=e,this._isOpened=!0,this.openGameOptions=t,this._gameShouldBeShown=!1,await this.launchGameById(e),this.scrollbarHelper.setScrollbar()}async closeGame(){return!!this._isOpened&&(this._isGameInited?this.gameCenterMessageService?.closeGameReader():this.handleGameComplete({}),!0)}reload(){this._gameLaunch=null,this.gameInstanceId?this.launchGameById(this.gameInstanceId):console.error("The game instance ID is undefined")}sendGameCenterEventByApiRequest(e,t){this.gameCenterMessageService?.sendGameCenterEventByApiRequest(e,t)}setSafeAreaInsets(e){this.safeAreaInsets=e}setDesktopMode(e){this.desktopMode=e}setGameCenterIframe(e){if(!this._gameLaunch)throw new Error("GameCenter iframe setup error");if(this._isGameInited)return;this.gameCenterMessageService?.destroy();const t=new URL(this._gameLaunch.url).origin;this.gameCenterMessageService=new Lr(e,t),this.initGameCenter(this.gameCenterMessageService,this._gameLaunch)}pauseGameUI(){this.gameCenterMessageService?.pauseGameUI()}resumeGameUI(){this.gameCenterMessageService?.resumeGameUI()}confirmSharingComplete({shareId:e,isSuccess:t}){this.gameCenterMessageService?.shareComplete(e,t)}notifyGameCanBeStarted(){this.gameCenterMessageService?.notifyGameCanBeStarted()}destroy(){this.gameCenterMessageService?.destroy(),document.removeEventListener("visibilitychange",this.handleVisibilityChange),this.storyManager.deleteViewModel(P.id)}async launchGameById(e){try{this._gameLaunchError=null,this._isGameLoading=!0,this._gameLaunch=await this.gameCenterApi.launchGame({gameInstanceId:e,gameOptions:this.openGameOptions})}catch(e){this._gameLaunchError=e}}initGameCenter(e,t){this.handleGameCenterEvents(e);const s=this.getGameConfig(t);this.gameCenterMessageService?.initGame(s)}getGameConfig(e){const t=e.screenOptions;return Ui()(e.config,{clientConfig:{fullScreen:!1,screenOrientation:t.orientation,safeAreaInsets:this.safeAreaInsets,widescreen:this.isWidescreen,dir:this.dir,nonce:Y(),sdkFeatures:{gameShouldForegroundCallback:!0},...e.clientConfig}})}handleGameCenterEvents(e){e.on("gameLoaded",this.handleGameLoaded.bind(this)).on("gameComplete",this.handleGameComplete.bind(this)).on("sendApiRequest",this.handleSendApiRequest.bind(this)).on("openUrl",this.handleOpenUrl.bind(this)).on("event",this.handleGameEvent.bind(this)).on("reloadGameReader",this.handleReloadGameReader.bind(this)).on("gameLoadFailed",this.handleGameLoadFailed.bind(this)).on("gameShouldForegroundCallback",this.handleGameShouldBeShown.bind(this));const t={share:new Vr(e,this,this.desktopMode),storySetLocalData:new $r,storyGetLocalData:new Gr(e,this),gameInstanceGetLocalData:new Or(e,this),gameInstanceSetLocalData:new Er(e,this)};for(const[s,i]of Object.entries(t))e.on(s,((...e)=>i.handle(...e)))}handleGameShouldBeShown(e){this._gameShouldBeShown=!0;const t=JSON.parse(e);at()(t)&&(this._closeBtnVisible=Boolean(t.showClose))}handleGameLoaded(){try{this.initGame(),this.startGame()}catch(e){console.error(e)}}initGame(){this._isGameInited=!0,this._isGameLoading=!1}completeGame(){this._isGameInited=!1,this._isOpened=!1,this._gameLaunch=null}startGame(){this.storyManager.emit("startGame",{id:this.gameInstanceId})}handleVisibilityChange(){"hidden"===document.visibilityState?this.pauseGameUI():"visible"===document.visibilityState&&this.resumeGameUI()}handleGameComplete(e,t,s,i,r){this.scrollbarHelper.resetScrollbar(),this.completeGame(),this.gameCenterMessageService?.destroy(),this.emitGameCompleteEventByStoryManager(e),r?.id&&this.openGame(r.id,{}),i?.id&&this.storyManager.showStory(i.id),this.emit(Br.Close)}emitGameCompleteEventByStoryManager(e){Rr()(e)?this.storyManager.emit("closeGame",{id:this.gameInstanceId}):this.storyManager.emit("finishGame",{id:this.gameInstanceId,result:e})}async handleSendApiRequest(e){let t,s,i;try{const r=JSON.parse(e);t=r.id,s=r.data,i=r.cb,await Ct.request({url:r.url,method:r.method,params:r.params,data:r.data,headers:r.headers}).catch(console.error),this.sendGameCenterEventByApiRequest(i,JSON.stringify({requestId:t,data:JSON.stringify(s.data),status:s.status,headers:s.headers}))}catch(e){if(e instanceof SyntaxError)return;if(!i)return;this.sendGameCenterEventByApiRequest(i,JSON.stringify({requestId:t,data:JSON.stringify(e),status:400,headers:[{}]}))}}handleOpenUrl(e){const{url:t}=JSON.parse(e);this.storyManager.clickOnButtonAction({src:v.GAME_READER,payload:{url:t,gameInstanceId:this.gameInstanceId}})}handleGameEvent(e,t){this.storyManager.emit("gameEvent",{name:e,payload:t})}handleReloadGameReader(){const e=this._gameLaunch;this._gameLaunch=null,this._isGameInited=!1,this._isGameLoading=!0,this._gameShouldBeShown=!1,setTimeout((0,we.action)((()=>{this._gameLaunch=e})))}handleGameLoadFailed(e,t){this.gameLaunch&&t&&this.initGameRetryAttempts<this.gameLaunch.canTryReloadCount?(this.initGameRetryAttempts++,this.handleReloadGameReader()):this._gameLaunchError=new Error(e)}async handleOpenGameCenterEvent({gameId:e}){await this.openGame(e,{})}}})();class Ur{storyManager;constructor(e){this.storyManager=e}create(){return new Nr(this.storyManager,new ot(this.storyManager))}}var zr;!function(e){e.Social="social",e.SlideScreenshot="slide-screenshot"}(zr||(zr={}));class Vr{gameCenterMessageService;gameReaderViewModel;desktopMode;constructor(e,t,s){this.gameCenterMessageService=e,this.gameReaderViewModel=t,this.desktopMode=s}async handle(e,t){let s=t?.url??t.text,i=[];t.files&&Array.isArray(t.files)&&t.files.length>0&&(i=await Promise.all(t.files.map((e=>(async({file:e,name:t,type:s})=>{const i=await fetch(`data:${s};base64,${e}`),r=await i.blob();return new File([r],t,{type:s,lastModified:(new Date).getTime()})})(e)))));const r={url:s??void 0,files:i.length>0?i:void 0,text:t.text??void 0,title:t.title??void 0};if(!(r.files&&r.files.length>0||r.url))return void this.gameReaderViewModel.confirmSharingComplete({shareId:e,isSuccess:!1});let a=navigator.share;if(!navigator.share&&window.parent&&window.parent.navigator.share&&(a=window.parent.navigator.share),!this.desktopMode&&a)try{if(!a)return;a(r).then((()=>this.gameReaderViewModel.confirmSharingComplete({shareId:e,isSuccess:!0}))).catch((()=>this.gameReaderViewModel.confirmSharingComplete({shareId:e,isSuccess:!1})))}catch(t){console.error(t),this.openSharePanel({shareConfig:r,sharePath:s,shareId:e})}else this.openSharePanel({shareConfig:r,sharePath:s,shareId:e})}openSharePanel({shareConfig:e,sharePath:t,shareId:s}){let i=zr.Social,r=t;e.files&&e.files.length>0&&(i=zr.SlideScreenshot,r=URL.createObjectURL(e.files[0])),this.gameReaderViewModel.emit(Br.OpenSharePanel,{shareId:s,shareType:i,shareLink:r})}}class Wr{storyId;constructor(e){this.storyId=e}set(e){sessionStorage.setItem(this.key,JSON.stringify(e))}get(){const e=sessionStorage.getItem(this.key)??"{}";return window.__activeNarrativeId?JSON.parse(e):{}}get key(){return`narrative_${this.storyId}_data`}}class Gr{gameCenterMessageService;gameReaderViewModel;constructor(e,t){this.gameCenterMessageService=e,this.gameReaderViewModel=t}handle(e){const t=JSON.parse(e);if(!at()(t))return;const{id:s,storyId:i,callback:r}=t;let a=new Wr(i).get();this.gameCenterMessageService.sendMessage("cb",{cb:r,arguments:JSON.stringify([s,JSON.stringify(a)])})}}class $r{constructor(){}handle(e){const t=JSON.parse(e);if(!at()(t))return;const{storyId:s,data:i,sendToServer:r}=t;new Wr(s).set(i),r&&Ct.request({url:"story-data/"+s,method:"put",data:JSON.stringify(i)}).catch(console.error)}}class Hr{storyManager;activeStory;constructor(e,t){this.storyManager=e,this.activeStory=t}async handle(e){try{this.emitWidgetLinkEvent(e.linkTarget,e);const t=this.storyManager.gameReaderViewModel,s=this.storyManager.storyReaderViewModel;await t.openGame(e.linkTarget),s.pauseUI(),t.once(Br.Close,(()=>{s.resumeUI()}))}catch(e){console.error(e)}}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e}})}}class qr{activeStory;constructor(e){this.activeStory=e}handle(e){this.activeStory.activeSlide.showLayerByIndex(parseInt(e.linkTarget))}}class Qr{activeStory;constructor(e){this.activeStory=e}handle(e){this.activeStory.redirectToSlide({slideIndex:parseInt(e.linkTarget),layerIndex:0})}}class Kr{storyManager;storyReader;activeStory;constructor(e,t,s){this.storyManager=e,this.storyReader=t,this.activeStory=s}async handle(e){const t=parseInt(e.linkTarget);this.emitWidgetLinkEvent(e.linkTarget,e);try{await this.storyReader.showStory(t)}catch(e){console.error(e)}}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e,feed:this.storyReader.feedSlug}})}}class Yr{storyManager;storyReader;activeStory;constructor(e,t,s){this.storyManager=e,this.storyReader=t,this.activeStory=s}handle(e){try{const t=decodeURIComponent(e.linkTarget);this.emitWidgetLinkEvent(t,e),this.activeStory.markAsOpened(),ps.emit(Os.TransitionFromSlide,{storyId:this.activeStory.id,slideIndex:this.activeStory.activeSlideIndex}),this.handleClickOnButton({id:this.activeStory.id,index:this.activeStory.activeSlideIndex,url:t,elementId:e.elementId,dataForSending:null,label:""})}catch(t){t instanceof URIError?console.error(`[IAS]: the URL <${e.linkTarget}> has an invalid format`):console.error(t)}}emitWidgetLinkEvent(e,t){this.storyManager.emit("widgetEvent",{name:"w-link",data:{story_id:this.activeStory.id,slide_index:this.activeStory.activeSlideIndex,widget_id:t.elementId,widget_label:"",widget_value:e}})}handleClickOnButton(e){const t=this.storyManager.getConfig().isStatisticsDisabled;e.dataForSending=t?null:{data:this.storyReader.getStatisticsData()};const s=()=>this.storyManager.clickOnButtonAction({src:v.STORY_READER,payload:e});!t&&e.dataForSending&&at()(e.dataForSending)&&Array.isArray(e.dataForSending.data)&&e.dataForSending.data.length>0?(this.storyReader.cleanupStatisticsData(),xt("session/update",e.dataForSending,s)):s()}}class Zr{slideElementActionFactory;constructor(e){this.slideElementActionFactory=e}static is(e){return["narrative-element-link","narrative-element-image"].some((t=>e.classList.contains(t)))}click(e){const{elementId:t,linkType:s,linkTarget:i}=this.parseTargetDataset(e);if(!s)return;this.slideElementActionFactory.create(s).handle({target:e,linkTarget:i,linkType:s,elementId:t})}parseTargetDataset(e){const t=e.dataset;return{elementId:t.elementId??"",linkType:t.linkType,linkTarget:t.linkTarget??""}}}class Jr{handle(e){console.log(`There is no action handler for <${e.linkType}:${e.linkTarget}>`)}}class Xr{storyManager;storyReader;activeStory;constructor(e,t,s){this.storyManager=e,this.storyReader=t,this.activeStory=s}create(e){switch(e){case"url":return new Yr(this.storyManager,this.storyReader,this.activeStory);case"customAction":return new Ir(this.storyManager,this.activeStory);case"slide":return new Qr(this.activeStory);case"story":return new Kr(this.storyManager,this.storyReader,this.activeStory);case"game":return new Hr(this.storyManager,this.activeStory);case"layer":return new qr(this.activeStory);case"closeStory":return new Mr(this.storyReader);default:return new Jr}}}const ea=.53167701863,ta=.64516129032;class sa{_vw;_vh;padding;viewportRatio;constructor(e,t,s){this._vw=e,this._vh=t,this.padding=s,this.viewportRatio=e/t}get vw(){return this._vw}get vh(){return this._vh}get vhWitoutPadding(){return this._vh-this.padding.top-this.padding.bottom}getOffset(e){const t=this._vw,s=this.vhWitoutPadding-e,i=this.calculateWidthWithActionPanel(e),r=this.calculateHeightWithActionPanel(e);return this.viewportRatio>ta?Math.ceil(r-s)/2*-1+"px auto":`0 ${Math.ceil(i-t)/2*-1}px`}getOffsetX(e){const t=this.calculateWidthWithActionPanel(e);return this.viewportRatio>ta?"0px":Math.ceil(t-this._vw)/2+"px"}getOffsetY(e){const t=this.vhWitoutPadding-e;return this.viewportRatio>ta?`${Math.ceil(this.calculateHeight()-t)}px`:"0px"}getWidth(){return this.viewportRatio>ta?`${this.calculateWidth()}px`:"auto"}getHeight(){return this.viewportRatio>ta?`${this.calculateHeight()}px`:"100%"}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return Math.ceil(this.vhWitoutPadding*ta)}calculateHeight(){return Math.ceil(this.calculateWidth()/ta)}calculateWidthWithActionPanel(e){const t=this.vhWitoutPadding-e;return Math.ceil(t*ta)}calculateHeightWithActionPanel(e){return Math.ceil(this.calculateWidthWithActionPanel(e)/ta)}}class ia{_vw;_vh;padding;viewportRatio;constructor(e,t,s){this._vw=e,this._vh=t,this.padding=s,this.viewportRatio=e/t}get vw(){return this._vw}get vh(){return this._vh}get vhWitoutPadding(){return this._vh-this.padding.top-this.padding.bottom}getOffset(e){const t=this._vw,s=this.vhWitoutPadding-e,i=this.calculateWidthWithActionPanel(e),r=this.calculateHeight();return r>s?Math.ceil(r-s)/2*-1+"px auto":`0 ${Math.ceil(i-t)/2*-1}px`}getOffsetX(e){const t=this.calculateWidthWithActionPanel(e),s=this.vhWitoutPadding-e,i=this.calculateHeight(),r=this._vw;return i>s?"0px":Math.ceil(t-r)/2+"px"}getOffsetY(e){const t=this.vhWitoutPadding-e,s=this.calculateHeight();return s>t?Math.ceil(s-t)/2+"px":"0px"}getWidth(){return this.viewportRatio>ta?`${this.calculateWidth()}px`:"auto"}getHeight(){return this.viewportRatio>ta?`${this.calculateHeight()}px`:"100%"}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return this.viewportRatio>ta?this._vw:Math.ceil(this.vhWitoutPadding*ta)}calculateHeight(){return Math.ceil(this._vw/ta)}calculateWidthWithActionPanel(e){const t=this.vhWitoutPadding-e;return this.viewportRatio>ta?this._vw:Math.ceil(t*ta)}}class ra{safeAreaFrameCalculator;constructor(e){this.safeAreaFrameCalculator=e}create(e){const t=e.vw/e.vh;return e.desktopMode&&t>ta?this.createDesktopStoryGeometry(e):this.createMobileStoryGeometry(e)}createDesktopStoryGeometry(e){return new sa(e.vw,e.vh,{top:50,bottom:50})}createMobileStoryGeometry(e){const{paddingTop:t,paddingBottom:s}=this.safeAreaFrameCalculator.getViewportCorrectionPadding();return new ia(e.vw,e.vh,{top:parseFloat(t)??0,bottom:parseFloat(s)??0})}}class aa{_vw;_vh;actionPanelHeight;viewportRatio;constructor(e,t,s){this._vw=e,this._vh=t,this.actionPanelHeight=s,this.viewportRatio=e/t}get shouldBeShownSafeAreaInsets(){return this.viewportRatio<ea}getViewportCorrectionPadding(){const{paddingTop:e,paddingBottom:t}=this.calcFrameWidthByMobileAspectRatio();return{paddingTop:e+"px",paddingBottom:t+"px"}}calcFrameWidthByMobileAspectRatio(){const e=this._vh-this._vw/ea,t=Math.max(Math.min(e-this.actionPanelHeight,this.actionPanelHeight),0);return{paddingTop:Math.max(e-t,0),paddingBottom:t}}}class oa extends t.EventEmitter{timerId=null;currentProgress=0;progressBeforePause=0;timerPaused=!1;timeout=0;isCompleted=!0;enabled=!0;rafId=0;get started(){return!this.isCompleted}setTimer(e){0!==e?(this.timerId=setTimeout((()=>this.complete({})),e),this.currentProgress=0,this.runTimerTicks(e)):this.forceEnd()}start(e){this.timerPaused||(this.stop(),this.progressBeforePause=0,this.timeout=e,this.enabled&&(this.isCompleted=!1,this.emit("start"),this.setTimer(e)))}stop(){this.isCompleted||(this.clearTimer(),this.emit("stop"),this.isCompleted=!0)}pause(){this.isCompleted||(this.timerPaused=!0,this.clearTimer(),this.progressBeforePause=this.currentProgress,this.emit("pause"))}resume(){if(!this.timerPaused)return;this.timerPaused=!1;const e=1-this.progressBeforePause,t=this.timeout*e;this.setTimer(t),this.emit("resume")}forceEnd(){this.complete({forceEnd:!0})}disable(){this.enabled=!1,this.stop()}enable(){this.enabled=!0,this.start(this.timeout)}complete({forceEnd:e=!1}){this.isCompleted=!0,this.progressBeforePause=0,this.clearTimer(),this.emit("progress",100),this.emit("complete",{forceEnd:e})}clearTimer(){cancelAnimationFrame(this.rafId),null!==this.timerId&&(clearTimeout(this.timerId),this.timerId=null)}updateProgress(e){const t=1-this.progressBeforePause;this.currentProgress=this.progressBeforePause+e*t;const s=100*this.currentProgress;this.emit("progress",s)}runTimerTicks(e){let t=performance.now();const s=i=>{let r=(i-t)/e;r>1&&(r=1);let a=r;this.updateProgress(a),r<1&&(this.rafId=requestAnimationFrame(s))};this.rafId=requestAnimationFrame(s)}}var na,la;!function(e){e.ShowInputModal="showInputModal"}(na||(na={})),function(e){e.Start="start",e.ChangeState="changeState"}(la||(la={}));class da extends P{_story;_index;storySlideRendererFactory;slide;id=Date.now();slideRenderer;constructor(e,t,s,i){super(),this._story=e,this._index=t,this.storySlideRendererFactory=s,this.slide=i,this.slideRenderer=this.storySlideRendererFactory.create({story:e,slide:this})}get $el(){return this.slideRenderer.$el}get state(){return this.slideRenderer.state}get index(){return this._index}get story(){return this._story}get muted(){return this.slideRenderer.muted}get navigationDisabled(){return this.slideRenderer.navigationDisabled}get widgets(){return this.slideRenderer.widgets}get timeline(){return this.slide.timeline}get duration(){return this.slide.duration}get screenshotShare(){return this.slide.screenshotShare}get html(){return this.slide.html}get eventPayload(){return this.slide.eventPayload}findAllWidgetsOfType(e){return this.slideRenderer.findAllWidgetsOfType(e)}refreshWidgetsData(){this.slideRenderer.refreshWidgetsData()}showLayerByIndex(e){this.slideRenderer.showLayerByIndex(e)}async resume(){return this.slideRenderer.resume()}pause(){return this.slideRenderer.pause()}mute(){return this.slideRenderer.mute()}unmute(){return this.slideRenderer.unmute()}async reload(){return this.slideRenderer.reload()}async init(e){return this.slideRenderer.init(e)}async start(){return this.slideRenderer.start()}stop(){return this.slideRenderer.stop()}setUserData(e,t){for(const s of this.widgets)s.setUserData(e,t)}onClick(e,t){this.slideRenderer.onClick({target:e,navigationController:t})}onLinkClick(e){this.slideRenderer.onClickLinkElement(e.target)}showToast(e){new Gi({getMountPoint:()=>this.slideRenderer.$el,...e})}destroy(){return this.stop()}}class ca extends ni{element;slideApi;story;constructor(e,t,s){super(),this.element=e,this.slideApi=t,this.story=s}async init(){}click(e){this.element==e.target&&(this.story.reset().catch(console.error),e.navigationController.preventDefault())}}class ha{story;slideApi;constructor(e,t){this.story=e,this.slideApi=t}create(e){return Array.from(e.querySelectorAll(".narrative-element-story-repeat")).map((e=>new ca(e,this.slideApi,this.story)))}}class ua{slide;story;slideApiHandlers;constructor(e,t,s){this.slide=e,this.story=t,this.slideApiHandlers=s}async onSlideStarted(){H(`[SLIDE][START]:${this.story.id}:${this.slide.index}`),await this.slideApiHandlers.lock(this.slide),this.slideApiHandlers.exec(),this.story.updateNavigationHistory(),this.startTimer(),this.slide.emit(la.Start)}onSlideStateChanged(e){this.changeTimelineVisibilityByState(),this.slide.emit(la.ChangeState,e)}onSlideLoadStart(){H(`[SLIDE][START_LOAD]:${this.story.id}:${this.slide.index}`)}onSlideLoadEnd(){H(`[SLIDE][END_LOAD]:${this.story.id}:${this.slide.index}`)}onSlideResume(){this.story.resume(),H(`[SLIDE][RESUME]:${this.story.id}:${this.slide.index}`)}onSlidePause(){this.story.pause(),H(`[SLIDE][PAUSE]:${this.story.id}:${this.slide.index}`)}onSlideBeforeInit(){this.slideApiHandlers.setInitHookStorySlide(this.slide),H(`[SLIDE][INIT]:${this.story.id}:${this.slide.index}`)}onSlideAfterInit(){H(`[SLIDE][WIDGETS]:${this.story.id}:${this.slide.index}`,this.slide.widgets)}onSlideStop(){this.story.timer.stop(),this.slideApiHandlers.unlock(this.slide),H(`[SLIDE][STOP]:${this.story.id}:${this.slide.index}`)}onSlideVideoError(){this.story.timer.stop()}changeTimelineVisibilityByState(){this.slide.state===_r.Error||this.slide.state===_r.Loading?this.story.hideTimeline():this.story.showTimeline()}startTimer(){this.story.timer.started||this.story.timer.start(this.slide.duration??0)}}class pa{storyManager;storyReader;slideApi;slideApiHandlers;touchController;constructor(e,t,s,i,r){this.storyManager=e,this.storyReader=t,this.slideApi=s,this.slideApiHandlers=i,this.touchController=r}create({story:e,slide:t}){const s=new Ys(e),i=new oi,r=new Zr(new Xr(this.storyManager,this.storyReader,e)),a=new kr(new ua(t,e,this.slideApiHandlers),i,this.slideApi.Animation,s,r);return this.registerWidgetFactories({widgetManager:i,story:e,slide:t,touchController:this.touchController}),a}registerWidgetFactories({widgetManager:e,story:t,slide:s,touchController:i}){e.registerManyFactories([new Pi(this.slideApi),new di(this.slideApi),new hi(this.slideApi),new pi(this.slideApi),new ji(this.slideApi),new mi(this.slideApi),new vi(this.slideApi),new wi(t,this.slideApi),new Si(t,this.slideApi),new xi(t,this.slideApi),new ki(i,this.slideApi),new Ii(this.slideApi),new Ai(this.slideApi),new mr(this.slideApi,i,{onClose:()=>this.storyReader.resumeUI(),onOpen:()=>this.storyReader.pauseUI()}),new vr(this.slideApi,i,s),new Ri(this.slideApi),new Ei(t,this.slideApi),new ha(t,this.slideApi)])}}var ga=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},ma=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let ya=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m,y,v,f=P,w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],I=[];return class extends f{static{const L="function"==typeof Symbol&&Symbol.metadata?Object.create(f[Symbol.metadata]??null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[we.computed],a=[we.computed],o=[we.computed],n=[we.computed],l=[we.computed],d=[we.computed],c=[we.action],h=[we.action],u=[we.action],p=[we.action],g=[we.action],m=[we.action],y=[we.action],v=[we.action],ma(this,null,e,{kind:"accessor",name:"_activeSlideIndex",static:!1,private:!1,access:{has:e=>"_activeSlideIndex"in e,get:e=>e._activeSlideIndex,set:(e,t)=>{e._activeSlideIndex=t}},metadata:L},_,S),ma(this,null,t,{kind:"accessor",name:"_displayedSlides",static:!1,private:!1,access:{has:e=>"_displayedSlides"in e,get:e=>e._displayedSlides,set:(e,t)=>{e._displayedSlides=t}},metadata:L},b,x),ma(this,null,s,{kind:"accessor",name:"_hiddenTimeline",static:!1,private:!1,access:{has:e=>"_hiddenTimeline"in e,get:e=>e._hiddenTimeline,set:(e,t)=>{e._hiddenTimeline=t}},metadata:L},C,k),ma(this,null,i,{kind:"accessor",name:"slides",static:!1,private:!1,access:{has:e=>"slides"in e,get:e=>e.slides,set:(e,t)=>{e.slides=t}},metadata:L},M,I),ma(this,null,r,{kind:"getter",name:"displayedSlides",static:!1,private:!1,access:{has:e=>"displayedSlides"in e,get:e=>e.displayedSlides},metadata:L},null,w),ma(this,null,a,{kind:"getter",name:"activeSlideIndex",static:!1,private:!1,access:{has:e=>"activeSlideIndex"in e,get:e=>e.activeSlideIndex},metadata:L},null,w),ma(this,null,o,{kind:"getter",name:"activeSlide",static:!1,private:!1,access:{has:e=>"activeSlide"in e,get:e=>e.activeSlide},metadata:L},null,w),ma(this,null,n,{kind:"getter",name:"hiddenTimeline",static:!1,private:!1,access:{has:e=>"hiddenTimeline"in e,get:e=>e.hiddenTimeline},metadata:L},null,w),ma(this,null,l,{kind:"getter",name:"reachEnd",static:!1,private:!1,access:{has:e=>"reachEnd"in e,get:e=>e.reachEnd},metadata:L},null,w),ma(this,null,d,{kind:"getter",name:"reachStart",static:!1,private:!1,access:{has:e=>"reachStart"in e,get:e=>e.reachStart},metadata:L},null,w),ma(this,null,c,{kind:"method",name:"toSlide",static:!1,private:!1,access:{has:e=>"toSlide"in e,get:e=>e.toSlide},metadata:L},null,w),ma(this,null,h,{kind:"method",name:"setLike",static:!1,private:!1,access:{has:e=>"setLike"in e,get:e=>e.setLike},metadata:L},null,w),ma(this,null,u,{kind:"method",name:"setDislike",static:!1,private:!1,access:{has:e=>"setDislike"in e,get:e=>e.setDislike},metadata:L},null,w),ma(this,null,p,{kind:"method",name:"setBookmark",static:!1,private:!1,access:{has:e=>"setBookmark"in e,get:e=>e.setBookmark},metadata:L},null,w),ma(this,null,g,{kind:"method",name:"share",static:!1,private:!1,access:{has:e=>"share"in e,get:e=>e.share},metadata:L},null,w),ma(this,null,m,{kind:"method",name:"markAsOpened",static:!1,private:!1,access:{has:e=>"markAsOpened"in e,get:e=>e.markAsOpened},metadata:L},null,w),ma(this,null,y,{kind:"method",name:"hideTimeline",static:!1,private:!1,access:{has:e=>"hideTimeline"in e,get:e=>e.hideTimeline},metadata:L},null,w),ma(this,null,v,{kind:"method",name:"showTimeline",static:!1,private:!1,access:{has:e=>"showTimeline"in e,get:e=>e.showTimeline},metadata:L},null,w),L&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:L})}storyManager=ga(this,w);storyReader;sharePanel;story;slideApiHandlers;navigationHistory;storySlideRendererFactory;#D=ga(this,_,0);get _activeSlideIndex(){return this.#D}set _activeSlideIndex(e){this.#D=e}#P=(ga(this,S),ga(this,b,[]));get _displayedSlides(){return this.#P}set _displayedSlides(e){this.#P=e}#B=(ga(this,x),ga(this,C,!1));get _hiddenTimeline(){return this.#B}set _hiddenTimeline(e){this.#B=e}#j=(ga(this,k),ga(this,M,[]));get slides(){return this.#j}set slides(e){this.#j=e}_hasShare=(ga(this,I),!1);_timer=new oa;storySlidesReactionDisposer;constructor(e,t,s,i,r,a,o){super(),this.storyManager=e,this.storyReader=t,this.sharePanel=s,this.story=i,this.slideApiHandlers=r,this.navigationHistory=a,this.storySlideRendererFactory=o,this.redirectToSlide=this.redirectToSlide.bind(this),this.nextSlide=this.nextSlide.bind(this),this._hasShare=Boolean(this.storyManager.rootStore.sessionStore.session?.share),this.createSlidesViewModels(this.story.slides),this.storySlidesReactionDisposer=(0,we.reaction)((()=>({storySlides:this.story.slides,canBeShown:this.story.canBeShown})),(({storySlides:e,canBeShown:t})=>t?this.createSlidesViewModels(e):[]))}get id(){return this.story.id}get title(){return this.story.title}get statTitle(){return this.story.statTitle}get ugcPayload(){return this.story.ugcPayload}get tags(){return this.story.tags}get sourceInfo(){return this.storyReader.sourceInfo}get canBeShown(){return this.story.canBeShown}get like(){return this.story.like}get favorite(){return this.story.favorite}get hasLike(){return Boolean(this.story.likeFunctional)}get hasShare(){return!!Boolean(this.story.shareFunctional)&&this._hasShare}get hasFavorite(){return Boolean(this.story.favoriteFunctional)}get hasAudio(){return Boolean(this.story.hasAudio)}get context(){return this.story.context}get displayedSlides(){return this._displayedSlides}get activeSlideIndex(){return this._activeSlideIndex}get activeSlide(){return this.slides[this._activeSlideIndex]}get slidesCount(){return this.story.slidesCount}get hiddenTimeline(){return 1===this.story.slides.length&&0===this.story.slides[0].duration||this.story.hideTimeline||this._hiddenTimeline||!this.canBeShown}get displayedSlideImage(){return this.isBlank?null:this.story.getImagesPerSlide(this.activeSlideIndex)}get isBlank(){return this.story.id<0}get reachEnd(){return 0===this.slides.length||this._activeSlideIndex===this.slides.length-1}get reachStart(){return 0===this.activeSlideIndex}get disableClose(){return this.story.disableClose}get error(){return this.story.error}get timer(){return this._timer}nextSlide(){this.reachEnd||this.toSlide(this.activeSlideIndex+1)}prevSlide(){this.reachStart||this.toSlide(this.activeSlideIndex-1)}toSlide(e){this._activeSlideIndex=e,this._displayedSlides=this.getDisplayedSlides(),this.timer.stop()}updateNavigationHistory(){this.navigationHistory.update(this)}async setLike(e){await this.story.setLike(e),this.storyManager.emitEvent(new fs(this,{value:1===e}))}async setDislike(e){await this.story.setLike(e),this.storyManager.emitEvent(new ys(this,{value:-1===e}))}async setBookmark(e){try{await this.story.setFavorite(e),this.storyManager.emitEvent(new vs(this,{value:e}))}catch(e){console.error(e)}}async share(){this.activeSlide&&(this.storyManager.emitEvent(new ws(this)),this.activeSlide.screenshotShare?this.sharePanel.shareScreenShot({shareId:"slide-screenshot-share",hideElementsSelector:"",storySlide:this.activeSlide}):await this.performShareText())}markAsOpened(){this.story.markIsOpened()}hideTimeline(){this._hiddenTimeline=!0}showTimeline(){this._hiddenTimeline=!1}setError(e){this.story.setError(e)}reset(){return this.slideApiHandlers.resetStory(this.id)}async reload(){return this.storyReader.reloadStory(this)}redirectToSlide({slideIndex:e,layerIndex:t}){e!==this.activeSlideIndex&&this.toSlide(e)}destroy(){this.storySlidesReactionDisposer(),this.activeSlide?.destroy()}onShowLayer(e){this.timer.start(this.activeSlide.duration??0)}pause(){this.timer.pause()}resume(){this.timer.resume()}enableTimer(){this.timer.enable()}disableTimer(){this.timer.disable()}completeNativeSharing(){this.sharePanel.completeNativeSharing({result:!1})}nextStory(e){this.storyReader.nextStoryWithAnimation(e)}prevStory(e){this.storyReader.prevStoryWithAnimation(e)}async updateNarrativeData(e){return this.story.updateNarrativeData(e)}getDisplayedSlides(){return this.slides.length===this.slidesCount?this.slides.slice(this._activeSlideIndex,this._activeSlideIndex+2):[new da(this,0,this.storySlideRendererFactory,Xe.createEmpty())]}createSlidesViewModels(e){this.slides.length!==this.slidesCount&&(this.slides=e.map(((e,t)=>new da(this,t,this.storySlideRendererFactory,e))),this._displayedSlides=this.getDisplayedSlides())}async performShareText(){try{const e=await this.story.fetchStorySharePath();if(!e)return;this.storyManager.emitEvent(new _s(this,{url:e}));const t={title:this.story.title,text:"",url:e};this.sharePanel.shareText({shareId:"story-share",config:t,storySlide:this.activeSlide})}catch(e){console.error(e)}}}})();const va=async e=>(await fetch(e)).blob(),fa=async e=>{const t=await va(e);return function(e,t=!0){return new Promise((function(s){var i=new FileReader;i.onloadend=function(){if(t){var e=String(i.result).replace("data:","").replace(/^.+,/,"");s(e)}else s(String(i.result))},i.readAsDataURL(e)}))}(new File([t],"image",{type:t.type,lastModified:(new Date).getTime()}),!1)};function wa(e,t,s,i){var r=e.indexOf(s,t);if(-1===r)return null;for(var a="",o=r+s.length;o<e.length&&-1===i.indexOf(e[o]);o++)a+=e[o];return{foundAtIndex:r,value:a}}function _a(e,t){const s=document.createElementNS("http://www.w3.org/2000/svg",e);for(let e in t)s.setAttributeNS(null,e.replace(/[A-Z]/g,(function(e,t,s,i){return"-"+e.toLowerCase()})),t[e]);return s}var Sa,ba;function xa(e,t,s,i,r,a,o,n,l,d){var c=_a("svg",{width:String(r),height:String(a),style:"background-color: #fff;"}),h=_a("foreignObject",{x:"0",y:"0",width:"100%",height:"100%"});c.appendChild(h);try{h.style.fontSize=document.body.style.fontSize}catch(e){console.error(e)}!function(){const u=t.cloneNode(!0);if(null!=i&&"string"==typeof i&&i.length>0){const e=Array.prototype.slice.call(u.querySelectorAll(i));for(let t=0;t<e.length;t++){const s=e[t];s&&s.style&&s.style.setProperty&&s.style.setProperty("display","none")}}h.appendChild(u);var p=[];(function(e){for(var t=[],s=0;;){var i=wa(e,s,"src: url(",[" ",")","\t"]);if(null==i)break;s=i.foundAtIndex+i.value.length,t.push(i.value.replace(/["']/g,""))}return t})(s).forEach((function(e){p.push(new Promise((function(t,i){fa(e).then((function(i){s=s.replace(e,i),t()})).catch((function(e){t()}))})))})),h.querySelectorAll("img").forEach((function(e){e.crossOrigin="Anonymous",p.push(new Promise((function(t,s){fa(e.src).then((function(s){e.onload=s=>e.decode().then((()=>t())),e.onerror=e=>{console.error(e),t()},e.decoding="sync",e.src=s})).catch((function(e){t()}))})))})),h.querySelectorAll("video").forEach((function(e){e.parentNode?.removeChild(e)})),h.querySelectorAll(".narrative-element-video").forEach((function(e){e.classList.add("init")})),Promise.all(p).then((function(){const t=_a("style",{});t.textContent=s,c.appendChild(t);const i=(new XMLSerializer).serializeToString(c),h=new Image;h.onload=t=>{h.decode().then((function(){setTimeout((function(){const e=document.createElement("canvas"),t=e.getContext("2d");if(t){e.style.width=r+"px",e.style.height=a+"px",e.width=2*r,e.height=2*a,t.scale(2,2),t.drawImage(h,0,0);const s=e.toDataURL(o,n);va(s).then((function(t){l(t),e.remove()}))}}),e===Sa.IOS?200:void 0)})).catch((e=>{console.log({image:h,encodingError:e},"onDecodeError"),d("error render svg image: "+e)}))},h.onerror=e=>{d("error render svg image: "+e)},h.setAttribute("crossOrigin","Anonymous"),h.crossOrigin="Anonymous",h.decoding="sync",h.src="data:image/svg+xml;base64,"+btoa(encodeURIComponent(i).replace(/%([0-9A-F]{2})/g,(function(e,t){return String.fromCharCode(parseInt(t,16))})))}))}()}function Ca(e,t,s,i){return new Promise((function(r,a){null==i&&(i=""),function(e,t,s,i,r,a){xa(e,t,s,i,t.clientWidth,t.clientHeight,"image/jpeg",1,r,a)}(e,t,s,i,(function(e){r(new File([e],"image.jpeg",{type:e.type,lastModified:(new Date).getTime()}))}),(function(){console.error("Image fail");const e=new Error;e.name="ImageFail",a(e)}))}))}!function(e){e[e.IOS=0]="IOS",e[e.ANDROID=1]="ANDROID",e[e.OTHER=2]="OTHER"}(Sa||(Sa={})),function(e){e.Social="social",e.SlideScreenshot="slide-screenshot"}(ba||(ba={}));class ka{async getScreenShot({hideElementsSelector:e,slideContent:t}){const s=await Ca(Sa.IOS,t,function(e){let t="";return Array.prototype.slice.call(window.document.styleSheets).forEach((s=>{e(s)&&(t+=Array.prototype.slice.call(s.rules).map((e=>e.cssText)).join(""))})),t}((function(){return!0})),e);return{file:s,url:URL.createObjectURL(s)}}getNavigatorShareFunction(){let e=navigator.share?.bind(navigator);return!e&&window.parent?.navigator.share&&(e=window.parent.navigator.share.bind(window.parent.navigator)),e}getFilteredConfigDto(e){const t={};for(const[s,i]of Object.entries(e??{}))null!==i&&(t[s]=i);return t}}var Ma=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Ia=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let La=(()=>{let e,t,s,i,r,a,o=[],n=[],l=[],d=[],c=[];return class{static{const h="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.computed],i=[we.computed],r=[we.action],a=[we.action],Ia(this,null,e,{kind:"accessor",name:"_isOpened",static:!1,private:!1,access:{has:e=>"_isOpened"in e,get:e=>e._isOpened,set:(e,t)=>{e._isOpened=t}},metadata:h},n,l),Ia(this,null,t,{kind:"accessor",name:"_params",static:!1,private:!1,access:{has:e=>"_params"in e,get:e=>e._params,set:(e,t)=>{e._params=t}},metadata:h},d,c),Ia(this,null,s,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:h},null,o),Ia(this,null,i,{kind:"getter",name:"params",static:!1,private:!1,access:{has:e=>"params"in e,get:e=>e.params},metadata:h},null,o),Ia(this,null,r,{kind:"method",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open},metadata:h},null,o),Ia(this,null,a,{kind:"method",name:"close",static:!1,private:!1,access:{has:e=>"close"in e,get:e=>e.close},metadata:h},null,o),h&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:h})}storyReader=Ma(this,o);sharingService;nativeSharingId="";nativeSharingRunning=!1;#d=Ma(this,n,!1);get _isOpened(){return this.#d}set _isOpened(e){this.#d=e}#F=(Ma(this,l),Ma(this,d,{id:"",type:ba.Social,link:""}));get _params(){return this.#F}set _params(e){this.#F=e}currentStorySlide=(Ma(this,c),null);desktopMode=!1;constructor(e,t){this.storyReader=e,this.sharingService=t}get isOpened(){return this._isOpened}get params(){return this._params}open(e){this.storyReader.pauseTimer(),this._params={link:e.link,type:e.type,text:e.text,id:e.id},this._isOpened=!0}close(){this.storyReader.resumeTimer(),this._isOpened=!1,this._params={id:"",type:ba.Social,link:""}}handleShareComplete(e,t){const s=this.currentStorySlide?.findAllWidgetsOfType((e=>e instanceof Li))??[];for(const i of s)i.handleShareComplete({shareId:e,result:t});this.close()}async shareScreenShot({shareId:e,shareText:t,hideElementsSelector:s,storySlide:i}){let r=null;this.currentStorySlide=i;try{const a=await this.sharingService.getScreenShot({hideElementsSelector:s,slideContent:i.$el});r=a.url;const o={files:[a.file],text:t};if(this.desktopMode)return void this.open({type:ba.SlideScreenshot,id:e,link:r,text:t});await this.startNativeSharing(e,o)}catch(s){console.error(s),r&&this.open({type:ba.SlideScreenshot,id:e,link:r,text:t})}}async shareText({shareId:e,config:t,storySlide:s}){this.currentStorySlide=s,null==e&&(e="story-share");const i=this.sharingService.getFilteredConfigDto(t),r=i.url=i.url??i.text,a={type:ba.Social,id:e,link:r};try{if(this.desktopMode)return void this.open(a);await this.startNativeSharing(e,i)}catch(e){this.open(a)}}async startNativeSharing(e,t){const s=this.sharingService.getNavigatorShareFunction();if(!s)throw new Error;try{this.storyReader.pauseTimer(),this.runNativeSharing({id:e}),await s(t),this.completeNativeSharing({result:!0})}catch(e){if(e instanceof DOMException&&"AbortError"===e.name)return;throw e}finally{this.completeNativeSharing({result:!1})}}runNativeSharing({id:e}){this.nativeSharingId=e,this.nativeSharingRunning=!0}completeNativeSharing({result:e}){this.nativeSharingRunning&&(this.handleShareComplete(this.nativeSharingId,e),this.nativeSharingRunning=!1,this.nativeSharingId="",this.storyReader.resumeTimer())}}})();var Aa=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Oa=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ea=(()=>{let e,t,s,i,r,a,o,n,l,d=[],c=[],h=[],u=[],p=[],g=[],m=[];return class{static{const y="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.computed],r=[we.computed],a=[we.action],o=[we.action],n=[we.action],l=[we.action],Oa(this,null,e,{kind:"accessor",name:"_activeStory",static:!1,private:!1,access:{has:e=>"_activeStory"in e,get:e=>e._activeStory,set:(e,t)=>{e._activeStory=t}},metadata:y},c,h),Oa(this,null,t,{kind:"accessor",name:"_currentIndex",static:!1,private:!1,access:{has:e=>"_currentIndex"in e,get:e=>e._currentIndex,set:(e,t)=>{e._currentIndex=t}},metadata:y},u,p),Oa(this,null,s,{kind:"accessor",name:"_nextFlippingStoryIndex",static:!1,private:!1,access:{has:e=>"_nextFlippingStoryIndex"in e,get:e=>e._nextFlippingStoryIndex,set:(e,t)=>{e._nextFlippingStoryIndex=t}},metadata:y},g,m),Oa(this,null,i,{kind:"getter",name:"reachStart",static:!1,private:!1,access:{has:e=>"reachStart"in e,get:e=>e.reachStart},metadata:y},null,d),Oa(this,null,r,{kind:"getter",name:"reachEnd",static:!1,private:!1,access:{has:e=>"reachEnd"in e,get:e=>e.reachEnd},metadata:y},null,d),Oa(this,null,a,{kind:"method",name:"nextStory",static:!1,private:!1,access:{has:e=>"nextStory"in e,get:e=>e.nextStory},metadata:y},null,d),Oa(this,null,o,{kind:"method",name:"prevStory",static:!1,private:!1,access:{has:e=>"prevStory"in e,get:e=>e.prevStory},metadata:y},null,d),Oa(this,null,n,{kind:"method",name:"nextStoryWithAnimation",static:!1,private:!1,access:{has:e=>"nextStoryWithAnimation"in e,get:e=>e.nextStoryWithAnimation},metadata:y},null,d),Oa(this,null,l,{kind:"method",name:"prevStoryWithAnimation",static:!1,private:!1,access:{has:e=>"prevStoryWithAnimation"in e,get:e=>e.prevStoryWithAnimation},metadata:y},null,d),y&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:y})}storyManager=Aa(this,d);storyReaderViewModel;slideApiHandlers;#N=Aa(this,c,null);get _activeStory(){return this.#N}set _activeStory(e){this.#N=e}#x=(Aa(this,h),Aa(this,u,1));get _currentIndex(){return this.#x}set _currentIndex(e){this.#x=e}#U=(Aa(this,p),Aa(this,g,-1));get _nextFlippingStoryIndex(){return this.#U}set _nextFlippingStoryIndex(e){this.#U=e}animatedTransitionAdapter=(Aa(this,m),null);currentStoryDisplayStrategy=null;constructor(e,t,s){this.storyManager=e,this.storyReaderViewModel=t,this.slideApiHandlers=s}get reachStart(){return 1===this._currentIndex}get reachEnd(){return this._currentIndex===this.storyReaderViewModel.stories.length-2}get nextFlippingStoryIndex(){return this._nextFlippingStoryIndex}get activeStory(){return this._activeStory}get currentIndex(){return this._currentIndex}setAnimatedTransitionAdapter(e){this.animatedTransitionAdapter=e}setCurrentStoryDisplayStrategy(e){this.currentStoryDisplayStrategy=e}nextStory(){this.reachEnd||(this.activeStory?.markAsOpened(),this.setActiveStoryByIndex(this._currentIndex+1),this.currentStoryDisplayStrategy.handleNextStoryByIndex(this._currentIndex-1))}prevStory(){this.reachStart||(this.activeStory?.markAsOpened(),this.setActiveStoryByIndex(this._currentIndex-1),this.currentStoryDisplayStrategy.handleNextStoryByIndex(this._currentIndex-1))}nextStoryWithAnimation(e){this.storyReaderViewModel.reachEnd?this.handleStoryReaderReachEnd(e):this.navigateStoryWithAnimation(this.storyReaderViewModel.currentIndex+1,e)}prevStoryWithAnimation(e){this.reachStart||this.navigateStoryWithAnimation(this.currentIndex-1,e)}destroy(){this._activeStory=null}setActiveStoryById(e){const t=this.storyReaderViewModel.stories;this._currentIndex=t.findIndex((t=>t.id===e)),this._activeStory=t[this._currentIndex],this.slideApiHandlers.setActiveStory(this._activeStory)}resetActiveStory(){this._activeStory=null}navigateStoryWithAnimation(e,t="lastSlideClick"){this._nextFlippingStoryIndex=e;const s=this.storyReaderViewModel.stories[e];this.slideApiHandlers.setActiveStory(s),this.handleNextFlippingStoryIndexChange(e,t)}handleStoryReaderReachEnd(e){"auto"!==e?this.storyReaderViewModel.close("lastSlideClick"):this.animatedTransitionAdapter?.options.closeOnLastSlideByTimer&&this.storyReaderViewModel.close("auto")}async handleNextFlippingStoryIndexChange(e,t){if(-1===e)return;const s=this.currentIndex<e?1:-1;await(this.animatedTransitionAdapter?.transitionByDirection(s)),this.handleStoryFlippingTransitionEnd(e,t)}handleStoryFlippingTransitionEnd(e,t){this.storyReaderViewModel.emitCloseStoryEvent(t);1===(this.currentIndex<e?1:-1)?this.nextStory():this.prevStory(),this._nextFlippingStoryIndex=-1}setActiveStoryByIndex(e){this._currentIndex=e,this._activeStory=this.storyReaderViewModel.stories[this._currentIndex],this.slideApiHandlers.setActiveStory(this._activeStory),this.handleActiveStoryError(this._activeStory)}handleActiveStoryError(e){e.error&&this.storyManager.emit("showStoryFailed",{id:e.id,title:e.title,...e.error})}}})();var Ta,Ra,Da=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Pa=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e.RedirectToStory="redirectToStory",e.CloseStory="closeStory",e.ShowMultipleStories="showMultipleStories",e.ReloadStory="reloadStory"}(Ta||(Ta={})),function(e){e.Close="closeStoryReader"}(Ra||(Ra={}));let Ba=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p,g,m=P,y=[],v=[],f=[],w=[],_=[],S=[],b=[],x=[],C=[],M=[],I=[];return class L extends m{static{const k="function"==typeof Symbol&&Symbol.metadata?Object.create(m[Symbol.metadata]??null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[we.observable],a=[we.computed],o=[we.computed],n=[we.action],l=[we.action],d=[we.action],c=[we.action],h=[we.action],u=[we.action],p=[we.action],g=[we.action],Pa(this,null,e,{kind:"accessor",name:"_uiPaused",static:!1,private:!1,access:{has:e=>"_uiPaused"in e,get:e=>e._uiPaused,set:(e,t)=>{e._uiPaused=t}},metadata:k},v,f),Pa(this,null,t,{kind:"accessor",name:"_muted",static:!1,private:!1,access:{has:e=>"_muted"in e,get:e=>e._muted,set:(e,t)=>{e._muted=t}},metadata:k},w,_),Pa(this,null,s,{kind:"accessor",name:"_timerPaused",static:!1,private:!1,access:{has:e=>"_timerPaused"in e,get:e=>e._timerPaused,set:(e,t)=>{e._timerPaused=t}},metadata:k},S,b),Pa(this,null,i,{kind:"accessor",name:"_closeGestureInAction",static:!1,private:!1,access:{has:e=>"_closeGestureInAction"in e,get:e=>e._closeGestureInAction,set:(e,t)=>{e._closeGestureInAction=t}},metadata:k},x,C),Pa(this,null,r,{kind:"accessor",name:"_stories",static:!1,private:!1,access:{has:e=>"_stories"in e,get:e=>e._stories,set:(e,t)=>{e._stories=t}},metadata:k},M,I),Pa(this,null,a,{kind:"getter",name:"stories",static:!1,private:!1,access:{has:e=>"stories"in e,get:e=>e.stories},metadata:k},null,y),Pa(this,null,o,{kind:"getter",name:"isOpened",static:!1,private:!1,access:{has:e=>"isOpened"in e,get:e=>e.isOpened},metadata:k},null,y),Pa(this,null,n,{kind:"method",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open},metadata:k},null,y),Pa(this,null,l,{kind:"method",name:"close",static:!1,private:!1,access:{has:e=>"close"in e,get:e=>e.close},metadata:k},null,y),Pa(this,null,d,{kind:"method",name:"reloadStory",static:!1,private:!1,access:{has:e=>"reloadStory"in e,get:e=>e.reloadStory},metadata:k},null,y),Pa(this,null,c,{kind:"method",name:"nextStory",static:!1,private:!1,access:{has:e=>"nextStory"in e,get:e=>e.nextStory},metadata:k},null,y),Pa(this,null,h,{kind:"method",name:"prevStory",static:!1,private:!1,access:{has:e=>"prevStory"in e,get:e=>e.prevStory},metadata:k},null,y),Pa(this,null,u,{kind:"method",name:"nextStoryWithAnimation",static:!1,private:!1,access:{has:e=>"nextStoryWithAnimation"in e,get:e=>e.nextStoryWithAnimation},metadata:k},null,y),Pa(this,null,p,{kind:"method",name:"prevStoryWithAnimation",static:!1,private:!1,access:{has:e=>"prevStoryWithAnimation"in e,get:e=>e.prevStoryWithAnimation},metadata:k},null,y),Pa(this,null,g,{kind:"method",name:"navigateStoryWithAnimationByIndex",static:!1,private:!1,access:{has:e=>"navigateStoryWithAnimationByIndex"in e,get:e=>e.navigateStoryWithAnimationByIndex},metadata:k},null,y),k&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:k})}storyManager=Da(this,y);statisticsService;storiesApi;#z=Da(this,v,!1);get _uiPaused(){return this.#z}set _uiPaused(e){this.#z=e}#M=(Da(this,f),Da(this,w,!0));get _muted(){return this.#M}set _muted(e){this.#M=e}#V=(Da(this,_),Da(this,S,!1));get _timerPaused(){return this.#V}set _timerPaused(e){this.#V=e}#W=(Da(this,b),Da(this,x,!1));get _closeGestureInAction(){return this.#W}set _closeGestureInAction(e){this.#W=e}#e=(Da(this,C),Da(this,M,we.observable.map()));get _stories(){return this.#e}set _stories(e){this.#e=e}_uiLocked=(Da(this,I),!1);scrollbarHelper=new Dr(window);_sourceInfo={listType:De.DEFAULT,feedSlug:""};slideApi;slideApiHandlers=null;windowReferer=k.default;currentStoryDisplayStrategy=null;navigationHistory;storyDisplayStrategyFactory;_touchController=new Wi({touchStartTimeout:200});narrativeDataCache=new xs;_sharePanelViewModel=new La(this,new ka);navigationController;static id="StoryReaderViewModel";constructor(e,t,s){super(),this.storyManager=e,this.statisticsService=t,this.storiesApi=s,this.navigationHistory=new Ps(this.storyManager,this),this.handleWindowUnload=this.handleWindowUnload.bind(this),this.handleEscKeydown=this.handleEscKeydown.bind(this),e.setViewModel(L.id,this),window.addEventListener("beforeunload",this.handleWindowUnload),this.storyDisplayStrategyFactory=new qs(e,this),this.handleVisibilityChange=this.handleVisibilityChange.bind(this);const i=this.initSlideApi();this.navigationController=new Ea(this.storyManager,this,i)}get nextFlippingStoryIndex(){return this.navigationController.nextFlippingStoryIndex}get sharePanel(){return this._sharePanelViewModel}get touchController(){return this._touchController}get feedSlug(){return this.sourceInfo.feedSlug??""}get sourceInfo(){return this._sourceInfo}get muted(){return this._muted}get uiPaused(){return this._uiPaused}get timerPaused(){return this._timerPaused}get closeGestureInAction(){return this._closeGestureInAction}get stories(){return Array.from(this._stories.values())}get activeStory(){return this.navigationController.activeStory}get isOpened(){return Boolean(this.navigationController.activeStory)}get currentIndex(){return this.navigationController.currentIndex}get reachStart(){return this.navigationController.reachStart}get reachEnd(){return this.navigationController.reachEnd}getStatisticsData(){return this.statisticsService.getData()}cleanupStatisticsData(){return this.statisticsService.cleanupData()}open(e,t){this.resetReaderToDefaultState(),this.updateSlideApiRef(),this.windowReferer=e.windowReferer,this.setScrollBar(e.windowReferer),this._sourceInfo=t,this.setStories(e.stories),this.navigationController.setActiveStoryById(e.id),this.navigationController.setCurrentStoryDisplayStrategy(this.currentStoryDisplayStrategy),this.statisticsService.init(t),this.storyManager.getConfig().enableStatistic(),this._touchController.init(document.body),document.addEventListener("visibilitychange",this.handleVisibilityChange),window.addEventListener("keydown",this.handleEscKeydown)}close(e="closeReaderByCloseBtn"){this.activeStory&&!this.activeStory?.disableClose&&(this.resetScrollBar(this.windowReferer),this.emit(Ra.Close),this.sourceInfo.listType===De.DEFAULT&&ps.emit(Ra.Close,{id:this.activeStory.id}),this.emitCloseStoryEvent(e),this.resetReaderToDefaultState(),this._sourceInfo={listType:De.DEFAULT,feedSlug:""},this.navigationController.destroy())}resetReaderToDefaultState(){if(this.isOpened){if(this.activeStory){const e=this.activeStory.id,t=this.activeStory.activeSlideIndex;ps.emit(Os.CloseStoryReader,{storyId:e,slideIndex:t}),this.activeStory.markAsOpened()}this.resumeUI(),this.sharePanel.close(),this.navigationHistory.reset(),this.statisticsService.destroy(),this.clearStoryViewModels(),this._touchController.destroy(),document.removeEventListener("visibilitychange",this.handleVisibilityChange),window.removeEventListener("keydown",this.handleEscKeydown),this.navigationController.resetActiveStory()}}emitCloseStoryEvent(e){this.activeStory&&this.storyManager.emitEvent(new ms(this.activeStory,{action:e}))}canBeClosed(){return!(!this.activeStory||this.activeStory.isBlank)&&!this.activeStory.disableClose}async showStory(e){this.currentStoryDisplayStrategy=this.storyDisplayStrategyFactory.createShowStory(),await this.currentStoryDisplayStrategy.show({storyId:e})}async showStoryOnce(e){this.currentStoryDisplayStrategy=this.storyDisplayStrategyFactory.createShowStoryOnce(),await this.currentStoryDisplayStrategy.show({storyId:e})}async showStoryFromSharePage(e,t){try{const s=this.storyDisplayStrategyFactory.createShowStoryFromSharePage();return this.currentStoryDisplayStrategy=s,await s.show({storyId:e,fetchShareUrl:t}),t&&this.storyManager.getConfig().disableStatistic(),!0}catch(e){return!1}}async showOnboardingStories(e){const t=this.storyDisplayStrategyFactory.createShowOnboardingStories();return this.currentStoryDisplayStrategy=t,t.show(e)}async showMultipleStories(e){const t=this.storyDisplayStrategyFactory.createShowMultipleStories();this.currentStoryDisplayStrategy=t,await t.show({storyId:e.storyId,storyFeed:e.storyFeed,windowReferer:e.windowReferer??k.default,filter:e.filter})}async reloadStory(e){e.setError(null),this.currentStoryDisplayStrategy?.reload({storyId:e.id,feedType:this.sourceInfo.listType,feedSlug:this.sourceInfo.feedSlug})}nextStory(){return this.navigationController.nextStory()}prevStory(){return this.navigationController.prevStory()}nextStoryWithAnimation(e){return this.navigationController.nextStoryWithAnimation(e)}prevStoryWithAnimation(e){return this.navigationController.prevStoryWithAnimation(e)}navigateStoryWithAnimationByIndex(e,t){this.navigationController.navigateStoryWithAnimation(e,t)}destroy(){this.removeAllListeners(),window.removeEventListener("beforeunload",this.handleWindowUnload),this.storyManager.deleteViewModel(L.id)}closeGoodsWidget(){ps.emit("goodsWidget.close")}enableStoryTimer(){this._stories.forEach((e=>e.enableTimer()))}disableStoryTimer(){this._stories.forEach((e=>e.disableTimer()))}setAnimatedTransitionAdapter(e){this.navigationController.setAnimatedTransitionAdapter(e)}updateSlideApiRef(){(0,us.getSlideApi)(this.slideApiHandlers)}resumeTimer(){this._uiLocked=!1,this._timerPaused=!1}pauseTimer(){this._uiLocked=!0,this._timerPaused=!0}pauseUI(){this._uiPaused=!0,this.pauseTimer()}resumeUI(){this._uiPaused=!1,this.resumeTimer()}mute(){this._muted=!0}unmute(){this._muted=!1}enableCloseGesture(){this._closeGestureInAction=!0}disableCloseGesture(){this._closeGestureInAction=!1}setStories(e){const t=new st({id:-1},this.storyManager.rootStore,this.storiesApi),s=new st({id:-2},this.storyManager.rootStore,this.storiesApi);e=[t,...e,s];const i=new pa(this.storyManager,this,this.slideApi,this.slideApiHandlers,this._touchController);for(const t of e)this._stories.set(t.id,new ya(this.storyManager,this,this._sharePanelViewModel,t,this.slideApiHandlers,this.navigationHistory,i))}initSlideApi(){return this.slideApiHandlers=new Ds(this.narrativeDataCache,this.storyManager,this),this.slideApi=(0,us.getSlideApi)(this.slideApiHandlers),this.slideApiHandlers}handleVisibilityChange(){"hidden"===document.visibilityState&&this.pauseTimerByVisibility(),"visible"===document.visibilityState&&this.resumeTimerByVisibility()}resumeTimerByVisibility(){this._uiLocked||(this._timerPaused=!1)}pauseTimerByVisibility(){this._uiLocked||(this._timerPaused=!0)}handleEscKeydown(e){27===e.keyCode&&this.close("closeReaderByEscBtn")}clearStoryViewModels(){for(const e of this._stories.values())e.destroy();this._stories=we.observable.map()}setScrollBar(e){e===k.default&&this.scrollbarHelper.setScrollbar()}resetScrollBar(e){e===k.default&&this.scrollbarHelper.resetScrollbar()}handleWindowUnload(e){this.activeStory&&(ps.emit(Os.NextSlide,{fromStoryId:this.activeStory.id,fromSlideIndex:this.activeStory.activeSlideIndex}),this.statisticsService.sendData())}}})();class ja{storyManager;constructor(e){this.storyManager=e}create(){const e=new Ts(this.storyManager),t=new Es(this.storyManager,e);return new Ba(this.storyManager,t,new $e(this.storyManager))}}class Fa{animatedSlider;options;constructor(e,t){this.animatedSlider=e,this.options=t}transitionByDirection(e){return this.animatedSlider.transformWithAmimation(e)}}class Na{narrativeDataCache;storyManager;iamReader;deferredActionsQueue=new Cs;activeMessageNarrativeDataCache=new xs;activeMessageSlide=null;activeMessage=null;constructor(e,t,s){this.narrativeDataCache=e,this.storyManager=t,this.iamReader=s}lock(e){if(this.activeMessageSlide&&this.activeMessageSlide!==e)throw new Error(`[SlideApi]: The resource is locked by message with ID ${this.activeMessage?.id}`);this.activeMessageSlide=e}unlock(e){this.activeMessageSlide===e&&(this.activeMessageSlide=null)}exec(){this.activeMessageSlide&&(this.deferredActionsQueue.exec(),this.deferredActionsQueue.flush())}async getCardLocalData(){if(!this.activeMessage)return{};let e=this.narrativeDataCache.get(`iam_${this.activeMessage.id}_data_${this.storyManager.rootStore.sessionStore.userId}`);return e?JSON.parse(e):{}}setCardLocalData(e,t){if(!this.activeMessage)return;let s=JSON.stringify(e);this.narrativeDataCache.set(`iam_${this.activeMessage.id}_data_${this.storyManager.rootStore.sessionStore.userId}`,s),t&&this.activeMessage.updateUserData(s).catch(console.error)}getCardServerData(e){return this.activeMessage.context.widgetsData._narrative_saved_data?.[e]??null}updateCardServerData(e,t){this.activeMessage.context.widgetsData._narrative_saved_data=t}getSlideDuration(e,t){return this.activeMessage.context.widgetsData._narrative_slides_duration?.[e]?.[t]??null}pauseUI(){this.activeMessageSlide?.pause()}resumeUI(){this.activeMessageSlide?.resume()}showCardTextInput(e,t){}setCardSessionValue(e,t){this.activeMessageNarrativeDataCache.set(e,t)}getCardSessionValue(e){return this.activeMessageNarrativeDataCache.get(e)}getWidgetsSharedData(e,t){const s=this.activeMessage.context.widgetsData;switch(t){case"rangeSlider":return s._narrative_range_slider_data?.[e];case"poll":return s._narrative_poll_data?.[e];case"vote":return s._narrative_vote_data?.[e]}return null}openUrl(e){window.open(e,"_parent")}async sendApiRequest(e,t,s,i,r,a){try{const a=await Ct.request({url:e,method:t,params:s??{},headers:i??{},data:r??{}});return{status:a.status,headers:a.headers,data:a.data}}catch(e){if(e instanceof V)return{status:e.networkStatus??400,headers:e.response?.headers,data:e.response?.data}}}share(e,t){}shareSlideScreenshot(e,t,s){}showLayer(e){this.activeMessageSlide?.showLayerByIndex(e)}showCardSlide(e){}cardShowNext(){}showNextSlide(e){}sendStatisticEvent(e,t,s){let i=null;switch(e){case"w-copy":i=new $t(s.widget_id,s.widget_value,s.widget_label);break;case"w-share":i=new Kt(s.widget_id,s.widget_answer,s.widget_label,s.widget_value,s.widget_answer_label);break;case"w-rate-answer":i=new Qt(s.widget_id,s.widget_answer,s.widget_label,s.widget_value);break;case"w-range-slider-answer":i=new qt(s.widget_id,s.widget_answer,s.widget_label)}i&&(this.activeMessage.trackWidgetEvent(i),this.iamReader.emitWidgetEvent(i))}destroy(){}setActiveMessage(e){this.activeMessageNarrativeDataCache.clear(),this.activeMessage=e,this.activeMessageSlide&&this.unlock(this.activeMessageSlide)}async resetCard(e){}pushToDefferedActionsQueueOrExec(e){this.activeMessageSlide?e():this.deferredActionsQueue.push(e)}getCardFonts(){return this.storyManager.rootStore.sessionStore.session?.fontsResources??[]}updateTimeline(e,t,s,i,r,a){}showToast(e){this.activeMessageSlide?.showToast({content:e})}}class Ua{_vw;_vh;constructor(e,t){this._vw=e,this._vh=t}get contentRatio(){return 9/16}getWidth(){return this._vw}getHeight(){return this._vh}}class za{_vw;_vh;_contentRatio;desktopMode;constructor(e,t,s,i){this._vw=e,this._vh=t,this._contentRatio=s,this.desktopMode=i,this.desktopMode&&this.initViewportWidthForDesktopMode()}get contentRatio(){return this._contentRatio}getWidth(){return this._vw}getHeight(){return Math.ceil(this._vw/this._contentRatio)}initViewportWidthForDesktopMode(){this._vw>557&&(this._vw=557)}}class Va{_vw;_vh;_contentRatio;desktopMode;constructor(e,t,s,i){this._vw=e,this._vh=t,this._contentRatio=s,this.desktopMode=i,this.desktopMode&&this.initViewportWidthForDesktopMode()}get contentRatio(){return this._contentRatio}getWidth(){return this._vw}getHeight(){return Math.ceil(this._vw/this._contentRatio)}initViewportWidthForDesktopMode(){this._vw>557&&(this._vw=557)}}class Wa{create(e,t){switch(e){case ls.BottomSheet:return new za(t.vw,t.vh,t.appearanceOptions.contentRatio,t.desktopMode);case ls.Modal:return new Va(t.vw,t.vh,t.appearanceOptions.contentRatio,t.desktopMode);case ls.Fullscreen:return new Ua(t.vw,t.vh)}}}class Ga{_vw;_vh;_contentRatio;constructor(e,t,s){this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}getOffset(){const e=this.calculateHeight();return-(Math.ceil(e-this._vh)/2)+"px 0px"}getOffsetX(){return"0px"}getOffsetY(){const e=this.calculateHeight();return`${Math.ceil(e-this._vh)/2}px`}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return this._vw}calculateHeight(){return Math.ceil(this._vw/this._contentRatio)}}class $a{_vw;_vh;_contentRatio;constructor(e,t,s){this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}get vw(){return this._vw}get vh(){return this._vh}getOffset(){const e=this.calculateWidth();return`0px ${-(Math.ceil(e-this._vw)/2)}px`}getOffsetX(){const e=this.calculateWidth();return`${Math.ceil(e-this._vw)/2}px`}getOffsetY(){return"0px"}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return Math.ceil(this._vh*this._contentRatio)}calculateHeight(){return this._vh}}class Ha{}class qa extends Ha{_vw;_vh;_contentRatio;constructor(e,t,s){super(),this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}getOffset(){const e=this.calculateHeight();return-(Math.ceil(e-this._vh)/2)+"px 0px"}getOffsetX(){return"0px"}getOffsetY(){const e=this.calculateHeight();return`${Math.ceil(e-this._vh)/2}px`}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return this._vw}calculateHeight(){return Math.ceil(this._vw/this._contentRatio)}}class Qa extends Ha{_vw;_vh;_contentRatio;constructor(e,t,s){super(),this._vw=e,this._vh=t,this._contentRatio=s}get contentRatio(){return this._contentRatio}getOffset(){const e=this.calculateWidth();return`0px ${Math.ceil(this._vw-e)/2}px`}getOffsetX(){const e=this.calculateWidth();return`${Math.ceil(this._vw-e)/2}px`}getOffsetY(){return"0px"}getWidth(){return`${this.calculateWidth()}px`}getHeight(){return`${this.calculateHeight()}px`}getFontSize(){return this.calculateWidth()/20+"px"}calculateWidth(){return Math.ceil(this.calculateHeight()*this._contentRatio)}calculateHeight(){return this._vh}}class Ka{constructor(){}create(e){const t=this.getViewportParams(e);return this.isFullscreen(e,t)?this.createFullscreenSlideGeometry(t):this.createWideOrSquareGeometry(t)}isFullscreen(e,t){return e instanceof Ua}createWideOrSquareGeometry(e){return e.viewportRatio>e.contentRatio?new Ga(e.vw,e.vh,e.contentRatio):new $a(e.vw,e.vh,e.contentRatio)}getViewportParams(e){return{vw:e.getWidth(),vh:e.getHeight(),viewportRatio:e.getWidth()/e.getHeight(),contentRatio:e.contentRatio}}createFullscreenSlideGeometry(e){return e.viewportRatio>e.contentRatio?new Qa(e.vw,e.vh,e.contentRatio):new qa(e.vw,e.vh,e.contentRatio)}}class Ya{slide;_mode=fr.None;_defaultPrevented=!1;_direction=0;constructor(e){this.slide=e,this._direction=this.calcDirection()}get mode(){return this._mode}get direction(){return this._direction}get defaultPrevented(){return this._defaultPrevented||this.slide.navigationDisabled}get navigationDisabled(){return!1}preventDefault(){this._defaultPrevented=!0}disableNextClick(){this._mode=fr.DisableNext}navigate(){this.direction<0?this.toPrev():this.mode!==fr.DisableNext&&this.toNext()}toPrev(){}toNext(){}calcClickPosition(){return.3}calcDirection(){return this.calcClickPosition()<=.3?-1:1}}var Za=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Ja=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Xa=(()=>{let e,t=P,s=[];return class extends t{static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(t[Symbol.metadata]??null):void 0;e=[we.computed],Ja(this,null,e,{kind:"getter",name:"isLoading",static:!1,private:!1,access:{has:e=>"isLoading"in e,get:e=>e.isLoading},metadata:i},null,s),i&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}message=Za(this,s);iamMessageSlide;messageSlideRendererFactory;slideRenderer;locked=!1;constructor(e,t,s){super(),this.message=e,this.iamMessageSlide=t,this.messageSlideRendererFactory=s,this.slideRenderer=this.messageSlideRendererFactory.create({slide:this,message:this.message}),this.handleDocumentVisibilityChange=this.handleDocumentVisibilityChange.bind(this)}get isLoading(){return this.slideRenderer.state===_r.Loading}get html(){return this.iamMessageSlide.html}get navigationDisabled(){return this.slideRenderer.navigationDisabled}async init(e){return this.slideRenderer.init(e)}async start(){return document.addEventListener("visibilitychange",this.handleDocumentVisibilityChange),this.slideRenderer.start()}async reload(){return this.slideRenderer.reload()}stop(){return document.removeEventListener("visibilitychange",this.handleDocumentVisibilityChange),this.slideRenderer.stop()}pause(){return this.slideRenderer.pause()}resume(){return this.slideRenderer.resume()}pauseAndLock(){return this.locked=!0,this.pause()}resumeAndUnlock(){return this.locked=!1,this.resume()}mute(){this.slideRenderer.mute()}unmute(){this.slideRenderer.unmute()}onClick(e){const t=new Ya(this);this.slideRenderer.onClick({target:e,navigationController:t})}onLinkClick(e){this.slideRenderer.onClickLinkElement(e.target)}showLayerByIndex(e){this.slideRenderer.showLayerByIndex(e)}destroy(){return this.slideRenderer.stop()}showToast(e){new Gi({getMountPoint:()=>this.slideRenderer.$el,...e})}handleDocumentVisibilityChange(){this.locked||("hidden"===document.visibilityState&&this.pause(),"visible"===document.visibilityState&&this.resume())}}})();class eo extends P{iamReader;iamMessage;_slides=[];_openTime=0;constructor(e,t,s){super(),this.iamReader=e,this.iamMessage=t,this._slides=this.iamMessage.slides.map((e=>new Xa(this,e,s)))}get id(){return this.iamMessage.id}get activeSlideIndex(){return this.iamMessage.activeSlideIndex}get openTime(){return this._openTime}get slides(){return this._slides}get context(){return this.iamMessage.context}get appearanceOptions(){return this.iamMessage.appearanceOptions}get type(){return this.iamMessage.type}async trackOpen(){await this.iamMessage.trackOpen()}async trackClose(){await this.iamMessage.trackClose()}async trackWidgetEvent(e){await this.iamMessage.trackWidgetEvent(e)}async updateUserData(e){return this.iamMessage.updateUserData(e)}toPublicDto(){return this.iamMessage.toPublicDto()}destroy(){}}class to{iamReader;constructor(e){this.iamReader=e}handle(e){this.iamReader.close()}}class so{storyManager;iamMessage;messageSlide;constructor(e,t,s){this.storyManager=e,this.iamMessage=t,this.messageSlide=s}async handle(e){this.iamMessage.trackWidgetEvent(new Ht(e.elementId,e.linkTarget,""));try{await this.storyManager.openGame(e.linkTarget),this.messageSlide.pauseAndLock(),this.storyManager.gameReaderViewModel?.once(Br.Close,(()=>{this.messageSlide.resumeAndUnlock()}))}catch(e){console.error(e)}}}class io{iamReader;storyManager;iamMessage;constructor(e,t,s){this.iamReader=e,this.storyManager=t,this.iamMessage=s}handle(e){const t=decodeURIComponent(e.linkTarget);this.emitWidgetEvent(t,e.elementId),this.emitClickOnButtonEvent(t,e.elementId)}emitWidgetEvent(e,t){const s=new Ht(t,e,"");this.iamMessage.trackWidgetEvent(s),this.iamReader.emitWidgetEvent(s)}emitClickOnButtonEvent(e,t){const s=this.getClickOnButtonEventPayload(e,t);this.iamReader.emit(ho.ClickOnButton,s),this.storyManager.clickOnButtonAction({src:v.IAM_READER,payload:s})}getClickOnButtonEventPayload(e,t){return{id:this.iamMessage.id,index:this.iamMessage.activeSlideIndex,url:e,elementId:t}}}class ro{iamReader;storyManager;messageSlide;constructor(e,t,s){this.iamReader=e,this.storyManager=t,this.messageSlide=s}async handle(e){const t=parseInt(e.linkTarget);try{await this.storyManager.showStory(t),this.messageSlide.pauseAndLock(),this.storyManager.storyReaderViewModel.once(Ra.Close,(()=>{this.iamReader.updateSlideApiRef(),this.messageSlide.resumeAndUnlock()}))}catch(e){console.error(e)}}}class ao{handle(e){console.log(`There is no action handler for <${e.linkType}:${e.linkTarget}>`)}}class oo{storyManager;iamReader;message;messageSlide;constructor(e,t,s,i){this.storyManager=e,this.iamReader=t,this.message=s,this.messageSlide=i}create(e){switch(e){case"url":return new io(this.iamReader,this.storyManager,this.message);case"story":return new ro(this.iamReader,this.storyManager,this.messageSlide);case"game":return new so(this.storyManager,this.message,this.messageSlide);case"closeIAM":return new to(this.iamReader)}return new ao}}class no{slide;story;slideApiHandlers;constructor(e,t,s){this.slide=e,this.story=t,this.slideApiHandlers=s}onSlideBeforeInit(){}onSlideAfterInit(){}async onSlideStarted(){this.slideApiHandlers.lock(this.slide),this.slideApiHandlers.exec()}onSlideStop(){this.slideApiHandlers.unlock(this.slide)}onSlideStateChanged(e){}onSlideLoadStart(){}onSlideLoadEnd(){}onSlideResume(){}onSlidePause(){}onSlideVideoError(){}}class lo{storyManager;iamReader;slideApi;slideApiHandlers;touchController;constructor(e,t,s,i,r){this.storyManager=e,this.iamReader=t,this.slideApi=s,this.slideApiHandlers=i,this.touchController=r}create({slide:e,message:t}){const s=new Ys,i=new oi,r=new Zr(new oo(this.storyManager,this.iamReader,t,e)),a=new kr(new no(e,t,this.slideApiHandlers),i,this.slideApi.Animation,s,r);return this.registerWidgets({widgetManager:i,slideApi:this.slideApi,message:t,slide:e}),a}registerWidgets({widgetManager:e,slideApi:t,message:s,slide:i}){e.registerManyFactories([new Pi(t),new di(t),new hi(t),new pi(t),new ji(t),new mi(t),new vi(t),new ki(this.touchController,t),new Ii(t),new Ai(t),new vr(t,this.touchController,i),new Ri(t)])}}class co extends Error{constructor(e){super(`[IAM]: you must close IAM with ID ${e}`),this.name="IamMessageOpenError"}}var ho,uo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},po=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};!function(e){e.Loaded="loaded",e.Close="close",e.WidgetEvent="widgetEvent",e.ClickOnButton="clickOnButton"}(ho||(ho={}));let go=(()=>{let e,t,s,i,r=P,a=[],o=[],n=[];return class l extends r{static{const l="function"==typeof Symbol&&Symbol.metadata?Object.create(r[Symbol.metadata]??null):void 0;e=[we.observable],t=[we.action],s=[we.action],i=[we.action],po(this,null,e,{kind:"accessor",name:"_activeMessage",static:!1,private:!1,access:{has:e=>"_activeMessage"in e,get:e=>e._activeMessage,set:(e,t)=>{e._activeMessage=t}},metadata:l},o,n),po(this,null,t,{kind:"method",name:"showMessageById",static:!1,private:!1,access:{has:e=>"showMessageById"in e,get:e=>e.showMessageById},metadata:l},null,a),po(this,null,s,{kind:"method",name:"showMessageByEvent",static:!1,private:!1,access:{has:e=>"showMessageByEvent"in e,get:e=>e.showMessageByEvent},metadata:l},null,a),po(this,null,i,{kind:"method",name:"close",static:!1,private:!1,access:{has:e=>"close"in e,get:e=>e.close},metadata:l},null,a),l&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:l})}storyManager=uo(this,a);iamStore;iamDisplayService;#G=uo(this,o,null);get _activeMessage(){return this.#G}set _activeMessage(e){this.#G=e}visibilityObserver=uo(this,n);slideApiHandlers;slideApi;_touchController=new Wi;narrativeDataCache=new xs;scrollbarHelper=new Dr(window);eventPublisher;constructor(e,t,s){super(),this.storyManager=e,this.iamStore=t,this.iamDisplayService=s,this.storyManager.setViewModel(l.id,this),this.visibilityObserver=new hs(this),this.handleStoryReaderClose=this.handleStoryReaderClose.bind(this),this.initSlideApi()}static id="IamReaderViewModel";get touchController(){return this._touchController}get activeMessage(){return this._activeMessage}get isLoaded(){return this.iamStore.isLoaded}get isLoading(){return this.iamStore.isLoading}get isOpened(){return Boolean(this._activeMessage)}async preload(){await this.storyManager.waitStoryManagerConfig();return await this.iamStore.preload()}async showMessageById(e,t){await this.storyManager.waitStoryManagerConfig(),this.checkMessageNotOpened();const s=await this.iamDisplayService.getMessageById(e,t);return await this.open(s),s}async showMessageByEvent(e,t){await this.storyManager.waitStoryManagerConfig(),this.checkMessageNotOpened();const s=await this.iamDisplayService.getMessageByEvent(e,t);return await this.open(s),s}async close(){if(!this._activeMessage)return;this.emitCloseEvent(this._activeMessage),this.clearActiveMessage(),this.visibilityObserver.unsubscribe(),this.touchController.destroy(),this.scrollbarHelper.resetScrollbar();const e=await this.storyManager.waitViewModel(Ba.id);e?.off(Ra.Close,this.handleStoryReaderClose)}async open(e){this.updateSlideApiRef(),e.updatePlaceholders(this.storyManager.rootStore.placeholderStore.placeholders),this.touchController.init(document.body),this.setActiveMessage(e),this.visibilityObserver.subscribe(),this.scrollbarHelper.setScrollbar();const t=await this.storyManager.waitViewModel(Ba.id);t?.on(Ra.Close,this.handleStoryReaderClose)}destroy(){this.storyManager.deleteViewModel(l.id)}emitWidgetEvent(e){this.emit(ho.WidgetEvent,{message:this.activeMessage.toPublicDto(),name:e.type,data:e.toJSON()})}updateSlideApiRef(){(0,us.getSlideApi)(this.slideApiHandlers)}setEventPublisher(e){this.eventPublisher=e}emit(e,...t){return super.emit(e,...t),this.eventPublisher.emit(e,...t)}emitCloseEvent(e){this.emit(ho.Close,{message:e.toPublicDto()})}initSlideApi(){this.slideApiHandlers=new Na(this.narrativeDataCache,this.storyManager,this),this.slideApi=(0,us.getSlideApi)(this.slideApiHandlers)}setActiveMessage(e){const t=this.createIamMessageViewModel(e);this.slideApiHandlers.setActiveMessage(t),t.trackOpen(),this._activeMessage=t}clearActiveMessage(){this._activeMessage&&(this._activeMessage.trackClose(),this._activeMessage=null)}createIamMessageViewModel(e){const t=new lo(this.storyManager,this,this.slideApi,this.slideApiHandlers,this.touchController);return new eo(this,e,t)}checkMessageNotOpened(){if(this.activeMessage)throw new co(this.activeMessage.id)}handleStoryReaderClose(){this.updateSlideApiRef()}}})();class mo{iamReader;eventEmitter=new(s());constructor(e){this.iamReader=e,this.iamReader.setEventPublisher(this.eventEmitter)}get activeMessage(){return this.iamReader.activeMessage?.toPublicDto()}get isLoaded(){return this.iamReader.isLoaded}get isLoading(){return this.iamReader.isLoading}get isOpened(){return this.iamReader.isOpened}async preload(){const e=(await this.iamReader.preload()).map((e=>e.toPublicDto()));return this.eventEmitter.emit(ho.Loaded,{messages:e}),e}async showMessageById(e,t){return(await this.iamReader.showMessageById(e,t)).toPublicDto()}async showMessageByEvent(e,t){return(await this.iamReader.showMessageByEvent(e,t)).toPublicDto()}async close(){return this.iamReader.close()}on(e,t){return this.eventEmitter.on(e,t),this}once(e,t){return this.eventEmitter.once(e,t),this}off(e,t){return this.eventEmitter.off(e,t),this}}class yo{storyFeed;story;id;title;titleColor;hasAudio;hasSwipeUp;isOpened;deeplink;gameInstanceId;hideInReader=!1;hideTimeline=!1;constructor(e,t){this.storyFeed=t,this.id=e.id,this.title=e.title,this.titleColor=e.titleColor,this.hasAudio=e.hasAudio??!1,this.hasSwipeUp=e.hasSwipeUp??!1,this.isOpened=e.isOpened,this.deeplink=e.deeplink??void 0,this.gameInstanceId=e.gameInstance?.id??void 0,this.hideInReader=e.hideInReader??!1,this.hideTimeline=e.hideTimeline,this.isOpened=e.isOpened,this.story=e}getCover(e){return{imageSrc:this.story.image?.findOneByCoverQuality(e)?.url,videoSrc:this.story.videoCoverSrc??void 0,backgroundColor:this.story.backgroundColor,feedCoverSrc:this.storyFeed?.coverSrc}}}var vo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},fo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let wo=(()=>{let e,t,s=P,i=[],r=[],a=[];return class extends s{static{const o="function"==typeof Symbol&&Symbol.metadata?Object.create(s[Symbol.metadata]??null):void 0;e=[we.observable],t=[we.computed],fo(this,null,e,{kind:"accessor",name:"topStory",static:!1,private:!1,access:{has:e=>"topStory"in e,get:e=>e.topStory,set:(e,t)=>{e.topStory=t}},metadata:o},r,a),fo(this,null,t,{kind:"getter",name:"top",static:!1,private:!1,access:{has:e=>"top"in e,get:e=>e.top},metadata:o},null,i),o&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:o})}storyManager=vo(this,i);options;storyModels=[];unreadedStoryModels=new Map;storiesReactionDisposer;feed;#$=vo(this,r,null);get topStory(){return this.#$}set topStory(e){this.#$=e}_activeIndex=(vo(this,a),-1);constructor(e,t={feed:"default"}){super(),this.storyManager=e,this.options=t,this.storiesReactionDisposer=(0,we.reaction)((()=>this.storyManager.rootStore.storyFeedStore.getFeedBySlug(this.options.feed)?.stories),(e=>{e&&this.handleStoriesChange(e)})),this.feed=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(this.options.feed)??void 0}get stories(){return this.storyModels.map((e=>this.createStackFeedStoryByModel(e)))}get length(){return this.storyModels.length}get activeIndex(){return this._activeIndex}get feedCoverSrc(){return this.feed?.coverSrc}get top(){return this.topStory}reload(){this.storyModels=[],this.unreadedStoryModels=new Map}destroy(){this.storiesReactionDisposer(),this.emit("destroy")}markStoryAsOpened(e){this.unreadedStoryModels.delete(e),this.resetUnreadedStories(),this.update()}resetUnreadedStories(){0===this.unreadedStoryModels.size&&(this.unreadedStoryModels=new Map(this.storyModels.map((e=>[e.id,e]))))}handleStoriesChange(e){this.storyModels=e.slice(),this.resetUnreadedStories(),this.update()}createStackFeedStoryByModel(e){return new yo(e,this.feed)}update(){const e=this.unreadedStoryModels.values().next().value;if(!e)throw new Error("[StackedStoryList]: Empty stacked story list");this._activeIndex=this.storyModels.indexOf(e),this.topStory=this.createStackFeedStoryByModel(e),this.onUpdateTopStory(this.topStory),this.emit("update",this.topStory)}}})();class _o extends wo{feedCoverageAnalyticsCalculator=new jo;firstStoryShown=!1;_id;constructor(e,t){super(e,t),this._id=(0,N.v4)(),this.handleShowStory=this.handleShowStory.bind(this),this.handleCloseStoryReader=this.handleCloseStoryReader.bind(this),this.handleEventBusEvents=this.handleEventBusEvents.bind(this),this.subscribeToStoryReader(),this.subscribeToFeedCoverageAnalytics(),this.storyManager.setViewModel(this._id,this)}async reload(){return this.firstStoryShown=!1,super.reload(),this.loadStories()}destroy(){const e=this.storyManager.storyReaderViewModel;e?.off("showStory",this.handleShowStory),e?.off(Ra.Close,this.handleCloseStoryReader),ps.off("openGame",this.handleShowStory),ps.off("clickOnStoryDeepLink",this.handleShowStory),this.feedCoverageAnalyticsCalculator.destroy(),super.destroy(),this.storyManager.deleteViewModel(this._id)}showStory(e){const t=Sn.instance,s=X()(e.deeplink)&&e.deeplink.trim().length>0,i=e.gameInstanceId;if(!e.hideInReader||s||i){if(s&&null!==e.deeplink){const s={index:0,id:e.id,story:e,isDeeplink:!0,url:e.deeplink};return t.clickOnButtonAction({src:v.STACK_STORY_LIST,payload:s}),void this.markStoryAsOpened(e.id)}if(i)return t.openGame(i).catch(console.error),void this.markStoryAsOpened(e.id);this.storyManager.storyReaderViewModel?.showMultipleStories({storyId:e.id,storyFeed:this.feed,windowReferer:k.stacked}),this.markStoryAsOpened(e.id)}else console.error("[StackedStoryList]: Cannot open hidden story id "+e.id)}handleCloseStoryReader(){this.top&&this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(this.top.id)}markStoryAsOpened(e){this.storyManager.rootStore.storyStore.findStoryById(e).markIsOpened(),this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(e),super.markStoryAsOpened(e)}onUpdateTopStory(e){this.firstStoryShown||(this.firstStoryShown=!0,this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(e.id))}async subscribeToStoryReader(){try{const e=this.storyManager.storyReaderViewModel;ps.on("openGame",this.handleEventBusEvents),ps.on("clickOnStoryDeepLink",this.handleEventBusEvents),e?.on("showStory",this.handleShowStory),e?.on(Ra.Close,this.handleCloseStoryReader)}catch(e){console.error("[StackedStoryList]: error while story reader init")}}handleShowStory({id:e}){this.markStoryAsOpened(e)}handleEventBusEvents({id:e}){this.markStoryAsOpened(e)}async loadStories(){try{this.emit("startLoad"),await this.storyManager.rootStore.storyFeedStore.fetchDefaultFeed({feedSlug:this.options.feed}),this.emit("endLoad")}catch(e){console.error("[StackedStoryList]: error while story list loaded")}}subscribeToFeedCoverageAnalytics(){const e=new Uo(this.storyManager,{listType:De.DEFAULT,feed:this.options.feed,filter:{}});this.feedCoverageAnalyticsCalculator.on("feedImpression",e.handle)}}class So{storyManager;constructor(e){this.storyManager=e}createStoryReader(){return new ja(this.storyManager).create()}createGameReader(){return new Ur(this.storyManager).create()}createStoryList(){return new Ro(this.storyManager).create()}createInAppMessagingReader(){const e=this.storyManager.rootStore.iamStore;return new go(this.storyManager,e,new ns(this.storyManager,e,new Ot(this.storyManager)))}}class bo extends P{storyListViewModel;story;id;title;titleColor;backgroundColor;background;deeplink;hideInReader;gameInstance;hasAudio;image;videoCoverSrc;videoCover;constructor(e,t){super(),this.storyListViewModel=e,this.story=t,this.id=this.story.id,this.title=this.story.title,this.titleColor=this.story.titleColor,this.background=this.story.background,this.backgroundColor=this.story.backgroundColor,this.deeplink=this.story.deeplink,this.hideInReader=this.story.hideInReader,this.gameInstance=this.story.gameInstance,this.hasAudio=this.story.hasAudio,this.image=this.story.image,this.videoCover=this.story.videoCover,this.videoCoverSrc=this.story.videoCoverSrc}get like(){return this.story.like}get favorite(){return this.story.favorite}get isOpened(){return this.story.isOpened}getAspectRatio(e){switch(e){case b.STYLE_CIRCLE:case b.STYLE_QUAD:return 1;case b.STYLE_RECTANGLE:return this.storyListViewModel.session?.previewAspectRatio??.8;default:return 1}}getImageSrcByCoverQuality(e){return this.story.image?.findOneByCoverQuality(e)?.url}onClick(e){this.storyListViewModel.onStoryClick(this,e)}destroy(){}}class xo extends bo{static create(e,t,s,i){const r=new st({id:-100,title:e.title.content??"",title_color:e.title.color,is_opened:!1,background_color:e.backgroundColor,image:xo.getBgImage(e)},s,i);return new xo(t,r)}static getBgImage(e){let t=[];return e.image&&e.image.svgSrc&&e.image.svgSrc.baseState&&t.push({width:100,height:100,type:"h",url:`data:image/svg+xml,${Q(e.image.svgSrc.baseState)}`}),t}}class Co{storyManager;storyListViewModel;constructor(e,t){this.storyManager=e,this.storyListViewModel=t,this.createFunctionWithTimeout=this.createFunctionWithTimeout.bind(this)}handle(e,t){this.storyManager.rootStore.storyStore.findStoryById(e.id).markIsOpened(),this.handleClickOnStoryCardDeepLink({id:e.id,index:t.index,isDeeplink:!0,url:e.deeplink},{listType:this.storyListViewModel.params.listType})}handleClickOnStoryCardDeepLink(e,{listType:t}){const s={data:[[1,0,e.id,0,0]]},i=()=>{e.isDeeplink&&e.url&&this.storyManager.clickOnButtonAction({src:v.STORY_LIST,payload:e})};t===De.UGC||this.storyManager.getConfig().isStatisticsDisabled?i():xt("session/update",s,this.createFunctionWithTimeout(i,1e3))}createFunctionWithTimeout(e,t){let s=!1;function i(){s||(s=!0,e())}return setTimeout(i,t||1e3),i}}class ko{storyManager;storyListViewModel;constructor(e,t){this.storyManager=e,this.storyListViewModel=t}handle(e,t){this.storyManager.rootStore.storyStore.findStoryById(e.id).markIsOpened();const s=e.gameInstance?.id;this.storyManager.gameReaderViewModel.openGame(s,{})}}class Mo{storyManager;storyListViewModel;constructor(e,t){this.storyManager=e,this.storyListViewModel=t}handle(e,t){const s=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(this.storyListViewModel.params.feedSlug),i={storyId:e.id,storyFeed:s,windowReferer:this.storyListViewModel.params.isFavorite?k.favorite:k.default};this.openStoryReader(i),this.emitClickOnStory({id:e.id,index:t.index,isDeeplink:!1,storyFeed:s,filter:this.storyListViewModel.params.filter})}async openStoryReader(e){try{await this.storyManager.storyReaderViewModel.showMultipleStories({storyId:e.storyId,storyFeed:e.storyFeed,filter:this.storyListViewModel.params.filter,windowReferer:e.windowReferer})}catch(e){console.error(e)}}emitClickOnStory(e){const t=e.storyFeed,s=t.slug,i=e.filter,r=t.getStoryById(e.id),a={title:null,tags:[],slidesCount:null,feed:null,filter:null,source:null};a.title=r.statTitle,a.tags=r.tags,a.slidesCount=r.slidesCount,t.type===De.DEFAULT?a.feed=s:t.type===De.UGC&&(a.filter=i),a.source=C.list,this.storyManager.emit("clickOnStory",{id:e.id,index:e.index,isDeeplink:e.isDeeplink,...a})}}class Io{static createHandler(e,t,s){const{deeplink:i,hideInReader:r,gameInstance:a}=e,o=X()(i)&&i.trim().length>0,n=a?.id;return this.isInvalidStoryClick(Boolean(r),o,n,e.id)?null:o?new Co(t,s):n?new ko(t,s):new Mo(t,s)}static isInvalidStoryClick(e,t,s,i){return!(!e||t||s)&&(console.error(`Cannot open hidden story id ${i}`),!0)}}var Lo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Ao=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Oo=(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u,p=P,g=[],m=[],y=[],v=[],f=[],w=[],_=[],S=[],b=[];return class x extends p{static{const x="function"==typeof Symbol&&Symbol.metadata?Object.create(p[Symbol.metadata]??null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.observable],r=[we.action],a=[we.computed],o=[we.computed],n=[we.computed],l=[we.computed],d=[we.computed],c=[we.computed],h=[we.action],u=[we.action],Ao(this,null,e,{kind:"accessor",name:"_modeDesktop",static:!1,private:!1,access:{has:e=>"_modeDesktop"in e,get:e=>e._modeDesktop,set:(e,t)=>{e._modeDesktop=t}},metadata:x},m,y),Ao(this,null,t,{kind:"accessor",name:"ugcCardOptions",static:!1,private:!1,access:{has:e=>"ugcCardOptions"in e,get:e=>e.ugcCardOptions,set:(e,t)=>{e.ugcCardOptions=t}},metadata:x},v,f),Ao(this,null,s,{kind:"accessor",name:"favoriteCardOptions",static:!1,private:!1,access:{has:e=>"favoriteCardOptions"in e,get:e=>e.favoriteCardOptions,set:(e,t)=>{e.favoriteCardOptions=t}},metadata:x},w,_),Ao(this,null,i,{kind:"accessor",name:"_params",static:!1,private:!1,access:{has:e=>"_params"in e,get:e=>e._params,set:(e,t)=>{e._params=t}},metadata:x},S,b),Ao(this,null,r,{kind:"setter",name:"modeDesktop",static:!1,private:!1,access:{has:e=>"modeDesktop"in e,set:(e,t)=>{e.modeDesktop=t}},metadata:x},null,g),Ao(this,null,a,{kind:"getter",name:"modeDesktop",static:!1,private:!1,access:{has:e=>"modeDesktop"in e,get:e=>e.modeDesktop},metadata:x},null,g),Ao(this,null,o,{kind:"getter",name:"session",static:!1,private:!1,access:{has:e=>"session"in e,get:e=>e.session},metadata:x},null,g),Ao(this,null,n,{kind:"getter",name:"stories",static:!1,private:!1,access:{has:e=>"stories"in e,get:e=>e.stories},metadata:x},null,g),Ao(this,null,l,{kind:"getter",name:"params",static:!1,private:!1,access:{has:e=>"params"in e,get:e=>e.params},metadata:x},null,g),Ao(this,null,d,{kind:"getter",name:"hasFavoriteCard",static:!1,private:!1,access:{has:e=>"hasFavoriteCard"in e,get:e=>e.hasFavoriteCard},metadata:x},null,g),Ao(this,null,c,{kind:"getter",name:"hasUgcCard",static:!1,private:!1,access:{has:e=>"hasUgcCard"in e,get:e=>e.hasUgcCard},metadata:x},null,g),Ao(this,null,h,{kind:"method",name:"setParams",static:!1,private:!1,access:{has:e=>"setParams"in e,get:e=>e.setParams},metadata:x},null,g),Ao(this,null,u,{kind:"method",name:"reload",static:!1,private:!1,access:{has:e=>"reload"in e,get:e=>e.reload},metadata:x},null,g),x&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:x})}storyManager=Lo(this,g);storiesService;_id;#H=Lo(this,m,!0);get _modeDesktop(){return this.#H}set _modeDesktop(e){this.#H=e}#q=(Lo(this,y),Lo(this,v,null));get ugcCardOptions(){return this.#q}set ugcCardOptions(e){this.#q=e}#Q=(Lo(this,f),Lo(this,w,null));get favoriteCardOptions(){return this.#Q}set favoriteCardOptions(e){this.#Q=e}#F=(Lo(this,_),Lo(this,S,{listType:De.DEFAULT,feedSlug:"",useUgcCard:!1,isFavorite:!1,hasFavorite:!1}));get _params(){return this.#F}set _params(e){this.#F=e}isLoading=(Lo(this,b),!1);static index=0;set modeDesktop(e){this._modeDesktop!==e&&(this._modeDesktop=e)}get id(){return this._id}get modeDesktop(){return this._modeDesktop}get session(){return this.storyManager.rootStore.sessionStore.session}get stories(){const e=this._params.feedSlug,t=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(e);if(!t)return[];const s=t.stories.map((e=>new bo(this,e)));return this.hasFavoriteCard&&this.favoriteCardOptions&&s.push(this.createFavoriteCard(this.favoriteCardOptions)),this.hasUgcCard&&this.ugcCardOptions&&s.unshift(this.createUgcStoryCard(this.ugcCardOptions)),s}get params(){return this._params}constructor(e,t){super(),this.storyManager=e,this.storiesService=t,this._id="StoryListViewModel"+x.index++,this.storyManager.setViewModel(this._id,this)}get hasFavoriteCard(){const e=this.storyManager.rootStore.storyFeedStore.getFavoriteFeed();return this._params.hasFavorite&&this._params.listType===De.DEFAULT&&e.stories.length>0}get hasUgcCard(){return this._params.useUgcCard}setParams(e){this._params=e}onStoryClick(e,t=0){Io.createHandler(e,this.storyManager,this)?.handle(e,{index:t})}destroy(){this.removeAllListeners(),this.storyManager.deleteViewModel(this._id)}async reload(){await this.loadStories({needFavorite:!0})}async loadStories(e){if(this.isLoading||this._params.feedSlug===Fe)return;const t=Boolean(this._params.hasFavorite)&&e.needFavorite,s={feed:this._params.feedSlug,filter:{},defaultListLength:0,favoriteListLength:0,success:!0,error:{name:"",networkStatus:200,networkMessage:""}};try{this.emit("startLoading"),this.isLoading=!0;const{defaultStories:e,favoriteStories:i}=await this.storiesService.loadStories({...this._params,needFavorite:t});s.success=!0,s.error=null,s.defaultListLength=e.length,this._params.hasFavorite&&this._params.listType===De.DEFAULT&&(s.favoriteListLength=i.length)}catch(e){console.error(e),s.success=!1,e instanceof V&&(s.error={name:e.name,networkMessage:e.networkMessage,networkStatus:e.networkStatus})}finally{this.isLoading=!1,s.filter=this._params.filter??{},this.emit("endLoading",s)}}setUgcCardOptions(e){this.ugcCardOptions=e}setFavoriteCardOptions(e){this.favoriteCardOptions=e}createUgcStoryCard(e){return xo.create(e,this,this.storyManager.rootStore,new $e(this.storyManager))}createFavoriteCard(e){return To.create(e,this,this.storyManager.rootStore,new $e(this.storyManager))}}})();class Eo extends bo{constructor(e,t){super(e,t)}}class To extends bo{rootStore;constructor(e,t,s){super(t,s),this.rootStore=e}get favoriteStories(){return this.rootStore.storyFeedStore.getFavoriteFeed().stories.map((e=>new Eo(this.storyListViewModel,e)))}static create(e,t,s,i){const r=new st({id:0,title:e.title.content,title_color:e.title.color,is_opened:!0,background_color:"white"},s,i);return new To(s,t,r)}}class Ro{storyManager;constructor(e){this.storyManager=e}create(){const e=new Wo(this.storyManager);return new Oo(this.storyManager,e)}}class Do{x;y;width;height;constructor(e=0,t=0,s=0,i=0){this.x=e,this.y=t,this.width=s,this.height=i}overlaps(e){return this.x+this.width>=e.x&&this.x<=e.x+e.width&&this.y+this.height>=e.y&&this.y<=e.y+e.height}getIntersection(e){const t=Math.min(this.x+this.width,e.x+e.width),s=Math.max(this.x,e.x),i=Math.min(this.y+this.height,e.y+e.height),r=Math.max(this.y,e.y);return new Do(Math.min(t,s),Math.min(i,r),Math.max(0,t-s),Math.max(0,i-r))}getArea(){return this.width*this.height}getAreaFraction(e){return+(this.getArea()/e.getArea()*100).toFixed(2)}static clone(e){return new Do(e.x,e.y,e.width,e.height)}}class Po{feedCoverageAnalyticsCalculator;constructor(e){this.feedCoverageAnalyticsCalculator=e}storiesIds=new Set;markStoryAsFullVisible(e){this.storiesIds.has(e)||(this.storiesIds.add(e),this.feedCoverageAnalyticsCalculator.emit("feedImpression",[e]))}calculate(e){const t=this.getNewStoriesIds(e.map((({id:e})=>e)));t.forEach((e=>this.storiesIds.add(e))),0!==t.length&&this.feedCoverageAnalyticsCalculator.emit("feedImpression",t)}getNewStoriesIds=e=>{const t=[];for(const s of e)this.storiesIds.has(s)||t.push(s);return t}}class Bo{feedCoverageAnalyticsCalculator;constructor(e){this.feedCoverageAnalyticsCalculator=e}calculate(e){const t=e.map((({id:e,areaFraction:t})=>({storyId:e,visibleArea:Math.round(t)/100})));0!==t.length&&this.feedCoverageAnalyticsCalculator.emit("visibleAreaUpdated",t)}}class jo extends t.EventEmitter{storyRects=[];viewport=new Do;feedImpressionMetric;visibleAreaMetric;constructor(){super(),this.feedImpressionMetric=new Po(this),this.visibleAreaMetric=new Bo(this)}calculate(e){const t=this.getScrollViewportByCalculationParams(e),s=this.getStoryRectIntersectionsWithViewport(t),i=this.filterStoryRectIntersections(s);this.calculateMetrics(i)}setViewport(e){this.viewport=e}setStoryRects(e){this.storyRects=e}markStoryAsFullVisible(e){this.feedImpressionMetric.markStoryAsFullVisible(e)}destroy(){this.removeAllListeners()}getScrollViewportByCalculationParams(e){const t=Do.clone(this.viewport);return t.x+=e.minOffsetLeft,t.y+=e.minOffsetTop,t.width+=e.maxOffsetLeft-e.minOffsetLeft,t.height+=e.maxOffsetTop-e.minOffsetTop,t}calculateMetrics(e){this.feedImpressionMetric.calculate(e),this.visibleAreaMetric.calculate(e)}getStoryRectIntersectionsWithViewport(e){const t=[];for(const s of this.storyRects)if(s.overlaps(e)){const i=s.getIntersection(e);t.push({id:s.id,areaFraction:i.getAreaFraction(s)})}else t.push({id:s.id,areaFraction:0});return t}filterStoryRectIntersections=e=>e.filter((e=>-100!==e.id&&e.areaFraction>0))}class Fo extends Do{id;constructor(e,t=0,s=0,i=0,r=0){super(t,s,i,r),this.id=e}static clone(e){return new Fo(e.id,e.x,e.y,e.width,e.height)}}class No{feedCoverageAnalyticsCalculator;viewportPadding={left:0,right:0,top:0,bottom:0};minOffsetLeft=0;maxOffsetLeft=0;minOffsetTop=0;maxOffsetTop=0;constructor(e){this.feedCoverageAnalyticsCalculator=e}startScroll({x:e,y:t}){this.minOffsetLeft=e,this.minOffsetTop=t,this.maxOffsetLeft=e,this.maxOffsetTop=t}endScroll({x:e,y:t}){this.minOffsetLeft=Math.min(e,this.minOffsetLeft),this.maxOffsetLeft=Math.max(e,this.maxOffsetLeft),this.minOffsetTop=Math.min(t,this.minOffsetTop),this.maxOffsetTop=Math.max(t,this.maxOffsetTop),this.feedCoverageAnalyticsCalculator.calculate({minOffsetLeft:this.minOffsetLeft,maxOffsetLeft:this.maxOffsetLeft,minOffsetTop:this.minOffsetTop,maxOffsetTop:this.maxOffsetTop})}calculate(e,t){this.feedCoverageAnalyticsCalculator.calculate({minOffsetLeft:e,maxOffsetLeft:e,minOffsetTop:t,maxOffsetTop:t})}updateGeometry({stories:e,storyListRect:t,windowRect:s,viewportPadding:i}){this.viewportPadding=i,this.setViewport(t,s),this.setStoryRects(e,t)}destroy(){this.feedCoverageAnalyticsCalculator.destroy()}markStoryAsFullVisible(e){this.feedCoverageAnalyticsCalculator.markStoryAsFullVisible(e)}setViewport(e,t){const s=this.getViewportByWindowAndStoryList(t,e);this.applyPaddingToViewport(s,e),this.feedCoverageAnalyticsCalculator.setViewport(s)}getViewportByWindowAndStoryList(e,t){let s=new Do;return t.overlaps(e)?(s=t.getIntersection(e),s):s}applyPaddingToViewport(e,t){t.width<768||(e.x+=this.viewportPadding.left,e.y+=this.viewportPadding.top,e.height-=this.viewportPadding.top+this.viewportPadding.bottom,e.width-=this.viewportPadding.left+this.viewportPadding.right)}setStoryRects(e,t){const s=[];e.forEach(((i,r)=>{const a=Number(i.dataset.id),o=new Fo(a,i.offsetLeft,i.offsetTop,i.clientWidth,i.clientHeight);s.push(o),o.x+=t.x,o.y+=t.y,this.applyPaddingAndNegativeMarginToStoryRect(o,r,e.length-1)})),this.feedCoverageAnalyticsCalculator.setStoryRects(s)}applyPaddingAndNegativeMarginToStoryRect(e,t,s){const i=this.viewportPadding;0===t&&(e.x+=i.left,e.width-=i.left),t===s&&(e.width-=i.right)}}class Uo{storyManager;params;constructor(e,t){this.storyManager=e,this.params=t,this.handle=this.handle.bind(this)}handle(e){const t=this.storyManager.getConfig();this.params.listType!==De.DEFAULT||t.isStatisticsDisabled||this.sendStat(e);const s=this.params.feed,i=this.params.filter,r={stories:e.map((e=>{const t={title:null,tags:[],slidesCount:null},i=this.storyManager.rootStore.storyFeedStore.getFeedBySlug(s),r=i.getStoryById(e);return r&&(t.title=r.statTitle,t.tags=r.tags,t.slidesCount=r.slidesCount,i.type===De.UGC&&(t.ugcPayload=at()(r.ugcPayload)?r.ugcPayload:{})),{id:e,...t}})),feed:null,filter:null};this.params.listType===De.DEFAULT?r.feed=s:this.params.listType===De.UGC&&(r.filter=i),this.storyManager.emit("feedImpression",r)}sendStat(e){const t=[[5,0,...e]];this.storyManager.rootStore.sessionStore.sendStatisticData({data:t})}}class zo{storyManager;params;constructor(e,t){this.storyManager=e,this.params=t,this.handle=this.handle.bind(this)}handle(e){const t=this.params.feed,s=this.params.filter,i=this.params.listType,r={stories:e.map((({storyId:e,visibleArea:t})=>{const s={title:null,tags:[],slidesCount:null,visibleArea:t},r=this.storyManager.rootStore.storyStore.findStoryById(e);return r&&(s.title=r.statTitle,s.tags=r.tags,s.slidesCount=r.slidesCount,i===De.UGC&&(s.ugcPayload=at()(r.ugcPayload)?r.ugcPayload:{})),{id:e,...s}})),feed:null,filter:null};i===De.DEFAULT?r.feed=t:i===De.UGC&&(r.filter=s),this.storyManager.emit("visibleAreaUpdated",r)}}class Vo{storyManager;params;constructor(e,t){this.storyManager=e,this.params=t}create(){const e=new jo,t=new Uo(this.storyManager,this.params),s=new zo(this.storyManager,this.params);e.on("feedImpression",t.handle),e.on("visibleAreaUpdated",s.handle);return new No(e)}}class Wo{storyManager;constructor(e){this.storyManager=e}async loadStories({feedSlug:e,filter:t={},listType:s,testKey:i,needFavorite:r=!0}){const a=s===De.DEFAULT&&r,o=this.storyManager.rootStore.storyFeedStore,n=await this.fetchStoryFeed(o,e,t,i);let l=null;a&&(l=await o.fetchFavoriteFeed());const d=this.getFeedLoadEventStoryDtos(n);return this.emitFeedLoadEvent(n,d,e,t),this.getStoriesResult(n,l)}async fetchStoryFeed(e,t,s,i){return t===We?e.fetchUgcFeed({filter:s,testKey:i}):e.fetchDefaultFeed({feedSlug:t,testKey:i})}getFeedLoadEventStoryDtos(e){return e.stories.map((t=>{const s={title:null,tags:[],slidesCount:null};return s.title=t.statTitle,s.tags=t.tags,s.slidesCount=t.slidesCount,e.type===De.UGC&&(s.ugcPayload=at()(t.ugcPayload)?t.ugcPayload:{}),{id:t.id,...s}}))}emitFeedLoadEvent(e,t,s,i){const r={stories:t,feed:null,filter:null};e.type===De.DEFAULT?r.feed=s:e.type===De.UGC&&(r.filter=i),this.storyManager.emit("feedLoad",r)}getStoriesResult(e,t){return{defaultStories:e.stories??[],favoriteStories:t?.stories??[]}}}class Go extends t.EventEmitter{storyManager;storyReaderViewModel;storyId;options;constructor(e,t,s,i){super(),this.storyManager=e,this.storyReaderViewModel=t,this.storyId=s,this.options=i,this.handleCloseStoryReader=this.handleCloseStoryReader.bind(this),this.showSharePage(),this.storyReaderViewModel.once(Ra.Close,this.handleCloseStoryReader)}async closeStoryReader(){this.storyManager.closeStoryReader()}showSharePage=async()=>{this.handleStartLoad();const e=this.storyManager.getConfig().isStatisticsDisabled,t=await this.storyReaderViewModel.showStoryFromSharePage(this.storyId,e);this.handleEndLoad(t)};handleStartLoad(){setTimeout((()=>{this.emit(n.START_LOADING),T()(this.options?.handleStartLoad)&&this.options.handleStartLoad()}))}handleEndLoad(e){this.emit(n.END_LOADING,{result:e}),T()(this.options?.handleStopLoad)&&this.options.handleStopLoad(e)}handleCloseStoryReader(){if(T()(this.options?.handleStoryReaderClose)||this.listenerCount(n.CLOSE_STORY_READER)>0)try{T()(this.options?.handleStoryReaderClose)&&this.options?.handleStoryReaderClose(),this.emit(n.CLOSE_STORY_READER)}catch(e){console.error(e)}else{const e=window.location;window.open(`${e.protocol}//${e.host}`,"_parent")}}}class $o{storyManager;plugins=new Map;constructor(e){this.storyManager=e}install(e,t){this.plugins.set(e.name,e),H(`[PluginManager]: plugin ${e.name} registered`),e.install(this.storyManager,t),H(`[PluginManager]: plugin ${e.name} installed`)}uninstall(e){e.uninstall(this.storyManager),this.plugins.delete(e.name),H(`[PluginManager]: plugin ${e.name} uninstalled`)}get(e){return this.plugins.get(e)}}class Ho extends Error{constructor(e){super(`[IAM]: not found IAM for event <${e}>`),this.name="IamNotFoundByEventError"}}var qo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Qo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Ko=(()=>{let e,t,s,i,r,a,o,n=[],l=[],d=[],c=[],h=[],u=[],p=[];return class{static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.observable],s=[we.observable],i=[we.computed],r=[we.computed],a=[we.computed],o=[we.computed],Qo(this,null,e,{kind:"accessor",name:"_messages",static:!1,private:!1,access:{has:e=>"_messages"in e,get:e=>e._messages,set:(e,t)=>{e._messages=t}},metadata:g},l,d),Qo(this,null,t,{kind:"accessor",name:"_isLoaded",static:!1,private:!1,access:{has:e=>"_isLoaded"in e,get:e=>e._isLoaded,set:(e,t)=>{e._isLoaded=t}},metadata:g},c,h),Qo(this,null,s,{kind:"accessor",name:"_isLoading",static:!1,private:!1,access:{has:e=>"_isLoading"in e,get:e=>e._isLoading,set:(e,t)=>{e._isLoading=t}},metadata:g},u,p),Qo(this,null,i,{kind:"getter",name:"messages",static:!1,private:!1,access:{has:e=>"messages"in e,get:e=>e.messages},metadata:g},null,n),Qo(this,null,r,{kind:"getter",name:"isLoaded",static:!1,private:!1,access:{has:e=>"isLoaded"in e,get:e=>e.isLoaded},metadata:g},null,n),Qo(this,null,a,{kind:"getter",name:"isLoading",static:!1,private:!1,access:{has:e=>"isLoading"in e,get:e=>e.isLoading},metadata:g},null,n),Qo(this,null,o,{kind:"getter",name:"messageContext",static:!1,private:!1,access:{has:e=>"messageContext"in e,get:e=>e.messageContext},metadata:g},null,n),g&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g})}rootStore=qo(this,n);iamApi;#K=qo(this,l,new Map);get _messages(){return this.#K}set _messages(e){this.#K=e}#Y=(qo(this,d),qo(this,c,!1));get _isLoaded(){return this.#Y}set _isLoaded(e){this.#Y=e}#Z=(qo(this,h),qo(this,u,!1));get _isLoading(){return this.#Z}set _isLoading(e){this.#Z=e}_messageContext=qo(this,p);constructor(e,t){this.rootStore=e,this.iamApi=t}get messages(){return Array.from(this._messages.values())}get isLoaded(){return this._isLoaded}get isLoading(){return this._isLoading}get messageContext(){return this._messageContext}async preload(){try{if(this._isLoaded)return this.messages;this._isLoading=!0;const e=await this.fetchAll();return this._isLoaded=!0,e}catch(e){throw console.error(e),e}finally{this._isLoading=!1}}async findById(e){const t=this._messages.get(e.toString());return t||this.fetchById(e)}findAllByEvent(e){let t=Array.from(this._messages.values()).filter((t=>t.hasEvent(e)));if(t.length>0)return t;throw new Ho(e)}async updateMessageUserData(e,t){return this.iamApi.updateUserData(e,t)}async fetchById(e){await this.rootStore.sessionStore.open(),await this.fetchMessageContext();const t=await this.iamApi.fetchById(e);return this.createMessageByDto(t)}async fetchAll(){await this.rootStore.sessionStore.open(),await this.fetchMessageContext();const e=this.rootStore.storyManagerConfigStore.config.tags,t=await this.iamApi.fetchAll({tags:e});return this.createMessagesByDtos(t)}async fetchMessageContext(){await this.rootStore.sessionStore.open(),this._messageContext||(this._messageContext=await this.iamApi.fetchContext())}createMessagesByDtos(e){const t=[];for(const s of e){const e=this.createMessageByDto(s);t.push(e)}return t}createMessageByDto(e){const t=Wt.createByDto(e,this,new es(this.iamApi));return this._messages.has(t.id.toString())||this._messages.set(t.id.toString(),t),t}}})();var Yo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},Zo=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let Jo=(()=>{let e,t,s,i,r=[],a=[],o=[];return class{static{const n="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],s=[we.computed],i=[Se],Zo(this,null,e,{kind:"accessor",name:"_session",static:!1,private:!1,access:{has:e=>"_session"in e,get:e=>e._session,set:(e,t)=>{e._session=t}},metadata:n},a,o),Zo(this,null,t,{kind:"getter",name:"session",static:!1,private:!1,access:{has:e=>"session"in e,get:e=>e.session},metadata:n},null,r),Zo(this,null,s,{kind:"getter",name:"userId",static:!1,private:!1,access:{has:e=>"userId"in e,get:e=>e.userId},metadata:n},null,r),Zo(this,null,i,{kind:"method",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open},metadata:n},null,r),n&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:n})}sessionApi=Yo(this,r);rootStore;#J=Yo(this,a,null);get _session(){return this.#J}set _session(e){this.#J=e}constructor(e,t){Yo(this,o),this.sessionApi=e,this.rootStore=t}get session(){return this._session}get userId(){return this._session?.userKey??Ae}async open(){if(this._session)return this._session;const e=await this.sessionApi.open(),t=new Oe(this,e);return t.loadResources(),this.updatePlaceholders(t),this._session=t,t}close(){this._session=null}async sendStatisticData(e){return this.sessionApi.sendStatisticData(e)}updatePlaceholders(e){this.rootStore.placeholderStore.addPlaceholders([...e.imagePlaceholders,...e.textPlaceholders])}}})();var Xo=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},en=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const tn=we.observable.map();let sn=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],en(this,null,e,{kind:"accessor",name:"_storiesByUserId",static:!1,private:!1,access:{has:e=>"_storiesByUserId"in e,get:e=>e._storiesByUserId,set:(e,t)=>{e._storiesByUserId=t}},metadata:a},i,r),en(this,null,t,{kind:"getter",name:"activeUserStories",static:!1,private:!1,access:{has:e=>"activeUserStories"in e,get:e=>e.activeUserStories},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}storyManager=Xo(this,s);storiesApi;rootStore;#X=Xo(this,i,we.observable.map());get _storiesByUserId(){return this.#X}set _storiesByUserId(e){this.#X=e}storyCSSLoaded=(Xo(this,r),!1);get activeUserStories(){const e=this.rootStore.sessionStore.userId;return e?this._storiesByUserId.get(e)??tn:tn}constructor(e,t,s){this.storyManager=e,this.storiesApi=t,this.rootStore=s,(0,we.reaction)((()=>s.placeholderStore.placeholders),(e=>{for(const t of this.activeUserStories.values())t.updatePlaceholders(e)}))}addStoriesByDtos(e){const t=[],s=this.getOrCreateStoriesMap();for(const i of e){let e=s.get(i.id);e?t.push(e):(e=new st(i,this.rootStore,this.storiesApi),s.set(i.id,e),t.push(e))}return t}addStoryByDto(e){const t=this.getOrCreateStoriesMap();if(t.has(e.id))return t.get(e.id);const s=new st(e,this.rootStore,this.storiesApi);return t.set(e.id,s),s}async fetchStoryById({storyId:e,feedSlug:t,fetchShareUrl:s,once:i}){let r=this.findStoryById(e);if(r?.slidesLoaded)return r;await this.rootStore.sessionStore.open(),await this.fetchStoryCSS(),r=await this.fetchStory({storyId:e,feedSlug:t,fetchShareUrl:s,once:i});const a=await this.fetchStoryContext({id:r.id,feedSlug:t});return r.setContext(a),r.setCanBeShown(!0),r}async fetchStoriesSlides(e){const t=this.filterStoriesWithoutSlides(e.stories);if(t.length)try{const s=(new Date).getTime();await this.fetchStoryCSS();const i=await this.fetchStoryContextByIds({storyIds:t.map((e=>e.id)),feedSlug:e.feedSlug});await Promise.all(t.map(((t,r)=>this.processSingleStory(s,t,i[r],e.feedSlug))))}catch(e){for(const s of t)s.setError(e)}}findStoryById(e){return"number"==typeof e?this.activeUserStories.get(e):Array.from(this.activeUserStories.values()).find((t=>t.stringId===e))}filterStoriesWithoutSlides(e){return e.filter((e=>!e.slidesLoaded))}async processSingleStory(e,t,s,i){try{t.error&&t.setError(null),t.setContext(s);const r=await this.storiesApi.fetchStorySlides({id:t.id,feedSlug:i});t.setSlides(r.slides??[]),await(async(e,t=300)=>new Promise((s=>{const i=Math.max(0,t-((new Date).getTime()-e));i?setTimeout(s,i):s()})))(e),t.setCanBeShown(!0)}catch(e){t.setError(e)}}async fetchStory({storyId:e,feedSlug:t,fetchShareUrl:s,once:i}){const r=await this.storiesApi.fetchStory({id:e,feedSlug:t,fetchShareUrl:s,once:i}),a=this.addStoryByDto(r);return a.setSlides(r.slides??[]),a}async fetchStoryCSS(){if(this.storyCSSLoaded)return;const e=await this.storiesApi.fetchStoryCSS();this.storyCSSLoaded=!0,(e=>{const t="stories-slider-style";let s=document.getElementById(t),i="";null!==e&&(i=e??""),null===s?(s=document.createElement("style"),s.type="text/css",s.id=t,s.attributes.setNamedItem(document.createAttribute("scoped")),s.setAttribute("nonce",Y()),s.styleSheet?s.styleSheet.cssText=i:s.appendChild(document.createTextNode(i)),document.head.appendChild(s)):s.styleSheet?s.styleSheet.cssText=i:(s.textContent="",s.appendChild(document.createTextNode(i)))})(e)}async fetchStoryContext({id:e,feedSlug:t}){const s=await this.storiesApi.fetchStoryContext({ids:[e],feedSlug:t});return new it(e,s)}async fetchStoryContextByIds({storyIds:e,feedSlug:t}){const s=await this.storiesApi.fetchStoryContext({ids:e,feedSlug:t});return e.map((e=>new it(e,s)))}getOrCreateStoriesMap(){const e=this.rootStore.sessionStore.userId;let t=we.observable.map();return this._storiesByUserId.has(e)?t=this._storiesByUserId.get(e):this._storiesByUserId.set(e,t),t}}})();var rn=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},an=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const on=we.observable.map();let nn=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],an(this,null,e,{kind:"accessor",name:"_storyFeedsByUserId",static:!1,private:!1,access:{has:e=>"_storyFeedsByUserId"in e,get:e=>e._storyFeedsByUserId,set:(e,t)=>{e._storyFeedsByUserId=t}},metadata:a},i,r),an(this,null,t,{kind:"getter",name:"activeUserFeeds",static:!1,private:!1,access:{has:e=>"activeUserFeeds"in e,get:e=>e.activeUserFeeds},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}storyFeedsApi=rn(this,s);rootStore;#ee=rn(this,i,we.observable.map());get _storyFeedsByUserId(){return this.#ee}set _storyFeedsByUserId(e){this.#ee=e}constructor(e,t){rn(this,r),this.storyFeedsApi=e,this.rootStore=t}get activeUserFeeds(){const e=this.rootStore.sessionStore.userId;return e?this._storyFeedsByUserId.get(e)??on:on}getUgcFeed(){return this.getFeedBySlug(We)??Ge.createByStoryDtos([],this.rootStore)}getFavoriteFeed(){return this.getFeedBySlug(Fe)??Ne.createByStoryDtos([],this.rootStore)}getFeedBySlug(e){return this.activeUserFeeds.get(e)}async fetchDefaultFeed({feedSlug:e,testKey:t}){const s=await this.rootStore.sessionStore.open(),i=this.rootStore.storyManagerConfigStore.config.tags,r=await this.storyFeedsApi.fetchDefaultFeed({feedSlug:e,tags:i,testKey:t}),a=new je(r,this.rootStore,{testKey:t});return this.addStoryFeed(s.userKey,a),a}async fetchFavoriteFeed(){const e=await this.rootStore.sessionStore.open(),t=this.rootStore.storyManagerConfigStore.config.tags,s=await this.storyFeedsApi.fetchFavoriteFeed({tags:t}),i=Ne.createByStoryDtos(s,this.rootStore);return this.addStoryFeed(e.userKey,i),i}async fetchUgcFeed({filter:e,testKey:t}){const s=await this.rootStore.sessionStore.open(),i=this.rootStore.storyManagerConfigStore.config.tags,r=await this.storyFeedsApi.fetchUgcFeed({filter:e,tags:i,testKey:t}),a=Ge.createByStoryDtos(r,this.rootStore);return this.addStoryFeed(s.userKey,a),a}addStoryFeed(e,t){let s=we.observable.map();this._storyFeedsByUserId.has(e)?s=this._storyFeedsByUserId.get(e):this._storyFeedsByUserId.set(e,s),s.set(t.slug,t)}}})();var ln=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},dn=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};const cn=we.observable.map();let hn=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],dn(this,null,e,{kind:"accessor",name:"_onboardingFeedsByUserId",static:!1,private:!1,access:{has:e=>"_onboardingFeedsByUserId"in e,get:e=>e._onboardingFeedsByUserId,set:(e,t)=>{e._onboardingFeedsByUserId=t}},metadata:a},i,r),dn(this,null,t,{kind:"getter",name:"activeUserFeeds",static:!1,private:!1,access:{has:e=>"activeUserFeeds"in e,get:e=>e.activeUserFeeds},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}storyFeedsApi=ln(this,s);rootStore;#te=ln(this,i,we.observable.map());get _onboardingFeedsByUserId(){return this.#te}set _onboardingFeedsByUserId(e){this.#te=e}cacheDataInvalidated=(ln(this,r),!1);constructor(e,t){this.storyFeedsApi=e,this.rootStore=t,(0,we.reaction)((()=>{const e=this.rootStore.storyManagerConfigStore.config;return e?[e.lang,e.apiKey]:null}),(()=>{this.invalidateCacheData()}))}get activeUserFeeds(){const e=this.rootStore.sessionStore.userId;return e?this._onboardingFeedsByUserId.get(e)??cn:cn}getFeedBySlug(e){return this.activeUserFeeds.get(e??Ve.getDefaultSlug())}removeStoryFromOnboardingFeedsById(e){for(const t of this.activeUserFeeds.values())t.removeById(e)}invalidateCacheData(){this.cacheDataInvalidated=!0}async fetchOnboardingFeed(e){let t=e.feedSlug||Ve.getDefaultSlug();const s=this.getOnboardingParams(e);let i=this.activeUserFeeds.get(t);if(i&&!this.cacheDataInvalidated&&i.isEqualParams(s))return i;const r=await this.rootStore.sessionStore.open(),a=await this.storyFeedsApi.fetchOnboardingFeed({...s,feedSlug:t});return i=new Ve(a,this.rootStore,s),this.addOnboardingFeed(r.userKey,i),this.commitCacheData(),i}addOnboardingFeed(e,t){let s=we.observable.map();this._onboardingFeedsByUserId.has(e)?s=this._onboardingFeedsByUserId.get(e):this._onboardingFeedsByUserId.set(e,s),s.set(t.slug,t)}getOnboardingParams(e){return{tags:e.tags.length>0?e.tags:this.rootStore.storyManagerConfigStore.config.tags,limit:e.limit}}commitCacheData(){this.cacheDataInvalidated=!1}}})();class un{storyManager;ugcEditorApi;_config=null;constructor(e,t){this.storyManager=e,this.ugcEditorApi=t}async getUgcEditorConfig(){if(this._config)return this._config;const e=await this.storyManager.rootStore.sessionStore.open(),t=await this.ugcEditorApi.fetchUgcEditorConfig(),s=this.storyManager.getConfig();return this._config={sessionId:e.id,apiKey:s.apiKey,editor:t??{},sdkVersion:"3.4.0",appPackageId:s.appPackageId,deviceId:e.deviceId,userId:null!=s.userId?String(s.userId):void 0,lang:s.lang.toString()},this._config}}class pn{storyManager;constructor(e){this.storyManager=e}async fetchUgcEditorConfig(){return(await Ct.request({method:"GET",url:"ugc/editor-config",params:{}})).data}}var gn=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0},mn=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0};let yn=(()=>{let e,t,s=[],i=[],r=[];return class{static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],t=[we.computed],mn(this,null,e,{kind:"accessor",name:"_placeholders",static:!1,private:!1,access:{has:e=>"_placeholders"in e,get:e=>e._placeholders,set:(e,t)=>{e._placeholders=t}},metadata:a},i,r),mn(this,null,t,{kind:"getter",name:"placeholders",static:!1,private:!1,access:{has:e=>"placeholders"in e,get:e=>e.placeholders},metadata:a},null,s),a&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}#se=(gn(this,s),gn(this,i,we.observable.map()));get _placeholders(){return this.#se}set _placeholders(e){this.#se=e}get placeholders(){return Array.from(this._placeholders.values())}addPlaceholders(e){for(const t of e){const e=this._placeholders.get(t.key);e&&e.priority>t.priority||this._placeholders.set(t.key,t)}}clear(){this._placeholders=we.observable.map()}constructor(){gn(this,r)}}})();var vn=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},fn=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};let wn=(()=>{let e,t=[],s=[];return class{static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(null):void 0;e=[we.observable],vn(this,null,e,{kind:"accessor",name:"_config",static:!1,private:!1,access:{has:e=>"_config"in e,get:e=>e._config,set:(e,t)=>{e._config=t}},metadata:i},t,s),i&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}storyManager;#ie=fn(this,t,null);get _config(){return this.#ie}set _config(e){this.#ie=e}constructor(e){fn(this,s),this.storyManager=e}get config(){return this._config}setConfig(e){this._config?this.updateConfig(e):this.initializeConfig(e)}clear(){this._config=null,this.storyManager.rootStore.sessionStore.close()}async waitStoryManagerConfig(){return new Promise(((e,t)=>{let s;const i=()=>{if(this._config)return clearTimeout(s),void e();requestAnimationFrame(i)};s=setTimeout((()=>{t("[IAS]: Timeout waiting for InAppStoryManager config")}),5e3),i()}))}initializeConfig(e){this._config=new mt(this.storyManager,e)}updateConfig(e){this._config.updateByDto(e)}}})();class _n{iamStore;sessionStore;storyStore;storyFeedStore;onboardingFeedStore;ugcEditorStore;placeholderStore;storyManagerConfigStore;constructor(e){const t=new $e(e),s=new He(e);this.storyManagerConfigStore=new wn(e),this.placeholderStore=new yn,this.iamStore=new Ko(this,new Ot(e)),this.sessionStore=new Jo(new be(e),this),this.storyStore=new sn(e,t,this),this.storyFeedStore=new nn(s,this),this.onboardingFeedStore=new hn(s,this),this.ugcEditorStore=new un(e,new pn(e))}}class Sn extends t.EventEmitter{static instance;viewModelStore=new F;callbacks={};pluginManager=new $o(this);_rootStore=new _n(this);constructor(){return super(),Sn.isSingletonInstanceExists()||(Sn.instance=this),Sn.instance}get rootStore(){return this._rootStore}get sdkVersionName(){return"3.4.0"}get sdkVersionCode(){return parseInt(30400)}get lang(){return this.rootStore.storyManagerConfigStore.config.lang}set storyLinkClickHandler(e){T()(e)&&(this.callbacks.storyLinkClickHandler=e)}get storyReaderViewModel(){return this.viewModelStore.get(Ba.id)}get gameReaderViewModel(){return this.viewModelStore.get(Nr.id)}get isStatisticsDisabled(){return this.getConfig().isStatisticsDisabled}inAppMessaging=this.createInAppMessagingReader();static getInstance(){return Sn.instance?Sn.instance:null}setViewModel(e,t){this.viewModelStore.set(e,t)}deleteViewModel(e){this.viewModelStore.delete(e)}getViewModelByKey(e){return this.viewModelStore.get(e)}getConfig(){return this.rootStore.storyManagerConfigStore.config}setConfig(e){this.rootStore.storyManagerConfigStore.setConfig(e)}async waitViewModel(e){return this.viewModelStore.wait(e)}async waitStoryManagerConfig(){return this.rootStore.storyManagerConfigStore.waitStoryManagerConfig()}async showOnboardingStories(e){return(await this.viewModelStore.wait(Ba.id)).showOnboardingStories({feedSlug:e?.feed??void 0,customTags:e?.customTags,limit:e?.limit??void 0})}async showStory(e){"string"==typeof e&&(e=+e||e);const t=await this.viewModelStore.wait(Ba.id);await t.showStory(e)}async showStoryOnce(e){"string"==typeof e&&(e=+e||e);const t=await this.viewModelStore.wait(Ba.id);await t.showStoryOnce(e)}closeAllReaders(){this.storyReaderViewModel?.close(),this.gameReaderViewModel?.closeGame()}closeGoodsWidget(){this.storyReaderViewModel?.closeGoodsWidget()}async openGame(e,t={}){const s=await this.viewModelStore.wait(Nr.id);await s.openGame(e,t)}async closeGame(){return this.gameReaderViewModel.closeGame()}async closeStoryReader(){this.storyReaderViewModel.close()}async getUgcEditorConfig(){return this.rootStore.ugcEditorStore.getUgcEditorConfig()}async showSharePage(e,t){return"string"==typeof e&&(e=+e||e),await this.viewModelStore.wait(Ba.id),new Go(this,this.storyReaderViewModel,e,t)}clickOnButtonAction=({src:e,payload:t})=>{if(T()(this.callbacks.storyLinkClickHandler)||this.listenerCount(L.CLICK_ON_STORY)>0){const s={src:e,data:t};try{T()(this.callbacks.storyLinkClickHandler)&&this.callbacks.storyLinkClickHandler(s),this.emit(L.CLICK_ON_STORY,s)}catch(e){console.error(e)}}else window.open(t.url,"_self")};reloadAllStoryLists(){const e=this.viewModelStore.getAllOfType((e=>e instanceof Oo));return Promise.all(e.map((e=>e.reload())))}reloadAllStackedStoryLists(){const e=this.viewModelStore.getAllOfType((e=>e instanceof _o));return Promise.all(e.map((e=>e.reload())))}static isSingletonInstanceExists(){return!!Sn.instance&&(console.warn("StoryManager singleton is created multiple times\nuse IAS.StoryManager.getInstance() instead"),!0)}use(e,t){this.pluginManager.install(e,t)}getPlugin(e){return this.pluginManager.get(e)}createStoryReader(){return new So(this).createStoryReader()}createGameReader(){return new So(this).createGameReader()}createStoryList(){return new So(this).createStoryList()}createInAppMessagingReader(){return new So(this).createInAppMessagingReader()}clearConfig(){this.rootStore.storyManagerConfigStore.clear()}emitEvent(e){this.emit(e.name,e.toJSON())}}const bn=new Sn;new class{storyManager;inAppMessaging;constructor(e){this.storyManager=e,this.inAppMessaging=new mo(e.inAppMessaging)}get sdkVersionName(){return this.storyManager.sdkVersionName}get sdkVersionCode(){return this.storyManager.sdkVersionCode}set storyLinkClickHandler(e){this.storyManager.storyLinkClickHandler=e}getConfig(){return this.storyManager.getConfig()}getNonce(){return Y()}async showOnboardingStories(e){return this.storyManager.showOnboardingStories(e)}async showStory(e){return this.storyManager.showStory(e)}async showStoryOnce(e){return this.storyManager.showStoryOnce(e)}closeAllReaders(){this.storyManager.closeAllReaders()}async openGame(e,t={}){return this.storyManager.openGame(e,t)}async closeGame(){return this.storyManager.closeGame()}async closeStoryReader(){return this.storyManager.closeStoryReader()}getUgcEditorConfig(){return this.storyManager.getUgcEditorConfig()}showSharePage(e,t){return this.storyManager.showSharePage(e,t)}closeGoodsWidget(){this.storyManager.closeGoodsWidget()}on(e,t){return this.storyManager.on(e,t),this}once(e,t){return this.storyManager.once(e,t),this}off(e,t){return this.storyManager.off(e,t),this}static use(e,t){bn.use(e,t)}}(bn);var xn;!function(e){e.UPDATE="update",e.EVENT_UPDATED_COMMON_OPTIONS="updatedCommonOptions",e.EVENT_UPDATED_STORIES_LIST_OPTIONS="updatedStoriesListOptions",e.EVENT_UPDATED_STORY_READER_OPTIONS="updatedStoryReaderOptions",e.EVENT_UPDATED_FAVORITE_READER_OPTIONS="updatedFavoriteReaderOptions",e.EVENT_UPDATED_GAME_READER_OPTIONS="updatedGameReaderOptions",e.EVENT_UPDATED_GOODS_WIDGET_OPTIONS="updatedGoodsWidgetOptions",e.EVENT_UPDATED_INAPPMESSAGING_WIDGET_OPTIONS="updatedInAppMessagingWidgetOptions"}(xn||(xn={}));Error;class Cn extends t.EventEmitter{constructor(){super()}_commonOptions=i;setCommonOptions(e,t=!0){return this._commonOptions=Ui()(this._commonOptions,e),this.emit(xn.UPDATE,this.commonOptions),this}get commonOptions(){return this._commonOptions}_storiesListOptions=m;setStoriesListOptions(e,t=!0){return this._storiesListOptions=Ui()(this._storiesListOptions,e),t&&(this.emit(xn.UPDATE,this.storiesListOptions),this.emit(xn.EVENT_UPDATED_STORIES_LIST_OPTIONS,this.storiesListOptions)),this}get storiesListOptions(){return this._storiesListOptions}_storyReaderOptions=S;setStoryReaderOptions(e,t=!0){return this._storyReaderOptions=Ui()(this._storyReaderOptions,e,{arrayMerge:(e,t,s)=>t}),t&&this.emit(xn.UPDATE,{storyReaderOptions:this.storyReaderOptions,gameReaderOptions:this.gameReaderOptions,appearanceCommon:this.commonOptions}),this}get storyReaderOptions(){return{...{closeButtonPosition:this.commonOptions.closeButtonPosition,closeButton:this.commonOptions.closeButton,loader:this.commonOptions.loader},...this._storyReaderOptions}}_storyFavoriteReaderOptions=y;setStoryFavoriteReaderOptions(e,t=!0){return this._storyFavoriteReaderOptions=Ui()(this._storyFavoriteReaderOptions,e),t&&this.emit(xn.UPDATE,this.storyFavoriteReaderOptions),this}get storyFavoriteReaderOptions(){return{...{closeButtonPosition:this.commonOptions.closeButtonPosition,closeButton:this.commonOptions.closeButton},...this._storyFavoriteReaderOptions}}_goodsWidgetOptions=o;setGoodsWidgetOptions(e,t=!0){return this._goodsWidgetOptions=Ui()(this._goodsWidgetOptions,e),t&&this.emit(xn.UPDATE,this.goodsWidgetOptions),this}get goodsWidgetOptions(){return this._goodsWidgetOptions}_gameReaderOptions=r;setGameReaderOptions(e,t=!0){return this._gameReaderOptions=Ui()(this._gameReaderOptions,e),t&&this.emit(xn.UPDATE,this.gameReaderOptions),this}get gameReaderOptions(){return{...{closeButtonPosition:this.commonOptions.closeButtonPosition,closeButton:this.commonOptions.closeButton,loader:this.commonOptions.loader,forceDesktopMode:this.commonOptions.forceDesktopMode},...this._gameReaderOptions}}}class kn{constructor(){}_storyLists=[];get storyLists(){return this._storyLists}addStoryList(e){this._storyLists.push(e)}updateStoryListById(e,t){const s=this._storyLists.findIndex((t=>t.mountSelector===e));this._storyLists[s]={...this._storyLists[s],...t}}removeStoryListById(e){const t=this._storyLists.findIndex((t=>t.mountSelector===e));this._storyLists.splice(t,1)}}class Mn extends Error{constructor(e){super(`Appearance Manager must be an object, but passed ${e.toUpperCase()}. Please check your code.`),this.name="IasAppearanceManagerTypeofError"}}const In=e=>{if(null==e||"object"!=typeof e)throw new Mn(null==e?"null":typeof e)};class Ln extends t.EventEmitter{_mountSelector;_appearanceManager;params;app;storyListManager=new kn;_ugcCardClickHandler=()=>{};_api;constructor(e,t,s,i){super(),this._mountSelector=e,this._appearanceManager=t,this.params=s,this.app=i,In(t),this.storyListManager.addStoryList(this),this.app.setStoryList(this.storyListManager.storyLists).catch(console.error)}get mountSelector(){return this._mountSelector}get appearanceManager(){return this._appearanceManager}get type(){return De.DEFAULT}get identityFields(){return{feedSlug:this.feedSlug}}get feedSlug(){return this.params.feed}get testKey(){return this.params.testKey}get useUgcCard(){return this.params.useUgcCard}set ugcCardClickHandler(e){this._ugcCardClickHandler=e}get ugcCardClickHandler(){return this._ugcCardClickHandler}set api(e){this._api=e}async reload(){return this._api?.reload()}destroy(){this.storyListManager.removeStoryListById(this.mountSelector),this.app.setStoryList(this.storyListManager.storyLists)}}class An extends t.EventEmitter{_mountSelector;_appearanceManager;params;app;storyListManager=new kn;_ugcCardClickHandler=()=>{};_api;constructor(e,t,s,i){super(),this._mountSelector=e,this._appearanceManager=t,this.params=s,this.app=i,In(t),this.storyListManager.addStoryList(this),this.app.setUGCStoryList(this.storyListManager.storyLists).catch(console.error)}get mountSelector(){return this._mountSelector}get appearanceManager(){return this._appearanceManager}get type(){return De.UGC}get identityFields(){return{feedSlug:this.feedSlug}}get feedSlug(){return We}get testKey(){return this.params.testKey}get useUgcCard(){return this.params.useUgcCard}set api(e){this._api=e}set ugcCardClickHandler(e){this._ugcCardClickHandler=e}get ugcCardClickHandler(){return this._ugcCardClickHandler}async reload(){return this._api?.reload()}destroy(){this.storyListManager.removeStoryListById(this.mountSelector)}}var On=R(1085),En=R(2236),Tn=R(9155),Rn=R.n(Tn);R(6704);window.__IAS__={storyManager:bn};var Dn=R(992),Pn=R.n(Dn),Bn=R(2591),jn=R.n(Bn),Fn=R(4289),Nn={insert:"head",singleton:!1};jn()(Fn.A,Nn);const Un=Fn.A.locals||{};var zn=R(7081),Vn={insert:"head",singleton:!1};jn()(zn.A,Vn);const Wn=zn.A.locals||{},Gn=({onClick:e,className:t})=>(0,On.jsx)("div",{className:Pn()(Wn.icon,t),onClick:e,children:(0,On.jsx)("svg",{viewBox:"0 0 24 24",children:(0,On.jsx)("path",{fill:"currentColor",d:"M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z"})})});var $n=R(5669),Hn={insert:"head",singleton:!1};jn()($n.A,Hn);const qn=$n.A.locals||{},Qn=310/480,Kn=({desktopMode:e,children:t,verticalPadding:s,style:i,isWidescreen:r,className:a})=>{const[o,n]=(0,Tn.useState)({width:"0px",height:"0px"});(0,Tn.useEffect)((()=>(l(),window.addEventListener("resize",l),()=>{window.removeEventListener("resize",l)})),[]);const l=()=>{const e=window.innerWidth,t=m(),s=e/window.innerHeight,i=c({aspectRatio:s,vh:t,vw:e}),r=d({aspectRatio:s,vh:t,vw:e});n({width:i,height:r})},d=({aspectRatio:e,vh:t,vw:s})=>{const i=p(e)||g();return e>Qn&&!i?`${u({vh:t,vw:s})}px`:"100%"},c=({aspectRatio:e,vh:t,vw:s})=>e>Qn&&!p(e)?`${h({aspectRatio:e,vh:t,vw:s})}px`:"auto",h=({aspectRatio:t,vh:s,vw:i})=>t>Qn&&!e?i:Math.ceil(s*Qn),u=({vh:t,vw:s})=>e?t:Math.ceil(s/Qn),p=e=>e>Qn&&e-Qn<=.1,g=()=>{let e;return"matchMedia"in window&&void 0!==(e=window.matchMedia("(orientation: portrait)"))&&e.matches},m=()=>{let t=window.innerHeight;return e?(t-=s,t):t},y=r?{width:"100%",height:"100%"}:o;return(0,On.jsx)("div",{className:Pn()(qn["aspect-ratio-box"],a,{[qn["aspect-ratio-box--centered"]]:!r}),style:{...i,...y},children:(0,On.jsx)("div",{className:qn["aspect-ratio-box-inside"],children:t})})};var Yn=R(8138),Zn={insert:"head",singleton:!1};jn()(Yn.A,Zn);const Jn=Yn.A.locals||{},Xn=le(),el=e=>{const[t,s]=(0,Tn.useState)(!1),i=(0,Tn.useCallback)((()=>{if(e.desktopMode)return;const t=Xn.type!==e.orientation;e.onOrientationChange({type:Xn.type,isWrong:t}),s(t)}),[e.desktopMode,e.orientation]);return(0,Tn.useEffect)((()=>(i(),Xn.addEventListener("change",i),()=>{Xn.removeEventListener("change",i)})),[i]),t?(0,On.jsx)("div",{className:Jn["screen-orientation-lock"]}):null};var tl=R(8778),sl={insert:"head",singleton:!1};jn()(tl.A,sl);const il=tl.A.locals||{};var rl=R(1196),al={insert:"head",singleton:!1};jn()(rl.A,al);const ol=rl.A.locals||{};let nl;function ll(){let e,t;/ipad|iphone/i.test(navigator.userAgent)?(e=document.createRange(),nl&&e.selectNodeContents(nl),t=window.getSelection(),t&&(t.removeAllRanges(),t.addRange(e)),nl&&nl.setSelectionRange(0,999999)):nl?.select()}const dl=e=>{!function(e){nl=document.createElement("textarea"),nl.value=e,document.body.appendChild(nl)}(e),ll(),document.execCommand("copy"),nl&&document.body.removeChild(nl)},cl=({shareText:e,shareLink:t,sharePanelOptions:s,onShareComplete:i})=>{const[r,a]=(0,Tn.useState)(!1),[o,n]=(0,Tn.useState)(!1),l=()=>{n(!0),!r&&e||i()};return(0,On.jsxs)("div",{className:`${il["share-panel__body"]} ${ol["share-panel__body_screenshot"]}`,children:[(0,On.jsx)("div",{className:`${il["share-panel-row"]} ${ol["share-panel-row"]}`,children:(0,On.jsx)("a",{className:ol["share-panel-row__image-link"],onClick:l,href:t,download:"image.jpeg",children:(0,On.jsx)("img",{src:t,className:ol["share-panel-row__image"]})})}),(0,On.jsx)("div",{className:il["share-panel-separator"],style:{background:s.divider?.background}}),(0,On.jsx)("div",{className:`${il["share-panel-row"]} ${ol["share-panel-row"]}`,children:(0,On.jsx)("a",{className:ol["share-item__download-button"],onClick:l,href:t,download:"image.jpeg",children:(0,On.jsx)("div",{dangerouslySetInnerHTML:{__html:s.downloadButton?.svgSrc?.baseState??""}})})}),e?(0,On.jsxs)(On.Fragment,{children:[(0,On.jsx)("div",{className:il["share-panel-separator"],style:{background:s.divider?.background}}),(0,On.jsx)("div",{className:`${il["share-panel-row"]} ${ol["share-panel-row"]}`,children:(0,On.jsxs)("button",{className:Pn()(ol.btn,ol["btn-copy"]),onClick:()=>{dl(e??""),a(!0),o&&i()},children:[(0,On.jsxs)("div",{className:ol["btn-copy__icon"],children:[(0,On.jsx)("span",{className:Pn()(ol["btn-copy__icon-state"],{[ol["btn-copy__icon-state_default"]]:!r}),dangerouslySetInnerHTML:{__html:s.copyButton?.svgSrc?.baseState??""}}),(0,On.jsx)("span",{className:Pn()(ol["btn-copy__icon-state"],{[ol["btn-copy__icon-state_done"]]:r}),dangerouslySetInnerHTML:{__html:s.copyButton?.svgSrc?.doneState??""}})]}),(0,On.jsx)("div",{className:ol["btn-copy__text"],children:e})]})})]}):null]})};var hl=R(610),ul={insert:"head",singleton:!1};jn()(hl.A,ul);const pl=hl.A.locals||{},gl=({shareLink:e,sharePanelOptions:t,onShareComplete:s,...i})=>{const r=()=>{try{return new URL(e).host}catch(e){return console.error(e),null}},a=()=>{window.removeEventListener("focus",a),s()},o=()=>r()?"":encodeURIComponent(e),n=s=>{const i=(()=>{try{return new URL(e)}catch(e){return console.error(e),null}})();if(!i)return"#";const r=t.targetParams?.[s];return r?.getUrl?.({url:i.toString(),text:o()})},l=t.title?.favicon,d=t.text;return(0,On.jsxs)("div",{className:il["share-panel__body"],children:[(0,On.jsxs)("div",{className:`${il["share-panel-row"]} ${il["title-row"]}`,children:[r()&&Boolean(l?.display)&&(0,On.jsx)("div",{className:il["share-url-favicon"],style:{background:l?.background},children:(0,On.jsx)("img",{src:`${i.faviconApiUrl??"https://favicon.inappstory.ru"}?sz=64&domain_url=${r()}`})}),(0,On.jsx)("span",{className:il.title,style:d,children:t.title?.getValue?.({url:e,text:o()})})]}),(0,On.jsx)("div",{className:il["share-panel-separator"],style:{background:t.divider?.background}}),(0,On.jsx)("div",{className:`${il["share-panel-row"]} ${pl["social-list"]}`,children:t.targets?.map(((e,s)=>{const i=t.targetParams?.[e],r=i?.icon?.svgSrc.baseState??"<svg></svg>";return(0,On.jsx)("div",{className:pl["social-list__item"],children:(0,On.jsxs)("a",{href:n(e),onClick:()=>((e,t,s)=>{window.addEventListener("focus",a),window.open(e,t,s)})(n(e),"newwindow","width=650,height=570"),target:"_blank",rel:"noopener noreferrer",className:`${il["share-item"]} ${pl["share-item"]}`,children:[(0,On.jsx)("div",{dangerouslySetInnerHTML:{__html:r}}),(0,On.jsx)("span",{className:il["share-item-title"],style:d,children:i?.label})]})},s)}))}),(0,On.jsx)("div",{className:il["share-panel-separator"],style:{background:t.divider?.background}}),(0,On.jsx)("div",{className:il["share-panel-row"],children:(0,On.jsxs)("a",{className:`${il["share-item"]} ${pl["share-item"]}`,onClick:()=>{dl(e),s()},children:[(0,On.jsx)("div",{dangerouslySetInnerHTML:{__html:t.copyButton?.svgSrc?.baseState??""}}),(0,On.jsx)("span",{className:il["share-item-title"],style:d,children:t.copyButton?.label})]})})]})};var ml;!function(e){e.Social="social",e.SlideScreenshot="slide-screenshot"}(ml||(ml={}));const yl=({shareType:e,shareLink:t,shareText:s,onShareCompelete:i,sharePanelOptions:r,className:a})=>{const{dir:o}=Hc(),[n,l]=(0,Tn.useState)(!1),[d,c]=(0,Tn.useState)(!0),h=()=>{l(!0),c(!1)};return(0,On.jsxs)("div",{dir:o,className:Pn()(il["share-panel-wrapper"],a),onClick:e=>{e.stopPropagation()},onTouchStart:e=>{e.stopPropagation(),e.preventDefault()},children:[(0,On.jsx)("div",{className:Pn()(il["share-panel-backdrop"],{[il.fadeIn]:d,[il.fadeOut]:!d}),onClick:()=>{l(!1),c(!1)}}),(0,On.jsxs)("div",{className:Pn()(il["share-panel"],{[il.slideIn]:d,[il.slideOut]:!d}),onAnimationEnd:()=>{d||i(n)},style:{"--height":"100%",background:r.background,borderTopLeftRadius:r.borderRadius+"px",borderTopRightRadius:r.borderRadius+"px"},children:[e===ml.SlideScreenshot&&(0,On.jsx)(cl,{shareText:s,shareLink:t,onShareComplete:h,sharePanelOptions:r}),e===ml.Social&&(0,On.jsx)(gl,{shareLink:t,onShareComplete:h,sharePanelOptions:r}),(0,On.jsx)("div",{className:il["share-panel-separator"]})]})]})};var vl=R(7495),fl={insert:"head",singleton:!1};jn()(vl.A,fl);const wl=vl.A.locals||{},_l=e=>{const t=(0,Tn.useRef)(null),[s,i]=(0,Tn.useState)(null);return(0,Tn.useEffect)((()=>{const s=e.plugin.createLottiePlayer(t.current,e.config);return i(s),()=>{s.destroy()}}),[e.config.sha1]),(0,Tn.useEffect)((()=>{s&&e.forceEnd&&s.stop()}),[s,e.forceEnd]),(0,Tn.useEffect)((()=>{if(s)return s.on("play",e.onPlay),s.on("complete",e.onComplete),s.on("beforeLoad",e.onBeforeLoad),s.on("load",e.onLoad),s.on("minPlayingTimeExpired",e.onMinPlayingTimeExpired),s.on("error",e.onError),()=>{s.off("play",e.onPlay),s.off("complete",e.onComplete),s.off("beforeLoad",e.onBeforeLoad),s.off("load",e.onLoad),s.off("minPlayingTimeExpired",e.onMinPlayingTimeExpired),s.off("error",e.onError)}}),[s,e.onError,e.onPlay,e.onComplete,e.onLoad,e.onBeforeLoad,e.onMinPlayingTimeExpired]),(0,On.jsx)("canvas",{ref:t,style:{width:"100%",height:"100%"}})},Sl=e=>{const{storyManager:t}=Hc(),[s,i]=(0,Tn.useState)(!1),[r,a]=(0,Tn.useState)(!1),[o,n]=(0,Tn.useState)(!1),[l,d]=(0,Tn.useState)(!1),[c,h]=(0,Tn.useState)(!1),[u,p]=(0,Tn.useState)(!1),g=r||l||e.isGameLoading||!e.gameShouldBeShown,m=(0,Tn.useMemo)((()=>t.getPlugin("dot-lottie")),[t]),y=o||!m||e.isGameLoadingError?null:e.game?.splashLottieScreen?.url&&e.game?.splashLottieScreen,v=e.game&&!e.isGameLoadingError&&g&&!r&&!y,f=()=>e.desktopMode&&e.game?.splashLandscapeScreen?.url?e.game.splashLandscapeScreen.url:e.game?.splashScreen?.url,w=e.isGameInited&&(!y||c);(0,Tn.useEffect)((()=>{w&&e.onSplashCanBeHidden()}),[w]);return(0,On.jsxs)("div",{className:Pn()(wl["splash-container"],{[wl["splash-container--fadeIn"]]:e.game,[wl["splash-container--fadeOut"]]:e.gameShouldBeShown,[wl["splash-container--isLoading"]]:v}),children:[(0,On.jsx)("div",{className:wl["splash-container__image"],style:{backgroundColor:e.splashImageBackgroundColor},children:f()&&(0,On.jsx)("img",{src:f(),onLoad:()=>{p(!0)}})}),y&&m&&(0,On.jsx)("div",{className:wl["splash-container__lottie"],children:(0,On.jsx)(_l,{plugin:m,forceEnd:e.gameShouldBeShown,config:y,onError:()=>{n(!0)},onPlay:()=>{a(!0),i(!1)},onComplete:()=>{a(!1),i(!0)},onLoad:()=>{d(!1)},onBeforeLoad:()=>{d(!0)},onMinPlayingTimeExpired:()=>{h(!0)}})})]})};var bl=R(9843),xl={insert:"head",singleton:!1};jn()(bl.A,xl);const Cl=bl.A.locals||{},kl=e=>(0,On.jsx)("button",{dir:e.dir,onClick:e.onCloseGame,className:Cl["close-btn"],"data-position":e.closeButtonPosition,dangerouslySetInnerHTML:{__html:e.closeButtonOptions?.svgSrc.baseState??""}});var Ml=R(5299),Il=R(9514);const Ll=(0,Ml.observer)((({gameReader:e})=>{const{desktopMode:t,dir:s,gameReaderOptions:i,storyReaderOptions:r}=Hc(),a=(0,Tn.useRef)(null),{sharePanelOpeningParams:o,handleShareComplete:n,closeSharePanel:l}=(e=>{const[t,s]=(0,Tn.useState)(null);return(0,Tn.useEffect)((()=>(e?.on("openSharePanel",s),()=>{e?.off("openSharePanel",s)})),[e]),{sharePanelOpeningParams:t,handleShareComplete:i=>{t&&e&&(e.confirmSharingComplete({shareId:t.shareId,isSuccess:i}),s(null))},closeSharePanel:()=>{s(null)}}})(e);Kc((()=>{d()}));const d=()=>{e.closeGame(),l()},{gameLaunch:c,gameLaunchError:h,isGameLoading:u,closeBtnVisible:p}=e,g=Pn()(Un["game-reader"],{[Un["game-reader--desktop-mode"]]:t,[Un["game-reader--widescreen"]]:e.isWidescreen}),m={background:i.backdrop?.background??"",opacity:i.backdrop?.opacity??0,filter:i.backdrop?.blur?`blur(${i.backdrop.blur}px)`:"none"},y=i.game?.backdropColor??"";return(0,Il.createPortal)((0,On.jsx)("div",{className:Un["game-reader-container"],style:{"--game-box-border-radius":`${parseFloat(String(i.borderRadius))}px`},children:(0,On.jsxs)("div",{className:g,children:[(0,On.jsx)("div",{className:Un["game-reader__backdrop"],style:m}),(0,On.jsxs)(Kn,{className:Un["game-reader__game-box"],isWidescreen:e.isWidescreen,desktopMode:t,verticalPadding:100,children:[(0,On.jsx)(Sl,{onSplashCanBeHidden:()=>{e.notifyGameCanBeStarted()},desktopMode:t,isGameInited:e.isGameInited,isGameLoading:u,isGameLoadingError:Boolean(e.gameLaunchError),gameShouldBeShown:e.gameShouldBeShown,game:e.gameLaunch??void 0,splashImageBackgroundColor:e.gameLaunch?y:m.background}),h&&(0,On.jsx)(Gn,{className:Un["game-reader__refresh-btn"],onClick:()=>{e.reload()}}),(!e.gameShouldBeShown||p)&&(0,On.jsx)(kl,{closeButtonPosition:i.closeButtonPosition,dir:s,onCloseGame:d,closeButtonOptions:i.closeButton}),c&&(0,On.jsxs)(On.Fragment,{children:[(0,On.jsx)("iframe",{src:c.url,onLoad:t=>{a.current=t.target,e.dir=s,e.setGameCenterIframe(a.current)},style:{opacity:e.gameShouldBeShown?1:0},frameBorder:"0",className:Un["game-reader__iframe"],sandbox:"allow-same-origin allow-top-navigation allow-forms allow-scripts allow-downloads allow-top-navigation-to-custom-protocols",allow:"fullscreen"}),o&&(0,On.jsx)(yl,{shareType:o.shareType,shareLink:o.shareLink,onShareCompelete:n,sharePanelOptions:r.sharePanel})]})]}),c&&i.forceCheckOrientation&&(0,On.jsx)(el,{orientation:de.PORTRAIT_PRIMARY,desktopMode:t,onOrientationChange:({isWrong:t})=>{e.isGameInited&&(t?e.pauseGameUI():e.resumeGameUI())}})]})}),document.body)}));var Al=R(2130),Ol={insert:"head",singleton:!1};jn()(Al.A,Ol);const El=Al.A.locals||{};class Tl{storyReaderViewModel;storiesViewer;backdropRef;deltaValY=0;windowHeight=0;swipeUpGestureInAction=!1;constructor(e,t,s){this.storyReaderViewModel=e,this.storiesViewer=t,this.backdropRef=s}startMove(){this.storyReaderViewModel.disableCloseGesture(),this.windowHeight=this.storiesViewer.clientHeight,this.storiesViewer.style.setProperty("transition","")}move(e){e>10||this.storyReaderViewModel.closeGestureInAction?(this.storyReaderViewModel.enableCloseGesture(),this.moveDownAndScaleReader(e)):(e<-10||this.swipeUpGestureInAction)&&this.moveUp(e)}endMove(){this.storyReaderViewModel.resumeTimer(),this.deltaValY>=0&&this.handleSwipeDown(),this.storyReaderViewModel.disableCloseGesture()}moveDownAndScaleReader(e){this.deltaValY=e/this.windowHeight;let t=1-(1-.9)*this.deltaValY;t>=1&&(t=1);let s=100*this.deltaValY*.45;s<=0&&(s=0),this.storiesViewer.style.setProperty("transform",`scale(${t}) translateY(${s}%)`)}moveUp(e){this.swipeUpGestureInAction=!0,this.deltaValY=e/this.windowHeight}returnToDefaultState(){this.storiesViewer.style.setProperty("transition","all .3s"),this.storiesViewer.style.setProperty("transform","scale(1) translateY(0%)")}closeStoryReader(){this.storiesViewer.style.setProperty("transition","opacity .3s"),this.storiesViewer.style.setProperty("opacity","0"),this.backdropRef.style.setProperty("transition","opacity .3s"),this.backdropRef.style.setProperty("opacity","0"),setTimeout((()=>{this.storyReaderViewModel.close("swipeDown")}),400)}handleSwipeDown(){this.deltaValY<=.15||!this.storyReaderViewModel.canBeClosed()?this.returnToDefaultState():this.closeStoryReader()}}le();const Rl=()=>{const e=window.innerWidth;return{vh:window.innerHeight,vw:e}},Dl=e=>50+parseFloat(String(e)),Pl=(e,t)=>{const s=e.hasLike&&Boolean(t.hasLike),i=e.hasShare&&Boolean(t.hasShare),r=e.hasFavorite&&Boolean(t.hasFavorite),a=e.hasAudio;return!e.isBlank&&(s||r||i||a)},Bl=e=>{const{desktopMode:t,storyReaderOptions:s}=Hc();return(0,Tn.useMemo)((()=>{const i=Dl(s.actionPanelBottomOffset),r=new aa(e.vw,e.vh,i),a=new ra(r).create({vw:e.vw,vh:e.vh,desktopMode:t}),o=a instanceof ia,n=o?r.getViewportCorrectionPadding():{};return{actionPanelHeight:i,safeAreaFrameCalculator:r,storyGeometry:a,isMobileGeometry:o,correctionPaddingStyle:n}}),[s.actionPanelBottomOffset,e,t])},jl=(0,Ml.observer)((e=>{const t=(0,Tn.useRef)(null),s=(0,Tn.useRef)(null),{desktopMode:i,storyReaderOptions:r}=Hc();(({storyReaderViewModel:e,storiesViewerRef:t,backdropRef:s})=>{const i=(0,Tn.useRef)(null);(0,Tn.useEffect)((()=>{i.current=new Tl(e,t.current,s.current)}),[]);const r=()=>{t.current.classList.add(El["no-select"]),i.current?.startMove()},a=({dy:e})=>{i.current?.move(e)},o=()=>{t.current.classList.remove(El["no-select"]),e.touchController.verticalSwipeGesture&&i.current?.endMove()};(0,Tn.useEffect)((()=>{const t=e.touchController;return t.on(Fi.TouchStart,r),t.on(Fi.TouchMoveVertical,a),t.on(Fi.TouchEnd,o),()=>{t.off(Fi.TouchStart,r),t.off(Fi.TouchMoveVertical,a),t.off(Fi.TouchEnd,o)}}),[e.touchController])})({storyReaderViewModel:e.storyReader,backdropRef:t,storiesViewerRef:s});const{safeAreaFrameCalculator:a,isMobileGeometry:o}=Bl(e.viewport),n=!o||a.shouldBeShownSafeAreaInsets?parseFloat(String(r.borderRadius)):0;return(0,On.jsxs)(On.Fragment,{children:[(0,On.jsxs)("div",{ref:s,className:Pn()("stories-viewer",El["stories-viewer"],El.slider3d),style:{"--loaderBackgroundColor":r.loader?.default.color,"--loaderBackgroundAccentColor":r.loader?.default.accentColor,"--timelineBlockTopOffset":`${parseFloat(String(r.timelineBlockTopOffset))}px`,"--slideBorderRadius":`${n}px`,backgroundColor:r.commonBackdrop?.color??void 0,backdropFilter:r.commonBackdrop?.backdropFilter??void 0},children:[i&&(0,On.jsx)("div",{className:El["stories-viewer-background"],style:(()=>{const t=[],s=e.storyReader.activeStory?.displayedSlideImage;return null!=r.slideBackdrop&&Array.isArray(r.slideBackdrop.linearGradientOverlay)&&t.push(`linear-gradient(${r.slideBackdrop.linearGradientOverlay.join(", ")})`),null!=s&&t.push(`url(${s})`),{backgroundImage:t.join(", "),opacity:r.slideBackdrop?.opacity||0,filter:r.slideBackdrop?.blur?`blur(${r.slideBackdrop.blur}px)`:"none"}})()}),e.children]}),(0,On.jsx)("div",{ref:t,className:Pn()(El["stories-viewer-backdrop"],{[El._desktopMode]:i})})]})}));var Fl=R(3390),Nl={insert:"head",singleton:!1};jn()(Fl.A,Nl);const Ul=Fl.A.locals||{};var zl=R(2594),Vl={insert:"head",singleton:!1};jn()(zl.A,Vl);const Wl=zl.A.locals||{};var Gl=R(187),$l={insert:"head",singleton:!1};jn()(Gl.A,$l);const Hl=Gl.A.locals||{},ql=(0,Ml.observer)((({story:e,commonOptions:t,storyReaderOptions:s,muted:i,onClickMuteAction:r})=>{const{dir:a}=Hc(),o=e.hasLike&&Boolean(t.hasLike),n=e.hasShare&&Boolean(t.hasShare),l=e.hasFavorite&&Boolean(t.hasFavorite),d=e.hasAudio,c=Pl(e,t)?Dl(s.actionPanelBottomOffset):0;return(0,On.jsx)("div",{dir:a,className:Hl["stories-button-panel"],style:{height:`${c}px`,transform:`translateY(${c}px)`},children:Pl(e,t)&&(0,On.jsxs)("div",{className:Hl["stories-button-panel-actions"],children:[(()=>{if(!o)return null;const t=0===e.like||-1===e.like,i=0===e.like||1===e.like;return(0,On.jsxs)("span",{children:[(0,On.jsx)("span",{className:Pn()(Hl["button-panel-action"],{"like-up":t,"like-up-filled":1===e.like}),dangerouslySetInnerHTML:{__html:t?s.likeButton.svgSrc.baseState:s.likeButton.svgSrc.activeState},onClick:()=>{e.setLike(1===e.like?0:1)}}),(0,On.jsx)("span",{className:Pn()(Hl["button-panel-action"],{"like-down":i,"like-down-filled":-1===e.like}),dangerouslySetInnerHTML:{__html:i?s.dislikeButton.svgSrc.baseState:s.dislikeButton.svgSrc.activeState},onClick:()=>{e.setDislike(-1===e.like?0:-1)}})]})})(),l&&(0,On.jsx)("span",{children:(0,On.jsx)("span",{className:Pn()(Hl["button-panel-action"],{bookmark:!e.favorite,"bookmark-filled":e.favorite}),dangerouslySetInnerHTML:{__html:e.favorite?s.favoriteButton.svgSrc.activeState:s.favoriteButton.svgSrc.baseState},onClick:()=>e.setBookmark(!e.favorite)})}),(0,On.jsxs)("span",{className:Hl["right-container"],children:[d&&(0,On.jsx)("span",{children:(0,On.jsx)("span",{className:Pn()(Hl["button-panel-action"],{"muted-icon":i,"sound-icon":!i}),dangerouslySetInnerHTML:{__html:i?s.muteButton.svgSrc.baseState:s.muteButton.svgSrc.activeState},onClick:r})}),n&&(0,On.jsx)("span",{className:Hl["button-panel-action"],dangerouslySetInnerHTML:{__html:s.shareButton.svgSrc.baseState},onClick:()=>{e.share()}})]})]})})}));var Ql=R(2349),Kl={insert:"head",singleton:!1};jn()(Ql.A,Kl);const Yl=Ql.A.locals||{},Zl=e=>{const{dir:t}=Hc();return(0,On.jsx)("div",{className:Yl["story-header"],children:!e.closeDisabled&&(0,On.jsx)("button",{dir:t,"data-position":e.options.closeButtonPosition,className:Pn()(Yl["stories-viewer__close"],{[Yl["_paused-ui"]]:e.uiPaused}),onClick:t=>{t.stopPropagation(),t.preventDefault(),e.onClose()},dangerouslySetInnerHTML:{__html:e.options.closeButton?.svgSrc.baseState??""}})})};var Jl=R(3278),Xl={insert:"head",singleton:!1};jn()(Jl.A,Xl);const ed=Jl.A.locals||{};var td=R(6323),sd={insert:"head",singleton:!1};jn()(td.A,sd);td.A.locals;const id=e=>{const t=e.slide,{slideContentRef:s}=(({slide:e,activeStory:t,currentStory:s,needSlideInitByFlipping:i,currentSlideIndex:r,activeSlideIndex:a,canBeShown:o,muted:n,timerPaused:l})=>{const d=(0,Tn.useRef)(null),c=t.id===s.id,h=c||i,u=a===r,p=h&&o&&e.state===_r.Idle&&u,g=!(e.state!==_r.Started&&e.state!==_r.Error||u&&h),m=c&&u&&e.state===_r.Loaded;return(0,Tn.useLayoutEffect)((()=>{p&&e.init(d.current)}),[e,p]),(0,Tn.useLayoutEffect)((()=>{m&&e.start()}),[c,m]),(0,Tn.useLayoutEffect)((()=>{g&&e.stop()}),[g]),(0,Tn.useEffect)((()=>{l?e.pause():e.resume()}),[e,l,e.state]),(0,Tn.useEffect)((()=>{n?e.mute():e.unmute()}),[e,n,e.state]),(0,Tn.useLayoutEffect)((()=>()=>{e.stop()}),[e]),{slideContentRef:d}})(e);return{slideContentRef:s,needLoadingMask:t.state===_r.Loading||!e.canBeShown,needLoadingAnimation:t.state===_r.Loading||!e.canBeShown}},rd=(0,Ml.observer)((({geometry:e,...t})=>{const{desktopMode:s,dir:i}=Hc(),{slideContentRef:r,needLoadingAnimation:a,needLoadingMask:o}=id(t),{slideStyle:n,slideContentStyle:l,needBottomPanel:d}=(({geometry:e,currentStory:t})=>{const{storyReaderOptions:s,commonOptions:i}=Hc(),r=(0,Tn.useMemo)((()=>Pl(t,i)),[t,i]),a=r?Dl(s.actionPanelBottomOffset):0;return{needBottomPanel:r,slideStyle:(0,Tn.useMemo)((()=>({margin:e.getOffset(a),width:e.getWidth(),height:e.getHeight(),"--y-offset":e.getOffsetY(a),"--x-offset":e.getOffsetX(a)})),[a,e]),slideContentStyle:(0,Tn.useMemo)((()=>({fontSize:e.getFontSize()})),[e])}})({geometry:e,currentStory:t.currentStory}),c=t.networkError||t.slide.state===_r.Error;return(0,On.jsxs)("div",{onClick:r=>{r.preventDefault(),r.stopPropagation(),t.clickDisabled||(r=>{const a=r.target,o=new wr(t.slide,r,e,i,s);t.slide.onClick(a,o)})(r)},className:Pn()(ed["stories-slide"],{[ed["active-slide"]]:t.currentSlideIndex===t.activeSlideIndex,[ed["_with-bottom-panel"]]:d,[ed["_desktop-mode"]]:e instanceof sa}),children:[(0,On.jsx)("div",{className:ed["stories-slide-offset"],style:n,children:(0,On.jsx)("div",{className:ed["stories-slide-box"],"data-testid":"stories-slide-box",children:(0,On.jsx)("div",{ref:r,dangerouslySetInnerHTML:{__html:t.slide.html},className:`${ed["stories-slide-content"]} narrative-slide"`,style:l})})}),(o||c)&&(0,On.jsx)("div",{className:ed["load-mask"],onClick:e=>{e.preventDefault()},children:c?(0,On.jsx)(Gn,{className:ed["stories-slide__refresh-btn"],onClick:e=>{e.stopPropagation(),t.networkError?t.onReloadStory():t.slide.reload()}}):a&&(0,On.jsx)("div",{className:ed["loading-spinner-default"]})})]})}));var ad=R(9137),od={insert:"head",singleton:!1};jn()(ad.A,od);const nd=ad.A.locals||{},ld=(0,Tn.forwardRef)(((e,t)=>{const{desktopMode:s,dir:i}=Hc();return(0,On.jsx)("div",{ref:t,dir:i,className:Pn()(nd["stories-pager"],{[nd["_desktop-mode"]]:s,[nd["_paused-ui"]]:e.uiPaused}),style:{"--stories-pager-tick-foreground":e.timeline.foreground,"--stories-pager-background":e.timeline.background},children:(0,On.jsx)("div",{className:`${nd["stories-pager__ticks"]} ${Pn()({[nd.hiddenTimeline]:e.hiddenTimeline})}`,children:new Array(e.slidesLength).fill(0).map(((t,s)=>(0,On.jsxs)("div",{className:nd["stories-pager__tick"],children:[(0,On.jsx)("div",{className:Pn()(nd["stories-pager__tick-progress"],{[nd._active]:s+1<=e.activeSlideIndex})}),(0,On.jsx)("div",{className:nd["stories-pager__tick-progress-loader"],style:{display:s+1===e.activeSlideIndex+1?"block":"none"}})]},s+1)))})})}));const dd=function(){let e;const t=document.createElement("div"),s={transition:"transitionend",OTransition:"otransitionend",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in s)if(Object.prototype.hasOwnProperty.call(s,e)&&void 0!==t.style[e])return s[e]}();function cd(e,t,s){return new Promise((i=>{let r=!1;const a=()=>{r=!0,clearTimeout(n),void 0!==dd&&e.removeEventListener(dd,o),e.style.setProperty("transition",`${t} 0ms`),i()},o=e=>{e.propertyName===t&&(r||a())};void 0!==dd&&e.addEventListener(dd,o,!1);const n=setTimeout((()=>{r||a()}),s+20);e.style.setProperty("transition",`${t} ${s}ms`)}))}var hd=R(6212),ud={insert:"head",singleton:!1};jn()(hd.A,ud);const pd=hd.A.locals||{},gd=e=>{const t=(0,Tn.useRef)(null),s=(0,Tn.useRef)(null),i=(0,Tn.useRef)(0),r=(0,Tn.useRef)(0);let a;const o=()=>{s.current&&(r.current=-1*function(e){const t=window.getComputedStyle(e),s=t.transform||t.webkitTransform||t.mozTransform;if("none"===s)return{x:0,y:0,z:0};const i=s.includes("3d")?"3d":"2d",r=s.match(/matrix.*\((.+)\)/)[1].split(", ");return"2d"===i?{x:isNaN(r[4])?0:r[4],y:isNaN(r[5])?0:r[5],z:0}:"3d"===i?{x:isNaN(r[12])?0:r[12],y:isNaN(r[13])?0:r[13],z:isNaN(r[14])?0:r[14]}:{x:0,y:0,z:0}}(s.current).x)},[n,l]=(0,Tn.useState)(!1),[d,c]=(0,Tn.useState)(!1),h=(0,Tn.useRef)(!1),u=()=>{const t=Tn.Children.count(e.children);return s.current&&t?s.current.scrollWidth/t:0};let p=!1;(0,Tn.useEffect)((()=>(("ontouchstart"in window||window.navigator.msPointerEnabled||"ontouchstart"in document.documentElement)&&(p=!0),p||(s.current&&(a=s.current.children[0]?.offsetWidth),s.current&&(i.current=s.current.scrollWidth-s.current.clientWidth,o()),i.current===r.current?c(!1):c(!0),0===r.current?l(!1):l(!0)),()=>{})),[]);const g=(0,Tn.useRef)(!1),m=(0,Tn.useRef)(0);let y=0;const v=(0,Tn.useRef)(!1),[f,w]=(0,Tn.useState)(0),_=e=>{e<0&&(e=0),e>i.current&&(e=i.current),w(e)};(0,Tn.useEffect)((()=>{f===i.current?c(!1):c(!0),l(0!==f)}),[f]);const S=e=>{if(!h.current)if(g.current){const t=e instanceof MouseEvent?e.pageX:e.touches&&e.touches[0].pageX;if(t!==m.current){v.current=!0,y=t;const e=m.current-y,s=r.current+e;_(s)}}else v.current=!1},b=e=>{v.current&&e.preventDefault(),setTimeout((()=>{v.current=!1})),g.current=!1,document.removeEventListener("mousemove",S),document.removeEventListener("mouseup",b),document.removeEventListener("touchmove",S),document.removeEventListener("touchend",b)};return(0,On.jsxs)("div",{className:pd["scrolling-carousel"],style:e.style,children:[(0,On.jsx)("div",{className:pd["scrolling-carousel__wrapper"],ref:t,onMouseDown:e=>{h.current||(e.preventDefault(),g.current=!0,m.current=e.pageX,s.current&&(i.current=s.current.scrollWidth-s.current.clientWidth),s.current&&o(),document.addEventListener("mousemove",S),document.addEventListener("mouseup",b))},onTouchStart:e=>{h.current||(e.preventDefault(),g.current=!0,m.current=e.touches&&e.touches[0].pageX,s.current&&(i.current=s.current.scrollWidth-s.current.clientWidth),s.current&&o(),document.addEventListener("touchmove",S),document.addEventListener("touchend",b))},onClickCapture:e=>{v.current&&(e.preventDefault(),e.stopPropagation())},children:(0,On.jsx)("div",{className:pd["scrolling-carousel__item"],ref:s,style:{transform:`translateX(${-1*f}px)`},children:e.children})}),!p&&(0,On.jsxs)(On.Fragment,{children:[(0,On.jsx)("div",{className:Pn()(pd["scrolling-carousel__arrow-button"],pd["scrolling-carousel__arrow-button--left"],{[pd["scrolling-carousel__arrow-button--show"]]:n}),onClick:async()=>{if(h.current)return;o();const e=r.current-u();_(e),h.current=!0,s.current&&await cd(s.current,"transform",300),h.current=!1},children:(0,On.jsx)("svg",{focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,On.jsx)("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})})}),(0,On.jsx)("div",{className:Pn()(pd["scrolling-carousel__arrow-button"],pd["scrolling-carousel__arrow-button--right"],{[pd["scrolling-carousel__arrow-button--show"]]:d}),onClick:async()=>{if(h.current)return;o();const e=r.current+u();_(e),h.current=!0,s.current&&await cd(s.current,"transform",300),h.current=!1},children:(0,On.jsx)("svg",{focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,On.jsx)("path",{d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})})})]})]})},md=({children:e,style:t,color:s,font:i,className:r})=>(0,On.jsx)("div",{className:r,style:{color:s,font:i,...t},children:e});var yd=R(9108),vd={insert:"head",singleton:!1};jn()(yd.A,vd);const fd=yd.A.locals||{},wd=({goods:e,onClick:t,options:s})=>{const{imgSrc:i,title:r,subTitle:a,price:o,oldPrice:n}=e;return(0,On.jsxs)("div",{className:Pn()(fd["goods-card"]),style:{color:s.mainTextColor??"black"},onClick:t,children:[(0,On.jsx)("div",{className:Pn()(fd.figure),style:{borderRadius:s.imageCornerRadius+"px",backgroundColor:s.imageBackgroundColor},children:i&&(0,On.jsx)("img",{src:i,alt:r,style:{borderRadius:s.imageCornerRadius+"px",backgroundColor:s.imageBackgroundColor}})}),(0,On.jsx)(md,{font:s.subtitleFont,children:a}),(0,On.jsx)(md,{font:s.titleFont,children:r}),(0,On.jsxs)("div",{className:fd.prices,children:[(0,On.jsx)(md,{font:s.priceFont,children:o}),(0,On.jsx)(md,{className:fd["typography--old-price"],font:s.oldPriceFont,color:s.oldPriceTextColor,children:n})]})]})},_d=e=>{const t=e.goodsWidgetOptions,s=t.goodsWidgetRenderingType||t.goodsList.renderingType;let i=[];return s===a.DEFAULT?i=e.goodsList.map(((s,i)=>(0,On.jsx)(wd,{options:t.goodsCard,goods:s,onClick:()=>e.onGoodsCardClick(s)},i))):s===a.CUSTOM_CARD&&T()(t.getCardHtml)&&(i=e.goodsList.map(((s,i)=>(0,On.jsx)("div",{dangerouslySetInnerHTML:{__html:t.getCardHtml?.(s,i)??""},onClick:()=>e.onGoodsCardClick(s)},i)))),(0,On.jsx)(gd,{style:{marginTop:"-15px"},children:i})},Sd=({arrowColor:e,...t})=>(0,On.jsx)("svg",{...t,width:"32",height:"12.5",viewBox:"0 0 64 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,On.jsx)("path",{d:"M56.293 1.23375C58.054 -0.41125 60.846 -0.41125 62.607 1.23375C64.464 2.96775 64.464 5.85675 62.607 7.59075L35.157 23.2288C33.396 24.8738 30.604 24.8738 28.843 23.2288L1.393 7.59075C0.494002 6.75175 0 5.62775 0 4.41275C0 3.19775 0.494002 2.07375 1.393 1.23475C3.154 -0.410251 5.946 -0.410251 7.707 1.23475L32 13.9237L56.293 1.23375Z",fill:e})});var bd=R(8161),xd={insert:"head",singleton:!1};jn()(bd.A,xd);const Cd=bd.A.locals||{},kd=({closeImage:e,arrowColor:t,onClick:s})=>(0,On.jsx)("div",{className:Cd.btn,onClick:s,onTouchStart:s,children:e?(0,On.jsx)("div",{dangerouslySetInnerHTML:{__html:e}}):(0,On.jsx)(Sd,{arrowColor:t})});var Md=R(1277),Id={insert:"head",singleton:!1};jn()(Md.A,Id);const Ld=Md.A.locals||{},Ad=({isLoading:e,backgroundColor:t="white",accentBackgroundColor:s="transparent"})=>e?(0,On.jsx)("div",{className:Ld.spinner,style:{border:`solid 2px ${t}`,borderColor:`${s} ${t} ${t} ${t}`}}):null;var Od=R(4940),Ed={insert:"head",singleton:!1};jn()(Od.A,Ed);const Td=Od.A.locals||{};var Rd;!function(e){e[e.IN=0]="IN",e[e.OUT=1]="OUT"}(Rd||(Rd={}));const Dd=({open:e,url:t,goodsWidgetOptions:s,onClosed:i,onClose:r,onGoodsCardClick:a})=>{const o=(0,Tn.useRef)(null),[n,l]=(0,Tn.useState)([]),[d,c]=(0,Tn.useState)(Rd.IN),h=s,{dimColor:u,substrateHeight:p,substrateColor:g,closeImage:m,closeBackgroundColor:y}=h.goodsList;(0,Tn.useEffect)((()=>{c(e?Rd.IN:Rd.OUT)}),[e]),(0,Tn.useEffect)((()=>{t&&v()}),[t]);const v=async()=>{const e=f(),t=await s.openGoodsWidgetHandler(e);l(t)},f=()=>{try{return JSON.parse(t).map((e=>({sku:e,title:"",subTitle:"",price:"",oldPrice:"",rawData:{}})))}catch(e){return console.error(e),[]}};(0,Tn.useEffect)((()=>{const e=o.current;if(d===Rd.OUT)return e.addEventListener("animationend",i),()=>{e.removeEventListener("animationend",i)}}),[d]);const w=h.loader.custom?(0,On.jsx)("div",{dangerouslySetInnerHTML:{__html:h.loader.custom}}):(0,On.jsx)(Ad,{isLoading:!n,backgroundColor:h.loader.default.color,accentBackgroundColor:h.loader.default.accentColor});return(0,On.jsxs)("div",{className:Pn()(Td["goods-container"],{[Td["goods-container--visible"]]:d===Rd.IN,[Td["goods-container--hidden"]]:d===Rd.OUT}),ref:o,children:[(0,On.jsx)("div",{className:Pn()(Td["goods-container__backdrop"]),style:{backgroundColor:u},onClick:r}),(0,On.jsxs)("div",{className:Pn()(Td["goods-container"]),style:{height:p+"px",backgroundColor:g??"white"},children:[w,n&&(0,On.jsx)(_d,{goodsList:n,onGoodsCardClick:a,goodsWidgetOptions:s}),(0,On.jsx)(kd,{onClick:r,closeImage:m,arrowColor:y})]})]})};var Pd=R(8942),Bd={insert:"head",singleton:!1};jn()(Pd.A,Bd);const jd=Pd.A.locals||{},Fd=e=>{const[t,s]=(0,Tn.useState)(!1),[i,r]=(0,Tn.useState)(!1),{storyManager:a}=Hc(),o=()=>{r(!0),s(!0)},n=()=>{s(!1)};(0,Tn.useEffect)((()=>(e.widget.on(pr.Open,o),()=>{e.widget.off(pr.Open,o)})),[e.widget]),(0,Tn.useEffect)((()=>(ps.addListener("goodsWidget.close",n),()=>{ps.removeListener("goodsWidget.close",n)})),[]),(0,Tn.useEffect)((()=>{t&&a.emit("widgetEvent",{name:"w-goods-open",data:{story_id:e.story.id,slide_index:e.story.activeSlideIndex,widget_id:e.widget.elementId}})}),[t]);return i?(0,On.jsx)("div",{className:jd["goods-widget-viewer"],children:(0,On.jsx)(Dd,{open:t,url:e.widget.targetUrl,goodsWidgetOptions:e.goodsWidgetOptions,onClose:()=>{s(!1)},onClosed:()=>{e.widget.close(),r(!1)},onGoodsCardClick:t=>{a.emit("widgetEvent",{name:"w-goods-click",data:{story_id:e.story.id,slide_index:e.story.activeSlideIndex,widget_id:e.widget.elementId,widget_value:t.sku}}),e.goodsWidgetOptions.itemClickHandler?.(t)}})}):null},Nd={247:"9999",376:"99 99 99",971:"99 999 9999",93:"99 999 9999",1268:"999 9999",1264:"999 9999",355:"999 999 999",374:"99 999 999",599:"999 9999",244:"999 999 999",672:"9 99 999",54:"999 999 9999",1684:"999 9999",43:"999 999 9999",61:"9 9999 9999",297:"999 9999",994:"99 999 99 99",387:"99 999 999",1246:"999 9999",880:"99 999 999",32:"999 999 999",226:"99 99 9999",359:"999 999 999",973:"9999 9999",257:"99 99 9999",229:"99 99 9999",1441:"999 9999",673:"999 9999",591:"9 999 9999",55:"99 99999 9999",1242:"999 9999",975:"99 999 999",267:"99 999 999",375:"99 999 99 99",501:"999 9999",243:"999 999 999",236:"99 99 9999",242:"99 999 9999",41:"99 999 9999",225:"99 999 999",682:"99 999",56:"9 9999 9999",237:"9999 9999",86:"999 9999 9999",57:"999 999 9999",506:"9999 9999",53:"9 999 9999",238:"999 99 99",357:"99 999 999",420:"999 999 999",49:"9999 999 9999",253:"99 99 99 99",45:"99 99 99 99",1767:"999 9999",1809:"999 9999",1829:"999 9999",1849:"999 9999",213:"99 999 9999",593:"99 999 9999",372:"9999 9999",20:"999 999 9999",291:"9 999 999",34:"999 999 999",251:"99 999 9999",358:"999 999 99 99",679:"99 99999",500:"99999",691:"999 9999",298:"999 999",262:"99999 9999",33:"999 999 999",508:"99 9999",590:"999 999 999",241:"9 99 99 99",1473:"999 9999",995:"999 999 999",594:"99999 9999",233:"999 999 999",350:"999 99999",299:"99 99 99",220:"999 99 99",224:"99 999 999",240:"99 999 9999",30:"999 999 9999",502:"9 999 9999",1671:"999 9999",245:"9 999999",592:"999 9999",852:"9999 9999",504:"9999 9999",385:"99 999 999",509:"99 99 9999",36:"999 999 999",628:"99 999 9999",62:"99 999 99",353:"999 999 999",972:"99 999 9999",91:"9999 999 999",246:"999 9999",964:"999 999 9999",98:"999 999 9999",354:"999 9999",39:"999 9999 999",1876:"999 9999",962:"9 9999 9999",81:"99 9999 9999",254:"999 999999",996:"999 999 999",855:"99 999 999",686:"99 999",269:"99 99999",1869:"999 9999",850:"999 999 9999",82:"99 999 9999",965:"9999 9999",1345:"999 9999",76:"99 999 99 99",77:"99 999 99 99",856:"99 99 999 999",961:"99 999 999",1758:"999 9999",423:"999 999 9999",94:"99 999 9999",231:"99 999 999",266:"9 999 9999",370:"999 99 999",352:"999 999 999",371:"99 999 999",218:"99 999 9999",212:"99 9999 999",377:"9999 9999",373:"9999 9999",382:"99 999 999",261:"99 99 99999",692:"999 9999",389:"99 999 999",223:"99 99 9999",95:"99 999 999",976:"99 99 9999",853:"9999 9999",1670:"999 9999",596:"999 99 99 99",222:"99 99 9999",1664:"999 9999",356:"9999 9999",230:"999 9999",960:"999 9999",265:"99 999 9999",52:"999 999 9999",60:"99 999 9999",258:"99 999 999",264:"99 999 9999",687:"99 9999",227:"99 99 9999",234:"999 999 9999",505:"9999 9999",31:"99 999 9999",47:"999 99 999",977:"99 999 999",674:"999 9999",683:"9999",64:"999 999 999",968:"99 999 999",507:"999 9999",51:"999 999 999",689:"99 99 99",675:"999 99 999",63:"999 999 9999",92:"999 999 9999",48:"999 999 999",970:"99 999 9999",351:"99 999 9999",680:"999 9999",595:"999 999 999",974:"9999 9999",40:"99 999 9999",381:"99 999 9999",7:"999 999 99 99",250:"999 999 999",966:"99 999 9999",677:"999 9999",248:"9 999 999",249:"99 999 9999",46:"99 999 9999",65:"9999 9999",290:"99 999",386:"99 999 999",421:"999 999 999",232:"99 999999",378:"9999 999999",221:"99 999 9999",252:"99 999 999",597:"999 9999",211:"99 999 9999",239:"99 99999",503:"99 99 9999",1721:"999 9999",963:"99 9999 999",268:"99 99 9999",1649:"999 9999",235:"99 99 99 99",228:"99 999 999",66:"99 999 9999",992:"99 999 9999",690:"9999",670:"999 9999",993:"9 999 9999",216:"99 999 999",676:"99999",90:"999 999 9999",1868:"999 9999",688:"99 9999",886:"999 999 999",255:"99 999 9999",380:"99 999 99 99",256:"999 999 999",44:"99 9999 9999",598:"9 999 99 99",998:"99 999 9999",396:"999 99999",1784:"999 9999",58:"999 999 9999",1284:"999 9999",1340:"999 9999",84:"99 9999 999",678:"99 99999",681:"99 9999",685:"99 9999",967:"999 999 999",27:"99 999 9999",260:"99 999 9999",263:"9 999999",1:"999 999 9999",383:"9999 9999"};class Ud{static isEmailValid(e){return/^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/.test(e)}static isTelephoneValid(e,t){return e?e.replace(/\s/g,"").length===t.length&&t.length>0:/^\d+$/.test(t)}}const zd=e=>{switch(e){case"":default:return"text";case"tel":return"tel";case"email":return"email"}},Vd=e=>{const[t,s]=(0,Tn.useState)({countryCode:"",phone:""}),[i,r]=(0,Tn.useState)(""),[a,o]=(0,Tn.useState)(!0),n=s=>{const i=zd(e?.configV2.main.input.type??"");return"email"===i?Ud.isEmailValid(s):"tel"!==i||Ud.isTelephoneValid((()=>{const e=t.countryCode.substring(1);return e?Nd[e]??"":""})(),t.phone)};return{value:i,telephone:t,isValid:a,handleTelephoneChange:e=>{s(e),e.phone.length>0?r(e.countryCode+e.phone):r("")},handleChange:e=>{r(e)},handleSubmit:e=>{const t=i.trim(),s=n(i);o(s),s&&e({value:t})},reset:()=>{o(!0),r(""),s({countryCode:"",phone:""})}}};var Wd=R(4169),Gd={insert:"head",singleton:!1};jn()(Wd.A,Gd);const $d=Wd.A.locals||{},Hd=(0,Tn.forwardRef)(((e,t)=>{const s=(0,Tn.useRef)(null);return(0,Tn.useEffect)((()=>{K(s.current),s.current.focus()}),[]),(0,On.jsx)("input",{type:"email",className:Pn()($d.input,$d.input_centered),placeholder:e.placeholder,value:e.value,ref:s,onChange:t=>e.onChange(t.target.value)})}));var qd=R(2265),Qd=R.n(qd);const Kd=(0,Tn.forwardRef)(((e,t)=>{const s=t=>{const s=t.target;s&&(s.value=s.value.replace(/\D/g,""),e.onChange({countryCode:e.value.countryCode,phone:s.value}))},i=e.value.countryCode.substring(1),r=i?Nd[i]:"";return(0,On.jsxs)("div",{className:$d["input-group"],children:[(0,On.jsxs)("div",{className:$d["input-group__prepend"],children:[(0,On.jsx)(Qd(),{type:"tel",mask:"+999",maskChar:null,className:$d.input,onChange:t=>{e.onChange({countryCode:t.currentTarget.value,phone:e.value.phone})},value:e.value.countryCode,placeholder:"+",inputRef:e=>{e&&(e=>{setTimeout((()=>{K(e),e.focus()}))})(e)}}),(0,On.jsx)("div",{className:$d["input-group__separator"]})]}),r?(0,On.jsx)(Qd(),{type:"tel",className:$d.input,mask:r,maskChar:"-",alwaysShowMask:!0,placeholder:e.placeholder,inputRef:e=>{},value:e.value.phone,onChange:s}):(0,On.jsx)("input",{type:"tel",className:$d.input,placeholder:e.placeholder,ref:e=>{},value:e.value.phone,onChange:s})]})})),Yd=(0,Tn.forwardRef)(((e,t)=>{const s=(0,Tn.useRef)(null),i=(0,Tn.useRef)(null);(0,Tn.useEffect)((()=>{i.current.dataset.replicatedValue=e.value,K(s.current),s.current.focus(),s.current.setSelectionRange(e.value.length,e.value.length)}),[]);return(0,On.jsx)("div",{className:$d["textarea-grow-wrap"],ref:i,style:e.style,children:(0,On.jsx)("textarea",{className:$d.input,placeholder:e.placeholder,rows:1,ref:s,maxLength:e.maxLength,value:e.value,onChange:t=>e.onChange(t.target.value),onInput:e=>{i.current.dataset.replicatedValue=e.currentTarget.value}})})})),Zd=({form:e,config:t,...s})=>{const[i,r]=(0,Tn.useState)(!0),{getMainStyle:a,getMainElementsStyle:o,getQuestionStyle:n,getInputWrapperStyle:l,getButtonStyle:d,getTextareaStyle:c}=(({config:e})=>{const t=t=>t*(e.size.viewportWidth/(e.size.viewportWidth/e.size.fontSize));return{getMainStyle:()=>{const s=e.configV2.main;return{width:`${e.size.absolute.width}px`,height:"auto",left:e.size.absolute.center.x-e.size.absolute.width/2-e.size.slideOffsetX+"px",top:e.size.absolute.center.y-e.size.absolute.height/2-e.size.slideOffsetY+"px",backgroundColor:`${s.background.color}`,border:`${s.border.visible&&`${t(s.border.width)}px solid ${s.border.color}`}`,borderRadius:`${t(s.border.radius)}px`}},getMainElementsStyle:()=>{const s=e.configV2.main;return{width:"100%",padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`}},getQuestionStyle:()=>{const s=e.configV2.main.question;return{padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`,color:`${s.text.color}`,fontSize:`${t(s.text.size)}px`,lineHeight:`${s.text.lineHeight}`,textAlign:`${s.text.align}`,fontFamily:`${s.text.type}`,fontWeight:`${s.text.weight}`,fontStyle:`${s.text.style}`}},getInputWrapperStyle:()=>{const s=e.configV2.main.input;let i=e.configV2.main.input.text.maxLines;return i=i>0?i:1,{padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`,backgroundColor:`${s.background.color}`,border:`${t(s.border.width)}px solid ${s.border.color}`,borderRadius:`${t(s.border.radius)}px`,lineHeight:`${s.text.lineHeight}`,maxHeight:s.text.lineHeight*i+"em",fontSize:`${t(s.text.size)}px`,overflowY:"scroll",scrollbarWidth:"none"}},getButtonStyle:()=>{const s=e.configV2.main.button;return{padding:`${t(s.padding.top)}px ${t(s.padding.right)}px ${t(s.padding.bottom)}px ${t(s.padding.left)}px`,backgroundColor:`${s.background.color}`,border:`${t(s.border.width)}px solid ${s.border.color}`,color:`${s.text.color}`,fontSize:`${t(s.text.size)}px`,lineHeight:`${s.text.lineHeight}`,textAlign:`${s.text.align}`,fontFamily:`${s.text.type}`,fontWeight:`${s.text.weight}`,fontStyle:`${s.text.style}`}},getTextareaStyle:()=>{const s=e.configV2.main.input;return{color:`${s.text.color}`,fontSize:`${t(s.text.size)}px`,lineHeight:`${s.text.lineHeight}`,textAlign:`${s.text.align}`,fontFamily:`${s.text.type}`,fontWeight:`${s.text.weight}`,fontStyle:`${s.text.style}`}}}})({config:t}),h=Math.max(t.configV2.main.input.text.limit,0),u=String(t.configV2.main.input.text.placeholder).trim(),p=String(t.configV2.main.button.text.value).trim(),g=String(t.configV2.main.question.text.value).trim(),m=zd(t.configV2.main.input.type),y=({value:e})=>{s.onComplete({result:!0,value:e}),r(!1)};return(0,On.jsxs)("div",{className:$d.wrapper,children:[(0,On.jsx)("div",{className:Pn()($d.backdrop,{[$d.fadeIn]:i,[$d.fadeOut]:!i}),onAnimationEnd:()=>{i||s.onClose()},onClick:()=>{s.onComplete({result:!1,value:e.value}),r(!1)}}),(0,On.jsxs)("div",{className:$d.main,style:a(),children:[(0,On.jsxs)("div",{className:$d["main-elements"],style:o(),children:[(0,On.jsx)("div",{className:$d.question,style:n(),children:g}),(0,On.jsxs)("div",{className:Pn()($d["input-wrapper"],{[$d["is-invalid"]]:!e.isValid}),style:l(),children:["text"===m&&(0,On.jsx)(Yd,{value:e.value,onChange:e.handleChange,style:c(),placeholder:u,maxLength:h}),"email"===m&&(0,On.jsx)(Hd,{value:e.value,onChange:e.handleChange,placeholder:u}),"tel"===m&&(0,On.jsx)(Kd,{value:e.telephone,onChange:e.handleTelephoneChange,placeholder:u})]})]}),e.value.trim().length>0&&(0,On.jsx)("div",{className:$d["button-wrapper"],children:(0,On.jsx)("button",{className:$d.button,style:d(),onClick:()=>e.handleSubmit(y),children:p})})]})]})},Jd=({storyGeometry:e,activeSlide:t,storyRef:s,storyReader:i})=>{const[r,a]=(0,Tn.useState)(null),[o,n]=(0,Tn.useState)(null),l=Vd(o);(0,Tn.useEffect)((()=>(ps.on(na.ShowInputModal,d),()=>{ps.off(na.ShowInputModal,d)})),[]);const d=({id:t,config:r})=>{i.pauseUI(),i.touchController.disable(),a(t),(t=>{t.size.fontSize=parseFloat(e.getFontSize()),t.size.viewportWidth=e.calculateWidth();const i=s.current.getBoundingClientRect();t.size.slideOffsetX=i.x,t.size.slideOffsetY=i.y,t.size.slideHeight=i.height,n(t)})(r)};return(0,Tn.useLayoutEffect)((()=>()=>{l.reset()}),[r]),o?(0,On.jsx)(Zd,{form:l,config:o,onComplete:e=>{if(!r)throw new Error;((e,s)=>{t.setUserData(e,s)})(r,e.result?e.value:""),i.resumeUI()},onClose:()=>{n(null),i.touchController.enable()}}):null},Xd=(0,Ml.observer)((({story:e,geometry:t,storyReader:s,className:i,...r})=>{const a=(0,Tn.useRef)(null),o=(0,Tn.useRef)(null);(({story:e,progressBarRef:t})=>{const s=e.timer;(0,Tn.useEffect)((()=>{const i=e=>{t.current?.style.setProperty("--tick",e+"%")},r=({forceEnd:t})=>{t||(e.reachEnd?e.nextStory("auto"):e.nextSlide())},a=()=>{t.current?.style.setProperty("--tick","0%")},o=()=>{t.current?.style.setProperty("--tick","0%")};return s.on("start",a),s.on("stop",o),s.on("progress",i),s.on("complete",r),()=>{s.off("start",a),s.off("progress",i),s.off("complete",r),s.off("stop",o)}}),[s,e])})({story:e,progressBarRef:o});const n=r.index===r.nextFlippingStoryIndex,l=(0,Tn.useMemo)((()=>(e.activeSlide?.findAllWidgetsOfType((e=>e instanceof gr))??[])[0]),[e.activeSlide?.state]),d=async()=>{try{await e.reload()}catch(e){console.error(e)}};return(0,On.jsxs)("div",{ref:a,className:Pn()(Wl["stories-item"],Wl.slider3d__item,i),onMouseDown:()=>{e.completeNativeSharing()},onTouchStart:()=>{e.completeNativeSharing()},"data-testid":"story",style:r.style,children:[(0,On.jsx)(Zl,{closeDisabled:e.disableClose,options:r.storyReaderOptions,onClose:r.onClose,uiPaused:s.uiPaused}),e.activeSlide&&(0,On.jsx)(ld,{ref:o,hiddenTimeline:e.hiddenTimeline,slidesLength:e.slidesCount,timeline:e.activeSlide.timeline,activeSlideIndex:e.activeSlideIndex,uiPaused:s.uiPaused}),e.displayedSlides.map((i=>(0,On.jsx)(rd,{clickDisabled:r.slideClickDisabled,onReloadStory:d,activeSlideIndex:e.activeSlideIndex,currentSlideIndex:i.index,needSlideInitByFlipping:n,networkError:Boolean(e.error),currentStory:e,activeStory:r.activeStory,geometry:t,slide:i,canBeShown:e.canBeShown,timerPaused:s.timerPaused,muted:s.muted},i.html))),(0,On.jsx)(ql,{story:e,commonOptions:r.commonOptions,storyReaderOptions:r.storyReaderOptions,muted:s.muted,onClickMuteAction:()=>{s.muted?s.unmute():s.mute()}}),l&&r.activeStory===e&&(0,On.jsx)(Fd,{widget:l,story:e,goodsWidgetOptions:r.goodsWidgetOptions}),r.activeStory===e&&e.activeSlide&&(0,On.jsx)(Jd,{storyRef:a,storyGeometry:t,activeSlide:e.activeSlide,storyReader:s})]})})),ec=({className:e,style:t})=>(0,On.jsx)("div",{className:Pn()(Wl["stories-item"],e),style:t,children:(0,On.jsx)("div",{className:`${ed["stories-slide"]} ${ed._dummy}`})});var tc=R(9669),sc={insert:"head",singleton:!1};jn()(tc.A,sc);const ic=tc.A.locals||{},rc=({width:e,disabledByUI:t,navigationOptions:s,...i})=>{const{desktopMode:r,dir:a}=Hc(),o=a===O.LTR,n=(o?i.isNextStoryBlank:i.isPrevStoryBlank)||t,l=(o?i.isPrevStoryBlank:i.isNextStoryBlank)||t;return(0,On.jsxs)("div",{className:Pn()([ic["story-reader-controls"]],{[ic._desktop_mode]:r}),children:[(0,On.jsx)("div",{className:ic.slider3d__btn_next,style:{transform:`translateY(-50%) translateX(calc(${e/2}px + 100%))`},children:(0,On.jsx)("button",{className:ic["btn-icon"],onClick:e=>{e.stopPropagation(),e.preventDefault(),i.disabled||(o?i.onNext():i.onPrev())},disabled:n,dangerouslySetInnerHTML:{__html:s.nextButton.svgSrc.baseState}})}),(0,On.jsx)("div",{className:ic.slider3d__btn_prev,style:{transform:`translateY(-50%) translateX(calc(-${e/2}px - 200%))`},children:(0,On.jsx)("button",{className:ic["btn-icon"],onClick:e=>{e.stopPropagation(),e.preventDefault(),i.disabled||(o?i.onPrev():i.onNext())},disabled:l,dangerouslySetInnerHTML:{__html:s.prevButton.svgSrc.baseState}})})]})},ac=e=>{const{storyReaderOptions:t}=Hc(),s=(0,Tn.useRef)(null),i=(0,Tn.useRef)(new ur).current;(({slider:e,touchController:t})=>{const s=()=>{e?.startMove()},i=({dx:t})=>{e?.move(-t)},r=()=>{t.horizontalSwipeGesture&&e?.endMove()};(0,Tn.useEffect)((()=>(t.on(Fi.TouchStart,s),t.on(Fi.TouchMoveHorizontal,i),t.on(Fi.TouchEnd,r),()=>{t.off(Fi.TouchStart,s),t.off(Fi.TouchMoveHorizontal,i),t.off(Fi.TouchEnd,r)})),[t])})({slider:i,touchController:e.touchController});const r=t.scrollStyle,a=e.stories;i.currentIndex=e.currentIndex;const o=e.touchController;(0,Tn.useLayoutEffect)((()=>{const e=()=>{i.init({$el:s.current,transformStyle:r})};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[a.length,r]),(0,Tn.useLayoutEffect)((()=>{e.setAnimatedTransitionAdapter(new Fa(i,{closeOnLastSlideByTimer:Boolean(t.closeOnLastSlideByTimer)}))}),[e,t.closeOnLastSlideByTimer]),(0,Tn.useEffect)((()=>(i.on("transitionStart",l),i.on("transitionEnd",d),i.on("touchMove",n),i.on("touchEnd",c),()=>{i.off("transitionStart",l),i.off("transitionEnd",d),i.off("touchMove",n),i.off("touchEnd",c)})),[e]);const n=()=>{o.disable()},l=()=>{o.disable()},d=()=>{o.enable()},c=t=>{e.resumeTimer(),0===t?i.transformWithAmimation(0):e.navigateStoryWithAnimationByIndex(e.currentIndex+t,"swipe")};return{ref:s,api:i,perspective:i.perspective,depth:i.depth}},oc=(0,Ml.observer)((e=>{const{storyReaderOptions:t,commonOptions:s,goodsWidgetOptions:i}=Hc(),r=ac(e.storyReader),{actionPanelHeight:a,safeAreaFrameCalculator:o,isMobileGeometry:n,storyGeometry:l,correctionPaddingStyle:d}=Bl(e.viewport),c=e.storyReader.activeStory;return(0,On.jsxs)(On.Fragment,{children:[(0,On.jsxs)("div",{className:Pn()(Ul.slider3d__wrapper,{[Ul["slider3d__wrapper_swipe-up"]]:e.storyReader.closeGestureInAction,[Ul._desktop_mode]:!n}),style:{WebkitPerspective:`${r.perspective}px`,perspective:`${r.perspective}px`,width:l.getWidth(),backgroundColor:n&&o.shouldBeShownSafeAreaInsets&&"#000",...d},children:[(0,On.jsx)("div",{className:Ul.slider3d__inner,style:{transform:`translateZ(-${r.depth}px)`},children:(0,On.jsx)("div",{className:Pn()(Ul["stories-face"],Ul.slider3d__rotater),ref:r.ref,children:e.storyReader.stories.map(((o,n)=>o.isBlank?(0,On.jsx)(ec,{style:{bottom:0}},o.id):(0,On.jsx)(Xd,{slideClickDisabled:e.storyReader.uiPaused||r.api.animating,index:n,story:o,activeStory:c,nextFlippingStoryIndex:e.storyReader.nextFlippingStoryIndex,geometry:l,style:{bottom:Pl(o,s)?`${a}px`:0},commonOptions:s,storyReaderOptions:t,goodsWidgetOptions:i,onClose:e.onCloseStory,storyReader:e.storyReader},o.id)))})}),e.sharePanel.isOpened&&(0,On.jsx)(yl,{className:Ul["share-panel-wrapper"],shareText:e.sharePanel.params.text,shareType:e.sharePanel.params.type,shareLink:e.sharePanel.params.link,onShareCompelete:t=>e.sharePanel.handleShareComplete(e.sharePanel.params.id,t),sharePanelOptions:t.sharePanel})]}),(0,On.jsx)(rc,{disabled:r.api.animating,disabledByUI:e.storyReader.uiPaused||e.sharePanel.isOpened,isNextStoryBlank:e.storyReader.reachEnd,isPrevStoryBlank:e.storyReader.reachStart,navigationOptions:t.navigation,width:l.calculateWidth(),onNext:()=>e.storyReader.nextStoryWithAnimation(),onPrev:()=>e.storyReader.prevStoryWithAnimation()})]})})),nc=(0,Ml.observer)((({storyReader:e,desktopMode:t})=>{const s=(()=>{const[e,t]=(0,Tn.useState)((()=>Rl())),s=(0,Tn.useCallback)((()=>{t(Rl())}),[]);return(0,Tn.useEffect)((()=>(window.addEventListener("resize",s),()=>{window.removeEventListener("resize",s)})),[]),e})();(({touchController:e,sharePanelIsOpened:t,desktopMode:s,storyReader:i})=>{(0,Tn.useEffect)((()=>{s||t?e.disable():e.enable()}),[e,s,t]),(0,Tn.useEffect)((()=>(e.on(Fi.LongTouchDetected,r),e.on(Fi.TouchEnd,a),()=>{e.off(Fi.LongTouchDetected,r),e.off(Fi.TouchEnd,a)})),[e]);const r=()=>{i.pauseTimer()},a=()=>{e.isSwiping||i.resumeTimer()}})({touchController:e.touchController,sharePanelIsOpened:e.sharePanel.isOpened,desktopMode:t,storyReader:e});return e.sharePanel.desktopMode=t,(0,Il.createPortal)((0,On.jsxs)(jl,{viewport:s,storyReader:e,children:[(0,On.jsx)(oc,{viewport:s,storyReader:e,onCloseStory:()=>{e.close()},sharePanel:e.sharePanel}),(0,On.jsx)(el,{orientation:de.PORTRAIT_PRIMARY,desktopMode:t,onOrientationChange:({isWrong:t})=>{t?e.pauseUI():e.resumeUI()}})]}),document.body)}));var lc=R(7314),dc={insert:"head",singleton:!1};jn()(lc.A,dc);lc.A.locals;const cc=({storyManager:e,desktopMode:t})=>{const[s,i]=(0,Tn.useState)(null),r=(()=>{const e=(0,Tn.useRef)();return e.current||(e.current=(()=>{const e=getComputedStyle(document.documentElement),t=t=>parseFloat(e.getPropertyValue(t)),s=t("--ias-sat"),i=t("--ias-sab");return{left:t("--ias-sal"),right:t("--ias-sar"),top:s,bottom:i}})()),e.current})();return(0,Tn.useEffect)((()=>{const t=e.createGameReader();return t.setSafeAreaInsets(r),i(t),()=>{t.destroy()}}),[e]),(0,Tn.useEffect)((()=>{s?.setDesktopMode(t)}),[s,t]),s};var hc=R(7161),uc=R(429);class pc{host;_vw=0;_vh=0;constructor(e){this.host=e,this.host.addController(this),this.calculateViewport=this.calculateViewport.bind(this)}get vw(){return this._vw}get vh(){return this._vh}hostConnected(){window.addEventListener("resize",this.calculateViewport)}hostDisconnected(){window.removeEventListener("resize",this.calculateViewport),this.host.removeController(this)}calculateViewport(){this._vw=window.innerWidth,this._vh=window.innerHeight,this.host.requestUpdate()}}var gc=R(2083);const mc={[ls.BottomSheet]:gc.literal`iam-bottom-sheet`,[ls.Fullscreen]:gc.literal`iam-fullscreen-modal`,[ls.Modal]:gc.literal`iam-modal`},yc=hc.css`
2
2
  .bottom-sheet {
3
3
  position: fixed;
4
4
  inset: 0;
@@ -60,7 +60,7 @@
60
60
  pointer-events: all;
61
61
  }
62
62
 
63
- .bottom-sheet__header .close-btn {
63
+ /* .bottom-sheet__header .close-btn {
64
64
  position: absolute;
65
65
  top: 8px;
66
66
  right: 8px;
@@ -74,7 +74,7 @@
74
74
  &:focus {
75
75
  outline: none;
76
76
  }
77
- }
77
+ } */
78
78
 
79
79
  .bottom-sheet__header .close-strip-btn {
80
80
  margin-top: 8px;
@@ -87,28 +87,28 @@
87
87
  left: 50%;
88
88
  transform: translate3d(-50%, 0, 0);
89
89
  }
90
- `;var tc=_(318),sc=_(5125),ic=_(6968);class rc{host;touchController=null;constructor(e){this.host=e,this.host.addController(this),this.handleTouchMoveVertical=this.handleTouchMoveVertical.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}hostConnected(){}hostDisconnected(){this.touchController?.off(Mi.TouchMoveVertical,this.handleTouchMoveVertical),this.touchController?.off(Mi.TouchEnd,this.handleTouchEnd)}setTouchController(e){this.touchController=e,this.touchController.enable(),this.touchController.on(Mi.TouchMoveVertical,this.handleTouchMoveVertical),this.touchController.on(Mi.TouchEnd,this.handleTouchEnd)}handleTouchMoveVertical({dy:e}){const t=this.getTranslateYByDeltaY(e);this.disableBoxTransition(),this.translateBoxOnY(t)}handleTouchEnd({dy:e}){if(!this.touchController.isSwiping)return;this.enableBoxTransition();this.getTranslateYByDeltaY(e)>20?(this.touchController.disable(),this.translateBoxOnY(120),this.host.close()):this.resetToDefaultState()}resetToDefaultState(){this.host.bottomSheetBoxRef.style.transform=""}translateBoxOnY(e){this.host.bottomSheetBoxRef.style.transform=`translate3d(0, ${e}%, 0)`}disableBoxTransition(){this.host.bottomSheetBoxRef.style.transition="none"}enableBoxTransition(){this.host.bottomSheetBoxRef.style.transition="opacity 0.3s ease, transform 0.3s ease"}getTranslateYByDeltaY(e){let t=50*(e/this.host.bottomSheetBoxRef.clientHeight);return t<=0&&(t=0),t}}var ac=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},oc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,r,a,o,n,l,d,c,h,u,p=[(0,Yd.customElement)("iam-bottom-sheet")],g=[],m=Kd.LitElement,f=[],y=[],v=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],L=[],O=[],I=[],A=[],E=[],T=[],R=[],P=[],B=[];(class extends m{static{t=this}static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(m[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Boolean})],r=[(0,Yd.property)({type:Object})],a=[(0,Yd.property)({type:Object})],o=[(0,Yd.property)({type:Object})],n=[(0,Yd.property)({type:Boolean})],l=[(0,Yd.state)()],d=[(0,Yd.state)()],c=[(0,Yd.query)("#bottom-sheet__backdrop")],h=[(0,Yd.query)("#bottom-sheet__box")],u=[(0,Yd.query)("#bottom-sheet")],ac(this,null,s,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:i},f,y),ac(this,null,r,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:i},v,w),ac(this,null,a,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:i},_,S),ac(this,null,o,{kind:"accessor",name:"touchController",static:!1,private:!1,access:{has:e=>"touchController"in e,get:e=>e.touchController,set:(e,t)=>{e.touchController=t}},metadata:i},b,x),ac(this,null,n,{kind:"accessor",name:"desktopMode",static:!1,private:!1,access:{has:e=>"desktopMode"in e,get:e=>e.desktopMode,set:(e,t)=>{e.desktopMode=t}},metadata:i},C,k),ac(this,null,l,{kind:"accessor",name:"isVisible",static:!1,private:!1,access:{has:e=>"isVisible"in e,get:e=>e.isVisible,set:(e,t)=>{e.isVisible=t}},metadata:i},M,L),ac(this,null,d,{kind:"accessor",name:"isClosed",static:!1,private:!1,access:{has:e=>"isClosed"in e,get:e=>e.isClosed,set:(e,t)=>{e.isClosed=t}},metadata:i},O,I),ac(this,null,c,{kind:"accessor",name:"backdropRef",static:!1,private:!1,access:{has:e=>"backdropRef"in e,get:e=>e.backdropRef,set:(e,t)=>{e.backdropRef=t}},metadata:i},A,E),ac(this,null,h,{kind:"accessor",name:"bottomSheetBoxRef",static:!1,private:!1,access:{has:e=>"bottomSheetBoxRef"in e,get:e=>e.bottomSheetBoxRef,set:(e,t)=>{e.bottomSheetBoxRef=t}},metadata:i},T,R),ac(this,null,u,{kind:"accessor",name:"bottomSheetRef",static:!1,private:!1,access:{has:e=>"bottomSheetRef"in e,get:e=>e.bottomSheetRef,set:(e,t)=>{e.bottomSheetRef=t}},metadata:i},P,B),ac(null,e={value:t},p,{kind:"class",name:t.name,metadata:i},null,g),t=e.value,i&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}#re=oc(this,f,!1);get open(){return this.#re}set open(e){this.#re=e}#ae=(oc(this,y),oc(this,v,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#oe=(oc(this,w),oc(this,_,void 0));get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}#ne=(oc(this,S),oc(this,b,void 0));get touchController(){return this.#ne}set touchController(e){this.#ne=e}#le=(oc(this,x),oc(this,C,void 0));get desktopMode(){return this.#le}set desktopMode(e){this.#le=e}#de=(oc(this,k),oc(this,M,!1));get isVisible(){return this.#de}set isVisible(e){this.#de=e}#ce=(oc(this,L),oc(this,O,!0));get isClosed(){return this.#ce}set isClosed(e){this.#ce=e}#he=(oc(this,I),oc(this,A,null));get backdropRef(){return this.#he}set backdropRef(e){this.#he=e}#ue=(oc(this,E),oc(this,T,null));get bottomSheetBoxRef(){return this.#ue}set bottomSheetBoxRef(e){this.#ue=e}#pe=(oc(this,R),oc(this,P,null));get bottomSheetRef(){return this.#pe}set bottomSheetRef(e){this.#pe=e}bottomSheetSwipeController=(oc(this,B),new rc(this));static styles=ec;constructor(){super(),this.handleTransitionEnd=this.handleTransitionEnd.bind(this)}updated(e){super.updated(e);e.has("open")&&this.handleOpenChanged()}handleOpenChanged(){this.open?(this.isClosed=!1,(({frames:e=3,timeout:t=100,checkStyle:s=(()=>!0)}={})=>new Promise((i=>{let r,a=0,o=!1;const n=()=>{a++,!o&&s()&&(o=!0),a>=e&&o?(clearTimeout(r),i()):requestAnimationFrame(n)};r=setTimeout((()=>i()),t),requestAnimationFrame(n)})))().then((()=>{this.isVisible=!0}))):this.isClosed||this.close()}connectedCallback(){super.connectedCallback(),this.bottomSheetSwipeController.setTouchController(this.touchController)}disconnectedCallback(){super.disconnectedCallback()}close(){this.backdropRef.addEventListener("transitionend",this.handleTransitionEnd),this.isVisible=!1}handleTransitionEnd(){this.backdropRef.removeEventListener("transitionend",this.handleTransitionEnd),setTimeout((()=>{this.isClosed=!0,this.dispatchEvent(new CustomEvent("closed",{bubbles:!0,composed:!0}))}),50)}render(){if(this.isClosed)return Kd.nothing;const e={backgroundColor:this.appearanceOptions.backgroundColor,height:this.geometry.getHeight()+"px",width:this.geometry.getWidth()+"px","--slide-border-top-left-radius":`${this.appearanceOptions.borderRadius}px`,"--slide-border-top-right-radius":`${this.appearanceOptions.borderRadius}px`},t={width:this.geometry.getWidth()+"px"},s={backgroundColor:this.appearanceOptions.closeButton.backgroundColor,width:`${this.appearanceOptions.closeButton.width}px`,height:`${this.appearanceOptions.closeButton.height}px`,marginTop:`${this.appearanceOptions.closeButton.marginTop}px`};return Kd.html`
90
+ `;var vc=R(318),fc=R(5125);class wc{host;touchController=null;constructor(e){this.host=e,this.host.addController(this),this.handleTouchMoveVertical=this.handleTouchMoveVertical.bind(this),this.handleTouchEnd=this.handleTouchEnd.bind(this)}hostConnected(){}hostDisconnected(){this.touchController?.off(Fi.TouchMoveVertical,this.handleTouchMoveVertical),this.touchController?.off(Fi.TouchEnd,this.handleTouchEnd)}setTouchController(e){this.touchController=e,this.touchController.enable(),this.touchController.on(Fi.TouchMoveVertical,this.handleTouchMoveVertical),this.touchController.on(Fi.TouchEnd,this.handleTouchEnd)}handleTouchMoveVertical({dy:e}){const t=this.getTranslateYByDeltaY(e);this.disableBoxTransition(),this.translateBoxOnY(t)}handleTouchEnd({dy:e}){if(!this.touchController.isSwiping)return;this.enableBoxTransition();this.getTranslateYByDeltaY(e)>20?(this.touchController.disable(),this.translateBoxOnY(120),this.host.close()):this.resetToDefaultState()}resetToDefaultState(){this.host.bottomSheetBoxRef.style.transform=""}translateBoxOnY(e){this.host.bottomSheetBoxRef.style.transform=`translate3d(0, ${e}%, 0)`}disableBoxTransition(){this.host.bottomSheetBoxRef.style.transition="none"}enableBoxTransition(){this.host.bottomSheetBoxRef.style.transition="opacity 0.3s ease, transform 0.3s ease"}getTranslateYByDeltaY(e){let t=50*(e/this.host.bottomSheetBoxRef.clientHeight);return t<=0&&(t=0),t}}var _c=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Sc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o,n,l,d,c,h,u=[(0,uc.customElement)("iam-bottom-sheet")],p=[],g=hc.LitElement,m=[],y=[],v=[],f=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],I=[],L=[],A=[],O=[],E=[],T=[],R=[],D=[];(class extends g{static{t=this}static{const P="function"==typeof Symbol&&Symbol.metadata?Object.create(g[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Boolean})],i=[(0,uc.property)({type:Object})],r=[(0,uc.property)({type:Object})],a=[(0,uc.property)({type:Object})],o=[(0,uc.property)({type:Boolean})],n=[(0,uc.state)()],l=[(0,uc.state)()],d=[(0,uc.query)("#bottom-sheet__backdrop")],c=[(0,uc.query)("#bottom-sheet__box")],h=[(0,uc.query)("#bottom-sheet")],_c(this,null,s,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:P},m,y),_c(this,null,i,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:P},v,f),_c(this,null,r,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:P},w,_),_c(this,null,a,{kind:"accessor",name:"touchController",static:!1,private:!1,access:{has:e=>"touchController"in e,get:e=>e.touchController,set:(e,t)=>{e.touchController=t}},metadata:P},S,b),_c(this,null,o,{kind:"accessor",name:"desktopMode",static:!1,private:!1,access:{has:e=>"desktopMode"in e,get:e=>e.desktopMode,set:(e,t)=>{e.desktopMode=t}},metadata:P},x,C),_c(this,null,n,{kind:"accessor",name:"isVisible",static:!1,private:!1,access:{has:e=>"isVisible"in e,get:e=>e.isVisible,set:(e,t)=>{e.isVisible=t}},metadata:P},k,M),_c(this,null,l,{kind:"accessor",name:"isClosed",static:!1,private:!1,access:{has:e=>"isClosed"in e,get:e=>e.isClosed,set:(e,t)=>{e.isClosed=t}},metadata:P},I,L),_c(this,null,d,{kind:"accessor",name:"backdropRef",static:!1,private:!1,access:{has:e=>"backdropRef"in e,get:e=>e.backdropRef,set:(e,t)=>{e.backdropRef=t}},metadata:P},A,O),_c(this,null,c,{kind:"accessor",name:"bottomSheetBoxRef",static:!1,private:!1,access:{has:e=>"bottomSheetBoxRef"in e,get:e=>e.bottomSheetBoxRef,set:(e,t)=>{e.bottomSheetBoxRef=t}},metadata:P},E,T),_c(this,null,h,{kind:"accessor",name:"bottomSheetRef",static:!1,private:!1,access:{has:e=>"bottomSheetRef"in e,get:e=>e.bottomSheetRef,set:(e,t)=>{e.bottomSheetRef=t}},metadata:P},R,D),_c(null,e={value:t},u,{kind:"class",name:t.name,metadata:P},null,p),t=e.value,P&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:P})}#re=Sc(this,m,!1);get open(){return this.#re}set open(e){this.#re=e}#ae=(Sc(this,y),Sc(this,v,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#oe=(Sc(this,f),Sc(this,w,void 0));get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}#ne=(Sc(this,_),Sc(this,S,void 0));get touchController(){return this.#ne}set touchController(e){this.#ne=e}#le=(Sc(this,b),Sc(this,x,void 0));get desktopMode(){return this.#le}set desktopMode(e){this.#le=e}#de=(Sc(this,C),Sc(this,k,!1));get isVisible(){return this.#de}set isVisible(e){this.#de=e}#ce=(Sc(this,M),Sc(this,I,!0));get isClosed(){return this.#ce}set isClosed(e){this.#ce=e}#he=(Sc(this,L),Sc(this,A,null));get backdropRef(){return this.#he}set backdropRef(e){this.#he=e}#ue=(Sc(this,O),Sc(this,E,null));get bottomSheetBoxRef(){return this.#ue}set bottomSheetBoxRef(e){this.#ue=e}#pe=(Sc(this,T),Sc(this,R,null));get bottomSheetRef(){return this.#pe}set bottomSheetRef(e){this.#pe=e}bottomSheetSwipeController=(Sc(this,D),new wc(this));static styles=yc;constructor(){super(),this.handleTransitionEnd=this.handleTransitionEnd.bind(this)}updated(e){super.updated(e);e.has("open")&&this.handleOpenChanged()}handleOpenChanged(){this.open?(this.isClosed=!1,(({frames:e=3,timeout:t=100,checkStyle:s=(()=>!0)}={})=>new Promise((i=>{let r,a=0,o=!1;const n=()=>{a++,!o&&s()&&(o=!0),a>=e&&o?(clearTimeout(r),i()):requestAnimationFrame(n)};r=setTimeout((()=>i()),t),requestAnimationFrame(n)})))().then((()=>{this.isVisible=!0}))):this.isClosed||this.close()}connectedCallback(){super.connectedCallback(),this.bottomSheetSwipeController.setTouchController(this.touchController)}disconnectedCallback(){super.disconnectedCallback()}close(){this.backdropRef.addEventListener("transitionend",this.handleTransitionEnd),this.isVisible=!1}handleTransitionEnd(){this.backdropRef.removeEventListener("transitionend",this.handleTransitionEnd),setTimeout((()=>{this.isClosed=!0,this.dispatchEvent(new CustomEvent("closed",{bubbles:!0,composed:!0}))}),50)}render(){if(this.isClosed)return hc.nothing;const e={backgroundColor:this.appearanceOptions.backgroundColor,height:this.geometry.getHeight()+"px",width:this.geometry.getWidth()+"px","--slide-border-top-left-radius":`${this.appearanceOptions.borderRadius}px`,"--slide-border-top-right-radius":`${this.appearanceOptions.borderRadius}px`},t={width:this.geometry.getWidth()+"px"},s={backgroundColor:this.appearanceOptions.closeButton.backgroundColor,width:`${this.appearanceOptions.closeButton.width}px`,height:`${this.appearanceOptions.closeButton.height}px`,marginTop:`${this.appearanceOptions.closeButton.marginTop}px`};return hc.html`
91
91
  <div id="bottom-sheet" class="bottom-sheet">
92
92
  <div
93
93
  id="bottom-sheet__backdrop"
94
- style=${(0,tc.styleMap)({"--backdrop-opacity":this.appearanceOptions.backdrop.opacity})}
94
+ style=${(0,vc.styleMap)({"--backdrop-opacity":this.appearanceOptions.backdrop.opacity})}
95
95
  @click=${this.close}
96
- class="bottom-sheet__backdrop ${(0,sc.classMap)({"bottom-sheet__backdrop--open":this.isVisible})}"
96
+ class="bottom-sheet__backdrop ${(0,fc.classMap)({"bottom-sheet__backdrop--open":this.isVisible})}"
97
97
  ></div>
98
- <div class="bottom-sheet__box-wrapper ${(0,sc.classMap)({"bottom-sheet__box-wrapper--desktop-mode":this.desktopMode})}" style=${(0,tc.styleMap)(t)}>
98
+ <div class="bottom-sheet__box-wrapper ${(0,fc.classMap)({"bottom-sheet__box-wrapper--desktop-mode":this.desktopMode})}" style=${(0,vc.styleMap)(t)}>
99
99
  <div
100
- style=${(0,tc.styleMap)(e)}
100
+ style=${(0,vc.styleMap)(e)}
101
101
  id="bottom-sheet__box"
102
- class="bottom-sheet__box ${(0,sc.classMap)({"bottom-sheet__box--open":this.isVisible})}"
102
+ class="bottom-sheet__box ${(0,fc.classMap)({"bottom-sheet__box--open":this.isVisible})}"
103
103
  >
104
104
  <div class="bottom-sheet__header">
105
- ${this.desktopMode?Kd.html`<button class="close-btn" @click=${this.close}>${(0,ic.unsafeHTML)(i.closeButton?.svgSrc.baseState)}</button>`:Kd.html`<div class="close-strip-btn" style=${(0,tc.styleMap)(s)}></div>`}
105
+ <div class="close-strip-btn" style=${(0,vc.styleMap)(s)}></div>
106
106
  </div>
107
107
  <slot></slot>
108
108
  </div>
109
109
  </div>
110
110
  </div>
111
- `}static{oc(t,g)}})})();const nc=Kd.css`
111
+ `}static{Sc(t,p)}})})();const bc=hc.css`
112
112
  .modal {
113
113
  position: fixed;
114
114
  inset: 0;
@@ -241,7 +241,7 @@
241
241
  .slideInOut {
242
242
  animation: slideInOut 300ms forwards;
243
243
  }
244
- `,lc=Kd.css`
244
+ `;var xc=R(6968);const Cc=hc.css`
245
245
  .close-btn {
246
246
  position: absolute;
247
247
  top: 1rem;
@@ -257,52 +257,63 @@
257
257
  }
258
258
  }
259
259
 
260
- .close-btn.close-btn--position_left {
260
+ .close-btn.close-btn--position_start {
261
261
  left: 1rem;
262
262
  }
263
263
 
264
- .close-btn.close-btn--position_right {
264
+ .close-btn.close-btn--position_end {
265
+ right: 1rem;
266
+ }
267
+
268
+ .close-btn.close-btn--position_start.close-btn--dir_rtl {
269
+ left: auto;
265
270
  right: 1rem;
266
271
  }
267
272
 
273
+ .close-btn.close-btn--position_end.close-btn--dir_rtl {
274
+ left: 1rem;
275
+ right: auto;
276
+ }
277
+
268
278
  .close-btn.close-btn--position_none {
269
279
  display: none;
270
280
  }
271
- `;var dc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},cc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,r=[(0,Yd.customElement)("iam-modal-close-btn")],a=[],o=Kd.LitElement,n=[],l=[];(class extends o{static{t=this}static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(o[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Number})],dc(this,null,s,{kind:"accessor",name:"closeBtnPosition",static:!1,private:!1,access:{has:e=>"closeBtnPosition"in e,get:e=>e.closeBtnPosition,set:(e,t)=>{e.closeBtnPosition=t}},metadata:i},n,l),dc(null,e={value:t},r,{kind:"class",name:t.name,metadata:i},null,a),t=e.value,i&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}#ge=cc(this,n,void 0);get closeBtnPosition(){return this.#ge}set closeBtnPosition(e){this.#ge=e}static styles=lc;render(){return Kd.html`
272
- <button class="close-btn ${(0,sc.classMap)({"close-btn--position_left":this.closeBtnPosition===jt.Left,"close-btn--position_right":this.closeBtnPosition===jt.Right,"close-btn--position_none":this.closeBtnPosition===jt.None})}">${(0,ic.unsafeHTML)(i.closeButton?.svgSrc.baseState)}</button>`}constructor(){super(...arguments),cc(this,l)}static{cc(t,a)}})})();var hc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},uc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o,n,l,d=[(0,Yd.customElement)("iam-modal")],c=[],h=Kd.LitElement,u=[],p=[],g=[],m=[],f=[],y=[],v=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[];(class extends h{static{t=this}static{const M="function"==typeof Symbol&&Symbol.metadata?Object.create(h[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Boolean})],i=[(0,Yd.property)({type:Boolean})],r=[(0,Yd.property)({type:Object})],a=[(0,Yd.property)({type:Object})],o=[(0,Yd.state)()],n=[(0,Yd.state)()],l=[(0,Yd.query)("#modal__backdrop")],hc(this,null,s,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:M},u,p),hc(this,null,i,{kind:"accessor",name:"fullscreen",static:!1,private:!1,access:{has:e=>"fullscreen"in e,get:e=>e.fullscreen,set:(e,t)=>{e.fullscreen=t}},metadata:M},g,m),hc(this,null,r,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:M},f,y),hc(this,null,a,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:M},v,w),hc(this,null,o,{kind:"accessor",name:"isVisible",static:!1,private:!1,access:{has:e=>"isVisible"in e,get:e=>e.isVisible,set:(e,t)=>{e.isVisible=t}},metadata:M},_,S),hc(this,null,n,{kind:"accessor",name:"isClosed",static:!1,private:!1,access:{has:e=>"isClosed"in e,get:e=>e.isClosed,set:(e,t)=>{e.isClosed=t}},metadata:M},b,x),hc(this,null,l,{kind:"accessor",name:"backdropRef",static:!1,private:!1,access:{has:e=>"backdropRef"in e,get:e=>e.backdropRef,set:(e,t)=>{e.backdropRef=t}},metadata:M},C,k),hc(null,e={value:t},d,{kind:"class",name:t.name,metadata:M},null,c),t=e.value,M&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:M})}#re=uc(this,u,!1);get open(){return this.#re}set open(e){this.#re=e}#me=(uc(this,p),uc(this,g,!1));get fullscreen(){return this.#me}set fullscreen(e){this.#me=e}#ae=(uc(this,m),uc(this,f,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#oe=(uc(this,y),uc(this,v,void 0));get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}#de=(uc(this,w),uc(this,_,!1));get isVisible(){return this.#de}set isVisible(e){this.#de=e}#ce=(uc(this,S),uc(this,b,!0));get isClosed(){return this.#ce}set isClosed(e){this.#ce=e}#he=(uc(this,x),uc(this,C,null));get backdropRef(){return this.#he}set backdropRef(e){this.#he=e}static styles=nc;constructor(){super(),uc(this,k)}close(){const e=this.appearanceOptions.animationType===Dt.None?0:350;setTimeout((()=>{this.isClosed=!0,this.dispatchEvent(new CustomEvent("closed",{bubbles:!0,composed:!0}))}),e),this.isVisible=!1}updated(e){super.updated(e);e.has("open")&&this.handleOpenChanged()}handleOpenChanged(){this.open?(this.isClosed=!1,this.isVisible=!0):this.isClosed||this.close()}getEnterModalAnimationCSSClass(e){switch(e){case Dt.SlideInUp:return"slideInUp";case Dt.FadeIn:return"fadeInWithZoom";default:return""}}getOutModalAnimationCSSClass(e){switch(e){case Dt.SlideInUp:return"slideInOut";case Dt.FadeIn:return"fadeOutWithZoom";default:return""}}getBackdropAnimationCSSClass(e){return e?"fadeIn":"fadeOut"}render(){const e=this.fullscreen?0:this.appearanceOptions.borderRadius,t={backgroundColor:this.appearanceOptions.backgroundColor,height:this.geometry.getHeight()+"px",width:this.geometry.getWidth()+"px","--slide-border-top-left-radius":`${e}px`,"--slide-border-top-right-radius":`${e}px`,"--slide-border-bottom-left-radius":`${e}px`,"--slide-border-bottom-right-radius":`${e}px`},s=this.appearanceOptions.animationType,i=this.isVisible?this.getEnterModalAnimationCSSClass(s):this.getOutModalAnimationCSSClass(s),r=this.getBackdropAnimationCSSClass(this.isVisible);return Kd.html`
281
+ `;var kc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Mc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,r,a=[(0,uc.customElement)("iam-modal-close-btn")],o=[],n=hc.LitElement,l=[],d=[],c=[],h=[];(class extends n{static{t=this}static{const i="function"==typeof Symbol&&Symbol.metadata?Object.create(n[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Number})],r=[(0,uc.property)({type:String})],kc(this,null,s,{kind:"accessor",name:"closeBtnPosition",static:!1,private:!1,access:{has:e=>"closeBtnPosition"in e,get:e=>e.closeBtnPosition,set:(e,t)=>{e.closeBtnPosition=t}},metadata:i},l,d),kc(this,null,r,{kind:"accessor",name:"dir",static:!1,private:!1,access:{has:e=>"dir"in e,get:e=>e.dir,set:(e,t)=>{e.dir=t}},metadata:i},c,h),kc(null,e={value:t},a,{kind:"class",name:t.name,metadata:i},null,o),t=e.value,i&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})}#ge=Mc(this,l,void 0);get closeBtnPosition(){return this.#ge}set closeBtnPosition(e){this.#ge=e}#me=(Mc(this,d),Mc(this,c,void 0));get dir(){return this.#me}set dir(e){this.#me=e}static styles=Cc;render(){return hc.html`
282
+ <button class="close-btn ${(0,fc.classMap)({"close-btn--position_start":this.closeBtnPosition===Dt.Start,"close-btn--position_end":this.closeBtnPosition===Dt.End,"close-btn--position_none":this.closeBtnPosition===Dt.None,"close-btn--dir_ltr":this.dir===O.LTR,"close-btn--dir_rtl":this.dir===O.RTL})}">${(0,xc.unsafeHTML)(i.closeButton?.svgSrc.baseState)}</button>`}constructor(){super(...arguments),Mc(this,h)}static{Mc(t,o)}})})();var Ic=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Lc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o,n,l,d,c=[(0,uc.customElement)("iam-modal")],h=[],u=hc.LitElement,p=[],g=[],m=[],y=[],v=[],f=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[],M=[],I=[],L=[];(class extends u{static{t=this}static{const A="function"==typeof Symbol&&Symbol.metadata?Object.create(u[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Boolean})],i=[(0,uc.property)({type:Boolean})],r=[(0,uc.property)({type:Object})],a=[(0,uc.property)({type:Object})],o=[(0,uc.property)({type:String})],n=[(0,uc.state)()],l=[(0,uc.state)()],d=[(0,uc.query)("#modal__backdrop")],Ic(this,null,s,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:A},p,g),Ic(this,null,i,{kind:"accessor",name:"fullscreen",static:!1,private:!1,access:{has:e=>"fullscreen"in e,get:e=>e.fullscreen,set:(e,t)=>{e.fullscreen=t}},metadata:A},m,y),Ic(this,null,r,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:A},v,f),Ic(this,null,a,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:A},w,_),Ic(this,null,o,{kind:"accessor",name:"dir",static:!1,private:!1,access:{has:e=>"dir"in e,get:e=>e.dir,set:(e,t)=>{e.dir=t}},metadata:A},S,b),Ic(this,null,n,{kind:"accessor",name:"isVisible",static:!1,private:!1,access:{has:e=>"isVisible"in e,get:e=>e.isVisible,set:(e,t)=>{e.isVisible=t}},metadata:A},x,C),Ic(this,null,l,{kind:"accessor",name:"isClosed",static:!1,private:!1,access:{has:e=>"isClosed"in e,get:e=>e.isClosed,set:(e,t)=>{e.isClosed=t}},metadata:A},k,M),Ic(this,null,d,{kind:"accessor",name:"backdropRef",static:!1,private:!1,access:{has:e=>"backdropRef"in e,get:e=>e.backdropRef,set:(e,t)=>{e.backdropRef=t}},metadata:A},I,L),Ic(null,e={value:t},c,{kind:"class",name:t.name,metadata:A},null,h),t=e.value,A&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:A})}#re=Lc(this,p,!1);get open(){return this.#re}set open(e){this.#re=e}#ye=(Lc(this,g),Lc(this,m,!1));get fullscreen(){return this.#ye}set fullscreen(e){this.#ye=e}#ae=(Lc(this,y),Lc(this,v,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#oe=(Lc(this,f),Lc(this,w,void 0));get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}#me=(Lc(this,_),Lc(this,S,void 0));get dir(){return this.#me}set dir(e){this.#me=e}#de=(Lc(this,b),Lc(this,x,!1));get isVisible(){return this.#de}set isVisible(e){this.#de=e}#ce=(Lc(this,C),Lc(this,k,!0));get isClosed(){return this.#ce}set isClosed(e){this.#ce=e}#he=(Lc(this,M),Lc(this,I,null));get backdropRef(){return this.#he}set backdropRef(e){this.#he=e}static styles=bc;constructor(){super(),Lc(this,L)}close(){const e=this.appearanceOptions.animationType===Rt.None?0:350;setTimeout((()=>{this.isClosed=!0,this.dispatchEvent(new CustomEvent("closed",{bubbles:!0,composed:!0}))}),e),this.isVisible=!1}updated(e){super.updated(e);e.has("open")&&this.handleOpenChanged()}handleOpenChanged(){this.open?(this.isClosed=!1,this.isVisible=!0):this.isClosed||this.close()}getEnterModalAnimationCSSClass(e){switch(e){case Rt.SlideInUp:return"slideInUp";case Rt.FadeIn:return"fadeInWithZoom";default:return""}}getOutModalAnimationCSSClass(e){switch(e){case Rt.SlideInUp:return"slideInOut";case Rt.FadeIn:return"fadeOutWithZoom";default:return""}}getBackdropAnimationCSSClass(e){return e?"fadeIn":"fadeOut"}render(){const e=this.fullscreen?0:this.appearanceOptions.borderRadius,t={backgroundColor:this.appearanceOptions.backgroundColor,height:this.geometry.getHeight()+"px",width:this.geometry.getWidth()+"px","--slide-border-top-left-radius":`${e}px`,"--slide-border-top-right-radius":`${e}px`,"--slide-border-bottom-left-radius":`${e}px`,"--slide-border-bottom-right-radius":`${e}px`},s=this.appearanceOptions.animationType,i=this.isVisible?this.getEnterModalAnimationCSSClass(s):this.getOutModalAnimationCSSClass(s),r=this.getBackdropAnimationCSSClass(this.isVisible);return hc.html`
273
283
  <div class="modal">
274
284
  <div
275
285
  id="modal__backdrop"
276
- style=${(0,tc.styleMap)({"--backdrop-opacity":this.appearanceOptions instanceof Ft?this.appearanceOptions.backdrop.opacity:void 0})}
277
- class="modal__backdrop ${(0,sc.classMap)({[r]:s!==Dt.None})}"
286
+ style=${(0,vc.styleMap)({"--backdrop-opacity":this.appearanceOptions instanceof Pt?this.appearanceOptions.backdrop.opacity:void 0})}
287
+ class="modal__backdrop ${(0,fc.classMap)({[r]:s!==Rt.None})}"
278
288
  ></div>
279
- <div @click=${this.close} class="modal__box ${(0,sc.classMap)({[i]:!0})}"
289
+ <div @click=${this.close} class="modal__box ${(0,fc.classMap)({[i]:!0})}"
280
290
  >
281
- ${this.fullscreen?Kd.html`<div class="modal__header">
282
- <iam-modal-close-btn @click=${this.close} closeBtnPosition=${this.appearanceOptions.closeBtnPosition}></iam-modal-close-btn>
283
- </div>`:Kd.nothing}
284
- <div style=${(0,tc.styleMap)(t)} class="modal__box-content ${(0,sc.classMap)({"modal__box-content--fullscreen":this.fullscreen})}">
285
- ${this.fullscreen?Kd.nothing:Kd.html`<div class="modal__header">
286
- <iam-modal-close-btn @click=${this.close} closeBtnPosition=${this.appearanceOptions.closeBtnPosition}></iam-modal-close-btn>
291
+ ${this.fullscreen?hc.html`<div class="modal__header">
292
+ <iam-modal-close-btn @click=${this.close} .dir=${this.dir} .closeBtnPosition=${this.appearanceOptions.closeBtnPosition}></iam-modal-close-btn>
293
+ </div>`:hc.nothing}
294
+ <div style=${(0,vc.styleMap)(t)} class="modal__box-content ${(0,fc.classMap)({"modal__box-content--fullscreen":this.fullscreen})}">
295
+ ${this.fullscreen?hc.nothing:hc.html`<div class="modal__header">
296
+ <iam-modal-close-btn @click=${this.close} .dir=${this.dir} .closeBtnPosition=${this.appearanceOptions.closeBtnPosition}></iam-modal-close-btn>
287
297
  </div>`}
288
298
  <slot></slot>
289
299
  </div>
290
300
  </div>
291
301
  </div>
292
- `}static{uc(t,c)}})})();var pc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},gc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a=[(0,Yd.customElement)("iam-fullscreen-modal")],o=[],n=Kd.LitElement,l=[],d=[],c=[],h=[],u=[],p=[];(class extends n{static{t=this}static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(n[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Boolean})],i=[(0,Yd.property)({type:Object})],r=[(0,Yd.property)({type:Object})],pc(this,null,s,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:g},l,d),pc(this,null,i,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:g},c,h),pc(this,null,r,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:g},u,p),pc(null,e={value:t},a,{kind:"class",name:t.name,metadata:g},null,o),t=e.value,g&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g}),gc(t,o)}#re=gc(this,l,!1);get open(){return this.#re}set open(e){this.#re=e}#ae=(gc(this,d),gc(this,c,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#oe=(gc(this,h),gc(this,u,void 0));get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}render(){return Kd.html`
302
+ `}static{Lc(t,h)}})})();var Ac=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Oc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a=[(0,uc.customElement)("iam-fullscreen-modal")],o=[],n=hc.LitElement,l=[],d=[],c=[],h=[],u=[],p=[];(class extends n{static{t=this}static{const g="function"==typeof Symbol&&Symbol.metadata?Object.create(n[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Boolean})],i=[(0,uc.property)({type:Object})],r=[(0,uc.property)({type:Object})],Ac(this,null,s,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:g},l,d),Ac(this,null,i,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:g},c,h),Ac(this,null,r,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:g},u,p),Ac(null,e={value:t},a,{kind:"class",name:t.name,metadata:g},null,o),t=e.value,g&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:g}),Oc(t,o)}#re=Oc(this,l,!1);get open(){return this.#re}set open(e){this.#re=e}#ae=(Oc(this,d),Oc(this,c,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#oe=(Oc(this,h),Oc(this,u,void 0));get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}render(){return hc.html`
293
303
  <iam-modal ?open=${this.open} .fullscreen=${!0} .geometry=${this.geometry} .appearanceOptions=${this.appearanceOptions}>
294
304
  <slot></slot>
295
305
  </iam-modal>
296
- `}constructor(){super(...arguments),gc(this,p)}})})();var mc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},fc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o,n,l=[(0,Yd.customElement)("message-view-factory")],d=[],c=Kd.LitElement,h=[],u=[],p=[],g=[],m=[],f=[],y=[],v=[],w=[],_=[],S=[],b=[];(class extends c{static{t=this}static{const x="function"==typeof Symbol&&Symbol.metadata?Object.create(c[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Object})],i=[(0,Yd.property)({type:Number})],r=[(0,Yd.property)({type:Boolean})],a=[(0,Yd.property)({type:Object})],o=[(0,Yd.property)({type:Object})],n=[(0,Yd.property)({type:Boolean})],mc(this,null,s,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:x},h,u),mc(this,null,i,{kind:"accessor",name:"type",static:!1,private:!1,access:{has:e=>"type"in e,get:e=>e.type,set:(e,t)=>{e.type=t}},metadata:x},p,g),mc(this,null,r,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:x},m,f),mc(this,null,a,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:x},y,v),mc(this,null,o,{kind:"accessor",name:"touchController",static:!1,private:!1,access:{has:e=>"touchController"in e,get:e=>e.touchController,set:(e,t)=>{e.touchController=t}},metadata:x},w,_),mc(this,null,n,{kind:"accessor",name:"desktopMode",static:!1,private:!1,access:{has:e=>"desktopMode"in e,get:e=>e.desktopMode,set:(e,t)=>{e.desktopMode=t}},metadata:x},S,b),mc(null,e={value:t},l,{kind:"class",name:t.name,metadata:x},null,d),t=e.value,x&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:x})}#oe=fc(this,h,void 0);get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}#fe=(fc(this,u),fc(this,p,void 0));get type(){return this.#fe}set type(e){this.#fe=e}#re=(fc(this,g),fc(this,m,!1));get open(){return this.#re}set open(e){this.#re=e}#ae=(fc(this,f),fc(this,y,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#ne=(fc(this,v),fc(this,w,void 0));get touchController(){return this.#ne}set touchController(e){this.#ne=e}#le=(fc(this,_),fc(this,S,void 0));get desktopMode(){return this.#le}set desktopMode(e){this.#le=e}render(){const e=Xd[this.type];return e?Jd.html`
306
+ `}constructor(){super(...arguments),Oc(this,p)}})})();var Ec=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Tc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o,n,l,d=[(0,uc.customElement)("message-view-factory")],c=[],h=hc.LitElement,u=[],p=[],g=[],m=[],y=[],v=[],f=[],w=[],_=[],S=[],b=[],x=[],C=[],k=[];(class extends h{static{t=this}static{const M="function"==typeof Symbol&&Symbol.metadata?Object.create(h[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Object})],i=[(0,uc.property)({type:Number})],r=[(0,uc.property)({type:Boolean})],a=[(0,uc.property)({type:Object})],o=[(0,uc.property)({type:Object})],n=[(0,uc.property)({type:Boolean})],l=[(0,uc.property)({type:String})],Ec(this,null,s,{kind:"accessor",name:"appearanceOptions",static:!1,private:!1,access:{has:e=>"appearanceOptions"in e,get:e=>e.appearanceOptions,set:(e,t)=>{e.appearanceOptions=t}},metadata:M},u,p),Ec(this,null,i,{kind:"accessor",name:"type",static:!1,private:!1,access:{has:e=>"type"in e,get:e=>e.type,set:(e,t)=>{e.type=t}},metadata:M},g,m),Ec(this,null,r,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:M},y,v),Ec(this,null,a,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:M},f,w),Ec(this,null,o,{kind:"accessor",name:"touchController",static:!1,private:!1,access:{has:e=>"touchController"in e,get:e=>e.touchController,set:(e,t)=>{e.touchController=t}},metadata:M},_,S),Ec(this,null,n,{kind:"accessor",name:"desktopMode",static:!1,private:!1,access:{has:e=>"desktopMode"in e,get:e=>e.desktopMode,set:(e,t)=>{e.desktopMode=t}},metadata:M},b,x),Ec(this,null,l,{kind:"accessor",name:"dir",static:!1,private:!1,access:{has:e=>"dir"in e,get:e=>e.dir,set:(e,t)=>{e.dir=t}},metadata:M},C,k),Ec(null,e={value:t},d,{kind:"class",name:t.name,metadata:M},null,c),t=e.value,M&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:M})}#oe=Tc(this,u,void 0);get appearanceOptions(){return this.#oe}set appearanceOptions(e){this.#oe=e}#ve=(Tc(this,p),Tc(this,g,void 0));get type(){return this.#ve}set type(e){this.#ve=e}#re=(Tc(this,m),Tc(this,y,!1));get open(){return this.#re}set open(e){this.#re=e}#ae=(Tc(this,v),Tc(this,f,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#ne=(Tc(this,w),Tc(this,_,void 0));get touchController(){return this.#ne}set touchController(e){this.#ne=e}#le=(Tc(this,S),Tc(this,b,void 0));get desktopMode(){return this.#le}set desktopMode(e){this.#le=e}#me=(Tc(this,x),Tc(this,C,void 0));get dir(){return this.#me}set dir(e){this.#me=e}render(){const e=mc[this.type];return e?gc.html`
297
307
  <${e}
298
308
  .open=${this.open}
299
309
  .geometry=${this.geometry}
300
310
  .appearanceOptions=${this.appearanceOptions}
301
311
  .touchController=${this.touchController}
302
- .desktopMode=${this.desktopMode}>
312
+ .desktopMode=${this.desktopMode}
313
+ .dir=${this.dir}>
303
314
  <slot></slot>
304
315
  </${e}>
305
- `:null}static styles=Kd.css``;constructor(){super(...arguments),fc(this,b)}static{fc(t,d)}})})();const yc=Kd.css`
316
+ `:null}static styles=hc.css``;constructor(){super(...arguments),Tc(this,k)}static{Tc(t,c)}})})();const Rc=hc.css`
306
317
  .narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-link {
307
318
  pointer-events: all;
308
319
  cursor: pointer;
@@ -467,7 +478,7 @@
467
478
  .narrative-slide.narrative-slide .narrative-slide-elements .narrative-element-barcode * {
468
479
  pointer-events: none;
469
480
  }
470
- `,vc=Kd.css`
481
+ `,Dc=hc.css`
471
482
  * {
472
483
  user-select: none;
473
484
  -moz-user-select: none;
@@ -523,20 +534,20 @@
523
534
  left: 0;
524
535
  }
525
536
 
526
- `;var wc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},_c=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o=[(0,Yd.customElement)("message-slide")],n=[],l=Kd.LitElement,d=[],c=[],h=[],u=[],p=[],g=[],m=[],f=[];(class extends l{static{t=this}static{const y="function"==typeof Symbol&&Symbol.metadata?Object.create(l[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Object})],i=[(0,Yd.property)({type:String})],r=[(0,Yd.property)({type:Object})],a=[(0,Yd.query)("#narrative-slide-box")],wc(this,null,s,{kind:"accessor",name:"slide",static:!1,private:!1,access:{has:e=>"slide"in e,get:e=>e.slide,set:(e,t)=>{e.slide=t}},metadata:y},d,c),wc(this,null,i,{kind:"accessor",name:"styleContext",static:!1,private:!1,access:{has:e=>"styleContext"in e,get:e=>e.styleContext,set:(e,t)=>{e.styleContext=t}},metadata:y},h,u),wc(this,null,r,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:y},p,g),wc(this,null,a,{kind:"accessor",name:"slideContent",static:!1,private:!1,access:{has:e=>"slideContent"in e,get:e=>e.slideContent,set:(e,t)=>{e.slideContent=t}},metadata:y},m,f),wc(null,e={value:t},o,{kind:"class",name:t.name,metadata:y},null,n),t=e.value,y&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:y})}#ye=_c(this,d,void 0);get slide(){return this.#ye}set slide(e){this.#ye=e}#ve=(_c(this,c),_c(this,h,void 0));get styleContext(){return this.#ve}set styleContext(e){this.#ve=e}#ae=(_c(this,u),_c(this,p,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#we=(_c(this,g),_c(this,m,null));get slideContent(){return this.#we}set slideContent(e){this.#we=e}fontFamilies=(_c(this,f),"");constructor(){super()}get slideStyle(){return{margin:this.geometry.getOffset(),width:this.geometry.getWidth(),height:this.geometry.getHeight(),"--y-offset":this.geometry.getOffsetY(),"--x-offset":this.geometry.getOffsetX()}}aconnectedCallback(){super.connectedCallback()}firstUpdated(e){super.firstUpdated(e),this.initAndStartSlide()}disconnectedCallback(){super.disconnectedCallback(),this.slide.stop()}handleSlideClick(e){e.preventDefault(),e.stopPropagation();const t=e.target;this.slide.onClick(t)}async initAndStartSlide(){const e=this.slideContent;if(!e)throw new Error("[IAM]: no slide content");await this.slide.init(e),await this.slide.start()}static styles=[yc,vc];render(){const e=this.geometry instanceof Aa,t=1/this.geometry.contentRatio*100;return Kd.html`
527
- <style nonce=${K()}>
537
+ `;var Pc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Bc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o=[(0,uc.customElement)("message-slide")],n=[],l=hc.LitElement,d=[],c=[],h=[],u=[],p=[],g=[],m=[],y=[];(class extends l{static{t=this}static{const v="function"==typeof Symbol&&Symbol.metadata?Object.create(l[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Object})],i=[(0,uc.property)({type:String})],r=[(0,uc.property)({type:Object})],a=[(0,uc.query)("#narrative-slide-box")],Pc(this,null,s,{kind:"accessor",name:"slide",static:!1,private:!1,access:{has:e=>"slide"in e,get:e=>e.slide,set:(e,t)=>{e.slide=t}},metadata:v},d,c),Pc(this,null,i,{kind:"accessor",name:"styleContext",static:!1,private:!1,access:{has:e=>"styleContext"in e,get:e=>e.styleContext,set:(e,t)=>{e.styleContext=t}},metadata:v},h,u),Pc(this,null,r,{kind:"accessor",name:"geometry",static:!1,private:!1,access:{has:e=>"geometry"in e,get:e=>e.geometry,set:(e,t)=>{e.geometry=t}},metadata:v},p,g),Pc(this,null,a,{kind:"accessor",name:"slideContent",static:!1,private:!1,access:{has:e=>"slideContent"in e,get:e=>e.slideContent,set:(e,t)=>{e.slideContent=t}},metadata:v},m,y),Pc(null,e={value:t},o,{kind:"class",name:t.name,metadata:v},null,n),t=e.value,v&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:v})}#fe=Bc(this,d,void 0);get slide(){return this.#fe}set slide(e){this.#fe=e}#we=(Bc(this,c),Bc(this,h,void 0));get styleContext(){return this.#we}set styleContext(e){this.#we=e}#ae=(Bc(this,u),Bc(this,p,void 0));get geometry(){return this.#ae}set geometry(e){this.#ae=e}#_e=(Bc(this,g),Bc(this,m,null));get slideContent(){return this.#_e}set slideContent(e){this.#_e=e}fontFamilies=(Bc(this,y),"");constructor(){super()}get slideStyle(){return{margin:this.geometry.getOffset(),width:this.geometry.getWidth(),height:this.geometry.getHeight(),"--y-offset":this.geometry.getOffsetY(),"--x-offset":this.geometry.getOffsetX()}}aconnectedCallback(){super.connectedCallback()}firstUpdated(e){super.firstUpdated(e),this.initAndStartSlide()}disconnectedCallback(){super.disconnectedCallback(),this.slide.stop()}handleSlideClick(e){e.preventDefault(),e.stopPropagation();const t=e.target;this.slide.onClick(t)}async initAndStartSlide(){const e=this.slideContent;if(!e)throw new Error("[IAM]: no slide content");await this.slide.init(e),await this.slide.start()}static styles=[Rc,Dc];render(){const e=this.geometry instanceof Ha,t=1/this.geometry.contentRatio*100;return hc.html`
538
+ <style nonce=${Y()}>
528
539
  ${this.styleContext??""}
529
540
  </style>
530
541
  <div class="stories-viewer narrative-slide-wrapper" @click=${this.handleSlideClick}>
531
542
  <div
532
- class=${(0,sc.classMap)({"narrative-slide-offset":!0,"narrative-slide-offset-fullscreen":e})}
533
- style=${(0,tc.styleMap)(this.slideStyle)}>
534
- <div id="narrative-slide-box" class="narrative-slide-box" style=${(0,tc.styleMap)({fontSize:this.geometry.getFontSize(),padding:`${t}% 0 0 0`})}>
535
- ${(0,ic.unsafeHTML)(this.slide.html)}
543
+ class=${(0,fc.classMap)({"narrative-slide-offset":!0,"narrative-slide-offset-fullscreen":e})}
544
+ style=${(0,vc.styleMap)(this.slideStyle)}>
545
+ <div id="narrative-slide-box" class="narrative-slide-box" style=${(0,vc.styleMap)({fontSize:this.geometry.getFontSize(),padding:`${t}% 0 0 0`})}>
546
+ ${(0,xc.unsafeHTML)(this.slide.html)}
536
547
  </div>
537
548
  </div>
538
549
  </div>
539
- `}static{_c(t,n)}})})();const Sc=Kd.css`
550
+ `}static{Bc(t,n)}})})();const jc=hc.css`
540
551
  @keyframes spin {
541
552
  from {
542
553
  -webkit-transform: rotate(0deg);
@@ -558,25 +569,26 @@
558
569
  border-radius: 50%;
559
570
  animation: spin 0.6s infinite linear;
560
571
  }
561
- `;var bc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},xc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s=[(0,Yd.customElement)("iam-spinner")],i=[],r=Kd.LitElement;(class extends r{static{t=this}static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(r[Symbol.metadata]??null):void 0;bc(null,e={value:t},s,{kind:"class",name:t.name,metadata:a},null,i),t=e.value,a&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}static styles=Sc;render(){const e="white";return Kd.html`
572
+ `;var Fc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},Nc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s=[(0,uc.customElement)("iam-spinner")],i=[],r=hc.LitElement;(class extends r{static{t=this}static{const a="function"==typeof Symbol&&Symbol.metadata?Object.create(r[Symbol.metadata]??null):void 0;Fc(null,e={value:t},s,{kind:"class",name:t.name,metadata:a},null,i),t=e.value,a&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:a})}static styles=jc;render(){const e="white";return hc.html`
562
573
  <div
563
574
  class="spinner"
564
- style=${(0,tc.styleMap)({border:`solid 2px ${e}`,borderColor:`transparent ${e} ${e} ${e}`})}></div>
565
- `}static{xc(t,i)}})})();var Cc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var f=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(n=o(f.get))&&(h.get=n),(n=o(f.set))&&(h.set=n),(n=o(f.init))&&r.unshift(n)}else(n=o(f))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},kc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o=[(0,Yd.customElement)("iam-reader"),we],n=[],l=Kd.LitElement,d=[],c=[],h=[],u=[],p=[],g=[],m=[],f=[];(class extends l{static{t=this}static{const y="function"==typeof Symbol&&Symbol.metadata?Object.create(l[Symbol.metadata]??null):void 0;s=[(0,Yd.property)({type:Object})],i=[(0,Yd.property)({type:Boolean})],r=[(0,Yd.property)({type:Object})],a=[(0,Yd.state)()],Cc(this,null,s,{kind:"accessor",name:"options",static:!1,private:!1,access:{has:e=>"options"in e,get:e=>e.options,set:(e,t)=>{e.options=t}},metadata:y},d,c),Cc(this,null,i,{kind:"accessor",name:"desktopMode",static:!1,private:!1,access:{has:e=>"desktopMode"in e,get:e=>e.desktopMode,set:(e,t)=>{e.desktopMode=t}},metadata:y},h,u),Cc(this,null,r,{kind:"accessor",name:"viewModel",static:!1,private:!1,access:{has:e=>"viewModel"in e,get:e=>e.viewModel,set:(e,t)=>{e.viewModel=t}},metadata:y},p,g),Cc(this,null,a,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:y},m,f),Cc(null,e={value:t},o,{kind:"class",name:t.name,metadata:y},null,n),t=e.value,y&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:y})}#_e=kc(this,d,{});get options(){return this.#_e}set options(e){this.#_e=e}#le=(kc(this,c),kc(this,h,!1));get desktopMode(){return this.#le}set desktopMode(e){this.#le=e}#Se=(kc(this,u),kc(this,p,null));get viewModel(){return this.#Se}set viewModel(e){this.#Se=e}#re=(kc(this,g),kc(this,m,!0));get open(){return this.#re}set open(e){this.#re=e}viewportController=(kc(this,f),new Zd(this));static styles=Kd.css`
575
+ style=${(0,vc.styleMap)({border:`solid 2px ${e}`,borderColor:`transparent ${e} ${e} ${e}`})}></div>
576
+ `}static{Nc(t,i)}})})();var Uc=function(e,t,s,i,r,a){function o(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var n,l=i.kind,d="getter"===l?"get":"setter"===l?"set":"value",c=!t&&e?i.static?e:e.prototype:null,h=t||(c?Object.getOwnPropertyDescriptor(c,i.name):{}),u=!1,p=s.length-1;p>=0;p--){var g={};for(var m in i)g[m]="access"===m?{}:i[m];for(var m in i.access)g.access[m]=i.access[m];g.addInitializer=function(e){if(u)throw new TypeError("Cannot add initializers after decoration has completed");a.push(o(e||null))};var y=(0,s[p])("accessor"===l?{get:h.get,set:h.set}:h[d],g);if("accessor"===l){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(n=o(y.get))&&(h.get=n),(n=o(y.set))&&(h.set=n),(n=o(y.init))&&r.unshift(n)}else(n=o(y))&&("field"===l?r.unshift(n):h[d]=n)}c&&Object.defineProperty(c,i.name,h),u=!0},zc=function(e,t,s){for(var i=arguments.length>2,r=0;r<t.length;r++)s=i?t[r].call(e,s):t[r].call(e);return i?s:void 0};(()=>{let e,t,s,i,r,a,o,n=[(0,uc.customElement)("iam-reader"),_e],l=[],d=hc.LitElement,c=[],h=[],u=[],p=[],g=[],m=[],y=[],v=[],f=[],w=[];(class extends d{static{t=this}static{const _="function"==typeof Symbol&&Symbol.metadata?Object.create(d[Symbol.metadata]??null):void 0;s=[(0,uc.property)({type:Object})],i=[(0,uc.property)({type:Boolean})],r=[(0,uc.property)({type:String})],a=[(0,uc.property)({type:Object})],o=[(0,uc.state)()],Uc(this,null,s,{kind:"accessor",name:"options",static:!1,private:!1,access:{has:e=>"options"in e,get:e=>e.options,set:(e,t)=>{e.options=t}},metadata:_},c,h),Uc(this,null,i,{kind:"accessor",name:"desktopMode",static:!1,private:!1,access:{has:e=>"desktopMode"in e,get:e=>e.desktopMode,set:(e,t)=>{e.desktopMode=t}},metadata:_},u,p),Uc(this,null,r,{kind:"accessor",name:"dir",static:!1,private:!1,access:{has:e=>"dir"in e,get:e=>e.dir,set:(e,t)=>{e.dir=t}},metadata:_},g,m),Uc(this,null,a,{kind:"accessor",name:"viewModel",static:!1,private:!1,access:{has:e=>"viewModel"in e,get:e=>e.viewModel,set:(e,t)=>{e.viewModel=t}},metadata:_},y,v),Uc(this,null,o,{kind:"accessor",name:"open",static:!1,private:!1,access:{has:e=>"open"in e,get:e=>e.open,set:(e,t)=>{e.open=t}},metadata:_},f,w),Uc(null,e={value:t},n,{kind:"class",name:t.name,metadata:_},null,l),t=e.value,_&&Object.defineProperty(t,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:_})}#Se=zc(this,c,{});get options(){return this.#Se}set options(e){this.#Se=e}#le=(zc(this,h),zc(this,u,!1));get desktopMode(){return this.#le}set desktopMode(e){this.#le=e}#me=(zc(this,p),zc(this,g,O.LTR));get dir(){return this.#me}set dir(e){this.#me=e}#be=(zc(this,m),zc(this,y,null));get viewModel(){return this.#be}set viewModel(e){this.#be=e}#re=(zc(this,v),zc(this,f,!0));get open(){return this.#re}set open(e){this.#re=e}viewportController=(zc(this,w),new pc(this));static styles=hc.css`
566
577
  .iam-container {
567
578
  position: fixed;
568
579
  inset: 0;
569
580
  z-index: 1000;
570
581
  }
571
- `;constructor(){super(),this.handleKeydown=this.handleKeydown.bind(this)}connectedCallback(){super.connectedCallback(),window.addEventListener("keydown",this.handleKeydown)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("keydown",this.handleKeydown)}firstUpdated(){setTimeout((()=>{this.viewportController.calculateViewport()}),100)}handleKeydown(e){"Escape"===e.key&&(this.open=!1)}handleClosed(){this.open=!1,this.viewModel.close()}updated(e){super.updated(e);const t=document.documentElement.style.overflow;this.viewModel?.activeMessage?(this.open=!0,document.documentElement.style.overflow="hidden"):(this.open=!1,document.documentElement.style.overflow=t)}getMessageTypeByEnviroment(e){return this.desktopMode&&e===hs.Fullscreen?(console.warn("[IAM]: desktop only supports modal window"),hs.Modal):e}createSlideGeometry(e){return(new Ra).create(e)}createMessageGeometry(e,t){return(new La).create(e,{appearanceOptions:t,vw:this.viewportController.vw,vh:this.viewportController.vh,desktopMode:this.desktopMode})}render(){const e=this.viewModel?.activeMessage,t=this.viewModel?.touchController;if(!e)return null;const s=e.type,i=this.createMessageGeometry(s,e.appearanceOptions),r=this.createSlideGeometry(i);return Kd.html`
582
+ `;constructor(){super(),this.handleKeydown=this.handleKeydown.bind(this)}connectedCallback(){super.connectedCallback(),window.addEventListener("keydown",this.handleKeydown)}disconnectedCallback(){super.disconnectedCallback(),window.removeEventListener("keydown",this.handleKeydown)}firstUpdated(){setTimeout((()=>{this.viewportController.calculateViewport()}),100)}handleKeydown(e){"Escape"===e.key&&(this.open=!1)}handleClosed(){this.open=!1,this.viewModel.close()}updated(e){super.updated(e);const t=document.documentElement.style.overflow;this.viewModel?.activeMessage?(this.open=!0,document.documentElement.style.overflow="hidden"):(this.open=!1,document.documentElement.style.overflow=t)}getMessageTypeByEnviroment(e){return this.desktopMode&&e===ls.Fullscreen?(console.warn("[IAM]: desktop only supports modal window"),ls.Modal):e}createSlideGeometry(e){return(new Ka).create(e)}createMessageGeometry(e,t){return(new Wa).create(e,{appearanceOptions:t,vw:this.viewportController.vw,vh:this.viewportController.vh,desktopMode:this.desktopMode})}render(){const e=this.viewModel?.activeMessage,t=this.viewModel?.touchController;if(!e)return null;const s=e.type,i=this.createMessageGeometry(s,e.appearanceOptions),r=this.createSlideGeometry(i);return hc.html`
572
583
  <message-view-factory
573
584
  type=${s}
574
585
  @closed=${this.handleClosed}
575
586
  .appearanceOptions=${e.appearanceOptions}
576
587
  .geometry=${i}
577
588
  .open=${this.open}
589
+ .dir=${this.dir}
578
590
  .desktopMode=${this.desktopMode}
579
591
  .touchController=${t}>
580
592
  <message-slide .slide=${e.slides[0]} .styleContext=${e.context.style} .geometry=${r}></message-slide>
581
593
  </message-view-factory>
582
- `}static{kc(t,n)}})})();const Mc=e=>{const{storyManager:t,desktopMode:s}=Ac(),i=(0,fn.useRef)(null);return(0,fn.useEffect)((()=>{const e=i.current;e.desktopMode=s,e.viewModel=t.inAppMessaging}),[t,s]),(0,gn.jsx)("iam-reader",{ref:i})},Lc=yn().createContext({dir:"ltr",storyManager:on,desktopMode:!1,commonOptions:i,storyReaderOptions:x,gameReaderOptions:r,goodsWidgetOptions:o,inAppMessagingOptions:k});let Oc=!1;const Ic=(0,cl.observer)((e=>{Bc(e.config),Dc(e);const{commonOptions:t,gameReaderOptions:s,storyReaderOptions:i,goodsWidgetOptions:r,inAppMessagingOptions:a}=jc(e),o=Rc(),n=(({storyManager:e})=>{const[t,s]=(0,fn.useState)(null);return(0,fn.useEffect)((()=>{const t=e.createStoryReader();return s(t),()=>{t.destroy()}}),[e]),t})({storyManager:on}),l=Qd({storyManager:on,desktopMode:o});(0,fn.useEffect)((()=>{if(Oc)throw new Error("There can only be one instance of <IASContainer /> per application");return Oc=!0,()=>{Oc=!1,on.clearConfig()}}),[]);const d=(0,fn.useMemo)((()=>getComputedStyle(document.documentElement).direction),[]),c=(0,fn.useMemo)((()=>({storyManager:on,desktopMode:o,dir:d,commonOptions:t,gameReaderOptions:s,storyReaderOptions:i,goodsWidgetOptions:r,inAppMessagingOptions:a})),[on,o,d,t,s,i,r]);return(0,gn.jsxs)(Lc.Provider,{value:c,children:[l?.isOpened&&(0,gn.jsx)(ul,{gameReader:l}),n?.isOpened&&(0,gn.jsx)($d,{storyReader:n,desktopMode:o}),(0,gn.jsx)(Mc,{}),e.children]})})),Ac=()=>(0,fn.useContext)(Lc);var Ec=_(3643);const Tc=_.n(Ec)().getParser(window.navigator.userAgent).parse(),Rc=()=>{const[e,t]=(0,fn.useState)(!1);(0,fn.useLayoutEffect)((()=>(s(),window.addEventListener("resize",s),()=>{window.removeEventListener("resize",s)})),[]);const s=()=>{"mobile"===Tc.parsedResult.platform.type?t(!1):t(!0)};return e},Pc=e=>{const t=t=>{27===t.keyCode&&e()};(0,fn.useEffect)((()=>(window.addEventListener("keydown",t),()=>{window.removeEventListener("keydown",t)})),[])},Bc=e=>{(0,fn.useEffect)((()=>{on.setConfig(e)}),[JSON.stringify(e)])},Dc=({onClickOnStory:e,onShowStory:t,onCloseStory:s,onShowSlide:i,onClickOnButton:r,onLikeStory:a,onDislikeStory:o,onFavoriteStory:n,onShareStory:l,onShareStoryWithPath:d,onFeedImpression:c,onVisibleAreaUpdated:h,onWidgetEvent:u})=>{(0,fn.useEffect)((()=>(e&&on.on("clickOnStory",e),t&&on.on("showStory",t),s&&on.on("closeStory",s),i&&on.on("showSlide",i),r&&on.on("clickOnButton",r),a&&on.on("likeStory",a),o&&on.on("dislikeStory",o),n&&on.on("favoriteStory",n),l&&on.on("shareStory",l),d&&on.on("shareStoryWithPath",d),c&&on.on("feedImpression",c),h&&on.on("visibleAreaUpdated",h),u&&on.on("widgetEvent",u),()=>{e&&on.off("clickOnStory",e),t&&on.off("showStory",t),s&&on.off("closeStory",s),i&&on.off("showSlide",i),r&&on.off("clickOnButton",r),a&&on.off("likeStory",a),o&&on.off("dislikeStory",o),n&&on.off("favoriteStory",n),l&&on.off("shareStory",l),d&&on.off("shareStoryWithPath",d),c&&on.off("feedImpression",c),h&&on.off("visibleAreaUpdated",h),u&&on.off("widgetEvent",u)})),[e,t,s,i,r,a,o,n,l,d,c,h,u])},jc=({commonOptions:e,gameReaderOptions:t,storyReaderOptions:s,goodsWidgetOptions:i})=>{const r=(0,fn.useRef)(new ln).current,a=(0,fn.useMemo)((()=>(e&&r.setCommonOptions(e),r.commonOptions)),[JSON.stringify(e)]),o=(0,fn.useMemo)((()=>(t&&r.setGameReaderOptions(t),r.gameReaderOptions)),[JSON.stringify(t)]),n=(0,fn.useMemo)((()=>(i&&r.setGoodsWidgetOptions(i),r.goodsWidgetOptions)),[JSON.stringify(i),i?.itemClickHandler,i?.openGoodsWidgetHandler]);return{commonOptions:a,gameReaderOptions:o,storyReaderOptions:(0,fn.useMemo)((()=>(s&&r.setStoryReaderOptions(s),r.storyReaderOptions)),[JSON.stringify(s)]),goodsWidgetOptions:n,inAppMessagingOptions:k}},Fc=({listType:e,feedSlug:t,testKey:s,storyManager:i,options:r,filter:a,useUgcCard:o=!1,hasFavorite:n,isFavorite:l,...d})=>{const[c,h]=(0,fn.useState)(),{desktopMode:u}=Ac(),{storyListOptions:p}=(e=>{const t=(0,fn.useRef)(new ln).current;return{storyListOptions:(0,fn.useMemo)((()=>(e&&t.setStoriesListOptions(e),t.storiesListOptions)),[JSON.stringify(e)])}})(r),g=()=>{d.onLoadStart?.()},m=e=>{d.onLoadEnd?.(e)};return(0,fn.useEffect)((()=>{const e=i.createStoryList();return e.on("startLoading",g),e.on("endLoading",m),h(e),()=>{e.destroy()}}),[i]),(0,fn.useEffect)((()=>{c&&(c.setParams({listType:e,testKey:s,feedSlug:t,filter:a,useUgcCard:o,isFavorite:l,hasFavorite:n}),l||c.loadStories({needFavorite:!0}))}),[c,s,t,a]),(0,fn.useEffect)((()=>{c&&(c.modeDesktop=u)}),[u,c]),{storyListViewModel:c,storyListOptions:p}};function Nc(e){return!/^(-?\d|--)/.test(e)}function Uc(e){const t=[];let s="",i="",r=7;for(let a,o=0;a=e.charAt(o);o++)if(/[a-zA-Z\d\xa0-\uffff_-]/.test(a)&&7===r)s+=a;else if("\\"===a&&7===r)r=6;else if(" "===a&&7===r){if(""!==s){if(!Nc(s))return null;t.push(s),s=""}}else if(6===r)/[0-9a-f]/i.test(a)?(i+=a,r=8):(s+=a,r=7);else{if(8!==r)return null;/[0-9a-f]/i.test(a)&&i.length<6?i+=a:(s+=String.fromCodePoint(parseInt(i,16)),s+=a,i="",r=7)}if(""!==s){if(!Nc(s))return null;t.push(s)}return t.join(" ")}function zc(e,t){let s=t,i="";const r={"font-family":[]};for(let t,a=0;t=e.charAt(a);a+=1)if(4!==s||'"'!==t&&"'"!==t)if(3===s&&","===t)s=4,i="";else if(4===s&&","===t){const e=Uc(i);e&&r["font-family"].push(e),i=""}else if(5===s&&" "===t)/^(?:\+|-)?(?:[0-9]*\.)?[0-9]+(?:deg|grad|rad|turn)$/.test(i)?(r["font-style"]+=" "+i,i=""):a-=1,s=1;else if(1!==s||" "!==t&&"/"!==t)2===s&&" "===t?(/^(?:\+|-)?([0-9]*\.)?[0-9]+(?:em|ex|ch|rem|vh|vw|vmin|vmax|px|mm|cm|in|pt|pc|%)?$/.test(i)&&(r["line-height"]=i),s=4,i=""):i+=t;else{if(/^(?:(?:xx|x)-large|(?:xx|s)-small|small|large|medium)$/.test(i)||/^(?:larg|small)er$/.test(i)||/^(?:\+|-)?(?:[0-9]*\.)?[0-9]+(?:em|ex|ch|rem|vh|vw|vmin|vmax|px|mm|cm|in|pt|pc|%)$/.test(i))s="/"===t?2:4,r["font-size"]=i;else if(/^italic$/.test(i))r["font-style"]=i;else if(/^oblique$/.test(i))r["font-style"]=i,s=5;else if(/^small-caps$/.test(i))r["font-variant"]=i;else if(/^(?:bold(?:er)?|lighter|normal)$/.test(i))r["font-weight"]=i;else if(/^[+-]?(?:[0-9]*\.)?[0-9]+(?:e[+-]?(?:0|[1-9][0-9]*))?$/.test(i)){const e=parseFloat(i);e>=1&&e<=1e3&&(r["font-weight"]=i)}else/^(?:(?:ultra|extra|semi)-)?(?:condensed|expanded)$/.test(i)&&(r["font-stretch"]=i);i=""}else{let o=a+1;do{if(o=e.indexOf(t,o)+1,!o)return null}while("\\"===e.charAt(o-2));r["font-family"].push(e.slice(a+1,o-1).replace(/\\('|")/g,"$1")),a=o-1,s=3,i=""}if(3===s&&!/^\s*$/.test(i))return null;if(4===s){const e=Uc(i);e&&r["font-family"].push(e)}return r}var Vc=_(9780),Wc=_.n(Vc);class Gc{fontStyle;fontVariant;fontWeight;fontSize;lineHeight;fontFamily;toString(){return`${this.fontStyle} ${this.fontVariant} ${this.fontWeight} ${this.fontSize}px/${this.lineHeight} ${this.fontFamily.join(", ")}`}clone(){const e=new Gc;return e.fontStyle=this.fontStyle,e.fontVariant=this.fontVariant,e.fontWeight=this.fontWeight,e.fontSize=this.fontSize,e.lineHeight=this.lineHeight,e.fontFamily=this.fontFamily.slice(),e}}class $c{obj;cardTitleOptions;cardTitleFont;constructor(e,t){this.obj=e,this.cardTitleOptions=t,this.cardTitleFont=this.getCardTitleParsedFont(t.font)}getCardTitleFont(){return this.cardTitleFont.clone()}getScaledFontSizeInWebView(){const e=this.measureScaledFontSizeInWebView(this.cardTitleFont.fontSize)/this.cardTitleFont.fontSize;return this.cardTitleFont.fontSize/e}getStoryTitleBlockHeight(){if(!this.isOutsideTitle())return 0;const e=this.cardTitleOptions.padding,t={top:0,bottom:0};try{if("number"==typeof e)t.top=e,t.bottom=e;else{const s=Wc()(e);t.top=parseFloat(s.top),t.bottom=parseFloat(s.bottom)}}catch(e){console.error(e)}const s=this.cardTitleOptions.lineClamp,i=Math.round(this.cardTitleFont.fontSize*this.cardTitleFont.lineHeight*100)/100;return t.top+t.bottom+s*i}measureScaledFontSizeInWebView(e){const t=document.createElement("span");t.style.fontSize=e+"px",t.style.display="none",this.obj.append(t);const s=getComputedStyle(t).fontSize;return this.obj.removeChild(t),parseFloat(s)||e}isOutsideTitle(){return this.cardTitleOptions.display&&(this.cardTitleOptions.position===h.CARD_OUTSIDE_TOP||this.cardTitleOptions.position===h.CARD_OUTSIDE_BOTTOM)}getCardTitleParsedFont(e){const t=new Gc;t.fontStyle="normal",t.fontVariant="normal",t.fontWeight="normal",t.fontSize=14,t.lineHeight=1.2,t.fontFamily=["system-ui",'"Segoe UI"',"Roboto","Helvetica","Arial","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"'];try{const s=function(e){const t=zc(e,1);return null!==t&&t["font-size"]&&t["font-family"].length?t:null}(e);if(null!=s["font-style"]&&(t.fontStyle=s["font-style"]),null!=s["font-variant"]&&(t.fontVariant=s["font-variant"]),null!=s["font-weight"]&&(t.fontWeight=s["font-weight"]),null!=s["font-size"]){const e=parseFloat(s["font-size"]);String(`${e}px`)===s["font-size"]&&(t.fontSize=e)}if(null!=s["line-height"]){const e=parseFloat(s["line-height"]);String(`${e}px`)===s["line-height"]?t.lineHeight=Math.round(e/t.fontSize*100)/100:String(e)===s["line-height"]&&(t.lineHeight=parseFloat(s["line-height"]))}null!=s["font-family"]&&Array.isArray(s["font-family"])&&(t.fontFamily=s["font-family"])}catch(e){console.error(e)}return t}}class Hc{storiesListOptions;constructor(e){this.storiesListOptions=e}getStoriesListStyleOptions(e){const t={storiesHeight:this.storiesListOptions.card?.height??70,storiesLayoutHeight:this.storiesListOptions.layout?.height??0,storiesListTopPadding:this.storiesListOptions.topPadding??0,storiesListBottomPadding:this.storiesListOptions.bottomPadding??0};let s=parseFloat(t.storiesHeight),i=s;if(parseFloat(t.storiesLayoutHeight))return s=parseFloat(t.storiesLayoutHeight),{storiesListHeight:s,storiesListInnerHeight:i};return s+=parseFloat(t.storiesListTopPadding)+parseFloat(t.storiesListBottomPadding)+e,i+=e,{storiesListHeight:s,storiesListInnerHeight:i}}}var qc=_(1938),Qc={insert:"head",singleton:!1};Sn()(qc.A,Qc);const Kc=qc.A.locals||{},Yc=({slider:e,storyListViewModel:t,storyListOptions:s,isFavorite:i,listType:r,feed:a,filter:o,storyManager:n})=>{const l=(({storyManager:e,listType:t,feed:s,filter:i})=>{const[r,a]=(0,fn.useState)();return(0,fn.useEffect)((()=>{const r=new Mo(e,{listType:t,feed:s,filter:i}).create();return a(r),()=>{r.destroy()}}),[s,JSON.stringify(i)]),r})({listType:r,feed:a,filter:o,storyManager:n}),d=(0,fn.useCallback)(Pi()((()=>{if(!e||!l)return;const{x:t,y:s}=e.getCurrentPosition();l.calculate(t,s)}),300),[e,l]),c=(0,fn.useCallback)((()=>{if(!e||!l)return;const t=e.elementRef.getBoundingClientRect(),s=new vo(t.left,t.top,t.width,t.height),i=Array.from(e.slides),r=new vo(0,0,window.innerWidth,window.innerHeight),a=h();l.updateGeometry({stories:i,storyListRect:s,windowRect:r,viewportPadding:a}),d()}),[e,l,d]);(0,fn.useEffect)((()=>{if(!e||i||!l)return;const t=l.startScroll.bind(l),s=l.endScroll.bind(l);return e.addListener("scrollstart",t),e.addListener("scrollend",s),window.addEventListener("scroll",c),window.addEventListener("resize",c),()=>{e.removeListener("scrollstart",t),e.removeListener("scrollend",s),window.removeEventListener("scroll",c),window.removeEventListener("resize",c)}}),[e,i,c]),(0,fn.useEffect)((()=>{!i&&e&&e.waitStoryListClientWidth().then((()=>{c()}))}),[e,s.direction,s.card.aspectRatio,s.card.height,t.stories,i,c]),(0,fn.useEffect)((()=>{if(!l)return;const e=({id:e})=>l.markStoryAsFullVisible(e);return fs.on("publicEvents.showStory",e),()=>{fs.off("publicEvents.showStory",e)}}),[l,t]);const h=()=>{const e=s.sidePadding,t={left:e,right:e,top:s.topPadding,bottom:s.bottomPadding};return"vertical"===s.direction&&(t.left=0,t.right=0),t}},Zc=(e,t,s)=>{const{dir:i}=Ac();(0,fn.useEffect)((()=>{if(e&&t.autoScrollOnStoryClose)return fs.on(ya.Close,r),()=>{fs.off(ya.Close,r)}}),[e,t.direction,t.autoScrollOnStoryClose]);const r=({id:r})=>{if(!e)return;const a=((e,t)=>e.slides.find((e=>Number(e.dataset.id)===t)))(e,r);if(!a)return;const o=(e=>{const{x:t,y:i}=e.getCurrentPosition(),r=s.current.getBoundingClientRect();return new vo(r.x+t,r.y+i,r.width,r.height)})(e),n=((e,t)=>new vo("ltr"===i?e.offsetLeft:t.width-e.offsetLeft-e.clientWidth,e.offsetTop,e.clientWidth,e.clientHeight))(a,o);if(n.overlaps(o))return;const l="horizontal"===t.direction?n.x:a.offsetTop;e.scrollTo(l)}},Jc=(0,fn.forwardRef)(((e,t)=>{const s=e.sliderOptions.card,i=e.sliderOptions.favoriteCard,r=s.border,a=s.opened.border,o=e.sliderOptions.navigation;return(0,gn.jsx)("div",{dir:e.dir,ref:t,className:e.className,style:{...(()=>{const t=e=>{let t="";return null!=e&&Array.isArray(e.linearGradient)&&(t=e.linearGradient.map((({direction:e,points:t})=>`linear-gradient(${[e,t].filter(Boolean).join(", ")})`)).join(", ")),t},n={"--storiesBorderNotReadColor":r.color,"--storiesBorderReadColor":a.color??r.color,"--storiesBorderNotReadGradientColor":r?.gradient,"--storiesBorderReadGradientColor":a?.gradient??r?.gradient,"--storiesListCardFavoriteGradientColor":e.sliderOptions.favoriteCard.border?.gradient,"--storiesListCardUgcGradientColor":e.sliderOptions.ugcCard.border?.gradient,"--storiesGap":s.gap+"px","--storiesHeight":s.height+"px","--storiesListSidePadding":e.sliderOptions.sidePadding+"px","--storiesListBorderNotReadWidth":r.width+"px","--storiesListBorderReadWidth":(a.width??a.width)+"px","--storiesListBorderGapNotRead":r.gap+"px","--storiesListBorderGapRead":(a.gap??a.gap)+"px","--storiesListBorderRadius":r.radius+"px","--storiesListBorderRadiusRead":(a.radius??a.radius)+"px","--storiesListItemMaskColor":s.mask.color,"--storiesListItemOpenedMaskColor":s.opened.mask.color??s.mask.color,"--storiesListItemMaskLinearGradient":t(s.mask),"--storiesListItemOpenedMaskLinearGradient":t(null!=s.opened?.mask?.linearGradient?s.opened.mask:s.mask),"--storiesListCardFavoriteTitle":G(i.title.padding.toString())?i.title.padding+"px":i.title.padding,"--storiesListCardFavoriteGap":G(i.gap.toString())?i.gap+"px":i.gap,"--storiesListCardUgcMaskColor":e.sliderOptions.ugcCard.mask.color,"--storiesListCardUgcMaskLinearGradient":t(e.sliderOptions.ugcCard.mask),"--storiesListItemTitleFontFamily":"InternalPrimaryFont","--storiesListItemTitleFont":s.title.font,"--storiesListItemTitlePadding":G(s.title.padding.toString())?s.title.padding+"px":s.title.padding,"--storiesListControlsSize":G(o.controlsSize.toString())?o.controlsSize+"px":o.controlsSize,"--storiesListControlsBackgroundColor":o.controlsBackgroundColor,"--storiesListControlsColor":o.controlsColor,"--storiesListInnerBorderRadiusNotRead":r.radius-parseFloat(r.width)-parseFloat(r.gap)+"px","--storiesListInnerBorderRadiusRead":(a.radius??r.radius)-parseFloat(a.width??r.width)-parseFloat(a.gap??r.gap)+"px","--storiesListCardDropShadow":s.dropShadow,"--storiesListCardOpenedDropShadow":s.opened.dropShadow??s.dropShadow,"--storiesListCardFavoriteDropShadow":e.sliderOptions.favoriteCard.dropShadow,"--storiesListCardUgcDropShadow":e.sliderOptions.ugcCard.dropShadow,"--storiesListCardMask":s.svgMask?.cardMask?`url("data:image/svg+xml,${q(s.svgMask?.cardMask)}")`:null,"--storiesListCardOpenedMask":s.opened.svgMask?.cardMask?`url("data:image/svg+xml,${q(s.opened.svgMask?.cardMask)}")`:null,"--storiesListCardFavoriteMask":e.sliderOptions.ugcCard.svgMask?.cardMask?`url("data:image/svg+xml,${q(e.sliderOptions.ugcCard.svgMask?.cardMask)}")`:null};let l=null;return l=s.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${q(e.mask)}")`:null)),l=s.opened.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardOpenedOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${q(e.mask)}")`:null)),l=e.sliderOptions.favoriteCard.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardFavoriteOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${q(e.mask)}")`:null)),l=e.sliderOptions.ugcCard.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardUgcOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${q(e.mask)}")`:null)),n})(),...e.style},children:e.children})})),Xc=navigator.vendor&&navigator.vendor.indexOf("Apple")>-1&&navigator.userAgent&&-1==navigator.userAgent.indexOf("CriOS")&&-1==navigator.userAgent.indexOf("FxiOS"),eh=({videoCoverSrc:e,onVideoCoverLoaded:t})=>{const s=(0,fn.useRef)(null);return(0,fn.useEffect)((()=>{(()=>{if(!e)return;const i=s.current,r=()=>{i.play().then((()=>{if(Xc){let e=1;const s=()=>{e>=2&&(i.removeEventListener("timeupdate",s),i.currentTime=0,t()),e++};i.addEventListener("timeupdate",s,!1)}else t()})).catch((e=>{console.error(e)})),i.removeEventListener("canplaythrough",r)};i.addEventListener("canplaythrough",r),i.load()})()}),[]),(0,gn.jsx)("video",{ref:s,src:e,loop:!0,muted:!0,playsInline:!0,"webkit-playsinline":"true",preload:"auto"})},th=({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i})=>{const r=(e,t)=>null!=t&&Array.isArray(t)?t.map(((t,s)=>a(t,e,s))):[],a=(e,t,s)=>({maskImage:`var(--${t}${s}Mask)`,WebKitMaskImage:`var(--${t}${s}Mask)`,background:e.background});return{getAllCardsOverlayMaskStyles:()=>{let a=[];return e instanceof fo&&(a=a.concat(r("storiesListCardFavoriteOverlay",s.svgMask?.overlayMask))),a=e instanceof oo?a.concat(r("storiesListCardUgcOverlay",i.svgMask?.overlayMask)):e.isOpened?a.concat(r("storiesListCardOpenedOverlay",t.opened.svgMask?.overlayMask)):a.concat(r("storiesListCardOverlay",t.svgMask?.overlayMask)),a}}};var sh=_(2811),ih={insert:"head",singleton:!1};Sn()(sh.A,ih);const rh=sh.A.locals||{},ah=(0,cl.observer)((({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i,wrapperStyle:r,children:a,onClick:o})=>{const n={story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i},[l,d]=(0,fn.useState)(!1),{getAllCardsOverlayMaskStyles:u}=th(n),{getCardTitleAlignClass:p,getTitleStyle:g,getTitleWrapperStyle:m}=(({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i})=>{const{dir:r}=Ac();return{getCardTitleAlignClass:()=>{const e=t.title.textAlign,s=e===c.START||e===c.LEFT,i=e===c.END||e===c.RIGHT,a="ltr"===r;return{[rh["align-left"]]:s&&a||i&&!a,[rh["align-center"]]:e===c.CENTER,[rh["align-right"]]:i&&a||s&&!a}},getTitleStyle:()=>{const s={};return e.titleColor&&t.title.position===h.CARD_INSIDE_BOTTOM&&Object.assign(s,{color:e.titleColor}),s.WebkitLineClamp=String(parseInt(t.title.lineClamp)),s},getTitleWrapperStyle:()=>{let t={};return e.titleColor&&e instanceof fo&&(t={...t,color:s.title.color}),e.titleColor&&e instanceof oo&&(t={...t,color:i.title.color}),t}}})(n),{getSlideClassList:f,getSlideStyleList:y,getSlideWrapperStyle:v}=(({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i})=>{const r=t.aspectRatio??e.getAspectRatio(t.variant);return{getSlideClassList:()=>{const r=e.background;let a="";void 0!==r&&(a=rh[`_background-color-${r.color}`+(!0===r.gradient?"-gradient":"")]);const o=(()=>{let r;return r=e instanceof fo?s:e instanceof oo?i:e.isOpened&&t.opened||t,r})(),n=Boolean(o.dropShadow),l=Boolean(o.svgMask?.cardMask),d=Boolean(o.border?.gradient);return[a,{[rh["_is-read"]]:e.isOpened},{[rh["_format-rectangle"]]:t.variant===C.STYLE_RECTANGLE},{[rh["_format-circle"]]:t.variant===C.STYLE_CIRCLE},{[rh["_format-quad"]]:t.variant===C.STYLE_QUAD},{[rh["_favorite-cell"]]:e instanceof fo},{[rh["_ugc-cell"]]:e instanceof oo},{[rh["_has-drop-shadow"]]:n},{[rh["_has-card-svg-mask"]]:l},{[rh["_has-border-gradient-color"]]:d}]},getSlideStyleList:()=>{const s={width:r*t.height+"px",opacity:null!==t.opacity?t.opacity:1,boxShadow:t.boxShadow||"unset",height:`${t.height}px`};return e.isOpened&&(s.boxShadow=t.opened.boxShadow||s.boxShadow,s.opacity=null!==t.opened.opacity?t.opened.opacity:s.opacity),s},getSlideWrapperStyle:()=>{const e={};return e.width=r*t.height+"px",e}}})(n),w=e.getImageSrcByCoverQuality(t.coverQuality),_=t.title.position===h.CARD_INSIDE_BOTTOM,S=t.title.position===h.CARD_OUTSIDE_TOP,b=t.title.position===h.CARD_OUTSIDE_BOTTOM;return(0,gn.jsxs)("div",{"data-id":e.id,className:wn()("ias-stories-slide-wrapper",rh["stories-slide-wrapper"],{[rh.isTitleCardOutsideTop]:S,[rh.isTitleCardOutsideBottom]:b}),style:{...v(),...r},rel:"noreferrer",onClick:t=>{t.stopPropagation(),t.preventDefault(),o(e)},children:[t.title.display&&S&&(0,gn.jsx)("div",{className:wn()(rh["stories-slide__content"],rh.__position_outside_top),style:m(),children:(0,gn.jsx)("div",{className:wn()(rh["stories-slide__title"],rh.clamp,p()),style:g(),children:e.title})}),(0,gn.jsxs)("div",{className:wn()("ias-stories-slide",rh["stories-slide"],f()),style:y(),children:[(0,gn.jsxs)("div",{className:rh["stories-slide__inner"],children:[(0,gn.jsx)("div",{className:rh["stories-slide-image"],style:{backgroundColor:e.backgroundColor?e.backgroundColor:"transparent"},children:(0,gn.jsx)("div",{className:rh["stories-slide-image__wrap"],children:(0,gn.jsxs)("div",{className:wn()(rh["stories-slide-image__image"],rh._mode_list,{[rh["video-loaded"]]:l,[rh["ugc-card-cell"]]:e instanceof oo}),children:[w&&(0,gn.jsx)("img",{src:w,alt:e.title,loading:t.coverLazyLoading?"lazy":"eager"},w),e.videoCoverSrc&&(0,gn.jsx)(eh,{onVideoCoverLoaded:()=>d(!0),videoCoverSrc:e.videoCoverSrc}),a]})})}),(0,gn.jsx)("div",{className:rh["stories-slide__mask"]}),t.title.display&&_&&(0,gn.jsx)("div",{className:rh["stories-slide__content"],style:m(),children:(0,gn.jsx)("div",{className:wn()(rh["stories-slide__title"],rh.clamp,p()),style:g(),children:e.title})})]}),u().map(((e,t)=>(0,gn.jsx)("div",{style:e,className:rh["card-overlay-svg-mask"]},t)))]}),t.title.display&&b&&(0,gn.jsx)("div",{className:wn()(rh["stories-slide__content"],rh.__position_outside_bottom),style:m(),children:(0,gn.jsx)("div",{className:wn()(rh["stories-slide__title"],rh.clamp,p()),style:g(),children:e.title})})]})}));var oh=_(2731),nh={insert:"head",singleton:!1};Sn()(oh.A,nh);const lh=oh.A.locals||{},dh=({sliderDirection:e,slider:t,...s})=>{const[i,r]=(0,fn.useState)(!0),[a,o]=(0,fn.useState)(!0),n=s.navigationOptions.speed;(0,fn.useEffect)((()=>(t.on("reachStart",l),t.on("reachEnd",d),()=>{t.off("reachStart",l),t.off("reachEnd",d)})),[t]);const l=()=>{r(t.reachStart)},d=()=>{o(t.reachEnd)};return s.navigationView?s.navigationView({dir:s.dir,defaultStyles:lh,reachStart:i,reachEnd:a,onPrev:()=>t.scrollByDirection(-1,n),onNext:()=>t.scrollByDirection(1,n),slider:{direction:e,viewport:t.elementRef.getBoundingClientRect()}}):s.navigationOptions.showControls?(0,gn.jsxs)("div",{className:wn()("ias-stories-list-controls",lh["stories-list-controls"],lh[e]),children:[(0,gn.jsx)("div",{onClick:()=>t.scrollByDirection(-1,n),className:wn()("ias-control-start",lh["control-start"],{[lh["control-start_dir_rtl"]]:"rtl"===s.dir,[lh["control-start_reach-start"]]:i,"ias-control-start_dir_rtl":"rtl"===s.dir,"ias-control-start_reach-start":i}),children:(0,gn.jsx)("div",{className:wn()("ias-control-icon",lh["control-icon"])})}),(0,gn.jsx)("div",{onClick:()=>t.scrollByDirection(1,n),className:wn()("ias-control-end",lh["control-end"],{[lh["control-end_dir_rtl"]]:"rtl"===s.dir,[lh["control-end_reach-end"]]:a,"ias-control-end_dir_rtl":"rtl"===s.dir,"ias-control-end_reach-end":a}),children:(0,gn.jsx)("div",{className:wn()("ias-control-icon",lh["control-icon"])})})]}):null};var ch=_(7533),hh={insert:"head",singleton:!1};Sn()(ch.A,hh);const uh=ch.A.locals||{},ph=({favoriteStories:e,cardOptions:t,favoriteCardOptions:s})=>{const i=e=>({paddingTop:1/(t.aspectRatio??e.getAspectRatio(t.variant))*100+"%"}),r=e=>{const t=e.getImageSrcByCoverQuality(s.coverQuality),i={};return t?i.backgroundImage=`url('${t}')`:i.backgroundColor=e.backgroundColor,i};return(0,gn.jsx)("div",{className:uh["favorite-images-wrapper"],children:e.slice(0,4).map(((e,s)=>(0,gn.jsx)("div",{className:uh["favorite-image-wrapper"],children:(0,gn.jsx)("div",{style:i(e),className:wn()(uh["favorite-image"],{[uh.circle_style]:t.variant===C.STYLE_CIRCLE}),children:(0,gn.jsx)("div",{className:uh["favorite-image-item"],style:r(e)})})},s)))})},gh=(0,cl.observer)((0,fn.forwardRef)((({isFavorite:e=!1,storyListViewModel:t,...s},i)=>{const r=(0,fn.useRef)(null),a=(0,fn.useRef)(null);((e,t)=>{(0,fn.useImperativeHandle)(e,(()=>({reload:t.reload.bind(t)})),[t])})(i,t);const o=((e,t)=>{const[s,i]=(0,fn.useState)(t);(0,fn.useLayoutEffect)((()=>{const s=e.current;r(s,t),i(t)}),[JSON.stringify(t)]);const r=(e,t)=>{const s=new $c(e,t.card.title);a(s,t),o(s,t)},a=(e,t)=>{const s=e.getCardTitleFont();s.fontSize=e.getScaledFontSizeInWebView(),t.card.title.font=s.toString()},o=(e,t)=>{const s=new Hc(t),{storiesListHeight:i,storiesListInnerHeight:r}=s.getStoriesListStyleOptions(e.getStoryTitleBlockHeight()),a=t.layout.height;t.layout.height=gt()(a)?`${i}px`:a};return s})(r,s.storyListOptions),{sliderRef:n,slider:d,isScrolling:c}=((e,t)=>{const{dir:s,desktopMode:i}=Ac(),r=(0,fn.useRef)(),a=(0,fn.useRef)(null),[o,n]=(0,fn.useState)(!1),[l,d]=(0,fn.useState)(null),c=()=>{clearTimeout(r.current),n(!0)},h=()=>{r.current=setTimeout((()=>n(!1)),100)},u=(0,fn.useCallback)((()=>{if(!l)return;const{x:e,y:t}=l.getCurrentPosition();l.testAttraction(e,t)}),[l]);return(0,fn.useEffect)((()=>{if(!a.current)return;const e=new Fi;return e.mount(a.current),d(e),e.on("scrollstart",c),e.on("scrollend",h),()=>{e.destroy(),e.off("scrollstart",c),e.off("scrollend",h)}}),[]),(0,fn.useEffect)((()=>{l&&(l.setGap(e.card.gap),l.setDesktopMode(i),l.changeDirection(e.direction))}),[l,e.card.gap,i,e.direction]),(0,fn.useEffect)((()=>{l&&(l.setTextDirection(s),l.scrollTo(0,0))}),[l,s]),(0,fn.useEffect)((()=>{l&&(l.scrollTo(0,0),(async(e,t)=>{t>0&&await e.waitStoryListClientWidth();const{x:s,y:i}=e.getCurrentPosition();e.testAttraction(s,i)})(l,t))}),[l,t]),(0,fn.useEffect)((()=>(window.addEventListener("resize",u),()=>{window.addEventListener("resize",u)})),[l,u]),{sliderRef:a,slider:l,isScrolling:o}})(o,t.stories.length);Yc({slider:d,storyListViewModel:t,storyListOptions:o,isFavorite:e,listType:s.listType,feed:s.feedSlug,filter:s.filter,storyManager:s.storyManager}),Zc(d,o,a);const{getRootStyle:u,getStoryWrapperStyle:p,viewportInnerClassList:g,viewportInnerStyle:m}=(e=>{const{dir:t,desktopMode:s}=Ac();return{getRootStyle:()=>({"--background-color":e.layout.backgroundColor,paddingLeft:e.sidePadding+"px",paddingRight:e.sidePadding+"px","--storiesListTopPadding":e.topPadding+"px","--storiesListBottomPadding":e.bottomPadding+"px","--storiesListSidePadding":e.sidePadding+"px",backgroundColor:e.layout.backgroundColor}),getStoryWrapperStyle:(t,s)=>{const i={marginRight:"0",paddingLeft:"0",paddingRight:"0"};return"vertical"===e.direction||(t!==s-1?i.marginRight=e.card.gap+"px":i.paddingRight=e.sidePadding+"px",0===t&&(i.paddingLeft=e.sidePadding+"px")),i},viewportInnerClassList:s?wn()(Kc["stories-list__viewport-inner"],Kc["mode-desktop"],{[Kc["with-list-controls"]]:e.navigation.showControls,[Kc.isTitleCardOutsideTop]:e.card.title.position===h.CARD_OUTSIDE_TOP,[Kc.isTitleCardOutsideBottom]:e.card.title.position===h.CARD_OUTSIDE_BOTTOM,[Kc.isVerticalDirection]:"vertical"===e.direction}):wn()(Kc["stories-list__viewport-inner"],{...(()=>{const s=e.layout.sliderAlign,i=s===l.START||s===l.LEFT,r=s===l.END||s===l.RIGHT,a="ltr"===t;return{[Kc["align-left"]]:i&&a||r&&!a,[Kc["align-center"]]:s===l.CENTER,[Kc["align-right"]]:r&&a||i&&!a}})(),[Kc.isTitleCardOutsideTop]:e.card.title.position===h.CARD_OUTSIDE_TOP,[Kc.isTitleCardOutsideBottom]:e.card.title.position===h.CARD_OUTSIDE_BOTTOM,[Kc.isVerticalDirection]:"vertical"===e.direction}),viewportInnerStyle:{height:e.layout.height,gap:"vertical"===e.direction?`${e.card.gap}px`:0}}})(o),f=o.card,y=o.favoriteCard,v=o.ugcCard;(0,fn.useLayoutEffect)((()=>{t.setFavoriteCardOptions(y),t.setUgcCardOptions(v)}),[t,y,v]);return(0,gn.jsxs)(Jc,{className:wn()("ias-stories-list-wrapper",Kc["stories-list-wrapper"],{[Kc["mode-desktop"]]:t.modeDesktop,[Kc["with-list-controls"]]:o.navigation.showControls,"ias-mode-desktop":t.modeDesktop,"ias-with-list-controls":o.navigation.showControls}),dir:s.dir,style:u(),sliderOptions:o,ref:r,children:[(0,gn.jsx)("div",{className:wn()("ias-stories-list",Kc["stories-list"]),children:(0,gn.jsx)("div",{ref:a,className:wn()(Kc["stories-list__viewport"],{[Kc["mode-desktop"]]:t.modeDesktop,"ias-mode-desktop":t.modeDesktop}),style:"horizontal"===o.direction?{marginLeft:-o.sidePadding+"px",marginRight:-o.sidePadding+"px"}:{},children:(0,gn.jsx)("div",{ref:n,className:g,style:m,children:t.stories.map(((e,i)=>{const r=e instanceof fo,a=s.storyCardView&&!r;return r&&s.favoriteCardView?(0,gn.jsx)(yn().Fragment,{children:s.favoriteCardView(e)},e.id):(0,gn.jsx)(yn().Fragment,{children:a?s.storyCardView?.(e):(0,gn.jsx)(ah,{story:e,cardOptions:f,favoriteCardOptions:y,ugcCardOptions:v,wrapperStyle:p(i,t.stories.length),onClick:()=>((e,i)=>{c||(s.onStoryCardClick?.(e),e instanceof oo?s.onUgcCardClick?.():e instanceof fo?s.onFavoriteCardClick?.():t.onStoryClick(e,i))})(e,i),children:r&&(0,gn.jsx)(ph,{favoriteStories:e.favoriteStories,favoriteCardOptions:o.favoriteCard,cardOptions:f})},e.id)},e.id)}))})})}),d&&(0,gn.jsx)(dh,{dir:s.dir,navigationOptions:o.navigation,navigationView:s.navigationView,sliderDirection:o.direction,storiesLength:t.stories.length,slider:d})]})}))),mh=(0,cl.observer)((0,fn.forwardRef)(((e,t)=>{const{storyManager:s,dir:i}=Ac(),r=e.feedSlug??"default",a=Re.DEFAULT,{storyListViewModel:o,storyListOptions:n}=Fc({...e,storyManager:s,feedSlug:r,listType:a,hasFavorite:Boolean(e.hasFavorite),isFavorite:!1});return o&&o.session?.id?(0,gn.jsx)(gh,{...e,dir:i,storyManager:s,feedSlug:e.feedSlug??"default",listType:Re.DEFAULT,storyListViewModel:o,storyListOptions:n,onStoryCardClick:e.onStoryCardClick,onFavoriteCardClick:()=>{s.emit("clickOnFavoriteCell",{feed:r}),e.onFavoriteCardClick?.()},ref:t}):null}))),fh=(0,cl.observer)((0,fn.forwardRef)(((e,t)=>{const{storyManager:s,dir:i}=Ac(),r=He,a=Re.UGC,{storyListViewModel:o,storyListOptions:n}=Fc({...e,storyManager:s,feedSlug:r,listType:a,isFavorite:!1,hasFavorite:!1});return o&&o.session?.id?(0,gn.jsx)(gh,{...e,ref:t,dir:i,storyListOptions:n,storyManager:s,listType:Re.UGC,feedSlug:He,storyListViewModel:o,onStoryCardClick:e.onStoryCardClick}):null}))),yh=e=>{const{storyManager:t,dir:s}=Ac(),i=ze,r=Re.FAVORITE,{storyListViewModel:a,storyListOptions:o}=Fc({...e,storyManager:t,feedSlug:i,listType:r,isFavorite:!0,hasFavorite:!0});return a?(0,gn.jsx)(gh,{...e,storyListOptions:o,storyManager:t,dir:s,feedSlug:i,listType:r,storyListViewModel:a,isFavorite:!0}):null};var vh=_(2432),wh={insert:"head",singleton:!1};Sn()(vh.A,wh);const _h=vh.A.locals||{},Sh=({open:e,options:t,storyListOptions:s,onClose:i})=>{const{dir:r}=Ac();(0,fn.useLayoutEffect)((()=>{if(!e)return;const t=document.documentElement.style.overflow;return document.documentElement.style.overflow="hidden",()=>{document.documentElement.style.overflow=t}}),[e]);return e?(0,gn.jsx)("div",{className:_h["favorite-story-list-modal"],style:{"--storiesFavoriteTitleColor":t.title.color,"--storiesFavoriteTitleFontFamily":"InternalPrimaryFont","--storiesFavoriteTitleFont":t.title.font,"--storiesFavoriteTitleBackgroundColor":t.title.backgroundColor,"--storiesFavoriteHeaderTopOffset":parseFloat(t.headerTopOffset?.toString()??"0")+"px","--storiesFavoriteBottomOffset":parseFloat(t.bottomOffset?.toString()??"0")+"px","--storiesFavoriteBackgroundColor":t.backgroundColor},children:(0,gn.jsxs)("div",{className:_h.container,children:[(0,gn.jsxs)("div",{className:_h.header,children:[(0,gn.jsx)("p",{className:_h.title,children:t.title.content}),(0,gn.jsx)("button",{onClick:e=>{e.preventDefault(),e.stopPropagation(),i()},className:_h["header__close-btn"],style:(()=>{const e="start"===t.closeButtonPosition||"left"===t.closeButtonPosition,s="ltr"===r;return{[e&&s||!e&&!s?"left":"right"]:"10px"}})(),dangerouslySetInnerHTML:{__html:t.closeButton?.svgSrc.baseState??""}})]}),(0,gn.jsx)("div",{className:_h.content,children:(0,gn.jsx)("div",{className:_h["favorite-story-list"],children:(0,gn.jsx)(yh,{options:{...s,sidePadding:0,direction:p.COLUMN,layout:{height:"auto"}}})})}),(0,gn.jsx)("div",{className:_h.footer}),(0,gn.jsx)("div",{className:_h["bottom-offset"]})]})}):null},bh=({storyList:e,onStoryCardClick:t,onFavoriteCardClick:s})=>{const[i,r]=(0,fn.useState)(e.appearanceManager.storiesListOptions),a=(0,fn.useRef)(null);return(0,fn.useEffect)((()=>{e.api=a.current}),[]),(0,fn.useEffect)((()=>(e.appearanceManager.on(nn.EVENT_UPDATED_STORIES_LIST_OPTIONS,r),()=>{e.appearanceManager.off(nn.EVENT_UPDATED_STORIES_LIST_OPTIONS,r)})),[e.appearanceManager]),(0,hl.createPortal)((0,gn.jsx)(mh,{ref:a,options:i,hasFavorite:e.appearanceManager.commonOptions.hasFavorite,testKey:e.testKey,useUgcCard:e.useUgcCard,feedSlug:e.feedSlug,onLoadStart:()=>{e.emit(g.START_LOADER)},onLoadEnd:t=>{e.emit(g.END_LOADER,t)},onUgcCardClick:()=>{e.ugcCardClickHandler()},onFavoriteCardClick:s,onStoryCardClick:t},e.mountSelector),document.querySelector(e.mountSelector))},xh=({ugcStoryList:e,onStoryCardClick:t})=>{const[s,i]=(0,fn.useState)(e.appearanceManager.storiesListOptions),r=(0,fn.useRef)(null);return(0,fn.useEffect)((()=>{e.api=r.current}),[]),(0,fn.useEffect)((()=>(e.appearanceManager.on(nn.EVENT_UPDATED_STORIES_LIST_OPTIONS,i),()=>{e.appearanceManager.off(nn.EVENT_UPDATED_STORIES_LIST_OPTIONS,i)})),[e.appearanceManager]),(0,hl.createPortal)((0,gn.jsx)(fh,{ref:r,options:s,testKey:e.testKey,useUgcCard:e.useUgcCard,onStoryCardClick:t,onLoadStart:()=>{e.emit(g.START_LOADER)},onLoadEnd:t=>{e.emit(g.END_LOADER,t)},onUgcCardClick:()=>{e.ugcCardClickHandler()}}),document.querySelector(e.mountSelector))},Ch=e=>{const[t,s]=(0,fn.useState)(!1);return(0,gn.jsxs)(Ic,{config:e.storyManagerConfigDto,storyReaderOptions:e.appearanceManager.storyReaderOptions,commonOptions:e.appearanceManager.commonOptions,gameReaderOptions:e.appearanceManager.gameReaderOptions,goodsWidgetOptions:e.appearanceManager.goodsWidgetOptions,children:[e.storyLists.map((t=>(0,gn.jsx)(bh,{onFavoriteCardClick:()=>{s(!0)},onStoryCardClick:()=>{e.onAppearanceManagerChange(t.appearanceManager)},storyList:t},t.mountSelector))),e.ugcStoryLists.map((t=>(0,gn.jsx)(xh,{ugcStoryList:t,onStoryCardClick:()=>{e.onAppearanceManagerChange(t.appearanceManager)}},t.mountSelector))),(0,gn.jsx)(Sh,{open:t,onClose:()=>s(!1),options:e.appearanceManager.storyFavoriteReaderOptions,storyListOptions:e.appearanceManager.storiesListOptions})]})};class kh{storyManager;root;storyManagerConfigDto;storyLists=[];ugcStoryLists=[];appearanceManager=new ln;constructor(e){this.storyManager=e,this.createAppRoot(),this.handleAppearanceManagerUpdate=this.handleAppearanceManagerUpdate.bind(this),this.setAppearanceManager=this.setAppearanceManager.bind(this)}async setStoryList(e){await this.storyManager.waitStoryManagerConfig(),this.storyLists=e.slice(),this.render()}async setUGCStoryList(e){await this.storyManager.waitStoryManagerConfig(),this.ugcStoryLists=e.slice(),this.render()}setStoryManagerConfig(e){this.storyManagerConfigDto={...this.storyManagerConfigDto,...e},this.render()}setAppearanceManager(e){this.unscubscribeToAppearanceManagerEvents(),this.appearanceManager=e,this.subscribeToAppearanceManagerEvents(),this.render()}render(){this.root.render((0,gn.jsx)(Ch,{storyManagerConfigDto:this.storyManagerConfigDto,appearanceManager:this.appearanceManager,ugcStoryLists:this.ugcStoryLists,storyLists:this.storyLists,onAppearanceManagerChange:this.setAppearanceManager}))}createAppRoot(){const e=document.createElement("div");e.id="ias-app",document.body.append(e),this.root=(0,mn.createRoot)(e)}subscribeToAppearanceManagerEvents(){this.appearanceManager.on(nn.UPDATE,this.handleAppearanceManagerUpdate)}unscubscribeToAppearanceManagerEvents(){this.appearanceManager.off(nn.UPDATE,this.handleAppearanceManagerUpdate)}handleAppearanceManagerUpdate(){this.render()}}class Mh extends t.EventEmitter{storyManager;app;sharePage=null;constructor(e,t,s,i,r){super(),this.storyManager=s,this.app=i,hn(t),this.showSharePage(e,t,r)}async showSharePage(e,t,s){this.app.setAppearanceManager(t),this.sharePage=await this.storyManager.showSharePage(e,s)}async closeStoryReader(){this.sharePage?.closeStoryReader()}}class Lh extends(s()){appearanceManager;options;storyManager;app;stackedStoryListViewModel;constructor(e,t,s,i){super(),this.appearanceManager=e,this.options=t,this.storyManager=s,this.app=i,hn(e),this.handleUpdate=this.handleUpdate.bind(this),this.stackedStoryListViewModel=new io(this.storyManager,{feed:t.feed}),this.stackedStoryListViewModel.on("update",this.handleUpdate),this.loadStories().catch(console.error)}get stories(){return this.stackedStoryListViewModel.stories}get length(){return this.stackedStoryListViewModel.length}get activeIndex(){return this.stackedStoryListViewModel.activeIndex}get feedCoverSrc(){return this.stackedStoryListViewModel.feedCoverSrc}get top(){return this.stackedStoryListViewModel.top}async reload(){return this.stackedStoryListViewModel.reload()}destroy(){this.stackedStoryListViewModel.destroy(),this.stackedStoryListViewModel.removeAllListeners()}showStory(e){this.app.setAppearanceManager(this.appearanceManager),this.stackedStoryListViewModel.showStory(e)}on(e,t){return"update"===e?super.on(e,t):(this.stackedStoryListViewModel.on(e,t),this)}once(e,t){return this.stackedStoryListViewModel.once(e,t),this}off(e,t){return this.stackedStoryListViewModel.off(e,t),this}handleUpdate(e){this.emit("update",{id:e.id,title:e.title,titleColor:e.titleColor,hasAudio:e.hasAudio,hasSwipeUp:e.hasSwipeUp,isOpened:e.isOpened,deeplink:e.deeplink,gameInstanceId:e.gameInstanceId,hideInReader:e.hideInReader,hide_timeline:e.hideTimeline,cover:e.getCover(this.appearanceManager.storiesListOptions.card.coverQuality)})}async loadStories(){await this.storyManager.waitStoryManagerConfig(),this.stackedStoryListViewModel.loadStories()}}class Oh{storyManagerConfigDto;static instance;app=new kh(on);constructor(e){return this.storyManagerConfigDto=e,Oh.instance?(console.warn("StoryManager singleton is created multiple times\nuse IAS.StoryManager.getInstance() instead"),Oh.instance):(Oh.instance=this,this.app.setStoryManagerConfig(e),Oh.instance)}get sdkVersionName(){return on.sdkVersionName}get sdkVersionCode(){return on.sdkVersionCode}set storyLinkClickHandler(e){on.storyLinkClickHandler=e}static getInstance(){return Oh.instance?Oh.instance:null}static use(e,t){on.use(e,t)}getConfig(){return on.getConfig()}async showOnboardingStories(e,t){return hn(e),this.app.setAppearanceManager(e),on.showOnboardingStories(t)}async showStory(e,t){hn(t),this.app.setAppearanceManager(t),await on.showStory(e)}async showStoryOnce(e,t){return hn(t),this.app.setAppearanceManager(t),on.showStoryOnce(e)}closeAllReaders(){on.closeAllReaders()}async openGame(e,t,s={}){return hn(t),this.app.setAppearanceManager(t),on.openGame(e,s)}async closeGame(){return on.closeGame()}async closeStoryReader(){return on.closeStoryReader()}getUgcEditorConfig(){return on.getUgcEditorConfig()}closeGoodsWidget(){on.closeGoodsWidget()}setLang(e){this.storyManagerConfigDto.lang=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}getNonce(){return K()}async setUserId(e,t){this.storyManagerConfigDto.userId=e,this.storyManagerConfigDto.userIdSign=t,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}async userLogoug(){return this.setUserId("")}setTags(e){this.storyManagerConfigDto.tags=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}setPlaceholders(e){this.storyManagerConfigDto.placeholders=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}setImagePlaceholders(e){this.storyManagerConfigDto.imagePlaceholders=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}on(e,t){return on.on(e,t),this}once(e,t){return on.once(e,t),this}off(e,t){return on.off(e,t),this}destroy(){null!=Oh.instance&&(Oh.instance=null,this.closeAllReaders())}StoriesList=class extends un{constructor(e,t,s){super(e,t,s,Oh.instance.app)}};UGCStoriesList=class extends pn{constructor(e,t,s){super(e,t,s,Oh.instance.app)}};SharePage=class extends Mh{constructor(e,t,s){super(e,t,on,Oh.instance.app,s)}};StackedStoryList=class extends Lh{constructor(e,t){super(e,t,on,Oh.instance.app)}};inAppMessaging=new Ja(on.inAppMessaging)}})(),S})()));
594
+ `}static{zc(t,l)}})})();const Vc=e=>{const{storyManager:t,desktopMode:s,dir:i}=Hc(),r=(0,Tn.useRef)(null);return(0,Tn.useEffect)((()=>{const e=r.current;e.desktopMode=s,e.dir=i,e.viewModel=t.inAppMessaging}),[t,s]),(0,On.jsx)("iam-reader",{ref:r})},Wc=Rn().createContext({dir:O.LTR,storyManager:bn,desktopMode:!1,commonOptions:i,storyReaderOptions:S,gameReaderOptions:r,goodsWidgetOptions:o,inAppMessagingOptions:x});let Gc=!1;const $c=(0,Ml.observer)((e=>{Yc(e.config),Zc(e);const{commonOptions:t,gameReaderOptions:s,storyReaderOptions:i,goodsWidgetOptions:r,inAppMessagingOptions:a}=Jc(e),o=Qc(),n=(({storyManager:e})=>{const[t,s]=(0,Tn.useState)(null);return(0,Tn.useEffect)((()=>{const t=e.createStoryReader();return s(t),()=>{t.destroy()}}),[e]),t})({storyManager:bn}),l=cc({storyManager:bn,desktopMode:o});(0,Tn.useEffect)((()=>{if(Gc)throw new Error("There can only be one instance of <IASContainer /> per application");return Gc=!0,()=>{Gc=!1,bn.clearConfig()}}),[]);const d=(0,Tn.useMemo)((()=>getComputedStyle(document.documentElement).direction),[]),c=(0,Tn.useMemo)((()=>({storyManager:bn,desktopMode:o,dir:d,commonOptions:t,gameReaderOptions:s,storyReaderOptions:i,goodsWidgetOptions:r,inAppMessagingOptions:a})),[bn,o,d,t,s,i,r]);return(0,On.jsxs)(Wc.Provider,{value:c,children:[l?.isOpened&&(0,On.jsx)(Ll,{gameReader:l}),n?.isOpened&&(0,On.jsx)(nc,{storyReader:n,desktopMode:o}),(0,On.jsx)(Vc,{}),e.children]})})),Hc=()=>(0,Tn.useContext)(Wc);const qc=R(122).getParser(window.navigator.userAgent).parse(),Qc=()=>{const[e,t]=(0,Tn.useState)(!1);(0,Tn.useLayoutEffect)((()=>(s(),window.addEventListener("resize",s),()=>{window.removeEventListener("resize",s)})),[]);const s=()=>{"mobile"===qc.getPlatformType()?t(!1):t(!0)};return e},Kc=e=>{const t=t=>{27===t.keyCode&&e()};(0,Tn.useEffect)((()=>(window.addEventListener("keydown",t),()=>{window.removeEventListener("keydown",t)})),[])},Yc=e=>{(0,Tn.useEffect)((()=>{bn.setConfig(e)}),[JSON.stringify(e)])},Zc=({onClickOnStory:e,onShowStory:t,onCloseStory:s,onShowSlide:i,onClickOnButton:r,onLikeStory:a,onDislikeStory:o,onFavoriteStory:n,onShareStory:l,onShareStoryWithPath:d,onFeedImpression:c,onVisibleAreaUpdated:h,onWidgetEvent:u})=>{(0,Tn.useEffect)((()=>(e&&bn.on("clickOnStory",e),t&&bn.on("showStory",t),s&&bn.on("closeStory",s),i&&bn.on("showSlide",i),r&&bn.on("clickOnButton",r),a&&bn.on("likeStory",a),o&&bn.on("dislikeStory",o),n&&bn.on("favoriteStory",n),l&&bn.on("shareStory",l),d&&bn.on("shareStoryWithPath",d),c&&bn.on("feedImpression",c),h&&bn.on("visibleAreaUpdated",h),u&&bn.on("widgetEvent",u),()=>{e&&bn.off("clickOnStory",e),t&&bn.off("showStory",t),s&&bn.off("closeStory",s),i&&bn.off("showSlide",i),r&&bn.off("clickOnButton",r),a&&bn.off("likeStory",a),o&&bn.off("dislikeStory",o),n&&bn.off("favoriteStory",n),l&&bn.off("shareStory",l),d&&bn.off("shareStoryWithPath",d),c&&bn.off("feedImpression",c),h&&bn.off("visibleAreaUpdated",h),u&&bn.off("widgetEvent",u)})),[e,t,s,i,r,a,o,n,l,d,c,h,u])},Jc=({commonOptions:e,gameReaderOptions:t,storyReaderOptions:s,goodsWidgetOptions:i})=>{const r=(0,Tn.useRef)(new Cn).current,a=(0,Tn.useMemo)((()=>(e&&r.setCommonOptions(e),r.commonOptions)),[JSON.stringify(e)]),o=(0,Tn.useMemo)((()=>(t&&r.setGameReaderOptions(t),r.gameReaderOptions)),[JSON.stringify(t)]),n=(0,Tn.useMemo)((()=>(i&&r.setGoodsWidgetOptions(i),r.goodsWidgetOptions)),[JSON.stringify(i),i?.itemClickHandler,i?.openGoodsWidgetHandler]);return{commonOptions:a,gameReaderOptions:o,storyReaderOptions:(0,Tn.useMemo)((()=>(s&&r.setStoryReaderOptions(s),r.storyReaderOptions)),[JSON.stringify(s)]),goodsWidgetOptions:n,inAppMessagingOptions:x}},Xc=({listType:e,feedSlug:t,testKey:s,storyManager:i,options:r,filter:a,useUgcCard:o=!1,hasFavorite:n,isFavorite:l,...d})=>{const[c,h]=(0,Tn.useState)(),{desktopMode:u}=Hc(),{storyListOptions:p}=(e=>{const t=(0,Tn.useRef)(new Cn).current;return{storyListOptions:(0,Tn.useMemo)((()=>(e&&t.setStoriesListOptions(e),t.storiesListOptions)),[JSON.stringify(e)])}})(r),g=()=>{d.onLoadStart?.()},m=e=>{d.onLoadEnd?.(e)};return(0,Tn.useEffect)((()=>{const e=i.createStoryList();return e.on("startLoading",g),e.on("endLoading",m),h(e),()=>{e.destroy()}}),[i]),(0,Tn.useEffect)((()=>{c&&(c.setParams({listType:e,testKey:s,feedSlug:t,filter:a,useUgcCard:o,isFavorite:l,hasFavorite:n}),l||c.loadStories({needFavorite:!0}))}),[c,s,t,a]),(0,Tn.useEffect)((()=>{c&&(c.modeDesktop=u)}),[u,c]),{storyListViewModel:c,storyListOptions:p}};var eh=R(405),th=R(9780),sh=R.n(th);class ih{fontStyle;fontVariant;fontWeight;fontSize;lineHeight;fontFamily;toString(){return`${this.fontStyle} ${this.fontVariant} ${this.fontWeight} ${this.fontSize}px/${this.lineHeight} ${this.fontFamily.join(", ")}`}clone(){const e=new ih;return e.fontStyle=this.fontStyle,e.fontVariant=this.fontVariant,e.fontWeight=this.fontWeight,e.fontSize=this.fontSize,e.lineHeight=this.lineHeight,e.fontFamily=this.fontFamily.slice(),e}}class rh{obj;cardTitleOptions;cardTitleFont;constructor(e,t){this.obj=e,this.cardTitleOptions=t,this.cardTitleFont=this.getCardTitleParsedFont(t.font)}getCardTitleFont(){return this.cardTitleFont.clone()}getScaledFontSizeInWebView(){const e=this.measureScaledFontSizeInWebView(this.cardTitleFont.fontSize)/this.cardTitleFont.fontSize;return this.cardTitleFont.fontSize/e}getStoryTitleBlockHeight(){if(!this.isOutsideTitle())return 0;const e=this.cardTitleOptions.padding,t={top:0,bottom:0};try{if("number"==typeof e)t.top=e,t.bottom=e;else{const s=sh()(e);t.top=parseFloat(s.top),t.bottom=parseFloat(s.bottom)}}catch(e){console.error(e)}const s=this.cardTitleOptions.lineClamp,i=Math.round(this.cardTitleFont.fontSize*this.cardTitleFont.lineHeight*100)/100;return t.top+t.bottom+s*i}measureScaledFontSizeInWebView(e){const t=document.createElement("span");t.style.fontSize=e+"px",t.style.display="none",this.obj.append(t);const s=getComputedStyle(t).fontSize;return this.obj.removeChild(t),parseFloat(s)||e}isOutsideTitle(){return this.cardTitleOptions.display&&(this.cardTitleOptions.position===h.CARD_OUTSIDE_TOP||this.cardTitleOptions.position===h.CARD_OUTSIDE_BOTTOM)}getCardTitleParsedFont(e){const t=new ih;t.fontStyle="normal",t.fontVariant="normal",t.fontWeight="normal",t.fontSize=14,t.lineHeight=1.2,t.fontFamily=["system-ui",'"Segoe UI"',"Roboto","Helvetica","Arial","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"'];try{const s=(0,eh.parseFont)(e);if(null!=s["font-style"]&&(t.fontStyle=s["font-style"]),null!=s["font-variant"]&&(t.fontVariant=s["font-variant"]),null!=s["font-weight"]&&(t.fontWeight=s["font-weight"]),null!=s["font-size"]){const e=parseFloat(s["font-size"]);String(`${e}px`)===s["font-size"]&&(t.fontSize=e)}if(null!=s["line-height"]){const e=parseFloat(s["line-height"]);String(`${e}px`)===s["line-height"]?t.lineHeight=Math.round(e/t.fontSize*100)/100:String(e)===s["line-height"]&&(t.lineHeight=parseFloat(s["line-height"]))}null!=s["font-family"]&&Array.isArray(s["font-family"])&&(t.fontFamily=s["font-family"])}catch(e){console.error(e)}return t}}class ah{storiesListOptions;constructor(e){this.storiesListOptions=e}getStoriesListStyleOptions(e){const t={storiesHeight:this.storiesListOptions.card?.height??70,storiesLayoutHeight:this.storiesListOptions.layout?.height??0,storiesListTopPadding:this.storiesListOptions.topPadding??0,storiesListBottomPadding:this.storiesListOptions.bottomPadding??0};let s=parseFloat(t.storiesHeight),i=s;if(parseFloat(t.storiesLayoutHeight))return s=parseFloat(t.storiesLayoutHeight),{storiesListHeight:s,storiesListInnerHeight:i};return s+=parseFloat(t.storiesListTopPadding)+parseFloat(t.storiesListBottomPadding)+e,i+=e,{storiesListHeight:s,storiesListInnerHeight:i}}}var oh=R(1938),nh={insert:"head",singleton:!1};jn()(oh.A,nh);const lh=oh.A.locals||{},dh=({slider:e,storyListViewModel:t,storyListOptions:s,isFavorite:i,listType:r,feed:a,filter:o,storyManager:n})=>{const l=(({storyManager:e,listType:t,feed:s,filter:i})=>{const[r,a]=(0,Tn.useState)();return(0,Tn.useEffect)((()=>{const r=new Vo(e,{listType:t,feed:s,filter:i}).create();return a(r),()=>{r.destroy()}}),[s,JSON.stringify(i)]),r})({listType:r,feed:a,filter:o,storyManager:n}),d=(0,Tn.useCallback)(Hi()((()=>{if(!e||!l)return;const{x:t,y:s}=e.getCurrentPosition();l.calculate(t,s)}),300),[e,l]),c=(0,Tn.useCallback)((()=>{if(!e||!l)return;const t=e.elementRef.getBoundingClientRect(),s=new Do(t.left,t.top,t.width,t.height),i=Array.from(e.slides),r=new Do(0,0,window.innerWidth,window.innerHeight),a=h();l.updateGeometry({stories:i,storyListRect:s,windowRect:r,viewportPadding:a}),d()}),[e,l,d]);(0,Tn.useEffect)((()=>{if(!e||i||!l)return;const t=l.startScroll.bind(l),s=l.endScroll.bind(l);return e.addListener("scrollstart",t),e.addListener("scrollend",s),window.addEventListener("scroll",c),window.addEventListener("resize",c),()=>{e.removeListener("scrollstart",t),e.removeListener("scrollend",s),window.removeEventListener("scroll",c),window.removeEventListener("resize",c)}}),[e,i,c]),(0,Tn.useEffect)((()=>{!i&&e&&e.waitStoryListClientWidth().then((()=>{c()}))}),[e,s.direction,s.card.aspectRatio,s.card.height,t.stories,i,c]),(0,Tn.useEffect)((()=>{if(!l)return;const e=({id:e})=>l.markStoryAsFullVisible(e);return ps.on("publicEvents.showStory",e),()=>{ps.off("publicEvents.showStory",e)}}),[l,t]);const h=()=>{const e=s.sidePadding,t={left:e,right:e,top:s.topPadding,bottom:s.bottomPadding};return"vertical"===s.direction&&(t.left=0,t.right=0),t}},ch=(e,t,s)=>{const{dir:i}=Hc();(0,Tn.useEffect)((()=>{if(e&&t.autoScrollOnStoryClose)return ps.on(Ra.Close,r),()=>{ps.off(Ra.Close,r)}}),[e,t.direction,t.autoScrollOnStoryClose]);const r=({id:r})=>{if(!e)return;const a=((e,t)=>e.slides.find((e=>Number(e.dataset.id)===t)))(e,r);if(!a)return;const o=(e=>{const{x:t,y:i}=e.getCurrentPosition(),r=s.current.getBoundingClientRect();return new Do(r.x+t,r.y+i,r.width,r.height)})(e),n=((e,t)=>new Do(i===O.LTR?e.offsetLeft:t.width-e.offsetLeft-e.clientWidth,e.offsetTop,e.clientWidth,e.clientHeight))(a,o);if(n.overlaps(o))return;const l="horizontal"===t.direction?n.x:a.offsetTop;e.scrollTo(l)}},hh=(0,Tn.forwardRef)(((e,t)=>{const s=e.sliderOptions.card,i=e.sliderOptions.favoriteCard,r=s.border,a=s.opened.border,o=e.sliderOptions.navigation;return(0,On.jsx)("div",{dir:e.dir,ref:t,className:e.className,style:{...(()=>{const t=e=>{let t="";return null!=e&&Array.isArray(e.linearGradient)&&(t=e.linearGradient.map((({direction:e,points:t})=>`linear-gradient(${[e,t].filter(Boolean).join(", ")})`)).join(", ")),t},n={"--storiesBorderNotReadColor":r.color,"--storiesBorderReadColor":a.color??r.color,"--storiesBorderNotReadGradientColor":r?.gradient,"--storiesBorderReadGradientColor":a?.gradient??r?.gradient,"--storiesListCardFavoriteGradientColor":e.sliderOptions.favoriteCard.border?.gradient,"--storiesListCardUgcGradientColor":e.sliderOptions.ugcCard.border?.gradient,"--storiesGap":s.gap+"px","--storiesHeight":s.height+"px","--storiesListSidePadding":e.sliderOptions.sidePadding+"px","--storiesListBorderNotReadWidth":r.width+"px","--storiesListBorderReadWidth":(a.width??a.width)+"px","--storiesListBorderGapNotRead":r.gap+"px","--storiesListBorderGapRead":(a.gap??a.gap)+"px","--storiesListBorderRadius":r.radius+"px","--storiesListBorderRadiusRead":(a.radius??a.radius)+"px","--storiesListItemMaskColor":s.mask.color,"--storiesListItemOpenedMaskColor":s.opened.mask.color??s.mask.color,"--storiesListItemMaskLinearGradient":t(s.mask),"--storiesListItemOpenedMaskLinearGradient":t(null!=s.opened?.mask?.linearGradient?s.opened.mask:s.mask),"--storiesListCardFavoriteTitle":$(i.title.padding.toString())?i.title.padding+"px":i.title.padding,"--storiesListCardFavoriteGap":$(i.gap.toString())?i.gap+"px":i.gap,"--storiesListCardUgcMaskColor":e.sliderOptions.ugcCard.mask.color,"--storiesListCardUgcMaskLinearGradient":t(e.sliderOptions.ugcCard.mask),"--storiesListItemTitleFontFamily":"InternalPrimaryFont","--storiesListItemTitleFont":s.title.font,"--storiesListItemTitlePadding":$(s.title.padding.toString())?s.title.padding+"px":s.title.padding,"--storiesListControlsSize":$(o.controlsSize.toString())?o.controlsSize+"px":o.controlsSize,"--storiesListControlsBackgroundColor":o.controlsBackgroundColor,"--storiesListControlsColor":o.controlsColor,"--storiesListInnerBorderRadiusNotRead":r.radius-parseFloat(r.width)-parseFloat(r.gap)+"px","--storiesListInnerBorderRadiusRead":(a.radius??r.radius)-parseFloat(a.width??r.width)-parseFloat(a.gap??r.gap)+"px","--storiesListCardDropShadow":s.dropShadow,"--storiesListCardOpenedDropShadow":s.opened.dropShadow??s.dropShadow,"--storiesListCardFavoriteDropShadow":e.sliderOptions.favoriteCard.dropShadow,"--storiesListCardUgcDropShadow":e.sliderOptions.ugcCard.dropShadow,"--storiesListCardMask":s.svgMask?.cardMask?`url("data:image/svg+xml,${Q(s.svgMask?.cardMask)}")`:null,"--storiesListCardOpenedMask":s.opened.svgMask?.cardMask?`url("data:image/svg+xml,${Q(s.opened.svgMask?.cardMask)}")`:null,"--storiesListCardFavoriteMask":e.sliderOptions.ugcCard.svgMask?.cardMask?`url("data:image/svg+xml,${Q(e.sliderOptions.ugcCard.svgMask?.cardMask)}")`:null};let l=null;return l=s.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${Q(e.mask)}")`:null)),l=s.opened.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardOpenedOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${Q(e.mask)}")`:null)),l=e.sliderOptions.favoriteCard.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardFavoriteOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${Q(e.mask)}")`:null)),l=e.sliderOptions.ugcCard.svgMask?.overlayMask,null!=l&&Array.isArray(l)&&l.forEach(((e,t)=>n[`--storiesListCardUgcOverlay${t}Mask`]=e.mask?`url("data:image/svg+xml,${Q(e.mask)}")`:null)),n})(),...e.style},children:e.children})})),uh=navigator.vendor&&navigator.vendor.indexOf("Apple")>-1&&navigator.userAgent&&-1==navigator.userAgent.indexOf("CriOS")&&-1==navigator.userAgent.indexOf("FxiOS"),ph=({videoCoverSrc:e,onVideoCoverLoaded:t})=>{const s=(0,Tn.useRef)(null);return(0,Tn.useEffect)((()=>{(()=>{if(!e)return;const i=s.current,r=()=>{i.play().then((()=>{if(uh){let e=1;const s=()=>{e>=2&&(i.removeEventListener("timeupdate",s),i.currentTime=0,t()),e++};i.addEventListener("timeupdate",s,!1)}else t()})).catch((e=>{console.error(e)})),i.removeEventListener("canplaythrough",r)};i.addEventListener("canplaythrough",r),i.load()})()}),[]),(0,On.jsx)("video",{ref:s,src:e,loop:!0,muted:!0,playsInline:!0,"webkit-playsinline":"true",preload:"auto"})},gh=({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i})=>{const r=(e,t)=>null!=t&&Array.isArray(t)?t.map(((t,s)=>a(t,e,s))):[],a=(e,t,s)=>({maskImage:`var(--${t}${s}Mask)`,WebKitMaskImage:`var(--${t}${s}Mask)`,background:e.background});return{getAllCardsOverlayMaskStyles:()=>{let a=[];return e instanceof To&&(a=a.concat(r("storiesListCardFavoriteOverlay",s.svgMask?.overlayMask))),a=e instanceof xo?a.concat(r("storiesListCardUgcOverlay",i.svgMask?.overlayMask)):e.isOpened?a.concat(r("storiesListCardOpenedOverlay",t.opened.svgMask?.overlayMask)):a.concat(r("storiesListCardOverlay",t.svgMask?.overlayMask)),a}}};var mh=R(2811),yh={insert:"head",singleton:!1};jn()(mh.A,yh);const vh=mh.A.locals||{},fh=(0,Ml.observer)((({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i,wrapperStyle:r,children:a,onClick:o})=>{const n={story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i},[l,d]=(0,Tn.useState)(!1),{getAllCardsOverlayMaskStyles:u}=gh(n),{getCardTitleAlignClass:p,getTitleStyle:g,getTitleWrapperStyle:m}=(({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i})=>{const{dir:r}=Hc();return{getCardTitleAlignClass:()=>{const e=t.title.textAlign,s=e===c.START||e===c.LEFT,i=e===c.END||e===c.RIGHT,a=r===O.LTR;return{[vh["align-left"]]:s&&a||i&&!a,[vh["align-center"]]:e===c.CENTER,[vh["align-right"]]:i&&a||s&&!a}},getTitleStyle:()=>{const s={};return e.titleColor&&t.title.position===h.CARD_INSIDE_BOTTOM&&Object.assign(s,{color:e.titleColor}),s.WebkitLineClamp=String(parseInt(t.title.lineClamp)),s},getTitleWrapperStyle:()=>{let t={};return e.titleColor&&e instanceof To&&(t={...t,color:s.title.color}),e.titleColor&&e instanceof xo&&(t={...t,color:i.title.color}),t}}})(n),{getSlideClassList:y,getSlideStyleList:v,getSlideWrapperStyle:f}=(({story:e,cardOptions:t,favoriteCardOptions:s,ugcCardOptions:i})=>{const r=t.aspectRatio??e.getAspectRatio(t.variant);return{getSlideClassList:()=>{const r=e.background;let a="";void 0!==r&&(a=vh[`_background-color-${r.color}`+(!0===r.gradient?"-gradient":"")]);const o=(()=>{let r;return r=e instanceof To?s:e instanceof xo?i:e.isOpened&&t.opened||t,r})(),n=Boolean(o.dropShadow),l=Boolean(o.svgMask?.cardMask),d=Boolean(o.border?.gradient);return[a,{[vh["_is-read"]]:e.isOpened},{[vh["_format-rectangle"]]:t.variant===b.STYLE_RECTANGLE},{[vh["_format-circle"]]:t.variant===b.STYLE_CIRCLE},{[vh["_format-quad"]]:t.variant===b.STYLE_QUAD},{[vh["_favorite-cell"]]:e instanceof To},{[vh["_ugc-cell"]]:e instanceof xo},{[vh["_has-drop-shadow"]]:n},{[vh["_has-card-svg-mask"]]:l},{[vh["_has-border-gradient-color"]]:d}]},getSlideStyleList:()=>{const s={width:r*t.height+"px",opacity:null!==t.opacity?t.opacity:1,boxShadow:t.boxShadow||"unset",height:`${t.height}px`};return e.isOpened&&(s.boxShadow=t.opened.boxShadow||s.boxShadow,s.opacity=null!==t.opened.opacity?t.opened.opacity:s.opacity),s},getSlideWrapperStyle:()=>{const e={};return e.width=r*t.height+"px",e}}})(n),w=e.getImageSrcByCoverQuality(t.coverQuality),_=t.title.position===h.CARD_INSIDE_BOTTOM,S=t.title.position===h.CARD_OUTSIDE_TOP,x=t.title.position===h.CARD_OUTSIDE_BOTTOM;return(0,On.jsxs)("div",{"data-id":e.id,className:Pn()("ias-stories-slide-wrapper",vh["stories-slide-wrapper"],{[vh.isTitleCardOutsideTop]:S,[vh.isTitleCardOutsideBottom]:x}),style:{...f(),...r},rel:"noreferrer",onClick:t=>{t.stopPropagation(),t.preventDefault(),o(e)},children:[t.title.display&&S&&(0,On.jsx)("div",{className:Pn()(vh["stories-slide__content"],vh.__position_outside_top),style:m(),children:(0,On.jsx)("div",{className:Pn()(vh["stories-slide__title"],vh.clamp,p()),style:g(),children:e.title})}),(0,On.jsxs)("div",{className:Pn()("ias-stories-slide",vh["stories-slide"],y()),style:v(),children:[(0,On.jsxs)("div",{className:vh["stories-slide__inner"],children:[(0,On.jsx)("div",{className:vh["stories-slide-image"],style:{backgroundColor:e.backgroundColor?e.backgroundColor:"transparent"},children:(0,On.jsx)("div",{className:vh["stories-slide-image__wrap"],children:(0,On.jsxs)("div",{className:Pn()(vh["stories-slide-image__image"],vh._mode_list,{[vh["video-loaded"]]:l,[vh["ugc-card-cell"]]:e instanceof xo}),children:[w&&(0,On.jsx)("img",{src:w,alt:e.title,loading:t.coverLazyLoading?"lazy":"eager"},w),e.videoCoverSrc&&(0,On.jsx)(ph,{onVideoCoverLoaded:()=>d(!0),videoCoverSrc:e.videoCoverSrc}),a]})})}),(0,On.jsx)("div",{className:vh["stories-slide__mask"]}),t.title.display&&_&&(0,On.jsx)("div",{className:vh["stories-slide__content"],style:m(),children:(0,On.jsx)("div",{className:Pn()(vh["stories-slide__title"],vh.clamp,p()),style:g(),children:e.title})})]}),u().map(((e,t)=>(0,On.jsx)("div",{style:e,className:vh["card-overlay-svg-mask"]},t)))]}),t.title.display&&x&&(0,On.jsx)("div",{className:Pn()(vh["stories-slide__content"],vh.__position_outside_bottom),style:m(),children:(0,On.jsx)("div",{className:Pn()(vh["stories-slide__title"],vh.clamp,p()),style:g(),children:e.title})})]})}));var wh=R(2731),_h={insert:"head",singleton:!1};jn()(wh.A,_h);const Sh=wh.A.locals||{},bh=({sliderDirection:e,slider:t,...s})=>{const[i,r]=(0,Tn.useState)(!0),[a,o]=(0,Tn.useState)(!0),n=s.navigationOptions.speed;(0,Tn.useEffect)((()=>(t.on("reachStart",l),t.on("reachEnd",d),()=>{t.off("reachStart",l),t.off("reachEnd",d)})),[t]);const l=()=>{r(t.reachStart)},d=()=>{o(t.reachEnd)};return s.navigationView?s.navigationView({dir:s.dir,defaultStyles:Sh,reachStart:i,reachEnd:a,onPrev:()=>t.scrollByDirection(-1,n),onNext:()=>t.scrollByDirection(1,n),slider:{direction:e,viewport:t.elementRef.getBoundingClientRect()}}):s.navigationOptions.showControls?(0,On.jsxs)("div",{className:Pn()("ias-stories-list-controls",Sh["stories-list-controls"],Sh[e]),children:[(0,On.jsx)("div",{onClick:()=>t.scrollByDirection(-1,n),className:Pn()("ias-control-start",Sh["control-start"],{[Sh["control-start_dir_rtl"]]:"rtl"===s.dir,[Sh["control-start_reach-start"]]:i,"ias-control-start_dir_rtl":"rtl"===s.dir,"ias-control-start_reach-start":i}),children:(0,On.jsx)("div",{className:Pn()("ias-control-icon",Sh["control-icon"])})}),(0,On.jsx)("div",{onClick:()=>t.scrollByDirection(1,n),className:Pn()("ias-control-end",Sh["control-end"],{[Sh["control-end_dir_rtl"]]:"rtl"===s.dir,[Sh["control-end_reach-end"]]:a,"ias-control-end_dir_rtl":"rtl"===s.dir,"ias-control-end_reach-end":a}),children:(0,On.jsx)("div",{className:Pn()("ias-control-icon",Sh["control-icon"])})})]}):null};var xh=R(7533),Ch={insert:"head",singleton:!1};jn()(xh.A,Ch);const kh=xh.A.locals||{},Mh=({favoriteStories:e,cardOptions:t,favoriteCardOptions:s})=>{const i=e=>({paddingTop:1/(t.aspectRatio??e.getAspectRatio(t.variant))*100+"%"}),r=e=>{const t=e.getImageSrcByCoverQuality(s.coverQuality),i={};return t?i.backgroundImage=`url('${t}')`:i.backgroundColor=e.backgroundColor,i};return(0,On.jsx)("div",{className:kh["favorite-images-wrapper"],children:e.slice(0,4).map(((e,s)=>(0,On.jsx)("div",{className:kh["favorite-image-wrapper"],children:(0,On.jsx)("div",{style:i(e),className:Pn()(kh["favorite-image"],{[kh.circle_style]:t.variant===b.STYLE_CIRCLE}),children:(0,On.jsx)("div",{className:kh["favorite-image-item"],style:r(e)})})},s)))})},Ih=(0,Ml.observer)((0,Tn.forwardRef)((({isFavorite:e=!1,storyListViewModel:t,...s},i)=>{const r=(0,Tn.useRef)(null),a=(0,Tn.useRef)(null);((e,t)=>{(0,Tn.useImperativeHandle)(e,(()=>({reload:t.reload.bind(t)})),[t])})(i,t);const o=((e,t)=>{const[s,i]=(0,Tn.useState)(t);(0,Tn.useLayoutEffect)((()=>{const s=e.current;r(s,t),i(t)}),[JSON.stringify(t)]);const r=(e,t)=>{const s=new rh(e,t.card.title);a(s,t),o(s,t)},a=(e,t)=>{const s=e.getCardTitleFont();s.fontSize=e.getScaledFontSizeInWebView(),t.card.title.font=s.toString()},o=(e,t)=>{const s=new ah(t),{storiesListHeight:i,storiesListInnerHeight:r}=s.getStoriesListStyleOptions(e.getStoryTitleBlockHeight()),a=t.layout.height;t.layout.height=ht()(a)?`${i}px`:a};return s})(r,s.storyListOptions),{sliderRef:n,slider:d,isScrolling:c}=((e,t)=>{const{dir:s,desktopMode:i}=Hc(),r=(0,Tn.useRef)(),a=(0,Tn.useRef)(null),[o,n]=(0,Tn.useState)(!1),[l,d]=(0,Tn.useState)(null),c=()=>{clearTimeout(r.current),n(!0)},h=()=>{r.current=setTimeout((()=>n(!1)),100)},u=(0,Tn.useCallback)((()=>{if(!l)return;const{x:e,y:t}=l.getCurrentPosition();l.testAttraction(e,t)}),[l]);return(0,Tn.useEffect)((()=>{if(!a.current)return;const e=new Yi;return e.mount(a.current),d(e),e.on("scrollstart",c),e.on("scrollend",h),()=>{e.destroy(),e.off("scrollstart",c),e.off("scrollend",h)}}),[]),(0,Tn.useEffect)((()=>{l&&(l.setGap(e.card.gap),l.setDesktopMode(i),l.changeDirection(e.direction))}),[l,e.card.gap,i,e.direction]),(0,Tn.useEffect)((()=>{l&&(l.setTextDirection(s),l.scrollTo(0,0))}),[l,s]),(0,Tn.useEffect)((()=>{l&&(l.scrollTo(0,0),(async(e,t)=>{t>0&&await e.waitStoryListClientWidth();const{x:s,y:i}=e.getCurrentPosition();e.testAttraction(s,i)})(l,t))}),[l,t]),(0,Tn.useEffect)((()=>(window.addEventListener("resize",u),()=>{window.addEventListener("resize",u)})),[l,u]),{sliderRef:a,slider:l,isScrolling:o}})(o,t.stories.length);dh({slider:d,storyListViewModel:t,storyListOptions:o,isFavorite:e,listType:s.listType,feed:s.feedSlug,filter:s.filter,storyManager:s.storyManager}),ch(d,o,a);const{getRootStyle:u,getStoryWrapperStyle:p,viewportInnerClassList:g,viewportInnerStyle:m}=(e=>{const{dir:t,desktopMode:s}=Hc();return{getRootStyle:()=>({"--background-color":e.layout.backgroundColor,paddingLeft:e.sidePadding+"px",paddingRight:e.sidePadding+"px","--storiesListTopPadding":e.topPadding+"px","--storiesListBottomPadding":e.bottomPadding+"px","--storiesListSidePadding":e.sidePadding+"px",backgroundColor:e.layout.backgroundColor}),getStoryWrapperStyle:(t,s)=>{const i={marginRight:"0",paddingLeft:"0",paddingRight:"0"};return"vertical"===e.direction||(t!==s-1?i.marginRight=e.card.gap+"px":i.paddingRight=e.sidePadding+"px",0===t&&(i.paddingLeft=e.sidePadding+"px")),i},viewportInnerClassList:s?Pn()(lh["stories-list__viewport-inner"],lh["mode-desktop"],{[lh["with-list-controls"]]:e.navigation.showControls,[lh.isTitleCardOutsideTop]:e.card.title.position===h.CARD_OUTSIDE_TOP,[lh.isTitleCardOutsideBottom]:e.card.title.position===h.CARD_OUTSIDE_BOTTOM,[lh.isVerticalDirection]:"vertical"===e.direction}):Pn()(lh["stories-list__viewport-inner"],{...(()=>{const s=e.layout.sliderAlign,i=s===l.START||s===l.LEFT,r=s===l.END||s===l.RIGHT,a=t===O.LTR;return{[lh["align-left"]]:i&&a||r&&!a,[lh["align-center"]]:s===l.CENTER,[lh["align-right"]]:r&&a||i&&!a}})(),[lh.isTitleCardOutsideTop]:e.card.title.position===h.CARD_OUTSIDE_TOP,[lh.isTitleCardOutsideBottom]:e.card.title.position===h.CARD_OUTSIDE_BOTTOM,[lh.isVerticalDirection]:"vertical"===e.direction}),viewportInnerStyle:{height:e.layout.height,gap:"vertical"===e.direction?`${e.card.gap}px`:0}}})(o),y=o.card,v=o.favoriteCard,f=o.ugcCard;(0,Tn.useLayoutEffect)((()=>{t.setFavoriteCardOptions(v),t.setUgcCardOptions(f)}),[t,v,f]);return(0,On.jsxs)(hh,{className:Pn()("ias-stories-list-wrapper",lh["stories-list-wrapper"],{[lh["mode-desktop"]]:t.modeDesktop,[lh["with-list-controls"]]:o.navigation.showControls,"ias-mode-desktop":t.modeDesktop,"ias-with-list-controls":o.navigation.showControls}),dir:s.dir,style:u(),sliderOptions:o,ref:r,children:[(0,On.jsx)("div",{className:Pn()("ias-stories-list",lh["stories-list"]),children:(0,On.jsx)("div",{ref:a,className:Pn()(lh["stories-list__viewport"],{[lh["mode-desktop"]]:t.modeDesktop,"ias-mode-desktop":t.modeDesktop}),style:"horizontal"===o.direction?{marginLeft:-o.sidePadding+"px",marginRight:-o.sidePadding+"px"}:{},children:(0,On.jsx)("div",{ref:n,className:g,style:m,children:t.stories.map(((e,i)=>{const r=e instanceof To,a=s.storyCardView&&!r;return r&&s.favoriteCardView?(0,On.jsx)(Rn().Fragment,{children:s.favoriteCardView(e)},e.id):(0,On.jsx)(Rn().Fragment,{children:a?s.storyCardView?.(e):(0,On.jsx)(fh,{story:e,cardOptions:y,favoriteCardOptions:v,ugcCardOptions:f,wrapperStyle:p(i,t.stories.length),onClick:()=>((e,i)=>{c||(s.onStoryCardClick?.(e),e instanceof xo?s.onUgcCardClick?.():e instanceof To?s.onFavoriteCardClick?.():t.onStoryClick(e,i))})(e,i),children:r&&(0,On.jsx)(Mh,{favoriteStories:e.favoriteStories,favoriteCardOptions:o.favoriteCard,cardOptions:y})},e.id)},e.id)}))})})}),d&&(0,On.jsx)(bh,{dir:s.dir,navigationOptions:o.navigation,navigationView:s.navigationView,sliderDirection:o.direction,storiesLength:t.stories.length,slider:d})]})}))),Lh=(0,Ml.observer)((0,Tn.forwardRef)(((e,t)=>{const{storyManager:s,dir:i}=Hc(),r=e.feedSlug??"default",a=De.DEFAULT,{storyListViewModel:o,storyListOptions:n}=Xc({...e,storyManager:s,feedSlug:r,listType:a,hasFavorite:Boolean(e.hasFavorite),isFavorite:!1});return o&&o.session?.id?(0,On.jsx)(Ih,{...e,dir:i,storyManager:s,feedSlug:e.feedSlug??"default",listType:De.DEFAULT,storyListViewModel:o,storyListOptions:n,onStoryCardClick:e.onStoryCardClick,onFavoriteCardClick:()=>{s.emit("clickOnFavoriteCell",{feed:r}),e.onFavoriteCardClick?.()},ref:t}):null}))),Ah=(0,Ml.observer)((0,Tn.forwardRef)(((e,t)=>{const{storyManager:s,dir:i}=Hc(),r=We,a=De.UGC,{storyListViewModel:o,storyListOptions:n}=Xc({...e,storyManager:s,feedSlug:r,listType:a,isFavorite:!1,hasFavorite:!1});return o&&o.session?.id?(0,On.jsx)(Ih,{...e,ref:t,dir:i,storyListOptions:n,storyManager:s,listType:De.UGC,feedSlug:We,storyListViewModel:o,onStoryCardClick:e.onStoryCardClick}):null}))),Oh=e=>{const{storyManager:t,dir:s}=Hc(),i=Fe,r=De.FAVORITE,{storyListViewModel:a,storyListOptions:o}=Xc({...e,storyManager:t,feedSlug:i,listType:r,isFavorite:!0,hasFavorite:!0});return a?(0,On.jsx)(Ih,{...e,storyListOptions:o,storyManager:t,dir:s,feedSlug:i,listType:r,storyListViewModel:a,isFavorite:!0}):null};var Eh=R(2432),Th={insert:"head",singleton:!1};jn()(Eh.A,Th);const Rh=Eh.A.locals||{},Dh=({open:e,options:t,storyListOptions:s,onClose:i})=>{const{dir:r}=Hc();(0,Tn.useLayoutEffect)((()=>{if(!e)return;const t=document.documentElement.style.overflow;return document.documentElement.style.overflow="hidden",()=>{document.documentElement.style.overflow=t}}),[e]);return e?(0,On.jsx)("div",{className:Rh["favorite-story-list-modal"],style:{"--storiesFavoriteTitleColor":t.title.color,"--storiesFavoriteTitleFontFamily":"InternalPrimaryFont","--storiesFavoriteTitleFont":t.title.font,"--storiesFavoriteTitleBackgroundColor":t.title.backgroundColor,"--storiesFavoriteHeaderTopOffset":parseFloat(t.headerTopOffset?.toString()??"0")+"px","--storiesFavoriteBottomOffset":parseFloat(t.bottomOffset?.toString()??"0")+"px","--storiesFavoriteBackgroundColor":t.backgroundColor},children:(0,On.jsxs)("div",{className:Rh.container,children:[(0,On.jsxs)("div",{className:Rh.header,children:[(0,On.jsx)("p",{className:Rh.title,children:t.title.content}),(0,On.jsx)("button",{onClick:e=>{e.preventDefault(),e.stopPropagation(),i()},className:Rh["header__close-btn"],style:(()=>{const e="start"===t.closeButtonPosition||"left"===t.closeButtonPosition,s=r===O.LTR;return{[e&&s||!e&&!s?"left":"right"]:"10px"}})(),dangerouslySetInnerHTML:{__html:t.closeButton?.svgSrc.baseState??""}})]}),(0,On.jsx)("div",{className:Rh.content,children:(0,On.jsx)("div",{className:Rh["favorite-story-list"],children:(0,On.jsx)(Oh,{options:{...s,sidePadding:0,direction:p.COLUMN,layout:{height:"auto"}}})})}),(0,On.jsx)("div",{className:Rh.footer}),(0,On.jsx)("div",{className:Rh["bottom-offset"]})]})}):null},Ph=({storyList:e,onStoryCardClick:t,onFavoriteCardClick:s})=>{const[i,r]=(0,Tn.useState)(e.appearanceManager.storiesListOptions),a=(0,Tn.useRef)(null);return(0,Tn.useEffect)((()=>{e.api=a.current}),[]),(0,Tn.useEffect)((()=>(e.appearanceManager.on(xn.EVENT_UPDATED_STORIES_LIST_OPTIONS,r),()=>{e.appearanceManager.off(xn.EVENT_UPDATED_STORIES_LIST_OPTIONS,r)})),[e.appearanceManager]),(0,Il.createPortal)((0,On.jsx)(Lh,{ref:a,options:i,hasFavorite:e.appearanceManager.commonOptions.hasFavorite,testKey:e.testKey,useUgcCard:e.useUgcCard,feedSlug:e.feedSlug,onLoadStart:()=>{e.emit(g.START_LOADER)},onLoadEnd:t=>{e.emit(g.END_LOADER,t)},onUgcCardClick:()=>{e.ugcCardClickHandler()},onFavoriteCardClick:s,onStoryCardClick:t},e.mountSelector),document.querySelector(e.mountSelector))},Bh=({ugcStoryList:e,onStoryCardClick:t})=>{const[s,i]=(0,Tn.useState)(e.appearanceManager.storiesListOptions),r=(0,Tn.useRef)(null);return(0,Tn.useEffect)((()=>{e.api=r.current}),[]),(0,Tn.useEffect)((()=>(e.appearanceManager.on(xn.EVENT_UPDATED_STORIES_LIST_OPTIONS,i),()=>{e.appearanceManager.off(xn.EVENT_UPDATED_STORIES_LIST_OPTIONS,i)})),[e.appearanceManager]),(0,Il.createPortal)((0,On.jsx)(Ah,{ref:r,options:s,testKey:e.testKey,useUgcCard:e.useUgcCard,onStoryCardClick:t,onLoadStart:()=>{e.emit(g.START_LOADER)},onLoadEnd:t=>{e.emit(g.END_LOADER,t)},onUgcCardClick:()=>{e.ugcCardClickHandler()}}),document.querySelector(e.mountSelector))},jh=e=>{const[t,s]=(0,Tn.useState)(!1);return(0,On.jsxs)($c,{config:e.storyManagerConfigDto,storyReaderOptions:e.appearanceManager.storyReaderOptions,commonOptions:e.appearanceManager.commonOptions,gameReaderOptions:e.appearanceManager.gameReaderOptions,goodsWidgetOptions:e.appearanceManager.goodsWidgetOptions,children:[e.storyLists.map((t=>(0,On.jsx)(Ph,{onFavoriteCardClick:()=>{s(!0)},onStoryCardClick:()=>{e.onAppearanceManagerChange(t.appearanceManager)},storyList:t},t.mountSelector))),e.ugcStoryLists.map((t=>(0,On.jsx)(Bh,{ugcStoryList:t,onStoryCardClick:()=>{e.onAppearanceManagerChange(t.appearanceManager)}},t.mountSelector))),(0,On.jsx)(Dh,{open:t,onClose:()=>s(!1),options:e.appearanceManager.storyFavoriteReaderOptions,storyListOptions:e.appearanceManager.storiesListOptions})]})};class Fh{storyManager;root;storyManagerConfigDto;storyLists=[];ugcStoryLists=[];appearanceManager=new Cn;constructor(e){this.storyManager=e,this.createAppRoot(),this.handleAppearanceManagerUpdate=this.handleAppearanceManagerUpdate.bind(this),this.setAppearanceManager=this.setAppearanceManager.bind(this)}async setStoryList(e){await this.storyManager.waitStoryManagerConfig(),this.storyLists=e.slice(),this.render()}async setUGCStoryList(e){await this.storyManager.waitStoryManagerConfig(),this.ugcStoryLists=e.slice(),this.render()}setStoryManagerConfig(e){this.storyManagerConfigDto={...this.storyManagerConfigDto,...e},this.render()}setAppearanceManager(e){this.unscubscribeToAppearanceManagerEvents(),this.appearanceManager=e,this.subscribeToAppearanceManagerEvents(),this.render()}render(){this.root.render((0,On.jsx)(jh,{storyManagerConfigDto:this.storyManagerConfigDto,appearanceManager:this.appearanceManager,ugcStoryLists:this.ugcStoryLists,storyLists:this.storyLists,onAppearanceManagerChange:this.setAppearanceManager}))}createAppRoot(){const e=document.createElement("div");e.id="ias-app",document.body.append(e),this.root=(0,En.createRoot)(e)}subscribeToAppearanceManagerEvents(){this.appearanceManager.on(xn.UPDATE,this.handleAppearanceManagerUpdate)}unscubscribeToAppearanceManagerEvents(){this.appearanceManager.off(xn.UPDATE,this.handleAppearanceManagerUpdate)}handleAppearanceManagerUpdate(){this.render()}}class Nh extends t.EventEmitter{storyManager;app;sharePage=null;constructor(e,t,s,i,r){super(),this.storyManager=s,this.app=i,In(t),this.showSharePage(e,t,r)}async showSharePage(e,t,s){this.app.setAppearanceManager(t),this.sharePage=await this.storyManager.showSharePage(e,s)}async closeStoryReader(){this.sharePage?.closeStoryReader()}}class Uh extends(s()){appearanceManager;options;storyManager;app;stackedStoryListViewModel;constructor(e,t,s,i){super(),this.appearanceManager=e,this.options=t,this.storyManager=s,this.app=i,In(e),this.handleUpdate=this.handleUpdate.bind(this),this.stackedStoryListViewModel=new _o(this.storyManager,{feed:t.feed}),this.stackedStoryListViewModel.on("update",this.handleUpdate),this.loadStories().catch(console.error)}get stories(){return this.stackedStoryListViewModel.stories}get length(){return this.stackedStoryListViewModel.length}get activeIndex(){return this.stackedStoryListViewModel.activeIndex}get feedCoverSrc(){return this.stackedStoryListViewModel.feedCoverSrc}get top(){return this.stackedStoryListViewModel.top}async reload(){return this.stackedStoryListViewModel.reload()}destroy(){this.stackedStoryListViewModel.destroy(),this.stackedStoryListViewModel.removeAllListeners()}showStory(e){this.app.setAppearanceManager(this.appearanceManager),this.stackedStoryListViewModel.showStory(e)}on(e,t){return"update"===e?super.on(e,t):(this.stackedStoryListViewModel.on(e,t),this)}once(e,t){return this.stackedStoryListViewModel.once(e,t),this}off(e,t){return this.stackedStoryListViewModel.off(e,t),this}handleUpdate(e){this.emit("update",{id:e.id,title:e.title,titleColor:e.titleColor,hasAudio:e.hasAudio,hasSwipeUp:e.hasSwipeUp,isOpened:e.isOpened,deeplink:e.deeplink,gameInstanceId:e.gameInstanceId,hideInReader:e.hideInReader,hide_timeline:e.hideTimeline,cover:e.getCover(this.appearanceManager.storiesListOptions.card.coverQuality)})}async loadStories(){await this.storyManager.waitStoryManagerConfig(),this.stackedStoryListViewModel.loadStories()}}class zh{storyManagerConfigDto;static instance;app=new Fh(bn);constructor(e){return this.storyManagerConfigDto=e,zh.instance?(console.warn("StoryManager singleton is created multiple times\nuse IAS.StoryManager.getInstance() instead"),zh.instance):(zh.instance=this,this.app.setStoryManagerConfig(e),zh.instance)}get sdkVersionName(){return bn.sdkVersionName}get sdkVersionCode(){return bn.sdkVersionCode}set storyLinkClickHandler(e){bn.storyLinkClickHandler=e}static getInstance(){return zh.instance?zh.instance:null}static use(e,t){bn.use(e,t)}getConfig(){return bn.getConfig()}async showOnboardingStories(e,t){return In(e),this.app.setAppearanceManager(e),bn.showOnboardingStories(t)}async showStory(e,t){In(t),this.app.setAppearanceManager(t),await bn.showStory(e)}async showStoryOnce(e,t){return In(t),this.app.setAppearanceManager(t),bn.showStoryOnce(e)}closeAllReaders(){bn.closeAllReaders()}async openGame(e,t,s={}){return In(t),this.app.setAppearanceManager(t),bn.openGame(e,s)}async closeGame(){return bn.closeGame()}async closeStoryReader(){return bn.closeStoryReader()}getUgcEditorConfig(){return bn.getUgcEditorConfig()}closeGoodsWidget(){bn.closeGoodsWidget()}setLang(e){this.storyManagerConfigDto.lang=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}getNonce(){return Y()}async setUserId(e,t){this.storyManagerConfigDto.userId=e,this.storyManagerConfigDto.userIdSign=t,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}async userLogoug(){return this.setUserId("")}setTags(e){this.storyManagerConfigDto.tags=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}setPlaceholders(e){this.storyManagerConfigDto.placeholders=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}setImagePlaceholders(e){this.storyManagerConfigDto.imagePlaceholders=e,this.app.setStoryManagerConfig(this.storyManagerConfigDto)}on(e,t){return bn.on(e,t),this}once(e,t){return bn.once(e,t),this}off(e,t){return bn.off(e,t),this}destroy(){null!=zh.instance&&(zh.instance=null,this.closeAllReaders())}StoriesList=class extends Ln{constructor(e,t,s){super(e,t,s,zh.instance.app)}};UGCStoriesList=class extends An{constructor(e,t,s){super(e,t,s,zh.instance.app)}};SharePage=class extends Nh{constructor(e,t,s){super(e,t,bn,zh.instance.app,s)}};StackedStoryList=class extends Uh{constructor(e,t){super(e,t,bn,zh.instance.app)}};inAppMessaging=new mo(bn.inAppMessaging)}})(),D})()));