@everymatrix/casino-header-controller 0.0.225 → 0.0.230

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-header-controller",
3
- "version": "0.0.225",
3
+ "version": "0.0.230",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "f58cef61f569c3d9b496becafc3ab9e93cb5eca7"
41
+ "gitHead": "6450633dc3eac30c6bbb7963e606ee94b046d30d"
42
42
  }
@@ -38,10 +38,10 @@
38
38
 
39
39
  const genericIcon:string = `<svg version="1.1" fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 30px; color: #fff;" x="0px" y="0px"
40
40
  viewBox="0 0 384.971 384.971" style="enable-background:new 0 0 384.971 384.971;" xml:space="preserve">
41
- <path style="color: #fff" d="M180.455,360.91H24.061V24.061h156.394c6.641,0,12.03-5.39,12.03-12.03s-5.39-12.03-12.03-12.03H12.03
41
+ <path style="color: var(--emfe-w-color-white, #FFFFFF)" d="M180.455,360.91H24.061V24.061h156.394c6.641,0,12.03-5.39,12.03-12.03s-5.39-12.03-12.03-12.03H12.03
42
42
  C5.39,0.001,0,5.39,0,12.031V372.94c0,6.641,5.39,12.03,12.03,12.03h168.424c6.641,0,12.03-5.39,12.03-12.03
43
43
  C192.485,366.299,187.095,360.91,180.455,360.91z"/>
44
- <path style="color: #fff" d="M381.481,184.088l-83.009-84.2c-4.704-4.752-12.319-4.74-17.011,0c-4.704,4.74-4.704,12.439,0,17.179l62.558,63.46H96.279
44
+ <path style="color: var(--emfe-w-color-white, #FFFFFF)" d="M381.481,184.088l-83.009-84.2c-4.704-4.752-12.319-4.74-17.011,0c-4.704,4.74-4.704,12.439,0,17.179l62.558,63.46H96.279
45
45
  c-6.641,0-12.03,5.438-12.03,12.151c0,6.713,5.39,12.151,12.03,12.151h247.74l-62.558,63.46c-4.704,4.752-4.704,12.439,0,17.179
46
46
  c4.704,4.752,12.319,4.752,17.011,0l82.997-84.2C386.113,196.588,386.161,188.756,381.481,184.088z"/>
47
47
  </svg>`;
@@ -226,7 +226,7 @@
226
226
  viewBox="0 0 22 16">
227
227
  <defs>
228
228
  <style>.a {
229
- fill: #fff;
229
+ fill: var(--emfe-w-color-white, #FFFFFF);
230
230
  }
231
231
  </style>
232
232
  </defs>
@@ -250,7 +250,7 @@
250
250
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.429" viewBox="0 0 15 16.429">
251
251
  <defs>
252
252
  <style>.a {
253
- fill: #fff;
253
+ fill: var(--emfe-w-color-white, #FFFFFF);
254
254
  }
255
255
  </style>
256
256
  </defs>
@@ -285,7 +285,7 @@
285
285
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.429" viewBox="0 0 15 16.429">
286
286
  <defs>
287
287
  <style>.a {
288
- fill: #fff;
288
+ fill: var(--emfe-w-color-white, #FFFFFF);
289
289
  }
290
290
  </style>
291
291
  </defs>
@@ -322,7 +322,7 @@
322
322
  viewBox="0 0 22 16">
323
323
  <defs>
324
324
  <style>.a {
325
- fill: #fff;
325
+ fill: var(--emfe-w-color-white, #FFFFFF);
326
326
  }
327
327
  </style>
328
328
  </defs>
@@ -401,7 +401,7 @@
401
401
  }
402
402
 
403
403
  .HeaderWrapper {
404
- background: #050518;
404
+ background: var(--emfe-w-color-header-bg, #050518);
405
405
  }
406
406
 
407
407
  .HeaderContainer {
@@ -430,8 +430,8 @@
430
430
  .HeaderSecondaryNav {
431
431
  flex-direction: row;
432
432
  width: 100%;
433
- background: #050518;
434
- border-top: 1px solid #58586B;
433
+ background: var(--emfe-w-color-header-bg, #050518);
434
+ border-top: 1px solid var(--emfe-w-color-gray-300, #58586B);
435
435
  }
436
436
 
437
437
  .HeaderItemsMenu {
@@ -439,7 +439,7 @@
439
439
  align-content: flex-start;
440
440
  list-style: none;
441
441
  text-transform: uppercase;
442
- color: #FFF;
442
+ color: var(--emfe-w-color-white, #FFFFFF);
443
443
  font-size: ttp(1);
444
444
  align-items: center;
445
445
 
@@ -461,14 +461,14 @@
461
461
  }
462
462
 
463
463
  .Item a {
464
- color: #FFF;
464
+ color: var(--emfe-w-color-white, #FFFFFF);
465
465
  text-decoration: none;
466
466
  border-top: 1px solid transparent;
467
467
  }
468
468
 
469
469
  .Item a:hover {
470
- color: #D0046C;
471
- border-top: 1px solid #D0046C;
470
+ color: var(--emfe-w-color-primary, #D0046C);
471
+ border-top: 1px solid var(--emfe-w-color-primary, #D0046C);
472
472
  padding-top: 5px;
473
473
  }
474
474
 
@@ -476,7 +476,7 @@
476
476
  border-radius: ttp(0.3125);
477
477
  background: transparent;
478
478
  font-size: ttp(0.875);
479
- border: solid 1px #FFF;
479
+ border: solid 1px var(--emfe-w-color-white, #FFFFFF);
480
480
  height: ttp(2.75);
481
481
  text-align: center;
482
482
  line-height: ttp(2.75);
@@ -486,7 +486,7 @@
486
486
 
487
487
  .ItemRegister, .ItemDeposit {
488
488
  border-radius: ttp(0.3125);
489
- background: #E32D2C;
489
+ background: var(--emfe-w-color-primary, #D0046C);
490
490
  font-size: ttp(0.875);
491
491
  height: ttp(2.75);
492
492
  text-align: center;
@@ -495,7 +495,7 @@
495
495
  }
496
496
 
497
497
  .ItemDeposit {
498
- background: #D0046C;
498
+ background: var(--emfe-w-color-primary, #D0046C);
499
499
  }
500
500
 
501
501
  .ItemLanguage {
@@ -504,18 +504,18 @@
504
504
  text-align: center;
505
505
  line-height: 44px;
506
506
  background: transparent;
507
- color: #fff;
507
+ color: var(--emfe-w-color-white, #FFFFFF);
508
508
  border: none;
509
509
  cursor: pointer;
510
510
 
511
511
  option {
512
- color: #0a0c19;
512
+ color: var(--emfe-w-color-contrast, #07072A);
513
513
  }
514
514
  }
515
515
 
516
516
  .ItemBalance {
517
517
  background: transparent;
518
- color: #fff;
518
+ color: var(--emfe-w-color-white, #FFFFFF);
519
519
  border: 0;
520
520
  }
521
521
 
@@ -536,7 +536,7 @@
536
536
  height: ttp(3.75);
537
537
  list-style: none;
538
538
  text-transform: uppercase;
539
- color: #FFF;
539
+ color: var(--emfe-w-color-white, #FFFFFF);
540
540
  font-size: ttp(0.875);
541
541
  max-width: ttp(80);
542
542
  margin: 0 auto;
@@ -551,13 +551,13 @@
551
551
  transition-duration: 0.15s;
552
552
 
553
553
  a {
554
- color: #fff;
554
+ color: var(--emfe-w-color-white, #FFFFFF);
555
555
  text-decoration: none;
556
556
  }
557
557
 
558
558
  &:hover {
559
559
  a {
560
- color: #D0046C;
560
+ color: var(--emfe-w-color-primary, #D0046C);
561
561
  }
562
562
  }
563
563
  }