@everymatrix/casino-page 1.74.8 → 1.75.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.
@@ -0,0 +1,432 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index-328e660d-04xW6326.cjs"),p=()=>{let e=window.navigator.userAgent;return e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC"},w="en",r={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"}},l=e=>new Promise(t=>{fetch(e).then(i=>i.json()).then(i=>{Object.keys(i).forEach(a=>{r[a]||(r[a]={});for(let o in i[a])r[a][o]=i[a][o]}),t(!0)})}),s=(e,t)=>{const i=t;return r[i!==void 0&&i in r?i:w][e]};function m(e,t){if(e){const i=document.createElement("style");i.innerHTML=t,e.appendChild(i)}}function d(e,t){const i=new URL(t);fetch(i.href).then(a=>a.text()).then(a=>{const o=document.createElement("style");o.innerHTML=a,e&&e.appendChild(o)}).catch(a=>{console.error("There was an error while trying to load client styling from URL",a)})}function f(e,t,i){if(window.emMessageBus){const a=document.createElement("style");window.emMessageBus.subscribe(t,o=>{a.innerHTML=o,e&&e.appendChild(a)})}}const y=`: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, 10px);
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, 10px);
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
+ margin: 5px 0;
91
+ }
92
+ .RandomGameDetails .RandomGameInfo {
93
+ border-radius: 50%;
94
+ width: var(--emw--spacing-medium, 16px);
95
+ height: var(--emw--spacing-medium, 16px);
96
+ font-size: var(--emw--font-size-x-small, 12px);
97
+ font-weight: var(--emw--font-weight-normal, 400);
98
+ border: solid 1px var(--emw--color-typography, #FFFFFF);
99
+ text-align: center;
100
+ margin: var(--emw--spacing-2x-small, 4px) 0;
101
+ line-height: 14px;
102
+ cursor: pointer;
103
+ }
104
+ .RandomGameDetails .RandomGamePlay {
105
+ background: var(--emw--color-primary, #4bd004);
106
+ color: var(--emw--color-typography, #FFFFFF);
107
+ border: none;
108
+ border-radius: var(--emw--border-radius-medium, 5px);
109
+ width: 200px;
110
+ height: 40px;
111
+ font-size: var(--emw--font-size-small, 14px);
112
+ cursor: pointer;
113
+ }
114
+
115
+ .ButtonWrapper {
116
+ position: absolute;
117
+ top: 50%;
118
+ left: 50%;
119
+ transform: translate(-50%, -50%);
120
+ z-index: 20;
121
+ }
122
+
123
+ .ButtonContainer {
124
+ display: flex;
125
+ flex-direction: column;
126
+ justify-content: center;
127
+ align-items: center;
128
+ gap: 10px;
129
+ width: 100%;
130
+ position: relative;
131
+ }
132
+
133
+ .ButtonIcon {
134
+ display: flex;
135
+ flex-direction: column;
136
+ justify-content: center;
137
+ align-items: center;
138
+ gap: var(--emw--spacing-2x-small, 5px);
139
+ }
140
+
141
+ .QustionMark {
142
+ position: absolute;
143
+ font-family: sans-serif;
144
+ font-size: 120px;
145
+ font-weight: 900;
146
+ color: color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 10%);
147
+ text-shadow: 0px 12px 0px color-mix(in srgb, var(--emw--casino-color-secondary, var(--emw--color-secondary, #eeac4a)), black 50%);
148
+ left: 50%;
149
+ top: -20%;
150
+ transform: translateX(-50%);
151
+ z-index: 10;
152
+ }
153
+
154
+ .HexagonMarkShadow {
155
+ width: 100px;
156
+ height: 115px;
157
+ display: flex;
158
+ justify-content: center;
159
+ align-items: center;
160
+ background: color-mix(in srgb, var(--emw--casino-color-secondary, var(--emw--color-secondary, #eeac4a)), black 70%);
161
+ clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
162
+ }
163
+
164
+ .HexagonMark {
165
+ position: absolute;
166
+ width: var(--emw--size-medium, 90px);
167
+ height: 105px;
168
+ 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%);
169
+ clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
170
+ }
171
+
172
+ .RandomButtons {
173
+ display: flex;
174
+ flex-direction: row;
175
+ justify-content: center;
176
+ align-items: center;
177
+ gap: var(--emw--spacing-2x-small, 5px);
178
+ width: 100%;
179
+ position: relative;
180
+ z-index: 10;
181
+ }
182
+
183
+ .RandomButton {
184
+ font-size: var(--emw--font-size-large, 12px);
185
+ text-transform: uppercase;
186
+ width: max-content;
187
+ border-radius: var(--emw--button-border-radius, 10px);
188
+ padding: var(--emw--spacing-large, 20px) var(--emw--spacing-2x-large, 40px);
189
+ border: solid 3px var(--emw--button-border-color, #063B17);
190
+ color: var(--emw--button-text-color, #FFFFFF);
191
+ opacity: 1;
192
+ animation: ButtonEffect 3s linear infinite;
193
+ 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));
194
+ background-size: 300% 100%;
195
+ cursor: pointer;
196
+ position: relative;
197
+ z-index: 10;
198
+ }
199
+ .RandomButton:hover {
200
+ opacity: 0.8;
201
+ }
202
+
203
+ .HideAnimation {
204
+ filter: blur(5px);
205
+ animation: AnimateButton 0.2s forwards;
206
+ }
207
+
208
+ .Flip {
209
+ animation-name: Flip, Blur;
210
+ animation-duration: 0.75s, 3s;
211
+ animation-iteration-count: infinite, 1;
212
+ -webkit-animation-name: Flip, Blur;
213
+ -webkit-animation-duration: 0.75s, 3s;
214
+ -webkit-animation-iteration-count: infinite, 1;
215
+ }
216
+
217
+ @keyframes ButtonEffect {
218
+ 0% {
219
+ background-position: 0% 50%;
220
+ }
221
+ 33% {
222
+ background-position: 100% 50%;
223
+ }
224
+ 66% {
225
+ background-position: 200% 50%;
226
+ }
227
+ 100% {
228
+ background-position: 300% 50%;
229
+ }
230
+ }
231
+ @keyframes ZoomFadeIn {
232
+ 0% {
233
+ transform: scale(0.2) translateY(0);
234
+ filter: blur(5px);
235
+ opacity: 0.3;
236
+ }
237
+ 50% {
238
+ transform: scale(1.1) translateY(-30px);
239
+ filter: blur(2px);
240
+ opacity: 0.7;
241
+ }
242
+ 100% {
243
+ transform: scale(1) translateY(-30px);
244
+ filter: blur(0px);
245
+ opacity: 1;
246
+ }
247
+ }
248
+ @keyframes AnimateButton {
249
+ 0% {
250
+ opacity: 0.7;
251
+ }
252
+ 50% {
253
+ opacity: 0.4;
254
+ }
255
+ 100% {
256
+ opacity: 0;
257
+ display: none;
258
+ }
259
+ }
260
+ @keyframes Flip {
261
+ 0% {
262
+ transform: rotateY(0deg);
263
+ }
264
+ 50% {
265
+ transform: rotateY(180deg);
266
+ }
267
+ 100% {
268
+ transform: rotateY(360deg);
269
+ }
270
+ }
271
+ @keyframes Blur {
272
+ 0% {
273
+ filter: blur(0);
274
+ }
275
+ 50% {
276
+ filter: blur(1px);
277
+ }
278
+ 100% {
279
+ filter: blur(3px);
280
+ }
281
+ }
282
+ @media screen and (max-width: 480px) {
283
+ .RandomButtons .RandomButton {
284
+ font-size: var(--emw--font-size-medium, 12px);
285
+ }
286
+ }
287
+ @container (max-width: 475px) {
288
+ .GamesContainer {
289
+ height: inherit;
290
+ gap: var(--emw--spacing-2x-small, 5px);
291
+ }
292
+ .RandomGameWrapper {
293
+ width: 100%;
294
+ height: 300px;
295
+ overflow: hidden;
296
+ background: transparent;
297
+ position: relative;
298
+ }
299
+ .GameContainerGradient {
300
+ position: absolute;
301
+ top: 10%;
302
+ left: -5px;
303
+ width: 100vw;
304
+ height: 80%;
305
+ 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%);
306
+ pointer-events: none;
307
+ z-index: 1;
308
+ filter: blur(5px);
309
+ }
310
+ .RandomGameCard {
311
+ width: 100px;
312
+ height: 150px;
313
+ top: 0%;
314
+ border-radius: var(--emw--border-radius-medium, 4px);
315
+ filter: blur(5px);
316
+ }
317
+ .RandomGameImage {
318
+ width: 102px;
319
+ height: inherit;
320
+ top: 0%;
321
+ }
322
+ .RandomGameDetails {
323
+ font-size: 14px;
324
+ width: 100%;
325
+ }
326
+ .RandomGameDetails .RandomGameTitle {
327
+ margin: 5px 0;
328
+ line-height: 18px;
329
+ width: 75%;
330
+ }
331
+ .RandomGameDetails .RandomGameInfo {
332
+ border-radius: 50%;
333
+ width: 16px;
334
+ height: 16px;
335
+ font-size: var(--emw--font-size-x-small, 12px);
336
+ line-height: 14px;
337
+ }
338
+ .RandomGameDetails .RandomGamePlay {
339
+ background: var(--emw--color-primary, #52d004);
340
+ color: var(--emw--color-typography, #FFFFFF);
341
+ border: none;
342
+ border-radius: 5px;
343
+ width: 200px;
344
+ height: 40px;
345
+ font-size: 14px;
346
+ cursor: pointer;
347
+ }
348
+ .RandomGameCard .RandomGameVendor {
349
+ font-size: var(--emw--font-size-x-small, 12px);
350
+ bottom: 5px;
351
+ right: 5px;
352
+ }
353
+ .RandomButtons {
354
+ display: flex;
355
+ flex-direction: column;
356
+ justify-content: center;
357
+ align-items: center;
358
+ gap: 5px;
359
+ width: 100%;
360
+ }
361
+ .RandomButton {
362
+ font-size: var(--emw--font-size-x-small, 12px);
363
+ padding: 10px 15px;
364
+ border: solid 1px var(--emw--button-border-color, #063B17);
365
+ }
366
+ .QustionMark {
367
+ font-size: 100px;
368
+ font-weight: 700;
369
+ }
370
+ .HexagonMarkShadow {
371
+ width: 80px;
372
+ height: 95px;
373
+ }
374
+ .HexagonMark {
375
+ width: 70px;
376
+ height: 85px;
377
+ }
378
+ }`,x=y,h=class{constructor(e){n.registerInstance(this,e),this.dataLoaded=n.createEvent(this,"data-loaded",7),this.animation=null,this.selectedGameIndex=null,this.selectedGameEl=null,this.iconVisibility=null,this.shuffle=t=>{let i=t.length,a;for(;i!==0;)a=Math.floor(Math.random()*i),i--,[t[i],t[a]]=[t[a],t[i]];return t},this.endpoint=void 0,this.datasource=void 0,this.language="en",this.specificCategory="",this.iconVisible="",this.iconVisibleOnAnim="",this.launchByGameCard="",this.mbSource=void 0,this.clientStyling="",this.clientStylingUrl="",this.translationUrl="",this.hasErrors=!1,this.isLoading=!0,this.gamesToShow=void 0,this.selectedGame=null,this.animationDone=!1,this.animationStarted=!1}watchEndpoint(e,t){e&&e!=t&&this.endpoint&&this.fetchGameList()}handleNewTranslations(){this.isLoading=!0,l(this.translationUrl).then(()=>{this.isLoading=!1})}handleIsIconVisible(){this.iconVisibility=this.iconVisible==="true"}handleClientStylingChange(e,t){e!=t&&m(this.stylingContainer,this.clientStyling)}handleClientStylingChangeURL(e,t){e!=t&&this.clientStylingUrl&&d(this.stylingContainer,this.clientStylingUrl)}connectedCallback(){this.handleIsIconVisible()}componentWillLoad(){if(this.translationUrl.length>2&&l(this.translationUrl),this.endpoint&&this.language&&this.datasource)return this.fetchGameList()}componentDidLoad(){window.emMessageBus!=null?f(this.stylingContainer,`${this.mbSource}.Style`):(this.clientStyling&&m(this.stylingContainer,this.clientStyling),this.clientStylingUrl&&d(this.stylingContainer,this.clientStylingUrl))}disconnectedCallback(){this.stylingSubscription&&this.stylingSubscription.unsubscribe()}fetchGameList(){let e=new URL(`${this.endpoint}/v1/casino/games`);return e.searchParams.append("platform",p()),e.searchParams.append("datasource",this.datasource),e.searchParams.append("fields","gId,id,href,thumbnail,name,vendor,launchUrl,subVendor"),e.searchParams.append("expand","vendor"),e.searchParams.append("pagination","offset=0,limit=423"),e.searchParams.append("language",this.language),this.specificCategory&&e.searchParams.append("filter",`categories(id=${this.specificCategory})`),new Promise((t,i)=>{this.isLoading=!0,fetch(e.href).then(a=>a.json()).then(a=>{this.gamesToShow=this.setUpGames(a==null?void 0:a.items),t(!0)}).catch(a=>{console.error(a),this.hasErrors=!0,i(a)}).finally(()=>{this.isLoading=!1,this.dataLoaded.emit({target:this.host})})})}setUpGames(e){const t=this.shuffle(e).slice(0,40);return t.concat(t)}selectRandomGame(){const e=this.gamesToShow.length/2;this.selectedGameIndex=Math.floor(Math.random()*(e-3)),this.selectedGameIndex+=e,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 e=window.getComputedStyle(this.gameContainer).getPropertyValue("gap"),t=parseInt(e,10),i=this.selectedGameEl.offsetWidth,a=this.gameContainer.offsetWidth,o=(i+t)*this.selectedGameIndex+i/2-a/2,g=[{transform:"translateX(0px)",scale:1},{scale:.75},{transform:`translateX(-${o}px)`,scale:1}],u={duration:3e3,easing:"cubic-bezier(0.5, 0, 0.5, 1.2)",fill:"forwards"};this.animation=this.gameContainer.animate(g,u),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 n.h("div",{class:"RandomButtonsWrapper"},n.h("div",{class:"RandomGameDetails"},n.h("span",{class:"RandomGameTitle"},this.selectedGame.name),n.h("span",{class:"RandomGameInfo",onClick:()=>this.showGameInfo()},"i")),n.h("div",{class:"RandomButtons"},n.h("button",{class:"RandomButton On",onClick:()=>this.respin()},s("spinRandomGame",this.language)),!this.launchByGameCard&&n.h("button",{class:"RandomButton On",onClick:()=>this.playGame()},s("playNowRandomGame",this.language))))}renderSkeleton(){const e=Array.from({length:5},(t,i)=>n.h("div",{class:"RandomGameCard",key:i},n.h("ui-skeleton",{structure:"rectangle",width:"300px",height:"420px",borderRadius:"10px",animation:!0})));return n.h("div",{class:"RandomGameWrapper"},n.h("div",{class:"GameContainerGradient"}),n.h("div",{class:"GamesContainer"},e))}render(){return n.h("div",{key:"ccc1e77093402e72a300ded18465085c182fbd79",ref:e=>this.stylingContainer=e},this.hasErrors?n.h("div",{class:"RandomGameError"},n.h("div",{class:"Title"},s("error",this.language))):this.isLoading?this.renderSkeleton():n.h("div",{class:"RandomGameWrapper"},n.h("div",{class:"GameContainerGradient"}),n.h("div",{class:"GamesContainer",ref:e=>this.gameContainer=e},this.gamesToShow&&this.gamesToShow.map((e,t)=>n.h("div",{class:"RandomGameCard",key:t,onClick:this.launchByGameCard==="true"?()=>this.playGame():void 0},n.h("div",{class:"RandomGameVendor"},e.vendor.name),n.h("img",{class:"RandomGameImage",src:e.thumbnail,alt:e.name,title:e.name}),this.selectedGame&&this.selectedGameIndex===t&&this.renderGameDetails()))),n.h("div",{class:`ButtonWrapper ${this.animationDone?"HideAnimation":""}`},n.h("div",{class:"ButtonContainer"},this.iconVisibility&&n.h("div",{class:`ButtonIcon ${this.animationStarted?"Flip":""}`},n.h("div",{class:"QustionMark"},"?"),n.h("div",{class:"HexagonMarkShadow"}),n.h("div",{class:"HexagonMark"})),!this.animationStarted&&n.h("div",{class:`RandomButton ${this.animationStarted?"HideAnimation":""}`,onClick:()=>this.playRandomGame()},s("playRandomGame",this.language))))))}get host(){return n.getElement(this)}static get watchers(){return{endpoint:["watchEndpoint"],datasource:["watchEndpoint"],language:["watchEndpoint"],translationUrl:["handleNewTranslations"],iconVisible:["handleIsIconVisible"],clientStyling:["handleClientStylingChange"],clientStylingUrl:["handleClientStylingChangeURL"]}}};h.style=x;const b=":host{display:block}.Skeleton{animation:skeleton-loading 1s linear infinite alternate}.Rectangle{background-color:var(--emw-skeleton-rectangle-background, #c2c2c2);width:var(--emw-skeleton-rectangle-width, 400px);height:var(--emw-skeleton-rectangle-height, 200px);border-radius:var(--emw-skeleton-rectangle-border-radius, 10px)}.Circle{background-color:var(--emw-skeleton-circle-background, #c2c2c2);width:var(--emw-skeleton-circle-size, 400px);height:var(--emw-skeleton-circle-size, 400px);border-radius:50%}.Text{background-color:var(--emw-skeleton-text-background, #c2c2c2);width:var(--emw-skeleton-text-width, 500px);height:var(--emw-skeleton-text-height, 20px);border-radius:var(--emw-skeleton-text-border-radius, 10px);margin-bottom:var(--emw-skeleton-text-margin-bottom, 5px)}.Text:last-child{width:calc(var(--emw-skeleton-text-width, 400px) - 100px)}.Title{background-color:var(--emw-skeleton-title-background, #c2c2c2);width:var(--emw-skeleton-title-width, 300px);height:var(--emw-skeleton-title-height, 30px);border-radius:var(--emw-skeleton-title-border-radius, 10px);margin-bottom:var(--emw-skeleton-title-margin-bottom, 5px)}.Image{background-color:var(--emw-skeleton-image-background, #c2c2c2);width:var(--emw-skeleton-image-width, 100%);height:var(--emw-skeleton-image-height, 100%);border-radius:var(--emw-skeleton-image-border-radius, unset)}.Logo{background-color:var(--emw-skeleton-logo-background, #c2c2c2);width:var(--emw-skeleton-logo-width, 120px);height:var(--emw-skeleton-logo-height, 75px);border-radius:var(--emw-skeleton-logo-border-radius, 10px)}@keyframes skeleton-loading{0%{background-color:var(--emw-skeleton-primary-color, #e0e0e0)}100%{background-color:var(--emw-skeleton-secondary-color, #f0f0f0)}}",k=b,c=class{constructor(e){n.registerInstance(this,e),this.stylingValue={width:this.handleStylingProps(this.width),height:this.handleStylingProps(this.height),borderRadius:this.handleStylingProps(this.borderRadius),marginBottom:this.handleStylingProps(this.marginBottom),marginTop:this.handleStylingProps(this.marginTop),marginLeft:this.handleStylingProps(this.marginLeft),marginRight:this.handleStylingProps(this.marginRight),size:this.handleStylingProps(this.size)},this.structure=void 0,this.width="unset",this.height="unset",this.borderRadius="unset",this.marginBottom="unset",this.marginTop="unset",this.marginLeft="unset",this.marginRight="unset",this.animation=!0,this.rows=0,this.size="100%"}handleStructureChange(e,t){t!==e&&this.handleStructure(e)}handleStylingProps(e){switch(typeof e){case"number":return e===0?0:`${e}px`;case"undefined":return"unset";case"string":return["auto","unset","none","inherit","initial"].includes(e)||e.endsWith("px")||e.endsWith("%")?e:"unset";default:return"unset"}}handleStructure(e){switch(e){case"logo":return this.renderLogo();case"image":return this.renderImage();case"title":return this.renderTitle();case"text":return this.renderText();case"rectangle":return this.renderRectangle();case"circle":return this.renderCircle();default:return null}}renderLogo(){return n.h("div",{class:"SkeletonContainer"},n.h("div",{class:"Logo "+(this.animation?"Skeleton":"")}))}renderImage(){return n.h("div",{class:"Image "+(this.animation?"Skeleton":"")})}renderTitle(){return n.h("div",{class:"SkeletonContainer"},n.h("div",{class:"Title "+(this.animation?"Skeleton":"")}))}renderText(){return n.h("div",{class:"SkeletonContainer"},Array.from({length:this.rows>0?this.rows:1}).map((e,t)=>n.h("div",{key:t,class:"Text "+(this.animation?"Skeleton":"")})))}renderRectangle(){return n.h("div",{class:"SkeletonContainer"},n.h("div",{class:"Rectangle "+(this.animation?"Skeleton":"")}))}renderCircle(){return n.h("div",{class:"SkeletonContainer"},n.h("div",{class:"Circle "+(this.animation?"Skeleton":"")}))}render(){let e="";switch(this.structure){case"logo":e=`
379
+ :host {
380
+ --emw-skeleton-logo-width: ${this.stylingValue.width};
381
+ --emw-skeleton-logo-height: ${this.stylingValue.height};
382
+ --emw-skeleton-logo-border-radius: ${this.stylingValue.borderRadius};
383
+ --emw-skeleton-logo-margin-bottom: ${this.stylingValue.marginBottom};
384
+ --emw-skeleton-logo-margin-top: ${this.stylingValue.marginTop};
385
+ --emw-skeleton-logo-margin-left: ${this.stylingValue.marginLeft};
386
+ --emw-skeleton-logo-margin-right: ${this.stylingValue.marginRight};
387
+ }
388
+ `;break;case"image":e=`
389
+ :host {
390
+ --emw-skeleton-image-width: ${this.stylingValue.width};
391
+ --emw-skeleton-image-height: ${this.stylingValue.height};
392
+ --emw-skeleton-image-border-radius: ${this.stylingValue.borderRadius};
393
+ --emw-skeleton-image-margin-bottom: ${this.stylingValue.marginBottom};
394
+ --emw-skeleton-image-margin-top: ${this.stylingValue.marginTop};
395
+ --emw-skeleton-image-margin-left: ${this.stylingValue.marginLeft};
396
+ --emw-skeleton-image-margin-right: ${this.stylingValue.marginRight};
397
+ }
398
+ `;break;case"title":e=`
399
+ :host {
400
+ --emw-skeleton-title-width: ${this.stylingValue.width};
401
+ --emw-skeleton-title-height: ${this.stylingValue.height};
402
+ --emw-skeleton-title-border-radius: ${this.stylingValue.borderRadius};
403
+ --emw-skeleton-title-margin-bottom: ${this.stylingValue.marginBottom};
404
+ --emw-skeleton-title-margin-top: ${this.stylingValue.marginTop};
405
+ --emw-skeleton-title-margin-left: ${this.stylingValue.marginLeft};
406
+ --emw-skeleton-title-margin-right: ${this.stylingValue.marginRight};
407
+ }
408
+ `;break;case"text":e=`
409
+ :host {
410
+ --emw-skeleton-text-width: ${this.stylingValue.width};
411
+ --emw-skeleton-text-height: ${this.stylingValue.height};
412
+ --emw-skeleton-text-border-radius: ${this.stylingValue.borderRadius};
413
+ --emw-skeleton-text-margin-bottom: ${this.stylingValue.marginBottom};
414
+ --emw-skeleton-text-margin-top: ${this.stylingValue.marginTop};
415
+ --emw-skeleton-text-margin-left: ${this.stylingValue.marginLeft};
416
+ --emw-skeleton-text-margin-right: ${this.stylingValue.marginRight};
417
+ }
418
+ `;break;case"rectangle":e=`
419
+ :host {
420
+ --emw-skeleton-rectangle-width: ${this.stylingValue.width};
421
+ --emw-skeleton-rectangle-height: ${this.stylingValue.height};
422
+ --emw-skeleton-rectangle-border-radius: ${this.stylingValue.borderRadius};
423
+ --emw-skeleton-rectangle-margin-bottom: ${this.stylingValue.marginBottom};
424
+ --emw-skeleton-rectangle-margin-top: ${this.stylingValue.marginTop};
425
+ --emw-skeleton-rectangle-margin-left: ${this.stylingValue.marginLeft};
426
+ --emw-skeleton-rectangle-margin-right: ${this.stylingValue.marginRight};
427
+ }
428
+ `;break;case"circle":e=`
429
+ :host {
430
+ --emw-skeleton-circle-size: ${this.stylingValue.size};
431
+ }
432
+ `;break;default:e=""}return n.h(n.Host,{key:"e6b885bfd985ce7663d990756fe9101e25eb97f0"},n.h("style",{key:"06ae24c7bb74f4dacfc12ae58085333f9dc89da5"},e),this.handleStructure(this.structure))}static get watchers(){return{structure:["handleStructureChange"]}}};c.style=k;exports.casino_play_random_game=h;exports.ui_skeleton=c;
@@ -0,0 +1 @@
1
+ "use strict";var x=(e,t,n)=>new Promise((s,r)=>{var a=o=>{try{i(n.next(o))}catch(c){r(c)}},l=o=>{try{i(n.throw(o))}catch(c){r(c)}},i=o=>o.done?s(o.value):Promise.resolve(o.value).then(a,l);i((n=n.apply(e,t)).next())});const ke="casino-play-random-game",ee={allRenderFn:!0,appendChildSlotFix:!1,asyncLoading:!0,asyncQueue:!1,attachStyles:!0,cloneNodeFix:!1,cmpDidLoad:!0,cmpDidRender:!1,cmpDidUnload:!1,cmpDidUpdate:!1,cmpShouldUpdate:!1,cmpWillLoad:!0,cmpWillRender:!1,cmpWillUpdate:!1,connectedCallback:!0,constructableCSS:!0,cssAnnotations:!0,devTools:!1,disconnectedCallback:!0,element:!1,event:!0,experimentalScopedSlotChanges:!1,experimentalSlotFixes:!1,formAssociated:!1,hasRenderFn:!0,hostListener:!1,hostListenerTarget:!1,hostListenerTargetBody:!1,hostListenerTargetDocument:!1,hostListenerTargetParent:!1,hostListenerTargetWindow:!1,hotModuleReplacement:!1,hydrateClientSide:!1,hydrateServerSide:!1,hydratedAttribute:!1,hydratedClass:!0,hydratedSelectorName:"hydrated",initializeNextTick:!1,invisiblePrehydration:!0,isDebug:!1,isDev:!1,isTesting:!1,lazyLoad:!0,lifecycle:!0,lifecycleDOMEvents:!1,member:!0,method:!1,mode:!1,observeAttribute:!0,profile:!1,prop:!0,propBoolean:!0,propMutable:!1,propNumber:!0,propString:!0,reflect:!0,scoped:!1,scopedSlotTextContentFix:!1,scriptDataOpts:!1,shadowDelegatesFocus:!1,shadowDom:!0,slot:!1,slotChildNodesFix:!1,slotRelocation:!1,state:!0,style:!0,svg:!1,taskQueue:!0,transformTagName:!1,updatable:!0,vdomAttribute:!0,vdomClass:!0,vdomFunctional:!1,vdomKey:!0,vdomListener:!0,vdomPropOrAttr:!0,vdomRef:!0,vdomRender:!0,vdomStyle:!1,vdomText:!0,vdomXlink:!1,watchCallback:!0};var we=Object.defineProperty,Te=(e,t)=>{for(var n in t)we(e,n,{get:t[n],enumerable:!0})},F=new WeakMap,E=e=>F.get(e),xe=(e,t)=>F.set(t.$lazyInstance$=e,t),Le=(e,t)=>{const n={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};return n.$onReadyPromise$=new Promise(s=>n.$onReadyResolve$=s),e["s-p"]=[],e["s-rc"]=[],F.set(e,n)},X=(e,t)=>t in e,k=(e,t)=>(0,console.error)(e,t),j=new Map,Pe=(e,t,n)=>{const s=e.$tagName$.replace(/-/g,"_"),r=e.$lazyBundleId$;if(!r)return;const a=j.get(r);if(a)return a[s];{const l=i=>(j.set(r,i),i[s]);switch(r){case"casino-play-random-game_2":return Promise.resolve().then(()=>require("./casino-play-random-game_2-DVELgSp-.cjs")).then(l,k)}}return import(`./${r}.entry.js`).then(l=>(j.set(r,l),l[s]),k)},_=new Map,Ae="{visibility:hidden}.hydrated{visibility:inherit}",te="slot-fb{display:contents}slot-fb[hidden]{display:none}",I=typeof window!="undefined"?window:{},m=I.document||{head:{}},h={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,s)=>e.addEventListener(t,n,s),rel:(e,t,n,s)=>e.removeEventListener(t,n,s),ce:(e,t)=>new CustomEvent(e,t)},se=e=>Promise.resolve(e),_e=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replaceSync=="function"}catch(e){}return!1})(),U=!1,G=[],ne=[],Ce=(e,t)=>n=>{e.push(n),U||(U=!0,h.$flags$&4?H(z):h.raf(z))},Q=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(n){k(n)}e.length=0},z=()=>{Q(G),Q(ne),(U=G.length>0)&&h.raf(z)},H=e=>se().then(e),Ie=Ce(ne),Y={},Oe=e=>e!=null,q=e=>(e=typeof e,e==="object"||e==="function");function re(e){var t,n,s;return(s=(n=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:n.getAttribute("content"))!=null?s:void 0}var je={};Te(je,{err:()=>le,map:()=>Ue,ok:()=>D,unwrap:()=>ze,unwrapErr:()=>De});var D=e=>({isOk:!0,isErr:!1,value:e}),le=e=>({isOk:!1,isErr:!0,value:e});function Ue(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then(s=>D(s)):D(n)}if(e.isErr){const n=e.value;return le(n)}throw"should never get here"}var ze=e=>{if(e.isOk)return e.value;throw e.value},De=e=>{if(e.isErr)return e.value;throw e.value},S=(e,t="")=>()=>{},Re=(e,t)=>()=>{},ae=(e,t,...n)=>{let s=null,r=null,a=!1,l=!1;const i=[],o=$=>{for(let f=0;f<$.length;f++)s=$[f],Array.isArray(s)?o(s):s!=null&&typeof s!="boolean"&&((a=typeof e!="function"&&!q(s))&&(s=String(s)),a&&l?i[i.length-1].$text$+=s:i.push(a?R(null,s):s),l=a)};if(o(n),t){t.key&&(r=t.key);{const $=t.className||t.class;$&&(t.class=typeof $!="object"?$:Object.keys($).filter(f=>$[f]).join(" "))}}const c=R(e,null);return c.$attrs$=t,i.length>0&&(c.$children$=i),c.$key$=r,c},R=(e,t)=>{const n={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};return n.$attrs$=null,n.$key$=null,n},oe={},Be=e=>e&&e.$tag$===oe,Fe=(e,t)=>e!=null&&!q(e)?t&4?e==="false"?!1:e===""||!!e:t&2?parseFloat(e):t&1?String(e):e:e,ie=e=>E(e).$hostElement$,He=(e,t,n)=>{const s=ie(e);return{emit:r=>ce(s,t,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:r})}},ce=(e,t,n)=>{const s=h.ce(t,n);return e.dispatchEvent(s),s},J=new WeakMap,qe=(e,t,n)=>{let s=_.get(e);_e&&n?(s=s||new CSSStyleSheet,typeof s=="string"?s=t:s.replaceSync(t)):s=t,_.set(e,s)},We=(e,t,n)=>{var s;const r=$e(t),a=_.get(r);if(e=e.nodeType===11?e:m,a)if(typeof a=="string"){e=e.head||e;let l=J.get(e),i;if(l||J.set(e,l=new Set),!l.has(r)){{i=m.createElement("style"),i.innerHTML=a;const o=(s=h.$nonce$)!=null?s:re(m);o!=null&&i.setAttribute("nonce",o),e.insertBefore(i,e.querySelector("link"))}t.$flags$&4&&(i.innerHTML+=te),l&&l.add(r)}}else e.adoptedStyleSheets.includes(a)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,a]);return r},Me=e=>{const t=e.$cmpMeta$,n=e.$hostElement$,s=t.$flags$,r=S("attachStyles",t.$tagName$),a=We(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);s&10&&(n["s-sc"]=a,n.classList.add(a+"-h")),r()},$e=(e,t)=>"sc-"+e.$tagName$,K=(e,t,n,s,r,a)=>{if(n!==s){let l=X(e,t),i=t.toLowerCase();if(t==="class"){const o=e.classList,c=Z(n),$=Z(s);o.remove(...c.filter(f=>f&&!$.includes(f))),o.add(...$.filter(f=>f&&!c.includes(f)))}else if(t!=="key")if(t==="ref")s&&s(e);else if(!l&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"?t=t.slice(3):X(I,i)?t=i.slice(2):t=i[2]+t.slice(3),n||s){const o=t.endsWith(fe);t=t.replace(Ge,""),n&&h.rel(e,t,n,o),s&&h.ael(e,t,s,o)}}else{const o=q(s);if((l||o&&s!==null)&&!r)try{if(e.tagName.includes("-"))e[t]=s;else{const c=s==null?"":s;t==="list"?l=!1:(n==null||e[t]!=c)&&(e[t]=c)}}catch(c){}s==null||s===!1?(s!==!1||e.getAttribute(t)==="")&&e.removeAttribute(t):(!l||a&4||r)&&!o&&(s=s===!0?"":s,e.setAttribute(t,s))}}},Xe=/\s/,Z=e=>e?e.split(Xe):[],fe="Capture",Ge=new RegExp(fe+"$"),de=(e,t,n)=>{const s=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$,r=e&&e.$attrs$||Y,a=t.$attrs$||Y;for(const l of N(Object.keys(r)))l in a||K(s,l,r[l],void 0,n,t.$flags$);for(const l of N(Object.keys(a)))K(s,l,r[l],a[l],n,t.$flags$)};function N(e){return e.includes("ref")?[...e.filter(t=>t!=="ref"),"ref"]:e}var P,W,ue=!1,ve=!1,C=(e,t,n,s)=>{const r=t.$children$[n];let a=0,l,i;if(r.$text$!==null)l=r.$elm$=m.createTextNode(r.$text$);else if(l=r.$elm$=m.createElement(!ue&&ee.slotRelocation&&r.$flags$&2?"slot-fb":r.$tag$),de(null,r,ve),Oe(P)&&l["s-si"]!==P&&l.classList.add(l["s-si"]=P),r.$children$)for(a=0;a<r.$children$.length;++a)i=C(e,r,a),i&&l.appendChild(i);return l["s-hn"]=W,l},pe=(e,t,n,s,r,a)=>{let l=e,i;for(l.shadowRoot&&l.tagName===W&&(l=l.shadowRoot);r<=a;++r)s[r]&&(i=C(null,n,r),i&&(s[r].$elm$=i,A(l,i,t)))},he=(e,t,n)=>{for(let s=t;s<=n;++s){const r=e[s];if(r){const a=r.$elm$;ge(r),a&&a.remove()}}},Qe=(e,t,n,s,r=!1)=>{let a=0,l=0,i=0,o=0,c=t.length-1,$=t[0],f=t[c],d=s.length-1,u=s[0],v=s[d],p,y;for(;a<=c&&l<=d;)if($==null)$=t[++a];else if(f==null)f=t[--c];else if(u==null)u=s[++l];else if(v==null)v=s[--d];else if(L($,u,r))w($,u,r),$=t[++a],u=s[++l];else if(L(f,v,r))w(f,v,r),f=t[--c],v=s[--d];else if(L($,v,r))w($,v,r),A(e,$.$elm$,f.$elm$.nextSibling),$=t[++a],v=s[--d];else if(L(f,u,r))w(f,u,r),A(e,f.$elm$,$.$elm$),f=t[--c],u=s[++l];else{for(i=-1,o=a;o<=c;++o)if(t[o]&&t[o].$key$!==null&&t[o].$key$===u.$key$){i=o;break}i>=0?(y=t[i],y.$tag$!==u.$tag$?p=C(t&&t[l],n,i):(w(y,u,r),t[i]=void 0,p=y.$elm$),u=s[++l]):(p=C(t&&t[l],n,l),u=s[++l]),p&&A($.$elm$.parentNode,p,$.$elm$)}a>c?pe(e,s[d+1]==null?null:s[d+1].$elm$,n,s,l,d):l>d&&he(t,a,c)},L=(e,t,n=!1)=>e.$tag$===t.$tag$?n?!0:e.$key$===t.$key$:!1,w=(e,t,n=!1)=>{const s=t.$elm$=e.$elm$,r=e.$children$,a=t.$children$,l=t.$text$;l===null?(de(e,t,ve),r!==null&&a!==null?Qe(s,r,t,a,n):a!==null?(e.$text$!==null&&(s.textContent=""),pe(s,null,t,a,0,a.length-1)):r!==null&&he(r,0,r.length-1)):e.$text$!==l&&(s.data=l)},ge=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(ge)},A=(e,t,n)=>e==null?void 0:e.insertBefore(t,n),Ye=(e,t,n=!1)=>{const s=e.$hostElement$,r=e.$cmpMeta$,a=e.$vnode$||R(null,null),l=Be(t)?t:ae(null,null,t);if(W=s.tagName,r.$attrsToReflect$&&(l.$attrs$=l.$attrs$||{},r.$attrsToReflect$.map(([i,o])=>l.$attrs$[o]=s[i])),n&&l.$attrs$)for(const i of Object.keys(l.$attrs$))s.hasAttribute(i)&&!["key","ref","style","class"].includes(i)&&(l.$attrs$[i]=s[i]);l.$tag$=null,l.$flags$|=4,e.$vnode$=l,l.$elm$=a.$elm$=s.shadowRoot||s,P=s["s-sc"],ue=(r.$flags$&1)!==0,w(a,l,n)},ye=(e,t)=>{t&&!e.$onRenderResolve$&&t["s-p"]&&t["s-p"].push(new Promise(n=>e.$onRenderResolve$=n))},M=(e,t)=>{if(e.$flags$|=16,e.$flags$&4){e.$flags$|=512;return}return ye(e,e.$ancestorComponent$),Ie(()=>Je(e,t))},Je=(e,t)=>{const n=e.$hostElement$,s=S("scheduleUpdate",e.$cmpMeta$.$tagName$),r=e.$lazyInstance$;if(!r)throw new Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let a;return t&&(a=O(r,"componentWillLoad")),s(),Ke(a,()=>Ne(e,r,t))},Ke=(e,t)=>Ze(e)?e.then(t).catch(n=>{console.error(n),t()}):t(),Ze=e=>e instanceof Promise||e&&e.then&&typeof e.then=="function",Ne=(e,t,n)=>x(exports,null,function*(){var s;const r=e.$hostElement$,a=S("update",e.$cmpMeta$.$tagName$),l=r["s-rc"];n&&Me(e);const i=S("render",e.$cmpMeta$.$tagName$);Ve(e,t,r,n),l&&(l.map(o=>o()),r["s-rc"]=void 0),i(),a();{const o=(s=r["s-p"])!=null?s:[],c=()=>et(e);o.length===0?c():(Promise.all(o).then(c),e.$flags$|=4,o.length=0)}}),Ve=(e,t,n,s)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,Ye(e,t,s)}catch(r){k(r,e.$hostElement$)}return null},et=e=>{const t=e.$cmpMeta$.$tagName$,n=e.$hostElement$,s=S("postUpdate",t),r=e.$lazyInstance$,a=e.$ancestorComponent$;e.$flags$&64?s():(e.$flags$|=64,Se(n),O(r,"componentDidLoad"),s(),e.$onReadyResolve$(n),a||me()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),e.$flags$&512&&H(()=>M(e,!1)),e.$flags$&=-517},me=e=>{Se(m.documentElement),H(()=>ce(I,"appload",{detail:{namespace:ke}}))},O=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(s){k(s)}},Se=e=>{var t;return e.classList.add((t=ee.hydratedSelectorName)!=null?t:"hydrated")},tt=(e,t)=>E(e).$instanceValues$.get(t),st=(e,t,n,s)=>{const r=E(e);if(!r)throw new Error(`Couldn't find host element for "${s.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const a=r.$hostElement$,l=r.$instanceValues$.get(t),i=r.$flags$,o=r.$lazyInstance$;n=Fe(n,s.$members$[t][0]);const c=Number.isNaN(l)&&Number.isNaN(n),$=n!==l&&!c;if((!(i&8)||l===void 0)&&$&&(r.$instanceValues$.set(t,n),o)){if(s.$watchers$&&i&128){const f=s.$watchers$[t];f&&f.map(d=>{try{o[d](n,l,t)}catch(u){k(u,a)}})}(i&18)===2&&M(r,!1)}},Ee=(e,t,n)=>{var s,r;const a=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const l=Object.entries((s=t.$members$)!=null?s:{});if(l.map(([i,[o]])=>{(o&31||n&2&&o&32)&&Object.defineProperty(a,i,{get(){return tt(this,i)},set(c){st(this,i,c,t)},configurable:!0,enumerable:!0})}),n&1){const i=new Map;a.attributeChangedCallback=function(o,c,$){h.jmp(()=>{var f;const d=i.get(o);if(this.hasOwnProperty(d))$=this[d],delete this[d];else{if(a.hasOwnProperty(d)&&typeof this[d]=="number"&&this[d]==$)return;if(d==null){const u=E(this),v=u==null?void 0:u.$flags$;if(v&&!(v&8)&&v&128&&$!==c){const p=u.$lazyInstance$,y=(f=t.$watchers$)==null?void 0:f[o];y==null||y.forEach(g=>{p[g]!=null&&p[g].call(p,$,c,o)})}return}}this[d]=$===null&&typeof this[d]=="boolean"?!1:$})},e.observedAttributes=Array.from(new Set([...Object.keys((r=t.$watchers$)!=null?r:{}),...l.filter(([o,c])=>c[0]&15).map(([o,c])=>{var $;const f=c[1]||o;return i.set(f,o),c[0]&512&&(($=t.$attrsToReflect$)==null||$.push([o,f])),f})]))}}return e},nt=(e,t,n,s)=>x(exports,null,function*(){let r;if(!(t.$flags$&32)){if(t.$flags$|=32,n.$lazyBundleId$){const o=Pe(n);if(o&&"then"in o){const $=Re();r=yield o,$()}else r=o;if(!r)throw new Error(`Constructor for "${n.$tagName$}#${t.$modeName$}" was not found`);r.isProxied||(n.$watchers$=r.watchers,Ee(r,n,2),r.isProxied=!0);const c=S("createInstance",n.$tagName$);t.$flags$|=8;try{new r(t)}catch($){k($)}t.$flags$&=-9,t.$flags$|=128,c(),B(t.$lazyInstance$)}else{r=e.constructor;const o=e.localName;customElements.whenDefined(o).then(()=>t.$flags$|=128)}if(r&&r.style){let o;typeof r.style=="string"&&(o=r.style);const c=$e(n);if(!_.has(c)){const $=S("registerStyles",n.$tagName$);qe(c,o,!!(n.$flags$&1)),$()}}}const a=t.$ancestorComponent$,l=()=>M(t,!0);a&&a["s-rc"]?a["s-rc"].push(l):l()}),B=e=>{O(e,"connectedCallback")},rt=e=>{if(!(h.$flags$&1)){const t=E(e),n=t.$cmpMeta$,s=S("connectedCallback",n.$tagName$);if(t.$flags$&1)t!=null&&t.$lazyInstance$?B(t.$lazyInstance$):t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>B(t.$lazyInstance$));else{t.$flags$|=1;{let r=e;for(;r=r.parentNode||r.host;)if(r["s-p"]){ye(t,t.$ancestorComponent$=r);break}}n.$members$&&Object.entries(n.$members$).map(([r,[a]])=>{if(a&31&&e.hasOwnProperty(r)){const l=e[r];delete e[r],e[r]=l}}),nt(e,t,n)}s()}},V=e=>{O(e,"disconnectedCallback")},lt=e=>x(exports,null,function*(){if(!(h.$flags$&1)){const t=E(e);t!=null&&t.$lazyInstance$?V(t.$lazyInstance$):t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>V(t.$lazyInstance$))}}),at=(e,t={})=>{var n;const s=S(),r=[],a=t.exclude||[],l=I.customElements,i=m.head,o=i.querySelector("meta[charset]"),c=m.createElement("style"),$=[];let f,d=!0;Object.assign(h,t),h.$resourcesUrl$=new URL(t.resourcesUrl||"./",m.baseURI).href;let u=!1;if(e.map(v=>{v[1].map(p=>{var y;const g={$flags$:p[0],$tagName$:p[1],$members$:p[2],$listeners$:p[3]};g.$flags$&4&&(u=!0),g.$members$=p[2],g.$attrsToReflect$=[],g.$watchers$=(y=p[4])!=null?y:{};const T=g.$tagName$,be=class extends HTMLElement{constructor(b){if(super(b),this.hasRegisteredEventListeners=!1,b=this,Le(b,g),g.$flags$&1){if(!b.shadowRoot)b.attachShadow({mode:"open"});else if(b.shadowRoot.mode!=="open")throw new Error(`Unable to re-use existing shadow root for ${g.$tagName$}! Mode is set to ${b.shadowRoot.mode} but Stencil only supports open shadow roots.`)}}connectedCallback(){E(this),this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),f&&(clearTimeout(f),f=null),d?$.push(this):h.jmp(()=>rt(this))}disconnectedCallback(){h.jmp(()=>lt(this))}componentOnReady(){return E(this).$onReadyPromise$}};g.$lazyBundleId$=v[0],!a.includes(T)&&!l.get(T)&&(r.push(T),l.define(T,Ee(be,g,1)))})}),r.length>0&&(u&&(c.textContent+=te),c.textContent+=r.sort()+Ae,c.innerHTML.length)){c.setAttribute("data-styles","");const v=(n=h.$nonce$)!=null?n:re(m);v!=null&&c.setAttribute("nonce",v),i.insertBefore(c,o?o.nextSibling:i.firstChild)}d=!1,$.length?$.map(v=>v.connectedCallback()):h.jmp(()=>f=setTimeout(me,30)),s()};exports.Host=oe;exports.bootstrapLazy=at;exports.createEvent=He;exports.getElement=ie;exports.h=ae;exports.promiseResolve=se;exports.registerInstance=xe;
@@ -1,4 +1,4 @@
1
- var x = (e, t, n) => new Promise((s, r) => {
1
+ var T = (e, t, n) => new Promise((s, r) => {
2
2
  var l = (o) => {
3
3
  try {
4
4
  i(n.next(o));
@@ -16,7 +16,7 @@ var x = (e, t, n) => new Promise((s, r) => {
16
16
  });
17
17
  const me = "casino-play-random-game", ee = (
18
18
  /* casino-play-random-game */
19
- { allRenderFn: !0, appendChildSlotFix: !1, asyncLoading: !0, asyncQueue: !1, attachStyles: !0, cloneNodeFix: !1, cmpDidLoad: !0, cmpDidRender: !1, cmpDidUnload: !1, cmpDidUpdate: !1, cmpShouldUpdate: !1, cmpWillLoad: !0, cmpWillRender: !1, cmpWillUpdate: !1, connectedCallback: !0, constructableCSS: !0, cssAnnotations: !0, devTools: !1, disconnectedCallback: !0, element: !1, event: !0, experimentalScopedSlotChanges: !1, experimentalSlotFixes: !1, formAssociated: !1, hasRenderFn: !0, hostListener: !1, hostListenerTarget: !1, hostListenerTargetBody: !1, hostListenerTargetDocument: !1, hostListenerTargetParent: !1, hostListenerTargetWindow: !1, hotModuleReplacement: !1, hydrateClientSide: !1, hydrateServerSide: !1, hydratedAttribute: !1, hydratedClass: !0, hydratedSelectorName: "hydrated", initializeNextTick: !1, invisiblePrehydration: !0, isDebug: !1, isDev: !1, isTesting: !1, lazyLoad: !0, lifecycle: !0, lifecycleDOMEvents: !1, member: !0, method: !1, mode: !1, observeAttribute: !0, profile: !1, prop: !0, propBoolean: !1, propMutable: !1, propNumber: !1, propString: !0, reflect: !0, scoped: !1, scopedSlotTextContentFix: !1, scriptDataOpts: !1, shadowDelegatesFocus: !1, shadowDom: !0, slot: !1, slotChildNodesFix: !1, slotRelocation: !1, state: !0, style: !0, svg: !1, taskQueue: !0, transformTagName: !1, updatable: !0, vdomAttribute: !0, vdomClass: !0, vdomFunctional: !1, vdomKey: !0, vdomListener: !0, vdomPropOrAttr: !0, vdomRef: !0, vdomRender: !0, vdomStyle: !1, vdomText: !0, vdomXlink: !1, watchCallback: !0 }
19
+ { allRenderFn: !0, appendChildSlotFix: !1, asyncLoading: !0, asyncQueue: !1, attachStyles: !0, cloneNodeFix: !1, cmpDidLoad: !0, cmpDidRender: !1, cmpDidUnload: !1, cmpDidUpdate: !1, cmpShouldUpdate: !1, cmpWillLoad: !0, cmpWillRender: !1, cmpWillUpdate: !1, connectedCallback: !0, constructableCSS: !0, cssAnnotations: !0, devTools: !1, disconnectedCallback: !0, element: !1, event: !0, experimentalScopedSlotChanges: !1, experimentalSlotFixes: !1, formAssociated: !1, hasRenderFn: !0, hostListener: !1, hostListenerTarget: !1, hostListenerTargetBody: !1, hostListenerTargetDocument: !1, hostListenerTargetParent: !1, hostListenerTargetWindow: !1, hotModuleReplacement: !1, hydrateClientSide: !1, hydrateServerSide: !1, hydratedAttribute: !1, hydratedClass: !0, hydratedSelectorName: "hydrated", initializeNextTick: !1, invisiblePrehydration: !0, isDebug: !1, isDev: !1, isTesting: !1, lazyLoad: !0, lifecycle: !0, lifecycleDOMEvents: !1, member: !0, method: !1, mode: !1, observeAttribute: !0, profile: !1, prop: !0, propBoolean: !0, propMutable: !1, propNumber: !0, propString: !0, reflect: !0, scoped: !1, scopedSlotTextContentFix: !1, scriptDataOpts: !1, shadowDelegatesFocus: !1, shadowDom: !0, slot: !1, slotChildNodesFix: !1, slotRelocation: !1, state: !0, style: !0, svg: !1, taskQueue: !0, transformTagName: !1, updatable: !0, vdomAttribute: !0, vdomClass: !0, vdomFunctional: !1, vdomKey: !0, vdomListener: !0, vdomPropOrAttr: !0, vdomRef: !0, vdomRender: !0, vdomStyle: !1, vdomText: !0, vdomXlink: !1, watchCallback: !0 }
20
20
  );
21
21
  var Se = Object.defineProperty, be = (e, t) => {
22
22
  for (var n in t)
@@ -39,10 +39,10 @@ var Se = Object.defineProperty, be = (e, t) => {
39
39
  {
40
40
  const a = (i) => (j.set(r, i), i[s]);
41
41
  switch (r) {
42
- case "casino-play-random-game":
42
+ case "casino-play-random-game_2":
43
43
  return import(
44
44
  /* webpackMode: "lazy" */
45
- "./casino-play-random-game-qroM0e64.js"
45
+ "./casino-play-random-game_2-BoSB4X57.js"
46
46
  ).then(a, k);
47
47
  }
48
48
  }
@@ -61,7 +61,7 @@ var Se = Object.defineProperty, be = (e, t) => {
61
61
  ael: (e, t, n, s) => e.addEventListener(t, n, s),
62
62
  rel: (e, t, n, s) => e.removeEventListener(t, n, s),
63
63
  ce: (e, t) => new CustomEvent(e, t)
64
- }, Te = (e) => Promise.resolve(e), xe = /* @__PURE__ */ (() => {
64
+ }, xe = (e) => Promise.resolve(e), Te = /* @__PURE__ */ (() => {
65
65
  try {
66
66
  return new CSSStyleSheet(), typeof new CSSStyleSheet().replaceSync == "function";
67
67
  } catch (e) {
@@ -79,7 +79,7 @@ var Se = Object.defineProperty, be = (e, t) => {
79
79
  e.length = 0;
80
80
  }, z = () => {
81
81
  Q(G), Q(se), (U = G.length > 0) && h.raf(z);
82
- }, H = (e) => Te().then(e), Pe = /* @__PURE__ */ Le(se), Y = {}, Ae = (e) => e != null, q = (e) => (e = typeof e, e === "object" || e === "function");
82
+ }, H = (e) => xe().then(e), Pe = /* @__PURE__ */ Le(se), Y = {}, Ae = (e) => e != null, q = (e) => (e = typeof e, e === "object" || e === "function");
83
83
  function ne(e) {
84
84
  var t, n, s;
85
85
  return (s = (n = (t = e.head) == null ? void 0 : t.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : n.getAttribute("content")) != null ? s : void 0;
@@ -146,7 +146,7 @@ var Oe = (e) => {
146
146
  $children$: null
147
147
  };
148
148
  return n.$attrs$ = null, n.$key$ = null, n;
149
- }, ze = {}, De = (e) => e && e.$tag$ === ze, Re = (e, t) => e != null && !q(e) && t & 1 ? String(e) : e, Be = (e) => b(e).$hostElement$, lt = (e, t, n) => {
149
+ }, ze = {}, De = (e) => e && e.$tag$ === ze, Re = (e, t) => e != null && !q(e) ? t & 4 ? e === "false" ? !1 : e === "" || !!e : t & 2 ? parseFloat(e) : t & 1 ? String(e) : e : e, Be = (e) => b(e).$hostElement$, lt = (e, t, n) => {
150
150
  const s = Be(e);
151
151
  return {
152
152
  emit: (r) => ae(s, t, {
@@ -161,7 +161,7 @@ var Oe = (e) => {
161
161
  return e.dispatchEvent(s), s;
162
162
  }, J = /* @__PURE__ */ new WeakMap(), Fe = (e, t, n) => {
163
163
  let s = _.get(e);
164
- xe && n ? (s = s || new CSSStyleSheet(), typeof s == "string" ? s = t : s.replaceSync(t)) : s = t, _.set(e, s);
164
+ Te && n ? (s = s || new CSSStyleSheet(), typeof s == "string" ? s = t : s.replaceSync(t)) : s = t, _.set(e, s);
165
165
  }, He = (e, t, n) => {
166
166
  var s;
167
167
  const r = le(t), l = _.get(r);
@@ -320,7 +320,7 @@ var P, W, ce = !1, $e = !1, C = (e, t, n, s) => {
320
320
  return t && (l = I(r, "componentWillLoad")), s(), Ye(l, () => Ke(e, r, t));
321
321
  }, Ye = (e, t) => Je(e) ? e.then(t).catch((n) => {
322
322
  console.error(n), t();
323
- }) : t(), Je = (e) => e instanceof Promise || e && e.then && typeof e.then == "function", Ke = (e, t, n) => x(void 0, null, function* () {
323
+ }) : t(), Je = (e) => e instanceof Promise || e && e.then && typeof e.then == "function", Ke = (e, t, n) => T(void 0, null, function* () {
324
324
  var s;
325
325
  const r = e.$hostElement$, l = S("update", e.$cmpMeta$.$tagName$), a = r["s-rc"];
326
326
  n && qe(e);
@@ -431,7 +431,7 @@ var P, W, ce = !1, $e = !1, C = (e, t, n, s) => {
431
431
  }
432
432
  }
433
433
  return e;
434
- }, tt = (e, t, n, s) => x(void 0, null, function* () {
434
+ }, tt = (e, t, n, s) => T(void 0, null, function* () {
435
435
  let r;
436
436
  if (!(t.$flags$ & 32)) {
437
437
  if (t.$flags$ |= 32, n.$lazyBundleId$) {
@@ -505,7 +505,7 @@ var P, W, ce = !1, $e = !1, C = (e, t, n, s) => {
505
505
  }
506
506
  }, V = (e) => {
507
507
  I(e, "disconnectedCallback");
508
- }, nt = (e) => x(void 0, null, function* () {
508
+ }, nt = (e) => T(void 0, null, function* () {
509
509
  if (!(h.$flags$ & 1)) {
510
510
  const t = b(e);
511
511
  t != null && t.$lazyInstance$ ? V(t.$lazyInstance$) : t != null && t.$onReadyPromise$ && t.$onReadyPromise$.then(() => V(t.$lazyInstance$));
@@ -526,7 +526,7 @@ var P, W, ce = !1, $e = !1, C = (e, t, n, s) => {
526
526
  $listeners$: v[3]
527
527
  };
528
528
  g.$flags$ & 4 && (u = !0), g.$members$ = v[2], g.$attrsToReflect$ = [], g.$watchers$ = (y = v[4]) != null ? y : {};
529
- const T = g.$tagName$, ye = class extends HTMLElement {
529
+ const x = g.$tagName$, ye = class extends HTMLElement {
530
530
  // StencilLazyHost
531
531
  constructor(E) {
532
532
  if (super(E), this.hasRegisteredEventListeners = !1, E = this, Ee(E, g), g.$flags$ & 1) {
@@ -548,8 +548,8 @@ var P, W, ce = !1, $e = !1, C = (e, t, n, s) => {
548
548
  return b(this).$onReadyPromise$;
549
549
  }
550
550
  };
551
- g.$lazyBundleId$ = p[0], !l.includes(T) && !a.get(T) && (r.push(T), a.define(
552
- T,
551
+ g.$lazyBundleId$ = p[0], !l.includes(x) && !a.get(x) && (r.push(x), a.define(
552
+ x,
553
553
  ge(
554
554
  ye,
555
555
  g,
@@ -566,10 +566,11 @@ var P, W, ce = !1, $e = !1, C = (e, t, n, s) => {
566
566
  d = !1, $.length ? $.map((p) => p.connectedCallback()) : h.jmp(() => f = setTimeout(ve, 30)), s();
567
567
  };
568
568
  export {
569
+ ze as H,
569
570
  ot as b,
570
571
  lt as c,
571
572
  Be as g,
572
573
  Ue as h,
573
- Te as p,
574
+ xe as p,
574
575
  at as r
575
576
  };