@everymatrix/casino-categories-slider 0.0.250 → 0.0.253

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.250",
3
+ "version": "0.0.253",
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": "a6d1510ec4bbfb0c340f1528b6c6636b9552705c"
39
+ "gitHead": "1a780c42a4b30b6886e6e01c8c74129698591c2d"
40
40
  }
@@ -271,7 +271,7 @@
271
271
 
272
272
  <div bind:this={customStylingContainer} part="CustomStylingContainer">
273
273
  {#if isLoading || isLoadingMostPlayed}
274
- <p>Please wait ...</p>
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;