@everymatrix/casino-header-controller 1.3.4 → 1.4.0
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.0",
|
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": "be1fa07132bd9efec772e8532a8bc54c82eb1cb6"
|
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
|
|