@everymatrix/casino-categories-slider 0.0.251 → 0.0.252
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.
|
|
3
|
+
"version": "0.0.252",
|
|
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": "
|
|
39
|
+
"gitHead": "6824e7c03c551fb8c35921b8846fdbbb49f76169"
|
|
40
40
|
}
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
|
|
272
272
|
<div bind:this={customStylingContainer} part="CustomStylingContainer">
|
|
273
273
|
{#if isLoading || isLoadingMostPlayed}
|
|
274
|
-
<
|
|
274
|
+
<div class="CasinoCategoriesLoading" part="CasinoCategoriesLoading"></div>
|
|
275
275
|
{:else}
|
|
276
276
|
{#if hasErrors}
|
|
277
277
|
<p class="SearchLoading" part="SearchLoading">500 Error - Internal Server Error.</p>
|
|
@@ -288,6 +288,10 @@
|
|
|
288
288
|
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
+
.CasinoCategoriesLoading {
|
|
292
|
+
height: 52px;
|
|
293
|
+
}
|
|
294
|
+
|
|
291
295
|
p {
|
|
292
296
|
color: var(--emfe-w-color-white, #FFFFFF);
|
|
293
297
|
text-align: center;
|