@everymatrix/casino-categories-slider 0.0.380 → 0.0.381

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": "0.0.380",
3
+ "version": "0.0.381",
4
4
  "main": "dist/casino-categories-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": "9349ac6f68c3eec218e057c208f2e251cf09f8fd"
39
+ "gitHead": "f7cb80fa90a0acffe518e6de5f5b150dc1bb7867"
40
40
  }
@@ -283,7 +283,7 @@
283
283
  <p class="SearchLoading" part="SearchLoading">500 Error - Internal Server Error.</p>
284
284
  {:else}
285
285
  <div class="CasinoCategoriesContainer" part="CasinoCategoriesContainer">
286
- <casino-slider {identity} favoritesnumber={numberOfFavoredGames} use:sendSliderData {showsubgroups} {clientstyling} {clientstylingurl} {containermaxwidth} activeindex={activeIndex} {actionevent} />
286
+ <casino-slider {lang} {datasource} {endpoint} {identity} favoritesnumber={numberOfFavoredGames} use:sendSliderData {showsubgroups} {clientstyling} {clientstylingurl} {containermaxwidth} activeindex={activeIndex} {actionevent} />
287
287
  </div>
288
288
  {/if}
289
289
  {/if}