@everymatrix/casino-engagement-suite-jackpot-details 1.0.69

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 (51) hide show
  1. package/dist/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.esm.js +1 -0
  2. package/dist/casino-engagement-suite-jackpot-details/index.esm.js +0 -0
  3. package/dist/casino-engagement-suite-jackpot-details/p-88902287.entry.js +1 -0
  4. package/dist/casino-engagement-suite-jackpot-details/p-98211c8b.entry.js +1 -0
  5. package/dist/casino-engagement-suite-jackpot-details/p-c7ee604a.js +2 -0
  6. package/dist/casino-engagement-suite-jackpot-details/p-e1255160.js +1 -0
  7. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  8. package/dist/cjs/casino-engagement-suite-jackpot-details.cjs.entry.js +390 -0
  9. package/dist/cjs/casino-engagement-suite-jackpot-details.cjs.js +25 -0
  10. package/dist/cjs/casino-engagement-suite-progress-bar.cjs.entry.js +71 -0
  11. package/dist/cjs/index-d83151b6.js +1331 -0
  12. package/dist/cjs/index.cjs.js +2 -0
  13. package/dist/cjs/loader.cjs.js +15 -0
  14. package/dist/collection/collection-manifest.json +19 -0
  15. package/dist/collection/components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.css +374 -0
  16. package/dist/collection/components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.js +472 -0
  17. package/dist/collection/components/casino-engagement-suite-jackpot-details/index.js +1 -0
  18. package/dist/collection/index.js +1 -0
  19. package/dist/collection/models/index.js +1 -0
  20. package/dist/collection/utils/index.js +5 -0
  21. package/dist/collection/utils/locale.utils.js +22 -0
  22. package/dist/collection/utils/utils.js +3 -0
  23. package/dist/esm/app-globals-0f993ce5.js +3 -0
  24. package/dist/esm/casino-engagement-suite-jackpot-details.entry.js +386 -0
  25. package/dist/esm/casino-engagement-suite-jackpot-details.js +20 -0
  26. package/dist/esm/casino-engagement-suite-progress-bar.entry.js +67 -0
  27. package/dist/esm/index-0237d1e2.js +1303 -0
  28. package/dist/esm/index.js +1 -0
  29. package/dist/esm/loader.js +11 -0
  30. package/dist/index.cjs.js +1 -0
  31. package/dist/index.js +1 -0
  32. package/dist/stencil.config.dev.js +17 -0
  33. package/dist/stencil.config.js +17 -0
  34. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-engagement-suite-jackpot-details/.stencil/packages/stencil/casino-engagement-suite-jackpot-details/stencil.config.d.ts +2 -0
  35. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-engagement-suite-jackpot-details/.stencil/packages/stencil/casino-engagement-suite-jackpot-details/stencil.config.dev.d.ts +2 -0
  36. package/dist/types/components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.d.ts +92 -0
  37. package/dist/types/components/casino-engagement-suite-jackpot-details/index.d.ts +1 -0
  38. package/dist/types/components.d.ts +113 -0
  39. package/dist/types/index.d.ts +1 -0
  40. package/dist/types/models/index.d.ts +48 -0
  41. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  42. package/dist/types/utils/index.d.ts +1 -0
  43. package/dist/types/utils/locale.utils.d.ts +1 -0
  44. package/dist/types/utils/utils.d.ts +1 -0
  45. package/loader/cdn.js +1 -0
  46. package/loader/index.cjs.js +1 -0
  47. package/loader/index.d.ts +24 -0
  48. package/loader/index.es2017.js +1 -0
  49. package/loader/index.js +2 -0
  50. package/loader/package.json +11 -0
  51. package/package.json +29 -0
@@ -0,0 +1,2 @@
1
+ 'use strict';
2
+
@@ -0,0 +1,15 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-d83151b6.js');
6
+ const appGlobals = require('./app-globals-3a1e7e63.js');
7
+
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);
12
+ };
13
+
14
+ exports.setNonce = index.setNonce;
15
+ exports.defineCustomElements = defineCustomElements;
@@ -0,0 +1,19 @@
1
+ {
2
+ "entries": [
3
+ "components/casino-engagement-suite-jackpot-details/casino-engagement-suite-jackpot-details.js"
4
+ ],
5
+ "compiler": {
6
+ "name": "@stencil/core",
7
+ "version": "4.20.0",
8
+ "typescriptVersion": "5.5.3"
9
+ },
10
+ "collections": [
11
+ {
12
+ "name": "@everymatrix/casino-engagement-suite-progress-bar",
13
+ "tags": [
14
+ "casino-engagement-suite-progress-bar"
15
+ ]
16
+ }
17
+ ],
18
+ "bundles": []
19
+ }
@@ -0,0 +1,374 @@
1
+ :host {
2
+ display: block;
3
+ font-family: inherit;
4
+ }
5
+
6
+ * {
7
+ box-sizing: border-box;
8
+ margin: 0;
9
+ padding: 0;
10
+ }
11
+
12
+ button {
13
+ border: none;
14
+ background: none;
15
+ }
16
+ button:focus {
17
+ outline: none;
18
+ }
19
+ button:not(:disabled) {
20
+ cursor: pointer;
21
+ }
22
+
23
+ .PopupButton {
24
+ background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
25
+ color: var(--emw--color-typography, #1E1638);
26
+ border-radius: 99px;
27
+ min-width: 88px;
28
+ min-height: 32px;
29
+ font-size: 14px;
30
+ font-weight: 700;
31
+ position: relative;
32
+ font-family: "Montserrat", sans-serif;
33
+ }
34
+ .PopupButton.Active {
35
+ background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
36
+ -webkit-background-clip: text;
37
+ background-clip: text;
38
+ -webkit-text-fill-color: transparent;
39
+ }
40
+ .PopupButton.Active::before {
41
+ content: "";
42
+ position: absolute;
43
+ inset: 0;
44
+ padding: 1px;
45
+ background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
46
+ -webkit-mask: linear-gradient(#FFF 0 0) content-box, linear-gradient(#FFF 0 0);
47
+ -webkit-mask-composite: xor;
48
+ mask-composite: exclude;
49
+ border-radius: 99px;
50
+ }
51
+ .PopupButton.Loading {
52
+ opacity: 0.5;
53
+ pointer-events: none;
54
+ }
55
+
56
+ .JackpotDetailsPopup {
57
+ display: flex;
58
+ height: 100%;
59
+ background-color: var(--emw--color-background, #1E1638);
60
+ border-radius: 8px;
61
+ overflow: hidden;
62
+ flex-direction: column;
63
+ position: relative;
64
+ }
65
+ .JackpotDetailsPopup.Disabled .JackpotDetailsHeader {
66
+ opacity: 0.5;
67
+ }
68
+ .JackpotDetailsPopup.Disabled .JackpotDetailsTabs {
69
+ cursor: default;
70
+ pointer-events: none;
71
+ }
72
+ .JackpotDetailsPopup.Disabled .JackpotInfoItem {
73
+ color: var(--emw--color-primary, #8F8B9C);
74
+ }
75
+
76
+ .JackpotGamesListWrapper,
77
+ .JackpotInfoTabContent {
78
+ overflow-x: auto;
79
+ scrollbar-gutter: stable;
80
+ }
81
+ .JackpotGamesListWrapper::-webkit-scrollbar,
82
+ .JackpotInfoTabContent::-webkit-scrollbar {
83
+ width: 3px;
84
+ background: none;
85
+ }
86
+ .JackpotGamesListWrapper::-webkit-scrollbar-thumb,
87
+ .JackpotInfoTabContent::-webkit-scrollbar-thumb {
88
+ border-radius: 4px;
89
+ background: var(--emw--color-gray-transparency-30, rgba(255, 255, 255, 0.3));
90
+ }
91
+
92
+ .JackpotDetailsNavigation {
93
+ display: flex;
94
+ justify-content: space-between;
95
+ align-items: center;
96
+ padding: 12px 8px 8px;
97
+ }
98
+ .JackpotDetailsNavigation .JackpotIconButton {
99
+ width: 16px;
100
+ height: 16px;
101
+ cursor: pointer;
102
+ display: flex;
103
+ justify-content: center;
104
+ align-items: center;
105
+ }
106
+ .JackpotDetailsNavigation .JackpotPopupName {
107
+ color: var(--emw--color-gray-100, #BBB9C3);
108
+ font-size: 16px;
109
+ font-weight: 500;
110
+ line-height: 16px;
111
+ display: none;
112
+ }
113
+
114
+ .JackpotDetailsPopupContent {
115
+ padding: 8px 18px 18px;
116
+ overflow: hidden;
117
+ height: 100%;
118
+ display: flex;
119
+ flex-direction: column;
120
+ }
121
+
122
+ .JackpotDetailsHeader {
123
+ display: flex;
124
+ justify-content: space-between;
125
+ align-items: center;
126
+ gap: 12px;
127
+ }
128
+ .JackpotDetailsHeader .JackpotDetailsHeaderSecondCol {
129
+ text-align: right;
130
+ }
131
+ .JackpotDetailsHeader .JackpotType {
132
+ text-transform: uppercase;
133
+ font-family: "Montserrat", sans-serif;
134
+ font-size: var(--emw--font-size-medium, 18px);
135
+ font-weight: var(--emw--font-weight-bold, 700);
136
+ line-height: 22px;
137
+ color: var(--emfe-w-color-white, #FFF);
138
+ word-break: break-all;
139
+ }
140
+ .JackpotDetailsHeader .JackpotBalance {
141
+ margin-top: 8px;
142
+ font-family: Montserrat, sans-serif;
143
+ font-size: 18px;
144
+ font-weight: var(--emw--font-weight-bold, 800);
145
+ line-height: 18px;
146
+ }
147
+ .JackpotDetailsHeader .JackpotIsWon {
148
+ margin-top: 8px;
149
+ font-family: Montserrat, sans-serif;
150
+ font-weight: var(--emw--font-weight-bold, 700);
151
+ font-size: 12px;
152
+ line-height: 15px;
153
+ background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
154
+ -webkit-text-fill-color: transparent;
155
+ -webkit-background-clip: text;
156
+ }
157
+
158
+ .JackpotDetailsPopup.Mega .JackpotBalance {
159
+ background: linear-gradient(180deg, #FFB801 15.86%, #FEF746 31.36%, #FBFFE0 36.86%, #FFFA60 47.86%, #FF9400 87.36%);
160
+ -webkit-text-fill-color: transparent;
161
+ -webkit-background-clip: text;
162
+ }
163
+ .JackpotDetailsPopup.Major .JackpotBalance {
164
+ background: linear-gradient(180deg, #A19FA0 5.36%, #E1DBDB 28.86%, #FEFFFF 36.86%, #E1DBDB 44.36%, #5E5B5F 91.86%);
165
+ -webkit-text-fill-color: transparent;
166
+ -webkit-background-clip: text;
167
+ }
168
+ .JackpotDetailsPopup.Minor .JackpotBalance {
169
+ background: linear-gradient(180deg, #A0522C 5.36%, #FFAB8C 28.86%, #FFEEDF 36.86%, #FFAB8C 44.36%, #6A3A21 91.86%);
170
+ -webkit-text-fill-color: transparent;
171
+ -webkit-background-clip: text;
172
+ }
173
+
174
+ .JackpotGamesLoadMore::before,
175
+ .JackpotJoinButton.Joined::before {
176
+ content: "";
177
+ position: absolute;
178
+ inset: 0;
179
+ border-radius: var(--emw--button-border-radius, 4px);
180
+ padding: 1px;
181
+ background: linear-gradient(98.25deg, #FF9400 22.48%, #FEF746 131.02%, #FFE24A 131.9%);
182
+ -webkit-mask: linear-gradient(#FFF 0 0) content-box, linear-gradient(#FFF 0 0);
183
+ -webkit-mask-composite: xor;
184
+ mask-composite: exclude;
185
+ }
186
+
187
+ .JackpotGamesButton {
188
+ margin-top: 12px;
189
+ align-self: center;
190
+ min-width: 140px;
191
+ }
192
+
193
+ .JackpotCountdown {
194
+ font-size: var(--emw--font-size-x-small, 12px);
195
+ line-height: 12px;
196
+ margin-top: 12px;
197
+ color: var(--emw--color-gray-150, #BBB9C3);
198
+ }
199
+ .JackpotCountdown.Suspended {
200
+ font-weight: var(--emw--font-weight-bold, 700);
201
+ color: var(--emfe-w-color-white, #FFF);
202
+ text-transform: capitalize;
203
+ }
204
+
205
+ .JackpotDetailsTabsWrapper {
206
+ display: flex;
207
+ flex-direction: column;
208
+ }
209
+
210
+ .JackpotDetailsTabs {
211
+ margin: 20px 0 12px;
212
+ display: flex;
213
+ position: relative;
214
+ }
215
+ .JackpotDetailsTabs .JackpotDetailsTab {
216
+ padding: 9px 16px 7px;
217
+ font-weight: 500;
218
+ font-size: 12px;
219
+ line-height: 15px;
220
+ color: var(--emw--color-background, #666178);
221
+ border-bottom: 2px solid transparent;
222
+ cursor: pointer;
223
+ }
224
+ .JackpotDetailsTabs .JackpotDetailsTab.Active {
225
+ color: var(--emw--color-typography, #FFF);
226
+ border-color: var(--emw--color-typography, #FFF);
227
+ }
228
+ .JackpotDetailsTabs::after {
229
+ content: "";
230
+ position: absolute;
231
+ bottom: 0;
232
+ left: 0;
233
+ width: 100%;
234
+ height: 1px;
235
+ background-color: var(--emw--color-typography, #FFF);
236
+ opacity: 0.1;
237
+ }
238
+
239
+ .JackpotInfoItem {
240
+ margin-bottom: 8px;
241
+ color: var(--emw--color-typography, #FFF);
242
+ font-size: 14px;
243
+ line-height: 17px;
244
+ }
245
+ .JackpotInfoItem span {
246
+ font-weight: var(--emw--font-weight-bold, 700);
247
+ }
248
+ .JackpotInfoItem .tc {
249
+ color: var(--emw--color-primary, #59D1FF);
250
+ }
251
+
252
+ .JackpotGamesListWrapper {
253
+ overflow: auto;
254
+ flex-grow: 1;
255
+ }
256
+
257
+ .JackpotGamesList {
258
+ display: flex;
259
+ gap: 10px;
260
+ flex-wrap: wrap;
261
+ }
262
+ .JackpotGamesList .JackpotGamesListItem {
263
+ width: calc(25% - 8px);
264
+ aspect-ratio: 74/40;
265
+ cursor: pointer;
266
+ }
267
+ .JackpotGamesList .JackpotGamesListItem.Disabled {
268
+ opacity: 0.5;
269
+ pointer-events: none;
270
+ cursor: auto;
271
+ }
272
+
273
+ .JackpotDetailsButton {
274
+ margin-bottom: 12px;
275
+ display: flex;
276
+ align-items: center;
277
+ font-size: var(--emw--font-size-x-small, 12px);
278
+ line-height: 12px;
279
+ color: var(--emw--color-primary-variant, #666178);
280
+ cursor: pointer;
281
+ }
282
+ .JackpotDetailsButton .Toggle {
283
+ width: 16px;
284
+ height: 16px;
285
+ margin-right: 4px;
286
+ }
287
+ .JackpotDetailsButton .Closed {
288
+ background: center/100% url("https://static.everymatrix.com/gic/img/engagement-suite/eye-closed.svg");
289
+ }
290
+ .JackpotDetailsButton .Open {
291
+ background: center/100% url("https://static.everymatrix.com/gic/img/engagement-suite/eye-open.svg");
292
+ }
293
+
294
+ .JackpotDescription {
295
+ margin-bottom: 20px;
296
+ color: var(--emw--color-typography, #FFF);
297
+ font-size: var(--emw--font-size-small, 14px);
298
+ line-height: 17px;
299
+ }
300
+
301
+ .JackpotDetailsPopup.Tablet .JackpotDetailsButton,
302
+ .JackpotDetailsPopup.Desktop .JackpotDetailsButton {
303
+ margin-bottom: 20px;
304
+ }
305
+ .JackpotDetailsPopup.Tablet .JackpotDescription,
306
+ .JackpotDetailsPopup.Desktop .JackpotDescription {
307
+ font-size: var(--emw--font-size-medium, 16px);
308
+ line-height: 22px;
309
+ }
310
+ .JackpotDetailsPopup.Tablet .JackpotPopupName,
311
+ .JackpotDetailsPopup.Desktop .JackpotPopupName {
312
+ display: block;
313
+ }
314
+ .JackpotDetailsPopup.Tablet .JackpotDetailsNavigation,
315
+ .JackpotDetailsPopup.Desktop .JackpotDetailsNavigation {
316
+ padding-top: 16px;
317
+ }
318
+ .JackpotDetailsPopup.Tablet .JackpotIconButton,
319
+ .JackpotDetailsPopup.Desktop .JackpotIconButton {
320
+ width: 24px;
321
+ height: 24px;
322
+ }
323
+ .JackpotDetailsPopup.Tablet .JackpotDetailsPopupContent,
324
+ .JackpotDetailsPopup.Desktop .JackpotDetailsPopupContent {
325
+ padding: 20px 24px 30px;
326
+ }
327
+ .JackpotDetailsPopup.Tablet .JackpotBalance,
328
+ .JackpotDetailsPopup.Tablet .JackpotType,
329
+ .JackpotDetailsPopup.Desktop .JackpotBalance,
330
+ .JackpotDetailsPopup.Desktop .JackpotType {
331
+ line-height: 27px;
332
+ font-size: 22px;
333
+ }
334
+ .JackpotDetailsPopup.Tablet .JackpotBalance,
335
+ .JackpotDetailsPopup.Desktop .JackpotBalance {
336
+ font-weight: var(--emw--font-weight-bold, 700);
337
+ }
338
+ .JackpotDetailsPopup.Tablet .PopupButton,
339
+ .JackpotDetailsPopup.Desktop .PopupButton {
340
+ min-height: 36px;
341
+ font-size: 16px;
342
+ }
343
+ .JackpotDetailsPopup.Tablet .JackpotCountdown,
344
+ .JackpotDetailsPopup.Desktop .JackpotCountdown {
345
+ font-size: var(--emw--font-size-small, 14px);
346
+ line-height: 14px;
347
+ }
348
+ .JackpotDetailsPopup.Tablet .JackpotDetailsTabs,
349
+ .JackpotDetailsPopup.Desktop .JackpotDetailsTabs {
350
+ margin-bottom: 20px;
351
+ }
352
+ .JackpotDetailsPopup.Tablet .JackpotInfoItem,
353
+ .JackpotDetailsPopup.Desktop .JackpotInfoItem {
354
+ font-size: 16px;
355
+ line-height: 20px;
356
+ }
357
+ .JackpotDetailsPopup.Tablet .JackpotIsWon,
358
+ .JackpotDetailsPopup.Desktop .JackpotIsWon {
359
+ font-size: 14px;
360
+ line-height: 17px;
361
+ }
362
+ .JackpotDetailsPopup.Tablet .JackpotGamesList,
363
+ .JackpotDetailsPopup.Desktop .JackpotGamesList {
364
+ gap: 12px;
365
+ }
366
+ .JackpotDetailsPopup.Tablet .JackpotGamesList .JackpotGamesListItem,
367
+ .JackpotDetailsPopup.Desktop .JackpotGamesList .JackpotGamesListItem {
368
+ width: calc(20% - 10px);
369
+ }
370
+ .JackpotDetailsPopup.Tablet .JackpotDetailsTabs .JackpotDetailsTab,
371
+ .JackpotDetailsPopup.Desktop .JackpotDetailsTabs .JackpotDetailsTab {
372
+ font-size: 16px;
373
+ line-height: 20px;
374
+ }