@everymatrix/casino-collections-providers 0.0.418 → 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-collections-providers",
3
- "version": "0.0.418",
3
+ "version": "0.0.419",
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": "3fa3d6854e1d7a869fcc98718c0306274dce3f2a"
39
+ "gitHead": "200d3b7284674401314097b77f197d355e36041a"
40
40
  }
@@ -152,8 +152,8 @@
152
152
  //making sure we have something to position, before trying to
153
153
  $: gameCategories && categoriesSlider && positionSlides();
154
154
  $: lang && setActiveLanguage();
155
- $: clientstyling && setClientStyling();
156
- $: clientstylingurl && setClientStylingURL();
155
+ $: clientstyling && customStylingContainer && setClientStyling();
156
+ $: clientstylingurl && customStylingContainer && setClientStylingURL();
157
157
 
158
158
  </script>
159
159