@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/dist/casino-search.js +44 -48
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoSearch.svelte +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-search",
|
|
3
|
-
"version": "1.0
|
|
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": "
|
|
39
|
+
"gitHead": "62036ada223f2b4f7b64d99a81ab2229ecba3cf1"
|
|
40
40
|
}
|
package/src/CasinoSearch.svelte
CHANGED
|
@@ -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 {
|