@betorigami/games 1.22.2 → 1.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +6 -4
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3165,7 +3165,7 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
|
|
|
3165
3165
|
<div class=${B(n)} slot="icon">
|
|
3166
3166
|
${this.gameData?.customFooterInstantBetSvgUrl?Z`<div class=${B({"custom-icon":!0,active:this.gameData?.instantBetEnabled??!1})} style="--icon-url: url(${this.gameData.customFooterInstantBetSvgUrl})"></div>`:Z`<lottie-icon
|
|
3167
3167
|
?active=${this.gameData?.instantBetEnabled}
|
|
3168
|
-
src="https://lottie.host/
|
|
3168
|
+
src="https://lottie.host/c1091440-04f3-4d88-b58a-7d0c6eea7cc9/g8rUu8TusE.json"
|
|
3169
3169
|
size="16px"
|
|
3170
3170
|
></lottie-icon>`}
|
|
3171
3171
|
</div>
|
|
@@ -6357,11 +6357,13 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
|
|
|
6357
6357
|
margin: 0;
|
|
6358
6358
|
line-height: 1;
|
|
6359
6359
|
text-align: center;
|
|
6360
|
-
display: block;
|
|
6360
|
+
display: var(--keno-custom-tile-number-display, block);
|
|
6361
|
+
color: var(--keno-custom-tile-number-color);
|
|
6361
6362
|
}
|
|
6362
6363
|
|
|
6363
|
-
.number-text
|
|
6364
|
-
|
|
6364
|
+
.has-custom-tile .number-text,
|
|
6365
|
+
.has-custom-loss-tile .number-text {
|
|
6366
|
+
z-index: 1;
|
|
6365
6367
|
}
|
|
6366
6368
|
|
|
6367
6369
|
:host-context([seasonTheme='HORRORGAMI']) .keno-tile,
|