@everymatrix/casino-lobby 0.0.115 → 0.0.119

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": "0.0.115",
3
+ "version": "0.0.119",
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": "25345e38dbc42329f491f3dc30e76b3326b77b61"
39
+ "gitHead": "6b98151ba25a6af088b7c9d63e625baceca5584a"
40
40
  }
@@ -161,7 +161,7 @@
161
161
 
162
162
  if (customStylingContainer) {
163
163
  setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
164
- setTimeout(() => { displayNone = false; }, 200);
164
+ setTimeout(() => { displayNone = false; }, 500);
165
165
  }
166
166
  });
167
167
  }