@everymatrix/casino-categories-slider 1.17.1 → 1.17.3
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-categories-slider",
|
3
|
-
"version": "1.17.
|
3
|
+
"version": "1.17.3",
|
4
4
|
"main": "dist/casino-categories-slider.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": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
|
39
39
|
}
|
@@ -117,7 +117,7 @@
|
|
117
117
|
lobbyTranslation = $_('lobbyName');
|
118
118
|
|
119
119
|
if (!checkAttrs()) {
|
120
|
-
let url:any = new URL(`${endpoint}/casino/groups/${datasource}`);
|
120
|
+
let url:any = new URL(`${endpoint}/v1/casino/groups/${datasource}`);
|
121
121
|
|
122
122
|
url.searchParams.append('datasource', datasource);
|
123
123
|
url.searchParams.append('language', lang);
|
@@ -247,6 +247,6 @@
|
|
247
247
|
}
|
248
248
|
|
249
249
|
.CasinoCategoriesContainer {
|
250
|
-
background: var( --emfe-w-categories-color-primary, var(--emfe-w-color-
|
250
|
+
background: var( --emfe-w-categories-color-primary, var(--emfe-w-color-primary, #D0046C));
|
251
251
|
}
|
252
252
|
</style>
|