@everymatrix/casino-bonuses-controller 1.22.11 → 1.23.1

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/index.html CHANGED
@@ -31,7 +31,7 @@
31
31
 
32
32
  <div class="webcomponent">
33
33
  <casino-bonuses-controller
34
- session="5db63b20-fa5d-4bc8-b8fd-7ec063dc1983"
34
+ session="0a1961b3-5112-485c-88f9-5296d151d74f"
35
35
  endpoint="https://demo-api.stage.norway.everymatrix.com"
36
36
  cmsendpoint="https://winmasters-stage.everymatrix.com/apijson"
37
37
  lang="en"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-bonuses-controller",
3
- "version": "1.22.11",
3
+ "version": "1.23.1",
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": "1ec5c9d222dc5546dc0ef485ea93807daa2bb50c"
38
+ "gitHead": "4844f167efeb93d55d079fc27381a959fe9c5a65"
39
39
  }
@@ -5,7 +5,7 @@
5
5
  import { isMobile } from 'rvhelper';
6
6
  import { BonusControllerTranslations } from './translation';
7
7
  import moment from 'moment';
8
- import '@vaadin/vaadin-date-picker/vaadin-date-picker.js';
8
+ import '@vaadin/date-picker/vaadin-date-picker.js';
9
9
  import './component/CasinoBonusCard.svelte'
10
10
  import './component/CasinoBonusPagination.svelte'
11
11
 
@@ -516,6 +516,7 @@
516
516
  font-size: 18px;
517
517
  font-weight: 700;
518
518
  width: 100%;
519
+ color: var(--emfe-w-bonus-calendar-text,var(--emfe-w-color-gray-300, #58586B));
519
520
  }
520
521
  .BonusCalendarStartDate,
521
522
  .BonusCalendarEndDate {