@everymatrix/casino-games-category-section 0.0.417 → 0.0.419
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-games-category-section",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.419",
|
|
4
4
|
"main": "dist/casino-games-category-section.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": "200d3b7284674401314097b77f197d355e36041a"
|
|
40
40
|
}
|
|
@@ -459,7 +459,6 @@
|
|
|
459
459
|
// @TODO categoryId type fix
|
|
460
460
|
const showCategory = (categoryId:any, categoryData:Object) => {
|
|
461
461
|
window.postMessage({ type: "CategoryChange", itemId: categoryId }, window.location.href);
|
|
462
|
-
window.postMessage({ type: "SetSliderIndex", categoryData}, window.location.href);
|
|
463
462
|
}
|
|
464
463
|
|
|
465
464
|
const initialSetup = () => {
|