@everymatrix/casino-collections-providers 1.13.14 → 1.13.16

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": "1.13.14",
3
+ "version": "1.13.16",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "a5cf232b09fe0b3050e2243fb25404a2e17f382f"
38
+ "gitHead": "586fd8038cd1f675aab3c6a81922c36e5d8faa34"
39
39
  }
@@ -177,7 +177,7 @@
177
177
 
178
178
  <div bind:this={customStylingContainer}>
179
179
  {#if isLoading}
180
- <div class="LoadingSpinner" part="LoadingSpinner"></div>
180
+ <div class="LoadingSpinner"></div>
181
181
  {:else}
182
182
  <div class="CasinoCollectionsProviders {mobile ? 'Mobile' : ''}">
183
183
  <div class="CategoriesHeader">
@@ -242,7 +242,7 @@
242
242
  }
243
243
 
244
244
  .CasinoCollectionsProviders {
245
- background:var(--emfe-w-color-contrast, #07072A);
245
+ background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
246
246
  width: 100%;
247
247
  height: 330px;
248
248
  margin: 0 auto;
@@ -256,7 +256,7 @@
256
256
  height: 70px;
257
257
 
258
258
  & .Title {
259
- color: var(--emfe-w-color-white, #FFFFFF);
259
+ color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
260
260
  font-size: 22px;
261
261
  font-weight: 500;
262
262
  }
@@ -323,7 +323,7 @@
323
323
  position: absolute;
324
324
  }
325
325
  &Title {
326
- color: var(--emfe-w-color-white, #FFFFFF);
326
+ color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
327
327
  font-size: 18px;
328
328
  letter-spacing: 1px;
329
329
  }
@@ -397,8 +397,8 @@
397
397
  height: 64px;
398
398
  margin: 8px;
399
399
  border-radius: 50%;
400
- border: 6px solid var(--emfe-w-color-primary, #D0046C);
401
- border-color: var(--emfe-w-color-primary, #D0046C) transparent var(--emfe-w-color-primary, #D0046C) transparent;
400
+ border: 6px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));
401
+ border-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C)) transparent var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C)) transparent;
402
402
  animation: LoadingSpinner 1.2s linear infinite;
403
403
  }
404
404
  @keyframes LoadingSpinner {