react-gldn-kit 0.0.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.
Files changed (586) hide show
  1. package/Readme.md +12 -0
  2. package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
  3. package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
  4. package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
  5. package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
  6. package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
  7. package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
  8. package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
  9. package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
  10. package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
  11. package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
  12. package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
  13. package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
  14. package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
  15. package/dist/index.js +2 -0
  16. package/dist/index.js.LICENSE.txt +35 -0
  17. package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
  18. package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
  19. package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
  20. package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
  21. package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
  22. package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
  23. package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
  24. package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
  25. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
  26. package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
  27. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
  28. package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
  29. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
  30. package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
  31. package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
  32. package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
  33. package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
  34. package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
  35. package/dist/lib/components/Banners/index.d.ts +2 -0
  36. package/dist/lib/components/Banners/index.js +52 -0
  37. package/dist/lib/components/Banners/types.d.ts +18 -0
  38. package/dist/lib/components/Banners/types.js +2 -0
  39. package/dist/lib/components/BattlesCard/index.d.ts +2 -0
  40. package/dist/lib/components/BattlesCard/index.js +69 -0
  41. package/dist/lib/components/BattlesCard/types.d.ts +25 -0
  42. package/dist/lib/components/BattlesCard/types.js +2 -0
  43. package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
  44. package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
  45. package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
  46. package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
  47. package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
  48. package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
  49. package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
  50. package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
  51. package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
  52. package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
  53. package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
  54. package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
  55. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
  56. package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
  57. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
  58. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
  59. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
  60. package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
  61. package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
  62. package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
  63. package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
  64. package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
  65. package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
  66. package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
  67. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
  68. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
  69. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
  70. package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
  71. package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
  72. package/dist/lib/components/LastBigWinners/index.js +122 -0
  73. package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
  74. package/dist/lib/components/LastBigWinners/types.js +2 -0
  75. package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
  76. package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
  77. package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
  78. package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
  79. package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
  80. package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
  81. package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
  82. package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
  83. package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
  84. package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
  85. package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
  86. package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
  87. package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
  88. package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
  89. package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
  90. package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
  91. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
  92. package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
  93. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
  94. package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
  95. package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
  96. package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
  97. package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
  98. package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
  99. package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
  100. package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
  101. package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
  102. package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
  103. package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
  104. package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
  105. package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
  106. package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
  107. package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
  108. package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
  109. package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
  110. package/dist/lib/components/Payments/Methods/constants.js +14 -0
  111. package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
  112. package/dist/lib/components/Payments/Methods/index.js +60 -0
  113. package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
  114. package/dist/lib/components/Payments/Methods/types.js +8 -0
  115. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
  116. package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
  117. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
  118. package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
  119. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
  120. package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
  121. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
  122. package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
  123. package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
  124. package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
  125. package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
  126. package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
  127. package/dist/lib/components/ReferralTable/index.d.ts +2 -0
  128. package/dist/lib/components/ReferralTable/index.js +66 -0
  129. package/dist/lib/components/ReferralTable/types.d.ts +15 -0
  130. package/dist/lib/components/ReferralTable/types.js +2 -0
  131. package/dist/lib/components/Scratch/index.d.ts +2 -0
  132. package/dist/lib/components/Scratch/index.js +118 -0
  133. package/dist/lib/components/Scratch/types.d.ts +14 -0
  134. package/dist/lib/components/Scratch/types.js +8 -0
  135. package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
  136. package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
  137. package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
  138. package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
  139. package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
  140. package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
  141. package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
  142. package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
  143. package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
  144. package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
  145. package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
  146. package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
  147. package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
  148. package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
  149. package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
  150. package/dist/lib/components/SignUp/OneClick/index.js +86 -0
  151. package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
  152. package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
  153. package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
  154. package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
  155. package/dist/lib/components/Text/index.d.ts +6 -0
  156. package/dist/lib/components/Text/index.js +11 -0
  157. package/dist/lib/components/Wheel/index.d.ts +2 -0
  158. package/dist/lib/components/Wheel/index.js +131 -0
  159. package/dist/lib/components/Wheel/types.d.ts +54 -0
  160. package/dist/lib/components/Wheel/types.js +2 -0
  161. package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
  162. package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
  163. package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
  164. package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
  165. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
  166. package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
  167. package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
  168. package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
  169. package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
  170. package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
  171. package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
  172. package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
  173. package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
  174. package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
  175. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
  176. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
  177. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
  178. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
  179. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
  180. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
  181. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
  182. package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
  183. package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
  184. package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
  185. package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
  186. package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
  187. package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
  188. package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
  189. package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
  190. package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
  191. package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
  192. package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
  193. package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
  194. package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
  195. package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
  196. package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
  197. package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
  198. package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
  199. package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
  200. package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
  201. package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
  202. package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
  203. package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
  204. package/dist/lib/components/ui/Buttons/index.js +7 -0
  205. package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
  206. package/dist/lib/components/ui/CountDown/index.js +65 -0
  207. package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
  208. package/dist/lib/components/ui/CountDown/types.js +2 -0
  209. package/dist/lib/components/ui/Docs/index.d.ts +2 -0
  210. package/dist/lib/components/ui/Docs/index.js +72 -0
  211. package/dist/lib/components/ui/Docs/types.d.ts +14 -0
  212. package/dist/lib/components/ui/Docs/types.js +2 -0
  213. package/dist/lib/components/ui/Footer/index.d.ts +2 -0
  214. package/dist/lib/components/ui/Footer/index.js +46 -0
  215. package/dist/lib/components/ui/Footer/types.d.ts +13 -0
  216. package/dist/lib/components/ui/Footer/types.js +2 -0
  217. package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
  218. package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
  219. package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
  220. package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
  221. package/dist/lib/components/ui/Headers/index.d.ts +2 -0
  222. package/dist/lib/components/ui/Headers/index.js +5 -0
  223. package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
  224. package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
  225. package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
  226. package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
  227. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
  228. package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
  229. package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
  230. package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
  231. package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
  232. package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
  233. package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
  234. package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
  235. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
  236. package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
  237. package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
  238. package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
  239. package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
  240. package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
  241. package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
  242. package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
  243. package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
  244. package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
  245. package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
  246. package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
  247. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
  248. package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
  249. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
  250. package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
  251. package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
  252. package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
  253. package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
  254. package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
  255. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
  256. package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
  257. package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
  258. package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
  259. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
  260. package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
  261. package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
  262. package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
  263. package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
  264. package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
  265. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
  266. package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
  267. package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
  268. package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
  269. package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
  270. package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
  271. package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
  272. package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
  273. package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
  274. package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
  275. package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
  276. package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
  277. package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
  278. package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
  279. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
  280. package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
  281. package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
  282. package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
  283. package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
  284. package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
  285. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
  286. package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
  287. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
  288. package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
  289. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
  290. package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
  291. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
  292. package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
  293. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
  294. package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
  295. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
  296. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
  297. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
  298. package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
  299. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
  300. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
  301. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
  302. package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
  303. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
  304. package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
  305. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
  306. package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
  307. package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
  308. package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
  309. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
  310. package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
  311. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
  312. package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
  313. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
  314. package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
  315. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
  316. package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
  317. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
  318. package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
  319. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
  320. package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
  321. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
  322. package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
  323. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
  324. package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
  325. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
  326. package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
  327. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
  328. package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
  329. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
  330. package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
  331. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
  332. package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
  333. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
  334. package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
  335. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
  336. package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
  337. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
  338. package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
  339. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
  340. package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
  341. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
  342. package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
  343. package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
  344. package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
  345. package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
  346. package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
  347. package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
  348. package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
  349. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
  350. package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
  351. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
  352. package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
  353. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
  354. package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
  355. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
  356. package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
  357. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
  358. package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
  359. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
  360. package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
  361. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
  362. package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
  363. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
  364. package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
  365. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
  366. package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
  367. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
  368. package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
  369. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
  370. package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
  371. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
  372. package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
  373. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
  374. package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
  375. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
  376. package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
  377. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
  378. package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
  379. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
  380. package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
  381. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
  382. package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
  383. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
  384. package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
  385. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
  386. package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
  387. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
  388. package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
  389. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
  390. package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
  391. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
  392. package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
  393. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
  394. package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
  395. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
  396. package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
  397. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
  398. package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
  399. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
  400. package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
  401. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
  402. package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
  403. package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
  404. package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
  405. package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
  406. package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
  407. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
  408. package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
  409. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
  410. package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
  411. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
  412. package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
  413. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
  414. package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
  415. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
  416. package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
  417. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
  418. package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
  419. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
  420. package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
  421. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
  422. package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
  423. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
  424. package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
  425. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
  426. package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
  427. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
  428. package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
  429. package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
  430. package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
  431. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
  432. package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
  433. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
  434. package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
  435. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
  436. package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
  437. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
  438. package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
  439. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
  440. package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
  441. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
  442. package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
  443. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
  444. package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
  445. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
  446. package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
  447. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
  448. package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
  449. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
  450. package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
  451. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
  452. package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
  453. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
  454. package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
  455. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
  456. package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
  457. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
  458. package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
  459. package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
  460. package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
  461. package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
  462. package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
  463. package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
  464. package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
  465. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
  466. package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
  467. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
  468. package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
  469. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
  470. package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
  471. package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
  472. package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
  473. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
  474. package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
  475. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
  476. package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
  477. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
  478. package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
  479. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
  480. package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
  481. package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
  482. package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
  483. package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
  484. package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
  485. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
  486. package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
  487. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
  488. package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
  489. package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
  490. package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
  491. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
  492. package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
  493. package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
  494. package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
  495. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
  496. package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
  497. package/dist/lib/components/ui/Icons/types.d.ts +8 -0
  498. package/dist/lib/components/ui/Icons/types.js +2 -0
  499. package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
  500. package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
  501. package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
  502. package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
  503. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
  504. package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
  505. package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
  506. package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
  507. package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
  508. package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
  509. package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
  510. package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
  511. package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
  512. package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
  513. package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
  514. package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
  515. package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
  516. package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
  517. package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
  518. package/dist/lib/components/ui/Leaderboard/index.js +70 -0
  519. package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
  520. package/dist/lib/components/ui/Leaderboard/types.js +2 -0
  521. package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
  522. package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
  523. package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
  524. package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
  525. package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
  526. package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
  527. package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
  528. package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
  529. package/dist/lib/components/ui/Logos/index.d.ts +2 -0
  530. package/dist/lib/components/ui/Logos/index.js +101 -0
  531. package/dist/lib/components/ui/Logos/types.d.ts +13 -0
  532. package/dist/lib/components/ui/Logos/types.js +2 -0
  533. package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
  534. package/dist/lib/components/ui/Pagination/index.js +76 -0
  535. package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
  536. package/dist/lib/components/ui/Pagination/types.js +2 -0
  537. package/dist/lib/components/ui/Section/index.d.ts +4 -0
  538. package/dist/lib/components/ui/Section/index.js +48 -0
  539. package/dist/lib/components/ui/Selector/index.d.ts +2 -0
  540. package/dist/lib/components/ui/Selector/index.js +135 -0
  541. package/dist/lib/components/ui/Selector/types.d.ts +43 -0
  542. package/dist/lib/components/ui/Selector/types.js +2 -0
  543. package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
  544. package/dist/lib/components/ui/ShowAll/index.js +50 -0
  545. package/dist/lib/components/ui/Step/index.d.ts +2 -0
  546. package/dist/lib/components/ui/Step/index.js +44 -0
  547. package/dist/lib/components/ui/Step/types.d.ts +5 -0
  548. package/dist/lib/components/ui/Step/types.js +2 -0
  549. package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
  550. package/dist/lib/components/ui/Tabs/index.js +109 -0
  551. package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
  552. package/dist/lib/components/ui/Tabs/types.js +2 -0
  553. package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
  554. package/dist/lib/components/ui/TournamentCard/index.js +58 -0
  555. package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
  556. package/dist/lib/components/ui/TournamentCard/types.js +2 -0
  557. package/dist/lib/hooks/useCountDown.d.ts +8 -0
  558. package/dist/lib/hooks/useCountDown.js +25 -0
  559. package/dist/lib/hooks/useElementResize.d.ts +5 -0
  560. package/dist/lib/hooks/useElementResize.js +41 -0
  561. package/dist/lib/hooks/useInView.d.ts +2 -0
  562. package/dist/lib/hooks/useInView.js +27 -0
  563. package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
  564. package/dist/lib/hooks/useOutsideClick.js +22 -0
  565. package/dist/lib/hooks/useSwipe.d.ts +9 -0
  566. package/dist/lib/hooks/useSwipe.js +69 -0
  567. package/dist/lib/hooks/useTranslate.d.ts +6 -0
  568. package/dist/lib/hooks/useTranslate.js +46 -0
  569. package/dist/lib/index.d.ts +189 -0
  570. package/dist/lib/index.js +411 -0
  571. package/dist/lib/service/validation.d.ts +72 -0
  572. package/dist/lib/service/validation.js +190 -0
  573. package/dist/lib/types/ui.d.ts +14 -0
  574. package/dist/lib/types/ui.js +16 -0
  575. package/dist/lib/utils/date.d.ts +1 -0
  576. package/dist/lib/utils/date.js +11 -0
  577. package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
  578. package/dist/lib/zustandStore/languages/constants.js +14 -0
  579. package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
  580. package/dist/lib/zustandStore/languages/selectors.js +31 -0
  581. package/dist/lib/zustandStore/languages/store.d.ts +2 -0
  582. package/dist/lib/zustandStore/languages/store.js +115 -0
  583. package/dist/lib/zustandStore/languages/types.d.ts +18 -0
  584. package/dist/lib/zustandStore/languages/types.js +2 -0
  585. package/dist/main.css +3950 -0
  586. package/package.json +66 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.ElonHouseSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var ElonHouseSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '47' : _a, _b = props.height, height = _b === void 0 ? '48' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "20", height: "20", viewBox: "0 0 47 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: "M11.0477 27.3158L20.2271 38L29.1342 29.4158L27.5828 27.5958L20.2725 34.4263L13.3936 26.5495L11.0401 27.3084L11.0477 27.3158Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.3699 36.5484L34.6131 33.6968L31.1547 21.9L28.7709 22.4011L31.3288 31.8474L21.1731 34.2716L21.3699 36.5558V36.5484Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M33.7731 32.2453L37.5342 19.3874L25.4563 16.4474L24.9569 18.7979L34.4012 21.0453L31.639 31.3316L33.7655 32.2453H33.7731Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M35.9601 19.3358L26.2661 10L17.972 18.7316L19.7882 20.4337L26.3115 13.3526L34.1061 20.7137L35.9601 19.3358Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.2661 11.5621L13.6434 13.3158L16.3374 25.4737L18.6077 25.1053L16.4509 15.2463L24.9115 14.0895L26.2585 11.5621H26.2661Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.3017 14.76L9.53418 27.5811L21.4758 31.2137L22.119 29.0916L12.6596 26.2326L15.9363 16.9926L14.3017 14.7674V14.76Z", fill: "rgb(var(--primary))" })] }) })));
19
+ };
20
+ exports.ElonHouseSvg = ElonHouseSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const FSWinHouseSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.FSWinHouseSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var FSWinHouseSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.3005 24C20.323 22.5383 24 17.8241 24 12.2343C24 10.3716 23.5917 8.60614 22.8614 7.02586C21.3119 9.92097 17.6642 12.408 14.4786 14.5784C13.3937 15.3153 12.3631 16.0195 11.489 16.6886L11.2831 17.4946L15.5763 21.4697C15.7679 21.647 15.8463 21.9239 15.7783 22.1827L15.3005 24ZM4.07719 21.4232L10.438 17.442L10.611 16.7644C10.0013 15.9939 9.35076 15.264 8.66291 14.5784C6.8961 12.7166 5.6513 11.0492 4.49745 8.77808C4.16023 7.75645 4.06989 6.68032 4.36287 5.54489L4.87598 3.57443C4.95531 3.2698 5.21851 3.05859 5.51879 3.05859H14.1106H14.9692H19.9375C17.8221 1.15504 15.0434 0 12 0C5.37258 0 0 5.47747 0 12.2343C0 15.8955 1.57743 19.1811 4.07719 21.4232ZM21.4769 4.72838C21.4379 4.72035 21.3974 4.71612 21.3557 4.71612H20.8109C20.5103 4.71612 20.247 4.92774 20.1679 5.23276L19.5176 7.7418C19.3618 8.34306 19.9468 8.7897 20.3669 8.3502C21.0971 7.58616 21.6475 6.62333 21.956 5.54489C21.9658 5.50718 21.9724 5.4695 21.9758 5.43218C21.8175 5.19139 21.6511 4.95666 21.4769 4.72838ZM7.72236 5.60153C7.81575 5.24119 7.62527 4.88506 7.31685 4.76163L6.58874 4.71612C6.28882 4.71612 6.02585 4.92683 5.9462 5.23096L5.86397 5.54489C5.76387 5.93382 5.71044 6.31051 5.70008 6.66982C5.70008 7.67393 5.86397 8.51207 6.30391 8.72869C6.57104 8.86023 6.92622 8.67319 7.02421 8.29512L7.72236 5.60153Z", fill: "#87878B" }) })));
19
+ };
20
+ exports.FSWinHouseSvg = FSWinHouseSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const JabiInHouseSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.JabiInHouseSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var JabiInHouseSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.8134 19.7428C17.8201 21.7542 15.0555 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.9303 21.8542 17.593 19.9862 19.5644C19.8015 18.6145 17.8096 18.4415 16.9657 18.4426C16.8112 18.4411 16.7674 18.5275 16.847 18.64C16.9314 18.7642 17.2228 18.8405 17.3653 18.7942C17.4664 18.7556 17.5757 18.7413 17.6837 18.7526C17.7957 18.7744 17.9038 18.7933 18.0086 18.8116C18.6994 18.9326 19.2459 19.0283 19.8134 19.7428ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM16.6265 3.62539C17.1289 3.10955 17.4521 2.99235 17.7769 3.21133C17.2324 3.68013 17.0811 4.48665 17.4521 4.97395L17.4447 4.90041C17.4398 4.85197 17.4354 4.80943 17.4322 4.76654C17.4013 4.40637 17.4634 4.04441 17.6129 3.71329C17.6583 3.61382 17.7833 3.49199 17.8828 3.48197C18.0404 3.46578 18.1232 3.61151 18.1654 3.75801C18.1789 3.80339 18.1949 3.84869 18.214 3.90298C18.2263 3.93811 18.24 3.97709 18.2554 4.02248C18.2699 3.99138 18.2816 3.95914 18.2904 3.9261C18.3254 3.37325 17.9704 3.02088 17.3661 3.00084C16.941 2.98619 16.5859 3.16661 16.2301 3.3586C16.1449 3.40467 16.0596 3.45137 15.9745 3.49799C15.6096 3.69791 15.2437 3.89834 14.8615 4.06026C14.0527 4.4026 13.255 4.37793 12.4852 3.91067C12.2014 3.74513 11.9037 3.60326 11.5951 3.4866C11.207 3.32344 10.785 3.24967 10.3625 3.27108C9.93995 3.29248 9.52828 3.40848 9.15982 3.60996C8.52736 3.92816 7.95401 4.34613 7.46331 4.84673C6.55097 5.79512 5.87189 6.89695 5.28516 8.05353C5.08585 8.4786 4.77414 8.84513 4.38158 9.11604C3.79962 9.51159 3.25986 9.96959 2.87534 10.5564C2.11191 11.7059 1.75535 13.0647 1.85951 14.4278C1.87448 14.6442 1.9515 14.8565 2.02823 15.0681L2.02823 15.0681C2.08927 15.2364 2.14921 15.3569 2.26711 15.4903C2.04659 14.141 2.09038 13.1741 2.38414 12.7423C2.36344 13.3622 2.47092 13.9498 2.78936 14.4895C2.45818 13.4046 2.55371 12.366 2.99396 11.3151C3.43421 10.2641 4.1523 9.4846 5.16813 8.89475L5.15697 8.99943L5.15675 9.00153L5.15673 9.0017C5.13668 9.18974 5.11846 9.36068 5.09967 9.53163L5.16813 9.55245C5.67278 7.81475 6.58741 6.21437 7.83987 4.87757L7.56203 5.66019L7.62572 5.68101L7.70533 5.48747C8.06676 4.57918 8.72196 3.94074 9.68127 3.67396C10.6095 3.41566 11.0713 3.56987 11.6628 4.26382C11.8023 4.4252 11.9791 4.55791 12.1565 4.69103L12.1565 4.69103C12.2693 4.77561 12.3703 4.84351 12.4691 4.90993C12.786 5.12298 13.0803 5.32081 13.6659 6.00513L13.8548 6.36415L13.6747 6.01539C13.6718 6.01196 13.6689 6.00854 13.6659 6.00513L12.974 4.68944C13.0427 4.68944 13.1025 4.68871 13.1564 4.68806H13.1564C13.25 4.68693 13.326 4.68601 13.4007 4.68944C14.5901 4.73754 15.7566 5.02176 16.8279 5.52448C17.6893 5.92928 18.483 6.42353 19.0531 7.19458C19.1153 7.27887 19.1666 7.37162 19.2225 7.4728L19.2225 7.47284C19.2402 7.50492 19.2584 7.53785 19.2776 7.57162C19.231 7.58497 19.191 7.59745 19.155 7.60869L19.1549 7.6087C19.1036 7.62471 19.06 7.63832 19.0156 7.64873C18.674 7.72532 18.333 7.80477 17.9918 7.88425L17.9917 7.88426C17.3025 8.04483 16.6129 8.20548 15.918 8.34267C14.7688 8.56952 13.6163 8.78372 12.4639 8.99789L12.4638 8.99791C11.6891 9.14188 10.9144 9.28587 10.1406 9.43371C9.70521 9.51677 9.27251 9.6169 8.84014 9.71696C8.69857 9.74972 8.55704 9.78247 8.41546 9.81461C8.29422 9.84171 8.32121 9.95309 8.4274 9.96805C8.4999 9.97486 8.57303 9.97201 8.64474 9.95957C8.75886 9.94172 8.87267 9.92463 8.98637 9.90756L8.98642 9.90755C9.1281 9.88628 9.26962 9.86504 9.41139 9.84237C9.78609 9.78171 10.1592 9.72054 10.5307 9.65886C10.5365 9.68886 10.4769 9.72521 10.4348 9.75092C10.3857 9.78087 10.3602 9.7964 10.4893 9.77066C10.7786 9.71643 11.0697 9.66359 11.3597 9.61095C12.0342 9.48853 12.709 9.36605 13.3768 9.22321C14.5696 8.96784 15.7597 8.69925 16.9494 8.43074C17.412 8.32633 17.8746 8.22192 18.3374 8.1183C18.7577 8.02423 19.1749 7.95098 19.6 8.29872C19.618 8.22085 19.6382 8.14945 19.6573 8.08206L19.6573 8.08195C19.6912 7.96188 19.7216 7.85451 19.7297 7.74588C19.7568 7.3804 19.5554 7.09203 19.3269 6.82987C18.431 5.79213 17.2278 5.0458 15.8798 4.69175C15.6653 4.63328 15.4487 4.58198 15.2289 4.5299C15.1182 4.50368 15.0067 4.47727 14.8942 4.44964C15.1733 4.36474 15.8352 4.09726 16.6265 3.62539ZM18.37 10.726C18.8787 10.0359 19.1995 9.26872 19.4105 8.44293C19.2282 8.25016 19.0188 8.22318 18.7816 8.32958C18.6949 8.36123 18.6054 8.38473 18.5141 8.39975C18.2074 8.46614 17.9002 8.53174 17.5934 8.59727L17.5876 8.59851L17.5875 8.59854C16.8808 8.74947 16.1743 8.90035 15.4714 9.06131C15.0106 9.17636 14.5563 9.31404 14.11 9.47382C13.9607 9.52445 13.8153 9.58702 13.6702 9.6495L13.6701 9.64951C13.4771 9.73261 13.2843 9.81557 13.083 9.87014C12.1014 10.1362 11.1986 10.5363 10.4909 11.2619C10.2682 11.5064 10.0807 11.779 9.93363 12.0723C9.87182 12.1799 9.84092 12.3016 9.84414 12.4247C9.84737 12.5479 9.88459 12.6679 9.95194 12.7724C10.4535 13.5858 11.0888 14.2667 11.9486 14.7424C12.4135 14.9999 12.8752 15.2675 13.3171 15.5613C13.6265 15.7788 13.9224 16.0139 14.2032 16.2652C14.4945 16.512 14.6267 16.5297 14.938 16.3223C15.0491 16.2519 15.1555 16.1746 15.2564 16.091C16.3128 15.1742 16.9211 14.0145 17.2061 12.6829C17.2116 12.6224 17.2116 12.5615 17.2061 12.501L16.5764 12.5912C17.2604 12.0527 17.864 11.425 18.37 10.726ZM12.3506 7.25084C12.037 7.5423 11.6492 7.68186 11.2361 7.75819C10.5992 7.8777 9.99335 7.7898 9.46632 7.3904C8.87322 6.94088 8.67021 6.26544 8.89312 5.56147C9.13196 4.80969 9.9209 4.45424 10.4352 4.43728C10.6877 4.43594 10.9399 4.45528 11.1891 4.4951C11.1185 4.5083 11.0468 4.51881 10.9751 4.52932C10.8163 4.5526 10.6573 4.57591 10.5092 4.6285C10.1594 4.75798 9.86638 5.00051 9.67984 5.31507C9.49329 5.62964 9.42462 5.99693 9.48543 6.35488C9.57937 6.88767 9.92886 7.21846 10.4408 7.39348C11.0036 7.58702 11.5633 7.53382 12.1126 7.34105C12.1961 7.311 12.2734 7.28089 12.3506 7.25084ZM18.6988 15.842C19.7552 14.3122 18.948 13.0022 17.9616 12.2512C17.9682 12.2672 17.9733 12.2803 17.9777 12.2912C17.9854 12.3107 17.9905 12.3237 17.9966 12.336C18.0474 12.4395 18.101 12.5421 18.1545 12.6447C18.2773 12.8799 18.4002 13.1151 18.4894 13.3615C18.5993 13.6645 18.7171 14.003 18.6789 14.3114C18.5615 15.351 18.0265 16.3041 17.1894 16.9646L16.9362 17.1743C17.5301 16.9893 18.3413 16.3609 18.6988 15.842ZM9.24818 18.9639C9.05393 18.7511 8.93611 18.7056 8.55318 18.6678C8.97273 18.6269 9.11046 18.6678 9.30232 18.9261C9.38139 19.033 9.62295 19.081 9.80558 19.1172C9.86549 19.1291 9.91905 19.1397 9.95847 19.1508C10.2469 19.2315 10.5352 19.3123 10.8125 19.4219C11.2002 19.5761 11.5227 19.829 11.6636 20.2354C11.7013 20.3737 11.7279 20.5148 11.7432 20.6571C11.7228 20.6589 11.7023 20.6589 11.6819 20.6571C11.5414 20.3153 11.2328 20.1642 10.9322 20.0169C10.8666 19.9848 10.8015 19.9529 10.7385 19.9192C10.3638 19.7277 9.9718 19.5698 9.56742 19.4473C8.81274 19.2028 8.02751 19.1045 7.24324 19.0063L7.24321 19.0063C7.10766 18.9893 6.97213 18.9724 6.83677 18.9546C6.67274 18.9342 6.51006 18.9046 6.34955 18.866C6.91452 18.7021 7.47794 18.7649 8.04106 18.8275H8.04108C8.18021 18.843 8.31933 18.8585 8.45844 18.8706C8.62086 18.8852 8.78297 18.9058 8.95784 18.928C9.05039 18.9397 9.14652 18.9519 9.24818 18.9639ZM16.2714 19.396C16.4423 18.4697 14.8103 17.9643 14.1403 17.8328C13.41 17.6898 12.3983 17.8129 11.6943 18.0473C11.7751 18.0473 11.9395 18.037 12.094 18.0273C12.2154 18.0196 12.3308 18.0124 12.3945 18.0108H12.3946C12.7262 18.0028 13.058 17.9948 13.3848 18.0286C13.8714 18.0896 14.4969 18.3073 14.935 18.5213H14.2852L16.2555 19.5006C16.2586 19.4654 16.2651 19.4302 16.2714 19.3961L16.2714 19.396ZM10.1247 8.27871C8.65429 8.1538 7.77538 6.57315 8.45924 5.31865C8.45924 5.41798 8.44946 5.53369 8.43905 5.65671C8.40172 6.09813 8.35643 6.63368 8.72673 6.84456C8.74464 6.85496 8.75449 6.8801 8.764 6.90438C8.76718 6.91249 8.77031 6.9205 8.7737 6.92783C9.13673 7.71353 10.0936 8.23862 11.1764 7.95564C11.697 7.81916 12.1922 7.64337 12.5918 7.27172C12.3832 7.64525 12.0401 7.93148 11.6277 8.07593C11.1502 8.25718 10.6352 8.32666 10.1247 8.27871ZM14.317 17.2507C14.256 17.2359 14.1952 17.2202 14.1345 17.2045C13.9981 17.1691 13.862 17.1338 13.7231 17.1103C13.3875 17.054 13.051 17.0039 12.7145 16.9538L12.7141 16.9537C12.5619 16.931 12.4088 16.9092 12.2553 16.8873C11.0887 16.721 9.89911 16.5513 8.86367 15.9792C8.81204 15.9507 8.76354 15.9174 8.69844 15.8726C8.67723 15.858 8.65425 15.8422 8.62881 15.825C8.65291 15.8224 9.01848 15.9292 9.31895 16.0169C9.52322 16.0766 9.6974 16.1274 9.71378 16.1292C10.5618 16.3639 10.9814 16.4292 11.5578 16.5189C11.8379 16.5625 12.1552 16.6119 12.5767 16.6893C12.959 16.7593 13.3318 16.8761 13.7046 16.9928L13.7046 16.9929C13.8621 17.0422 14.0195 17.0915 14.1777 17.1373C14.2328 17.1568 14.2861 17.1807 14.3369 17.209L14.317 17.2507ZM7.91817 20.7063C7.95701 20.7419 7.99788 20.7795 8.04106 20.8191C8.08466 20.859 8.1661 20.9515 8.26874 21.0681C8.66938 21.523 9.39305 22.3448 9.4504 21.843C9.47667 21.402 9.22988 21.0897 8.91143 20.8191C8.23216 20.2369 7.38897 19.8605 6.54182 19.567C6.37676 19.5098 6.0552 19.4267 6.34729 19.5838C7.18903 20.0365 7.2856 20.1252 7.91817 20.7063ZM18.9734 17.4357C19.108 17.2768 19.1948 17.0887 19.096 16.8404C18.8084 17.6218 18.1198 17.8119 17.3337 18.0288C17.0811 18.0986 16.8184 18.1711 16.5557 18.2669C16.7013 18.2763 16.8475 18.2737 16.9927 18.2592C17.5707 18.2314 18.0945 18.0402 18.5849 17.7603C18.7328 17.6747 18.8643 17.5648 18.9734 17.4357ZM9.82377 5.73267C9.82017 5.6183 9.85002 5.50528 9.90989 5.40665C9.96975 5.30801 10.0572 5.22777 10.1621 5.1752C10.264 5.12045 10.3476 5.12199 10.381 5.26233C10.3963 5.32882 10.4197 5.39384 10.443 5.45877C10.461 5.50905 10.4791 5.55926 10.4933 5.61007C10.5263 5.71167 10.528 5.82041 10.498 5.92289C10.468 6.02537 10.4077 6.11711 10.3245 6.18682C10.1653 6.331 10.0021 6.30016 9.91612 6.10123C9.87462 5.98113 9.84372 5.85783 9.82377 5.73267ZM13.1093 17.4681C12.6211 17.4573 12.132 17.4609 11.6433 17.4645C11.3791 17.4664 9.02781 17.2951 8.99361 17.0011C9.51636 17.0011 10.038 17.0772 10.5611 17.1536C11.0653 17.2271 11.5708 17.3009 12.0799 17.3069L12.2842 17.3099C12.7251 17.316 13.1669 17.3222 13.6069 17.3509C13.7096 17.3575 14.0863 17.4558 14.0376 17.593C13.9416 17.5794 13.8456 17.5628 13.7499 17.5463L13.7498 17.5463C13.5365 17.5096 13.3235 17.4729 13.1093 17.4681ZM11.3478 5.02486C11.3733 5.01282 11.4011 5.00599 11.4295 5.00478C11.7527 4.96022 12.2178 5.57337 11.7591 5.66942C11.5282 5.71723 11.2321 5.45584 11.2321 5.22761C11.229 5.20025 11.2318 5.17257 11.2402 5.14629C11.2486 5.12 11.2625 5.09566 11.281 5.07477C11.2995 5.05389 11.3222 5.0369 11.3478 5.02486ZM17.9282 4.07262C18.522 4.31319 18.8747 5.2585 18.5523 5.799C18.5388 5.71106 18.527 5.62225 18.5152 5.53333C18.4439 4.99701 18.372 4.45619 17.9282 4.07262ZM17.8633 4.44943C17.8906 4.44071 17.9196 4.43841 17.9481 4.4427C18.2114 4.48194 18.261 4.81417 17.9903 4.8583C17.8477 4.88066 17.7514 4.78659 17.7411 4.64549C17.7363 4.61803 17.7384 4.58987 17.747 4.56332C17.7557 4.53678 17.7708 4.51261 17.791 4.49281C17.8112 4.473 17.836 4.45814 17.8633 4.44943Z", fill: "#E0A825" }) })));
19
+ };
20
+ exports.JabiInHouseSvg = JabiInHouseSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const InfoSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.InfoSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var InfoSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0Z", fill: "rgb(var(--third))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M10 5C9.44772 5 9 5.44772 9 6C9 6.55228 9.44772 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5Z", fill: "rgb(var(--third))" }), (0, jsx_runtime_1.jsx)("path", { d: "M11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10V14C9 14.5523 9.44772 15 10 15C10.5523 15 11 14.5523 11 14V10Z", fill: "rgb(var(--third))" })] })));
19
+ };
20
+ exports.InfoSvg = InfoSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const LockSvg: ({ width, height, classes }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.LockSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var LockSvg = function (_a) {
17
+ var _b = _a.width, width = _b === void 0 ? '16' : _b, _c = _a.height, height = _c === void 0 ? '20' : _c, classes = _a.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, className: classes, viewBox: "0 0 16 20", fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.4813 7.25H11.5186C12.0018 7.24999 12.4187 7.24997 12.7621 7.27802C13.1245 7.30763 13.4849 7.37301 13.8318 7.54973C14.3492 7.81339 14.7699 8.23408 15.0336 8.75153C15.2103 9.09838 15.2757 9.45883 15.3053 9.82123C15.3333 10.1646 15.3333 10.5815 15.3333 11.0647V15.3521C15.3333 15.8353 15.3333 16.2521 15.3053 16.5954C15.2757 16.9578 15.2103 17.3183 15.0336 17.6651C14.7699 18.1826 14.3492 18.6033 13.8318 18.8669C13.4849 19.0437 13.1245 19.109 12.7621 19.1386C12.4187 19.1667 12.0018 19.1667 11.5186 19.1667H4.48129C3.99807 19.1667 3.58121 19.1667 3.23785 19.1386C2.87545 19.109 2.515 19.0437 2.16815 18.8669C1.65071 18.6033 1.23001 18.1826 0.966361 17.6651C0.789633 17.3183 0.72426 16.9578 0.694651 16.5954C0.666599 16.2521 0.666612 15.8352 0.666627 15.352V11.0646C0.666612 10.5814 0.666599 10.1646 0.694651 9.82123C0.72426 9.45883 0.789633 9.09838 0.966361 8.75153C1.23001 8.23408 1.65071 7.81339 2.16815 7.54973C2.515 7.37301 2.87545 7.30763 3.23785 7.27802C3.5812 7.24997 3.9981 7.24999 4.4813 7.25ZM7.99996 12.75C7.4937 12.75 7.08329 13.1604 7.08329 13.6667V14.5833C7.08329 15.0896 7.4937 15.5 7.99996 15.5C8.50622 15.5 8.91663 15.0896 8.91663 14.5833V13.6667C8.91663 13.1604 8.50622 12.75 7.99996 12.75Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33337 4.5C4.33337 2.47496 5.975 0.833336 8.00004 0.833336C10.0251 0.833336 11.6667 2.47496 11.6667 4.5V7.25H9.83337V4.5C9.83337 3.48748 9.01256 2.66667 8.00004 2.66667C6.98752 2.66667 6.16671 3.48748 6.16671 4.5V7.25H4.33337V4.5Z", fill: "rgb(var(--gray))" })] })));
19
+ };
20
+ exports.LockSvg = LockSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavBettingLiveSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavBettingLiveSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavBettingLiveSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.1426 3.36345C8.81658 2.44043 7 3.38929 7 5.00493V18.9956C7 20.6113 8.81658 21.5601 10.1426 20.6371L20.1097 13.6992C21.2929 12.8756 21.2929 11.125 20.1097 10.3014L10.1426 3.36345Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 4C3 3.44772 3.44772 3 4 3V3C4.55228 3 5 3.44772 5 4V20C5 20.5523 4.55228 21 4 21V21C3.44772 21 3 20.5523 3 20V4Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.NavBettingLiveSvg = NavBettingLiveSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavBettingSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavBettingSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavBettingSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M3.5 2.40041C5.40459 4.03096 6.68901 6.36504 6.95062 9H9V0.0493752C9.32891 0.0167194 9.6625 0 10 0C10.3375 0 10.6711 0.0167194 11 0.0493752V9H13.0494C13.311 6.36504 14.5954 4.03096 16.5 2.40041C17.0083 2.83562 17.4725 3.32093 17.8848 3.84871C16.3635 5.11521 15.3193 6.93545 15.0619 9H19.9506C19.9833 9.32891 20 9.6625 20 10C20 10.3375 19.9833 10.6711 19.9506 11H15.0619C15.3193 13.0645 16.3635 14.8848 17.8848 16.1513C17.4725 16.6791 17.0083 17.1644 16.5 17.5996C14.5954 15.969 13.311 13.635 13.0494 11H11V19.9506C10.6711 19.9833 10.3375 20 10 20C9.6625 20 9.32891 19.9833 9 19.9506V11H6.95062C6.68901 13.635 5.40459 15.969 3.5 17.5996C2.99166 17.1644 2.52749 16.6791 2.11517 16.1513C3.63654 14.8848 4.68066 13.0645 4.93811 11H0.0493752C0.0167194 10.6711 0 10.3375 0 10C0 9.6625 0.0167195 9.32891 0.0493753 9H4.93811C4.68066 6.93545 3.63654 5.11521 2.11517 3.84871C2.5275 3.32093 2.99166 2.83562 3.5 2.40041Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.NavBettingSvg = NavBettingSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavBonusesSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavBonusesSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavBonusesSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4 13C4 12.4477 4.44772 12 5 12H19C19.5523 12 20 12.4477 20 13V18C20 19.6569 18.6569 21 17 21H7C5.34315 21 4 19.6569 4 18V13Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M3 9C3 7.89543 3.89543 7 5 7H19C20.1046 7 21 7.89543 21 9V10C21 11.1046 20.1046 12 19 12H5C3.89543 12 3 11.1046 3 10V9Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 6C7 4.34315 8.34315 3 10 3C10.7684 3 11.4692 3.28885 12 3.76389C12.5308 3.28885 13.2316 3 14 3C15.6569 3 17 4.34315 17 6C17 7.65685 15.6569 9 14 9H13V21H11V9H10C8.34315 9 7 7.65685 7 6ZM11 7H10C9.44772 7 9 6.55228 9 6C9 5.44772 9.44772 5 10 5C10.5523 5 11 5.44772 11 6V7ZM13 7H14C14.5523 7 15 6.55228 15 6C15 5.44772 14.5523 5 14 5C13.4477 5 13 5.44772 13 6V7Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.NavBonusesSvg = NavBonusesSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavCasinoSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavCasinoSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavCasinoSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M12.7501 1.5H5.25006C3.15006 1.5 1.50006 3.15 1.50006 5.25V18.75C1.50006 20.85 3.15006 22.5 5.25006 22.5H12.7501C14.8501 22.5 16.5001 20.85 16.5001 18.75V5.25C16.5001 3.15 14.8501 1.5 12.7501 1.5ZM6.00006 6.75C6.00006 7.2 5.70006 7.5 5.25006 7.5C4.80006 7.5 4.50006 7.2 4.50006 6.75V5.25C4.50006 4.8 4.80006 4.5 5.25006 4.5C5.70006 4.5 6.00006 4.8 6.00006 5.25V6.75ZM11.4751 12.975C11.1751 13.275 10.7251 13.5 10.2751 13.5C10.1251 13.5 9.90006 13.5 9.75006 13.425V14.25C10.2001 14.25 10.5001 14.55 10.5001 15C10.5001 15.45 10.2001 15.75 9.75006 15.75H8.25006C7.80006 15.75 7.50006 15.45 7.50006 15C7.50006 14.55 7.80006 14.25 8.25006 14.25V13.425C8.10006 13.5 7.87506 13.5 7.72506 13.5C7.27506 13.5 6.82506 13.35 6.52506 12.975C5.85006 12.3 5.85006 11.175 6.52506 10.5L8.47506 8.475C8.77506 8.175 9.30006 8.175 9.52506 8.475L11.4751 10.5C12.1501 11.175 12.1501 12.3 11.4751 12.975ZM13.5001 18.75C13.5001 19.2 13.2001 19.5 12.7501 19.5C12.3001 19.5 12.0001 19.2 12.0001 18.75V17.25C12.0001 16.8 12.3001 16.5 12.7501 16.5C13.2001 16.5 13.5001 16.8 13.5001 17.25V18.75Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.3751 6.4498L18.0001 4.4248V19.3498L22.6501 11.6248C23.7001 9.8248 23.1751 7.4998 21.3751 6.4498Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" })] })));
19
+ };
20
+ exports.NavCasinoSvg = NavCasinoSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavMyBetsSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavMyBetsSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavMyBetsSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M22 17.1459C22 16.0645 21.3775 15.1831 20.8738 14.611C20.4811 14.165 20 13.3571 20 12C20 10.6429 20.4811 9.83503 20.8738 9.38895C21.3775 8.81687 22 7.93551 22 6.8541C22 5.27782 20.7222 4 19.1459 4L4.85408 4.00002C3.27782 4.00002 2 5.27784 2 6.85411C2 7.93551 2.62254 8.81687 3.12618 9.38894C3.51891 9.83503 4 10.6429 4 12C4 13.3571 3.51891 14.165 3.12619 14.611C2.62255 15.1831 2 16.0645 2 17.1459C2 18.7222 3.27783 20 4.8541 20L19.1459 20C20.7222 20 22 18.7222 22 17.1459Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 11C9.44772 11 9 10.5523 9 10C9 9.44772 9.44772 9 10 9C10.5523 9 11 9.44772 11 10C11 10.5523 10.5523 11 10 11ZM14.7071 10.7071L10.7071 14.7071C10.3166 15.0976 9.68342 15.0976 9.29289 14.7071C8.90237 14.3166 8.90237 13.6834 9.29289 13.2929L13.2929 9.29289C13.6834 8.90237 14.3166 8.90237 14.7071 9.29289C15.0976 9.68342 15.0976 10.3166 14.7071 10.7071ZM13 14C13 14.5523 13.4477 15 14 15C14.5523 15 15 14.5523 15 14C15 13.4477 14.5523 13 14 13C13.4477 13 13 13.4477 13 14Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.NavMyBetsSvg = NavMyBetsSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavReferralSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavReferralSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavReferralSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '24' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 24", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.0625 14C11.8188 14 10 15.6789 10 17.75C10 18.9926 11.0913 20 12.4375 20H20.5625C21.9087 20 23 18.9926 23 17.75C23 15.6789 21.1812 14 18.9375 14H14.0625Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M17 5C14.7909 5 13 6.79086 13 9C13 11.2091 14.7909 13 17 13C19.2091 13 21 11.2091 21 9C21 6.79086 19.2091 5 17 5Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.0625 14C8.81884 14 7 15.6789 7 17.75C7 18.9926 8.09131 20 9.4375 20H17.5625C18.9087 20 20 18.9926 20 17.75C20 15.6789 18.1812 14 15.9375 14H11.0625Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M14 5C11.7909 5 10 6.79086 10 9C10 11.2091 11.7909 13 14 13C16.2091 13 18 11.2091 18 9C18 6.79086 16.2091 5 14 5Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M6 9C6 8.44772 5.55228 8 5 8C4.44772 8 4 8.44772 4 9V11H2C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13H4V15C4 15.5523 4.44772 16 5 16C5.55228 16 6 15.5523 6 15V13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6V9Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.NavReferralSvg = NavReferralSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NavTournamentSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NavTournamentSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NavTournamentSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 16", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9 10.917V14H7C6.44772 14 6 14.4477 6 15C6 15.5522 6.44772 16 7 16H13C13.5523 16 14 15.5522 14 15C14 14.4477 13.5523 14 13 14H11V10.917C10.6748 10.9716 10.3407 11 10 11C9.65929 11 9.32521 10.9716 9 10.917Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.51915 1C4.19344 1.42686 4 1.96007 4 2.53846V3H3.14286C2.51167 3 2 3.51167 2 4.14286C2 5.16853 2.83147 6 3.85714 6H4.08296C4.2034 6.71792 4.45134 7.39262 4.80269 8H3.85714C1.7269 8 0 6.2731 0 4.14286C0 2.4071 1.40711 1 3.14286 1H4.51915Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M16 3V2.53846C16 1.96007 15.8066 1.42686 15.4808 1H16.8571C18.5929 1 20 2.4071 20 4.14286C20 6.2731 18.2731 8 16.1429 8H15.1973C15.5487 7.39262 15.7966 6.71792 15.917 6H16.1429C17.1685 6 18 5.16853 18 4.14286C18 3.51167 17.4883 3 16.8571 3H16Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 2.53846C4 1.13651 5.13651 0 6.53846 0H13.4615C14.8635 0 16 1.13651 16 2.53846V5C16 8.31371 13.3137 11 10 11C6.68629 11 4 8.31371 4 5V2.53846Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" })] })));
19
+ };
20
+ exports.NavTournamentSvg = NavTournamentSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NotFoundBonusesSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NotFoundBonusesSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NotFoundBonusesSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '224' : _a, _b = props.height, height = _b === void 0 ? '199' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 224 199", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_651_152701)" }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.0234 90.6152H187.981V178.164C187.987 178.794 187.867 179.419 187.63 180.003C187.393 180.588 187.042 181.119 186.599 181.569C186.155 182.018 185.627 182.375 185.044 182.621C184.461 182.866 183.836 182.995 183.203 183H50.8014C49.528 182.977 48.3144 182.458 47.4211 181.554C46.5278 180.65 46.026 179.433 46.0234 178.164V90.6152Z", fill: "url(#paint0_linear_651_152701)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.0234 90.6152H77.0488L59.8101 141.334V183H50.8014C49.528 182.977 48.3144 182.458 47.4211 181.554C46.5278 180.65 46.026 179.433 46.0234 178.164V90.6152Z", fill: "#017B6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M120.294 17.1887L127.738 31.7796L143.956 34.3547C144.348 34.4078 144.717 34.5699 145.021 34.8223C145.324 35.0747 145.551 35.4072 145.673 35.7818C145.796 36.1564 145.81 36.5578 145.714 36.9401C145.618 37.3223 145.416 37.6699 145.131 37.943L133.533 49.571L136.119 65.7237C136.195 66.2897 136.051 66.8631 135.716 67.3268C135.382 67.7905 134.882 68.1094 134.319 68.2184C133.864 68.224 133.412 68.1446 132.986 67.9843L118.336 60.5876L103.694 67.9843C103.184 68.2384 102.594 68.2825 102.051 68.1074C101.508 67.9322 101.056 67.5518 100.793 67.0479C100.549 66.5932 100.493 66.0614 100.638 65.5665L103.143 49.571L91.5664 37.943C91.3624 37.7451 91.2003 37.5085 91.0896 37.2471C90.9789 36.9858 90.9219 36.705 90.9219 36.4214C90.9219 36.1377 90.9789 35.857 91.0896 35.5956C91.2003 35.3343 91.3624 35.0977 91.5664 34.8997C91.8995 34.5646 92.349 34.3695 92.8223 34.3547L108.959 31.7796L116.404 17.1887C116.536 16.9314 116.718 16.7028 116.94 16.5162C117.161 16.3296 117.418 16.1886 117.695 16.1015C117.971 16.0144 118.263 15.9829 118.552 16.0088C118.841 16.0347 119.122 16.1175 119.378 16.2523C119.766 16.4809 120.089 16.8029 120.319 17.1887H120.294Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.426397 166.225L58.7166 46.6118C58.9572 46.1138 59.2943 45.668 59.7085 45.3002C60.1227 44.9324 60.6057 44.6497 61.13 44.4685C61.6542 44.2873 62.2093 44.2112 62.7632 44.2444C63.3171 44.2776 63.859 44.4196 64.3576 44.6622L86.5286 55.3503C87.0287 55.5899 87.4762 55.9256 87.8455 56.3381C88.2148 56.7506 88.4986 57.2318 88.6805 57.754C88.8624 58.2761 88.9389 58.8289 88.9056 59.3806C88.8722 59.9323 88.7296 60.472 88.4861 60.9686L30.1995 180.582C29.7106 181.585 28.8421 182.354 27.7845 182.72C26.7269 183.086 25.5667 183.02 24.5585 182.535L2.38744 171.843C1.88708 171.604 1.43919 171.269 1.06951 170.856C0.699844 170.444 0.415694 169.963 0.233435 169.44C0.0511765 168.918 -0.0256203 168.365 0.00750029 167.814C0.0406209 167.262 0.182979 166.722 0.426397 166.225Z", fill: "url(#paint1_linear_651_152701)" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M51.6679 136.418L66.9456 105.129L37.1761 90.7725L21.8984 122.061L51.6679 136.418Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { d: "M162.917 45.2144L167.383 53.876L177.02 55.4378C177.36 55.4938 177.666 55.6799 177.871 55.9565C178.076 56.2332 178.164 56.5786 178.118 56.9193C178.016 57.1676 177.884 57.4023 177.725 57.6181L170.831 64.4838L172.319 74.0817C172.358 74.2464 172.362 74.4174 172.332 74.5837C172.301 74.7501 172.235 74.9082 172.139 75.048C172.044 75.1878 171.92 75.3061 171.775 75.3954C171.631 75.4848 171.47 75.5431 171.301 75.5667C171.038 75.6228 170.763 75.5947 170.516 75.4863L161.745 71.0385L153.049 75.4863C152.737 75.6258 152.382 75.6385 152.06 75.5217C151.739 75.4049 151.475 75.1679 151.327 74.8609C151.254 74.7317 151.209 74.5887 151.196 74.4411C151.183 74.2936 151.201 74.1449 151.249 74.0049L152.737 64.4838L145.843 57.6181C145.714 57.5069 145.609 57.3691 145.538 57.2141C145.467 57.0591 145.43 56.8906 145.43 56.7201C145.43 56.5496 145.467 56.3811 145.538 56.2261C145.609 56.0711 145.714 55.9334 145.843 55.8222C145.924 55.7094 146.029 55.6161 146.15 55.549C146.271 55.4819 146.406 55.4427 146.545 55.4343L156.178 53.8725L160.644 45.2109C160.802 44.9127 161.072 44.6885 161.395 44.5865C161.718 44.4845 162.068 44.513 162.37 44.6659C162.607 44.7832 162.799 44.9746 162.917 45.2109V45.2144Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M86.0625 122.138C86.0625 117.144 87.1594 113.476 89.3531 111.135C91.5457 108.717 94.4433 107.547 98.204 107.547C102.045 107.547 105.101 108.717 107.293 111.135C109.486 113.476 110.507 117.145 110.507 122.138C110.507 127.054 109.486 130.723 107.293 133.063C105.101 135.481 102.122 136.652 98.3618 136.652C94.524 136.652 91.5457 135.481 89.3531 133.158C87.1571 130.74 86.0602 127.072 86.0625 122.155V122.138ZM94.3661 122.138C94.3661 125.632 94.759 128.078 95.6185 129.318C95.9058 129.734 96.2924 130.074 96.7436 130.305C97.1949 130.536 97.6967 130.652 98.204 130.642C98.7242 130.661 99.2409 130.55 99.7067 130.319C100.173 130.088 100.573 129.743 100.87 129.318C101.73 128.067 102.122 125.649 102.122 122.138C102.122 118.549 101.73 116.132 100.87 114.958C100.589 114.511 100.194 114.147 99.726 113.901C99.2578 113.656 98.7327 113.538 98.204 113.56C97.6881 113.548 97.1781 113.671 96.7246 113.916C96.2711 114.162 95.8898 114.52 95.6185 114.958C94.759 116.132 94.3661 118.549 94.3661 122.138ZM106.353 165.991H98.4355L127.973 107.547H135.73L106.353 165.991ZM123.511 151.4C123.511 146.483 124.608 142.815 126.802 140.397C128.907 137.98 131.973 136.809 135.733 136.809C139.571 136.809 142.55 137.98 144.742 140.397C146.935 142.815 147.955 146.484 147.955 151.4C147.955 156.393 146.935 160.062 144.742 162.479C142.55 164.897 139.571 166.068 135.811 166.068C131.973 166.068 128.917 164.897 126.802 162.479C124.609 160.062 123.511 156.393 123.511 151.4ZM131.815 151.477C131.815 155.065 132.208 157.486 133.067 158.657C133.338 159.095 133.719 159.454 134.173 159.699C134.626 159.944 135.137 160.067 135.653 160.055C136.181 160.077 136.707 159.96 137.175 159.714C137.644 159.469 138.038 159.104 138.319 158.657C139.101 157.486 139.571 155.065 139.571 151.477C139.571 147.812 139.101 145.39 138.319 144.22C138.038 143.773 137.644 143.408 137.175 143.162C136.707 142.917 136.181 142.799 135.653 142.822C135.135 142.801 134.621 142.919 134.166 143.165C133.711 143.411 133.331 143.776 133.067 144.22C132.208 145.39 131.815 147.812 131.815 151.477Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M175.293 100.447C176.164 100.453 176.998 100.8 177.614 101.413C178.23 102.026 178.578 102.857 178.584 103.724V117.299C178.578 118.166 178.23 118.997 177.614 119.61C176.998 120.223 176.164 120.57 175.293 120.576C174.856 120.581 174.421 120.501 174.015 120.339C173.609 120.178 173.238 119.938 172.925 119.633C172.612 119.329 172.363 118.966 172.19 118.565C172.018 118.165 171.927 117.734 171.922 117.299V103.724C171.927 103.289 172.018 102.858 172.19 102.458C172.363 102.057 172.612 101.694 172.925 101.39C173.238 101.085 173.609 100.845 174.015 100.684C174.421 100.522 174.856 100.442 175.293 100.447ZM175.293 126.275C176.164 126.28 176.998 126.627 177.614 127.241C178.23 127.854 178.578 128.684 178.584 129.552V170.83C178.577 171.697 178.229 172.527 177.613 173.14C176.997 173.754 176.164 174.101 175.293 174.107C174.41 174.118 173.559 173.778 172.926 173.164C172.294 172.549 171.933 171.71 171.922 170.83V129.552C171.927 129.116 172.018 128.686 172.19 128.285C172.363 127.885 172.612 127.522 172.925 127.217C173.238 126.913 173.609 126.673 174.015 126.511C174.421 126.349 174.856 126.269 175.293 126.275Z", fill: "#017B6E" })] })), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_651_152701", x1: "129.572", y1: "90.6152", x2: "133.99", y2: "182.722", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { "stop-color": "#0AC2AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", "stop-color": "#00796D" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint1_linear_651_152701", x1: "52.3291", y1: "44.2368", x2: "68.062", y2: "181.046", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { "stop-color": "#0AC2AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", "stop-color": "#00796D" })] })), (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "223", height: "199", fill: "white", transform: "translate(0.5)" }) })] })] })));
19
+ };
20
+ exports.NotFoundBonusesSvg = NotFoundBonusesSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NotificationErrorSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NotificationErrorSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NotificationErrorSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 512 512", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { style: { fill: 'rgb(var(--red))' }, d: "M83.753,511.961c-21.451,0-42.904-8.167-59.236-24.497c-32.663-32.664-32.663-85.811,0-118.473\n\tl201.65-201.65c6.38-6.377,16.719-6.377,23.101,0c6.378,6.378,6.378,16.721,0,23.101l-201.65,201.65\n\tc-19.926,19.926-19.926,52.348,0,72.273c19.926,19.927,52.346,19.924,72.272,0l344.455-344.455\n\tc19.926-19.926,19.926-52.348,0-72.273c-19.927-19.929-52.348-19.926-72.272,0l-51.881,51.881c-6.38,6.377-16.719,6.377-23.101,0\n\tc-6.378-6.378-6.378-16.721,0-23.101l51.881-51.881c32.664-32.659,85.808-32.661,118.472,0c32.663,32.663,32.663,85.809,0,118.473\n\tL142.988,487.464C126.656,503.794,105.205,511.961,83.753,511.961z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#F4B2B0' }, d: "M475.894,475.914L475.894,475.914c-26.336,26.336-69.036,26.336-95.373,0L36.066,131.459\n\tc-26.336-26.336-26.336-69.036,0-95.373l0,0c26.336-26.336,69.036-26.336,95.373,0l344.455,344.455\n\tC502.231,406.878,502.231,449.577,475.894,475.914z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: 'rgb(var(--red))' }, d: "M428.208,512c-22.377,0-43.413-8.714-59.237-24.535L24.517,143.01\n\tc-32.663-32.664-32.663-85.809,0-118.473C40.341,8.714,61.377,0,83.753,0c22.377,0,43.413,8.714,59.238,24.535L487.445,368.99\n\tc15.822,15.824,24.535,36.86,24.535,59.238c0,22.377-8.714,43.413-24.535,59.238C471.621,503.286,450.585,512,428.208,512z\n\t M83.753,32.667c-13.648,0-26.483,5.315-36.135,14.968c-19.926,19.926-19.926,52.348,0,72.273l344.455,344.455\n\tc9.652,9.653,22.487,14.968,36.137,14.968c13.648,0,26.483-5.315,36.135-14.968c9.653-9.652,14.968-22.487,14.968-36.137\n\tc0-13.65-5.315-26.485-14.968-36.137L119.889,47.636C110.238,37.982,97.403,32.667,83.753,32.667z" })] })));
19
+ };
20
+ exports.NotificationErrorSvg = NotificationErrorSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NotificationSuccessSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NotificationSuccessSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NotificationSuccessSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 512 512", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("polygon", { style: { fill: 'rgb(var(--primary))' }, points: "228.384,265.275 98.306,135.197 56.616,176.887 14.927,218.576 145.005,348.654 " }), (0, jsx_runtime_1.jsx)("path", { style: { fill: 'rgb(var(--primary))' }, d: "M507.628,152.789L424.249,69.41c-5.829-5.829-15.282-5.829-21.11,0L228.384,244.165L108.861,124.642\n\tc-5.828-5.829-15.281-5.829-21.11,0L4.372,208.021c-0.354,0.354-0.687,0.722-1,1.106c-0.242,0.296-0.458,0.603-0.675,0.911\n\tc-0.063,0.09-0.134,0.175-0.196,0.266c-0.248,0.372-0.472,0.752-0.682,1.139c-0.021,0.037-0.045,0.072-0.066,0.11\n\tc-0.209,0.391-0.393,0.79-0.564,1.194c-0.018,0.042-0.04,0.082-0.058,0.125c-0.158,0.384-0.294,0.775-0.418,1.169\n\tc-0.022,0.07-0.052,0.139-0.073,0.21c-0.11,0.364-0.196,0.734-0.278,1.105c-0.024,0.106-0.057,0.21-0.078,0.316\n\tc-0.069,0.349-0.113,0.7-0.157,1.052c-0.016,0.133-0.045,0.263-0.057,0.396c-0.043,0.449-0.064,0.902-0.067,1.352\n\tc0,0.034-0.004,0.069-0.004,0.103c0,0.034,0.004,0.069,0.004,0.103c0.003,0.451,0.024,0.903,0.067,1.352\n\tc0.013,0.133,0.04,0.263,0.057,0.396c0.043,0.352,0.088,0.703,0.157,1.052c0.021,0.106,0.054,0.209,0.076,0.313\n\tc0.082,0.372,0.169,0.742,0.279,1.108c0.021,0.067,0.048,0.131,0.07,0.199c0.125,0.397,0.263,0.791,0.422,1.179\n\tc0.016,0.04,0.037,0.078,0.055,0.118c0.172,0.408,0.358,0.809,0.569,1.203c0.015,0.028,0.034,0.055,0.049,0.084\n\tc0.215,0.397,0.445,0.787,0.699,1.167c0.046,0.069,0.1,0.133,0.148,0.2c0.23,0.331,0.464,0.661,0.724,0.978\n\tc0.205,0.251,0.431,0.485,0.652,0.722c0.118,0.125,0.222,0.258,0.345,0.381l213.455,213.458c2.915,2.915,6.735,4.372,10.555,4.372\n\ts7.641-1.457,10.555-4.372c5.829-5.829,5.829-15.281,0-21.11l-72.824-72.824l72.824-72.824c0.003-0.003,0.004-0.006,0.007-0.007\n\tl174.748-174.749l62.269,62.269L301.208,338.1c-5.829,5.829-5.829,15.281,0,21.11c5.829,5.829,15.281,5.829,21.111,0\n\tl185.309-185.312C513.457,168.07,513.457,158.618,507.628,152.789z M98.306,156.307l108.968,108.968l-62.269,62.269L36.037,218.576\n\tL98.306,156.307z" })] })));
19
+ };
20
+ exports.NotificationSuccessSvg = NotificationSuccessSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const NotificationWarningSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.NotificationWarningSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var NotificationWarningSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 511.999 511.999", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { style: { fill: 'rgb(var(--third))' }, d: "M210.316,441.388c-18.455,0-35.807-7.187-48.857-20.236c-5.261-5.261-5.261-13.791,0-19.053\n\tc5.261-5.259,13.791-5.259,19.053,0c7.961,7.962,18.547,12.346,29.805,12.346s21.843-4.384,29.805-12.346l232.62-232.619\n\tc7.962-7.961,12.346-18.547,12.346-29.805s-4.384-21.843-12.346-29.804c-16.436-16.437-43.176-16.436-59.609-0.001L283.532,239.471\n\tc-5.262,5.259-13.79,5.259-19.053,0c-5.261-5.261-5.261-13.791,0-19.053L394.08,90.815c26.94-26.937,70.772-26.94,97.715,0\n\tc26.94,26.941,26.94,70.776,0,97.716l-232.62,232.621C246.125,434.202,228.773,441.388,210.316,441.388z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#FEE187' }, d: "M287.978,371.291l-39.331,39.331c-21.722,21.722-56.94,21.722-78.662,0L29.731,270.37\n\tc-21.722-21.722-21.722-56.94,0-78.662l0,0c21.722-21.722,56.94-21.722,78.662,0L287.978,371.291z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: 'rgb(var(--third))' }, d: "M209.315,440.386c-18.457,0-35.807-7.187-48.857-20.236L20.205,279.896\n\tc-26.94-26.941-26.94-70.775,0-97.716c13.052-13.05,30.402-20.236,48.857-20.236c18.457,0,35.807,7.187,48.857,20.236\n\tl179.585,179.585c5.261,5.261,5.261,13.791,0,19.053l-39.331,39.331C245.121,433.198,227.771,440.386,209.315,440.386z\n\t M69.062,188.888c-11.258,0-21.843,4.384-29.805,12.346c-16.434,16.434-16.434,43.176,0,59.611L179.51,401.096\n\tc7.961,7.962,18.545,12.346,29.805,12.346c11.258,0,21.843-4.384,29.805-12.346l29.805-29.805L98.866,201.234\n\tC90.905,193.272,80.321,188.888,69.062,188.888z" })] })));
19
+ };
20
+ exports.NotificationWarningSvg = NotificationWarningSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const PlaySvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.PlaySvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var PlaySvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '13' : _a, _b = props.height, height = _b === void 0 ? '15' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 13 15", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.7646 6.20918C13.098 6.97898 13.098 8.90348 11.7646 9.67329L3.20583 14.6147C1.87249 15.3845 0.205826 14.4223 0.205826 12.8827L0.205827 2.99979C0.205827 1.46019 1.87249 0.497943 3.20583 1.26774L11.7646 6.20918Z", fill: "rgb(var(--launch-game-background))" }) })));
19
+ };
20
+ exports.PlaySvg = PlaySvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const ElonTreasureSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;