@everymatrix/casino-lobby 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-lobby",
3
- "version": "1.13.15",
3
+ "version": "1.13.17",
4
4
  "main": "dist/casino-lobby.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
  }
@@ -274,14 +274,14 @@
274
274
  $: clientstylingurl && customStylingContainer && setClientStylingURL();
275
275
  </script>
276
276
 
277
- <div bind:this={customStylingContainer} class={displayNone ? 'DisplayNone' : ''} part="{displayNone ? 'DisplayNone' : ''}">
277
+ <div bind:this={customStylingContainer} class={displayNone ? 'DisplayNone' : ''}>
278
278
  {#if hasErrors}
279
- <p style="color:var(--emfe-w-color-white, #FFFFFF)">{error}</p>
279
+ <p style="color:var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))">{error}</p>
280
280
  {:else}
281
- <div class="CasinoLobby" part="CasinoLobby">
282
- <div class="WidgetsSection" part="WidgetsSection">
283
- <div class="HeaderPlaceholder" part="HeaderPlaceholder" style="height:{headerPlaceholderSize}px"></div>
284
- <div class="ScrollTop" part="ScrollTop"></div>
281
+ <div class="CasinoLobby">
282
+ <div class="WidgetsSection">
283
+ <div class="HeaderPlaceholder" style="height:{headerPlaceholderSize}px"></div>
284
+ <div class="ScrollTop"></div>
285
285
  <casino-categories-slider
286
286
  endpoint={endpointURL}
287
287
  datasource={DS}
@@ -419,7 +419,7 @@
419
419
 
420
420
 
421
421
  .CasinoLobby {
422
- background-color: var(--emfe-w-color-contrast, #07072A);
422
+ background-color: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
423
423
  width: 100%;
424
424
  margin: 0 auto;
425
425
  min-height: 100vh;