@everymatrix/casino-lobby 1.0.2 → 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
package/src/CasinoLobby.svelte
CHANGED
|
@@ -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
|
-
|
|
366
|
-
|
|
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
|
-
|
|
373
|
-
{clientstyling}>
|
|
374
|
-
</casino-filter-page>
|
|
373
|
+
lang={language}>
|
|
374
|
+
</casino-filter-page>
|
|
375
375
|
</casino-filter-modal>
|
|
376
376
|
</div>
|
|
377
377
|
</div>
|