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,72 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __importDefault = (this && this.__importDefault) || function (mod) {
37
+ return (mod && mod.__esModule) ? mod : { "default": mod };
38
+ };
39
+ Object.defineProperty(exports, "__esModule", { value: true });
40
+ exports.Docs = void 0;
41
+ var jsx_runtime_1 = require("react/jsx-runtime");
42
+ var react_1 = require("react");
43
+ // import AccordionGroup from 'components/ui/Selector/Accordion/Group';
44
+ // import Accordion from 'components/ui/Selector/Accordion/Base';
45
+ var styles = __importStar(require("./Docs.module.css"));
46
+ var AccordionGroup_1 = __importDefault(require("../AccordionGroup"));
47
+ var Accordion_1 = __importDefault(require("../AccordionGroup/Accordion"));
48
+ var Docs = function (props) {
49
+ var docs = props.docs, activeLangName = props.activeLangName, doc1Title = props.doc1Title, doc2Title = props.doc2Title, doc3Title = props.doc3Title;
50
+ var preparedDocs = (0, react_1.useMemo)(function () {
51
+ if (!docs) {
52
+ return { 1: [], 2: [], 3: [] };
53
+ }
54
+ var info = {
55
+ 1: [docs[1], docs[2], docs[3]].filter(function (doc) { return doc; }),
56
+ 2: [docs[4], docs[5], docs[6]].filter(function (doc) { return doc; }),
57
+ 3: [docs[7]].filter(function (doc) { return doc; }),
58
+ };
59
+ return info;
60
+ }, [docs]);
61
+ var handleOpenDoc = function (blockType) { return function (index) {
62
+ var _a;
63
+ var info = (_a = preparedDocs === null || preparedDocs === void 0 ? void 0 : preparedDocs[blockType]) === null || _a === void 0 ? void 0 : _a[index];
64
+ if (!info || !activeLangName) {
65
+ return;
66
+ }
67
+ var validPathname = info.link.replace('[lang]', activeLangName);
68
+ window.open("".concat(window.location.origin).concat(validPathname), '_blank', 'fullscreen=yes');
69
+ }; };
70
+ return ((0, jsx_runtime_1.jsx)("div", __assign({ className: styles.docContent }, { children: (0, jsx_runtime_1.jsx)(AccordionGroup_1.default, { children: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(Accordion_1.default, { title: doc1Title, data: preparedDocs[1].map(function (d) { return d.translateKey; }), handleClick: handleOpenDoc(1), classes: styles.accordionWrapper }, "1"), (0, jsx_runtime_1.jsx)(Accordion_1.default, { title: doc2Title, data: preparedDocs[2].map(function (d) { return d.translateKey; }), handleClick: handleOpenDoc(2), classes: styles.accordionWrapper }, "2"), (0, jsx_runtime_1.jsx)(Accordion_1.default, { title: doc3Title, data: preparedDocs[3].map(function (d) { return d.translateKey; }), handleClick: handleOpenDoc(3), classes: styles.accordionWrapper }, "3")] }) }) })));
71
+ };
72
+ exports.Docs = Docs;
@@ -0,0 +1,14 @@
1
+ export type DocProps = {
2
+ docs: Doc;
3
+ doc1Title: string;
4
+ doc2Title: string;
5
+ doc3Title: string;
6
+ activeLangName: string;
7
+ };
8
+ type Doc = {
9
+ [order: string]: {
10
+ link: string;
11
+ translateKey: string;
12
+ };
13
+ };
14
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ import { FooterProps } from './types';
2
+ export declare const Footer: (props: FooterProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,46 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.Footer = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var Logos_1 = require("../Logos");
40
+ var Docs_1 = require("../Docs");
41
+ var styles = __importStar(require("./Footer.module.css"));
42
+ var Footer = function (props) {
43
+ var footerLastTextCallback = props.footerLastTextCallback, secondText = props.secondText, firstText = props.firstText, docTitle = props.docTitle, ageImagePath = props.ageImagePath, logoProps = props.logoProps, docs = props.docs, License = props.License;
44
+ return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.wrapperFooter }, { children: [(0, jsx_runtime_1.jsx)(Logos_1.Logo, __assign({}, logoProps, { classes: styles.logoFooter, isFullView: true })), (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.docTitle }, { children: docTitle })), (0, jsx_runtime_1.jsx)(Docs_1.Docs, __assign({}, docs))] }), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.content }, { children: [(0, jsx_runtime_1.jsx)("div", __assign({ className: styles.firstTextBlock }, { children: firstText })), (0, jsx_runtime_1.jsxs)("div", __assign({ className: styles.license }, { children: [(0, jsx_runtime_1.jsx)(License, {}), (0, jsx_runtime_1.jsx)("img", { src: ageImagePath, alt: "", className: styles.marginL })] })), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.secondText, onClick: footerLastTextCallback }, { children: secondText }))] }))] })));
45
+ };
46
+ exports.Footer = Footer;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { DocProps } from '../Docs/types';
3
+ import { LogoProps } from '../Logos/types';
4
+ export type FooterProps = {
5
+ firstText: string;
6
+ secondText: string;
7
+ docTitle: string;
8
+ ageImagePath: string;
9
+ License: React.FC;
10
+ footerLastTextCallback?: () => void;
11
+ docs: DocProps;
12
+ logoProps: LogoProps;
13
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ import { PopUpHeaderProps } from './types';
2
+ export declare const PopUpHeader: (props: PopUpHeaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,52 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __importDefault = (this && this.__importDefault) || function (mod) {
37
+ return (mod && mod.__esModule) ? mod : { "default": mod };
38
+ };
39
+ Object.defineProperty(exports, "__esModule", { value: true });
40
+ exports.PopUpHeader = void 0;
41
+ var jsx_runtime_1 = require("react/jsx-runtime");
42
+ var classnames_1 = __importDefault(require("classnames"));
43
+ var close_svg_1 = require("assets/close.svg");
44
+ var styles = __importStar(require("./PopUpHeader.module.css"));
45
+ var PopUpHeader = function (props) {
46
+ var _a;
47
+ var title = props.title, closeButton = props.closeButton, classes = props.classes, backButton = props.backButton, backSvg = props.backSvg, _b = props.transparent, transparent = _b === void 0 ? false : _b;
48
+ return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperPopUpHeader, classes, (_a = {},
49
+ _a[styles.transparent] = transparent,
50
+ _a)) }, { children: [backButton && ((0, jsx_runtime_1.jsx)("div", __assign({ className: (0, classnames_1.default)(styles.closeButton, styles.left), onClick: backButton }, { children: backSvg }))), (0, jsx_runtime_1.jsx)("div", __assign({ className: styles.title }, { children: title })), closeButton && ((0, jsx_runtime_1.jsx)("div", __assign({ className: (0, classnames_1.default)(styles.closeButton, styles.right), onClick: closeButton }, { children: (0, jsx_runtime_1.jsx)(close_svg_1.ReactComponent, { className: styles.closeSvg }) })))] })));
51
+ };
52
+ exports.PopUpHeader = PopUpHeader;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ export type PopUpHeaderProps = {
3
+ title: string;
4
+ classes?: string;
5
+ transparent?: boolean;
6
+ } & CloseButton & BackButton;
7
+ type CloseButton = {
8
+ closeButton?: () => void;
9
+ };
10
+ type BackButton = {
11
+ backButton?: () => void;
12
+ backSvg?: React.ReactElement;
13
+ } | {
14
+ backButton: () => void;
15
+ backSvg: React.ReactElement;
16
+ };
17
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export { PopUpHeader } from './PopUpHeader';
2
+ export { PopUpHeaderProps } from './PopUpHeader/types';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PopUpHeader = void 0;
4
+ var PopUpHeader_1 = require("./PopUpHeader");
5
+ Object.defineProperty(exports, "PopUpHeader", { enumerable: true, get: function () { return PopUpHeader_1.PopUpHeader; } });
@@ -0,0 +1,5 @@
1
+ import { EAppType } from 'types/ui';
2
+ import { IconProps } from './types';
3
+ export declare const ArrowSvg: (props: IconProps & {
4
+ appType?: EAppType;
5
+ }) => 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.ArrowSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var ArrowSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '9' : _a, _b = props.height, height = _b === void 0 ? '6' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 9 6", fill: "none", className: classes, onClick: handleClick }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.198946 4.83963C-0.0663154 4.57437 -0.0663154 4.14429 0.198946 3.87903L3.77955 0.298424C4.17745 -0.099469 4.82256 -0.0994674 5.22045 0.298425L8.80105 3.87903C9.06632 4.14429 9.06632 4.57437 8.80105 4.83963C8.53579 5.10489 8.10572 5.10489 7.84046 4.83963L4.5 1.49917L1.15954 4.83963C0.894282 5.10489 0.464208 5.10489 0.198946 4.83963Z", fill: "#87878B" }) })));
19
+ };
20
+ exports.ArrowSvg = ArrowSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const AvatarSvg: (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.AvatarSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var AvatarSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '42' : _a, _b = props.height, height = _b === void 0 ? '42' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 42 42", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_348_21188)" }, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "21", cy: "21", r: "20", stroke: "#C6C6C8", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("circle", { cx: "21", cy: "21", r: "17", fill: "#E9E9EB" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1848 27.8395C13.1848 25.1416 15.3719 22.9545 18.0699 22.9545H23.9319C26.6299 22.9545 28.817 25.1416 28.817 27.8395C28.817 29.4583 27.5047 30.7706 25.886 30.7706H16.1158C14.4971 30.7706 13.1848 29.4583 13.1848 27.8395Z", fill: "black", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.0009 11.2303C18.303 11.2303 16.1158 13.4175 16.1158 16.1154C16.1158 18.8133 18.303 21.0005 21.0009 21.0005C23.6988 21.0005 25.886 18.8133 25.886 16.1154C25.886 13.4175 23.6988 11.2303 21.0009 11.2303Z", fill: "black" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { children: (0, jsx_runtime_1.jsx)("rect", { width: "42", height: "42", fill: "white" }) }) })] })));
19
+ };
20
+ exports.AvatarSvg = AvatarSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const BonusGiftSvg: (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.BonusGiftSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var BonusGiftSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '18' : _a, _b = props.height, height = _b === void 0 ? '18' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 18 18", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M1.66675 9.91667C1.66675 9.41041 2.07715 9 2.58341 9H15.4167C15.923 9 16.3334 9.41041 16.3334 9.91667V14.5C16.3334 16.0188 15.1022 17.25 13.5834 17.25H4.41675C2.89797 17.25 1.66675 16.0188 1.66675 14.5V9.91667Z", fill: "rgb(var(--primary))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.75 6.24984C0.75 5.23732 1.57081 4.4165 2.58333 4.4165H15.4167C16.4292 4.4165 17.25 5.23732 17.25 6.24984V7.1665C17.25 8.17903 16.4292 8.99984 15.4167 8.99984H2.58333C1.57081 8.99984 0.75 8.17903 0.75 7.1665V6.24984Z", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.41675 3.5C4.41675 1.98122 5.64797 0.75 7.16675 0.75C7.87107 0.75 8.51355 1.01478 9.00008 1.45024C9.48661 1.01478 10.1291 0.75 10.8334 0.75C12.3522 0.75 13.5834 1.98122 13.5834 3.5C13.5834 5.01878 12.3522 6.25 10.8334 6.25H9.91675V17.25H8.08341V6.25H7.16675C5.64797 6.25 4.41675 5.01878 4.41675 3.5ZM8.08341 4.41667H7.16675C6.66049 4.41667 6.25008 4.00626 6.25008 3.5C6.25008 2.99374 6.66049 2.58333 7.16675 2.58333C7.67301 2.58333 8.08341 2.99374 8.08341 3.5V4.41667ZM9.91675 4.41667H10.8334C11.3397 4.41667 11.7501 4.00626 11.7501 3.5C11.7501 2.99374 11.3397 2.58333 10.8334 2.58333C10.3272 2.58333 9.91675 2.99374 9.91675 3.5V4.41667Z", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.BonusGiftSvg = BonusGiftSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const BurgerSvg: (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.BurgerSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var BurgerSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '16' : _a, _b = props.height, height = _b === void 0 ? '12' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 16 12", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("rect", { width: "16", height: "2", rx: "1", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("rect", { y: "5", width: "16", height: "2", rx: "1", fill: "rgb(var(--primary))" }), (0, jsx_runtime_1.jsx)("rect", { y: "10", width: "16", height: "2", rx: "1", fill: "rgb(var(--primary))" })] })));
19
+ };
20
+ exports.BurgerSvg = BurgerSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const CalendarSvg: (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.CalendarSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var CalendarSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '16' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 16 16", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4.54321 0.592593C4.54321 0.265313 4.2779 0 3.95062 0C3.62334 0 3.35802 0.265313 3.35802 0.592593V1.8404C2.22078 1.93147 1.47419 2.15496 0.925687 2.70346C0.377185 3.25197 0.153689 3.99855 0.062623 5.1358H15.7398C15.6488 3.99855 15.4253 3.25197 14.8768 2.70346C14.3283 2.15496 13.5817 1.93147 12.4444 1.8404V0.592593C12.4444 0.265313 12.1791 0 11.8519 0C11.5246 0 11.2593 0.265313 11.2593 0.592593V1.78797C10.7336 1.77778 10.1444 1.77778 9.48148 1.77778H6.32099C5.65805 1.77778 5.06885 1.77778 4.54321 1.78797V0.592593Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.8025 8.09877V9.67901C15.8025 12.6588 15.8025 14.1486 14.8768 15.0743C13.9511 16 12.4612 16 9.48148 16H6.32099C3.34125 16 1.85137 16 0.925687 15.0743C0 14.1486 0 12.6588 0 9.67901V8.09877C0 7.43582 0 6.84663 0.0101942 6.32099H15.7923C15.8025 6.84663 15.8025 7.43582 15.8025 8.09877ZM11.4568 12.8395C12.1114 12.8395 12.642 12.3089 12.642 11.6543C12.642 10.9998 12.1114 10.4691 11.4568 10.4691C10.8022 10.4691 10.2716 10.9998 10.2716 11.6543C10.2716 12.3089 10.8022 12.8395 11.4568 12.8395Z", fill: "rgb(var(--gray))" })] })));
19
+ };
20
+ exports.CalendarSvg = CalendarSvg;
@@ -0,0 +1,5 @@
1
+ import { IconProps } from '../types';
2
+ import { EAppType } from 'types/ui';
3
+ export declare const CashSvg: (props: IconProps & {
4
+ appType?: EAppType;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,52 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __importDefault = (this && this.__importDefault) || function (mod) {
37
+ return (mod && mod.__esModule) ? mod : { "default": mod };
38
+ };
39
+ Object.defineProperty(exports, "__esModule", { value: true });
40
+ exports.CashSvg = void 0;
41
+ var jsx_runtime_1 = require("react/jsx-runtime");
42
+ var classnames_1 = __importDefault(require("classnames"));
43
+ var ui_1 = require("types/ui");
44
+ var styles = __importStar(require("../Icons.module.css"));
45
+ var CashSvg = function (props) {
46
+ var _a;
47
+ var _b = props.width, width = _b === void 0 ? '20' : _b, _c = props.height, height = _c === void 0 ? '20' : _c, classes = props.classes, appType = props.appType;
48
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", className: (0, classnames_1.default)(classes, (_a = {},
49
+ _a[styles.fsWinCashFill] = appType === ui_1.EAppType.FsWin,
50
+ _a)) }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M1.66663 7.33334C1.66663 5.9332 1.66663 5.23314 1.93911 4.69836C2.17879 4.22795 2.56124 3.8455 3.03165 3.60582C3.56643 3.33334 4.26649 3.33334 5.66663 3.33334H14.3333C15.7334 3.33334 16.4335 3.33334 16.9683 3.60582C17.4387 3.8455 17.8211 4.22795 18.0608 4.69836C18.3333 5.23314 18.3333 5.9332 18.3333 7.33334V12.6667C18.3333 14.0668 18.3333 14.7669 18.0608 15.3016C17.8211 15.7721 17.4387 16.1545 16.9683 16.3942C16.4335 16.6667 15.7334 16.6667 14.3333 16.6667H5.66663C4.26649 16.6667 3.56643 16.6667 3.03165 16.3942C2.56124 16.1545 2.17879 15.7721 1.93911 15.3016C1.66663 14.7669 1.66663 14.0668 1.66663 12.6667V7.33334Z", fill: "rgb(var(--primary))", fillOpacity: "0.3" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.66663 6.66667C3.50758 6.66667 4.99996 5.17429 4.99996 3.33334H6.66663C6.66663 6.09476 4.42805 8.33334 1.66663 8.33334V6.66667ZM11.6666 10C11.6666 10.9205 10.9204 11.6667 9.99996 11.6667C9.07948 11.6667 8.33329 10.9205 8.33329 10C8.33329 9.07953 9.07948 8.33334 9.99996 8.33334C10.9204 8.33334 11.6666 9.07953 11.6666 10ZM18.3333 6.66667C16.4923 6.66667 15 5.17429 15 3.33334H13.3333C13.3333 6.09476 15.5719 8.33334 18.3333 8.33334V6.66667ZM4.99996 16.6667C4.99996 14.8257 3.50758 13.3333 1.66663 13.3333V11.6667C4.42805 11.6667 6.66663 13.9052 6.66663 16.6667H4.99996ZM15 16.6667C15 14.8257 16.4923 13.3333 18.3333 13.3333V11.6667C15.5719 11.6667 13.3333 13.9052 13.3333 16.6667H15Z", fill: "rgb(var(--primary))" })] })));
51
+ };
52
+ exports.CashSvg = CashSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const CloseEyeSvg: (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.CloseEyeSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var CloseEyeSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '8' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 8", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.330561 0.907836C0.607447 0.789171 0.928106 0.917434 1.04677 1.19432L0.545424 1.40918C1.04677 1.19432 1.04685 1.1945 1.04677 1.19432L1.04649 1.19366C1.04634 1.19331 1.04645 1.19357 1.04649 1.19366L1.04863 1.1985C1.05081 1.20342 1.05457 1.21177 1.05991 1.22334C1.0706 1.24648 1.08761 1.28241 1.11106 1.32931C1.158 1.4232 1.2305 1.56052 1.32946 1.72678C1.52801 2.06033 1.82965 2.50458 2.24057 2.9471C2.33742 3.05141 2.43992 3.15522 2.54819 3.25719C2.55272 3.26131 2.55719 3.26551 2.56161 3.2698C3.37143 4.0281 4.50119 4.68188 5.99992 4.68188C6.65935 4.68188 7.24266 4.55598 7.75677 4.35362C8.4255 4.0904 8.98603 3.69414 9.44477 3.26355C9.96274 2.77738 10.3432 2.25465 10.5944 1.85154C10.7195 1.65077 10.8112 1.48182 10.8707 1.36505C10.9005 1.30672 10.9221 1.2616 10.9358 1.23224C10.9426 1.21757 10.9475 1.20686 10.9504 1.20043L10.9531 1.19432C11.0718 0.917585 11.3925 0.789202 11.6693 0.907836C11.9462 1.0265 12.0744 1.34716 11.9558 1.62405L11.4544 1.40918C11.9558 1.62405 11.9558 1.62392 11.9558 1.62405L11.9546 1.62678L11.9526 1.63127L11.9464 1.64537C11.9412 1.657 11.9339 1.67306 11.9245 1.6932C11.9057 1.73349 11.8785 1.7902 11.8425 1.86067C11.7707 2.00148 11.6639 2.19794 11.5202 2.42845C11.3006 2.78089 10.9919 3.218 10.587 3.65877L11.0219 4.09374C11.2349 4.30675 11.2349 4.65211 11.0219 4.86512C10.8089 5.07813 10.4636 5.07813 10.2505 4.86512L9.79227 4.40685C9.4845 4.65543 9.14007 4.8899 8.7576 5.09216L9.18435 5.74802C9.34864 6.00052 9.27714 6.3384 9.02464 6.50269C8.77215 6.66698 8.43427 6.59548 8.26998 6.34298L7.73246 5.51689C7.36211 5.63042 6.96646 5.71088 6.54537 5.7486V6.59095C6.54537 6.8922 6.30116 7.1364 5.99992 7.1364C5.69867 7.1364 5.45447 6.8922 5.45447 6.59095V5.74867C5.03194 5.71093 4.6364 5.63031 4.26724 5.51711L3.72986 6.34298C3.56556 6.59548 3.22769 6.66698 2.97519 6.50269C2.72269 6.3384 2.65119 6.00052 2.81548 5.74802L3.24225 5.09215C2.86037 4.89004 2.51586 4.65558 2.20768 4.40672L1.74929 4.86512C1.53628 5.07813 1.19092 5.07813 0.977907 4.86512C0.764896 4.65211 0.764896 4.30675 0.977907 4.09374L1.41287 3.65877C0.95197 3.15709 0.615112 2.65948 0.392061 2.28476C0.277959 2.09307 0.192789 1.9321 0.135329 1.81718C0.106578 1.75968 0.084703 1.71358 0.0695564 1.68079C0.0619813 1.66439 0.0560833 1.6513 0.0518442 1.64177L0.0467253 1.63016L0.0450934 1.62641L0.0445084 1.62505L0.0442735 1.6245C0.0441721 1.62427 0.0440771 1.62405 0.545424 1.40918L0.0442735 1.6245C-0.074392 1.34762 0.0536748 1.0265 0.330561 0.907836Z", fill: "#B3BECD" }) })));
19
+ };
20
+ exports.CloseEyeSvg = CloseEyeSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const CoinSvg: (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.CoinSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var CoinSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '21' : _a, _b = props.height, height = _b === void 0 ? '21' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 21 21", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.002 2.90291C15.5333 1.64581 13.8056 0.888922 12.0257 0.615916C8.7208 0.108896 5.23668 1.2704 2.90254 3.99749C-0.688698 8.1933 -0.198677 14.5058 3.99713 18.0971C5.46577 19.3541 7.19339 20.1109 8.9733 20.384C12.2782 20.8911 15.7624 19.7294 18.0965 17.0023C21.6877 12.8065 21.1976 6.49408 17.002 2.90291ZM18.9401 13.4008L15.8839 12.3473C16.2955 11.1463 16.2906 9.84408 15.8849 8.65566L18.9378 7.60499C19.1791 8.31013 19.3333 9.05056 19.3925 9.81366C19.4884 11.0488 19.3308 12.264 18.9401 13.4008ZM17.2249 4.64678L14.7918 6.7604C14.6117 6.55432 14.4154 6.35828 14.2014 6.17506C13.4278 5.51302 12.5277 5.09606 11.5949 4.91412L12.2085 1.76103C13.7148 2.05313 15.1234 2.72529 16.2989 3.73143C16.6321 4.01665 16.9411 4.32278 17.2249 4.64678ZM7.46471 2.11782C7.89834 1.96165 8.3431 1.84063 8.79433 1.75435L9.40733 4.91433C8.2073 5.14821 7.07433 5.76775 6.21025 6.75872L3.77465 4.64058C4.77196 3.49621 6.04504 2.62949 7.46471 2.11782ZM2.05944 7.59905L5.11512 8.65256C4.70349 9.85353 4.70848 11.1556 5.11411 12.3441L2.05856 13.3957C1.81827 12.6913 1.66481 11.952 1.60571 11.1906C1.50979 9.95438 1.66791 8.73735 2.05944 7.59905ZM3.76905 16.3572L6.20735 14.2394C6.3874 14.4455 6.58377 14.6417 6.79788 14.8249C7.57137 15.4869 8.4714 15.9038 9.40409 16.0858L8.78731 19.2561C7.28129 18.9628 5.8741 18.2832 4.69904 17.2774C4.3641 16.9908 4.05386 16.6832 3.76905 16.3572ZM13.5328 18.8916C13.1004 19.0474 12.6567 19.1688 12.2067 19.2561L11.5916 16.0855C12.7917 15.8516 13.9247 15.2321 14.7888 14.241L17.2255 16.3599C16.2278 17.5054 14.953 18.3797 13.5328 18.8916Z", fill: "rgb(var(--primary))" }) })));
19
+ };
20
+ exports.CoinSvg = CoinSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const CoinsSvg: (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.CoinsSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var CoinsSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '800' : _a, _b = props.height, height = _b === void 0 ? '800' : _b, classes = props.classes;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 58 58", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { style: { fill: '#FCC62D;' }, d: "M52.003,29.211v1.238c0,6.932-11.641,12.551-26,12.551\n\t\tc-7.926,0-15.019-1.714-19.788-4.414C7.823,44.831,18.751,50,32.003,50c14.359,0,26-6.068,26-13\n\t\tC58.003,33.952,55.747,31.266,52.003,29.211" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#E4AF18;' }, d: "M32.003,50c-14.359,0-26-6.068-26-13v8.448c0,6.932,11.641,12.552,26,12.552\n\t\ts26-5.62,26-12.552V37C58.003,43.932,46.362,50,32.003,50" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M9.003,51.349c0.59,0.539,1.259,1.055,2,1.545v-8.291\n\t\tc-0.741-0.51-1.41-1.045-2-1.603V51.349z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M53.003,44.603v8.291c0.741-0.489,1.41-1.006,2-1.545V43\n\t\tC54.414,43.558,53.745,44.093,53.003,44.603" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M13.003,54.06c0.632,0.327,1.3,0.636,2,0.929v-8.193\n\t\tc-0.7-0.308-1.368-0.633-2-0.975V54.06z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M49.003,54.988c0.7-0.292,1.368-0.602,2-0.929V45.82\n\t\tc-0.632,0.342-1.3,0.668-2,0.975V54.988z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M17.003,55.745c0.646,0.221,1.313,0.427,2,0.619V48.25\n\t\tc-0.687-0.204-1.354-0.423-2-0.656V55.745z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M45.003,56.364c0.687-0.192,1.354-0.398,2-0.619v-8.151\n\t\tc-0.646,0.233-1.313,0.452-2,0.656V56.364z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M22.003,57.084c0.653,0.132,1.321,0.25,2,0.355v-8.044\n\t\tc-0.679-0.113-1.347-0.239-2-0.379V57.084z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M40.003,57.439c0.679-0.106,1.347-0.224,2-0.355v-8.069\n\t\tc-0.653,0.14-1.321,0.266-2,0.38V57.439z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M28.003,57.899c0.658,0.049,1.326,0.083,2,0.107v-8.003\n\t\tc-0.674-0.026-1.342-0.062-2-0.115V57.899z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M34.003,58.007c0.674-0.025,1.342-0.058,2-0.107v-8.012\n\t\tc-0.658,0.053-1.326,0.089-2,0.116V58.007z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#E4AF18;' }, d: "M26.003,34.993c-14.359,0-26-6.068-26-13v8.448c0,6.932,11.641,12.552,26,12.552\n\t\ts26-5.62,26-12.552v-8.448C52.003,28.925,40.362,34.993,26.003,34.993" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M3.003,36.342c0.59,0.539,1.259,1.055,2,1.545v-8.291\n\t\tc-0.741-0.51-1.41-1.045-2-1.602V36.342z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M47.003,29.596v8.291c0.741-0.489,1.41-1.006,2-1.545v-8.349\n\t\tC48.414,28.551,47.745,29.086,47.003,29.596" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M7.003,39.053c0.632,0.327,1.3,0.636,2,0.929v-8.193\n\t\tc-0.7-0.308-1.368-0.633-2-0.975V39.053z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M43.003,39.981c0.7-0.292,1.368-0.601,2-0.929v-8.239\n\t\tc-0.632,0.342-1.3,0.668-2,0.975V39.981z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M11.003,40.738c0.646,0.221,1.313,0.427,2,0.619v-8.114\n\t\tc-0.687-0.204-1.354-0.423-2-0.656V40.738z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M39.003,41.357c0.687-0.192,1.354-0.398,2-0.619v-8.151\n\t\tc-0.646,0.233-1.313,0.452-2,0.656V41.357z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M16.003,42.077c0.653,0.132,1.321,0.25,2,0.355v-8.044\n\t\tc-0.679-0.113-1.347-0.239-2-0.379V42.077z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M34.003,42.433c0.679-0.106,1.347-0.224,2-0.355v-8.069\n\t\tc-0.653,0.14-1.321,0.266-2,0.38V42.433z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M22.003,42.893c0.658,0.049,1.326,0.083,2,0.107v-8.003\n\t\tc-0.674-0.026-1.342-0.062-2-0.115V42.893z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M28.003,43c0.674-0.025,1.342-0.058,2-0.107v-8.012\n\t\tc-0.658,0.053-1.326,0.089-2,0.116V43z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#FFD949' }, d: "M51.32,33.302C48.643,38.858,38.329,43,26.003,43c-4.604,0-8.926-0.58-12.677-1.593\n\t\tc3.628,2.463,10.085,4.559,18.677,4.559c13.682,0,22-5.311,22-8.966C54.003,35.78,53.064,34.486,51.32,33.302" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#FFD949' }, d: "M31.003,33c-14.359,0-26-5.62-26-12.552v-5.652c-3.141,1.969-5,4.438-5,7.204\n\t\tc0,6.932,11.641,13,26,13c6.914,0,13.192-1.409,17.849-3.642C40.061,32.401,35.678,33,31.003,33" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#E4AF18;' }, d: "M31.003,24.993c-14.359,0-26-6.068-26-13v8.448c0,6.932,11.641,12.552,26,12.552\n\t\tc14.359,0,26-5.62,26-12.552v-8.448C57.003,18.925,45.362,24.993,31.003,24.993" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M8.003,26.342c0.59,0.539,1.259,1.055,2,1.545v-8.291\n\t\tc-0.741-0.51-1.41-1.045-2-1.602V26.342z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M52.003,19.596v8.291c0.741-0.489,1.41-1.006,2-1.545v-8.349\n\t\tC53.414,18.551,52.745,19.086,52.003,19.596" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M12.003,29.053c0.632,0.327,1.3,0.636,2,0.929v-8.193\n\t\tc-0.7-0.308-1.368-0.633-2-0.975V29.053z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M48.003,29.981c0.7-0.292,1.368-0.601,2-0.929v-8.239\n\t\tc-0.632,0.342-1.3,0.668-2,0.975V29.981z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M16.003,30.738c0.646,0.221,1.313,0.427,2,0.619v-8.114\n\t\tc-0.687-0.204-1.354-0.423-2-0.656V30.738z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M44.003,31.357c0.687-0.192,1.354-0.398,2-0.619v-8.151\n\t\tc-0.646,0.233-1.313,0.452-2,0.656V31.357z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M21.003,32.077c0.653,0.132,1.321,0.25,2,0.355v-8.044\n\t\tc-0.679-0.113-1.347-0.239-2-0.379V32.077z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M39.003,32.433c0.679-0.106,1.347-0.224,2-0.355v-8.069\n\t\tc-0.653,0.14-1.321,0.266-2,0.38V32.433z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M27.003,32.893c0.658,0.049,1.326,0.083,2,0.107v-8.003\n\t\tc-0.674-0.026-1.342-0.062-2-0.115V32.893z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#CE9912' }, d: "M33.003,33c0.674-0.025,1.342-0.058,2-0.107v-8.012\n\t\tc-0.658,0.053-1.326,0.089-2,0.116V33z" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#FCC62D' }, d: "M57.003,12c0,6.932-11.641,13-26,13c-14.359,0-26-6.068-26-13\n\t\tc0-6.932,11.641-12,26-12C45.362,0,57.003,5.068,57.003,12" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#FFD949' }, d: "M31.003,20.966c-13.682,0-22-5.31-22-8.966c0-3.655,8.318-9,22-9\n\t\tc13.682,0,22,5.345,22,9C53.003,15.656,44.685,20.966,31.003,20.966" }), (0, jsx_runtime_1.jsx)("path", { style: { fill: '#F0C41B' }, d: "M37.784,13.359c0.82-0.174,1.301-0.68,1.124-1.257l-0.19-0.616\n\t\tc-0.139-0.453-0.68-0.831-1.343-1.019c-0.902-1.927-3.202-2.625-6.618-2.625c-0.162,0-0.32,0.004-0.476,0.01\n\t\tc-1.166,0.048-2.329-0.064-3.236-0.396c-0.37-0.135-0.671-0.276-0.87-0.423c-0.09-0.066-0.308-0.024-0.308,0.06\n\t\tc0,0.146,0.011,0.319,0.043,0.511c0.124,0.747-0.024,0.635-0.762,1.38c-0.428,0.434-0.769,0.934-1.016,1.486\n\t\tc-0.659,0.189-1.197,0.566-1.336,1.017l-0.19,0.616c-0.177,0.577,0.304,1.083,1.124,1.257c0.234,1.476,1.237,2.772,3.424,3.486\n\t\tl-0.12,1.037c-0.032,0.277-0.271,0.533-0.619,0.659l-4.411,1.592C24.58,20.674,27.516,21,30.757,21\n\t\tc3.196,0,6.095-0.317,8.645-0.842l-4.315-1.613c-0.341-0.128-0.575-0.382-0.606-0.654l-0.121-1.045\n\t\tC36.547,16.132,37.55,14.835,37.784,13.359" })] }) })));
19
+ };
20
+ exports.CoinsSvg = CoinsSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const CopySvg: (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.CopySvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var CopySvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '18' : _a, _b = props.height, height = _b === void 0 ? '18' : _b, classes = props.classes, handleClick = props.handleClick;
18
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 18 18", fill: "none", className: classes, onClick: handleClick }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 6V3.5625C12 2.42341 11.0766 1.5 9.9375 1.5H3.5625C2.42341 1.5 1.5 2.42341 1.5 3.5625V9.9375C1.5 11.0766 2.42341 12 3.5625 12H6V14.4375C6 15.5766 6.92341 16.5 8.0625 16.5H14.4375C15.5766 16.5 16.5 15.5766 16.5 14.4375V8.0625C16.5 6.92341 15.5766 6 14.4375 6H12ZM9.9375 12C11.0766 12 12 11.0766 12 9.9375V6.75H14.4375C15.1624 6.75 15.75 7.33763 15.75 8.0625V14.4375C15.75 15.1624 15.1624 15.75 14.4375 15.75H8.0625C7.33763 15.75 6.75 15.1624 6.75 14.4375V12H9.9375Z", fill: "rgb(var(--gray))" }) })));
19
+ };
20
+ exports.CopySvg = CopySvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const DocSvg: (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.DocSvg = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var DocSvg = function (props) {
17
+ var _a = props.width, width = _a === void 0 ? '16' : _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 16 20", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M0.666748 6.15C0.666748 4.60986 0.666748 3.83978 0.96648 3.25153C1.23013 2.73408 1.65083 2.31338 2.16827 2.04973C2.75653 1.75 3.5266 1.75 5.06675 1.75H10.9334C12.4736 1.75 13.2436 1.75 13.8319 2.04973C14.3493 2.31338 14.77 2.73408 15.0337 3.25153C15.3334 3.83978 15.3334 4.60986 15.3334 6.15V14.7667C15.3334 16.3068 15.3334 17.0769 15.0337 17.6651C14.77 18.1826 14.3493 18.6033 13.8319 18.8669C13.2436 19.1667 12.4736 19.1667 10.9334 19.1667H5.06675C3.5266 19.1667 2.75653 19.1667 2.16827 18.8669C1.65083 18.6033 1.23013 18.1826 0.96648 17.6651C0.666748 17.0769 0.666748 16.3068 0.666748 14.7667V6.15Z", fill: "rgb(var(--gray))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.24992 8.16683C5.75618 8.16683 6.16659 7.75642 6.16659 7.25016C6.16659 6.7439 5.75618 6.3335 5.24992 6.3335C4.74366 6.3335 4.33325 6.7439 4.33325 7.25016C4.33325 7.75642 4.74366 8.16683 5.24992 8.16683ZM8.91659 6.3335C8.41032 6.3335 7.99992 6.7439 7.99992 7.25016C7.99992 7.75642 8.41032 8.16683 8.91659 8.16683H10.7499C11.2562 8.16683 11.6666 7.75642 11.6666 7.25016C11.6666 6.7439 11.2562 6.3335 10.7499 6.3335H8.91659ZM8.91659 10.0002C8.41032 10.0002 7.99992 10.4106 7.99992 10.9168C7.99992 11.4231 8.41032 11.8335 8.91659 11.8335H10.7499C11.2562 11.8335 11.6666 11.4231 11.6666 10.9168C11.6666 10.4106 11.2562 10.0002 10.7499 10.0002H8.91659ZM7.99992 14.5835C7.99992 14.0772 8.41032 13.6668 8.91659 13.6668H10.7499C11.2562 13.6668 11.6666 14.0772 11.6666 14.5835C11.6666 15.0898 11.2562 15.5002 10.7499 15.5002H8.91659C8.41032 15.5002 7.99992 15.0898 7.99992 14.5835ZM6.16659 10.9168C6.16659 11.4231 5.75618 11.8335 5.24992 11.8335C4.74366 11.8335 4.33325 11.4231 4.33325 10.9168C4.33325 10.4106 4.74366 10.0002 5.24992 10.0002C5.75618 10.0002 6.16659 10.4106 6.16659 10.9168ZM5.24992 15.5002C5.75618 15.5002 6.16659 15.0898 6.16659 14.5835C6.16659 14.0772 5.75618 13.6668 5.24992 13.6668C4.74366 13.6668 4.33325 14.0772 4.33325 14.5835C4.33325 15.0898 4.74366 15.5002 5.24992 15.5002Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.25 1.75016C5.25 1.2439 5.66041 0.833496 6.16667 0.833496H9.83333C10.3396 0.833496 10.75 1.2439 10.75 1.75016V2.66683C10.75 3.17309 10.3396 3.5835 9.83333 3.5835H6.16667C5.66041 3.5835 5.25 3.17309 5.25 2.66683V1.75016Z", fill: "rgb(var(--gray))" })] })));
19
+ };
20
+ exports.DocSvg = DocSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const DownloadSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;