@everymatrix/casino-categories-slider 0.0.333 → 0.0.334

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.333",
3
+ "version": "0.0.334",
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": "a275be10d52b74796538211f413a3b2ae7787857"
39
+ "gitHead": "3b3b0721c83e8c8abcc947d75334a30d5089f579"
40
40
  }
@@ -262,11 +262,11 @@
262
262
  window.removeEventListener('message', messageHandler);
263
263
  }
264
264
  });
265
-
265
+
266
266
  $: endpoint && datasource && lang && initialLoad();
267
267
  $: !isLoading && activecategory && setActiveCategory();
268
268
  $: session && endpoint && setSession();
269
- $: session && favorites && addFavoritesCategory();
269
+ $: session && favorites && !isLoading && addFavoritesCategory();
270
270
  $: session && endpoint && userid && mostplayed && addMostPlayedCategory();
271
271
  $: clientstyling && setClientStyling();
272
272
  $: clientstylingurl && setClientStylingURL();