@everymatrix/casino-search 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-search",
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
  }
@@ -249,8 +249,7 @@
249
249
 
250
250
  </script>
251
251
 
252
- <div bind:this={customStylingContainer}>
253
- <div class="CasinoSearch">
252
+ <div class="CasinoSearch" bind:this={customStylingContainer}>
254
253
  <div class="Search">
255
254
  <div class="SearchIcon">
256
255
  <svg width="14" height="15" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -315,7 +314,6 @@
315
314
  </div>
316
315
  {/if}
317
316
  </div>
318
- </div>
319
317
 
320
318
  <style lang="scss">
321
319
  :host {