@everymatrix/casino-collections-providers 1.0.16 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-collections-providers",
3
- "version": "1.0.16",
3
+ "version": "1.1.0",
4
4
  "main": "index.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": "526e9d4877d11a6372af0e39b2c9db7c8b640737"
39
+ "gitHead": "62036ada223f2b4f7b64d99a81ab2229ecba3cf1"
40
40
  }
@@ -159,10 +159,8 @@
159
159
  .then((data:any) => {
160
160
  cssFile.innerHTML = data
161
161
 
162
- if (customStylingContainer) {
163
- setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
164
- setTimeout(() => { displayNoneClientStyling = false; }, 500);
165
- }
162
+ setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
163
+ setTimeout(() => { displayNoneClientStyling = false; }, 500);
166
164
  });
167
165
  }
168
166