@opexa/portal-components 0.0.726 → 0.0.728

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 (245) hide show
  1. package/dist/client/hooks/useJackpotsNextQuery.d.ts +3 -0
  2. package/dist/client/hooks/useJackpotsNextQuery.js +22 -0
  3. package/dist/components/DigitainLauncher/Loading.js +1 -1
  4. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
  5. package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
  6. package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
  7. package/dist/components/Disclaimer/TermsOfUse.js +13 -0
  8. package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
  9. package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
  10. package/dist/components/FeatureFlag/index.d.ts +1 -0
  11. package/dist/components/FeatureFlag/index.js +1 -0
  12. package/dist/components/Jackpots/Jackpots.js +13 -0
  13. package/dist/components/Jackpots/Jackpots.module.css +219 -184
  14. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  15. package/dist/components/Jackpots/JackpotsList/JackpotsList.d.ts +16 -0
  16. package/dist/components/Jackpots/JackpotsList/JackpotsList.js +7 -0
  17. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  18. package/dist/components/Jackpots/JackpotsListNext/JackpotMultiStageDesktop.d.ts +33 -0
  19. package/dist/components/Jackpots/JackpotsListNext/JackpotMultiStageDesktop.js +107 -0
  20. package/dist/components/Jackpots/JackpotsListNext/JackpotMultiStageMobile.d.ts +55 -0
  21. package/dist/components/Jackpots/JackpotsListNext/JackpotMultiStageMobile.js +136 -0
  22. package/dist/components/Jackpots/JackpotsListNext/JackpotsList.d.ts +106 -0
  23. package/dist/components/Jackpots/JackpotsListNext/JackpotsList.js +51 -0
  24. package/dist/components/Jackpots/JackpotsListNext/JackpotsListContext.d.ts +12 -0
  25. package/dist/components/Jackpots/JackpotsListNext/JackpotsListContext.js +3 -0
  26. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemDesktop.d.ts +43 -0
  27. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemDesktop.js +117 -0
  28. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemGameProviders.d.ts +5 -0
  29. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemGameProviders.js +54 -0
  30. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemMobile.d.ts +43 -0
  31. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemMobile.js +147 -0
  32. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemRules.d.ts +8 -0
  33. package/dist/components/Jackpots/JackpotsListNext/JackpotsListItemRules.js +15 -0
  34. package/dist/components/Jackpots/JackpotsListNext/useJackpotsListItemData.d.ts +20 -0
  35. package/dist/components/Jackpots/JackpotsListNext/useJackpotsListItemData.js +88 -0
  36. package/dist/components/KYC/AutoOpen.d.ts +1 -0
  37. package/dist/components/KYC/AutoOpen.js +40 -0
  38. package/dist/components/KYC/BasicInformation.js +1 -1
  39. package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
  40. package/dist/components/KYC/CaptureIdDocument.js +219 -0
  41. package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
  42. package/dist/components/KYC/CaptureSelfie.js +285 -0
  43. package/dist/components/KYC/DisplayImage.d.ts +5 -0
  44. package/dist/components/KYC/DisplayImage.js +8 -0
  45. package/dist/components/KYC/FileUpload.d.ts +10 -0
  46. package/dist/components/KYC/FileUpload.js +72 -0
  47. package/dist/components/KYC/IdentityVerification.js +1 -1
  48. package/dist/components/KYC/KYC.lazy.js +1 -1
  49. package/dist/components/KYC/KYCDefault/IdentityVerification.js +9 -7
  50. package/dist/components/KYC/KYCDefault/KYCDefault.js +1 -1
  51. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  52. package/dist/components/KYC/KYCVerificationStatus.lazy.js +13 -7
  53. package/dist/components/KYC/KycOpenOnHomeMount.js +9 -30
  54. package/dist/components/KYC/NoCameraError.d.ts +7 -0
  55. package/dist/components/KYC/NoCameraError.js +6 -0
  56. package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
  57. package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
  58. package/dist/components/KYC/PersonalInformation.js +1 -1
  59. package/dist/components/KYC/backup/Header.d.ts +1 -0
  60. package/dist/components/KYC/backup/Header.js +8 -0
  61. package/dist/components/KYC/backup/Indicator.d.ts +1 -0
  62. package/dist/components/KYC/backup/Indicator.js +9 -0
  63. package/dist/components/KYC/backup/KYC.d.ts +1 -0
  64. package/dist/components/KYC/backup/KYC.js +14 -0
  65. package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
  66. package/dist/components/KYC/backup/KYC.lazy.js +26 -0
  67. package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
  68. package/dist/components/KYC/backup/KYCContext.js +2 -0
  69. package/dist/components/KYC/backup/Step1.d.ts +1 -0
  70. package/dist/components/KYC/backup/Step1.js +13 -0
  71. package/dist/components/KYC/backup/Step2.d.ts +1 -0
  72. package/dist/components/KYC/backup/Step2.js +13 -0
  73. package/dist/components/KYC/backup/Step3.d.ts +1 -0
  74. package/dist/components/KYC/backup/Step3.js +13 -0
  75. package/dist/components/KYC/backup/Step4.d.ts +1 -0
  76. package/dist/components/KYC/backup/Step4.js +7 -0
  77. package/dist/components/KYC/backup/useKYC.d.ts +10 -0
  78. package/dist/components/KYC/backup/useKYC.js +8 -0
  79. package/dist/components/KYC/loadModels.d.ts +1 -0
  80. package/dist/components/KYC/loadModels.js +9 -0
  81. package/dist/components/KYC/utils.d.ts +9 -0
  82. package/dist/components/KYC/utils.js +79 -0
  83. package/dist/components/Messages/Message.d.ts +1 -0
  84. package/dist/components/Messages/Message.js +35 -0
  85. package/dist/components/Messages/MessageContext.d.ts +6 -0
  86. package/dist/components/Messages/MessageContext.js +2 -0
  87. package/dist/components/Messages/MessagePopup.d.ts +1 -0
  88. package/dist/components/Messages/MessagePopup.js +20 -0
  89. package/dist/components/Messages/MessageTrigger.d.ts +8 -0
  90. package/dist/components/Messages/MessageTrigger.js +19 -0
  91. package/dist/components/Quests/CountdownTimer.d.ts +15 -0
  92. package/dist/components/Quests/CountdownTimer.js +33 -0
  93. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
  94. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
  95. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
  96. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
  97. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
  98. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
  99. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
  100. package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
  101. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
  102. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
  103. package/dist/components/SignIn/utils.d.ts +8 -0
  104. package/dist/components/SignIn/utils.js +26 -0
  105. package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
  106. package/dist/components/SignUp/SignUp.lazy.js +18 -0
  107. package/dist/components/SignUp/SignUpContext.d.ts +6 -0
  108. package/dist/components/SignUp/SignUpContext.js +2 -0
  109. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
  110. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
  111. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
  112. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
  113. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
  114. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
  115. package/dist/components/SignUp/SignUpForm.d.ts +1 -0
  116. package/dist/components/SignUp/SignUpForm.js +284 -0
  117. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
  118. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
  119. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
  120. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
  121. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
  122. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
  123. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
  124. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
  125. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
  126. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
  127. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
  128. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
  129. package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
  130. package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
  131. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
  132. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
  133. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
  134. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
  135. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
  136. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
  137. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
  138. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
  139. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
  140. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
  141. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
  142. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
  143. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
  144. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
  145. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  146. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  147. package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
  148. package/dist/components/shared/IdDocumentField.client.js +204 -0
  149. package/dist/components/shared/IdDocumentField.d.ts +2 -0
  150. package/dist/components/shared/IdDocumentField.js +11 -0
  151. package/dist/components/shared/IdFrontImageField/IdFrontImageField.client.js +0 -1
  152. package/dist/components/shared/SelfieField.client.d.ts +20 -0
  153. package/dist/components/shared/SelfieField.client.js +327 -0
  154. package/dist/components/shared/SelfieField.d.ts +2 -0
  155. package/dist/components/shared/SelfieField.js +11 -0
  156. package/dist/constants/BranchCode.d.ts +4 -0
  157. package/dist/constants/BranchCode.js +42 -0
  158. package/dist/constants/Branches.d.ts +2 -0
  159. package/dist/constants/Branches.js +42 -0
  160. package/dist/constants/EnvVar.d.ts +1 -1
  161. package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
  162. package/dist/handlers/postTransformIdFrontImage.js +67 -0
  163. package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
  164. package/dist/handlers/postTransformSelfieImage.js +71 -0
  165. package/dist/handlers.d.ts +43 -0
  166. package/dist/handlers.js +297 -0
  167. package/dist/icons/BellRingIcon.d.ts +2 -0
  168. package/dist/icons/BellRingIcon.js +4 -0
  169. package/dist/icons/Flag05Icon.d.ts +2 -0
  170. package/dist/icons/Flag05Icon.js +4 -0
  171. package/dist/server/utils/prefetchJackpotsNextQuery.d.ts +2 -0
  172. package/dist/server/utils/prefetchJackpotsNextQuery.js +16 -0
  173. package/dist/services/queries.d.ts +2 -1
  174. package/dist/services/queries.js +3069 -3009
  175. package/dist/services/report.d.ts +21 -1
  176. package/dist/services/report.js +13 -1
  177. package/dist/styles/theme.css +773 -773
  178. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  179. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  180. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  181. package/dist/third-parties/FacebookPixel/api.js +1 -0
  182. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  183. package/dist/third-parties/FacebookPixel/index.js +1 -0
  184. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  185. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  186. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  187. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  188. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  189. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  190. package/dist/third-parties/index.d.ts +2 -0
  191. package/dist/third-parties/index.js +2 -0
  192. package/dist/types/index.d.ts +33 -0
  193. package/dist/ui/Badge/Badge.d.ts +12 -12
  194. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  195. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  196. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  197. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  198. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  199. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  200. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  201. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  202. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  203. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  204. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  205. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  206. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  207. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  208. package/dist/ui/Menu/Menu.d.ts +198 -198
  209. package/dist/ui/Menu/menu.recipe.d.ts +11 -11
  210. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  211. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  212. package/dist/ui/Popover/Popover.d.ts +55 -55
  213. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  214. package/dist/ui/Progress/Progress.d.ts +27 -27
  215. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  216. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  217. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  218. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  219. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  220. package/dist/ui/Select/Select.d.ts +45 -45
  221. package/dist/ui/Select/select.recipe.d.ts +3 -3
  222. package/dist/ui/Table/Table.d.ts +21 -21
  223. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  224. package/dist/ui/Table/table.recipe.d.ts +3 -3
  225. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  226. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  227. package/dist/utils/dataUrlToBlob.d.ts +1 -0
  228. package/dist/utils/dataUrlToBlob.js +11 -0
  229. package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
  230. package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
  231. package/dist/utils/getGameName.d.ts +1 -0
  232. package/dist/utils/getGameName.js +6 -0
  233. package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
  234. package/dist/utils/isBetween3amAnd3pm.js +5 -0
  235. package/dist/utils/queryKeys.d.ts +1 -0
  236. package/dist/utils/queryKeys.js +1 -0
  237. package/dist/utils/resizeImageSize.d.ts +2 -0
  238. package/dist/utils/resizeImageSize.js +11 -0
  239. package/package.json +176 -176
  240. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
  241. package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
  242. package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +0 -1
  243. package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +0 -191
  244. package/dist/icons/LinkBrokenIcon.d.ts +0 -2
  245. package/dist/icons/LinkBrokenIcon.js +0 -4
@@ -1,184 +1,184 @@
1
- @keyframes arrow-green-flash {
2
- 0% {
3
- color: #abefc6;
4
- }
5
- 100% {
6
- color: #079455;
7
- }
8
- }
9
-
10
- .animate-arrow-green-flash-1 {
11
- animation: arrow-green-flash 0.4s infinite;
12
- animation-delay: -0.2s;
13
- }
14
-
15
- .animate-arrow-green-flash-2 {
16
- animation: arrow-green-flash 0.4s infinite;
17
- animation-delay: -0.1s;
18
- }
19
-
20
- .animate-arrow-green-flash-3 {
21
- animation: arrow-green-flash 0.4s infinite;
22
- }
23
-
24
- @keyframes arrow-red-flash {
25
- 0%,
26
- 100% {
27
- color: #f97066;
28
- }
29
- 50% {
30
- color: #fecdca;
31
- }
32
- }
33
-
34
- .animate-arrow-red-flash-1 {
35
- animation: arrow-red-flash 0.4s infinite;
36
- }
37
-
38
- .animate-arrow-red-flash-2 {
39
- animation: arrow-red-flash 0.4s infinite;
40
- animation-delay: -0.1s;
41
- }
42
-
43
- .animate-arrow-red-flash-3 {
44
- animation: arrow-red-flash 0.4s infinite;
45
- animation-delay: -0.2s;
46
- }
47
-
48
- /* Animated BG */
49
- @keyframes rotate {
50
- to {
51
- transform: rotate(1turn);
52
- }
53
- }
54
-
55
- .light-rays {
56
- position: absolute;
57
- top: 0;
58
- left: 0;
59
- right: 0;
60
- bottom: 0;
61
- overflow: hidden;
62
-
63
- --first: var(--color-bg-tertiary);
64
- --second: var(--color-bg-quaternary);
65
- }
66
-
67
- .light-rays::before,
68
- .light-rays::after {
69
- content: '';
70
- position: absolute;
71
- top: var(--light-rays-top, 150px);
72
- left: calc(50% - 90px);
73
- margin: -100vmax;
74
- width: 200vmax;
75
- height: 200vmax;
76
- opacity: 0.6;
77
- transform-origin: center;
78
- }
79
-
80
- .light-rays::before {
81
- background: conic-gradient(
82
- var(--first) 0deg 7.2deg,
83
- var(--second) 7.2deg 14.4deg,
84
- var(--first) 14.4deg 21.6deg,
85
- var(--second) 21.6deg 28.8deg,
86
- var(--first) 28.8deg 36deg,
87
- var(--second) 36deg 43.2deg,
88
- var(--first) 43.2deg 50.4deg,
89
- var(--second) 50.4deg 57.6deg,
90
- var(--first) 57.6deg 64.8deg,
91
- var(--second) 64.8deg 72deg,
92
- var(--first) 72deg 79.2deg,
93
- var(--second) 79.2deg 86.4deg,
94
- var(--first) 86.4deg 93.6deg,
95
- var(--second) 93.6deg 100.8deg,
96
- var(--first) 100.8deg 108deg,
97
- var(--second) 108deg 115.2deg,
98
- var(--first) 115.2deg 122.4deg,
99
- var(--second) 122.4deg 129.6deg,
100
- var(--first) 129.6deg 136.8deg,
101
- var(--second) 136.8deg 144deg,
102
- var(--first) 144deg 151.2deg,
103
- var(--second) 151.2deg 158.4deg,
104
- var(--first) 158.4deg 165.6deg,
105
- var(--second) 165.6deg 172.8deg,
106
- var(--first) 172.8deg 180deg,
107
- var(--second) 180deg 187.2deg,
108
- var(--first) 187.2deg 194.4deg,
109
- var(--second) 194.4deg 201.6deg,
110
- var(--first) 201.6deg 208.8deg,
111
- var(--second) 208.8deg 216deg,
112
- var(--first) 216deg 223.2deg,
113
- var(--second) 223.2deg 230.4deg,
114
- var(--first) 230.4deg 237.6deg,
115
- var(--second) 237.6deg 244.8deg,
116
- var(--first) 244.8deg 252deg,
117
- var(--second) 252deg 259.2deg,
118
- var(--first) 259.2deg 266.4deg,
119
- var(--second) 266.4deg 273.6deg,
120
- var(--first) 273.6deg 280.8deg,
121
- var(--second) 280.8deg 288deg,
122
- var(--first) 288deg 295.2deg,
123
- var(--second) 295.2deg 302.4deg,
124
- var(--first) 302.4deg 309.6deg,
125
- var(--second) 309.6deg 316.8deg,
126
- var(--first) 316.8deg 324deg,
127
- var(--second) 324deg 331.2deg,
128
- var(--first) 331.2deg 338.4deg,
129
- var(--second) 338.4deg 345.6deg,
130
- var(--first) 345.6deg 352.8deg,
131
- var(--second) 352.8deg 360deg
132
- );
133
- animation: rotate 20s linear infinite;
134
- }
135
-
136
- @media (max-width: 1024px) {
137
- .light-rays::before,
138
- .light-rays::after {
139
- left: auto;
140
- right: 11%;
141
- }
142
- }
143
-
144
- /* ScrollArea.module.css */
145
- .scrollArea {
146
- overflow-y: scroll;
147
- padding-right: 4px;
148
- }
149
-
150
- /* WebKit-based browsers */
151
- .scrollArea::-webkit-scrollbar {
152
- width: 8px;
153
- }
154
-
155
- .scrollArea::-webkit-scrollbar-track {
156
- background: var(--color-bg-primary-alt);
157
- border-radius: 9999px;
158
- }
159
-
160
- .scrollArea::-webkit-scrollbar-thumb {
161
- background-color: var(--color-bg-quaternary);
162
- border-radius: 9999px;
163
- }
164
-
165
- @keyframes waveColor {
166
- 0%,
167
- 2.5% {
168
- color: var(--wave-highlight-color);
169
- }
170
- 2.51%,
171
- 100% {
172
- color: var(--color-brand-300);
173
- }
174
- }
175
-
176
- .animate-wave-color-success {
177
- --wave-highlight-color: var(--color-success-800);
178
- animation: waveColor 4s ease-in-out infinite;
179
- }
180
-
181
- .animate-wave-color-error {
182
- --wave-highlight-color: var(--color-error-600);
183
- animation: waveColor 4s ease-in-out infinite;
184
- }
1
+ @keyframes arrow-green-flash {
2
+ 0% {
3
+ color: #abefc6;
4
+ }
5
+ 100% {
6
+ color: #079455;
7
+ }
8
+ }
9
+
10
+ .animate-arrow-green-flash-1 {
11
+ animation: arrow-green-flash 0.4s infinite;
12
+ animation-delay: -0.2s;
13
+ }
14
+
15
+ .animate-arrow-green-flash-2 {
16
+ animation: arrow-green-flash 0.4s infinite;
17
+ animation-delay: -0.1s;
18
+ }
19
+
20
+ .animate-arrow-green-flash-3 {
21
+ animation: arrow-green-flash 0.4s infinite;
22
+ }
23
+
24
+ @keyframes arrow-red-flash {
25
+ 0%,
26
+ 100% {
27
+ color: #f97066;
28
+ }
29
+ 50% {
30
+ color: #fecdca;
31
+ }
32
+ }
33
+
34
+ .animate-arrow-red-flash-1 {
35
+ animation: arrow-red-flash 0.4s infinite;
36
+ }
37
+
38
+ .animate-arrow-red-flash-2 {
39
+ animation: arrow-red-flash 0.4s infinite;
40
+ animation-delay: -0.1s;
41
+ }
42
+
43
+ .animate-arrow-red-flash-3 {
44
+ animation: arrow-red-flash 0.4s infinite;
45
+ animation-delay: -0.2s;
46
+ }
47
+
48
+ /* Animated BG */
49
+ @keyframes rotate {
50
+ to {
51
+ transform: rotate(1turn);
52
+ }
53
+ }
54
+
55
+ .light-rays {
56
+ position: absolute;
57
+ top: 0;
58
+ left: 0;
59
+ right: 0;
60
+ bottom: 0;
61
+ overflow: hidden;
62
+
63
+ --first: var(--color-bg-tertiary);
64
+ --second: var(--color-bg-quaternary);
65
+ }
66
+
67
+ .light-rays::before,
68
+ .light-rays::after {
69
+ content: '';
70
+ position: absolute;
71
+ top: var(--light-rays-top, 150px);
72
+ left: calc(50% - 90px);
73
+ margin: -100vmax;
74
+ width: 200vmax;
75
+ height: 200vmax;
76
+ opacity: 0.6;
77
+ transform-origin: center;
78
+ }
79
+
80
+ .light-rays::before {
81
+ background: conic-gradient(
82
+ var(--first) 0deg 7.2deg,
83
+ var(--second) 7.2deg 14.4deg,
84
+ var(--first) 14.4deg 21.6deg,
85
+ var(--second) 21.6deg 28.8deg,
86
+ var(--first) 28.8deg 36deg,
87
+ var(--second) 36deg 43.2deg,
88
+ var(--first) 43.2deg 50.4deg,
89
+ var(--second) 50.4deg 57.6deg,
90
+ var(--first) 57.6deg 64.8deg,
91
+ var(--second) 64.8deg 72deg,
92
+ var(--first) 72deg 79.2deg,
93
+ var(--second) 79.2deg 86.4deg,
94
+ var(--first) 86.4deg 93.6deg,
95
+ var(--second) 93.6deg 100.8deg,
96
+ var(--first) 100.8deg 108deg,
97
+ var(--second) 108deg 115.2deg,
98
+ var(--first) 115.2deg 122.4deg,
99
+ var(--second) 122.4deg 129.6deg,
100
+ var(--first) 129.6deg 136.8deg,
101
+ var(--second) 136.8deg 144deg,
102
+ var(--first) 144deg 151.2deg,
103
+ var(--second) 151.2deg 158.4deg,
104
+ var(--first) 158.4deg 165.6deg,
105
+ var(--second) 165.6deg 172.8deg,
106
+ var(--first) 172.8deg 180deg,
107
+ var(--second) 180deg 187.2deg,
108
+ var(--first) 187.2deg 194.4deg,
109
+ var(--second) 194.4deg 201.6deg,
110
+ var(--first) 201.6deg 208.8deg,
111
+ var(--second) 208.8deg 216deg,
112
+ var(--first) 216deg 223.2deg,
113
+ var(--second) 223.2deg 230.4deg,
114
+ var(--first) 230.4deg 237.6deg,
115
+ var(--second) 237.6deg 244.8deg,
116
+ var(--first) 244.8deg 252deg,
117
+ var(--second) 252deg 259.2deg,
118
+ var(--first) 259.2deg 266.4deg,
119
+ var(--second) 266.4deg 273.6deg,
120
+ var(--first) 273.6deg 280.8deg,
121
+ var(--second) 280.8deg 288deg,
122
+ var(--first) 288deg 295.2deg,
123
+ var(--second) 295.2deg 302.4deg,
124
+ var(--first) 302.4deg 309.6deg,
125
+ var(--second) 309.6deg 316.8deg,
126
+ var(--first) 316.8deg 324deg,
127
+ var(--second) 324deg 331.2deg,
128
+ var(--first) 331.2deg 338.4deg,
129
+ var(--second) 338.4deg 345.6deg,
130
+ var(--first) 345.6deg 352.8deg,
131
+ var(--second) 352.8deg 360deg
132
+ );
133
+ animation: rotate 20s linear infinite;
134
+ }
135
+
136
+ @media (max-width: 1024px) {
137
+ .light-rays::before,
138
+ .light-rays::after {
139
+ left: auto;
140
+ right: 11%;
141
+ }
142
+ }
143
+
144
+ /* ScrollArea.module.css */
145
+ .scrollArea {
146
+ overflow-y: scroll;
147
+ padding-right: 4px;
148
+ }
149
+
150
+ /* WebKit-based browsers */
151
+ .scrollArea::-webkit-scrollbar {
152
+ width: 8px;
153
+ }
154
+
155
+ .scrollArea::-webkit-scrollbar-track {
156
+ background: var(--color-bg-primary-alt);
157
+ border-radius: 9999px;
158
+ }
159
+
160
+ .scrollArea::-webkit-scrollbar-thumb {
161
+ background-color: var(--color-bg-quaternary);
162
+ border-radius: 9999px;
163
+ }
164
+
165
+ @keyframes waveColor {
166
+ 0%,
167
+ 2.5% {
168
+ color: var(--wave-highlight-color);
169
+ }
170
+ 2.51%,
171
+ 100% {
172
+ color: var(--color-brand-300);
173
+ }
174
+ }
175
+
176
+ .animate-wave-color-success {
177
+ --wave-highlight-color: var(--color-success-800);
178
+ animation: waveColor 4s ease-in-out infinite;
179
+ }
180
+
181
+ .animate-wave-color-error {
182
+ --wave-highlight-color: var(--color-error-600);
183
+ animation: waveColor 4s ease-in-out infinite;
184
+ }
@@ -0,0 +1,33 @@
1
+ import { type ImageProps } from 'next/image';
2
+ import type { CSSProperties } from 'react';
3
+ import type { ClassNameEntries } from './JackpotsList';
4
+ interface JackpotsListItemDesktopProps {
5
+ className?: ClassNameEntries;
6
+ style?: CSSProperties;
7
+ animate?: boolean;
8
+ customJackpotChestImage?: {
9
+ image: {
10
+ open: string;
11
+ closed: string;
12
+ };
13
+ style?: {
14
+ wrapper?: string;
15
+ image?: string;
16
+ };
17
+ };
18
+ customJackpotStageChest?: {
19
+ style?: {
20
+ wrapper?: string;
21
+ image?: string;
22
+ };
23
+ stage: {
24
+ one: ImageProps['src'];
25
+ two: ImageProps['src'];
26
+ three: ImageProps['src'];
27
+ four: ImageProps['src'];
28
+ };
29
+ };
30
+ jackpotProfileShape?: 'oval' | 'star';
31
+ }
32
+ export declare function JackpotMultiStageDesktop({ animate, customJackpotChestImage, jackpotProfileShape, customJackpotStageChest, className, ...props }: JackpotsListItemDesktopProps): import("react/jsx-runtime").JSX.Element | null;
33
+ export {};
@@ -0,0 +1,107 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Progress } from '@ark-ui/react/progress';
3
+ import { format } from 'date-fns';
4
+ import Image, {} from 'next/image';
5
+ import { twMerge } from 'tailwind-merge';
6
+ import { ArrowNarrowUpRightIcon } from '../../../icons/ArrowNarrowUpRightIcon.js';
7
+ import { CheckCircleBrokenIcon } from '../../../icons/CheckCircleBrokenIcon.js';
8
+ import { Flag05Icon } from '../../../icons/Flag05Icon.js';
9
+ import { StarIcon } from '../../../icons/StarIcon.js';
10
+ import { Target04Icon } from '../../../icons/Target04Icon.js';
11
+ import { Trophy01Icon } from '../../../icons/Trophy01Icon.js';
12
+ import { User01Icon } from '../../../icons/User01Icon.js';
13
+ import firstPlace from '../../../images/first-place.png';
14
+ import leaderboard from '../../../images/leaderboard.png';
15
+ import { formatNumber } from '../../../utils/formatNumber.js';
16
+ import { mask } from '../../../utils/mask.js';
17
+ import { parseDecimal } from '../../../utils/parseDecimal.js';
18
+ import styles from '../Jackpots.module.css';
19
+ import { useJackpotsListItemContext } from './JackpotsListContext.js';
20
+ import { JackpotsListItemGameProviders } from './JackpotsListItemGameProviders.js';
21
+ import { JackpotsListItemRules } from './JackpotsListItemRules.js';
22
+ import { useJackpotsListItemData } from './useJackpotsListItemData.js';
23
+ export function JackpotMultiStageDesktop({ animate = true, customJackpotChestImage, jackpotProfileShape = 'oval', customJackpotStageChest, className, ...props }) {
24
+ const jackpot = useJackpotsListItemContext();
25
+ const { rootRef, topJackpotPayout, filteredGameProviders, localeInfo, isPayingOut, jackpotAmount, arrowImages, } = useJackpotsListItemData();
26
+ const getChestImages = (stage) => {
27
+ if (stage === 1) {
28
+ return {
29
+ image: customJackpotStageChest?.stage.one,
30
+ style: customJackpotStageChest?.style,
31
+ };
32
+ }
33
+ if (stage === 2) {
34
+ return {
35
+ image: customJackpotStageChest?.stage.two,
36
+ style: customJackpotStageChest?.style,
37
+ };
38
+ }
39
+ if (stage === 3) {
40
+ return {
41
+ image: customJackpotStageChest?.stage.three,
42
+ style: customJackpotStageChest?.style,
43
+ };
44
+ }
45
+ return {
46
+ image: customJackpotStageChest?.stage.four,
47
+ style: customJackpotStageChest?.style,
48
+ };
49
+ };
50
+ const chestImages = getChestImages(jackpot.stage ?? 1);
51
+ const target = parseFloat(jackpot.stages?.[jackpot.stage]?.targetTurnover ?? '0');
52
+ const total = parseFloat(jackpot.totalTurnover ?? '0');
53
+ const currStageProgressPercentage = getPercentage(total, target);
54
+ const totalTurnover = jackpot.totalTurnover;
55
+ const overallTurnover = parseDecimal(jackpot.totalTurnover, 0) /
56
+ (jackpot.stages?.reduce((acc, stage) => acc + parseFloat(stage.targetTurnover ?? '0'), 0) ?? 0);
57
+ const overallPercentage = getPercentage(totalTurnover, overallTurnover);
58
+ const ProfileIcon = () => jackpotProfileShape === 'oval' ? (_jsxs("div", { className: "relative flex h-18 w-18 items-center justify-center rounded-full bg-bg-tertiary", children: [_jsx(User01Icon, { className: "size-9 text-text-quarterary-500" }), _jsx("div", { className: twMerge('absolute right-0 bottom-safe-area-inset-bottom flex h-6 w-6 items-center justify-center rounded-full border-[1.5px] border-bg-primary bg-yellow-400 font-bold text-brand-950 text-xs', className?.latestPayoutRankRoot), children: "1st" })] })) : (_jsxs("div", { className: "relative grid h-18 w-18", children: [_jsx(StarIcon, { className: "col-start-1 row-start-1 h-full w-full" }), _jsx(User01Icon, { className: "z-10 col-start-1 row-start-1 size-9 place-self-center text-text-quarterary-500" }), _jsx("div", { className: twMerge('-right-0 absolute bottom-safe-area-inset-bottom z-20 flex h-7 w-7 items-center justify-center rounded-full border-[1.5px] border-bg-primary bg-yellow-400 text-center font-bold text-brand-950 text-xs', className?.latestPayoutRankRoot), children: "1st" })] }));
59
+ const PayoutBadge = () => (_jsxs("div", { className: twMerge('flex h-fit w-fit items-center gap-1 rounded-sm border border-utility-brand-200 bg-utility-brand-50 px-2 py-0.5 font-medium text-utility-brand-700 text-xs', className?.latestPayoutBadgeRoot), children: [_jsx(Trophy01Icon, { className: twMerge('size-3.5 text-utility-brand-600', className?.latestPayoutBadgeIcon) }), "Winner"] }));
60
+ const ProgressBar = () => (_jsxs("div", { className: "mt-3 lg:mt-4", children: [_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("div", { className: "font-semibold text-sm text-text-primary-900", children: ["Stage ", jackpot.stage, " Progress"] }), currStageProgressPercentage, "%"] }), _jsx(Progress.Root, { className: "h-2 w-full rounded-full bg-bg-primary lg:h-4", max: 100, value: currStageProgressPercentage, children: _jsx(Progress.Track, { className: twMerge('h-full overflow-hidden rounded-full bg-bg-primary', className?.progressBarTrack), children: _jsx(Progress.Range, { className: "relative h-full overflow-hidden rounded-full bg-brand-500 pl-1.5", children: _jsx("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-start pl-1.5", "aria-hidden": "true", children: arrowImages }) }) }) })] }));
61
+ const OverallProgressBar = () => {
62
+ return (_jsxs("div", { className: "mt-3 lg:mt-4", children: [_jsxs("div", { className: "mb-[5px] flex items-center justify-between font-semibold text-sm text-text-primary-900", children: [_jsx("p", { children: "Overall Progress" }), overallPercentage, "%"] }), _jsx(Progress.Root, { className: "h-2 w-full rounded-full bg-bg-primary lg:h-4", max: 100, value: overallPercentage, children: _jsx(Progress.Track, { className: twMerge('h-full overflow-hidden rounded-full bg-bg-primary', className?.progressBarTrack), children: _jsx(Progress.Range, { className: "relative h-full overflow-hidden rounded-full bg-brand-500 pl-1.5", children: _jsx("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-start pl-1.5", "aria-hidden": "true", children: arrowImages }) }) }) })] }));
63
+ };
64
+ const RecentPayoutsTable = () => (_jsx("div", { className: twMerge('max-h-[17rem] overflow-y-scroll', styles.scrollArea), children: _jsx("div", { className: "overflow-hidden rounded-xl border-gray-200", children: _jsxs("table", { className: "w-full", children: [_jsx("thead", { children: _jsx("tr", { className: twMerge('h-8 whitespace-nowrap bg-bg-secondary text-left font-medium text-text-tertiary-600 text-xs', className?.recentPayoutsTableHeadRow), children: ['Stage', 'Player', 'Turnover Target', 'Prize', 'Timestamp'].map((header) => (_jsx("th", { className: "px-4", children: header }, header))) }) }), _jsx("tbody", { children: jackpot.stages
65
+ ? jackpot.stages.map((j, i) => (_jsxs("tr", { className: twMerge('whitespace-nowrap bg-bg-primary text-left text-sm text-text-secondary-700', className?.recentPayoutsTableBodyRow), children: [_jsx("td", { className: twMerge('h-12 border-border-secondary border-t-2 px-4', className?.recentPayoutsTableBodyData), children: i + 1 }), _jsx("td", { className: twMerge('h-12 border-border-secondary border-t-2 px-4', className?.recentPayoutsTableBodyData), children: j.member?.name
66
+ ? mask(j.member.name, {
67
+ totalCharsCount: 6,
68
+ })
69
+ : '-' }), _jsx("td", { className: twMerge('h-12 border-border-secondary border-t-2 px-4', className?.recentPayoutsTableBodyData), children: formatNumber(j.targetTurnover, {
70
+ currency: localeInfo.currency.code,
71
+ minDecimalPlaces: 2,
72
+ maxDecimalPlaces: 2,
73
+ }) }), _jsx("td", { className: twMerge('h-12 border-border-secondary border-t-2 px-4 text-brand-400', className?.recentPayoutsTableBodyData), children: formatNumber(j.jackpotPayout, {
74
+ currency: localeInfo.currency.code,
75
+ minDecimalPlaces: 2,
76
+ maxDecimalPlaces: 2,
77
+ }) }), _jsx("td", { className: twMerge('h-12 border-border-secondary border-t-2 px-4', className?.recentPayoutsTableBodyData), children: j.dateTimeCompleted
78
+ ? format(new Date(j.dateTimeCompleted), 'dd MMM yyyy h:mm a')
79
+ : '-' })] }, i)))
80
+ : Array.from({ length: 10 }).map((_, i) => (_jsx("tr", { className: twMerge('bg-bg-primary text-sm text-text-secondary-700', className?.recentPayoutsTableBodyRow), children: Array.from({ length: 5 }).map((_, j) => (_jsx("td", { className: twMerge('h-12 border-border-secondary border-t-2', className?.recentPayoutsTableBodyData), children: "-" }, j))) }, i))) })] }) }) }));
81
+ if (jackpot.status === 'DISABLED' && jackpot.drawing !== true) {
82
+ return null;
83
+ }
84
+ return (_jsxs("div", { ref: rootRef, className: twMerge('rounded-2xl border border-border-primary bg-bg-tertiary', className?.itemRoot), children: [_jsxs("div", { style: props.style, className: twMerge('relative flex shrink-0 rounded-2xl p-3 text-center lg:gap-4 lg:p-5', window.location.href.includes('blucky') &&
85
+ styles['animate-multi-stage-gradient-blucky']), children: [_jsxs("div", { className: "relative z-1 flex flex-1 flex-col", children: [_jsx("div", { className: "flex h-full flex-col justify-between", children: _jsx("div", { className: "flex w-full justify-between", children: _jsxs("div", { className: "flex w-full flex-col", children: [_jsxs("div", { className: "relative flex w-full justify-between", children: [_jsxs("div", { children: [_jsxs("div", { className: "flex gap-2.5", children: [_jsxs("div", { className: twMerge('flex w-fit items-center gap-1 rounded-full border border-[#3F100B] bg-[#CDA95B] px-2 py-0.5 font-medium text-[#1D0201] text-xs', className?.jackpotBadgeRoot), children: [_jsx(Flag05Icon, { className: "size-3.5 text-[inherit]" }), "Stage ", jackpot.stage] }), overallPercentage < 100 ? (_jsxs("div", { className: "flex w-fit items-center gap-1 rounded-full border border-utility-blue-200 bg-utility-blue-50 px-2 py-0.5 font-medium text-utility-blue-700 text-xs", children: [_jsx(ArrowNarrowUpRightIcon, { className: "size-3.5 text-utility-blue-500" }), "In Progress"] })) : (_jsxs("div", { className: "flex w-fit items-center gap-1 rounded-full border border-utility-success-200 bg-utility-success-50 px-2 py-0.5 font-medium text-utility-success-700 text-xs", children: [_jsx(CheckCircleBrokenIcon, { className: "size-3.5 text-utility-success-500" }), "Completed"] }))] }), _jsx("div", { className: "mt-1 text-left font-semibold text-lg text-text-primary-900 lg:mt-5 lg:text-2xl", children: jackpot.name }), _jsx("div", { className: twMerge('mt-1.5 w-fit rounded-md bg-bg-primary px-2 py-1 font-bold text-2xl text-brand-400 lg:mt-2 lg:text-4xl', className?.jackpotAmountRoot), children: formatNumber(jackpotAmount, {
86
+ currency: localeInfo.currency.code,
87
+ minDecimalPlaces: 2,
88
+ maxDecimalPlaces: 2,
89
+ }) }), _jsxs("div", { className: twMerge('mt-[1.0625rem] flex w-fit items-center gap-1 rounded-full border border-[#932F19] bg-[#511C10] py-[0.125rem] pr-[0.5rem] pl-[0.375rem] text-[#F7B27A] text-xs', className?.jackpotTurnoverRoot), children: [_jsx(Target04Icon, { className: twMerge('size-3.5 text-[#EF6820]', className?.jackpotTurnoverIcon) }), _jsxs("p", { children: ["Turnover Target:", ' ', formatNumber(jackpot.stages?.[jackpot.stage]?.targetTurnover, {
90
+ currency: localeInfo.currency.code,
91
+ minDecimalPlaces: 2,
92
+ maxDecimalPlaces: 2,
93
+ })] })] })] }), _jsx("div", { className: "min-w-30" }), chestImages.image && (_jsx("div", { className: twMerge('right-0 bottom-[-60] z-1 min-w-30 lg:absolute', chestImages?.style?.wrapper), children: _jsx(Image, { width: 150, height: 150, src: chestImages.image, alt: "chest", className: twMerge('size-full h-25 w-25 p-2 lg:h-37.5 lg:w-37.5', chestImages?.style?.image) }) }))] }), _jsx("div", { className: twMerge('relative mt-4 hidden w-full gap-4 rounded-lg bg-bg-primary p-4 lg:flex', className?.latestPayoutRoot), children: topJackpotPayout?.amount ? (_jsxs(_Fragment, { children: [_jsx(ProfileIcon, {}), _jsxs("div", { className: "flex flex-col gap-1 text-left", children: [_jsx(PayoutBadge, {}), _jsx("div", { className: "font-semibold", children: mask(topJackpotPayout.member.name, {
94
+ totalCharsCount: 6,
95
+ }) }), _jsx("div", { className: twMerge('text-2xl text-brand-400', className?.latestPayoutAmount), children: formatNumber(topJackpotPayout.amount, {
96
+ currency: localeInfo.currency.code,
97
+ minDecimalPlaces: 2,
98
+ maxDecimalPlaces: 2,
99
+ }) })] })] })) : (_jsxs(_Fragment, { children: [_jsx(Image, { width: 66, height: 87, src: firstPlace, alt: "firstPlace", className: "size-full h-auto w-[4.125rem] mix-blend-luminosity" }), _jsxs("div", { className: "flex flex-col gap-1 text-left", children: [_jsx(PayoutBadge, {}), _jsx("div", { className: "font-semibold", children: "No winners yet" }), _jsx("div", { className: "text-text-secondary-700 text-xs", children: "You could be the first to win the jackpot!" })] })] })) })] }) }) }), _jsx(ProgressBar, {})] }), _jsxs("div", { className: "z-1 hidden flex-1 space-y-4 lg:block", children: [_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("div", { className: "flex gap-2", children: [_jsx(Image, { width: 24, height: 24, src: leaderboard, alt: "leaderboardIcon", className: "size-full h-auto w-6" }), _jsx("div", { className: twMerge('font-semibold text-lg text-text-primary-900', className?.recentPayoutsHeading), children: "Stages" })] }), _jsx(JackpotsListItemRules, { className: {
100
+ button: className?.recentPayoutsJackpotRulesButton,
101
+ } })] }), _jsx(OverallProgressBar, {}), _jsx(RecentPayoutsTable, {})] }), isPayingOut && animate && (_jsx("div", { className: twMerge(styles['light-rays'], 'absolute top-safe-area-inset-top right-0 rounded-2xl') }))] }), Boolean(filteredGameProviders.length) && (_jsx(JackpotsListItemGameProviders, { gameProviders: filteredGameProviders }))] }));
102
+ }
103
+ function getPercentage(value, total) {
104
+ const v = parseDecimal(value, 0);
105
+ const t = parseDecimal(total, 0);
106
+ return t === 0 ? 0 : (v / t) * 100;
107
+ }
@@ -0,0 +1,55 @@
1
+ import { type ImageProps } from 'next/image';
2
+ import { type CSSProperties } from 'react';
3
+ import type { ClassNameEntries } from './JackpotsList';
4
+ interface JackpotsListItemMobileProps {
5
+ className?: ClassNameEntries;
6
+ style?: CSSProperties;
7
+ animate?: boolean;
8
+ customJackpotChestImage?: {
9
+ image: {
10
+ open: string;
11
+ closed: string;
12
+ };
13
+ style?: {
14
+ wrapper?: string;
15
+ image?: string;
16
+ };
17
+ };
18
+ customJackpotStageChest?: {
19
+ style?: {
20
+ wrapper?: string;
21
+ image?: string;
22
+ };
23
+ stage: {
24
+ one: ImageProps['src'];
25
+ two: ImageProps['src'];
26
+ three: ImageProps['src'];
27
+ four: ImageProps['src'];
28
+ };
29
+ };
30
+ chestImagesByTier?: {
31
+ grand?: {
32
+ open: ImageProps['src'];
33
+ closed: ImageProps['src'];
34
+ };
35
+ major?: {
36
+ open: ImageProps['src'];
37
+ closed: ImageProps['src'];
38
+ };
39
+ minor?: {
40
+ open: ImageProps['src'];
41
+ closed: ImageProps['src'];
42
+ };
43
+ default?: {
44
+ open: ImageProps['src'];
45
+ closed: ImageProps['src'];
46
+ };
47
+ style?: {
48
+ wrapper?: string;
49
+ image?: string;
50
+ };
51
+ };
52
+ jackpotProfileShape?: 'oval' | 'star';
53
+ }
54
+ export declare function JackpotMultiStageMobile({ animate, customJackpotChestImage, jackpotProfileShape, customJackpotStageChest, chestImagesByTier, className, ...props }: JackpotsListItemMobileProps): import("react/jsx-runtime").JSX.Element | null;
55
+ export {};