@everymatrix/casino-lobby 1.17.0 → 1.17.2

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.17.0",
3
+ "version": "1.17.2",
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": "0e043e4e6292cea395b47f25037b9281ecdfcba2"
38
+ "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
39
39
  }
@@ -9,8 +9,6 @@
9
9
  import '@everymatrix/casino-page';
10
10
  import '@everymatrix/casino-modal';
11
11
  import '@everymatrix/casino-game-page';
12
- import '@everymatrix/casino-filter-modal';
13
- import '@everymatrix/casino-filter-page';
14
12
  import '@everymatrix/casino-integrated-game-page';
15
13
 
16
14
  export let endpoint:string = '';
@@ -418,7 +416,7 @@
418
416
 
419
417
 
420
418
  .CasinoLobby {
421
- background-color: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
419
+ background-color: var(--emfe-w-casino-color-bg, var(--emfe-w-color-background, #07072A));
422
420
  width: 100%;
423
421
  margin: 0 auto;
424
422
  min-height: 100vh;