@betorigami/games 1.22.1 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +12 -5
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1549,7 +1549,7 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
1549
1549
  }
1550
1550
 
1551
1551
  .input-inner.has-right-icon .input-field {
1552
- padding-right: 36px;
1552
+ padding-right: var(--input-right-icon-padding, 36px);
1553
1553
  }
1554
1554
 
1555
1555
  .input-inner:has(.input-left-icon) .input-field {
@@ -2209,6 +2209,10 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
2209
2209
  cursor: help;
2210
2210
  }
2211
2211
 
2212
+ .currency-display:has(.currency-text) {
2213
+ width: auto;
2214
+ }
2215
+
2212
2216
  .currency-display svg {
2213
2217
  width: 16px;
2214
2218
  height: 16px;
@@ -2239,6 +2243,7 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
2239
2243
  @blur=${this.handleBlur}
2240
2244
  @focus=${this.handleFocus}
2241
2245
  .errorMessage=${this.errorMessage}
2246
+ style=${this.gameData?.showCurrencyAsText&&!this.hideCurrencyIcon?"--input-right-icon-padding: 48px":""}
2242
2247
  >
2243
2248
  ${this.tooltip?Z` <origami-tooltip slot="tooltip" .content=${this.tooltip}></origami-tooltip> `:Q}
2244
2249
  <slot slot="right-addon" name="right-addon"></slot>
@@ -3160,7 +3165,7 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
3160
3165
  <div class=${B(n)} slot="icon">
3161
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
3162
3167
  ?active=${this.gameData?.instantBetEnabled}
3163
- src="https://lottie.host/1cb790ff-3257-4054-8a90-696def333c4c/aHceXsplix.json"
3168
+ src="https://lottie.host/c1091440-04f3-4d88-b58a-7d0c6eea7cc9/g8rUu8TusE.json"
3164
3169
  size="16px"
3165
3170
  ></lottie-icon>`}
3166
3171
  </div>
@@ -6352,11 +6357,13 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
6352
6357
  margin: 0;
6353
6358
  line-height: 1;
6354
6359
  text-align: center;
6355
- display: block;
6360
+ display: var(--keno-custom-tile-number-display, block);
6361
+ color: var(--keno-custom-tile-number-color);
6356
6362
  }
6357
6363
 
6358
- .number-text {
6359
- display: var(--keno-custom-tile-number-display, 'block');
6364
+ .has-custom-tile .number-text,
6365
+ .has-custom-loss-tile .number-text {
6366
+ z-index: 1;
6360
6367
  }
6361
6368
 
6362
6369
  :host-context([seasonTheme='HORRORGAMI']) .keno-tile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betorigami/games",
3
- "version": "1.22.1",
3
+ "version": "1.22.4",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",