@everymatrix/casino-lobby 1.0.3 → 1.0.4

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-lobby",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "dist/casino-lobby.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -234,8 +234,8 @@
234
234
  $: session && userid && endpoint && setSession();
235
235
  $: endpoint && datasource && lang && mostplayed && lastplayed && favorites && initialSetup();
236
236
  $: opsession && setOpSession();
237
- $: clientstyling && setClientStyling();
238
- $: clientstylingurl && setClientStylingURL();
237
+ $: clientstyling && customStylingContainer && setClientStyling();
238
+ $: clientstylingurl && customStylingContainer && setClientStylingURL();
239
239
 
240
240
  </script>
241
241
 
@@ -356,22 +356,22 @@
356
356
  {/if}
357
357
  <casino-filter-modal
358
358
  {clientstylingurl}
359
+ {clientstyling}
359
360
  session={sessionID}
360
361
  userid={userid}
361
362
  endpoint={endpointURL}
362
363
  datasource={DS}
363
364
  lang={language}
364
- sessioncheck="false"
365
- {clientstyling}>
366
- <casino-filter-page
365
+ sessioncheck="false">
366
+ <casino-filter-page
367
+ {clientstyling}
368
+ {clientstylingurl}
367
369
  session={sessionID}
368
370
  userid={userid}
369
371
  endpoint={endpointURL}
370
372
  datasource={DS}
371
- lang={language}
372
- {clientstylingurl}
373
- {clientstyling}>
374
- </casino-filter-page>
373
+ lang={language}>
374
+ </casino-filter-page>
375
375
  </casino-filter-modal>
376
376
  </div>
377
377
  </div>