@everymatrix/casino-search 1.13.1 → 1.13.2
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.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "97c6431698aa270f6d350dc219614df9a401b83d"
|
|
39
39
|
}
|
package/src/CasinoSearch.svelte
CHANGED
|
@@ -423,12 +423,18 @@
|
|
|
423
423
|
margin: 0;
|
|
424
424
|
padding: 0;
|
|
425
425
|
box-sizing: border-box;
|
|
426
|
+
font-family: inherit
|
|
426
427
|
}
|
|
427
428
|
|
|
428
429
|
:host {
|
|
429
430
|
font-family: inherit;
|
|
430
431
|
}
|
|
431
432
|
|
|
433
|
+
input,
|
|
434
|
+
textarea,
|
|
435
|
+
button {font-family: inherit}
|
|
436
|
+
|
|
437
|
+
|
|
432
438
|
.CasinoSearch {
|
|
433
439
|
margin: 30px 16px;
|
|
434
440
|
}
|