@everymatrix/casino-engagement-suite-jackpot-details 1.43.4 → 1.45.0

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.
Files changed (58) hide show
  1. package/dist/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.esm.js +1 -1
  2. package/dist/casino-engagement-suite-jackpot-details/p-5a599b1a.entry.js +1 -0
  3. package/dist/casino-engagement-suite-jackpot-details/p-be66309f.entry.js +1 -0
  4. package/dist/casino-engagement-suite-jackpot-details/p-c7ee604a.js +2 -0
  5. package/dist/casino-engagement-suite-jackpot-details/p-e1255160.js +1 -0
  6. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  7. package/dist/cjs/casino-engagement-suite-jackpot-details.cjs.entry.js +274 -284
  8. package/dist/cjs/casino-engagement-suite-jackpot-details.cjs.js +17 -11
  9. package/dist/cjs/casino-engagement-suite-progress-bar.cjs.entry.js +58 -75
  10. package/dist/cjs/index-d83151b6.js +1331 -0
  11. package/dist/cjs/loader.cjs.js +7 -13
  12. package/dist/collection/collection-manifest.json +3 -3
  13. package/dist/collection/components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.css +95 -104
  14. package/dist/collection/components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.js +466 -526
  15. package/dist/collection/components/casino-engagement-suite-jackpot-details/index.js +1 -0
  16. package/dist/collection/utils/index.js +3 -3
  17. package/dist/collection/utils/locale.utils.js +22 -22
  18. package/dist/collection/utils/utils.js +3 -0
  19. package/dist/esm/app-globals-0f993ce5.js +3 -0
  20. package/dist/esm/casino-engagement-suite-jackpot-details.entry.js +274 -284
  21. package/dist/esm/casino-engagement-suite-jackpot-details.js +14 -11
  22. package/dist/esm/casino-engagement-suite-progress-bar.entry.js +58 -75
  23. package/dist/esm/index-0237d1e2.js +1303 -0
  24. package/dist/esm/loader.js +7 -13
  25. package/dist/stencil.config.dev.js +17 -0
  26. package/dist/stencil.config.js +14 -19
  27. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-engagement-suite-jackpot-details/.stencil/packages/stencil/casino-engagement-suite-jackpot-details/stencil.config.d.ts +2 -0
  28. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-engagement-suite-jackpot-details/.stencil/packages/stencil/casino-engagement-suite-jackpot-details/stencil.config.dev.d.ts +2 -0
  29. package/dist/types/components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.d.ts +88 -88
  30. package/dist/types/components/casino-engagement-suite-jackpot-details/index.d.ts +1 -0
  31. package/dist/types/components.d.ts +19 -2
  32. package/dist/types/models/index.d.ts +37 -37
  33. package/dist/types/stencil-public-runtime.d.ts +142 -33
  34. package/dist/types/utils/utils.d.ts +1 -0
  35. package/loader/cdn.js +1 -3
  36. package/loader/index.cjs.js +1 -3
  37. package/loader/index.d.ts +13 -1
  38. package/loader/index.es2017.js +1 -3
  39. package/loader/index.js +1 -3
  40. package/loader/package.json +1 -0
  41. package/package.json +12 -2
  42. package/dist/casino-engagement-suite-jackpot-details/p-0135e830.js +0 -1
  43. package/dist/casino-engagement-suite-jackpot-details/p-8fee813c.entry.js +0 -1
  44. package/dist/casino-engagement-suite-jackpot-details/p-b361748c.entry.js +0 -1
  45. package/dist/cjs/index-84a14c86.js +0 -1349
  46. package/dist/components/casino-engagement-suite-jackpot-details.d.ts +0 -11
  47. package/dist/components/casino-engagement-suite-jackpot-details.js +0 -439
  48. package/dist/components/casino-engagement-suite-progress-bar.js +0 -110
  49. package/dist/components/index.d.ts +0 -26
  50. package/dist/components/index.js +0 -1
  51. package/dist/esm/index-5707e619.js +0 -1322
  52. package/dist/esm/polyfills/core-js.js +0 -11
  53. package/dist/esm/polyfills/css-shim.js +0 -1
  54. package/dist/esm/polyfills/dom.js +0 -79
  55. package/dist/esm/polyfills/es5-html-element.js +0 -1
  56. package/dist/esm/polyfills/index.js +0 -34
  57. package/dist/esm/polyfills/system.js +0 -6
  58. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/casino-engagement-suite-jackpot-details/.stencil/packages/casino-engagement-suite-jackpot-details/stencil.config.d.ts +0 -2
@@ -2,20 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-84a14c86.js');
5
+ const index = require('./index-d83151b6.js');
6
+ const appGlobals = require('./app-globals-3a1e7e63.js');
6
7
 
7
- /*
8
- Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com
9
- */
10
- const patchEsm = () => {
11
- return index.promiseResolve();
12
- };
13
-
14
- const defineCustomElements = (win, options) => {
15
- if (typeof window === 'undefined') return Promise.resolve();
16
- return patchEsm().then(() => {
17
- return index.bootstrapLazy([["casino-engagement-suite-jackpot-details.cjs",[[1,"casino-engagement-suite-jackpot-details",{"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"jackpot":[16],"jackpotChangeStatusRequest":[1040],"language":[1],"gameSlug":[1,"game-slug"],"device":[1],"limitStylingAppends":[32],"timer":[32],"disabledStatus":[32],"activeTab":[32],"visibleGames":[32],"enabled":[32],"balance":[32],"winBalance":[32],"showDetails":[32],"jackpotEndTime":[32],"showTooltip":[32]},[[8,"message","handleEvent"],[9,"resize","handleResize"]]]]],["casino-engagement-suite-progress-bar.cjs",[[1,"casino-engagement-suite-progress-bar",{"value":[2],"disabled":[4],"hidePercent":[4,"hide-percent"],"indeterminate":[4],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"limitStylingAppends":[32]}]]]], options);
18
- });
8
+ const defineCustomElements = async (win, options) => {
9
+ if (typeof window === 'undefined') return undefined;
10
+ await appGlobals.globalScripts();
11
+ return index.bootstrapLazy([["casino-engagement-suite-jackpot-details.cjs",[[1,"casino-engagement-suite-jackpot-details",{"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"jackpot":[16],"jackpotChangeStatusRequest":[1040],"language":[1],"gameSlug":[1,"game-slug"],"device":[1],"limitStylingAppends":[32],"timer":[32],"disabledStatus":[32],"activeTab":[32],"visibleGames":[32],"enabled":[32],"balance":[32],"winBalance":[32],"showDetails":[32],"jackpotEndTime":[32],"showTooltip":[32]},[[8,"message","handleEvent"],[9,"resize","handleResize"]],{"jackpot":["handleJackpotUpdate"]}]]],["casino-engagement-suite-progress-bar.cjs",[[1,"casino-engagement-suite-progress-bar",{"value":[2],"disabled":[4],"hidePercent":[4,"hide-percent"],"indeterminate":[4],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"limitStylingAppends":[32]}]]]], options);
19
12
  };
20
13
 
14
+ exports.setNonce = index.setNonce;
21
15
  exports.defineCustomElements = defineCustomElements;
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "entries": [
3
- "./components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.js"
3
+ "components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.js"
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "2.15.2",
8
- "typescriptVersion": "4.5.4"
7
+ "version": "4.20.0",
8
+ "typescriptVersion": "5.5.3"
9
9
  },
10
10
  "collections": [
11
11
  {
@@ -21,44 +21,64 @@ button:not(:disabled) {
21
21
  cursor: pointer;
22
22
  }
23
23
 
24
- .PopupButton {
25
- background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
26
- color: var(--emw--color-typography, #1E1638);
24
+ .EngagementSuiteIconButton {
25
+ width: 16px;
26
+ height: 16px;
27
+ cursor: pointer;
28
+ }
29
+ .EngagementSuiteIconButton.Back {
30
+ background: center/100% url(https://static.everymatrix.com/gic/img/engagement-suite/back.svg) no-repeat;
31
+ }
32
+ .EngagementSuiteIconButton.Close {
33
+ background: center/100% url(https://static.everymatrix.com/gic/img/engagement-suite/close.svg) no-repeat;
34
+ }
35
+ .EngagementSuiteIconButton.Help {
36
+ background: center/100% url(https://static.everymatrix.com/gic/img/engagement-suite/help.svg) no-repeat;
37
+ }
38
+
39
+ .EngagementSuiteButton {
40
+ background: var(--emw--engagement-suite-gradient-button, linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%));
41
+ color: var(--emw--color-background, #1E1638);
27
42
  border-radius: 99px;
28
43
  min-width: 88px;
29
44
  min-height: 32px;
30
- font-size: 14px;
31
- font-weight: 700;
45
+ font-size: var(--emw--font-size-small, 14px);
46
+ font-weight: var(--emw--font-weight-bold, 700);
32
47
  position: relative;
33
- font-family: "Montserrat", sans-serif;
48
+ font-family: var(--emw--font-family-secondary, "Montserrat", sans-serif);
34
49
  }
35
- .PopupButton.Active {
36
- background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
50
+ .EngagementSuiteButton.Active {
51
+ background: var(--emw--engagement-suite-gradient-button, linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%));
37
52
  -webkit-background-clip: text;
38
53
  background-clip: text;
39
54
  -webkit-text-fill-color: transparent;
40
55
  }
41
- .PopupButton.Active::before {
56
+ .EngagementSuiteButton.Active::before {
42
57
  content: "";
43
58
  position: absolute;
44
59
  inset: 0;
45
60
  padding: 1px;
46
- background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
61
+ background: var(--emw--engagement-suite-gradient-button, linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%));
47
62
  -webkit-mask: linear-gradient(#FFF 0 0) content-box, linear-gradient(#FFF 0 0);
48
63
  -webkit-mask-composite: xor;
49
64
  mask-composite: exclude;
50
65
  border-radius: 99px;
51
66
  }
52
- .PopupButton.Loading {
67
+ .EngagementSuiteButton.Loading {
53
68
  opacity: 0.5;
54
69
  pointer-events: none;
55
70
  }
71
+ .EngagementSuiteButton.JackpotGamesButton {
72
+ margin-top: 12px;
73
+ align-self: center;
74
+ min-width: 140px;
75
+ }
56
76
 
57
77
  .JackpotDetailsPopup {
58
78
  display: flex;
59
79
  height: 100%;
60
80
  background-color: var(--emw--color-background, #1E1638);
61
- border-radius: 8px;
81
+ border-radius: var(--emw--border-radius-large, 8px);
62
82
  overflow: hidden;
63
83
  flex-direction: column;
64
84
  position: relative;
@@ -66,14 +86,14 @@ button:not(:disabled) {
66
86
  .JackpotDetailsPopup.Disabled .JackpotDetailsHeader {
67
87
  opacity: 0.5;
68
88
  }
69
- .JackpotDetailsPopup.Disabled .JackpotDetailsTabs {
89
+ .JackpotDetailsPopup.Disabled .EngagementSuiteTabs {
70
90
  cursor: default;
71
91
  pointer-events: none;
72
92
  }
73
93
  .JackpotDetailsPopup.Disabled .JackpotDescription,
74
94
  .JackpotDetailsPopup.Disabled .TermsAndConditions,
75
95
  .JackpotDetailsPopup.Disabled .JackpotInfoItem {
76
- color: var(--emw--color-primary, #8F8B9C);
96
+ color: var(--emw--color-gray-150, #8F8B9C);
77
97
  }
78
98
 
79
99
  .JackpotGamesListWrapper,
@@ -88,7 +108,7 @@ button:not(:disabled) {
88
108
  }
89
109
  .JackpotGamesListWrapper::-webkit-scrollbar-thumb,
90
110
  .JackpotInfoTabContent::-webkit-scrollbar-thumb {
91
- border-radius: 4px;
111
+ border-radius: var(--emw--border-radius-small, 4px);
92
112
  background: var(--emw--color-gray-transparency-30, rgba(255, 255, 255, 0.3));
93
113
  }
94
114
 
@@ -98,18 +118,10 @@ button:not(:disabled) {
98
118
  align-items: center;
99
119
  padding: 12px 8px 8px;
100
120
  }
101
- .JackpotDetailsNavigation .JackpotIconButton {
102
- width: 16px;
103
- height: 16px;
104
- cursor: pointer;
105
- display: flex;
106
- justify-content: center;
107
- align-items: center;
108
- }
109
121
  .JackpotDetailsNavigation .JackpotPopupName {
110
- color: var(--emw--color-gray-100, #BBB9C3);
111
- font-size: 16px;
112
- font-weight: 500;
122
+ color: var(--emw--color-secondary, #BBB9C3);
123
+ font-size: var(--emw--font-size-medium, 16px);
124
+ font-weight: var(--emw--font-weight-medium, 500);
113
125
  line-height: 16px;
114
126
  display: none;
115
127
  }
@@ -125,7 +137,6 @@ button:not(:disabled) {
125
137
  .JackpotDetailsHeader {
126
138
  display: flex;
127
139
  justify-content: space-between;
128
- align-items: center;
129
140
  gap: 12px;
130
141
  }
131
142
  .JackpotDetailsHeader .JackpotDetailsHeaderSecondCol {
@@ -133,102 +144,78 @@ button:not(:disabled) {
133
144
  }
134
145
  .JackpotDetailsHeader .JackpotType {
135
146
  text-transform: uppercase;
136
- font-family: "Montserrat", sans-serif;
147
+ font-family: var(--emw--font-family-secondary, "Montserrat", sans-serif);
137
148
  font-size: var(--emw--font-size-medium, 18px);
138
149
  font-weight: var(--emw--font-weight-bold, 700);
139
150
  line-height: 22px;
140
- color: var(--emfe-w-color-white, #FFF);
151
+ color: var(--emw--color-typography, #FFF);
141
152
  word-break: break-all;
142
153
  }
143
154
  .JackpotDetailsHeader .JackpotBalance {
144
155
  margin-top: 8px;
145
- font-family: Montserrat, sans-serif;
146
- font-size: 18px;
147
- font-weight: var(--emw--font-weight-bold, 800);
156
+ font-family: var(--emw--font-family-secondary, "Montserrat", sans-serif);
157
+ font-size: var(--emw--font-size-medium-plus, 18px);
158
+ font-weight: var(--emw--font-weight-extra-bold, 800);
148
159
  line-height: 18px;
149
160
  }
150
161
  .JackpotDetailsHeader .JackpotIsWon {
151
162
  margin-top: 8px;
152
- font-family: Montserrat, sans-serif;
163
+ font-family: var(--emw--font-family-secondary, "Montserrat", sans-serif);
153
164
  font-weight: var(--emw--font-weight-bold, 700);
154
- font-size: 12px;
165
+ font-size: var(--emw--font-size-x-small, 12px);
155
166
  line-height: 15px;
156
- background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
167
+ background: var(--emw--engagement-suite-gradient-button, linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%));
157
168
  -webkit-text-fill-color: transparent;
158
169
  -webkit-background-clip: text;
159
170
  }
160
171
 
161
172
  .JackpotDetailsPopup.Mega .JackpotBalance {
162
- background: linear-gradient(180deg, #FFB801 15.86%, #FEF746 31.36%, #FBFFE0 36.86%, #FFFA60 47.86%, #FF9400 87.36%);
173
+ background: var(--emw--engagement-suite-gradient-golden, linear-gradient(180deg, #FFB801 15.86%, #FEF746 31.36%, #FBFFE0 36.86%, #FFFA60 47.86%, #FF9400 87.36%));
163
174
  -webkit-text-fill-color: transparent;
164
175
  -webkit-background-clip: text;
165
176
  }
166
177
  .JackpotDetailsPopup.Major .JackpotBalance {
167
- background: linear-gradient(180deg, #A19FA0 5.36%, #E1DBDB 28.86%, #FEFFFF 36.86%, #E1DBDB 44.36%, #5E5B5F 91.86%);
178
+ background: var(--emw--engagement-suite-gradient-silver, linear-gradient(180deg, #A19FA0 5.36%, #E1DBDB 28.86%, #FEFFFF 36.86%, #E1DBDB 44.36%, #5E5B5F 91.86%));
168
179
  -webkit-text-fill-color: transparent;
169
180
  -webkit-background-clip: text;
170
181
  }
171
182
  .JackpotDetailsPopup.Minor .JackpotBalance {
172
- background: linear-gradient(180deg, #A0522C 5.36%, #FFAB8C 28.86%, #FFEEDF 36.86%, #FFAB8C 44.36%, #6A3A21 91.86%);
183
+ background: var(--emw--engagement-suite-gradient-bronze, linear-gradient(180deg, #A0522C 5.36%, #FFAB8C 28.86%, #FFEEDF 36.86%, #FFAB8C 44.36%, #6A3A21 91.86%));
173
184
  -webkit-text-fill-color: transparent;
174
185
  -webkit-background-clip: text;
175
186
  }
176
187
 
177
- .JackpotGamesLoadMore::before,
178
- .JackpotJoinButton.Joined::before {
179
- content: "";
180
- position: absolute;
181
- inset: 0;
182
- border-radius: var(--emw--button-border-radius, 4px);
183
- padding: 1px;
184
- background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
185
- -webkit-mask: linear-gradient(#FFF 0 0) content-box, linear-gradient(#FFF 0 0);
186
- -webkit-mask-composite: xor;
187
- mask-composite: exclude;
188
- }
189
-
190
- .JackpotGamesButton {
191
- margin-top: 12px;
192
- align-self: center;
193
- min-width: 140px;
194
- }
195
-
196
188
  .JackpotCountdown {
197
189
  font-size: var(--emw--font-size-x-small, 12px);
198
190
  line-height: 12px;
199
191
  margin-top: 12px;
200
- color: var(--emw--color-gray-150, #BBB9C3);
192
+ color: var(--emw--color-secondary, #BBB9C3);
201
193
  }
202
194
  .JackpotCountdown.Suspended {
203
195
  font-weight: var(--emw--font-weight-bold, 700);
204
- color: var(--emfe-w-color-white, #FFF);
196
+ color: var(--emw--color-typography, #FFF);
205
197
  text-transform: capitalize;
206
198
  }
207
199
 
208
- .JackpotDetailsTabsWrapper {
209
- display: flex;
210
- flex-direction: column;
211
- }
212
-
213
- .JackpotDetailsTabs {
200
+ .EngagementSuiteTabs {
214
201
  margin-top: 20px;
215
202
  display: flex;
216
203
  position: relative;
217
204
  }
218
- .JackpotDetailsTabs .JackpotDetailsTab {
205
+ .EngagementSuiteTabs .EngagementSuiteTab {
219
206
  padding: 9px 16px 7px;
220
- font-weight: 500;
221
- font-size: 12px;
207
+ font-weight: var(--emw--font-weight-medium, 500);
208
+ font-size: var(--emw--font-size-x-small, 12px);
222
209
  line-height: 15px;
223
- color: var(--emw--color-background, #666178);
210
+ color: var(--emw--color-gray-300, #666178);
224
211
  border-bottom: 2px solid transparent;
225
212
  cursor: pointer;
226
213
  }
227
- .JackpotDetailsTabs .JackpotDetailsTab.Active {
214
+ .EngagementSuiteTabs .EngagementSuiteTab.Active {
228
215
  color: var(--emw--color-typography, #FFF);
229
216
  border-color: var(--emw--color-typography, #FFF);
230
217
  }
231
- .JackpotDetailsTabs::after {
218
+ .EngagementSuiteTabs::after {
232
219
  content: "";
233
220
  position: absolute;
234
221
  bottom: 0;
@@ -242,7 +229,7 @@ button:not(:disabled) {
242
229
  .JackpotInfoItem {
243
230
  margin-bottom: 8px;
244
231
  color: var(--emw--color-typography, #FFF);
245
- font-size: 14px;
232
+ font-size: var(--emw--font-size-small, 14px);
246
233
  line-height: 17px;
247
234
  display: flex;
248
235
  align-items: center;
@@ -250,15 +237,12 @@ button:not(:disabled) {
250
237
  .JackpotInfoItem span {
251
238
  font-weight: var(--emw--font-weight-bold, 700);
252
239
  }
253
-
254
- .JackpotContributionTooltipButton {
240
+ .JackpotInfoItem .EngagementSuiteIconButton.Help {
255
241
  margin-left: 5px;
256
- width: 16px;
257
- height: 16px;
258
- background: center/100% url(https://static.everymatrix.com/gic/img/engagement-suite/help.svg);
259
242
  }
260
243
 
261
244
  .JackpotGamesListWrapper {
245
+ margin-top: 12px;
262
246
  overflow: auto;
263
247
  flex-grow: 1;
264
248
  }
@@ -285,7 +269,7 @@ button:not(:disabled) {
285
269
  align-items: center;
286
270
  font-size: var(--emw--font-size-x-small, 12px);
287
271
  line-height: 12px;
288
- color: var(--emw--color-primary-variant, #666178);
272
+ color: var(--emw--color-gray-300, #666178);
289
273
  cursor: pointer;
290
274
  }
291
275
  .JackpotDetailsButton .Toggle {
@@ -314,12 +298,12 @@ button:not(:disabled) {
314
298
  .TermsAndConditions {
315
299
  display: block;
316
300
  margin-top: 12px;
317
- color: var(--emw--color-primary, #59D1FF);
301
+ color: var(--emw--color-contrast, #59D1FF);
318
302
  font-size: var(--emw--font-size-small, 14px);
319
303
  line-height: 17px;
320
304
  }
321
305
 
322
- .JackpotsTooltipBackdrop {
306
+ .EngagementSuiteTooltipBackdrop {
323
307
  padding: 48px 30px 0;
324
308
  position: absolute;
325
309
  width: 100%;
@@ -327,34 +311,34 @@ button:not(:disabled) {
327
311
  inset: 0;
328
312
  background-color: rgba(0, 0, 0, 0.5);
329
313
  }
330
- .JackpotsTooltipBackdrop .JackpotsTooltip {
314
+ .EngagementSuiteTooltipBackdrop .EngagementSuiteTooltip {
331
315
  border: 1px solid var(--emw--button-border-color, #403956);
332
316
  background-color: var(--emw--color-background, #1E1638);
333
- border-radius: 8px;
317
+ border-radius: var(--emw--border-radius-large, 8px);
334
318
  padding: 32px;
335
319
  font-size: var(--emw--font-size-small, 14px);
336
320
  line-height: 17px;
337
- color: var(--emw--color-gray-100, #BBB9C3);
321
+ color: var(--emw--color-secondary, #BBB9C3);
338
322
  position: relative;
339
323
  }
340
- .JackpotsTooltipBackdrop .JackpotsTooltip .JackpotsIconButton {
324
+ .EngagementSuiteTooltipBackdrop .EngagementSuiteTooltip .EngagementSuiteIconButton {
341
325
  top: 12px;
342
326
  right: 12px;
343
327
  position: absolute;
344
328
  }
345
329
 
346
- .JackpotDetailsPopup.Tablet .JackpotsTooltipBackdrop,
347
- .JackpotDetailsPopup.Desktop .JackpotsTooltipBackdrop {
330
+ .JackpotDetailsPopup.Tablet .EngagementSuiteTooltipBackdrop,
331
+ .JackpotDetailsPopup.Desktop .EngagementSuiteTooltipBackdrop {
348
332
  padding: 90px 75px 0;
349
333
  }
350
- .JackpotDetailsPopup.Tablet .JackpotsTooltip,
351
- .JackpotDetailsPopup.Desktop .JackpotsTooltip {
334
+ .JackpotDetailsPopup.Tablet .EngagementSuiteTooltip,
335
+ .JackpotDetailsPopup.Desktop .EngagementSuiteTooltip {
352
336
  padding: 60px 65px;
353
- font-size: var(--emw--font-size-small, 16px);
337
+ font-size: var(--emw--font-size-medium, 16px);
354
338
  line-height: 20px;
355
339
  }
356
- .JackpotDetailsPopup.Tablet .JackpotsTooltip .JackpotsIconButton,
357
- .JackpotDetailsPopup.Desktop .JackpotsTooltip .JackpotsIconButton {
340
+ .JackpotDetailsPopup.Tablet .EngagementSuiteTooltip .EngagementSuiteIconButton,
341
+ .JackpotDetailsPopup.Desktop .EngagementSuiteTooltip .EngagementSuiteIconButton {
358
342
  top: 24px;
359
343
  right: 24px;
360
344
  }
@@ -375,10 +359,8 @@ button:not(:disabled) {
375
359
  .JackpotDetailsPopup.Desktop .JackpotDetailsNavigation {
376
360
  padding-top: 16px;
377
361
  }
378
- .JackpotDetailsPopup.Tablet .JackpotContributionTooltipButton,
379
- .JackpotDetailsPopup.Tablet .JackpotIconButton,
380
- .JackpotDetailsPopup.Desktop .JackpotContributionTooltipButton,
381
- .JackpotDetailsPopup.Desktop .JackpotIconButton {
362
+ .JackpotDetailsPopup.Tablet .EngagementSuiteIconButton,
363
+ .JackpotDetailsPopup.Desktop .EngagementSuiteIconButton {
382
364
  width: 24px;
383
365
  height: 24px;
384
366
  }
@@ -391,16 +373,21 @@ button:not(:disabled) {
391
373
  .JackpotDetailsPopup.Desktop .JackpotBalance,
392
374
  .JackpotDetailsPopup.Desktop .JackpotType {
393
375
  line-height: 27px;
394
- font-size: 22px;
376
+ font-size: var(--emw--font-size-large-plus, 22px);
395
377
  }
396
378
  .JackpotDetailsPopup.Tablet .JackpotBalance,
397
379
  .JackpotDetailsPopup.Desktop .JackpotBalance {
398
380
  font-weight: var(--emw--font-weight-bold, 700);
399
381
  }
400
- .JackpotDetailsPopup.Tablet .PopupButton,
401
- .JackpotDetailsPopup.Desktop .PopupButton {
382
+ .JackpotDetailsPopup.Tablet .EngagementSuiteButton,
383
+ .JackpotDetailsPopup.Desktop .EngagementSuiteButton {
384
+ min-width: 98px;
402
385
  min-height: 36px;
403
- font-size: 16px;
386
+ font-size: var(--emw--font-size-medium, 16px);
387
+ }
388
+ .JackpotDetailsPopup.Tablet .EngagementSuiteButton.JackpotGamesButton,
389
+ .JackpotDetailsPopup.Desktop .EngagementSuiteButton.JackpotGamesButton {
390
+ min-width: 140px;
404
391
  }
405
392
  .JackpotDetailsPopup.Tablet .JackpotCountdown,
406
393
  .JackpotDetailsPopup.Desktop .JackpotCountdown {
@@ -409,12 +396,12 @@ button:not(:disabled) {
409
396
  }
410
397
  .JackpotDetailsPopup.Tablet .JackpotInfoItem,
411
398
  .JackpotDetailsPopup.Desktop .JackpotInfoItem {
412
- font-size: 16px;
399
+ font-size: var(--emw--font-size-medium, 16px);
413
400
  line-height: 20px;
414
401
  }
415
402
  .JackpotDetailsPopup.Tablet .JackpotIsWon,
416
403
  .JackpotDetailsPopup.Desktop .JackpotIsWon {
417
- font-size: 14px;
404
+ font-size: var(--emw--font-size-small, 14px);
418
405
  line-height: 17px;
419
406
  }
420
407
  .JackpotDetailsPopup.Tablet .JackpotGamesList,
@@ -425,8 +412,12 @@ button:not(:disabled) {
425
412
  .JackpotDetailsPopup.Desktop .JackpotGamesList .JackpotGamesListItem {
426
413
  width: calc(20% - 10px);
427
414
  }
428
- .JackpotDetailsPopup.Tablet .JackpotDetailsTabs .JackpotDetailsTab,
429
- .JackpotDetailsPopup.Desktop .JackpotDetailsTabs .JackpotDetailsTab {
430
- font-size: 16px;
415
+ .JackpotDetailsPopup.Tablet .EngagementSuiteTabs .EngagementSuiteTab,
416
+ .JackpotDetailsPopup.Desktop .EngagementSuiteTabs .EngagementSuiteTab {
417
+ font-size: var(--emw--font-size-medium, 16px);
431
418
  line-height: 20px;
419
+ }
420
+ .JackpotDetailsPopup.Tablet .JackpotGamesListWrapper,
421
+ .JackpotDetailsPopup.Desktop .JackpotGamesListWrapper {
422
+ margin-top: 20px;
432
423
  }