@everymatrix/player-active-bonuses 1.43.3 → 1.43.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-active-bonuses",
3
- "version": "1.43.3",
3
+ "version": "1.43.4",
4
4
  "main": "dist/player-active-bonuses",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "4723f5370b2d6fc913a8cf6770f9f492038e54e8"
38
+ "gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
39
39
  }
@@ -253,7 +253,7 @@
253
253
  {#if isLoading}
254
254
  <div class="ModalLoader" part="ModalLoader"></div>
255
255
  {:else}
256
- <div class="ActiveBonusesWrapper {isMobile ? 'ActiveBonusesWrapperMobile' : ''}" part="ActiveBonusesWrapper {isMobile ? 'ActiveBonusesWrapperMobile' : ''}">
256
+ <div class="ActiveBonusesWrapper {isMobile ? 'ActiveBonusesWrapperMobile' : ''}">
257
257
  {#if isMobile}
258
258
  <div class="MenuReturnButton" on:click={() => toggleScreen()}>
259
259
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><defs><style>.aaa{fill:var(--emfe-w-pam-color-primary, var(--emfe-w-color-primary, #D0046C));}</style></defs><g transform="translate(-20 -158)">
@@ -510,7 +510,7 @@
510
510
  display: flex;
511
511
  justify-content: center;
512
512
  align-items: center;
513
- z-index: 100;
513
+ z-index: 300;
514
514
  .ModalContent {
515
515
  background-color: var(--emfe-w-color-white, #FFFFFF);
516
516
  position: relative;