@everymatrix/casino-filter-modal 1.0.15 → 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-filter-modal",
3
- "version": "1.0.15",
3
+ "version": "1.1.0",
4
4
  "main": "dist/casino-filter-modal.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": "0ee1d4bccc4964628711251119148f0a04ba10df"
39
+ "gitHead": "62036ada223f2b4f7b64d99a81ab2229ecba3cf1"
40
40
  }
@@ -77,9 +77,7 @@
77
77
  .then((data:any) => {
78
78
  cssFile.innerHTML = data
79
79
 
80
- if (customStylingContainer) {
81
- setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
82
- }
80
+ setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
83
81
  });
84
82
  }
85
83