@everymatrix/casino-slider 0.0.404 → 0.0.406
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-slider",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.406",
|
4
4
|
"main": "dist/casino-slider.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": "bb4a6c2dd832d44ec6ee9f87ac2167e89f9fffed"
|
40
40
|
}
|
package/src/CasinoSlider.svelte
CHANGED
@@ -225,7 +225,7 @@
|
|
225
225
|
{#each subGroupsData?.items as subGroupsData}
|
226
226
|
{#if subGroupsData.games.count}
|
227
227
|
<li on:click={e => { handleClick(subGroupsData, index); e.stopPropagation();}}>
|
228
|
-
<a class="SubDropDown"
|
228
|
+
<a class="SubDropDown">{subGroupsData?.name}</a>
|
229
229
|
</li>
|
230
230
|
{/if}
|
231
231
|
{/each}
|