@everymatrix/casino-random-game 1.0.16 → 1.1.0

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-random-game",
3
- "version": "1.0.16",
3
+ "version": "1.1.0",
4
4
  "main": "dist/casino-random-game.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
  }
@@ -154,7 +154,6 @@
154
154
  </script>
155
155
 
156
156
  <div bind:this={customStylingContainer} part="CustomStylingContainer">
157
- <div>
158
157
  {#if show}
159
158
  <div class="ModalWindow" part="ModalWindow">
160
159
  <div class="ModalContainer" part="ModalContainer" >
@@ -215,7 +214,6 @@
215
214
  </span>
216
215
  </button>
217
216
  </div>
218
- </div>
219
217
  </div>
220
218
 
221
219
  <style lang="scss">