@everymatrix/casino-header-controller 1.3.4 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.4.1",
|
4
4
|
"main": "dist/casino-header-controller.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"publishConfig": {
|
39
39
|
"access": "public"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
|
42
42
|
}
|
@@ -228,7 +228,7 @@
|
|
228
228
|
activeIndex = mainMenuArray.findIndex(item => item.path.indexOf(activecategory) > -1).toString();
|
229
229
|
}
|
230
230
|
|
231
|
-
const sendSliderData = (
|
231
|
+
const sendSliderData = ():void => {
|
232
232
|
window.postMessage({ type: 'SliderData', identity, data: mainMenuArray }, window.location.href);
|
233
233
|
}
|
234
234
|
|
package/src/translations.js
CHANGED
@@ -52,8 +52,8 @@ export const CasinoHeaderController = {
|
|
52
52
|
es: {
|
53
53
|
headerItem: {
|
54
54
|
login: 'Iniciar sesión',
|
55
|
-
register: '
|
56
|
-
deposit: '
|
55
|
+
register: 'Regístrate',
|
56
|
+
deposit: 'Deposita',
|
57
57
|
},
|
58
58
|
fallbackSecondaryMenu: {
|
59
59
|
promotions: 'Promociones',
|