@everymatrix/casino-collections-providers 0.0.409 → 0.0.411

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-collections-providers",
3
- "version": "0.0.409",
3
+ "version": "0.0.411",
4
4
  "main": "index.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": "9c1c3fb8c2942cecd4325eb5d4c8918496160976"
39
+ "gitHead": "0a732da40cdcdccc1f26ebb3fabac6e0b6e8976b"
40
40
  }
@@ -179,7 +179,7 @@
179
179
  <div class="CategoriesSlider" bind:this={categoriesSlider}>
180
180
  {#each gameCategories as category}
181
181
  <div class="CategoriesSliderWrapper Animation">
182
- <div class="CategorySlide" style:background-image="{category?.background}" on:click={() => openCategory(category.id)}>
182
+ <div class="CategorySlide" style="background-image:{category?.background}" on:click={() => openCategory(category.id)}>
183
183
  <div class="CategorySlideTopContainer">
184
184
  {#if titletype == 'logo'}
185
185
  <img class="CategorySlideLogo" src="{category.icon}" alt="{category.name} icon">