@everymatrix/casino-tournaments-controller 0.0.193 → 0.0.194
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-tournaments-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.194",
|
|
4
4
|
"main": "dist/casino-tournaments-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"typescript": "^3.9.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@everymatrix/casino-tournaments-details": "^0.0.
|
|
33
|
-
"@everymatrix/casino-tournaments-filter-controller": "^0.0.
|
|
34
|
-
"@everymatrix/casino-tournaments-list-controller": "^0.0.
|
|
35
|
-
"@everymatrix/casino-tournaments-page-controller": "^0.0.
|
|
36
|
-
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.
|
|
32
|
+
"@everymatrix/casino-tournaments-details": "^0.0.194",
|
|
33
|
+
"@everymatrix/casino-tournaments-filter-controller": "^0.0.194",
|
|
34
|
+
"@everymatrix/casino-tournaments-list-controller": "^0.0.194",
|
|
35
|
+
"@everymatrix/casino-tournaments-page-controller": "^0.0.194",
|
|
36
|
+
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.194",
|
|
37
37
|
"cross-env": "^7.0.3",
|
|
38
38
|
"sirv-cli": "^1.0.0",
|
|
39
39
|
"svelte": "^3.0.0"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "304c45e7453bfc650dd29548b0905e8b5e3815fb"
|
|
45
45
|
}
|
|
@@ -275,6 +275,10 @@
|
|
|
275
275
|
@return $value * $multiplicator;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
+
:host {
|
|
279
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
280
|
+
}
|
|
281
|
+
|
|
278
282
|
*,
|
|
279
283
|
*::before,
|
|
280
284
|
*::after {
|
|
@@ -284,7 +288,6 @@
|
|
|
284
288
|
text-decoration: none;
|
|
285
289
|
outline: none;
|
|
286
290
|
box-sizing: border-box;
|
|
287
|
-
font-family: $font-stack;
|
|
288
291
|
}
|
|
289
292
|
|
|
290
293
|
.ShowMoreButton {
|