@gardenfi/garden-book 0.2.24 → 0.2.25

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 (404) hide show
  1. package/dist/BlogCard/index.d.ts +1 -0
  2. package/dist/BlogCard/index.js +60 -0
  3. package/dist/BottomSheet/index.d.ts +1 -0
  4. package/dist/BottomSheet/index.js +17 -0
  5. package/dist/Button/ClientOnlyLottie.js +27 -0
  6. package/dist/Button/index.d.ts +1 -0
  7. package/dist/Button/index.js +108 -0
  8. package/dist/Button/spinner.json.js +375 -0
  9. package/dist/Checkbox/index.d.ts +1 -0
  10. package/dist/Checkbox/index.js +7 -0
  11. package/dist/Chip/index.d.ts +1 -0
  12. package/dist/Chip/index.js +20 -0
  13. package/dist/ClientOnly/index.js +6 -0
  14. package/dist/Container/index.d.ts +1 -0
  15. package/dist/Container/index.js +6 -0
  16. package/dist/Footer/FooterBackgroundAnimation.js +100 -0
  17. package/dist/Footer/FooterLink.js +87 -0
  18. package/dist/Footer/index.d.ts +1 -0
  19. package/dist/Footer/index.js +381 -0
  20. package/dist/GradientScroll/index.d.ts +1 -0
  21. package/dist/GradientScroll/index.js +116 -0
  22. package/dist/Icons/APIIcon.js +37 -0
  23. package/dist/Icons/AddIcon.js +16 -0
  24. package/dist/Icons/ArrowDownwardIcon.js +16 -0
  25. package/dist/Icons/ArrowEastIcon.js +22 -0
  26. package/dist/Icons/ArrowInwardIcon.js +37 -0
  27. package/dist/Icons/ArrowLeftIcon.js +16 -0
  28. package/dist/Icons/ArrowNorthEastIcon.js +16 -0
  29. package/dist/Icons/ArrowNorthWestIcon.js +16 -0
  30. package/dist/Icons/ArrowRightIcon.js +16 -0
  31. package/dist/Icons/ArrowSouthEastIcon.js +16 -0
  32. package/dist/Icons/ArrowSouthWestIcon.js +16 -0
  33. package/dist/Icons/ArrowSyncIcon.js +16 -0
  34. package/dist/Icons/ArrowUpwardIcon.js +16 -0
  35. package/dist/Icons/BlogIcon.js +37 -0
  36. package/dist/Icons/BooksIcon.js +8 -0
  37. package/dist/Icons/BrandKitIcon.js +37 -0
  38. package/dist/Icons/BtcIcon.js +5 -0
  39. package/dist/Icons/CancelIcon.js +22 -0
  40. package/dist/Icons/ChainflipIcon.js +103 -0
  41. package/dist/Icons/CheckCircleIcon.js +22 -0
  42. package/dist/Icons/CheckIcon.js +16 -0
  43. package/dist/Icons/Checked.js +37 -0
  44. package/dist/Icons/ClockIcon.js +16 -0
  45. package/dist/Icons/CloseIcon.js +16 -0
  46. package/dist/Icons/CodeBlockIcon.js +22 -0
  47. package/dist/Icons/CompareArrowsIcon.js +22 -0
  48. package/dist/Icons/ConsoleIcon.js +22 -0
  49. package/dist/Icons/CopyIcon.js +16 -0
  50. package/dist/Icons/CopyrightsIcon.js +22 -0
  51. package/dist/Icons/DeleteIcon.js +16 -0
  52. package/dist/Icons/DigitalWellbeingIcon.js +8 -0
  53. package/dist/Icons/DiscordIcon.js +22 -0
  54. package/dist/Icons/DistanceIcon.js +8 -0
  55. package/dist/Icons/DollarChipIcon.js +37 -0
  56. package/dist/Icons/DraftIcon.js +37 -0
  57. package/dist/Icons/EditIcon.js +16 -0
  58. package/dist/Icons/EncryptedIcon.js +37 -0
  59. package/dist/Icons/ExchangeAltIcon.d.ts +5 -0
  60. package/dist/Icons/ExchangeAltIcon.js +37 -0
  61. package/dist/Icons/ExchangeIcon.js +19 -0
  62. package/dist/Icons/FaqIcon.js +37 -0
  63. package/dist/Icons/FeesIcon.js +22 -0
  64. package/dist/Icons/FillDownIcon.js +5 -0
  65. package/dist/Icons/FillUpIcon.js +5 -0
  66. package/dist/Icons/FingerprintIcon.js +22 -0
  67. package/dist/Icons/FlowChartIcon.js +8 -0
  68. package/dist/Icons/FolderIcon.js +37 -0
  69. package/dist/Icons/GasStationIcon.js +22 -0
  70. package/dist/Icons/GiftBoxIcon.js +37 -0
  71. package/dist/Icons/GlobeIcon.d.ts +5 -0
  72. package/dist/Icons/GlobeIcon.js +16 -0
  73. package/dist/Icons/HorizontalSwap.js +37 -0
  74. package/dist/Icons/HubIcon.js +16 -0
  75. package/dist/Icons/InfinityIcon.js +22 -0
  76. package/dist/Icons/InfoIcon.js +16 -0
  77. package/dist/Icons/KeyboardDownIcon.js +16 -0
  78. package/dist/Icons/KeyboardLeftIcon.js +16 -0
  79. package/dist/Icons/KeyboardRightIcon.js +16 -0
  80. package/dist/Icons/KeyboardUpIcon.js +16 -0
  81. package/dist/Icons/LinkIcon.js +16 -0
  82. package/dist/Icons/LocationPointerIcon.js +5 -0
  83. package/dist/Icons/LockIcon.js +16 -0
  84. package/dist/Icons/LogoutIcon.js +16 -0
  85. package/dist/Icons/MailIcon.js +5 -0
  86. package/dist/Icons/MenuIcon.js +16 -0
  87. package/dist/Icons/MinusIcon.js +19 -0
  88. package/dist/Icons/OpenInFullIcon.js +16 -0
  89. package/dist/Icons/OpenInNewIcon.js +22 -0
  90. package/dist/Icons/OtterSecIcon.js +31 -0
  91. package/dist/Icons/PageInfoIcon.js +16 -0
  92. package/dist/Icons/PasskeyIcon.js +22 -0
  93. package/dist/Icons/PaymentsIcon.js +8 -0
  94. package/dist/Icons/PlusIcon.js +19 -0
  95. package/dist/Icons/RadioCheckedIcon.js +16 -0
  96. package/dist/Icons/RadioUncheckedIcon.js +16 -0
  97. package/dist/Icons/RaiseHandIcon.js +37 -0
  98. package/dist/Icons/ReferralIcon.js +16 -0
  99. package/dist/Icons/RelayLinkIcon.js +88 -0
  100. package/dist/Icons/RemoveIcon.js +16 -0
  101. package/dist/Icons/RewardsIcon.js +5 -0
  102. package/dist/Icons/Rotate360Icon.js +37 -0
  103. package/dist/Icons/RoutingIcon.js +37 -0
  104. package/dist/Icons/RowInfoIcon.js +37 -0
  105. package/dist/Icons/SDKIcon.js +37 -0
  106. package/dist/Icons/SearchIcon.js +16 -0
  107. package/dist/Icons/SearchIconThin.js +37 -0
  108. package/dist/Icons/ShapesIcon.js +8 -0
  109. package/dist/Icons/Share.js +22 -0
  110. package/dist/Icons/StakeIcon.js +37 -0
  111. package/dist/Icons/StarIcon.js +16 -0
  112. package/dist/Icons/SwapHorizontalIcon.js +21 -0
  113. package/dist/Icons/ThorswapIcon.js +55 -0
  114. package/dist/Icons/TimerIcon.js +16 -0
  115. package/dist/Icons/Unchecked.js +37 -0
  116. package/dist/Icons/UserGroupsIcon.js +8 -0
  117. package/dist/Icons/WalletIcon.js +16 -0
  118. package/dist/Icons/WalletIconRose.js +22 -0
  119. package/dist/Icons/WarningIcon.js +37 -0
  120. package/dist/Icons/XIcon.js +22 -0
  121. package/dist/Icons/XSolidIcon.js +22 -0
  122. package/dist/Icons/ZellicIcon.js +101 -0
  123. package/dist/{components/atoms/Icons → Icons}/index.d.ts +2 -2
  124. package/dist/Icons/index.js +200 -0
  125. package/dist/InfoBadge/index.d.ts +1 -0
  126. package/dist/InfoBadge/index.js +16 -0
  127. package/dist/Logo/ArbitrumLogo.js +66 -0
  128. package/dist/Logo/BTCLogo.js +32 -0
  129. package/dist/Logo/Camelot.js +73 -0
  130. package/dist/Logo/CatalogLogo.js +44 -0
  131. package/dist/Logo/Coinbase.js +24 -0
  132. package/dist/Logo/DLCBTC.js +68 -0
  133. package/dist/Logo/DODO.js +77 -0
  134. package/dist/Logo/Debridge.js +103 -0
  135. package/dist/Logo/EthereumLogo.js +60 -0
  136. package/dist/Logo/GMX.js +49 -0
  137. package/dist/Logo/GMXLogo.js +40 -0
  138. package/dist/Logo/GardenDocs.js +31 -0
  139. package/dist/Logo/GardenExplorer.js +34 -0
  140. package/dist/Logo/GardenExplorerAlt.js +31 -0
  141. package/dist/Logo/GardenFullLogo.js +66 -0
  142. package/dist/Logo/GardenIcon.js +33 -0
  143. package/dist/Logo/GardenIconOutline.js +43 -0
  144. package/dist/Logo/GardenLogo.js +33 -0
  145. package/dist/Logo/GardenLogoDark.js +83 -0
  146. package/dist/Logo/GardenLogoLight.js +83 -0
  147. package/dist/Logo/GardenLogoMarkDark.js +41 -0
  148. package/dist/Logo/GardenLogoMarkLight.js +41 -0
  149. package/dist/Logo/GardenLogoText.js +59 -0
  150. package/dist/Logo/GardenStrokeIcon.js +43 -0
  151. package/dist/Logo/NFTIcon.js +37 -0
  152. package/dist/Logo/PancakeSwap.js +134 -0
  153. package/dist/Logo/PhantomIcon.js +23 -0
  154. package/dist/Logo/PolygonLogo.js +31 -0
  155. package/dist/Logo/Radiant.js +31 -0
  156. package/dist/Logo/RadiantLogo.js +40 -0
  157. package/dist/Logo/Solv.js +73 -0
  158. package/dist/Logo/SwellBTC.js +31 -0
  159. package/dist/Logo/TraderJoe.js +98 -0
  160. package/dist/Logo/TrailOfBits.js +190 -0
  161. package/dist/Logo/TrustWallet.js +50 -0
  162. package/dist/Logo/Vertex.js +90 -0
  163. package/dist/Logo/WalletConnect.js +22 -0
  164. package/dist/Logo/index.js +76 -0
  165. package/dist/Modal/index.d.ts +1 -0
  166. package/dist/Modal/index.js +66 -0
  167. package/dist/{components/atoms/Opacity → Opacity}/Opacity.d.ts +1 -1
  168. package/dist/Opacity/index.d.ts +2 -0
  169. package/dist/Opacity/index.js +25 -0
  170. package/dist/QuestCard/index.d.ts +1 -0
  171. package/dist/QuestCard/index.js +57 -0
  172. package/dist/Sidebar/index.d.ts +1 -0
  173. package/dist/Sidebar/index.js +41 -0
  174. package/dist/TokenInfo/index.d.ts +1 -0
  175. package/dist/TokenInfo/index.js +44 -0
  176. package/dist/TokenNetworkLogos/index.d.ts +1 -0
  177. package/dist/TokenNetworkLogos/index.js +41 -0
  178. package/dist/Typography/index.d.ts +1 -0
  179. package/dist/Typography/index.js +89 -0
  180. package/dist/animations/RollingText/RollingText.js +70 -0
  181. package/dist/animations/ScaleY/ScaleY.js +32 -0
  182. package/dist/animations/Shine/Shine.js +6 -0
  183. package/dist/assets/blogPlaceholder.svg.js +4 -0
  184. package/dist/assets/maskRect.svg.js +4 -0
  185. package/dist/hooks/useClientOnly.js +10 -0
  186. package/dist/index.d.ts +19 -1
  187. package/dist/index.js +315 -0
  188. package/dist/node_modules/@radix-ui/primitive/dist/index.js +9 -0
  189. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +29 -0
  190. package/dist/node_modules/@radix-ui/react-context/dist/index.js +70 -0
  191. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +257 -0
  192. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
  193. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +17 -0
  194. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +137 -0
  195. package/dist/node_modules/@radix-ui/react-id/dist/index.js +13 -0
  196. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +16 -0
  197. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +71 -0
  198. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
  199. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
  200. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
  201. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +54 -0
  202. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +14 -0
  203. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
  204. package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
  205. package/dist/node_modules/vaul/dist/index.js +1038 -0
  206. package/dist/style.css +1 -1
  207. package/dist/utils/index.js +6 -0
  208. package/package.json +28 -17
  209. package/dist/animations/RollingText/RollingText.stories.d.ts +0 -7
  210. package/dist/animations/ScaleY/ScaleY.stories.d.ts +0 -7
  211. package/dist/animations/Shine/Shine.stories.d.ts +0 -7
  212. package/dist/components/atoms/BottomSheet/BottomSheet.stories.d.ts +0 -7
  213. package/dist/components/atoms/Button/Button.stories.d.ts +0 -17
  214. package/dist/components/atoms/Button/spinner.json.d.ts +0 -3
  215. package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -7
  216. package/dist/components/atoms/Container/Container.stories.d.ts +0 -7
  217. package/dist/components/atoms/Icons/ExchangeAltIcon.d.ts +0 -3
  218. package/dist/components/atoms/Icons/GlobeIcon.d.ts +0 -5
  219. package/dist/components/atoms/Icons/Icons.stories.d.ts +0 -5
  220. package/dist/components/atoms/Logo/Logo.stories.d.ts +0 -5
  221. package/dist/components/atoms/Modal/Modal.stories.d.ts +0 -7
  222. package/dist/components/atoms/Opacity/Opacity.stories.d.ts +0 -11
  223. package/dist/components/atoms/Sidebar/Sidebar.stories.d.ts +0 -9
  224. package/dist/components/atoms/Typography/Typography.stories.d.ts +0 -16
  225. package/dist/components/atoms/index.d.ts +0 -13
  226. package/dist/components/index.d.ts +0 -3
  227. package/dist/components/molecules/Chip/Chip.stories.d.ts +0 -37
  228. package/dist/components/molecules/GradientScroll/GradientScroll.stories.d.ts +0 -28
  229. package/dist/components/molecules/InfoBadge/InfoBadge.stories.d.ts +0 -14
  230. package/dist/components/molecules/TokenInfo/TokenInfo.stories.d.ts +0 -19
  231. package/dist/components/molecules/TokenNetworkLogos/TokenNetworkLogos.stories.d.ts +0 -21
  232. package/dist/components/molecules/index.d.ts +0 -7
  233. package/dist/components/organisms/BlogCard/BlogCard.stories.d.ts +0 -21
  234. package/dist/components/organisms/Footer/Footer.stories.d.ts +0 -17
  235. package/dist/components/organisms/QuestCard/QuestCard.stories.d.ts +0 -27
  236. package/dist/components/organisms/index.d.ts +0 -3
  237. package/dist/fonts/HafferBlack.woff2 +0 -0
  238. package/dist/fonts/HafferBold.woff2 +0 -0
  239. package/dist/fonts/HafferHeavy.woff2 +0 -0
  240. package/dist/fonts/HafferLight.woff2 +0 -0
  241. package/dist/fonts/HafferMedium.woff2 +0 -0
  242. package/dist/fonts/HafferRegular.woff2 +0 -0
  243. package/dist/fonts/HafferSemiBold.woff2 +0 -0
  244. package/dist/fonts/HafferThin.woff2 +0 -0
  245. package/dist/index.es-BsweaPuE.js +0 -8030
  246. package/dist/index.es-EZUrluJw.cjs +0 -11
  247. package/dist/ui.cjs.js +0 -65
  248. package/dist/ui.es.js +0 -16037
  249. package/dist/ui.umd.js +0 -75
  250. /package/dist/{components/organisms/BlogCard → BlogCard}/BlogCard.d.ts +0 -0
  251. /package/dist/{components/atoms/BottomSheet → BottomSheet}/BottomSheet.d.ts +0 -0
  252. /package/dist/{components/atoms/Button → Button}/Button.d.ts +0 -0
  253. /package/dist/{components/atoms/Button → Button}/ClientOnlyLottie.d.ts +0 -0
  254. /package/dist/{components/atoms/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
  255. /package/dist/{components/molecules/Chip → Chip}/Chip.d.ts +0 -0
  256. /package/dist/{components/atoms/ClientOnly → ClientOnly}/ClientOnly.d.ts +0 -0
  257. /package/dist/{components/atoms/ClientOnly → ClientOnly}/index.d.ts +0 -0
  258. /package/dist/{components/atoms/Container → Container}/Container.d.ts +0 -0
  259. /package/dist/{components/organisms/Footer → Footer}/Footer.d.ts +0 -0
  260. /package/dist/{components/organisms/Footer → Footer}/FooterBackgroundAnimation.d.ts +0 -0
  261. /package/dist/{components/organisms/Footer → Footer}/FooterLink.d.ts +0 -0
  262. /package/dist/{components/molecules/GradientScroll → GradientScroll}/GradientScroll.d.ts +0 -0
  263. /package/dist/{components/atoms/Icons → Icons}/APIIcon.d.ts +0 -0
  264. /package/dist/{components/atoms/Icons → Icons}/AddIcon.d.ts +0 -0
  265. /package/dist/{components/atoms/Icons → Icons}/ArrowDownwardIcon.d.ts +0 -0
  266. /package/dist/{components/atoms/Icons → Icons}/ArrowEastIcon.d.ts +0 -0
  267. /package/dist/{components/atoms/Icons → Icons}/ArrowInwardIcon.d.ts +0 -0
  268. /package/dist/{components/atoms/Icons → Icons}/ArrowLeftIcon.d.ts +0 -0
  269. /package/dist/{components/atoms/Icons → Icons}/ArrowNorthEastIcon.d.ts +0 -0
  270. /package/dist/{components/atoms/Icons → Icons}/ArrowNorthWestIcon.d.ts +0 -0
  271. /package/dist/{components/atoms/Icons → Icons}/ArrowRightIcon.d.ts +0 -0
  272. /package/dist/{components/atoms/Icons → Icons}/ArrowSouthEastIcon.d.ts +0 -0
  273. /package/dist/{components/atoms/Icons → Icons}/ArrowSouthWestIcon.d.ts +0 -0
  274. /package/dist/{components/atoms/Icons → Icons}/ArrowSyncIcon.d.ts +0 -0
  275. /package/dist/{components/atoms/Icons → Icons}/ArrowUpwardIcon.d.ts +0 -0
  276. /package/dist/{components/atoms/Icons → Icons}/BlogIcon.d.ts +0 -0
  277. /package/dist/{components/atoms/Icons → Icons}/BooksIcon.d.ts +0 -0
  278. /package/dist/{components/atoms/Icons → Icons}/BrandKitIcon.d.ts +0 -0
  279. /package/dist/{components/atoms/Icons → Icons}/BtcIcon.d.ts +0 -0
  280. /package/dist/{components/atoms/Icons → Icons}/CancelIcon.d.ts +0 -0
  281. /package/dist/{components/atoms/Icons → Icons}/ChainflipIcon.d.ts +0 -0
  282. /package/dist/{components/atoms/Icons → Icons}/CheckCircleIcon.d.ts +0 -0
  283. /package/dist/{components/atoms/Icons → Icons}/CheckIcon.d.ts +0 -0
  284. /package/dist/{components/atoms/Icons → Icons}/Checked.d.ts +0 -0
  285. /package/dist/{components/atoms/Icons → Icons}/ClockIcon.d.ts +0 -0
  286. /package/dist/{components/atoms/Icons → Icons}/CloseIcon.d.ts +0 -0
  287. /package/dist/{components/atoms/Icons → Icons}/CodeBlockIcon.d.ts +0 -0
  288. /package/dist/{components/atoms/Icons → Icons}/CompareArrowsIcon.d.ts +0 -0
  289. /package/dist/{components/atoms/Icons → Icons}/ConsoleIcon.d.ts +0 -0
  290. /package/dist/{components/atoms/Icons → Icons}/CopyIcon.d.ts +0 -0
  291. /package/dist/{components/atoms/Icons → Icons}/CopyrightsIcon.d.ts +0 -0
  292. /package/dist/{components/atoms/Icons → Icons}/DeleteIcon.d.ts +0 -0
  293. /package/dist/{components/atoms/Icons → Icons}/DigitalWellbeingIcon.d.ts +0 -0
  294. /package/dist/{components/atoms/Icons → Icons}/DiscordIcon.d.ts +0 -0
  295. /package/dist/{components/atoms/Icons → Icons}/DistanceIcon.d.ts +0 -0
  296. /package/dist/{components/atoms/Icons → Icons}/DollarChipIcon.d.ts +0 -0
  297. /package/dist/{components/atoms/Icons → Icons}/DraftIcon.d.ts +0 -0
  298. /package/dist/{components/atoms/Icons → Icons}/EditIcon.d.ts +0 -0
  299. /package/dist/{components/atoms/Icons → Icons}/EncryptedIcon.d.ts +0 -0
  300. /package/dist/{components/atoms/Icons → Icons}/ExchangeIcon.d.ts +0 -0
  301. /package/dist/{components/atoms/Icons → Icons}/FaqIcon.d.ts +0 -0
  302. /package/dist/{components/atoms/Icons → Icons}/FeesIcon.d.ts +0 -0
  303. /package/dist/{components/atoms/Icons → Icons}/FillDownIcon.d.ts +0 -0
  304. /package/dist/{components/atoms/Icons → Icons}/FillUpIcon.d.ts +0 -0
  305. /package/dist/{components/atoms/Icons → Icons}/FingerprintIcon.d.ts +0 -0
  306. /package/dist/{components/atoms/Icons → Icons}/FlowChartIcon.d.ts +0 -0
  307. /package/dist/{components/atoms/Icons → Icons}/FolderIcon.d.ts +0 -0
  308. /package/dist/{components/atoms/Icons → Icons}/GasStationIcon.d.ts +0 -0
  309. /package/dist/{components/atoms/Icons → Icons}/GiftBoxIcon.d.ts +0 -0
  310. /package/dist/{components/atoms/Icons → Icons}/HorizontalSwap.d.ts +0 -0
  311. /package/dist/{components/atoms/Icons → Icons}/HubIcon.d.ts +0 -0
  312. /package/dist/{components/atoms/Icons → Icons}/InfinityIcon.d.ts +0 -0
  313. /package/dist/{components/atoms/Icons → Icons}/InfoIcon.d.ts +0 -0
  314. /package/dist/{components/atoms/Icons → Icons}/KeyboardDownIcon.d.ts +0 -0
  315. /package/dist/{components/atoms/Icons → Icons}/KeyboardLeftIcon.d.ts +0 -0
  316. /package/dist/{components/atoms/Icons → Icons}/KeyboardRightIcon.d.ts +0 -0
  317. /package/dist/{components/atoms/Icons → Icons}/KeyboardUpIcon.d.ts +0 -0
  318. /package/dist/{components/atoms/Icons → Icons}/LinkIcon.d.ts +0 -0
  319. /package/dist/{components/atoms/Icons → Icons}/LocationPointerIcon.d.ts +0 -0
  320. /package/dist/{components/atoms/Icons → Icons}/LockIcon.d.ts +0 -0
  321. /package/dist/{components/atoms/Icons → Icons}/LogoutIcon.d.ts +0 -0
  322. /package/dist/{components/atoms/Icons → Icons}/MailIcon.d.ts +0 -0
  323. /package/dist/{components/atoms/Icons → Icons}/MenuIcon.d.ts +0 -0
  324. /package/dist/{components/atoms/Icons → Icons}/MinusIcon.d.ts +0 -0
  325. /package/dist/{components/atoms/Icons → Icons}/OpenInFullIcon.d.ts +0 -0
  326. /package/dist/{components/atoms/Icons → Icons}/OpenInNewIcon.d.ts +0 -0
  327. /package/dist/{components/atoms/Icons → Icons}/OtterSecIcon.d.ts +0 -0
  328. /package/dist/{components/atoms/Icons → Icons}/PageInfoIcon.d.ts +0 -0
  329. /package/dist/{components/atoms/Icons/Passkey.d.ts → Icons/PasskeyIcon.d.ts} +0 -0
  330. /package/dist/{components/atoms/Icons → Icons}/PaymentsIcon.d.ts +0 -0
  331. /package/dist/{components/atoms/Icons → Icons}/PlusIcon.d.ts +0 -0
  332. /package/dist/{components/atoms/Icons → Icons}/RadioCheckedIcon.d.ts +0 -0
  333. /package/dist/{components/atoms/Icons → Icons}/RadioUncheckedIcon.d.ts +0 -0
  334. /package/dist/{components/atoms/Icons → Icons}/RaiseHandIcon.d.ts +0 -0
  335. /package/dist/{components/atoms/Icons → Icons}/ReferralIcon.d.ts +0 -0
  336. /package/dist/{components/atoms/Icons → Icons}/RelayLinkIcon.d.ts +0 -0
  337. /package/dist/{components/atoms/Icons → Icons}/RemoveIcon.d.ts +0 -0
  338. /package/dist/{components/atoms/Icons → Icons}/RewardsIcon.d.ts +0 -0
  339. /package/dist/{components/atoms/Icons → Icons}/Rotate360Icon.d.ts +0 -0
  340. /package/dist/{components/atoms/Icons → Icons}/RoutingIcon.d.ts +0 -0
  341. /package/dist/{components/atoms/Icons → Icons}/RowInfoIcon.d.ts +0 -0
  342. /package/dist/{components/atoms/Icons → Icons}/SDKIcon.d.ts +0 -0
  343. /package/dist/{components/atoms/Icons → Icons}/SearchIcon.d.ts +0 -0
  344. /package/dist/{components/atoms/Icons → Icons}/SearchIconThin.d.ts +0 -0
  345. /package/dist/{components/atoms/Icons → Icons}/ShapesIcon.d.ts +0 -0
  346. /package/dist/{components/atoms/Icons → Icons}/Share.d.ts +0 -0
  347. /package/dist/{components/atoms/Icons → Icons}/StakeIcon.d.ts +0 -0
  348. /package/dist/{components/atoms/Icons → Icons}/StarIcon.d.ts +0 -0
  349. /package/dist/{components/atoms/Icons → Icons}/SwapHorizontalIcon.d.ts +0 -0
  350. /package/dist/{components/atoms/Icons → Icons}/ThorswapIcon.d.ts +0 -0
  351. /package/dist/{components/atoms/Icons → Icons}/TimerIcon.d.ts +0 -0
  352. /package/dist/{components/atoms/Icons → Icons}/Unchecked.d.ts +0 -0
  353. /package/dist/{components/atoms/Icons → Icons}/UserGroupsIcon.d.ts +0 -0
  354. /package/dist/{components/atoms/Icons → Icons}/WalletIcon.d.ts +0 -0
  355. /package/dist/{components/atoms/Icons → Icons}/WalletIconRose.d.ts +0 -0
  356. /package/dist/{components/atoms/Icons → Icons}/WarningIcon.d.ts +0 -0
  357. /package/dist/{components/atoms/Icons → Icons}/XIcon.d.ts +0 -0
  358. /package/dist/{components/atoms/Icons → Icons}/XSolidIcon.d.ts +0 -0
  359. /package/dist/{components/atoms/Icons → Icons}/ZellicIcon.d.ts +0 -0
  360. /package/dist/{components/molecules/InfoBadge → InfoBadge}/InfoBadge.d.ts +0 -0
  361. /package/dist/{components/atoms/Logo → Logo}/ArbitrumLogo.d.ts +0 -0
  362. /package/dist/{components/atoms/Logo → Logo}/BTCLogo.d.ts +0 -0
  363. /package/dist/{components/atoms/Logo → Logo}/Camelot.d.ts +0 -0
  364. /package/dist/{components/atoms/Logo → Logo}/CatalogLogo.d.ts +0 -0
  365. /package/dist/{components/atoms/Logo → Logo}/Coinbase.d.ts +0 -0
  366. /package/dist/{components/atoms/Logo → Logo}/DLCBTC.d.ts +0 -0
  367. /package/dist/{components/atoms/Logo → Logo}/DODO.d.ts +0 -0
  368. /package/dist/{components/atoms/Logo → Logo}/Debridge.d.ts +0 -0
  369. /package/dist/{components/atoms/Logo → Logo}/EthereumLogo.d.ts +0 -0
  370. /package/dist/{components/atoms/Logo → Logo}/GMX.d.ts +0 -0
  371. /package/dist/{components/atoms/Logo → Logo}/GMXLogo.d.ts +0 -0
  372. /package/dist/{components/atoms/Logo → Logo}/GardenDocs.d.ts +0 -0
  373. /package/dist/{components/atoms/Logo → Logo}/GardenExplorer.d.ts +0 -0
  374. /package/dist/{components/atoms/Logo → Logo}/GardenExplorerAlt.d.ts +0 -0
  375. /package/dist/{components/atoms/Logo → Logo}/GardenFullLogo.d.ts +0 -0
  376. /package/dist/{components/atoms/Logo → Logo}/GardenIcon.d.ts +0 -0
  377. /package/dist/{components/atoms/Logo → Logo}/GardenIconOutline.d.ts +0 -0
  378. /package/dist/{components/atoms/Logo → Logo}/GardenLogo.d.ts +0 -0
  379. /package/dist/{components/atoms/Logo → Logo}/GardenLogoDark.d.ts +0 -0
  380. /package/dist/{components/atoms/Logo → Logo}/GardenLogoLight.d.ts +0 -0
  381. /package/dist/{components/atoms/Logo → Logo}/GardenLogoMarkDark.d.ts +0 -0
  382. /package/dist/{components/atoms/Logo → Logo}/GardenLogoMarkLight.d.ts +0 -0
  383. /package/dist/{components/atoms/Logo → Logo}/GardenLogoText.d.ts +0 -0
  384. /package/dist/{components/atoms/Logo → Logo}/GardenStrokeIcon.d.ts +0 -0
  385. /package/dist/{components/atoms/Logo → Logo}/NFTIcon.d.ts +0 -0
  386. /package/dist/{components/atoms/Logo → Logo}/PancakeSwap.d.ts +0 -0
  387. /package/dist/{components/atoms/Logo → Logo}/PhantomIcon.d.ts +0 -0
  388. /package/dist/{components/atoms/Logo → Logo}/PolygonLogo.d.ts +0 -0
  389. /package/dist/{components/atoms/Logo → Logo}/Radiant.d.ts +0 -0
  390. /package/dist/{components/atoms/Logo → Logo}/RadiantLogo.d.ts +0 -0
  391. /package/dist/{components/atoms/Logo → Logo}/Solv.d.ts +0 -0
  392. /package/dist/{components/atoms/Logo → Logo}/SwellBTC.d.ts +0 -0
  393. /package/dist/{components/atoms/Logo → Logo}/TraderJoe.d.ts +0 -0
  394. /package/dist/{components/atoms/Logo → Logo}/TrailOfBits.d.ts +0 -0
  395. /package/dist/{components/atoms/Logo → Logo}/TrustWallet.d.ts +0 -0
  396. /package/dist/{components/atoms/Logo → Logo}/Vertex.d.ts +0 -0
  397. /package/dist/{components/atoms/Logo → Logo}/WalletConnect.d.ts +0 -0
  398. /package/dist/{components/atoms/Logo → Logo}/index.d.ts +0 -0
  399. /package/dist/{components/atoms/Modal → Modal}/Modal.d.ts +0 -0
  400. /package/dist/{components/organisms/QuestCard → QuestCard}/QuestCard.d.ts +0 -0
  401. /package/dist/{components/atoms/Sidebar → Sidebar}/Sidebar.d.ts +0 -0
  402. /package/dist/{components/molecules/TokenInfo → TokenInfo}/TokenInfo.d.ts +0 -0
  403. /package/dist/{components/molecules/TokenNetworkLogos → TokenNetworkLogos}/TokenNetworkLogos.d.ts +0 -0
  404. /package/dist/{components/atoms/Typography → Typography}/Typography.d.ts +0 -0
@@ -0,0 +1,100 @@
1
+ import { jsxs as g, Fragment as p, jsx as t } from "react/jsx-runtime";
2
+ import { useMotionValue as y, useTransform as v, AnimatePresence as h, motion as k } from "framer-motion";
3
+ import { useState as r, useRef as s, useEffect as b } from "react";
4
+ const S = ({
5
+ isMobile: l,
6
+ isLogoHovered: n,
7
+ maskUrl: c
8
+ }) => {
9
+ const [i] = r(
10
+ "https://garden-bucket-cdn.s3.eu-central-1.amazonaws.com/flowers_bg.mp4"
11
+ ), [f, o] = r("initial"), m = s(null), e = s(null), u = y(45), d = v(u, (a) => `${a}% center`);
12
+ return b(() => {
13
+ if (n)
14
+ o("visible");
15
+ else {
16
+ o("exit");
17
+ const a = setTimeout(() => {
18
+ o("initial");
19
+ }, 800);
20
+ return () => clearTimeout(a);
21
+ }
22
+ }, [n]), /* @__PURE__ */ g(p, { children: [
23
+ /* @__PURE__ */ t(
24
+ "video",
25
+ {
26
+ ref: m,
27
+ src: i,
28
+ autoPlay: !0,
29
+ loop: !0,
30
+ muted: !0,
31
+ controls: !1,
32
+ preload: "metadata",
33
+ playsInline: !0,
34
+ className: "gf-pointer-events-none gf-absolute gf-left-0 gf-top-0 gf-z-0 gf-h-full gf-w-screen gf-object-cover gf-opacity-0"
35
+ },
36
+ "video-flowers"
37
+ ),
38
+ /* @__PURE__ */ t(h, { mode: "wait", children: /* @__PURE__ */ t(
39
+ k.div,
40
+ {
41
+ animate: f,
42
+ variants: {
43
+ initial: { maskPosition: "45%", opacity: 0 },
44
+ visible: { maskPosition: "10%", opacity: 1 },
45
+ exit: {
46
+ maskPosition: "-60%",
47
+ opacity: 0,
48
+ transition: {
49
+ duration: 1.2,
50
+ ease: [0, 0.77, 0.3, 1],
51
+ opacity: {
52
+ delay: 0.4
53
+ }
54
+ }
55
+ }
56
+ },
57
+ transition: {
58
+ duration: 1,
59
+ ease: [0.22, 0.68, 0.88, 0.96],
60
+ delay: 0.15,
61
+ opacity: {
62
+ times: [0, 1, 1, 1]
63
+ }
64
+ },
65
+ style: {
66
+ maskImage: `linear-gradient(black, black), url('${c}')`,
67
+ maskComposite: "exclude",
68
+ maskSize: l ? "1200% 200%" : "820% 600%",
69
+ maskPosition: d
70
+ },
71
+ className: "gf-pointer-events-none gf-absolute gf-left-0 gf-top-0 gf-z-0 gf-h-full gf-w-full gf-overflow-hidden gf-opacity-0",
72
+ children: /* @__PURE__ */ t(
73
+ "video",
74
+ {
75
+ ref: e,
76
+ src: i,
77
+ autoPlay: !0,
78
+ loop: !0,
79
+ muted: !0,
80
+ controls: !1,
81
+ preload: "metadata",
82
+ playsInline: !0,
83
+ className: "gf-pointer-events-none gf-h-full gf-w-screen gf-object-cover",
84
+ onCanPlayThrough: () => {
85
+ e.current && e.current.play().catch(console.error);
86
+ },
87
+ onLoadStart: () => {
88
+ e.current && e.current.play().catch(console.error);
89
+ }
90
+ },
91
+ "video-flowers-animated"
92
+ )
93
+ },
94
+ "hovered"
95
+ ) })
96
+ ] });
97
+ };
98
+ export {
99
+ S as FooterBackgroundAnimation
100
+ };
@@ -0,0 +1,87 @@
1
+ import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
+ import { RollingText as i } from "../animations/RollingText/RollingText.js";
3
+ import { Typography as r } from "../Typography/index.js";
4
+ const o = ({
5
+ title: c,
6
+ links: n,
7
+ hoveredIndex: g,
8
+ onHover: e,
9
+ className: u = "gf-flex gf-w-full gf-flex-col gf-gap-3 md:gf-w-fit",
10
+ listClassName: p = "gf-flex gf-flex-col gf-gap-1",
11
+ isRoutes: l = !1
12
+ }) => /* @__PURE__ */ s("div", { className: u, children: [
13
+ /* @__PURE__ */ t(
14
+ r,
15
+ {
16
+ size: "h4",
17
+ weight: "medium",
18
+ className: "gf-flex gf-items-center gf-gap-2 gf-transition-all gf-duration-500 gf-ease-in-out gf-text-inherit",
19
+ children: /* @__PURE__ */ t("span", { children: c })
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t("ul", { className: p, children: Object.values(n).map(
23
+ (a, f) => a.link && /* @__PURE__ */ t(
24
+ "li",
25
+ {
26
+ className: l ? "gf-w-fit" : "",
27
+ onMouseEnter: () => {
28
+ e == null || e(f);
29
+ },
30
+ onMouseLeave: () => {
31
+ e == null || e(null);
32
+ },
33
+ children: /* @__PURE__ */ s(
34
+ r,
35
+ {
36
+ as: "a",
37
+ href: a.link,
38
+ target: "_blank",
39
+ size: "h4",
40
+ weight: "regular",
41
+ className: `gf-cursor-pointer gf-transition-all gf-duration-500 gf-ease-in-out gf-text-inherit ${l ? "gf-flex gf-w-fit gf-gap-0.5 gf-items-end gf-transition-colors gf-duration-500 gf-ease-in-out" : ""}`,
42
+ children: [
43
+ a.inputAsset && /* @__PURE__ */ t(
44
+ i,
45
+ {
46
+ delay: 0.2,
47
+ value: a.inputAsset || "",
48
+ isHovered: g === f
49
+ }
50
+ ),
51
+ l && a.inputChain && /* @__PURE__ */ t(
52
+ i,
53
+ {
54
+ delay: 0.3,
55
+ className: "gf-text-xs gf-italic gf-translate-y-[0.6px]",
56
+ value: a.inputChain,
57
+ isHovered: g === f
58
+ }
59
+ ),
60
+ /* @__PURE__ */ t(
61
+ i,
62
+ {
63
+ delay: 0.35,
64
+ value: a.title,
65
+ isHovered: g === f
66
+ }
67
+ ),
68
+ l && a.chain && /* @__PURE__ */ t(
69
+ i,
70
+ {
71
+ delay: 0.5,
72
+ className: "gf-text-xs gf-italic gf-translate-y-[0.6px] -gf-translate-x-[2px]",
73
+ value: a.chain,
74
+ isHovered: g === f
75
+ }
76
+ )
77
+ ]
78
+ }
79
+ )
80
+ },
81
+ f
82
+ )
83
+ ) })
84
+ ] });
85
+ export {
86
+ o as FooterLinks
87
+ };
@@ -0,0 +1 @@
1
+ export { Footer } from './Footer';
@@ -0,0 +1,381 @@
1
+ import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
+ import { useState as d, useRef as v, useEffect as B } from "react";
3
+ import { GardenIcon as N } from "../Logo/GardenIcon.js";
4
+ import { CopyrightsIcon as S } from "../Icons/CopyrightsIcon.js";
5
+ import { DiscordIcon as y } from "../Icons/DiscordIcon.js";
6
+ import { XIcon as U } from "../Icons/XIcon.js";
7
+ import { cn as D } from "../utils/index.js";
8
+ import { FooterBackgroundAnimation as R } from "./FooterBackgroundAnimation.js";
9
+ import { FooterLinks as l } from "./FooterLink.js";
10
+ import A from "../assets/maskRect.svg.js";
11
+ import { useClientOnly as I } from "../hooks/useClientOnly.js";
12
+ import { Typography as a } from "../Typography/index.js";
13
+ const q = ({
14
+ className: m,
15
+ network: s = "mainnet",
16
+ maskUrl: p = A,
17
+ ...x
18
+ }) => {
19
+ const [n, g] = d(!1), [h, b] = d(
20
+ null
21
+ ), o = I(), r = v(null);
22
+ B(() => () => {
23
+ r.current && clearTimeout(r.current);
24
+ }, []);
25
+ const f = s && s === "testnet" ? "https://testnet.garden.finance" : "https://app.garden.finance", e = "https://garden.finance", w = {
26
+ Products: {
27
+ swap: {
28
+ title: "Swap",
29
+ link: s && s === "testnet" ? `${f}/?input-chain=bitcoin_testnet&input-asset=BTC` : `${f}/?input-chain=bitcoin&input-asset=BTC`,
30
+ isExternal: !0
31
+ },
32
+ stake: {
33
+ title: "Stake",
34
+ link: s && s === "testnet" ? void 0 : `${f}/stake`,
35
+ isExternal: !0
36
+ },
37
+ explorer: {
38
+ title: "Explorer",
39
+ link: s && s === "testnet" ? "https://testnet-explorer.garden.finance/" : "https://explorer.garden.finance/",
40
+ isExternal: !0
41
+ }
42
+ },
43
+ Resources: {
44
+ blog: {
45
+ title: "Blog",
46
+ link: `${e}/blog`,
47
+ isExternal: !0
48
+ },
49
+ routes: {
50
+ title: "Routes",
51
+ link: `${e}/routes`,
52
+ isExternal: !0
53
+ },
54
+ faq: {
55
+ title: "FAQs",
56
+ link: `${e}/faq`,
57
+ isExternal: !0
58
+ },
59
+ brandKit: {
60
+ title: "Brand kit",
61
+ link: `${e}/brand-kit`,
62
+ isExternal: !0
63
+ },
64
+ analytics: {
65
+ title: "Analytics",
66
+ link: "https://dune.com/garden_finance/gardenfinance",
67
+ isExternal: !0
68
+ },
69
+ Governance: {
70
+ title: "Governance",
71
+ link: "https://docs.garden.finance/home/governance",
72
+ isExternal: !0
73
+ }
74
+ },
75
+ Developers: {
76
+ docs: {
77
+ title: "Docs",
78
+ link: "https://docs.garden.finance/",
79
+ isExternal: !0
80
+ },
81
+ api: {
82
+ title: "API",
83
+ link: "https://docs.garden.finance/developers/api/overview",
84
+ isExternal: !0
85
+ },
86
+ sdk: {
87
+ title: "SDK",
88
+ link: "https://docs.garden.finance/developers/sdk/overview",
89
+ isExternal: !0
90
+ },
91
+ security: {
92
+ title: "Security",
93
+ link: `${e}/security`,
94
+ isExternal: !0
95
+ }
96
+ }
97
+ }, k = {
98
+ btcToSol: {
99
+ title: "BTC to SOL",
100
+ link: e + "/routes/bridge-btc-to-sol",
101
+ chain: "Solana",
102
+ isExternal: !0
103
+ },
104
+ btcToEth: {
105
+ title: "BTC to ETH",
106
+ link: e + "/routes/bridge-btc-to-eth",
107
+ chain: "Ethereum",
108
+ isExternal: !0
109
+ },
110
+ btcToUsdc: {
111
+ title: "BTC to USDC",
112
+ link: e + "/routes/bridge-btc-to-usdc-arbitrum",
113
+ chain: "Arbitrum",
114
+ isExternal: !0
115
+ },
116
+ btctoUsdcEth: {
117
+ title: "BTC to USDC",
118
+ link: e + "/routes/bridge-btc-to-usdc-ethereum",
119
+ chain: "Ethereum",
120
+ isExternal: !0
121
+ },
122
+ btcToWbtc: {
123
+ title: "BTC to WBTC",
124
+ link: e + "/routes/bridge-btc-to-wbtc-ethereum",
125
+ chain: "Ethereum",
126
+ isExternal: !0
127
+ },
128
+ btcTocbBtc: {
129
+ title: "BTC to cbBTC",
130
+ link: e + "/routes/bridge-btc-to-cbbtc-base",
131
+ chain: "Base",
132
+ isExternal: !0
133
+ },
134
+ btcToSui: {
135
+ title: "BTC to SUI",
136
+ link: e + "/routes/bridge-btc-to-sui",
137
+ chain: "Sui",
138
+ isExternal: !0
139
+ },
140
+ // btcToWbtcUni: {
141
+ // title: "BTC to WBTC",
142
+ // link: homepage + "/routes/bridge-btc-to-wbtc-unichain",
143
+ // chain: "Unichain",
144
+ // isExternal: true,
145
+ // },
146
+ btcToBnb: {
147
+ title: "BTC to BNB",
148
+ link: e + "/routes/bridge-btc-to-bnb",
149
+ chain: "BNB Chain",
150
+ isExternal: !0
151
+ },
152
+ btcToMon: {
153
+ title: "BTC to MON",
154
+ link: e + "/routes/bridge-btc-to-mon",
155
+ chain: "Monad",
156
+ isExternal: !0
157
+ },
158
+ cbBtcBaseTocbBtcSolana: {
159
+ title: " to cbBTC",
160
+ link: e + "/routes/bridge-cbbtc-base-to-cbbtc-solana",
161
+ inputAsset: "cbBTC",
162
+ inputChain: "Base",
163
+ chain: "Solana",
164
+ isExternal: !0
165
+ },
166
+ usdcBnbToBtc: {
167
+ title: " to BTC",
168
+ link: e + "/routes/bridge-usdc-bnb-to-btc",
169
+ inputAsset: "USDC",
170
+ inputChain: "BNB Chain",
171
+ isExternal: !0
172
+ },
173
+ btcToUsdtEthereum: {
174
+ title: " to USDT",
175
+ link: e + "/routes/bridge-btc-to-usdt-ethereum",
176
+ inputAsset: "BTC",
177
+ chain: "Ethereum",
178
+ isExternal: !0
179
+ },
180
+ btcToUsdcSolana: {
181
+ title: " to USDC",
182
+ link: e + "/routes/bridge-btc-to-usdc-solana",
183
+ inputAsset: "BTC",
184
+ chain: "Solana",
185
+ isExternal: !0
186
+ },
187
+ usdcEthereumToBtc: {
188
+ title: " to BTC",
189
+ link: e + "/routes/bridge-usdc-ethereum-to-btc",
190
+ inputAsset: "USDC",
191
+ inputChain: "Ethereum",
192
+ isExternal: !0
193
+ },
194
+ solToBtc: {
195
+ title: " to BTC",
196
+ link: e + "/routes/bridge-sol-to-btc",
197
+ inputAsset: "SOL",
198
+ inputChain: "Solana",
199
+ isExternal: !0
200
+ },
201
+ usdcEthereumToUsdcBase: {
202
+ title: " to USDC",
203
+ link: e + "/routes/bridge-usdc-ethereum-to-usdc-base",
204
+ inputAsset: "USDC",
205
+ inputChain: "Ethereum",
206
+ chain: "Base",
207
+ isExternal: !0
208
+ }
209
+ }, c = {
210
+ discord: "https://discord.gg/7feudTFMXB",
211
+ x: "https://x.com/gardenfi"
212
+ }, { Products: T, Resources: u, Developers: C } = w;
213
+ return /* @__PURE__ */ i(
214
+ "footer",
215
+ {
216
+ className: D(
217
+ "gf-z-10 gf-relative gf-mx-auto gf-flex gf-w-full gf-flex-col gf-items-center gf-justify-center gf-bg-white gf-px-6 gf-pb-10 gf-pt-20 md:gf-px-10",
218
+ m,
219
+ n ? "gf-text-white" : "gf-text-dark-grey"
220
+ ),
221
+ ...x,
222
+ children: [
223
+ /* @__PURE__ */ i("div", { className: "gf-z-30 gf-w-full gf-max-w-screen-2xl", children: [
224
+ /* @__PURE__ */ i("div", { className: "gf-mx-auto gf-flex gf-w-full gf-flex-col gf-items-start gf-justify-between gf-gap-8", children: [
225
+ /* @__PURE__ */ i("div", { className: "gf-flex gf-w-full gf-items-center gf-justify-between gf-gap-6", children: [
226
+ /* @__PURE__ */ t(
227
+ N,
228
+ {
229
+ onMouseEnter: () => {
230
+ r.current && clearTimeout(r.current), r.current = setTimeout(() => {
231
+ g(!0);
232
+ }, 300);
233
+ },
234
+ onMouseLeave: () => {
235
+ r.current && (clearTimeout(r.current), r.current = null), g(!1);
236
+ },
237
+ className: "gf-h-8 gf-w-8 gf-cursor-pointer gf-duration-500 gf-ease-in-out",
238
+ onClick: (E) => E.preventDefault()
239
+ }
240
+ ),
241
+ /* @__PURE__ */ i("div", { className: "gf-flex gf-items-center gf-gap-4", children: [
242
+ /* @__PURE__ */ t(
243
+ U,
244
+ {
245
+ onClick: () => {
246
+ o && window.open(c.x, "_blank");
247
+ },
248
+ className: "gf-cursor-pointer gf-duration-500 gf-ease-in-out"
249
+ }
250
+ ),
251
+ /* @__PURE__ */ t(
252
+ y,
253
+ {
254
+ onClick: () => {
255
+ o && window.open(c.discord, "_blank");
256
+ },
257
+ className: "gf-cursor-pointer gf-duration-500 gf-ease-in-out"
258
+ }
259
+ )
260
+ ] })
261
+ ] }),
262
+ /* @__PURE__ */ i("div", { className: "gf-flex gf-w-full gf-max-w-screen-2xl gf-flex-col-reverse gf-items-start gf-justify-between gf-gap-6 md:gf-flex-row", children: [
263
+ /* @__PURE__ */ i("div", { className: "gf-flex gf-w-full gf-flex-col sm:gf-flex-row gf-gap-6 gf-items-start gf-justify-between sm:gf-gap-3 md:gf-w-fit", children: [
264
+ /* @__PURE__ */ t("div", { className: "gf-w-full md:gf-hidden", children: /* @__PURE__ */ t(
265
+ l,
266
+ {
267
+ title: "Resources",
268
+ links: u,
269
+ className: "gf-flex gf-w-full gf-flex-col gf-gap-3",
270
+ listClassName: "gf-flex gf-flex-col gf-gap-2"
271
+ }
272
+ ) }),
273
+ /* @__PURE__ */ t("div", { className: "gf-flex gf-w-full gf-max-w-[400px] gf-flex-col gf-gap-3 md:gf-w-fit", children: /* @__PURE__ */ t(
274
+ l,
275
+ {
276
+ title: "Routes",
277
+ links: k,
278
+ hoveredIndex: h,
279
+ onHover: b,
280
+ className: "gf-flex gf-w-full gf-max-w-[400px] gf-flex-col gf-gap-3 md:gf-w-fit",
281
+ listClassName: "gf-grid gf-w-full gf-grid-cols-1 gf-gap-1 gf-gap-x-8 md:gf-grid-cols-2 md:gf-grid-rows-2",
282
+ isRoutes: !0
283
+ }
284
+ ) })
285
+ ] }),
286
+ /* @__PURE__ */ i("div", { className: "gf-flex gf-w-full gf-items-start gf-justify-between gf-gap-3 md:gf-w-fit md:gf-gap-16", children: [
287
+ /* @__PURE__ */ t(
288
+ l,
289
+ {
290
+ title: "Products",
291
+ links: T,
292
+ className: "gf-flex gf-w-full gf-flex-col gf-gap-3 md:gf-w-fit",
293
+ listClassName: "gf-flex gf-w-fit gf-flex-col gf-gap-1 gf-gap-x-6"
294
+ }
295
+ ),
296
+ /* @__PURE__ */ t(
297
+ l,
298
+ {
299
+ title: "Developers",
300
+ links: C,
301
+ className: "gf-flex gf-w-full gf-flex-col gf-gap-3 md:gf-w-fit",
302
+ listClassName: "gf-flex gf-flex-col gf-gap-1"
303
+ }
304
+ ),
305
+ /* @__PURE__ */ t("div", { className: "gf-hidden md:gf-flex", children: /* @__PURE__ */ t(
306
+ l,
307
+ {
308
+ title: "Resources",
309
+ links: u,
310
+ className: "gf-flex gf-w-full gf-flex-col gf-gap-3",
311
+ listClassName: "gf-flex gf-flex-col gf-gap-1"
312
+ }
313
+ ) })
314
+ ] })
315
+ ] })
316
+ ] }),
317
+ /* @__PURE__ */ i("div", { className: "gf-relative gf-mt-6 gf-flex gf-w-full gf-max-w-screen-2xl gf-items-center gf-justify-center", children: [
318
+ /* @__PURE__ */ t(
319
+ "div",
320
+ {
321
+ className: `gf-absolute gf-left-0 gf-top-0 gf-h-[1px] gf-w-full gf-transition-all gf-duration-500 gf-ease-in-out ${n ? "gf-bg-white" : "gf-bg-dark-grey"}`
322
+ }
323
+ ),
324
+ /* @__PURE__ */ i("div", { className: "gf-z-10 gf-my-6 gf-flex gf-w-full gf-items-center gf-justify-between gf-gap-4", children: [
325
+ /* @__PURE__ */ t("div", { className: "gf-flex gf-w-fit gf-items-center gf-justify-start gf-gap-6", children: /* @__PURE__ */ i(
326
+ a,
327
+ {
328
+ size: "h5",
329
+ className: "gf-flex gf-items-center gf-gap-1 gf-transition-all gf-duration-500 gf-ease-in-out gf-text-inherit",
330
+ weight: "regular",
331
+ children: [
332
+ /* @__PURE__ */ t(S, {}),
333
+ /* @__PURE__ */ t("span", { children: "Garden" }),
334
+ /* @__PURE__ */ t("span", { children: "2026" })
335
+ ]
336
+ }
337
+ ) }),
338
+ /* @__PURE__ */ i("div", { className: "gf-flex gf-w-fit gf-items-center gf-justify-end gf-gap-6", children: [
339
+ /* @__PURE__ */ t(
340
+ a,
341
+ {
342
+ size: "h5",
343
+ as: "a",
344
+ className: "gf-cursor-pointer gf-underline-offset-2 gf-transition-all gf-duration-500 gf-ease-in-out gf-hover:underline gf-text-inherit",
345
+ weight: "regular",
346
+ href: "/privacy.pdf",
347
+ target: "_blank",
348
+ children: "Privacy Policy"
349
+ }
350
+ ),
351
+ /* @__PURE__ */ t(
352
+ a,
353
+ {
354
+ as: "a",
355
+ size: "h5",
356
+ className: "gf-cursor-pointer gf-underline-offset-2 gf-transition-all gf-duration-500 gf-ease-in-out gf-hover:underline gf-text-inherit",
357
+ weight: "regular",
358
+ href: "/terms.pdf",
359
+ target: "_blank",
360
+ children: "Terms of Service"
361
+ }
362
+ )
363
+ ] })
364
+ ] })
365
+ ] })
366
+ ] }),
367
+ /* @__PURE__ */ t(
368
+ R,
369
+ {
370
+ isMobile: !1,
371
+ isLogoHovered: n,
372
+ maskUrl: p
373
+ }
374
+ )
375
+ ]
376
+ }
377
+ );
378
+ };
379
+ export {
380
+ q as Footer
381
+ };
@@ -0,0 +1 @@
1
+ export { GradientScroll } from './GradientScroll';
@@ -0,0 +1,116 @@
1
+ import { jsxs as D, jsx as n } from "react/jsx-runtime";
2
+ import { useState as c, useRef as b, useCallback as F, useEffect as G } from "react";
3
+ import { cn as o } from "../utils/index.js";
4
+ const M = ({
5
+ children: S,
6
+ height: y,
7
+ width: u,
8
+ className: z,
9
+ gradientHeight: w = 24,
10
+ gradientWidth: v = 24,
11
+ gradientClassName: i,
12
+ gradientTopClassName: x,
13
+ gradientBottomClassName: R,
14
+ gradientLeftClassName: L,
15
+ gradientRightClassName: N,
16
+ onClose: d = !1,
17
+ direction: h = "vertical",
18
+ ...T
19
+ }) => {
20
+ const [O, j] = c(!1), [B, H] = c(!1), [k, E] = c(!1), [V, W] = c(!1), e = b(null), p = b(null), l = h === "vertical", f = h === "horizontal", g = F(() => {
21
+ if (e.current) {
22
+ const { scrollTop: t, scrollHeight: a, clientHeight: s, scrollLeft: m, scrollWidth: q, clientWidth: A } = e.current;
23
+ l && (H(t + s < a), j(t > 0)), f && (W(m + A < q), E(m > 0));
24
+ }
25
+ }, [l, f]);
26
+ G(() => {
27
+ d && e.current && (e.current.scrollTop = 0, e.current.scrollLeft = 0);
28
+ }, [d]), G(() => {
29
+ const t = e.current, a = p.current;
30
+ if (!t || !a) return;
31
+ g();
32
+ const s = new ResizeObserver(() => {
33
+ g();
34
+ });
35
+ return s.observe(t), s.observe(a), () => {
36
+ s.disconnect();
37
+ };
38
+ }, [g]);
39
+ const $ = () => h === "horizontal" ? "gf-overflow-x-auto gf-overflow-y-hidden" : "gf-overflow-y-auto gf-overflow-x-hidden", r = (t) => typeof t == "number" ? `${t}px` : t;
40
+ return /* @__PURE__ */ D(
41
+ "div",
42
+ {
43
+ className: o(
44
+ "gf-bg-white gf-relative gf-overflow-hidden",
45
+ f ? "" : "gf-w-full",
46
+ z
47
+ ),
48
+ style: {
49
+ height: r(y),
50
+ ...u && { width: r(u) }
51
+ },
52
+ ...T,
53
+ children: [
54
+ /* @__PURE__ */ n(
55
+ "div",
56
+ {
57
+ className: o("gf-h-full gf-w-full gf-no-scrollbar", $()),
58
+ onScroll: g,
59
+ ref: e,
60
+ children: /* @__PURE__ */ n(
61
+ "div",
62
+ {
63
+ ref: p,
64
+ className: o(f && !l && "gf-inline-flex"),
65
+ children: S
66
+ }
67
+ )
68
+ }
69
+ ),
70
+ l && O && /* @__PURE__ */ n(
71
+ "div",
72
+ {
73
+ className: o(
74
+ "gf-w-full gf-absolute gf-top-0 gf-left-0 gf-z-40 gf-bg-gradient-to-b gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
75
+ x || i
76
+ ),
77
+ style: { height: r(w) }
78
+ }
79
+ ),
80
+ l && B && /* @__PURE__ */ n(
81
+ "div",
82
+ {
83
+ className: o(
84
+ "gf-w-full gf-absolute gf-bottom-0 gf-left-0 gf-z-40 gf-bg-gradient-to-t gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
85
+ R || i
86
+ ),
87
+ style: { height: r(w) }
88
+ }
89
+ ),
90
+ f && k && /* @__PURE__ */ n(
91
+ "div",
92
+ {
93
+ className: o(
94
+ "gf-h-full gf-absolute gf-top-0 gf-left-0 gf-z-40 gf-bg-gradient-to-r gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
95
+ L || i
96
+ ),
97
+ style: { width: r(v) }
98
+ }
99
+ ),
100
+ f && V && /* @__PURE__ */ n(
101
+ "div",
102
+ {
103
+ className: o(
104
+ "gf-h-full gf-absolute gf-top-0 gf-right-0 gf-z-40 gf-bg-gradient-to-l gf-from-white gf-via-white/80 gf-to-transparent gf-pointer-events-none",
105
+ N || i
106
+ ),
107
+ style: { width: r(v) }
108
+ }
109
+ )
110
+ ]
111
+ }
112
+ );
113
+ };
114
+ export {
115
+ M as GradientScroll
116
+ };