@everymatrix/casino-lobby 0.0.192 → 0.0.196

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/index.html CHANGED
@@ -18,8 +18,6 @@
18
18
  <casino-lobby
19
19
  endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
20
20
  datasource="RNG"
21
- session="bb9a16b1-1dba-4a93-8875-d057e7068a4d"
22
- userid="3657535"
23
21
  lang="en"
24
22
  loginevent="OpenLoginRegisterModal"
25
23
  registerevent="OpenLoginRegisterModal"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "0.0.192",
3
+ "version": "0.0.196",
4
4
  "main": "dist/casino-lobby.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "90772f9f46872463853a444005e5adbfb07fc973"
39
+ "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
40
40
  }
@@ -277,6 +277,10 @@
277
277
  box-sizing: border-box;
278
278
  }
279
279
 
280
+ :host {
281
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
282
+ }
283
+
280
284
  .CasinoLobby {
281
285
  background-color: #07072A;
282
286
  width: 100%;