@everymatrix/casino-lobby 1.47.0 → 1.47.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "1.47.0",
3
+ "version": "1.47.1",
4
4
  "type": "module",
5
5
  "main": "es2015/casino-lobby.cjs",
6
6
  "module": "es2015/casino-lobby.js",
@@ -13,7 +13,8 @@
13
13
  },
14
14
  "files": [
15
15
  "es2015/",
16
- "components"
16
+ "components",
17
+ "stencil"
17
18
  ],
18
19
  "publishConfig": {
19
20
  "access": "public"
@@ -0,0 +1,5 @@
1
+ const o = () => {
2
+ };
3
+ export {
4
+ o as g
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";const s=()=>{};exports.globalScripts=s;
@@ -0,0 +1,371 @@
1
+ "use strict";var p=(n,e,a)=>new Promise((i,o)=>{var m=r=>{try{c(a.next(r))}catch(h){o(h)}},d=r=>{try{c(a.throw(r))}catch(h){o(h)}},c=r=>r.done?i(r.value):Promise.resolve(r.value).then(m,d);c((a=a.apply(n,e)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-7666b794-CHdM2q8W.cjs"),w=require("./app-globals-0f993ce5-sCt45RkC.cjs");var g=typeof document!="undefined"?document.currentScript:null,y=()=>{const n=typeof document=="undefined"?require("url").pathToFileURL(__filename).href:g&&g.src||new URL("stencil/casino-play-random-game-DJ_HpP4O.cjs",document.baseURI).href,e={};return n!==""&&(e.resourcesUrl=new URL(".",n).href),t.promiseResolve(e)};y().then(n=>p(exports,null,function*(){return yield w.globalScripts(),t.bootstrapLazy([["casino-play-random-game",[[1,"casino-play-random-game",{endpoint:[513],datasource:[513],language:[513],specificCategory:[513,"specific-category"],iconVisible:[513,"icon-visible"],iconVisibleOnAnim:[513,"icon-visible-on-anim"],launchByGameCard:[513,"launch-by-game-card"],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],translationUrl:[513,"translation-url"],hasErrors:[32],limitStylingAppends:[32],isLoading:[32],gamesToShow:[32],selectedGame:[32],animationDone:[32],animationStarted:[32]},null,{endpoint:["watchEndpoint"],datasource:["watchEndpoint"],language:["watchEndpoint"],translationUrl:["handleNewTranslations"],iconVisible:["handleIsIconVisible"]}]]]],n)}));const x=()=>{let n=window.navigator.userAgent;return n.toLowerCase().match(/android/i)?"Android":n.toLowerCase().match(/iphone/i)?"iPhone":n.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC"},G="en",l={en:{error:"Error",randomGameLoading:"Loading ...",playRandomGame:"Play a random game",playNowRandomGame:"Play now",spinRandomGame:"Spin"},ro:{error:"Error",randomGameLoading:"Loading ...",playRandomGame:"Play a random game",playNowRandomGame:"Play now",spinRandomGame:"Spin"},fr:{error:"Error",randomGameLoading:"Loading ...",playRandomGame:"Play a random game",playNowRandomGame:"Play now",spinRandomGame:"Spin"},hr:{error:"Greška",randomGameLoading:"Učitavanje ...",playRandomGame:"Igraj nasumičnu igru",playNowRandomGame:"Igraj sada",spinRandomGame:"Zavrti"},hu:{error:"Error",randomGameLoading:"Loading ...",playRandomGame:"Play a random game",playNowRandomGame:"Play now",spinRandomGame:"Spin"},tr:{error:"Hata",randomGameLoading:"Yükleniyor...",playRandomGame:"Rasgele bir oyun oyna",playNowRandomGame:"Şimdi Oyna",spinRandomGame:"DEĞİŞTİR"}},u=n=>new Promise(e=>{fetch(n).then(a=>a.json()).then(a=>{Object.keys(a).forEach(i=>{l[i]||(l[i]={});for(let o in a[i])l[i][o]=a[i][o]}),e(!0)})}),s=(n,e)=>{const a=e;return l[a!==void 0&&a in l?a:G][n]},b=`:host {
2
+ display: block;
3
+ font-family: inherit;
4
+ -webkit-transform: translate3d(0, 0, 0);
5
+ transform: translate3d(0, 0, 0);
6
+ }
7
+
8
+ :host * {
9
+ -webkit-transform: translate3d(0, 0, 0);
10
+ transform: translate3d(0, 0, 0);
11
+ }
12
+
13
+ .RandomGameWrapper {
14
+ width: 100%;
15
+ height: var(--emw--size-4x-medium, 700px);
16
+ background: transparent;
17
+ position: relative;
18
+ overflow: hidden;
19
+ }
20
+
21
+ .GameContainerGradient {
22
+ position: absolute;
23
+ top: 10%;
24
+ left: -5px;
25
+ width: 100vw;
26
+ height: 80%;
27
+ background: linear-gradient(90deg, var(--emw--color-background, rgba(0, 0, 0, 0.9)) 0%, rgba(14, 21, 17, 0.5) 25%, rgba(14, 21, 17, 0) 50%, rgba(14, 21, 16, 0.5) 75%, var(--emw--color-background, rgba(10, 0, 0, 0.9)) 100%);
28
+ pointer-events: none;
29
+ z-index: 1;
30
+ filter: blur(10px);
31
+ }
32
+
33
+ .GamesContainer {
34
+ display: flex;
35
+ height: var(--emw--size-4x-medium, 600px);
36
+ flex-direction: row;
37
+ flex-wrap: nowrap;
38
+ justify-content: flex-start;
39
+ align-items: center;
40
+ align-content: flex-start;
41
+ gap: var(--emw--spacing-large, 20px);
42
+ }
43
+
44
+ .RandomGameCard {
45
+ position: relative;
46
+ width: var(--emw--size-3x-medium, 300px);
47
+ height: var(--emw--size-4x-medium, 420px);
48
+ border-radius: var(--emw--border-radius-large, 20px);
49
+ top: 8%;
50
+ filter: blur(5px);
51
+ }
52
+ .RandomGameCard .RandomGameVendor {
53
+ position: absolute;
54
+ font-size: var(--emw--font-size-x-small, 12px);
55
+ bottom: var(--emw--spacing-small-minus, 10px);
56
+ left: var(--emw--spacing-small-minus, 10px);
57
+ color: var(--emw--color-typography, #FFFFFF);
58
+ }
59
+
60
+ .TheRandomGame {
61
+ animation-name: ZoomFadeIn;
62
+ animation-duration: 0.5s;
63
+ animation-fill-mode: forwards;
64
+ -webkit-animation-name: ZoomFadeIn;
65
+ -webkit-animation-duration: 0.5s;
66
+ -webkit-animation-fill-mode: forwards;
67
+ opacity: 1;
68
+ cursor: pointer;
69
+ filter: blur(0);
70
+ }
71
+
72
+ .RandomGameImage {
73
+ width: inherit;
74
+ height: inherit;
75
+ object-fit: cover;
76
+ border-radius: var(--emw--border-radius-large, 20px);
77
+ }
78
+
79
+ .RandomGameDetails {
80
+ display: flex;
81
+ flex-direction: row;
82
+ justify-content: space-between;
83
+ align-items: center;
84
+ color: var(--emw--color-typography, #FFFFFF);
85
+ font-size: var(--emw--font-size-small, 14px);
86
+ width: 100%;
87
+ }
88
+ .RandomGameDetails .RandomGameTitle {
89
+ line-height: 18px;
90
+ }
91
+ .RandomGameDetails .RandomGameInfo {
92
+ border-radius: 50%;
93
+ width: var(--emw--spacing-medium, 16px);
94
+ height: var(--emw--spacing-medium, 16px);
95
+ font-size: var(--emw--font-size-x-small, 12px);
96
+ font-weight: var(--emw--font-weight-normal, 400);
97
+ border: solid 1px var(--emw--color-typography, #FFFFFF);
98
+ text-align: center;
99
+ margin: var(--emw--spacing-2x-small, 4px) 0;
100
+ line-height: 14px;
101
+ cursor: pointer;
102
+ }
103
+ .RandomGameDetails .RandomGamePlay {
104
+ background: var(--emw--color-primary, #4bd004);
105
+ color: var(--emw--color-typography, #FFFFFF);
106
+ border: none;
107
+ border-radius: var(--emw--border-radius-medium, 5px);
108
+ width: 200px;
109
+ height: 40px;
110
+ font-size: var(--emw--font-size-small, 14px);
111
+ cursor: pointer;
112
+ }
113
+
114
+ .ButtonWrapper {
115
+ position: absolute;
116
+ top: 50%;
117
+ left: 50%;
118
+ transform: translate(-50%, -50%);
119
+ z-index: 20;
120
+ }
121
+
122
+ .ButtonContainer {
123
+ display: flex;
124
+ flex-direction: column;
125
+ justify-content: center;
126
+ align-items: center;
127
+ gap: 10px;
128
+ width: 100%;
129
+ position: relative;
130
+ }
131
+
132
+ .ButtonIcon {
133
+ display: flex;
134
+ flex-direction: column;
135
+ justify-content: center;
136
+ align-items: center;
137
+ gap: var(--emw--spacing-2x-small, 5px);
138
+ }
139
+
140
+ .QustionMark {
141
+ position: absolute;
142
+ font-family: sans-serif;
143
+ font-size: 120px;
144
+ font-weight: 900;
145
+ color: color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 10%);
146
+ text-shadow: 0px 12px 0px color-mix(in srgb, var(--emw--casino-color-secondary, var(--emw--color-secondary, #eeac4a)), black 50%);
147
+ left: 50%;
148
+ top: -20%;
149
+ transform: translateX(-50%);
150
+ z-index: 10;
151
+ }
152
+
153
+ .HexagonMarkShadow {
154
+ width: 100px;
155
+ height: 115px;
156
+ display: flex;
157
+ justify-content: center;
158
+ align-items: center;
159
+ background: color-mix(in srgb, var(--emw--casino-color-secondary, var(--emw--color-secondary, #eeac4a)), black 70%);
160
+ clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
161
+ }
162
+
163
+ .HexagonMark {
164
+ position: absolute;
165
+ width: var(--emw--size-medium, 90px);
166
+ height: 105px;
167
+ background: linear-gradient(to bottom, color-mix(in srgb, var(--emw--casino-color-secondary, var(--emw--color-secondary, #eeac4a)), black 20%) 0%, var(--emw--categories-color-secondary, var(--emw--color-secondary, #eeac4a)) 100%);
168
+ clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
169
+ }
170
+
171
+ .RandomButtons {
172
+ display: flex;
173
+ flex-direction: row;
174
+ justify-content: center;
175
+ align-items: center;
176
+ gap: var(--emw--spacing-2x-small, 5px);
177
+ width: 100%;
178
+ position: relative;
179
+ z-index: 10;
180
+ }
181
+
182
+ .RandomButton {
183
+ font-size: var(--emw--font-size-large, 20px);
184
+ text-transform: uppercase;
185
+ width: max-content;
186
+ border-radius: var(--emw--button-border-radius, 50px);
187
+ padding: var(--emw--spacing-large, 20px) var(--emw--spacing-2x-large, 40px);
188
+ border: solid 3px var(--emw--button-border-color, #063B17);
189
+ color: var(--emw--button-text-color, #FFFFFF);
190
+ opacity: 1;
191
+ animation: ButtonEffect 3s linear infinite;
192
+ background-image: linear-gradient(to right, var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E), black 30%), var(--emw--color-primary, #22B04E));
193
+ background-size: 300% 100%;
194
+ cursor: pointer;
195
+ position: relative;
196
+ z-index: 10;
197
+ }
198
+ .RandomButton:hover {
199
+ opacity: 0.8;
200
+ }
201
+
202
+ .HideAnimation {
203
+ filter: blur(5px);
204
+ animation: AnimateButton 0.2s forwards;
205
+ }
206
+
207
+ .Flip {
208
+ animation-name: Flip, Blur;
209
+ animation-duration: 0.75s, 3s;
210
+ animation-iteration-count: infinite, 1;
211
+ -webkit-animation-name: Flip, Blur;
212
+ -webkit-animation-duration: 0.75s, 3s;
213
+ -webkit-animation-iteration-count: infinite, 1;
214
+ }
215
+
216
+ @keyframes ButtonEffect {
217
+ 0% {
218
+ background-position: 0% 50%;
219
+ }
220
+ 33% {
221
+ background-position: 100% 50%;
222
+ }
223
+ 66% {
224
+ background-position: 200% 50%;
225
+ }
226
+ 100% {
227
+ background-position: 300% 50%;
228
+ }
229
+ }
230
+ @keyframes ZoomFadeIn {
231
+ 0% {
232
+ transform: scale(0.2) translateY(0);
233
+ filter: blur(5px);
234
+ opacity: 0.3;
235
+ }
236
+ 50% {
237
+ transform: scale(1.1) translateY(-30px);
238
+ filter: blur(2px);
239
+ opacity: 0.7;
240
+ }
241
+ 100% {
242
+ transform: scale(1) translateY(-30px);
243
+ filter: blur(0px);
244
+ opacity: 1;
245
+ }
246
+ }
247
+ @keyframes AnimateButton {
248
+ 0% {
249
+ opacity: 0.7;
250
+ }
251
+ 50% {
252
+ opacity: 0.4;
253
+ }
254
+ 100% {
255
+ opacity: 0;
256
+ display: none;
257
+ }
258
+ }
259
+ @keyframes Flip {
260
+ 0% {
261
+ transform: rotateY(0deg);
262
+ }
263
+ 50% {
264
+ transform: rotateY(180deg);
265
+ }
266
+ 100% {
267
+ transform: rotateY(360deg);
268
+ }
269
+ }
270
+ @keyframes Blur {
271
+ 0% {
272
+ filter: blur(0);
273
+ }
274
+ 50% {
275
+ filter: blur(1px);
276
+ }
277
+ 100% {
278
+ filter: blur(3px);
279
+ }
280
+ }
281
+ @container (max-width: 475px) {
282
+ .GamesContainer {
283
+ height: inherit;
284
+ gap: var(--emw--spacing-2x-small, 5px);
285
+ }
286
+ .RandomGameWrapper {
287
+ width: 100%;
288
+ height: 300px;
289
+ overflow: hidden;
290
+ background: transparent;
291
+ position: relative;
292
+ }
293
+ .GameContainerGradient {
294
+ position: absolute;
295
+ top: 10%;
296
+ left: -5px;
297
+ width: 100vw;
298
+ height: 80%;
299
+ background: linear-gradient(90deg, var(--emw--color-background, rgba(0, 0, 0, 0.9)) 0%, rgba(14, 21, 17, 0.2) 25%, rgba(14, 21, 17, 0) 50%, rgba(14, 21, 16, 0.2) 75%, var(--emw--color-background, rgba(10, 0, 0, 0.9)) 100%);
300
+ pointer-events: none;
301
+ z-index: 1;
302
+ filter: blur(5px);
303
+ }
304
+ .RandomGameCard {
305
+ width: 100px;
306
+ height: 150px;
307
+ top: 0%;
308
+ border-radius: var(--emw--border-radius-medium, 4px);
309
+ filter: blur(5px);
310
+ }
311
+ .RandomGameImage {
312
+ width: 102px;
313
+ height: inherit;
314
+ top: 0%;
315
+ }
316
+ .RandomGameDetails {
317
+ font-size: 14px;
318
+ width: 100%;
319
+ }
320
+ .RandomGameDetails .RandomGameTitle {
321
+ line-height: 18px;
322
+ width: 75%;
323
+ }
324
+ .RandomGameDetails .RandomGameInfo {
325
+ border-radius: 50%;
326
+ width: 16px;
327
+ height: 16px;
328
+ font-size: var(--emw--font-size-x-small, 12px);
329
+ line-height: 14px;
330
+ }
331
+ .RandomGameDetails .RandomGamePlay {
332
+ background: var(--emw--color-primary, #52d004);
333
+ color: var(--emw--color-typography, #FFFFFF);
334
+ border: none;
335
+ border-radius: 5px;
336
+ width: 200px;
337
+ height: 40px;
338
+ font-size: 14px;
339
+ cursor: pointer;
340
+ }
341
+ .RandomGameCard .RandomGameVendor {
342
+ font-size: var(--emw--font-size-x-small, 12px);
343
+ bottom: 5px;
344
+ right: 5px;
345
+ }
346
+ .RandomButtons {
347
+ display: flex;
348
+ flex-direction: column;
349
+ justify-content: center;
350
+ align-items: center;
351
+ gap: 5px;
352
+ width: 100%;
353
+ }
354
+ .RandomButton {
355
+ font-size: var(--emw--font-size-x-small, 12px);
356
+ padding: 10px 15px;
357
+ border: solid 1px var(--emw--button-border-color, #063B17);
358
+ }
359
+ .QustionMark {
360
+ font-size: 100px;
361
+ font-weight: 700;
362
+ }
363
+ .HexagonMarkShadow {
364
+ width: 80px;
365
+ height: 95px;
366
+ }
367
+ .HexagonMark {
368
+ width: 70px;
369
+ height: 85px;
370
+ }
371
+ }`,v=b,f=class{constructor(n){t.registerInstance(this,n),this.animation=null,this.selectedGameIndex=null,this.selectedGameEl=null,this.iconVisibility=null,this.shuffle=e=>{let a=e.length,i;for(;a!==0;)i=Math.floor(Math.random()*a),a--,[e[a],e[i]]=[e[i],e[a]];return e},this.setClientStyling=()=>{let e=document.createElement("style");e.innerHTML=this.clientStyling,this.host.shadowRoot.prepend(e)},this.setClientStylingURL=()=>{let e=new URL(this.clientStylingUrl),a=document.createElement("style");fetch(e.href).then(i=>i.text()).then(i=>{a.innerHTML=i,this.clientStyling=i,setTimeout(()=>{this.host.shadowRoot.prepend(a)},1)})},this.endpoint=void 0,this.datasource=void 0,this.language="en",this.specificCategory="",this.iconVisible="",this.iconVisibleOnAnim="",this.launchByGameCard="",this.clientStyling="",this.clientStylingUrl="",this.translationUrl="",this.hasErrors=!1,this.limitStylingAppends=!1,this.isLoading=!0,this.gamesToShow=void 0,this.selectedGame=null,this.animationDone=!1,this.animationStarted=!1}watchEndpoint(n,e){n&&n!=e&&this.endpoint&&this.fetchGameList()}handleNewTranslations(){this.isLoading=!0,u(this.translationUrl).then(()=>{this.isLoading=!1})}handleIsIconVisible(){this.iconVisibility=this.iconVisible==="true"}connectedCallback(){this.handleIsIconVisible()}componentWillLoad(){if(this.translationUrl.length>2&&u(this.translationUrl),this.endpoint&&this.language&&this.datasource)return this.fetchGameList()}componentDidLoad(){!this.limitStylingAppends&&this.host&&(this.clientStyling&&this.setClientStyling(),this.clientStylingUrl&&this.setClientStylingURL(),this.limitStylingAppends=!0)}fetchGameList(){let n=new URL(`${this.endpoint}/v1/casino/games`);return n.searchParams.append("platform",x()),n.searchParams.append("datasource",this.datasource),n.searchParams.append("fields","gId,id,href,thumbnail,name,vendor,launchUrl,subVendor"),n.searchParams.append("expand","vendor"),n.searchParams.append("pagination","offset=0,limit=423"),n.searchParams.append("language",this.language),this.specificCategory&&n.searchParams.append("filter",`categories(id=${this.specificCategory})`),new Promise((e,a)=>{this.isLoading=!0,fetch(n.href).then(i=>i.json()).then(i=>{this.gamesToShow=this.setUpGames(i==null?void 0:i.items),e(!0)}).catch(i=>{console.error(i),this.hasErrors=!0,a(i)}).finally(()=>{this.isLoading=!1})})}setUpGames(n){const e=this.shuffle(n).slice(0,40);return e.concat(e)}selectRandomGame(){const n=this.gamesToShow.length/2;this.selectedGameIndex=Math.floor(Math.random()*(n-3)),this.selectedGameIndex+=n,this.selectedGameEl=this.gameContainer.children[this.selectedGameIndex]}playRandomGame(){this.animateGames(),typeof gtag=="function"&&gtag("event","PlayRandomGame",{context:"CasinoPlayRandomGame"})}respin(){this.animateGames(),typeof gtag=="function"&&gtag("event","RespinRandomGame",{context:"CasinoPlayRandomGame"})}animateGames(){this.iconVisibility=this.iconVisibleOnAnim==="true",this.animationStarted=!0,this.animationDone=!1,this.animation&&this.animation.cancel(),this.selectedGameEl&&(this.selectedGameEl.classList.remove("TheRandomGame"),this.selectedGame=null,this.selectedGameIndex=null),this.selectRandomGame();const n=window.getComputedStyle(this.gameContainer).getPropertyValue("gap"),e=parseInt(n,10),a=this.selectedGameEl.offsetWidth,i=this.gameContainer.offsetWidth,o=(a+e)*this.selectedGameIndex+a/2-i/2,m=[{transform:"translateX(0px)",scale:1},{scale:.75},{transform:`translateX(-${o}px)`,scale:1}],d={duration:3e3,easing:"cubic-bezier(0.5, 0, 0.5, 1.2)",fill:"forwards"};this.animation=this.gameContainer.animate(m,d),this.animation.onfinish=()=>{this.animationDone=!0,this.selectedGameEl.classList.add("TheRandomGame"),this.selectedGame=this.gamesToShow[this.selectedGameIndex]}}playGame(){this.selectedGame&&(window.postMessage({type:"PlayRandomGame",gameId:this.selectedGame.id,launchUrl:this.selectedGame.launchUrl,gameName:this.selectedGame.name,subVendor:this.selectedGame.subVendor},window.location.href),typeof gtag=="function"&&gtag("event","OpenRandomGame",{context:"CasinoPlayRandomGame"}))}showGameInfo(){window.postMessage({type:"InfoRandomGame",gameId:this.selectedGame.id,launchUrl:this.selectedGame.launchUrl,gameName:this.selectedGame.name,subVendor:this.selectedGame.subVendor},window.location.href),typeof gtag=="function"&&gtag("event","OpenRandomGameInfo",{context:"CasinoPlayRandomGame"})}renderGameDetails(){return t.h("div",{class:"RandomButtonsWrapper"},t.h("div",{class:"RandomGameDetails"},t.h("span",{class:"RandomGameTitle"},this.selectedGame.name),t.h("span",{class:"RandomGameInfo",onClick:()=>this.showGameInfo()},"i")),t.h("div",{class:"RandomButtons"},t.h("button",{class:"RandomButton On",onClick:()=>this.respin()},s("spinRandomGame",this.language)),!this.launchByGameCard&&t.h("button",{class:"RandomButton On",onClick:()=>this.playGame()},s("playNowRandomGame",this.language))))}render(){if(this.hasErrors)return t.h("div",{class:"RandomGameError"},t.h("div",{class:"Title"},s("error",this.language)));if(this.isLoading)return t.h("div",{class:"RandomGameLoading"},t.h("div",{class:"Title"},s("randomGameLoading",this.language)));if(!this.isLoading)return t.h("div",{class:"RandomGameWrapper"},t.h("div",{class:"GameContainerGradient"}),t.h("div",{class:"GamesContainer",ref:n=>this.gameContainer=n},this.gamesToShow&&this.gamesToShow.map((n,e)=>t.h("div",{class:"RandomGameCard",key:e,onClick:this.launchByGameCard==="true"?()=>this.playGame():null},t.h("div",{class:"RandomGameVendor"},n.vendor.name),t.h("img",{class:"RandomGameImage",src:n.thumbnail,alt:n.name,title:n.name}),this.selectedGame&&this.selectedGameIndex===e&&this.renderGameDetails()))),t.h("div",{class:`ButtonWrapper ${this.animationDone?"HideAnimation":""}`},t.h("div",{class:"ButtonContainer"},this.iconVisibility&&t.h("div",{class:`ButtonIcon ${this.animationStarted?"Flip":""}`},t.h("div",{class:"QustionMark"},"?"),t.h("div",{class:"HexagonMarkShadow"}),t.h("div",{class:"HexagonMark"})),!this.animationStarted&&t.h("div",{class:`RandomButton ${this.animationStarted?"HideAnimation":""}`,onClick:()=>this.playRandomGame()},s("playRandomGame",this.language)))))}get host(){return t.getElement(this)}static get watchers(){return{endpoint:["watchEndpoint"],datasource:["watchEndpoint"],language:["watchEndpoint"],translationUrl:["handleNewTranslations"],iconVisible:["handleIsIconVisible"]}}};f.style=v;exports.casino_play_random_game=f;