@everymatrix/casino-play-random-game 1.44.0 → 1.45.2
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/casino-play-random-game/casino-play-random-game.esm.js +1 -1
- package/dist/casino-play-random-game/p-b4a84056.entry.js +1 -0
- package/dist/casino-play-random-game/p-d2e799c3.js +2 -0
- package/dist/casino-play-random-game/p-e1255160.js +1 -0
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/casino-play-random-game.cjs.entry.js +288 -308
- package/dist/cjs/casino-play-random-game.cjs.js +17 -11
- package/dist/cjs/index-4cc20a8d.js +1217 -0
- package/dist/cjs/loader.cjs.js +7 -13
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/casino-play-random-game/casino-play-random-game.css +0 -11
- package/dist/collection/components/casino-play-random-game/casino-play-random-game.js +432 -463
- package/dist/collection/components/casino-play-random-game/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +58 -58
- package/dist/collection/utils/utils.js +22 -22
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/casino-play-random-game.entry.js +288 -308
- package/dist/esm/casino-play-random-game.js +14 -11
- package/dist/esm/index-7666b794.js +1190 -0
- package/dist/esm/loader.js +7 -13
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +14 -19
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-play-random-game/.stencil/packages/stencil/casino-play-random-game/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-play-random-game/.stencil/packages/stencil/casino-play-random-game/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/casino-play-random-game/casino-play-random-game.d.ts +72 -72
- package/dist/types/components/casino-play-random-game/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +142 -33
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +13 -1
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/loader/package.json +1 -0
- package/package.json +8 -1
- package/dist/casino-play-random-game/p-0f38b3f8.js +0 -1
- package/dist/casino-play-random-game/p-1a049c0f.entry.js +0 -1
- package/dist/cjs/index-8944e204.js +0 -1247
- package/dist/components/casino-play-random-game.d.ts +0 -11
- package/dist/components/casino-play-random-game.js +0 -375
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -1
- package/dist/esm/index-58563736.js +0 -1221
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/casino-play-random-game/.stencil/packages/casino-play-random-game/stencil.config.d.ts +0 -2
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,20 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-4cc20a8d.js');
|
|
6
|
+
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
return index.promiseResolve();
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
const defineCustomElements = (win, options) => {
|
|
15
|
-
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
|
-
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["casino-play-random-game.cjs",[[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]}]]]], options);
|
|
18
|
-
});
|
|
8
|
+
const defineCustomElements = async (win, options) => {
|
|
9
|
+
if (typeof window === 'undefined') return undefined;
|
|
10
|
+
await appGlobals.globalScripts();
|
|
11
|
+
return index.bootstrapLazy([["casino-play-random-game.cjs",[[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"]}]]]], options);
|
|
19
12
|
};
|
|
20
13
|
|
|
14
|
+
exports.setNonce = index.setNonce;
|
|
21
15
|
exports.defineCustomElements = defineCustomElements;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"entries": [
|
|
3
|
-
"
|
|
3
|
+
"components/casino-play-random-game/casino-play-random-game.js"
|
|
4
4
|
],
|
|
5
5
|
"compiler": {
|
|
6
6
|
"name": "@stencil/core",
|
|
7
|
-
"version": "
|
|
8
|
-
"typescriptVersion": "
|
|
7
|
+
"version": "4.20.0",
|
|
8
|
+
"typescriptVersion": "5.5.3"
|
|
9
9
|
},
|
|
10
10
|
"collections": [],
|
|
11
11
|
"bundles": []
|
|
@@ -283,7 +283,6 @@
|
|
|
283
283
|
height: inherit;
|
|
284
284
|
gap: var(--emw--spacing-2x-small, 5px);
|
|
285
285
|
}
|
|
286
|
-
|
|
287
286
|
.RandomGameWrapper {
|
|
288
287
|
width: 100%;
|
|
289
288
|
height: 300px;
|
|
@@ -291,7 +290,6 @@
|
|
|
291
290
|
background: transparent;
|
|
292
291
|
position: relative;
|
|
293
292
|
}
|
|
294
|
-
|
|
295
293
|
.GameContainerGradient {
|
|
296
294
|
position: absolute;
|
|
297
295
|
top: 10%;
|
|
@@ -303,7 +301,6 @@
|
|
|
303
301
|
z-index: 1;
|
|
304
302
|
filter: blur(5px);
|
|
305
303
|
}
|
|
306
|
-
|
|
307
304
|
.RandomGameCard {
|
|
308
305
|
width: 100px;
|
|
309
306
|
height: 150px;
|
|
@@ -311,13 +308,11 @@
|
|
|
311
308
|
border-radius: var(--emw--border-radius-medium, 4px);
|
|
312
309
|
filter: blur(5px);
|
|
313
310
|
}
|
|
314
|
-
|
|
315
311
|
.RandomGameImage {
|
|
316
312
|
width: 102px;
|
|
317
313
|
height: inherit;
|
|
318
314
|
top: 0%;
|
|
319
315
|
}
|
|
320
|
-
|
|
321
316
|
.RandomGameDetails {
|
|
322
317
|
font-size: 14px;
|
|
323
318
|
width: 100%;
|
|
@@ -343,13 +338,11 @@
|
|
|
343
338
|
font-size: 14px;
|
|
344
339
|
cursor: pointer;
|
|
345
340
|
}
|
|
346
|
-
|
|
347
341
|
.RandomGameCard .RandomGameVendor {
|
|
348
342
|
font-size: var(--emw--font-size-x-small, 12px);
|
|
349
343
|
bottom: 5px;
|
|
350
344
|
right: 5px;
|
|
351
345
|
}
|
|
352
|
-
|
|
353
346
|
.RandomButtons {
|
|
354
347
|
display: flex;
|
|
355
348
|
flex-direction: column;
|
|
@@ -358,23 +351,19 @@
|
|
|
358
351
|
gap: 5px;
|
|
359
352
|
width: 100%;
|
|
360
353
|
}
|
|
361
|
-
|
|
362
354
|
.RandomButton {
|
|
363
355
|
font-size: var(--emw--font-size-x-small, 12px);
|
|
364
356
|
padding: 10px 15px;
|
|
365
357
|
border: solid 1px var(--emw--button-border-color, #063B17);
|
|
366
358
|
}
|
|
367
|
-
|
|
368
359
|
.QustionMark {
|
|
369
360
|
font-size: 100px;
|
|
370
361
|
font-weight: 700;
|
|
371
362
|
}
|
|
372
|
-
|
|
373
363
|
.HexagonMarkShadow {
|
|
374
364
|
width: 80px;
|
|
375
365
|
height: 95px;
|
|
376
366
|
}
|
|
377
|
-
|
|
378
367
|
.HexagonMark {
|
|
379
368
|
width: 70px;
|
|
380
369
|
height: 85px;
|