@everymatrix/casino-tournaments-slider-controller 0.0.310 → 0.0.313
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-slider-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.313",
|
|
4
4
|
"main": "dist/casino-tournaments-slider-controller.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": "af5aea6963b17715112943ab526d7735afa34800"
|
|
40
40
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
let tourSlider:HTMLElement;
|
|
33
33
|
let xDown:any = null;
|
|
34
34
|
let yDown:any = null;
|
|
35
|
-
|
|
35
|
+
|
|
36
36
|
let slideAutoInterval;
|
|
37
37
|
let animatorRef: HTMLElement
|
|
38
38
|
let transistionTime: number = 1
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
const setActiveLanguage = ():void => {
|
|
65
65
|
setLocale(lang);
|
|
66
66
|
}
|
|
67
|
-
|
|
67
|
+
|
|
68
68
|
const slideAuto = () => {
|
|
69
69
|
if(tournamentList.length === 0) return;
|
|
70
70
|
currentTournamentIdx = (currentTournamentIdx + 1) % tournamentList.length
|
|
@@ -350,10 +350,10 @@
|
|
|
350
350
|
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
351
351
|
<use xlink:href="#image0_2606_356" transform="scale(0.00195312)"/>
|
|
352
352
|
</pattern>
|
|
353
|
-
<image
|
|
354
|
-
id="image0_2606_356"
|
|
355
|
-
width="512"
|
|
356
|
-
height="512"
|
|
353
|
+
<image
|
|
354
|
+
id="image0_2606_356"
|
|
355
|
+
width="512"
|
|
356
|
+
height="512"
|
|
357
357
|
xlink:href={iconHref}
|
|
358
358
|
/>
|
|
359
359
|
</defs>
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
width: 99%;
|
|
395
395
|
text-align: center;
|
|
396
396
|
text-transform: capitalize;
|
|
397
|
-
font-size:
|
|
397
|
+
font-size: 11px;
|
|
398
398
|
margin-bottom: 5px;
|
|
399
399
|
cursor: pointer;
|
|
400
400
|
}
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
display: flex;
|
|
428
428
|
width: 7px;
|
|
429
429
|
}
|
|
430
|
-
|
|
430
|
+
|
|
431
431
|
section#animator {
|
|
432
432
|
position: absolute;
|
|
433
433
|
right: 0;
|
|
@@ -436,10 +436,10 @@
|
|
|
436
436
|
display: none;
|
|
437
437
|
cursor: pointer;
|
|
438
438
|
text-align: center;
|
|
439
|
-
|
|
439
|
+
|
|
440
440
|
align-items: center;
|
|
441
441
|
flex-direction: column;
|
|
442
|
-
|
|
442
|
+
|
|
443
443
|
.restoreButton {
|
|
444
444
|
color: #000;
|
|
445
445
|
display: inline-flex;
|
|
@@ -464,10 +464,10 @@
|
|
|
464
464
|
}
|
|
465
465
|
casino-tournaments-rank::part(Rank){
|
|
466
466
|
color: #ff8364;
|
|
467
|
-
font-size:
|
|
467
|
+
font-size: 10px;
|
|
468
468
|
}
|
|
469
469
|
casino-tournaments-rank::part(Prize){
|
|
470
470
|
color: #fdd500;
|
|
471
|
-
font-size:
|
|
471
|
+
font-size: 10px;
|
|
472
472
|
}
|
|
473
473
|
</style>
|