@everymatrix/casino-most-played-section 1.13.15 → 1.13.17

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/casino-most-played-section",
3
- "version": "1.13.15",
3
+ "version": "1.13.17",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "64d94eb05d1cff11bf0cfd2bb8079bec43797d28"
38
+ "gitHead": "8b0b2bd7cdef9f325e39e95baf9a25dd09ad69b3"
39
39
  }
@@ -179,10 +179,10 @@
179
179
  $: lang && setActiveLanguage();
180
180
  </script>
181
181
 
182
- <div class="CasinoGamesCategorySectionContainer" part="CasinoGamesCategorySectionContainer" bind:this={customStylingContainer}>
182
+ <div class="CasinoGamesCategorySectionContainer" bind:this={customStylingContainer}>
183
183
  <div class="casino-most-played-section">
184
184
  {#if mostPlayedEmpty}
185
- <p class="SearchLoading" part="SearchLoading">{$_('noGames')}</p>
185
+ <p class="SearchLoading">{$_('noGames')}</p>
186
186
  {:else}
187
187
  <casino-games-category-section
188
188
  session={session}
@@ -223,7 +223,7 @@
223
223
  }
224
224
 
225
225
  .casino-most-played-section {
226
- background: var(--emfe-w-color-contrast, #07072A);
227
- color: var(--emfe-w-color-white, #FFFFFF);
226
+ background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
227
+ color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
228
228
  }
229
229
  </style>