@everymatrix/casino-tournaments-controller 0.0.258 → 0.0.259
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.259",
|
|
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.259",
|
|
33
|
+
"@everymatrix/casino-tournaments-filter-controller": "^0.0.259",
|
|
34
|
+
"@everymatrix/casino-tournaments-list-controller": "^0.0.259",
|
|
35
|
+
"@everymatrix/casino-tournaments-page-controller": "^0.0.259",
|
|
36
|
+
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.259",
|
|
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": "7e26e42bac250a646d98bd80910b234522350fd6"
|
|
45
45
|
}
|
|
@@ -314,14 +314,6 @@
|
|
|
314
314
|
$primary-font-color: var(--emfe-w-color-white, #FFFFFF);
|
|
315
315
|
$primary-font-size: 1rem;
|
|
316
316
|
|
|
317
|
-
//This function does a multiplication
|
|
318
|
-
// in order to work with px the
|
|
319
|
-
// same way as working with em
|
|
320
|
-
@function ttp($value) {
|
|
321
|
-
$multiplicator: 16px;
|
|
322
|
-
@return $value * $multiplicator;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
317
|
:host {
|
|
326
318
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
327
319
|
}
|