@everymatrix/casino-slider 1.17.0 → 1.17.2

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-slider",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
4
4
  "main": "dist/casino-slider.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": "0e043e4e6292cea395b47f25037b9281ecdfcba2"
38
+ "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
39
39
  }
@@ -295,8 +295,8 @@
295
295
 
296
296
  .CarouselWrapper {
297
297
  // background: var(--emfe-w-color-primary, #D0046C); /* fallback for old browsers */
298
- background: -webkit-linear-gradient(to left, var(--emfe-w-categories-color-secondary, var(--emfe-w-color-orange-500, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-pink-500, #D0046C))); /* Chrome 10-25, Safari 5.1-6 */
299
- background: linear-gradient(to left, var(--emfe-w-categories-color-secondary, var(--emfe-w-color-orange-500, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-pink-500, #D0046C))); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
298
+ background: -webkit-linear-gradient(to left, var(--emfe-w-categories-color-secondary, var(--emfe-w-color-secondary, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-primary, #D0046C))); /* Chrome 10-25, Safari 5.1-6 */
299
+ background: linear-gradient(to left, var(--emfe-w-categories-color-secondary, var(--emfe-w-color-secondary, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-primary, #D0046C))); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
300
300
 
301
301
  &.CarouselWrapperHeaderMain {
302
302
  background: transparent;
@@ -339,7 +339,7 @@
339
339
  &.active,
340
340
  &:focus,
341
341
  &:focus-within {
342
- background: var(--emfe-w-categories-contrast, var(--emfe-w-color-dunkel, #07072A));
342
+ background: var(--emfe-w-categories-contrast, var(--emfe-w-color-background, #07072A));
343
343
  cursor: pointer;
344
344
  }
345
345
  }
@@ -450,7 +450,7 @@
450
450
  a:hover,
451
451
  li:focus > a,
452
452
  a:focus {
453
- background: var(--emfe-w-categories-contrast, var(--emfe-w-color-dunkel, #07072A));
453
+ background: var(--emfe-w-categories-contrast, var(--emfe-w-color-background, #07072A));
454
454
  }
455
455
  }
456
456
  ul {
@@ -460,9 +460,9 @@
460
460
  top: 0;
461
461
  opacity: 0;
462
462
  transition: opacity 0.1s, left 0s 0.1s, top 0.1s;
463
- background: var(--emfe-w-categories-color-secondary, var(--emfe-w-color-orange-500, #FD2839)); /* fallback for old browsers */
464
- background: -webkit-linear-gradient(var(--emfe-w-categories-color-secondary, var(--emfe-w-color-orange-500, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-pink-500, #D0046C))); /* Chrome 10-25, Safari 5.1-6 */
465
- background: linear-gradient(var(--emfe-w-categories-color-secondary, var(--emfe-w-color-orange-500, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-pink-500, #D0046C))); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
463
+ background: var(--emfe-w-categories-color-secondary, var(--emfe-w-color-secondary, #FD2839)); /* fallback for old browsers */
464
+ background: -webkit-linear-gradient(var(--emfe-w-categories-color-secondary, var(--emfe-w-color-secondary, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-primary, #D0046C))); /* Chrome 10-25, Safari 5.1-6 */
465
+ background: linear-gradient(var(--emfe-w-categories-color-secondary, var(--emfe-w-color-secondary, #FD2839)), var(--emfe-w-categories-color-primary, var(--emfe-w-color-primary, #D0046C))); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
466
466
  }
467
467
  }
468
468
 
@@ -475,7 +475,7 @@
475
475
  display: inline-block;
476
476
  }
477
477
  .touch-device .CarouselItems .TouchOnly a {
478
- background: var(--emfe-w-categories-contrast, var(--emfe-w-color-dunkel, #07072A));
478
+ background: var(--emfe-w-categories-contrast, var(--emfe-w-color-background, #07072A));
479
479
  color: var(--emfe-w-categories-typography, var(--emfe-w-color-white, #FFFFFF));
480
480
  }
481
481
 
@@ -486,7 +486,7 @@
486
486
  }
487
487
 
488
488
  .SubDropDown:hover, .SubDropDown.active {
489
- color: var(--emfe-w-categories-contrast, var(--emfe-w-color-dunkel, #07072A));
489
+ color: var(--emfe-w-categories-contrast, var(--emfe-w-color-contrast, #07072A));
490
490
  background: var(--emfe-w-categories-typography, var(--emfe-w-color-white, #FFFFFF));
491
491
  }
492
492
  }
@@ -498,8 +498,8 @@
498
498
  &:focus,
499
499
  &:focus-within {
500
500
  a {
501
- border-bottom: 1px solid var(--emfe-w-header-color-primary, var(--emfe-w-color-pink-500, #D0046C));
502
- color: var(--emfe-w-header-color-primary, var(--emfe-w-color-pink-500, #D0046C));
501
+ border-bottom: 1px solid var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
502
+ color: var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));
503
503
  }
504
504
  }
505
505
  span {