@everymatrix/casino-game-page 0.0.224 → 0.0.229

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-game-page",
3
- "version": "0.0.224",
3
+ "version": "0.0.229",
4
4
  "main": "dist/casino-game-page.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": "56c929409f6926e8a96fcfbe5070643a08ae19cd"
39
+ "gitHead": "efee0743817693e5186a61a1477e081208d48fec"
40
40
  }
@@ -521,7 +521,7 @@
521
521
  {/if}
522
522
  {#if isFullscreen}
523
523
  <button class="FullscreenButton" on:click='{() => handleIframeSize()}'>
524
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 31 31"><polygon style="fill:#fff;" points="24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 "/><polygon style="fill:#fff;" points="0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 "/><polygon style="fill:#fff;" points="0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 "/><polygon style="fill:#fff;" points="20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 "/></svg>
524
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 31 31"><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 "/><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 "/><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 "/><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 "/></svg>
525
525
  </button>
526
526
  {:else}
527
527
  <button class="FullscreenButton" on:click='{() => handleIframeSize()}'>
@@ -544,7 +544,7 @@
544
544
  </div>
545
545
  {#if isFullscreen}
546
546
  <button class="FullscreenButton" on:click='{() => handleIframeSize()}'>
547
- <svg width="24" height="24" viewBox="0 0 31 31"><polygon style="fill:#fff;" points="24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 "/><polygon style="fill:#fff;" points="0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 "/><polygon style="fill:#fff;" points="0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 "/><polygon style="fill:#fff;" points="20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 "/></svg>
547
+ <svg width="24" height="24" viewBox="0 0 31 31"><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 "/><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 "/><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 "/><polygon style="fill:var(--emfe-w-color-white, #FFFFFF);" points="20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 "/></svg>
548
548
  </button>
549
549
  {:else}
550
550
  <button class="FullscreenButton" on:click='{() => handleIframeSize()}'>
@@ -591,7 +591,7 @@
591
591
  padding-right: 60px;
592
592
  padding-bottom: 15px;
593
593
  min-height: 85px;
594
- background-color: #14143B;
594
+ background-color: var(--emfe-w-color-contrast, #07072A);
595
595
  display: flex;
596
596
  justify-content: space-between;
597
597
  align-items: center;
@@ -600,13 +600,13 @@
600
600
  border: none;
601
601
  width: 129px;
602
602
  height: 60px;
603
- background-color: #28A745;
603
+ background-color: var(--emfe-w-color-green, #48952a);
604
604
  color: white;
605
605
  border-radius: 2px;
606
606
  cursor: pointer;
607
607
  }
608
608
  .PlayNowButton {
609
- background-color: #D0046C;
609
+ background-color: var(--emfe-w-color-primary, #D0046C);
610
610
  }
611
611
  .GameThumbnail {
612
612
  border-radius: 2px;
@@ -618,7 +618,7 @@
618
618
  border: none;
619
619
  width: 60px;
620
620
  height: 60px;
621
- background-color: #D0046C;
621
+ background-color: var(--emfe-w-color-primary, #D0046C);
622
622
  float: right;
623
623
  margin-top: 20px;
624
624
  }
@@ -628,7 +628,7 @@
628
628
  align-items: center;
629
629
  }
630
630
  .GameDetails h3 {
631
- color: #fff;
631
+ color: var(--emfe-w-color-white, #FFFFFF);
632
632
  font-size: 26px;
633
633
  }
634
634
  .ButtonsContainer {
@@ -639,26 +639,26 @@
639
639
  justify-content: space-between;
640
640
  }
641
641
  .RegisterButton {
642
- color: #ffffff;
643
- background-color: #D0046C;
642
+ color: var(--emfe-w-color-white, #FFFFFF);
643
+ background-color: var(--emfe-w-color-primary, #D0046C);
644
644
  border-radius: 2px;
645
645
  border: none;
646
646
  width: 129px;
647
647
  height: 60px;
648
648
  }
649
649
  .LoginButton {
650
- color: #D0046C;
651
- background-color: #07072A;
650
+ color: var(--emfe-w-color-primary, #D0046C);
651
+ background-color: var(--emfe-w-color-contrast, #07072A);
652
652
  border-radius: 2px;
653
- border: 1px solid #D0046C;
653
+ border: 1px solid var(--emfe-w-color-primary, #D0046C);
654
654
  width: 129px;
655
655
  height: 60px;
656
656
  }
657
657
  .FullWidthButton {
658
- color: #D0046C;
659
- background-color: #07072A;
658
+ color: var(--emfe-w-color-primary, #D0046C);
659
+ background-color: var(--emfe-w-color-contrast, #07072A);
660
660
  border-radius: 2px;
661
- border: 1px solid #D0046C;
661
+ border: 1px solid var(--emfe-w-color-primary, #D0046C);
662
662
  width: 100%;
663
663
  height: 60px;
664
664
  margin-top: 20px;
@@ -677,7 +677,7 @@
677
677
  justify-content: center;
678
678
  }
679
679
  svg {
680
- fill: #ffffff;
680
+ fill: var(--emfe-w-color-white, #FFFFFF);
681
681
  }
682
682
  p {
683
683
  color: white;
@@ -727,15 +727,15 @@
727
727
  }
728
728
  p {
729
729
  font-size: ttp(1);
730
- color: #fff;
730
+ color: var(--emfe-w-color-white, #FFFFFF);
731
731
  }
732
732
  .Button {
733
733
  border-radius: 2px;
734
- border: 1px solid #D0046C;
735
- background-color: #D0046C;
734
+ border: 1px solid var(--emfe-w-color-primary, #D0046C);
735
+ background-color: var(--emfe-w-color-primary, #D0046C);
736
736
  width: ttp(15);
737
737
  height: 60px;
738
- color: #fff;
738
+ color: var(--emfe-w-color-white, #FFFFFF);
739
739
  cursor: pointer;
740
740
  }
741
741
  }