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,44 @@
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.ElonTreasureSvg = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var styles = __importStar(require("./TreasureSvg.module.css"));
40
+ var ElonTreasureSvg = function (props) {
41
+ var _a = props.width, width = _a === void 0 ? '188' : _a, _b = props.height, height = _b === void 0 ? '145' : _b;
42
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, fill: "none", viewBox: "0 0 188 145", className: styles.treasureSvg }, { children: [(0, jsx_runtime_1.jsx)("g", __assign({ filter: "url(#filter0_f_3278_93931)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17 113.784L46.5019 103L171 107.622V115.838L110.816 128.676H75.4138L19.3602 124.054L17 113.784Z", fill: "#030F00" }) })), (0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_3278_93931)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M112.555 5.16236L126.543 5.0603C127.752 3.35104 129.449 2.04965 131.411 1.32767C134.746 0.0654094 144.22 -0.609462 147.29 0.759029C150.36 2.12752 153.571 11.1904 153.571 11.1904C153.571 11.1904 121.484 6.29965 121.742 6.20383C121.999 6.10802 112.555 5.16236 112.555 5.16236Z", fill: "#25F56C" }), (0, jsx_runtime_1.jsx)("path", { d: "M158.699 101.643C157.304 101.892 127.947 99.0555 125.584 98.5181C123.222 97.9807 110.075 62.5916 113.404 38.3212C114.834 27.869 140.995 -15.5311 161.49 40.9519C161.667 41.4435 161.844 41.9462 162.02 42.46L128.335 68.9008L167.192 70.7755C168.575 87.0224 159.552 101.486 158.699 101.643Z", fill: "url(#paint0_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M131.52 19.8145C130.147 20.0959 128.864 20.7117 127.784 21.6079C121.787 26.3278 115.759 41.0854 116.353 49.715C116.604 53.3706 118.352 59.8277 120.349 65.9974C122.196 64.7351 124.038 63.4472 125.874 62.1335C123.946 55.993 122.277 49.6046 122.051 45.9741C121.557 38.3214 126.263 25.8675 131.52 19.8145Z", fill: "url(#paint1_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M168.733 38.5568L152.738 41.3584C152.371 36.6905 151.856 32.4621 151.206 29.9314C148.597 19.6708 140.883 12.0556 133.602 17.7857C132.851 18.3965 132.156 19.0742 131.526 19.8104C130.153 20.0923 128.87 20.7081 127.79 21.6038C121.789 26.3341 115.767 41.0772 116.353 49.7234C116.589 53.204 118.194 59.23 120.076 65.1372L118.183 66.5161C116.67 61.9485 115.39 57.3066 114.347 52.6083C110.642 35.4012 118.634 14.4905 128.151 4.70072C128.59 4.2276 129.053 3.7771 129.538 3.35098C131.051 1.98249 142.702 0.249485 145.984 0.851454C166.479 4.6424 168.773 33.4307 168.733 38.5568Z", fill: "url(#paint2_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M118.608 56.9241C118.79 57.599 119.924 61.842 121.246 65.385C130.003 59.3445 138.618 52.6916 147.286 46.1241C146.819 41.2417 146.229 37.2383 146.229 37.2383C146.229 37.2383 117.877 54.2163 118.608 56.9241Z", fill: "url(#paint3_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M118.695 56.4517C118.695 56.4517 118.88 55.6477 123.378 51.6464C127.876 47.645 145.989 35.8848 145.989 35.8848L146.234 37.2366C146.234 37.2366 126.243 50.0029 122.693 53.0086C119.144 56.0143 118.695 56.4517 118.695 56.4517Z", fill: "url(#paint4_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M116.352 47.1417C116.352 51.7866 123.376 51.6471 123.376 51.6471L145.987 35.8855C145.987 35.8855 142.317 16.6683 131.226 19.222C120.028 21.7819 116.354 44.5568 116.352 47.1417Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.2' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M133.438 1.95909C133.438 1.95909 141.722 1.21548 146.977 8.87237C152.117 16.3709 152.692 18.5914 153.74 20.3119C154.788 22.0324 165.437 25.8171 166.053 25.1026C166.67 24.3882 163.691 11.4156 155.318 5.22514C149.107 0.632262 137.817 -0.929944 133.438 1.95909Z", fill: "#F6F4EA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.5' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M112.986 28.6193C111.326 32.9372 114.969 39.0673 115.323 39.536C115.678 40.0046 118.267 24.1347 128.401 19.5397C138.489 14.9739 142.468 22.1892 146.407 33.2559C150.239 44.0164 153.062 29.4754 152.635 22.6558C152.203 15.7342 140.863 1.71187 133.11 3.49278C125.308 5.28411 116.453 19.6689 112.986 28.6193Z", fill: "#772781" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M133.359 45.6007C133.359 45.6007 135.906 43.2074 139.848 40.1684C143.79 37.1294 145.66 36.9336 145.66 36.9336C145.66 36.9336 144.105 38.5729 140.205 41.2536C136.305 43.9343 133.359 45.6007 133.359 45.6007Z", fill: "#65637D" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M111.549 48.28C110.926 28.2401 122.523 10.9434 122.523 10.9434C122.523 10.9434 109.446 26.9195 108.086 45.8013C107.489 54.0956 109.598 63.298 112.296 71.2715C113.079 70.782 113.863 70.2967 114.644 69.7926C113.072 63.0502 111.773 55.4849 111.549 48.28Z", fill: "#25F56C" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M141.739 1.53938C140.078 1.62061 143.379 2.77456 148.255 3.96184C153.131 5.14911 150.463 1.09988 141.739 1.53938Z", fill: "#C5CFEA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M156.882 14.2665C154.084 14.0415 156.984 18.2574 157.951 18.3678C158.918 18.4782 162.759 14.7435 156.882 14.2665Z", fill: "#C5CFEA" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M155.903 39.9477L152.374 42.9909L147.266 46.6777C146.851 41.4016 146.255 36.4942 145.514 33.6697C143.297 25.2067 137.57 18.5559 131.513 19.8078C130.14 20.0897 128.857 20.7055 127.777 21.6012C121.776 26.3315 115.754 41.0746 116.34 49.7209C116.593 53.3743 118.347 59.821 120.338 65.9928C120.348 66.0151 120.354 66.0391 120.356 66.0636L112.979 71.3834C111.27 66.4473 109.826 61.423 108.651 56.3321C104.635 38.3438 118.054 13.7839 128.138 4.69188C138.28 -4.43139 151.698 9.10979 154.643 27.298C155.285 31.4893 155.706 35.7118 155.903 39.9477Z", fill: "url(#paint5_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M112.984 71.385C112.984 71.385 125.271 70.7955 128.363 69.7062C131.456 68.6168 168.73 38.5558 168.73 38.5558C168.73 38.5558 156.93 38.0434 155.904 38.385C154.879 38.7266 112.984 71.385 112.984 71.385Z", fill: "#1A0D2D" }), (0, jsx_runtime_1.jsx)("path", { d: "M103.805 35.3156H153.116C153.116 35.3156 149.203 13.0657 137.914 7.67711C129.208 3.52373 93.0156 5.76289 93.0156 5.76289C93.0156 5.76289 101.698 16.8525 103.805 35.3156Z", fill: "url(#paint6_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M153.116 35.3138L112.988 71.3861L64.9375 71.5486L103.015 35.1055L153.116 35.3138Z", fill: "url(#paint7_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M70.8438 68.423L110.602 69.0583L142.927 39.6909L100.369 39.2285L70.8438 68.423Z", fill: "url(#paint8_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M170.951 69.1875L170.938 69.175C170.633 69.6645 170.791 69.1251 170.938 69.175C169.352 69.3833 166.554 68.8626 164.628 69.0584C164.616 69.0584 164.628 69.3958 164.42 69.0584C163.237 69.0834 162.312 68.721 162.054 68.7106C162.061 68.704 162.066 68.6951 162.067 68.6855C162.037 68.6906 162.009 68.699 161.982 68.7106C162.004 68.7226 162.029 68.7304 162.054 68.7335V68.746C162.042 68.8189 162.031 68.8938 162.019 68.9668C160.773 69.0771 159.457 69.198 158.094 69.2959C157.618 72.9785 156.996 76.9173 156.325 80.5625V80.575C155.009 87.8048 153.546 93.9058 152.826 94.739C152.632 94.9722 152.057 95.1805 151.217 95.3638C151.174 95.3794 151.129 95.3878 151.084 95.3888C150.694 95.4867 150.241 95.5596 149.743 95.6325C147.779 95.9512 145.098 96.1824 142.246 96.3657C135.101 96.8198 126.873 96.8802 126.25 96.5136C126.055 96.4032 125.775 95.6075 125.459 94.3244C125.447 94.2581 125.431 94.1927 125.409 94.1287C125.41 94.1219 125.41 94.115 125.407 94.1085C125.405 94.102 125.402 94.0961 125.397 94.0912C125.337 93.81 125.277 93.5038 125.202 93.1851C125.019 92.379 124.836 91.4479 124.641 90.421C124.496 89.5878 124.336 88.6839 124.166 87.7299C123.886 86.0177 123.593 84.1326 123.336 82.1518C122.835 78.6108 122.373 74.7865 122.043 71.1122C119.483 71.1872 116.947 71.2726 114.447 71.333L111.766 71.4059C112.388 77.1694 113.266 82.9558 114.217 88.1777C114.57 90.1232 114.923 91.9832 115.301 93.7329C115.35 94.0266 115.411 94.3078 115.473 94.589V94.6015C116.484 99.3235 117.484 103.177 118.288 105.537V105.56L118.325 105.67C118.41 105.901 118.483 106.135 118.568 106.331C118.958 107.382 119.3 107.982 119.543 108.055C120.141 108.238 121.495 108.324 123.361 108.336H123.421C127.456 108.361 133.855 108.068 140.234 107.616C150.156 106.905 160.03 105.793 160.861 104.908C162.116 103.562 167.858 85.9823 170.99 69.1251L170.951 69.1875Z", fill: "url(#paint9_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M158.105 69.2959C157.898 69.3209 157.69 69.3333 157.483 69.3583C155.434 69.5042 153.29 69.6645 151.048 69.7978C150.683 72.8327 150.218 76.0467 149.719 79.1086C149.704 79.2074 149.684 79.3055 149.659 79.4023C149.549 80.148 149.427 80.8937 149.292 81.6164C148.951 83.5473 148.609 85.3949 148.268 87.0717C148.026 88.2693 147.781 89.3837 147.548 90.3752C147.453 90.7918 147.353 91.1813 147.268 91.5479V91.5604C147.098 92.2457 146.928 92.8456 146.78 93.3725C146.78 93.3725 146.78 93.4079 146.78 93.4204C146.755 93.4885 146.734 93.5581 146.718 93.6287C146.438 94.5452 146.195 95.1576 146 95.3784C145.67 95.7575 144.269 96.0991 142.263 96.3678C134.998 97.3718 119.893 97.678 119.04 97.1885C118.808 97.0531 118.467 96.0387 118.077 94.4119C118.015 94.1536 117.955 93.8849 117.882 93.6037C117.539 92.0999 117.162 90.2023 116.784 88.0506C116.456 86.2281 116.138 84.2326 115.821 82.1413V82.1059C115.298 78.6191 114.81 74.899 114.455 71.3392L111.773 71.4121C109.116 71.4871 106.507 71.5475 104.008 71.5975C104.703 77.5047 105.668 83.439 106.706 88.7838C107.072 90.6439 107.437 92.4415 107.815 94.1307C107.902 94.5473 107.999 94.9493 108.085 95.3534C109.243 100.442 110.368 104.518 111.242 106.81C111.267 106.894 111.3 106.976 111.339 107.055C111.754 108.118 112.095 108.722 112.35 108.803C114.824 109.501 129.381 108.718 140.244 107.618C146.656 106.957 151.787 106.187 152.385 105.535C152.86 105.035 153.885 102.41 155.129 98.4403C155.141 98.4177 155.149 98.3929 155.152 98.3674C155.165 98.3365 155.174 98.3034 155.176 98.2695C155.262 98.0237 155.347 97.7675 155.421 97.5113C155.567 97.0343 155.724 96.5324 155.872 96.0179V96.0054C155.969 95.6763 156.067 95.3576 156.165 95.0139C156.615 93.485 157.065 91.8353 157.53 90.0857C157.535 90.0736 157.535 90.0602 157.53 90.0482C158.018 88.2256 158.506 86.2989 158.971 84.2993C158.994 84.2264 159.006 84.1639 159.019 84.1285C159.031 84.0931 159.044 84.041 159.056 83.9931C159.061 83.981 159.061 83.9676 159.056 83.9556C159.471 82.158 159.886 80.3104 160.289 78.4275C160.277 78.4275 160.277 78.415 160.289 78.4025C160.935 75.2947 161.52 72.1141 162.008 68.9709C160.775 69.0772 159.469 69.198 158.105 69.2959ZM161.993 68.7106C162.016 68.7226 162.04 68.7304 162.066 68.7335V68.7106C162.073 68.704 162.077 68.6951 162.078 68.6855C162.048 68.6904 162.019 68.6988 161.991 68.7106H161.993Z", fill: "url(#paint10_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M151.059 69.7989C153.29 69.6656 155.434 69.5052 157.493 69.3594C156.871 73.3357 156.092 77.212 155.287 80.7843C154.471 84.4294 153.593 87.7705 152.763 90.5741C152.74 90.672 152.715 90.7699 152.69 90.8574C152.177 92.5821 151.692 94.0984 151.237 95.3586C150.482 97.4999 149.836 98.8996 149.421 99.3349C147.214 101.626 130.305 104.838 118.578 106.319C118.407 106.344 118.237 106.357 118.079 106.379C115.483 106.698 113.166 106.931 111.35 107.042C110.484 107.102 109.729 107.127 109.106 107.127C107.217 107.115 89.2228 89.3264 75.3984 71.8214L75.8987 72.0297C75.8987 72.0297 88.0645 71.9443 104.01 71.5902C106.501 71.5402 109.119 71.4798 111.775 71.4048L114.457 71.3319C116.948 71.2715 119.493 71.1861 122.052 71.1111C131.968 70.7903 142.147 70.3592 151.059 69.7989Z", fill: "url(#paint11_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M117.486 108.685C117.486 108.685 139.177 107.643 145.66 105.675C152.095 103.725 158.724 85.4348 159.03 84.1226C159.335 82.8103 158.081 80.1504 158.081 80.1504C158.081 80.1504 153.857 81.4272 145.695 81.9021C137.392 82.3854 115.805 82.1104 115.805 82.1104L118.9 90.5151C118.9 90.5151 148.906 89.9735 150.212 90.6088C151.518 91.2441 149.141 98.5573 147.513 100.051C145.886 101.544 118.648 104.148 118.648 104.148L117.486 108.685Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.2' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M109.098 107.129C109.098 107.129 104.594 90.3284 105.362 89.1223C106.13 87.9163 150.019 86.9311 151.872 87.0602C153.726 87.1894 151.366 97.4624 148.636 99.4829C145.907 101.503 109.098 107.129 109.098 107.129Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M103.553 94.3532C103.553 94.3532 136.386 92.716 144 91.9266C151.568 91.1413 152.957 90.5039 152.957 90.5039L150.777 93.1992C150.777 93.1992 138.562 93.8054 125.618 94.0845C112.491 94.3698 102.992 96.1049 102.992 96.1049L103.553 94.3532Z", fill: "#4F0E0A" }), (0, jsx_runtime_1.jsx)("path", { d: "M121.688 94.2998C121.688 94.2998 134.825 94.4394 139.213 94.204C143.881 93.952 150.177 93.2812 150.177 93.2812C150.177 93.2812 140.149 93.6978 137.465 93.6812C134.781 93.6645 121.688 94.2998 121.688 94.2998Z", fill: "#8B3E29" }), (0, jsx_runtime_1.jsx)("path", { d: "M157.645 90.082C157.197 89.6841 154.984 91.5067 154.544 94C154.104 96.4933 154.897 98.3492 155.21 98.4033C155.524 98.4575 160.912 92.9835 157.645 90.082Z", fill: "#1B0A37" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M157.647 90.0808C156.829 89.985 155.254 91.3909 155.227 93.5947C155.2 95.7984 157.112 95.1194 158.191 93.778C159.27 92.4366 158.237 90.1454 157.647 90.0808Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M154.546 94.0003C154.822 93.3505 156.219 96.5686 156.174 97.0831C156.128 97.5976 155.26 98.312 155.074 98.2974C154.887 98.2829 153.859 95.6125 154.546 94.0003Z", fill: "#3A294E" }), (0, jsx_runtime_1.jsx)("path", { d: "M146.164 76.2383C146.164 76.2383 148.462 78.9024 149.871 79.1544C151.281 79.4064 155.005 77.4297 155.005 77.4297C155.005 77.4297 152.173 79.0752 150.922 79.4273C149.67 79.7793 147.397 78.844 146.164 76.2383Z", fill: "#685B7F" }), (0, jsx_runtime_1.jsx)("path", { d: "M154.912 98.0611C154.721 97.5904 156.651 96.9863 156.651 96.9863C156.651 96.9863 155.059 99.3505 154.912 98.0611Z", fill: "#65637D" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' }, opacity: "0.3" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M158.7 89.2457C157.92 88.6375 160.305 76.2128 161.714 74.8734C163.123 73.5341 169.147 73.2071 169.647 73.3279C170.148 73.4487 166.395 88.4813 165.32 91.2183C164.244 93.9552 158.7 89.2457 158.7 89.2457Z", fill: "#AF7FB5" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M161.067 68.6922C161.103 68.6852 161.14 68.6811 161.177 68.6797C160.031 73.56 158.372 78.5882 156.946 80.1546C154.04 83.3832 103.185 82.6979 103.185 82.6979C103.185 82.6979 102.745 77.5488 102.185 72.0311C102.18 72.0265 102.177 72.021 102.174 72.0148C102.172 72.0087 102.171 72.0022 102.172 71.9957C133.906 70.8751 159.25 68.8317 161.067 68.6922Z", fill: "url(#paint12_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M162.122 57.823C162.015 57.8042 161.909 57.7791 161.805 57.748C161.913 57.7631 162.019 57.7882 162.122 57.823Z", fill: "url(#paint13_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M161.067 68.6914C140.56 71.5659 109.414 71.9824 102.184 72.0241C101.186 72.0366 100.648 72.0366 100.648 72.0366C101.161 72.0241 101.672 71.9991 102.172 71.9887C133.906 70.8743 159.25 68.831 161.067 68.6914Z", fill: "url(#paint14_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' }, opacity: "0.3" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M135.099 73.7119C132.245 74.6409 130.703 75.7948 132.278 76.6405C134.977 78.0985 137.053 80.1523 141.775 79.065C142.605 78.8713 143.483 78.6901 144.361 78.4901C148.486 77.5632 152.616 76.4759 150.748 74.3243C150.748 74.3243 148.88 71.6352 142.456 72.2413C141.449 72.333 140.436 72.4746 139.471 72.6475C137.991 72.8967 136.53 73.2496 135.099 73.7036V73.7119Z", fill: "#4F2A6F" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.5' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M139.474 72.6501L138.852 72.823C138.852 72.823 142.106 72.2731 145.048 72.6793C147.989 73.0854 150.355 73.9165 149.614 75.5454C148.873 77.1742 144.365 78.4823 144.365 78.4823C148.489 77.5554 152.62 76.4681 150.752 74.3165C150.752 74.3165 148.884 71.6274 142.459 72.2335C141.452 72.3418 140.439 72.4835 139.474 72.6501Z", fill: "#4F2A6F" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M154.858 37.6562C154.858 37.6562 150.478 41.3618 149.685 41.593C148.892 41.8242 102.211 42.9053 102.211 42.9053L106.219 38.3374L154.858 37.6562Z", fill: "#1A0D2D" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.5' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M110.604 69.0581L109.477 39.3887L142.929 39.6907L110.604 69.0581Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.2' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M107.939 19.4193C107.771 16.399 119.63 22.3791 133.63 23.4935C147.181 24.5725 140.534 34.6872 121.128 34.1457C100.861 33.5791 107.939 19.4193 107.939 19.4193Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M96.8906 7.05924C96.8906 7.05924 102.931 8.37566 110.314 16.0805C117.384 23.4582 147.005 20.9649 146.918 20.3276C146.83 19.6902 144.775 9.64417 134.764 7.78827C124.475 5.8803 112.776 5.78657 96.8906 7.05924Z", fill: "#FFD8BA" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M98.7422 26.2776C98.7422 26.2776 118.513 27.0066 130.349 25.7464C143.725 24.3196 150.581 25.7131 150.581 25.7131L150.712 26.6692C150.712 26.6692 137.498 26.5879 129.504 26.565C121.426 26.54 114.536 27.1253 109.306 27.0691C104.037 27.0128 99.1096 26.7025 99.1096 26.7025L98.7422 26.2776Z", fill: "#661F0A" }), (0, jsx_runtime_1.jsx)("path", { d: "M84.1641 9.61391C84.1641 9.61391 113.06 9.09109 126.258 9.24523C139.21 9.3952 141.435 10.4721 141.435 10.4721L143.544 11.9114C143.544 11.9114 130.596 9.49518 120.246 9.71805C109.756 9.94301 94.14 11.4281 92.1535 11.4448C90.1671 11.4615 87.5164 11.3865 87.5164 11.3865L84.1641 9.61391Z", fill: "#661F0A" }), (0, jsx_runtime_1.jsx)("path", { d: "M110.695 10.9651C110.695 10.9651 119.98 10.7568 125.034 10.586C130.043 10.4068 134.423 10.5631 134.423 10.5631C134.423 10.5631 130.23 9.62781 123.065 9.85902C118.924 9.99423 114.794 10.3635 110.695 10.9651Z", fill: "#B0703F" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M138.547 25.5463C140.603 26.0434 142.694 26.386 144.801 26.5711C148.259 26.8752 150.613 25.7129 150.613 25.7129C150.613 25.7129 145.644 24.2132 138.547 25.5463Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M118.781 20.3434C113.712 21.4828 123.927 24.5947 128.896 23.9136C133.828 23.2387 128.931 18.0647 118.781 20.3434Z", fill: "url(#paint15_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.58' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M118.469 20.812C116.317 21.7098 122.255 23.8344 127.278 22.8533C132.271 21.8785 124.823 18.1604 118.469 20.812Z", fill: "#904F81" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M117.844 21.7734C117.844 21.7734 120.517 22.7545 124.928 22.9316C129.287 23.1086 129.686 23.7439 129.686 23.7439C129.686 23.7439 128.376 24.4 124.463 23.9897C122.12 23.7546 119.858 22.9974 117.844 21.7734Z", fill: "#B5643F" }), (0, jsx_runtime_1.jsx)("path", { d: "M93.2348 21.2274C93.2348 21.2274 74.8584 3.66823 67.803 3.66406C64.9344 3.66406 49.6425 15.341 42.4418 42.3463C38.965 55.3897 57.057 101.454 60.0502 105.291C63.0206 109.096 97.1538 107.611 97.1538 107.611L60.9428 68.9663L93.2348 21.2274Z", fill: "#25F56C" }), (0, jsx_runtime_1.jsx)("path", { d: "M101.199 104.203C99.846 104.459 63.3589 101.572 61.0673 101.022C59.7513 100.703 54.9356 88.5245 51.7266 73.5273L101.544 73.821C102.895 90.4533 102.03 104.044 101.199 104.203Z", fill: "url(#paint16_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M51.6394 73.1406C51.6643 73.2635 51.7017 73.3989 51.7266 73.5197H51.0312L51.6394 73.1406Z", fill: "url(#paint17_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M106.291 73.9696C106.791 84.5759 106.218 96.7465 105.23 97.8109C104.608 98.4608 99.3061 98.2775 93.2844 97.7755L93.1495 97.763C85.0542 97.6276 67.89 95.5363 66.8543 94.9239C65.9036 94.3741 61.8206 83.8844 58.5638 73.5405L55.7969 73.5176C60.955 89.6395 67.8672 105.214 69.3908 105.803C71.6097 106.636 82.4471 107.919 93.2222 108.848C104.742 109.84 116.19 110.425 117.02 109.632C118.251 108.444 121.518 90.9747 121.676 74.1071L106.291 73.9696Z", fill: "url(#paint18_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M110.866 74.8998C107.939 75.1456 105.677 75.3289 105.677 75.3289L98.2039 75.231C98.6564 85.3957 98.1811 96.3457 97.2532 97.3476C96.9377 97.6788 95.4494 97.8017 93.2678 97.7767L93.1329 97.7642C85.0376 97.6288 67.8734 95.5376 66.8376 94.9252C65.9243 94.3878 62.0967 84.65 58.9022 74.6811L48.125 74.5332C53.3662 90.1302 60.023 104.773 61.4989 105.348C64.3758 106.438 80.9297 108.125 93.2056 108.848C100.508 109.275 106.312 109.385 106.905 108.81C108.147 107.612 111.024 91.2321 110.866 74.8998Z", fill: "url(#paint19_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M66.8485 94.9368C67.8863 95.5617 85.0463 97.6446 93.1458 97.7717C84.9965 97.0926 75.5582 95.847 74.7985 95.3929C73.8893 94.8535 70.0804 84.897 66.9585 74.8364C64.278 74.7906 61.5913 74.7149 58.8984 74.6094C62.093 84.5825 65.9331 94.389 66.8485 94.9368Z", fill: "url(#paint20_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M60.2109 74.6543C61.4834 78.1349 62.9426 81.278 64.2129 81.8363C72.6964 85.5585 98.369 85.7355 98.369 85.7355C98.6554 82.5382 98.5247 78.414 98.2776 74.696C85.5991 74.8355 72.9849 75.098 60.2109 74.6543Z", fill: "url(#paint21_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M60.2109 74.6543L60.3023 74.9105C60.3023 74.9105 75.5298 75.1938 87.4673 74.823C78.4088 74.9272 69.3524 74.9709 60.2109 74.6543Z", fill: "#AB6363" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M59.6406 73.0254L60.2177 74.6543C69.3508 74.9709 78.4155 74.9271 87.474 74.823C91.941 74.6834 95.9533 74.4543 98.5252 74.0835C98.5252 74.0835 78.2038 75.0729 59.6406 73.0254Z", fill: "#AB6363" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M48.0312 74.2025C48.0312 74.2025 53.9388 74.6753 58.6673 74.8148L59.0077 74.6066C56.083 74.4941 53.15 74.3504 50.2025 74.1504L48.0312 74.2025Z", fill: "#AB6363" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M59.6394 73.0254L58.6907 73.9273L50.2031 74.1481C53.1507 74.3564 56.0836 74.4918 59.0083 74.6043L59.9777 73.9981L59.6394 73.0254Z", fill: "#AB6363" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M63.7656 81.5293C63.7656 81.5293 67.2943 87.4407 72.3487 90.3255C77.4031 93.2104 97.4193 90.613 97.8386 89.9714C98.2579 89.3299 98.3742 85.7348 98.3742 85.7348C98.3742 85.7348 80.9402 84.6433 63.7656 81.5293Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M66.8516 94.9377C66.8516 94.9377 72.1094 94.9169 75.0714 95.0044C78.0335 95.0919 97.2671 97.3623 97.2671 97.3623C97.2671 97.3623 96.9371 98.4037 87.8184 97.9538C78.6998 97.5039 66.8516 94.9377 66.8516 94.9377Z", fill: "url(#paint22_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M108.85 108.268C107.835 107.595 109.535 93.4039 111.499 91.3564C113.462 89.3089 120.412 88.1091 120.906 88.2633C121.4 88.4174 118.502 105.187 117.003 107.385C115.505 109.582 108.85 108.268 108.85 108.268Z", fill: "#AF7FB5" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M102.555 108.946C102.555 108.946 108.047 102.645 109.512 96.8125C109.512 96.8125 109.461 107.213 108.848 108.269C108.236 109.325 102.555 108.946 102.555 108.946Z", fill: "#332049" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M58.3434 100.144C55.2224 91.6605 52.6324 82.9897 50.5885 74.1822C49.4531 74.1073 48.3052 74.0135 47.1719 73.9219C51.3835 86.5153 57.0855 97.8153 58.3434 100.144Z", fill: "#25F56C" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M112.251 91.8276C111.494 92.8837 110.56 93.9772 112.828 93.8502C115.097 93.7231 114.508 95.6373 113.704 96.6267C112.901 97.6161 112.293 91.9443 111.257 96.3809C110.221 100.818 109.526 106.989 110.792 107.745C112.058 108.502 114.429 110.037 115.919 106.096C117.41 102.155 116.062 103.515 116.208 101.661C116.353 99.8074 117.05 104.861 118.263 101.542C119.475 98.2243 120.152 91.9984 119.67 90.5029C119.188 89.0073 113.109 90.632 112.251 91.8276Z", fill: "#F6F4EA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M112.944 78.0316C111.383 76.8944 112.817 81.9455 112.192 84.9886C111.568 88.0318 112.745 86.53 113.45 86.5592C114.156 86.5884 115.487 80.9019 116.772 83.3702C118.056 85.8385 120.672 86.2697 120.3 80.7186C119.929 75.1676 112.944 78.0316 112.944 78.0316Z", fill: "#F6F4EA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.2' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M106.84 76.1911C104.633 75.4787 103.274 77.6116 101.208 78.8322C99.1429 80.0528 101.831 82.9752 100.808 91.0028C99.7843 99.0305 96.3697 108.414 101.2 104.198C106.03 99.9824 107.689 102.813 108.795 91.6027C109.901 80.3924 107.722 76.4723 106.84 76.1911Z", fill: "#F6F4EA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M66.483 97.3074C63.0269 95.8181 63.4607 100.698 62.6989 103.09C61.9371 105.481 67.9962 104.756 68.6998 104.456C69.4035 104.156 66.2671 103.181 68.9904 102.559C71.7138 101.936 73.3328 102.263 72.5192 103.625C71.7055 104.987 76.0666 106.445 79.0307 105.637C81.9948 104.829 87.6761 101.744 85.5277 100.317C83.3794 98.8905 75.008 96.9846 72.6582 96.8388C70.3085 96.693 66.483 97.3074 66.483 97.3074Z", fill: "#F6F4EA" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M121.675 74.1082C121.675 74.1082 87.9156 71.0109 76.0217 70.7235C64.1278 70.436 48.1406 74.5248 48.1406 74.5248C48.1406 74.5248 104.262 77.4097 110.105 77.2847C115.948 77.1597 121.675 74.1082 121.675 74.1082Z", fill: "#7E687F" }), (0, jsx_runtime_1.jsx)("path", { d: "M103.21 43.6714L52.1577 73.1408C49.7312 62.2179 48.2014 49.8244 49.6274 39.4389C51.0929 28.7471 81.7056 -15.6465 102.67 42.13C102.851 42.632 103.036 43.1465 103.21 43.6714Z", fill: "url(#paint23_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M68.1651 20.5137C66.7581 20.8002 65.4428 21.4297 64.3354 22.3467C58.2038 27.177 52.0368 42.272 52.6429 51.0912C52.9003 54.8405 54.6875 61.4372 56.7321 67.7547C58.621 66.4605 60.5043 65.1413 62.3822 63.7971C60.4102 57.5171 58.7019 50.9829 58.4715 47.269C57.9733 39.4434 62.7849 26.7062 68.1651 20.5137Z", fill: "url(#paint24_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M110.077 39.6843L89.8616 42.5504C89.4838 37.7763 88.9586 33.4501 88.2923 30.861C85.625 20.3651 77.7352 12.5769 70.2875 18.4383C69.5169 19.062 68.8047 19.755 68.1599 20.5088C66.7547 20.7967 65.4417 21.4269 64.3364 22.3438C58.1985 27.1825 52.0377 42.263 52.6376 51.1051C52.8804 54.6669 54.5224 60.8303 56.4486 66.8708L54.5099 68.281C52.9629 63.6086 51.6535 58.8603 50.5868 54.0545C46.7986 36.4537 54.9707 15.0681 64.7017 5.04712C65.1646 4.55138 65.6441 4.08273 66.1194 3.66614C67.67 2.2664 79.5846 0.493821 82.9328 1.11662C103.916 4.99505 110.116 34.4395 110.077 39.6843Z", fill: "url(#paint25_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M54.9597 58.4732C55.1465 59.1627 56.3068 63.5035 57.6581 67.1278C66.6169 60.9478 88.0944 46.2276 96.9619 39.5102C96.4845 34.5111 83.2144 38.3375 83.2144 38.3375C83.2144 38.3375 54.2083 55.7029 54.9597 58.4732Z", fill: "url(#paint26_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M55.0391 57.9928C55.0391 57.9928 55.23 57.17 59.8298 53.077C64.4296 48.984 82.9575 36.9551 82.9575 36.9551L83.2087 38.3381C83.2087 38.3381 62.7587 51.3961 59.1303 54.4705C55.5019 57.5449 55.0391 57.9928 55.0391 57.9928Z", fill: "url(#paint27_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M52.6484 48.4672C52.6484 53.2183 59.8346 53.0767 59.8346 53.0767L82.9623 36.9548C82.9623 36.9548 79.2073 17.296 67.8635 19.8997C56.4076 22.5283 52.6505 45.8239 52.6484 48.4672Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.2' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M70.125 2.24554C70.125 2.24554 78.5981 1.48735 83.9742 9.32753C89.232 16.9886 89.8194 19.2694 90.8905 21.0295C91.9616 22.7896 97.7653 20.1963 98.3984 19.461C99.0315 18.7257 101.072 11.9291 92.5054 5.59699C86.1517 0.891628 74.6044 -0.705985 70.125 2.24554Z", fill: "#F6F4EA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.5' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M49.2115 29.5208C47.5011 33.9367 51.2374 40.2084 51.6007 40.6875C51.9639 41.1665 54.6105 24.9342 64.9725 20.2434C75.2909 15.5714 79.3614 22.9512 83.3924 34.2699C87.3114 45.2803 90.1988 30.404 89.7649 23.4282C89.3249 16.3462 77.7257 2.00728 69.7944 3.82361C61.8132 5.65034 52.7548 20.3684 49.2115 29.5208Z", fill: "#772781" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M70.0312 46.8902C70.0312 46.8902 72.6363 44.4428 76.6736 41.3351C80.7108 38.2273 82.6247 38.0273 82.6247 38.0273C82.6247 38.0273 81.0326 39.7041 77.0472 42.4473C73.0618 45.1906 70.0312 46.8902 70.0312 46.8902Z", fill: "#65637D" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M47.7346 49.6322C47.0953 29.1319 58.9602 11.4395 58.9602 11.4395C58.9602 11.4395 45.5883 27.7843 44.1935 47.0973C43.5707 55.579 45.7378 65.0001 48.4985 73.1507C49.2997 72.6487 50.103 72.1509 50.9022 71.6385C49.2935 64.7335 47.9651 56.9996 47.7346 49.6322Z", fill: "#25F56C" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M78.6142 1.83013C76.9204 1.91553 80.2935 3.09447 85.2794 4.30883C90.2653 5.52318 87.5398 1.37397 78.6142 1.83013Z", fill: "#C5CFEA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M85.4954 5.07518C82.6309 4.84398 85.9292 7.10396 86.9193 7.21853C87.9095 7.33309 91.5046 5.56051 85.4954 5.07518Z", fill: "#C5CFEA" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M97.7788 39.4205C95.7425 41.1806 89.5008 44.2238 89.5008 44.2238L84.2762 47.9939C83.861 42.597 83.2383 37.5792 82.4848 34.6901C80.2181 26.0314 74.3584 19.2285 68.1623 20.5095C66.7572 20.7974 65.4442 21.4276 64.3389 22.3446C58.2009 27.1832 52.0402 42.2637 52.6401 51.1058C52.8995 54.8447 54.693 61.4392 56.7292 67.7526C56.7398 67.7757 56.7468 67.8003 56.75 67.8255L49.2047 73.2745C47.4575 68.2254 45.9796 63.0864 44.7772 57.8795C40.6694 39.4788 54.3961 14.3565 64.7042 5.05617C81.0754 -8.47043 96.8945 29.6973 97.7788 39.4205Z", fill: "url(#paint28_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M49.2031 73.2743C49.2031 73.2743 61.7696 72.6724 64.935 71.5559C68.1005 70.4395 110.08 39.687 110.08 39.687C110.08 39.687 98.0075 39.1641 96.9593 39.512C95.911 39.8598 49.2031 73.2743 49.2031 73.2743Z", fill: "#1A0D2D" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.1836 12.6614C85.2993 13.23 84.4607 19.1914 86.2562 22.1554C88.0517 25.1194 90.6775 25.1027 91.0885 24.5258C91.4995 23.9488 92.6806 8.46631 86.1836 12.6614Z", fill: "#1B0A37" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M86.1829 12.6607C85.145 14.2271 84.6572 18.5575 86.6603 20.4655C88.6634 22.3735 90.2409 17.9827 90.2472 14.6791C90.2534 11.3756 86.9219 11.5193 86.1829 12.6607Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M86.2549 22.1438C85.9705 21.0482 90.5496 20.9732 90.9751 21.4939C91.4006 22.0147 91.056 24.3455 90.8277 24.7017C90.5994 25.0578 86.9565 24.8496 86.2549 22.1438Z", fill: "#442C4E" }), (0, jsx_runtime_1.jsx)("path", { d: "M88.9609 24.6458C88.9962 24.4563 90.717 24.1209 90.8893 24.1834C91.0616 24.2459 91.0968 24.5146 91.0968 24.5146C91.0968 24.5146 91.1176 24.6708 90.4389 24.8271C89.7601 24.9833 88.9609 24.6458 88.9609 24.6458Z", fill: "#65637D" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M48.4972 73.152C48.4972 73.152 51.9366 70.617 52.6486 69.6589C53.3606 68.7007 50.0602 39.425 50.5729 33.1241C51.0856 26.8232 51.48 24.4258 51.48 24.4258C51.48 24.4258 44.4889 36.8755 44.1361 48.1338C43.7832 59.3921 48.4972 73.152 48.4972 73.152Z", fill: "#25F56C" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M114.969 75.5814C114.969 75.5814 154.329 73.2277 170.943 69.1743C170.943 69.1743 138.354 67.0268 123.922 67.7537C109.489 68.4807 70.4531 70.7573 70.4531 70.7573C70.4531 70.7573 107.494 75.8189 114.969 75.5814Z", fill: "#7E687F" }), (0, jsx_runtime_1.jsx)("path", { d: "M70.4531 72.0243C70.4531 72.0243 108.806 74.6488 113.242 74.278C117.678 73.9073 155.794 70.7578 155.794 70.7578C155.794 70.7578 129.514 68.9998 120.358 69.0519C111.202 69.104 70.4531 72.0243 70.4531 72.0243Z", fill: "#1A0D2D" }), (0, jsx_runtime_1.jsx)("path", { d: "M108.477 30.7448C108.477 30.7448 153.437 30.499 154.026 30.8177C154.616 31.1364 154.979 36.9665 154.857 37.658C154.734 38.3496 110.021 38.6599 110.021 38.6599L108.477 30.7448Z", fill: "url(#paint29_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("path", { d: "M116.814 46.1278C114.45 44.401 110.411 22.0011 110.755 21.1325C111.1 20.2639 116.586 14.9295 119.457 14.5754C122.327 14.2213 143.257 14.1255 145.061 14.5171C148.095 15.1774 150.624 38.9583 149.395 40.4393C148.693 41.2849 128.33 42.3785 125.769 42.2098C123.627 42.0723 117.981 46.9797 116.814 46.1278Z", fill: "url(#paint30_linear_3278_93931)" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.63' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M110.76 21.1364C110.621 20.5115 118.232 14.4189 119.461 14.5793C120.69 14.7397 126.172 41.418 125.35 41.9179C124.528 42.4178 117.134 46.7711 116.819 46.1275C112.663 37.6249 110.899 21.7529 110.76 21.1364Z", fill: "#770081" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M119.554 15.4935C117.798 14.3729 112.612 19.7719 111.556 21.4362C110.499 23.1004 112.718 33.286 115.772 37.8726C118.885 42.5363 123.722 36.8312 122.939 28.6577C122.177 20.6967 119.921 15.7268 119.554 15.4935Z", fill: "#B62781" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M125.773 42.214C129.695 40.9941 133.71 40.0968 137.777 39.5311C144.071 38.698 149.194 39.9686 148.779 40.6893C148.364 41.41 139.45 42.214 125.773 42.214Z", fill: "#B62781" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.5' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M119.461 14.579C119.461 14.579 121.84 14.9956 131.376 14.8873C140.957 14.7894 143.622 15.3039 144.228 15.0956L144.822 14.8873C136.396 14.0004 127.906 13.8972 119.461 14.579Z", fill: "#FFD8BA" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M141.137 25.5269C141.405 27.5765 140.697 30.5031 138.715 31.3966C137.943 31.7507 136.971 31.7945 135.773 31.3321C135.62 31.2738 135.477 31.2029 135.319 31.1342C135.208 31.0858 135.101 31.0301 134.997 30.9676C134.926 30.9367 134.856 30.9012 134.789 30.8613C134.109 30.4798 133.485 30.0044 132.936 29.4491C129.98 26.5496 129.424 22.0213 132.894 20.4404C133.348 20.2363 133.826 20.09 134.316 20.0051C136.415 19.6135 140.618 21.5298 141.137 25.5269Z", fill: "#982C29" }), (0, jsx_runtime_1.jsx)("path", { d: "M138.713 31.4068C139.115 33.1023 138.559 35.1228 137.438 34.9624C136.361 34.8124 135.585 33.1127 135.363 31.5901C135.329 31.4381 135.323 31.2839 135.306 31.1444C135.246 30.1029 135.466 29.2593 136.062 29.2072C136.444 29.1617 136.831 29.2148 137.187 29.3614C138.007 29.6738 138.505 30.482 138.713 31.4068Z", fill: "#982C29" }), (0, jsx_runtime_1.jsx)("path", { d: "M137.66 25.7946C137.799 27.0004 137.641 28.2221 137.199 29.3522C136.925 30.1369 136.429 30.825 135.773 31.3331C135.653 31.4347 135.519 31.5182 135.375 31.581C135.342 31.4289 135.335 31.2748 135.319 31.1352C135.208 31.0868 135.101 31.0311 134.997 30.9686C134.926 30.9378 134.856 30.9023 134.789 30.8623C134.109 30.4808 133.485 30.0054 132.936 29.4501C129.98 26.5507 129.424 22.0224 132.894 20.4414C134.953 21.0413 137.309 22.8514 137.66 25.7946Z", fill: "#5E002C" }), (0, jsx_runtime_1.jsx)("path", { d: "M135.007 30.9677C134.935 30.9369 134.866 30.9014 134.799 30.8615C134.118 30.4799 133.494 30.0045 132.945 29.4492C133.969 29.4805 134.627 30.1158 135.007 30.9677Z", fill: "#59002C" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M131.578 21.3635C130.775 22.0488 130.175 25.1399 132.616 27.329C135.057 29.5182 137.729 26.4729 137.085 24.238C136.442 22.003 133.64 19.6097 131.578 21.3635Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M121.583 20.2176C120.187 19.5323 118.941 24.7584 121.874 27.462C124.834 30.1949 124.93 21.861 121.583 20.2176Z", fill: "#982C22" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M121.262 20.1708C120.339 20.1083 119.764 23.5639 121.322 25.2969C122.881 27.0299 123.94 24.7345 123.076 22.6786C122.213 20.6228 121.91 20.2145 121.262 20.1708Z", fill: "#B34377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M120.68 25.6953C120.68 24.7913 123.432 26.4014 123.629 27.4346C123.754 28.149 121.834 28.5302 120.68 25.6953Z", fill: "#FF833D" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M122.465 15.4995C120.31 15.6473 123.49 19.5112 125.281 23.5521C127.098 27.6513 129.051 20.0111 134.765 19.5528C140.48 19.0946 142.396 25.433 143.726 30.9736C145.082 36.6225 149.262 27.4868 147.741 21.8587C146.25 16.3368 145.628 15.7473 144.733 15.2474C143.838 14.7475 136.619 14.5351 122.465 15.4995Z", fill: "#D789BA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M138.715 31.4082L136.085 31.4519C136.085 31.4519 135.359 31.6394 135.392 31.7727C135.425 31.906 136.137 35.12 137.787 34.8451C139.437 34.5701 138.715 31.4082 138.715 31.4082Z", fill: "#CE6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M116.82 46.128C117.375 46.8591 141.501 45.6739 142.885 45.3094C144.27 44.9448 149.175 40.8664 149.401 40.4436C149.627 40.0208 127.95 41.0123 125.428 41.6351C122.906 42.2579 116.82 46.128 116.82 46.128Z", fill: "#5E002C" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'soft-light', opacity: '0.3' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120.679 45.5998C119.326 45.0333 126.566 42.3671 135.4 41.5568C144.234 40.7466 145.004 42.2109 145.328 42.213C145.652 42.2151 141.8 44.9479 133.974 45.5998C126.149 46.2518 120.679 45.5998 120.679 45.5998Z", fill: "#FFD8BA" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M110.973 23.5449C110.973 23.5449 109.36 24.8884 109.069 26.309C108.779 27.7295 110.688 37.9734 110.688 37.9734L113.422 37.8256L110.973 23.5449Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M152.129 20.9922C151.531 21.3776 150.964 25.408 152.179 27.4118C153.393 29.4156 155.168 29.4031 155.446 29.0136C155.724 28.6241 156.521 18.1573 152.129 20.9922Z", fill: "#1B0A37" }), (0, jsx_runtime_1.jsx)("g", __assign({ style: { mixBlendMode: 'multiply' } }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M152.125 20.9918C151.43 22.052 151.088 24.9806 152.447 26.2679C153.807 27.5551 154.869 24.5911 154.872 22.3582C154.874 20.1253 152.626 20.2211 152.125 20.9918Z", fill: "#AB6377" }) })), (0, jsx_runtime_1.jsx)("path", { d: "M152.173 27.4067C151.98 26.6651 155.079 26.6151 155.363 26.9672C155.647 27.3192 155.419 28.8939 155.263 29.1355C155.108 29.3771 152.646 29.2355 152.173 27.4067Z", fill: "#442C4E" }), (0, jsx_runtime_1.jsx)("path", { d: "M154 29.0972C154.023 28.9701 155.187 28.741 155.304 28.7848C155.42 28.8285 155.441 29.0076 155.441 29.0076C155.441 29.0076 155.453 29.1139 154.994 29.2159C154.658 29.2658 154.315 29.2248 154 29.0972Z", fill: "#65637D" }), (0, jsx_runtime_1.jsx)("path", { d: "M119.242 5.22978C119.242 5.22978 134.293 6.45662 138.106 7.77304C135.695 6.32729 133.008 5.40485 130.219 5.06522C125.691 4.53824 119.242 5.22978 119.242 5.22978Z", fill: "#25F56C" })] })), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", __assign({ id: "filter0_f_3278_93931", x: "0.700001", y: "86.7", width: "186.6", height: "58.2758", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [(0, jsx_runtime_1.jsx)("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), (0, jsx_runtime_1.jsx)("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "8.15", result: "effect1_foregroundBlur_3278_93931" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint0_linear_3278_93931", x1: "140.102", y1: "101.657", x2: "140.102", y2: "12.5323", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#48001B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#702C11" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint1_linear_3278_93931", x1: "124.343", y1: "61.9825", x2: "105.378", y2: "37.9948", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#403D5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#352349" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#210633" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint2_linear_3278_93931", x1: "140.938", y1: "58.7465", x2: "108.958", y2: "18.2968", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint3_linear_3278_93931", x1: "114.123", y1: "90.631", x2: "176.358", y2: "21.6943", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1D2048" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#1E1136" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A1036" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint4_linear_3278_93931", x1: "132.992", y1: "46.977", x2: "132.057", y2: "45.6209", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#524F6A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#5A4668" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint5_linear_3278_93931", x1: "111.58", y1: "69.5429", x2: "164.447", y2: "39.4929", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1D2048" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#1E1136" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A1036" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint6_linear_3278_93931", x1: "127.394", y1: "104.525", x2: "122.252", y2: "5.47519", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#681C48" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#691D47" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.39", stopColor: "#803637" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#8E462D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#934B29" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint7_linear_3278_93931", x1: "109.028", y1: "71.5486", x2: "109.028", y2: "35.1055", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#48001B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#511611" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint8_linear_3278_93931", x1: "106.885", y1: "69.0583", x2: "106.885", y2: "39.2285", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#360014" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A0211" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint9_linear_3278_93931", x1: "134.878", y1: "110.555", x2: "138.193", y2: "68.0806", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint10_linear_3278_93931", x1: "126.451", y1: "111.15", x2: "129.847", y2: "67.6458", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#161236" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#361E47" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint11_linear_3278_93931", x1: "116.438", y1: "107.136", x2: "116.438", y2: "69.3594", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#681C48" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#691D47" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.39", stopColor: "#803637" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.73", stopColor: "#8E462D" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#934B29" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint12_linear_3278_93931", x1: "131.674", y1: "82.7541", x2: "131.674", y2: "68.6734", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint13_linear_3278_93931", x1: "161.962", y1: "57.823", x2: "161.962", y2: "57.748", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint14_linear_3278_93931", x1: "130.856", y1: "72.0366", x2: "130.856", y2: "68.6852", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#161236" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#301741" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint15_linear_3278_93931", x1: "124.025", y1: "24.7401", x2: "123.607", y2: "20.0535", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#883411" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.99", stopColor: "#48001B" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint16_linear_3278_93931", x1: "76.9902", y1: "104.219", x2: "76.9902", y2: "73.5211", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#48001B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#702C11" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint17_linear_3278_93931", x1: "51.3779", y1: "73.5197", x2: "51.3779", y2: "73.1406", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#48001B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#702C11" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint18_linear_3278_93931", x1: "84.1769", y1: "108.545", x2: "93.4669", y2: "66.8847", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint19_linear_3278_93931", x1: "55.0951", y1: "103.648", x2: "116.404", y2: "66.747", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1D2048" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#1E1136" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A1036" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint20_linear_3278_93931", x1: "76.0211", y1: "97.7612", x2: "76.0211", y2: "74.599", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#403D5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#352349" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#210633" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint21_linear_3278_93931", x1: "55.2769", y1: "101.049", x2: "112.514", y2: "51.6823", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1D2048" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#1E1136" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A1036" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint22_linear_3278_93931", x1: "82.0507", y1: "98.0595", x2: "82.1839", y2: "95.8476", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#524F6A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#796985" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint23_linear_3278_93931", x1: "76.1448", y1: "73.1408", x2: "76.1448", y2: "13.0689", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.01", stopColor: "#48001B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#702C11" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint24_linear_3278_93931", x1: "61.3781", y1: "63.9247", x2: "41.9792", y2: "39.3884", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#403D5B" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.57", stopColor: "#352349" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#210633" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint25_linear_3278_93931", x1: "80.3042", y1: "62.0682", x2: "46.1299", y2: "18.8434", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint26_linear_3278_93931", x1: "51.7202", y1: "101.455", x2: "130.131", y2: "14.6027", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1D2048" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#1E1136" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A1036" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint27_linear_3278_93931", x1: "69.2415", y1: "48.3208", x2: "68.2862", y2: "46.9341", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#524F6A" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#5A4668" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint28_linear_3278_93931", x1: "49.213", y1: "73.2187", x2: "103.613", y2: "42.2977", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#1D2048" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.4", stopColor: "#1E1136" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#2A1036" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint29_linear_3278_93931", x1: "131.679", y1: "38.6599", x2: "131.679", y2: "30.6531", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#625484" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#675574" })] })), (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "paint30_linear_3278_93931", x1: "133.965", y1: "45.4108", x2: "123.462", y2: "13.2061", gradientUnits: "userSpaceOnUse" }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#D65752" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.3", stopColor: "#E66E3E" }), (0, jsx_runtime_1.jsx)("stop", { offset: "0.74", stopColor: "#F88926" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#FF931D" })] })), (0, jsx_runtime_1.jsx)("clipPath", __assign({ id: "clip0_3278_93931" }, { children: (0, jsx_runtime_1.jsx)("rect", { width: "129", height: "110", fill: "white", transform: "translate(42)" }) }))] })] })));
43
+ };
44
+ exports.ElonTreasureSvg = ElonTreasureSvg;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../types';
2
+ export declare const FSWinTreasureSvg: (props: IconProps) => import("react/jsx-runtime").JSX.Element;