@everymatrix/bonus-powerups-ingame-games 0.0.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/dist/bonus-powerups-ingame-games/app-globals-0f993ce5.js +1 -0
- package/dist/bonus-powerups-ingame-games/bonus-powerups-ingame-games-b2c0935f.js +1 -0
- package/dist/bonus-powerups-ingame-games/bonus-powerups-ingame-games.esm.js +1 -0
- package/dist/bonus-powerups-ingame-games/bonus-powerups-ingame-games_3.entry.js +1 -0
- package/dist/bonus-powerups-ingame-games/index-fd928daa.js +2 -0
- package/dist/bonus-powerups-ingame-games/index.esm.js +1 -0
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/bonus-powerups-ingame-games-7de80a10.js +317 -0
- package/dist/cjs/bonus-powerups-ingame-games.cjs.js +25 -0
- package/dist/cjs/bonus-powerups-ingame-games_3.cjs.entry.js +247 -0
- package/dist/cjs/index-e3184c85.js +1246 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/collection/assets/Arrow Curve Left.svg +11 -0
- package/dist/collection/assets/double-right.svg +4 -0
- package/dist/collection/assets/gotoPage.svg +3 -0
- package/dist/collection/assets/return.svg +15 -0
- package/dist/collection/collection-manifest.json +25 -0
- package/dist/collection/components/bonus-powerups-ingame-games/bonus-powerups-ingame-games.css +279 -0
- package/dist/collection/components/bonus-powerups-ingame-games/bonus-powerups-ingame-games.js +335 -0
- package/dist/collection/components/bonus-powerups-ingame-games/index.js +1 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/constants.js +4 -0
- package/dist/collection/utils/locale.utils.js +38 -0
- package/dist/collection/utils/utils.js +3 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/bonus-powerups-ingame-games-b2c0935f.js +315 -0
- package/dist/esm/bonus-powerups-ingame-games.js +20 -0
- package/dist/esm/bonus-powerups-ingame-games_3.entry.js +241 -0
- package/dist/esm/index-fd928daa.js +1217 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stencil.config.dev.js +20 -0
- package/dist/stencil.config.js +20 -0
- package/dist/storybook/main.js +43 -0
- package/dist/storybook/preview.js +9 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/libs/common/src/types/casino/powerups.d.ts +60 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/packages/stencil/bonus-powerups-ingame-games/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/packages/stencil/bonus-powerups-ingame-games/stencil.config.dev.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/packages/stencil/bonus-powerups-ingame-games/storybook/main.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/packages/stencil/bonus-powerups-ingame-games/storybook/preview.d.ts +70 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/tools/plugins/index.d.ts +4 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +12 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/bonus-powerups-ingame-games/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/bonus-powerups-ingame-games/bonus-powerups-ingame-games.d.ts +34 -0
- package/dist/types/components/bonus-powerups-ingame-games/index.d.ts +1 -0
- package/dist/types/components.d.ts +69 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/constants.d.ts +4 -0
- package/dist/types/utils/locale.utils.d.ts +2 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +27 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const bonusPowerupsIngameGames = require('./bonus-powerups-ingame-games-7de80a10.js');
|
|
6
|
+
require('./index-e3184c85.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.BonusPowerupsIngameGames = bonusPowerupsIngameGames.BonusPowerupsIngameGames;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-e3184c85.js');
|
|
6
|
+
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
|
+
|
|
8
|
+
const defineCustomElements = async (win, options) => {
|
|
9
|
+
if (typeof window === 'undefined') return undefined;
|
|
10
|
+
await appGlobals.globalScripts();
|
|
11
|
+
return index.bootstrapLazy([["bonus-powerups-ingame-games_3.cjs",[[1,"bonus-powerups-ingame-games",{"mbSource":[513,"mb-source"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"language":[513],"endpoint":[513],"session":[513],"powerupId":[513,"powerup-id"],"isLoadingGames":[32],"powerUpGames":[32],"powerUp":[32],"limit":[32]},null,{"clientStyling":["handleClientStylingChange"],"clientStylingUrl":["handleClientStylingUrlChange"],"mbSource":["handleMbSourceChange"]}],[0,"ui-image",{"src":[1],"width":[1],"height":[1],"alt":[1],"styles":[8],"detectDistance":[1,"detect-distance"],"imgLoaded":[32],"shouldLoad":[32]},null,{"src":["handleSrc"]}],[0,"ui-skeleton",{"structure":[1],"width":[1],"height":[1],"borderRadius":[8,"border-radius"],"marginBottom":[8,"margin-bottom"],"marginTop":[8,"margin-top"],"marginLeft":[8,"margin-left"],"marginRight":[8,"margin-right"],"animation":[4],"rows":[2],"size":[1]},null,{"structure":["handleStructureChange"]}]]]], options);
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.setNonce = index.setNonce;
|
|
15
|
+
exports.defineCustomElements = defineCustomElements;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4119_5439)">
|
|
3
|
+
<path d="M11.1533 12.8332C11.8242 11.9932 12.25 10.9315 12.25 9.759C12.25 6.959 9.7475 4.6665 6.69667 4.6665H1.75" stroke="white" stroke-width="0.952264" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M5.25 1.16699L1.75 4.66699L5.25 8.16699" stroke="white" stroke-width="0.952264" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_4119_5439">
|
|
8
|
+
<rect width="14" height="14" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.33398 2.3335L7.00065 7.00016L2.33398 11.6668" stroke="white" stroke-width="0.952264" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7 2.3335L11.6667 7.00016L7 11.6668" stroke="white" stroke-width="0.952264" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.87935 2.15646e-07L4 4.54064e-07C4.27614 4.54064e-07 4.5 0.223858 4.5 0.5C4.5 0.776143 4.27614 1 4 1H2.9C2.47171 1 2.18056 1.00039 1.95552 1.01878C1.73631 1.03669 1.62421 1.06915 1.54601 1.10899C1.35785 1.20487 1.20487 1.35785 1.10899 1.54601C1.06915 1.62421 1.03669 1.73631 1.01878 1.95552C1.00039 2.18056 1 2.47171 1 2.9V7.1C1 7.52829 1.00039 7.81944 1.01878 8.04448C1.03669 8.26369 1.06915 8.37579 1.10899 8.45399C1.20487 8.64215 1.35785 8.79513 1.54601 8.89101C1.62421 8.93085 1.73631 8.96331 1.95552 8.98122C2.18056 8.99961 2.47171 9 2.9 9H7.1C7.52829 9 7.81944 8.99961 8.04448 8.98122C8.26369 8.96331 8.37579 8.93085 8.45399 8.89101C8.64215 8.79513 8.79513 8.64215 8.89101 8.45399C8.93085 8.37579 8.96331 8.26369 8.98122 8.04448C8.99961 7.81944 9 7.52829 9 7.1V6C9 5.72386 9.22386 5.5 9.5 5.5C9.77614 5.5 10 5.72386 10 6V7.12066C10 7.52314 10 7.85532 9.9779 8.12591C9.95494 8.40696 9.90566 8.66531 9.78201 8.90798C9.59027 9.28431 9.28431 9.59027 8.90798 9.78201C8.66531 9.90566 8.40696 9.95494 8.12591 9.9779C7.85532 10 7.52314 10 7.12066 10H2.87934C2.47686 10 2.14468 10 1.87409 9.9779C1.59304 9.95494 1.33469 9.90566 1.09202 9.78201C0.715696 9.59027 0.409734 9.28431 0.217988 8.90798C0.094342 8.66531 0.0450599 8.40696 0.0220973 8.12591C-1.14068e-05 7.85532 -6.16205e-06 7.52314 2.15646e-07 7.12065V2.87935C-6.16205e-06 2.47687 -1.14068e-05 2.14469 0.0220973 1.87409C0.0450599 1.59304 0.094342 1.33469 0.217987 1.09202C0.409734 0.715695 0.715695 0.409734 1.09202 0.217987C1.33469 0.094342 1.59304 0.0450599 1.87409 0.0220973C2.14469 -1.14068e-05 2.47687 -6.16205e-06 2.87935 2.15646e-07ZM5.99999 0.500005C5.99999 0.223863 6.22385 5.22244e-06 6.49999 5.22244e-06H9.49999C9.77613 5.22244e-06 9.99999 0.223863 9.99999 0.500005L9.99999 3.5C9.99999 3.77615 9.77613 4 9.49999 4.00001C9.22385 4.00001 8.99999 3.77615 8.99999 3.50001L8.99999 1.70711L5.35355 5.35355C5.15829 5.54882 4.84171 5.54882 4.64645 5.35355C4.45119 5.15829 4.45118 4.84171 4.64645 4.64645L8.29288 1.00001H6.49999C6.22385 1.00001 5.99999 0.776148 5.99999 0.500005Z" fill="#00B541"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14"
|
|
2
|
+
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_4119_5439)">
|
|
4
|
+
<path d="M11.1533 12.8332C11.8242 11.9932 12.25 10.9315 12.25 9.759C12.25 6.959 9.7475 4.6665 6.69667 4.6665H1.75"
|
|
5
|
+
stroke="currentColor" stroke-width="0.952264" stroke-miterlimit="10" stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round" />
|
|
7
|
+
<path d="M5.25 1.16699L1.75 4.66699L5.25 8.16699" stroke="currentColor" stroke-width="0.952264" stroke-miterlimit="10"
|
|
8
|
+
stroke-linecap="round" stroke-linejoin="round" />
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_4119_5439">
|
|
12
|
+
<rect width="14" height="14" fill="white" />
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entries": [
|
|
3
|
+
"components/bonus-powerups-ingame-games/bonus-powerups-ingame-games.js"
|
|
4
|
+
],
|
|
5
|
+
"compiler": {
|
|
6
|
+
"name": "@stencil/core",
|
|
7
|
+
"version": "4.19.2",
|
|
8
|
+
"typescriptVersion": "5.4.5"
|
|
9
|
+
},
|
|
10
|
+
"collections": [
|
|
11
|
+
{
|
|
12
|
+
"name": "@everymatrix/ui-image",
|
|
13
|
+
"tags": [
|
|
14
|
+
"ui-image"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "@everymatrix/ui-skeleton",
|
|
19
|
+
"tags": [
|
|
20
|
+
"ui-skeleton"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"bundles": []
|
|
25
|
+
}
|
package/dist/collection/components/bonus-powerups-ingame-games/bonus-powerups-ingame-games.css
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: block;
|
|
3
|
+
height: 100%;
|
|
4
|
+
--game-amount-line: 3;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.IngamePowerUpGamesContainer {
|
|
8
|
+
height: 100%;
|
|
9
|
+
display: flex;
|
|
10
|
+
padding: var(--emw--ingame-power-container-padding, 8px);
|
|
11
|
+
justify-content: flex-start;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
}
|
|
14
|
+
.IngamePowerUpGamesContainer .CircleLinearBorder {
|
|
15
|
+
background: rgba(9, 9, 9, 0.5019607843);
|
|
16
|
+
position: relative;
|
|
17
|
+
width: 26px;
|
|
18
|
+
height: 26px;
|
|
19
|
+
border-radius: 20px;
|
|
20
|
+
background: none;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
border: 1.5px solid transparent;
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
}
|
|
28
|
+
.IngamePowerUpGamesContainer .CircleLinearBorder svg {
|
|
29
|
+
border-radius: 20px;
|
|
30
|
+
padding: 4.5px;
|
|
31
|
+
background: var(--emw--ingame-color-powerup-bg, rgba(9, 9, 9, 0.8980392157));
|
|
32
|
+
z-index: 1;
|
|
33
|
+
}
|
|
34
|
+
.IngamePowerUpGamesContainer .CircleLinearBorder::before {
|
|
35
|
+
content: "";
|
|
36
|
+
position: absolute;
|
|
37
|
+
top: -1.5px;
|
|
38
|
+
left: -1.5px;
|
|
39
|
+
right: -1.5px;
|
|
40
|
+
bottom: -1.5px;
|
|
41
|
+
z-index: -1;
|
|
42
|
+
border-radius: 21.5px;
|
|
43
|
+
background: linear-gradient(0deg, var(--emw--ingame-color-white10, rgba(255, 255, 255, 0.0666666667)), var(--emw--ingame-color-white10, rgba(255, 255, 255, 0.0666666667))), linear-gradient(35.22deg, var(--emw--ingame-color-white10, rgba(255, 255, 255, 0)), var(--emw--ingame-color-white30, rgba(255, 255, 255, 0.5490196078)) 89.19%);
|
|
44
|
+
}
|
|
45
|
+
.IngamePowerUpGamesContainer .TopBar, .IngamePowerUpGamesContainer .Loading {
|
|
46
|
+
padding: 15px;
|
|
47
|
+
}
|
|
48
|
+
.IngamePowerUpGamesContainer .TopBar {
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
gap: 5px;
|
|
52
|
+
}
|
|
53
|
+
.IngamePowerUpGamesContainer .TopBar .ReturnIcon {
|
|
54
|
+
width: 26px;
|
|
55
|
+
height: 26px;
|
|
56
|
+
display: flex;
|
|
57
|
+
border-radius: 20px;
|
|
58
|
+
padding: 0;
|
|
59
|
+
backdrop-filter: blur(13.7647px);
|
|
60
|
+
justify-content: center;
|
|
61
|
+
align-items: center;
|
|
62
|
+
}
|
|
63
|
+
.IngamePowerUpGamesContainer .TopBar .ReturnIcon svg {
|
|
64
|
+
color: var(--emw--ingame-color-white60, #f0f0f0);
|
|
65
|
+
}
|
|
66
|
+
.IngamePowerUpGamesContainer .TopBar .Title {
|
|
67
|
+
font-weight: 600;
|
|
68
|
+
font-size: 0.9rem;
|
|
69
|
+
line-height: 100%;
|
|
70
|
+
text-align: center;
|
|
71
|
+
vertical-align: middle;
|
|
72
|
+
color: var(--emw--ingame-color-neutural-95, #EDEFF2);
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: row;
|
|
75
|
+
}
|
|
76
|
+
.IngamePowerUpGamesContainer .TopBar .Title .Name {
|
|
77
|
+
font-size: 1.1rem;
|
|
78
|
+
}
|
|
79
|
+
.IngamePowerUpGamesContainer .TopBar .Title .Label {
|
|
80
|
+
font-size: 1.1rem;
|
|
81
|
+
font-weight: bold;
|
|
82
|
+
color: var(--emw--ingame-color-neutural-95, #EDEFF2);
|
|
83
|
+
}
|
|
84
|
+
.IngamePowerUpGamesContainer .TopBar .TextContent {
|
|
85
|
+
font-weight: 400;
|
|
86
|
+
font-size: 0.9rem;
|
|
87
|
+
line-height: 1.1rem;
|
|
88
|
+
vertical-align: middle;
|
|
89
|
+
color: var(--emw--ingame-color-white70, rgba(255, 255, 255, 0.6980392157));
|
|
90
|
+
}
|
|
91
|
+
.IngamePowerUpGamesContainer .GamesWrapper {
|
|
92
|
+
height: calc(100% - 90px);
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
width: 100%;
|
|
95
|
+
margin-bottom: 10px;
|
|
96
|
+
scrollbar-width: thin;
|
|
97
|
+
scrollbar-color: var(--emw--color-background, hsl(254, 8.53%, 54.93%)) transparent;
|
|
98
|
+
}
|
|
99
|
+
.IngamePowerUpGamesContainer .Games {
|
|
100
|
+
overflow: auto;
|
|
101
|
+
scrollbar-width: thin;
|
|
102
|
+
scrollbar-color: var(--emw--color-background, hsl(254, 8.53%, 54.93%)) transparent;
|
|
103
|
+
}
|
|
104
|
+
.IngamePowerUpGamesContainer .GamesList {
|
|
105
|
+
display: flex;
|
|
106
|
+
height: 100%;
|
|
107
|
+
justify-content: center;
|
|
108
|
+
flex: 1;
|
|
109
|
+
overflow-y: auto;
|
|
110
|
+
scrollbar-width: thin;
|
|
111
|
+
scrollbar-color: var(--emw--background-gray-color, gray) transparent;
|
|
112
|
+
}
|
|
113
|
+
.IngamePowerUpGamesContainer .GamesList::-webkit-scrollbar-track {
|
|
114
|
+
background-color: transparent;
|
|
115
|
+
border-radius: 5px;
|
|
116
|
+
}
|
|
117
|
+
.IngamePowerUpGamesContainer .GamesList .Games {
|
|
118
|
+
padding: 15px;
|
|
119
|
+
display: flex;
|
|
120
|
+
align-items: flex-start;
|
|
121
|
+
justify-content: flex-start;
|
|
122
|
+
flex-wrap: wrap;
|
|
123
|
+
gap: calc(30px / (var(--game-amount-line, 3) - 1));
|
|
124
|
+
}
|
|
125
|
+
.IngamePowerUpGamesContainer .GamesList .Games .Game {
|
|
126
|
+
width: calc((100% - 30px) / var(--game-amount-line, 3));
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
position: relative;
|
|
129
|
+
}
|
|
130
|
+
.IngamePowerUpGamesContainer .GamesList .Games .Game:hover .mask-filter {
|
|
131
|
+
opacity: 1;
|
|
132
|
+
}
|
|
133
|
+
.IngamePowerUpGamesContainer .GamesList .Games .Game:hover img {
|
|
134
|
+
opacity: 0.4;
|
|
135
|
+
filter: blur(1.5px);
|
|
136
|
+
}
|
|
137
|
+
.IngamePowerUpGamesContainer .GamesList .Games .Game:hover .GameMask {
|
|
138
|
+
mix-blend-mode: screen;
|
|
139
|
+
background-color: var(--emw--color-powup-green, #24B24E);
|
|
140
|
+
display: flex;
|
|
141
|
+
justify-content: center;
|
|
142
|
+
align-items: center;
|
|
143
|
+
position: absolute;
|
|
144
|
+
width: 100%;
|
|
145
|
+
opacity: 1;
|
|
146
|
+
left: 0;
|
|
147
|
+
height: 100%;
|
|
148
|
+
top: 0;
|
|
149
|
+
border-radius: 8px;
|
|
150
|
+
}
|
|
151
|
+
.IngamePowerUpGamesContainer .GamesList .Games .Game:hover .GameMask .GameStartBtn {
|
|
152
|
+
opacity: 1;
|
|
153
|
+
}
|
|
154
|
+
.IngamePowerUpGamesContainer .GameMask {
|
|
155
|
+
display: none;
|
|
156
|
+
transition: display;
|
|
157
|
+
transition-duration: 0.2s;
|
|
158
|
+
opacity: 0;
|
|
159
|
+
position: absolute;
|
|
160
|
+
width: 70%;
|
|
161
|
+
height: 100%;
|
|
162
|
+
}
|
|
163
|
+
.IngamePowerUpGamesContainer .GameMask .GameStartBtn {
|
|
164
|
+
width: 80px;
|
|
165
|
+
height: 22px;
|
|
166
|
+
border-radius: 8px;
|
|
167
|
+
opacity: 1;
|
|
168
|
+
padding: 4px 5px;
|
|
169
|
+
background: linear-gradient(180deg, var(--emw--color-powup-green, #24B24E) 0%, var(--emw--color-powup-light-green, #18CE51) 100%);
|
|
170
|
+
border: 1px solid var(--emw--ingame-color-white, #FFFFFF);
|
|
171
|
+
display: flex;
|
|
172
|
+
align-items: center;
|
|
173
|
+
justify-content: space-between;
|
|
174
|
+
cursor: pointer;
|
|
175
|
+
}
|
|
176
|
+
.IngamePowerUpGamesContainer .GameMask .GameStartBtn .PlayIcon {
|
|
177
|
+
background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 1C3.01472 1 1 3.01472 1 5.5C1 7.98528 3.01472 10 5.5 10C7.98528 10 10 7.98528 10 5.5C10 3.01472 7.98528 1 5.5 1ZM0 5.5C0 2.46243 2.46243 0 5.5 0C8.53757 0 11 2.46243 11 5.5C11 8.53757 8.53757 11 5.5 11C2.46243 11 0 8.53757 0 5.5ZM5.12255 3.21652C5.12728 3.21956 5.13199 3.22259 5.13668 3.22561L7.49698 4.74294C7.50129 4.74571 7.50562 4.74849 7.50998 4.75129C7.58551 4.79982 7.66805 4.85285 7.73381 4.90413C7.80355 4.95852 7.91363 5.05446 7.97854 5.20809C8.0574 5.39471 8.0574 5.60529 7.97854 5.79191C7.91363 5.94554 7.80355 6.04148 7.73381 6.09587C7.66805 6.14715 7.58551 6.20018 7.50998 6.24871C7.50562 6.25151 7.50129 6.25429 7.49698 6.25706L5.13668 7.77439C5.13199 7.77741 5.12727 7.78045 5.12255 7.78348C5.03469 7.84 4.9423 7.89941 4.86094 7.94176C4.77909 7.98436 4.63056 8.05332 4.44657 8.04018C4.22957 8.02468 4.02999 7.91572 3.89961 7.74157C3.78907 7.59391 3.76675 7.43167 3.75832 7.33979C3.74995 7.24844 3.74997 7.1386 3.75 7.03414C3.75 7.02852 3.75 7.02292 3.75 7.01733V3.98267C3.75 3.97708 3.75 3.97148 3.75 3.96586C3.74997 3.8614 3.74995 3.75156 3.75832 3.66021C3.76675 3.56833 3.78907 3.40609 3.89961 3.25843C4.02999 3.08428 4.22957 2.97532 4.44657 2.95982C4.63056 2.94668 4.77909 3.01564 4.86094 3.05824C4.94231 3.10059 5.03469 3.16001 5.12255 3.21652ZM4.75 4.16583V6.83417L6.82537 5.5L4.75 4.16583Z" fill="white"/> <path d="M4.75 6.83417V4.16583L6.82537 5.5L4.75 6.83417Z" fill="white"/></svg>');
|
|
178
|
+
height: 16px;
|
|
179
|
+
width: 16px;
|
|
180
|
+
background-repeat: no-repeat;
|
|
181
|
+
background-size: contain;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.Games .Container {
|
|
185
|
+
display: flex;
|
|
186
|
+
flex-wrap: wrap;
|
|
187
|
+
gap: 8px;
|
|
188
|
+
justify-content: center;
|
|
189
|
+
height: calc(100% - 120px);
|
|
190
|
+
overflow: auto;
|
|
191
|
+
}
|
|
192
|
+
.Games .Container .Game {
|
|
193
|
+
width: 105px;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@keyframes smart-animate1 {
|
|
197
|
+
0% {
|
|
198
|
+
opacity: 0.15;
|
|
199
|
+
transform: translateX(0px);
|
|
200
|
+
}
|
|
201
|
+
35% {
|
|
202
|
+
opacity: 1;
|
|
203
|
+
transform: translateX(36px);
|
|
204
|
+
}
|
|
205
|
+
75% {
|
|
206
|
+
opacity: 1;
|
|
207
|
+
transform: translateX(0px);
|
|
208
|
+
}
|
|
209
|
+
100% {
|
|
210
|
+
opacity: 0.15;
|
|
211
|
+
transform: translateX(0px);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
@keyframes smart-animate2 {
|
|
215
|
+
0% {
|
|
216
|
+
opacity: 1;
|
|
217
|
+
}
|
|
218
|
+
35% {
|
|
219
|
+
opacity: 0.15;
|
|
220
|
+
}
|
|
221
|
+
75% {
|
|
222
|
+
opacity: 0.5;
|
|
223
|
+
}
|
|
224
|
+
100% {
|
|
225
|
+
opacity: 1;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
@keyframes smart-animate3 {
|
|
229
|
+
0% {
|
|
230
|
+
opacity: 0.5;
|
|
231
|
+
transform: translateX(0px);
|
|
232
|
+
}
|
|
233
|
+
35% {
|
|
234
|
+
opacity: 0.15;
|
|
235
|
+
transform: translateX(-36px);
|
|
236
|
+
}
|
|
237
|
+
75% {
|
|
238
|
+
opacity: 0.15;
|
|
239
|
+
transform: translateX(0px);
|
|
240
|
+
}
|
|
241
|
+
100% {
|
|
242
|
+
opacity: 0.5;
|
|
243
|
+
transform: translateX(0px);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
.smart-loader {
|
|
247
|
+
margin: 50px auto;
|
|
248
|
+
display: flex;
|
|
249
|
+
flex-direction: row;
|
|
250
|
+
align-items: center;
|
|
251
|
+
justify-content: center;
|
|
252
|
+
width: 100px;
|
|
253
|
+
gap: 10px;
|
|
254
|
+
}
|
|
255
|
+
.smart-loader .smart-item {
|
|
256
|
+
width: 3px;
|
|
257
|
+
height: 20px;
|
|
258
|
+
opacity: 0.15;
|
|
259
|
+
animation-delay: 200ms;
|
|
260
|
+
animation-duration: 1000ms;
|
|
261
|
+
animation-timing-function: ease-out;
|
|
262
|
+
animation-fill-mode: forwards;
|
|
263
|
+
padding: 1px;
|
|
264
|
+
margin: 5px 0;
|
|
265
|
+
background: var(--emw--ingame-color-powerup-brightgreen, #00FA5A);
|
|
266
|
+
border-radius: 4px;
|
|
267
|
+
animation-iteration-count: infinite;
|
|
268
|
+
animation-direction: normal;
|
|
269
|
+
}
|
|
270
|
+
.smart-loader .smart-item:nth-child(1) {
|
|
271
|
+
animation-name: smart-animate1;
|
|
272
|
+
}
|
|
273
|
+
.smart-loader .smart-item:nth-child(2) {
|
|
274
|
+
animation-name: smart-animate2;
|
|
275
|
+
height: 36px;
|
|
276
|
+
}
|
|
277
|
+
.smart-loader .smart-item:nth-child(3) {
|
|
278
|
+
animation-name: smart-animate3;
|
|
279
|
+
}
|